[INFO] cloning repository https://github.com/torfmaster/klimachallenge
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/torfmaster/klimachallenge" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftorfmaster%2Fklimachallenge", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftorfmaster%2Fklimachallenge'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d963b6a3346b625fec57772af49db81927032d3c
[INFO] checking torfmaster/klimachallenge against master#0ef0dd24510b52da980889546fcd15254dc56a23 for pr-126452
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftorfmaster%2Fklimachallenge" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/torfmaster/klimachallenge on toolchain 0ef0dd24510b52da980889546fcd15254dc56a23
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0ef0dd24510b52da980889546fcd15254dc56a23" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] removed /workspace/builds/worker-4-tc1/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/torfmaster/klimachallenge
[INFO] finished tweaking git repo https://github.com/torfmaster/klimachallenge
[INFO] tweaked toml for git repo https://github.com/torfmaster/klimachallenge written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] crate git repo https://github.com/torfmaster/klimachallenge 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" "+0ef0dd24510b52da980889546fcd15254dc56a23" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] Updating git repository `https://github.com/ctron/patternfly-yew`
[INFO] [stderr] Updating crates.io index
[INFO] [stderr] Downloading crates ...
[INFO] [stderr] Downloaded yew-router-nested-macro v0.16.0
[INFO] [stderr] Downloaded yew-router-nested v0.16.1
[INFO] [stderr] Downloaded yew-router-nested-route-parser v0.16.0
[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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+0ef0dd24510b52da980889546fcd15254dc56a23" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 2c64be42513e891c3f6d14ab46faa036be11da2296d5769beedd210f3e063b02
[INFO] running `Command { std: "docker" "start" "-a" "2c64be42513e891c3f6d14ab46faa036be11da2296d5769beedd210f3e063b02", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2c64be42513e891c3f6d14ab46faa036be11da2296d5769beedd210f3e063b02", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2c64be42513e891c3f6d14ab46faa036be11da2296d5769beedd210f3e063b02", kill_on_drop: false }`
[INFO] [stdout] 2c64be42513e891c3f6d14ab46faa036be11da2296d5769beedd210f3e063b02
[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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+0ef0dd24510b52da980889546fcd15254dc56a23" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7ef9cc7603783b31c80051e1dc018095e0f34852eb6a127f1de06b715501222d
[INFO] running `Command { std: "docker" "start" "-a" "7ef9cc7603783b31c80051e1dc018095e0f34852eb6a127f1de06b715501222d", kill_on_drop: false }`
[INFO] [stderr] Compiling proc-macro2 v1.0.32
[INFO] [stderr] Compiling unicode-xid v0.2.2
[INFO] [stderr] Compiling syn v1.0.81
[INFO] [stderr] Compiling ryu v1.0.5
[INFO] [stderr] Compiling cfg-if v1.0.0
[INFO] [stderr] Compiling log v0.4.14
[INFO] [stderr] Compiling wasm-bindgen-shared v0.2.78
[INFO] [stderr] Compiling serde_derive v1.0.130
[INFO] [stderr] Compiling lazy_static v1.4.0
[INFO] [stderr] Compiling serde v1.0.130
[INFO] [stderr] Compiling bumpalo v3.8.0
[INFO] [stderr] Compiling serde_json v1.0.70
[INFO] [stderr] Compiling wasm-bindgen v0.2.78
[INFO] [stderr] Checking itoa v0.4.8
[INFO] [stderr] Compiling version_check v0.9.3
[INFO] [stderr] Compiling autocfg v1.0.1
[INFO] [stderr] Compiling memchr v2.4.1
[INFO] [stderr] Compiling lexical-core v0.7.6
[INFO] [stderr] Compiling libc v0.2.107
[INFO] [stderr] Compiling static_assertions v1.1.0
[INFO] [stderr] Compiling arrayvec v0.5.2
[INFO] [stderr] Compiling bitflags v1.3.2
[INFO] [stderr] Compiling boolinator v2.4.0
[INFO] [stderr] Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr] Compiling nom v5.1.2
[INFO] [stderr] Compiling proc-macro-error v1.0.4
[INFO] [stderr] Compiling indexmap v1.7.0
[INFO] [stderr] Compiling quote v1.0.10
[INFO] [stderr] Compiling num-traits v0.2.14
[INFO] [stderr] Checking hashbrown v0.11.2
[INFO] [stderr] Compiling num-integer v0.1.44
[INFO] [stderr] Checking scoped-tls-hkt v0.1.2
[INFO] [stderr] Checking slab v0.4.5
[INFO] [stderr] Checking anymap2 v0.13.0
[INFO] [stderr] Compiling unicode-segmentation v1.8.0
[INFO] [stderr] Checking time v0.1.43
[INFO] [stderr] Checking getrandom v0.2.3
[INFO] [stderr] Checking cfg-match v0.2.1
[INFO] [stderr] Checking strum v0.19.5
[INFO] [stderr] Checking uuid v0.8.2
[INFO] [stderr] Compiling heck v0.3.3
[INFO] [stderr] Checking chrono v0.4.19
[INFO] [stderr] Checking yew-router-nested-route-parser v0.16.0
[INFO] [stderr] Compiling wasm-bindgen-backend v0.2.78
[INFO] [stderr] Compiling thiserror-impl v1.0.30
[INFO] [stderr] Compiling yew-macro v0.19.3
[INFO] [stderr] Compiling yew-router-nested-macro v0.16.0
[INFO] [stderr] Compiling strum_macros v0.19.4
[INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.78
[INFO] [stderr] Compiling wasm-bindgen-macro v0.2.78
[INFO] [stderr] Checking thiserror v1.0.30
[INFO] [stderr] Checking bincode v1.3.3
[INFO] [stderr] Checking js-sys v0.3.55
[INFO] [stderr] Checking console_error_panic_hook v0.1.7
[INFO] [stderr] Checking web-sys v0.3.55
[INFO] [stderr] Checking wasm-bindgen-futures v0.4.28
[INFO] [stderr] Checking gloo-utils v0.1.1
[INFO] [stderr] Checking gloo-events v0.1.1
[INFO] [stderr] Checking gloo-dialogs v0.1.0
[INFO] [stderr] Checking gloo-console v0.2.1
[INFO] [stderr] Checking gloo-render v0.1.0
[INFO] [stderr] Checking gloo-timers v0.2.1
[INFO] [stderr] Checking wasm-logger v0.2.0
[INFO] [stderr] Checking gloo-storage v0.2.0
[INFO] [stderr] Checking gloo-file v0.2.0
[INFO] [stderr] Checking gloo v0.4.2
[INFO] [stderr] Checking yew v0.19.3
[INFO] [stderr] Checking yew-agent v0.1.0
[INFO] [stderr] Checking yew-router-nested v0.16.1
[INFO] [stderr] Checking patternfly-yew v0.2.0 (https://github.com/ctron/patternfly-yew?rev=ad0b2730402c004cd6e10ec6c52a2a0da2e13310#ad0b2730)
[INFO] [stderr] Checking patternfly-yew-quickstart v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: '#' is not a suitable value for the `href` attribute. Without a meaningful attribute assistive technologies will struggle to understand your webpage. https://developer.mozilla.org/en-US/docs/Learn/Accessibility/HTML#onclick_events
[INFO] [stdout] --> src/components/table.rs:23:25
[INFO] [stdout] |
[INFO] [stdout] 23 | {"Link"}
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: '#' is not a suitable value for the `href` attribute. Without a meaningful attribute assistive technologies will struggle to understand your webpage. https://developer.mozilla.org/en-US/docs/Learn/Accessibility/HTML#onclick_events
[INFO] [stdout] --> src/components/table.rs:23:25
[INFO] [stdout] |
[INFO] [stdout] 23 | {"Link"}
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: '#' is not a suitable value for the `href` attribute. Without a meaningful attribute assistive technologies will struggle to understand your webpage. https://developer.mozilla.org/en-US/docs/Learn/Accessibility/HTML#onclick_events
[INFO] [stdout] --> src/full/login_page.rs:16:24
[INFO] [stdout] |
[INFO] [stdout] 16 | html! {{"Some link"}},
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: '#' is not a suitable value for the `href` attribute. Without a meaningful attribute assistive technologies will struggle to understand your webpage. https://developer.mozilla.org/en-US/docs/Learn/Accessibility/HTML#onclick_events
[INFO] [stdout] --> src/full/login_page.rs:17:40
[INFO] [stdout] |
[INFO] [stdout] 17 | html! {<>{"Some other"}{" link"}>},
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: '#' is not a suitable value for the `href` attribute. Without a meaningful attribute assistive technologies will struggle to understand your webpage. https://developer.mozilla.org/en-US/docs/Learn/Accessibility/HTML#onclick_events
[INFO] [stdout] --> src/full/login_page.rs:16:24
[INFO] [stdout] |
[INFO] [stdout] 16 | html! {{"Some link"}},
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: '#' is not a suitable value for the `href` attribute. Without a meaningful attribute assistive technologies will struggle to understand your webpage. https://developer.mozilla.org/en-US/docs/Learn/Accessibility/HTML#onclick_events
[INFO] [stdout] --> src/full/login_page.rs:17:40
[INFO] [stdout] |
[INFO] [stdout] 17 | html! {<>{"Some other"}{" link"}>},
[INFO] [stdout] | ^^^
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: 3 warnings emitted
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: 3 warnings emitted
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.81s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: nom v5.1.2, wasm-bindgen v0.2.78
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "7ef9cc7603783b31c80051e1dc018095e0f34852eb6a127f1de06b715501222d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7ef9cc7603783b31c80051e1dc018095e0f34852eb6a127f1de06b715501222d", kill_on_drop: false }`
[INFO] [stdout] 7ef9cc7603783b31c80051e1dc018095e0f34852eb6a127f1de06b715501222d
[INFO] checking torfmaster/klimachallenge against try#d9cbfeb054d7bd02cf942e6d32c1c0a91f042ce9 for pr-126452
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftorfmaster%2Fklimachallenge" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/torfmaster/klimachallenge on toolchain d9cbfeb054d7bd02cf942e6d32c1c0a91f042ce9
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d9cbfeb054d7bd02cf942e6d32c1c0a91f042ce9" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] removed /workspace/builds/worker-4-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/torfmaster/klimachallenge
[INFO] finished tweaking git repo https://github.com/torfmaster/klimachallenge
[INFO] tweaked toml for git repo https://github.com/torfmaster/klimachallenge written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/torfmaster/klimachallenge 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" "+d9cbfeb054d7bd02cf942e6d32c1c0a91f042ce9" "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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+d9cbfeb054d7bd02cf942e6d32c1c0a91f042ce9" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 297a91f2b8a98aab672847d3f18a21617eb5bc4d2d40470381c8fa12853b6ff8
[INFO] running `Command { std: "docker" "start" "-a" "297a91f2b8a98aab672847d3f18a21617eb5bc4d2d40470381c8fa12853b6ff8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "297a91f2b8a98aab672847d3f18a21617eb5bc4d2d40470381c8fa12853b6ff8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "297a91f2b8a98aab672847d3f18a21617eb5bc4d2d40470381c8fa12853b6ff8", kill_on_drop: false }`
[INFO] [stdout] 297a91f2b8a98aab672847d3f18a21617eb5bc4d2d40470381c8fa12853b6ff8
[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:dff56e7819e73ed36160586b3445e93eb0be776c16704aeeded9c3fb668b2384" "/opt/rustwide/cargo-home/bin/cargo" "+d9cbfeb054d7bd02cf942e6d32c1c0a91f042ce9" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] fc3f3d50c097961d906d3589b080986deab5a463ff762168a45d006b34081455
[INFO] running `Command { std: "docker" "start" "-a" "fc3f3d50c097961d906d3589b080986deab5a463ff762168a45d006b34081455", kill_on_drop: false }`
[INFO] [stderr] Compiling proc-macro2 v1.0.32
[INFO] [stderr] Compiling unicode-xid v0.2.2
[INFO] [stderr] Compiling syn v1.0.81
[INFO] [stderr] Compiling ryu v1.0.5
[INFO] [stderr] Compiling cfg-if v1.0.0
[INFO] [stderr] Compiling log v0.4.14
[INFO] [stderr] Compiling serde_derive v1.0.130
[INFO] [stderr] Compiling wasm-bindgen-shared v0.2.78
[INFO] [stderr] Compiling serde v1.0.130
[INFO] [stderr] Compiling lazy_static v1.4.0
[INFO] [stderr] Compiling bumpalo v3.8.0
[INFO] [stderr] Compiling serde_json v1.0.70
[INFO] [stderr] Checking itoa v0.4.8
[INFO] [stderr] Compiling wasm-bindgen v0.2.78
[INFO] [stderr] Compiling version_check v0.9.3
[INFO] [stderr] Compiling autocfg v1.0.1
[INFO] [stderr] Compiling memchr v2.4.1
[INFO] [stderr] Compiling lexical-core v0.7.6
[INFO] [stderr] Compiling libc v0.2.107
[INFO] [stderr] Compiling bitflags v1.3.2
[INFO] [stderr] Compiling static_assertions v1.1.0
[INFO] [stderr] Compiling arrayvec v0.5.2
[INFO] [stderr] Checking hashbrown v0.11.2
[INFO] [stderr] Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr] Compiling nom v5.1.2
[INFO] [stderr] Compiling quote v1.0.10
[INFO] [stderr] Compiling proc-macro-error v1.0.4
[INFO] [stderr] Compiling indexmap v1.7.0
[INFO] [stderr] Compiling num-traits v0.2.14
[INFO] [stderr] Compiling boolinator v2.4.0
[INFO] [stderr] Compiling num-integer v0.1.44
[INFO] [stderr] Checking scoped-tls-hkt v0.1.2
[INFO] [stderr] Checking slab v0.4.5
[INFO] [stderr] Compiling unicode-segmentation v1.8.0
[INFO] [stderr] Checking anymap2 v0.13.0
[INFO] [stderr] Checking time v0.1.43
[INFO] [stderr] Checking getrandom v0.2.3
[INFO] [stderr] Checking cfg-match v0.2.1
[INFO] [stderr] Checking strum v0.19.5
[INFO] [stderr] Checking uuid v0.8.2
[INFO] [stderr] Compiling heck v0.3.3
[INFO] [stderr] Checking chrono v0.4.19
[INFO] [stderr] Compiling yew-router-nested-route-parser v0.16.0
[INFO] [stderr] error: could not compile `nom` (lib); 214 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaLmbwfA/lib.rmeta`: No space left on device (os error 28)
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] error: could not compile `syn` (lib) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "fc3f3d50c097961d906d3589b080986deab5a463ff762168a45d006b34081455", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fc3f3d50c097961d906d3589b080986deab5a463ff762168a45d006b34081455", kill_on_drop: false }`
[INFO] [stdout] fc3f3d50c097961d906d3589b080986deab5a463ff762168a45d006b34081455