[INFO] crate ntex-amqp-codec 0.1.2 is already in cache [INFO] testing ntex-amqp-codec-0.1.2 against beta-2020-06-03 for beta-1.45-1 [INFO] extracting crate ntex-amqp-codec 0.1.2 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate ntex-amqp-codec 0.1.2 on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate ntex-amqp-codec 0.1.2 [INFO] finished tweaking crates.io crate ntex-amqp-codec 0.1.2 [INFO] tweaked toml for crates.io crate ntex-amqp-codec 0.1.2 written to /workspace/builds/worker-11/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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=warn" "-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" "+beta-2020-06-03" "build" "--frozen"` [INFO] [stdout] b66c0eb9ca4420c342f360ebb67e23d04cb835643b825ac2cf6895aeba3a4c40 [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" "b66c0eb9ca4420c342f360ebb67e23d04cb835643b825ac2cf6895aeba3a4c40"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling ntex-amqp-codec v0.1.2 (/opt/rustwide/workdir) [INFO] [stderr] Compiling tokio v0.2.21 [INFO] [stderr] Compiling bytestring v0.1.5 [INFO] [stderr] Compiling syn v1.0.30 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling uuid v0.8.1 [INFO] [stderr] Compiling tokio-util v0.2.0 [INFO] [stderr] Compiling chrono v0.4.11 [INFO] [stderr] Compiling ntex-codec v0.1.2 [INFO] [stderr] Compiling derive_more v0.99.7 [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 29.30s [INFO] running `"docker" "inspect" "b66c0eb9ca4420c342f360ebb67e23d04cb835643b825ac2cf6895aeba3a4c40"` [INFO] running `"docker" "rm" "-f" "b66c0eb9ca4420c342f360ebb67e23d04cb835643b825ac2cf6895aeba3a4c40"` [INFO] [stdout] b66c0eb9ca4420c342f360ebb67e23d04cb835643b825ac2cf6895aeba3a4c40 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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=warn" "-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" "+beta-2020-06-03" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 3f795233311be7fa812a0c572e9ce3db4dd68cae29595523567521be77adf06b [INFO] running `"docker" "start" "-a" "3f795233311be7fa812a0c572e9ce3db4dd68cae29595523567521be77adf06b"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling ntex-amqp-codec v0.1.2 (/opt/rustwide/workdir) [INFO] [stderr] error[E0603]: module `decode` is private [INFO] [stderr] --> src/codec/decode.rs:606:59 [INFO] [stderr] | [INFO] [stderr] 606 | assert_eq!($expected, unwrap_value($kind::decode(b1))); [INFO] [stderr] | ^^^^^^ private module [INFO] [stderr] | [INFO] [stderr] note: the module `decode` is defined here [INFO] [stderr] [INFO] [stderr] warning: unused import: `Buf` [INFO] [stderr] --> src/codec/mod.rs:107:17 [INFO] [stderr] | [INFO] [stderr] 107 | use bytes::{Buf, Bytes, BytesMut}; [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error; 1 warning emitted [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0603`. [INFO] [stderr] error: could not compile `ntex-amqp-codec`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "3f795233311be7fa812a0c572e9ce3db4dd68cae29595523567521be77adf06b"` [INFO] running `"docker" "rm" "-f" "3f795233311be7fa812a0c572e9ce3db4dd68cae29595523567521be77adf06b"` [INFO] [stdout] 3f795233311be7fa812a0c572e9ce3db4dd68cae29595523567521be77adf06b