[INFO] cloning repository https://github.com/sunsided/rust-facedetect [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/sunsided/rust-facedetect" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsunsided%2Frust-facedetect", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsunsided%2Frust-facedetect'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 04b529df3c0cfc9d96af03a6fdaa97707cb115a7 [INFO] testing sunsided/rust-facedetect against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsunsided%2Frust-facedetect" "/workspace/builds/worker-60/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-60/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/sunsided/rust-facedetect on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/sunsided/rust-facedetect [INFO] finished tweaking git repo https://github.com/sunsided/rust-facedetect [INFO] tweaked toml for git repo https://github.com/sunsided/rust-facedetect written to /workspace/builds/worker-60/source/Cargo.toml [INFO] crate git repo https://github.com/sunsided/rust-facedetect already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "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-60/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-60/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d3db8042a59aaf33d2a47d02af9f8c4cb070c6caa208d6a66efc5fe7100839d8 [INFO] running `Command { std: "docker" "start" "-a" "d3db8042a59aaf33d2a47d02af9f8c4cb070c6caa208d6a66efc5fe7100839d8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d3db8042a59aaf33d2a47d02af9f8c4cb070c6caa208d6a66efc5fe7100839d8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d3db8042a59aaf33d2a47d02af9f8c4cb070c6caa208d6a66efc5fe7100839d8", kill_on_drop: false }` [INFO] [stdout] d3db8042a59aaf33d2a47d02af9f8c4cb070c6caa208d6a66efc5fe7100839d8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-60/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-60/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ec4949e9fb60112f5f77d68e6c792ef488eff9bbdb77d2f6b6d595a0642e5ba2 [INFO] running `Command { std: "docker" "start" "-a" "ec4949e9fb60112f5f77d68e6c792ef488eff9bbdb77d2f6b6d595a0642e5ba2", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.76 [INFO] [stderr] Compiling glob v0.3.0 [INFO] [stderr] Compiling libloading v0.6.3 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling regex-syntax v0.6.18 [INFO] [stderr] Compiling dunce v1.0.1 [INFO] [stderr] Compiling maplit v1.0.2 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling once_cell v1.4.1 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling pkg-config v0.3.18 [INFO] [stderr] Compiling shlex v0.1.1 [INFO] [stderr] Compiling vcpkg v0.2.10 [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stderr] Compiling semver v0.10.0 [INFO] [stderr] Compiling clang-sys v1.0.0 [INFO] [stderr] Compiling num-traits v0.2.12 [INFO] [stderr] Compiling aho-corasick v0.7.13 [INFO] [stderr] Compiling jobserver v0.1.21 [INFO] [stderr] Compiling cc v1.0.59 [INFO] [stderr] Compiling regex v1.3.9 [INFO] [stderr] Compiling clang v1.0.1 [INFO] [stderr] Compiling opencv-binding-generator v0.20.0 [INFO] [stderr] Compiling opencv v0.45.1 [ERROR] error running command: no output for 300 seconds [INFO] running `Command { std: "docker" "inspect" "ec4949e9fb60112f5f77d68e6c792ef488eff9bbdb77d2f6b6d595a0642e5ba2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ec4949e9fb60112f5f77d68e6c792ef488eff9bbdb77d2f6b6d595a0642e5ba2", kill_on_drop: false }` [INFO] [stdout] ec4949e9fb60112f5f77d68e6c792ef488eff9bbdb77d2f6b6d595a0642e5ba2