[INFO] cloning repository https://github.com/anp/adventofcode2015 [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/anp/adventofcode2015" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fanp%2Fadventofcode2015"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fanp%2Fadventofcode2015'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 8bac023a286565de0cb3125909f11c82043cda93 [INFO] testing anp/adventofcode2015 against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fanp%2Fadventofcode2015" "/workspace/builds/worker-7/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/anp/adventofcode2015 on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/anp/adventofcode2015 [INFO] finished tweaking git repo https://github.com/anp/adventofcode2015 [INFO] tweaked toml for git repo https://github.com/anp/adventofcode2015 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/anp/adventofcode2015 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /workspace/builds/worker-7/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag. [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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=warn" "-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" "+1.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] db083f4f81ee26380cf464d4814d0b783cdd84230138db5b596842ba2deae336 [INFO] running `"docker" "start" "-a" "db083f4f81ee26380cf464d4814d0b783cdd84230138db5b596842ba2deae336"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling rustc-serialize v0.3.24 [INFO] [stderr] Compiling gcc v0.3.55 [INFO] [stderr] Compiling bitflags v0.4.0 [INFO] [stderr] Compiling vec_map v0.4.0 [INFO] [stderr] Compiling ansi_term v0.7.5 [INFO] [stderr] Compiling strsim v0.4.1 [INFO] [stderr] Compiling permutohedron v0.1.7 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling num-iter v0.1.40 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling clap v1.5.6 [INFO] [stderr] Compiling rand v0.3.23 [INFO] [stderr] Compiling rust-crypto v0.2.36 [INFO] [stderr] Compiling num-bigint v0.1.44 [INFO] [stderr] Compiling num-complex v0.1.43 [INFO] [stderr] Compiling num-rational v0.1.42 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling serde v0.6.15 [INFO] [stderr] Compiling serde_json v0.6.1 [INFO] [stderr] Compiling adventofcode2015 v0.1.0 (/opt/rustwide/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] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 32.51s [INFO] running `"docker" "inspect" "db083f4f81ee26380cf464d4814d0b783cdd84230138db5b596842ba2deae336"` [INFO] running `"docker" "rm" "-f" "db083f4f81ee26380cf464d4814d0b783cdd84230138db5b596842ba2deae336"` [INFO] [stdout] db083f4f81ee26380cf464d4814d0b783cdd84230138db5b596842ba2deae336 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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=warn" "-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" "+1.44.0" "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] 23d2ace915310939a2b0a4c9552ae6c14d2ddfa2498286d4f8eed36bcf9e5516 [INFO] running `"docker" "start" "-a" "23d2ace915310939a2b0a4c9552ae6c14d2ddfa2498286d4f8eed36bcf9e5516"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling adventofcode2015 v0.1.0 (/opt/rustwide/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] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.27s [INFO] running `"docker" "inspect" "23d2ace915310939a2b0a4c9552ae6c14d2ddfa2498286d4f8eed36bcf9e5516"` [INFO] running `"docker" "rm" "-f" "23d2ace915310939a2b0a4c9552ae6c14d2ddfa2498286d4f8eed36bcf9e5516"` [INFO] [stdout] 23d2ace915310939a2b0a4c9552ae6c14d2ddfa2498286d4f8eed36bcf9e5516 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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=warn" "-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" "+1.44.0" "test" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 9bc3d3a9c71e6a0f317d8d5066dc8795fc54406098f2aa4b11ed48bbeefdcf52 [INFO] running `"docker" "start" "-a" "9bc3d3a9c71e6a0f317d8d5066dc8795fc54406098f2aa4b11ed48bbeefdcf52"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [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] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.11s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/adventofcode2015-0bb27ceb98679762 [INFO] [stdout] [INFO] [stdout] running 10 tests [INFO] [stdout] test day_eight::test_string_escape ... ok [INFO] [stdout] test day_eight::test_unquoted_char_count ... ok [INFO] [stdout] test day_five::test_old_string_niceness ... ok [INFO] [stdout] test day_ten::test_look_and_say ... ok [INFO] [stdout] test day_eight::test_encoded_char_count ... 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_fifteen::test_cookie_scoring ... ok [INFO] [stdout] test day_five::test_new_string_niceness ... 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" "9bc3d3a9c71e6a0f317d8d5066dc8795fc54406098f2aa4b11ed48bbeefdcf52"` [INFO] running `"docker" "rm" "-f" "9bc3d3a9c71e6a0f317d8d5066dc8795fc54406098f2aa4b11ed48bbeefdcf52"` [INFO] [stdout] 9bc3d3a9c71e6a0f317d8d5066dc8795fc54406098f2aa4b11ed48bbeefdcf52