[INFO] cloning repository https://github.com/meganomic/megamonic [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/meganomic/megamonic" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmeganomic%2Fmegamonic", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmeganomic%2Fmegamonic'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] b9491f949f4f138882bd3f1b9ae4ab896359d52d [INFO] checking meganomic/megamonic against try#3d9fdbff4f377de96b3a51174e7a64086bee9a5c for pr-81477 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmeganomic%2Fmegamonic" "/workspace/builds/worker-2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/meganomic/megamonic on toolchain 3d9fdbff4f377de96b3a51174e7a64086bee9a5c [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3d9fdbff4f377de96b3a51174e7a64086bee9a5c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/meganomic/megamonic [INFO] finished tweaking git repo https://github.com/meganomic/megamonic [INFO] tweaked toml for git repo https://github.com/meganomic/megamonic written to /workspace/builds/worker-2/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3d9fdbff4f377de96b3a51174e7a64086bee9a5c" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3d9fdbff4f377de96b3a51174e7a64086bee9a5c" "fetch" "--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-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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+3d9fdbff4f377de96b3a51174e7a64086bee9a5c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ef60441d53c8b4da3256eb7d16615c8d11e4a103d556a2c18cc8606e8feb98ae [INFO] running `Command { std: "docker" "start" "-a" "ef60441d53c8b4da3256eb7d16615c8d11e4a103d556a2c18cc8606e8feb98ae", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ef60441d53c8b4da3256eb7d16615c8d11e4a103d556a2c18cc8606e8feb98ae", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ef60441d53c8b4da3256eb7d16615c8d11e4a103d556a2c18cc8606e8feb98ae", kill_on_drop: false }` [INFO] [stdout] ef60441d53c8b4da3256eb7d16615c8d11e4a103d556a2c18cc8606e8feb98ae [INFO] running `Command { std: "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" "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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+3d9fdbff4f377de96b3a51174e7a64086bee9a5c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ad0b40f97a900cac6af648d383616b35eba344763373c05d38dd86f28ca82e08 [INFO] running `Command { std: "docker" "start" "-a" "ad0b40f97a900cac6af648d383616b35eba344763373c05d38dd86f28ca82e08", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.73 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling strsim v0.9.3 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling libsensors-sys v0.2.0 [INFO] [stderr] Checking unicode-width v0.1.8 [INFO] [stderr] Compiling anyhow v1.0.41 [INFO] [stderr] Checking once_cell v1.8.0 [INFO] [stderr] Checking strsim v0.8.0 [INFO] [stderr] Checking ansi_term v0.11.0 [INFO] [stderr] Compiling megamonic v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking static_assertions v1.1.0 [INFO] [stderr] Checking vec_map v0.8.2 [INFO] [stderr] Compiling libc v0.2.98 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling ahash v0.7.4 [INFO] [stderr] Checking libloading v0.6.7 [INFO] [stderr] Checking textwrap v0.11.0 [INFO] [stderr] Checking nvml-wrapper-sys v0.5.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking getrandom v0.2.3 [INFO] [stderr] Checking sensors v0.2.1 [INFO] [stderr] Checking libc-strftime v0.2.0 [INFO] [stderr] Checking clap v2.33.3 [INFO] [stderr] Checking btoi v0.4.2 [INFO] [stderr] Compiling darling_core v0.10.2 [INFO] [stderr] Compiling darling_macro v0.10.2 [INFO] [stderr] Compiling thiserror-impl v1.0.26 [INFO] [stderr] Compiling darling v0.10.2 [INFO] [stderr] Compiling wrapcenum-derive v0.4.0 [INFO] [stderr] Checking thiserror v1.0.26 [INFO] [stderr] Checking nvml-wrapper v0.7.0 [INFO] [stderr] Finished dev [optimized + debuginfo] target(s) in 20.48s [INFO] running `Command { std: "docker" "inspect" "ad0b40f97a900cac6af648d383616b35eba344763373c05d38dd86f28ca82e08", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ad0b40f97a900cac6af648d383616b35eba344763373c05d38dd86f28ca82e08", kill_on_drop: false }` [INFO] [stdout] ad0b40f97a900cac6af648d383616b35eba344763373c05d38dd86f28ca82e08