[INFO] cloning repository https://github.com/davidszotten/advent-of-code-2020 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/davidszotten/advent-of-code-2020" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdavidszotten%2Fadvent-of-code-2020", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdavidszotten%2Fadvent-of-code-2020'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 401a2f994916986737b83dcc2361c3bf85a230b1 [INFO] testing davidszotten/advent-of-code-2020 against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdavidszotten%2Fadvent-of-code-2020" "/workspace/builds/worker-8/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/davidszotten/advent-of-code-2020 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/davidszotten/advent-of-code-2020 [INFO] finished tweaking git repo https://github.com/davidszotten/advent-of-code-2020 [INFO] tweaked toml for git repo https://github.com/davidszotten/advent-of-code-2020 written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/davidszotten/advent-of-code-2020 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fa1792ac1062ee5dd3dd47712b65dd744c4ad841aef9ae9022a076bcb04455d2 [INFO] running `Command { std: "docker" "start" "-a" "fa1792ac1062ee5dd3dd47712b65dd744c4ad841aef9ae9022a076bcb04455d2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fa1792ac1062ee5dd3dd47712b65dd744c4ad841aef9ae9022a076bcb04455d2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fa1792ac1062ee5dd3dd47712b65dd744c4ad841aef9ae9022a076bcb04455d2", kill_on_drop: false }` [INFO] [stdout] fa1792ac1062ee5dd3dd47712b65dd744c4ad841aef9ae9022a076bcb04455d2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f4a926015f317acae9296e2ca1bc2d0f27553516915a3035ec4f0f96ffff9210 [INFO] running `Command { std: "docker" "start" "-a" "f4a926015f317acae9296e2ca1bc2d0f27553516915a3035ec4f0f96ffff9210", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling ucd-trie v0.1.3 [INFO] [stderr] Compiling syn v1.0.54 [INFO] [stderr] Compiling libc v0.2.80 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling anyhow v1.0.34 [INFO] [stderr] Compiling regex-syntax v0.6.21 [INFO] [stderr] Compiling reduce v0.1.3 [INFO] [stderr] Compiling pest v2.1.3 [INFO] [stderr] Compiling aho-corasick v0.7.15 [INFO] [stderr] Compiling pest_meta v2.1.3 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling regex v1.4.2 [INFO] [stderr] Compiling pest_generator v2.1.3 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Compiling aoc2020 v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0034]: multiple applicable items in scope [INFO] [stdout] --> src/bin/day06.rs:19:18 [INFO] [stdout] | [INFO] [stdout] 19 | .reduce(|a, b| set_fn(&a, &b)) [INFO] [stdout] | ^^^^^^ multiple `reduce` found [INFO] [stdout] | [INFO] [stdout] = note: candidate #1 is defined in an impl of the trait `Reduce` for the type `I` [INFO] [stdout] = note: candidate #2 is defined in an impl of the trait `Iterator` for the type `Map` [INFO] [stdout] help: disambiguate the associated function for candidate #1 [INFO] [stdout] | [INFO] [stdout] 16 ~ Reduce::reduce(group [INFO] [stdout] 17 + .split("\n") [INFO] [stdout] 18 + .map(|p| p.chars().collect::>()), |a, b| set_fn(&a, &b)) [INFO] [stdout] | [INFO] [stdout] help: disambiguate the associated function for candidate #2 [INFO] [stdout] | [INFO] [stdout] 16 ~ Iterator::reduce(group [INFO] [stdout] 17 + .split("\n") [INFO] [stdout] 18 + .map(|p| p.chars().collect::>()), |a, b| set_fn(&a, &b)) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `reduce::Reduce` [INFO] [stdout] --> src/bin/day06.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use reduce::Reduce; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0034`. [INFO] [stdout] [INFO] [stderr] error: could not compile `aoc2020` due to 2 previous errors; 1 warning emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: field is never read: `size` [INFO] [stdout] --> src/bin/day17.rs:110:5 [INFO] [stdout] | [INFO] [stdout] 110 | size: usize, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Space` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> src/bin/day17.rs:104:10 [INFO] [stdout] | [INFO] [stdout] 104 | #[derive(Debug)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `aoc2020` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name day18 --edition=2018 src/bin/day18.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=a3ee33421c8d20af -C extra-filename=-a3ee33421c8d20af --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-ad3c2e019c37d0da.rlib --extern aoc2020=/opt/rustwide/target/debug/deps/libaoc2020-a1a8e91eb387d67d.rlib --extern clap=/opt/rustwide/target/debug/deps/libclap-a2cf9922a088532d.rlib --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-86422d76b8bd90ed.rlib --extern pest=/opt/rustwide/target/debug/deps/libpest-faccf00187586be1.rlib --extern pest_derive=/opt/rustwide/target/debug/deps/libpest_derive-f7579efdb482746e.so --extern reduce=/opt/rustwide/target/debug/deps/libreduce-da4770e850666987.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-9101c68c43db5b5c.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `aoc2020` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name day20 --edition=2018 src/bin/day20.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=127cd7faaed4cac1 -C extra-filename=-127cd7faaed4cac1 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-ad3c2e019c37d0da.rlib --extern aoc2020=/opt/rustwide/target/debug/deps/libaoc2020-a1a8e91eb387d67d.rlib --extern clap=/opt/rustwide/target/debug/deps/libclap-a2cf9922a088532d.rlib --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-86422d76b8bd90ed.rlib --extern pest=/opt/rustwide/target/debug/deps/libpest-faccf00187586be1.rlib --extern pest_derive=/opt/rustwide/target/debug/deps/libpest_derive-f7579efdb482746e.so --extern reduce=/opt/rustwide/target/debug/deps/libreduce-da4770e850666987.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-9101c68c43db5b5c.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `aoc2020` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name day19 --edition=2018 src/bin/day19.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=e8f174c3e721be14 -C extra-filename=-e8f174c3e721be14 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-ad3c2e019c37d0da.rlib --extern aoc2020=/opt/rustwide/target/debug/deps/libaoc2020-a1a8e91eb387d67d.rlib --extern clap=/opt/rustwide/target/debug/deps/libclap-a2cf9922a088532d.rlib --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-86422d76b8bd90ed.rlib --extern pest=/opt/rustwide/target/debug/deps/libpest-faccf00187586be1.rlib --extern pest_derive=/opt/rustwide/target/debug/deps/libpest_derive-f7579efdb482746e.so --extern reduce=/opt/rustwide/target/debug/deps/libreduce-da4770e850666987.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-9101c68c43db5b5c.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `aoc2020` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name day24 --edition=2018 src/bin/day24.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=81380c4929e8d13e -C extra-filename=-81380c4929e8d13e --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-ad3c2e019c37d0da.rlib --extern aoc2020=/opt/rustwide/target/debug/deps/libaoc2020-a1a8e91eb387d67d.rlib --extern clap=/opt/rustwide/target/debug/deps/libclap-a2cf9922a088532d.rlib --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-86422d76b8bd90ed.rlib --extern pest=/opt/rustwide/target/debug/deps/libpest-faccf00187586be1.rlib --extern pest_derive=/opt/rustwide/target/debug/deps/libpest_derive-f7579efdb482746e.so --extern reduce=/opt/rustwide/target/debug/deps/libreduce-da4770e850666987.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-9101c68c43db5b5c.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `aoc2020` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name day21 --edition=2018 src/bin/day21.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=e76aeb10035329f0 -C extra-filename=-e76aeb10035329f0 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-ad3c2e019c37d0da.rlib --extern aoc2020=/opt/rustwide/target/debug/deps/libaoc2020-a1a8e91eb387d67d.rlib --extern clap=/opt/rustwide/target/debug/deps/libclap-a2cf9922a088532d.rlib --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-86422d76b8bd90ed.rlib --extern pest=/opt/rustwide/target/debug/deps/libpest-faccf00187586be1.rlib --extern pest_derive=/opt/rustwide/target/debug/deps/libpest_derive-f7579efdb482746e.so --extern reduce=/opt/rustwide/target/debug/deps/libreduce-da4770e850666987.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-9101c68c43db5b5c.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `aoc2020` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name day14 --edition=2018 src/bin/day14.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=bd8317e040dab9dc -C extra-filename=-bd8317e040dab9dc --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-ad3c2e019c37d0da.rlib --extern aoc2020=/opt/rustwide/target/debug/deps/libaoc2020-a1a8e91eb387d67d.rlib --extern clap=/opt/rustwide/target/debug/deps/libclap-a2cf9922a088532d.rlib --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-86422d76b8bd90ed.rlib --extern pest=/opt/rustwide/target/debug/deps/libpest-faccf00187586be1.rlib --extern pest_derive=/opt/rustwide/target/debug/deps/libpest_derive-f7579efdb482746e.so --extern reduce=/opt/rustwide/target/debug/deps/libreduce-da4770e850666987.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-9101c68c43db5b5c.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `aoc2020` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name day02 --edition=2018 src/bin/day02.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=1c8e4d2e0e3744f2 -C extra-filename=-1c8e4d2e0e3744f2 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-ad3c2e019c37d0da.rlib --extern aoc2020=/opt/rustwide/target/debug/deps/libaoc2020-a1a8e91eb387d67d.rlib --extern clap=/opt/rustwide/target/debug/deps/libclap-a2cf9922a088532d.rlib --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-86422d76b8bd90ed.rlib --extern pest=/opt/rustwide/target/debug/deps/libpest-faccf00187586be1.rlib --extern pest_derive=/opt/rustwide/target/debug/deps/libpest_derive-f7579efdb482746e.so --extern reduce=/opt/rustwide/target/debug/deps/libreduce-da4770e850666987.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-9101c68c43db5b5c.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `aoc2020` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name day05 --edition=2018 src/bin/day05.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=edbf5122770c442a -C extra-filename=-edbf5122770c442a --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-ad3c2e019c37d0da.rlib --extern aoc2020=/opt/rustwide/target/debug/deps/libaoc2020-a1a8e91eb387d67d.rlib --extern clap=/opt/rustwide/target/debug/deps/libclap-a2cf9922a088532d.rlib --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-86422d76b8bd90ed.rlib --extern pest=/opt/rustwide/target/debug/deps/libpest-faccf00187586be1.rlib --extern pest_derive=/opt/rustwide/target/debug/deps/libpest_derive-f7579efdb482746e.so --extern reduce=/opt/rustwide/target/debug/deps/libreduce-da4770e850666987.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-9101c68c43db5b5c.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `aoc2020` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name day08 --edition=2018 src/bin/day08.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=c438c1673cdf0588 -C extra-filename=-c438c1673cdf0588 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-ad3c2e019c37d0da.rlib --extern aoc2020=/opt/rustwide/target/debug/deps/libaoc2020-a1a8e91eb387d67d.rlib --extern clap=/opt/rustwide/target/debug/deps/libclap-a2cf9922a088532d.rlib --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-86422d76b8bd90ed.rlib --extern pest=/opt/rustwide/target/debug/deps/libpest-faccf00187586be1.rlib --extern pest_derive=/opt/rustwide/target/debug/deps/libpest_derive-f7579efdb482746e.so --extern reduce=/opt/rustwide/target/debug/deps/libreduce-da4770e850666987.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-9101c68c43db5b5c.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `aoc2020` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name day11 --edition=2018 src/bin/day11.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=439aed2a9013fb04 -C extra-filename=-439aed2a9013fb04 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-ad3c2e019c37d0da.rlib --extern aoc2020=/opt/rustwide/target/debug/deps/libaoc2020-a1a8e91eb387d67d.rlib --extern clap=/opt/rustwide/target/debug/deps/libclap-a2cf9922a088532d.rlib --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-86422d76b8bd90ed.rlib --extern pest=/opt/rustwide/target/debug/deps/libpest-faccf00187586be1.rlib --extern pest_derive=/opt/rustwide/target/debug/deps/libpest_derive-f7579efdb482746e.so --extern reduce=/opt/rustwide/target/debug/deps/libreduce-da4770e850666987.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-9101c68c43db5b5c.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "f4a926015f317acae9296e2ca1bc2d0f27553516915a3035ec4f0f96ffff9210", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f4a926015f317acae9296e2ca1bc2d0f27553516915a3035ec4f0f96ffff9210", kill_on_drop: false }` [INFO] [stdout] f4a926015f317acae9296e2ca1bc2d0f27553516915a3035ec4f0f96ffff9210