[INFO] fetching crate gitu 0.38.0...
[INFO] checking gitu-0.38.0 against try#b4c55082edd8dec08ce8af276d7054d9c4db20c4 for pr-147984
[INFO] extracting crate gitu 0.38.0 into /workspace/builds/worker-7-tc2/source
[INFO] started tweaking crates.io crate gitu 0.38.0
[INFO] finished tweaking crates.io crate gitu 0.38.0
[INFO] tweaked toml for crates.io crate gitu 0.38.0 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate gitu 0.38.0 on toolchain b4c55082edd8dec08ce8af276d7054d9c4db20c4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b4c55082edd8dec08ce8af276d7054d9c4db20c4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate gitu 0.38.0 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" "+b4c55082edd8dec08ce8af276d7054d9c4db20c4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b4c55082edd8dec08ce8af276d7054d9c4db20c4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f4874fc84741708b4e6aff0152ed7853c92ad17c0471d15b09845d21149d4c02
[INFO] running `Command { std: "docker" "start" "-a" "f4874fc84741708b4e6aff0152ed7853c92ad17c0471d15b09845d21149d4c02", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f4874fc84741708b4e6aff0152ed7853c92ad17c0471d15b09845d21149d4c02", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f4874fc84741708b4e6aff0152ed7853c92ad17c0471d15b09845d21149d4c02", kill_on_drop: false }`
[INFO] [stdout] f4874fc84741708b4e6aff0152ed7853c92ad17c0471d15b09845d21149d4c02
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b4c55082edd8dec08ce8af276d7054d9c4db20c4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3d4bfca18147a981269400ff8fa31db2f71ea9f33dd3833f38370f7e798fc95d
[INFO] running `Command { std: "docker" "start" "-a" "3d4bfca18147a981269400ff8fa31db2f71ea9f33dd3833f38370f7e798fc95d", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.168
[INFO] [stderr]    Compiling serde_core v1.0.225
[INFO] [stderr]     Checking tree-sitter-language v0.1.5
[INFO] [stderr]    Compiling serde v1.0.225
[INFO] [stderr]    Compiling hashbrown v0.15.0
[INFO] [stderr]     Checking either v1.13.0
[INFO] [stderr]    Compiling icu_locid_transform_data v1.5.1
[INFO] [stderr]     Checking litemap v0.7.5
[INFO] [stderr]     Checking foldhash v0.1.3
[INFO] [stderr]    Compiling icu_properties_data v1.5.1
[INFO] [stderr]    Compiling rustix v0.38.42
[INFO] [stderr]    Compiling syn v2.0.87
[INFO] [stderr]     Checking linux-raw-sys v0.4.14
[INFO] [stderr]    Compiling icu_normalizer_data v1.5.1
[INFO] [stderr]    Compiling signal-hook v0.3.17
[INFO] [stderr]     Checking futures-core v0.3.31
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling toml_parser v1.0.3
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]    Compiling toml_datetime v0.7.2
[INFO] [stderr]    Compiling itoa v1.0.11
[INFO] [stderr]    Compiling regex-automata v0.4.8
[INFO] [stderr]     Checking itertools v0.13.0
[INFO] [stderr]    Compiling rstest_macros v0.23.0
[INFO] [stderr]     Checking castaway v0.2.3
[INFO] [stderr]    Compiling pest v2.8.3
[INFO] [stderr]    Compiling uncased v0.9.10
[INFO] [stderr]    Compiling indoc v2.0.5
[INFO] [stderr]     Checking lru v0.12.5
[INFO] [stderr]    Compiling indexmap v2.11.4
[INFO] [stderr]     Checking winnow v0.7.13
[INFO] [stderr]     Checking toml_write v0.1.2
[INFO] [stderr]    Compiling relative-path v1.9.3
[INFO] [stderr]     Checking clap_builder v4.5.47
[INFO] [stderr]     Checking ahash v0.8.12
[INFO] [stderr]     Checking form_urlencoded v1.2.1
[INFO] [stderr]    Compiling figment v0.10.19
[INFO] [stderr]     Checking x11rb-protocol v0.13.1
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking notify-types v1.0.0
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]     Checking mio v1.0.2
[INFO] [stderr]    Compiling jobserver v0.1.32
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking signal-hook-registry v1.4.2
[INFO] [stderr]    Compiling cc v1.2.26
[INFO] [stderr]    Compiling toml_edit v0.23.6
[INFO] [stderr]     Checking inotify-sys v0.1.5
[INFO] [stderr]     Checking filetime v0.2.25
[INFO] [stderr]     Checking inotify v0.10.2
[INFO] [stderr]     Checking thread-id v3.3.0
[INFO] [stderr]     Checking unicode-truncate v1.1.0
[INFO] [stderr]     Checking similar v2.7.0
[INFO] [stderr]     Checking vte v0.14.1
[INFO] [stderr]     Checking cached_proc_macro_types v0.1.1
[INFO] [stderr]     Checking web-time v1.1.0
[INFO] [stderr]     Checking signal-hook-mio v0.2.4
[INFO] [stderr]     Checking minimal-lexical v0.2.1
[INFO] [stderr]     Checking chrono v0.4.42
[INFO] [stderr]     Checking etcetera v0.10.0
[INFO] [stderr]     Checking strip-ansi-escapes v0.2.1
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking notify v7.0.0
[INFO] [stderr]    Compiling regex v1.11.2
[INFO] [stderr]    Compiling pest_meta v2.8.3
[INFO] [stderr]     Checking simple-logging v2.0.2
[INFO] [stderr]     Checking itertools v0.10.5
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]    Compiling proc-macro-crate v3.4.0
[INFO] [stderr]     Checking is-terminal v0.4.13
[INFO] [stderr]     Checking console v0.15.8
[INFO] [stderr]     Checking oorandom v11.1.4
[INFO] [stderr]     Checking temp-env v0.3.6
[INFO] [stderr]     Checking temp-dir v0.1.16
[INFO] [stderr]    Compiling libz-sys v1.1.20
[INFO] [stderr]    Compiling libgit2-sys v0.18.1+1.9.0
[INFO] [stderr]    Compiling tree-sitter-elixir v0.3.4
[INFO] [stderr]    Compiling tree-sitter-rust v0.24.0
[INFO] [stderr]    Compiling tree-sitter-c-sharp v0.23.1
[INFO] [stderr]    Compiling tree-sitter-ocaml v0.24.2
[INFO] [stderr]    Compiling tree-sitter-html v0.23.2
[INFO] [stderr]    Compiling tree-sitter-haskell v0.23.1
[INFO] [stderr]    Compiling tree-sitter-cpp v0.23.4
[INFO] [stderr]    Compiling tree-sitter-php v0.23.11
[INFO] [stderr]    Compiling tree-sitter-java v0.23.5
[INFO] [stderr]    Compiling tree-sitter-javascript v0.23.1
[INFO] [stderr]    Compiling tree-sitter-ruby v0.23.1
[INFO] [stderr]    Compiling tree-sitter-json v0.24.8
[INFO] [stderr]    Compiling tree-sitter-python v0.23.6
[INFO] [stderr]    Compiling tree-sitter-toml-ng v0.7.0
[INFO] [stderr]    Compiling tree-sitter-scala v0.23.4
[INFO] [stderr]    Compiling tree-sitter-go v0.23.4
[INFO] [stderr]    Compiling tree-sitter-bash v0.25.0
[INFO] [stderr]    Compiling tree-sitter-typescript v0.23.2
[INFO] [stderr]    Compiling tree-sitter-c v0.24.1
[INFO] [stderr]    Compiling synstructure v0.13.1
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling pest_generator v2.8.3
[INFO] [stderr]    Compiling tree-sitter v0.25.6
[INFO] [stderr]     Checking criterion-plot v0.5.0
[INFO] [stderr]     Checking insta v1.43.2
[INFO] [stderr]    Compiling serde_derive v1.0.225
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.7.5
[INFO] [stderr]    Compiling zerovec-derive v0.10.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling icu_provider_macros v1.5.0
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling instability v0.3.2
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]     Checking yoke v0.7.5
[INFO] [stderr]    Compiling clap_derive v4.5.47
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]    Compiling git-version-macro v0.3.9
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling cached_proc_macro v0.24.0
[INFO] [stderr]     Checking zerovec v0.10.4
[INFO] [stderr]    Compiling pest_derive v2.8.3
[INFO] [stderr]     Checking thiserror v2.0.12
[INFO] [stderr]     Checking git-version v0.3.9
[INFO] [stderr]     Checking tree-sitter-highlight v0.25.6
[INFO] [stderr]     Checking cached v0.55.1
[INFO] [stderr]     Checking tinystr v0.7.6
[INFO] [stderr]     Checking icu_collections v1.5.0
[INFO] [stderr]     Checking icu_locid v1.5.0
[INFO] [stderr]     Checking strum v0.26.3
[INFO] [stderr]     Checking icu_provider v1.5.0
[INFO] [stderr]     Checking icu_locid_transform v1.5.0
[INFO] [stderr]     Checking clap v4.5.47
[INFO] [stderr]     Checking icu_properties v1.5.1
[INFO] [stderr]     Checking bitflags v2.6.0
[INFO] [stderr]     Checking compact_str v0.8.0
[INFO] [stderr]     Checking toml_datetime v0.6.11
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking serde_spanned v0.6.9
[INFO] [stderr]     Checking toml_edit v0.22.27
[INFO] [stderr]     Checking ciborium v0.2.2
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]     Checking rstest v0.23.0
[INFO] [stderr]     Checking tinytemplate v1.2.1
[INFO] [stderr]     Checking criterion v0.5.1
[INFO] [stderr]     Checking toml v0.8.23
[INFO] [stderr]     Checking icu_normalizer v1.5.0
[INFO] [stderr]     Checking idna_adapter v1.2.0
[INFO] [stderr]     Checking idna v1.0.3
[INFO] [stderr]     Checking url v2.5.4
[INFO] [stderr]     Checking git2 v0.20.2
[INFO] [stderr]     Checking crossterm v0.28.1
[INFO] [stderr]     Checking x11rb v0.13.1
[INFO] [stderr]     Checking ratatui v0.29.0
[INFO] [stderr]     Checking arboard v3.6.1
[INFO] [stderr]     Checking ratatui-macros v0.6.0
[INFO] [stderr]     Checking tui-prompts v0.5.0
[INFO] [stderr]     Checking gitu v0.38.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 28s
[INFO] running `Command { std: "docker" "inspect" "3d4bfca18147a981269400ff8fa31db2f71ea9f33dd3833f38370f7e798fc95d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3d4bfca18147a981269400ff8fa31db2f71ea9f33dd3833f38370f7e798fc95d", kill_on_drop: false }`
[INFO] [stdout] 3d4bfca18147a981269400ff8fa31db2f71ea9f33dd3833f38370f7e798fc95d
