[INFO] cloning repository https://github.com/n01e0/deis [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/n01e0/deis" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fn01e0%2Fdeis", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fn01e0%2Fdeis'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] c5d40a51bb3cebdd10df42c9f1bb2d325bdc365d [INFO] testing n01e0/deis against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fn01e0%2Fdeis" "/workspace/builds/worker-9/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/n01e0/deis on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/n01e0/deis [INFO] finished tweaking git repo https://github.com/n01e0/deis [INFO] tweaked toml for git repo https://github.com/n01e0/deis written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/n01e0/deis already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c166ed03a8acc1266ae7dac59c6bbe2e26bb2955203cfa9db4bd08437bec164a [INFO] running `Command { std: "docker" "start" "-a" "c166ed03a8acc1266ae7dac59c6bbe2e26bb2955203cfa9db4bd08437bec164a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c166ed03a8acc1266ae7dac59c6bbe2e26bb2955203cfa9db4bd08437bec164a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c166ed03a8acc1266ae7dac59c6bbe2e26bb2955203cfa9db4bd08437bec164a", kill_on_drop: false }` [INFO] [stdout] c166ed03a8acc1266ae7dac59c6bbe2e26bb2955203cfa9db4bd08437bec164a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5720635920cecb847e37543f0c0249370a52d149c81e1ead7654296a4d121c79 [INFO] running `Command { std: "docker" "start" "-a" "5720635920cecb847e37543f0c0249370a52d149c81e1ead7654296a4d121c79", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.80 [INFO] [stderr] Compiling syn v1.0.51 [INFO] [stderr] Compiling regex-syntax v0.6.21 [INFO] [stderr] Compiling boxfnonce v0.1.1 [INFO] [stderr] Compiling humantime v2.0.1 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Compiling regex v1.4.2 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling nix v0.19.0 [INFO] [stderr] Compiling daemonize v0.4.1 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling env_logger v0.8.2 [INFO] [stderr] Compiling thiserror-impl v1.0.22 [INFO] [stderr] Compiling enum-iterator-derive v0.6.0 [INFO] [stderr] Compiling enum-iterator v0.6.0 [INFO] [stderr] Compiling fanotify-rs v0.2.7 (https://github.com/n01e0/fanotify-rs#ca5e4123) [INFO] [stderr] Compiling thiserror v1.0.22 [INFO] [stderr] Compiling which v4.0.2 [INFO] [stderr] Compiling deis v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 11.72s [INFO] running `Command { std: "docker" "inspect" "5720635920cecb847e37543f0c0249370a52d149c81e1ead7654296a4d121c79", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5720635920cecb847e37543f0c0249370a52d149c81e1ead7654296a4d121c79", kill_on_drop: false }` [INFO] [stdout] 5720635920cecb847e37543f0c0249370a52d149c81e1ead7654296a4d121c79 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ff54d8a45a51aeb3bfc330e9aab699b67d4f43c08baa50d43ee3c1298b43d89b [INFO] running `Command { std: "docker" "start" "-a" "ff54d8a45a51aeb3bfc330e9aab699b67d4f43c08baa50d43ee3c1298b43d89b", kill_on_drop: false }` [INFO] [stderr] Compiling deis v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.46s [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/deis-c1b3a1505b2c5cc5) [INFO] running `Command { std: "docker" "inspect" "ff54d8a45a51aeb3bfc330e9aab699b67d4f43c08baa50d43ee3c1298b43d89b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ff54d8a45a51aeb3bfc330e9aab699b67d4f43c08baa50d43ee3c1298b43d89b", kill_on_drop: false }` [INFO] [stdout] ff54d8a45a51aeb3bfc330e9aab699b67d4f43c08baa50d43ee3c1298b43d89b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] c356f2d9d58bea845578a5f46247509e4bb03b3310d24741f8fbcb12ffd9baae [INFO] running `Command { std: "docker" "start" "-a" "c356f2d9d58bea845578a5f46247509e4bb03b3310d24741f8fbcb12ffd9baae", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.72s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/deis-c1b3a1505b2c5cc5) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "c356f2d9d58bea845578a5f46247509e4bb03b3310d24741f8fbcb12ffd9baae", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c356f2d9d58bea845578a5f46247509e4bb03b3310d24741f8fbcb12ffd9baae", kill_on_drop: false }` [INFO] [stdout] c356f2d9d58bea845578a5f46247509e4bb03b3310d24741f8fbcb12ffd9baae