[INFO] cloning repository https://github.com/orhun/binsider
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/orhun/binsider" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Forhun%2Fbinsider", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Forhun%2Fbinsider'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 338d919a4992aaf267fcc87c559198532c119d7f
[INFO] testing orhun/binsider against beta-2025-10-28 for beta-1.92-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Forhun%2Fbinsider" "/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/orhun/binsider
[INFO] finished tweaking git repo https://github.com/orhun/binsider
[INFO] tweaked toml for git repo https://github.com/orhun/binsider written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/orhun/binsider on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/orhun/binsider 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-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] dea7c5c1ca8bc18738c1f8e126b825fa16c4042580b56bf877057fbcaafa8c03
[INFO] running `Command { std: "docker" "start" "-a" "dea7c5c1ca8bc18738c1f8e126b825fa16c4042580b56bf877057fbcaafa8c03", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "dea7c5c1ca8bc18738c1f8e126b825fa16c4042580b56bf877057fbcaafa8c03", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dea7c5c1ca8bc18738c1f8e126b825fa16c4042580b56bf877057fbcaafa8c03", kill_on_drop: false }`
[INFO] [stdout] dea7c5c1ca8bc18738c1f8e126b825fa16c4042580b56bf877057fbcaafa8c03
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] eb0ff48155879cf038278131aa22730017d7cb56b4251fa39be7492251c846c3
[INFO] running `Command { std: "docker" "start" "-a" "eb0ff48155879cf038278131aa22730017d7cb56b4251fa39be7492251c846c3", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.93
[INFO] [stderr]    Compiling unicode-ident v1.0.16
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]    Compiling bitflags v2.8.0
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]    Compiling log v0.4.25
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling rustversion v1.0.19
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling signal-hook v0.3.17
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]    Compiling stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling itoa v1.0.14
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling ryu v1.0.19
[INFO] [stderr]    Compiling foldhash v0.1.4
[INFO] [stderr]    Compiling writeable v0.5.5
[INFO] [stderr]    Compiling unicode-width v0.1.14
[INFO] [stderr]    Compiling equivalent v1.0.1
[INFO] [stderr]    Compiling litemap v0.7.4
[INFO] [stderr]    Compiling allocator-api2 v0.2.21
[INFO] [stderr]    Compiling castaway v0.2.3
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling unicode-segmentation v1.12.0
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]    Compiling static_assertions v1.1.0
[INFO] [stderr]    Compiling anstyle v1.0.10
[INFO] [stderr]    Compiling syn v2.0.96
[INFO] [stderr]    Compiling indoc v2.0.5
[INFO] [stderr]    Compiling hashbrown v0.15.2
[INFO] [stderr]    Compiling compact_str v0.8.1
[INFO] [stderr]    Compiling icu_locid_transform_data v1.5.0
[INFO] [stderr]    Compiling cassowary v0.3.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling icu_properties_data v1.5.0
[INFO] [stderr]    Compiling lru v0.12.5
[INFO] [stderr]    Compiling unicode-width v0.2.0
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]    Compiling anstyle-query v1.1.2
[INFO] [stderr]    Compiling anstyle-parse v0.2.6
[INFO] [stderr]    Compiling serde v1.0.217
[INFO] [stderr]    Compiling colorchoice v1.0.3
[INFO] [stderr]    Compiling icu_normalizer_data v1.5.0
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.1
[INFO] [stderr]    Compiling utf16_iter v1.0.5
[INFO] [stderr]    Compiling utf8_iter v1.0.4
[INFO] [stderr]    Compiling write16 v1.0.0
[INFO] [stderr]    Compiling anstream v0.6.18
[INFO] [stderr]    Compiling powerfmt v0.2.0
[INFO] [stderr]    Compiling mockall_derive v0.13.1
[INFO] [stderr]    Compiling clap_lex v0.7.4
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling signal-hook-registry v1.4.2
[INFO] [stderr]    Compiling mio v1.0.3
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling time-core v0.1.2
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling object v0.36.7
[INFO] [stderr]    Compiling unicode-truncate v1.1.0
[INFO] [stderr]    Compiling num-conv v0.1.0
[INFO] [stderr]    Compiling signal-hook-mio v0.2.4
[INFO] [stderr]    Compiling predicates-core v1.0.9
[INFO] [stderr]    Compiling cfg_aliases v0.2.1
[INFO] [stderr]    Compiling time-macros v0.2.19
[INFO] [stderr]    Compiling nix v0.29.0
[INFO] [stderr]    Compiling deranged v0.3.11
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling fs-err v3.1.0
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling percent-encoding v2.3.1
[INFO] [stderr]    Compiling num_threads v0.1.7
[INFO] [stderr]    Compiling adler2 v2.0.0
[INFO] [stderr]    Compiling x11rb-protocol v0.13.1
[INFO] [stderr]    Compiling gimli v0.31.1
[INFO] [stderr]    Compiling termtree v0.5.1
[INFO] [stderr]    Compiling thiserror v2.0.11
[INFO] [stderr]    Compiling syscalls v0.6.18
[INFO] [stderr]    Compiling serde_json v1.0.137
[INFO] [stderr]    Compiling once_cell v1.20.2
[INFO] [stderr]    Compiling anyhow v1.0.95
[INFO] [stderr]    Compiling console v0.15.10
[INFO] [stderr]    Compiling time v0.3.37
[INFO] [stderr]    Compiling crossterm v0.28.1
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]    Compiling darling_core v0.20.10
[INFO] [stderr]    Compiling terminal_size v0.4.1
[INFO] [stderr]    Compiling clap_builder v4.5.27
[INFO] [stderr]    Compiling addr2line v0.24.2
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling predicates-tree v1.0.12
[INFO] [stderr]    Compiling miniz_oxide v0.8.3
[INFO] [stderr]    Compiling form_urlencoded v1.2.1
[INFO] [stderr]    Compiling zerofrom-derive v0.1.5
[INFO] [stderr]    Compiling yoke-derive v0.7.5
[INFO] [stderr]    Compiling zerovec-derive v0.10.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling icu_provider_macros v1.5.0
[INFO] [stderr]    Compiling serde_derive v1.0.217
[INFO] [stderr]    Compiling scroll_derive v0.12.0
[INFO] [stderr]    Compiling zerofrom v0.1.5
[INFO] [stderr]    Compiling yoke v0.7.5
[INFO] [stderr]    Compiling clap_derive v4.5.24
[INFO] [stderr]    Compiling zerovec v0.10.4
[INFO] [stderr]    Compiling darling_macro v0.20.10
[INFO] [stderr]    Compiling darling v0.20.10
[INFO] [stderr]    Compiling instability v0.3.7
[INFO] [stderr]    Compiling derive_builder_core v0.20.2
[INFO] [stderr]    Compiling strum v0.26.3
[INFO] [stderr]    Compiling ratatui v0.28.1
[INFO] [stderr]    Compiling tinystr v0.7.6
[INFO] [stderr]    Compiling icu_collections v1.5.0
[INFO] [stderr]    Compiling icu_locid v1.5.0
[INFO] [stderr]    Compiling scroll v0.12.0
[INFO] [stderr]    Compiling derive_builder_macro v0.20.2
[INFO] [stderr]    Compiling clap v4.5.27
[INFO] [stderr]    Compiling x11rb v0.13.1
[INFO] [stderr]    Compiling thiserror-impl v2.0.11
[INFO] [stderr]    Compiling icu_provider v1.5.0
[INFO] [stderr]    Compiling serde_repr v0.1.19
[INFO] [stderr]    Compiling icu_locid_transform v1.5.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling predicates v3.1.3
[INFO] [stderr]    Compiling crossbeam-channel v0.5.14
[INFO] [stderr]    Compiling icu_properties v1.5.1
[INFO] [stderr]    Compiling crossbeam-queue v0.3.12
[INFO] [stderr]    Compiling plain v0.2.3
[INFO] [stderr]    Compiling fragile v2.0.0
[INFO] [stderr]    Compiling rustc-demangle v0.1.24
[INFO] [stderr]    Compiling downcast v0.11.0
[INFO] [stderr]    Compiling termcolor v1.4.1
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling litrs v0.4.1
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling simplelog v0.12.2
[INFO] [stderr]    Compiling crossbeam v0.8.4
[INFO] [stderr]    Compiling goblin v0.9.3
[INFO] [stderr]    Compiling document-features v0.2.10
[INFO] [stderr]    Compiling mockall v0.13.1
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling arboard v3.4.1
[INFO] [stderr]    Compiling icu_normalizer v1.5.0
[INFO] [stderr]    Compiling derive_builder v0.20.2
[INFO] [stderr]    Compiling ratatui v0.29.0
[INFO] [stderr]    Compiling comfy-table v7.1.3
[INFO] [stderr]    Compiling derive_setters v0.1.6
[INFO] [stderr]    Compiling backtrace v0.3.74
[INFO] [stderr]    Compiling idna_adapter v1.2.0
[INFO] [stderr]    Compiling idna v1.0.3
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling url v2.5.4
[INFO] [stderr]    Compiling derive-getters v0.5.0
[INFO] [stderr]    Compiling memmap2 v0.9.5
[INFO] [stderr]    Compiling linux-personality v2.0.0
[INFO] [stderr]    Compiling users v0.11.0
[INFO] [stderr]    Compiling font8x8 v0.3.1
[INFO] [stderr]    Compiling simdutf8 v0.1.5
[INFO] [stderr]    Compiling env_home v0.1.0
[INFO] [stderr]    Compiling smawk v0.3.2
[INFO] [stderr]    Compiling home v0.5.11
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling glob v0.3.2
[INFO] [stderr]    Compiling iana-time-zone v0.1.61
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling unicode-linebreak v0.1.5
[INFO] [stderr]    Compiling chrono v0.4.39
[INFO] [stderr]    Compiling heh v0.6.1
[INFO] [stderr]    Compiling textwrap v0.16.1
[INFO] [stderr]    Compiling tui-big-text v0.6.1
[INFO] [stderr]    Compiling webbrowser v1.0.3
[INFO] [stderr]    Compiling lddtree v0.3.7
[INFO] [stderr]    Compiling which v7.0.1
[INFO] [stderr]    Compiling ansi-to-tui v6.0.1
[INFO] [stderr]    Compiling tui-input v0.11.1
[INFO] [stderr]    Compiling tui-popup v0.5.1
[INFO] [stderr]    Compiling better-panic v0.3.0
[INFO] [stderr]    Compiling termbg v0.6.2
[INFO] [stderr]    Compiling sysinfo v0.33.1
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling elf v0.7.4
[INFO] [stderr]    Compiling rust-strings v0.6.0
[INFO] [stderr]    Compiling bytesize v1.3.0
[INFO] [stderr]    Compiling lurk-cli v0.3.9
[INFO] [stderr]    Compiling binsider v0.2.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 37s
[INFO] running `Command { std: "docker" "inspect" "eb0ff48155879cf038278131aa22730017d7cb56b4251fa39be7492251c846c3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "eb0ff48155879cf038278131aa22730017d7cb56b4251fa39be7492251c846c3", kill_on_drop: false }`
[INFO] [stdout] eb0ff48155879cf038278131aa22730017d7cb56b4251fa39be7492251c846c3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9983e8e205e1da79d0780e6288270a53c7f24ee528d12d9b4936451e64024e42
[INFO] running `Command { std: "docker" "start" "-a" "9983e8e205e1da79d0780e6288270a53c7f24ee528d12d9b4936451e64024e42", kill_on_drop: false }`
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]    Compiling bitflags v2.8.0
[INFO] [stderr]    Compiling log v0.4.25
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling zerofrom v0.1.5
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]    Compiling itoa v1.0.14
[INFO] [stderr]    Compiling darling_core v0.20.10
[INFO] [stderr]    Compiling yoke v0.7.5
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling ryu v1.0.19
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling strum v0.26.3
[INFO] [stderr]    Compiling litemap v0.7.4
[INFO] [stderr]    Compiling zerovec v0.10.4
[INFO] [stderr]    Compiling equivalent v1.0.1
[INFO] [stderr]    Compiling time-core v0.1.2
[INFO] [stderr]    Compiling unicode-width v0.1.14
[INFO] [stderr]    Compiling foldhash v0.1.4
[INFO] [stderr]    Compiling time-macros v0.2.19
[INFO] [stderr]    Compiling hashbrown v0.15.2
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling signal-hook-registry v1.4.2
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling mio v1.0.3
[INFO] [stderr]    Compiling signal-hook v0.3.17
[INFO] [stderr]    Compiling parking_lot v0.12.3
[INFO] [stderr]    Compiling signal-hook-mio v0.2.4
[INFO] [stderr]    Compiling castaway v0.2.3
[INFO] [stderr]    Compiling tinystr v0.7.6
[INFO] [stderr]    Compiling unicode-segmentation v1.12.0
[INFO] [stderr]    Compiling anstyle v1.0.10
[INFO] [stderr]    Compiling icu_locid v1.5.0
[INFO] [stderr]    Compiling static_assertions v1.1.0
[INFO] [stderr]    Compiling lru v0.12.5
[INFO] [stderr]    Compiling compact_str v0.8.1
[INFO] [stderr]    Compiling cassowary v0.3.0
[INFO] [stderr]    Compiling mockall_derive v0.13.1
[INFO] [stderr]    Compiling icu_collections v1.5.0
[INFO] [stderr]    Compiling icu_provider v1.5.0
[INFO] [stderr]    Compiling unicode-truncate v1.1.0
[INFO] [stderr]    Compiling unicode-width v0.2.0
[INFO] [stderr]    Compiling anstyle-parse v0.2.6
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.1
[INFO] [stderr]    Compiling colorchoice v1.0.3
[INFO] [stderr]    Compiling icu_locid_transform v1.5.0
[INFO] [stderr]    Compiling anstyle-query v1.1.2
[INFO] [stderr]    Compiling predicates-core v1.0.9
[INFO] [stderr]    Compiling anstream v0.6.18
[INFO] [stderr]    Compiling clap_lex v0.7.4
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling serde v1.0.217
[INFO] [stderr]    Compiling percent-encoding v2.3.1
[INFO] [stderr]    Compiling once_cell v1.20.2
[INFO] [stderr]    Compiling darling_macro v0.20.10
[INFO] [stderr]    Compiling gimli v0.31.1
[INFO] [stderr]    Compiling x11rb-protocol v0.13.1
[INFO] [stderr]    Compiling darling v0.20.10
[INFO] [stderr]    Compiling instability v0.3.7
[INFO] [stderr]    Compiling derive_builder_core v0.20.2
[INFO] [stderr]    Compiling crossterm v0.28.1
[INFO] [stderr]    Compiling derive_builder_macro v0.20.2
[INFO] [stderr]    Compiling icu_properties v1.5.1
[INFO] [stderr]    Compiling terminal_size v0.4.1
[INFO] [stderr]    Compiling ratatui v0.28.1
[INFO] [stderr]    Compiling derive_setters v0.1.6
[INFO] [stderr]    Compiling clap_builder v4.5.27
[INFO] [stderr]    Compiling termtree v0.5.1
[INFO] [stderr]    Compiling num_threads v0.1.7
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling predicates-tree v1.0.12
[INFO] [stderr]    Compiling time v0.3.37
[INFO] [stderr]    Compiling miniz_oxide v0.8.3
[INFO] [stderr]    Compiling addr2line v0.24.2
[INFO] [stderr]    Compiling console v0.15.10
[INFO] [stderr]    Compiling form_urlencoded v1.2.1
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling predicates v3.1.3
[INFO] [stderr]    Compiling crossbeam-queue v0.3.12
[INFO] [stderr]    Compiling crossbeam-channel v0.5.14
[INFO] [stderr]    Compiling scroll v0.12.0
[INFO] [stderr]    Compiling icu_normalizer v1.5.0
[INFO] [stderr]    Compiling object v0.36.7
[INFO] [stderr]    Compiling x11rb v0.13.1
[INFO] [stderr]    Compiling idna_adapter v1.2.0
[INFO] [stderr]    Compiling idna v1.0.3
[INFO] [stderr]    Compiling clap v4.5.27
[INFO] [stderr]    Compiling plain v0.2.3
[INFO] [stderr]    Compiling termcolor v1.4.1
[INFO] [stderr]    Compiling rustc-demangle v0.1.24
[INFO] [stderr]    Compiling fragile v2.0.0
[INFO] [stderr]    Compiling downcast v0.11.0
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling arboard v3.4.1
[INFO] [stderr]    Compiling mockall v0.13.1
[INFO] [stderr]    Compiling simplelog v0.12.2
[INFO] [stderr]    Compiling goblin v0.9.3
[INFO] [stderr]    Compiling url v2.5.4
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling crossbeam v0.8.4
[INFO] [stderr]    Compiling serde_json v1.0.137
[INFO] [stderr]    Compiling syscalls v0.6.18
[INFO] [stderr]    Compiling ratatui v0.29.0
[INFO] [stderr]    Compiling comfy-table v7.1.3
[INFO] [stderr]    Compiling derive_builder v0.20.2
[INFO] [stderr]    Compiling thiserror v2.0.11
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling nix v0.29.0
[INFO] [stderr]    Compiling backtrace v0.3.74
[INFO] [stderr]    Compiling fs-err v3.1.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling anyhow v1.0.95
[INFO] [stderr]    Compiling memmap2 v0.9.5
[INFO] [stderr]    Compiling linux-personality v2.0.0
[INFO] [stderr]    Compiling users v0.11.0
[INFO] [stderr]    Compiling unicode-linebreak v0.1.5
[INFO] [stderr]    Compiling smawk v0.3.2
[INFO] [stderr]    Compiling glob v0.3.2
[INFO] [stderr]    Compiling home v0.5.11
[INFO] [stderr]    Compiling iana-time-zone v0.1.61
[INFO] [stderr]    Compiling env_home v0.1.0
[INFO] [stderr]    Compiling font8x8 v0.3.1
[INFO] [stderr]    Compiling simdutf8 v0.1.5
[INFO] [stderr]    Compiling which v7.0.1
[INFO] [stderr]    Compiling ansi-to-tui v6.0.1
[INFO] [stderr]    Compiling tui-big-text v0.6.1
[INFO] [stderr]    Compiling chrono v0.4.39
[INFO] [stderr]    Compiling lddtree v0.3.7
[INFO] [stderr]    Compiling webbrowser v1.0.3
[INFO] [stderr]    Compiling textwrap v0.16.1
[INFO] [stderr]    Compiling heh v0.6.1
[INFO] [stderr]    Compiling tui-input v0.11.1
[INFO] [stderr]    Compiling better-panic v0.3.0
[INFO] [stderr]    Compiling termbg v0.6.2
[INFO] [stderr]    Compiling tui-popup v0.5.1
[INFO] [stderr]    Compiling sysinfo v0.33.1
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling diff v0.1.13
[INFO] [stderr]    Compiling rust-strings v0.6.0
[INFO] [stderr]    Compiling elf v0.7.4
[INFO] [stderr]    Compiling bytesize v1.3.0
[INFO] [stderr]    Compiling yansi v1.0.1
[INFO] [stderr]    Compiling pretty_assertions v1.4.1
[INFO] [stderr]    Compiling lurk-cli v0.3.9
[INFO] [stderr]    Compiling binsider v0.2.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 35s
[INFO] running `Command { std: "docker" "inspect" "9983e8e205e1da79d0780e6288270a53c7f24ee528d12d9b4936451e64024e42", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9983e8e205e1da79d0780e6288270a53c7f24ee528d12d9b4936451e64024e42", kill_on_drop: false }`
[INFO] [stdout] 9983e8e205e1da79d0780e6288270a53c7f24ee528d12d9b4936451e64024e42
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 1b67da859d76bebb21ff668dee63b9eca751fb882a85347da5e0ffffbb74627c
[INFO] running `Command { std: "docker" "start" "-a" "1b67da859d76bebb21ff668dee63b9eca751fb882a85347da5e0ffffbb74627c", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.47s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/binsider-4abe68d4488c99e0)
[INFO] [stdout] running 5 tests
[INFO] [stdout] test tui::ui::tests::test_highlight_search_line ... ignored
[INFO] [stdout] test tui::ui::tests::test_highlight_search_string ... ok
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/binsider-2222b3d919a15bdd)
[INFO] [stdout] test tui::widgets::list::tests::test_selectable_list ... ok
[INFO] [stderr]      Running tests/app.rs (/opt/rustwide/target/debug/deps/app-1e265e4ccf80f709)
[INFO] [stdout] test args::tests::test_args ... ok
[INFO] [stdout] test error::tests::test_error ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[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] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test test_extract_strings ... FAILED
[INFO] [stdout] test test_init ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- test_extract_strings stdout ----
[INFO] [stdout] Error: HexdumpError("No such file or directory (os error 2)")
[INFO] [stdout] 
[INFO] [stdout] ---- test_init stdout ----
[INFO] [stdout] Error: HexdumpError("No such file or directory (os error 2)")
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     test_extract_strings
[INFO] [stdout]     test_init
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.58s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test app`
[INFO] running `Command { std: "docker" "inspect" "1b67da859d76bebb21ff668dee63b9eca751fb882a85347da5e0ffffbb74627c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1b67da859d76bebb21ff668dee63b9eca751fb882a85347da5e0ffffbb74627c", kill_on_drop: false }`
[INFO] [stdout] 1b67da859d76bebb21ff668dee63b9eca751fb882a85347da5e0ffffbb74627c
