[INFO] cloning repository https://github.com/mr-kaffee/qdh
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mr-kaffee/qdh" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmr-kaffee%2Fqdh", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmr-kaffee%2Fqdh'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 3223d17cbf4f90899e81a60e27960c79cdf72146
[INFO] checking mr-kaffee/qdh against try#5d96fa0e954d77528204a1ba3b8847ec083c779b for pr-153457
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmr-kaffee%2Fqdh" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/mr-kaffee/qdh
[INFO] finished tweaking git repo https://github.com/mr-kaffee/qdh
[INFO] tweaked toml for git repo https://github.com/mr-kaffee/qdh written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/mr-kaffee/qdh on toolchain 5d96fa0e954d77528204a1ba3b8847ec083c779b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5d96fa0e954d77528204a1ba3b8847ec083c779b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/mr-kaffee/qdh already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5d96fa0e954d77528204a1ba3b8847ec083c779b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded paste-impl v0.1.18
[INFO] [stderr]   Downloaded nav-types v0.5.1
[INFO] [stderr]   Downloaded paste v0.1.18
[INFO] [stderr]   Downloaded rand_distr v0.2.2
[INFO] [stderr]   Downloaded minidom v0.14.0
[INFO] [stderr]   Downloaded generic-array v0.13.3
[INFO] [stderr]   Downloaded simba v0.2.4
[INFO] [stderr]   Downloaded matrixmultiply v0.2.4
[INFO] [stderr]   Downloaded nalgebra v0.22.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+5d96fa0e954d77528204a1ba3b8847ec083c779b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] cdbab5a0e7632615dae97874d58af3bf6be0ebf526813ca189b0dfdc0f0f37d6
[INFO] running `Command { std: "docker" "start" "-a" "cdbab5a0e7632615dae97874d58af3bf6be0ebf526813ca189b0dfdc0f0f37d6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cdbab5a0e7632615dae97874d58af3bf6be0ebf526813ca189b0dfdc0f0f37d6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cdbab5a0e7632615dae97874d58af3bf6be0ebf526813ca189b0dfdc0f0f37d6", kill_on_drop: false }`
[INFO] [stdout] cdbab5a0e7632615dae97874d58af3bf6be0ebf526813ca189b0dfdc0f0f37d6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+5d96fa0e954d77528204a1ba3b8847ec083c779b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 231b7193f73540293f4d0224349580c416b0c339928d984923ea83db5216abb8
[INFO] running `Command { std: "docker" "start" "-a" "231b7193f73540293f4d0224349580c416b0c339928d984923ea83db5216abb8", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.126
[INFO] [stderr]    Compiling proc-macro2 v1.0.39
[INFO] [stderr]    Compiling unicode-ident v1.0.0
[INFO] [stderr]    Compiling proc-macro-hack v0.5.19
[INFO] [stderr]    Compiling num-complex v0.2.4
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling syn v1.0.96
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling num-rational v0.2.4
[INFO] [stderr]    Compiling indexmap v1.8.2
[INFO] [stderr]     Checking rawpointer v0.2.1
[INFO] [stderr]     Checking os_str_bytes v6.1.0
[INFO] [stderr]     Checking approx v0.3.2
[INFO] [stderr]     Checking generic-array v0.13.3
[INFO] [stderr]    Compiling heck v0.4.0
[INFO] [stderr]     Checking quick-xml v0.22.0
[INFO] [stderr]     Checking matrixmultiply v0.2.4
[INFO] [stderr]     Checking strsim v0.10.0
[INFO] [stderr]     Checking textwrap v0.15.0
[INFO] [stderr]     Checking clap_lex v0.2.0
[INFO] [stderr]     Checking either v1.6.1
[INFO] [stderr]     Checking termcolor v1.1.3
[INFO] [stderr]     Checking itertools v0.10.3
[INFO] [stderr]     Checking minidom v0.14.0
[INFO] [stderr]     Checking getrandom v0.1.16
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]    Compiling quote v1.0.18
[INFO] [stderr]     Checking rand_core v0.5.1
[INFO] [stderr]    Compiling paste-impl v0.1.18
[INFO] [stderr]     Checking rand_chacha v0.2.2
[INFO] [stderr]     Checking rand v0.7.3
[INFO] [stderr]     Checking paste v0.1.18
[INFO] [stderr]     Checking simba v0.2.4
[INFO] [stderr]     Checking rand_distr v0.2.2
[INFO] [stderr]    Compiling clap_derive v3.1.18
[INFO] [stderr]     Checking clap v3.1.18
[INFO] [stderr]     Checking nalgebra v0.22.1
[INFO] [stderr]     Checking nav-types v0.5.1
[INFO] [stderr]     Checking qdh v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.11s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: quick-xml v0.22.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 2`
[INFO] running `Command { std: "docker" "inspect" "231b7193f73540293f4d0224349580c416b0c339928d984923ea83db5216abb8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "231b7193f73540293f4d0224349580c416b0c339928d984923ea83db5216abb8", kill_on_drop: false }`
[INFO] [stdout] 231b7193f73540293f4d0224349580c416b0c339928d984923ea83db5216abb8
