[INFO] updating cached repository https://github.com/tpbowden/advent-of-code-2018 [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 5ce162309107851e31527cdcc24b8842a3d3aa53 [INFO] testing tpbowden/advent-of-code-2018 against try#41997647ba6a77908f6ef64401414feb00bccf16 for pr-71274 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftpbowden%2Fadvent-of-code-2018" "/workspace/builds/worker-5/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/tpbowden/advent-of-code-2018 on toolchain 41997647ba6a77908f6ef64401414feb00bccf16 [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/tpbowden/advent-of-code-2018 [INFO] finished tweaking git repo https://github.com/tpbowden/advent-of-code-2018 [INFO] tweaked toml for git repo https://github.com/tpbowden/advent-of-code-2018 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/tpbowden/advent-of-code-2018 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "build" "--frozen"` [INFO] [stdout] 1c3ae1f58aec87ea89c9771337020c5dd94e2547d73660c042427a699c286452 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "1c3ae1f58aec87ea89c9771337020c5dd94e2547d73660c042427a699c286452"` [INFO] [stderr] Compiling regex-syntax v0.6.4 [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/rustwide/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] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 20.35s [INFO] running `"docker" "inspect" "1c3ae1f58aec87ea89c9771337020c5dd94e2547d73660c042427a699c286452"` [INFO] running `"docker" "rm" "-f" "1c3ae1f58aec87ea89c9771337020c5dd94e2547d73660c042427a699c286452"` [INFO] [stdout] 1c3ae1f58aec87ea89c9771337020c5dd94e2547d73660c042427a699c286452 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 43578ea3a63d98cfaec4d821a63a62b9ce874da042068b3e555c7f06972a28aa [INFO] running `"docker" "start" "-a" "43578ea3a63d98cfaec4d821a63a62b9ce874da042068b3e555c7f06972a28aa"` [INFO] [stderr] Compiling advent-of-code v0.1.0 (/opt/rustwide/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] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.57s [INFO] running `"docker" "inspect" "43578ea3a63d98cfaec4d821a63a62b9ce874da042068b3e555c7f06972a28aa"` [INFO] running `"docker" "rm" "-f" "43578ea3a63d98cfaec4d821a63a62b9ce874da042068b3e555c7f06972a28aa"` [INFO] [stdout] 43578ea3a63d98cfaec4d821a63a62b9ce874da042068b3e555c7f06972a28aa [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "test" "--frozen"` [INFO] [stdout] f0024b4e088ea75b5cc9498ea5337a2300701e68dc333c1c21353ed6e334341d [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "f0024b4e088ea75b5cc9498ea5337a2300701e68dc333c1c21353ed6e334341d"` [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] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/day1-0a80227d558358d5 [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test test_part_2 ... ok [INFO] [stdout] test test_part1 ... ok [INFO] [stderr] Running /opt/rustwide/target/debug/deps/day2-330c7778e015b5dc [INFO] [stdout] [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_part2 ... ok [INFO] [stdout] test test_part1 ... ok [INFO] [stdout] test test_occurrences ... ok [INFO] [stdout] test test_count_mismatching_chars ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/day3-58c6e4b326d3ca18 [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test test_parse_row ... ok [INFO] [stderr] [INFO] [stderr] thread 'test_part1' has overflowed its stack [INFO] [stderr] fatal runtime error: stack overflow [INFO] [stderr] error: test failed, to rerun pass '--bin day3' [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/deps/day3-58c6e4b326d3ca18` (signal: 6, SIGABRT: process abort signal) [INFO] running `"docker" "inspect" "f0024b4e088ea75b5cc9498ea5337a2300701e68dc333c1c21353ed6e334341d"` [INFO] running `"docker" "rm" "-f" "f0024b4e088ea75b5cc9498ea5337a2300701e68dc333c1c21353ed6e334341d"` [INFO] [stdout] f0024b4e088ea75b5cc9498ea5337a2300701e68dc333c1c21353ed6e334341d