[INFO] cloning repository https://github.com/vivax3794/arcane
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/vivax3794/arcane" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvivax3794%2Farcane", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvivax3794%2Farcane'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 8c7614871ab00c3e855314a62ebd60d44828c8fb
[INFO] checking vivax3794/arcane against try#334963c956d25708feab489a3816ae63f639355d for pr-135216-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fvivax3794%2Farcane" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/vivax3794/arcane on toolchain 334963c956d25708feab489a3816ae63f639355d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/vivax3794/arcane
[INFO] finished tweaking git repo https://github.com/vivax3794/arcane
[INFO] tweaked toml for git repo https://github.com/vivax3794/arcane written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/vivax3794/arcane 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" "+334963c956d25708feab489a3816ae63f639355d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 99e64aa0181bb4a5a68283baf00e00506e469d1ec8c109f720f1df588c0c810b
[INFO] running `Command { std: "docker" "start" "-a" "99e64aa0181bb4a5a68283baf00e00506e469d1ec8c109f720f1df588c0c810b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "99e64aa0181bb4a5a68283baf00e00506e469d1ec8c109f720f1df588c0c810b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "99e64aa0181bb4a5a68283baf00e00506e469d1ec8c109f720f1df588c0c810b", kill_on_drop: false }`
[INFO] [stdout] 99e64aa0181bb4a5a68283baf00e00506e469d1ec8c109f720f1df588c0c810b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f87d21faec5760234ea1f870048848614b52b328751558a86e82b8f0c488a142
[INFO] running `Command { std: "docker" "start" "-a" "f87d21faec5760234ea1f870048848614b52b328751558a86e82b8f0c488a142", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.92
[INFO] [stderr]    Compiling unicode-ident v1.0.14
[INFO] [stderr]    Compiling libc v0.2.167
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]    Compiling serde v1.0.215
[INFO] [stderr]     Checking once_cell v1.20.2
[INFO] [stderr]     Checking memchr v2.7.4
[INFO] [stderr]     Checking log v0.4.22
[INFO] [stderr]    Compiling autocfg v1.4.0
[INFO] [stderr]     Checking smallvec v1.13.2
[INFO] [stderr]    Compiling rustix v0.38.41
[INFO] [stderr]    Compiling rustversion v1.0.18
[INFO] [stderr]     Checking either v1.13.0
[INFO] [stderr]     Checking linux-raw-sys v0.4.14
[INFO] [stderr]     Checking lazy_static v1.5.0
[INFO] [stderr]    Compiling yansi v1.0.1
[INFO] [stderr]    Compiling signal-hook v0.3.17
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]     Checking tracing-core v0.1.33
[INFO] [stderr]    Compiling crossbeam-utils v0.8.20
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]     Checking overload v0.1.1
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]     Checking nu-ansi-term v0.46.0
[INFO] [stderr]     Checking thread_local v1.1.8
[INFO] [stderr]    Compiling cc v1.2.3
[INFO] [stderr]     Checking sharded-slab v0.1.7
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]     Checking ryu v1.0.18
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking static_assertions v1.1.0
[INFO] [stderr]     Checking allocator-api2 v0.2.21
[INFO] [stderr]     Checking unicode-segmentation v1.12.0
[INFO] [stderr]     Checking itoa v1.0.14
[INFO] [stderr]    Compiling paste v1.0.15
[INFO] [stderr]     Checking pin-project-lite v0.2.15
[INFO] [stderr]     Checking equivalent v1.0.1
[INFO] [stderr]    Compiling diff v0.1.13
[INFO] [stderr]     Checking foldhash v0.1.3
[INFO] [stderr]     Checking itertools v0.13.0
[INFO] [stderr]    Compiling indoc v2.0.5
[INFO] [stderr]     Checking hashbrown v0.15.2
[INFO] [stderr]    Compiling pretty_assertions v1.4.1
[INFO] [stderr]     Checking tracing-subscriber v0.3.19
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]     Checking adler v1.0.2
[INFO] [stderr]     Checking gimli v0.28.1
[INFO] [stderr]     Checking unicode-width v0.1.14
[INFO] [stderr]    Compiling eyre v0.6.12
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]     Checking crossbeam-deque v0.8.5
[INFO] [stderr]     Checking miniz_oxide v0.7.4
[INFO] [stderr]     Checking lru v0.12.5
[INFO] [stderr]     Checking object v0.32.2
[INFO] [stderr]    Compiling syn v2.0.90
[INFO] [stderr]    Compiling typeid v1.0.2
[INFO] [stderr]     Checking signal-hook-registry v1.4.2
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]     Checking mio v1.0.3
[INFO] [stderr]     Checking unicode-truncate v1.1.0
[INFO] [stderr]     Checking rustc-demangle v0.1.24
[INFO] [stderr]     Checking cassowary v0.3.0
[INFO] [stderr]     Checking unicode-width v0.2.0
[INFO] [stderr]     Checking option-ext v0.2.0
[INFO] [stderr]     Checking dyn-clone v1.0.17
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]     Checking signal-hook-mio v0.2.4
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking indenter v0.3.3
[INFO] [stderr]     Checking owo-colors v3.5.0
[INFO] [stderr]     Checking dirs-sys v0.4.1
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]     Checking inventory v0.3.15
[INFO] [stderr]     Checking directories v5.0.1
[INFO] [stderr]     Checking arcane_anymap v0.1.0 (/opt/rustwide/workdir/arcane_anymap)
[INFO] [stderr]    Compiling serde_json v1.0.133
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]     Checking aliasable v0.1.3
[INFO] [stderr]     Checking regex-syntax v0.8.5
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]     Checking castaway v0.2.3
[INFO] [stderr]    Compiling convert_case v0.6.0
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]     Checking bstr v1.11.0
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]     Checking same-file v1.0.6
[INFO] [stderr]     Checking addr2line v0.21.0
[INFO] [stderr]    Compiling winnow v0.6.20
[INFO] [stderr]     Checking walkdir v2.5.0
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling libm v0.2.11
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking nucleo-matcher v0.3.1
[INFO] [stderr]     Checking devicons v0.6.11
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.10.1
[INFO] [stderr]     Checking fastrand v2.2.0
[INFO] [stderr]     Checking minimal-lexical v0.2.1
[INFO] [stderr]    Compiling indexmap v2.7.0
[INFO] [stderr]     Checking wait-timeout v0.2.0
[INFO] [stderr]     Checking simdutf8 v0.1.5
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking bit-vec v0.6.3
[INFO] [stderr]     Checking quick-error v1.2.3
[INFO] [stderr]     Checking rand_xorshift v0.3.0
[INFO] [stderr]     Checking unarray v0.1.4
[INFO] [stderr]     Checking bytecount v0.6.8
[INFO] [stderr]     Checking bit-set v0.5.3
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]     Checking fid-rs v0.2.0
[INFO] [stderr]     Checking louds-rs v0.7.0
[INFO] [stderr]     Checking trie-rs v0.4.2
[INFO] [stderr]    Compiling backtrace v0.3.71
[INFO] [stderr]    Compiling toml_datetime v0.6.8
[INFO] [stderr]    Compiling serde_spanned v0.6.8
[INFO] [stderr]    Compiling darling_core v0.20.10
[INFO] [stderr]    Compiling toml_edit v0.22.22
[INFO] [stderr]     Checking globset v0.4.15
[INFO] [stderr]     Checking ignore v0.4.23
[INFO] [stderr]    Compiling toml v0.8.19
[INFO] [stderr]    Compiling serde_derive v1.0.215
[INFO] [stderr]    Compiling tracing-attributes v0.1.28
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling derive_more-impl v1.0.0
[INFO] [stderr]    Compiling typetag-impl v0.2.18
[INFO] [stderr]    Compiling error_mancer_macros v0.4.1
[INFO] [stderr]    Compiling darling_macro v0.20.10
[INFO] [stderr]    Compiling ouroboros_macro v0.18.4
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling arcane v0.1.0 (/opt/rustwide/workdir/arcane)
[INFO] [stderr]    Compiling darling v0.20.10
[INFO] [stderr]    Compiling instability v0.3.3
[INFO] [stderr]     Checking error_mancer v0.4.1
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]     Checking tracing-error v0.2.1
[INFO] [stderr]     Checking zerocopy v0.7.35
[INFO] [stderr]     Checking color-spantrace v0.2.1
[INFO] [stderr]     Checking color-eyre v0.6.3
[INFO] [stderr]     Checking ppv-lite86 v0.2.20
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking strum v0.26.3
[INFO] [stderr]     Checking derive_more v1.0.0
[INFO] [stderr]     Checking ouroboros v0.18.4
[INFO] [stderr]     Checking bitflags v2.6.0
[INFO] [stderr]     Checking compact_str v0.8.0
[INFO] [stderr]     Checking erased-serde v0.4.5
[INFO] [stderr]     Checking typetag v0.2.18
[INFO] [stderr]     Checking crossterm v0.28.1
[INFO] [stderr]     Checking tempfile v3.14.0
[INFO] [stderr]     Checking rusty-fork v0.3.0
[INFO] [stderr]     Checking proptest v1.5.0
[INFO] [stderr]     Checking ratatui v0.29.0
[INFO] [stderr]     Checking arcane_core v0.1.0 (/opt/rustwide/workdir/arcane_core)
[INFO] [stderr]     Checking ansi-to-tui v7.0.0
[INFO] [stderr]     Checking arcane_keybindings v0.1.0 (/opt/rustwide/workdir/arcane_keybindings)
[INFO] [stderr]     Checking arcane_settings v0.1.0 (/opt/rustwide/workdir/arcane_settings)
[INFO] [stderr]     Checking arcane_windows v0.1.0 (/opt/rustwide/workdir/arcane_windows)
[INFO] [stderr]     Checking arcane_fps v0.1.0 (/opt/rustwide/workdir/arcane_fps)
[INFO] [stderr]     Checking arcane_splashscreen v0.1.0 (/opt/rustwide/workdir/arcane_splashscreen)
[INFO] [stderr]     Checking arcane_keybindings_window v0.1.0 (/opt/rustwide/workdir/arcane_keybindings_window)
[INFO] [stderr]     Checking arcane_settings_window v0.1.0 (/opt/rustwide/workdir/arcane_settings_window)
[INFO] [stderr]     Checking arcane_file_browser v0.1.0 (/opt/rustwide/workdir/arcane_file_browser)
[INFO] [stdout] warning: unused variable: `abs_path`
[INFO] [stdout]    --> arcane_file_browser/src/lib.rs:383:52
[INFO] [stdout]     |
[INFO] [stdout] 383 | ...                   FilesystemItem::File { abs_path, .. } => {
[INFO] [stdout]     |                                              ^^^^^^^^-
[INFO] [stdout]     |                                              |
[INFO] [stdout]     |                                              help: try removing the field
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `reload_filesystem_state` is never used
[INFO] [stdout]    --> arcane_file_browser/src/lib.rs:339:8
[INFO] [stdout]     |
[INFO] [stdout] 327 | impl FileBrowserWindow {
[INFO] [stdout]     | ---------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 339 |     fn reload_filesystem_state(&mut self) -> Result<(), io::Error> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `abs_path`
[INFO] [stdout]    --> arcane_file_browser/src/lib.rs:383:52
[INFO] [stdout]     |
[INFO] [stdout] 383 | ...                   FilesystemItem::File { abs_path, .. } => {
[INFO] [stdout]     |                                              ^^^^^^^^-
[INFO] [stdout]     |                                              |
[INFO] [stdout]     |                                              help: try removing the field
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `reload_filesystem_state` is never used
[INFO] [stdout]    --> arcane_file_browser/src/lib.rs:339:8
[INFO] [stdout]     |
[INFO] [stdout] 327 | impl FileBrowserWindow {
[INFO] [stdout]     | ---------------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 339 |     fn reload_filesystem_state(&mut self) -> Result<(), io::Error> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.33s
[INFO] running `Command { std: "docker" "inspect" "f87d21faec5760234ea1f870048848614b52b328751558a86e82b8f0c488a142", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f87d21faec5760234ea1f870048848614b52b328751558a86e82b8f0c488a142", kill_on_drop: false }`
[INFO] [stdout] f87d21faec5760234ea1f870048848614b52b328751558a86e82b8f0c488a142
