[INFO] fetching crate bevy_stardust 0.7.2...
[INFO] testing bevy_stardust-0.7.2 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate bevy_stardust 0.7.2 into /workspace/builds/worker-4-tc2/source
[INFO] started tweaking crates.io crate bevy_stardust 0.7.2
[INFO] finished tweaking crates.io crate bevy_stardust 0.7.2
[INFO] tweaked toml for crates.io crate bevy_stardust 0.7.2 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate bevy_stardust 0.7.2 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 105 packages to latest compatible versions
[INFO] [stderr]       Adding bevy_app v0.15.3 (available: v0.17.2)
[INFO] [stderr]       Adding bevy_diagnostic v0.15.3 (available: v0.17.2)
[INFO] [stderr]       Adding bevy_ecs v0.15.4 (available: v0.17.2)
[INFO] [stderr]       Adding bevy_reflect v0.15.3 (available: v0.17.2)
[INFO] [stderr]       Adding hashbrown v0.15.5 (available: v0.16.0)
[INFO] [stderr]       Adding uuid v1.12.1 (available: v1.18.1)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "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/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 62da92f056bbf411ada96f4523fca0dbae63e591e2979fd5084b1f07002e0085
[INFO] running `Command { std: "docker" "start" "-a" "62da92f056bbf411ada96f4523fca0dbae63e591e2979fd5084b1f07002e0085", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "62da92f056bbf411ada96f4523fca0dbae63e591e2979fd5084b1f07002e0085", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "62da92f056bbf411ada96f4523fca0dbae63e591e2979fd5084b1f07002e0085", kill_on_drop: false }`
[INFO] [stdout] 62da92f056bbf411ada96f4523fca0dbae63e591e2979fd5084b1f07002e0085
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9f2a746a9465cf2ba34665e4ca69e913184198b27addaac1b59b0ae2efc797de
[INFO] running `Command { std: "docker" "start" "-a" "9f2a746a9465cf2ba34665e4ca69e913184198b27addaac1b59b0ae2efc797de", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling crunchy v0.2.4
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling futures-lite v2.6.1
[INFO] [stderr]    Compiling derive_more-impl v1.0.0
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling bevy_utils_proc_macros v0.15.3
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling fixedbitset v0.4.2
[INFO] [stderr]    Compiling bevy_ptr v0.15.3
[INFO] [stderr]    Compiling fixedbitset v0.5.7
[INFO] [stderr]    Compiling disqualified v1.0.0
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling petgraph v0.6.5
[INFO] [stderr]    Compiling nonmax v0.5.5
[INFO] [stderr]    Compiling downcast-rs v1.2.1
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling async-executor v1.13.3
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling const-random-macro v0.1.16
[INFO] [stderr]    Compiling bevy_tasks v0.15.3
[INFO] [stderr]    Compiling const-random v0.1.18
[INFO] [stderr]    Compiling bevy_macro_utils v0.15.3
[INFO] [stderr]    Compiling derive_more v1.0.0
[INFO] [stderr]    Compiling bevy_ecs_macros v0.15.3
[INFO] [stderr]    Compiling bevy_derive v0.15.3
[INFO] [stderr]    Compiling nix v0.30.1
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling ctrlc v3.5.1
[INFO] [stderr]    Compiling bevy_utils v0.15.3
[INFO] [stderr]    Compiling bevy_ecs v0.15.4
[INFO] [stderr]    Compiling bevy_app v0.15.3
[INFO] [stderr]    Compiling bevy_stardust v0.7.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `crate::connections::*`
[INFO] [stdout]  --> src/plugin.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use crate::connections::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/connections/messages.rs:71:17
[INFO] [stdout]    |
[INFO] [stdout] 71 |     pub fn iter(&self) -> ChannelIter {
[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] 71 |     pub fn iter(&self) -> ChannelIter<'_> {
[INFO] [stdout]    |                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/connections/messages.rs:77:25
[INFO] [stdout]    |
[INFO] [stdout] 77 |     pub fn iter_channel(&self, channel: ChannelId) -> MessageIter {
[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] 77 |     pub fn iter_channel(&self, channel: ChannelId) -> MessageIter<'_> {
[INFO] [stdout]    |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/messages/queue.rs:135:17
[INFO] [stdout]     |
[INFO] [stdout] 135 |     pub fn iter(&self) -> ChannelIter {
[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] 135 |     pub fn iter(&self) -> ChannelIter<'_> {
[INFO] [stdout]     |                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/messages/queue.rs:143:25
[INFO] [stdout]     |
[INFO] [stdout] 143 |     pub fn iter_channel(&self, channel: ChannelId) -> MessageIter {
[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] 143 |     pub fn iter_channel(&self, channel: ChannelId) -> MessageIter<'_> {
[INFO] [stdout]     |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 24.49s
[INFO] running `Command { std: "docker" "inspect" "9f2a746a9465cf2ba34665e4ca69e913184198b27addaac1b59b0ae2efc797de", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9f2a746a9465cf2ba34665e4ca69e913184198b27addaac1b59b0ae2efc797de", kill_on_drop: false }`
[INFO] [stdout] 9f2a746a9465cf2ba34665e4ca69e913184198b27addaac1b59b0ae2efc797de
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 78f52a1d447fe646225fd151704cc3a0728cca99a20fc8e07a2655424a2dca88
[INFO] running `Command { std: "docker" "start" "-a" "78f52a1d447fe646225fd151704cc3a0728cca99a20fc8e07a2655424a2dca88", kill_on_drop: false }`
[INFO] [stdout] warning: unused import: `crate::connections::*`
[INFO] [stdout]  --> src/plugin.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use crate::connections::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/connections/messages.rs:71:17
[INFO] [stdout]    |
[INFO] [stdout] 71 |     pub fn iter(&self) -> ChannelIter {
[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] 71 |     pub fn iter(&self) -> ChannelIter<'_> {
[INFO] [stdout]    |                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/connections/messages.rs:77:25
[INFO] [stdout]    |
[INFO] [stdout] 77 |     pub fn iter_channel(&self, channel: ChannelId) -> MessageIter {
[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] 77 |     pub fn iter_channel(&self, channel: ChannelId) -> MessageIter<'_> {
[INFO] [stdout]    |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling bevy_stardust v0.7.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/messages/queue.rs:135:17
[INFO] [stdout]     |
[INFO] [stdout] 135 |     pub fn iter(&self) -> ChannelIter {
[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] 135 |     pub fn iter(&self) -> ChannelIter<'_> {
[INFO] [stdout]     |                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/messages/queue.rs:143:25
[INFO] [stdout]     |
[INFO] [stdout] 143 |     pub fn iter_channel(&self, channel: ChannelId) -> MessageIter {
[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] 143 |     pub fn iter_channel(&self, channel: ChannelId) -> MessageIter<'_> {
[INFO] [stdout]     |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::connections::*`
[INFO] [stdout]  --> src/plugin.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use crate::connections::*;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/connections/messages.rs:71:17
[INFO] [stdout]    |
[INFO] [stdout] 71 |     pub fn iter(&self) -> ChannelIter {
[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] 71 |     pub fn iter(&self) -> ChannelIter<'_> {
[INFO] [stdout]    |                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/connections/messages.rs:77:25
[INFO] [stdout]    |
[INFO] [stdout] 77 |     pub fn iter_channel(&self, channel: ChannelId) -> MessageIter {
[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] 77 |     pub fn iter_channel(&self, channel: ChannelId) -> MessageIter<'_> {
[INFO] [stdout]    |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/messages/queue.rs:135:17
[INFO] [stdout]     |
[INFO] [stdout] 135 |     pub fn iter(&self) -> ChannelIter {
[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] 135 |     pub fn iter(&self) -> ChannelIter<'_> {
[INFO] [stdout]     |                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/messages/queue.rs:143:25
[INFO] [stdout]     |
[INFO] [stdout] 143 |     pub fn iter_channel(&self, channel: ChannelId) -> MessageIter {
[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] 143 |     pub fn iter_channel(&self, channel: ChannelId) -> MessageIter<'_> {
[INFO] [stdout]     |                                                                  ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.01s
[INFO] running `Command { std: "docker" "inspect" "78f52a1d447fe646225fd151704cc3a0728cca99a20fc8e07a2655424a2dca88", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "78f52a1d447fe646225fd151704cc3a0728cca99a20fc8e07a2655424a2dca88", kill_on_drop: false }`
[INFO] [stdout] 78f52a1d447fe646225fd151704cc3a0728cca99a20fc8e07a2655424a2dca88
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 54967d84f887c86c3c41d3627dc43920a6929b025eaa542ccfe6d999e7b59a0e
[INFO] running `Command { std: "docker" "start" "-a" "54967d84f887c86c3c41d3627dc43920a6929b025eaa542ccfe6d999e7b59a0e", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `crate::connections::*`
[INFO] [stderr]  --> src/plugin.rs:8:5
[INFO] [stderr]   |
[INFO] [stderr] 8 | use crate::connections::*;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/connections/messages.rs:71:17
[INFO] [stderr]    |
[INFO] [stderr] 71 |     pub fn iter(&self) -> ChannelIter {
[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] 71 |     pub fn iter(&self) -> ChannelIter<'_> {
[INFO] [stderr]    |                                      ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/connections/messages.rs:77:25
[INFO] [stderr]    |
[INFO] [stderr] 77 |     pub fn iter_channel(&self, channel: ChannelId) -> MessageIter {
[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] 77 |     pub fn iter_channel(&self, channel: ChannelId) -> MessageIter<'_> {
[INFO] [stderr]    |                                                                  ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/messages/queue.rs:135:17
[INFO] [stderr]     |
[INFO] [stderr] 135 |     pub fn iter(&self) -> ChannelIter {
[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] 135 |     pub fn iter(&self) -> ChannelIter<'_> {
[INFO] [stderr]     |                                      ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/messages/queue.rs:143:25
[INFO] [stderr]     |
[INFO] [stderr] 143 |     pub fn iter_channel(&self, channel: ChannelId) -> MessageIter {
[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] 143 |     pub fn iter_channel(&self, channel: ChannelId) -> MessageIter<'_> {
[INFO] [stderr]     |                                                                  ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `bevy_stardust` (lib) generated 5 warnings (run `cargo fix --lib -p bevy_stardust` to apply 5 suggestions)
[INFO] [stderr] warning: `bevy_stardust` (lib test) generated 5 warnings (5 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.11s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/bevy_stardust-e98ce9ea7ad7ef5e)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test messages::queue::message_queue_ordering_test ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests bevy_stardust
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test src/channels/mod.rs - channels (line 33) - compile ... ok
[INFO] [stdout] test src/channels/mod.rs - channels (line 43) - compile ... ok
[INFO] [stdout] test src/channels/mod.rs - channels (line 145) - compile ... ok
[INFO] [stdout] test src/channels/mod.rs - channels (line 65) - compile ... ok
[INFO] [stdout] test src/channels/mod.rs - channels (line 108) - compile ... ok
[INFO] [stdout] test src/connections/lifestage.rs - connections::lifestage::Established (line 35) ... ok
[INFO] [stdout] test src/lib.rs - (line 44) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.07s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "54967d84f887c86c3c41d3627dc43920a6929b025eaa542ccfe6d999e7b59a0e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "54967d84f887c86c3c41d3627dc43920a6929b025eaa542ccfe6d999e7b59a0e", kill_on_drop: false }`
[INFO] [stdout] 54967d84f887c86c3c41d3627dc43920a6929b025eaa542ccfe6d999e7b59a0e
