[INFO] fetching crate rocstr 0.6.2... [INFO] testing rocstr-0.6.2 against try#b83b707f97d809763b7861afa7638871f3339a33 for pr-145838-2 [INFO] extracting crate rocstr 0.6.2 into /workspace/builds/worker-7-tc2/source [INFO] started tweaking crates.io crate rocstr 0.6.2 [INFO] finished tweaking crates.io crate rocstr 0.6.2 [INFO] tweaked toml for crates.io crate rocstr 0.6.2 written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate rocstr 0.6.2 on toolchain b83b707f97d809763b7861afa7638871f3339a33 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate rocstr 0.6.2 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" "+b83b707f97d809763b7861afa7638871f3339a33" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ea2f200c391f0153db0e4e13dfb719db01049b149887c8f199794503a565f5ec [INFO] running `Command { std: "docker" "start" "-a" "ea2f200c391f0153db0e4e13dfb719db01049b149887c8f199794503a565f5ec", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ea2f200c391f0153db0e4e13dfb719db01049b149887c8f199794503a565f5ec", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ea2f200c391f0153db0e4e13dfb719db01049b149887c8f199794503a565f5ec", kill_on_drop: false }` [INFO] [stdout] ea2f200c391f0153db0e4e13dfb719db01049b149887c8f199794503a565f5ec [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b5dd873018ee0e658e29290e2b85f2d584c4109c1f9c190595dfbd81dd25a21e [INFO] running `Command { std: "docker" "start" "-a" "b5dd873018ee0e658e29290e2b85f2d584c4109c1f9c190595dfbd81dd25a21e", kill_on_drop: false }` [INFO] [stderr] Compiling rocstr v0.6.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/rocerr.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/rocerr.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 27 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/rocerr.rs:41:5 [INFO] [stdout] | [INFO] [stdout] 41 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/rocstr.rs:287:5 [INFO] [stdout] | [INFO] [stdout] 287 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/rocstr.rs:301:5 [INFO] [stdout] | [INFO] [stdout] 301 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/rocstr.rs:314:5 [INFO] [stdout] | [INFO] [stdout] 314 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/rocstr.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/rocstr.rs:341:5 [INFO] [stdout] | [INFO] [stdout] 341 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/rocstr.rs:350:5 [INFO] [stdout] | [INFO] [stdout] 350 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/rocstr.rs:358:5 [INFO] [stdout] | [INFO] [stdout] 358 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.33s [INFO] running `Command { std: "docker" "inspect" "b5dd873018ee0e658e29290e2b85f2d584c4109c1f9c190595dfbd81dd25a21e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b5dd873018ee0e658e29290e2b85f2d584c4109c1f9c190595dfbd81dd25a21e", kill_on_drop: false }` [INFO] [stdout] b5dd873018ee0e658e29290e2b85f2d584c4109c1f9c190595dfbd81dd25a21e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5c99609450193c537e045bb64be537d7a0e6ae356d59c62f628c0427f650df8a [INFO] running `Command { std: "docker" "start" "-a" "5c99609450193c537e045bb64be537d7a0e6ae356d59c62f628c0427f650df8a", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.94 [INFO] [stderr] Compiling crossbeam-utils v0.8.21 [INFO] [stderr] Compiling either v1.15.0 [INFO] [stderr] Compiling serde_json v1.0.140 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Compiling anstyle v1.0.10 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling half v2.6.0 [INFO] [stderr] Compiling ciborium-io v0.2.2 [INFO] [stderr] Compiling regex-syntax v0.8.5 [INFO] [stderr] Compiling plotters-backend v0.3.7 [INFO] [stderr] Compiling clap_lex v0.7.4 [INFO] [stderr] Compiling indexmap v2.9.0 [INFO] [stderr] Compiling winnow v0.7.6 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling cast v0.3.0 [INFO] [stderr] Compiling is-terminal v0.4.16 [INFO] [stderr] Compiling anes v0.1.6 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling walkdir v2.5.0 [INFO] [stderr] Compiling clap_builder v4.5.35 [INFO] [stderr] Compiling once_cell v1.21.3 [INFO] [stderr] Compiling oorandom v11.1.5 [INFO] [stderr] Compiling imstr v0.2.0 [INFO] [stderr] Compiling smol_str v0.3.2 [INFO] [stderr] Compiling arrayvec v0.7.6 [INFO] [stderr] Compiling plotters-svg v0.3.7 [INFO] [stderr] Compiling inlinable_string v0.1.15 [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/rocerr.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/rocerr.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 27 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/rocerr.rs:41:5 [INFO] [stdout] | [INFO] [stdout] 41 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/rocstr.rs:287:5 [INFO] [stdout] | [INFO] [stdout] 287 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/rocstr.rs:301:5 [INFO] [stdout] | [INFO] [stdout] 301 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/rocstr.rs:314:5 [INFO] [stdout] | [INFO] [stdout] 314 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/rocstr.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/rocstr.rs:341:5 [INFO] [stdout] | [INFO] [stdout] 341 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/rocstr.rs:350:5 [INFO] [stdout] | [INFO] [stdout] 350 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/rocstr.rs:358:5 [INFO] [stdout] | [INFO] [stdout] 358 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling ciborium-ll v0.2.2 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling plotters v0.3.7 [INFO] [stderr] Compiling regex-automata v0.4.9 [INFO] [stderr] Compiling syn v2.0.100 [INFO] [stderr] Compiling crossbeam-deque v0.8.6 [INFO] [stderr] Compiling criterion-plot v0.5.0 [INFO] [stderr] Compiling clap v4.5.35 [INFO] [stderr] Compiling rayon v1.10.0 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling toml_datetime v0.6.8 [INFO] [stderr] Compiling serde_spanned v0.6.8 [INFO] [stderr] Compiling ciborium v0.2.2 [INFO] [stderr] Compiling toml_edit v0.22.24 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling criterion v0.5.1 [INFO] [stderr] Compiling toml v0.8.20 [INFO] [stderr] Compiling rocstr v0.6.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/rocerr.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/rocerr.rs:27:5 [INFO] [stdout] | [INFO] [stdout] 27 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/rocerr.rs:41:5 [INFO] [stdout] | [INFO] [stdout] 41 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/rocstr.rs:287:5 [INFO] [stdout] | [INFO] [stdout] 287 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/rocstr.rs:301:5 [INFO] [stdout] | [INFO] [stdout] 301 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/rocstr.rs:314:5 [INFO] [stdout] | [INFO] [stdout] 314 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/rocstr.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/rocstr.rs:341:5 [INFO] [stdout] | [INFO] [stdout] 341 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/rocstr.rs:350:5 [INFO] [stdout] | [INFO] [stdout] 350 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/rocstr.rs:358:5 [INFO] [stdout] | [INFO] [stdout] 358 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 19.27s [INFO] running `Command { std: "docker" "inspect" "5c99609450193c537e045bb64be537d7a0e6ae356d59c62f628c0427f650df8a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5c99609450193c537e045bb64be537d7a0e6ae356d59c62f628c0427f650df8a", kill_on_drop: false }` [INFO] [stdout] 5c99609450193c537e045bb64be537d7a0e6ae356d59c62f628c0427f650df8a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+b83b707f97d809763b7861afa7638871f3339a33" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 833c44c9a41d042f16a06ace95c4c973925a1154d5c8a6debf72c62ea79958c4 [INFO] running `Command { std: "docker" "start" "-a" "833c44c9a41d042f16a06ace95c4c973925a1154d5c8a6debf72c62ea79958c4", kill_on_drop: false }` [INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stderr] --> src/rocerr.rs:16:5 [INFO] [stderr] | [INFO] [stderr] 16 | #[must_use] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stderr] = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stderr] --> src/rocerr.rs:27:5 [INFO] [stderr] | [INFO] [stderr] 27 | #[must_use] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stderr] [INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stderr] --> src/rocerr.rs:41:5 [INFO] [stderr] | [INFO] [stderr] 41 | #[must_use] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stderr] [INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stderr] --> src/rocstr.rs:287:5 [INFO] [stderr] | [INFO] [stderr] 287 | #[must_use] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stderr] [INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stderr] --> src/rocstr.rs:301:5 [INFO] [stderr] | [INFO] [stderr] 301 | #[must_use] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stderr] [INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stderr] --> src/rocstr.rs:314:5 [INFO] [stderr] | [INFO] [stderr] 314 | #[must_use] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stderr] [INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stderr] --> src/rocstr.rs:330:5 [INFO] [stderr] | [INFO] [stderr] 330 | #[must_use] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stderr] [INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stderr] --> src/rocstr.rs:341:5 [INFO] [stderr] | [INFO] [stderr] 341 | #[must_use] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stderr] [INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stderr] --> src/rocstr.rs:350:5 [INFO] [stderr] | [INFO] [stderr] 350 | #[must_use] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stderr] [INFO] [stderr] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stderr] --> src/rocstr.rs:358:5 [INFO] [stderr] | [INFO] [stderr] 358 | #[must_use] [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stderr] [INFO] [stderr] warning: `rocstr` (lib) generated 10 warnings (run `cargo fix --lib -p rocstr` to apply 10 suggestions) [INFO] [stderr] warning: `rocstr` (lib test) generated 10 warnings (10 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rocstr-088dcca8f0135d8b) [INFO] [stdout] [INFO] [stdout] running 69 tests [INFO] [stdout] test rocerr::tests::default_rocerr_should_be_the_defined_default_value ... ok [INFO] [stdout] test rocerr::tests::rocerr_from_str_should_contains_str_message ... ok [INFO] [stdout] test rocerr::tests::rocerr_from_rocstr_should_contains_rocstr_message ... ok [INFO] [stdout] test rocerr::tests::rocerr_should_display_as_a_str_message ... ok [INFO] [stdout] test rocstr::tests::bytes_from_rocstr_should_be_the_bytes_of_the_inner_str ... ok [INFO] [stdout] test rocstr::tests::concat_a_str_to_rocstr_first_with_enough_capacity_should_be_the_concateenation ... ok [INFO] [stdout] test rocstr::tests::concat_a_str_to_rocstr_first_without_enough_capacity_should_be_trimmed_concateenation ... ok [INFO] [stdout] test rocstr::tests::concat_an_empty_rocstr_to_rocstr_should_be_a_noop ... ok [INFO] [stdout] test rocstr::tests::concat_an_empty_str_to_rocstr_should_be_a_noop ... ok [INFO] [stdout] test rocstr::tests::concat_two_rocstrs_first_with_enough_capacity_should_be_the_concateenation ... ok [INFO] [stdout] test rocstr::tests::concat_two_rocstrs_first_without_enough_capacity_should_be_trimmed_concateenation ... ok [INFO] [stdout] test rocstr::tests::convert_max_i128_to_rocstr_should_be_max_i128_as_str ... ok [INFO] [stdout] test rocstr::tests::convert_max_i16_to_rocstr_should_be_max_i16_as_str ... ok [INFO] [stdout] test rocstr::tests::convert_max_i32_to_rocstr_should_be_max_i32_as_str ... ok [INFO] [stdout] test rocstr::tests::convert_max_i64_to_rocstr_should_be_max_i64_as_str ... ok [INFO] [stdout] test rocstr::tests::convert_max_i8_to_rocstr_should_be_max_i8_as_str ... ok [INFO] [stdout] test rocstr::tests::convert_max_isize_to_rocstr_should_be_max_isize_as_str ... ok [INFO] [stdout] test rocstr::tests::convert_max_u128_to_rocstr_should_be_max_u128_as_str ... ok [INFO] [stdout] test rocstr::tests::convert_max_u16_to_rocstr_should_be_max_u16_as_str ... ok [INFO] [stdout] test rocstr::tests::convert_max_u64_to_rocstr_should_be_max_u64_as_str ... ok [INFO] [stdout] test rocstr::tests::convert_max_u32_to_rocstr_should_be_max_u32_as_str ... ok [INFO] [stdout] test rocstr::tests::convert_max_u8_to_rocstr_should_be_max_u8_as_str ... ok [INFO] [stdout] test rocstr::tests::convert_max_usize_to_rocstr_should_be_max_usize_as_str ... ok [INFO] [stdout] test rocstr::tests::convert_min_i128_to_rocstr_should_be_min_i128_as_str ... ok [INFO] [stdout] test rocstr::tests::convert_min_i16_to_rocstr_should_be_min_i16_as_str ... ok [INFO] [stdout] test rocstr::tests::convert_min_i128_plus_one_to_rocstr_should_be_min_i128_plus_one_as_str ... ok [INFO] [stdout] test rocstr::tests::convert_min_i32_to_rocstr_should_be_min_i32_as_str ... ok [INFO] [stdout] test rocstr::tests::convert_min_i8_to_rocstr_should_be_min_i8_as_str ... ok [INFO] [stdout] test rocstr::tests::convert_min_u128_to_rocstr_should_be_min_u128_as_str ... ok [INFO] [stdout] test rocstr::tests::convert_min_isize_to_rocstr_should_be_min_isize_as_str ... ok [INFO] [stdout] test rocstr::tests::convert_min_u32_to_rocstr_should_be_min_u32_as_str ... ok [INFO] [stdout] test rocstr::tests::convert_min_i64_to_rocstr_should_be_min_i64_as_str ... ok [INFO] [stdout] test rocstr::tests::convert_min_u64_to_rocstr_should_be_min_u64_as_str ... ok [INFO] [stdout] test rocstr::tests::convert_min_usize_to_rocstr_should_be_min_usize_as_str ... ok [INFO] [stdout] test rocstr::tests::convert_min_u8_to_rocstr_should_be_min_u8_as_str ... ok [INFO] [stdout] test rocstr::tests::convert_negative_i16_to_rocstr_should_start_with_a_minus_sign ... ok [INFO] [stdout] test rocstr::tests::convert_negative_i32_to_rocstr_should_start_with_a_minus_sign ... ok [INFO] [stdout] test rocstr::tests::convert_negative_i64_to_rocstr_should_start_with_a_minus_sign ... ok [INFO] [stdout] test rocstr::tests::convert_negative_i8_to_rocstr_should_start_with_a_minus_sign ... ok [INFO] [stdout] test rocstr::tests::convert_negative_isize_to_rocstr_should_start_with_a_minus_sign ... ok [INFO] [stdout] test rocstr::tests::convert_zero_i64_to_rocstr_should_be_str_zero ... ok [INFO] [stdout] test rocstr::tests::convert_min_u16_to_rocstr_should_be_min_u16_as_str ... ok [INFO] [stdout] test rocstr::tests::convert_zero_i8_to_rocstr_should_be_str_zero ... ok [INFO] [stdout] test rocstr::tests::convert_zero_i32_to_rocstr_should_be_str_zero ... ok [INFO] [stdout] test rocstr::tests::convert_zero_i16_to_rocstr_should_be_str_zero ... ok [INFO] [stdout] test rocstr::tests::convert_zero_isize_to_rocstr_should_be_str_zero ... ok [INFO] [stdout] test rocstr::tests::extract_utf8_within_should_return_the_string_if_len_is_greater_than ... ok [INFO] [stdout] test rocstr::tests::hash_rocstr_should_be_the_hash_of_the_inner_str ... ok [INFO] [stdout] test rocstr::tests::extract_utf8_within_should_a_valid_utf8_with_len_lower_or_eq_than_len ... ok [INFO] [stdout] test rocstr::tests::empty_rocstr_should_say_it_is_empty ... ok [INFO] [stdout] test rocstr::tests::replace_an_str_at_the_begining_of_a_rocstr_should_be_the_rocstr_with_str_replaced ... ok [INFO] [stdout] test rocstr::tests::not_empty_rocstr_should_say_it_is_not_empty ... ok [INFO] [stdout] test rocstr::tests::replace_an_str_at_the_end_of_a_rocstr_should_be_the_rocstr_with_str_replaced ... ok [INFO] [stdout] test rocstr::tests::replace_an_str_in_a_rocstr_that_overflow_should_be_the_truncated_str_replaced ... ok [INFO] [stdout] test rocstr::tests::replace_an_str_inside_a_rocstr_that_overflow_at_last_should_be_the_truncated_str_replaced ... ok [INFO] [stdout] test rocstr::tests::replace_an_str_inside_a_rocstr_that_overflow_should_be_the_truncated_str_replaced ... ok [INFO] [stdout] test rocstr::tests::reshaped_rocstr_should_have_the_new_capacity ... ok [INFO] [stdout] test rocstr::tests::rocerr_debug_info_should_display_inner_field_as_str ... ok [INFO] [stdout] test rocstr::tests::rocstr_as_str_should_be_inner_str ... ok [INFO] [stdout] test rocstr::tests::rocstr_capacity_should_be_its_generic_parameter_size ... ok [INFO] [stdout] test rocstr::tests::rocstr_len_should_count_the_number_of_bytes ... ok [INFO] [stdout] test rocstr::tests::replace_an_str_in_a_rocstr_should_be_the_rocstr_with_str_replaced ... ok [INFO] [stdout] test rocstr::tests::rocstr_ref_should_equal_inner_str ... ok [INFO] [stdout] test rocstr::tests::rocstr_starts_with_should_return_true_if_it_starts_with ... ok [INFO] [stdout] test rocstr::tests::str_could_be_compared_to_rocstr ... ok [INFO] [stdout] test rocstr::tests::rocstr_starts_with_should_return_false_if_it_does_not_start_with ... ok [INFO] [stdout] test rocstr::tests::truncate_rocstr_should_contain_a_valid_utf8_with_at_most_len_bytes ... ok [INFO] [stdout] test rocstr::tests::rocstr_as_bytes_should_be_the_bytes_of_the_inner_str ... ok [INFO] [stdout] test rocstr::tests::rocstr_should_equal_inner_str ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 69 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests rocstr [INFO] [stdout] [INFO] [stdout] running 11 tests [INFO] [stdout] test src/rocstr.rs - rocstr::RocStr::len (line 89) ... ok [INFO] [stdout] test src/rocstr.rs - rocstr::RocStr::capacity (line 53) ... ok [INFO] [stdout] test src/rocstr.rs - rocstr::RocStr::as_str (line 38) ... ok [INFO] [stdout] test src/rocstr.rs - rocstr::RocStr::replace (line 117) ... ok [INFO] [stdout] test src/rocstr.rs - rocstr::RocStr::is_empty (line 70) ... ok [INFO] [stdout] test src/rocstr.rs - rocstr::RocStr::truncate (line 235) ... ok [INFO] [stdout] test src/rocstr.rs - rocstr::RocStr::reshape (line 192) ... ok [INFO] [stdout] test src/rocstr.rs - rocstr::RocStr::starts_with (line 218) ... ok [INFO] [stdout] test src/rocstr.rs - rocstr::RocStr::as_bytes (line 26) ... ok [INFO] [stdout] test src/lib.rs - (line 23) ... ok [INFO] [stdout] test src/rocstr.rs - rocstr::RocStr::replace (line 128) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.13s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "833c44c9a41d042f16a06ace95c4c973925a1154d5c8a6debf72c62ea79958c4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "833c44c9a41d042f16a06ace95c4c973925a1154d5c8a6debf72c62ea79958c4", kill_on_drop: false }` [INFO] [stdout] 833c44c9a41d042f16a06ace95c4c973925a1154d5c8a6debf72c62ea79958c4