[INFO] fetching crate j-api-derive 0.1.0...
[INFO] checking j-api-derive-0.1.0 against master#c2f2db79ca3024f68d22b45aa22b570775c2c4ad for pr-124157
[INFO] extracting crate j-api-derive 0.1.0 into /workspace/builds/worker-4-tc1/source
[INFO] validating manifest of crates.io crate j-api-derive 0.1.0 on toolchain c2f2db79ca3024f68d22b45aa22b570775c2c4ad
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate j-api-derive 0.1.0
[INFO] finished tweaking crates.io crate j-api-derive 0.1.0
[INFO] tweaked toml for crates.io crate j-api-derive 0.1.0 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 8 packages to latest compatible versions
[INFO] [stderr]       Adding syn v1.0.109 (latest: v2.0.60)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 8e860b6c120e1463b206222ad6ccbe40176cf3f276a4f69a2cfd0203026944b7
[INFO] running `Command { std: "docker" "start" "-a" "8e860b6c120e1463b206222ad6ccbe40176cf3f276a4f69a2cfd0203026944b7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8e860b6c120e1463b206222ad6ccbe40176cf3f276a4f69a2cfd0203026944b7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8e860b6c120e1463b206222ad6ccbe40176cf3f276a4f69a2cfd0203026944b7", kill_on_drop: false }`
[INFO] [stdout] 8e860b6c120e1463b206222ad6ccbe40176cf3f276a4f69a2cfd0203026944b7
[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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 141c39619312b745b9c63cd39291df52f5798fcdd2f9b5aa19217f823fc6662d
[INFO] running `Command { std: "docker" "start" "-a" "141c39619312b745b9c63cd39291df52f5798fcdd2f9b5aa19217f823fc6662d", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.200
[INFO] [stderr]    Compiling syn v2.0.60
[INFO] [stderr]    Compiling serde_derive v1.0.200
[INFO] [stderr]     Checking j-api-derive v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `syn::export`
[INFO] [stdout]  --> src/context/mod.rs:6:10
[INFO] [stdout]   |
[INFO] [stdout] 6 | use syn::export::ToTokens;
[INFO] [stdout]   |          ^^^^^^ could not find `export` in `syn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `syn::export`
[INFO] [stdout]  --> src/context/mod.rs:6:10
[INFO] [stdout]   |
[INFO] [stdout] 6 | use syn::export::ToTokens;
[INFO] [stdout]   |          ^^^^^^ could not find `export` in `syn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `to_token_stream` found for reference `&DeriveInput` in the current scope
[INFO] [stdout]    --> src/context/mod.rs:133:25
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     ast.to_token_stream(),
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `ToTokens` which provides `to_token_stream` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout] 1   + use quote::ToTokens;
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `into_token_stream` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     ast.into_token_stream(),
[INFO] [stdout]     |                         ~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `to_token_stream` found for reference `&DeriveInput` in the current scope
[INFO] [stdout]    --> src/context/mod.rs:133:25
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     ast.to_token_stream(),
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `ToTokens` which provides `to_token_stream` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout] 1   + use quote::ToTokens;
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `into_token_stream` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     ast.into_token_stream(),
[INFO] [stdout]     |                         ~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `to_token_stream` found for reference `&syn::Field` in the current scope
[INFO] [stdout]    --> src/context/mod.rs:158:47
[INFO] [stdout]     |
[INFO] [stdout] 158 | ...                   field.to_token_stream(),
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `ToTokens` which provides `to_token_stream` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout] 1   + use quote::ToTokens;
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `into_token_stream` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 158 |                                         field.into_token_stream(),
[INFO] [stdout]     |                                               ~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `to_token_stream` found for reference `&syn::Field` in the current scope
[INFO] [stdout]    --> src/context/mod.rs:158:47
[INFO] [stdout]     |
[INFO] [stdout] 158 | ...                   field.to_token_stream(),
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `ToTokens` which provides `to_token_stream` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout] 1   + use quote::ToTokens;
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `into_token_stream` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 158 |                                         field.into_token_stream(),
[INFO] [stdout]     |                                               ~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `j-api-derive` (lib) due to 4 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `j-api-derive` (lib test) due to 4 previous errors
[INFO] running `Command { std: "docker" "inspect" "141c39619312b745b9c63cd39291df52f5798fcdd2f9b5aa19217f823fc6662d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "141c39619312b745b9c63cd39291df52f5798fcdd2f9b5aa19217f823fc6662d", kill_on_drop: false }`
[INFO] [stdout] 141c39619312b745b9c63cd39291df52f5798fcdd2f9b5aa19217f823fc6662d
[INFO] checking j-api-derive-0.1.0 against try#9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88 for pr-124157
[INFO] extracting crate j-api-derive 0.1.0 into /workspace/builds/worker-4-tc2/source
[INFO] validating manifest of crates.io crate j-api-derive 0.1.0 on toolchain 9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate j-api-derive 0.1.0
[INFO] finished tweaking crates.io crate j-api-derive 0.1.0
[INFO] tweaked toml for crates.io crate j-api-derive 0.1.0 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 8 packages to latest compatible versions
[INFO] [stderr]       Adding syn v1.0.109 (latest: v2.0.60)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 275e850ca1dfd1f2c293cc1de716f45d485207bcdc59b6c33657254688b468af
[INFO] running `Command { std: "docker" "start" "-a" "275e850ca1dfd1f2c293cc1de716f45d485207bcdc59b6c33657254688b468af", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "275e850ca1dfd1f2c293cc1de716f45d485207bcdc59b6c33657254688b468af", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "275e850ca1dfd1f2c293cc1de716f45d485207bcdc59b6c33657254688b468af", kill_on_drop: false }`
[INFO] [stdout] 275e850ca1dfd1f2c293cc1de716f45d485207bcdc59b6c33657254688b468af
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4ac14593e029827603d23eccf820d31fb1e6f93d8f705cd583986abf52ca01bc
[INFO] running `Command { std: "docker" "start" "-a" "4ac14593e029827603d23eccf820d31fb1e6f93d8f705cd583986abf52ca01bc", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.200
[INFO] [stderr]    Compiling syn v2.0.60
[INFO] [stderr]    Compiling serde_derive v1.0.200
[INFO] [stderr]     Checking j-api-derive v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `syn::export`
[INFO] [stdout]  --> src/context/mod.rs:6:10
[INFO] [stdout]   |
[INFO] [stdout] 6 | use syn::export::ToTokens;
[INFO] [stdout]   |          ^^^^^^ could not find `export` in `syn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `syn::export`
[INFO] [stdout]  --> src/context/mod.rs:6:10
[INFO] [stdout]   |
[INFO] [stdout] 6 | use syn::export::ToTokens;
[INFO] [stdout]   |          ^^^^^^ could not find `export` in `syn`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `to_token_stream` found for reference `&DeriveInput` in the current scope
[INFO] [stdout]    --> src/context/mod.rs:133:25
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     ast.to_token_stream(),
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `ToTokens` which provides `to_token_stream` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout] 1   + use quote::ToTokens;
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `into_token_stream` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     ast.into_token_stream(),
[INFO] [stdout]     |                         ~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `to_token_stream` found for reference `&DeriveInput` in the current scope
[INFO] [stdout]    --> src/context/mod.rs:133:25
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     ast.to_token_stream(),
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `ToTokens` which provides `to_token_stream` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout] 1   + use quote::ToTokens;
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `into_token_stream` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 133 |                     ast.into_token_stream(),
[INFO] [stdout]     |                         ~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `to_token_stream` found for reference `&syn::Field` in the current scope
[INFO] [stdout]    --> src/context/mod.rs:158:47
[INFO] [stdout]     |
[INFO] [stdout] 158 | ...                   field.to_token_stream(),
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `ToTokens` which provides `to_token_stream` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout] 1   + use quote::ToTokens;
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `into_token_stream` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 158 |                                         field.into_token_stream(),
[INFO] [stdout]     |                                               ~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `to_token_stream` found for reference `&syn::Field` in the current scope
[INFO] [stdout]    --> src/context/mod.rs:158:47
[INFO] [stdout]     |
[INFO] [stdout] 158 | ...                   field.to_token_stream(),
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `ToTokens` which provides `to_token_stream` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout] 1   + use quote::ToTokens;
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `into_token_stream` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 158 |                                         field.into_token_stream(),
[INFO] [stdout]     |                                               ~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0599.
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `j-api-derive` (lib test) due to 4 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `j-api-derive` (lib) due to 4 previous errors
[INFO] running `Command { std: "docker" "inspect" "4ac14593e029827603d23eccf820d31fb1e6f93d8f705cd583986abf52ca01bc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4ac14593e029827603d23eccf820d31fb1e6f93d8f705cd583986abf52ca01bc", kill_on_drop: false }`
[INFO] [stdout] 4ac14593e029827603d23eccf820d31fb1e6f93d8f705cd583986abf52ca01bc
