[INFO] fetching crate strom 0.1.1... [INFO] checking strom-0.1.1 against try#3d9fdbff4f377de96b3a51174e7a64086bee9a5c for pr-81477 [INFO] extracting crate strom 0.1.1 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate strom 0.1.1 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 crates.io crate strom 0.1.1 [INFO] finished tweaking crates.io crate strom 0.1.1 [INFO] tweaked toml for crates.io crate strom 0.1.1 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3d9fdbff4f377de96b3a51174e7a64086bee9a5c" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3d9fdbff4f377de96b3a51174e7a64086bee9a5c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "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" "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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+3d9fdbff4f377de96b3a51174e7a64086bee9a5c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ca664d634b7adf9d042e8895272c147f7f7a6770def8f47b0b6d88140680e45c [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "ca664d634b7adf9d042e8895272c147f7f7a6770def8f47b0b6d88140680e45c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ca664d634b7adf9d042e8895272c147f7f7a6770def8f47b0b6d88140680e45c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ca664d634b7adf9d042e8895272c147f7f7a6770def8f47b0b6d88140680e45c", kill_on_drop: false }` [INFO] [stdout] ca664d634b7adf9d042e8895272c147f7f7a6770def8f47b0b6d88140680e45c [INFO] running `Command { std: "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" "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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+3d9fdbff4f377de96b3a51174e7a64086bee9a5c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 625151cf63673edaa0bbf931c56160ac2a829481253c5d4f61b8295a44050bed [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "625151cf63673edaa0bbf931c56160ac2a829481253c5d4f61b8295a44050bed", kill_on_drop: false }` [INFO] [stderr] Checking strom v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/main.rs:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / function!(ws, recognize!(many1!( [INFO] [stdout] 6 | | alt!(tag!("_\r\n") | tag!("_\r") | tag!("_\n") | tag!(" ") | tag!("\t")) [INFO] [stdout] 7 | | ))); [INFO] [stdout] | |____^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `alt` (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:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | / function!(identifier, [INFO] [stdout] 10 | | recognize!( [INFO] [stdout] 11 | | preceded_by!( [INFO] [stdout] 12 | | alt!(chr!(strom::is_alpha) | tag!("_")), [INFO] [stdout] ... | [INFO] [stdout] 15 | | ) [INFO] [stdout] 16 | | ); [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `alt` (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:5:1 [INFO] [stdout] | [INFO] [stdout] 5 | / function!(ws, recognize!(many1!( [INFO] [stdout] 6 | | alt!(tag!("_\r\n") | tag!("_\r") | tag!("_\n") | tag!(" ") | tag!("\t")) [INFO] [stdout] 7 | | ))); [INFO] [stdout] | |____^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `alt` (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:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | / function!(identifier, [INFO] [stdout] 10 | | recognize!( [INFO] [stdout] 11 | | preceded_by!( [INFO] [stdout] 12 | | alt!(chr!(strom::is_alpha) | tag!("_")), [INFO] [stdout] ... | [INFO] [stdout] 15 | | ) [INFO] [stdout] 16 | | ); [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `alt` (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:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | / function!(identifier, [INFO] [stdout] 10 | | recognize!( [INFO] [stdout] 11 | | preceded_by!( [INFO] [stdout] 12 | | alt!(chr!(strom::is_alpha) | tag!("_")), [INFO] [stdout] ... | [INFO] [stdout] 15 | | ) [INFO] [stdout] 16 | | ); [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `alt` (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:26:1 [INFO] [stdout] | [INFO] [stdout] 26 | function!(sub_type -> ::SubType, alt!(_function | _sub)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `alt` (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:26:1 [INFO] [stdout] | [INFO] [stdout] 26 | function!(sub_type -> ::SubType, alt!(_function | _sub)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `alt_parser` (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:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | / function!(identifier, [INFO] [stdout] 10 | | recognize!( [INFO] [stdout] 11 | | preceded_by!( [INFO] [stdout] 12 | | alt!(chr!(strom::is_alpha) | tag!("_")), [INFO] [stdout] ... | [INFO] [stdout] 15 | | ) [INFO] [stdout] 16 | | ); [INFO] [stdout] | |__^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `alt` (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:26:1 [INFO] [stdout] | [INFO] [stdout] 26 | function!(sub_type -> ::SubType, alt!(_function | _sub)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `alt` (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:26:1 [INFO] [stdout] | [INFO] [stdout] 26 | function!(sub_type -> ::SubType, alt!(_function | _sub)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `alt_parser` (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:26:1 [INFO] [stdout] | [INFO] [stdout] 26 | function!(sub_type -> ::SubType, alt!(_function | _sub)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `alt_parser` (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:40:1 [INFO] [stdout] | [INFO] [stdout] 40 | function!(pub access_modifier -> AccessModifier, alt!(_public | _protected | _private)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `alt` (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:40:1 [INFO] [stdout] | [INFO] [stdout] 40 | function!(pub access_modifier -> AccessModifier, alt!(_public | _protected | _private)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `alt_parser` (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:26:1 [INFO] [stdout] | [INFO] [stdout] 26 | function!(sub_type -> ::SubType, alt!(_function | _sub)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `alt_parser` (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:40:1 [INFO] [stdout] | [INFO] [stdout] 40 | function!(pub access_modifier -> AccessModifier, alt!(_public | _protected | _private)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `alt` (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:40:1 [INFO] [stdout] | [INFO] [stdout] 40 | function!(pub access_modifier -> AccessModifier, alt!(_public | _protected | _private)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `alt_parser` (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:40:1 [INFO] [stdout] | [INFO] [stdout] 40 | function!(pub access_modifier -> AccessModifier, alt!(_public | _protected | _private)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `alt_parser` (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:40:1 [INFO] [stdout] | [INFO] [stdout] 40 | function!(pub access_modifier -> AccessModifier, alt!(_public | _protected | _private)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `alt_parser` (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:53:1 [INFO] [stdout] | [INFO] [stdout] 53 | / function!(sub -> Token, chain!( [INFO] [stdout] 54 | | access_modifier_: am::access_modifier, ws, [INFO] [stdout] 55 | | sub_type_: sub_type, ws, [INFO] [stdout] 56 | | identifier_: identifier, opt!(ws), [INFO] [stdout] ... | [INFO] [stdout] 63 | | }} [INFO] [stdout] 64 | | )); [INFO] [stdout] | |___^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `chain_parser` (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:40:1 [INFO] [stdout] | [INFO] [stdout] 40 | function!(pub access_modifier -> AccessModifier, alt!(_public | _protected | _private)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `alt_parser` (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:53:1 [INFO] [stdout] | [INFO] [stdout] 53 | / function!(sub -> Token, chain!( [INFO] [stdout] 54 | | access_modifier_: am::access_modifier, ws, [INFO] [stdout] 55 | | sub_type_: sub_type, ws, [INFO] [stdout] 56 | | identifier_: identifier, opt!(ws), [INFO] [stdout] ... | [INFO] [stdout] 63 | | }} [INFO] [stdout] 64 | | )); [INFO] [stdout] | |___^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `chain_parser` (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:40:1 [INFO] [stdout] | [INFO] [stdout] 40 | function!(pub access_modifier -> AccessModifier, alt!(_public | _protected | _private)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `alt_parser` (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:53:1 [INFO] [stdout] | [INFO] [stdout] 53 | / function!(sub -> Token, chain!( [INFO] [stdout] 54 | | access_modifier_: am::access_modifier, ws, [INFO] [stdout] 55 | | sub_type_: sub_type, ws, [INFO] [stdout] 56 | | identifier_: identifier, opt!(ws), [INFO] [stdout] ... | [INFO] [stdout] 63 | | }} [INFO] [stdout] 64 | | )); [INFO] [stdout] | |___^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `chain_parser` (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:53:1 [INFO] [stdout] | [INFO] [stdout] 53 | / function!(sub -> Token, chain!( [INFO] [stdout] 54 | | access_modifier_: am::access_modifier, ws, [INFO] [stdout] 55 | | sub_type_: sub_type, ws, [INFO] [stdout] 56 | | identifier_: identifier, opt!(ws), [INFO] [stdout] ... | [INFO] [stdout] 63 | | }} [INFO] [stdout] 64 | | )); [INFO] [stdout] | |___^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `chain_parser` (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:53:1 [INFO] [stdout] | [INFO] [stdout] 53 | / function!(sub -> Token, chain!( [INFO] [stdout] 54 | | access_modifier_: am::access_modifier, ws, [INFO] [stdout] 55 | | sub_type_: sub_type, ws, [INFO] [stdout] 56 | | identifier_: identifier, opt!(ws), [INFO] [stdout] ... | [INFO] [stdout] 63 | | }} [INFO] [stdout] 64 | | )); [INFO] [stdout] | |___^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `chain_parser` (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:53:1 [INFO] [stdout] | [INFO] [stdout] 53 | / function!(sub -> Token, chain!( [INFO] [stdout] 54 | | access_modifier_: am::access_modifier, ws, [INFO] [stdout] 55 | | sub_type_: sub_type, ws, [INFO] [stdout] 56 | | identifier_: identifier, opt!(ws), [INFO] [stdout] ... | [INFO] [stdout] 63 | | }} [INFO] [stdout] 64 | | )); [INFO] [stdout] | |___^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `chain_parser` (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:53:1 [INFO] [stdout] | [INFO] [stdout] 53 | / function!(sub -> Token, chain!( [INFO] [stdout] 54 | | access_modifier_: am::access_modifier, ws, [INFO] [stdout] 55 | | sub_type_: sub_type, ws, [INFO] [stdout] 56 | | identifier_: identifier, opt!(ws), [INFO] [stdout] ... | [INFO] [stdout] 63 | | }} [INFO] [stdout] 64 | | )); [INFO] [stdout] | |___^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `chain_parser` (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:53:1 [INFO] [stdout] | [INFO] [stdout] 53 | / function!(sub -> Token, chain!( [INFO] [stdout] 54 | | access_modifier_: am::access_modifier, ws, [INFO] [stdout] 55 | | sub_type_: sub_type, ws, [INFO] [stdout] 56 | | identifier_: identifier, opt!(ws), [INFO] [stdout] ... | [INFO] [stdout] 63 | | }} [INFO] [stdout] 64 | | )); [INFO] [stdout] | |___^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `chain_parser` (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:53:1 [INFO] [stdout] | [INFO] [stdout] 53 | / function!(sub -> Token, chain!( [INFO] [stdout] 54 | | access_modifier_: am::access_modifier, ws, [INFO] [stdout] 55 | | sub_type_: sub_type, ws, [INFO] [stdout] 56 | | identifier_: identifier, opt!(ws), [INFO] [stdout] ... | [INFO] [stdout] 63 | | }} [INFO] [stdout] 64 | | )); [INFO] [stdout] | |___^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `chain_parser` (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:53:1 [INFO] [stdout] | [INFO] [stdout] 53 | / function!(sub -> Token, chain!( [INFO] [stdout] 54 | | access_modifier_: am::access_modifier, ws, [INFO] [stdout] 55 | | sub_type_: sub_type, ws, [INFO] [stdout] 56 | | identifier_: identifier, opt!(ws), [INFO] [stdout] ... | [INFO] [stdout] 63 | | }} [INFO] [stdout] 64 | | )); [INFO] [stdout] | |___^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `chain_parser` (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:53:1 [INFO] [stdout] | [INFO] [stdout] 53 | / function!(sub -> Token, chain!( [INFO] [stdout] 54 | | access_modifier_: am::access_modifier, ws, [INFO] [stdout] 55 | | sub_type_: sub_type, ws, [INFO] [stdout] 56 | | identifier_: identifier, opt!(ws), [INFO] [stdout] ... | [INFO] [stdout] 63 | | }} [INFO] [stdout] 64 | | )); [INFO] [stdout] | |___^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `chain_parser` (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:53:1 [INFO] [stdout] | [INFO] [stdout] 53 | / function!(sub -> Token, chain!( [INFO] [stdout] 54 | | access_modifier_: am::access_modifier, ws, [INFO] [stdout] 55 | | sub_type_: sub_type, ws, [INFO] [stdout] 56 | | identifier_: identifier, opt!(ws), [INFO] [stdout] ... | [INFO] [stdout] 63 | | }} [INFO] [stdout] 64 | | )); [INFO] [stdout] | |___^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `chain_parser` (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:86:1 [INFO] [stdout] | [INFO] [stdout] 86 | / function!(parameter -> Parameter, chain!( [INFO] [stdout] 87 | | opt!(followed_by!(tag!(cl "Optional" => true), ws)), [INFO] [stdout] 88 | | by_type_: opt!(followed_by!(alt!(tag!(cl "ByRef" => ByType::ByRef) | tag!(cl "ByVal" => ByType::ByVal)), ws)), [INFO] [stdout] 89 | | identifier_: identifier, ws, [INFO] [stdout] ... | [INFO] [stdout] 95 | | }} [INFO] [stdout] 96 | | )); [INFO] [stdout] | |___^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `alt` (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:86:1 [INFO] [stdout] | [INFO] [stdout] 86 | / function!(parameter -> Parameter, chain!( [INFO] [stdout] 87 | | opt!(followed_by!(tag!(cl "Optional" => true), ws)), [INFO] [stdout] 88 | | by_type_: opt!(followed_by!(alt!(tag!(cl "ByRef" => ByType::ByRef) | tag!(cl "ByVal" => ByType::ByVal)), ws)), [INFO] [stdout] 89 | | identifier_: identifier, ws, [INFO] [stdout] ... | [INFO] [stdout] 95 | | }} [INFO] [stdout] 96 | | )); [INFO] [stdout] | |___^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `chain_parser` (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:86:1 [INFO] [stdout] | [INFO] [stdout] 86 | / function!(parameter -> Parameter, chain!( [INFO] [stdout] 87 | | opt!(followed_by!(tag!(cl "Optional" => true), ws)), [INFO] [stdout] 88 | | by_type_: opt!(followed_by!(alt!(tag!(cl "ByRef" => ByType::ByRef) | tag!(cl "ByVal" => ByType::ByVal)), ws)), [INFO] [stdout] 89 | | identifier_: identifier, ws, [INFO] [stdout] ... | [INFO] [stdout] 95 | | }} [INFO] [stdout] 96 | | )); [INFO] [stdout] | |___^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `alt` (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:86:1 [INFO] [stdout] | [INFO] [stdout] 86 | / function!(parameter -> Parameter, chain!( [INFO] [stdout] 87 | | opt!(followed_by!(tag!(cl "Optional" => true), ws)), [INFO] [stdout] 88 | | by_type_: opt!(followed_by!(alt!(tag!(cl "ByRef" => ByType::ByRef) | tag!(cl "ByVal" => ByType::ByVal)), ws)), [INFO] [stdout] 89 | | identifier_: identifier, ws, [INFO] [stdout] ... | [INFO] [stdout] 95 | | }} [INFO] [stdout] 96 | | )); [INFO] [stdout] | |___^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `chain_parser` (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:86:1 [INFO] [stdout] | [INFO] [stdout] 86 | / function!(parameter -> Parameter, chain!( [INFO] [stdout] 87 | | opt!(followed_by!(tag!(cl "Optional" => true), ws)), [INFO] [stdout] 88 | | by_type_: opt!(followed_by!(alt!(tag!(cl "ByRef" => ByType::ByRef) | tag!(cl "ByVal" => ByType::ByVal)), ws)), [INFO] [stdout] 89 | | identifier_: identifier, ws, [INFO] [stdout] ... | [INFO] [stdout] 95 | | }} [INFO] [stdout] 96 | | )); [INFO] [stdout] | |___^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `chain_parser` (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:86:1 [INFO] [stdout] | [INFO] [stdout] 86 | / function!(parameter -> Parameter, chain!( [INFO] [stdout] 87 | | opt!(followed_by!(tag!(cl "Optional" => true), ws)), [INFO] [stdout] 88 | | by_type_: opt!(followed_by!(alt!(tag!(cl "ByRef" => ByType::ByRef) | tag!(cl "ByVal" => ByType::ByVal)), ws)), [INFO] [stdout] 89 | | identifier_: identifier, ws, [INFO] [stdout] ... | [INFO] [stdout] 95 | | }} [INFO] [stdout] 96 | | )); [INFO] [stdout] | |___^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `chain_parser` (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:86:1 [INFO] [stdout] | [INFO] [stdout] 86 | / function!(parameter -> Parameter, chain!( [INFO] [stdout] 87 | | opt!(followed_by!(tag!(cl "Optional" => true), ws)), [INFO] [stdout] 88 | | by_type_: opt!(followed_by!(alt!(tag!(cl "ByRef" => ByType::ByRef) | tag!(cl "ByVal" => ByType::ByVal)), ws)), [INFO] [stdout] 89 | | identifier_: identifier, ws, [INFO] [stdout] ... | [INFO] [stdout] 95 | | }} [INFO] [stdout] 96 | | )); [INFO] [stdout] | |___^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `chain_parser` (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:86:1 [INFO] [stdout] | [INFO] [stdout] 86 | / function!(parameter -> Parameter, chain!( [INFO] [stdout] 87 | | opt!(followed_by!(tag!(cl "Optional" => true), ws)), [INFO] [stdout] 88 | | by_type_: opt!(followed_by!(alt!(tag!(cl "ByRef" => ByType::ByRef) | tag!(cl "ByVal" => ByType::ByVal)), ws)), [INFO] [stdout] 89 | | identifier_: identifier, ws, [INFO] [stdout] ... | [INFO] [stdout] 95 | | }} [INFO] [stdout] 96 | | )); [INFO] [stdout] | |___^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `chain_parser` (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:86:1 [INFO] [stdout] | [INFO] [stdout] 86 | / function!(parameter -> Parameter, chain!( [INFO] [stdout] 87 | | opt!(followed_by!(tag!(cl "Optional" => true), ws)), [INFO] [stdout] 88 | | by_type_: opt!(followed_by!(alt!(tag!(cl "ByRef" => ByType::ByRef) | tag!(cl "ByVal" => ByType::ByVal)), ws)), [INFO] [stdout] 89 | | identifier_: identifier, ws, [INFO] [stdout] ... | [INFO] [stdout] 95 | | }} [INFO] [stdout] 96 | | )); [INFO] [stdout] | |___^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `chain_parser` (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:86:1 [INFO] [stdout] | [INFO] [stdout] 86 | / function!(parameter -> Parameter, chain!( [INFO] [stdout] 87 | | opt!(followed_by!(tag!(cl "Optional" => true), ws)), [INFO] [stdout] 88 | | by_type_: opt!(followed_by!(alt!(tag!(cl "ByRef" => ByType::ByRef) | tag!(cl "ByVal" => ByType::ByVal)), ws)), [INFO] [stdout] 89 | | identifier_: identifier, ws, [INFO] [stdout] ... | [INFO] [stdout] 95 | | }} [INFO] [stdout] 96 | | )); [INFO] [stdout] | |___^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `chain_parser` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 21 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `strom` [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 21 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "625151cf63673edaa0bbf931c56160ac2a829481253c5d4f61b8295a44050bed", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "625151cf63673edaa0bbf931c56160ac2a829481253c5d4f61b8295a44050bed", kill_on_drop: false }` [INFO] [stdout] 625151cf63673edaa0bbf931c56160ac2a829481253c5d4f61b8295a44050bed