[INFO] updating cached repository anp/adventofcode2015 [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/anp/adventofcode2015 [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/anp/adventofcode2015" "work/ex/beta-1.38-1/sources/1.37.0/gh/anp/adventofcode2015"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/anp/adventofcode2015'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/anp/adventofcode2015" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/anp/adventofcode2015"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/anp/adventofcode2015'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 8bac023a286565de0cb3125909f11c82043cda93 [INFO] sha for GitHub repo anp/adventofcode2015: 8bac023a286565de0cb3125909f11c82043cda93 [INFO] validating manifest of anp/adventofcode2015 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 anp/adventofcode2015 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 anp/adventofcode2015 [INFO] finished frobbing anp/adventofcode2015 [INFO] frobbed toml for anp/adventofcode2015 written to work/ex/beta-1.38-1/sources/1.37.0/gh/anp/adventofcode2015/Cargo.toml [INFO] started frobbing anp/adventofcode2015 [INFO] finished frobbing anp/adventofcode2015 [INFO] frobbed toml for anp/adventofcode2015 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/anp/adventofcode2015/Cargo.toml [INFO] crate anp/adventofcode2015 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] [stderr] error: the lock file /mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/anp/adventofcode2015/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [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 anp/adventofcode2015 against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/anp/adventofcode2015:/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" "+1.37.0" "build" "--frozen"` [INFO] [stdout] cfeeaa71ab3ce0c28829802fbc51f778d12af6fa3f46b5cccff59a28a88dabdb [INFO] running `"docker" "start" "-a" "cfeeaa71ab3ce0c28829802fbc51f778d12af6fa3f46b5cccff59a28a88dabdb"` [INFO] [stderr] Compiling permutohedron v0.1.7 [INFO] [stderr] Compiling adventofcode2015 v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/day_eleven.rs:68:16 [INFO] [stderr] | [INFO] [stderr] 68 | 'a'...'z' => c as u8 - 97, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: #[warn(ellipsis_inclusive_range_patterns)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/day_thirteen.rs:74:46 [INFO] [stderr] | [INFO] [stderr] 74 | let cause = tokens[tokens.len() - 1].trim_right_matches('.'); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/day_thirteen.rs:80:13 [INFO] [stderr] | [INFO] [stderr] 80 | let mut person_map = map.get_mut(person).unwrap(); [INFO] [stderr] | ----^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_mut)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.38s [INFO] running `"docker" "inspect" "cfeeaa71ab3ce0c28829802fbc51f778d12af6fa3f46b5cccff59a28a88dabdb"` [INFO] running `"docker" "rm" "-f" "cfeeaa71ab3ce0c28829802fbc51f778d12af6fa3f46b5cccff59a28a88dabdb"` [INFO] [stdout] cfeeaa71ab3ce0c28829802fbc51f778d12af6fa3f46b5cccff59a28a88dabdb [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/anp/adventofcode2015:/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" "+1.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] a7972ccda2698f155d4ace5993a04e66c34e00a9eca840fba65c7a4e9c3317de [INFO] running `"docker" "start" "-a" "a7972ccda2698f155d4ace5993a04e66c34e00a9eca840fba65c7a4e9c3317de"` [INFO] [stderr] Compiling adventofcode2015 v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/day_eleven.rs:68:16 [INFO] [stderr] | [INFO] [stderr] 68 | 'a'...'z' => c as u8 - 97, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: #[warn(ellipsis_inclusive_range_patterns)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/day_thirteen.rs:74:46 [INFO] [stderr] | [INFO] [stderr] 74 | let cause = tokens[tokens.len() - 1].trim_right_matches('.'); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/day_thirteen.rs:80:13 [INFO] [stderr] | [INFO] [stderr] 80 | let mut person_map = map.get_mut(person).unwrap(); [INFO] [stderr] | ----^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_mut)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.70s [INFO] running `"docker" "inspect" "a7972ccda2698f155d4ace5993a04e66c34e00a9eca840fba65c7a4e9c3317de"` [INFO] running `"docker" "rm" "-f" "a7972ccda2698f155d4ace5993a04e66c34e00a9eca840fba65c7a4e9c3317de"` [INFO] [stdout] a7972ccda2698f155d4ace5993a04e66c34e00a9eca840fba65c7a4e9c3317de [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/anp/adventofcode2015:/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" "+1.37.0" "test" "--frozen"` [INFO] [stdout] d69f354837e6c7fc5a511c249f0008725c834322d769308431c07f9ce74a7310 [INFO] running `"docker" "start" "-a" "d69f354837e6c7fc5a511c249f0008725c834322d769308431c07f9ce74a7310"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running /opt/crater/target/debug/deps/adventofcode2015-9a4236fed45115f2 [INFO] [stdout] [INFO] [stdout] running 10 tests [INFO] [stdout] test day_eight::test_encoded_char_count ... ok [INFO] [stdout] test day_eight::test_string_escape ... ok [INFO] [stdout] test day_eight::test_unquoted_char_count ... ok [INFO] [stdout] test day_fifteen::test_cookie_scoring ... ok [INFO] [stdout] test day_five::test_new_string_niceness ... ok [INFO] [stdout] test day_five::test_old_string_niceness ... ok [INFO] [stdout] test day_two::test_ribbon_needed ... ok [INFO] [stdout] test day_two::test_wrapping_paper_needed ... ok [INFO] [stdout] test day_fourteen::test_tick_race ... ok [INFO] [stdout] test day_ten::test_look_and_say ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "d69f354837e6c7fc5a511c249f0008725c834322d769308431c07f9ce74a7310"` [INFO] running `"docker" "rm" "-f" "d69f354837e6c7fc5a511c249f0008725c834322d769308431c07f9ce74a7310"` [INFO] [stdout] d69f354837e6c7fc5a511c249f0008725c834322d769308431c07f9ce74a7310