[INFO] fetching crate elrond-wasm-node 0.9.6... [INFO] checking elrond-wasm-node-0.9.6 against beta for pr-78714 [INFO] extracting crate elrond-wasm-node 0.9.6 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate elrond-wasm-node 0.9.6 on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate elrond-wasm-node 0.9.6 [INFO] finished tweaking crates.io crate elrond-wasm-node 0.9.6 [INFO] tweaked toml for crates.io crate elrond-wasm-node 0.9.6 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a82d2ccae7bc8abddd941c17e7afe060c0b7bf5e27238a253053255988850fe0 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "a82d2ccae7bc8abddd941c17e7afe060c0b7bf5e27238a253053255988850fe0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a82d2ccae7bc8abddd941c17e7afe060c0b7bf5e27238a253053255988850fe0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a82d2ccae7bc8abddd941c17e7afe060c0b7bf5e27238a253053255988850fe0", kill_on_drop: false }` [INFO] [stdout] a82d2ccae7bc8abddd941c17e7afe060c0b7bf5e27238a253053255988850fe0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 38f0bb9f17480c1a82bffa167aefedf7ddb5ae317ff32fd15710103a035bbcdc [INFO] running `Command { std: "docker" "start" "-a" "38f0bb9f17480c1a82bffa167aefedf7ddb5ae317ff32fd15710103a035bbcdc", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling wee_alloc v0.4.5 [INFO] [stderr] Checking memory_units v0.4.0 [INFO] [stderr] Checking arrayvec v0.5.2 [INFO] [stderr] Checking elrond-codec v0.3.1 [INFO] [stderr] Checking elrond-wasm v0.9.7 [INFO] [stderr] Checking elrond-wasm-node v0.9.6 (/opt/rustwide/workdir) [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | #![feature(new_uninit)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | #![feature(new_uninit)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0053]: method `get_esdt_token_name` has an incompatible type for trait [INFO] [stdout] --> src/ext.rs:286:5 [INFO] [stdout] | [INFO] [stdout] 286 | fn get_esdt_token_name(&self) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `Vec`, found enum `Option` [INFO] [stdout] | [INFO] [stdout] = note: expected fn pointer `fn(&ArwenApiImpl) -> Vec<_>` [INFO] [stdout] found fn pointer `fn(&ArwenApiImpl) -> Option>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0046]: not all trait items implemented, missing: `storage_store_big_uint_raw`, `storage_load_big_uint_raw` [INFO] [stdout] --> src/ext.rs:77:1 [INFO] [stdout] | [INFO] [stdout] 77 | impl elrond_wasm::ContractHookApi for ArwenApiImpl { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `storage_store_big_uint_raw`, `storage_load_big_uint_raw` in implementation [INFO] [stdout] | [INFO] [stdout] = help: implement the missing item: `fn storage_store_big_uint_raw(&self, _: &[u8], _: i32) { todo!() }` [INFO] [stdout] = help: implement the missing item: `fn storage_load_big_uint_raw(&self, _: &[u8]) -> i32 { todo!() }` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0046]: not all trait items implemented, missing: `get_argument_big_int_raw`, `get_argument_big_uint_raw` [INFO] [stdout] --> src/ext.rs:414:1 [INFO] [stdout] | [INFO] [stdout] 414 | impl elrond_wasm::ContractIOApi for ArwenApiImpl { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `get_argument_big_int_raw`, `get_argument_big_uint_raw` in implementation [INFO] [stdout] | [INFO] [stdout] = help: implement the missing item: `fn get_argument_big_int_raw(&self, _: i32) -> i32 { todo!() }` [INFO] [stdout] = help: implement the missing item: `fn get_argument_big_uint_raw(&self, _: i32) -> i32 { todo!() }` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0053]: method `get_esdt_token_name` has an incompatible type for trait [INFO] [stdout] --> src/ext.rs:286:5 [INFO] [stdout] | [INFO] [stdout] 286 | fn get_esdt_token_name(&self) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `Vec`, found enum `Option` [INFO] [stdout] | [INFO] [stdout] = note: expected fn pointer `fn(&ArwenApiImpl) -> Vec<_>` [INFO] [stdout] found fn pointer `fn(&ArwenApiImpl) -> Option>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0046]: not all trait items implemented, missing: `storage_store_big_uint_raw`, `storage_load_big_uint_raw` [INFO] [stdout] --> src/ext.rs:77:1 [INFO] [stdout] | [INFO] [stdout] 77 | impl elrond_wasm::ContractHookApi for ArwenApiImpl { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `storage_store_big_uint_raw`, `storage_load_big_uint_raw` in implementation [INFO] [stdout] | [INFO] [stdout] = help: implement the missing item: `fn storage_store_big_uint_raw(&self, _: &[u8], _: i32) { todo!() }` [INFO] [stdout] = help: implement the missing item: `fn storage_load_big_uint_raw(&self, _: &[u8]) -> i32 { todo!() }` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0046]: not all trait items implemented, missing: `get_argument_big_int_raw`, `get_argument_big_uint_raw` [INFO] [stdout] --> src/ext.rs:414:1 [INFO] [stdout] | [INFO] [stdout] 414 | impl elrond_wasm::ContractIOApi for ArwenApiImpl { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `get_argument_big_int_raw`, `get_argument_big_uint_raw` in implementation [INFO] [stdout] | [INFO] [stdout] = help: implement the missing item: `fn get_argument_big_int_raw(&self, _: i32) -> i32 { todo!() }` [INFO] [stdout] = help: implement the missing item: `fn get_argument_big_uint_raw(&self, _: i32) -> i32 { todo!() }` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0046, E0053, E0554. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0046`. [INFO] [stdout] [INFO] [stderr] error: could not compile `elrond-wasm-node` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0046, E0053, E0554. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0046`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "38f0bb9f17480c1a82bffa167aefedf7ddb5ae317ff32fd15710103a035bbcdc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "38f0bb9f17480c1a82bffa167aefedf7ddb5ae317ff32fd15710103a035bbcdc", kill_on_drop: false }` [INFO] [stdout] 38f0bb9f17480c1a82bffa167aefedf7ddb5ae317ff32fd15710103a035bbcdc