[INFO] cloning repository https://github.com/jugglerchris/aoc2017 [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jugglerchris/aoc2017" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjugglerchris%2Faoc2017"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjugglerchris%2Faoc2017'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 916cad896d19425b197d0bc3bc24f851242fe72d [INFO] testing jugglerchris/aoc2017 against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjugglerchris%2Faoc2017" "/workspace/builds/worker-5/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jugglerchris/aoc2017 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/jugglerchris/aoc2017 [INFO] finished tweaking git repo https://github.com/jugglerchris/aoc2017 [INFO] tweaked toml for git repo https://github.com/jugglerchris/aoc2017 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/jugglerchris/aoc2017 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-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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] 29e7387a513a4dcca76ca851720352aec95f00cf254ae1189a31a9677767d0e6 [INFO] running `"docker" "start" "-a" "29e7387a513a4dcca76ca851720352aec95f00cf254ae1189a31a9677767d0e6"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.34 [INFO] [stderr] Compiling lazy_static v0.2.11 [INFO] [stderr] Compiling regex-syntax v0.4.1 [INFO] [stderr] Compiling utf8-ranges v1.0.0 [INFO] [stderr] Compiling lazy_static v1.0.0 [INFO] [stderr] Compiling thread_local v0.3.4 [INFO] [stderr] Compiling memchr v2.0.1 [INFO] [stderr] Compiling aho-corasick v0.6.4 [INFO] [stderr] Compiling regex v0.2.3 [INFO] [stderr] Compiling aoc2017 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/lib.rs:38:17 [INFO] [stderr] | [INFO] [stderr] 38 | let mut f = try!(File::open(&filename)); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:163:5 [INFO] [stderr] | [INFO] [stderr] 163 | / regex_parser!(parse_operand: Operand { [INFO] [stderr] 164 | | VAL = r#"^(-?\d+)$"# => | val: isize | Operand::Val(val), [INFO] [stderr] 165 | | REG = r#"^(\w)$"# => | reg: String | Operand::Reg((reg.chars().next().unwrap() as u8 - b'a') as usize) [INFO] [stderr] 166 | | }); [INFO] [stderr] | |_______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z 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/lib.rs:163:5 [INFO] [stderr] | [INFO] [stderr] 163 | / regex_parser!(parse_operand: Operand { [INFO] [stderr] 164 | | VAL = r#"^(-?\d+)$"# => | val: isize | Operand::Val(val), [INFO] [stderr] 165 | | REG = r#"^(\w)$"# => | reg: String | Operand::Reg((reg.chars().next().unwrap() as u8 - b'a') as usize) [INFO] [stderr] 166 | | }); [INFO] [stderr] | |_______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z 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/lib.rs:190:5 [INFO] [stderr] | [INFO] [stderr] 190 | / regex_parser!(parse_insn: Insn { [INFO] [stderr] 191 | | SND = r#"snd (.*)$"# => | op: Operand | Snd(op), [INFO] [stderr] 192 | | SET = r#"set (.*) (.*)$"# => | op1: Operand, op2: Operand | Set(op1, op2), [INFO] [stderr] 193 | | ADD = r#"add (.*) (.*)$"# => | op1: Operand, op2: Operand | Add(op1, op2), [INFO] [stderr] ... | [INFO] [stderr] 199 | | JNZ = r#"jnz (.*) (.*)$"# => | op1: Operand, op2: Operand | Jnz(op1, op2) [INFO] [stderr] 200 | | }); [INFO] [stderr] | |_______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z 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/lib.rs:190:5 [INFO] [stderr] | [INFO] [stderr] 190 | / regex_parser!(parse_insn: Insn { [INFO] [stderr] 191 | | SND = r#"snd (.*)$"# => | op: Operand | Snd(op), [INFO] [stderr] 192 | | SET = r#"set (.*) (.*)$"# => | op1: Operand, op2: Operand | Set(op1, op2), [INFO] [stderr] 193 | | ADD = r#"add (.*) (.*)$"# => | op1: Operand, op2: Operand | Add(op1, op2), [INFO] [stderr] ... | [INFO] [stderr] 199 | | JNZ = r#"jnz (.*) (.*)$"# => | op1: Operand, op2: Operand | Jnz(op1, op2) [INFO] [stderr] 200 | | }); [INFO] [stderr] | |_______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z 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/lib.rs:190:5 [INFO] [stderr] | [INFO] [stderr] 190 | / regex_parser!(parse_insn: Insn { [INFO] [stderr] 191 | | SND = r#"snd (.*)$"# => | op: Operand | Snd(op), [INFO] [stderr] 192 | | SET = r#"set (.*) (.*)$"# => | op1: Operand, op2: Operand | Set(op1, op2), [INFO] [stderr] 193 | | ADD = r#"add (.*) (.*)$"# => | op1: Operand, op2: Operand | Add(op1, op2), [INFO] [stderr] ... | [INFO] [stderr] 199 | | JNZ = r#"jnz (.*) (.*)$"# => | op1: Operand, op2: Operand | Jnz(op1, op2) [INFO] [stderr] 200 | | }); [INFO] [stderr] | |_______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z 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/lib.rs:190:5 [INFO] [stderr] | [INFO] [stderr] 190 | / regex_parser!(parse_insn: Insn { [INFO] [stderr] 191 | | SND = r#"snd (.*)$"# => | op: Operand | Snd(op), [INFO] [stderr] 192 | | SET = r#"set (.*) (.*)$"# => | op1: Operand, op2: Operand | Set(op1, op2), [INFO] [stderr] 193 | | ADD = r#"add (.*) (.*)$"# => | op1: Operand, op2: Operand | Add(op1, op2), [INFO] [stderr] ... | [INFO] [stderr] 199 | | JNZ = r#"jnz (.*) (.*)$"# => | op1: Operand, op2: Operand | Jnz(op1, op2) [INFO] [stderr] 200 | | }); [INFO] [stderr] | |_______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z 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/lib.rs:190:5 [INFO] [stderr] | [INFO] [stderr] 190 | / regex_parser!(parse_insn: Insn { [INFO] [stderr] 191 | | SND = r#"snd (.*)$"# => | op: Operand | Snd(op), [INFO] [stderr] 192 | | SET = r#"set (.*) (.*)$"# => | op1: Operand, op2: Operand | Set(op1, op2), [INFO] [stderr] 193 | | ADD = r#"add (.*) (.*)$"# => | op1: Operand, op2: Operand | Add(op1, op2), [INFO] [stderr] ... | [INFO] [stderr] 199 | | JNZ = r#"jnz (.*) (.*)$"# => | op1: Operand, op2: Operand | Jnz(op1, op2) [INFO] [stderr] 200 | | }); [INFO] [stderr] | |_______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z 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/lib.rs:190:5 [INFO] [stderr] | [INFO] [stderr] 190 | / regex_parser!(parse_insn: Insn { [INFO] [stderr] 191 | | SND = r#"snd (.*)$"# => | op: Operand | Snd(op), [INFO] [stderr] 192 | | SET = r#"set (.*) (.*)$"# => | op1: Operand, op2: Operand | Set(op1, op2), [INFO] [stderr] 193 | | ADD = r#"add (.*) (.*)$"# => | op1: Operand, op2: Operand | Add(op1, op2), [INFO] [stderr] ... | [INFO] [stderr] 199 | | JNZ = r#"jnz (.*) (.*)$"# => | op1: Operand, op2: Operand | Jnz(op1, op2) [INFO] [stderr] 200 | | }); [INFO] [stderr] | |_______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z 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/lib.rs:190:5 [INFO] [stderr] | [INFO] [stderr] 190 | / regex_parser!(parse_insn: Insn { [INFO] [stderr] 191 | | SND = r#"snd (.*)$"# => | op: Operand | Snd(op), [INFO] [stderr] 192 | | SET = r#"set (.*) (.*)$"# => | op1: Operand, op2: Operand | Set(op1, op2), [INFO] [stderr] 193 | | ADD = r#"add (.*) (.*)$"# => | op1: Operand, op2: Operand | Add(op1, op2), [INFO] [stderr] ... | [INFO] [stderr] 199 | | JNZ = r#"jnz (.*) (.*)$"# => | op1: Operand, op2: Operand | Jnz(op1, op2) [INFO] [stderr] 200 | | }); [INFO] [stderr] | |_______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z 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/lib.rs:190:5 [INFO] [stderr] | [INFO] [stderr] 190 | / regex_parser!(parse_insn: Insn { [INFO] [stderr] 191 | | SND = r#"snd (.*)$"# => | op: Operand | Snd(op), [INFO] [stderr] 192 | | SET = r#"set (.*) (.*)$"# => | op1: Operand, op2: Operand | Set(op1, op2), [INFO] [stderr] 193 | | ADD = r#"add (.*) (.*)$"# => | op1: Operand, op2: Operand | Add(op1, op2), [INFO] [stderr] ... | [INFO] [stderr] 199 | | JNZ = r#"jnz (.*) (.*)$"# => | op1: Operand, op2: Operand | Jnz(op1, op2) [INFO] [stderr] 200 | | }); [INFO] [stderr] | |_______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z 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/lib.rs:190:5 [INFO] [stderr] | [INFO] [stderr] 190 | / regex_parser!(parse_insn: Insn { [INFO] [stderr] 191 | | SND = r#"snd (.*)$"# => | op: Operand | Snd(op), [INFO] [stderr] 192 | | SET = r#"set (.*) (.*)$"# => | op1: Operand, op2: Operand | Set(op1, op2), [INFO] [stderr] 193 | | ADD = r#"add (.*) (.*)$"# => | op1: Operand, op2: Operand | Add(op1, op2), [INFO] [stderr] ... | [INFO] [stderr] 199 | | JNZ = r#"jnz (.*) (.*)$"# => | op1: Operand, op2: Operand | Jnz(op1, op2) [INFO] [stderr] 200 | | }); [INFO] [stderr] | |_______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 12 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 14.69s [INFO] running `"docker" "inspect" "29e7387a513a4dcca76ca851720352aec95f00cf254ae1189a31a9677767d0e6"` [INFO] running `"docker" "rm" "-f" "29e7387a513a4dcca76ca851720352aec95f00cf254ae1189a31a9677767d0e6"` [INFO] [stdout] 29e7387a513a4dcca76ca851720352aec95f00cf254ae1189a31a9677767d0e6 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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] 9af6c04cbcf3070450dd82dcacd5853e2ec4bcc107b0b4d202e7fff3f3d5a33e [INFO] running `"docker" "start" "-a" "9af6c04cbcf3070450dd82dcacd5853e2ec4bcc107b0b4d202e7fff3f3d5a33e"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/lib.rs:38:17 [INFO] [stderr] | [INFO] [stderr] 38 | let mut f = try!(File::open(&filename)); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/lib.rs:163:5 [INFO] [stderr] | [INFO] [stderr] 163 | / regex_parser!(parse_operand: Operand { [INFO] [stderr] 164 | | VAL = r#"^(-?\d+)$"# => | val: isize | Operand::Val(val), [INFO] [stderr] 165 | | REG = r#"^(\w)$"# => | reg: String | Operand::Reg((reg.chars().next().unwrap() as u8 - b'a') as usize) [INFO] [stderr] 166 | | }); [INFO] [stderr] | |_______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z 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/lib.rs:163:5 [INFO] [stderr] | [INFO] [stderr] 163 | / regex_parser!(parse_operand: Operand { [INFO] [stderr] 164 | | VAL = r#"^(-?\d+)$"# => | val: isize | Operand::Val(val), [INFO] [stderr] 165 | | REG = r#"^(\w)$"# => | reg: String | Operand::Reg((reg.chars().next().unwrap() as u8 - b'a') as usize) [INFO] [stderr] 166 | | }); [INFO] [stderr] | |_______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z 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/lib.rs:190:5 [INFO] [stderr] | [INFO] [stderr] 190 | / regex_parser!(parse_insn: Insn { [INFO] [stderr] 191 | | SND = r#"snd (.*)$"# => | op: Operand | Snd(op), [INFO] [stderr] 192 | | SET = r#"set (.*) (.*)$"# => | op1: Operand, op2: Operand | Set(op1, op2), [INFO] [stderr] 193 | | ADD = r#"add (.*) (.*)$"# => | op1: Operand, op2: Operand | Add(op1, op2), [INFO] [stderr] ... | [INFO] [stderr] 199 | | JNZ = r#"jnz (.*) (.*)$"# => | op1: Operand, op2: Operand | Jnz(op1, op2) [INFO] [stderr] 200 | | }); [INFO] [stderr] | |_______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z 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/lib.rs:190:5 [INFO] [stderr] | [INFO] [stderr] 190 | / regex_parser!(parse_insn: Insn { [INFO] [stderr] 191 | | SND = r#"snd (.*)$"# => | op: Operand | Snd(op), [INFO] [stderr] 192 | | SET = r#"set (.*) (.*)$"# => | op1: Operand, op2: Operand | Set(op1, op2), [INFO] [stderr] 193 | | ADD = r#"add (.*) (.*)$"# => | op1: Operand, op2: Operand | Add(op1, op2), [INFO] [stderr] ... | [INFO] [stderr] 199 | | JNZ = r#"jnz (.*) (.*)$"# => | op1: Operand, op2: Operand | Jnz(op1, op2) [INFO] [stderr] 200 | | }); [INFO] [stderr] | |_______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z 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/lib.rs:190:5 [INFO] [stderr] | [INFO] [stderr] 190 | / regex_parser!(parse_insn: Insn { [INFO] [stderr] 191 | | SND = r#"snd (.*)$"# => | op: Operand | Snd(op), [INFO] [stderr] 192 | | SET = r#"set (.*) (.*)$"# => | op1: Operand, op2: Operand | Set(op1, op2), [INFO] [stderr] 193 | | ADD = r#"add (.*) (.*)$"# => | op1: Operand, op2: Operand | Add(op1, op2), [INFO] [stderr] ... | [INFO] [stderr] 199 | | JNZ = r#"jnz (.*) (.*)$"# => | op1: Operand, op2: Operand | Jnz(op1, op2) [INFO] [stderr] 200 | | }); [INFO] [stderr] | |_______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z 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/lib.rs:190:5 [INFO] [stderr] | [INFO] [stderr] 190 | / regex_parser!(parse_insn: Insn { [INFO] [stderr] 191 | | SND = r#"snd (.*)$"# => | op: Operand | Snd(op), [INFO] [stderr] 192 | | SET = r#"set (.*) (.*)$"# => | op1: Operand, op2: Operand | Set(op1, op2), [INFO] [stderr] 193 | | ADD = r#"add (.*) (.*)$"# => | op1: Operand, op2: Operand | Add(op1, op2), [INFO] [stderr] ... | [INFO] [stderr] 199 | | JNZ = r#"jnz (.*) (.*)$"# => | op1: Operand, op2: Operand | Jnz(op1, op2) [INFO] [stderr] 200 | | }); [INFO] [stderr] | |_______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z 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/lib.rs:190:5 [INFO] [stderr] | [INFO] [stderr] 190 | / regex_parser!(parse_insn: Insn { [INFO] [stderr] 191 | | SND = r#"snd (.*)$"# => | op: Operand | Snd(op), [INFO] [stderr] 192 | | SET = r#"set (.*) (.*)$"# => | op1: Operand, op2: Operand | Set(op1, op2), [INFO] [stderr] 193 | | ADD = r#"add (.*) (.*)$"# => | op1: Operand, op2: Operand | Add(op1, op2), [INFO] [stderr] ... | [INFO] [stderr] 199 | | JNZ = r#"jnz (.*) (.*)$"# => | op1: Operand, op2: Operand | Jnz(op1, op2) [INFO] [stderr] 200 | | }); [INFO] [stderr] | |_______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z 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/lib.rs:190:5 [INFO] [stderr] | [INFO] [stderr] 190 | / regex_parser!(parse_insn: Insn { [INFO] [stderr] 191 | | SND = r#"snd (.*)$"# => | op: Operand | Snd(op), [INFO] [stderr] 192 | | SET = r#"set (.*) (.*)$"# => | op1: Operand, op2: Operand | Set(op1, op2), [INFO] [stderr] 193 | | ADD = r#"add (.*) (.*)$"# => | op1: Operand, op2: Operand | Add(op1, op2), [INFO] [stderr] ... | [INFO] [stderr] 199 | | JNZ = r#"jnz (.*) (.*)$"# => | op1: Operand, op2: Operand | Jnz(op1, op2) [INFO] [stderr] 200 | | }); [INFO] [stderr] | |_______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z 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/lib.rs:190:5 [INFO] [stderr] | [INFO] [stderr] 190 | / regex_parser!(parse_insn: Insn { [INFO] [stderr] 191 | | SND = r#"snd (.*)$"# => | op: Operand | Snd(op), [INFO] [stderr] 192 | | SET = r#"set (.*) (.*)$"# => | op1: Operand, op2: Operand | Set(op1, op2), [INFO] [stderr] 193 | | ADD = r#"add (.*) (.*)$"# => | op1: Operand, op2: Operand | Add(op1, op2), [INFO] [stderr] ... | [INFO] [stderr] 199 | | JNZ = r#"jnz (.*) (.*)$"# => | op1: Operand, op2: Operand | Jnz(op1, op2) [INFO] [stderr] 200 | | }); [INFO] [stderr] | |_______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z 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/lib.rs:190:5 [INFO] [stderr] | [INFO] [stderr] 190 | / regex_parser!(parse_insn: Insn { [INFO] [stderr] 191 | | SND = r#"snd (.*)$"# => | op: Operand | Snd(op), [INFO] [stderr] 192 | | SET = r#"set (.*) (.*)$"# => | op1: Operand, op2: Operand | Set(op1, op2), [INFO] [stderr] 193 | | ADD = r#"add (.*) (.*)$"# => | op1: Operand, op2: Operand | Add(op1, op2), [INFO] [stderr] ... | [INFO] [stderr] 199 | | JNZ = r#"jnz (.*) (.*)$"# => | op1: Operand, op2: Operand | Jnz(op1, op2) [INFO] [stderr] 200 | | }); [INFO] [stderr] | |_______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z 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/lib.rs:190:5 [INFO] [stderr] | [INFO] [stderr] 190 | / regex_parser!(parse_insn: Insn { [INFO] [stderr] 191 | | SND = r#"snd (.*)$"# => | op: Operand | Snd(op), [INFO] [stderr] 192 | | SET = r#"set (.*) (.*)$"# => | op1: Operand, op2: Operand | Set(op1, op2), [INFO] [stderr] 193 | | ADD = r#"add (.*) (.*)$"# => | op1: Operand, op2: Operand | Add(op1, op2), [INFO] [stderr] ... | [INFO] [stderr] 199 | | JNZ = r#"jnz (.*) (.*)$"# => | op1: Operand, op2: Operand | Jnz(op1, op2) [INFO] [stderr] 200 | | }); [INFO] [stderr] | |_______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 12 warnings emitted [INFO] [stderr] [INFO] [stderr] Compiling aoc2017 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stderr] --> examples/day19.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(conservative_impl_trait)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> examples/day19.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 | #[macro_use] extern crate aoc2017; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> examples/day19.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | #[macro_use] extern crate lazy_static; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> examples/day19.rs:36:18 [INFO] [stderr] | [INFO] [stderr] 36 | b'A' ... b'|' => { [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] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stderr] --> examples/day16.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(conservative_impl_trait)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error; 3 warnings emitted [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0554`. [INFO] [stderr] error: could not compile `aoc2017`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [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] --> examples/day16.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / regex_parser!(parse_move: Move { [INFO] [stderr] 14 | | SPIN = r#"^s(\d+)$"# => | x: usize | Spin(x), [INFO] [stderr] 15 | | EXCHANGE = r#"^x(\d+)/(\d+)$"# => | a: usize, b: usize | Exchange(a,b), [INFO] [stderr] 16 | | PARTNER = r#"^p(.)/(.)$"# => | a: char, b: char | Partner(a as u8 - b'a', b as u8 - b'a') [INFO] [stderr] 17 | | }); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z 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] --> examples/day16.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / regex_parser!(parse_move: Move { [INFO] [stderr] 14 | | SPIN = r#"^s(\d+)$"# => | x: usize | Spin(x), [INFO] [stderr] 15 | | EXCHANGE = r#"^x(\d+)/(\d+)$"# => | a: usize, b: usize | Exchange(a,b), [INFO] [stderr] 16 | | PARTNER = r#"^p(.)/(.)$"# => | a: char, b: char | Partner(a as u8 - b'a', b as u8 - b'a') [INFO] [stderr] 17 | | }); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z 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] --> examples/day16.rs:13:1 [INFO] [stderr] | [INFO] [stderr] 13 | / regex_parser!(parse_move: Move { [INFO] [stderr] 14 | | SPIN = r#"^s(\d+)$"# => | x: usize | Spin(x), [INFO] [stderr] 15 | | EXCHANGE = r#"^x(\d+)/(\d+)$"# => | a: usize, b: usize | Exchange(a,b), [INFO] [stderr] 16 | | PARTNER = r#"^p(.)/(.)$"# => | a: char, b: char | Partner(a as u8 - b'a', b as u8 - b'a') [INFO] [stderr] 17 | | }); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stderr] --> examples/day12.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(conservative_impl_trait)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stderr] --> examples/day6.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(conservative_impl_trait)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stderr] --> examples/day22.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(conservative_impl_trait)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> examples/day12.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / regex_parser!(parse_pipes: Connections { [INFO] [stderr] 13 | | LINE = r#"^(\d+) <-> ([\d, ]+)$"# => [INFO] [stderr] 14 | | | name: usize, pipes: String | [INFO] [stderr] 15 | | Connections { [INFO] [stderr] ... | [INFO] [stderr] 22 | | } [INFO] [stderr] 23 | | }); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stderr] --> examples/day2.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(conservative_impl_trait)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stderr] --> examples/day20.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(conservative_impl_trait)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stderr] --> examples/day25.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(conservative_impl_trait)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stderr] --> examples/day15.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(conservative_impl_trait)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> examples/day20.rs:49:1 [INFO] [stderr] | [INFO] [stderr] 49 | / regex_parser!(parse_particle: Particle { [INFO] [stderr] 50 | | LINE = r#"^p=<(-?\d+),(-?\d+),(-?\d+)>, v=<(-?\d+),(-?\d+),(-?\d+)>, a=<(-?\d+),(-?\d+),(-?\d+)>$"# => [INFO] [stderr] 51 | | | px: isize, py: isize, pz: isize, [INFO] [stderr] 52 | | vx: isize, vy: isize, vz: isize, [INFO] [stderr] ... | [INFO] [stderr] 58 | | } [INFO] [stderr] 59 | | }); [INFO] [stderr] | |___^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stderr] --> examples/day18.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(conservative_impl_trait)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stderr] --> examples/day21.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(conservative_impl_trait)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> examples/day15.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 | #[macro_use] extern crate aoc2017; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> examples/day15.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | #[macro_use] extern crate lazy_static; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error; 1 warning emitted [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0554`. [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/lib.rs:38:17 [INFO] [stderr] | [INFO] [stderr] 38 | let mut f = try!(File::open(&filename)); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stderr] --> examples/day17.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(conservative_impl_trait)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> examples/day17.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 | #[macro_use] extern crate aoc2017; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> examples/day17.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | #[macro_use] extern crate lazy_static; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: could not compile `aoc2017`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stderr] --> examples/day24.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(conservative_impl_trait)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0554`. [INFO] [stderr] error: aborting due to previous error; 2 warnings emitted [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0554`. [INFO] [stderr] error: could not compile `aoc2017`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `aoc2017`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [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/lib.rs:163:5 [INFO] [stderr] | [INFO] [stderr] 163 | / regex_parser!(parse_operand: Operand { [INFO] [stderr] 164 | | VAL = r#"^(-?\d+)$"# => | val: isize | Operand::Val(val), [INFO] [stderr] 165 | | REG = r#"^(\w)$"# => | reg: String | Operand::Reg((reg.chars().next().unwrap() as u8 - b'a') as usize) [INFO] [stderr] 166 | | }); [INFO] [stderr] | |_______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z 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/lib.rs:163:5 [INFO] [stderr] | [INFO] [stderr] 163 | / regex_parser!(parse_operand: Operand { [INFO] [stderr] 164 | | VAL = r#"^(-?\d+)$"# => | val: isize | Operand::Val(val), [INFO] [stderr] 165 | | REG = r#"^(\w)$"# => | reg: String | Operand::Reg((reg.chars().next().unwrap() as u8 - b'a') as usize) [INFO] [stderr] 166 | | }); [INFO] [stderr] | |_______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z 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/lib.rs:190:5 [INFO] [stderr] | [INFO] [stderr] 190 | / regex_parser!(parse_insn: Insn { [INFO] [stderr] 191 | | SND = r#"snd (.*)$"# => | op: Operand | Snd(op), [INFO] [stderr] 192 | | SET = r#"set (.*) (.*)$"# => | op1: Operand, op2: Operand | Set(op1, op2), [INFO] [stderr] 193 | | ADD = r#"add (.*) (.*)$"# => | op1: Operand, op2: Operand | Add(op1, op2), [INFO] [stderr] ... | [INFO] [stderr] 199 | | JNZ = r#"jnz (.*) (.*)$"# => | op1: Operand, op2: Operand | Jnz(op1, op2) [INFO] [stderr] 200 | | }); [INFO] [stderr] | |_______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z 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/lib.rs:190:5 [INFO] [stderr] | [INFO] [stderr] 190 | / regex_parser!(parse_insn: Insn { [INFO] [stderr] 191 | | SND = r#"snd (.*)$"# => | op: Operand | Snd(op), [INFO] [stderr] 192 | | SET = r#"set (.*) (.*)$"# => | op1: Operand, op2: Operand | Set(op1, op2), [INFO] [stderr] 193 | | ADD = r#"add (.*) (.*)$"# => | op1: Operand, op2: Operand | Add(op1, op2), [INFO] [stderr] ... | [INFO] [stderr] 199 | | JNZ = r#"jnz (.*) (.*)$"# => | op1: Operand, op2: Operand | Jnz(op1, op2) [INFO] [stderr] 200 | | }); [INFO] [stderr] | |_______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z 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/lib.rs:190:5 [INFO] [stderr] | [INFO] [stderr] 190 | / regex_parser!(parse_insn: Insn { [INFO] [stderr] 191 | | SND = r#"snd (.*)$"# => | op: Operand | Snd(op), [INFO] [stderr] 192 | | SET = r#"set (.*) (.*)$"# => | op1: Operand, op2: Operand | Set(op1, op2), [INFO] [stderr] 193 | | ADD = r#"add (.*) (.*)$"# => | op1: Operand, op2: Operand | Add(op1, op2), [INFO] [stderr] ... | [INFO] [stderr] 199 | | JNZ = r#"jnz (.*) (.*)$"# => | op1: Operand, op2: Operand | Jnz(op1, op2) [INFO] [stderr] 200 | | }); [INFO] [stderr] | |_______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z 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/lib.rs:190:5 [INFO] [stderr] | [INFO] [stderr] 190 | / regex_parser!(parse_insn: Insn { [INFO] [stderr] 191 | | SND = r#"snd (.*)$"# => | op: Operand | Snd(op), [INFO] [stderr] 192 | | SET = r#"set (.*) (.*)$"# => | op1: Operand, op2: Operand | Set(op1, op2), [INFO] [stderr] 193 | | ADD = r#"add (.*) (.*)$"# => | op1: Operand, op2: Operand | Add(op1, op2), [INFO] [stderr] ... | [INFO] [stderr] 199 | | JNZ = r#"jnz (.*) (.*)$"# => | op1: Operand, op2: Operand | Jnz(op1, op2) [INFO] [stderr] 200 | | }); [INFO] [stderr] | |_______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z 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/lib.rs:190:5 [INFO] [stderr] | [INFO] [stderr] 190 | / regex_parser!(parse_insn: Insn { [INFO] [stderr] 191 | | SND = r#"snd (.*)$"# => | op: Operand | Snd(op), [INFO] [stderr] 192 | | SET = r#"set (.*) (.*)$"# => | op1: Operand, op2: Operand | Set(op1, op2), [INFO] [stderr] 193 | | ADD = r#"add (.*) (.*)$"# => | op1: Operand, op2: Operand | Add(op1, op2), [INFO] [stderr] ... | [INFO] [stderr] 199 | | JNZ = r#"jnz (.*) (.*)$"# => | op1: Operand, op2: Operand | Jnz(op1, op2) [INFO] [stderr] 200 | | }); [INFO] [stderr] | |_______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z 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/lib.rs:190:5 [INFO] [stderr] | [INFO] [stderr] 190 | / regex_parser!(parse_insn: Insn { [INFO] [stderr] 191 | | SND = r#"snd (.*)$"# => | op: Operand | Snd(op), [INFO] [stderr] 192 | | SET = r#"set (.*) (.*)$"# => | op1: Operand, op2: Operand | Set(op1, op2), [INFO] [stderr] 193 | | ADD = r#"add (.*) (.*)$"# => | op1: Operand, op2: Operand | Add(op1, op2), [INFO] [stderr] ... | [INFO] [stderr] 199 | | JNZ = r#"jnz (.*) (.*)$"# => | op1: Operand, op2: Operand | Jnz(op1, op2) [INFO] [stderr] 200 | | }); [INFO] [stderr] | |_______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z 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/lib.rs:190:5 [INFO] [stderr] | [INFO] [stderr] 190 | / regex_parser!(parse_insn: Insn { [INFO] [stderr] 191 | | SND = r#"snd (.*)$"# => | op: Operand | Snd(op), [INFO] [stderr] 192 | | SET = r#"set (.*) (.*)$"# => | op1: Operand, op2: Operand | Set(op1, op2), [INFO] [stderr] 193 | | ADD = r#"add (.*) (.*)$"# => | op1: Operand, op2: Operand | Add(op1, op2), [INFO] [stderr] ... | [INFO] [stderr] 199 | | JNZ = r#"jnz (.*) (.*)$"# => | op1: Operand, op2: Operand | Jnz(op1, op2) [INFO] [stderr] 200 | | }); [INFO] [stderr] | |_______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z 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/lib.rs:190:5 [INFO] [stderr] | [INFO] [stderr] 190 | / regex_parser!(parse_insn: Insn { [INFO] [stderr] 191 | | SND = r#"snd (.*)$"# => | op: Operand | Snd(op), [INFO] [stderr] 192 | | SET = r#"set (.*) (.*)$"# => | op1: Operand, op2: Operand | Set(op1, op2), [INFO] [stderr] 193 | | ADD = r#"add (.*) (.*)$"# => | op1: Operand, op2: Operand | Add(op1, op2), [INFO] [stderr] ... | [INFO] [stderr] 199 | | JNZ = r#"jnz (.*) (.*)$"# => | op1: Operand, op2: Operand | Jnz(op1, op2) [INFO] [stderr] 200 | | }); [INFO] [stderr] | |_______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z 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/lib.rs:190:5 [INFO] [stderr] | [INFO] [stderr] 190 | / regex_parser!(parse_insn: Insn { [INFO] [stderr] 191 | | SND = r#"snd (.*)$"# => | op: Operand | Snd(op), [INFO] [stderr] 192 | | SET = r#"set (.*) (.*)$"# => | op1: Operand, op2: Operand | Set(op1, op2), [INFO] [stderr] 193 | | ADD = r#"add (.*) (.*)$"# => | op1: Operand, op2: Operand | Add(op1, op2), [INFO] [stderr] ... | [INFO] [stderr] 199 | | JNZ = r#"jnz (.*) (.*)$"# => | op1: Operand, op2: Operand | Jnz(op1, op2) [INFO] [stderr] 200 | | }); [INFO] [stderr] | |_______^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error; 2 warnings emitted [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0554`. [INFO] [stderr] error: aborting due to previous error; 3 warnings emitted [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0554`. [INFO] [stderr] error: could not compile `aoc2017`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `aoc2017`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to previous error; 1 warning emitted [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0554`. [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0554`. [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0554`. [INFO] [stderr] error: could not compile `aoc2017`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `aoc2017`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `aoc2017`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0554`. [INFO] [stderr] error: could not compile `aoc2017`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0554`. [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0554`. [INFO] [stderr] error: could not compile `aoc2017`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `aoc2017`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0554`. [INFO] [stderr] error: could not compile `aoc2017`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] warning: 12 warnings emitted [INFO] [stderr] [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "9af6c04cbcf3070450dd82dcacd5853e2ec4bcc107b0b4d202e7fff3f3d5a33e"` [INFO] running `"docker" "rm" "-f" "9af6c04cbcf3070450dd82dcacd5853e2ec4bcc107b0b4d202e7fff3f3d5a33e"` [INFO] [stdout] 9af6c04cbcf3070450dd82dcacd5853e2ec4bcc107b0b4d202e7fff3f3d5a33e