[INFO] cloning repository https://github.com/silafood/fc-runner
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/silafood/fc-runner" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsilafood%2Ffc-runner", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsilafood%2Ffc-runner'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 12d6f3413b5ca537ad42e9e642d17b043ff56141
[INFO] testing silafood/fc-runner against beta-2026-03-05 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsilafood%2Ffc-runner" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/silafood/fc-runner
[INFO] finished tweaking git repo https://github.com/silafood/fc-runner
[INFO] tweaked toml for git repo https://github.com/silafood/fc-runner written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/silafood/fc-runner on toolchain beta-2026-03-05
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/silafood/fc-runner 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" "+beta-2026-03-05" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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" "+beta-2026-03-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] bf298c9a0599f97fe31f9837c1f70720534cc2d3a830ea5bf9f4c26e921d200a
[INFO] running `Command { std: "docker" "start" "-a" "bf298c9a0599f97fe31f9837c1f70720534cc2d3a830ea5bf9f4c26e921d200a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bf298c9a0599f97fe31f9837c1f70720534cc2d3a830ea5bf9f4c26e921d200a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bf298c9a0599f97fe31f9837c1f70720534cc2d3a830ea5bf9f4c26e921d200a", kill_on_drop: false }`
[INFO] [stdout] bf298c9a0599f97fe31f9837c1f70720534cc2d3a830ea5bf9f4c26e921d200a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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" "RUSTDOCFLAGS=--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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1be46b2782793c906444de68c2474768b62e24bf6999d978d184f68bf90be32f
[INFO] running `Command { std: "docker" "start" "-a" "1be46b2782793c906444de68c2474768b62e24bf6999d978d184f68bf90be32f", kill_on_drop: false }`
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling libc v0.2.182
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling pin-project-lite v0.2.17
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling find-msvc-tools v0.1.9
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling futures-io v0.3.32
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling fs_extra v1.3.0
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling dunce v1.0.5
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling aws-lc-rs v1.16.1
[INFO] [stderr]    Compiling rustls-pki-types v1.14.0
[INFO] [stderr]    Compiling untrusted v0.9.0
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling rustls v0.23.37
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling ipnet v2.12.0
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling ryu v1.0.23
[INFO] [stderr]    Compiling webpki-roots v1.0.6
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]    Compiling nix v0.31.2
[INFO] [stderr]    Compiling memoffset v0.7.1
[INFO] [stderr]    Compiling iri-string v0.7.10
[INFO] [stderr]    Compiling time-core v0.1.8
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]    Compiling io-uring v0.5.13
[INFO] [stderr]    Compiling anstyle-query v1.1.5
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling num-conv v0.2.0
[INFO] [stderr]    Compiling openssl-probe v0.2.1
[INFO] [stderr]    Compiling anstyle v1.0.13
[INFO] [stderr]    Compiling tinyvec v1.10.0
[INFO] [stderr]    Compiling const_format_proc_macros v0.2.34
[INFO] [stderr]    Compiling deranged v0.5.8
[INFO] [stderr]    Compiling time-macros v0.2.27
[INFO] [stderr]    Compiling rustls-native-certs v0.8.3
[INFO] [stderr]    Compiling anstream v0.6.21
[INFO] [stderr]    Compiling netlink-packet-core v0.8.1
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling socket2 v0.6.3
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling cc v1.2.56
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling nix v0.30.1
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling clap_lex v1.0.0
[INFO] [stderr]    Compiling const_format v0.2.35
[INFO] [stderr]    Compiling clap_builder v4.5.60
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling socket2 v0.4.10
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling unicode-normalization v0.1.25
[INFO] [stderr]    Compiling simd-adler32 v0.3.8
[INFO] [stderr]    Compiling time v0.3.47
[INFO] [stderr]    Compiling winnow v0.7.15
[INFO] [stderr]    Compiling cmake v0.1.57
[INFO] [stderr]    Compiling crc-catalog v1.1.1
[INFO] [stderr]    Compiling strum v0.27.2
[INFO] [stderr]    Compiling prometheus v0.13.4
[INFO] [stderr]    Compiling iana-time-zone v0.1.65
[INFO] [stderr]    Compiling termcolor v1.4.1
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]    Compiling signature v2.2.0
[INFO] [stderr]    Compiling humantime v2.3.0
[INFO] [stderr]    Compiling tempfile v3.26.0
[INFO] [stderr]    Compiling miniz_oxide v0.7.4
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling crc v2.1.0
[INFO] [stderr]    Compiling xattr v1.6.1
[INFO] [stderr]    Compiling nix v0.26.4
[INFO] [stderr]    Compiling positioned-io2 v0.3.4
[INFO] [stderr]    Compiling serde_path_to_error v0.1.20
[INFO] [stderr]    Compiling netlink-packet-route v0.28.0
[INFO] [stderr]    Compiling aws-lc-sys v0.38.0
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling filetime v0.2.27
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling http-auth v0.1.10
[INFO] [stderr]    Compiling clap-num v1.2.0
[INFO] [stderr]    Compiling pem v3.0.6
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]    Compiling vsock v0.5.3
[INFO] [stderr]    Compiling unicase v2.9.0
[INFO] [stderr]    Compiling tar v0.4.44
[INFO] [stderr]    Compiling bootsector v0.2.0
[INFO] [stderr]    Compiling flate2 v1.1.9
[INFO] [stderr]    Compiling uuid v1.22.0
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling env_logger v0.9.3
[INFO] [stderr]    Compiling tokio-macros v2.6.1
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tokio v1.50.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling derive_builder_core v0.20.2
[INFO] [stderr]    Compiling getset v0.1.6
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling clap_derive v4.5.55
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling strum_macros v0.27.2
[INFO] [stderr]    Compiling async-recursion v1.1.1
[INFO] [stderr]    Compiling derive_builder_macro v0.20.2
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling simple_asn1 v0.6.4
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling derive_builder v0.20.2
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling axum-core v0.5.6
[INFO] [stderr]    Compiling tracing-subscriber v0.3.22
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling clap v4.5.60
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling icu_properties v2.1.2
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling jsonwebtoken v10.3.0
[INFO] [stderr]    Compiling bincode v1.3.3
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling olpc-cjson v0.1.4
[INFO] [stderr]    Compiling oci-spec v0.9.0
[INFO] [stderr]    Compiling secrecy v0.10.3
[INFO] [stderr]    Compiling jsonwebtoken v9.3.1
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling netlink-sys v0.8.8
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling futures-locks v0.7.1
[INFO] [stderr]    Compiling tokio-uring v0.4.0
[INFO] [stderr]    Compiling netlink-proto v0.12.0
[INFO] [stderr]    Compiling tokio-vsock v0.6.0
[INFO] [stderr]    Compiling firecracker-rs-sdk v0.1.0
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling rtnetlink v0.20.0
[INFO] [stderr]    Compiling qcow2-rs v0.1.6
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling axum v0.8.8
[INFO] [stderr]    Compiling rustls-webpki v0.103.9
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling rustls-platform-verifier v0.6.2
[INFO] [stderr]    Compiling hyper-rustls v0.27.7
[INFO] [stderr]    Compiling reqwest v0.13.2
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling oci-client v0.16.1
[INFO] [stderr]    Compiling fc-runner v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 47s
[INFO] running `Command { std: "docker" "inspect" "1be46b2782793c906444de68c2474768b62e24bf6999d978d184f68bf90be32f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1be46b2782793c906444de68c2474768b62e24bf6999d978d184f68bf90be32f", kill_on_drop: false }`
[INFO] [stdout] 1be46b2782793c906444de68c2474768b62e24bf6999d978d184f68bf90be32f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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" "RUSTDOCFLAGS=--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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 482af134ca4473936410e80356975e155214712a0226306b817c059b94816314
[INFO] running `Command { std: "docker" "start" "-a" "482af134ca4473936410e80356975e155214712a0226306b817c059b94816314", kill_on_drop: false }`
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling num_cpus v1.17.0
[INFO] [stderr]    Compiling deadpool-runtime v0.1.4
[INFO] [stderr]    Compiling assert-json-diff v2.0.2
[INFO] [stderr]    Compiling deadpool v0.12.3
[INFO] [stderr]    Compiling h2 v0.4.13
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling hyper-rustls v0.27.7
[INFO] [stderr]    Compiling axum v0.8.8
[INFO] [stderr]    Compiling wiremock v0.6.5
[INFO] [stderr]    Compiling reqwest v0.13.2
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling oci-client v0.16.1
[INFO] [stderr]    Compiling fc-runner v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> src/image.rs:474:13
[INFO] [stdout]     |
[INFO] [stdout] 474 |         let mut builder = tar::Builder::new(Vec::new());
[INFO] [stdout]     |             ----^^^^^^^
[INFO] [stdout]     |             |
[INFO] [stdout]     |             help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 15.90s
[INFO] running `Command { std: "docker" "inspect" "482af134ca4473936410e80356975e155214712a0226306b817c059b94816314", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "482af134ca4473936410e80356975e155214712a0226306b817c059b94816314", kill_on_drop: false }`
[INFO] [stdout] 482af134ca4473936410e80356975e155214712a0226306b817c059b94816314
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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" "RUSTDOCFLAGS=--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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] c0b7ae1516a64ec13ceb99a450125b73d2e569b6f9f9a9bc6ce286034636c670
[INFO] running `Command { std: "docker" "start" "-a" "c0b7ae1516a64ec13ceb99a450125b73d2e569b6f9f9a9bc6ce286034636c670", kill_on_drop: false }`
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]    --> src/image.rs:474:13
[INFO] [stderr]     |
[INFO] [stderr] 474 |         let mut builder = tar::Builder::new(Vec::new());
[INFO] [stderr]     |             ----^^^^^^^
[INFO] [stderr]     |             |
[INFO] [stderr]     |             help: remove this `mut`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `fc-runner` (bin "fc-runner" test) generated 1 warning (run `cargo fix --bin "fc-runner" -p fc-runner --tests` to apply 1 suggestion)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.19s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/fc_runner-5bea61037386bc4a)
[INFO] [stdout] 
[INFO] [stdout] running 117 tests
[INFO] [stdout] test agent::tests::agent_message_job_completed_failure ... ok
[INFO] [stdout] test agent::tests::agent_message_job_completed_serialization ... ok
[INFO] [stdout] test agent::tests::agent_message_job_started_serialization ... ok
[INFO] [stdout] test agent::tests::agent_message_log_serialization ... ok
[INFO] [stdout] test agent::tests::agent_message_ready_serialization ... ok
[INFO] [stdout] test agent::tests::agent_message_job_started_no_id ... ok
[INFO] [stdout] test agent::tests::agent_messages_are_ndjson_compatible ... ok
[INFO] [stdout] test agent::tests::metadata_deserialization_jit ... ok
[INFO] [stdout] test agent::tests::metadata_deserialization_register ... ok
[INFO] [stdout] test agent::tests::metadata_minimal_fields ... ok
[INFO] [stdout] test agent::tests::metadata_shutdown_defaults_false ... ok
[INFO] [stdout] test agent::tests::mmds_base_url ... ok
[INFO] [stdout] test agent::tests::runner_dir_path ... ok
[INFO] [stdout] test agent::tests::runner_env_has_required_vars ... ok
[INFO] [stdout] test agent::tests::runner_path_includes_cargo ... ok
[INFO] [stdout] test api_client::tests::action_response_deserialize ... ok
[INFO] [stdout] test api_client::tests::pool_status_deserialize ... ok
[INFO] [stdout] test api_client::tests::scale_request_serialize_empty ... ok
[INFO] [stdout] test api_client::tests::api_client_preserves_clean_url ... ok
[INFO] [stdout] test api_client::tests::api_client_handles_custom_port ... ok
[INFO] [stdout] test api_client::tests::scale_request_serialize_partial ... ok
[INFO] [stdout] test api_client::tests::pool_status_paused ... ok
[INFO] [stdout] test api_client::tests::scale_request_serialize_full ... ok
[INFO] [stdout] test api_client::tests::api_client_strips_trailing_slash ... ok
[INFO] [stdout] test api_client::tests::status_info_deserialize ... ok
[INFO] [stdout] test api_client::tests::api_client_list_pools_connection_refused ... ok
[INFO] [stdout] test api_client::tests::api_client_connection_refused ... ok
[INFO] [stdout] test api_client::tests::api_client_list_vms_connection_refused ... ok
[INFO] [stdout] test api_client::tests::vm_info_deserialize ... ok
[INFO] [stdout] test cli::tests::cli_logs_requires_vm_id ... ok
[INFO] [stdout] test cli::tests::cli_invalid_subcommand_fails ... ok
[INFO] [stdout] test cli::tests::cli_logs_no_follow ... ok
[INFO] [stdout] test cli::tests::cli_agent_default_log_level ... ok
[INFO] [stdout] test cli::tests::cli_parse_logs ... ok
[INFO] [stdout] test cli::tests::cli_parse_pools_pause ... ok
[INFO] [stdout] test cli::tests::cli_missing_subcommand_fails ... ok
[INFO] [stdout] test cli::tests::cli_parse_pools_scale ... ok
[INFO] [stdout] test cli::tests::cli_parse_ps ... ok
[INFO] [stdout] test cli::tests::cli_parse_pools_scale_partial ... ok
[INFO] [stdout] test cli::tests::cli_parse_agent ... ok
[INFO] [stdout] test cli::tests::cli_parse_pools_list ... ok
[INFO] [stdout] test cli::tests::cli_parse_pools_resume ... ok
[INFO] [stdout] test cli::tests::cli_parse_server ... ok
[INFO] [stdout] test cli::tests::cli_ps_default_endpoint ... ok
[INFO] [stdout] test cli::tests::cli_server_default_config ... ok
[INFO] [stdout] test cli::tests::cli_pools_pause_requires_name ... ok
[INFO] [stdout] test cli::tests::cli_server_short_flag ... ok
[INFO] [stdout] test cli::tests::cli_pools_scale_requires_name ... ok
[INFO] [stdout] test cli::tests::cli_parse_validate ... ok
[INFO] [stdout] test config::tests::custom_labels ... ok
[INFO] [stdout] test config::tests::default_labels ... ok
[INFO] [stdout] test config::tests::default_network_config ... ok
[INFO] [stdout] test cli::tests::cli_validate_default_config ... ok
[INFO] [stdout] test config::tests::default_server_config ... ok
[INFO] [stdout] test config::tests::empty_owner_fails_validate ... ok
[INFO] [stdout] test config::tests::default_firecracker_config ... ok
[INFO] [stdout] test config::tests::dedup_repo_in_repos ... ok
[INFO] [stdout] test config::tests::invalid_toml_fails ... ok
[INFO] [stdout] test config::tests::default_runner_config ... ok
[INFO] [stdout] test config::tests::no_auth_fails_validate ... ok
[INFO] [stdout] test config::tests::github_config_debug_redacts_token ... ok
[INFO] [stdout] test config::tests::no_repos_fails_validate ... ok
[INFO] [stdout] test config::tests::overlay_custom_size ... ok
[INFO] [stdout] test config::tests::overlay_enabled_without_size_uses_default ... ok
[INFO] [stdout] test config::tests::parse_multi_repo ... ok
[INFO] [stdout] test config::tests::parse_organization ... ok
[INFO] [stdout] test config::tests::parse_overlay_config ... ok
[INFO] [stdout] test config::tests::merge_repo_and_repos ... ok
[INFO] [stdout] test config::tests::overlay_defaults_to_enabled ... ok
[INFO] [stdout] test config::tests::missing_required_sections_fails ... ok
[INFO] [stdout] test config::tests::parse_single_repo ... ok
[INFO] [stdout] test config::tests::parse_server_with_api_key ... ok
[INFO] [stdout] test config::tests::parse_warm_pool_size ... ok
[INFO] [stdout] test config::tests::jailer_requires_uid_gid ... ok
[INFO] [stdout] test config::tests::zero_max_concurrent_fails_validate ... ok
[INFO] [stdout] test config::tests::pool_defaults ... ok
[INFO] [stdout] test firecracker::tests::build_vm_config_legacy_no_overlay_boot_args ... ok
[INFO] [stdout] test config::tests::parse_pool_config ... ok
[INFO] [stdout] test config::tests::parse_vsock_config ... ok
[INFO] [stdout] test firecracker::tests::log_level_parsing ... ok
[INFO] [stdout] test config::tests::zero_mem_fails_validate ... ok
[INFO] [stdout] test firecracker::tests::build_vm_config_overlay_boot_args ... ok
[INFO] [stdout] test firecracker::tests::build_vm_config_overlay_two_drives ... ok
[INFO] [stdout] test firecracker::tests::squashfs_path_derived_from_golden ... ok
[INFO] [stdout] test firecracker::tests::use_overlay_returns_correct_value ... ok
[INFO] [stdout] test firecracker::tests::build_vm_config_legacy_single_drive ... ok
[INFO] [stdout] test config::tests::zero_vcpu_fails_validate ... ok
[INFO] [stdout] test firecracker::tests::overlay_path_set_on_new ... ok
[INFO] [stdout] test image::tests::whiteout_detection ... ok
[INFO] [stdout] test metrics::tests::gather_includes_registered_metrics ... ok
[INFO] [stdout] test metrics::tests::jobs_active_gauge ... ok
[INFO] [stdout] test metrics::tests::gather_returns_valid_prometheus_text ... ok
[INFO] [stdout] test metrics::tests::pool_slots_gauge ... ok
[INFO] [stdout] test metrics::tests::jobs_dispatched_counter ... ok
[INFO] [stdout] test metrics::tests::rate_limit_gauge ... ok
[INFO] [stdout] test metrics::tests::uptime_gauge ... ok
[INFO] [stdout] test server::tests::api_key_auth_rejects_wrong_key ... ok
[INFO] [stdout] test server::tests::delete_vm_found ... ok
[INFO] [stdout] test server::tests::get_pool_not_found ... ok
[INFO] [stdout] test server::tests::healthz_no_auth_required ... ok
[INFO] [stdout] test server::tests::api_key_auth_accepts_correct_key ... ok
[INFO] [stdout] test server::tests::healthz_returns_ok ... ok
[INFO] [stdout] test server::tests::list_pools_empty ... ok
[INFO] [stdout] test server::tests::api_key_auth_rejects_missing_key ... ok
[INFO] [stdout] test server::tests::delete_vm_not_found ... ok
[INFO] [stdout] test server::tests::list_vms_empty ... ok
[INFO] [stdout] test server::tests::set_mode_updates_status ... ok
[INFO] [stdout] test server::tests::list_vms_with_registered_vm ... ok
[INFO] [stdout] test server::tests::status_no_auth_required ... ok
[INFO] [stdout] test server::tests::metrics_endpoint_returns_text ... ok
[INFO] [stdout] test server::tests::unregister_vm_removes_it ... ok
[INFO] [stdout] test image::tests::extract_layer_handles_empty ... ok
[INFO] [stdout] test server::tests::status_returns_json ... ok
[INFO] [stdout] test server::tests::pools_auth_required_with_key ... ok
[INFO] [stdout] test agent::tests::mmds_read_failure_with_retry ... ok
[INFO] [stdout] test image::tests::parse_docker_hub_reference ... ok
[INFO] [stdout] test image::tests::parse_image_reference ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 117 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.25s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "c0b7ae1516a64ec13ceb99a450125b73d2e569b6f9f9a9bc6ce286034636c670", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c0b7ae1516a64ec13ceb99a450125b73d2e569b6f9f9a9bc6ce286034636c670", kill_on_drop: false }`
[INFO] [stdout] c0b7ae1516a64ec13ceb99a450125b73d2e569b6f9f9a9bc6ce286034636c670
