[INFO] updating cached repository https://github.com/w4tson/advent-of-code-2017-rust [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] ac8ad2f06312bdf2192741bd10ac71eb5e29b197 [INFO] checking w4tson/advent-of-code-2017-rust against master#2748a9fd93dd1a00a4521f4f16de5befbf77f6cd for pr-62262-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fw4tson%2Fadvent-of-code-2017-rust" "/workspace/builds/worker-2/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/w4tson/advent-of-code-2017-rust on toolchain 2748a9fd93dd1a00a4521f4f16de5befbf77f6cd [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/w4tson/advent-of-code-2017-rust [INFO] finished tweaking git repo https://github.com/w4tson/advent-of-code-2017-rust [INFO] tweaked toml for git repo https://github.com/w4tson/advent-of-code-2017-rust written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/w4tson/advent-of-code-2017-rust already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "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] dd27823bda59fc34a5663b08ec2a1d8b2a63e5fb7139806ea1eec24b88ca806c [INFO] running `"docker" "start" "-a" "dd27823bda59fc34a5663b08ec2a1d8b2a63e5fb7139806ea1eec24b88ca806c"` [INFO] [stderr] Checking num-traits v0.2.2 [INFO] [stderr] Compiling regex v0.2.10 [INFO] [stderr] Checking memchr v2.0.1 [INFO] [stderr] Checking regex-syntax v0.5.5 [INFO] [stderr] Checking aho-corasick v0.6.4 [INFO] [stderr] Checking num-integer v0.1.36 [INFO] [stderr] Checking num-complex v0.1.43 [INFO] [stderr] Checking num-bigint v0.1.43 [INFO] [stderr] Checking num-iter v0.1.35 [INFO] [stderr] Checking num-rational v0.1.42 [INFO] [stderr] Checking num v0.1.42 [INFO] [stderr] Checking spectral v0.6.0 [INFO] [stderr] Checking aoc2017 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error: expected one of `,`, `@`, `]`, or `|`, found `..` [INFO] [stderr] --> src/day13/tests.rs:26:35 [INFO] [stderr] | [INFO] [stderr] 26 | &[first, second, ref _tail..] => (first, second), [INFO] [stderr] | ^^ expected one of `,`, `@`, `]`, or `|` here [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/day7/mod.rs:27:5 [INFO] [stderr] | [INFO] [stderr] 27 | / lazy_static! { [INFO] [stderr] 28 | | static ref NODE_REGEX: Regex = Regex::new(r"^(\w+)\s+\((\d+)\)(\s+->\s+(\w+)(,\s*\w+)*)?").unwrap(); [INFO] [stderr] 29 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/day8/mod.rs:85:5 [INFO] [stderr] | [INFO] [stderr] 85 | / lazy_static! { [INFO] [stderr] 86 | | static ref NODE_REGEX: Regex = Regex::new(r"^(\w+) (inc|dec) ([-0-9]+) if (\w+) ([<>=!]{1,2}) ([-0-9]+)$").unwrap(); [INFO] [stderr] 87 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `resume` found for type `[generator@src/day15/mod.rs:10:25: 13:6 _]` in the current scope [INFO] [stderr] --> src/day15/mod.rs:15:21 [INFO] [stderr] | [INFO] [stderr] 15 | match generator.resume() { [INFO] [stderr] | ^^^^^^ method not found in `[generator@src/day15/mod.rs:10:25: 13:6 _]` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `resume` found for type `[generator@src/day15/mod.rs:10:25: 13:6 _]` in the current scope [INFO] [stderr] --> src/day15/mod.rs:20:21 [INFO] [stderr] | [INFO] [stderr] 20 | match generator.resume() { [INFO] [stderr] | ^^^^^^ method not found in `[generator@src/day15/mod.rs:10:25: 13:6 _]` [INFO] [stderr] [INFO] [stderr] error[E0698]: type inside generator must be known in this context [INFO] [stderr] --> src/day15/mod.rs:11:15 [INFO] [stderr] | [INFO] [stderr] 11 | yield 1; [INFO] [stderr] | ^ cannot infer type for `{integer}` [INFO] [stderr] | [INFO] [stderr] note: the type is part of the generator because of this `yield` [INFO] [stderr] --> src/day15/mod.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 11 | yield 1; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0599, E0698. [INFO] [stderr] For more information about an error, try `rustc --explain E0599`. [INFO] [stderr] error: could not compile `aoc2017`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/day7/mod.rs:27:5 [INFO] [stderr] | [INFO] [stderr] 27 | / lazy_static! { [INFO] [stderr] 28 | | static ref NODE_REGEX: Regex = Regex::new(r"^(\w+)\s+\((\d+)\)(\s+->\s+(\w+)(,\s*\w+)*)?").unwrap(); [INFO] [stderr] 29 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/day8/mod.rs:85:5 [INFO] [stderr] | [INFO] [stderr] 85 | / lazy_static! { [INFO] [stderr] 86 | | static ref NODE_REGEX: Regex = Regex::new(r"^(\w+) (inc|dec) ([-0-9]+) if (\w+) ([<>=!]{1,2}) ([-0-9]+)$").unwrap(); [INFO] [stderr] 87 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `resume` found for type `[generator@src/day15/mod.rs:10:25: 13:6 _]` in the current scope [INFO] [stderr] --> src/day15/mod.rs:15:21 [INFO] [stderr] | [INFO] [stderr] 15 | match generator.resume() { [INFO] [stderr] | ^^^^^^ method not found in `[generator@src/day15/mod.rs:10:25: 13:6 _]` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `resume` found for type `[generator@src/day15/mod.rs:10:25: 13:6 _]` in the current scope [INFO] [stderr] --> src/day15/mod.rs:20:21 [INFO] [stderr] | [INFO] [stderr] 20 | match generator.resume() { [INFO] [stderr] | ^^^^^^ method not found in `[generator@src/day15/mod.rs:10:25: 13:6 _]` [INFO] [stderr] [INFO] [stderr] error[E0698]: type inside generator must be known in this context [INFO] [stderr] --> src/day15/mod.rs:11:15 [INFO] [stderr] | [INFO] [stderr] 11 | yield 1; [INFO] [stderr] | ^ cannot infer type for `{integer}` [INFO] [stderr] | [INFO] [stderr] note: the type is part of the generator because of this `yield` [INFO] [stderr] --> src/day15/mod.rs:11:9 [INFO] [stderr] | [INFO] [stderr] 11 | yield 1; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0599, E0698. [INFO] [stderr] For more information about an error, try `rustc --explain E0599`. [INFO] [stderr] error: could not compile `aoc2017`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "dd27823bda59fc34a5663b08ec2a1d8b2a63e5fb7139806ea1eec24b88ca806c"` [INFO] running `"docker" "rm" "-f" "dd27823bda59fc34a5663b08ec2a1d8b2a63e5fb7139806ea1eec24b88ca806c"` [INFO] [stdout] dd27823bda59fc34a5663b08ec2a1d8b2a63e5fb7139806ea1eec24b88ca806c