[INFO] cloning repository https://github.com/museun/features-demo [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/museun/features-demo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmuseun%2Ffeatures-demo", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmuseun%2Ffeatures-demo'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 61a3a697658c00f8a5c33d908b3ee3b3cfc1cd88 [INFO] testing museun/features-demo against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmuseun%2Ffeatures-demo" "/workspace/builds/worker-10/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/museun/features-demo 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/museun/features-demo [INFO] finished tweaking git repo https://github.com/museun/features-demo [INFO] tweaked toml for git repo https://github.com/museun/features-demo written to /workspace/builds/worker-10/source/Cargo.toml [INFO] crate git repo https://github.com/museun/features-demo 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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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] 223524411cb5ec8428ba8782928cff9402758940ca571b2cf0293d9a2cf35ad8 [INFO] running `Command { std: "docker" "start" "-a" "223524411cb5ec8428ba8782928cff9402758940ca571b2cf0293d9a2cf35ad8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "223524411cb5ec8428ba8782928cff9402758940ca571b2cf0293d9a2cf35ad8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "223524411cb5ec8428ba8782928cff9402758940ca571b2cf0293d9a2cf35ad8", kill_on_drop: false }` [INFO] [stdout] 223524411cb5ec8428ba8782928cff9402758940ca571b2cf0293d9a2cf35ad8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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] 660f9202ff57205247a260e224dd28c1a67acc1eb791ead4da098fe48ed2d2b0 [INFO] running `Command { std: "docker" "start" "-a" "660f9202ff57205247a260e224dd28c1a67acc1eb791ead4da098fe48ed2d2b0", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling proc-macro2 v1.0.21 [INFO] [stderr] Compiling syn v1.0.41 [INFO] [stderr] Compiling serde_derive v1.0.116 [INFO] [stderr] Compiling serde v1.0.116 [INFO] [stderr] Compiling serde_json v1.0.57 [INFO] [stderr] Compiling itoa v0.4.6 [INFO] [stderr] Compiling num-traits v0.2.12 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling euclid v0.22.1 [INFO] [stderr] Compiling foo v0.1.0 (/opt/rustwide/workdir/crates/foo) [INFO] [stderr] Compiling bar v0.1.0 (/opt/rustwide/workdir/crates/bar) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 13.49s [INFO] running `Command { std: "docker" "inspect" "660f9202ff57205247a260e224dd28c1a67acc1eb791ead4da098fe48ed2d2b0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "660f9202ff57205247a260e224dd28c1a67acc1eb791ead4da098fe48ed2d2b0", kill_on_drop: false }` [INFO] [stdout] 660f9202ff57205247a260e224dd28c1a67acc1eb791ead4da098fe48ed2d2b0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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] 61be633b263bbc30799287659ec1d53a53c6a64999e4a86fea23b63763b73c46 [INFO] running `Command { std: "docker" "start" "-a" "61be633b263bbc30799287659ec1d53a53c6a64999e4a86fea23b63763b73c46", kill_on_drop: false }` [INFO] [stderr] Compiling foo v0.1.0 (/opt/rustwide/workdir/crates/foo) [INFO] [stderr] Compiling bar v0.1.0 (/opt/rustwide/workdir/crates/bar) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.44s [INFO] running `Command { std: "docker" "inspect" "61be633b263bbc30799287659ec1d53a53c6a64999e4a86fea23b63763b73c46", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "61be633b263bbc30799287659ec1d53a53c6a64999e4a86fea23b63763b73c46", kill_on_drop: false }` [INFO] [stdout] 61be633b263bbc30799287659ec1d53a53c6a64999e4a86fea23b63763b73c46 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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] 89a43065ac301e0260b2ac66a6e731dccee41a86a6defa8580f83b4a42fdf549 [INFO] running `Command { std: "docker" "start" "-a" "89a43065ac301e0260b2ac66a6e731dccee41a86a6defa8580f83b4a42fdf549", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/bar-796c9ea9ed991c16) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test tests::print_test ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/foo-34d7899c56c75405) [INFO] [stdout] [INFO] [stderr] Doc-tests bar [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] [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] [stderr] Doc-tests foo [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" "89a43065ac301e0260b2ac66a6e731dccee41a86a6defa8580f83b4a42fdf549", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "89a43065ac301e0260b2ac66a6e731dccee41a86a6defa8580f83b4a42fdf549", kill_on_drop: false }` [INFO] [stdout] 89a43065ac301e0260b2ac66a6e731dccee41a86a6defa8580f83b4a42fdf549