[INFO] updating cached repository https://github.com/onesk/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] b6d09c9b38d7e8a6b0653e13a929e2661253ac31 [INFO] checking onesk/aoc2018 against master#45d050cde277b22a755847338f2acc2c7b834141 for pr-71393 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fonesk%2Faoc2018" "/workspace/builds/worker-0/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/onesk/aoc2018 on toolchain 45d050cde277b22a755847338f2acc2c7b834141 [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/onesk/aoc2018 [INFO] finished tweaking git repo https://github.com/onesk/aoc2018 [INFO] tweaked toml for git repo https://github.com/onesk/aoc2018 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/onesk/aoc2018 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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=forbid" "-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" "+45d050cde277b22a755847338f2acc2c7b834141" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 95614fb7d1855a63b082353087f4e4fc486f8a0639164783d625f77ac5cfcfc2 [INFO] running `"docker" "start" "-a" "95614fb7d1855a63b082353087f4e4fc486f8a0639164783d625f77ac5cfcfc2"` [INFO] [stderr] Compiling libc v0.2.44 [INFO] [stderr] Checking cfg-if v0.1.6 [INFO] [stderr] Compiling num-complex v0.2.1 [INFO] [stderr] Checking lazy_static v1.2.0 [INFO] [stderr] Compiling regex v1.1.0 [INFO] [stderr] Checking either v1.5.0 [INFO] [stderr] Checking ucd-util v0.1.3 [INFO] [stderr] Checking utf8-ranges v1.0.2 [INFO] [stderr] Compiling memchr v2.1.1 [INFO] [stderr] Checking thread_local v0.3.6 [INFO] [stderr] Checking itertools v0.7.11 [INFO] [stderr] Checking num-integer v0.1.39 [INFO] [stderr] Checking regex-syntax v0.6.4 [INFO] [stderr] Checking ndarray v0.12.1 [INFO] [stderr] Checking time v0.1.40 [INFO] [stderr] Checking chrono v0.4.6 [INFO] [stderr] Checking aho-corasick v0.6.9 [INFO] [stderr] Checking aoc2018 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/bin/7.rs:26:26 [INFO] [stderr] | [INFO] [stderr] 26 | Some(ch @ 'A'...'Z') => Some(Letter(ch as u8 - 'A' as u8)), [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: static variable `re_prefix` should have an upper case name [INFO] [stderr] --> src/bin/4.rs:18:16 [INFO] [stderr] | [INFO] [stderr] 18 | static ref re_prefix: Regex = Regex::new(RE_PREFIX).expect("regex should compile"); [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to upper case: `RE_PREFIX` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stderr] [INFO] [stderr] warning: static variable `re_guard` should have an upper case name [INFO] [stderr] --> src/bin/4.rs:19:16 [INFO] [stderr] | [INFO] [stderr] 19 | static ref re_guard: Regex = Regex::new(RE_GUARD).expect("regex should compile"); [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to upper case: `RE_GUARD` [INFO] [stderr] [INFO] [stderr] warning: static variable `re_sleep` should have an upper case name [INFO] [stderr] --> src/bin/4.rs:20:16 [INFO] [stderr] | [INFO] [stderr] 20 | static ref re_sleep: Regex = Regex::new(RE_SLEEP).expect("regex should compile"); [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to upper case: `RE_SLEEP` [INFO] [stderr] [INFO] [stderr] warning: static variable `re_awake` should have an upper case name [INFO] [stderr] --> src/bin/4.rs:21:16 [INFO] [stderr] | [INFO] [stderr] 21 | static ref re_awake: Regex = Regex::new(RE_AWAKE).expect("regex should compile"); [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to upper case: `RE_AWAKE` [INFO] [stderr] [INFO] [stderr] warning: 4 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: static variable `line_re` should have an upper case name [INFO] [stderr] --> src/bin/7.rs:12:16 [INFO] [stderr] | [INFO] [stderr] 12 | static ref line_re: Regex = Regex::new("Step (.) must be finished before step (.) can begin.") [INFO] [stderr] | ^^^^^^^ help: convert the identifier to upper case: `LINE_RE` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stderr] [INFO] [stderr] warning: static variable `re_prefix` should have an upper case name [INFO] [stderr] --> src/bin/4.rs:18:16 [INFO] [stderr] | [INFO] [stderr] 18 | static ref re_prefix: Regex = Regex::new(RE_PREFIX).expect("regex should compile"); [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to upper case: `RE_PREFIX` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stderr] [INFO] [stderr] warning: static variable `re_guard` should have an upper case name [INFO] [stderr] --> src/bin/4.rs:19:16 [INFO] [stderr] | [INFO] [stderr] 19 | static ref re_guard: Regex = Regex::new(RE_GUARD).expect("regex should compile"); [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to upper case: `RE_GUARD` [INFO] [stderr] [INFO] [stderr] warning: static variable `re_sleep` should have an upper case name [INFO] [stderr] --> src/bin/4.rs:20:16 [INFO] [stderr] | [INFO] [stderr] 20 | static ref re_sleep: Regex = Regex::new(RE_SLEEP).expect("regex should compile"); [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to upper case: `RE_SLEEP` [INFO] [stderr] [INFO] [stderr] warning: static variable `re_awake` should have an upper case name [INFO] [stderr] --> src/bin/4.rs:21:16 [INFO] [stderr] | [INFO] [stderr] 21 | static ref re_awake: Regex = Regex::new(RE_AWAKE).expect("regex should compile"); [INFO] [stderr] | ^^^^^^^^ help: convert the identifier to upper case: `RE_AWAKE` [INFO] [stderr] [INFO] [stderr] warning: 4 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/bin/7.rs:26:26 [INFO] [stderr] | [INFO] [stderr] 26 | Some(ch @ 'A'...'Z') => Some(Letter(ch as u8 - 'A' as u8)), [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: static variable `line_re` should have an upper case name [INFO] [stderr] --> src/bin/7.rs:12:16 [INFO] [stderr] | [INFO] [stderr] 12 | static ref line_re: Regex = Regex::new("Step (.) must be finished before step (.) can begin.") [INFO] [stderr] | ^^^^^^^ help: convert the identifier to upper case: `LINE_RE` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 23.07s [INFO] running `"docker" "inspect" "95614fb7d1855a63b082353087f4e4fc486f8a0639164783d625f77ac5cfcfc2"` [INFO] running `"docker" "rm" "-f" "95614fb7d1855a63b082353087f4e4fc486f8a0639164783d625f77ac5cfcfc2"` [INFO] [stdout] 95614fb7d1855a63b082353087f4e4fc486f8a0639164783d625f77ac5cfcfc2