[INFO] crate moe 0.1.1 is already in cache [INFO] checking moe-0.1.1 against try#d7b51666469c792a8a3f40849607739bae1e705e for pr-71665 [INFO] extracting crate moe 0.1.1 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate moe 0.1.1 on toolchain d7b51666469c792a8a3f40849607739bae1e705e [INFO] running `"/workspace/cargo-home/bin/cargo" "+d7b51666469c792a8a3f40849607739bae1e705e" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate moe 0.1.1 [INFO] finished tweaking crates.io crate moe 0.1.1 [INFO] tweaked toml for crates.io crate moe 0.1.1 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+d7b51666469c792a8a3f40849607739bae1e705e" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+d7b51666469c792a8a3f40849607739bae1e705e" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "+d7b51666469c792a8a3f40849607739bae1e705e" "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] d9017954206792e901f0d3232f150fc2961505b8eea95a231ee5de232cc51891 [INFO] running `"docker" "start" "-a" "d9017954206792e901f0d3232f150fc2961505b8eea95a231ee5de232cc51891"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling proc-macro2 v1.0.12 [INFO] [stderr] Compiling syn v1.0.19 [INFO] [stderr] Compiling pkg-config v0.3.17 [INFO] [stderr] Compiling serde v1.0.109 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling failure_derive v0.1.8 [INFO] [stderr] Compiling openssl v0.10.29 [INFO] [stderr] Compiling native-tls v0.2.4 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Checking ppv-lite86 v0.2.6 [INFO] [stderr] Checking difference v2.0.0 [INFO] [stderr] Compiling backtrace-sys v0.1.37 [INFO] [stderr] Compiling proc-macro-error-attr v0.4.12 [INFO] [stderr] Compiling proc-macro-error v0.4.12 [INFO] [stderr] Checking net2 v0.2.34 [INFO] [stderr] Checking colored v1.9.3 [INFO] [stderr] Checking mio v0.6.22 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Compiling openssl-sys v0.9.56 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Checking tokio-reactor v0.1.12 [INFO] [stderr] Checking backtrace v0.3.46 [INFO] [stderr] Compiling quote v1.0.4 [INFO] [stderr] Checking tokio-tcp v0.1.4 [INFO] [stderr] Checking tokio v0.1.22 [INFO] [stderr] Checking hyper v0.12.35 [INFO] [stderr] Checking hyper-tls v0.3.2 [INFO] [stderr] Compiling snafu-derive v0.4.4 [INFO] [stderr] Checking snafu v0.4.4 [INFO] [stderr] Compiling syn-mid v0.5.0 [INFO] [stderr] Compiling synstructure v0.12.3 [INFO] [stderr] Compiling serde_derive v1.0.109 [INFO] [stderr] Compiling extend v0.1.1 [INFO] [stderr] Checking failure v0.1.8 [INFO] [stderr] Checking serde_json v1.0.53 [INFO] [stderr] Checking serde_urlencoded v0.5.5 [INFO] [stderr] Checking cookie_store v0.7.0 [INFO] [stderr] Checking assert-json-diff v1.0.3 [INFO] [stderr] Checking mockito v0.20.0 [INFO] [stderr] error[E0432]: unresolved imports `assert_json_diff::Comparison`, `assert_json_diff::Actual`, `assert_json_diff::Expected` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mockito-0.20.0/src/lib.rs:524:24 [INFO] [stderr] | [INFO] [stderr] 524 | use assert_json_diff::{Comparison, assert_json_no_panic, Actual, Expected}; [INFO] [stderr] | ^^^^^^^^^^ ^^^^^^ ^^^^^^^^ no `Expected` in the root [INFO] [stderr] | | | [INFO] [stderr] | | no `Actual` in the root [INFO] [stderr] | no `Comparison` in the root [INFO] [stderr] [INFO] [stderr] error[E0603]: function `assert_json_no_panic` is private [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mockito-0.20.0/src/lib.rs:524:36 [INFO] [stderr] | [INFO] [stderr] 524 | use assert_json_diff::{Comparison, assert_json_no_panic, Actual, Expected}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ private function [INFO] [stderr] | [INFO] [stderr] note: the function `assert_json_no_panic` is defined here [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/assert-json-diff-1.0.3/src/lib.rs:241:1 [INFO] [stderr] | [INFO] [stderr] 241 | fn assert_json_no_panic(lhs: &Value, rhs: &Value, mode: Mode) -> Result<(), String> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Checking reqwest v0.9.24 [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0603. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: could not compile `mockito`. [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: build failed [INFO] running `"docker" "inspect" "d9017954206792e901f0d3232f150fc2961505b8eea95a231ee5de232cc51891"` [INFO] running `"docker" "rm" "-f" "d9017954206792e901f0d3232f150fc2961505b8eea95a231ee5de232cc51891"` [INFO] [stdout] d9017954206792e901f0d3232f150fc2961505b8eea95a231ee5de232cc51891