[INFO] cloning repository https://github.com/HadrienG2/rusty-horse [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/HadrienG2/rusty-horse" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHadrienG2%2Frusty-horse", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHadrienG2%2Frusty-horse'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f84ff9d8b35867b04379ef556bb2fa2f09215e3c [INFO] testing HadrienG2/rusty-horse against 1.79.0 for beta-1.80-4 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHadrienG2%2Frusty-horse" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/HadrienG2/rusty-horse on toolchain 1.79.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.79.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/HadrienG2/rusty-horse [INFO] finished tweaking git repo https://github.com/HadrienG2/rusty-horse [INFO] tweaked toml for git repo https://github.com/HadrienG2/rusty-horse written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/HadrienG2/rusty-horse 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" "+1.79.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded csv-async v1.3.0 [INFO] [stderr] Downloaded syslog v6.1.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+1.79.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fd6851e3be17139dc41be0290c6801504d05d21d82b183c6362a2ea96b686cdd [INFO] running `Command { std: "docker" "start" "-a" "fd6851e3be17139dc41be0290c6801504d05d21d82b183c6362a2ea96b686cdd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fd6851e3be17139dc41be0290c6801504d05d21d82b183c6362a2ea96b686cdd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fd6851e3be17139dc41be0290c6801504d05d21d82b183c6362a2ea96b686cdd", kill_on_drop: false }` [INFO] [stdout] fd6851e3be17139dc41be0290c6801504d05d21d82b183c6362a2ea96b686cdd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+1.79.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5d031aac89b41f2dc8eb200085ba64d0b96f9b7b1046aa4c19fc0c4726ca18fe [INFO] running `Command { std: "docker" "start" "-a" "5d031aac89b41f2dc8eb200085ba64d0b96f9b7b1046aa4c19fc0c4726ca18fe", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.79 [INFO] [stderr] Compiling cc v1.0.90 [INFO] [stderr] Compiling log v0.4.21 [INFO] [stderr] Compiling rustls v0.21.11 [INFO] [stderr] Compiling unicode-normalization v0.1.23 [INFO] [stderr] Compiling error-chain v0.12.4 [INFO] [stderr] Compiling thiserror v1.0.58 [INFO] [stderr] Compiling portable-atomic v1.6.0 [INFO] [stderr] Compiling unicode-bidi v0.3.15 [INFO] [stderr] Compiling console v0.15.8 [INFO] [stderr] Compiling miniz_oxide v0.7.2 [INFO] [stderr] Compiling unicase v2.7.0 [INFO] [stderr] Compiling thread_local v1.1.8 [INFO] [stderr] Compiling match_cfg v0.1.0 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Compiling anyhow v1.0.81 [INFO] [stderr] Compiling hostname v0.3.1 [INFO] [stderr] Compiling clap_builder v4.5.2 [INFO] [stderr] Compiling fuzzy-matcher v0.3.7 [INFO] [stderr] Compiling time v0.3.34 [INFO] [stderr] Compiling csv-core v0.1.11 [INFO] [stderr] Compiling number_prefix v0.4.0 [INFO] [stderr] Compiling webpki-roots v0.25.4 [INFO] [stderr] Compiling shell-words v1.1.0 [INFO] [stderr] Compiling either v1.10.0 [INFO] [stderr] Compiling flate2 v1.0.28 [INFO] [stderr] Compiling rayon v1.10.0 [INFO] [stderr] Compiling idna v0.5.0 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Compiling syn v2.0.53 [INFO] [stderr] Compiling ring v0.17.8 [INFO] [stderr] Compiling indicatif v0.17.8 [INFO] [stderr] Compiling url v2.5.0 [INFO] [stderr] Compiling syslog v6.1.0 [INFO] [stderr] Compiling tokio-macros v2.2.0 [INFO] [stderr] Compiling futures-macro v0.3.30 [INFO] [stderr] Compiling serde_derive v1.0.197 [INFO] [stderr] Compiling thiserror-impl v1.0.58 [INFO] [stderr] Compiling clap_derive v4.5.3 [INFO] [stderr] Compiling tokio v1.36.0 [INFO] [stderr] Compiling futures-util v0.3.30 [INFO] [stderr] Compiling dialoguer v0.11.0 [INFO] [stderr] Compiling rustls-webpki v0.101.7 [INFO] [stderr] Compiling sct v0.7.1 [INFO] [stderr] Compiling clap v4.5.3 [INFO] [stderr] Compiling serde v1.0.197 [INFO] [stderr] Compiling futures-executor v0.3.30 [INFO] [stderr] Compiling futures v0.3.30 [INFO] [stderr] Compiling tokio-util v0.7.10 [INFO] [stderr] Compiling tokio-rustls v0.24.1 [INFO] [stderr] Compiling tokio-stream v0.1.15 [INFO] [stderr] Compiling async-compression v0.4.6 [INFO] [stderr] Compiling h2 v0.3.26 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling csv-async v1.3.0 [INFO] [stderr] Compiling hyper v0.14.28 [INFO] [stderr] Compiling hyper-rustls v0.24.2 [INFO] [stderr] Compiling reqwest v0.11.27 [INFO] [stderr] Compiling rusty-horse v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.91s [INFO] running `Command { std: "docker" "inspect" "5d031aac89b41f2dc8eb200085ba64d0b96f9b7b1046aa4c19fc0c4726ca18fe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5d031aac89b41f2dc8eb200085ba64d0b96f9b7b1046aa4c19fc0c4726ca18fe", kill_on_drop: false }` [INFO] [stdout] 5d031aac89b41f2dc8eb200085ba64d0b96f9b7b1046aa4c19fc0c4726ca18fe [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+1.79.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a753b2e409768cecbf45eb3ac49cc16a9d074557cb3b7fa573aca777e4ef0b0f [INFO] running `Command { std: "docker" "start" "-a" "a753b2e409768cecbf45eb3ac49cc16a9d074557cb3b7fa573aca777e4ef0b0f", kill_on_drop: false }` [INFO] [stderr] Compiling rusty-horse v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.17s [INFO] running `Command { std: "docker" "inspect" "a753b2e409768cecbf45eb3ac49cc16a9d074557cb3b7fa573aca777e4ef0b0f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a753b2e409768cecbf45eb3ac49cc16a9d074557cb3b7fa573aca777e4ef0b0f", kill_on_drop: false }` [INFO] [stdout] a753b2e409768cecbf45eb3ac49cc16a9d074557cb3b7fa573aca777e4ef0b0f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+1.79.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] fafe29f8a9c8ce65c85fc5fc4d4fe846b89b4eda35cabebfd362df4ca1591081 [INFO] running `Command { std: "docker" "start" "-a" "fafe29f8a9c8ce65c85fc5fc4d4fe846b89b4eda35cabebfd362df4ca1591081", kill_on_drop: false }` [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.16s [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/rusty_horse-9c90a13ce8e0beab) [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "fafe29f8a9c8ce65c85fc5fc4d4fe846b89b4eda35cabebfd362df4ca1591081", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fafe29f8a9c8ce65c85fc5fc4d4fe846b89b4eda35cabebfd362df4ca1591081", kill_on_drop: false }` [INFO] [stdout] fafe29f8a9c8ce65c85fc5fc4d4fe846b89b4eda35cabebfd362df4ca1591081 [INFO] testing HadrienG2/rusty-horse against beta-2024-06-22 for beta-1.80-4 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FHadrienG2%2Frusty-horse" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/HadrienG2/rusty-horse on toolchain beta-2024-06-22 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2024-06-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/HadrienG2/rusty-horse [INFO] finished tweaking git repo https://github.com/HadrienG2/rusty-horse [INFO] tweaked toml for git repo https://github.com/HadrienG2/rusty-horse written to /workspace/builds/worker-2-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/HadrienG2/rusty-horse 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" "+beta-2024-06-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-06-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 61097f21c9539f50895578fa85f69c3034ca04b193b962f89721414219860739 [INFO] running `Command { std: "docker" "start" "-a" "61097f21c9539f50895578fa85f69c3034ca04b193b962f89721414219860739", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "61097f21c9539f50895578fa85f69c3034ca04b193b962f89721414219860739", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "61097f21c9539f50895578fa85f69c3034ca04b193b962f89721414219860739", kill_on_drop: false }` [INFO] [stdout] 61097f21c9539f50895578fa85f69c3034ca04b193b962f89721414219860739 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-06-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a8fadcce5a5a6bed7beee2c6d826540d8d6e89ad765f336743a8f88caa7ce804 [INFO] running `Command { std: "docker" "start" "-a" "a8fadcce5a5a6bed7beee2c6d826540d8d6e89ad765f336743a8f88caa7ce804", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.79 [INFO] [stderr] Compiling cc v1.0.90 [INFO] [stderr] Compiling log v0.4.21 [INFO] [stderr] Compiling rustls v0.21.11 [INFO] [stderr] Compiling unicode-normalization v0.1.23 [INFO] [stderr] Compiling error-chain v0.12.4 [INFO] [stderr] Compiling thiserror v1.0.58 [INFO] [stderr] Compiling portable-atomic v1.6.0 [INFO] [stderr] Compiling unicode-bidi v0.3.15 [INFO] [stderr] Compiling console v0.15.8 [INFO] [stderr] Compiling miniz_oxide v0.7.2 [INFO] [stderr] Compiling unicase v2.7.0 [INFO] [stderr] Compiling thread_local v1.1.8 [INFO] [stderr] Compiling anyhow v1.0.81 [INFO] [stderr] Compiling match_cfg v0.1.0 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Compiling hostname v0.3.1 [INFO] [stderr] Compiling fuzzy-matcher v0.3.7 [INFO] [stderr] Compiling clap_builder v4.5.2 [INFO] [stderr] Compiling time v0.3.34 [INFO] [stderr] Compiling csv-core v0.1.11 [INFO] [stderr] Compiling webpki-roots v0.25.4 [INFO] [stderr] Compiling either v1.10.0 [INFO] [stderr] Compiling shell-words v1.1.0 [INFO] [stderr] Compiling number_prefix v0.4.0 [INFO] [stderr] Compiling idna v0.5.0 [INFO] [stderr] Compiling rayon v1.10.0 [INFO] [stderr] Compiling flate2 v1.0.28 [INFO] [stdout] error[E0282]: type annotations needed for `Box<_>` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.34/src/format_description/parse/mod.rs:83:9 [INFO] [stdout] | [INFO] [stdout] 83 | let items = format_items [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 86 | Ok(items.into()) [INFO] [stdout] | ---- type must be known at this point [INFO] [stdout] | [INFO] [stdout] help: consider giving `items` an explicit type, where the placeholders `_` are specified [INFO] [stdout] | [INFO] [stdout] 83 | let items: Box<_> = format_items [INFO] [stdout] | ++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling indicatif v0.17.8 [INFO] [stderr] Compiling quote v1.0.35 [INFO] [stderr] Compiling ring v0.17.8 [INFO] [stderr] Compiling url v2.5.0 [INFO] [stderr] Compiling syn v2.0.53 [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0282`. [INFO] [stdout] [INFO] [stderr] error: could not compile `time` (lib) due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "a8fadcce5a5a6bed7beee2c6d826540d8d6e89ad765f336743a8f88caa7ce804", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a8fadcce5a5a6bed7beee2c6d826540d8d6e89ad765f336743a8f88caa7ce804", kill_on_drop: false }` [INFO] [stdout] a8fadcce5a5a6bed7beee2c6d826540d8d6e89ad765f336743a8f88caa7ce804