[INFO] fetching crate mutringbuf 0.5.3... [INFO] testing mutringbuf-0.5.3 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] extracting crate mutringbuf 0.5.3 into /workspace/builds/worker-3-tc1/source [INFO] started tweaking crates.io crate mutringbuf 0.5.3 [INFO] removed 0 missing examples [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate mutringbuf 0.5.3 [INFO] tweaked toml for crates.io crate mutringbuf 0.5.3 written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate mutringbuf 0.5.3 on toolchain 8de4c7234dd9b97c9d76b58671343fdbbc9a433e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate mutringbuf 0.5.3 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" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded iai-callgrind-macros v0.5.0 [INFO] [stderr] Downloaded divan-macros v0.1.21 [INFO] [stderr] Downloaded divan v0.1.21 [INFO] [stderr] Downloaded iai-callgrind v0.14.0 [INFO] [stderr] Downloaded iai-callgrind-runner v0.14.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] eaa83666d4f74c039270bcbe5af16e41f1bc57965d919583b37b285eedc97687 [INFO] running `Command { std: "docker" "start" "-a" "eaa83666d4f74c039270bcbe5af16e41f1bc57965d919583b37b285eedc97687", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "eaa83666d4f74c039270bcbe5af16e41f1bc57965d919583b37b285eedc97687", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "eaa83666d4f74c039270bcbe5af16e41f1bc57965d919583b37b285eedc97687", kill_on_drop: false }` [INFO] [stdout] eaa83666d4f74c039270bcbe5af16e41f1bc57965d919583b37b285eedc97687 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 5acae38357cc3041467254a7137da2994b9e8d2fdb1674025343d21c612a4cff [INFO] running `Command { std: "docker" "start" "-a" "5acae38357cc3041467254a7137da2994b9e8d2fdb1674025343d21c612a4cff", kill_on_drop: false }` [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling mutringbuf v0.5.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ring_buffer/storage/stack/mod.rs:69:14 [INFO] [stdout] | [INFO] [stdout] 69 | fn split(&mut self) -> (ProdIter, ConsIter); [INFO] [stdout] | ^^^^^^^^^ ----------- ------------------ the lifetimes get resolved as `'_` [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 69 | fn split(&mut self) -> (ProdIter<'_, B>, ConsIter<'_, B, false>); [INFO] [stdout] | +++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ring_buffer/storage/stack/mod.rs:75:18 [INFO] [stdout] | [INFO] [stdout] 75 | fn split_mut(&mut self) -> (ProdIter, WorkIter, ConsIter); [INFO] [stdout] | ^^^^^^^^^ ----------- ----------- ----------------- the lifetimes get resolved as `'_` [INFO] [stdout] | | | | [INFO] [stdout] | | | the lifetimes get resolved as `'_` [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 75 | fn split_mut(&mut self) -> (ProdIter<'_, B>, WorkIter<'_, B>, ConsIter<'_, B, true>); [INFO] [stdout] | +++ +++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ring_buffer/storage/mod.rs:54:22 [INFO] [stdout] | [INFO] [stdout] 54 | fn split(&mut self) -> (ProdIter<$Struct>>, ConsIter<$Struct>, false>) { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------- -------------------------------------------- the lifetimes get resolved as `'_` [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] ::: src/ring_buffer/variants/concurrent_rb.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | impl_splits!(ConcurrentMutRingBuf); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_splits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 54 | fn split(&mut self) -> (ProdIter<'_, $Struct>>, ConsIter<'_, $Struct>, false>) { [INFO] [stdout] | +++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ring_buffer/storage/mod.rs:65:26 [INFO] [stdout] | [INFO] [stdout] 65 | ...ut(&mut self) -> (ProdIter<$Struct>>, WorkIter<$Struct>>, ConsIter<$Struct>, true>) { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------- ------------------------------------- ------------------------------------------- the lifetimes get resolved as `'_` [INFO] [stdout] | | | | [INFO] [stdout] | | | the lifetimes get resolved as `'_` [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] ::: src/ring_buffer/variants/concurrent_rb.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | impl_splits!(ConcurrentMutRingBuf); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_splits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 65 | fn split_mut(&mut self) -> (ProdIter<'_, $Struct>>, WorkIter<'_, $Struct>>, ConsIter<'_, $Struct>, true>) { [INFO] [stdout] | +++ +++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ring_buffer/storage/mod.rs:54:22 [INFO] [stdout] | [INFO] [stdout] 54 | fn split(&mut self) -> (ProdIter<$Struct>>, ConsIter<$Struct>, false>) { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------- -------------------------------------------- the lifetimes get resolved as `'_` [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] ::: src/ring_buffer/variants/local_rb.rs:42:1 [INFO] [stdout] | [INFO] [stdout] 42 | impl_splits!(LocalMutRingBuf); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_splits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 54 | fn split(&mut self) -> (ProdIter<'_, $Struct>>, ConsIter<'_, $Struct>, false>) { [INFO] [stdout] | +++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ring_buffer/storage/mod.rs:65:26 [INFO] [stdout] | [INFO] [stdout] 65 | ...ut(&mut self) -> (ProdIter<$Struct>>, WorkIter<$Struct>>, ConsIter<$Struct>, true>) { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------- ------------------------------------- ------------------------------------------- the lifetimes get resolved as `'_` [INFO] [stdout] | | | | [INFO] [stdout] | | | the lifetimes get resolved as `'_` [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] ::: src/ring_buffer/variants/local_rb.rs:42:1 [INFO] [stdout] | [INFO] [stdout] 42 | impl_splits!(LocalMutRingBuf); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_splits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 65 | fn split_mut(&mut self) -> (ProdIter<'_, $Struct>>, WorkIter<'_, $Struct>>, ConsIter<'_, $Struct>, true>) { [INFO] [stdout] | +++ +++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.34s [INFO] running `Command { std: "docker" "inspect" "5acae38357cc3041467254a7137da2994b9e8d2fdb1674025343d21c612a4cff", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5acae38357cc3041467254a7137da2994b9e8d2fdb1674025343d21c612a4cff", kill_on_drop: false }` [INFO] [stdout] 5acae38357cc3041467254a7137da2994b9e8d2fdb1674025343d21c612a4cff [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--no-run" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 8bc804e1bdf8bc61a8a9c02143ab82b4cb4377cb918c3980035d50739a9fb0fe [INFO] running `Command { std: "docker" "start" "-a" "8bc804e1bdf8bc61a8a9c02143ab82b4cb4377cb918c3980035d50739a9fb0fe", kill_on_drop: false }` [INFO] [stderr] Compiling rustix v1.0.5 [INFO] [stderr] Compiling serde_json v1.0.140 [INFO] [stderr] Compiling iai-callgrind-runner v0.14.0 [INFO] [stderr] Compiling syn v2.0.100 [INFO] [stderr] Compiling proc-macro-error-attr2 v2.0.0 [INFO] [stderr] Compiling tokio v1.44.2 [INFO] [stderr] Compiling iai-callgrind v0.14.0 [INFO] [stderr] Compiling condtype v1.3.0 [INFO] [stderr] Compiling regex-lite v0.1.6 [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ring_buffer/storage/stack/mod.rs:69:14 [INFO] [stdout] | [INFO] [stdout] 69 | fn split(&mut self) -> (ProdIter, ConsIter); [INFO] [stdout] | ^^^^^^^^^ ----------- ------------------ the lifetimes get resolved as `'_` [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 69 | fn split(&mut self) -> (ProdIter<'_, B>, ConsIter<'_, B, false>); [INFO] [stdout] | +++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ring_buffer/storage/stack/mod.rs:75:18 [INFO] [stdout] | [INFO] [stdout] 75 | fn split_mut(&mut self) -> (ProdIter, WorkIter, ConsIter); [INFO] [stdout] | ^^^^^^^^^ ----------- ----------- ----------------- the lifetimes get resolved as `'_` [INFO] [stdout] | | | | [INFO] [stdout] | | | the lifetimes get resolved as `'_` [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 75 | fn split_mut(&mut self) -> (ProdIter<'_, B>, WorkIter<'_, B>, ConsIter<'_, B, true>); [INFO] [stdout] | +++ +++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ring_buffer/storage/mod.rs:54:22 [INFO] [stdout] | [INFO] [stdout] 54 | fn split(&mut self) -> (ProdIter<$Struct>>, ConsIter<$Struct>, false>) { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------- -------------------------------------------- the lifetimes get resolved as `'_` [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] ::: src/ring_buffer/variants/concurrent_rb.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | impl_splits!(ConcurrentMutRingBuf); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_splits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 54 | fn split(&mut self) -> (ProdIter<'_, $Struct>>, ConsIter<'_, $Struct>, false>) { [INFO] [stdout] | +++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ring_buffer/storage/mod.rs:65:26 [INFO] [stdout] | [INFO] [stdout] 65 | ...ut(&mut self) -> (ProdIter<$Struct>>, WorkIter<$Struct>>, ConsIter<$Struct>, true>) { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------- ------------------------------------- ------------------------------------------- the lifetimes get resolved as `'_` [INFO] [stdout] | | | | [INFO] [stdout] | | | the lifetimes get resolved as `'_` [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] ::: src/ring_buffer/variants/concurrent_rb.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | impl_splits!(ConcurrentMutRingBuf); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_splits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 65 | fn split_mut(&mut self) -> (ProdIter<'_, $Struct>>, WorkIter<'_, $Struct>>, ConsIter<'_, $Struct>, true>) { [INFO] [stdout] | +++ +++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ring_buffer/storage/mod.rs:54:22 [INFO] [stdout] | [INFO] [stdout] 54 | fn split(&mut self) -> (ProdIter<$Struct>>, ConsIter<$Struct>, false>) { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------- -------------------------------------------- the lifetimes get resolved as `'_` [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] ::: src/ring_buffer/variants/local_rb.rs:42:1 [INFO] [stdout] | [INFO] [stdout] 42 | impl_splits!(LocalMutRingBuf); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_splits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 54 | fn split(&mut self) -> (ProdIter<'_, $Struct>>, ConsIter<'_, $Struct>, false>) { [INFO] [stdout] | +++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ring_buffer/storage/mod.rs:65:26 [INFO] [stdout] | [INFO] [stdout] 65 | ...ut(&mut self) -> (ProdIter<$Struct>>, WorkIter<$Struct>>, ConsIter<$Struct>, true>) { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------- ------------------------------------- ------------------------------------------- the lifetimes get resolved as `'_` [INFO] [stdout] | | | | [INFO] [stdout] | | | the lifetimes get resolved as `'_` [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] ::: src/ring_buffer/variants/local_rb.rs:42:1 [INFO] [stdout] | [INFO] [stdout] 42 | impl_splits!(LocalMutRingBuf); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_splits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 65 | fn split_mut(&mut self) -> (ProdIter<'_, $Struct>>, WorkIter<'_, $Struct>>, ConsIter<'_, $Struct>, true>) { [INFO] [stdout] | +++ +++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling terminal_size v0.4.2 [INFO] [stderr] Compiling clap_builder v4.5.36 [INFO] [stderr] Compiling tokio-stream v0.1.17 [INFO] [stderr] Compiling clap v4.5.36 [INFO] [stderr] Compiling proc-macro-error2 v2.0.1 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling derive_more-impl v1.0.0 [INFO] [stderr] Compiling async-stream-impl v0.3.6 [INFO] [stderr] Compiling divan-macros v0.1.21 [INFO] [stderr] Compiling async-stream v0.3.6 [INFO] [stderr] Compiling tokio-test v0.4.4 [INFO] [stderr] Compiling divan v0.1.21 [INFO] [stderr] Compiling derive_more v1.0.0 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling bincode v1.3.3 [INFO] [stderr] Compiling iai-callgrind-macros v0.5.0 [INFO] [stderr] Compiling mutringbuf v0.5.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ring_buffer/storage/stack/mod.rs:69:14 [INFO] [stdout] | [INFO] [stdout] 69 | fn split(&mut self) -> (ProdIter, ConsIter); [INFO] [stdout] | ^^^^^^^^^ ----------- ------------------ the lifetimes get resolved as `'_` [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 69 | fn split(&mut self) -> (ProdIter<'_, B>, ConsIter<'_, B, false>); [INFO] [stdout] | +++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ring_buffer/storage/stack/mod.rs:75:18 [INFO] [stdout] | [INFO] [stdout] 75 | fn split_mut(&mut self) -> (ProdIter, WorkIter, ConsIter); [INFO] [stdout] | ^^^^^^^^^ ----------- ----------- ----------------- the lifetimes get resolved as `'_` [INFO] [stdout] | | | | [INFO] [stdout] | | | the lifetimes get resolved as `'_` [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 75 | fn split_mut(&mut self) -> (ProdIter<'_, B>, WorkIter<'_, B>, ConsIter<'_, B, true>); [INFO] [stdout] | +++ +++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ring_buffer/storage/mod.rs:54:22 [INFO] [stdout] | [INFO] [stdout] 54 | fn split(&mut self) -> (ProdIter<$Struct>>, ConsIter<$Struct>, false>) { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------- -------------------------------------------- the lifetimes get resolved as `'_` [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] ::: src/ring_buffer/variants/concurrent_rb.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | impl_splits!(ConcurrentMutRingBuf); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_splits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 54 | fn split(&mut self) -> (ProdIter<'_, $Struct>>, ConsIter<'_, $Struct>, false>) { [INFO] [stdout] | +++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ring_buffer/storage/mod.rs:65:26 [INFO] [stdout] | [INFO] [stdout] 65 | ...ut(&mut self) -> (ProdIter<$Struct>>, WorkIter<$Struct>>, ConsIter<$Struct>, true>) { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------- ------------------------------------- ------------------------------------------- the lifetimes get resolved as `'_` [INFO] [stdout] | | | | [INFO] [stdout] | | | the lifetimes get resolved as `'_` [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] ::: src/ring_buffer/variants/concurrent_rb.rs:52:1 [INFO] [stdout] | [INFO] [stdout] 52 | impl_splits!(ConcurrentMutRingBuf); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_splits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 65 | fn split_mut(&mut self) -> (ProdIter<'_, $Struct>>, WorkIter<'_, $Struct>>, ConsIter<'_, $Struct>, true>) { [INFO] [stdout] | +++ +++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ring_buffer/storage/mod.rs:54:22 [INFO] [stdout] | [INFO] [stdout] 54 | fn split(&mut self) -> (ProdIter<$Struct>>, ConsIter<$Struct>, false>) { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------- -------------------------------------------- the lifetimes get resolved as `'_` [INFO] [stdout] | | | [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] ::: src/ring_buffer/variants/local_rb.rs:42:1 [INFO] [stdout] | [INFO] [stdout] 42 | impl_splits!(LocalMutRingBuf); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_splits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 54 | fn split(&mut self) -> (ProdIter<'_, $Struct>>, ConsIter<'_, $Struct>, false>) { [INFO] [stdout] | +++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/ring_buffer/storage/mod.rs:65:26 [INFO] [stdout] | [INFO] [stdout] 65 | ...ut(&mut self) -> (ProdIter<$Struct>>, WorkIter<$Struct>>, ConsIter<$Struct>, true>) { [INFO] [stdout] | ^^^^^^^^^ ------------------------------------- ------------------------------------- ------------------------------------------- the lifetimes get resolved as `'_` [INFO] [stdout] | | | | [INFO] [stdout] | | | the lifetimes get resolved as `'_` [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] ::: src/ring_buffer/variants/local_rb.rs:42:1 [INFO] [stdout] | [INFO] [stdout] 42 | impl_splits!(LocalMutRingBuf); [INFO] [stdout] | ----------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `impl_splits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 65 | fn split_mut(&mut self) -> (ProdIter<'_, $Struct>>, WorkIter<'_, $Struct>>, ConsIter<'_, $Struct>, true>) { [INFO] [stdout] | +++ +++ +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 40.81s [INFO] running `Command { std: "docker" "inspect" "8bc804e1bdf8bc61a8a9c02143ab82b4cb4377cb918c3980035d50739a9fb0fe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8bc804e1bdf8bc61a8a9c02143ab82b4cb4377cb918c3980035d50739a9fb0fe", kill_on_drop: false }` [INFO] [stdout] 8bc804e1bdf8bc61a8a9c02143ab82b4cb4377cb918c3980035d50739a9fb0fe [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 11c746082810f7e0573b73289a353e1f7ac6d4b886227bf64811dba4ce6a7479 [INFO] running `Command { std: "docker" "start" "-a" "11c746082810f7e0573b73289a353e1f7ac6d4b886227bf64811dba4ce6a7479", kill_on_drop: false }` [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/ring_buffer/storage/stack/mod.rs:69:14 [INFO] [stderr] | [INFO] [stderr] 69 | fn split(&mut self) -> (ProdIter, ConsIter); [INFO] [stderr] | ^^^^^^^^^ ----------- ------------------ the lifetimes get resolved as `'_` [INFO] [stderr] | | | [INFO] [stderr] | | the lifetimes get resolved as `'_` [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 69 | fn split(&mut self) -> (ProdIter<'_, B>, ConsIter<'_, B, false>); [INFO] [stderr] | +++ +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/ring_buffer/storage/stack/mod.rs:75:18 [INFO] [stderr] | [INFO] [stderr] 75 | fn split_mut(&mut self) -> (ProdIter, WorkIter, ConsIter); [INFO] [stderr] | ^^^^^^^^^ ----------- ----------- ----------------- the lifetimes get resolved as `'_` [INFO] [stderr] | | | | [INFO] [stderr] | | | the lifetimes get resolved as `'_` [INFO] [stderr] | | the lifetimes get resolved as `'_` [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 75 | fn split_mut(&mut self) -> (ProdIter<'_, B>, WorkIter<'_, B>, ConsIter<'_, B, true>); [INFO] [stderr] | +++ +++ +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/ring_buffer/storage/mod.rs:54:22 [INFO] [stderr] | [INFO] [stderr] 54 | fn split(&mut self) -> (ProdIter<$Struct>>, ConsIter<$Struct>, false>) { [INFO] [stderr] | ^^^^^^^^^ ------------------------------------- -------------------------------------------- the lifetimes get resolved as `'_` [INFO] [stderr] | | | [INFO] [stderr] | | the lifetimes get resolved as `'_` [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] ::: src/ring_buffer/variants/concurrent_rb.rs:52:1 [INFO] [stderr] | [INFO] [stderr] 52 | impl_splits!(ConcurrentMutRingBuf); [INFO] [stderr] | ---------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_splits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 54 | fn split(&mut self) -> (ProdIter<'_, $Struct>>, ConsIter<'_, $Struct>, false>) { [INFO] [stderr] | +++ +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/ring_buffer/storage/mod.rs:65:26 [INFO] [stderr] | [INFO] [stderr] 65 | ...ut(&mut self) -> (ProdIter<$Struct>>, WorkIter<$Struct>>, ConsIter<$Struct>, true>) { [INFO] [stderr] | ^^^^^^^^^ ------------------------------------- ------------------------------------- ------------------------------------------- the lifetimes get resolved as `'_` [INFO] [stderr] | | | | [INFO] [stderr] | | | the lifetimes get resolved as `'_` [INFO] [stderr] | | the lifetimes get resolved as `'_` [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] ::: src/ring_buffer/variants/concurrent_rb.rs:52:1 [INFO] [stderr] | [INFO] [stderr] 52 | impl_splits!(ConcurrentMutRingBuf); [INFO] [stderr] | ---------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_splits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 65 | fn split_mut(&mut self) -> (ProdIter<'_, $Struct>>, WorkIter<'_, $Struct>>, ConsIter<'_, $Struct>, true>) { [INFO] [stderr] | +++ +++ +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/ring_buffer/storage/mod.rs:54:22 [INFO] [stderr] | [INFO] [stderr] 54 | fn split(&mut self) -> (ProdIter<$Struct>>, ConsIter<$Struct>, false>) { [INFO] [stderr] | ^^^^^^^^^ ------------------------------------- -------------------------------------------- the lifetimes get resolved as `'_` [INFO] [stderr] | | | [INFO] [stderr] | | the lifetimes get resolved as `'_` [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] ::: src/ring_buffer/variants/local_rb.rs:42:1 [INFO] [stderr] | [INFO] [stderr] 42 | impl_splits!(LocalMutRingBuf); [INFO] [stderr] | ----------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_splits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 54 | fn split(&mut self) -> (ProdIter<'_, $Struct>>, ConsIter<'_, $Struct>, false>) { [INFO] [stderr] | +++ +++ [INFO] [stderr] [INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stderr] --> src/ring_buffer/storage/mod.rs:65:26 [INFO] [stderr] | [INFO] [stderr] 65 | ...ut(&mut self) -> (ProdIter<$Struct>>, WorkIter<$Struct>>, ConsIter<$Struct>, true>) { [INFO] [stderr] | ^^^^^^^^^ ------------------------------------- ------------------------------------- ------------------------------------------- the lifetimes get resolved as `'_` [INFO] [stderr] | | | | [INFO] [stderr] | | | the lifetimes get resolved as `'_` [INFO] [stderr] | | the lifetimes get resolved as `'_` [INFO] [stderr] | this lifetime flows to the output [INFO] [stderr] | [INFO] [stderr] ::: src/ring_buffer/variants/local_rb.rs:42:1 [INFO] [stderr] | [INFO] [stderr] 42 | impl_splits!(LocalMutRingBuf); [INFO] [stderr] | ----------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `impl_splits` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stderr] | [INFO] [stderr] 65 | fn split_mut(&mut self) -> (ProdIter<'_, $Struct>>, WorkIter<'_, $Struct>>, ConsIter<'_, $Struct>, true>) { [INFO] [stderr] | +++ +++ +++ [INFO] [stderr] [INFO] [stderr] warning: `mutringbuf` (lib) generated 6 warnings (run `cargo fix --lib -p mutringbuf` to apply 6 suggestions) [INFO] [stderr] warning: `mutringbuf` (lib test) generated 6 warnings (6 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.20s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/mutringbuf-da43ae4312b1ba49) [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test iterators::sync_iterators::prod_iter::test::cached_avail ... ok [INFO] [stdout] test ring_buffer::storage::heap::test::from_tests ... ok [INFO] [stderr] Running tests/tests.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/tests-8475a43d7d0faf80) [INFO] [stdout] test iterators::sync_iterators::cons_iter::test::cached_avail ... ok [INFO] [stdout] test ring_buffer::storage::stack::test::from_tests ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 33 tests [INFO] [stdout] test common::new_buf::test_new_buf ... ok [INFO] [stdout] test sync_tests::cons_tests::test_pop_avail_nw_exact ... ok [INFO] [stdout] test common::stack::test_local_stack ... ok [INFO] [stdout] test common::uninit_buf::test_uninit ... ok [INFO] [stdout] test sync_tests::cons_tests::test_pop_ref_exact ... ok [INFO] [stdout] test sync_tests::cons_tests::test_pop_slice_seam ... ok [INFO] [stdout] test sync_tests::cons_tests::test_pop_slice_exact ... ok [INFO] [stdout] test sync_tests::cons_tests::test_pop_exact ... ok [INFO] [stdout] test sync_tests::detached_work_tests::test_work_detached_set_index ... ok [INFO] [stdout] test sync_tests::detached_work_tests::test_work_go_back ... ok [INFO] [stdout] test sync_tests::cons_tests::test_pop_slice_copy ... ok [INFO] [stdout] test sync_tests::detached_work_tests::test_work_detached ... ok [INFO] [stdout] test sync_tests::drop::cons_drop_test ... ok [INFO] [stdout] test sync_tests::detached_work_tests::test_work_detached_sync_index ... ok [INFO] [stdout] test sync_tests::drop::drop_everything ... ok [INFO] [stdout] test sync_tests::drop::prod_drop_test ... ok [INFO] [stdout] test sync_tests::drop::work_drop_test ... ok [INFO] [stdout] test sync_tests::integration_tests::test_push_work_pop_slice ... ok [INFO] [stdout] test sync_tests::integration_tests::test_reset ... ok [INFO] [stdout] test sync_tests::integration_tests::test_push_work_pop_single ... ok [INFO] [stdout] test sync_tests::prod_tests::test_push_mut_ref_init ... ok [INFO] [stdout] test sync_tests::prod_tests::test_push_mut_ref ... ok [INFO] [stdout] test sync_tests::prod_tests::test_push_one_by_one ... ok [INFO] [stdout] test sync_tests::prod_tests::test_push_slice ... ok [INFO] [stdout] test len_zero_heap - should panic ... ok [INFO] [stdout] test sync_tests::work_tests::test_work_exact ... ok [INFO] [stdout] test len_zero_stack - should panic ... ok [INFO] [stdout] test sync_tests::work_tests::test_work_mul ... ok [INFO] [stdout] test sync_tests::work_tests::test_work_single ... ok [INFO] [stdout] test sync_tests::concurrent_fib::fibonacci_test ... ok [INFO] [stdout] test common::stack::fibonacci_test_stack ... ok [INFO] [stdout] test sync_tests::multithreading::test_mt_workable ... ok [INFO] [stdout] test sync_tests::multithreading::test_mt_non_workable ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 33 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.14s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "11c746082810f7e0573b73289a353e1f7ac6d4b886227bf64811dba4ce6a7479", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "11c746082810f7e0573b73289a353e1f7ac6d4b886227bf64811dba4ce6a7479", kill_on_drop: false }` [INFO] [stdout] 11c746082810f7e0573b73289a353e1f7ac6d4b886227bf64811dba4ce6a7479