[INFO] cloning repository https://github.com/HEM-RnD/fsct-host
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/HEM-RnD/fsct-host" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHEM-RnD%2Ffsct-host", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHEM-RnD%2Ffsct-host'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 974d0f19bfb82f8f600f3f3f8085c7e66d5b3890
[INFO] testing HEM-RnD/fsct-host against 1.98.0-beta.1 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHEM-RnD%2Ffsct-host" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/HEM-RnD/fsct-host
[INFO] finished tweaking git repo https://github.com/HEM-RnD/fsct-host
[INFO] tweaked toml for git repo https://github.com/HEM-RnD/fsct-host written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/HEM-RnD/fsct-host on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/HEM-RnD/fsct-host 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.98.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 7a9fd9f14bf03ef8dfd6e4cfb8b08bbbc9a54c440d6f1cdf8e3fb51e871ce40b
[INFO] running `Command { std: "docker" "start" "7a9fd9f14bf03ef8dfd6e4cfb8b08bbbc9a54c440d6f1cdf8e3fb51e871ce40b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7a9fd9f14bf03ef8dfd6e4cfb8b08bbbc9a54c440d6f1cdf8e3fb51e871ce40b", 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" "7a9fd9f14bf03ef8dfd6e4cfb8b08bbbc9a54c440d6f1cdf8e3fb51e871ce40b" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7a9fd9f14bf03ef8dfd6e4cfb8b08bbbc9a54c440d6f1cdf8e3fb51e871ce40b", 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" "7a9fd9f14bf03ef8dfd6e4cfb8b08bbbc9a54c440d6f1cdf8e3fb51e871ce40b" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.93
[INFO] [stderr]    Compiling unicode-ident v1.0.14
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling libc v0.2.176
[INFO] [stderr]    Compiling hashbrown v0.15.3
[INFO] [stderr]    Compiling winnow v0.7.11
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling zerocopy v0.8.25
[INFO] [stderr]    Compiling bitflags v2.8.0
[INFO] [stderr]    Compiling getrandom v0.3.1
[INFO] [stderr]    Compiling bytes v1.9.0
[INFO] [stderr]    Compiling once_cell v1.20.2
[INFO] [stderr]    Compiling anstyle-parse v0.2.6
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling memoffset v0.9.1
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling anstyle v1.0.10
[INFO] [stderr]    Compiling colorchoice v1.0.3
[INFO] [stderr]    Compiling anstyle-query v1.1.2
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling rustix v0.38.43
[INFO] [stderr]    Compiling destructure_traitobject v0.2.0
[INFO] [stderr]    Compiling sha1_smol v1.0.1
[INFO] [stderr]    Compiling tracing-core v0.1.34
[INFO] [stderr]    Compiling unsafe-any-ors v1.0.0
[INFO] [stderr]    Compiling ordered-float v2.10.1
[INFO] [stderr]    Compiling clap_lex v0.7.4
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling anstream v0.6.18
[INFO] [stderr]    Compiling unsafe-libyaml v0.2.11
[INFO] [stderr]    Compiling chrono v0.4.41
[INFO] [stderr]    Compiling futures-lite v2.6.1
[INFO] [stderr]    Compiling indexmap v2.9.0
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling clap_builder v4.5.39
[INFO] [stderr]    Compiling typemap-ors v1.0.0
[INFO] [stderr]    Compiling arc-swap v1.7.1
[INFO] [stderr]    Compiling log-mdc v0.1.0
[INFO] [stderr]    Compiling event-listener v5.4.1
[INFO] [stderr]    Compiling jiff v0.2.6
[INFO] [stderr]    Compiling humantime v2.2.0
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]    Compiling event-listener-strategy v0.5.4
[INFO] [stderr]    Compiling syn v2.0.100
[INFO] [stderr]    Compiling async-broadcast v0.7.2
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling socket2 v0.6.0
[INFO] [stderr]    Compiling mio v1.0.3
[INFO] [stderr]    Compiling signal-hook-registry v1.4.2
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling thread-id v4.2.2
[INFO] [stderr]    Compiling nix v0.30.1
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling derivative v2.2.0
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling proc-macro-crate v3.3.0
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling enumflags2_derive v0.7.12
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling serde_repr v0.1.20
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]    Compiling clap_derive v4.5.32
[INFO] [stderr]    Compiling async-stream v0.3.6
[INFO] [stderr]    Compiling tokio v1.47.1
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling clap v4.5.39
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling tokio-util v0.7.16
[INFO] [stderr]    Compiling zvariant_utils v3.2.1
[INFO] [stderr]    Compiling enumflags2 v0.7.12
[INFO] [stderr]    Compiling log v0.4.25
[INFO] [stderr]    Compiling uuid v1.18.1
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling serde-value v0.7.0
[INFO] [stderr]    Compiling env_filter v0.1.3
[INFO] [stderr]    Compiling nusb v0.1.14-hem (https://github.com/HEM-RnD/nusb.git?tag=v0.1.14-hem#21e4b8de)
[INFO] [stderr]    Compiling env_logger v0.11.8
[INFO] [stderr]    Compiling fsct-core v0.0.0-dev (/opt/rustwide/workdir/core)
[INFO] [stderr]    Compiling zvariant_derive v5.7.0
[INFO] [stderr]    Compiling fsct-client v0.0.0-dev (/opt/rustwide/workdir/clients/rust)
[INFO] [stderr]    Compiling zvariant v5.7.0
[INFO] [stderr]    Compiling log4rs v1.3.0
[INFO] [stderr]    Compiling zbus_names v4.2.0
[INFO] [stderr]    Compiling zbus_macros v5.10.0
[INFO] [stderr]    Compiling zbus v5.10.0
[INFO] [stderr]    Compiling fsct-driver v0.0.0-dev (/opt/rustwide/workdir/driver)
[INFO] [stdout] warning: unused import: `warn`
[INFO] [stdout]   --> driver/src/ports/linux/mod.rs:18:17
[INFO] [stdout]    |
[INFO] [stdout] 18 | use log::{info, warn};
[INFO] [stdout]    |                 ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `to_level_filter` is never used
[INFO] [stdout]   --> driver/src/cli.rs:33:12
[INFO] [stdout]    |
[INFO] [stdout] 32 | impl LogLevel {
[INFO] [stdout]    | ------------- method in this implementation
[INFO] [stdout] 33 |     pub fn to_level_filter(&self) -> LevelFilter {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 31s
[INFO] running `Command { std: "docker" "inspect" "7a9fd9f14bf03ef8dfd6e4cfb8b08bbbc9a54c440d6f1cdf8e3fb51e871ce40b", 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" "7a9fd9f14bf03ef8dfd6e4cfb8b08bbbc9a54c440d6f1cdf8e3fb51e871ce40b" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling nix v0.29.0
[INFO] [stderr]    Compiling fsct-client v0.0.0-dev (/opt/rustwide/workdir/clients/rust)
[INFO] [stderr]    Compiling fsct-core v0.0.0-dev (/opt/rustwide/workdir/core)
[INFO] [stdout] warning: unused import: `warn`
[INFO] [stdout]   --> driver/src/ports/linux/mod.rs:18:17
[INFO] [stdout]    |
[INFO] [stdout] 18 | use log::{info, warn};
[INFO] [stdout]    |                 ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `to_level_filter` is never used
[INFO] [stdout]   --> driver/src/cli.rs:33:12
[INFO] [stdout]    |
[INFO] [stdout] 32 | impl LogLevel {
[INFO] [stdout]    | ------------- method in this implementation
[INFO] [stdout] 33 |     pub fn to_level_filter(&self) -> LevelFilter {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling fsct-driver v0.0.0-dev (/opt/rustwide/workdir/driver)
[INFO] [stdout] warning: unused import: `warn`
[INFO] [stdout]   --> driver/src/ports/linux/mod.rs:18:17
[INFO] [stdout]    |
[INFO] [stdout] 18 | use log::{info, warn};
[INFO] [stdout]    |                 ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `to_level_filter` is never used
[INFO] [stdout]   --> driver/src/cli.rs:33:12
[INFO] [stdout]    |
[INFO] [stdout] 32 | impl LogLevel {
[INFO] [stdout]    | ------------- method in this implementation
[INFO] [stdout] 33 |     pub fn to_level_filter(&self) -> LevelFilter {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `fsct-driver` (lib test); 2 warnings emitted
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.98.0-beta.1-x86_64-unknown-linux-gnu/bin/rustc --crate-name fsct_driver --edition=2024 driver/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("test-utils"))' -C metadata=f26b47a2a77ab8b7 -C extra-filename=-fb7d3d3bb0c84482 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-4342eda19ce54c8e.rlib --extern async_stream=/opt/rustwide/target/debug/deps/libasync_stream-f03aa600544384cc.rlib --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-4a24f8fc48a855e1.so --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-fc1713b2f0086559.rlib --extern clap=/opt/rustwide/target/debug/deps/libclap-01da5048f02cadc6.rlib --extern env_logger=/opt/rustwide/target/debug/deps/libenv_logger-b8dd03050dc1f368.rlib --extern fsct_client=/opt/rustwide/target/debug/deps/libfsct_client-4183915c33a85325.rlib --extern fsct=/opt/rustwide/target/debug/deps/libfsct-6e7c97ad9f0ceec5.rlib --extern futures=/opt/rustwide/target/debug/deps/libfutures-ccb91b5b310bb9bd.rlib --extern futures_util=/opt/rustwide/target/debug/deps/libfutures_util-50700f414696ccc6.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-d4dad671df54681b.rlib --extern log4rs=/opt/rustwide/target/debug/deps/liblog4rs-1d7b9583216abded.rlib --extern nix=/opt/rustwide/target/debug/deps/libnix-57cccb67a06b2ba0.rlib --extern nusb=/opt/rustwide/target/debug/deps/libnusb-0cc1de1f87ebe5fb.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-38e02a64bb6f34c2.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-fd4e3d7bfc618c0e.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-bf50fbddc36ad753.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-104374f25a64ae0f.rlib --extern tokio_util=/opt/rustwide/target/debug/deps/libtokio_util-a37d0fda192fbbd1.rlib --extern uuid=/opt/rustwide/target/debug/deps/libuuid-6791f97e3918cc5a.rlib --extern zbus=/opt/rustwide/target/debug/deps/libzbus-c3ff6c08cdcc70f1.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "7a9fd9f14bf03ef8dfd6e4cfb8b08bbbc9a54c440d6f1cdf8e3fb51e871ce40b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7a9fd9f14bf03ef8dfd6e4cfb8b08bbbc9a54c440d6f1cdf8e3fb51e871ce40b", kill_on_drop: false }`
[INFO] [stdout] 7a9fd9f14bf03ef8dfd6e4cfb8b08bbbc9a54c440d6f1cdf8e3fb51e871ce40b
