everx-labs/evernode-ds

build fail

Closed this issue · 2 comments

Viste commented

build fails on ton-node

   Compiling external-ip v4.1.0
error[E0063]: missing field `tag` in initializer of `TaggedObject<&[u8]>`
    --> /root/.cargo/git/checkouts/ton-labs-rldp-3f95b4b391aaae2a/6643e9d/src/lib.rs:1129:33
     |
1129 |                     let chunk = TaggedByteSlice {
     |                                 ^^^^^^^^^^^^^^^ missing `tag`

error[E0063]: missing field `tag` in initializer of `TaggedObject<&[u8]>`
   --> /root/.cargo/git/checkouts/ton-labs-rldp-3f95b4b391aaae2a/6643e9d/src/lib.rs:199:27
    |
199 |                 let ret = TaggedByteSlice {
    |                           ^^^^^^^^^^^^^^^ missing `tag`

error[E0063]: missing field `tag` in initializer of `TaggedObject<&[u8]>`
   --> /root/.cargo/git/checkouts/ton-labs-rldp-3f95b4b391aaae2a/6643e9d/src/lib.rs:215:19
    |
215 |         let ret = TaggedByteSlice {
    |                   ^^^^^^^^^^^^^^^ missing `tag`

error[E0063]: missing field `tag` in initializer of `TaggedObject<&[u8]>`
    --> /root/.cargo/git/checkouts/ton-labs-rldp-3f95b4b391aaae2a/6643e9d/src/lib.rs:1223:34
     |
1223 | ...                   &TaggedByteSlice {
     |                        ^^^^^^^^^^^^^^^ missing `tag`

error[E0063]: missing field `tag` in initializer of `TaggedObject<&[u8]>`
    --> /root/.cargo/git/checkouts/ton-labs-rldp-3f95b4b391aaae2a/6643e9d/src/lib.rs:1235:34
     |
1235 | ...                   &TaggedByteSlice {
     |                        ^^^^^^^^^^^^^^^ missing `tag`

error: aborting due to 5 previous errors
Viste commented

@artemr-tl

Viste commented

If i put commit everx-labs/ever-node@572f55e to env Instead of master its build, but dont work correctly
geting errors

thread 'tokio-runtime-worker' panicked at 'called `Result::unwrap()` on an `Err` value: ErrorMessage { msg: "Can't load cell  id 0x3a3bcb559d47f3887b863ccd15cc51c982cf0c3109f2fa6bde12b25302549208  db_index 1  in_cache false  error: Key not found: CellId(3a3bcb559d47f3887b863ccd15cc51c982cf0c3109f2fa6bde12b25302549208 (node_db/cells_db1)) storage/src/dynamic_boc_db.rs:98" }', /root/.cargo/git/checkouts/ton-labs-types-44487be4b4f492ad/87d0916/src/cell/mod.rs:229:43```