[INFO] cloning repository https://github.com/goosetea04/tutorial-8
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/goosetea04/tutorial-8" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgoosetea04%2Ftutorial-8", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgoosetea04%2Ftutorial-8'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 9a607153577a1680daa4494af0d22448e3094fcb
[INFO] testing goosetea04/tutorial-8 against 1.99.0-beta.1+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgoosetea04%2Ftutorial-8" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] [stderr] Updating files:  60% (838/1382)
Updating files:  61% (844/1382)
Updating files:  62% (857/1382)
Updating files:  63% (871/1382)
Updating files:  64% (885/1382)
Updating files:  65% (899/1382)
Updating files:  66% (913/1382)
Updating files:  67% (926/1382)
Updating files:  68% (940/1382)
Updating files:  69% (954/1382)
Updating files:  70% (968/1382)
Updating files:  71% (982/1382)
Updating files:  72% (996/1382)
Updating files:  73% (1009/1382)
Updating files:  74% (1023/1382)
Updating files:  75% (1037/1382)
Updating files:  76% (1051/1382)
Updating files:  77% (1065/1382)
Updating files:  77% (1070/1382)
Updating files:  78% (1078/1382)
Updating files:  79% (1092/1382)
Updating files:  80% (1106/1382)
Updating files:  81% (1120/1382)
Updating files:  82% (1134/1382)
Updating files:  82% (1143/1382)
Updating files:  83% (1148/1382)
Updating files:  84% (1161/1382)
Updating files:  85% (1175/1382)
Updating files:  86% (1189/1382)
Updating files:  87% (1203/1382)
Updating files:  88% (1217/1382)
Updating files:  89% (1230/1382)
Updating files:  90% (1244/1382)
Updating files:  91% (1258/1382)
Updating files:  92% (1272/1382)
Updating files:  93% (1286/1382)
Updating files:  94% (1300/1382)
Updating files:  95% (1313/1382)
Updating files:  96% (1327/1382)
Updating files:  97% (1341/1382)
Updating files:  98% (1355/1382)
Updating files:  99% (1369/1382)
Updating files: 100% (1382/1382)
Updating files: 100% (1382/1382), done.
[INFO] started tweaking git repo https://github.com/goosetea04/tutorial-8
[INFO] finished tweaking git repo https://github.com/goosetea04/tutorial-8
[INFO] tweaked toml for git repo https://github.com/goosetea04/tutorial-8 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/goosetea04/tutorial-8 on toolchain 1.99.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/goosetea04/tutorial-8 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 8d2a0b05b70d185b8084c177dc0c0c1984fda28eb82c799bc73d3612051ce23b
[INFO] running `Command { std: "docker" "start" "8d2a0b05b70d185b8084c177dc0c0c1984fda28eb82c799bc73d3612051ce23b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8d2a0b05b70d185b8084c177dc0c0c1984fda28eb82c799bc73d3612051ce23b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "8d2a0b05b70d185b8084c177dc0c0c1984fda28eb82c799bc73d3612051ce23b" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8d2a0b05b70d185b8084c177dc0c0c1984fda28eb82c799bc73d3612051ce23b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "8d2a0b05b70d185b8084c177dc0c0c1984fda28eb82c799bc73d3612051ce23b" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling signal-hook-registry v1.4.2
[INFO] [stderr]    Compiling tokio v1.37.0
[INFO] [stderr]    Compiling crosstown_bus v0.5.3
[INFO] [stderr]    Compiling subscriber v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `now`
[INFO] [stdout]   --> src/main.rs:15:13
[INFO] [stdout]    |
[INFO] [stdout] 15 |         let now = time::Instant::now();
[INFO] [stdout]    |             ^^^ help: if this is intentional, prefix it with an underscore: `_now`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 13.95s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: amq-protocol v1.4.0, amq-protocol-types v1.2.0, nom v4.2.3
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "8d2a0b05b70d185b8084c177dc0c0c1984fda28eb82c799bc73d3612051ce23b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "8d2a0b05b70d185b8084c177dc0c0c1984fda28eb82c799bc73d3612051ce23b" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling subscriber v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `now`
[INFO] [stdout]   --> src/main.rs:15:13
[INFO] [stdout]    |
[INFO] [stdout] 15 |         let now = time::Instant::now();
[INFO] [stdout]    |             ^^^ help: if this is intentional, prefix it with an underscore: `_now`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 0.48s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: amq-protocol v1.4.0, amq-protocol-types v1.2.0, nom v4.2.3
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "8d2a0b05b70d185b8084c177dc0c0c1984fda28eb82c799bc73d3612051ce23b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "8d2a0b05b70d185b8084c177dc0c0c1984fda28eb82c799bc73d3612051ce23b" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--release", kill_on_drop: false }`
[INFO] [stderr] warning: unused variable: `now`
[INFO] [stderr]   --> src/main.rs:15:13
[INFO] [stderr]    |
[INFO] [stderr] 15 |         let now = time::Instant::now();
[INFO] [stderr]    |             ^^^ help: if this is intentional, prefix it with an underscore: `_now`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `subscriber` (bin "subscriber" test) generated 1 warning (run `cargo fix --bin "subscriber" -p subscriber --tests` to apply 1 suggestion)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 0.16s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: amq-protocol v1.4.0, amq-protocol-types v1.2.0, nom v4.2.3
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/release/deps/subscriber-84732f11f1f33909)
[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" "8d2a0b05b70d185b8084c177dc0c0c1984fda28eb82c799bc73d3612051ce23b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8d2a0b05b70d185b8084c177dc0c0c1984fda28eb82c799bc73d3612051ce23b", kill_on_drop: false }`
[INFO] [stdout] 8d2a0b05b70d185b8084c177dc0c0c1984fda28eb82c799bc73d3612051ce23b
