[INFO] cloning repository https://github.com/Elefunc/difftastic
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Elefunc/difftastic" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FElefunc%2Fdifftastic", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FElefunc%2Fdifftastic'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] f4aa849f86bd0925deb7415d06aeec210c50811c
[INFO] checking Elefunc/difftastic against 165655a2f1981fef27b31c547ad7631979fc5139 for pr-160235
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FElefunc%2Fdifftastic" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] [stderr] Updating files:  93% (1303/1398)
Updating files:  94% (1315/1398)
Updating files:  95% (1329/1398)
Updating files:  96% (1343/1398)
Updating files:  97% (1357/1398)
Updating files:  98% (1371/1398)
Updating files:  99% (1385/1398)
Updating files: 100% (1398/1398)
Updating files: 100% (1398/1398), done.
[INFO] removed /workspace/builds/worker-2-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/Elefunc/difftastic
[INFO] finished tweaking git repo https://github.com/Elefunc/difftastic
[INFO] tweaked toml for git repo https://github.com/Elefunc/difftastic written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Elefunc/difftastic on toolchain 165655a2f1981fef27b31c547ad7631979fc5139
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+165655a2f1981fef27b31c547ad7631979fc5139" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Elefunc/difftastic 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" "+165655a2f1981fef27b31c547ad7631979fc5139" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] cb5c08d5fdbafcd437147bb038261b418c782679225e51c4166da17c4bc592f8
[INFO] running `Command { std: "docker" "start" "cb5c08d5fdbafcd437147bb038261b418c782679225e51c4166da17c4bc592f8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cb5c08d5fdbafcd437147bb038261b418c782679225e51c4166da17c4bc592f8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "cb5c08d5fdbafcd437147bb038261b418c782679225e51c4166da17c4bc592f8" "/opt/rustwide/cargo-home/bin/cargo" "+165655a2f1981fef27b31c547ad7631979fc5139" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cb5c08d5fdbafcd437147bb038261b418c782679225e51c4166da17c4bc592f8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "cb5c08d5fdbafcd437147bb038261b418c782679225e51c4166da17c4bc592f8" "/opt/rustwide/cargo-home/bin/cargo" "+165655a2f1981fef27b31c547ad7631979fc5139" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling find-msvc-tools v0.1.2
[INFO] [stderr]     Checking tree-sitter-language v0.1.3
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]    Compiling rustix v0.38.34
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling memchr v2.7.1
[INFO] [stderr]     Checking linux-raw-sys v0.4.14
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling crossbeam-utils v0.8.19
[INFO] [stderr]    Compiling indexmap v2.2.6
[INFO] [stderr]    Compiling itoa v1.0.10
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling lock_api v0.4.11
[INFO] [stderr]     Checking hashbrown v0.14.3
[INFO] [stderr]     Checking signal-hook-registry v1.4.1
[INFO] [stderr]     Checking anstyle-query v1.1.1
[INFO] [stderr]    Compiling either v1.10.0
[INFO] [stderr]    Compiling libm v0.2.8
[INFO] [stderr]     Checking parking_lot_core v0.9.9
[INFO] [stderr]     Checking anstream v0.6.15
[INFO] [stderr]    Compiling cc v1.2.39
[INFO] [stderr]     Checking signal-hook v0.3.17
[INFO] [stderr]     Checking is-terminal v0.4.12
[INFO] [stderr]     Checking mio v1.0.3
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]     Checking clap_lex v0.7.4
[INFO] [stderr]     Checking fixedbitset v0.4.2
[INFO] [stderr]    Compiling owo-colors v4.2.3
[INFO] [stderr]     Checking predicates-core v1.0.6
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]    Compiling assert_cmd v2.0.17
[INFO] [stderr]     Checking signal-hook-mio v0.2.4
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]     Checking termtree v0.4.1
[INFO] [stderr]     Checking wait-timeout v0.2.0
[INFO] [stderr]     Checking encoding_rs v0.8.35
[INFO] [stderr]     Checking predicates-tree v1.0.9
[INFO] [stderr]     Checking diff v0.1.13
[INFO] [stderr]     Checking wu-diff v0.1.2
[INFO] [stderr]    Compiling crossbeam-deque v0.8.5
[INFO] [stderr]     Checking bumpalo v3.16.0
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]     Checking yansi v1.0.1
[INFO] [stderr]     Checking radix-heap v0.4.2
[INFO] [stderr]     Checking humansize v2.1.3
[INFO] [stderr]     Checking rustc-hash v2.0.0
[INFO] [stderr]     Checking terminal_size v0.4.1
[INFO] [stderr]     Checking crossterm v0.28.1
[INFO] [stderr]     Checking line-numbers v0.3.0
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]     Checking pretty_assertions v1.4.1
[INFO] [stderr]     Checking clap_builder v4.5.23
[INFO] [stderr]     Checking float-cmp v0.10.0
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]    Compiling tikv-jemalloc-sys v0.6.0+5.3.0-1-ge13ca993e8ccb9ba9847cc330696e02839f328f7
[INFO] [stderr]    Compiling tree-sitter-hcl v1.1.0
[INFO] [stderr]    Compiling tree-sitter-objc v3.0.2
[INFO] [stderr]    Compiling tree-sitter-elm v5.8.0
[INFO] [stderr]    Compiling tree-sitter-verilog v1.0.3
[INFO] [stderr]    Compiling tree-sitter-sequel v0.3.11
[INFO] [stderr]    Compiling tree-sitter-cpp v0.23.4
[INFO] [stderr]    Compiling tree-sitter-r v1.2.0
[INFO] [stderr]    Compiling tree-sitter-ada v0.1.0
[INFO] [stderr]    Compiling tree-sitter-newick v1.1.0
[INFO] [stderr]    Compiling tree-sitter-julia v0.23.1
[INFO] [stderr]    Compiling tree-sitter-haskell v0.23.1
[INFO] [stderr]    Compiling tree-sitter-nix v0.0.2
[INFO] [stderr]    Compiling tree-sitter-typescript v0.23.2
[INFO] [stderr]    Compiling tree-sitter-elixir v0.3.4
[INFO] [stderr]    Compiling tree-sitter-scheme v0.24.7
[INFO] [stderr]    Compiling tree-sitter-cmake v0.7.1
[INFO] [stderr]    Compiling tree-sitter-qmljs v0.3.0
[INFO] [stderr]    Compiling tree-sitter-make v1.1.1
[INFO] [stderr]    Compiling tree-sitter-json v0.24.8
[INFO] [stderr]    Compiling tree-sitter-go v0.23.4
[INFO] [stderr]    Compiling tree-sitter-toml-ng v0.7.0
[INFO] [stderr]    Compiling tree-sitter-elisp v1.6.1
[INFO] [stderr]    Compiling tree-sitter-clojure-orchard v0.2.0
[INFO] [stderr]    Compiling tree-sitter-scala v0.23.3
[INFO] [stderr]    Compiling tree-sitter-python v0.23.5
[INFO] [stderr]    Compiling tree-sitter-lua v0.2.0
[INFO] [stderr]    Compiling tree-sitter-javascript v0.23.1
[INFO] [stderr]    Compiling tree-sitter-gleam v1.0.0
[INFO] [stderr]    Compiling tree-sitter-php v0.23.11
[INFO] [stderr]    Compiling tree-sitter-zig v1.1.2
[INFO] [stderr]    Compiling tree-sitter-swift v0.7.0
[INFO] [stderr]    Compiling tree-sitter-devicetree v0.14.1
[INFO] [stderr]    Compiling tree-sitter-rust-orchard v0.13.0
[INFO] [stderr]    Compiling tree-sitter-c-sharp v0.23.1
[INFO] [stderr]    Compiling tree-sitter-java v0.23.4
[INFO] [stderr]    Compiling tree-sitter-fsharp v0.1.0
[INFO] [stderr]    Compiling tree-sitter-pascal v0.10.0
[INFO] [stderr]    Compiling tree-sitter-yaml v0.7.0
[INFO] [stderr]    Compiling tree-sitter-solidity v1.2.13
[INFO] [stderr]    Compiling tree-sitter-dart-orchard v0.2.1
[INFO] [stderr]    Compiling tree-sitter-ruby v0.23.1
[INFO] [stderr]    Compiling tree-sitter-c v0.23.4
[INFO] [stderr]    Compiling tree-sitter-proto v0.2.0
[INFO] [stderr]    Compiling tree-sitter-html v0.23.2
[INFO] [stderr]    Compiling tree-sitter-xml v0.7.0
[INFO] [stderr]    Compiling tree-sitter-erlang v0.13.0
[INFO] [stderr]    Compiling tree-sitter-ocaml v0.23.2
[INFO] [stderr]    Compiling tree-sitter-css v0.23.1
[INFO] [stderr]    Compiling tree-sitter-sfapex v2.4.0
[INFO] [stderr]    Compiling tree-sitter-racket v0.24.7
[INFO] [stderr]    Compiling tree-sitter-bash v0.23.3
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]     Checking bstr v1.9.1
[INFO] [stderr]    Compiling difftastic v0.68.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking env_logger v0.10.2
[INFO] [stderr]     Checking globset v0.4.15
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tree-sitter v0.25.10
[INFO] [stderr]     Checking petgraph v0.6.4
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking strum v0.26.3
[INFO] [stderr]     Checking tree_magic_mini v3.1.6
[INFO] [stderr]     Checking ignore v0.4.23
[INFO] [stderr]     Checking pretty_env_logger v0.5.0
[INFO] [stderr]     Checking predicates v3.1.3
[INFO] [stderr]     Checking clap v4.5.23
[INFO] [stderr]     Checking tikv-jemallocator v0.6.0
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 10s
[INFO] running `Command { std: "docker" "inspect" "cb5c08d5fdbafcd437147bb038261b418c782679225e51c4166da17c4bc592f8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cb5c08d5fdbafcd437147bb038261b418c782679225e51c4166da17c4bc592f8", kill_on_drop: false }`
[INFO] [stdout] cb5c08d5fdbafcd437147bb038261b418c782679225e51c4166da17c4bc592f8
