[INFO] cloning repository https://github.com/boxmein/bakebuild
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/boxmein/bakebuild" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fboxmein%2Fbakebuild", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fboxmein%2Fbakebuild'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 4d165b795970a6704c653ef61afca6de5f7943f6
[INFO] checking boxmein/bakebuild against 1.95.0 for pr-155915
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fboxmein%2Fbakebuild" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/boxmein/bakebuild
[INFO] finished tweaking git repo https://github.com/boxmein/bakebuild
[INFO] tweaked toml for git repo https://github.com/boxmein/bakebuild written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/boxmein/bakebuild on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/boxmein/bakebuild 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.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded unicode-ident v1.0.4
[INFO] [stderr]   Downloaded itoa v1.0.4
[INFO] [stderr]   Downloaded anyhow v1.0.65
[INFO] [stderr]   Downloaded serde_yaml v0.9.13
[INFO] [stderr]   Downloaded unsafe-libyaml v0.2.4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] be622893312f4649184e79b215938cfca0da8a5d83f06695864611774c827729
[INFO] running `Command { std: "docker" "start" "-a" "be622893312f4649184e79b215938cfca0da8a5d83f06695864611774c827729", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "be622893312f4649184e79b215938cfca0da8a5d83f06695864611774c827729", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "be622893312f4649184e79b215938cfca0da8a5d83f06695864611774c827729", kill_on_drop: false }`
[INFO] [stdout] be622893312f4649184e79b215938cfca0da8a5d83f06695864611774c827729
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] bb8b1db3732dc875201043b8e94248484431e443f46d91b4618571931b2da99c
[INFO] running `Command { std: "docker" "start" "-a" "bb8b1db3732dc875201043b8e94248484431e443f46d91b4618571931b2da99c", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.46
[INFO] [stderr]    Compiling quote v1.0.21
[INFO] [stderr]    Compiling unicode-ident v1.0.4
[INFO] [stderr]    Compiling syn v1.0.102
[INFO] [stderr]     Checking once_cell v1.15.0
[INFO] [stderr]    Compiling serde_derive v1.0.145
[INFO] [stderr]    Compiling serde v1.0.145
[INFO] [stderr]     Checking hashbrown v0.12.3
[INFO] [stderr]     Checking overload v0.1.1
[INFO] [stderr]    Compiling anyhow v1.0.65
[INFO] [stderr]     Checking unsafe-libyaml v0.2.4
[INFO] [stderr]    Compiling indexmap v1.9.1
[INFO] [stderr]     Checking sharded-slab v0.1.4
[INFO] [stderr]     Checking itoa v1.0.4
[INFO] [stderr]     Checking fixedbitset v0.4.2
[INFO] [stderr]     Checking smallvec v1.10.0
[INFO] [stderr]     Checking tracing-core v0.1.30
[INFO] [stderr]     Checking nu-ansi-term v0.46.0
[INFO] [stderr]     Checking thread_local v1.1.4
[INFO] [stderr]     Checking ryu v1.0.11
[INFO] [stderr]     Checking glob v0.3.0
[INFO] [stderr]     Checking tracing-log v0.1.3
[INFO] [stderr]     Checking tracing-subscriber v0.3.16
[INFO] [stderr]     Checking petgraph v0.6.2
[INFO] [stderr]    Compiling tracing-attributes v0.1.23
[INFO] [stderr]     Checking tracing v0.1.37
[INFO] [stderr]     Checking serde_yaml v0.9.13
[INFO] [stderr]     Checking bake v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: fields `task` and `result` are never read
[INFO] [stdout]   --> src/model/task.rs:65:9
[INFO] [stdout]    |
[INFO] [stdout] 64 | pub struct TaskResult {
[INFO] [stdout]    |            ---------- fields in this struct
[INFO] [stdout] 65 |     pub task: Task,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 66 |     pub result: Vec<ActionResult>,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `TaskResult` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `action`, `status`, and `output` are never read
[INFO] [stdout]   --> src/model/action.rs:42:9
[INFO] [stdout]    |
[INFO] [stdout] 41 | pub struct ActionResult {
[INFO] [stdout]    |            ------------ fields in this struct
[INFO] [stdout] 42 |     pub action: Action,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 43 |     pub status: Status,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 44 |     pub output: Option<Output>,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ActionResult` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `task` and `result` are never read
[INFO] [stdout]  --> src/model/runresult.rs:6:9
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub struct TaskAndResult {
[INFO] [stdout]   |            ------------- fields in this struct
[INFO] [stdout] 6 |     pub task: Task,
[INFO] [stdout]   |         ^^^^
[INFO] [stdout] 7 |     pub result: TaskResult,
[INFO] [stdout]   |         ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `TaskAndResult` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `task_results` is never read
[INFO] [stdout]   --> src/model/runresult.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct RunResult {
[INFO] [stdout]    |            --------- field in this struct
[INFO] [stdout] 12 |     pub task_results: Vec<TaskAndResult>,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `RunResult` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `task` and `result` are never read
[INFO] [stdout]   --> src/model/task.rs:65:9
[INFO] [stdout]    |
[INFO] [stdout] 64 | pub struct TaskResult {
[INFO] [stdout]    |            ---------- fields in this struct
[INFO] [stdout] 65 |     pub task: Task,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 66 |     pub result: Vec<ActionResult>,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `TaskResult` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `action`, `status`, and `output` are never read
[INFO] [stdout]   --> src/model/action.rs:42:9
[INFO] [stdout]    |
[INFO] [stdout] 41 | pub struct ActionResult {
[INFO] [stdout]    |            ------------ fields in this struct
[INFO] [stdout] 42 |     pub action: Action,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 43 |     pub status: Status,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout] 44 |     pub output: Option<Output>,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ActionResult` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `task` and `result` are never read
[INFO] [stdout]  --> src/model/runresult.rs:6:9
[INFO] [stdout]   |
[INFO] [stdout] 5 | pub struct TaskAndResult {
[INFO] [stdout]   |            ------------- fields in this struct
[INFO] [stdout] 6 |     pub task: Task,
[INFO] [stdout]   |         ^^^^
[INFO] [stdout] 7 |     pub result: TaskResult,
[INFO] [stdout]   |         ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `TaskAndResult` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `task_results` is never read
[INFO] [stdout]   --> src/model/runresult.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub struct RunResult {
[INFO] [stdout]    |            --------- field in this struct
[INFO] [stdout] 12 |     pub task_results: Vec<TaskAndResult>,
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `RunResult` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.24s
[INFO] running `Command { std: "docker" "inspect" "bb8b1db3732dc875201043b8e94248484431e443f46d91b4618571931b2da99c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bb8b1db3732dc875201043b8e94248484431e443f46d91b4618571931b2da99c", kill_on_drop: false }`
[INFO] [stdout] bb8b1db3732dc875201043b8e94248484431e443f46d91b4618571931b2da99c
