[INFO] updating cached repository anapaulagomes/advent-of-code [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/anapaulagomes/advent-of-code [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/anapaulagomes/advent-of-code" "work/ex/beta-1.38-1/sources/1.37.0/gh/anapaulagomes/advent-of-code"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/anapaulagomes/advent-of-code'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/anapaulagomes/advent-of-code" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/anapaulagomes/advent-of-code"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/anapaulagomes/advent-of-code'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 32b4ee21ea95b8b30b5a5e925e9af0525c371cd1 [INFO] sha for GitHub repo anapaulagomes/advent-of-code: 32b4ee21ea95b8b30b5a5e925e9af0525c371cd1 [INFO] validating manifest of anapaulagomes/advent-of-code on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of anapaulagomes/advent-of-code on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing anapaulagomes/advent-of-code [INFO] finished frobbing anapaulagomes/advent-of-code [INFO] frobbed toml for anapaulagomes/advent-of-code written to work/ex/beta-1.38-1/sources/1.37.0/gh/anapaulagomes/advent-of-code/Cargo.toml [INFO] started frobbing anapaulagomes/advent-of-code [INFO] finished frobbing anapaulagomes/advent-of-code [INFO] frobbed toml for anapaulagomes/advent-of-code written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/anapaulagomes/advent-of-code/Cargo.toml [INFO] crate anapaulagomes/advent-of-code already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing anapaulagomes/advent-of-code against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/anapaulagomes/advent-of-code:/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=warn" "-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" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] 386c9d8876ffecb9d1660145dde3f7a8c9d66fe207e977afafad13cb9f7a8fec [INFO] running `"docker" "start" "-a" "386c9d8876ffecb9d1660145dde3f7a8c9d66fe207e977afafad13cb9f7a8fec"` [INFO] [stderr] Compiling advent-of-code v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `day1::first_frequency` [INFO] [stderr] --> src/main.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use day1::first_frequency; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `first_frequency` [INFO] [stderr] --> src/day1.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | pub fn first_frequency(numbers: Vec<&str>) -> i32 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.60s [INFO] running `"docker" "inspect" "386c9d8876ffecb9d1660145dde3f7a8c9d66fe207e977afafad13cb9f7a8fec"` [INFO] running `"docker" "rm" "-f" "386c9d8876ffecb9d1660145dde3f7a8c9d66fe207e977afafad13cb9f7a8fec"` [INFO] [stdout] 386c9d8876ffecb9d1660145dde3f7a8c9d66fe207e977afafad13cb9f7a8fec [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/anapaulagomes/advent-of-code:/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=warn" "-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" "+beta-2019-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] dcc1dc0969f3f6a8c4285f392e94f9dc31727cadac8c0ab45cc693bb74539f30 [INFO] running `"docker" "start" "-a" "dcc1dc0969f3f6a8c4285f392e94f9dc31727cadac8c0ab45cc693bb74539f30"` [INFO] [stderr] Compiling advent-of-code v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `day1::first_frequency` [INFO] [stderr] --> src/main.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use day1::first_frequency; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.55s [INFO] running `"docker" "inspect" "dcc1dc0969f3f6a8c4285f392e94f9dc31727cadac8c0ab45cc693bb74539f30"` [INFO] running `"docker" "rm" "-f" "dcc1dc0969f3f6a8c4285f392e94f9dc31727cadac8c0ab45cc693bb74539f30"` [INFO] [stdout] dcc1dc0969f3f6a8c4285f392e94f9dc31727cadac8c0ab45cc693bb74539f30 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/anapaulagomes/advent-of-code:/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=warn" "-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" "+beta-2019-08-13" "test" "--frozen"` [INFO] [stdout] 44a050aa616568bd3faa3027d7d421bd852373faded81bbc3bce581b31ef0b49 [INFO] running `"docker" "start" "-a" "44a050aa616568bd3faa3027d7d421bd852373faded81bbc3bce581b31ef0b49"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running /opt/crater/target/debug/deps/advent_of_code-1ce55cd16cd194ab [INFO] [stdout] [INFO] [stdout] running 9 tests [INFO] [stdout] test day1::tests_first_frequency::test_check_two_numbers ... ok [INFO] [stdout] test day1::tests_first_frequency::test_reaches_five ... ok [INFO] [stdout] test day1::tests_first_frequency::test_main_example ... ok [INFO] [stdout] test day1::tests_resulting_frequency::test_positive_numbers_only ... ok [INFO] [stdout] test day1::tests_resulting_frequency::test_negative_numbers_only ... ok [INFO] [stdout] test day1::tests_first_frequency::test_reaches_ten ... ok [INFO] [stdout] test day1::tests_resulting_frequency::test_random_example ... ok [INFO] [stdout] test day1::tests_resulting_frequency::test_main_example ... ok [INFO] [stdout] test day1::tests_first_frequency::test_reaches_fourteen ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "44a050aa616568bd3faa3027d7d421bd852373faded81bbc3bce581b31ef0b49"` [INFO] running `"docker" "rm" "-f" "44a050aa616568bd3faa3027d7d421bd852373faded81bbc3bce581b31ef0b49"` [INFO] [stdout] 44a050aa616568bd3faa3027d7d421bd852373faded81bbc3bce581b31ef0b49