[INFO] cloning repository https://github.com/sevenc-nanashi/ccsum
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/sevenc-nanashi/ccsum" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsevenc-nanashi%2Fccsum", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsevenc-nanashi%2Fccsum'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d7ec759c37ffa5164a4395e74e4c7338ebe25fc4
[INFO] checking sevenc-nanashi/ccsum against try#0269aeccce4fd29ce9ad0ebd47a62e584d7e25ef for pr-147859
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsevenc-nanashi%2Fccsum" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-6-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/sevenc-nanashi/ccsum
[INFO] finished tweaking git repo https://github.com/sevenc-nanashi/ccsum
[INFO] tweaked toml for git repo https://github.com/sevenc-nanashi/ccsum written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/sevenc-nanashi/ccsum on toolchain 0269aeccce4fd29ce9ad0ebd47a62e584d7e25ef
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0269aeccce4fd29ce9ad0ebd47a62e584d7e25ef" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/sevenc-nanashi/ccsum 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" "+0269aeccce4fd29ce9ad0ebd47a62e584d7e25ef" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded lazy-regex v3.5.1
[INFO] [stderr]   Downloaded clap_complete v4.5.65
[INFO] [stderr]   Downloaded duplicate v2.0.1
[INFO] [stderr]   Downloaded anstyle-wincon v3.0.6
[INFO] [stderr]   Downloaded wild v2.2.1
[INFO] [stderr]   Downloaded rstest v0.26.1
[INFO] [stderr]   Downloaded lazy-regex-proc_macros v3.5.1
[INFO] [stderr]   Downloaded rstest_macros v0.26.1
[INFO] [stderr]   Downloaded regex-split v0.1.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+0269aeccce4fd29ce9ad0ebd47a62e584d7e25ef" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] fa015c0067b13a9104e9eb0776336f4f83ae0cd4495dd639f1bfef600555eda3
[INFO] running `Command { std: "docker" "start" "-a" "fa015c0067b13a9104e9eb0776336f4f83ae0cd4495dd639f1bfef600555eda3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fa015c0067b13a9104e9eb0776336f4f83ae0cd4495dd639f1bfef600555eda3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fa015c0067b13a9104e9eb0776336f4f83ae0cd4495dd639f1bfef600555eda3", kill_on_drop: false }`
[INFO] [stdout] fa015c0067b13a9104e9eb0776336f4f83ae0cd4495dd639f1bfef600555eda3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+0269aeccce4fd29ce9ad0ebd47a62e584d7e25ef" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5610ce9abaf621259bd5b4290c55307b44a65211a880f08461f74dad59ad7c6c
[INFO] running `Command { std: "docker" "start" "-a" "5610ce9abaf621259bd5b4290c55307b44a65211a880f08461f74dad59ad7c6c", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.111
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]     Checking utf8parse v0.2.2
[INFO] [stderr]    Compiling siphasher v1.0.1
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]     Checking is_terminal_polyfill v1.70.2
[INFO] [stderr]     Checking anstyle-query v1.1.5
[INFO] [stderr]     Checking colorchoice v1.0.4
[INFO] [stderr]    Compiling semver v1.0.27
[INFO] [stderr]    Compiling libc v0.2.178
[INFO] [stderr]    Compiling proc-macro2-diagnostics v0.10.1
[INFO] [stderr]    Compiling fs-err v3.2.2
[INFO] [stderr]    Compiling palette v0.7.6
[INFO] [stderr]    Compiling by_address v1.2.1
[INFO] [stderr]     Checking predicates-core v1.0.9
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]     Checking approx v0.5.1
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]     Checking anstyle-parse v0.2.7
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]     Checking termtree v0.5.1
[INFO] [stderr]     Checking fast-srgb8 v1.0.0
[INFO] [stderr]    Compiling relative-path v1.9.3
[INFO] [stderr]    Compiling assert_cmd v2.1.2
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]     Checking difflib v0.4.0
[INFO] [stderr]     Checking anstream v0.6.21
[INFO] [stderr]     Checking predicates-tree v1.0.12
[INFO] [stderr]    Compiling phf_generator v0.11.3
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]    Compiling indexmap v2.12.1
[INFO] [stderr]     Checking clap_builder v4.5.54
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking md-5 v0.10.6
[INFO] [stderr]     Checking xxhash-rust v0.8.15
[INFO] [stderr]     Checking predicates v3.1.3
[INFO] [stderr]     Checking wild v2.2.1
[INFO] [stderr]     Checking futures-timer v3.0.3
[INFO] [stderr]    Compiling rstest_macros v0.26.1
[INFO] [stderr]     Checking regex-automata v0.4.13
[INFO] [stderr]    Compiling toml_edit v0.23.7
[INFO] [stderr]     Checking wait-timeout v0.2.0
[INFO] [stderr]    Compiling proc-macro-crate v3.4.0
[INFO] [stderr]     Checking regex v1.12.2
[INFO] [stderr]     Checking bstr v1.12.1
[INFO] [stderr]     Checking regex-split v0.1.0
[INFO] [stderr]    Compiling phf_macros v0.11.3
[INFO] [stderr]    Compiling clap_derive v4.5.49
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling lazy-regex-proc_macros v3.5.1
[INFO] [stderr]    Compiling strum_macros v0.27.2
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling palette_derive v0.7.6
[INFO] [stderr]    Compiling duplicate v2.0.1
[INFO] [stderr]     Checking phf v0.11.3
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking lazy-regex v3.5.1
[INFO] [stderr]     Checking thiserror v2.0.17
[INFO] [stderr]     Checking clap v4.5.54
[INFO] [stderr]     Checking clap_complete v4.5.65
[INFO] [stderr]     Checking strum v0.27.2
[INFO] [stderr]     Checking rstest v0.26.1
[INFO] [stderr]     Checking ccsum v0.2.2 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.97s
[INFO] running `Command { std: "docker" "inspect" "5610ce9abaf621259bd5b4290c55307b44a65211a880f08461f74dad59ad7c6c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5610ce9abaf621259bd5b4290c55307b44a65211a880f08461f74dad59ad7c6c", kill_on_drop: false }`
[INFO] [stdout] 5610ce9abaf621259bd5b4290c55307b44a65211a880f08461f74dad59ad7c6c
