[INFO] updating cached repository tpbowden/advent-of-code-2018 [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/tpbowden/advent-of-code-2018 [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/tpbowden/advent-of-code-2018" "work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/gh/tpbowden/advent-of-code-2018"` [INFO] [stderr] Cloning into 'work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/gh/tpbowden/advent-of-code-2018'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/tpbowden/advent-of-code-2018" "work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/gh/tpbowden/advent-of-code-2018"` [INFO] [stderr] Cloning into 'work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/gh/tpbowden/advent-of-code-2018'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 5ce162309107851e31527cdcc24b8842a3d3aa53 [INFO] sha for GitHub repo tpbowden/advent-of-code-2018: 5ce162309107851e31527cdcc24b8842a3d3aa53 [INFO] validating manifest of tpbowden/advent-of-code-2018 on toolchain master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of tpbowden/advent-of-code-2018 on toolchain try#7fea0229842e79db1159ea58ad9a653b288efee9 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing tpbowden/advent-of-code-2018 [INFO] finished frobbing tpbowden/advent-of-code-2018 [INFO] frobbed toml for tpbowden/advent-of-code-2018 written to work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/gh/tpbowden/advent-of-code-2018/Cargo.toml [INFO] started frobbing tpbowden/advent-of-code-2018 [INFO] finished frobbing tpbowden/advent-of-code-2018 [INFO] frobbed toml for tpbowden/advent-of-code-2018 written to work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/gh/tpbowden/advent-of-code-2018/Cargo.toml [INFO] crate tpbowden/advent-of-code-2018 has a lockfile. skipping [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing tpbowden/advent-of-code-2018 against master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54 for pr-57967 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-5/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/gh/tpbowden/advent-of-code-2018:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "build" "--frozen"` [INFO] [stdout] 969c1dc33d74b639a928f6e3d66000b1d3f0d637e67f80faa6ce431f3e1fadc4 [INFO] running `"docker" "start" "-a" "969c1dc33d74b639a928f6e3d66000b1d3f0d637e67f80faa6ce431f3e1fadc4"` [INFO] [stderr] Compiling libc v0.2.44 [INFO] [stderr] Compiling memchr v2.1.1 [INFO] [stderr] Compiling aho-corasick v0.6.9 [INFO] [stderr] Compiling regex v1.1.0 [INFO] [stderr] Compiling advent-of-code v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unnecessary parentheses around `if` condition [INFO] [stderr] --> src/bin/day3.rs:64:8 [INFO] [stderr] | [INFO] [stderr] 64 | if (winner) { [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_parens)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 15.27s [INFO] running `"docker" "inspect" "969c1dc33d74b639a928f6e3d66000b1d3f0d637e67f80faa6ce431f3e1fadc4"` [INFO] running `"docker" "rm" "-f" "969c1dc33d74b639a928f6e3d66000b1d3f0d637e67f80faa6ce431f3e1fadc4"` [INFO] [stdout] 969c1dc33d74b639a928f6e3d66000b1d3f0d637e67f80faa6ce431f3e1fadc4 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-5/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/gh/tpbowden/advent-of-code-2018:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 15283364c1f72f2454a7ea68ad5499ef1ad9e04fb47ae23ef06a781cb9aceff2 [INFO] running `"docker" "start" "-a" "15283364c1f72f2454a7ea68ad5499ef1ad9e04fb47ae23ef06a781cb9aceff2"` [INFO] [stderr] Compiling advent-of-code v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unnecessary parentheses around `if` condition [INFO] [stderr] --> src/bin/day3.rs:64:8 [INFO] [stderr] | [INFO] [stderr] 64 | if (winner) { [INFO] [stderr] | ^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_parens)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.78s [INFO] running `"docker" "inspect" "15283364c1f72f2454a7ea68ad5499ef1ad9e04fb47ae23ef06a781cb9aceff2"` [INFO] running `"docker" "rm" "-f" "15283364c1f72f2454a7ea68ad5499ef1ad9e04fb47ae23ef06a781cb9aceff2"` [INFO] [stdout] 15283364c1f72f2454a7ea68ad5499ef1ad9e04fb47ae23ef06a781cb9aceff2 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-5/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/gh/tpbowden/advent-of-code-2018:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "test" "--frozen"` [INFO] [stdout] 60ec0c9d5d8aea12580fd12d55aab964ca49f98dbad82beeb315ab62ae4e7ad3 [INFO] running `"docker" "start" "-a" "60ec0c9d5d8aea12580fd12d55aab964ca49f98dbad82beeb315ab62ae4e7ad3"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running /opt/crater/target/debug/deps/day1-7d5fa5979b8ed46b [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test test_part1 ... ok [INFO] [stdout] test test_part_2 ... ok [INFO] [stderr] Running /opt/crater/target/debug/deps/day2-6f34cef8afade80b [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/day3-64b43024b46578f4 [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test test_matching_characters ... ok [INFO] [stdout] test test_count_mismatching_chars ... ok [INFO] [stdout] test test_occurrences ... ok [INFO] [stdout] test test_part1 ... ok [INFO] [stdout] test test_part2 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] [INFO] [stdout] running 2 tests [INFO] [stderr] thread 'test_part1' has overflowed its stack [INFO] [stderr] fatal runtime error: stack overflow [INFO] [stderr] error: process didn't exit successfully: `/opt/crater/target/debug/deps/day3-64b43024b46578f4` (signal: 6, SIGABRT: process abort signal) [INFO] running `"docker" "inspect" "60ec0c9d5d8aea12580fd12d55aab964ca49f98dbad82beeb315ab62ae4e7ad3"` [INFO] running `"docker" "rm" "-f" "60ec0c9d5d8aea12580fd12d55aab964ca49f98dbad82beeb315ab62ae4e7ad3"` [INFO] [stdout] 60ec0c9d5d8aea12580fd12d55aab964ca49f98dbad82beeb315ab62ae4e7ad3