[INFO] cloning repository https://github.com/Klades/Advent2020 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Klades/Advent2020" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKlades%2FAdvent2020", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKlades%2FAdvent2020'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] de528776290d5d18ed0ffffe2a063a688a309a60 [INFO] checking Klades/Advent2020 against try#3d9fdbff4f377de96b3a51174e7a64086bee9a5c for pr-81477 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKlades%2FAdvent2020" "/workspace/builds/worker-1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Klades/Advent2020 on toolchain 3d9fdbff4f377de96b3a51174e7a64086bee9a5c [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3d9fdbff4f377de96b3a51174e7a64086bee9a5c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Klades/Advent2020 [INFO] finished tweaking git repo https://github.com/Klades/Advent2020 [INFO] tweaked toml for git repo https://github.com/Klades/Advent2020 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/Klades/Advent2020 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3d9fdbff4f377de96b3a51174e7a64086bee9a5c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded tokio-test v0.3.0 [INFO] [stderr] Downloaded tokio v0.3.5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:ea7d7bff36b2ba8ce4de8bba1d2dea90376bc481f1a945a913994a8c492e40c1" "/opt/rustwide/cargo-home/bin/cargo" "+3d9fdbff4f377de96b3a51174e7a64086bee9a5c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e8ee16c8e0349619ba274446ad6bb901ce23f85aaeeed3f9c86e42d2050713ab [INFO] running `Command { std: "docker" "start" "-a" "e8ee16c8e0349619ba274446ad6bb901ce23f85aaeeed3f9c86e42d2050713ab", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e8ee16c8e0349619ba274446ad6bb901ce23f85aaeeed3f9c86e42d2050713ab", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e8ee16c8e0349619ba274446ad6bb901ce23f85aaeeed3f9c86e42d2050713ab", kill_on_drop: false }` [INFO] [stdout] e8ee16c8e0349619ba274446ad6bb901ce23f85aaeeed3f9c86e42d2050713ab [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:ea7d7bff36b2ba8ce4de8bba1d2dea90376bc481f1a945a913994a8c492e40c1" "/opt/rustwide/cargo-home/bin/cargo" "+3d9fdbff4f377de96b3a51174e7a64086bee9a5c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9894ed9123d616cbd54c55e92091726711ce700191b553cfc443b930c6e83854 [INFO] running `Command { std: "docker" "start" "-a" "9894ed9123d616cbd54c55e92091726711ce700191b553cfc443b930c6e83854", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling syn v1.0.54 [INFO] [stderr] Compiling libc v0.2.81 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Checking futures-core v0.3.8 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Checking futures-sink v0.3.8 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Checking once_cell v1.5.2 [INFO] [stderr] Checking smallvec v1.5.1 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Checking futures-io v0.3.8 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking pin-project-lite v0.2.0 [INFO] [stderr] Checking bytes v0.6.0 [INFO] [stderr] Checking bytes v0.5.6 [INFO] [stderr] Checking lock_api v0.4.2 [INFO] [stderr] Checking log v0.4.11 [INFO] [stderr] Checking instant v0.1.9 [INFO] [stderr] Checking futures-channel v0.3.8 [INFO] [stderr] Checking futures-task v0.3.8 [INFO] [stderr] Compiling tokio v0.3.5 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Checking parking_lot_core v0.8.1 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking mio v0.7.6 [INFO] [stderr] Checking signal-hook-registry v1.2.2 [INFO] [stderr] Checking parking_lot v0.11.1 [INFO] [stderr] Compiling pin-project-internal v1.0.2 [INFO] [stderr] Compiling futures-macro v0.3.8 [INFO] [stderr] Compiling tokio-macros v0.3.1 [INFO] [stderr] Checking pin-project v1.0.2 [INFO] [stderr] Checking futures-util v0.3.8 [INFO] [stderr] Checking futures-executor v0.3.8 [INFO] [stderr] Checking futures v0.3.8 [INFO] [stderr] Checking tokio-test v0.3.0 [INFO] [stderr] Checking advent2020 v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/main.rs:36:119 [INFO] [stdout] | [INFO] [stdout] 36 | DayResults { day: $day_value, part1: $day_mod::part1($data).to_string(), part2: $day_mod::part2($data).to_string() }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 45 | return day_results!(day1, 1, &data); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `day_results` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/main.rs:36:119 [INFO] [stdout] | [INFO] [stdout] 36 | DayResults { day: $day_value, part1: $day_mod::part1($data).to_string(), part2: $day_mod::part2($data).to_string() }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 50 | return day_results!(day2, 2, &data); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `day_results` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/main.rs:36:119 [INFO] [stdout] | [INFO] [stdout] 36 | DayResults { day: $day_value, part1: $day_mod::part1($data).to_string(), part2: $day_mod::part2($data).to_string() }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 54 | return day_results!(day3, 3, &data); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `day_results` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/main.rs:36:119 [INFO] [stdout] | [INFO] [stdout] 36 | DayResults { day: $day_value, part1: $day_mod::part1($data).to_string(), part2: $day_mod::part2($data).to_string() }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 58 | return day_results!(day4, 4, &data); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `day_results` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/main.rs:36:119 [INFO] [stdout] | [INFO] [stdout] 36 | DayResults { day: $day_value, part1: $day_mod::part1($data).to_string(), part2: $day_mod::part2($data).to_string() }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 62 | return day_results!(day5, 5, &data); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `day_results` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/main.rs:36:119 [INFO] [stdout] | [INFO] [stdout] 36 | DayResults { day: $day_value, part1: $day_mod::part1($data).to_string(), part2: $day_mod::part2($data).to_string() }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 66 | return day_results!(day6, 6, &data); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `day_results` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/main.rs:36:119 [INFO] [stdout] | [INFO] [stdout] 36 | DayResults { day: $day_value, part1: $day_mod::part1($data).to_string(), part2: $day_mod::part2($data).to_string() }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 70 | return day_results!(day7, 7, &data); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `day_results` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/main.rs:36:119 [INFO] [stdout] | [INFO] [stdout] 36 | DayResults { day: $day_value, part1: $day_mod::part1($data).to_string(), part2: $day_mod::part2($data).to_string() }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 74 | return day_results!(day8, 8, &data); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `day_results` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/main.rs:36:119 [INFO] [stdout] | [INFO] [stdout] 36 | DayResults { day: $day_value, part1: $day_mod::part1($data).to_string(), part2: $day_mod::part2($data).to_string() }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 78 | return day_results!(day9, 9, &data); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `day_results` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/main.rs:36:119 [INFO] [stdout] | [INFO] [stdout] 36 | DayResults { day: $day_value, part1: $day_mod::part1($data).to_string(), part2: $day_mod::part2($data).to_string() }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 82 | return day_results!(day10, 10, &data); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `day_results` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/main.rs:36:119 [INFO] [stdout] | [INFO] [stdout] 36 | DayResults { day: $day_value, part1: $day_mod::part1($data).to_string(), part2: $day_mod::part2($data).to_string() }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 86 | return day_results!(day11, 11, &data); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `day_results` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/main.rs:36:119 [INFO] [stdout] | [INFO] [stdout] 36 | DayResults { day: $day_value, part1: $day_mod::part1($data).to_string(), part2: $day_mod::part2($data).to_string() }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 90 | return day_results!(day12, 12, &data); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `day_results` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/main.rs:36:119 [INFO] [stdout] | [INFO] [stdout] 36 | DayResults { day: $day_value, part1: $day_mod::part1($data).to_string(), part2: $day_mod::part2($data).to_string() }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 94 | return day_results!(day13, 13, &data); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `day_results` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/main.rs:36:119 [INFO] [stdout] | [INFO] [stdout] 36 | DayResults { day: $day_value, part1: $day_mod::part1($data).to_string(), part2: $day_mod::part2($data).to_string() }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 98 | return day_results!(day14, 14, &data); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `day_results` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/main.rs:36:119 [INFO] [stdout] | [INFO] [stdout] 36 | DayResults { day: $day_value, part1: $day_mod::part1($data).to_string(), part2: $day_mod::part2($data).to_string() }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 102 | return day_results!(day15, 15, &data); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `day_results` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/main.rs:36:119 [INFO] [stdout] | [INFO] [stdout] 36 | DayResults { day: $day_value, part1: $day_mod::part1($data).to_string(), part2: $day_mod::part2($data).to_string() }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 106 | return day_results!(day16, 16, &data); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `day_results` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/main.rs:36:119 [INFO] [stdout] | [INFO] [stdout] 36 | DayResults { day: $day_value, part1: $day_mod::part1($data).to_string(), part2: $day_mod::part2($data).to_string() }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 110 | return day_results!(day17, 17, &data); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `day_results` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/main.rs:36:119 [INFO] [stdout] | [INFO] [stdout] 36 | DayResults { day: $day_value, part1: $day_mod::part1($data).to_string(), part2: $day_mod::part2($data).to_string() }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 114 | return day_results!(day18, 18, &data); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `day_results` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/main.rs:36:119 [INFO] [stdout] | [INFO] [stdout] 36 | DayResults { day: $day_value, part1: $day_mod::part1($data).to_string(), part2: $day_mod::part2($data).to_string() }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 45 | return day_results!(day1, 1, &data); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `day_results` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/main.rs:36:119 [INFO] [stdout] | [INFO] [stdout] 36 | DayResults { day: $day_value, part1: $day_mod::part1($data).to_string(), part2: $day_mod::part2($data).to_string() }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 50 | return day_results!(day2, 2, &data); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `day_results` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/main.rs:36:119 [INFO] [stdout] | [INFO] [stdout] 36 | DayResults { day: $day_value, part1: $day_mod::part1($data).to_string(), part2: $day_mod::part2($data).to_string() }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 54 | return day_results!(day3, 3, &data); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `day_results` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/main.rs:36:119 [INFO] [stdout] | [INFO] [stdout] 36 | DayResults { day: $day_value, part1: $day_mod::part1($data).to_string(), part2: $day_mod::part2($data).to_string() }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 58 | return day_results!(day4, 4, &data); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `day_results` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/main.rs:36:119 [INFO] [stdout] | [INFO] [stdout] 36 | DayResults { day: $day_value, part1: $day_mod::part1($data).to_string(), part2: $day_mod::part2($data).to_string() }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 62 | return day_results!(day5, 5, &data); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `day_results` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/main.rs:36:119 [INFO] [stdout] | [INFO] [stdout] 36 | DayResults { day: $day_value, part1: $day_mod::part1($data).to_string(), part2: $day_mod::part2($data).to_string() }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 66 | return day_results!(day6, 6, &data); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `day_results` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/main.rs:36:119 [INFO] [stdout] | [INFO] [stdout] 36 | DayResults { day: $day_value, part1: $day_mod::part1($data).to_string(), part2: $day_mod::part2($data).to_string() }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 70 | return day_results!(day7, 7, &data); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `day_results` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/main.rs:36:119 [INFO] [stdout] | [INFO] [stdout] 36 | DayResults { day: $day_value, part1: $day_mod::part1($data).to_string(), part2: $day_mod::part2($data).to_string() }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 74 | return day_results!(day8, 8, &data); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `day_results` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/main.rs:36:119 [INFO] [stdout] | [INFO] [stdout] 36 | DayResults { day: $day_value, part1: $day_mod::part1($data).to_string(), part2: $day_mod::part2($data).to_string() }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 78 | return day_results!(day9, 9, &data); [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `day_results` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/main.rs:36:119 [INFO] [stdout] | [INFO] [stdout] 36 | DayResults { day: $day_value, part1: $day_mod::part1($data).to_string(), part2: $day_mod::part2($data).to_string() }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 82 | return day_results!(day10, 10, &data); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `day_results` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/main.rs:36:119 [INFO] [stdout] | [INFO] [stdout] 36 | DayResults { day: $day_value, part1: $day_mod::part1($data).to_string(), part2: $day_mod::part2($data).to_string() }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 86 | return day_results!(day11, 11, &data); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `day_results` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/main.rs:36:119 [INFO] [stdout] | [INFO] [stdout] 36 | DayResults { day: $day_value, part1: $day_mod::part1($data).to_string(), part2: $day_mod::part2($data).to_string() }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 90 | return day_results!(day12, 12, &data); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `day_results` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/main.rs:36:119 [INFO] [stdout] | [INFO] [stdout] 36 | DayResults { day: $day_value, part1: $day_mod::part1($data).to_string(), part2: $day_mod::part2($data).to_string() }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 94 | return day_results!(day13, 13, &data); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `day_results` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/main.rs:36:119 [INFO] [stdout] | [INFO] [stdout] 36 | DayResults { day: $day_value, part1: $day_mod::part1($data).to_string(), part2: $day_mod::part2($data).to_string() }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 98 | return day_results!(day14, 14, &data); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `day_results` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/main.rs:36:119 [INFO] [stdout] | [INFO] [stdout] 36 | DayResults { day: $day_value, part1: $day_mod::part1($data).to_string(), part2: $day_mod::part2($data).to_string() }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 102 | return day_results!(day15, 15, &data); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `day_results` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/main.rs:36:119 [INFO] [stdout] | [INFO] [stdout] 36 | DayResults { day: $day_value, part1: $day_mod::part1($data).to_string(), part2: $day_mod::part2($data).to_string() }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 106 | return day_results!(day16, 16, &data); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `day_results` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/main.rs:36:119 [INFO] [stdout] | [INFO] [stdout] 36 | DayResults { day: $day_value, part1: $day_mod::part1($data).to_string(), part2: $day_mod::part2($data).to_string() }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 110 | return day_results!(day17, 17, &data); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `day_results` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/main.rs:36:119 [INFO] [stdout] | [INFO] [stdout] 36 | DayResults { day: $day_value, part1: $day_mod::part1($data).to_string(), part2: $day_mod::part2($data).to_string() }; [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 114 | return day_results!(day18, 18, &data); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `day_results` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 18 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `advent2020` [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] [stdout] error: aborting due to 18 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "9894ed9123d616cbd54c55e92091726711ce700191b553cfc443b930c6e83854", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9894ed9123d616cbd54c55e92091726711ce700191b553cfc443b930c6e83854", kill_on_drop: false }` [INFO] [stdout] 9894ed9123d616cbd54c55e92091726711ce700191b553cfc443b930c6e83854