[INFO] cloning repository https://github.com/ALPHA-g-Experiment/elogger
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ALPHA-g-Experiment/elogger" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FALPHA-g-Experiment%2Felogger", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FALPHA-g-Experiment%2Felogger'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 011b219a53eae28b7c7f2705fd44bf14b0f932a9
[INFO] testing ALPHA-g-Experiment/elogger 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%2FALPHA-g-Experiment%2Felogger" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/ALPHA-g-Experiment/elogger
[INFO] finished tweaking git repo https://github.com/ALPHA-g-Experiment/elogger
[INFO] tweaked toml for git repo https://github.com/ALPHA-g-Experiment/elogger written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ALPHA-g-Experiment/elogger 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/ALPHA-g-Experiment/elogger 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-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 9446ff6e501f9475b4d6d648bb756f250baee0f89c9fbfa863b20c000c262803
[INFO] running `Command { std: "docker" "start" "-a" "9446ff6e501f9475b4d6d648bb756f250baee0f89c9fbfa863b20c000c262803", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9446ff6e501f9475b4d6d648bb756f250baee0f89c9fbfa863b20c000c262803", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9446ff6e501f9475b4d6d648bb756f250baee0f89c9fbfa863b20c000c262803", kill_on_drop: false }`
[INFO] [stdout] 9446ff6e501f9475b4d6d648bb756f250baee0f89c9fbfa863b20c000c262803
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] f13523dcef2cef68f8235fe3bb66c53771fe30a04a85238b00964ab27a7f84f0
[INFO] running `Command { std: "docker" "start" "-a" "f13523dcef2cef68f8235fe3bb66c53771fe30a04a85238b00964ab27a7f84f0", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-ident v1.0.13
[INFO] [stderr]    Compiling libc v0.2.158
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling bytes v1.7.2
[INFO] [stderr]    Compiling serde v1.0.210
[INFO] [stderr]    Compiling cc v1.1.21
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling bitflags v2.6.0
[INFO] [stderr]    Compiling httparse v1.9.4
[INFO] [stderr]    Compiling openssl v0.10.66
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling try-lock v0.2.5
[INFO] [stderr]    Compiling native-tls v0.2.12
[INFO] [stderr]    Compiling proc-macro2 v1.0.86
[INFO] [stderr]    Compiling log v0.4.22
[INFO] [stderr]    Compiling tinyvec v1.8.0
[INFO] [stderr]    Compiling want v0.3.1
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling futures-channel v0.3.30
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]    Compiling rustix v0.38.37
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]    Compiling tower-service v0.3.3
[INFO] [stderr]    Compiling thiserror v1.0.64
[INFO] [stderr]    Compiling tower-layer v0.3.3
[INFO] [stderr]    Compiling anstyle-parse v0.2.5
[INFO] [stderr]    Compiling http v1.1.0
[INFO] [stderr]    Compiling colorchoice v1.0.2
[INFO] [stderr]    Compiling anstyle v1.0.8
[INFO] [stderr]    Compiling anstyle-query v1.1.1
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.1
[INFO] [stderr]    Compiling linux-raw-sys v0.4.14
[INFO] [stderr]    Compiling portable-atomic v1.8.0
[INFO] [stderr]    Compiling rustls-pki-types v1.8.0
[INFO] [stderr]    Compiling winnow v0.6.18
[INFO] [stderr]    Compiling serde_json v1.0.128
[INFO] [stderr]    Compiling indexmap v2.5.0
[INFO] [stderr]    Compiling anstream v0.6.15
[INFO] [stderr]    Compiling cpufeatures v0.2.14
[INFO] [stderr]    Compiling clap_lex v0.7.2
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling futures-util v0.3.30
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling mio v1.0.2
[INFO] [stderr]    Compiling socket2 v0.5.7
[INFO] [stderr]    Compiling syn v2.0.77
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling console v0.15.8
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling anyhow v1.0.89
[INFO] [stderr]    Compiling fastrand v2.1.1
[INFO] [stderr]    Compiling bytecount v0.6.8
[INFO] [stderr]    Compiling papergrid v0.12.0
[INFO] [stderr]    Compiling tokio v1.40.0
[INFO] [stderr]    Compiling unicode-normalization v0.1.24
[INFO] [stderr]    Compiling rustls-pemfile v2.1.3
[INFO] [stderr]    Compiling clap_builder v4.5.18
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling openssl-sys v0.9.103
[INFO] [stderr]    Compiling dirs-sys v0.4.1
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling csv-core v0.1.11
[INFO] [stderr]    Compiling idna v0.5.0
[INFO] [stderr]    Compiling sync_wrapper v1.0.1
[INFO] [stderr]    Compiling encoding_rs v0.8.34
[INFO] [stderr]    Compiling regex-automata v0.4.8
[INFO] [stderr]    Compiling ipnet v2.10.0
[INFO] [stderr]    Compiling mime v0.3.17
[INFO] [stderr]    Compiling zeroize v1.8.1
[INFO] [stderr]    Compiling url v2.5.2
[INFO] [stderr]    Compiling utf-8 v0.7.6
[INFO] [stderr]    Compiling number_prefix v0.4.0
[INFO] [stderr]    Compiling indicatif v0.17.8
[INFO] [stderr]    Compiling directories v5.0.1
[INFO] [stderr]    Compiling indent v0.1.1
[INFO] [stderr]    Compiling jiff v0.1.13
[INFO] [stderr]    Compiling tempfile v3.12.0
[INFO] [stderr]    Compiling serde_derive v1.0.210
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling pin-project-internal v1.1.5
[INFO] [stderr]    Compiling thiserror-impl v1.0.64
[INFO] [stderr]    Compiling clap_derive v4.5.18
[INFO] [stderr]    Compiling http-body-util v0.1.2
[INFO] [stderr]    Compiling tabled_derive v0.8.0
[INFO] [stderr]    Compiling regex v1.11.0
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling pin-project v1.1.5
[INFO] [stderr]    Compiling tabled v0.16.0
[INFO] [stderr]    Compiling dialoguer v0.11.0
[INFO] [stderr]    Compiling tokio-util v0.7.12
[INFO] [stderr]    Compiling tower v0.4.13
[INFO] [stderr]    Compiling ppv-lite86 v0.2.20
[INFO] [stderr]    Compiling clap v4.5.18
[INFO] [stderr]    Compiling h2 v0.4.6
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling tungstenite v0.24.0
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling hyper v1.4.1
[INFO] [stderr]    Compiling toml_datetime v0.6.8
[INFO] [stderr]    Compiling serde_spanned v0.6.7
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling csv v1.3.0
[INFO] [stderr]    Compiling hyper-util v0.1.8
[INFO] [stderr]    Compiling toml_edit v0.22.21
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling reqwest v0.12.7
[INFO] [stderr]    Compiling toml v0.8.19
[INFO] [stderr]    Compiling alpha-g-elogger v0.1.4 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `get_sequencer_headers`
[INFO] [stdout]  --> src/main.rs:2:42
[INFO] [stdout]   |
[INFO] [stdout] 2 | use crate::data_handler::{get_final_odb, get_sequencer_headers, get_spill_log};
[INFO] [stdout]   |                                          ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `resp`
[INFO] [stdout]    --> src/data_handler.rs:217:9
[INFO] [stdout]     |
[INFO] [stdout] 217 |     let resp = ws_request(ClientRequest::ChronoboxPlot { run_number, args }, config)
[INFO] [stdout]     |         ^^^^ help: if this is intentional, prefix it with an underscore: `_resp`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `SequencerCsv` is never constructed
[INFO] [stdout]   --> src/data_handler.rs:27:5
[INFO] [stdout]    |
[INFO] [stdout] 19 | enum ClientRequest {
[INFO] [stdout]    |      ------------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 27 |     SequencerCsv {
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `service` and `context` are never read
[INFO] [stdout]   --> src/data_handler.rs:37:5
[INFO] [stdout]    |
[INFO] [stdout] 36 | struct ServerMessage {
[INFO] [stdout]    |        ------------- fields in this struct
[INFO] [stdout] 37 |     service: String,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 38 |     context: String,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/data_handler.rs:44:10
[INFO] [stdout]    |
[INFO] [stdout] 44 |     Text(String),
[INFO] [stdout]    |     ---- ^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 44 -     Text(String),
[INFO] [stdout] 44 +     Text(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SequencerRecord` is never constructed
[INFO] [stdout]    --> src/data_handler.rs:143:8
[INFO] [stdout]     |
[INFO] [stdout] 143 | struct SequencerRecord {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_sequencer_headers` is never used
[INFO] [stdout]    --> src/data_handler.rs:150:8
[INFO] [stdout]     |
[INFO] [stdout] 150 | pub fn get_sequencer_headers(run_number: u32, config: &DataHandlerConfig) -> Result<PathBuf> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
[INFO] running `Command { std: "docker" "inspect" "f13523dcef2cef68f8235fe3bb66c53771fe30a04a85238b00964ab27a7f84f0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f13523dcef2cef68f8235fe3bb66c53771fe30a04a85238b00964ab27a7f84f0", kill_on_drop: false }`
[INFO] [stdout] f13523dcef2cef68f8235fe3bb66c53771fe30a04a85238b00964ab27a7f84f0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] f9556037e8530007bd6ab70b5ba0e754749f1430bd2284aff3a6fa0ab86d2ed7
[INFO] running `Command { std: "docker" "start" "-a" "f9556037e8530007bd6ab70b5ba0e754749f1430bd2284aff3a6fa0ab86d2ed7", kill_on_drop: false }`
[INFO] [stderr]    Compiling alpha-g-elogger v0.1.4 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `get_sequencer_headers`
[INFO] [stdout]  --> src/main.rs:2:42
[INFO] [stdout]   |
[INFO] [stdout] 2 | use crate::data_handler::{get_final_odb, get_sequencer_headers, get_spill_log};
[INFO] [stdout]   |                                          ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `resp`
[INFO] [stdout]    --> src/data_handler.rs:217:9
[INFO] [stdout]     |
[INFO] [stdout] 217 |     let resp = ws_request(ClientRequest::ChronoboxPlot { run_number, args }, config)
[INFO] [stdout]     |         ^^^^ help: if this is intentional, prefix it with an underscore: `_resp`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `SequencerCsv` is never constructed
[INFO] [stdout]   --> src/data_handler.rs:27:5
[INFO] [stdout]    |
[INFO] [stdout] 19 | enum ClientRequest {
[INFO] [stdout]    |      ------------- variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 27 |     SequencerCsv {
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `service` and `context` are never read
[INFO] [stdout]   --> src/data_handler.rs:37:5
[INFO] [stdout]    |
[INFO] [stdout] 36 | struct ServerMessage {
[INFO] [stdout]    |        ------------- fields in this struct
[INFO] [stdout] 37 |     service: String,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 38 |     context: String,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `0` is never read
[INFO] [stdout]   --> src/data_handler.rs:44:10
[INFO] [stdout]    |
[INFO] [stdout] 44 |     Text(String),
[INFO] [stdout]    |     ---- ^^^^^^
[INFO] [stdout]    |     |
[INFO] [stdout]    |     field in this variant
[INFO] [stdout]    |
[INFO] [stdout] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stdout]    |
[INFO] [stdout] 44 -     Text(String),
[INFO] [stdout] 44 +     Text(()),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SequencerRecord` is never constructed
[INFO] [stdout]    --> src/data_handler.rs:143:8
[INFO] [stdout]     |
[INFO] [stdout] 143 | struct SequencerRecord {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_sequencer_headers` is never used
[INFO] [stdout]    --> src/data_handler.rs:150:8
[INFO] [stdout]     |
[INFO] [stdout] 150 | pub fn get_sequencer_headers(run_number: u32, config: &DataHandlerConfig) -> Result<PathBuf> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.27s
[INFO] running `Command { std: "docker" "inspect" "f9556037e8530007bd6ab70b5ba0e754749f1430bd2284aff3a6fa0ab86d2ed7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f9556037e8530007bd6ab70b5ba0e754749f1430bd2284aff3a6fa0ab86d2ed7", kill_on_drop: false }`
[INFO] [stdout] f9556037e8530007bd6ab70b5ba0e754749f1430bd2284aff3a6fa0ab86d2ed7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] ffc4b6aac64b63ed27841be1473800f0396126822fe5132f209ccfdf7eb00cee
[INFO] running `Command { std: "docker" "start" "-a" "ffc4b6aac64b63ed27841be1473800f0396126822fe5132f209ccfdf7eb00cee", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `get_sequencer_headers`
[INFO] [stderr]  --> src/main.rs:2:42
[INFO] [stderr]   |
[INFO] [stderr] 2 | use crate::data_handler::{get_final_odb, get_sequencer_headers, get_spill_log};
[INFO] [stderr]   |                                          ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `resp`
[INFO] [stderr]    --> src/data_handler.rs:217:9
[INFO] [stderr]     |
[INFO] [stderr] 217 |     let resp = ws_request(ClientRequest::ChronoboxPlot { run_number, args }, config)
[INFO] [stderr]     |         ^^^^ help: if this is intentional, prefix it with an underscore: `_resp`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: variant `SequencerCsv` is never constructed
[INFO] [stderr]   --> src/data_handler.rs:27:5
[INFO] [stderr]    |
[INFO] [stderr] 19 | enum ClientRequest {
[INFO] [stderr]    |      ------------- variant in this enum
[INFO] [stderr] ...
[INFO] [stderr] 27 |     SequencerCsv {
[INFO] [stderr]    |     ^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: fields `service` and `context` are never read
[INFO] [stderr]   --> src/data_handler.rs:37:5
[INFO] [stderr]    |
[INFO] [stderr] 36 | struct ServerMessage {
[INFO] [stderr]    |        ------------- fields in this struct
[INFO] [stderr] 37 |     service: String,
[INFO] [stderr]    |     ^^^^^^^
[INFO] [stderr] 38 |     context: String,
[INFO] [stderr]    |     ^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: field `0` is never read
[INFO] [stderr]   --> src/data_handler.rs:44:10
[INFO] [stderr]    |
[INFO] [stderr] 44 |     Text(String),
[INFO] [stderr]    |     ---- ^^^^^^
[INFO] [stderr]    |     |
[INFO] [stderr]    |     field in this variant
[INFO] [stderr]    |
[INFO] [stderr] help: consider changing the field to be of unit type to suppress this warning while preserving the field numbering, or remove the field
[INFO] [stderr]    |
[INFO] [stderr] 44 -     Text(String),
[INFO] [stderr] 44 +     Text(()),
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: struct `SequencerRecord` is never constructed
[INFO] [stderr]    --> src/data_handler.rs:143:8
[INFO] [stderr]     |
[INFO] [stderr] 143 | struct SequencerRecord {
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `get_sequencer_headers` is never used
[INFO] [stderr]    --> src/data_handler.rs:150:8
[INFO] [stderr]     |
[INFO] [stderr] 150 | pub fn get_sequencer_headers(run_number: u32, config: &DataHandlerConfig) -> Result<PathBuf> {
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `alpha-g-elogger` (bin "alpha-g-elogger" test) generated 7 warnings (run `cargo fix --bin "alpha-g-elogger" -p alpha-g-elogger --tests` to apply 2 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.23s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/alpha_g_elogger-96becd0b17352ce7)
[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" "ffc4b6aac64b63ed27841be1473800f0396126822fe5132f209ccfdf7eb00cee", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ffc4b6aac64b63ed27841be1473800f0396126822fe5132f209ccfdf7eb00cee", kill_on_drop: false }`
[INFO] [stdout] ffc4b6aac64b63ed27841be1473800f0396126822fe5132f209ccfdf7eb00cee
