[INFO] crate elrond-wasm-node 0.4.4 is already in cache [INFO] checking elrond-wasm-node-0.4.4 against master#450abe80f193ccefbfcd48214d70520f2d507f0e for pr-73084 [INFO] extracting crate elrond-wasm-node 0.4.4 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate elrond-wasm-node 0.4.4 on toolchain 450abe80f193ccefbfcd48214d70520f2d507f0e [INFO] running `"/workspace/cargo-home/bin/cargo" "+450abe80f193ccefbfcd48214d70520f2d507f0e" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate elrond-wasm-node 0.4.4 [INFO] finished tweaking crates.io crate elrond-wasm-node 0.4.4 [INFO] tweaked toml for crates.io crate elrond-wasm-node 0.4.4 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+450abe80f193ccefbfcd48214d70520f2d507f0e" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+450abe80f193ccefbfcd48214d70520f2d507f0e" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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" "+450abe80f193ccefbfcd48214d70520f2d507f0e" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] b5c609335ff386e1dbe1ef7ae637414f40bbb400fa9ee49938f9bbe6c832f7ec [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "b5c609335ff386e1dbe1ef7ae637414f40bbb400fa9ee49938f9bbe6c832f7ec"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling proc-macro2 v1.0.18 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling syn v1.0.30 [INFO] [stderr] Compiling serde v1.0.111 [INFO] [stderr] Compiling wee_alloc v0.4.5 [INFO] [stderr] Checking memory_units v0.4.0 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling serde_derive v1.0.111 [INFO] [stderr] Checking elrond-wasm v0.4.5 [INFO] [stderr] Checking elrond-wasm-node v0.4.4 (/opt/rustwide/workdir) [INFO] [stderr] error[E0277]: the trait bound `big_int::ArwenBigInt: elrond_wasm::esd_light::codec_de::Decode` is not satisfied [INFO] [stderr] --> src/big_int.rs:233:6 [INFO] [stderr] | [INFO] [stderr] 233 | impl BigIntApi for ArwenBigInt { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `elrond_wasm::esd_light::codec_de::Decode` is not implemented for `big_int::ArwenBigInt` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/elrond-wasm-0.4.5/src/lib.rs:337:9 [INFO] [stderr] | [INFO] [stderr] 337 | esd_light::Decode + [INFO] [stderr] | ----------------- required by this bound in `elrond_wasm::BigIntApi` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `big_int::ArwenBigInt: elrond_wasm::esd_light::codec_ser::Encode` is not satisfied [INFO] [stderr] --> src/big_int.rs:233:6 [INFO] [stderr] | [INFO] [stderr] 233 | impl BigIntApi for ArwenBigInt { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `elrond_wasm::esd_light::codec_ser::Encode` is not implemented for `big_int::ArwenBigInt` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/elrond-wasm-0.4.5/src/lib.rs:336:9 [INFO] [stderr] | [INFO] [stderr] 336 | esd_light::Encode + [INFO] [stderr] | ----------------- required by this bound in `elrond_wasm::BigIntApi` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `big_uint::ArwenBigUint: elrond_wasm::esd_light::codec_de::Decode` is not satisfied [INFO] [stderr] --> src/big_uint.rs:278:6 [INFO] [stderr] | [INFO] [stderr] 278 | impl BigUintApi for ArwenBigUint { [INFO] [stderr] | ^^^^^^^^^^ the trait `elrond_wasm::esd_light::codec_de::Decode` is not implemented for `big_uint::ArwenBigUint` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/elrond-wasm-0.4.5/src/lib.rs:286:5 [INFO] [stderr] | [INFO] [stderr] 286 | esd_light::Decode + [INFO] [stderr] | ----------------- required by this bound in `elrond_wasm::BigUintApi` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `big_uint::ArwenBigUint: elrond_wasm::esd_light::codec_ser::Encode` is not satisfied [INFO] [stderr] --> src/big_uint.rs:278:6 [INFO] [stderr] | [INFO] [stderr] 278 | impl BigUintApi for ArwenBigUint { [INFO] [stderr] | ^^^^^^^^^^ the trait `elrond_wasm::esd_light::codec_ser::Encode` is not implemented for `big_uint::ArwenBigUint` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/elrond-wasm-0.4.5/src/lib.rs:285:5 [INFO] [stderr] | [INFO] [stderr] 285 | esd_light::Encode + [INFO] [stderr] | ----------------- required by this bound in `elrond_wasm::BigUintApi` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `big_int::ArwenBigInt: elrond_wasm::esd_light::codec_de::Decode` is not satisfied [INFO] [stderr] --> src/big_int.rs:233:6 [INFO] [stderr] | [INFO] [stderr] 233 | impl BigIntApi for ArwenBigInt { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `elrond_wasm::esd_light::codec_de::Decode` is not implemented for `big_int::ArwenBigInt` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/elrond-wasm-0.4.5/src/lib.rs:337:9 [INFO] [stderr] | [INFO] [stderr] 337 | esd_light::Decode + [INFO] [stderr] | ----------------- required by this bound in `elrond_wasm::BigIntApi` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `big_int::ArwenBigInt: elrond_wasm::esd_light::codec_ser::Encode` is not satisfied [INFO] [stderr] --> src/big_int.rs:233:6 [INFO] [stderr] | [INFO] [stderr] 233 | impl BigIntApi for ArwenBigInt { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `elrond_wasm::esd_light::codec_ser::Encode` is not implemented for `big_int::ArwenBigInt` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/elrond-wasm-0.4.5/src/lib.rs:336:9 [INFO] [stderr] | [INFO] [stderr] 336 | esd_light::Encode + [INFO] [stderr] | ----------------- required by this bound in `elrond_wasm::BigIntApi` [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error[E0277]: the trait bound `big_uint::ArwenBigUint: elrond_wasm::esd_light::codec_de::Decode` is not satisfied [INFO] [stderr] --> src/big_uint.rs:278:6 [INFO] [stderr] | [INFO] [stderr] 278 | impl BigUintApi for ArwenBigUint { [INFO] [stderr] | ^^^^^^^^^^ the trait `elrond_wasm::esd_light::codec_de::Decode` is not implemented for `big_uint::ArwenBigUint` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/elrond-wasm-0.4.5/src/lib.rs:286:5 [INFO] [stderr] | [INFO] [stderr] 286 | esd_light::Decode + [INFO] [stderr] | ----------------- required by this bound in `elrond_wasm::BigUintApi` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `big_uint::ArwenBigUint: elrond_wasm::esd_light::codec_ser::Encode` is not satisfied [INFO] [stderr] --> src/big_uint.rs:278:6 [INFO] [stderr] | [INFO] [stderr] 278 | impl BigUintApi for ArwenBigUint { [INFO] [stderr] | ^^^^^^^^^^ the trait `elrond_wasm::esd_light::codec_ser::Encode` is not implemented for `big_uint::ArwenBigUint` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/elrond-wasm-0.4.5/src/lib.rs:285:5 [INFO] [stderr] | [INFO] [stderr] 285 | esd_light::Encode + [INFO] [stderr] | ----------------- required by this bound in `elrond_wasm::BigUintApi` [INFO] [stderr] [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: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "b5c609335ff386e1dbe1ef7ae637414f40bbb400fa9ee49938f9bbe6c832f7ec"` [INFO] running `"docker" "rm" "-f" "b5c609335ff386e1dbe1ef7ae637414f40bbb400fa9ee49938f9bbe6c832f7ec"` [INFO] [stdout] b5c609335ff386e1dbe1ef7ae637414f40bbb400fa9ee49938f9bbe6c832f7ec