[INFO] cloning repository https://github.com/trontheim/diff-gitignore-filter
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/trontheim/diff-gitignore-filter" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftrontheim%2Fdiff-gitignore-filter", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftrontheim%2Fdiff-gitignore-filter'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] cac63915a7cf03569717742f8757201d36ba261c
[INFO] testing trontheim/diff-gitignore-filter against beta-2026-03-05 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftrontheim%2Fdiff-gitignore-filter" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/trontheim/diff-gitignore-filter
[INFO] finished tweaking git repo https://github.com/trontheim/diff-gitignore-filter
[INFO] tweaked toml for git repo https://github.com/trontheim/diff-gitignore-filter written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/trontheim/diff-gitignore-filter on toolchain beta-2026-03-05
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/trontheim/diff-gitignore-filter 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-03-05" "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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 2a777bbc4d93eaf06e63c1a7e93f1f70b6930e460e7cc03571f0b3536fdf5b02
[INFO] running `Command { std: "docker" "start" "-a" "2a777bbc4d93eaf06e63c1a7e93f1f70b6930e460e7cc03571f0b3536fdf5b02", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2a777bbc4d93eaf06e63c1a7e93f1f70b6930e460e7cc03571f0b3536fdf5b02", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2a777bbc4d93eaf06e63c1a7e93f1f70b6930e460e7cc03571f0b3536fdf5b02", kill_on_drop: false }`
[INFO] [stdout] 2a777bbc4d93eaf06e63c1a7e93f1f70b6930e460e7cc03571f0b3536fdf5b02
[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=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-03-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ae13b07f3ca67b79ced45f6e1952b09dd0a966f9ed65b1f38808aeacae5b80ea
[INFO] running `Command { std: "docker" "start" "-a" "ae13b07f3ca67b79ced45f6e1952b09dd0a966f9ed65b1f38808aeacae5b80ea", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]    Compiling memchr v2.7.5
[INFO] [stderr]    Compiling libc v0.2.174
[INFO] [stderr]    Compiling cfg-if v1.0.1
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling tinyvec v1.9.0
[INFO] [stderr]    Compiling gix-trace v0.1.12
[INFO] [stderr]    Compiling home v0.5.11
[INFO] [stderr]    Compiling log v0.4.27
[INFO] [stderr]    Compiling zlib-rs v0.5.1
[INFO] [stderr]    Compiling crc32fast v1.4.2
[INFO] [stderr]    Compiling bytesize v2.0.1
[INFO] [stderr]    Compiling human_format v1.1.0
[INFO] [stderr]    Compiling crossbeam-channel v0.5.15
[INFO] [stderr]    Compiling typenum v1.18.0
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling bitflags v2.9.1
[INFO] [stderr]    Compiling unicode-normalization v0.1.24
[INFO] [stderr]    Compiling heapless v0.8.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.11
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling zerocopy v0.8.26
[INFO] [stderr]    Compiling parking_lot v0.12.4
[INFO] [stderr]    Compiling hash32 v0.3.1
[INFO] [stderr]    Compiling prodash v29.0.2
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling jiff v0.2.15
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling sha1-checked v0.10.0
[INFO] [stderr]    Compiling winnow v0.7.11
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling faster-hex v0.10.0
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling memmap2 v0.9.5
[INFO] [stderr]    Compiling rustix v1.0.7
[INFO] [stderr]    Compiling libz-rs-sys v0.5.1
[INFO] [stderr]    Compiling linux-raw-sys v0.9.4
[INFO] [stderr]    Compiling flate2 v1.1.2
[INFO] [stderr]    Compiling bstr v1.12.0
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling gix-utils v0.3.0
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling signal-hook-registry v1.4.5
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling dashmap v6.1.0
[INFO] [stderr]    Compiling unicode-bom v2.0.3
[INFO] [stderr]    Compiling yoke v0.8.0
[INFO] [stderr]    Compiling zerovec v0.11.2
[INFO] [stderr]    Compiling kstring v2.0.2
[INFO] [stderr]    Compiling zerotrie v0.2.2
[INFO] [stderr]    Compiling gix-validate v0.10.0
[INFO] [stderr]    Compiling gix-date v0.10.2
[INFO] [stderr]    Compiling gix-path v0.10.18
[INFO] [stderr]    Compiling gix-actor v0.35.1
[INFO] [stderr]    Compiling gix-quote v0.6.0
[INFO] [stderr]    Compiling gix-features v0.42.1
[INFO] [stderr]    Compiling gix-chunk v0.4.11
[INFO] [stderr]    Compiling tempfile v3.20.0
[INFO] [stderr]    Compiling shell-words v1.1.0
[INFO] [stderr]    Compiling gix-config-value v0.15.0
[INFO] [stderr]    Compiling gix-command v0.6.1
[INFO] [stderr]    Compiling gix-sec v0.11.0
[INFO] [stderr]    Compiling gix-hash v0.18.0
[INFO] [stderr]    Compiling gix-fs v0.15.0
[INFO] [stderr]    Compiling gix-glob v0.20.1
[INFO] [stderr]    Compiling tinystr v0.8.1
[INFO] [stderr]    Compiling potential_utf v0.1.2
[INFO] [stderr]    Compiling gix-hashtable v0.8.1
[INFO] [stderr]    Compiling gix-commitgraph v0.28.0
[INFO] [stderr]    Compiling gix-tempfile v17.1.0
[INFO] [stderr]    Compiling gix-object v0.49.1
[INFO] [stderr]    Compiling icu_locale_core v2.0.0
[INFO] [stderr]    Compiling icu_collections v2.0.0
[INFO] [stderr]    Compiling form_urlencoded v1.2.1
[INFO] [stderr]    Compiling gix-lock v17.1.0
[INFO] [stderr]    Compiling gix-attributes v0.26.1
[INFO] [stderr]    Compiling gix-packetline-blocking v0.19.0
[INFO] [stderr]    Compiling gix-bitmap v0.2.14
[INFO] [stderr]    Compiling filetime v0.2.25
[INFO] [stderr]    Compiling encoding_rs v0.8.35
[INFO] [stderr]    Compiling gix-ignore v0.15.0
[INFO] [stderr]    Compiling icu_provider v2.0.0
[INFO] [stderr]    Compiling gix-pathspec v0.11.0
[INFO] [stderr]    Compiling hashbrown v0.15.4
[INFO] [stderr]    Compiling icu_properties v2.0.1
[INFO] [stderr]    Compiling icu_normalizer v2.0.0
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]    Compiling gix-packetline v0.19.0
[INFO] [stderr]    Compiling imara-diff v0.1.8
[INFO] [stderr]    Compiling gix-revwalk v0.20.1
[INFO] [stderr]    Compiling gix-ref v0.52.1
[INFO] [stderr]    Compiling uluru v3.1.0
[INFO] [stderr]    Compiling anstyle v1.0.11
[INFO] [stderr]    Compiling gix-traverse v0.46.2
[INFO] [stderr]    Compiling gix-revision v0.34.1
[INFO] [stderr]    Compiling gix-filter v0.19.2
[INFO] [stderr]    Compiling anstyle-query v1.1.3
[INFO] [stderr]    Compiling clru v0.6.2
[INFO] [stderr]    Compiling gix-index v0.40.1
[INFO] [stderr]    Compiling anstream v0.6.19
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.0.3
[INFO] [stderr]    Compiling gix-refspec v0.30.1
[INFO] [stderr]    Compiling gix-worktree-stream v0.21.2
[INFO] [stderr]    Compiling gix-pack v0.59.1
[INFO] [stderr]    Compiling gix-discover v0.40.1
[INFO] [stderr]    Compiling url v2.5.4
[INFO] [stderr]    Compiling gix-config v0.45.1
[INFO] [stderr]    Compiling gix-shallow v0.4.0
[INFO] [stderr]    Compiling gix-worktree v0.41.0
[INFO] [stderr]    Compiling gix-url v0.31.0
[INFO] [stderr]    Compiling gix-prompt v0.11.0
[INFO] [stderr]    Compiling gix-dir v0.14.1
[INFO] [stderr]    Compiling gix-diff v0.52.1
[INFO] [stderr]    Compiling gix-transport v0.47.0
[INFO] [stderr]    Compiling maybe-async v0.2.10
[INFO] [stderr]    Compiling io-close v0.3.7
[INFO] [stderr]    Compiling clap_lex v0.7.5
[INFO] [stderr]    Compiling anyhow v1.0.98
[INFO] [stderr]    Compiling arc-swap v1.7.1
[INFO] [stderr]    Compiling clap_builder v4.5.40
[INFO] [stderr]    Compiling gix-odb v0.69.1
[INFO] [stderr]    Compiling gix-protocol v0.50.1
[INFO] [stderr]    Compiling clap_derive v4.5.40
[INFO] [stderr]    Compiling gix-worktree-state v0.19.0
[INFO] [stderr]    Compiling gix-status v0.19.1
[INFO] [stderr]    Compiling gix-submodule v0.19.1
[INFO] [stderr]    Compiling gix-credentials v0.29.0
[INFO] [stderr]    Compiling gix-archive v0.21.2
[INFO] [stderr]    Compiling gix-negotiate v0.20.1
[INFO] [stderr]    Compiling gix-mailmap v0.27.1
[INFO] [stderr]    Compiling globset v0.4.16
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling ignore v0.4.23
[INFO] [stderr]    Compiling relative-path v2.0.1
[INFO] [stderr]    Compiling gix v0.72.1
[INFO] [stderr]    Compiling clap v4.5.40
[INFO] [stderr]    Compiling diff-gitignore-filter v1.0.1-dev (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 11s
[INFO] running `Command { std: "docker" "inspect" "ae13b07f3ca67b79ced45f6e1952b09dd0a966f9ed65b1f38808aeacae5b80ea", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ae13b07f3ca67b79ced45f6e1952b09dd0a966f9ed65b1f38808aeacae5b80ea", kill_on_drop: false }`
[INFO] [stdout] ae13b07f3ca67b79ced45f6e1952b09dd0a966f9ed65b1f38808aeacae5b80ea
[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=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-03-05" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2ddc49c3c1e0b49419f7edb47650906238171026be9ab96529abce0a778f68ec
[INFO] running `Command { std: "docker" "start" "-a" "2ddc49c3c1e0b49419f7edb47650906238171026be9ab96529abce0a778f68ec", kill_on_drop: false }`
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling prodash v29.0.2
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling half v2.6.0
[INFO] [stderr]    Compiling predicates-core v1.0.9
[INFO] [stderr]    Compiling doc-comment v0.3.3
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling tempfile v3.20.0
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling quick-error v1.2.3
[INFO] [stderr]    Compiling normalize-line-endings v0.3.0
[INFO] [stderr]    Compiling difflib v0.4.0
[INFO] [stderr]    Compiling termtree v0.5.1
[INFO] [stderr]    Compiling bit-vec v0.8.0
[INFO] [stderr]    Compiling assert_cmd v2.0.17
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling float-cmp v0.10.0
[INFO] [stderr]    Compiling bit-set v0.8.0
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling predicates-tree v1.0.12
[INFO] [stderr]    Compiling rusty-fork v0.3.0
[INFO] [stderr]    Compiling rand v0.9.1
[INFO] [stderr]    Compiling rand_xorshift v0.4.0
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling unarray v0.1.4
[INFO] [stderr]    Compiling quickcheck_macros v1.1.0
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling proptest v1.7.0
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling bstr v1.12.0
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling gix-utils v0.3.0
[INFO] [stderr]    Compiling gix-validate v0.10.0
[INFO] [stderr]    Compiling gix-date v0.10.2
[INFO] [stderr]    Compiling gix-path v0.10.18
[INFO] [stderr]    Compiling gix-quote v0.6.0
[INFO] [stderr]    Compiling globset v0.4.16
[INFO] [stderr]    Compiling predicates v3.1.3
[INFO] [stderr]    Compiling gix-actor v0.35.1
[INFO] [stderr]    Compiling gix-features v0.42.1
[INFO] [stderr]    Compiling gix-command v0.6.1
[INFO] [stderr]    Compiling faster-hex v0.10.0
[INFO] [stderr]    Compiling gix-config-value v0.15.0
[INFO] [stderr]    Compiling gix-fs v0.15.0
[INFO] [stderr]    Compiling gix-hash v0.18.0
[INFO] [stderr]    Compiling gix-glob v0.20.1
[INFO] [stderr]    Compiling gix-packetline-blocking v0.19.0
[INFO] [stderr]    Compiling gix-hashtable v0.8.1
[INFO] [stderr]    Compiling gix-commitgraph v0.28.0
[INFO] [stderr]    Compiling gix-object v0.49.1
[INFO] [stderr]    Compiling gix-tempfile v17.1.0
[INFO] [stderr]    Compiling gix-url v0.31.0
[INFO] [stderr]    Compiling gix-packetline v0.19.0
[INFO] [stderr]    Compiling gix-lock v17.1.0
[INFO] [stderr]    Compiling gix-attributes v0.26.1
[INFO] [stderr]    Compiling gix-ignore v0.15.0
[INFO] [stderr]    Compiling gix-shallow v0.4.0
[INFO] [stderr]    Compiling gix-prompt v0.11.0
[INFO] [stderr]    Compiling gix-transport v0.47.0
[INFO] [stderr]    Compiling gix-pathspec v0.11.0
[INFO] [stderr]    Compiling gix-credentials v0.29.0
[INFO] [stderr]    Compiling gix-mailmap v0.27.1
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling ignore v0.4.23
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling env_logger v0.8.4
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling quickcheck v1.0.3
[INFO] [stderr]    Compiling gix-revwalk v0.20.1
[INFO] [stderr]    Compiling gix-ref v0.52.1
[INFO] [stderr]    Compiling gix-filter v0.19.2
[INFO] [stderr]    Compiling gix-traverse v0.46.2
[INFO] [stderr]    Compiling gix-revision v0.34.1
[INFO] [stderr]    Compiling gix-pack v0.59.1
[INFO] [stderr]    Compiling gix-index v0.40.1
[INFO] [stderr]    Compiling gix-refspec v0.30.1
[INFO] [stderr]    Compiling gix-discover v0.40.1
[INFO] [stderr]    Compiling gix-config v0.45.1
[INFO] [stderr]    Compiling gix-worktree-stream v0.21.2
[INFO] [stderr]    Compiling gix-protocol v0.50.1
[INFO] [stderr]    Compiling gix-odb v0.69.1
[INFO] [stderr]    Compiling gix-archive v0.21.2
[INFO] [stderr]    Compiling gix-negotiate v0.20.1
[INFO] [stderr]    Compiling criterion v0.6.0
[INFO] [stderr]    Compiling gix-worktree v0.41.0
[INFO] [stderr]    Compiling gix-diff v0.52.1
[INFO] [stderr]    Compiling gix-dir v0.14.1
[INFO] [stderr]    Compiling gix-worktree-state v0.19.0
[INFO] [stderr]    Compiling gix-submodule v0.19.1
[INFO] [stderr]    Compiling gix-status v0.19.1
[INFO] [stderr]    Compiling gix v0.72.1
[INFO] [stderr]    Compiling diff-gitignore-filter v1.0.1-dev (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 08s
[INFO] running `Command { std: "docker" "inspect" "2ddc49c3c1e0b49419f7edb47650906238171026be9ab96529abce0a778f68ec", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2ddc49c3c1e0b49419f7edb47650906238171026be9ab96529abce0a778f68ec", kill_on_drop: false }`
[INFO] [stdout] 2ddc49c3c1e0b49419f7edb47650906238171026be9ab96529abce0a778f68ec
[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=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-03-05" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 53354fe2cfbe4ac9b84469236e58da91a051fa6cc0becbc04f7cfb7a1cdf2786
[INFO] running `Command { std: "docker" "start" "-a" "53354fe2cfbe4ac9b84469236e58da91a051fa6cc0becbc04f7cfb7a1cdf2786", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.46s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/diff_gitignore_filter-7315a52ee434009f)
[INFO] [stdout] 
[INFO] [stdout] running 78 tests
[INFO] [stdout] test config::app_config::tests::test_parse_cli_vcs_patterns_only_commas_invalid ... ok
[INFO] [stdout] test config::app_config::tests::test_parse_cli_vcs_patterns_valid ... ok
[INFO] [stdout] test config::app_config::tests::test_parse_cli_vcs_patterns_with_whitespace ... ok
[INFO] [stdout] test config::git_config::tests::test_get_downstream_filter_not_set ... ok
[INFO] [stdout] test config::git_config::tests::test_get_downstream_filter_whitespace_only ... ok
[INFO] [stdout] test config::git_config::tests::test_get_downstream_filter_empty ... ok
[INFO] [stdout] test config::app_config::tests::test_parse_cli_vcs_patterns_empty_invalid ... ok
[INFO] [stdout] test config::git_config::tests::test_get_vcs_ignore_enabled_not_set ... ok
[INFO] [stdout] test config::git_config::tests::test_get_vcs_ignore_enabled_true ... ok
[INFO] [stdout] test config::git_config::tests::test_get_vcs_ignore_enabled_various_values ... ok
[INFO] [stdout] test config::git_config::tests::test_get_vcs_ignore_patterns_empty_invalid ... ok
[INFO] [stdout] test config::git_config::tests::test_get_vcs_ignore_patterns_not_set ... ok
[INFO] [stdout] test config::git_config::tests::test_get_vcs_ignore_patterns_only_commas_invalid ... ok
[INFO] [stdout] test config::git_config::tests::test_get_vcs_ignore_patterns_valid ... ok
[INFO] [stdout] test config::git_config::tests::test_get_vcs_ignore_patterns_with_whitespace ... ok
[INFO] [stdout] test config::git_reader::tests::test_git_error_display ... ok
[INFO] [stdout] test config::git_reader::tests::test_git_error_io_error ... ok
[INFO] [stdout] test config::git_reader::tests::test_git_error_not_in_repository ... ok
[INFO] [stdout] test config::git_reader::tests::test_mock_git_config_reader ... ok
[INFO] [stdout] test config::git_reader::tests::test_mock_git_config_reader_empty ... ok
[INFO] [stdout] test config::app_config::tests::test_from_cli_vcs_disabled ... ok
[INFO] [stdout] test config::git_reader::tests::test_system_git_config_reader_trait ... ok
[INFO] [stdout] test config::integration_tests::test_error_types_implement_required_traits ... ok
[INFO] [stdout] test config::git_config::tests::test_get_downstream_filter_valid ... ok
[INFO] [stdout] test config::integration_tests::test_git_error_types_implement_required_traits ... ok
[INFO] [stdout] test config::integration_tests::test_integration_with_all_components ... ok
[INFO] [stdout] test config::integration_tests::test_mock_reader_availability_in_tests ... ok
[INFO] [stdout] test config::integration_tests::test_app_config_and_cli_args_traits ... ok
[INFO] [stdout] test error::tests::test_error_chain ... ok
[INFO] [stdout] test config::integration_tests::test_public_api_availability ... ok
[INFO] [stdout] test error::tests::test_error_display ... ok
[INFO] [stdout] test error::tests::test_error_first_error ... ok
[INFO] [stdout] test error::tests::test_error_from_config ... ok
[INFO] [stdout] test error::tests::test_error_collect_errors ... ok
[INFO] [stdout] test error::tests::test_error_combine_errors ... ok
[INFO] [stdout] test error::tests::test_error_from_io ... ok
[INFO] [stdout] test error::tests::test_error_source ... ok
[INFO] [stdout] test error::tests::test_processing_error ... ok
[INFO] [stdout] test error::tests::test_result_ext_map_error ... ok
[INFO] [stdout] test error::tests::test_result_ext_with_context ... ok
[INFO] [stdout] test error::tests::test_error_map_context ... ok
[INFO] [stdout] test config::app_config::tests::test_from_cli_basic ... ok
[INFO] [stdout] test config::git_config::tests::test_get_vcs_ignore_enabled_false ... ok
[INFO] [stdout] test config::git_config::tests::test_get_vcs_ignore_enabled_invalid ... ok
[INFO] [stdout] test error::tests::test_result_ext_inspect_error ... ok
[INFO] [stdout] test filter::tests::test_extract_file_path ... ok
[INFO] [stdout] test filter::tests::test_is_vcs_file ... ok
[INFO] [stdout] test config::app_config::tests::test_from_cli_with_downstream ... ok
[INFO] [stdout] test filter::tests::test_process_diff_empty ... ok
[INFO] [stdout] test filter::tests::test_process_diff_basic ... ok
[INFO] [stdout] test filter::tests::test_filter_creation ... ok
[INFO] [stdout] test filter::tests::test_filter_with_downstream ... ok
[INFO] [stdout] test filter::tests::test_process_diff_with_vcs_filtering_enabled ... ok
[INFO] [stdout] test filter::tests::test_filter_with_vcs_patterns ... ok
[INFO] [stdout] test filter::tests::test_process_diff_with_vcs_filtering_disabled ... ok
[INFO] [stdout] test filter::tests::test_should_include_file_vcs_enabled ... ok
[INFO] [stdout] test filter::tests::test_should_include_file_vcs_disabled ... ok
[INFO] [stdout] test root_finder::tests::test_find_common_suffix_between_strings_empty ... ok
[INFO] [stdout] test root_finder::tests::test_classify_context_outside_repo ... ok
[INFO] [stdout] test root_finder::tests::test_extract_and_analyze_diff_paths ... ok
[INFO] [stdout] test root_finder::tests::test_find_common_suffix_between_relative_paths ... ok
[INFO] [stdout] test root_finder::tests::test_find_common_suffix_between_strings_single_pair ... ok
[INFO] [stdout] test root_finder::tests::test_classify_context_virtual ... ok
[INFO] [stdout] test root_finder::tests::test_find_common_suffix_between_strings_basic ... ok
[INFO] [stdout] test root_finder::tests::test_classify_context_in_repo ... ok
[INFO] [stdout] test root_finder::tests::test_find_common_suffix_between_strings_no_common ... ok
[INFO] [stdout] test root_finder::tests::test_parse_diff_header_line ... ok
[INFO] [stdout] test root_finder::tests::test_find_root_no_git_repo ... ok
[INFO] [stdout] test root_finder::tests::test_path_analysis_creation ... ok
[INFO] [stdout] test root_finder::tests::test_path_context_variants ... ok
[INFO] [stdout] test root_finder::tests::test_find_root_from_nested_directory ... ok
[INFO] [stdout] test tests::test_basic_functionality ... ok
[INFO] [stdout] test root_finder::tests::test_find_root_from_repo_root ... ok
[INFO] [stdout] test config::app_config::tests::test_from_cli_with_custom_patterns ... ok
[INFO] [stdout] test root_finder::tests::test_is_git_root ... ok
[INFO] [stdout] test root_finder::tests::test_root_candidate_priority_scoring ... ok
[INFO] [stdout] test root_finder::tests::test_git_discovery_traversal ... ok
[INFO] [stdout] test root_finder::tests::test_root_candidate_with_gitignore ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 78 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/diff_gitignore_filter-b4a3ae164557a3db)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test tests::test_cli_args_conversion ... ok
[INFO] [stdout] test tests::test_process_diff_with_config_empty ... ok
[INFO] [stdout] test tests::test_process_diff_with_config_basic ... ok
[INFO] [stdout] diff --git a/test.txt b/test.txt
[INFO] [stdout] index 1234567..abcdefg 100644
[INFO] [stdout] --- a/test.txt
[INFO] [stdout] +++ b/test.txt
[INFO] [stdout] @@ -1 +1,2 @@
[INFO] [stdout]  hello
[INFO] [stdout] +world
[INFO] [stdout] test tests::test_process_diff_with_config_downstream ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.16s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/advanced_integration_tests.rs (/opt/rustwide/target/debug/deps/advanced_integration_tests-29beb25c946f4d62)
[INFO] [stdout] 
[INFO] [stdout] running 23 tests
[INFO] [stdout] test common::test_utilities::tests::test_python_project_creation ... ok
[INFO] [stdout] test common::test_utilities::tests::test_nodejs_project_creation ... ok
[INFO] [stdout] test common::test_utilities::tests::test_polyglot_project_creation ... ok
[INFO] [stdout] test common::test_utilities::tests::test_scenario_builder ... ok
[INFO] [stdout] test common::test_utilities::tests::test_validation_utilities ... ok
[INFO] [stdout] test common::test_utilities::test_git_config_with_cleanup ... ok
[INFO] [stdout] test common::test_utilities::test_custom_gitignore_repo ... ok
[INFO] [stdout] test common::test_utilities::test_git_config_integration ... ok
[INFO] [stdout] test common::test_utilities::test_specialized_repo_presets ... ok
[INFO] [stdout] test common::test_utilities::tests::test_rust_project_creation ... ok
[INFO] [stdout] test test_complex_directory_structure_filtering ... ok
[INFO] [stdout] test test_binary_file_handling ... ok
[INFO] [stdout] test test_downstream_filter_with_complex_pipeline ... ok
[INFO] [stdout] test test_concurrent_processing_safety ... ok
[INFO] [stdout] test test_large_diff_performance ... ok
[INFO] [stdout] test test_multi_repository_filtering ... ok
[INFO] [stdout] test test_very_long_file_paths ... ok
[INFO] [stdout] test test_unusual_directory_structures ... ok
[INFO] [stdout] test test_cli_parameter_combinations ... ok
[INFO] [stdout] test test_vcs_patterns_with_custom_configuration ... ok
[INFO] [stdout] test test_empty_and_whitespace_only_diffs ... ok
[INFO] [stdout] test test_unicode_filenames_and_content ... ok
[INFO] [stdout] test test_malformed_diff_handling ... ok
[INFO] [stderr]      Running tests/advanced_utilities_tests.rs (/opt/rustwide/target/debug/deps/advanced_utilities_tests-f46cf6f6eade3d2b)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 23 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.80s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 19 tests
[INFO] [stdout] test common::test_utilities::test_custom_gitignore_repo ... ok
[INFO] [stdout] test common::test_utilities::tests::test_python_project_creation ... ok
[INFO] [stdout] test common::test_utilities::tests::test_polyglot_project_creation ... ok
[INFO] [stdout] test common::test_utilities::tests::test_rust_project_creation ... ok
[INFO] [stdout] test common::test_utilities::test_git_config_integration ... ok
[INFO] [stdout] test test_polyglot_project_preset ... ok
[INFO] [stdout] test common::test_utilities::tests::test_validation_utilities ... ok
[INFO] [stdout] test test_nodejs_project_preset ... ok
[INFO] [stdout] test common::test_utilities::tests::test_nodejs_project_creation ... ok
[INFO] [stdout] test common::test_utilities::test_git_config_with_cleanup ... ok
[INFO] [stdout] test test_python_project_preset ... ok
[INFO] [stdout] test test_rust_project_preset ... ok
[INFO] [stdout] test test_project_content_quality ... ok
[INFO] [stdout] test test_preset_extensibility ... ok
[INFO] [stdout] test common::test_utilities::tests::test_scenario_builder ... ok
[INFO] [stdout] test test_scenario_builder ... ok
[INFO] [stdout] test test_validation_utilities ... ok
[INFO] [stdout] test test_cross_language_compatibility ... ok
[INFO] [stderr]      Running tests/benchmark_tests.rs (/opt/rustwide/target/debug/deps/benchmark_tests-21f741553973f882)
[INFO] [stdout] test common::test_utilities::test_specialized_repo_presets ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.18s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 13 tests
[INFO] [stdout] test common::test_utilities::tests::test_nodejs_project_creation ... ok
[INFO] [stdout] test benchmarks::framework_performance::benchmarks::test_memory_efficiency ... ok
[INFO] [stdout] test common::test_utilities::test_custom_gitignore_repo ... ok
[INFO] [stdout] test common::test_utilities::test_git_config_with_cleanup ... ok
[INFO] [stdout] test common::test_utilities::tests::test_rust_project_creation ... ok
[INFO] [stdout] test common::test_utilities::test_git_config_integration ... ok
[INFO] [stdout] test common::test_utilities::tests::test_python_project_creation ... ok
[INFO] [stdout] test common::test_utilities::tests::test_polyglot_project_creation ... ok
[INFO] [stdout] test common::test_utilities::tests::test_scenario_builder ... ok
[INFO] [stdout] test common::test_utilities::tests::test_validation_utilities ... ok
[INFO] [stdout] test benchmarks::framework_performance::benchmarks::test_concurrent_setup ... ok
[INFO] [stdout] test common::test_utilities::test_specialized_repo_presets ... ok
[INFO] [stdout] test benchmarks::framework_performance::benchmarks::test_framework_performance_comparison ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.51s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/cli_integration_tests.rs (/opt/rustwide/target/debug/deps/cli_integration_tests-2a6f5ebbe2e2116c)
[INFO] [stdout] 
[INFO] [stdout] running 88 tests
[INFO] [stdout] test common::test_utilities::tests::test_python_project_creation ... ok
[INFO] [stdout] test common::test_utilities::tests::test_rust_project_creation ... ok
[INFO] [stdout] test common::test_utilities::tests::test_nodejs_project_creation ... ok
[INFO] [stdout] test common::test_utilities::test_custom_gitignore_repo ... ok
[INFO] [stdout] test common::test_utilities::tests::test_scenario_builder ... ok
[INFO] [stdout] test common::test_utilities::tests::test_polyglot_project_creation ... ok
[INFO] [stdout] test test_app_config_error_handling_integration ... ok
[INFO] [stdout] test common::test_utilities::tests::test_validation_utilities ... ok
[INFO] [stdout] test test_app_config_integration_with_cli_args ... ok
[INFO] [stdout] test common::test_utilities::test_git_config_with_cleanup ... ok
[INFO] [stdout] test common::test_utilities::test_git_config_integration ... ok
[INFO] [stdout] test test_cli_argument_parsing_downstream_long_flag ... ok
[INFO] [stdout] test test_cli_argument_parsing_downstream_with_complex_command ... ok
[INFO] [stdout] test test_cli_argument_parsing_downstream_short_flag ... ok
[INFO] [stdout] test test_cli_argument_parsing_no_downstream ... ok
[INFO] [stdout] test test_cli_vcs_pattern_parameter ... ok
[INFO] [stdout] test test_cli_vcs_pattern_invalid_format ... ok
[INFO] [stdout] test test_comprehensive_error_path_coverage ... ok
[INFO] [stdout] test test_comprehensive_temp_file_operations ... ok
[INFO] [stdout] test common::test_utilities::test_specialized_repo_presets ... ok
[INFO] [stdout] test test_edge_case_multiple_seek_operations ... ok
[INFO] [stdout] test test_edge_case_empty_gitignore ... ok
[INFO] [stdout] test test_cli_pattern_overrides_git_config ... ok
[INFO] [stdout] test test_edge_case_very_long_file_paths ... ok
[INFO] [stdout] test test_edge_case_missing_gitignore ... ok
[INFO] [stdout] test test_error_handling_current_dir_access_patterns ... ok
[INFO] [stdout] test test_error_handling_downstream_pipe_broken ... ok
[INFO] [stdout] test test_edge_case_unicode_file_paths ... ok
[INFO] [stdout] test test_error_handling_binary_input ... ok
[INFO] [stdout] test test_error_handling_filter_creation_failure ... ok
[INFO] [stdout] test test_error_handling_downstream_command_failure ... ok
[INFO] [stdout] test test_error_handling_downstream_spawn_failure_comprehensive ... ok
[INFO] [stdout] test test_error_handling_downstream_process_termination ... ok
[INFO] [stdout] test test_error_handling_comprehensive_failure_paths ... ok
[INFO] [stdout] test test_error_handling_filter_new_success_path ... ok
[INFO] [stdout] test test_error_handling_current_dir_failure ... ok
[INFO] [stdout] test test_error_handling_git_config_read_failure ... ok
[INFO] [stdout] test test_error_handling_downstream_spawn_failure ... ok
[INFO] [stdout] test test_error_handling_no_git_repo ... ok
[INFO] [stdout] test test_error_handling_root_finder_failure_scenarios ... ok
[INFO] [stdout] test test_error_handling_invalid_command_line_arguments ... ok
[INFO] [stdout] test test_error_handling_process_diff_failure_scenarios ... ok
[INFO] [stdout] test test_error_handling_invalid_downstream_command ... ok
[INFO] [stdout] test test_error_handling_seek_operation_failure_coverage ... ok
[INFO] [stdout] test test_error_handling_process_diff_success_path ... ok
[INFO] [stdout] test test_error_handling_temp_file_creation ... ok
[INFO] [stdout] test test_error_handling_tempfile_creation_failure ... ok
[INFO] [stdout] test test_error_handling_seek_operations_comprehensive ... ok
[INFO] [stdout] test test_integration_git_config_empty_value ... ok
[INFO] [stdout] test test_git_config_downstream_filter_with_spaces ... ok
[INFO] [stdout] test test_integration_git_config_fallback ... ok
[INFO] [stdout] test test_integration_git_config_reads_successfully ... ok
[INFO] [stdout] test test_no_vcs_cli_parameter_uses_git_config_false ... ok
[INFO] [stdout] test test_error_handling_very_large_input ... ok
[INFO] [stdout] test test_integration_cli_overrides_git_config ... ok
[INFO] [stdout] test test_no_vcs_cli_parameter_uses_git_config_default ... ok
[INFO] [stdout] test test_no_vcs_parameter_with_downstream_command ... ok
[INFO] [stdout] test test_no_vcs_parameter_overrides_git_config_disabled ... ok
[INFO] [stdout] test test_error_handling_temp_file_operations_edge_cases ... ok
[INFO] [stdout] test test_no_vcs_parameter_disables_vcs_filtering ... ok
[INFO] [stdout] test test_real_sample_diff_binary_data_handling ... ok
[INFO] [stdout] test test_real_sample_diff_error_resilience ... ok
[INFO] [stdout] test test_real_sample_diff_with_downstream ... ok
[INFO] [stdout] test test_real_sample_diff_processing ... ok
[INFO] [stdout] test test_real_sample_diff_preserves_structure ... ok
[INFO] [stdout] test test_stdin_handling_malformed_diff ... ok
[INFO] [stdout] test test_temp_file_seek_operations ... ok
[INFO] [stdout] test test_stdin_handling_empty_input ... ok
[INFO] [stdout] test test_real_sample_diff_filters_git_files ... ok
[INFO] [stdout] test test_vcs_parameter_enables_vcs_filtering ... ok
[INFO] [stdout] test test_vcs_parameter_overrides_git_config_enabled ... ok
[INFO] [stdout] test test_real_sample_diff_with_gitignore_filtering ... ok
[INFO] [stdout] test test_vcs_parameter_with_complex_diff ... ok
[INFO] [stdout] test test_vcs_parameter_priority_logic_comprehensive ... ok
[INFO] [stdout] test test_vcs_parameter_short_and_long_forms ... ok
[INFO] [stdout] test test_vcs_pattern_actually_filters_custom_patterns ... ok
[INFO] [stdout] test test_vcs_parameters_mutual_override ... ok
[INFO] [stdout] test test_vcs_parameter_with_downstream_command ... ok
[INFO] [stdout] test test_vcs_pattern_priority_over_vcs_flags ... ok
[INFO] [stdout] test test_vcs_pattern_multiple_custom_patterns ... ok
[INFO] [stdout] test test_vcs_pattern_edge_cases ... ok
[INFO] [stdout] test test_vcs_pattern_whitespace_handling ... ok
[INFO] [stdout] test test_vcs_pattern_with_downstream_command ... ok
[INFO] [stdout] test test_vcs_pattern_validation_errors ... ok
[INFO] [stdout] test test_vcs_pattern_with_multiple_patterns ... ok
[INFO] [stdout] test test_vcs_pattern_vs_default_patterns_difference ... ok
[INFO] [stdout] test test_error_handling_permission_denied_scenarios ... FAILED
[INFO] [stdout] test test_error_handling_stdin_copy_failure_simulation ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- test_error_handling_permission_denied_scenarios stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_error_handling_permission_denied_scenarios' (1316) panicked at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5:
[INFO] [stdout] Unexpected success
[INFO] [stdout] command=`cd "/tmp/.tmp4YEQKc" && "/opt/rustwide/target/debug/diff-gitignore-filter" "--downstream" "chmod +x /dev/null"`
[INFO] [stdout] stdin=````
[INFO] [stdout] diff --git a/src/main.rs b/src/main.rs
[INFO] [stdout] index 1234567..abcdefg 100644
[INFO] [stdout] --- a/src/main.rs
[INFO] [stdout] +++ b/src/main.rs
[INFO] [stdout] @@ -1,3 +1,4 @@
[INFO] [stdout]  fn main() {
[INFO] [stdout] +    println!(\"Hello, world!\");
[INFO] [stdout]  }
[INFO] [stdout] diff --git a/debug.log b/debug.log
[INFO] [stdout] index 1111111..2222222 100644
[INFO] [stdout] --- a/debug.log
[INFO] [stdout] +++ b/debug.log
[INFO] [stdout] @@ -1 +1,2 @@
[INFO] [stdout]  log entry
[INFO] [stdout] +another log entry
[INFO] [stdout] ```
[INFO] [stdout] `
[INFO] [stdout] code=0
[INFO] [stdout] stdout=""
[INFO] [stdout] stderr=""
[INFO] [stdout] 
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5cb01d8ad9fa - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5cb01d8ad9fa - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5cb01d8ad9fa - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5cb01d8ad9fa - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5cb01d8c4e0a - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5cb01d8c4e0a - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x5cb01d8b37e2 - std[b80a194dd3c418bb]::io::default_write_fmt::<alloc[dd269455e567d8e9]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5cb01d8b37e2 - <alloc[dd269455e567d8e9]::vec::Vec<u8> as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5cb01d88a4af - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5cb01d88a4af - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5cb01d8a4f09 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5cb01d7da5bc - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x5cb01d7da5bc - test[826cbc6ef54ab466]::test_main_with_exit_callback::<test[826cbc6ef54ab466]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5cb01d8a5182 - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x5cb01d8a5182 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5cb01d88a568 - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5cb01d881c49 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5cb01d88b27d - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5cb01d8c573c - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5cb01d8350f8 - core::panicking::panic_display::hf5b2a6669ef84019
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:259:5
[INFO] [stdout]   20:     0x5cb01d83e437 - assert_cmd::assert::AssertError::panic::h95152d71267eaf11
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/assert_cmd-2.0.17/src/assert.rs:1033:9
[INFO] [stdout]   21:     0x5cb01d83ada7 - core::ops::function::FnOnce::call_once::h23c15109ed3fd26b
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   22:     0x5cb01d83ccb3 - core::result::Result<T,E>::unwrap_or_else::hbcdba663b2f41d88
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/result.rs:1622:23
[INFO] [stdout]   23:     0x5cb01d83f240 - assert_cmd::assert::Assert::failure::h9d317087347af5f3
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/assert_cmd-2.0.17/src/assert.rs:187:28
[INFO] [stdout]   24:     0x5cb01d7a4d0f - cli_integration_tests::test_error_handling_permission_denied_scenarios::h950569c83a183efe
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cli_integration_tests.rs:1836:10
[INFO] [stdout]   25:     0x5cb01d7a4e17 - cli_integration_tests::test_error_handling_permission_denied_scenarios::{{closure}}::h44f8ec69d433376a
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/cli_integration_tests.rs:1822:53
[INFO] [stdout]   26:     0x5cb01d7c1766 - core::ops::function::FnOnce::call_once::h455f163650bf45ae
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   27:     0x5cb01d7ce69b - <fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   28:     0x5cb01d7ce69b - test[826cbc6ef54ab466]::__rust_begin_short_backtrace::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:663:18
[INFO] [stdout]   29:     0x5cb01d7db08b - test[826cbc6ef54ab466]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:74
[INFO] [stdout]   30:     0x5cb01d7db08b - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   31:     0x5cb01d7db08b - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   32:     0x5cb01d7db08b - std[b80a194dd3c418bb]::panicking::catch_unwind::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   33:     0x5cb01d7db08b - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   34:     0x5cb01d7db08b - test[826cbc6ef54ab466]::run_test_in_process
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:27
[INFO] [stdout]   35:     0x5cb01d7db08b - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:607:43
[INFO] [stdout]   36:     0x5cb01d7d67a4 - test[826cbc6ef54ab466]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:637:41
[INFO] [stdout]   37:     0x5cb01d7d67a4 - std[b80a194dd3c418bb]::sys::backtrace::__rust_begin_short_backtrace::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   38:     0x5cb01d7ddc92 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   39:     0x5cb01d7ddc92 - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   40:     0x5cb01d7ddc92 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   41:     0x5cb01d7ddc92 - std[b80a194dd3c418bb]::panicking::catch_unwind::<(), core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   42:     0x5cb01d7ddc92 - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   43:     0x5cb01d7ddc92 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   44:     0x5cb01d7ddc92 - <std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1} as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x5cb01d8aca5f - <alloc[dd269455e567d8e9]::boxed::Box<dyn core[10b6fa85044e1869]::ops::function::FnOnce<(), Output = ()> + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   46:     0x5cb01d8aca5f - <std[b80a194dd3c418bb]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   47:     0x71ba08833aa4 - <unknown>
[INFO] [stdout]   48:     0x71ba088c0a64 - clone
[INFO] [stdout]   49:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     test_error_handling_permission_denied_scenarios
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 87 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.29s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test cli_integration_tests`
[INFO] running `Command { std: "docker" "inspect" "53354fe2cfbe4ac9b84469236e58da91a051fa6cc0becbc04f7cfb7a1cdf2786", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "53354fe2cfbe4ac9b84469236e58da91a051fa6cc0becbc04f7cfb7a1cdf2786", kill_on_drop: false }`
[INFO] [stdout] 53354fe2cfbe4ac9b84469236e58da91a051fa6cc0becbc04f7cfb7a1cdf2786
