[INFO] fetching crate pac2 0.1.0...
[INFO] testing pac2-0.1.0 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-7
[INFO] extracting crate pac2 0.1.0 into /workspace/builds/worker-5-tc1/source
[INFO] started tweaking crates.io crate pac2 0.1.0
[INFO] finished tweaking crates.io crate pac2 0.1.0
[INFO] tweaked toml for crates.io crate pac2 0.1.0 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate pac2 0.1.0 on toolchain c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate pac2 0.1.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" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded protobuf-codegen v2.14.0
[INFO] [stderr]   Downloaded protobuf-codegen-pure v2.14.0
[INFO] [stderr]   Downloaded protobuf v2.14.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 1ae326e605dda4d94d471fd40b2051e3b2f52e3b6a629e8a674baf455a8c6e4d
[INFO] running `Command { std: "docker" "start" "-a" "1ae326e605dda4d94d471fd40b2051e3b2f52e3b6a629e8a674baf455a8c6e4d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1ae326e605dda4d94d471fd40b2051e3b2f52e3b6a629e8a674baf455a8c6e4d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1ae326e605dda4d94d471fd40b2051e3b2f52e3b6a629e8a674baf455a8c6e4d", kill_on_drop: false }`
[INFO] [stdout] 1ae326e605dda4d94d471fd40b2051e3b2f52e3b6a629e8a674baf455a8c6e4d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 939def8fa2b60c233aadbcf15657fc4759065d0f80a66524ccbf8ba70fc12df9
[INFO] running `Command { std: "docker" "start" "-a" "939def8fa2b60c233aadbcf15657fc4759065d0f80a66524ccbf8ba70fc12df9", kill_on_drop: false }`
[INFO] [stderr]    Compiling protobuf v2.14.0
[INFO] [stderr]    Compiling protobuf-codegen v2.14.0
[INFO] [stderr]    Compiling protobuf-codegen-pure v2.14.0
[INFO] [stderr]    Compiling pac2 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated function `protobuf_codegen_pure::run`: Use Codegen instead
[INFO] [stdout]   --> build.rs:20:12
[INFO] [stdout]    |
[INFO] [stdout] 20 |     proto::run(proto::Args {
[INFO] [stdout]    |            ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `protobuf_codegen_pure::Args`: Use Codegen object instead
[INFO] [stdout]   --> build.rs:20:23
[INFO] [stdout]    |
[INFO] [stdout] 20 |     proto::run(proto::Args {
[INFO] [stdout]    |                       ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `protobuf_codegen_pure::Args::out_dir`: Use Codegen object instead
[INFO] [stdout]   --> build.rs:21:9
[INFO] [stdout]    |
[INFO] [stdout] 21 |         out_dir: proto_out_dir.to_str().unwrap(),
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `protobuf_codegen_pure::Args::input`: Use Codegen object instead
[INFO] [stdout]   --> build.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 |         input: &["proto/index.proto"],
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `protobuf_codegen_pure::Args::includes`: Use Codegen object instead
[INFO] [stdout]   --> build.rs:23:9
[INFO] [stdout]    |
[INFO] [stdout] 23 |         includes: &["proto"],
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `protobuf_codegen_pure::Args::customize`: Use Codegen object instead
[INFO] [stdout]   --> build.rs:24:9
[INFO] [stdout]    |
[INFO] [stdout] 24 | /         customize: proto::Customize {
[INFO] [stdout] 25 | |             ..Default::default()
[INFO] [stdout] 26 | |         },
[INFO] [stdout]    | |_________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `box_pointers` has been removed: it does not detect other kinds of allocations, and existed only for historical reasons
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/pac2-04c0df58cbf51815/out/proto/index.rs:10:10
[INFO] [stdout]    |
[INFO] [stdout] 10 | #![allow(box_pointers)]
[INFO] [stdout]    |          ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(renamed_and_removed_lints)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/pac2-04c0df58cbf51815/out/proto/index.rs:135:30
[INFO] [stdout]     |
[INFO] [stdout] 135 |     fn as_any(&self) -> &dyn (::std::any::Any) {
[INFO] [stdout]     |                              ^               ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 135 -     fn as_any(&self) -> &dyn (::std::any::Any) {
[INFO] [stdout] 135 +     fn as_any(&self) -> &dyn ::std::any::Any {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/pac2-04c0df58cbf51815/out/proto/index.rs:136:22
[INFO] [stdout]     |
[INFO] [stdout] 136 |         self as &dyn (::std::any::Any)
[INFO] [stdout]     |                      ^               ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 136 -         self as &dyn (::std::any::Any)
[INFO] [stdout] 136 +         self as &dyn ::std::any::Any
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/pac2-04c0df58cbf51815/out/proto/index.rs:138:42
[INFO] [stdout]     |
[INFO] [stdout] 138 |     fn as_any_mut(&mut self) -> &mut dyn (::std::any::Any) {
[INFO] [stdout]     |                                          ^               ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 138 -     fn as_any_mut(&mut self) -> &mut dyn (::std::any::Any) {
[INFO] [stdout] 138 +     fn as_any_mut(&mut self) -> &mut dyn ::std::any::Any {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/pac2-04c0df58cbf51815/out/proto/index.rs:139:26
[INFO] [stdout]     |
[INFO] [stdout] 139 |         self as &mut dyn (::std::any::Any)
[INFO] [stdout]     |                          ^               ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 139 -         self as &mut dyn (::std::any::Any)
[INFO] [stdout] 139 +         self as &mut dyn ::std::any::Any
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/pac2-04c0df58cbf51815/out/proto/index.rs:141:59
[INFO] [stdout]     |
[INFO] [stdout] 141 |     fn into_any(self: Box<Self>) -> ::std::boxed::Box<dyn (::std::any::Any)> {
[INFO] [stdout]     |                                                           ^               ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 141 -     fn into_any(self: Box<Self>) -> ::std::boxed::Box<dyn (::std::any::Any)> {
[INFO] [stdout] 141 +     fn into_any(self: Box<Self>) -> ::std::boxed::Box<dyn ::std::any::Any> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/pac2-04c0df58cbf51815/out/proto/index.rs:356:30
[INFO] [stdout]     |
[INFO] [stdout] 356 |     fn as_any(&self) -> &dyn (::std::any::Any) {
[INFO] [stdout]     |                              ^               ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 356 -     fn as_any(&self) -> &dyn (::std::any::Any) {
[INFO] [stdout] 356 +     fn as_any(&self) -> &dyn ::std::any::Any {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/pac2-04c0df58cbf51815/out/proto/index.rs:357:22
[INFO] [stdout]     |
[INFO] [stdout] 357 |         self as &dyn (::std::any::Any)
[INFO] [stdout]     |                      ^               ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 357 -         self as &dyn (::std::any::Any)
[INFO] [stdout] 357 +         self as &dyn ::std::any::Any
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/pac2-04c0df58cbf51815/out/proto/index.rs:359:42
[INFO] [stdout]     |
[INFO] [stdout] 359 |     fn as_any_mut(&mut self) -> &mut dyn (::std::any::Any) {
[INFO] [stdout]     |                                          ^               ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 359 -     fn as_any_mut(&mut self) -> &mut dyn (::std::any::Any) {
[INFO] [stdout] 359 +     fn as_any_mut(&mut self) -> &mut dyn ::std::any::Any {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/pac2-04c0df58cbf51815/out/proto/index.rs:360:26
[INFO] [stdout]     |
[INFO] [stdout] 360 |         self as &mut dyn (::std::any::Any)
[INFO] [stdout]     |                          ^               ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 360 -         self as &mut dyn (::std::any::Any)
[INFO] [stdout] 360 +         self as &mut dyn ::std::any::Any
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/pac2-04c0df58cbf51815/out/proto/index.rs:362:59
[INFO] [stdout]     |
[INFO] [stdout] 362 |     fn into_any(self: Box<Self>) -> ::std::boxed::Box<dyn (::std::any::Any)> {
[INFO] [stdout]     |                                                           ^               ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 362 -     fn into_any(self: Box<Self>) -> ::std::boxed::Box<dyn (::std::any::Any)> {
[INFO] [stdout] 362 +     fn into_any(self: Box<Self>) -> ::std::boxed::Box<dyn ::std::any::Any> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/pac2-04c0df58cbf51815/out/proto/index.rs:156:13
[INFO] [stdout]     |
[INFO] [stdout] 156 | / ...   descriptor.get(|| {
[INFO] [stdout] 157 | | ...       let mut fields = ::std::vec::Vec::new();
[INFO] [stdout] 158 | | ...       fields.push(::protobuf::reflect::accessor::make_repeated_field_accessor::<_, ::protobuf::types::ProtobufTypeMessage<Fil...
[INFO] [stdout] 159 | | ...           "files",
[INFO] [stdout] ...   |
[INFO] [stdout] 168 | | ...   })
[INFO] [stdout]     | |________^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]     = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/pac2-04c0df58cbf51815/out/proto/index.rs:175:13
[INFO] [stdout]     |
[INFO] [stdout] 175 |             instance.get(PackageIndex::new)
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/pac2-04c0df58cbf51815/out/proto/index.rs:194:15
[INFO] [stdout]     |
[INFO] [stdout] 194 |     fn as_ref(&self) -> ::protobuf::reflect::ReflectValueRef {
[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] 194 |     fn as_ref(&self) -> ::protobuf::reflect::ReflectValueRef<'_> {
[INFO] [stdout]     |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/pac2-04c0df58cbf51815/out/proto/index.rs:377:13
[INFO] [stdout]     |
[INFO] [stdout] 377 | /             descriptor.get(|| {
[INFO] [stdout] 378 | |                 let mut fields = ::std::vec::Vec::new();
[INFO] [stdout] 379 | |                 fields.push(::protobuf::reflect::accessor::make_simple_field_accessor::<_, ::protobuf::types::ProtobufTypeString>(
[INFO] [stdout] 380 | |                     "name",
[INFO] [stdout] ...   |
[INFO] [stdout] 399 | |             })
[INFO] [stdout]     | |______________^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/pac2-04c0df58cbf51815/out/proto/index.rs:406:13
[INFO] [stdout]     |
[INFO] [stdout] 406 |             instance.get(File::new)
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/pac2-04c0df58cbf51815/out/proto/index.rs:427:15
[INFO] [stdout]     |
[INFO] [stdout] 427 |     fn as_ref(&self) -> ::protobuf::reflect::ReflectValueRef {
[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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 427 |     fn as_ref(&self) -> ::protobuf::reflect::ReflectValueRef<'_> {
[INFO] [stdout]     |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/pac2-04c0df58cbf51815/out/proto/index.rs:447:9
[INFO] [stdout]     |
[INFO] [stdout] 447 | /         file_descriptor_proto_lazy.get(|| {
[INFO] [stdout] 448 | |             parse_descriptor_proto()
[INFO] [stdout] 449 | |         })
[INFO] [stdout]     | |__________^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.83s
[INFO] running `Command { std: "docker" "inspect" "939def8fa2b60c233aadbcf15657fc4759065d0f80a66524ccbf8ba70fc12df9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "939def8fa2b60c233aadbcf15657fc4759065d0f80a66524ccbf8ba70fc12df9", kill_on_drop: false }`
[INFO] [stdout] 939def8fa2b60c233aadbcf15657fc4759065d0f80a66524ccbf8ba70fc12df9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 92d8f4d8d59a691deb1eb195663a4ef4e56dc95033c922f659e9e102c3a4625f
[INFO] running `Command { std: "docker" "start" "-a" "92d8f4d8d59a691deb1eb195663a4ef4e56dc95033c922f659e9e102c3a4625f", kill_on_drop: false }`
[INFO] [stdout] warning: use of deprecated function `protobuf_codegen_pure::run`: Use Codegen instead
[INFO] [stdout]   --> build.rs:20:12
[INFO] [stdout]    |
[INFO] [stdout] 20 |     proto::run(proto::Args {
[INFO] [stdout]    |            ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated struct `protobuf_codegen_pure::Args`: Use Codegen object instead
[INFO] [stdout]   --> build.rs:20:23
[INFO] [stdout]    |
[INFO] [stdout] 20 |     proto::run(proto::Args {
[INFO] [stdout]    |                       ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `protobuf_codegen_pure::Args::out_dir`: Use Codegen object instead
[INFO] [stdout]   --> build.rs:21:9
[INFO] [stdout]    |
[INFO] [stdout] 21 |         out_dir: proto_out_dir.to_str().unwrap(),
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `protobuf_codegen_pure::Args::input`: Use Codegen object instead
[INFO] [stdout]   --> build.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 |         input: &["proto/index.proto"],
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `protobuf_codegen_pure::Args::includes`: Use Codegen object instead
[INFO] [stdout]   --> build.rs:23:9
[INFO] [stdout]    |
[INFO] [stdout] 23 |         includes: &["proto"],
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated field `protobuf_codegen_pure::Args::customize`: Use Codegen object instead
[INFO] [stdout]   --> build.rs:24:9
[INFO] [stdout]    |
[INFO] [stdout] 24 | /         customize: proto::Customize {
[INFO] [stdout] 25 | |             ..Default::default()
[INFO] [stdout] 26 | |         },
[INFO] [stdout]    | |_________^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `box_pointers` has been removed: it does not detect other kinds of allocations, and existed only for historical reasons
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/pac2-04c0df58cbf51815/out/proto/index.rs:10:10
[INFO] [stdout]    |
[INFO] [stdout] 10 | #![allow(box_pointers)]
[INFO] [stdout]    |          ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(renamed_and_removed_lints)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/pac2-04c0df58cbf51815/out/proto/index.rs:135:30
[INFO] [stdout]     |
[INFO] [stdout] 135 |     fn as_any(&self) -> &dyn (::std::any::Any) {
[INFO] [stdout]     |                              ^               ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 135 -     fn as_any(&self) -> &dyn (::std::any::Any) {
[INFO] [stdout] 135 +     fn as_any(&self) -> &dyn ::std::any::Any {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/pac2-04c0df58cbf51815/out/proto/index.rs:136:22
[INFO] [stdout]     |
[INFO] [stdout] 136 |         self as &dyn (::std::any::Any)
[INFO] [stdout]     |                      ^               ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 136 -         self as &dyn (::std::any::Any)
[INFO] [stdout] 136 +         self as &dyn ::std::any::Any
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/pac2-04c0df58cbf51815/out/proto/index.rs:138:42
[INFO] [stdout]     |
[INFO] [stdout] 138 |     fn as_any_mut(&mut self) -> &mut dyn (::std::any::Any) {
[INFO] [stdout]     |                                          ^               ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 138 -     fn as_any_mut(&mut self) -> &mut dyn (::std::any::Any) {
[INFO] [stdout] 138 +     fn as_any_mut(&mut self) -> &mut dyn ::std::any::Any {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/pac2-04c0df58cbf51815/out/proto/index.rs:139:26
[INFO] [stdout]     |
[INFO] [stdout] 139 |         self as &mut dyn (::std::any::Any)
[INFO] [stdout]     |                          ^               ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 139 -         self as &mut dyn (::std::any::Any)
[INFO] [stdout] 139 +         self as &mut dyn ::std::any::Any
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/pac2-04c0df58cbf51815/out/proto/index.rs:141:59
[INFO] [stdout]     |
[INFO] [stdout] 141 |     fn into_any(self: Box<Self>) -> ::std::boxed::Box<dyn (::std::any::Any)> {
[INFO] [stdout]     |                                                           ^               ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 141 -     fn into_any(self: Box<Self>) -> ::std::boxed::Box<dyn (::std::any::Any)> {
[INFO] [stdout] 141 +     fn into_any(self: Box<Self>) -> ::std::boxed::Box<dyn ::std::any::Any> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/pac2-04c0df58cbf51815/out/proto/index.rs:356:30
[INFO] [stdout]     |
[INFO] [stdout] 356 |     fn as_any(&self) -> &dyn (::std::any::Any) {
[INFO] [stdout]     |                              ^               ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 356 -     fn as_any(&self) -> &dyn (::std::any::Any) {
[INFO] [stdout] 356 +     fn as_any(&self) -> &dyn ::std::any::Any {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/pac2-04c0df58cbf51815/out/proto/index.rs:357:22
[INFO] [stdout]     |
[INFO] [stdout] 357 |         self as &dyn (::std::any::Any)
[INFO] [stdout]     |                      ^               ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 357 -         self as &dyn (::std::any::Any)
[INFO] [stdout] 357 +         self as &dyn ::std::any::Any
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/pac2-04c0df58cbf51815/out/proto/index.rs:359:42
[INFO] [stdout]     |
[INFO] [stdout] 359 |     fn as_any_mut(&mut self) -> &mut dyn (::std::any::Any) {
[INFO] [stdout]     |                                          ^               ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 359 -     fn as_any_mut(&mut self) -> &mut dyn (::std::any::Any) {
[INFO] [stdout] 359 +     fn as_any_mut(&mut self) -> &mut dyn ::std::any::Any {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/pac2-04c0df58cbf51815/out/proto/index.rs:360:26
[INFO] [stdout]     |
[INFO] [stdout] 360 |         self as &mut dyn (::std::any::Any)
[INFO] [stdout]     |                          ^               ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 360 -         self as &mut dyn (::std::any::Any)
[INFO] [stdout] 360 +         self as &mut dyn ::std::any::Any
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/pac2-04c0df58cbf51815/out/proto/index.rs:362:59
[INFO] [stdout]     |
[INFO] [stdout] 362 |     fn into_any(self: Box<Self>) -> ::std::boxed::Box<dyn (::std::any::Any)> {
[INFO] [stdout]     |                                                           ^               ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 362 -     fn into_any(self: Box<Self>) -> ::std::boxed::Box<dyn (::std::any::Any)> {
[INFO] [stdout] 362 +     fn into_any(self: Box<Self>) -> ::std::boxed::Box<dyn ::std::any::Any> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/pac2-04c0df58cbf51815/out/proto/index.rs:156:13
[INFO] [stdout]     |
[INFO] [stdout] 156 | / ...   descriptor.get(|| {
[INFO] [stdout] 157 | | ...       let mut fields = ::std::vec::Vec::new();
[INFO] [stdout] 158 | | ...       fields.push(::protobuf::reflect::accessor::make_repeated_field_accessor::<_, ::protobuf::types::ProtobufTypeMessage<Fil...
[INFO] [stdout] 159 | | ...           "files",
[INFO] [stdout] ...   |
[INFO] [stdout] 168 | | ...   })
[INFO] [stdout]     | |________^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]     = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/pac2-04c0df58cbf51815/out/proto/index.rs:175:13
[INFO] [stdout]     |
[INFO] [stdout] 175 |             instance.get(PackageIndex::new)
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/pac2-04c0df58cbf51815/out/proto/index.rs:194:15
[INFO] [stdout]     |
[INFO] [stdout] 194 |     fn as_ref(&self) -> ::protobuf::reflect::ReflectValueRef {
[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] 194 |     fn as_ref(&self) -> ::protobuf::reflect::ReflectValueRef<'_> {
[INFO] [stdout]     |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/pac2-04c0df58cbf51815/out/proto/index.rs:377:13
[INFO] [stdout]     |
[INFO] [stdout] 377 | /             descriptor.get(|| {
[INFO] [stdout] 378 | |                 let mut fields = ::std::vec::Vec::new();
[INFO] [stdout] 379 | |                 fields.push(::protobuf::reflect::accessor::make_simple_field_accessor::<_, ::protobuf::types::ProtobufTypeString>(
[INFO] [stdout] 380 | |                     "name",
[INFO] [stdout] ...   |
[INFO] [stdout] 399 | |             })
[INFO] [stdout]     | |______________^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/pac2-04c0df58cbf51815/out/proto/index.rs:406:13
[INFO] [stdout]     |
[INFO] [stdout] 406 |             instance.get(File::new)
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/pac2-04c0df58cbf51815/out/proto/index.rs:427:15
[INFO] [stdout]     |
[INFO] [stdout] 427 |     fn as_ref(&self) -> ::protobuf::reflect::ReflectValueRef {
[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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 427 |     fn as_ref(&self) -> ::protobuf::reflect::ReflectValueRef<'_> {
[INFO] [stdout]     |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/pac2-04c0df58cbf51815/out/proto/index.rs:447:9
[INFO] [stdout]     |
[INFO] [stdout] 447 | /         file_descriptor_proto_lazy.get(|| {
[INFO] [stdout] 448 | |             parse_descriptor_proto()
[INFO] [stdout] 449 | |         })
[INFO] [stdout]     | |__________^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling pac2 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: lint `box_pointers` has been removed: it does not detect other kinds of allocations, and existed only for historical reasons
[INFO] [stdout]   --> /opt/rustwide/target/debug/build/pac2-04c0df58cbf51815/out/proto/index.rs:10:10
[INFO] [stdout]    |
[INFO] [stdout] 10 | #![allow(box_pointers)]
[INFO] [stdout]    |          ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(renamed_and_removed_lints)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/pac2-04c0df58cbf51815/out/proto/index.rs:135:30
[INFO] [stdout]     |
[INFO] [stdout] 135 |     fn as_any(&self) -> &dyn (::std::any::Any) {
[INFO] [stdout]     |                              ^               ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 135 -     fn as_any(&self) -> &dyn (::std::any::Any) {
[INFO] [stdout] 135 +     fn as_any(&self) -> &dyn ::std::any::Any {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/pac2-04c0df58cbf51815/out/proto/index.rs:136:22
[INFO] [stdout]     |
[INFO] [stdout] 136 |         self as &dyn (::std::any::Any)
[INFO] [stdout]     |                      ^               ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 136 -         self as &dyn (::std::any::Any)
[INFO] [stdout] 136 +         self as &dyn ::std::any::Any
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/pac2-04c0df58cbf51815/out/proto/index.rs:138:42
[INFO] [stdout]     |
[INFO] [stdout] 138 |     fn as_any_mut(&mut self) -> &mut dyn (::std::any::Any) {
[INFO] [stdout]     |                                          ^               ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 138 -     fn as_any_mut(&mut self) -> &mut dyn (::std::any::Any) {
[INFO] [stdout] 138 +     fn as_any_mut(&mut self) -> &mut dyn ::std::any::Any {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/pac2-04c0df58cbf51815/out/proto/index.rs:139:26
[INFO] [stdout]     |
[INFO] [stdout] 139 |         self as &mut dyn (::std::any::Any)
[INFO] [stdout]     |                          ^               ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 139 -         self as &mut dyn (::std::any::Any)
[INFO] [stdout] 139 +         self as &mut dyn ::std::any::Any
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/pac2-04c0df58cbf51815/out/proto/index.rs:141:59
[INFO] [stdout]     |
[INFO] [stdout] 141 |     fn into_any(self: Box<Self>) -> ::std::boxed::Box<dyn (::std::any::Any)> {
[INFO] [stdout]     |                                                           ^               ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 141 -     fn into_any(self: Box<Self>) -> ::std::boxed::Box<dyn (::std::any::Any)> {
[INFO] [stdout] 141 +     fn into_any(self: Box<Self>) -> ::std::boxed::Box<dyn ::std::any::Any> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/pac2-04c0df58cbf51815/out/proto/index.rs:356:30
[INFO] [stdout]     |
[INFO] [stdout] 356 |     fn as_any(&self) -> &dyn (::std::any::Any) {
[INFO] [stdout]     |                              ^               ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 356 -     fn as_any(&self) -> &dyn (::std::any::Any) {
[INFO] [stdout] 356 +     fn as_any(&self) -> &dyn ::std::any::Any {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/pac2-04c0df58cbf51815/out/proto/index.rs:357:22
[INFO] [stdout]     |
[INFO] [stdout] 357 |         self as &dyn (::std::any::Any)
[INFO] [stdout]     |                      ^               ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 357 -         self as &dyn (::std::any::Any)
[INFO] [stdout] 357 +         self as &dyn ::std::any::Any
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/pac2-04c0df58cbf51815/out/proto/index.rs:359:42
[INFO] [stdout]     |
[INFO] [stdout] 359 |     fn as_any_mut(&mut self) -> &mut dyn (::std::any::Any) {
[INFO] [stdout]     |                                          ^               ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 359 -     fn as_any_mut(&mut self) -> &mut dyn (::std::any::Any) {
[INFO] [stdout] 359 +     fn as_any_mut(&mut self) -> &mut dyn ::std::any::Any {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/pac2-04c0df58cbf51815/out/proto/index.rs:360:26
[INFO] [stdout]     |
[INFO] [stdout] 360 |         self as &mut dyn (::std::any::Any)
[INFO] [stdout]     |                          ^               ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 360 -         self as &mut dyn (::std::any::Any)
[INFO] [stdout] 360 +         self as &mut dyn ::std::any::Any
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary parentheses around type
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/pac2-04c0df58cbf51815/out/proto/index.rs:362:59
[INFO] [stdout]     |
[INFO] [stdout] 362 |     fn into_any(self: Box<Self>) -> ::std::boxed::Box<dyn (::std::any::Any)> {
[INFO] [stdout]     |                                                           ^               ^
[INFO] [stdout]     |
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]     |
[INFO] [stdout] 362 -     fn into_any(self: Box<Self>) -> ::std::boxed::Box<dyn (::std::any::Any)> {
[INFO] [stdout] 362 +     fn into_any(self: Box<Self>) -> ::std::boxed::Box<dyn ::std::any::Any> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/pac2-04c0df58cbf51815/out/proto/index.rs:156:13
[INFO] [stdout]     |
[INFO] [stdout] 156 | / ...   descriptor.get(|| {
[INFO] [stdout] 157 | | ...       let mut fields = ::std::vec::Vec::new();
[INFO] [stdout] 158 | | ...       fields.push(::protobuf::reflect::accessor::make_repeated_field_accessor::<_, ::protobuf::types::ProtobufTypeMessage<Fil...
[INFO] [stdout] 159 | | ...           "files",
[INFO] [stdout] ...   |
[INFO] [stdout] 168 | | ...   })
[INFO] [stdout]     | |________^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout]     = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/pac2-04c0df58cbf51815/out/proto/index.rs:175:13
[INFO] [stdout]     |
[INFO] [stdout] 175 |             instance.get(PackageIndex::new)
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/pac2-04c0df58cbf51815/out/proto/index.rs:194:15
[INFO] [stdout]     |
[INFO] [stdout] 194 |     fn as_ref(&self) -> ::protobuf::reflect::ReflectValueRef {
[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] 194 |     fn as_ref(&self) -> ::protobuf::reflect::ReflectValueRef<'_> {
[INFO] [stdout]     |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/pac2-04c0df58cbf51815/out/proto/index.rs:377:13
[INFO] [stdout]     |
[INFO] [stdout] 377 | /             descriptor.get(|| {
[INFO] [stdout] 378 | |                 let mut fields = ::std::vec::Vec::new();
[INFO] [stdout] 379 | |                 fields.push(::protobuf::reflect::accessor::make_simple_field_accessor::<_, ::protobuf::types::ProtobufTypeString>(
[INFO] [stdout] 380 | |                     "name",
[INFO] [stdout] ...   |
[INFO] [stdout] 399 | |             })
[INFO] [stdout]     | |______________^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/pac2-04c0df58cbf51815/out/proto/index.rs:406:13
[INFO] [stdout]     |
[INFO] [stdout] 406 |             instance.get(File::new)
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/pac2-04c0df58cbf51815/out/proto/index.rs:427:15
[INFO] [stdout]     |
[INFO] [stdout] 427 |     fn as_ref(&self) -> ::protobuf::reflect::ReflectValueRef {
[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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 427 |     fn as_ref(&self) -> ::protobuf::reflect::ReflectValueRef<'_> {
[INFO] [stdout]     |                                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> /opt/rustwide/target/debug/build/pac2-04c0df58cbf51815/out/proto/index.rs:447:9
[INFO] [stdout]     |
[INFO] [stdout] 447 | /         file_descriptor_proto_lazy.get(|| {
[INFO] [stdout] 448 | |             parse_descriptor_proto()
[INFO] [stdout] 449 | |         })
[INFO] [stdout]     | |__________^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.80s
[INFO] running `Command { std: "docker" "inspect" "92d8f4d8d59a691deb1eb195663a4ef4e56dc95033c922f659e9e102c3a4625f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "92d8f4d8d59a691deb1eb195663a4ef4e56dc95033c922f659e9e102c3a4625f", kill_on_drop: false }`
[INFO] [stdout] 92d8f4d8d59a691deb1eb195663a4ef4e56dc95033c922f659e9e102c3a4625f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 3dd89b5e3fc2d8638ae1ded176b389fb417ed4a2be325aab6ccf10c0f1a2cc9f
[INFO] running `Command { std: "docker" "start" "-a" "3dd89b5e3fc2d8638ae1ded176b389fb417ed4a2be325aab6ccf10c0f1a2cc9f", kill_on_drop: false }`
[INFO] [stderr] warning: use of deprecated function `protobuf_codegen_pure::run`: Use Codegen instead
[INFO] [stderr]   --> build.rs:20:12
[INFO] [stderr]    |
[INFO] [stderr] 20 |     proto::run(proto::Args {
[INFO] [stderr]    |            ^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated struct `protobuf_codegen_pure::Args`: Use Codegen object instead
[INFO] [stderr]   --> build.rs:20:23
[INFO] [stderr]    |
[INFO] [stderr] 20 |     proto::run(proto::Args {
[INFO] [stderr]    |                       ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated field `protobuf_codegen_pure::Args::out_dir`: Use Codegen object instead
[INFO] [stderr]   --> build.rs:21:9
[INFO] [stderr]    |
[INFO] [stderr] 21 |         out_dir: proto_out_dir.to_str().unwrap(),
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated field `protobuf_codegen_pure::Args::input`: Use Codegen object instead
[INFO] [stderr]   --> build.rs:22:9
[INFO] [stderr]    |
[INFO] [stderr] 22 |         input: &["proto/index.proto"],
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated field `protobuf_codegen_pure::Args::includes`: Use Codegen object instead
[INFO] [stderr]   --> build.rs:23:9
[INFO] [stderr]    |
[INFO] [stderr] 23 |         includes: &["proto"],
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated field `protobuf_codegen_pure::Args::customize`: Use Codegen object instead
[INFO] [stderr]   --> build.rs:24:9
[INFO] [stderr]    |
[INFO] [stderr] 24 | /         customize: proto::Customize {
[INFO] [stderr] 25 | |             ..Default::default()
[INFO] [stderr] 26 | |         },
[INFO] [stderr]    | |_________^
[INFO] [stderr] 
[INFO] [stderr] warning: `pac2` (build script) generated 6 warnings
[INFO] [stderr] warning: lint `box_pointers` has been removed: it does not detect other kinds of allocations, and existed only for historical reasons
[INFO] [stderr]   --> /opt/rustwide/target/debug/build/pac2-04c0df58cbf51815/out/proto/index.rs:10:10
[INFO] [stderr]    |
[INFO] [stderr] 10 | #![allow(box_pointers)]
[INFO] [stderr]    |          ^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(renamed_and_removed_lints)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/pac2-04c0df58cbf51815/out/proto/index.rs:135:30
[INFO] [stderr]     |
[INFO] [stderr] 135 |     fn as_any(&self) -> &dyn (::std::any::Any) {
[INFO] [stderr]     |                              ^               ^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 135 -     fn as_any(&self) -> &dyn (::std::any::Any) {
[INFO] [stderr] 135 +     fn as_any(&self) -> &dyn ::std::any::Any {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/pac2-04c0df58cbf51815/out/proto/index.rs:136:22
[INFO] [stderr]     |
[INFO] [stderr] 136 |         self as &dyn (::std::any::Any)
[INFO] [stderr]     |                      ^               ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 136 -         self as &dyn (::std::any::Any)
[INFO] [stderr] 136 +         self as &dyn ::std::any::Any
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/pac2-04c0df58cbf51815/out/proto/index.rs:138:42
[INFO] [stderr]     |
[INFO] [stderr] 138 |     fn as_any_mut(&mut self) -> &mut dyn (::std::any::Any) {
[INFO] [stderr]     |                                          ^               ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 138 -     fn as_any_mut(&mut self) -> &mut dyn (::std::any::Any) {
[INFO] [stderr] 138 +     fn as_any_mut(&mut self) -> &mut dyn ::std::any::Any {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/pac2-04c0df58cbf51815/out/proto/index.rs:139:26
[INFO] [stderr]     |
[INFO] [stderr] 139 |         self as &mut dyn (::std::any::Any)
[INFO] [stderr]     |                          ^               ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 139 -         self as &mut dyn (::std::any::Any)
[INFO] [stderr] 139 +         self as &mut dyn ::std::any::Any
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/pac2-04c0df58cbf51815/out/proto/index.rs:141:59
[INFO] [stderr]     |
[INFO] [stderr] 141 |     fn into_any(self: Box<Self>) -> ::std::boxed::Box<dyn (::std::any::Any)> {
[INFO] [stderr]     |                                                           ^               ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stdout] 
[INFO] [stderr]     |
[INFO] [stdout] running 1 test
[INFO] [stderr] 141 -     fn into_any(self: Box<Self>) -> ::std::boxed::Box<dyn (::std::any::Any)> {
[INFO] [stdout] test tests::it_works ... ok
[INFO] [stderr] 141 +     fn into_any(self: Box<Self>) -> ::std::boxed::Box<dyn ::std::any::Any> {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/pac2-04c0df58cbf51815/out/proto/index.rs:356:30
[INFO] [stderr]     |
[INFO] [stderr] 356 |     fn as_any(&self) -> &dyn (::std::any::Any) {
[INFO] [stderr]     |                              ^               ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stdout] 
[INFO] [stderr] 356 -     fn as_any(&self) -> &dyn (::std::any::Any) {
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stderr] 356 +     fn as_any(&self) -> &dyn ::std::any::Any {
[INFO] [stdout] 
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/pac2-04c0df58cbf51815/out/proto/index.rs:357:22
[INFO] [stderr]     |
[INFO] [stderr] 357 |         self as &dyn (::std::any::Any)
[INFO] [stderr]     |                      ^               ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 357 -         self as &dyn (::std::any::Any)
[INFO] [stderr] 357 +         self as &dyn ::std::any::Any
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/pac2-04c0df58cbf51815/out/proto/index.rs:359:42
[INFO] [stderr]     |
[INFO] [stderr] 359 |     fn as_any_mut(&mut self) -> &mut dyn (::std::any::Any) {
[INFO] [stderr]     |                                          ^               ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 359 -     fn as_any_mut(&mut self) -> &mut dyn (::std::any::Any) {
[INFO] [stderr] 359 +     fn as_any_mut(&mut self) -> &mut dyn ::std::any::Any {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/pac2-04c0df58cbf51815/out/proto/index.rs:360:26
[INFO] [stderr]     |
[INFO] [stderr] 360 |         self as &mut dyn (::std::any::Any)
[INFO] [stderr]     |                          ^               ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 360 -         self as &mut dyn (::std::any::Any)
[INFO] [stderr] 360 +         self as &mut dyn ::std::any::Any
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/pac2-04c0df58cbf51815/out/proto/index.rs:362:59
[INFO] [stderr]     |
[INFO] [stderr] 362 |     fn into_any(self: Box<Self>) -> ::std::boxed::Box<dyn (::std::any::Any)> {
[INFO] [stderr]     |                                                           ^               ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 362 -     fn into_any(self: Box<Self>) -> ::std::boxed::Box<dyn (::std::any::Any)> {
[INFO] [stdout] 
[INFO] [stderr] 362 +     fn into_any(self: Box<Self>) -> ::std::boxed::Box<dyn ::std::any::Any> {
[INFO] [stdout] running 0 tests
[INFO] [stderr]     |
[INFO] [stdout] 
[INFO] [stderr] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stderr] warning: creating a mutable reference to mutable static
[INFO] [stdout] 
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/pac2-04c0df58cbf51815/out/proto/index.rs:156:13
[INFO] [stderr]     |
[INFO] [stderr] 156 | / ...   descriptor.get(|| {
[INFO] [stderr] 157 | | ...       let mut fields = ::std::vec::Vec::new();
[INFO] [stderr] 158 | | ...       fields.push(::protobuf::reflect::accessor::make_repeated_field_accessor::<_, ::protobuf::types::ProtobufTypeMessage<Fil...
[INFO] [stderr] 159 | | ...           "files",
[INFO] [stderr] ...   |
[INFO] [stderr] 168 | | ...   })
[INFO] [stderr]     | |________^ mutable reference to mutable static
[INFO] [stderr]     |
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stderr]     = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: creating a mutable reference to mutable static
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/pac2-04c0df58cbf51815/out/proto/index.rs:175:13
[INFO] [stderr]     |
[INFO] [stderr] 175 |             instance.get(PackageIndex::new)
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stderr]     |
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/pac2-04c0df58cbf51815/out/proto/index.rs:194:15
[INFO] [stderr]     |
[INFO] [stderr] 194 |     fn as_ref(&self) -> ::protobuf::reflect::ReflectValueRef {
[INFO] [stderr]     |               ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |               |
[INFO] [stderr]     |               the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 194 |     fn as_ref(&self) -> ::protobuf::reflect::ReflectValueRef<'_> {
[INFO] [stderr]     |                                                             ++++
[INFO] [stderr] 
[INFO] [stderr] warning: creating a mutable reference to mutable static
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/pac2-04c0df58cbf51815/out/proto/index.rs:377:13
[INFO] [stderr]     |
[INFO] [stderr] 377 | /             descriptor.get(|| {
[INFO] [stderr] 378 | |                 let mut fields = ::std::vec::Vec::new();
[INFO] [stderr] 379 | |                 fields.push(::protobuf::reflect::accessor::make_simple_field_accessor::<_, ::protobuf::types::ProtobufTypeString>(
[INFO] [stderr] 380 | |                     "name",
[INFO] [stderr] ...   |
[INFO] [stderr] 399 | |             })
[INFO] [stderr]     | |______________^ mutable reference to mutable static
[INFO] [stderr]     |
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stderr] 
[INFO] [stderr] warning: creating a mutable reference to mutable static
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/pac2-04c0df58cbf51815/out/proto/index.rs:406:13
[INFO] [stderr]     |
[INFO] [stderr] 406 |             instance.get(File::new)
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stderr]     |
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/pac2-04c0df58cbf51815/out/proto/index.rs:427:15
[INFO] [stderr]     |
[INFO] [stderr] 427 |     fn as_ref(&self) -> ::protobuf::reflect::ReflectValueRef {
[INFO] [stderr]     |               ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]     |               |
[INFO] [stderr]     |               the lifetime is elided here
[INFO] [stderr]     |
[INFO] [stderr]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 427 |     fn as_ref(&self) -> ::protobuf::reflect::ReflectValueRef<'_> {
[INFO] [stderr]     |                                                             ++++
[INFO] [stderr] 
[INFO] [stderr] warning: creating a mutable reference to mutable static
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/pac2-04c0df58cbf51815/out/proto/index.rs:447:9
[INFO] [stderr]     |
[INFO] [stderr] 447 | /         file_descriptor_proto_lazy.get(|| {
[INFO] [stderr] 448 | |             parse_descriptor_proto()
[INFO] [stderr] 449 | |         })
[INFO] [stderr]     | |__________^ mutable reference to mutable static
[INFO] [stderr]     |
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stderr] 
[INFO] [stderr] warning: `pac2` (lib) generated 18 warnings (run `cargo fix --lib -p pac2` to apply 12 suggestions)
[INFO] [stderr] warning: `pac2` (lib test) generated 18 warnings (18 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/pac2-2079535000c3a80e)
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/pac2-17add87c819bb40c)
[INFO] [stderr]    Doc-tests pac2
[INFO] [stderr] warning: lint `box_pointers` has been removed: it does not detect other kinds of allocations, and existed only for historical reasons
[INFO] [stderr]   --> /opt/rustwide/target/debug/build/pac2-04c0df58cbf51815/out/proto/index.rs:10:10
[INFO] [stderr]    |
[INFO] [stderr] 10 | #![allow(box_pointers)]
[INFO] [stderr]    |          ^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(renamed_and_removed_lints)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/pac2-04c0df58cbf51815/out/proto/index.rs:135:30
[INFO] [stderr]     |
[INFO] [stderr] 135 |     fn as_any(&self) -> &dyn (::std::any::Any) {
[INFO] [stderr]     |                              ^               ^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 135 -     fn as_any(&self) -> &dyn (::std::any::Any) {
[INFO] [stderr] 135 +     fn as_any(&self) -> &dyn ::std::any::Any {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/pac2-04c0df58cbf51815/out/proto/index.rs:136:22
[INFO] [stderr]     |
[INFO] [stderr] 136 |         self as &dyn (::std::any::Any)
[INFO] [stderr]     |                      ^               ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 136 -         self as &dyn (::std::any::Any)
[INFO] [stderr] 136 +         self as &dyn ::std::any::Any
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/pac2-04c0df58cbf51815/out/proto/index.rs:138:42
[INFO] [stderr]     |
[INFO] [stderr] 138 |     fn as_any_mut(&mut self) -> &mut dyn (::std::any::Any) {
[INFO] [stderr]     |                                          ^               ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 138 -     fn as_any_mut(&mut self) -> &mut dyn (::std::any::Any) {
[INFO] [stderr] 138 +     fn as_any_mut(&mut self) -> &mut dyn ::std::any::Any {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/pac2-04c0df58cbf51815/out/proto/index.rs:139:26
[INFO] [stderr]     |
[INFO] [stderr] 139 |         self as &mut dyn (::std::any::Any)
[INFO] [stderr]     |                          ^               ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 139 -         self as &mut dyn (::std::any::Any)
[INFO] [stderr] 139 +         self as &mut dyn ::std::any::Any
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/pac2-04c0df58cbf51815/out/proto/index.rs:141:59
[INFO] [stderr]     |
[INFO] [stderr] 141 |     fn into_any(self: Box<Self>) -> ::std::boxed::Box<dyn (::std::any::Any)> {
[INFO] [stderr]     |                                                           ^               ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 141 -     fn into_any(self: Box<Self>) -> ::std::boxed::Box<dyn (::std::any::Any)> {
[INFO] [stderr] 141 +     fn into_any(self: Box<Self>) -> ::std::boxed::Box<dyn ::std::any::Any> {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/pac2-04c0df58cbf51815/out/proto/index.rs:356:30
[INFO] [stderr]     |
[INFO] [stderr] 356 |     fn as_any(&self) -> &dyn (::std::any::Any) {
[INFO] [stderr]     |                              ^               ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 356 -     fn as_any(&self) -> &dyn (::std::any::Any) {
[INFO] [stderr] 356 +     fn as_any(&self) -> &dyn ::std::any::Any {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/pac2-04c0df58cbf51815/out/proto/index.rs:357:22
[INFO] [stderr]     |
[INFO] [stderr] 357 |         self as &dyn (::std::any::Any)
[INFO] [stderr]     |                      ^               ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 357 -         self as &dyn (::std::any::Any)
[INFO] [stderr] 357 +         self as &dyn ::std::any::Any
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/pac2-04c0df58cbf51815/out/proto/index.rs:359:42
[INFO] [stderr]     |
[INFO] [stderr] 359 |     fn as_any_mut(&mut self) -> &mut dyn (::std::any::Any) {
[INFO] [stderr]     |                                          ^               ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 359 -     fn as_any_mut(&mut self) -> &mut dyn (::std::any::Any) {
[INFO] [stderr] 359 +     fn as_any_mut(&mut self) -> &mut dyn ::std::any::Any {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/pac2-04c0df58cbf51815/out/proto/index.rs:360:26
[INFO] [stderr]     |
[INFO] [stderr] 360 |         self as &mut dyn (::std::any::Any)
[INFO] [stderr]     |                          ^               ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 360 -         self as &mut dyn (::std::any::Any)
[INFO] [stderr] 360 +         self as &mut dyn ::std::any::Any
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> /opt/rustwide/target/debug/build/pac2-04c0df58cbf51815/out/proto/index.rs:362:59
[INFO] [stderr]     |
[INFO] [stderr] 362 |     fn into_any(self: Box<Self>) -> ::std::boxed::Box<dyn (::std::any::Any)> {
[INFO] [stderr]     |                                                           ^               ^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 362 -     fn into_any(self: Box<Self>) -> ::std::boxed::Box<dyn (::std::any::Any)> {
[INFO] [stderr] 362 +     fn into_any(self: Box<Self>) -> ::std::boxed::Box<dyn ::std::any::Any> {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: 11 warnings emitted
[INFO] [stderr] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "3dd89b5e3fc2d8638ae1ded176b389fb417ed4a2be325aab6ccf10c0f1a2cc9f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3dd89b5e3fc2d8638ae1ded176b389fb417ed4a2be325aab6ccf10c0f1a2cc9f", kill_on_drop: false }`
[INFO] [stdout] 3dd89b5e3fc2d8638ae1ded176b389fb417ed4a2be325aab6ccf10c0f1a2cc9f
