[INFO] cloning repository https://github.com/discostu105/lox [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/discostu105/lox" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdiscostu105%2Flox", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdiscostu105%2Flox'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 9c14626379e593e23e3559dc42ff50570b3a0cf4 [INFO] testing discostu105/lox against try#28f95933dc0727396c07b48d0a8cb5211b7fb472 for pr-154065-2 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdiscostu105%2Flox" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] removed /workspace/builds/worker-2-tc2/source/.cargo/config.toml [INFO] started tweaking git repo https://github.com/discostu105/lox [INFO] finished tweaking git repo https://github.com/discostu105/lox [INFO] tweaked toml for git repo https://github.com/discostu105/lox written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/discostu105/lox on toolchain 28f95933dc0727396c07b48d0a8cb5211b7fb472 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/discostu105/lox 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" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7a0bbd6479d87c20cdc392e81642040ad4a51d12eaf498fa44df5a5aaece8205 [INFO] running `Command { std: "docker" "start" "-a" "7a0bbd6479d87c20cdc392e81642040ad4a51d12eaf498fa44df5a5aaece8205", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7a0bbd6479d87c20cdc392e81642040ad4a51d12eaf498fa44df5a5aaece8205", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7a0bbd6479d87c20cdc392e81642040ad4a51d12eaf498fa44df5a5aaece8205", kill_on_drop: false }` [INFO] [stdout] 7a0bbd6479d87c20cdc392e81642040ad4a51d12eaf498fa44df5a5aaece8205 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4a88640fbea2745ec411df7e313b0f8959827b73319fbdab120fbaaccbceeace [INFO] running `Command { std: "docker" "start" "-a" "4a88640fbea2745ec411df7e313b0f8959827b73319fbdab120fbaaccbceeace", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.183 [INFO] [stderr] Compiling zeroize_derive v1.4.3 [INFO] [stderr] Compiling tokio-macros v2.6.1 [INFO] [stderr] Compiling futures-io v0.3.32 [INFO] [stderr] Compiling const-oid v0.9.6 [INFO] [stderr] Compiling tracing-core v0.1.36 [INFO] [stderr] Compiling rustls v0.23.37 [INFO] [stderr] Compiling getrandom v0.3.4 [INFO] [stderr] Compiling libm v0.2.16 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling thiserror-impl v2.0.18 [INFO] [stderr] Compiling icu_normalizer v2.1.1 [INFO] [stderr] Compiling memchr v2.8.0 [INFO] [stderr] Compiling pem-rfc7468 v0.7.0 [INFO] [stderr] Compiling block-padding v0.3.3 [INFO] [stderr] Compiling pin-project-internal v1.1.11 [INFO] [stderr] Compiling futures-util v0.3.32 [INFO] [stderr] Compiling prost-derive v0.14.3 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling inout v0.1.4 [INFO] [stderr] Compiling zstd-safe v7.2.4 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Compiling num-bigint-dig v0.8.6 [INFO] [stderr] Compiling clap_builder v4.6.0 [INFO] [stderr] Compiling lazy_static v1.5.0 [INFO] [stderr] Compiling zip v2.4.2 [INFO] [stderr] Compiling cipher v0.4.4 [INFO] [stderr] Compiling sha1 v0.10.6 [INFO] [stderr] Compiling hmac v0.12.1 [INFO] [stderr] Compiling openssl-probe v0.2.1 [INFO] [stderr] Compiling tracing v0.1.44 [INFO] [stderr] Compiling aho-corasick v1.1.4 [INFO] [stderr] Compiling fastrand v2.3.0 [INFO] [stderr] Compiling aes v0.8.4 [INFO] [stderr] Compiling zeroize v1.8.2 [INFO] [stderr] Compiling idna_adapter v1.2.1 [INFO] [stderr] Compiling pbkdf2 v0.12.2 [INFO] [stderr] Compiling idna v1.1.0 [INFO] [stderr] Compiling rustls-pki-types v1.14.0 [INFO] [stderr] Compiling der v0.7.10 [INFO] [stderr] Compiling futures-lite v2.6.1 [INFO] [stderr] Compiling time v0.3.47 [INFO] [stderr] Compiling sha2 v0.10.9 [INFO] [stderr] Compiling jobserver v0.1.34 [INFO] [stderr] Compiling errno v0.3.14 [INFO] [stderr] Compiling parking_lot_core v0.9.12 [INFO] [stderr] Compiling cc v1.2.57 [INFO] [stderr] Compiling signal-hook-registry v1.4.8 [INFO] [stderr] Compiling parking_lot v0.12.5 [INFO] [stderr] Compiling mio v1.1.1 [INFO] [stderr] Compiling socket2 v0.6.3 [INFO] [stderr] Compiling getrandom v0.2.17 [INFO] [stderr] Compiling rand_core v0.9.5 [INFO] [stderr] Compiling pin-project v1.1.11 [INFO] [stderr] Compiling thiserror v2.0.18 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling url v2.5.8 [INFO] [stderr] Compiling rustls-native-certs v0.8.3 [INFO] [stderr] Compiling opentelemetry v0.31.0 [INFO] [stderr] Compiling spki v0.7.3 [INFO] [stderr] Compiling tokio v1.50.0 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand_chacha v0.9.0 [INFO] [stderr] Compiling pkcs8 v0.10.2 [INFO] [stderr] Compiling signature v2.2.0 [INFO] [stderr] Compiling webpki-roots v1.0.6 [INFO] [stderr] Compiling regex-automata v0.4.14 [INFO] [stderr] Compiling prost v0.14.3 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling rand v0.9.2 [INFO] [stderr] Compiling num-integer v0.1.46 [INFO] [stderr] Compiling chrono v0.4.44 [INFO] [stderr] Compiling pkcs1 v0.7.5 [INFO] [stderr] Compiling dirs-sys v0.4.1 [INFO] [stderr] Compiling getrandom v0.4.2 [INFO] [stderr] Compiling num-iter v0.1.45 [INFO] [stderr] Compiling flate2 v1.1.9 [INFO] [stderr] Compiling lzma-rs v0.3.0 [INFO] [stderr] Compiling serde_yaml v0.9.34+deprecated [INFO] [stderr] Compiling dirs v5.0.1 [INFO] [stderr] Compiling uuid v1.22.0 [INFO] [stderr] Compiling webpki-roots v0.26.11 [INFO] [stderr] Compiling cbc v0.1.2 [INFO] [stderr] Compiling clap v4.6.0 [INFO] [stderr] Compiling quick-xml v0.37.5 [INFO] [stderr] Compiling clap_complete v4.6.0 [INFO] [stderr] Compiling ring v0.17.14 [INFO] [stderr] Compiling zstd-sys v2.0.16+zstd.1.5.7 [INFO] [stderr] Compiling bzip2-sys v0.1.13+1.0.8 [INFO] [stderr] Compiling lzma-sys v0.1.20 [INFO] [stderr] Compiling rsa v0.9.10 [INFO] [stderr] Compiling xz2 v0.1.7 [INFO] [stderr] Compiling futures-executor v0.3.32 [INFO] [stderr] Compiling bzip2 v0.5.2 [INFO] [stderr] Compiling regex v1.12.3 [INFO] [stderr] Compiling lazy-regex-proc_macros v3.6.0 [INFO] [stderr] Compiling lazy-regex v3.6.0 [INFO] [stderr] Compiling suppaftp v6.3.0 [INFO] [stderr] Compiling rustls-webpki v0.103.10 [INFO] [stderr] Compiling zstd v0.13.3 [INFO] [stderr] Compiling tokio-stream v0.1.18 [INFO] [stderr] Compiling hyper v1.8.1 [INFO] [stderr] Compiling tower v0.5.3 [INFO] [stderr] Compiling tower-http v0.6.8 [INFO] [stderr] Compiling tonic v0.14.5 [INFO] [stderr] Compiling opentelemetry_sdk v0.31.0 [INFO] [stderr] Compiling hyper-util v0.1.20 [INFO] [stderr] Compiling tonic-prost v0.14.5 [INFO] [stderr] Compiling opentelemetry-proto v0.31.0 [INFO] [stderr] Compiling tokio-rustls v0.26.4 [INFO] [stderr] Compiling tungstenite v0.24.0 [INFO] [stderr] Compiling hyper-rustls v0.27.7 [INFO] [stderr] Compiling reqwest v0.12.28 [INFO] [stderr] Compiling tokio-tungstenite v0.24.0 [INFO] [stderr] Compiling opentelemetry-http v0.31.0 [INFO] [stderr] Compiling opentelemetry-otlp v0.31.1 [INFO] [stderr] Compiling lox v0.11.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 22s [INFO] running `Command { std: "docker" "inspect" "4a88640fbea2745ec411df7e313b0f8959827b73319fbdab120fbaaccbceeace", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4a88640fbea2745ec411df7e313b0f8959827b73319fbdab120fbaaccbceeace", kill_on_drop: false }` [INFO] [stdout] 4a88640fbea2745ec411df7e313b0f8959827b73319fbdab120fbaaccbceeace [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ea7c0015fa6cedc489ce52ac0ed3804aa6f8e215f6f8eeab5c8948a8a5b6c1cf [INFO] running `Command { std: "docker" "start" "-a" "ea7c0015fa6cedc489ce52ac0ed3804aa6f8e215f6f8eeab5c8948a8a5b6c1cf", kill_on_drop: false }` [INFO] [stderr] Compiling tokio v1.50.0 [INFO] [stderr] Compiling value-bag v1.12.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling fastrand v2.3.0 [INFO] [stderr] Compiling futures-util v0.3.32 [INFO] [stderr] Compiling regex-automata v0.4.14 [INFO] [stderr] Compiling rustix v1.1.4 [INFO] [stderr] Compiling linux-raw-sys v0.12.1 [INFO] [stderr] Compiling async-io v2.6.0 [INFO] [stderr] Compiling dirs-sys-next v0.1.2 [INFO] [stderr] Compiling smallvec v1.15.1 [INFO] [stderr] Compiling crunchy v0.2.4 [INFO] [stderr] Compiling tiny-keccak v2.0.2 [INFO] [stderr] Compiling siphasher v1.0.2 [INFO] [stderr] Compiling async-task v4.7.1 [INFO] [stderr] Compiling futures-lite v2.6.1 [INFO] [stderr] Compiling dirs-next v2.0.0 [INFO] [stderr] Compiling bit-vec v0.6.3 [INFO] [stderr] Compiling log v0.4.29 [INFO] [stderr] Compiling new_debug_unreachable v1.0.6 [INFO] [stderr] Compiling term v0.7.0 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling precomputed-hash v0.1.1 [INFO] [stderr] Compiling ena v0.14.4 [INFO] [stderr] Compiling parking_lot_core v0.9.12 [INFO] [stderr] Compiling phf_shared v0.11.3 [INFO] [stderr] Compiling walkdir v2.5.0 [INFO] [stderr] Compiling petgraph v0.6.5 [INFO] [stderr] Compiling rustls v0.23.37 [INFO] [stderr] Compiling bit-set v0.5.3 [INFO] [stderr] Compiling piper v0.2.5 [INFO] [stderr] Compiling ascii-canvas v3.0.0 [INFO] [stderr] Compiling concurrent-queue v2.5.0 [INFO] [stderr] Compiling parking_lot v0.12.5 [INFO] [stderr] Compiling itertools v0.11.0 [INFO] [stderr] Compiling unicode-xid v0.2.6 [INFO] [stderr] Compiling pico-args v0.5.0 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling event-listener v2.5.3 [INFO] [stderr] Compiling http v0.2.12 [INFO] [stderr] Compiling event-listener v5.4.1 [INFO] [stderr] Compiling async-channel v1.9.0 [INFO] [stderr] Compiling kv-log-macro v1.0.7 [INFO] [stderr] Compiling string_cache v0.8.9 [INFO] [stderr] Compiling zopfli v0.8.3 [INFO] [stderr] Compiling float-cmp v0.10.0 [INFO] [stderr] Compiling socket2 v0.5.10 [INFO] [stderr] Compiling lalrpop-util v0.20.2 [INFO] [stderr] Compiling assert-json-diff v2.0.2 [INFO] [stderr] Compiling wait-timeout v0.2.1 [INFO] [stderr] Compiling event-listener-strategy v0.5.4 [INFO] [stderr] Compiling async-executor v1.14.0 [INFO] [stderr] Compiling async-channel v2.5.0 [INFO] [stderr] Compiling async-lock v3.4.2 [INFO] [stderr] Compiling zip v2.4.2 [INFO] [stderr] Compiling blocking v1.6.2 [INFO] [stderr] Compiling http-body v0.4.6 [INFO] [stderr] Compiling levenshtein v1.0.5 [INFO] [stderr] Compiling similar v2.7.0 [INFO] [stderr] Compiling regex v1.12.3 [INFO] [stderr] Compiling bstr v1.12.1 [INFO] [stderr] Compiling predicates v3.1.4 [INFO] [stderr] Compiling serde_regex v1.1.0 [INFO] [stderr] Compiling async-attributes v1.1.2 [INFO] [stderr] Compiling futures-executor v0.3.32 [INFO] [stderr] Compiling lalrpop v0.20.2 [INFO] [stderr] Compiling lazy-regex-proc_macros v3.6.0 [INFO] [stderr] Compiling assert_cmd v2.2.0 [INFO] [stderr] Compiling lazy-regex v3.6.0 [INFO] [stderr] Compiling suppaftp v6.3.0 [INFO] [stderr] Compiling tungstenite v0.24.0 [INFO] [stderr] Compiling tokio-stream v0.1.18 [INFO] [stderr] Compiling hyper v1.8.1 [INFO] [stderr] Compiling tokio-rustls v0.26.4 [INFO] [stderr] Compiling tower v0.5.3 [INFO] [stderr] Compiling hyper v0.14.32 [INFO] [stderr] Compiling polling v3.11.0 [INFO] [stderr] Compiling tempfile v3.27.0 [INFO] [stderr] Compiling tokio-tungstenite v0.24.0 [INFO] [stderr] Compiling tonic v0.14.5 [INFO] [stderr] Compiling tower-http v0.6.8 [INFO] [stderr] Compiling opentelemetry_sdk v0.31.0 [INFO] [stderr] Compiling tokio-test v0.4.5 [INFO] [stderr] Compiling hyper-util v0.1.20 [INFO] [stderr] Compiling async-signal v0.2.13 [INFO] [stderr] Compiling async-global-executor v2.4.1 [INFO] [stderr] Compiling tonic-prost v0.14.5 [INFO] [stderr] Compiling async-process v2.5.0 [INFO] [stderr] Compiling async-std v1.13.2 [INFO] [stderr] Compiling hyper-rustls v0.27.7 [INFO] [stderr] Compiling opentelemetry-proto v0.31.0 [INFO] [stderr] Compiling reqwest v0.12.28 [INFO] [stderr] Compiling opentelemetry-http v0.31.0 [INFO] [stderr] Compiling opentelemetry-otlp v0.31.1 [INFO] [stderr] Compiling lox v0.11.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling async-object-pool v0.1.5 [INFO] [stderr] Compiling basic-cookies v0.1.5 [INFO] [stderr] Compiling httpmock v0.7.0 [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 16s [INFO] running `Command { std: "docker" "inspect" "ea7c0015fa6cedc489ce52ac0ed3804aa6f8e215f6f8eeab5c8948a8a5b6c1cf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ea7c0015fa6cedc489ce52ac0ed3804aa6f8e215f6f8eeab5c8948a8a5b6c1cf", kill_on_drop: false }` [INFO] [stdout] ea7c0015fa6cedc489ce52ac0ed3804aa6f8e215f6f8eeab5c8948a8a5b6c1cf [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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" "+28f95933dc0727396c07b48d0a8cb5211b7fb472" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] a3d28a0d4d85cdb5df552852460522f630c94974d253fa6d633801857b2bd0ba [INFO] running `Command { std: "docker" "start" "-a" "a3d28a0d4d85cdb5df552852460522f630c94974d253fa6d633801857b2bd0ba", kill_on_drop: false }` [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.61s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/lox-647f00b10aca2ff0) [INFO] [stdout] [INFO] [stdout] running 212 tests [INFO] [stdout] test client::tests::test_is_uuid_strict ... ok [INFO] [stdout] test client::tests::test_redact_url_basic_auth_password ... ok [INFO] [stdout] test client::tests::test_redact_url_duplicate_params ... ok [INFO] [stdout] test client::tests::test_redact_url_plain ... ok [INFO] [stdout] test client::tests::test_redact_url_query_token ... ok [INFO] [stdout] test client::tests::test_redact_url_query_password ... ok [INFO] [stdout] test client::tests::test_cross_origin_redirect_blocked ... ok [INFO] [stdout] test client::tests::test_get_global_states ... ok [INFO] [stdout] test client::tests::test_get_control_json ... ok [INFO] [stdout] test client::tests::test_list_controls_parses_structure ... ok [INFO] [stdout] test client::tests::test_resolve_all_in_room_with_type_filter ... ok [INFO] [stdout] test client::tests::test_resolve_all_in_room_empty_returns_err ... ok [INFO] [stdout] test client::tests::test_resolve_alias ... ok [INFO] [stdout] test client::tests::test_validate_uuid ... ok [INFO] [stdout] test commands::control::tests::mood_off_constant ... ok [INFO] [stdout] test commands::control::tests::parse_mood_list_empty ... ok [INFO] [stdout] test commands::control::tests::parse_mood_list_invalid_json ... ok [INFO] [stdout] test commands::control::tests::parse_mood_list_skips_malformed_entries ... ok [INFO] [stdout] test commands::control::tests::parse_mood_list_typical ... ok [INFO] [stdout] test commands::system::tests::test_parse_sdtest_error_card ... ok [INFO] [stdout] test commands::system::tests::test_parse_sdtest_fallback ... ok [INFO] [stdout] test commands::system::tests::test_parse_sdtest_full ... ok [INFO] [stdout] test commands::system::tests::test_parse_sdtest_mb_per_sec ... ok [INFO] [stdout] test commands::system::tests::test_parse_sdtest_partial ... ok [INFO] [stdout] test commands::system::tests::test_parse_sdtest_question_mark ... ok [INFO] [stdout] test commands::system::tests::test_sdtest_to_json ... ok [INFO] [stdout] test config::tests::config_cache_dir_uses_data_dir ... ok [INFO] [stdout] test config::tests::config_save_roundtrip_with_context ... ok [INFO] [stdout] test config::tests::context_data_dir_layout ... ok [INFO] [stdout] test config::tests::context_entry_into_config ... ok [INFO] [stdout] test config::tests::default_config_has_empty_fields ... ok [INFO] [stdout] test config::tests::dir_ends_with_dot_lox ... ok [INFO] [stdout] test config::tests::find_local_lox_dir_in_tempdir ... ok [INFO] [stdout] test config::tests::find_local_lox_dir_walks_up ... ok [INFO] [stdout] test config::tests::global_config_roundtrip ... ok [INFO] [stdout] test config::tests::load_flat_config_via_env ... ok [INFO] [stdout] test client::tests::test_resolve_all_in_room ... ok [INFO] [stdout] test client::tests::test_list_categories ... ok [INFO] [stdout] test client::tests::test_get_operating_modes ... ok [INFO] [stdout] test client::tests::test_list_controls_favorites_filter ... ok [INFO] [stdout] test client::tests::test_list_controls_category_filter ... ok [INFO] [stdout] test client::tests::test_resolve_ambiguous_returns_err ... ok [INFO] [stdout] test client::tests::test_resolve_room_qualifier_disambiguates ... ok [INFO] [stdout] test client::tests::test_resolve_uuid_passthrough ... ok [INFO] [stdout] test client::tests::test_resolve_exact_match ... ok [INFO] [stdout] test config::tests::load_multi_context_missing_context_errors ... ok [INFO] [stdout] test client::tests::test_list_controls_type_filter ... ok [INFO] [stdout] test config::tests::load_multi_context_no_active_errors ... ok [INFO] [stdout] test config::tests::load_multi_context_with_ctx_override ... ok [INFO] [stdout] test config::tests::path_ends_with_config_yaml ... ok [INFO] [stdout] test ftp::tests::test_formatted_date ... ok [INFO] [stdout] test client::tests::test_send_cmd_success ... ok [INFO] [stdout] test ftp::tests::test_parse_backup_name_valid ... ok [INFO] [stdout] test ftp::tests::test_ftp_host_strips_port ... ok [INFO] [stdout] test client::tests::test_same_origin_redirect_allowed ... ok [INFO] [stdout] test gitops::tests::test_build_commit_message_initial ... ok [INFO] [stdout] test ftp::tests::test_ftp_host_strips_scheme ... ok [INFO] [stdout] test ftp::tests::test_parse_backup_name_invalid ... ok [INFO] [stdout] test config::tests::validate_context_name_rejects_path_traversal ... ok [INFO] [stdout] test gitops::tests::test_build_commit_message_with_changes ... ok [INFO] [stdout] test config::tests::load_from_lox_config_env_var ... ok [INFO] [stdout] test loxcc::tests::test_extract_and_decompress_roundtrip ... ok [INFO] [stdout] test gitops::tests::test_ms_dir_with_serial ... ok [INFO] [stdout] test loxcc::tests::test_too_short ... ok [INFO] [stdout] test gitops::tests::test_build_commit_message_no_structural_changes ... ok [INFO] [stdout] test loxone_xml::tests::test_device_type_label_unknown ... ok [INFO] [stdout] test loxcc::tests::test_bad_magic ... ok [INFO] [stdout] test loxone_xml::tests::test_diff_configs ... ok [INFO] [stdout] test loxcc::tests::test_extract_missing_loxcc ... ok [INFO] [stdout] test config::tests::load_multi_context_via_env ... ok [INFO] [stdout] test loxcc::tests::test_decompress_literals_only ... ok [INFO] [stdout] test client::tests::test_structure_fetched_only_once_per_client ... ok [INFO] [stdout] test loxcc::tests::test_decompress_with_backreference ... ok [INFO] [stdout] test loxone_xml::tests::test_parse_devices ... ok [INFO] [stdout] test loxone_xml::tests::test_parse_users ... ok [INFO] [stdout] test loxone_xml::tests::test_parse_config_summary ... ok [INFO] [stdout] test loxone_xml::tests::test_subtype_label_unknown ... ok [INFO] [stdout] test otel::tests::test_build_resource ... ok [INFO] [stdout] test otel::tests::test_build_autopilot_uuids ... ok [INFO] [stdout] test client::tests::test_retry_on_server_error ... ok [INFO] [stdout] test otel::tests::test_extract_lox_value_json ... ok [INFO] [stdout] test config::tests::load_preserves_explicit_http_scheme ... ok [INFO] [stdout] test otel::tests::test_extract_lox_value_json_numeric ... ok [INFO] [stdout] test otel::tests::test_extract_lox_value_json_numeric_float ... ok [INFO] [stdout] test otel::tests::test_extract_lox_value_json_numeric_zero ... ok [INFO] [stdout] test otel::tests::test_extract_lox_value_none ... ok [INFO] [stdout] test loxone_xml::tests::test_subtype_label_known ... ok [INFO] [stdout] test config::tests::save_and_load_roundtrip ... ok [INFO] [stdout] test otel::tests::test_extract_lox_value_all_diagnostic_formats ... ok [INFO] [stdout] test otel::tests::test_extract_lox_value_xml ... ok [INFO] [stdout] test otel::tests::test_parse_headers_invalid ... ok [INFO] [stdout] test otel::tests::test_parse_interval_minutes ... ok [INFO] [stdout] test otel::tests::test_parse_interval_hours ... ok [INFO] [stdout] test otel::tests::test_extract_lox_value_with_unit_suffix ... ok [INFO] [stdout] test otel::tests::test_parse_numeric_prefix ... ok [INFO] [stdout] test gitops::tests::test_ms_dir_without_serial ... ok [INFO] [stdout] test otel::tests::test_parse_interval_invalid ... ok [INFO] [stdout] test otel::tests::test_parse_interval_no_suffix ... ok [INFO] [stdout] test scene::tests::list_returns_empty_when_dir_does_not_exist ... ok [INFO] [stdout] test otel::tests::test_parse_headers ... ok [INFO] [stdout] test otel::tests::test_otlp_signal_url ... ok [INFO] [stdout] test otel::tests::test_parse_interval_seconds ... ok [INFO] [stdout] test otel::tests::test_parse_interval_whitespace ... ok [INFO] [stdout] test otel::tests::test_parse_log_severity ... ok [INFO] [stdout] test scene::tests::list_finds_yaml_files_in_dir ... ok [INFO] [stdout] test stream::tests::test_parse_binary_payload_keepalive ... ok [INFO] [stdout] test stream::tests::test_parse_binary_payload_unknown_type ... ok [INFO] [stdout] test scene::tests::scenes_dir_ends_with_scenes ... ok [INFO] [stdout] test stream::tests::test_build_state_uuid_map_empty_structure ... ok [INFO] [stdout] test stream::tests::test_build_state_uuid_map ... ok [INFO] [stdout] test stream::tests::test_parse_binary_payload_out_of_service ... ok [INFO] [stdout] test scene::tests::load_valid_scene_from_temp_dir ... ok [INFO] [stdout] test config::tests::load_prepends_https_to_bare_hostname ... ok [INFO] [stdout] test client::tests::test_send_cmd_rejects_path_traversal ... ok [INFO] [stdout] test scene::tests::load_returns_error_for_missing_scene ... ok [INFO] [stdout] test stream::tests::test_parse_daytimer_states ... ok [INFO] [stdout] test stream::tests::test_parse_header_estimated ... ok [INFO] [stdout] test stream::tests::test_parse_header ... ok [INFO] [stdout] test tests::test_abs_path_root ... ok [INFO] [stdout] test stream::tests::test_parse_header_invalid_magic ... ok [INFO] [stdout] test tests::test_abs_path_with_leading_slash ... ok [INFO] [stdout] test stream::tests::test_parse_text_states ... ok [INFO] [stdout] test tests::test_abs_path_without_leading_slash ... ok [INFO] [stdout] test stream::tests::test_parse_text_states_exact_alignment ... ok [INFO] [stdout] test stream::tests::test_parse_uuid ... ok [INFO] [stdout] test stream::tests::test_parse_uuid_too_short ... ok [INFO] [stdout] test stream::tests::test_parse_value_states ... ok [INFO] [stdout] test stream::tests::test_parse_value_states_truncated ... ok [INFO] [stdout] test stream::tests::test_parse_weather_states ... ok [INFO] [stdout] test tests::test_bar_full ... ok [INFO] [stdout] test tests::test_bar_half ... ok [INFO] [stdout] test tests::test_detect_shell_from_env ... ok [INFO] [stdout] test tests::test_encode_path_value_percent ... ok [INFO] [stdout] test tests::test_encode_path_value_plain ... ok [INFO] [stdout] test tests::test_encode_path_value_space ... ok [INFO] [stdout] test tests::test_encode_path_value_plus ... ok [INFO] [stdout] test tests::test_eval_op_eq ... ok [INFO] [stdout] test tests::test_eval_op_ne ... ok [INFO] [stdout] test tests::test_eval_op_numeric_comparisons ... ok [INFO] [stdout] test tests::test_eval_op_unknown_returns_err ... ok [INFO] [stdout] test tests::test_find_stats_files_no_match ... ok [INFO] [stdout] test tests::test_find_stats_files_basic ... ok [INFO] [stdout] test tests::test_json_val_str_float ... ok [INFO] [stdout] test tests::test_eval_op_contains ... ok [INFO] [stdout] test tests::test_bar_zero ... ok [INFO] [stdout] test tests::test_is_uuid ... ok [INFO] [stdout] test tests::test_json_val_str_string ... ok [INFO] [stdout] test tests::test_json_val_str_null ... ok [INFO] [stdout] test tests::test_matches_filters_control_filter ... ok [INFO] [stdout] test tests::test_matches_filters_missing_room ... ok [INFO] [stdout] test tests::test_matches_filters_no_filters ... ok [INFO] [stdout] test tests::test_matches_filters_type_filter ... ok [INFO] [stdout] test tests::test_json_val_str_integer ... ok [INFO] [stdout] test tests::test_kb_fmt_kb ... ok [INFO] [stdout] test tests::test_matches_filters_room_filter ... ok [INFO] [stdout] test tests::test_kb_fmt_boundary ... ok [INFO] [stdout] test tests::test_parse_stats_entries_empty ... ok [INFO] [stdout] test tests::test_kb_fmt_mb ... ok [INFO] [stdout] test tests::test_parse_binary_stats_data ... ok [INFO] [stdout] test tests::test_lox_timestamp_to_string ... ok [INFO] [stdout] test tests::test_lox_epoch_is_2009 ... ok [INFO] [stdout] test tests::test_parse_binary_stats_multi_output ... ok [INFO] [stdout] test tests::test_parse_f_plain ... ok [INFO] [stdout] test tests::test_parse_f_with_unit_suffix ... ok [INFO] [stdout] test tests::test_parse_stats_entries_multi_output ... ok [INFO] [stdout] test tests::test_rgb_to_hsv_green ... ok [INFO] [stdout] test tests::test_parse_weather_entry ... ok [INFO] [stdout] test tests::test_stats_data_offset_short_name ... ok [INFO] [stdout] test tests::test_print_resp_numeric_code ... ok [INFO] [stdout] test tests::test_rgb_to_hsv_black ... ok [INFO] [stdout] test tests::test_parse_stats_entries_single_output ... ok [INFO] [stdout] test tests::test_stats_file_parse_with_header ... ok [INFO] [stdout] test tests::test_rgb_to_hsv_blue ... ok [INFO] [stdout] test tests::test_rgb_to_hsv_red ... ok [INFO] [stdout] test tests::test_stats_data_offset_too_short ... ok [INFO] [stdout] test tests::test_rgb_to_hsv_white ... ok [INFO] [stdout] test tests::test_xml_attr_basic ... ok [INFO] [stdout] test tests::test_xml_attr_empty_value ... ok [INFO] [stdout] test tests::test_xml_attr_json_empty_value ... ok [INFO] [stdout] test tests::test_stats_file_path ... ok [INFO] [stdout] test tests::test_stats_header_alignment_exact_boundary ... ok [INFO] [stdout] test tests::test_xml_attr_json_float_value ... ok [INFO] [stdout] test tests::test_xml_attr_json_format ... ok [INFO] [stdout] test tests::test_stats_header_alignment_long_name ... ok [INFO] [stdout] test tests::test_stats_header_alignment_short_name ... ok [INFO] [stdout] test tests::test_stats_period_day ... ok [INFO] [stdout] test tests::test_stats_period_default ... ok [INFO] [stdout] test tests::test_stats_period_month ... ok [INFO] [stdout] test tests::test_xml_attr_all_diagnostic_response_formats ... ok [INFO] [stdout] test tests::test_xml_attr_json_null_value ... ok [INFO] [stdout] test tests::test_xml_attr_json_numeric_last_field ... ok [INFO] [stdout] test tests::test_xml_attr_missing ... ok [INFO] [stdout] test tests::test_xml_attr_no_partial_name_match ... ok [INFO] [stdout] test tests::test_xml_attr_spaces_in_value ... ok [INFO] [stdout] test tests::test_xml_attr_json_bool_value ... ok [INFO] [stdout] test tests::test_xml_attr_json_negative_value ... ok [INFO] [stdout] test ws::tests::test_generate_ws_key_unique ... ok [INFO] [stdout] test tests::test_xml_attr_partial_name_only_match ... ok [INFO] [stdout] test tests::test_xml_attr_json_numeric_value ... ok [INFO] [stdout] test token::tests::test_hash_token ... ok [INFO] [stdout] test token::tests::test_hash_token_empty_key_fallback ... ok [INFO] [stdout] test token::tests::test_token_store_expired ... ok [INFO] [stdout] test token::tests::test_token_store_expiring_soon ... ok [INFO] [stdout] test token::tests::test_token_store_valid ... ok [INFO] [stdout] test tests::test_xml_attr_json_zero_value ... ok [INFO] [stdout] test ws::tests::test_generate_ws_key_length ... ok [INFO] [stdout] test tests::test_cli_debug_assert ... ok [INFO] [stdout] test gitops::tests::test_git_init_creates_repo ... ok [INFO] [stdout] test tests::test_completions_bash_generates_output ... ok [INFO] [stdout] test tests::test_completions_fish_generates_output ... ok [INFO] [stdout] test tests::test_install_completions_creates_file ... ok [INFO] [stdout] test tests::test_completions_zsh_generates_output ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 212 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.21s [INFO] [stdout] [INFO] [stderr] Running tests/cli_smoke.rs (/opt/rustwide/target/debug/deps/cli_smoke-761fd226e9c8d22b) [INFO] [stdout] [INFO] [stdout] running 102 tests [INFO] [stdout] test help_alias ... ok [INFO] [stdout] test global_json_flag_accepted ... ok [INFO] [stdout] test help_autopilot ... ok [INFO] [stdout] test help_alias_add ... ok [INFO] [stdout] test help_alarm ... ok [INFO] [stdout] test help_blind ... ok [INFO] [stdout] test help_cache_clear ... ok [INFO] [stdout] test help_config ... ok [INFO] [stdout] test help_config_download ... ok [INFO] [stdout] test global_no_header_flag_accepted ... ok [INFO] [stdout] test help_config_diff ... ok [INFO] [stdout] test help_cache_info ... ok [INFO] [stdout] test help_categories ... ok [INFO] [stdout] test help_cache_refresh ... ok [INFO] [stdout] test help_config_upload ... ok [INFO] [stdout] test help_completions ... ok [INFO] [stdout] test global_quiet_flag_accepted ... ok [INFO] [stdout] test help_charger ... ok [INFO] [stdout] test help_cache_check ... ok [INFO] [stdout] test help_config_extract ... ok [INFO] [stdout] test help_config_users ... ok [INFO] [stdout] test help_config_ls ... ok [INFO] [stdout] test help_ctx_add ... ok [INFO] [stdout] test help_ctx ... ok [INFO] [stdout] test help_config_devices ... ok [INFO] [stdout] test help_ctx_use ... ok [INFO] [stdout] test help_ctx_rename ... ok [INFO] [stdout] test help_alias_remove ... ok [INFO] [stdout] test help_door ... ok [INFO] [stdout] test help_files_get ... ok [INFO] [stdout] test help_discover ... ok [INFO] [stdout] test help_energy ... ok [INFO] [stdout] test help_extensions ... ok [INFO] [stdout] test help_exits_0 ... ok [INFO] [stdout] test help_files ... ok [INFO] [stdout] test help_ctx_list ... ok [INFO] [stdout] test help_autopilot_ls ... ok [INFO] [stdout] test help_ctx_migrate ... ok [INFO] [stdout] test help_ctx_init ... ok [INFO] [stdout] test help_files_ls ... ok [INFO] [stdout] test help_ctx_current ... ok [INFO] [stdout] test help_if_cmd ... ok [INFO] [stdout] test help_gate ... ok [INFO] [stdout] test help_get ... ok [INFO] [stdout] test help_input_pulse ... ok [INFO] [stdout] test help_light_dim ... ok [INFO] [stdout] test help_lock ... ok [INFO] [stdout] test help_cache ... ok [INFO] [stdout] test help_log ... ok [INFO] [stdout] test help_input ... ok [INFO] [stdout] test help_ctx_remove ... ok [INFO] [stdout] test help_light ... ok [INFO] [stdout] test help_ls ... ok [INFO] [stdout] test help_input_set ... ok [INFO] [stdout] test help_intercom ... ok [INFO] [stdout] test help_history ... ok [INFO] [stdout] test help_info ... ok [INFO] [stdout] test help_modes ... ok [INFO] [stdout] test help_globals ... ok [INFO] [stdout] test help_off ... ok [INFO] [stdout] test help_mentions_loxone ... ok [INFO] [stdout] test help_music ... ok [INFO] [stdout] test help_otel ... ok [INFO] [stdout] test help_reboot ... ok [INFO] [stdout] test help_light_mood ... ok [INFO] [stdout] test help_rooms ... ok [INFO] [stdout] test help_light_color ... ok [INFO] [stdout] test help_setup ... ok [INFO] [stdout] test help_run ... ok [INFO] [stdout] test help_setup_set ... ok [INFO] [stdout] test help_on ... ok [INFO] [stdout] test help_otel_serve ... ok [INFO] [stdout] test help_light_moods ... ok [INFO] [stdout] test help_scene_new ... ok [INFO] [stdout] test help_scene_show ... ok [INFO] [stdout] test help_stats ... ok [INFO] [stdout] test help_alias_ls ... ok [INFO] [stdout] test help_time ... ok [INFO] [stdout] test help_otel_push ... ok [INFO] [stdout] test help_scene_ls ... ok [INFO] [stdout] test help_send ... ok [INFO] [stdout] test help_scene ... ok [INFO] [stdout] test help_sensors ... ok [INFO] [stdout] test help_token ... ok [INFO] [stdout] test help_token_check ... ok [INFO] [stdout] test help_token_clear ... ok [INFO] [stdout] test help_update_check ... ok [INFO] [stdout] test help_setup_show ... ok [INFO] [stdout] test help_status ... ok [INFO] [stdout] test version_exits_0 ... ok [INFO] [stdout] test help_weather ... ok [INFO] [stdout] test help_stream ... ok [INFO] [stdout] test help_unlock ... ok [INFO] [stdout] test help_autopilot_state ... ok [INFO] [stdout] test help_update ... ok [INFO] [stdout] test help_update_install ... ok [INFO] [stdout] test help_thermostat ... ok [INFO] [stdout] test help_token_info ... ok [INFO] [stdout] test help_token_refresh ... ok [INFO] [stdout] test help_token_revoke ... ok [INFO] [stdout] test help_token_fetch ... ok [INFO] [stdout] test help_watch ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 102 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.41s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "a3d28a0d4d85cdb5df552852460522f630c94974d253fa6d633801857b2bd0ba", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a3d28a0d4d85cdb5df552852460522f630c94974d253fa6d633801857b2bd0ba", kill_on_drop: false }` [INFO] [stdout] a3d28a0d4d85cdb5df552852460522f630c94974d253fa6d633801857b2bd0ba