[INFO] fetching crate zbuf 0.1.2... [INFO] testing zbuf-0.1.2 against beta-2025-09-21 for beta-1.91-3 [INFO] extracting crate zbuf 0.1.2 into /workspace/builds/worker-0-tc2/source [INFO] started tweaking crates.io crate zbuf 0.1.2 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate zbuf 0.1.2 [INFO] tweaked toml for crates.io crate zbuf 0.1.2 written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate zbuf 0.1.2 on toolchain beta-2025-09-21 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "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" "+beta-2025-09-21" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 1 package to latest compatible version [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 618ffe8af27c929efa3b6dbffca5ae02749cc15facbecf17422df3ac6e4f5316 [INFO] running `Command { std: "docker" "start" "-a" "618ffe8af27c929efa3b6dbffca5ae02749cc15facbecf17422df3ac6e4f5316", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "618ffe8af27c929efa3b6dbffca5ae02749cc15facbecf17422df3ac6e4f5316", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "618ffe8af27c929efa3b6dbffca5ae02749cc15facbecf17422df3ac6e4f5316", kill_on_drop: false }` [INFO] [stdout] 618ffe8af27c929efa3b6dbffca5ae02749cc15facbecf17422df3ac6e4f5316 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 67678f6b944ec442352c67aa9df37f86f001398b0d96340b143667a355b7b702 [INFO] running `Command { std: "docker" "start" "-a" "67678f6b944ec442352c67aa9df37f86f001398b0d96340b143667a355b7b702", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Compiling zbuf v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> bytesbuf.rs:683:24 [INFO] [stdout] | [INFO] [stdout] 683 | if let b' '...b'~' = byte { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` (part of `#[warn(rust_2021_compatibility)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> bytesbuf.rs:200:39 [INFO] [stdout] | [INFO] [stdout] 200 | let (initialized, tail) = (*data)[start..].split_at_mut(len); [INFO] [stdout] | ^^----^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [u8]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [u8]` [INFO] [stdout] --> bytesbuf.rs:200:39 [INFO] [stdout] | [INFO] [stdout] 200 | let (initialized, tail) = (*data)[start..].split_at_mut(len); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: `#[warn(dangerous_implicit_autorefs)]` on by default [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 200 | let (initialized, tail) = (&mut (*data))[start..].split_at_mut(len); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> bytesbuf.rs:442:28 [INFO] [stdout] | [INFO] [stdout] 442 | assert!(written <= (*tail).len()); [INFO] [stdout] | ^^----^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [u8]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&[u8]` [INFO] [stdout] --> bytesbuf.rs:442:28 [INFO] [stdout] | [INFO] [stdout] 442 | assert!(written <= (*tail).len()); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] note: method calls to `len` require a reference [INFO] [stdout] --> /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/slice/mod.rs:114:5 [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 442 | assert!(written <= (&(*tail)).len()); [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> bytesbuf.rs:604:5 [INFO] [stdout] | [INFO] [stdout] 604 | (*dest)[..len].copy_from_slice(source); [INFO] [stdout] | ^^----^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [u8]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [u8]` [INFO] [stdout] --> bytesbuf.rs:604:5 [INFO] [stdout] | [INFO] [stdout] 604 | (*dest)[..len].copy_from_slice(source); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 604 | (&mut (*dest))[..len].copy_from_slice(source); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> bytesbuf.rs:618:22 [INFO] [stdout] | [INFO] [stdout] 618 | &(*heap_allocation.data())[start..][..len] [INFO] [stdout] | ^^----------------------^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*const [u8]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&[u8]` [INFO] [stdout] --> bytesbuf.rs:618:22 [INFO] [stdout] | [INFO] [stdout] 618 | &(*heap_allocation.data())[start..][..len] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 618 | &(&(*heap_allocation.data())[start..])[..len] [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> bytesbuf.rs:618:22 [INFO] [stdout] | [INFO] [stdout] 618 | &(*heap_allocation.data())[start..][..len] [INFO] [stdout] | ^^----------------------^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*const [u8]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&[u8]` [INFO] [stdout] --> bytesbuf.rs:618:22 [INFO] [stdout] | [INFO] [stdout] 618 | &(*heap_allocation.data())[start..][..len] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 618 | &(&(*heap_allocation.data()))[start..][..len] [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> strbuf.rs:467:13 [INFO] [stdout] | [INFO] [stdout] 467 | &tail_str[..additional_len]; // Check char boundary [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 467 | let _ = &tail_str[..additional_len]; // Check char boundary [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.37s [INFO] running `Command { std: "docker" "inspect" "67678f6b944ec442352c67aa9df37f86f001398b0d96340b143667a355b7b702", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "67678f6b944ec442352c67aa9df37f86f001398b0d96340b143667a355b7b702", kill_on_drop: false }` [INFO] [stdout] 67678f6b944ec442352c67aa9df37f86f001398b0d96340b143667a355b7b702 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c870433f5fe886effba5e960d0d3e8835caceca41e20194e6e416e7590fb3a28 [INFO] running `Command { std: "docker" "start" "-a" "c870433f5fe886effba5e960d0d3e8835caceca41e20194e6e416e7590fb3a28", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Compiling zbuf v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> bytesbuf.rs:683:24 [INFO] [stdout] | [INFO] [stdout] 683 | if let b' '...b'~' = byte { [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` (part of `#[warn(rust_2021_compatibility)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> bytesbuf.rs:200:39 [INFO] [stdout] | [INFO] [stdout] 200 | let (initialized, tail) = (*data)[start..].split_at_mut(len); [INFO] [stdout] | ^^----^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [u8]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [u8]` [INFO] [stdout] --> bytesbuf.rs:200:39 [INFO] [stdout] | [INFO] [stdout] 200 | let (initialized, tail) = (*data)[start..].split_at_mut(len); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: `#[warn(dangerous_implicit_autorefs)]` on by default [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 200 | let (initialized, tail) = (&mut (*data))[start..].split_at_mut(len); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> bytesbuf.rs:442:28 [INFO] [stdout] | [INFO] [stdout] 442 | assert!(written <= (*tail).len()); [INFO] [stdout] | ^^----^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [u8]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&[u8]` [INFO] [stdout] --> bytesbuf.rs:442:28 [INFO] [stdout] | [INFO] [stdout] 442 | assert!(written <= (*tail).len()); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] note: method calls to `len` require a reference [INFO] [stdout] --> /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/slice/mod.rs:114:5 [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 442 | assert!(written <= (&(*tail)).len()); [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> bytesbuf.rs:604:5 [INFO] [stdout] | [INFO] [stdout] 604 | (*dest)[..len].copy_from_slice(source); [INFO] [stdout] | ^^----^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [u8]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [u8]` [INFO] [stdout] --> bytesbuf.rs:604:5 [INFO] [stdout] | [INFO] [stdout] 604 | (*dest)[..len].copy_from_slice(source); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 604 | (&mut (*dest))[..len].copy_from_slice(source); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> bytesbuf.rs:618:22 [INFO] [stdout] | [INFO] [stdout] 618 | &(*heap_allocation.data())[start..][..len] [INFO] [stdout] | ^^----------------------^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*const [u8]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&[u8]` [INFO] [stdout] --> bytesbuf.rs:618:22 [INFO] [stdout] | [INFO] [stdout] 618 | &(*heap_allocation.data())[start..][..len] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 618 | &(&(*heap_allocation.data())[start..])[..len] [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> bytesbuf.rs:618:22 [INFO] [stdout] | [INFO] [stdout] 618 | &(*heap_allocation.data())[start..][..len] [INFO] [stdout] | ^^----------------------^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*const [u8]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&[u8]` [INFO] [stdout] --> bytesbuf.rs:618:22 [INFO] [stdout] | [INFO] [stdout] 618 | &(*heap_allocation.data())[start..][..len] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 618 | &(&(*heap_allocation.data()))[start..][..len] [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> strbuf.rs:467:13 [INFO] [stdout] | [INFO] [stdout] 467 | &tail_str[..additional_len]; // Check char boundary [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 467 | let _ = &tail_str[..additional_len]; // Check char boundary [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `std::ascii::AsciiExt`: use inherent methods instead [INFO] [stdout] --> tests.rs:11:21 [INFO] [stdout] | [INFO] [stdout] 11 | use std::ascii::AsciiExt; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 230 | common_tests!(BytesBuf); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `common_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated trait `std::ascii::AsciiExt`: use inherent methods instead [INFO] [stdout] --> tests.rs:11:21 [INFO] [stdout] | [INFO] [stdout] 11 | use std::ascii::AsciiExt; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 292 | common_tests!(StrBuf); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `common_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::ascii::AsciiExt` [INFO] [stdout] --> tests.rs:11:9 [INFO] [stdout] | [INFO] [stdout] 11 | use std::ascii::AsciiExt; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 230 | common_tests!(BytesBuf); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] = note: this warning originates in the macro `common_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::ascii::AsciiExt` [INFO] [stdout] --> tests.rs:11:9 [INFO] [stdout] | [INFO] [stdout] 11 | use std::ascii::AsciiExt; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 292 | common_tests!(StrBuf); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `common_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.95s [INFO] running `Command { std: "docker" "inspect" "c870433f5fe886effba5e960d0d3e8835caceca41e20194e6e416e7590fb3a28", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c870433f5fe886effba5e960d0d3e8835caceca41e20194e6e416e7590fb3a28", kill_on_drop: false }` [INFO] [stdout] c870433f5fe886effba5e960d0d3e8835caceca41e20194e6e416e7590fb3a28 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 43658798a3dbe7ec4aaf25c4e2bab063216c8174e8ff04355d4330826ede0eb2 [INFO] running `Command { std: "docker" "start" "-a" "43658798a3dbe7ec4aaf25c4e2bab063216c8174e8ff04355d4330826ede0eb2", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> bytesbuf.rs:683:24 [INFO] [stderr] | [INFO] [stderr] 683 | if let b' '...b'~' = byte { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: `#[warn(ellipsis_inclusive_range_patterns)]` (part of `#[warn(rust_2021_compatibility)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stderr] --> bytesbuf.rs:200:39 [INFO] [stderr] | [INFO] [stderr] 200 | let (initialized, tail) = (*data)[start..].split_at_mut(len); [INFO] [stderr] | ^^----^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | this raw pointer has type `*mut [u8]` [INFO] [stderr] | [INFO] [stderr] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stderr] note: autoref is being applied to this expression, resulting in: `&mut [u8]` [INFO] [stderr] --> bytesbuf.rs:200:39 [INFO] [stderr] | [INFO] [stderr] 200 | let (initialized, tail) = (*data)[start..].split_at_mut(len); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] = note: `#[warn(dangerous_implicit_autorefs)]` on by default [INFO] [stderr] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stderr] | [INFO] [stderr] 200 | let (initialized, tail) = (&mut (*data))[start..].split_at_mut(len); [INFO] [stderr] | +++++ + [INFO] [stderr] [INFO] [stderr] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stderr] --> bytesbuf.rs:442:28 [INFO] [stderr] | [INFO] [stderr] 442 | assert!(written <= (*tail).len()); [INFO] [stderr] | ^^----^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | this raw pointer has type `*mut [u8]` [INFO] [stderr] | [INFO] [stderr] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stderr] note: autoref is being applied to this expression, resulting in: `&[u8]` [INFO] [stderr] --> bytesbuf.rs:442:28 [INFO] [stderr] | [INFO] [stderr] 442 | assert!(written <= (*tail).len()); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] note: method calls to `len` require a reference [INFO] [stderr] --> /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/slice/mod.rs:114:5 [INFO] [stderr] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stderr] | [INFO] [stderr] 442 | assert!(written <= (&(*tail)).len()); [INFO] [stderr] | ++ + [INFO] [stderr] [INFO] [stderr] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stderr] --> bytesbuf.rs:604:5 [INFO] [stderr] | [INFO] [stderr] 604 | (*dest)[..len].copy_from_slice(source); [INFO] [stderr] | ^^----^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | this raw pointer has type `*mut [u8]` [INFO] [stderr] | [INFO] [stderr] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stderr] note: autoref is being applied to this expression, resulting in: `&mut [u8]` [INFO] [stderr] --> bytesbuf.rs:604:5 [INFO] [stderr] | [INFO] [stderr] 604 | (*dest)[..len].copy_from_slice(source); [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stderr] | [INFO] [stderr] 604 | (&mut (*dest))[..len].copy_from_slice(source); [INFO] [stderr] | +++++ + [INFO] [stderr] [INFO] [stderr] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stderr] --> bytesbuf.rs:618:22 [INFO] [stderr] | [INFO] [stderr] 618 | &(*heap_allocation.data())[start..][..len] [INFO] [stderr] | ^^----------------------^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | this raw pointer has type `*const [u8]` [INFO] [stderr] | [INFO] [stderr] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stderr] note: autoref is being applied to this expression, resulting in: `&[u8]` [INFO] [stderr] --> bytesbuf.rs:618:22 [INFO] [stderr] | [INFO] [stderr] 618 | &(*heap_allocation.data())[start..][..len] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stderr] | [INFO] [stderr] 618 | &(&(*heap_allocation.data())[start..])[..len] [INFO] [stderr] | ++ + [INFO] [stderr] [INFO] [stderr] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stderr] --> bytesbuf.rs:618:22 [INFO] [stderr] | [INFO] [stderr] 618 | &(*heap_allocation.data())[start..][..len] [INFO] [stderr] | ^^----------------------^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | this raw pointer has type `*const [u8]` [INFO] [stderr] | [INFO] [stderr] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stderr] note: autoref is being applied to this expression, resulting in: `&[u8]` [INFO] [stderr] --> bytesbuf.rs:618:22 [INFO] [stderr] | [INFO] [stderr] 618 | &(*heap_allocation.data())[start..][..len] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stderr] | [INFO] [stderr] 618 | &(&(*heap_allocation.data()))[start..][..len] [INFO] [stderr] | ++ + [INFO] [stderr] [INFO] [stderr] warning: unused borrow that must be used [INFO] [stderr] --> strbuf.rs:467:13 [INFO] [stderr] | [INFO] [stderr] 467 | &tail_str[..additional_len]; // Check char boundary [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_must_use)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] help: use `let _ = ...` to ignore the resulting value [INFO] [stderr] | [INFO] [stderr] 467 | let _ = &tail_str[..additional_len]; // Check char boundary [INFO] [stderr] | +++++++ [INFO] [stderr] [INFO] [stderr] warning: `zbuf` (lib) generated 7 warnings (run `cargo fix --lib -p zbuf` to apply 1 suggestion) [INFO] [stderr] warning: use of deprecated trait `std::ascii::AsciiExt`: use inherent methods instead [INFO] [stderr] --> tests.rs:11:21 [INFO] [stderr] | [INFO] [stderr] 11 | use std::ascii::AsciiExt; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 230 | common_tests!(BytesBuf); [INFO] [stderr] | ----------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in the macro `common_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated trait `std::ascii::AsciiExt`: use inherent methods instead [INFO] [stderr] --> tests.rs:11:21 [INFO] [stderr] | [INFO] [stderr] 11 | use std::ascii::AsciiExt; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 292 | common_tests!(StrBuf); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `common_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::ascii::AsciiExt` [INFO] [stderr] --> tests.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 11 | use std::ascii::AsciiExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 230 | common_tests!(BytesBuf); [INFO] [stderr] | ----------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] = note: this warning originates in the macro `common_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::ascii::AsciiExt` [INFO] [stderr] --> tests.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 11 | use std::ascii::AsciiExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 292 | common_tests!(StrBuf); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `common_tests` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `zbuf` (test "tests") generated 4 warnings [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running print_cfg.rs (/opt/rustwide/target/debug/deps/print_cfg-1df1cbb4385428ca) [INFO] [stderr] Running tests.rs (/opt/rustwide/target/debug/deps/tests-e4f5e67ade835cf4) [INFO] [stdout] Little-endian [INFO] [stderr] Doc-tests zbuf [INFO] [stdout] 64-bit [INFO] [stdout] [INFO] [stdout] running 57 tests [INFO] [stdout] test bytes_buf::clear ... ok [INFO] [stdout] test bytes_buf::debug ... ok [INFO] [stdout] test bytes_buf::deref_mut_make_ascii_lowercase ... ok [INFO] [stdout] test bytes_buf::new ... ok [INFO] [stdout] test bytes_buf::pop_back ... ok [INFO] [stdout] test bytes_buf::deref_mut ... ok [INFO] [stdout] test bytes_buf::len ... ok [INFO] [stdout] test bytes_buf::pop_front ... ok [INFO] [stdout] test bytes_buf::push_buf ... ok [INFO] [stdout] test bytes_buf::split_off ... ok [INFO] [stdout] test bytes_buf::truncate ... ok [INFO] [stdout] test bytes_buf::read_into_unititialized_tail_from ... ok [INFO] [stdout] test bytes_buf::write_to_uninitialized_tail ... ok [INFO] [stdout] test str_buf::debug ... ok [INFO] [stdout] test str_buf::deref_mut_make_ascii_lowercase ... ok [INFO] [stdout] test bytes_buf::write_to_zeroed_tail ... ok [INFO] [stdout] test bytes_buf::reserve ... ok [INFO] [stdout] test str_buf::len ... ok [INFO] [stdout] test bytes_buf::with_capacity ... ok [INFO] [stdout] test str_buf::from_utf8_lossy ... ok [INFO] [stdout] test str_buf::pop_back ... ok [INFO] [stdout] test str_buf::new ... ok [INFO] [stdout] test str_buf::pop_front ... ok [INFO] [stdout] test str_buf::from_utf8 ... ok [INFO] [stdout] test bytes_buf::push_slice ... ok [INFO] [stdout] test str_buf::clear ... ok [INFO] [stdout] test str_buf::push_buf ... ok [INFO] [stdout] test str_buf::push_char ... ok [INFO] [stdout] test str_buf::push_str ... ok [INFO] [stdout] test str_buf::reserve ... ok [INFO] [stdout] test str_buf::split_off ... ok [INFO] [stdout] test bytes_buf::pop_front_out_of_bounds - should panic ... ok [INFO] [stdout] test bytes_buf::pop_back_out_of_bounds - should panic ... ok [INFO] [stdout] test bytes_buf::split_off_out_of_bounds - should panic ... ok [INFO] [stdout] test bytes_buf::with_capacity_overflow - should panic ... ok [INFO] [stdout] test bytes_buf::split_off_out_of_bounds_inline - should panic ... ok [INFO] [stdout] test bytes_buf::pop_front_out_of_bounds_inline - should panic ... ok [INFO] [stdout] test str_buf::truncate ... ok [INFO] [stdout] test str_buf::split_off_out_of_bounds_inline - should panic ... ok [INFO] [stdout] test str_buf::with_capacity_overflow - should panic ... ok [INFO] [stdout] test str_buf::write_to_uninitialized_tail ... ok [INFO] [stdout] test str_buf::write_to_uninitialized_tail_out_of_bounds - should panic ... ok [INFO] [stdout] test str_buf::with_capacity ... ok [INFO] [stdout] test str_buf::write_to_zeroed_tail ... ok [INFO] [stdout] test utf8_decoder::lossy ... ok [INFO] [stdout] test utf8_decoder::strict ... ok [INFO] [stdout] test str_buf::write_to_zeroed_tail_out_of_bounds - should panic ... ok [INFO] [stdout] test bytes_buf::write_to_uninitialized_tail_out_of_bounds - should panic ... ok [INFO] [stdout] test bytes_buf::reserve_overflow - should panic ... ok [INFO] [stdout] test bytes_buf::write_to_zeroed_tail_out_of_bounds - should panic ... ok [INFO] [stdout] test str_buf::pop_back_out_of_bounds - should panic ... ok [INFO] [stdout] test str_buf::pop_back_out_of_bounds_inline - should panic ... ok [INFO] [stdout] test str_buf::pop_front_out_of_bounds - should panic ... ok [INFO] [stdout] test str_buf::pop_front_out_of_bounds_inline - should panic ... ok [INFO] [stdout] test str_buf::reserve_overflow - should panic ... ok [INFO] [stdout] test str_buf::split_off_out_of_bounds - should panic ... ok [INFO] [stdout] test bytes_buf::pop_back_out_of_bounds_inline - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 57 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s [INFO] [stdout] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> bytesbuf.rs:683:24 [INFO] [stderr] | [INFO] [stderr] 683 | if let b' '...b'~' = byte { [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: `#[warn(ellipsis_inclusive_range_patterns)]` (part of `#[warn(rust_2021_compatibility)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stdout] [INFO] [stdout] running 38 tests [INFO] [stdout] test bytesbuf.rs - bytesbuf::BytesBuf::is_empty (line 160) ... ok [INFO] [stdout] test bytesbuf.rs - bytesbuf::BytesBuf::split_off (line 299) ... ok [INFO] [stdout] test bytesbuf.rs - bytesbuf::BytesBuf::reserve (line 380) ... ok [INFO] [stdout] test bytesbuf.rs - bytesbuf::BytesBuf::with_capacity (line 118) ... ok [INFO] [stdout] test bytesbuf.rs - bytesbuf::BytesBuf::capacity (line 210) ... ok [INFO] [stdout] test bytesbuf.rs - bytesbuf::BytesBuf::pop_front (line 242) ... ok [INFO] [stdout] test bytesbuf.rs - bytesbuf::BytesBuf::truncate (line 346) ... ok [INFO] [stdout] test bytesbuf.rs - bytesbuf::BytesBuf::write_to_zeroed_tail (line 465) ... ok [INFO] [stdout] test bytesbuf.rs - bytesbuf::BytesBuf::write_to_uninitialized_tail (line 423) ... ok [INFO] [stdout] test bytesbuf.rs - bytesbuf::BytesBuf::len (line 144) ... ok [INFO] [stdout] test strbuf.rs - strbuf::StrBuf::from_utf8 (line 54) ... ok [INFO] [stdout] test strbuf.rs - strbuf::StrBuf::capacity (line 226) ... ok [INFO] [stdout] test bytesbuf.rs - bytesbuf::BytesBuf::push_slice (line 544) ... ok [INFO] [stdout] test bytesbuf.rs - bytesbuf::BytesBuf::push_buf (line 566) ... ok [INFO] [stdout] test strbuf.rs - strbuf::StrBuf::as_bytes_buf (line 180) ... ok [INFO] [stdout] test strbuf.rs - strbuf::StrBuf::from_utf8_lossy (line 105) ... ok [INFO] [stdout] test strbuf.rs - strbuf::StrBuf::clear (line 309) ... ok [INFO] [stdout] test bytesbuf.rs - bytesbuf::BytesBuf::read_into_unititialized_tail_from (line 505) ... ok [INFO] [stdout] test strbuf.rs - strbuf::StrBuf::from_utf8_unchecked (line 81) ... ok [INFO] [stdout] test bytesbuf.rs - bytesbuf::BytesBuf::pop_back (line 274) ... ok [INFO] [stdout] test strbuf.rs - strbuf::StrBuf::pop_back (line 266) ... ok [INFO] [stdout] test strbuf.rs - strbuf::StrBuf::pop_front (line 245) ... ok [INFO] [stdout] test strbuf.rs - strbuf::StrBuf::is_empty (line 211) ... ok [INFO] [stdout] test strbuf.rs - strbuf::StrBuf::push_str (line 479) ... ok [INFO] [stdout] test strbuf.rs - strbuf::StrBuf::from_utf8_iter (line 125) ... ok [INFO] [stdout] test strbuf.rs - strbuf::StrBuf::len (line 198) ... ok [INFO] [stdout] test strbuf.rs - strbuf::StrBuf::reserve (line 354) ... ok [INFO] [stdout] test strbuf.rs - strbuf::StrBuf::write_to_zeroed_tail (line 439) ... ok [INFO] [stdout] test strbuf.rs - strbuf::StrBuf::push_buf (line 516) ... ok [INFO] [stdout] test strbuf.rs - strbuf::StrBuf::from_utf8_iter_lossy (line 155) ... ok [INFO] [stdout] test bytesbuf.rs - bytesbuf::BytesBuf::clear (line 327) ... ok [INFO] [stdout] test strbuf.rs - strbuf::StrBuf::push_char (line 497) ... ok [INFO] [stdout] test strbuf.rs - strbuf::StrBuf::with_capacity (line 33) ... ok [INFO] [stdout] test utf8_decoder.rs - utf8_decoder::LossyUtf8Decoder (line 34) ... ok [INFO] [stdout] test utf8_decoder.rs - utf8_decoder::StrictUtf8Decoder (line 121) ... ok [INFO] [stdout] test strbuf.rs - strbuf::StrBuf::truncate (line 332) ... ok [INFO] [stdout] test strbuf.rs - strbuf::StrBuf::split_off (line 291) ... ok [INFO] [stdout] test strbuf.rs - strbuf::StrBuf::write_to_uninitialized_tail (line 390) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 38 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.83s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "43658798a3dbe7ec4aaf25c4e2bab063216c8174e8ff04355d4330826ede0eb2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "43658798a3dbe7ec4aaf25c4e2bab063216c8174e8ff04355d4330826ede0eb2", kill_on_drop: false }` [INFO] [stdout] 43658798a3dbe7ec4aaf25c4e2bab063216c8174e8ff04355d4330826ede0eb2