[INFO] cloning repository https://github.com/elpinal/rain-vm [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/elpinal/rain-vm" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Felpinal%2Frain-vm", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Felpinal%2Frain-vm'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] d9bbd7110f539ac0f5a589125e6cd948133d6a68 [INFO] testing elpinal/rain-vm against master#62efba8a050c64249dab942951bb28f710208bc8 for pr-90799 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Felpinal%2Frain-vm" "/workspace/builds/worker-103/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-103/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/elpinal/rain-vm on toolchain 62efba8a050c64249dab942951bb28f710208bc8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/elpinal/rain-vm [INFO] finished tweaking git repo https://github.com/elpinal/rain-vm [INFO] tweaked toml for git repo https://github.com/elpinal/rain-vm written to /workspace/builds/worker-103/source/Cargo.toml [INFO] crate git repo https://github.com/elpinal/rain-vm already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-103/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-103/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:e8397a04204aaf8b9f284182a6f9e27a3c2e67044d0943b4415b160bfc957681" "/opt/rustwide/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f1e4f1b78765a23263067fb5e19f23aa2ffbec6fcc73c3ec3b8978da0689afd4 [INFO] running `Command { std: "docker" "start" "-a" "f1e4f1b78765a23263067fb5e19f23aa2ffbec6fcc73c3ec3b8978da0689afd4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f1e4f1b78765a23263067fb5e19f23aa2ffbec6fcc73c3ec3b8978da0689afd4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f1e4f1b78765a23263067fb5e19f23aa2ffbec6fcc73c3ec3b8978da0689afd4", kill_on_drop: false }` [INFO] [stdout] f1e4f1b78765a23263067fb5e19f23aa2ffbec6fcc73c3ec3b8978da0689afd4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-103/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-103/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:e8397a04204aaf8b9f284182a6f9e27a3c2e67044d0943b4415b160bfc957681" "/opt/rustwide/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b69c158a0ef050abc03dd15029cb21a8a74e5d1270f3d54fbfe279c5ddd309f0 [INFO] running `Command { std: "docker" "start" "-a" "b69c158a0ef050abc03dd15029cb21a8a74e5d1270f3d54fbfe279c5ddd309f0", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.44 [INFO] [stderr] Compiling cc v1.0.25 [INFO] [stderr] Compiling failure_derive v0.1.3 [INFO] [stderr] Compiling strsim v0.7.0 [INFO] [stderr] Compiling rustc-demangle v0.1.9 [INFO] [stderr] Compiling bitflags v1.0.4 [INFO] [stderr] Compiling ansi_term v0.11.0 [INFO] [stderr] Compiling vec_map v0.8.1 [INFO] [stderr] Compiling heck v0.3.0 [INFO] [stderr] Compiling textwrap v0.10.0 [INFO] [stderr] Compiling syn v0.15.22 [INFO] [stderr] Compiling atty v0.2.11 [INFO] [stderr] Compiling clap v2.32.0 [INFO] [stderr] Compiling backtrace-sys v0.1.24 [INFO] [stderr] Compiling backtrace v0.3.9 [INFO] [stderr] Compiling synstructure v0.10.1 [INFO] [stderr] Compiling structopt-derive v0.2.13 [INFO] [stderr] Compiling structopt v0.2.13 [INFO] [stderr] Compiling failure v0.1.3 [INFO] [stderr] Compiling rain-vm v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 21.50s [INFO] running `Command { std: "docker" "inspect" "b69c158a0ef050abc03dd15029cb21a8a74e5d1270f3d54fbfe279c5ddd309f0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b69c158a0ef050abc03dd15029cb21a8a74e5d1270f3d54fbfe279c5ddd309f0", kill_on_drop: false }` [INFO] [stdout] b69c158a0ef050abc03dd15029cb21a8a74e5d1270f3d54fbfe279c5ddd309f0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-103/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-103/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:e8397a04204aaf8b9f284182a6f9e27a3c2e67044d0943b4415b160bfc957681" "/opt/rustwide/cargo-home/bin/cargo" "+62efba8a050c64249dab942951bb28f710208bc8" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e499132d06f63b102f5a6dd5c6c34c27bbfe94b78e95ca6086235926a8229b61 [INFO] running `Command { std: "docker" "start" "-a" "e499132d06f63b102f5a6dd5c6c34c27bbfe94b78e95ca6086235926a8229b61", kill_on_drop: false }` [INFO] [stderr] Compiling cargo-husky v1.2.0 [INFO] [stderr] error: failed to run custom build command for `cargo-husky v1.2.0` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/cargo-husky-24fe33a269af6dcd/build-script-build` (exit status: 1) [INFO] [stderr] --- stderr [INFO] [stderr] Error: .git directory was not found in '/opt/rustwide/target/debug/build/cargo-husky-3d4b0a9a668cad6a/out' or its parent directories [INFO] running `Command { std: "docker" "inspect" "e499132d06f63b102f5a6dd5c6c34c27bbfe94b78e95ca6086235926a8229b61", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e499132d06f63b102f5a6dd5c6c34c27bbfe94b78e95ca6086235926a8229b61", kill_on_drop: false }` [INFO] [stdout] e499132d06f63b102f5a6dd5c6c34c27bbfe94b78e95ca6086235926a8229b61