[INFO] crate cometd 0.1.2 is already in cache
[INFO] checking cometd-0.1.2 against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] extracting crate cometd 0.1.2 into /workspace/builds/worker-11/source
[INFO] validating manifest of crates.io crate cometd 0.1.2 on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate cometd 0.1.2
[INFO] finished tweaking crates.io crate cometd 0.1.2
[INFO] tweaked toml for crates.io crate cometd 0.1.2 written to /workspace/builds/worker-11/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "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" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[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=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" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "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] 756a935d92d7f3d9ce322b59c3a95cb64de26471d86bd15fb8d5b35690a8628e
[INFO] running `"docker" "start" "-a" "756a935d92d7f3d9ce322b59c3a95cb64de26471d86bd15fb8d5b35690a8628e"`
[INFO] [stderr]    Compiling autocfg v0.1.7
[INFO] [stderr]    Compiling indexmap v1.3.2
[INFO] [stderr]    Compiling openssl-sys v0.9.55
[INFO] [stderr]     Checking tokio-threadpool v0.1.18
[INFO] [stderr]     Checking tokio-reactor v0.1.12
[INFO] [stderr]    Compiling syn-mid v0.5.0
[INFO] [stderr]    Compiling synstructure v0.12.3
[INFO] [stderr]    Compiling serde_derive v1.0.106
[INFO] [stderr]    Compiling rand_pcg v0.1.2
[INFO] [stderr]    Compiling rand_chacha v0.1.1
[INFO] [stderr]    Compiling rand v0.6.5
[INFO] [stderr]    Compiling proc-macro-error-attr v0.4.12
[INFO] [stderr]     Checking tokio-tcp v0.1.4
[INFO] [stderr]    Compiling openssl v0.10.29
[INFO] [stderr]    Compiling native-tls v0.2.4
[INFO] [stderr]     Checking tokio v0.1.22
[INFO] [stderr]     Checking h2 v0.1.26
[INFO] [stderr]    Compiling failure_derive v0.1.7
[INFO] [stderr]    Compiling proc-macro-error v0.4.12
[INFO] [stderr]     Checking uuid v0.7.4
[INFO] [stderr]    Compiling extend v0.1.1
[INFO] [stderr]     Checking failure v0.1.7
[INFO] [stderr]     Checking hyper v0.12.35
[INFO] [stderr]     Checking serde v1.0.106
[INFO] [stderr]     Checking hyper-tls v0.3.2
[INFO] [stderr]     Checking serde_json v1.0.51
[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.22.0
[INFO] [stderr]     Checking reqwest v0.9.24
[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.22.0/src/lib.rs:527:24
[INFO] [stderr]     |
[INFO] [stderr] 527 | 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.22.0/src/lib.rs:527:36
[INFO] [stderr]     |
[INFO] [stderr] 527 | 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] 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" "756a935d92d7f3d9ce322b59c3a95cb64de26471d86bd15fb8d5b35690a8628e"`
[INFO] running `"docker" "rm" "-f" "756a935d92d7f3d9ce322b59c3a95cb64de26471d86bd15fb8d5b35690a8628e"`
[INFO] [stdout] 756a935d92d7f3d9ce322b59c3a95cb64de26471d86bd15fb8d5b35690a8628e
