[INFO] fetching crate fluent-uri 0.1.4...
[INFO] checking fluent-uri-0.1.4 against master#5518eaa946291f00471af8b254b2a1715f234882 for pr-120393
[INFO] extracting crate fluent-uri 0.1.4 into /workspace/builds/worker-4-tc1/source
[INFO] validating manifest of crates.io crate fluent-uri 0.1.4 on toolchain 5518eaa946291f00471af8b254b2a1715f234882
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate fluent-uri 0.1.4
[INFO] finished tweaking crates.io crate fluent-uri 0.1.4
[INFO] tweaked toml for crates.io crate fluent-uri 0.1.4 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] crate crates.io crate fluent-uri 0.1.4 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" "+5518eaa946291f00471af8b254b2a1715f234882" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 2c512df72ec86511e215efb6b9fc9d9487a5609b55feea71dae3b60491fb3da0
[INFO] running `Command { std: "docker" "start" "-a" "2c512df72ec86511e215efb6b9fc9d9487a5609b55feea71dae3b60491fb3da0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2c512df72ec86511e215efb6b9fc9d9487a5609b55feea71dae3b60491fb3da0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2c512df72ec86511e215efb6b9fc9d9487a5609b55feea71dae3b60491fb3da0", kill_on_drop: false }`
[INFO] [stdout] 2c512df72ec86511e215efb6b9fc9d9487a5609b55feea71dae3b60491fb3da0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] cd9fcf6fbea5e1487e5bcd55f80aec278bf13d84d879cca0bb2bf1388b32dc9a
[INFO] running `Command { std: "docker" "start" "-a" "cd9fcf6fbea5e1487e5bcd55f80aec278bf13d84d879cca0bb2bf1388b32dc9a", kill_on_drop: false }`
[INFO] [stderr]     Checking fluent-uri v0.1.4 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `iri_string`
[INFO] [stdout]  --> benches/bench.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use iri_string::types::UriReferenceStr;
[INFO] [stdout]   |     ^^^^^^^^^^ use of undeclared crate or module `iri_string`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `criterion`
[INFO] [stdout]  --> benches/bench.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use criterion::{black_box, criterion_group, criterion_main, Criterion};
[INFO] [stdout]   |     ^^^^^^^^^ use of undeclared crate or module `criterion`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `uriparse`
[INFO] [stdout]  --> benches/bench.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use uriparse::URIReference;
[INFO] [stdout]   |     ^^^^^^^^ use of undeclared crate or module `uriparse`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `url`
[INFO] [stdout]  --> benches/bench.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use url::Url;
[INFO] [stdout]   |     ^^^ use of undeclared crate or module `url`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `QUERY_FRAGMENT` in this scope
[INFO] [stdout]   --> benches/bench.rs:28:47
[INFO] [stdout]    |
[INFO] [stdout] 28 |         b.iter(|| encode(black_box(ENC_CASE), QUERY_FRAGMENT))
[INFO] [stdout]    |                                               ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `decode` in this scope
[INFO] [stdout]   --> benches/bench.rs:35:43
[INFO] [stdout]    |
[INFO] [stdout] 35 |     c.bench_function("dec", |b| b.iter(|| decode(black_box(DEC_CASE))));
[INFO] [stdout]    |                                           ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `QUERY_FRAGMENT` in this scope
[INFO] [stdout]   --> benches/bench.rs:58:49
[INFO] [stdout]    |
[INFO] [stdout] 58 |         b.iter(|| validate(black_box(DEC_CASE), QUERY_FRAGMENT))
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0603]: module `table` is private
[INFO] [stdout]  --> benches/bench.rs:3:11
[INFO] [stdout]   |
[INFO] [stdout] 3 |     enc::{table::*, *},
[INFO] [stdout]   |           ^^^^^ private module
[INFO] [stdout]   |
[INFO] [stdout] note: the module `table` is defined here
[INFO] [stdout]  --> /opt/rustwide/workdir/src/enc/mod.rs:2:1
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub(crate) mod table;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `*`
[INFO] [stdout]  --> benches/bench.rs:3:21
[INFO] [stdout]   |
[INFO] [stdout] 3 |     enc::{table::*, *},
[INFO] [stdout]   |                     ^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `encode` in this scope
[INFO] [stdout]   --> benches/bench.rs:28:19
[INFO] [stdout]    |
[INFO] [stdout] 28 |         b.iter(|| encode(black_box(ENC_CASE), QUERY_FRAGMENT))
[INFO] [stdout]    |                   ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `decode_unchecked` in this scope
[INFO] [stdout]   --> benches/bench.rs:41:13
[INFO] [stdout]    |
[INFO] [stdout] 41 |             decode_unchecked(black_box(DEC_CASE.as_bytes()));
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `decode_in_place_unchecked` in this scope
[INFO] [stdout]   --> benches/bench.rs:50:13
[INFO] [stdout]    |
[INFO] [stdout] 50 |             decode_in_place_unchecked(&mut vec);
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `validate` in this scope
[INFO] [stdout]   --> benches/bench.rs:58:19
[INFO] [stdout]    |
[INFO] [stdout] 58 |         b.iter(|| validate(black_box(DEC_CASE), QUERY_FRAGMENT))
[INFO] [stdout]    |                   ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 12 previous errors; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0432, E0433, E0603.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `fluent-uri` (bench "bench") due to 13 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "cd9fcf6fbea5e1487e5bcd55f80aec278bf13d84d879cca0bb2bf1388b32dc9a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cd9fcf6fbea5e1487e5bcd55f80aec278bf13d84d879cca0bb2bf1388b32dc9a", kill_on_drop: false }`
[INFO] [stdout] cd9fcf6fbea5e1487e5bcd55f80aec278bf13d84d879cca0bb2bf1388b32dc9a
[INFO] checking fluent-uri-0.1.4 against try#7622c0f807a4e13c4db886a1681bf343795692df+rustflags=-Dnon_local_definitions for pr-120393
[INFO] extracting crate fluent-uri 0.1.4 into /workspace/builds/worker-4-tc2/source
[INFO] validating manifest of crates.io crate fluent-uri 0.1.4 on toolchain 7622c0f807a4e13c4db886a1681bf343795692df
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate fluent-uri 0.1.4
[INFO] finished tweaking crates.io crate fluent-uri 0.1.4
[INFO] tweaked toml for crates.io crate fluent-uri 0.1.4 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] crate crates.io crate fluent-uri 0.1.4 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" "+7622c0f807a4e13c4db886a1681bf343795692df" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 1a0a4b7e4060dca5cbe8613263f95755a3f346e2aa16a54239716bcaab512b46
[INFO] running `Command { std: "docker" "start" "-a" "1a0a4b7e4060dca5cbe8613263f95755a3f346e2aa16a54239716bcaab512b46", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1a0a4b7e4060dca5cbe8613263f95755a3f346e2aa16a54239716bcaab512b46", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1a0a4b7e4060dca5cbe8613263f95755a3f346e2aa16a54239716bcaab512b46", kill_on_drop: false }`
[INFO] [stdout] 1a0a4b7e4060dca5cbe8613263f95755a3f346e2aa16a54239716bcaab512b46
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Dnon_local_definitions" "-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e4706ff79f4465a9dc9bb64ec82fe7af704afbd0b7253d0e6164c1f8de4760eb
[INFO] running `Command { std: "docker" "start" "-a" "e4706ff79f4465a9dc9bb64ec82fe7af704afbd0b7253d0e6164c1f8de4760eb", kill_on_drop: false }`
[INFO] [stderr]     Checking fluent-uri v0.1.4 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `iri_string`
[INFO] [stdout]  --> benches/bench.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 | use iri_string::types::UriReferenceStr;
[INFO] [stdout]   |     ^^^^^^^^^^ use of undeclared crate or module `iri_string`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `criterion`
[INFO] [stdout]  --> benches/bench.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use criterion::{black_box, criterion_group, criterion_main, Criterion};
[INFO] [stdout]   |     ^^^^^^^^^ use of undeclared crate or module `criterion`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `uriparse`
[INFO] [stdout]  --> benches/bench.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use uriparse::URIReference;
[INFO] [stdout]   |     ^^^^^^^^ use of undeclared crate or module `uriparse`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `url`
[INFO] [stdout]  --> benches/bench.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use url::Url;
[INFO] [stdout]   |     ^^^ use of undeclared crate or module `url`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `QUERY_FRAGMENT` in this scope
[INFO] [stdout]   --> benches/bench.rs:28:47
[INFO] [stdout]    |
[INFO] [stdout] 28 |         b.iter(|| encode(black_box(ENC_CASE), QUERY_FRAGMENT))
[INFO] [stdout]    |                                               ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `decode` in this scope
[INFO] [stdout]   --> benches/bench.rs:35:43
[INFO] [stdout]    |
[INFO] [stdout] 35 |     c.bench_function("dec", |b| b.iter(|| decode(black_box(DEC_CASE))));
[INFO] [stdout]    |                                           ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `QUERY_FRAGMENT` in this scope
[INFO] [stdout]   --> benches/bench.rs:58:49
[INFO] [stdout]    |
[INFO] [stdout] 58 |         b.iter(|| validate(black_box(DEC_CASE), QUERY_FRAGMENT))
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0603]: module `table` is private
[INFO] [stdout]  --> benches/bench.rs:3:11
[INFO] [stdout]   |
[INFO] [stdout] 3 |     enc::{table::*, *},
[INFO] [stdout]   |           ^^^^^ private module
[INFO] [stdout]   |
[INFO] [stdout] note: the module `table` is defined here
[INFO] [stdout]  --> /opt/rustwide/workdir/src/enc/mod.rs:2:1
[INFO] [stdout]   |
[INFO] [stdout] 2 | pub(crate) mod table;
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `*`
[INFO] [stdout]  --> benches/bench.rs:3:21
[INFO] [stdout]   |
[INFO] [stdout] 3 |     enc::{table::*, *},
[INFO] [stdout]   |                     ^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `encode` in this scope
[INFO] [stdout]   --> benches/bench.rs:28:19
[INFO] [stdout]    |
[INFO] [stdout] 28 |         b.iter(|| encode(black_box(ENC_CASE), QUERY_FRAGMENT))
[INFO] [stdout]    |                   ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `decode_unchecked` in this scope
[INFO] [stdout]   --> benches/bench.rs:41:13
[INFO] [stdout]    |
[INFO] [stdout] 41 |             decode_unchecked(black_box(DEC_CASE.as_bytes()));
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `decode_in_place_unchecked` in this scope
[INFO] [stdout]   --> benches/bench.rs:50:13
[INFO] [stdout]    |
[INFO] [stdout] 50 |             decode_in_place_unchecked(&mut vec);
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `validate` in this scope
[INFO] [stdout]   --> benches/bench.rs:58:19
[INFO] [stdout]    |
[INFO] [stdout] 58 |         b.iter(|| validate(black_box(DEC_CASE), QUERY_FRAGMENT))
[INFO] [stdout]    |                   ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 12 previous errors; 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0432, E0433, E0603.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `fluent-uri` (bench "bench") due to 13 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "e4706ff79f4465a9dc9bb64ec82fe7af704afbd0b7253d0e6164c1f8de4760eb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e4706ff79f4465a9dc9bb64ec82fe7af704afbd0b7253d0e6164c1f8de4760eb", kill_on_drop: false }`
[INFO] [stdout] e4706ff79f4465a9dc9bb64ec82fe7af704afbd0b7253d0e6164c1f8de4760eb
