[INFO] cloning repository https://github.com/recregt/kars_bot
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/recregt/kars_bot" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frecregt%2Fkars_bot", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frecregt%2Fkars_bot'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 135be7acbc7854594751aa60cf651bbf2a461332
[INFO] testing recregt/kars_bot against beta-2026-04-21 for beta-1.96-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frecregt%2Fkars_bot" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/recregt/kars_bot
[INFO] finished tweaking git repo https://github.com/recregt/kars_bot
[INFO] tweaked toml for git repo https://github.com/recregt/kars_bot written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/recregt/kars_bot on toolchain beta-2026-04-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/recregt/kars_bot 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-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0b6a8f7391c184f78a3b05452ac32887497e68b563cd8dd0169337b7a7037eaa
[INFO] running `Command { std: "docker" "start" "-a" "0b6a8f7391c184f78a3b05452ac32887497e68b563cd8dd0169337b7a7037eaa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0b6a8f7391c184f78a3b05452ac32887497e68b563cd8dd0169337b7a7037eaa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0b6a8f7391c184f78a3b05452ac32887497e68b563cd8dd0169337b7a7037eaa", kill_on_drop: false }`
[INFO] [stdout] 0b6a8f7391c184f78a3b05452ac32887497e68b563cd8dd0169337b7a7037eaa
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9abb1b0395cbf3f0c2dbc020f154ab8538cfefe86c0eec4df81b4a0e36d57a53
[INFO] running `Command { std: "docker" "start" "-a" "9abb1b0395cbf3f0c2dbc020f154ab8538cfefe86c0eec4df81b4a0e36d57a53", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling unicode-ident v1.0.24
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]    Compiling libc v0.2.182
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling find-msvc-tools v0.1.9
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]    Compiling lock_api v0.4.14
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling cc v1.2.56
[INFO] [stderr]    Compiling itoa v1.0.17
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]    Compiling stable_deref_trait v1.2.1
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling futures-io v0.3.32
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling untrusted v0.9.0
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling writeable v0.6.2
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling litemap v0.8.1
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling try-lock v0.2.5
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling socket2 v0.6.2
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling tower-service v0.3.3
[INFO] [stderr]    Compiling icu_properties_data v2.1.2
[INFO] [stderr]    Compiling icu_normalizer_data v2.1.1
[INFO] [stderr]    Compiling want v0.3.1
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling http v0.2.12
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling typenum v1.19.0
[INFO] [stderr]    Compiling rustls v0.21.12
[INFO] [stderr]    Compiling rustls-pki-types v1.14.0
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]    Compiling simd-adler32 v0.3.8
[INFO] [stderr]    Compiling ipnet v2.11.0
[INFO] [stderr]    Compiling getrandom v0.4.1
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling unicase v2.9.0
[INFO] [stderr]    Compiling utf8_iter v1.0.4
[INFO] [stderr]    Compiling http-body v0.4.6
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling socket2 v0.5.10
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling erasable v1.3.0
[INFO] [stderr]    Compiling ryu v1.0.23
[INFO] [stderr]    Compiling adler2 v2.0.1
[INFO] [stderr]    Compiling httpdate v1.0.3
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling iana-time-zone v0.1.65
[INFO] [stderr]    Compiling rustls v0.23.37
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling base64 v0.21.7
[INFO] [stderr]    Compiling parking_lot_core v0.8.6
[INFO] [stderr]    Compiling darling_core v0.13.4
[INFO] [stderr]    Compiling pin-utils v0.1.0
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling pkg-config v0.3.32
[INFO] [stderr]    Compiling atomic-waker v1.1.2
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling mime v0.3.17
[INFO] [stderr]    Compiling lzma-sys v0.1.20
[INFO] [stderr]    Compiling rustls-pemfile v1.0.4
[INFO] [stderr]    Compiling sct v0.7.1
[INFO] [stderr]    Compiling rustls-webpki v0.101.7
[INFO] [stderr]    Compiling rustls-webpki v0.103.9
[INFO] [stderr]    Compiling flate2 v1.1.9
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling tokio v1.49.0
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling darling_macro v0.13.4
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling darling v0.13.4
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[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 pin-project-internal v1.1.10
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling instant v0.1.13
[INFO] [stderr]    Compiling encoding_rs v0.8.35
[INFO] [stderr]    Compiling convert_case v0.4.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling tower-layer v0.3.3
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling ttf-parser v0.25.1
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling sync_wrapper v0.1.2
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling webpki-roots v0.25.4
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling itertools v0.9.0
[INFO] [stderr]    Compiling pin-project v1.1.10
[INFO] [stderr]    Compiling derive_more v0.99.20
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling tokio-rustls v0.24.1
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling h2 v0.3.27
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling owned_ttf_parser v0.25.1
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling rc-box v1.3.0
[INFO] [stderr]    Compiling serde_with_macros v1.5.2
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling uuid v1.21.0
[INFO] [stderr]    Compiling fdeflate v0.3.7
[INFO] [stderr]    Compiling webpki-roots v1.0.6
[INFO] [stderr]    Compiling pxfm v0.1.27
[INFO] [stderr]    Compiling filetime v0.2.27
[INFO] [stderr]    Compiling inotify-sys v0.1.5
[INFO] [stderr]    Compiling plotters-backend v0.3.7
[INFO] [stderr]    Compiling toml_write v0.1.2
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling iri-string v0.7.10
[INFO] [stderr]    Compiling takecell v0.1.1
[INFO] [stderr]    Compiling take_mut v0.2.2
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling ab_glyph_rasterizer v0.1.10
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling never v0.1.0
[INFO] [stderr]    Compiling winnow v0.7.14
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]    Compiling ab_glyph v0.2.32
[INFO] [stderr]    Compiling fxhash v0.2.1
[INFO] [stderr]    Compiling teloxide-macros v0.7.1
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling hyper v0.14.32
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling plotters-bitmap v0.3.7
[INFO] [stderr]    Compiling inotify v0.9.6
[INFO] [stderr]    Compiling png v0.18.1
[INFO] [stderr]    Compiling hyper-rustls v0.27.7
[INFO] [stderr]    Compiling aquamarine v0.1.12
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling parking_lot v0.11.2
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling moxcms v0.7.11
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling tokio-stream v0.1.18
[INFO] [stderr]    Compiling tracing-serde v0.2.0
[INFO] [stderr]    Compiling dptree v0.3.0
[INFO] [stderr]    Compiling xattr v1.6.1
[INFO] [stderr]    Compiling hyper-rustls v0.24.2
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling crossbeam-channel v0.5.15
[INFO] [stderr]    Compiling reqwest v0.11.27
[INFO] [stderr]    Compiling mio v0.8.11
[INFO] [stderr]    Compiling fs2 v0.4.3
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling byteorder-lite v0.1.0
[INFO] [stderr]    Compiling cpufeatures v0.2.17
[INFO] [stderr]    Compiling nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling bytemuck v1.25.0
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling utf8-width v0.1.8
[INFO] [stderr]    Compiling tracing-subscriber v0.3.22
[INFO] [stderr]    Compiling html-escape v0.2.13
[INFO] [stderr]    Compiling tempfile v3.26.0
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling sled v0.34.7
[INFO] [stderr]    Compiling teloxide-core v0.9.1
[INFO] [stderr]    Compiling notify v6.1.1
[INFO] [stderr]    Compiling sysinfo v0.29.11
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling tar v0.4.44
[INFO] [stderr]    Compiling xz2 v0.1.7
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling image v0.25.9
[INFO] [stderr]    Compiling file-rotate v0.8.0
[INFO] [stderr]    Compiling teloxide v0.12.2
[INFO] [stderr]    Compiling kars_bot v1.8.2 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 56s
[INFO] running `Command { std: "docker" "inspect" "9abb1b0395cbf3f0c2dbc020f154ab8538cfefe86c0eec4df81b4a0e36d57a53", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9abb1b0395cbf3f0c2dbc020f154ab8538cfefe86c0eec4df81b4a0e36d57a53", kill_on_drop: false }`
[INFO] [stdout] 9abb1b0395cbf3f0c2dbc020f154ab8538cfefe86c0eec4df81b4a0e36d57a53
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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-04-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2f373f66a60e8b437594cd54f6910d78430634ed5de3767ee0b5f4817c449788
[INFO] running `Command { std: "docker" "start" "-a" "2f373f66a60e8b437594cd54f6910d78430634ed5de3767ee0b5f4817c449788", kill_on_drop: false }`
[INFO] [stderr]    Compiling kars_bot v1.8.2 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 19.44s
[INFO] running `Command { std: "docker" "inspect" "2f373f66a60e8b437594cd54f6910d78430634ed5de3767ee0b5f4817c449788", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2f373f66a60e8b437594cd54f6910d78430634ed5de3767ee0b5f4817c449788", kill_on_drop: false }`
[INFO] [stdout] 2f373f66a60e8b437594cd54f6910d78430634ed5de3767ee0b5f4817c449788
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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-04-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 0db4d8443df561e895147c857f87f77b9d3cca6baef31278c1b88bb9391ed4cf
[INFO] running `Command { std: "docker" "start" "-a" "0db4d8443df561e895147c857f87f77b9d3cca6baef31278c1b88bb9391ed4cf", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.33s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/kars_bot-862532af25ef05aa)
[INFO] [stdout] 
[INFO] [stdout] running 64 tests
[INFO] [stdout] test commands::features::export::parser::tests::parses_window_and_format ... ok
[INFO] [stdout] test anomaly_db::write::storage_tests::in_memory_storage_records_events_without_disk ... ok
[INFO] [stdout] test commands::features::export::parser::tests::rejects_invalid_queries ... ok
[INFO] [stdout] test anomaly_db::write::tests::append_json_line_keeps_existing_content ... ok
[INFO] [stdout] test commands::features::graph::parser::tests::parses_metric_with_default_window ... ok
[INFO] [stdout] test commands::features::graph::parser::tests::parses_metric_with_explicit_window ... ok
[INFO] [stdout] test commands::features::graph::render::tests::rejects_not_enough_points ... ok
[INFO] [stdout] test commands::features::graph::stats::tests::computes_summary_for_data_path ... ok
[INFO] [stdout] test commands::features::graph::stats::tests::downsamples_long_input_for_data_path ... ok
[INFO] [stdout] test commands::features::graph::stats::tests::labels_sustained_when_threshold_exceeded_for_five_minutes ... ok
[INFO] [stdout] test commands::features::export::parser::tests::parses_default_window_and_format ... ok
[INFO] [stdout] test commands::features::recent_query::tests::rejects_multiple_windows ... ok
[INFO] [stdout] test commands::features::graph::render::tests::registers_embedded_font ... ok
[INFO] [stdout] test commands::features::graph::stats::tests::labels_spike_when_value_jumps_and_returns_quickly ... ok
[INFO] [stdout] test commands::features::recent_query::tests::parses_combined_metric_and_window_filters ... ok
[INFO] [stdout] test commands::features::graph::parser::tests::rejects_parse_errors_and_out_of_bounds_windows ... ok
[INFO] [stdout] test commands::features::recent_query::tests::supports_single_limit ... ok
[INFO] [stdout] test commands::features::update::self_update::tests::compare_semver_ordering ... ok
[INFO] [stdout] test commands::features::update::self_update::tests::atomic_install_fresh ... ok
[INFO] [stdout] test commands::features::update::self_update::tests::atomic_install_no_staging_residue ... ok
[INFO] [stdout] test commands::features::update::self_update::tests::atomic_install_with_existing_creates_backup ... ok
[INFO] [stdout] test commands::features::update::self_update::tests::fetch_latest_release_from_github ... ignored, hits real GitHub API — run with: cargo test -- --ignored
[INFO] [stdout] test commands::features::update::self_update::tests::extract_binary_missing_binary ... ok
[INFO] [stdout] test commands::features::update::self_update::tests::full_download_and_verify_pipeline ... ignored, downloads real release asset — run with: cargo test -- --ignored
[INFO] [stdout] test commands::features::update::self_update::tests::parse_semver_invalid ... ok
[INFO] [stdout] test commands::features::update::self_update::tests::parse_semver_valid ... ok
[INFO] [stdout] test commands::features::update::self_update::tests::extract_binary_finds_binary_flat ... ok
[INFO] [stdout] test commands::features::update::self_update::tests::restart_service_returns_error_on_dev_machine ... ok
[INFO] [stdout] test commands::features::update::self_update::tests::update_available_detects_newer ... ok
[INFO] [stdout] test commands::features::update::self_update::tests::verify_sha256_mismatch ... ok
[INFO] [stdout] test commands::features::update::self_update::tests::verify_sha256_missing_entry ... ok
[INFO] [stdout] test commands::features::update::self_update::tests::sanity_check_fails_with_bad_binary ... ok
[INFO] [stdout] test commands::features::update::version::tests::compares_versions_correctly ... ok
[INFO] [stdout] test commands::features::update::self_update::tests::verify_sha256_pass ... ok
[INFO] [stdout] test commands::helpers::redaction::tests::keeps_original_when_redaction_disabled ... ok
[INFO] [stdout] test commands::helpers::redaction::tests::redacts_ipv4_and_port_tokens ... ok
[INFO] [stdout] test commands::features::update::self_update::tests::sanity_check_succeeds_with_valid_binary ... ok
[INFO] [stdout] test jobs::config_reload::tests::hot_reload_applies_valid_runtime_changes_without_restart ... ok
[INFO] [stdout] test commands::features::update::self_update::tests::check_restart_permission_does_not_panic ... ok
[INFO] [stdout] test monitor::evaluator::tests::cooldown_and_hysteresis_work ... ok
[INFO] [stdout] test monitor::evaluator::tests::mock_provider_returns_sequence ... ok
[INFO] [stdout] test monitor::evaluator::tests::simulation_spike_triggers_cpu_alert ... ok
[INFO] [stdout] test monitor::history::tests::computes_capacity_from_monitor_interval ... ok
[INFO] [stdout] test monitor::history::tests::keeps_capacity_by_overwriting_oldest ... ok
[INFO] [stdout] test monitor::history::tests::latest_window_preserves_time_order ... ok
[INFO] [stdout] test monitor::service::tests::alert_cooldown_supports_time_travel_without_waiting ... ok
[INFO] [stdout] test monitor::service::tests::daily_summary_report_contract_resets_window ... ok
[INFO] [stdout] test monitor::service::tests::mute_and_unmute_support_time_travel_without_sleep ... ok
[INFO] [stdout] test monitor::service::tests::mute_unmute_contract_is_consistent ... ok
[INFO] [stdout] test monitor::service::tests::mute_unmute_has_short_cooldown ... ok
[INFO] [stdout] test monitor::service::tests::notifications_triggered_when_threshold_exceeded ... ok
[INFO] [stdout] test release_notes::tests::extracts_version_section_with_v_prefix ... ok
[INFO] [stdout] test release_notes::tests::returns_none_if_version_missing ... ok
[INFO] [stdout] test reporting_store::tests::in_memory_store_spy_behaviour ... ok
[INFO] [stdout] test app_context::tests::runtime_update_triggers_notify ... ok
[INFO] [stdout] test commands::features::update::self_update::tests::extract_binary_finds_binary_nested ... ok
[INFO] [stdout] test commands::features::update::version::tests::parses_semver_triplet ... ok
[INFO] [stdout] test app_context::tests::runtime_config_concurrent_reads_and_updates_remain_consistent ... ok
[INFO] [stdout] test jobs::config_reload::tests::hot_reload_rejects_invalid_config_and_preserves_last_runtime ... ok
[INFO] [stdout] test commands::features::graph::stats::tests::performance_smoke_long_window_high_sample_count ... ok
[INFO] [stdout] test reporting_store::tests::records_and_reads_recent_samples ... ok
[INFO] [stdout] test reporting_store::tests::rolling_summary_aggregates_persisted_days ... ok
[INFO] [stdout] test reporting_store::tests::rolling_summary_survives_store_reopen ... ok
[INFO] [stdout] test jobs::release_notify::tests::perform_release_notify_writes_state_and_sends_message ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 62 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 5.05s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "0db4d8443df561e895147c857f87f77b9d3cca6baef31278c1b88bb9391ed4cf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0db4d8443df561e895147c857f87f77b9d3cca6baef31278c1b88bb9391ed4cf", kill_on_drop: false }`
[INFO] [stdout] 0db4d8443df561e895147c857f87f77b9d3cca6baef31278c1b88bb9391ed4cf
