[INFO] crate elrond-wasm-debug 0.4.4 is already in cache [INFO] checking elrond-wasm-debug-0.4.4 against master#450abe80f193ccefbfcd48214d70520f2d507f0e for pr-73084 [INFO] extracting crate elrond-wasm-debug 0.4.4 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate elrond-wasm-debug 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-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-1/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+450abe80f193ccefbfcd48214d70520f2d507f0e" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+450abe80f193ccefbfcd48214d70520f2d507f0e" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 7e963cd52909e563550c9ab59037863355a1e99583f932f01a62795d47c388b9 [INFO] running `"docker" "start" "-a" "7e963cd52909e563550c9ab59037863355a1e99583f932f01a62795d47c388b9"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling syn v1.0.30 [INFO] [stderr] Compiling libc v0.2.71 [INFO] [stderr] Compiling serde v1.0.111 [INFO] [stderr] Checking byte-tools v0.3.1 [INFO] [stderr] Compiling wee_alloc v0.4.5 [INFO] [stderr] Checking memory_units v0.4.0 [INFO] [stderr] Checking opaque-debug v0.2.3 [INFO] [stderr] Checking hex v0.4.2 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling num-bigint v0.2.6 [INFO] [stderr] Checking generic-array v0.12.3 [INFO] [stderr] Checking block-padding v0.1.5 [INFO] [stderr] Checking digest v0.8.1 [INFO] [stderr] Checking block-buffer v0.7.3 [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[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: 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[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: 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_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" "7e963cd52909e563550c9ab59037863355a1e99583f932f01a62795d47c388b9"` [INFO] running `"docker" "rm" "-f" "7e963cd52909e563550c9ab59037863355a1e99583f932f01a62795d47c388b9"` [INFO] [stdout] 7e963cd52909e563550c9ab59037863355a1e99583f932f01a62795d47c388b9