[INFO] cloning repository https://github.com/jamii/rust-nix-patch [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jamii/rust-nix-patch" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjamii%2Frust-nix-patch", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjamii%2Frust-nix-patch'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 622d26680c38e005f72896fee15a534e6db021aa [INFO] testing jamii/rust-nix-patch against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjamii%2Frust-nix-patch" "/workspace/builds/worker-36/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-36/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jamii/rust-nix-patch 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/jamii/rust-nix-patch [INFO] finished tweaking git repo https://github.com/jamii/rust-nix-patch [INFO] tweaked toml for git repo https://github.com/jamii/rust-nix-patch written to /workspace/builds/worker-36/source/Cargo.toml [INFO] crate git repo https://github.com/jamii/rust-nix-patch 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] Updating git repository `https://github.com/jamii/regex.git` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-36/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-36/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] 5245d82146ced81ba2faa5d2a3a2fecf1dd5e8dfe87a6851869c6792fd3d63af [INFO] running `Command { std: "docker" "start" "-a" "5245d82146ced81ba2faa5d2a3a2fecf1dd5e8dfe87a6851869c6792fd3d63af", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5245d82146ced81ba2faa5d2a3a2fecf1dd5e8dfe87a6851869c6792fd3d63af", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5245d82146ced81ba2faa5d2a3a2fecf1dd5e8dfe87a6851869c6792fd3d63af", kill_on_drop: false }` [INFO] [stdout] 5245d82146ced81ba2faa5d2a3a2fecf1dd5e8dfe87a6851869c6792fd3d63af [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-36/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-36/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] 26e78cdf1fb2362d0892677375f61a9c272d6a1e51ac4889b9168f97557bda55 [INFO] running `Command { std: "docker" "start" "-a" "26e78cdf1fb2362d0892677375f61a9c272d6a1e51ac4889b9168f97557bda55", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.2.1 [INFO] [stderr] Compiling regex-syntax v0.6.12 (https://github.com/jamii/regex.git#e36670a9) [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling aho-corasick v0.7.6 [INFO] [stderr] Compiling regex v1.3.1 (https://github.com/jamii/regex.git#e36670a9) [INFO] [stderr] Compiling rust-nix-patch v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 18.45s [INFO] running `Command { std: "docker" "inspect" "26e78cdf1fb2362d0892677375f61a9c272d6a1e51ac4889b9168f97557bda55", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "26e78cdf1fb2362d0892677375f61a9c272d6a1e51ac4889b9168f97557bda55", kill_on_drop: false }` [INFO] [stdout] 26e78cdf1fb2362d0892677375f61a9c272d6a1e51ac4889b9168f97557bda55 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-36/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-36/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" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 150ef0b9fae5d266d51d5aee9c59c8b9045efafa673d91086ff90cc5de0febbd [INFO] running `Command { std: "docker" "start" "-a" "150ef0b9fae5d266d51d5aee9c59c8b9045efafa673d91086ff90cc5de0febbd", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling rust-nix-patch v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.75s [INFO] running `Command { std: "docker" "inspect" "150ef0b9fae5d266d51d5aee9c59c8b9045efafa673d91086ff90cc5de0febbd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "150ef0b9fae5d266d51d5aee9c59c8b9045efafa673d91086ff90cc5de0febbd", kill_on_drop: false }` [INFO] [stdout] 150ef0b9fae5d266d51d5aee9c59c8b9045efafa673d91086ff90cc5de0febbd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-36/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-36/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" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 60260d9be1b2ab258318c5cf212b970b1e8aef8f5d22eae265377164f29dea9b [INFO] running `Command { std: "docker" "start" "-a" "60260d9be1b2ab258318c5cf212b970b1e8aef8f5d22eae265377164f29dea9b", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.20s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/rust_nix_patch-3598552bf3070348) [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" "60260d9be1b2ab258318c5cf212b970b1e8aef8f5d22eae265377164f29dea9b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "60260d9be1b2ab258318c5cf212b970b1e8aef8f5d22eae265377164f29dea9b", kill_on_drop: false }` [INFO] [stdout] 60260d9be1b2ab258318c5cf212b970b1e8aef8f5d22eae265377164f29dea9b