[INFO] updating cached repository https://github.com/ggbt/aoc2018 [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] c58c7986e32d64f9bc8615623a55f32a59e5db6c [INFO] testing ggbt/aoc2018 against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fggbt%2Faoc2018" "/workspace/builds/worker-4/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ggbt/aoc2018 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/ggbt/aoc2018 [INFO] finished tweaking git repo https://github.com/ggbt/aoc2018 [INFO] tweaked toml for git repo https://github.com/ggbt/aoc2018 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/ggbt/aoc2018 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] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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] 3e6ad0193fb4f5563f9eb3ae01894cf5be171218415752e2f2658da2c0596999 [INFO] running `"docker" "start" "-a" "3e6ad0193fb4f5563f9eb3ae01894cf5be171218415752e2f2658da2c0596999"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling libc v0.2.45 [INFO] [stderr] Compiling memchr v2.1.2 [INFO] [stderr] Compiling time v0.1.41 [INFO] [stderr] Compiling aho-corasick v0.6.9 [INFO] [stderr] Compiling chrono v0.4.6 [INFO] [stderr] Compiling regex v1.1.0 [INFO] [stderr] Compiling advent-of-code-2018 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: static variable `claims_regex` should have an upper case name [INFO] [stderr] --> src/day_3.rs:28:24 [INFO] [stderr] | [INFO] [stderr] 28 | static ref claims_regex: Regex = Regex::new(r"#(\d+) @ (\d+),(\d+): (\d+)x(\d+)").unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `CLAIMS_REGEX` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stderr] [INFO] [stderr] warning: static variable `record_regex` should have an upper case name [INFO] [stderr] --> src/day_4.rs:26:24 [INFO] [stderr] | [INFO] [stderr] 26 | static ref record_regex: Regex = Regex::new( [INFO] [stderr] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `RECORD_REGEX` [INFO] [stderr] [INFO] [stderr] warning: static variable `reg` should have an upper case name [INFO] [stderr] --> src/day_6.rs:62:20 [INFO] [stderr] | [INFO] [stderr] 62 | static ref reg: Regex = Regex::new(r"(\d+), (\d+)").unwrap(); [INFO] [stderr] | ^^^ help: convert the identifier to upper case: `REG` [INFO] [stderr] [INFO] [stderr] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 19.58s [INFO] running `"docker" "inspect" "3e6ad0193fb4f5563f9eb3ae01894cf5be171218415752e2f2658da2c0596999"` [INFO] running `"docker" "rm" "-f" "3e6ad0193fb4f5563f9eb3ae01894cf5be171218415752e2f2658da2c0596999"` [INFO] [stdout] 3e6ad0193fb4f5563f9eb3ae01894cf5be171218415752e2f2658da2c0596999 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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] [stdout] 4bdb628cb4110e399f1c6733ef2880e26ef5f45126377f0841f71c79068e736e [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" "4bdb628cb4110e399f1c6733ef2880e26ef5f45126377f0841f71c79068e736e"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling advent-of-code-2018 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: static variable `claims_regex` should have an upper case name [INFO] [stderr] --> src/day_3.rs:28:24 [INFO] [stderr] | [INFO] [stderr] 28 | static ref claims_regex: Regex = Regex::new(r"#(\d+) @ (\d+),(\d+): (\d+)x(\d+)").unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `CLAIMS_REGEX` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stderr] [INFO] [stderr] warning: static variable `record_regex` should have an upper case name [INFO] [stderr] --> src/day_4.rs:26:24 [INFO] [stderr] | [INFO] [stderr] 26 | static ref record_regex: Regex = Regex::new( [INFO] [stderr] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `RECORD_REGEX` [INFO] [stderr] [INFO] [stderr] warning: static variable `reg` should have an upper case name [INFO] [stderr] --> src/day_6.rs:62:20 [INFO] [stderr] | [INFO] [stderr] 62 | static ref reg: Regex = Regex::new(r"(\d+), (\d+)").unwrap(); [INFO] [stderr] | ^^^ help: convert the identifier to upper case: `REG` [INFO] [stderr] [INFO] [stderr] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.25s [INFO] running `"docker" "inspect" "4bdb628cb4110e399f1c6733ef2880e26ef5f45126377f0841f71c79068e736e"` [INFO] running `"docker" "rm" "-f" "4bdb628cb4110e399f1c6733ef2880e26ef5f45126377f0841f71c79068e736e"` [INFO] [stdout] 4bdb628cb4110e399f1c6733ef2880e26ef5f45126377f0841f71c79068e736e [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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] 1b17df21014610fca57878d99373421706d2a1ef8ba6b57865ac156883b8fca7 [INFO] running `"docker" "start" "-a" "1b17df21014610fca57878d99373421706d2a1ef8ba6b57865ac156883b8fca7"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: static variable `claims_regex` should have an upper case name [INFO] [stderr] --> src/day_3.rs:28:24 [INFO] [stderr] | [INFO] [stderr] 28 | static ref claims_regex: Regex = Regex::new(r"#(\d+) @ (\d+),(\d+): (\d+)x(\d+)").unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `CLAIMS_REGEX` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stderr] [INFO] [stderr] warning: static variable `record_regex` should have an upper case name [INFO] [stderr] --> src/day_4.rs:26:24 [INFO] [stderr] | [INFO] [stderr] 26 | static ref record_regex: Regex = Regex::new( [INFO] [stderr] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `RECORD_REGEX` [INFO] [stderr] [INFO] [stderr] warning: static variable `reg` should have an upper case name [INFO] [stderr] --> src/day_6.rs:62:20 [INFO] [stderr] | [INFO] [stderr] 62 | static ref reg: Regex = Regex::new(r"(\d+), (\d+)").unwrap(); [INFO] [stderr] | ^^^ help: convert the identifier to upper case: `REG` [INFO] [stderr] [INFO] [stderr] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.27s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/advent_of_code_2018-508750a5d7e2801c [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "1b17df21014610fca57878d99373421706d2a1ef8ba6b57865ac156883b8fca7"` [INFO] running `"docker" "rm" "-f" "1b17df21014610fca57878d99373421706d2a1ef8ba6b57865ac156883b8fca7"` [INFO] [stdout] 1b17df21014610fca57878d99373421706d2a1ef8ba6b57865ac156883b8fca7