[INFO] cloning repository https://github.com/polston/vouch
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/polston/vouch" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpolston%2Fvouch", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpolston%2Fvouch'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 9f5b89dcbb348000d2b0c99e3dcab08193236498
[INFO] checking polston/vouch against 79c0559184f27f4433a6fbc260b950d06d4a4889 for pr-162233-crater-rollup
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpolston%2Fvouch" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-7-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/polston/vouch
[INFO] finished tweaking git repo https://github.com/polston/vouch
[INFO] tweaked toml for git repo https://github.com/polston/vouch written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/polston/vouch on toolchain 79c0559184f27f4433a6fbc260b950d06d4a4889
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/polston/vouch 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" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "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/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] c1572fe80c3a2987ebfad9af7e18f1d7dba2cdb794c041238bc64e3be50e47ee
[INFO] running `Command { std: "docker" "start" "c1572fe80c3a2987ebfad9af7e18f1d7dba2cdb794c041238bc64e3be50e47ee", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c1572fe80c3a2987ebfad9af7e18f1d7dba2cdb794c041238bc64e3be50e47ee", 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" "c1572fe80c3a2987ebfad9af7e18f1d7dba2cdb794c041238bc64e3be50e47ee" "/opt/rustwide/cargo-home/bin/cargo" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c1572fe80c3a2987ebfad9af7e18f1d7dba2cdb794c041238bc64e3be50e47ee", 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" "c1572fe80c3a2987ebfad9af7e18f1d7dba2cdb794c041238bc64e3be50e47ee" "/opt/rustwide/cargo-home/bin/cargo" "+79c0559184f27f4433a6fbc260b950d06d4a4889" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_core v1.0.229
[INFO] [stderr]    Compiling smallvec v1.15.2
[INFO] [stderr]    Compiling libc v0.2.189
[INFO] [stderr]    Compiling collection_literals v1.0.3
[INFO] [stderr]    Compiling interpolator v0.5.0
[INFO] [stderr]    Compiling zerocopy v0.8.55
[INFO] [stderr]    Compiling syn v3.0.3
[INFO] [stderr]     Checking thin-vec v0.2.19
[INFO] [stderr]     Checking compact_str v0.10.0
[INFO] [stderr]     Checking futures-sink v0.3.34
[INFO] [stderr]    Compiling unicode-width v0.2.2
[INFO] [stderr]    Compiling ucd-trie v0.1.7
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]    Compiling proc-macro-utils v0.10.0
[INFO] [stderr]    Compiling pest v2.8.8
[INFO] [stderr]     Checking futures-channel v0.3.34
[INFO] [stderr]     Checking either v1.17.0
[INFO] [stderr]     Checking futures-io v0.3.34
[INFO] [stderr]     Checking arrayvec v0.7.8
[INFO] [stderr]     Checking futures-task v0.3.34
[INFO] [stderr]    Compiling serde_json v1.0.151
[INFO] [stderr]     Checking phf_shared v0.11.3
[INFO] [stderr]    Compiling getopts v0.2.24
[INFO] [stderr]     Checking itertools v0.15.0
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking rustc-hash v2.1.3
[INFO] [stderr]    Compiling peg-runtime v0.8.6
[INFO] [stderr]    Compiling quote-use-macros v0.8.4
[INFO] [stderr]    Compiling manyhow-macros v0.11.4
[INFO] [stderr]    Compiling is-macro v0.3.7
[INFO] [stderr]    Compiling peg-macros v0.8.6
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling quote-use v0.8.4
[INFO] [stderr]    Compiling manyhow v0.11.4
[INFO] [stderr]     Checking ahash v0.8.12
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling attribute-derive-macro v0.10.5
[INFO] [stderr]     Checking phf v0.11.3
[INFO] [stderr]     Checking winnow v1.0.4
[INFO] [stderr]    Compiling rmcp v3.1.4
[INFO] [stderr]     Checking regex-automata v0.4.18
[INFO] [stderr]    Compiling pest_meta v2.8.8
[INFO] [stderr]     Checking toml_write v0.1.2
[INFO] [stderr]     Checking cached_proc_macro_types v0.1.1
[INFO] [stderr]     Checking utf8-chars v3.0.7
[INFO] [stderr]     Checking uuid v1.24.0
[INFO] [stderr]     Checking indenter v0.3.4
[INFO] [stderr]    Compiling pastey v0.2.3
[INFO] [stderr]     Checking drop_bomb v0.1.5
[INFO] [stderr]     Checking toml_writer v1.1.2+spec-1.1.0
[INFO] [stderr]     Checking toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]    Compiling attribute-derive v0.10.5
[INFO] [stderr]    Compiling pest_generator v2.8.8
[INFO] [stderr]     Checking bstr v1.13.0
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]     Checking peg v0.8.6
[INFO] [stderr]    Compiling get-size-derive2 v0.10.3
[INFO] [stderr]     Checking indexmap v2.14.0
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]     Checking toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling cached_proc_macro v0.27.0
[INFO] [stderr]    Compiling pest_derive v2.8.8
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]    Compiling bon-macros v3.9.3
[INFO] [stderr]     Checking ordermap v1.2.0
[INFO] [stderr]     Checking toml_edit v0.25.13+spec-1.1.0
[INFO] [stderr]    Compiling darling_core v0.24.1
[INFO] [stderr]    Compiling serde_derive_internals v0.30.0
[INFO] [stderr]     Checking get-size2 v0.10.3
[INFO] [stderr]     Checking ruff_text_size v0.0.8
[INFO] [stderr]     Checking char_str v0.0.2
[INFO] [stderr]     Checking ruff_source_file v0.0.8
[INFO] [stderr]     Checking ruff_python_trivia v0.0.8
[INFO] [stderr]    Compiling serde_derive v1.0.229
[INFO] [stderr]    Compiling thiserror-impl v2.0.19
[INFO] [stderr]    Compiling futures-macro v0.3.34
[INFO] [stderr]    Compiling tokio-macros v2.7.2
[INFO] [stderr]    Compiling ref-cast-impl v1.0.26
[INFO] [stderr]    Compiling schemars_derive v1.2.2
[INFO] [stderr]     Checking ref-cast v1.0.26
[INFO] [stderr]     Checking tokio v1.53.1
[INFO] [stderr]     Checking thiserror v2.0.19
[INFO] [stderr]     Checking cached v0.59.0
[INFO] [stderr]     Checking ruff_python_ast v0.0.8
[INFO] [stderr]     Checking futures-util v0.3.34
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.7
[INFO] [stderr]     Checking serde v1.0.229
[INFO] [stderr]    Compiling darling_macro v0.24.1
[INFO] [stderr]    Compiling phf_generator v0.11.3
[INFO] [stderr]    Compiling phf_codegen v0.11.3
[INFO] [stderr]    Compiling unicode_names2_generator v1.3.0
[INFO] [stderr]    Compiling darling v0.24.1
[INFO] [stderr]    Compiling rmcp-macros v3.1.4
[INFO] [stderr]     Checking toml_datetime v0.6.11
[INFO] [stderr]    Compiling unicode_names2 v1.3.0
[INFO] [stderr]     Checking serde_spanned v0.6.9
[INFO] [stderr]     Checking chrono v0.4.45
[INFO] [stderr]     Checking insta v1.48.0
[INFO] [stderr]     Checking toml_edit v0.22.27
[INFO] [stderr]     Checking bon v3.9.3
[INFO] [stderr]     Checking futures-executor v0.3.34
[INFO] [stderr]     Checking futures v0.3.34
[INFO] [stderr]     Checking schemars v1.2.2
[INFO] [stderr]     Checking brush-parser v0.4.0
[INFO] [stderr]     Checking tokio-stream v0.1.19
[INFO] [stderr]     Checking tokio-util v0.7.19
[INFO] [stderr]     Checking toml v0.8.23
[INFO] [stderr]     Checking ruff_python_parser v0.0.8
[INFO] [stderr]     Checking vouch v0.17.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: function `a_file_that_parses_to_NOTHING_is_also_a_gap` should have a snake case name
[INFO] [stdout]   --> tests/knowledge_source_test.rs:57:4
[INFO] [stdout]    |
[INFO] [stdout] 57 | fn a_file_that_parses_to_NOTHING_is_also_a_gap() {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `a_file_that_parses_to_nothing_is_also_a_gap`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `with_no_config_file_a_described_TOOL_also_asks` should have a snake case name
[INFO] [stdout]   --> tests/no_config_test.rs:38:4
[INFO] [stdout]    |
[INFO] [stdout] 38 | fn with_no_config_file_a_described_TOOL_also_asks() {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `with_no_config_file_a_described_tool_also_asks`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 08s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: attribute-derive-macro v0.10.5
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 4`
[INFO] running `Command { std: "docker" "inspect" "c1572fe80c3a2987ebfad9af7e18f1d7dba2cdb794c041238bc64e3be50e47ee", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c1572fe80c3a2987ebfad9af7e18f1d7dba2cdb794c041238bc64e3be50e47ee", kill_on_drop: false }`
[INFO] [stdout] c1572fe80c3a2987ebfad9af7e18f1d7dba2cdb794c041238bc64e3be50e47ee
