[INFO] crate oasis-client 0.1.0 is already in cache [INFO] checking oasis-client-0.1.0 against master#212aa3ea28d91a97d1e1261709c0b6e6790788e6 for pr-69340 [INFO] extracting crate oasis-client 0.1.0 into /workspace/builds/worker-12/source [INFO] validating manifest of crates.io crate oasis-client 0.1.0 on toolchain 212aa3ea28d91a97d1e1261709c0b6e6790788e6 [INFO] running `"/workspace/cargo-home/bin/cargo" "+212aa3ea28d91a97d1e1261709c0b6e6790788e6" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate oasis-client 0.1.0 [INFO] finished tweaking crates.io crate oasis-client 0.1.0 [INFO] tweaked toml for crates.io crate oasis-client 0.1.0 written to /workspace/builds/worker-12/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+212aa3ea28d91a97d1e1261709c0b6e6790788e6" "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" "+212aa3ea28d91a97d1e1261709c0b6e6790788e6" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "+212aa3ea28d91a97d1e1261709c0b6e6790788e6" "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] 4a5000c59f0559714e2810e52175540bba8af570f23c0ba3f4d6c79853877e37 [INFO] running `"docker" "start" "-a" "4a5000c59f0559714e2810e52175540bba8af570f23c0ba3f4d6c79853877e37"` [INFO] [stderr] Compiling syn v1.0.14 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Checking env_logger v0.7.1 [INFO] [stderr] Checking uuid v0.8.1 [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 derive_more v0.15.0 [INFO] [stderr] Compiling synstructure v0.12.3 [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stderr] Compiling rustversion v1.0.2 [INFO] [stderr] Compiling failure_derive v0.1.6 [INFO] [stderr] Compiling thiserror-impl v1.0.11 [INFO] [stderr] Checking failure v0.1.6 [INFO] [stderr] Compiling proc-macro-error-attr v0.3.4 [INFO] [stderr] Checking thiserror v1.0.11 [INFO] [stderr] Checking oasis-types v0.3.2 [INFO] [stderr] Compiling proc-macro-error v0.3.4 [INFO] [stderr] Compiling extend v0.1.0 [INFO] [stderr] Checking serde v1.0.104 [INFO] [stderr] Checking serde_json v1.0.48 [INFO] [stderr] Checking serde_urlencoded v0.5.5 [INFO] [stderr] Checking cookie_store v0.7.0 [INFO] [stderr] Checking assert-json-diff v1.0.2 [INFO] [stderr] Checking mockito v0.21.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.21.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[E0061]: this function takes 3 arguments but 1 argument was supplied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mockito-0.21.0/src/lib.rs:640:17 [INFO] [stderr] | [INFO] [stderr] 640 | assert_json_no_panic(Comparison::Include(actual, expected)).is_ok() [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ ------------------------------------- supplied 1 argument [INFO] [stderr] | | [INFO] [stderr] | expected 3 arguments [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 3 arguments but 1 argument was supplied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mockito-0.21.0/src/lib.rs:647:17 [INFO] [stderr] | [INFO] [stderr] 647 | assert_json_no_panic(Comparison::Include(actual, expected)).is_ok() [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ ------------------------------------- supplied 1 argument [INFO] [stderr] | | [INFO] [stderr] | expected 3 arguments [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0061, E0432. [INFO] [stderr] For more information about an error, try `rustc --explain E0061`. [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" "4a5000c59f0559714e2810e52175540bba8af570f23c0ba3f4d6c79853877e37"` [INFO] running `"docker" "rm" "-f" "4a5000c59f0559714e2810e52175540bba8af570f23c0ba3f4d6c79853877e37"` [INFO] [stdout] 4a5000c59f0559714e2810e52175540bba8af570f23c0ba3f4d6c79853877e37