[INFO] cloning repository https://github.com/connorjayr/advent-of-code
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/connorjayr/advent-of-code" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fconnorjayr%2Fadvent-of-code", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fconnorjayr%2Fadvent-of-code'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 554b8eda6d20c5025fd11de7483a36a7bb2c2931
[INFO] testing connorjayr/advent-of-code against master#2fd6efc32704647e64d3d646d21c4c68eae100e4 for pr-149852-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fconnorjayr%2Fadvent-of-code" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/connorjayr/advent-of-code
[INFO] finished tweaking git repo https://github.com/connorjayr/advent-of-code
[INFO] tweaked toml for git repo https://github.com/connorjayr/advent-of-code written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/connorjayr/advent-of-code on toolchain 2fd6efc32704647e64d3d646d21c4c68eae100e4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/connorjayr/advent-of-code 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" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded proc-macro2 v1.0.27
[INFO] [stderr]   Downloaded wasm-bindgen-macro v0.2.74
[INFO] [stderr]   Downloaded structopt-derive v0.4.15
[INFO] [stderr]   Downloaded http-body v0.4.2
[INFO] [stderr]   Downloaded slab v0.4.3
[INFO] [stderr]   Downloaded wasm-bindgen-shared v0.2.74
[INFO] [stderr]   Downloaded phf_generator v0.9.0
[INFO] [stderr]   Downloaded siphasher v0.3.5
[INFO] [stderr]   Downloaded futures-channel v0.3.15
[INFO] [stderr]   Downloaded httparse v1.4.1
[INFO] [stderr]   Downloaded anyhow v1.0.41
[INFO] [stderr]   Downloaded cc v1.0.68
[INFO] [stderr]   Downloaded openssl-sys v0.9.65
[INFO] [stderr]   Downloaded js-sys v0.3.51
[INFO] [stderr]   Downloaded reqwest v0.11.4
[INFO] [stderr]   Downloaded serde v1.0.126
[INFO] [stderr]   Downloaded futures-util v0.3.15
[INFO] [stderr]   Downloaded h2 v0.3.3
[INFO] [stderr]   Downloaded hyper v0.14.9
[INFO] [stderr]   Downloaded openssl v0.10.35
[INFO] [stderr]   Downloaded wasm-bindgen v0.2.74
[INFO] [stderr]   Downloaded syn v1.0.73
[INFO] [stderr]   Downloaded security-framework v2.3.1
[INFO] [stderr]   Downloaded memchr v2.4.0
[INFO] [stderr]   Downloaded structopt v0.3.22
[INFO] [stderr]   Downloaded tracing-core v0.1.18
[INFO] [stderr]   Downloaded unicode-bidi v0.3.5
[INFO] [stderr]   Downloaded tinyvec v1.2.0
[INFO] [stderr]   Downloaded wasm-bindgen-backend v0.2.74
[INFO] [stderr]   Downloaded redox_syscall v0.2.9
[INFO] [stderr]   Downloaded wasm-bindgen-macro-support v0.2.74
[INFO] [stderr]   Downloaded libc v0.2.97
[INFO] [stderr]   Downloaded futures-io v0.3.15
[INFO] [stderr]   Downloaded tokio v1.8.0
[INFO] [stderr]   Downloaded futures-task v0.3.15
[INFO] [stderr]   Downloaded futures-core v0.3.15
[INFO] [stderr]   Downloaded futures-sink v0.3.15
[INFO] [stderr]   Downloaded security-framework-sys v2.3.0
[INFO] [stderr]   Downloaded wasm-bindgen-futures v0.4.24
[INFO] [stderr]   Downloaded web-sys v0.3.51
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] cabe553e8d827706bf5c06ae93f9518fc0ada4ce33f74eadd4e29c494993d41c
[INFO] running `Command { std: "docker" "start" "-a" "cabe553e8d827706bf5c06ae93f9518fc0ada4ce33f74eadd4e29c494993d41c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cabe553e8d827706bf5c06ae93f9518fc0ada4ce33f74eadd4e29c494993d41c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cabe553e8d827706bf5c06ae93f9518fc0ada4ce33f74eadd4e29c494993d41c", kill_on_drop: false }`
[INFO] [stdout] cabe553e8d827706bf5c06ae93f9518fc0ada4ce33f74eadd4e29c494993d41c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1e77b49951c3705a6091de4cb55abf4170a414c07023334fe87bc445a20fb1f0
[INFO] running `Command { std: "docker" "start" "-a" "1e77b49951c3705a6091de4cb55abf4170a414c07023334fe87bc445a20fb1f0", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.97
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]    Compiling memchr v2.4.0
[INFO] [stderr]    Compiling cc v1.0.68
[INFO] [stderr]    Compiling proc-macro2 v1.0.27
[INFO] [stderr]    Compiling pkg-config v0.3.19
[INFO] [stderr]    Compiling futures-core v0.3.15
[INFO] [stderr]    Compiling bytes v1.0.1
[INFO] [stderr]    Compiling tokio v1.8.0
[INFO] [stderr]    Compiling itoa v0.4.7
[INFO] [stderr]    Compiling futures-task v0.3.15
[INFO] [stderr]    Compiling syn v1.0.73
[INFO] [stderr]    Compiling futures-util v0.3.15
[INFO] [stderr]    Compiling openssl v0.10.35
[INFO] [stderr]    Compiling tracing-core v0.1.18
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling futures-io v0.3.15
[INFO] [stderr]    Compiling httparse v1.4.1
[INFO] [stderr]    Compiling native-tls v0.2.7
[INFO] [stderr]    Compiling futures-channel v0.3.15
[INFO] [stderr]    Compiling ppv-lite86 v0.2.10
[INFO] [stderr]    Compiling slab v0.4.3
[INFO] [stderr]    Compiling http v0.2.4
[INFO] [stderr]    Compiling futures-sink v0.3.15
[INFO] [stderr]    Compiling tracing v0.1.26
[INFO] [stderr]    Compiling tinyvec v1.2.0
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling siphasher v0.3.5
[INFO] [stderr]    Compiling serde v1.0.126
[INFO] [stderr]    Compiling want v0.3.0
[INFO] [stderr]    Compiling form_urlencoded v1.0.1
[INFO] [stderr]    Compiling mio v0.7.13
[INFO] [stderr]    Compiling num_cpus v1.13.0
[INFO] [stderr]    Compiling getrandom v0.2.3
[INFO] [stderr]    Compiling quote v1.0.9
[INFO] [stderr]    Compiling phf_shared v0.9.0
[INFO] [stderr]    Compiling socket2 v0.4.0
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling openssl-sys v0.9.65
[INFO] [stderr]    Compiling rand_core v0.6.3
[INFO] [stderr]    Compiling unicode-bidi v0.3.5
[INFO] [stderr]    Compiling unicode-width v0.1.8
[INFO] [stderr]    Compiling encoding_rs v0.8.28
[INFO] [stderr]    Compiling unicode-segmentation v1.8.0
[INFO] [stderr]    Compiling aho-corasick v0.7.18
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling unicode-normalization v0.1.19
[INFO] [stderr]    Compiling regex-syntax v0.6.25
[INFO] [stderr]    Compiling heck v0.3.3
[INFO] [stderr]    Compiling rand v0.8.4
[INFO] [stderr]    Compiling anyhow v1.0.41
[INFO] [stderr]    Compiling clap v2.33.3
[INFO] [stderr]    Compiling time v0.1.43
[INFO] [stderr]    Compiling termcolor v1.1.2
[INFO] [stderr]    Compiling humantime v2.1.0
[INFO] [stderr]    Compiling phf_generator v0.9.0
[INFO] [stderr]    Compiling idna v0.2.3
[INFO] [stderr]    Compiling chrono v0.4.19
[INFO] [stderr]    Compiling dotenv v0.15.0
[INFO] [stderr]    Compiling http-body v0.4.2
[INFO] [stderr]    Compiling url v2.2.2
[INFO] [stderr]    Compiling regex v1.5.4
[INFO] [stderr]    Compiling serde_urlencoded v0.7.0
[INFO] [stderr]    Compiling tokio-util v0.6.7
[INFO] [stderr]    Compiling env_logger v0.8.4
[INFO] [stderr]    Compiling h2 v0.3.3
[INFO] [stderr]    Compiling tokio-native-tls v0.3.0
[INFO] [stderr]    Compiling phf_macros v0.9.0
[INFO] [stderr]    Compiling structopt-derive v0.4.15
[INFO] [stderr]    Compiling phf v0.9.0
[INFO] [stderr]    Compiling structopt v0.3.22
[INFO] [stderr]    Compiling hyper v0.14.9
[INFO] [stderr]    Compiling hyper-tls v0.5.0
[INFO] [stderr]    Compiling reqwest v0.11.4
[INFO] [stderr]    Compiling advent-of-code v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 25.24s
[INFO] running `Command { std: "docker" "inspect" "1e77b49951c3705a6091de4cb55abf4170a414c07023334fe87bc445a20fb1f0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1e77b49951c3705a6091de4cb55abf4170a414c07023334fe87bc445a20fb1f0", kill_on_drop: false }`
[INFO] [stdout] 1e77b49951c3705a6091de4cb55abf4170a414c07023334fe87bc445a20fb1f0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7ad11228bc313eb8658ca92e1b587de7f2c5ae27a923e7e9d2817881ad2dba88
[INFO] running `Command { std: "docker" "start" "-a" "7ad11228bc313eb8658ca92e1b587de7f2c5ae27a923e7e9d2817881ad2dba88", kill_on_drop: false }`
[INFO] [stderr]    Compiling advent-of-code v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.94s
[INFO] running `Command { std: "docker" "inspect" "7ad11228bc313eb8658ca92e1b587de7f2c5ae27a923e7e9d2817881ad2dba88", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7ad11228bc313eb8658ca92e1b587de7f2c5ae27a923e7e9d2817881ad2dba88", kill_on_drop: false }`
[INFO] [stdout] 7ad11228bc313eb8658ca92e1b587de7f2c5ae27a923e7e9d2817881ad2dba88
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 2cddaa388d608e0f36691f2c5c93c94b61940bc9ccc6064375030c1bfa02e2fd
[INFO] running `Command { std: "docker" "start" "-a" "2cddaa388d608e0f36691f2c5c93c94b61940bc9ccc6064375030c1bfa02e2fd", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.23s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/advent_of_code-4bc5d297df7be0a9)
[INFO] [stdout] running 0 tests
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/advent_of_code-21195714189b62ac)
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests advent_of_code
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[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] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test src/year2020/day03.rs - year2020::day03::Map::new (line 28) ... FAILED
[INFO] [stdout] test src/year2020/day03.rs - year2020::day03::Map::new (line 22) ... FAILED
[INFO] [stdout] test src/year2020/day03.rs - year2020::day03::Map::count_trees (line 50) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/year2020/day03.rs - year2020::day03::Map::new (line 28) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Map`
[INFO] [stdout]   --> src/year2020/day03.rs:29:14
[INFO] [stdout]    |
[INFO] [stdout] 29 | let result = Map::new(vec![vec!['.'; 3], vec!['.'; 2]]);
[INFO] [stdout]    |              ^^^ use of undeclared type `Map`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]    |
[INFO] [stdout] 28 + use std::iter::Map;
[INFO] [stdout]    |
[INFO] [stdout] 28 + use phf::Map;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/year2020/day03.rs - year2020::day03::Map::new (line 22) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Map`
[INFO] [stdout]   --> src/year2020/day03.rs:23:14
[INFO] [stdout]    |
[INFO] [stdout] 23 | let result = Map::new(vec![vec!['.'; 3]; 3]);
[INFO] [stdout]    |              ^^^ use of undeclared type `Map`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]    |
[INFO] [stdout] 22 + use std::iter::Map;
[INFO] [stdout]    |
[INFO] [stdout] 22 + use phf::Map;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/year2020/day03.rs - year2020::day03::Map::count_trees (line 50) stdout ----
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Map`
[INFO] [stdout]   --> src/year2020/day03.rs:51:11
[INFO] [stdout]    |
[INFO] [stdout] 51 | let map = Map::new(vec![
[INFO] [stdout]    |           ^^^ use of undeclared type `Map`
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]    |
[INFO] [stdout] 50 + use std::iter::Map;
[INFO] [stdout]    |
[INFO] [stdout] 50 + use phf::Map;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/year2020/day03.rs - year2020::day03::Map::count_trees (line 50)
[INFO] [stdout]     src/year2020/day03.rs - year2020::day03::Map::new (line 22)
[INFO] [stdout]     src/year2020/day03.rs - year2020::day03::Map::new (line 28)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.32s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "2cddaa388d608e0f36691f2c5c93c94b61940bc9ccc6064375030c1bfa02e2fd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2cddaa388d608e0f36691f2c5c93c94b61940bc9ccc6064375030c1bfa02e2fd", kill_on_drop: false }`
[INFO] [stdout] 2cddaa388d608e0f36691f2c5c93c94b61940bc9ccc6064375030c1bfa02e2fd
