[INFO] cloning repository https://github.com/bassj/pit [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/bassj/pit" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbassj%2Fpit", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbassj%2Fpit'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] e52213f28f6543e4f9d51704d2c2e27ac74d04d7 [INFO] checking bassj/pit against try#8b72f65b805cbe4c261de45030d663f524f27376 for pr-78991 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbassj%2Fpit" "/workspace/builds/worker-0/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/bassj/pit on toolchain 8b72f65b805cbe4c261de45030d663f524f27376 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8b72f65b805cbe4c261de45030d663f524f27376" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/bassj/pit [INFO] finished tweaking git repo https://github.com/bassj/pit [INFO] tweaked toml for git repo https://github.com/bassj/pit written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/bassj/pit already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8b72f65b805cbe4c261de45030d663f524f27376" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+8b72f65b805cbe4c261de45030d663f524f27376" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 30e24300cb271ec0b90cefca62f811c22c6d01cb0787a61530857adb56fbfa0a [INFO] running `Command { std: "docker" "start" "-a" "30e24300cb271ec0b90cefca62f811c22c6d01cb0787a61530857adb56fbfa0a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "30e24300cb271ec0b90cefca62f811c22c6d01cb0787a61530857adb56fbfa0a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "30e24300cb271ec0b90cefca62f811c22c6d01cb0787a61530857adb56fbfa0a", kill_on_drop: false }` [INFO] [stdout] 30e24300cb271ec0b90cefca62f811c22c6d01cb0787a61530857adb56fbfa0a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "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" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+8b72f65b805cbe4c261de45030d663f524f27376" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 496cc021233929ac2908ec5051d09e9ab595889e1d743d7dc4cd74dee1c26fe7 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "496cc021233929ac2908ec5051d09e9ab595889e1d743d7dc4cd74dee1c26fe7", kill_on_drop: false }` [INFO] [stderr] Checking pit v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `raw_response` [INFO] [stdout] --> src/http.rs:206:18 [INFO] [stdout] | [INFO] [stdout] 206 | pub fn parse(raw_response: String) -> Response { [INFO] [stdout] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_raw_response` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `raw_response` [INFO] [stdout] --> src/http.rs:206:18 [INFO] [stdout] | [INFO] [stdout] 206 | pub fn parse(raw_response: String) -> Response { [INFO] [stdout] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_raw_response` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0369]: binary operation `==` cannot be applied to type `Request` [INFO] [stdout] --> tests/http.rs:43:9 [INFO] [stdout] | [INFO] [stdout] 43 | assert_eq!(reconst_req, request); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | Request [INFO] [stdout] | Request [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `Request` doesn't implement `Debug` [INFO] [stdout] --> tests/http.rs:43:9 [INFO] [stdout] | [INFO] [stdout] 43 | assert_eq!(reconst_req, request); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `Request` cannot be formatted using `{:?}` because it doesn't implement `Debug` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Debug` is not implemented for `Request` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `&Request` [INFO] [stdout] = note: required by `std::fmt::Debug::fmt` [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: `Request` doesn't implement `Debug` [INFO] [stdout] --> tests/http.rs:43:9 [INFO] [stdout] | [INFO] [stdout] 43 | assert_eq!(reconst_req, request); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `Request` cannot be formatted using `{:?}` because it doesn't implement `Debug` [INFO] [stdout] | [INFO] [stdout] = help: the trait `Debug` is not implemented for `Request` [INFO] [stdout] = note: required because of the requirements on the impl of `Debug` for `&Request` [INFO] [stdout] = note: required by `std::fmt::Debug::fmt` [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0369. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `pit` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "496cc021233929ac2908ec5051d09e9ab595889e1d743d7dc4cd74dee1c26fe7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "496cc021233929ac2908ec5051d09e9ab595889e1d743d7dc4cd74dee1c26fe7", kill_on_drop: false }` [INFO] [stdout] 496cc021233929ac2908ec5051d09e9ab595889e1d743d7dc4cd74dee1c26fe7