[INFO] cloning repository https://github.com/mlgruby/truenas-exporter-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mlgruby/truenas-exporter-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmlgruby%2Ftruenas-exporter-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmlgruby%2Ftruenas-exporter-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a2af501cde4afe497a2f11d5d9d0230a55972051 [INFO] testing mlgruby/truenas-exporter-rs against try#8da20828b6ea601dfd8e2448cb50ace88876bd78 for pr-150933 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmlgruby%2Ftruenas-exporter-rs" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/mlgruby/truenas-exporter-rs [INFO] finished tweaking git repo https://github.com/mlgruby/truenas-exporter-rs [INFO] tweaked toml for git repo https://github.com/mlgruby/truenas-exporter-rs written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/mlgruby/truenas-exporter-rs on toolchain 8da20828b6ea601dfd8e2448cb50ace88876bd78 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8da20828b6ea601dfd8e2448cb50ace88876bd78" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/mlgruby/truenas-exporter-rs 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" "+8da20828b6ea601dfd8e2448cb50ace88876bd78" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "+8da20828b6ea601dfd8e2448cb50ace88876bd78" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 48f044acaa74f30ed3696739fa4f05c57ca34d4b159fd621e65833044f128853 [INFO] running `Command { std: "docker" "start" "-a" "48f044acaa74f30ed3696739fa4f05c57ca34d4b159fd621e65833044f128853", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "48f044acaa74f30ed3696739fa4f05c57ca34d4b159fd621e65833044f128853", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "48f044acaa74f30ed3696739fa4f05c57ca34d4b159fd621e65833044f128853", kill_on_drop: false }` [INFO] [stdout] 48f044acaa74f30ed3696739fa4f05c57ca34d4b159fd621e65833044f128853 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=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" "+8da20828b6ea601dfd8e2448cb50ace88876bd78" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5a0dbed77d468eca6abec49bf133a987f50c6b9130bfdcfa40984a6f09a3f1bb [INFO] running `Command { std: "docker" "start" "-a" "5a0dbed77d468eca6abec49bf133a987f50c6b9130bfdcfa40984a6f09a3f1bb", kill_on_drop: false }` [INFO] [stderr] Compiling unicode-ident v1.0.22 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling cc v1.2.51 [INFO] [stderr] Compiling libc v0.2.178 [INFO] [stderr] Compiling crunchy v0.2.4 [INFO] [stderr] Compiling tiny-keccak v2.0.2 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling tracing-core v0.1.36 [INFO] [stderr] Compiling proc-macro2 v1.0.104 [INFO] [stderr] Compiling typeid v1.0.3 [INFO] [stderr] Compiling once_cell v1.21.3 [INFO] [stderr] Compiling ucd-trie v0.1.7 [INFO] [stderr] Compiling serde_json v1.0.148 [INFO] [stderr] Compiling erased-serde v0.4.9 [INFO] [stderr] Compiling hashbrown v0.15.5 [INFO] [stderr] Compiling protobuf v3.7.2 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Compiling sync_wrapper v1.0.2 [INFO] [stderr] Compiling toml_parser v1.0.6+spec-1.1.0 [INFO] [stderr] Compiling pest v2.8.4 [INFO] [stderr] Compiling data-encoding v2.9.0 [INFO] [stderr] Compiling arraydeque v0.5.1 [INFO] [stderr] Compiling clap_lex v0.7.6 [INFO] [stderr] Compiling prometheus v0.14.0 [INFO] [stderr] Compiling tracing-log v0.2.0 [INFO] [stderr] Compiling convert_case v0.6.0 [INFO] [stderr] Compiling matchers v0.2.0 [INFO] [stderr] Compiling quote v1.0.42 [INFO] [stderr] Compiling syn v2.0.111 [INFO] [stderr] Compiling clap_builder v4.5.53 [INFO] [stderr] Compiling zeroize v1.8.2 [INFO] [stderr] Compiling matchit v0.8.4 [INFO] [stderr] Compiling hashlink v0.10.0 [INFO] [stderr] Compiling openssl-sys v0.9.111 [INFO] [stderr] Compiling getrandom v0.2.16 [INFO] [stderr] Compiling yaml-rust2 v0.10.4 [INFO] [stderr] Compiling const-random-macro v0.1.16 [INFO] [stderr] Compiling pest_meta v2.8.4 [INFO] [stderr] Compiling const-random v0.1.18 [INFO] [stderr] Compiling dlv-list v0.5.2 [INFO] [stderr] Compiling openssl v0.10.75 [INFO] [stderr] Compiling native-tls v0.2.14 [INFO] [stderr] Compiling ordered-multimap v0.7.3 [INFO] [stderr] Compiling rust-ini v0.21.3 [INFO] [stderr] Compiling bitflags v2.10.0 [INFO] [stderr] Compiling toml_datetime v0.7.5+spec-1.1.0 [INFO] [stderr] Compiling serde_spanned v1.0.4 [INFO] [stderr] Compiling serde_path_to_error v0.1.20 [INFO] [stderr] Compiling toml v0.9.11+spec-1.1.0 [INFO] [stderr] Compiling serde-untagged v0.1.9 [INFO] [stderr] Compiling pest_generator v2.8.4 [INFO] [stderr] Compiling tokio-macros v2.6.0 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling tracing-attributes v0.1.31 [INFO] [stderr] Compiling thiserror-impl v2.0.17 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling async-trait v0.1.89 [INFO] [stderr] Compiling clap_derive v4.5.49 [INFO] [stderr] Compiling pest_derive v2.8.4 [INFO] [stderr] Compiling tokio v1.48.0 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling protobuf-support v3.7.2 [INFO] [stderr] Compiling thiserror v2.0.17 [INFO] [stderr] Compiling clap v4.5.53 [INFO] [stderr] Compiling tracing v0.1.44 [INFO] [stderr] Compiling axum-core v0.5.6 [INFO] [stderr] Compiling tracing-subscriber v0.3.22 [INFO] [stderr] Compiling ron v0.12.0 [INFO] [stderr] Compiling json5 v0.4.1 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling secrecy v0.10.3 [INFO] [stderr] Compiling tungstenite v0.28.0 [INFO] [stderr] Compiling config v0.15.19 [INFO] [stderr] Compiling hyper v1.8.1 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling tower v0.5.2 [INFO] [stderr] Compiling tokio-tungstenite v0.28.0 [INFO] [stderr] Compiling hyper-util v0.1.19 [INFO] [stderr] Compiling axum v0.8.8 [INFO] [stderr] Compiling truenas-exporter v0.5.5 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.72s [INFO] running `Command { std: "docker" "inspect" "5a0dbed77d468eca6abec49bf133a987f50c6b9130bfdcfa40984a6f09a3f1bb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5a0dbed77d468eca6abec49bf133a987f50c6b9130bfdcfa40984a6f09a3f1bb", kill_on_drop: false }` [INFO] [stdout] 5a0dbed77d468eca6abec49bf133a987f50c6b9130bfdcfa40984a6f09a3f1bb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=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" "+8da20828b6ea601dfd8e2448cb50ace88876bd78" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c26972eace1494def809fa035bb418acd29259ece771d8a49c5dd2771679b7aa [INFO] running `Command { std: "docker" "start" "-a" "c26972eace1494def809fa035bb418acd29259ece771d8a49c5dd2771679b7aa", kill_on_drop: false }` [INFO] [stderr] Compiling bitflags v2.10.0 [INFO] [stderr] Compiling regex-automata v0.4.13 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling bit-vec v0.8.0 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling rand_xorshift v0.4.0 [INFO] [stderr] Compiling unarray v0.1.4 [INFO] [stderr] Compiling openssl v0.10.75 [INFO] [stderr] Compiling ron v0.12.0 [INFO] [stderr] Compiling rustix v1.1.3 [INFO] [stderr] Compiling bit-set v0.8.0 [INFO] [stderr] Compiling config v0.15.19 [INFO] [stderr] Compiling matchers v0.2.0 [INFO] [stderr] Compiling tracing-subscriber v0.3.22 [INFO] [stderr] Compiling tempfile v3.24.0 [INFO] [stderr] Compiling rusty-fork v0.3.1 [INFO] [stderr] Compiling proptest v1.9.0 [INFO] [stderr] Compiling native-tls v0.2.14 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling tungstenite v0.28.0 [INFO] [stderr] Compiling tokio-tungstenite v0.28.0 [INFO] [stderr] Compiling truenas-exporter v0.5.5 (/opt/rustwide/workdir) [INFO] [stderr] error: could not compile `truenas-exporter` (lib test) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/8da20828b6ea601dfd8e2448cb50ace88876bd78/bin/rustc --crate-name truenas_exporter --edition=2021 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1c47f44f1412cf40 -C extra-filename=-a99d519350204e01 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-7e5dcd40304f6dad.rlib --extern axum=/opt/rustwide/target/debug/deps/libaxum-4ade31b73c9bb866.rlib --extern clap=/opt/rustwide/target/debug/deps/libclap-8f70e2631a3e43ec.rlib --extern config=/opt/rustwide/target/debug/deps/libconfig-c065fad20aa8ff3d.rlib --extern dotenvy=/opt/rustwide/target/debug/deps/libdotenvy-c158e10653a35757.rlib --extern futures_util=/opt/rustwide/target/debug/deps/libfutures_util-298c5a32a6593da1.rlib --extern native_tls=/opt/rustwide/target/debug/deps/libnative_tls-52b87fbd54041207.rlib --extern prometheus=/opt/rustwide/target/debug/deps/libprometheus-d4211265fc4236f4.rlib --extern proptest=/opt/rustwide/target/debug/deps/libproptest-c233aece38ea6c5f.rlib --extern secrecy=/opt/rustwide/target/debug/deps/libsecrecy-f8987994ac4634aa.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-f2e7ce1270a9a0d5.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-05045360396ee1e1.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-3e2b882e5df8cce2.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-72621f01b904288c.rlib --extern tokio_tungstenite=/opt/rustwide/target/debug/deps/libtokio_tungstenite-1596d769f6f18146.rlib --extern tracing=/opt/rustwide/target/debug/deps/libtracing-c4d72a9b8e33f58c.rlib --extern tracing_subscriber=/opt/rustwide/target/debug/deps/libtracing_subscriber-120895b80e25f36a.rlib --extern tungstenite=/opt/rustwide/target/debug/deps/libtungstenite-7743f3de956a9744.rlib --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "c26972eace1494def809fa035bb418acd29259ece771d8a49c5dd2771679b7aa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c26972eace1494def809fa035bb418acd29259ece771d8a49c5dd2771679b7aa", kill_on_drop: false }` [INFO] [stdout] c26972eace1494def809fa035bb418acd29259ece771d8a49c5dd2771679b7aa