[INFO] fetching crate elrond-wasm-node 0.4.1... [INFO] checking elrond-wasm-node-0.4.1 against try#96b3c169cd2d8959926fa240f10342f1659f8ae3 for pr-71896 [INFO] extracting crate elrond-wasm-node 0.4.1 into /workspace/builds/worker-13/source [INFO] validating manifest of crates.io crate elrond-wasm-node 0.4.1 on toolchain 96b3c169cd2d8959926fa240f10342f1659f8ae3 [INFO] running `"/workspace/cargo-home/bin/cargo" "+96b3c169cd2d8959926fa240f10342f1659f8ae3" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate elrond-wasm-node 0.4.1 [INFO] finished tweaking crates.io crate elrond-wasm-node 0.4.1 [INFO] tweaked toml for crates.io crate elrond-wasm-node 0.4.1 written to /workspace/builds/worker-13/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+96b3c169cd2d8959926fa240f10342f1659f8ae3" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+96b3c169cd2d8959926fa240f10342f1659f8ae3" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded elrond-wasm v0.4.2 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+96b3c169cd2d8959926fa240f10342f1659f8ae3" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 54a36fff808924d579da1211918dbc54730cde7c9ce80917e90fe05d99d6aa47 [INFO] running `"docker" "start" "-a" "54a36fff808924d579da1211918dbc54730cde7c9ce80917e90fe05d99d6aa47"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling proc-macro2 v1.0.12 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling syn v1.0.19 [INFO] [stderr] Compiling wee_alloc v0.4.5 [INFO] [stderr] Compiling serde v1.0.106 [INFO] [stderr] Checking memory_units v0.4.0 [INFO] [stderr] Compiling quote v1.0.4 [INFO] [stderr] Compiling serde_derive v1.0.106 [INFO] [stderr] Checking elrond-wasm v0.4.2 [INFO] [stderr] Checking elrond-wasm-node v0.4.1 (/opt/rustwide/workdir) [INFO] [stderr] error[E0046]: not all trait items implemented, missing: `get_block_timestamp`, `get_block_nonce`, `get_block_round`, `get_block_epoch` [INFO] [stderr] --> src/ext.rs:76:1 [INFO] [stderr] | [INFO] [stderr] 76 | impl elrond_wasm::ContractHookApi for ArwenApiImpl { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `get_block_timestamp`, `get_block_nonce`, `get_block_round`, `get_block_epoch` in implementation [INFO] [stderr] | [INFO] [stderr] = help: implement the missing item: `fn get_block_timestamp(&self) -> u64 { todo!() }` [INFO] [stderr] = help: implement the missing item: `fn get_block_nonce(&self) -> u64 { todo!() }` [INFO] [stderr] = help: implement the missing item: `fn get_block_round(&self) -> u64 { todo!() }` [INFO] [stderr] = help: implement the missing item: `fn get_block_epoch(&self) -> u64 { todo!() }` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0046`. [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] [stderr] error[E0046]: not all trait items implemented, missing: `get_block_timestamp`, `get_block_nonce`, `get_block_round`, `get_block_epoch` [INFO] [stderr] --> src/ext.rs:76:1 [INFO] [stderr] | [INFO] [stderr] 76 | impl elrond_wasm::ContractHookApi for ArwenApiImpl { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `get_block_timestamp`, `get_block_nonce`, `get_block_round`, `get_block_epoch` in implementation [INFO] [stderr] | [INFO] [stderr] = help: implement the missing item: `fn get_block_timestamp(&self) -> u64 { todo!() }` [INFO] [stderr] = help: implement the missing item: `fn get_block_nonce(&self) -> u64 { todo!() }` [INFO] [stderr] = help: implement the missing item: `fn get_block_round(&self) -> u64 { todo!() }` [INFO] [stderr] = help: implement the missing item: `fn get_block_epoch(&self) -> u64 { todo!() }` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0046`. [INFO] [stderr] error: could not compile `elrond-wasm-node`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "54a36fff808924d579da1211918dbc54730cde7c9ce80917e90fe05d99d6aa47"` [INFO] running `"docker" "rm" "-f" "54a36fff808924d579da1211918dbc54730cde7c9ce80917e90fe05d99d6aa47"` [INFO] [stdout] 54a36fff808924d579da1211918dbc54730cde7c9ce80917e90fe05d99d6aa47