[INFO] cloning repository https://github.com/IntrepidAI/mavinspect
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/IntrepidAI/mavinspect" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FIntrepidAI%2Fmavinspect", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FIntrepidAI%2Fmavinspect'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 7b38d62aab13f2b6b10897e95a4a6616f876a510
[INFO] checking IntrepidAI/mavinspect against 6e4b95ed0735c3bbfb308e6f158f479b4d14f1aa for pr-159356
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FIntrepidAI%2Fmavinspect" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/IntrepidAI/mavinspect
[INFO] removed 0 missing examples
[INFO] finished tweaking git repo https://github.com/IntrepidAI/mavinspect
[INFO] tweaked toml for git repo https://github.com/IntrepidAI/mavinspect written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/IntrepidAI/mavinspect on toolchain 6e4b95ed0735c3bbfb308e6f158f479b4d14f1aa
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+6e4b95ed0735c3bbfb308e6f158f479b4d14f1aa" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/IntrepidAI/mavinspect 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" "+6e4b95ed0735c3bbfb308e6f158f479b4d14f1aa" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:c36f533e8924a726b63f9d01e781fa8c8c28c96d1d595403829afb31452ee0f5" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 775a72c7f7f853fad2bff013c64acb4603778ce85b4440588b0f118abb1a4ba3
[INFO] running `Command { std: "docker" "start" "775a72c7f7f853fad2bff013c64acb4603778ce85b4440588b0f118abb1a4ba3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "775a72c7f7f853fad2bff013c64acb4603778ce85b4440588b0f118abb1a4ba3", 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" "775a72c7f7f853fad2bff013c64acb4603778ce85b4440588b0f118abb1a4ba3" "/opt/rustwide/cargo-home/bin/cargo" "+6e4b95ed0735c3bbfb308e6f158f479b4d14f1aa" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "775a72c7f7f853fad2bff013c64acb4603778ce85b4440588b0f118abb1a4ba3", 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" "775a72c7f7f853fad2bff013c64acb4603778ce85b4440588b0f118abb1a4ba3" "/opt/rustwide/cargo-home/bin/cargo" "+6e4b95ed0735c3bbfb308e6f158f479b4d14f1aa" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking memchr v2.7.4
[INFO] [stderr]    Compiling proc-macro2 v1.0.92
[INFO] [stderr]    Compiling unicode-ident v1.0.14
[INFO] [stderr]     Checking regex-syntax v0.8.5
[INFO] [stderr]     Checking log v0.4.22
[INFO] [stderr]    Compiling thiserror v2.0.9
[INFO] [stderr]     Checking utf8parse v0.2.2
[INFO] [stderr]     Checking colorchoice v1.0.3
[INFO] [stderr]    Compiling mavinspect v0.3.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking anstyle v1.0.10
[INFO] [stderr]     Checking anstyle-query v1.1.2
[INFO] [stderr]     Checking is_terminal_polyfill v1.70.1
[INFO] [stderr]     Checking humantime v2.1.0
[INFO] [stderr]     Checking heck v0.5.0
[INFO] [stderr]     Checking crc-any v2.5.0
[INFO] [stderr]     Checking bitflags v2.6.0
[INFO] [stderr]     Checking anstyle-parse v0.2.6
[INFO] [stderr]     Checking anstream v0.6.18
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]     Checking quick-xml v0.37.2
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]    Compiling syn v2.0.94
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]    Compiling thiserror-impl v2.0.9
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]     Checking env_filter v0.1.3
[INFO] [stderr]     Checking env_logger v0.11.6
[INFO] [stdout] warning: missing documentation for a module
[INFO] [stdout]    --> src/parser/mod.rs:11:1
[INFO] [stdout]     |
[INFO] [stdout]  11 | pub mod xml;
[INFO] [stdout]     | ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]    --> src/lib.rs:113:9
[INFO] [stdout]     |
[INFO] [stdout] 113 | #![warn(missing_docs)]
[INFO] [stdout]     |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a variant
[INFO] [stdout]    --> src/parser/errors.rs:166:5
[INFO] [stdout]     |
[INFO] [stdout] 166 |     XmlReaderError(#[from] quick_xml::Error),
[INFO] [stdout]     |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a module
[INFO] [stdout]  --> src/parser/xml/mod.rs:8:1
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub mod entities;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for an associated function
[INFO] [stdout]   --> src/parser/xml/parser.rs:34:5
[INFO] [stdout]    |
[INFO] [stdout] 34 | /     pub fn new(
[INFO] [stdout] 35 | |         enums: &'a mut HashMap<String, Enum>,
[INFO] [stdout] 36 | |         messages: &'a mut HashMap<MessageId, Message>,
[INFO] [stdout] 37 | |     ) -> Self {
[INFO] [stdout]    | |_____________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a method
[INFO] [stdout]   --> src/parser/xml/parser.rs:50:5
[INFO] [stdout]    |
[INFO] [stdout] 50 | /     pub fn parse<T: BufRead + Read>(
[INFO] [stdout] 51 | |         &mut self,
[INFO] [stdout] 52 | |         dialect_name: &str,
[INFO] [stdout] 53 | |         reader: &mut Reader<T>,
[INFO] [stdout] 54 | |     ) -> Result<()> {
[INFO] [stdout]    | |___________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a module
[INFO] [stdout]  --> src/parser/xml/entities.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub mod deprecated {
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/protocol/microservices.rs:247:21
[INFO] [stdout]     |
[INFO] [stdout] 247 |     pub fn messages(&self) -> impl Iterator<Item = Cow<str>> {
[INFO] [stdout]     |                     ^^^^^                          ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 247 |     pub fn messages(&self) -> impl Iterator<Item = Cow<'_, str>> {
[INFO] [stdout]     |                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/protocol/microservices.rs:145:25
[INFO] [stdout]     |
[INFO] [stdout] 145 |         pub fn $subject(&self) -> impl Iterator<Item = Cow<str>> {
[INFO] [stdout]     |                         ^^^^^                          ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 271 |     define_specs!(enums);
[INFO] [stdout]     |     -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `define_specs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 145 |         pub fn $subject(&self) -> impl Iterator<Item = Cow<'_, str>> {
[INFO] [stdout]     |                                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/protocol/microservices.rs:145:25
[INFO] [stdout]     |
[INFO] [stdout] 145 |         pub fn $subject(&self) -> impl Iterator<Item = Cow<str>> {
[INFO] [stdout]     |                         ^^^^^                          ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 272 |     define_specs!(commands);
[INFO] [stdout]     |     ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `define_specs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 145 |         pub fn $subject(&self) -> impl Iterator<Item = Cow<'_, str>> {
[INFO] [stdout]     |                                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a module
[INFO] [stdout]    --> src/parser/mod.rs:11:1
[INFO] [stdout]     |
[INFO] [stdout]  11 | pub mod xml;
[INFO] [stdout]     | ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]    --> src/lib.rs:113:9
[INFO] [stdout]     |
[INFO] [stdout] 113 | #![warn(missing_docs)]
[INFO] [stdout]     |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a variant
[INFO] [stdout]    --> src/parser/errors.rs:166:5
[INFO] [stdout]     |
[INFO] [stdout] 166 |     XmlReaderError(#[from] quick_xml::Error),
[INFO] [stdout]     |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a module
[INFO] [stdout]  --> src/parser/xml/mod.rs:8:1
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub mod entities;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for an associated function
[INFO] [stdout]   --> src/parser/xml/parser.rs:34:5
[INFO] [stdout]    |
[INFO] [stdout] 34 | /     pub fn new(
[INFO] [stdout] 35 | |         enums: &'a mut HashMap<String, Enum>,
[INFO] [stdout] 36 | |         messages: &'a mut HashMap<MessageId, Message>,
[INFO] [stdout] 37 | |     ) -> Self {
[INFO] [stdout]    | |_____________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a method
[INFO] [stdout]   --> src/parser/xml/parser.rs:50:5
[INFO] [stdout]    |
[INFO] [stdout] 50 | /     pub fn parse<T: BufRead + Read>(
[INFO] [stdout] 51 | |         &mut self,
[INFO] [stdout] 52 | |         dialect_name: &str,
[INFO] [stdout] 53 | |         reader: &mut Reader<T>,
[INFO] [stdout] 54 | |     ) -> Result<()> {
[INFO] [stdout]    | |___________________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a module
[INFO] [stdout]  --> src/parser/xml/entities.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | pub mod deprecated {
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: crater fail !! problematic pattern detected !!
[INFO] [stdout]    --> src/protocol/messages/message.rs:530:53
[INFO] [stdout]     |
[INFO] [stdout] 530 |         assert!(matches!(message.deprecated(), Some(Deprecated { .. })));
[INFO] [stdout]     |                                                     ^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: the type is defined here
[INFO] [stdout]    --> src/protocol/common/deprecated.rs:10:1
[INFO] [stdout]     |
[INFO] [stdout]  10 | pub struct Deprecated {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: `#[deny(rest_pattern_match_on_struct_with_all_private_fields)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/protocol/microservices.rs:247:21
[INFO] [stdout]     |
[INFO] [stdout] 247 |     pub fn messages(&self) -> impl Iterator<Item = Cow<str>> {
[INFO] [stdout]     |                     ^^^^^                          ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                     |
[INFO] [stdout]     |                     the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 247 |     pub fn messages(&self) -> impl Iterator<Item = Cow<'_, str>> {
[INFO] [stdout]     |                                                        +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/protocol/microservices.rs:145:25
[INFO] [stdout]     |
[INFO] [stdout] 145 |         pub fn $subject(&self) -> impl Iterator<Item = Cow<str>> {
[INFO] [stdout]     |                         ^^^^^                          ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 271 |     define_specs!(enums);
[INFO] [stdout]     |     -------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `define_specs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 145 |         pub fn $subject(&self) -> impl Iterator<Item = Cow<'_, str>> {
[INFO] [stdout]     |                                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/protocol/microservices.rs:145:25
[INFO] [stdout]     |
[INFO] [stdout] 145 |         pub fn $subject(&self) -> impl Iterator<Item = Cow<str>> {
[INFO] [stdout]     |                         ^^^^^                          ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                         |
[INFO] [stdout]     |                         the lifetime is elided here
[INFO] [stdout] ...
[INFO] [stdout] 272 |     define_specs!(commands);
[INFO] [stdout]     |     ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: this warning originates in the macro `define_specs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 145 |         pub fn $subject(&self) -> impl Iterator<Item = Cow<'_, str>> {
[INFO] [stdout]     |                                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `mavinspect` (lib test) due to 1 previous error; 9 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "775a72c7f7f853fad2bff013c64acb4603778ce85b4440588b0f118abb1a4ba3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "775a72c7f7f853fad2bff013c64acb4603778ce85b4440588b0f118abb1a4ba3", kill_on_drop: false }`
[INFO] [stdout] 775a72c7f7f853fad2bff013c64acb4603778ce85b4440588b0f118abb1a4ba3
