[INFO] crate elrond-wasm-debug 0.4.4 is already in cache [INFO] checking elrond-wasm-debug-0.4.4 against try#879b8cb7dc2ad9102994457e73cf78d124926ea5 for pr-73084 [INFO] extracting crate elrond-wasm-debug 0.4.4 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate elrond-wasm-debug 0.4.4 on toolchain 879b8cb7dc2ad9102994457e73cf78d124926ea5 [INFO] running `"/workspace/cargo-home/bin/cargo" "+879b8cb7dc2ad9102994457e73cf78d124926ea5" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate elrond-wasm-debug 0.4.4 [INFO] finished tweaking crates.io crate elrond-wasm-debug 0.4.4 [INFO] tweaked toml for crates.io crate elrond-wasm-debug 0.4.4 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+879b8cb7dc2ad9102994457e73cf78d124926ea5" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+879b8cb7dc2ad9102994457e73cf78d124926ea5" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"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" "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" "+879b8cb7dc2ad9102994457e73cf78d124926ea5" "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] 5ec6ff8ff5270468443cff29fac6062b6ff66b327ede78e02c476bcb51c7c7a4 [INFO] running `"docker" "start" "-a" "5ec6ff8ff5270468443cff29fac6062b6ff66b327ede78e02c476bcb51c7c7a4"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling typenum v1.12.0 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling syn v1.0.30 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Checking byte-tools v0.3.1 [INFO] [stderr] Compiling wee_alloc v0.4.5 [INFO] [stderr] Compiling serde v1.0.111 [INFO] [stderr] Checking memory_units v0.4.0 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Checking opaque-debug v0.2.3 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling num-bigint v0.2.6 [INFO] [stderr] Checking block-padding v0.1.5 [INFO] [stderr] Compiling proc-macro2 v1.0.18 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Checking generic-array v0.12.3 [INFO] [stderr] Checking block-buffer v0.7.3 [INFO] [stderr] Checking digest v0.8.1 [INFO] [stderr] Checking sha3 v0.8.2 [INFO] [stderr] Compiling serde_derive v1.0.111 [INFO] [stderr] Checking elrond-wasm v0.4.5 [INFO] [stderr] Checking elrond-wasm-debug v0.4.4 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `elrond_wasm::serializer` [INFO] [stderr] --> src/test_util.rs:2:18 [INFO] [stderr] | [INFO] [stderr] 2 | use elrond_wasm::serializer::{to_bytes, from_bytes}; [INFO] [stderr] | ^^^^^^^^^^ could not find `serializer` in `elrond_wasm` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `elrond_wasm::serializer` [INFO] [stderr] --> src/test_util.rs:2:18 [INFO] [stderr] | [INFO] [stderr] 2 | use elrond_wasm::serializer::{to_bytes, from_bytes}; [INFO] [stderr] | ^^^^^^^^^^ could not find `serializer` in `elrond_wasm` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `elrond_wasm::serializer` [INFO] [stderr] --> src/lib.rs:27:22 [INFO] [stderr] | [INFO] [stderr] 27 | use elrond_wasm::serializer::{to_bytes, from_bytes}; [INFO] [stderr] | ^^^^^^^^^^ could not find `serializer` in `elrond_wasm` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `big_int_mock::RustBigInt: elrond_wasm::esd_light::codec_de::Decode` is not satisfied [INFO] [stderr] --> src/big_int_mock.rs:167:6 [INFO] [stderr] | [INFO] [stderr] 167 | impl elrond_wasm::BigIntApi for RustBigInt { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `elrond_wasm::esd_light::codec_de::Decode` is not implemented for `big_int_mock::RustBigInt` [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_mock::RustBigInt: elrond_wasm::esd_light::codec_ser::Encode` is not satisfied [INFO] [stderr] --> src/big_int_mock.rs:167:6 [INFO] [stderr] | [INFO] [stderr] 167 | impl elrond_wasm::BigIntApi for RustBigInt { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `elrond_wasm::esd_light::codec_ser::Encode` is not implemented for `big_int_mock::RustBigInt` [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_mock::RustBigUint: elrond_wasm::esd_light::codec_de::Decode` is not satisfied [INFO] [stderr] --> src/big_uint_mock.rs:246:6 [INFO] [stderr] | [INFO] [stderr] 246 | impl elrond_wasm::BigUintApi for RustBigUint { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `elrond_wasm::esd_light::codec_de::Decode` is not implemented for `big_uint_mock::RustBigUint` [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_mock::RustBigUint: elrond_wasm::esd_light::codec_ser::Encode` is not satisfied [INFO] [stderr] --> src/big_uint_mock.rs:246:6 [INFO] [stderr] | [INFO] [stderr] 246 | impl elrond_wasm::BigUintApi for RustBigUint { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `elrond_wasm::esd_light::codec_ser::Encode` is not implemented for `big_uint_mock::RustBigUint` [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: aborting due to 5 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0432. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `elrond-wasm-debug`. [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[E0277]: the trait bound `big_int_mock::RustBigInt: elrond_wasm::esd_light::codec_de::Decode` is not satisfied [INFO] [stderr] --> src/big_int_mock.rs:167:6 [INFO] [stderr] | [INFO] [stderr] 167 | impl elrond_wasm::BigIntApi for RustBigInt { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `elrond_wasm::esd_light::codec_de::Decode` is not implemented for `big_int_mock::RustBigInt` [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_mock::RustBigInt: elrond_wasm::esd_light::codec_ser::Encode` is not satisfied [INFO] [stderr] --> src/big_int_mock.rs:167:6 [INFO] [stderr] | [INFO] [stderr] 167 | impl elrond_wasm::BigIntApi for RustBigInt { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `elrond_wasm::esd_light::codec_ser::Encode` is not implemented for `big_int_mock::RustBigInt` [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_mock::RustBigUint: elrond_wasm::esd_light::codec_de::Decode` is not satisfied [INFO] [stderr] --> src/big_uint_mock.rs:246:6 [INFO] [stderr] | [INFO] [stderr] 246 | impl elrond_wasm::BigUintApi for RustBigUint { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `elrond_wasm::esd_light::codec_de::Decode` is not implemented for `big_uint_mock::RustBigUint` [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_mock::RustBigUint: elrond_wasm::esd_light::codec_ser::Encode` is not satisfied [INFO] [stderr] --> src/big_uint_mock.rs:246:6 [INFO] [stderr] | [INFO] [stderr] 246 | impl elrond_wasm::BigUintApi for RustBigUint { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ the trait `elrond_wasm::esd_light::codec_ser::Encode` is not implemented for `big_uint_mock::RustBigUint` [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: aborting due to 6 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0432. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "5ec6ff8ff5270468443cff29fac6062b6ff66b327ede78e02c476bcb51c7c7a4"` [INFO] running `"docker" "rm" "-f" "5ec6ff8ff5270468443cff29fac6062b6ff66b327ede78e02c476bcb51c7c7a4"` [INFO] [stdout] 5ec6ff8ff5270468443cff29fac6062b6ff66b327ede78e02c476bcb51c7c7a4