[INFO] updating cached repository jugglerchris/aoc2017 [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/jugglerchris/aoc2017 [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/jugglerchris/aoc2017" "work/ex/beta-1.38-1/sources/1.37.0/gh/jugglerchris/aoc2017"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/jugglerchris/aoc2017'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/jugglerchris/aoc2017" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/jugglerchris/aoc2017"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/jugglerchris/aoc2017'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 916cad896d19425b197d0bc3bc24f851242fe72d [INFO] sha for GitHub repo jugglerchris/aoc2017: 916cad896d19425b197d0bc3bc24f851242fe72d [INFO] validating manifest of jugglerchris/aoc2017 on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of jugglerchris/aoc2017 on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing jugglerchris/aoc2017 [INFO] finished frobbing jugglerchris/aoc2017 [INFO] frobbed toml for jugglerchris/aoc2017 written to work/ex/beta-1.38-1/sources/1.37.0/gh/jugglerchris/aoc2017/Cargo.toml [INFO] started frobbing jugglerchris/aoc2017 [INFO] finished frobbing jugglerchris/aoc2017 [INFO] frobbed toml for jugglerchris/aoc2017 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/jugglerchris/aoc2017/Cargo.toml [INFO] crate jugglerchris/aoc2017 already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing jugglerchris/aoc2017 against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/jugglerchris/aoc2017:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] 421a94049ddc27ed7c3a3fadd479c1d6999b4f2feb1de6b4a604f448cb8ce6eb [INFO] running `"docker" "start" "-a" "421a94049ddc27ed7c3a3fadd479c1d6999b4f2feb1de6b4a604f448cb8ce6eb"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.34 [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/crater/workdir) [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] | |_______^ in this macro invocation [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/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] | |_______^ in this macro invocation [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] 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] | |_______^ in this macro invocation [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] 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] | |_______^ in this macro invocation [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] 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] | |_______^ in this macro invocation [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] 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] | |_______^ in this macro invocation [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] 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] | |_______^ in this macro invocation [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] 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] | |_______^ in this macro invocation [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] 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] | |_______^ in this macro invocation [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] 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] | |_______^ in this macro invocation [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] 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] | |_______^ in this macro invocation [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] Finished dev [unoptimized + debuginfo] target(s) in 10.56s [INFO] running `"docker" "inspect" "421a94049ddc27ed7c3a3fadd479c1d6999b4f2feb1de6b4a604f448cb8ce6eb"` [INFO] running `"docker" "rm" "-f" "421a94049ddc27ed7c3a3fadd479c1d6999b4f2feb1de6b4a604f448cb8ce6eb"` [INFO] [stdout] 421a94049ddc27ed7c3a3fadd479c1d6999b4f2feb1de6b4a604f448cb8ce6eb [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/jugglerchris/aoc2017:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] 664f53652c515254516dc15eb5adecdb1f686be8c7a7e0626261b217f0551d67 [INFO] running `"docker" "start" "-a" "664f53652c515254516dc15eb5adecdb1f686be8c7a7e0626261b217f0551d67"` [INFO] [stderr] Compiling aoc2017 v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> examples/day23.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 beta release channel [INFO] [stderr] --> examples/day14.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: Could not compile `aoc2017`. [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] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stderr] --> examples/day9.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/day9.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] error[E0554]: `#![feature]` may not be used on the beta 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 beta release channel [INFO] [stderr] --> examples/day11.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 beta release channel [INFO] [stderr] --> examples/day7.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 beta release channel [INFO] [stderr] --> examples/day8.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/day7.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / regex_parser!(parse_tinfo: TowerInfo { [INFO] [stderr] 15 | | TOWER = r#"^\s*(\w+) \((\d+)\) -> ([\w, ]*)$"# => [INFO] [stderr] 16 | | | name: String, weight: usize, childstring: String| [INFO] [stderr] 17 | | TowerInfo { [INFO] [stderr] ... | [INFO] [stderr] 27 | | } [INFO] [stderr] 28 | | }); [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] --> examples/day7.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / regex_parser!(parse_tinfo: TowerInfo { [INFO] [stderr] 15 | | TOWER = r#"^\s*(\w+) \((\d+)\) -> ([\w, ]*)$"# => [INFO] [stderr] 16 | | | name: String, weight: usize, childstring: String| [INFO] [stderr] 17 | | TowerInfo { [INFO] [stderr] ... | [INFO] [stderr] 27 | | } [INFO] [stderr] 28 | | }); [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] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> examples/day8.rs:66:1 [INFO] [stderr] | [INFO] [stderr] 66 | / regex_parser!(parse_insn: Instruction { [INFO] [stderr] 67 | | INSN = r#"^(\w+) (inc|dec) (-?\d+) if (\w+) (==|!=|<|>|<=|>=) (-?\d+)$"# => [INFO] [stderr] 68 | | | target: String, op: Operation, adjval: isize, cond_src: String, [INFO] [stderr] 69 | | cmp: Comparison, cmpval: isize | [INFO] [stderr] ... | [INFO] [stderr] 77 | | } [INFO] [stderr] 78 | | }); [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] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0554`. [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] | |_______^ in this macro invocation [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/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] | |_______^ in this macro invocation [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] 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] | |_______^ in this macro invocation [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] 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] | |_______^ in this macro invocation [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] 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] | |_______^ in this macro invocation [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] 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] | |_______^ in this macro invocation [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] 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] | |_______^ in this macro invocation [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] 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] | |_______^ in this macro invocation [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] 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] | |_______^ in this macro invocation [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] 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] | |_______^ in this macro invocation [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] 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] | |_______^ in this macro invocation [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: Could not compile `aoc2017`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0554`. [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0554`. [INFO] [stderr] error: Could not compile `aoc2017`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `aoc2017`. [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] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `aoc2017`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "664f53652c515254516dc15eb5adecdb1f686be8c7a7e0626261b217f0551d67"` [INFO] running `"docker" "rm" "-f" "664f53652c515254516dc15eb5adecdb1f686be8c7a7e0626261b217f0551d67"` [INFO] [stdout] 664f53652c515254516dc15eb5adecdb1f686be8c7a7e0626261b217f0551d67