[INFO] updating cached repository davidsullins/AdventOfRust2018 [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/davidsullins/AdventOfRust2018 [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/davidsullins/AdventOfRust2018" "work/ex/beta-1.37-6/sources/1.36.0/gh/davidsullins/AdventOfRust2018"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/davidsullins/AdventOfRust2018'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/davidsullins/AdventOfRust2018" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/davidsullins/AdventOfRust2018"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/davidsullins/AdventOfRust2018'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 6260e6579d36fd6f5e5d3fea48409ac92031ba04 [INFO] sha for GitHub repo davidsullins/AdventOfRust2018: 6260e6579d36fd6f5e5d3fea48409ac92031ba04 [INFO] validating manifest of davidsullins/AdventOfRust2018 on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of davidsullins/AdventOfRust2018 on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing davidsullins/AdventOfRust2018 [INFO] finished frobbing davidsullins/AdventOfRust2018 [INFO] frobbed toml for davidsullins/AdventOfRust2018 written to work/ex/beta-1.37-6/sources/1.36.0/gh/davidsullins/AdventOfRust2018/Cargo.toml [INFO] started frobbing davidsullins/AdventOfRust2018 [INFO] finished frobbing davidsullins/AdventOfRust2018 [INFO] frobbed toml for davidsullins/AdventOfRust2018 written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/davidsullins/AdventOfRust2018/Cargo.toml [INFO] crate davidsullins/AdventOfRust2018 already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing davidsullins/AdventOfRust2018 against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-6/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/davidsullins/AdventOfRust2018:/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.36.0" "build" "--frozen"` [INFO] [stdout] 976078e97df782e9feeafb94453cd0d7e9aa9fe1261bccb9d5f3db1e44216b03 [INFO] running `"docker" "start" "-a" "976078e97df782e9feeafb94453cd0d7e9aa9fe1261bccb9d5f3db1e44216b03"` [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 AdventOfRust2018 v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: cannot borrow `letter_count` as mutable because it is also borrowed as immutable [INFO] [stderr] --> src/bin/day2.rs:25:13 [INFO] [stderr] | [INFO] [stderr] 24 | let count = letter_count.get(&c).unwrap_or(&0); [INFO] [stderr] | ------------ immutable borrow occurs here [INFO] [stderr] 25 | letter_count.insert(c, count + 1); [INFO] [stderr] | ^^^^^^^^^^^^ ----- immutable borrow later used here [INFO] [stderr] | | [INFO] [stderr] | mutable borrow occurs here [INFO] [stderr] | [INFO] [stderr] = note: #[warn(mutable_borrow_reservation_conflict)] on by default [INFO] [stderr] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stderr] = note: for more information, see issue #59159 [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 18.55s [INFO] running `"docker" "inspect" "976078e97df782e9feeafb94453cd0d7e9aa9fe1261bccb9d5f3db1e44216b03"` [INFO] running `"docker" "rm" "-f" "976078e97df782e9feeafb94453cd0d7e9aa9fe1261bccb9d5f3db1e44216b03"` [INFO] [stdout] 976078e97df782e9feeafb94453cd0d7e9aa9fe1261bccb9d5f3db1e44216b03 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-6/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/davidsullins/AdventOfRust2018:/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.36.0" "test" "--frozen" "--no-run"` [INFO] [stdout] d93d66666b21aeb7a703fd8c0814a30aae0669d9f55c9cb170676a6f4e746314 [INFO] running `"docker" "start" "-a" "d93d66666b21aeb7a703fd8c0814a30aae0669d9f55c9cb170676a6f4e746314"` [INFO] [stderr] Compiling AdventOfRust2018 v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: cannot borrow `letter_count` as mutable because it is also borrowed as immutable [INFO] [stderr] --> src/bin/day2.rs:25:13 [INFO] [stderr] | [INFO] [stderr] 24 | let count = letter_count.get(&c).unwrap_or(&0); [INFO] [stderr] | ------------ immutable borrow occurs here [INFO] [stderr] 25 | letter_count.insert(c, count + 1); [INFO] [stderr] | ^^^^^^^^^^^^ ----- immutable borrow later used here [INFO] [stderr] | | [INFO] [stderr] | mutable borrow occurs here [INFO] [stderr] | [INFO] [stderr] = note: #[warn(mutable_borrow_reservation_conflict)] on by default [INFO] [stderr] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stderr] = note: for more information, see issue #59159 [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.17s [INFO] running `"docker" "inspect" "d93d66666b21aeb7a703fd8c0814a30aae0669d9f55c9cb170676a6f4e746314"` [INFO] running `"docker" "rm" "-f" "d93d66666b21aeb7a703fd8c0814a30aae0669d9f55c9cb170676a6f4e746314"` [INFO] [stdout] d93d66666b21aeb7a703fd8c0814a30aae0669d9f55c9cb170676a6f4e746314 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-6/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/davidsullins/AdventOfRust2018:/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.36.0" "test" "--frozen"` [INFO] [stdout] dfc59ed66212cc20aab8bf7a044f1e9ff857210bef0a054f2522d2caab1ed37d [INFO] running `"docker" "start" "-a" "dfc59ed66212cc20aab8bf7a044f1e9ff857210bef0a054f2522d2caab1ed37d"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running /opt/crater/target/debug/deps/day1-3c13981a30c87059 [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test test_calc_freq ... ok [INFO] [stdout] test test_parse_changes ... ok [INFO] [stdout] test test_find_first_repeated_freq ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/day2-f2ace03455b13ea3 [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test test_differ_by_one_char ... ok [INFO] [stdout] test test_count_exactly_two ... ok [INFO] [stdout] test test_find_common_letters ... ok [INFO] [stdout] test test_find_box_ids ... ok [INFO] [stdout] test test_count_exactly_three ... ok [INFO] [stdout] test test_calc_checksum ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/day3-2721aef7909ebb08 [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test test_find_non_overlapping_id ... ok [INFO] [stdout] test test_parse_line ... ok [INFO] [stdout] test test_is_overlap ... ok [INFO] [stdout] test test_count_claimed_by_at_least_two ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/day8-f4c8b03d233c6e4e [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test test_parse_input ... ok [INFO] [stdout] test test_compute_root_node_value ... ok [INFO] [stdout] test test_sum_metadata ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/day9-4ace6d8626bb0ced [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test test_place_marble ... ok [INFO] [stdout] test test_parse_line ... ok [INFO] [stdout] test test_find_highest_score ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "dfc59ed66212cc20aab8bf7a044f1e9ff857210bef0a054f2522d2caab1ed37d"` [INFO] running `"docker" "rm" "-f" "dfc59ed66212cc20aab8bf7a044f1e9ff857210bef0a054f2522d2caab1ed37d"` [INFO] [stdout] dfc59ed66212cc20aab8bf7a044f1e9ff857210bef0a054f2522d2caab1ed37d