[INFO] cloning repository https://github.com/jubako/arx
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jubako/arx" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjubako%2Farx", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjubako%2Farx'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 1eb4c376acac7bc8ba71bde356d2656032e894d3
[INFO] testing jubako/arx 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%2Fjubako%2Farx" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/jubako/arx
[INFO] finished tweaking git repo https://github.com/jubako/arx
[INFO] tweaked toml for git repo https://github.com/jubako/arx written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jubako/arx 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/jubako/arx 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] [stderr]     Updating git repository `https://github.com/jubako/jubako.git`
[INFO] [stderr]      Locking 1 package to latest compatible version
[INFO] [stderr]       Adding jubako v0.5.0-dev (https://github.com/jubako/jubako.git#2aa59e18)
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 5fc9521a1cdfbfb6b7ab6cc10c101a20ff5f712feb42ef10f4efdfe2a3840041
[INFO] running `Command { std: "docker" "start" "-a" "5fc9521a1cdfbfb6b7ab6cc10c101a20ff5f712feb42ef10f4efdfe2a3840041", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5fc9521a1cdfbfb6b7ab6cc10c101a20ff5f712feb42ef10f4efdfe2a3840041", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5fc9521a1cdfbfb6b7ab6cc10c101a20ff5f712feb42ef10f4efdfe2a3840041", kill_on_drop: false }`
[INFO] [stdout] 5fc9521a1cdfbfb6b7ab6cc10c101a20ff5f712feb42ef10f4efdfe2a3840041
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] e5fb8dee59c48875a8ef8ffe8eecd500878192b135787b639b248ba6add2925b
[INFO] running `Command { std: "docker" "start" "-a" "e5fb8dee59c48875a8ef8ffe8eecd500878192b135787b639b248ba6add2925b", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-ident v1.0.20
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling find-msvc-tools v0.1.4
[INFO] [stderr]    Compiling log v0.4.28
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling target-lexicon v0.13.3
[INFO] [stderr]    Compiling anstyle-parse v0.2.7
[INFO] [stderr]    Compiling generic-array v0.14.9
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling anstyle-query v1.1.4
[INFO] [stderr]    Compiling anstyle v1.0.13
[INFO] [stderr]    Compiling colorchoice v1.0.4
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling foldhash v0.2.0
[INFO] [stderr]    Compiling clap_lex v0.7.6
[INFO] [stderr]    Compiling anstream v0.6.21
[INFO] [stderr]    Compiling camino v1.2.1
[INFO] [stderr]    Compiling hashbrown v0.16.0
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling nix v0.29.0
[INFO] [stderr]    Compiling crc v3.3.0
[INFO] [stderr]    Compiling syn v2.0.108
[INFO] [stderr]    Compiling unicode-xid v0.2.6
[INFO] [stderr]    Compiling zerocopy v0.8.27
[INFO] [stderr]    Compiling clap_builder v4.5.50
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling crossbeam-channel v0.5.15
[INFO] [stderr]    Compiling pyo3-build-config v0.27.1
[INFO] [stderr]    Compiling const_format_proc_macros v0.2.34
[INFO] [stderr]    Compiling fuser v0.16.0
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling fxhash v0.2.1
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling lru v0.16.2
[INFO] [stderr]    Compiling dropout v0.1.0
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling pathdiff v0.2.3
[INFO] [stderr]    Compiling gimli v0.32.3
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling portable-atomic v1.11.1
[INFO] [stderr]    Compiling spmc v0.3.0
[INFO] [stderr]    Compiling zlib-rs v0.5.2
[INFO] [stderr]    Compiling cc v1.2.43
[INFO] [stderr]    Compiling epochs v0.2.4
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling uuid v1.18.1
[INFO] [stderr]    Compiling const_format v0.2.35
[INFO] [stderr]    Compiling page_size v0.6.0
[INFO] [stderr]    Compiling memmap2 v0.9.9
[INFO] [stderr]    Compiling bstr v1.12.1
[INFO] [stderr]    Compiling serde_spanned v1.0.3
[INFO] [stderr]    Compiling toml_datetime v0.7.3
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling relative-path v2.0.1
[INFO] [stderr]    Compiling rustc-demangle v0.1.26
[INFO] [stderr]    Compiling unicode-width v0.2.2
[INFO] [stderr]    Compiling toml_writer v1.0.4
[INFO] [stderr]    Compiling console v0.16.1
[INFO] [stderr]    Compiling toml v0.9.8
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling unit-prefix v0.5.1
[INFO] [stderr]    Compiling roff v0.2.2
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling tempfile v3.23.0
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling indicatif v0.18.2
[INFO] [stderr]    Compiling pyo3-ffi v0.27.1
[INFO] [stderr]    Compiling pyo3-macros-backend v0.27.1
[INFO] [stderr]    Compiling zstd-sys v2.0.16+zstd.1.5.7
[INFO] [stderr]    Compiling blake3 v1.8.2
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling liblzma-sys v0.3.13
[INFO] [stderr]    Compiling bzip2-sys v0.1.13+1.0.8
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling addr2line v0.25.1
[INFO] [stderr]    Compiling inout v0.1.4
[INFO] [stderr]    Compiling libz-rs-sys v0.5.2
[INFO] [stderr]    Compiling env_filter v0.1.4
[INFO] [stderr]    Compiling memoffset v0.9.1
[INFO] [stderr]    Compiling flate2 v1.1.5
[INFO] [stderr]    Compiling jiff v0.2.15
[INFO] [stderr]    Compiling rustls v0.23.34
[INFO] [stderr]    Compiling http v1.3.1
[INFO] [stderr]    Compiling cipher v0.4.4
[INFO] [stderr]    Compiling pyo3 v0.27.1
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling daemonize v0.5.0
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling libbz2-rs-sys v0.2.2
[INFO] [stderr]    Compiling aes v0.8.4
[INFO] [stderr]    Compiling backtrace v0.3.76
[INFO] [stderr]    Compiling pbkdf2 v0.12.2
[INFO] [stderr]    Compiling ureq-proto v0.5.2
[INFO] [stderr]    Compiling lzma-rust2 v0.13.0
[INFO] [stderr]    Compiling zopfli v0.8.2
[INFO] [stderr]    Compiling time v0.3.44
[INFO] [stderr]    Compiling bzip2 v0.5.2
[INFO] [stderr]    Compiling xattr v1.6.1
[INFO] [stderr]    Compiling bzip2 v0.6.1
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling filetime v0.2.26
[INFO] [stderr]    Compiling indexmap v2.12.0
[INFO] [stderr]    Compiling unindent v0.2.4
[INFO] [stderr]    Compiling clap_derive v4.5.49
[INFO] [stderr]    Compiling zeroize_derive v1.4.2
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling zerocopy-derive v0.8.27
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling git-version-macro v0.3.9
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling color-print-proc-macro v0.3.7
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling rustls-pki-types v1.13.0
[INFO] [stderr]    Compiling git-version v0.3.9
[INFO] [stderr]    Compiling ppmd-rust v1.2.1
[INFO] [stderr]    Compiling tar v0.4.44
[INFO] [stderr]    Compiling rustls-pemfile v2.2.0
[INFO] [stderr]    Compiling color-print v0.3.7
[INFO] [stderr]    Compiling webpki-roots v1.0.3
[INFO] [stderr]    Compiling clap v4.5.50
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]    Compiling clap_complete v4.5.59
[INFO] [stderr]    Compiling clap_mangen v0.2.31
[INFO] [stderr]    Compiling env_logger v0.11.8
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling bgzip v0.3.1
[INFO] [stderr]    Compiling pyo3-macros v0.27.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling os_info v3.12.0
[INFO] [stderr]    Compiling rustls-webpki v0.103.8
[INFO] [stderr]    Compiling human-panic v2.0.4
[INFO] [stderr]    Compiling liblzma v0.3.6
[INFO] [stderr]    Compiling zstd v0.13.3
[INFO] [stderr]    Compiling jubako v0.5.0-dev (https://github.com/jubako/jubako.git#2aa59e18)
[INFO] [stderr]    Compiling niffler v3.0.0
[INFO] [stderr]    Compiling zip v5.1.1
[INFO] [stderr]    Compiling ureq v3.1.2
[INFO] [stderr]    Compiling libarx v0.4.1 (/opt/rustwide/workdir/libarx)
[INFO] [stderr]    Compiling arx v0.4.1 (/opt/rustwide/workdir/arx)
[INFO] [stderr]    Compiling zip2arx v0.4.1 (/opt/rustwide/workdir/zip2arx)
[INFO] [stderr]    Compiling python-libarx v0.4.1 (/opt/rustwide/workdir/python)
[INFO] [stderr]    Compiling tar2arx v0.4.1 (/opt/rustwide/workdir/tar2arx)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s
[INFO] running `Command { std: "docker" "inspect" "e5fb8dee59c48875a8ef8ffe8eecd500878192b135787b639b248ba6add2925b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e5fb8dee59c48875a8ef8ffe8eecd500878192b135787b639b248ba6add2925b", kill_on_drop: false }`
[INFO] [stdout] e5fb8dee59c48875a8ef8ffe8eecd500878192b135787b639b248ba6add2925b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] db5fd6abf9f0bbbd8c27488b4e4e99cb4872a5d130e2cf630f66f3c9b9f5c9ff
[INFO] running `Command { std: "docker" "start" "-a" "db5fd6abf9f0bbbd8c27488b4e4e99cb4872a5d130e2cf630f66f3c9b9f5c9ff", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]    Compiling zerocopy v0.8.27
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling dtor-proc-macro v0.0.5
[INFO] [stderr]    Compiling escape8259 v0.5.3
[INFO] [stderr]    Compiling ctor-proc-macro v0.0.6
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling dtor v0.0.6
[INFO] [stderr]    Compiling ctor v0.4.3
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]    Compiling syn v2.0.108
[INFO] [stderr]    Compiling const_format_proc_macros v0.2.34
[INFO] [stderr]    Compiling const_format v0.2.35
[INFO] [stderr]    Compiling bstr v1.12.1
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling pyo3-macros-backend v0.27.1
[INFO] [stderr]    Compiling zerocopy-derive v0.8.27
[INFO] [stderr]    Compiling clap_derive v4.5.49
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling git-version-macro v0.3.9
[INFO] [stderr]    Compiling zeroize_derive v1.4.2
[INFO] [stderr]    Compiling color-print-proc-macro v0.3.7
[INFO] [stderr]    Compiling rustest-macro v0.3.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling git-version v0.3.9
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling bgzip v0.3.1
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling rustls-pki-types v1.13.0
[INFO] [stderr]    Compiling zip v5.1.1
[INFO] [stderr]    Compiling color-print v0.3.7
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]    Compiling niffler v3.0.0
[INFO] [stderr]    Compiling rustls-webpki v0.103.8
[INFO] [stderr]    Compiling webpki-roots v1.0.3
[INFO] [stderr]    Compiling rustls-pemfile v2.2.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling rustls v0.23.34
[INFO] [stderr]    Compiling clap v4.5.50
[INFO] [stderr]    Compiling jubako v0.5.0-dev (https://github.com/jubako/jubako.git#2aa59e18)
[INFO] [stderr]    Compiling clap_mangen v0.2.31
[INFO] [stderr]    Compiling clap_complete v4.5.59
[INFO] [stderr]    Compiling libtest-mimic v0.8.1
[INFO] [stderr]    Compiling rustest v0.3.1
[INFO] [stderr]    Compiling os_info v3.12.0
[INFO] [stderr]    Compiling human-panic v2.0.4
[INFO] [stderr]    Compiling pyo3-macros v0.27.1
[INFO] [stderr]    Compiling fuser v0.16.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling pyo3 v0.27.1
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling lipsum v0.9.1
[INFO] [stderr]    Compiling libarx v0.4.1 (/opt/rustwide/workdir/libarx)
[INFO] [stderr]    Compiling ureq v3.1.2
[INFO] [stderr]    Compiling arx v0.4.1 (/opt/rustwide/workdir/arx)
[INFO] [stderr]    Compiling zip2arx v0.4.1 (/opt/rustwide/workdir/zip2arx)
[INFO] [stderr]    Compiling tar2arx v0.4.1 (/opt/rustwide/workdir/tar2arx)
[INFO] [stderr]    Compiling python-libarx v0.4.1 (/opt/rustwide/workdir/python)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 53.07s
[INFO] running `Command { std: "docker" "inspect" "db5fd6abf9f0bbbd8c27488b4e4e99cb4872a5d130e2cf630f66f3c9b9f5c9ff", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "db5fd6abf9f0bbbd8c27488b4e4e99cb4872a5d130e2cf630f66f3c9b9f5c9ff", kill_on_drop: false }`
[INFO] [stdout] db5fd6abf9f0bbbd8c27488b4e4e99cb4872a5d130e2cf630f66f3c9b9f5c9ff
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] aea25a0632238c1741a268a481925dbba00e439470f77f0aaa3e3549c2237ae1
[INFO] running `Command { std: "docker" "start" "-a" "aea25a0632238c1741a268a481925dbba00e439470f77f0aaa3e3549c2237ae1", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.40s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/arx-df986512f7cbec91)
[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] [stderr]      Running unittests src/bin/auto_mount.rs (/opt/rustwide/target/debug/deps/auto_mount-3ec57cb0c26867d6)
[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] [stderr]      Running unittests src/bin/mount_fuse_arx.rs (/opt/rustwide/target/debug/deps/mount_fuse_arx-45fe2e416be7d757)
[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] [stderr]      Running tests/create.rs (/opt/rustwide/target/debug/deps/create-2578ddb4f5a05197)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 9 tests
[INFO] [stdout] test test_crate_non_existant_input                  ... ok
[INFO] [stdout] test test_crate_non_existant_output_directory       ... ok
[INFO] [stdout] test test_crate_several_input                       ... ok
[INFO] [stdout] test test_crate_trim                                ... ok
[INFO] [stdout] test test_crate_several_input_root_as_dir_duplicate ... ok
[INFO] [stdout] test test_crate_existant_output                     ... ok
[INFO] [stdout] test test_crate_several_input_root_as_dir           ... ok
[INFO] [stdout] test test_crate_dir_as_root                         ... ok
[INFO] [stdout] test test_crate_keep                                ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.53s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/extract_mount.rs (/opt/rustwide/target/debug/deps/extract_mount-d065035b4ecd337e)
[INFO] [stdout] 
[INFO] [stdout] running 14 tests
[INFO] [stdout] test test_mount                                ... FAILED
[INFO] [stderr] fuse: device not found, try 'modprobe fuse' first
[INFO] [stderr] fuse: device not found, try 'modprobe fuse' first
[INFO] [stderr] Error : No such file or directory (os error 2): No such file or directory (os error 2)
[INFO] [stdout] test test_extract_subfile                      ... ok
[INFO] [stdout] test test_extract_same_dir                     ... ok
[INFO] [stdout] test test_extract_subdir_filter                ... ok
[INFO] [stdout] test test_extract_existing_content_error       ... ok
[INFO] [stdout] test test_extract_subdir                       ... ok
[INFO] [stdout] test test_extract_filter                       ... ok
[INFO] [stderr] 
[INFO] [stderr] thread '<unnamed>' (199) panicked at arx/tests/extract_mount.rs:106:5:
[INFO] [stderr] assertion failed: tree_diff(&mount_point, source_sub_dir, SimpleDiffer::new())?
[INFO] [stderr] stack backtrace:
[INFO] [stdout] test test_extract_existing_content_newer_false ... ok
[INFO] [stdout] test test_extract                              ... ok
[INFO] [stdout] test test_extract_existing_content_skip        ... ok
[INFO] [stdout] test test_extract_existing_content_newer_true  ... ok
[INFO] [stderr]    0:     0x60dae058f43a - std[128c3efe2914e152]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stderr]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stderr]    1:     0x60dae058f43a - std[128c3efe2914e152]::backtrace_rs::backtrace::trace_unsynchronized::<std[128c3efe2914e152]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stderr]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stderr]    2:     0x60dae058f43a - std[128c3efe2914e152]::sys::backtrace::_print_fmt
[INFO] [stderr]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:74:9
[INFO] [stderr]    3:     0x60dae058f43a - <<std[128c3efe2914e152]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6771d259883166e6]::fmt::Display>::fmt
[INFO] [stderr]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout] test test_extract_existing_content_overwrite   ... ok
[INFO] [stderr]    4:     0x60dae05a793a - <core[6771d259883166e6]::fmt::rt::Argument>::fmt
[INFO] [stderr]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/fmt/rt.rs:152:76
[INFO] [stderr]    5:     0x60dae05a793a - core[6771d259883166e6]::fmt::write
[INFO] [stderr]    6:     0x60dae0597202 - std[128c3efe2914e152]::io::default_write_fmt::<std[128c3efe2914e152]::sys::stdio::unix::Stderr>
[INFO] [stderr]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/io/mod.rs:621:11
[INFO] [stderr]    7:     0x60dae0597202 - <std[128c3efe2914e152]::sys::stdio::unix::Stderr as std[128c3efe2914e152]::io::Write>::write_fmt
[INFO] [stderr]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/io/mod.rs:1976:13
[INFO] [stderr]    8:     0x60dae056b8ef - <std[128c3efe2914e152]::sys::backtrace::BacktraceLock>::print
[INFO] [stderr]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:47:9
[INFO] [stderr]    9:     0x60dae056b8ef - std[128c3efe2914e152]::panicking::default_hook::{closure#0}
[INFO] [stderr]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:292:27
[INFO] [stderr]   10:     0x60dae0586601 - std[128c3efe2914e152]::panicking::default_hook
[INFO] [stderr]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:319:9
[INFO] [stderr]   11:     0x60dae058687b - std[128c3efe2914e152]::panicking::panic_with_hook
[INFO] [stderr]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:825:13
[INFO] [stderr]   12:     0x60dae056b9da - std[128c3efe2914e152]::panicking::panic_handler::{closure#0}
[INFO] [stderr]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:691:13
[INFO] [stderr]   13:     0x60dae0560339 - std[128c3efe2914e152]::sys::backtrace::__rust_end_short_backtrace::<std[128c3efe2914e152]::panicking::panic_handler::{closure#0}, !>
[INFO] [stderr]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:182:18
[INFO] [stderr]   14:     0x60dae056c7bd - __rustc[752cc74e29381ccc]::rust_begin_unwind
[INFO] [stderr]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:689:5
[INFO] [stderr]   15:     0x60dae05a81ac - core[6771d259883166e6]::panicking::panic_fmt
[INFO] [stderr]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/panicking.rs:80:14
[INFO] [stderr]   16:     0x60dae05a8172 - core[6771d259883166e6]::panicking::panic
[INFO] [stderr]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/panicking.rs:150:5
[INFO] [stderr]   17:     0x60dadff9399c - extract_mount::test_mount_subdir::test::h9fe7ce3d9e5a01ea
[INFO] [stderr]                                at /opt/rustwide/workdir/arx/tests/extract_mount.rs:106:5
[INFO] [stderr]   18:     0x60dadff933c7 - extract_mount::test_mount_subdir::__test_mount_subdir_register::{{closure}}::{{closure}}::{{closure}}::{{closure}}::ha94ce00030f90377
[INFO] [stderr]                                at /opt/rustwide/workdir/arx/tests/extract_mount.rs:82:1
[INFO] [stderr]   19:     0x60dadff8760f - core::ops::function::FnOnce::call_once{{vtable.shim}}::h0c93d6ca1d157cdb
[INFO] [stderr]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/ops/function.rs:250:5
[INFO] [stderr]   20:     0x60dae01af730 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h73ac2ee38af8819d
[INFO] [stderr]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/alloc/src/boxed.rs:2249:9
[INFO] [stderr]   21:     0x60dae01aa37b - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h59a04599a781af30
[INFO] [stderr]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stderr]   22:     0x60dae01ab6bf - std::panicking::catch_unwind::do_call::h8c418eb29d03e8f9
[INFO] [stderr]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:581:40
[INFO] [stderr]   23:     0x60dae01b036b - __rust_try
[INFO] [stderr]   24:     0x60dae01ab5d6 - std::panicking::catch_unwind::h986d172781c5f7fc
[INFO] [stderr]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:544:19
[INFO] [stderr]   25:     0x60dae01ab5d6 - std::panic::catch_unwind::h44b08fd99aea661f
[INFO] [stderr]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panic.rs:359:14
[INFO] [stderr]   26:     0x60dae01ae92a - rustest::test::Test::run::hb3ea195741bd87ef
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rustest-0.3.1/src/test.rs:128:29
[INFO] [stderr]   27:     0x60dae01af34c - rustest::test::<impl core::convert::From<rustest::test::Test> for libtest_mimic::Trial>::from::{{closure}}::h221ee1c5e2925bdb
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rustest-0.3.1/src/test.rs:158:69
[INFO] [stderr]   28:     0x60dae01ab2c3 - libtest_mimic::Trial::test::{{closure}}::h4d3b4ae082670f66
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libtest-mimic-0.8.1/src/lib.rs:119:54
[INFO] [stderr]   29:     0x60dae01abd47 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h3be791aa57cd2790
[INFO] [stderr]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/ops/function.rs:250:5
[INFO] [stderr]   30:     0x60dae01e8ead - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h796546a728ab8929
[INFO] [stderr]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/alloc/src/boxed.rs:2249:9
[INFO] [stderr]   31:     0x60dae01b9480 - libtest_mimic::run_single::{{closure}}::h308bb90462cb506d
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libtest-mimic-0.8.1/src/lib.rs:576:43
[INFO] [stderr]   32:     0x60dae01e8fe0 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hc2bbe7c279e1498a
[INFO] [stderr]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stderr]   33:     0x60dae01e0a0c - std::panicking::catch_unwind::do_call::hdf7d6b075ab99a36
[INFO] [stderr]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:581:40
[INFO] [stderr]   34:     0x60dae01e8f2b - __rust_try
[INFO] [stderr]   35:     0x60dae01e6cdd - std::panicking::catch_unwind::h5f2020004b510455
[INFO] [stderr]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:544:19
[INFO] [stderr]   36:     0x60dae01e6cdd - std::panic::catch_unwind::hcbb56d923e40846e
[INFO] [stderr]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panic.rs:359:14
[INFO] [stderr]   37:     0x60dae01b9431 - libtest_mimic::run_single::h62539f7c301e2966
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libtest-mimic-0.8.1/src/lib.rs:576:5
[INFO] [stderr]   38:     0x60dae01bad26 - libtest_mimic::run::{{closure}}::{{closure}}::hcb2507f4bc2e4a42
[INFO] [stderr]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/libtest-mimic-0.8.1/src/lib.rs:531:43
[INFO] [stderr]   39:     0x60dae01c4b46 - std::sys::backtrace::__rust_begin_short_backtrace::hbcd8f2b55d939dda
[INFO] [stderr]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/backtrace.rs:166:18
[INFO] [stderr]   40:     0x60dae01d7f42 - std::thread::lifecycle::spawn_unchecked::{{closure}}::{{closure}}::h10f7e509f96e0b0d
[INFO] [stderr]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stderr]   41:     0x60dae01e8fa1 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h925a1def7ae2eb6c
[INFO] [stderr]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stderr]   42:     0x60dae01e09c7 - std::panicking::catch_unwind::do_call::h9154b6c2db7b6a80
[INFO] [stderr]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:581:40
[INFO] [stderr]   43:     0x60dae01da88b - __rust_try
[INFO] [stderr]   44:     0x60dae01d7bf0 - std::panicking::catch_unwind::h23c45eb9a0f31771
[INFO] [stderr]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panicking.rs:544:19
[INFO] [stderr]   45:     0x60dae01d7bf0 - std::panic::catch_unwind::h0993169f69eb13bd
[INFO] [stderr]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/panic.rs:359:14
[INFO] [stderr]   46:     0x60dae01d7bf0 - std::thread::lifecycle::spawn_unchecked::{{closure}}::h26a193c5b086be5b
[INFO] [stderr]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stderr]   47:     0x60dae01d841f - core::ops::function::FnOnce::call_once{{vtable.shim}}::hd99d8d62109aca98
[INFO] [stderr]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/core/src/ops/function.rs:250:5
[INFO] [stderr]   48:     0x60dae058e64f - <alloc[fef50e8eecedd288]::boxed::Box<dyn core[6771d259883166e6]::ops::function::FnOnce<(), Output = ()> + core[6771d259883166e6]::marker::Send> as core[6771d259883166e6]::ops::function::FnOnce<()>>::call_once
[INFO] [stderr]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/alloc/src/boxed.rs:2249:9
[INFO] [stderr]   49:     0x60dae058e64f - <std[128c3efe2914e152]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stderr]                                at /rustc/8489f1adbe1c8f8921cf18b9962cf565237a5489/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stderr]   50:     0x7debda982aa4 - <unknown>
[INFO] [stderr]   51:     0x7debdaa0fa64 - clone
[INFO] [stderr]   52:                0x0 - <unknown>
[INFO] [stdout] test test_mount_subdir                         ... FAILED
[INFO] [stderr] umount: /opt/rustwide/target/tmp/mount_ySz3lw: must be superuser to unmount.
[INFO] [stdout] test test_extract_existing_content_warn        ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- test_mount ----
[INFO] [stdout] No such file or directory (os error 2)
[INFO] [stdout] 
[INFO] [stdout] ---- test_mount_subdir ----
[INFO] [stdout] assertion failed: tree_diff(&mount_point, source_sub_dir, SimpleDiffer::new())?
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     test_mount
[INFO] [stdout]     test_mount_subdir
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 12 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.96s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `-p arx --test extract_mount`
[INFO] running `Command { std: "docker" "inspect" "aea25a0632238c1741a268a481925dbba00e439470f77f0aaa3e3549c2237ae1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "aea25a0632238c1741a268a481925dbba00e439470f77f0aaa3e3549c2237ae1", kill_on_drop: false }`
[INFO] [stdout] aea25a0632238c1741a268a481925dbba00e439470f77f0aaa3e3549c2237ae1
