[INFO] fetching crate konst 0.2.4... [INFO] checking konst-0.2.4 against try#3d9fdbff4f377de96b3a51174e7a64086bee9a5c for pr-81477 [INFO] extracting crate konst 0.2.4 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate konst 0.2.4 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 konst 0.2.4 [INFO] finished tweaking crates.io crate konst 0.2.4 [INFO] tweaked toml for crates.io crate konst 0.2.4 written to /workspace/builds/worker-2/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] [stderr] Downloading crates ... [INFO] [stderr] Downloaded konst_macro_rules v0.2.4 [INFO] [stderr] Downloaded konst_proc_macros v0.2.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "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] 83459eedfbf42fa63e078cc5ae00c443c4fb9d89b2ccec27d99964d9f12a4a79 [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" "83459eedfbf42fa63e078cc5ae00c443c4fb9d89b2ccec27d99964d9f12a4a79", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "83459eedfbf42fa63e078cc5ae00c443c4fb9d89b2ccec27d99964d9f12a4a79", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "83459eedfbf42fa63e078cc5ae00c443c4fb9d89b2ccec27d99964d9f12a4a79", kill_on_drop: false }` [INFO] [stdout] 83459eedfbf42fa63e078cc5ae00c443c4fb9d89b2ccec27d99964d9f12a4a79 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "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] 3a7b9239053413f71e4e9aca4dd45752ad7b477eea56715a4f456a39a9b6f208 [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" "3a7b9239053413f71e4e9aca4dd45752ad7b477eea56715a4f456a39a9b6f208", kill_on_drop: false }` [INFO] [stderr] Checking konst_macro_rules v0.2.4 [INFO] [stderr] Compiling konst_proc_macros v0.2.0 [INFO] [stderr] Checking konst v0.2.4 (/opt/rustwide/workdir) [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/macros/parsing_macros.rs:308:66 [INFO] [stdout] | [INFO] [stdout] 308 | return Err(crate::parsing::ParseError::new($copy, $kind)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsing/primitive_parsing.rs:59:9 [INFO] [stdout] | [INFO] [stdout] 59 | parse_integer! {unsigned, (u128, u128), self} [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `throw_out` (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/macros/parsing_macros.rs:308:66 [INFO] [stdout] | [INFO] [stdout] 308 | return Err(crate::parsing::ParseError::new($copy, $kind)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsing/primitive_parsing.rs:59:9 [INFO] [stdout] | [INFO] [stdout] 59 | parse_integer! {unsigned, (u128, u128), self} [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `throw_out` (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/macros/parsing_macros.rs:308:66 [INFO] [stdout] | [INFO] [stdout] 308 | return Err(crate::parsing::ParseError::new($copy, $kind)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsing/primitive_parsing.rs:100:9 [INFO] [stdout] | [INFO] [stdout] 100 | parse_integer! {signed, (i128, u128), self} [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `throw_out` (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/macros/parsing_macros.rs:308:66 [INFO] [stdout] | [INFO] [stdout] 308 | return Err(crate::parsing::ParseError::new($copy, $kind)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsing/primitive_parsing.rs:100:9 [INFO] [stdout] | [INFO] [stdout] 100 | parse_integer! {signed, (i128, u128), self} [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `throw_out` (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/macros/parsing_macros.rs:308:66 [INFO] [stdout] | [INFO] [stdout] 308 | return Err(crate::parsing::ParseError::new($copy, $kind)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsing/primitive_parsing.rs:100:9 [INFO] [stdout] | [INFO] [stdout] 100 | parse_integer! {signed, (i128, u128), self} [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `throw_out` (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/macros/parsing_macros.rs:308:66 [INFO] [stdout] | [INFO] [stdout] 308 | return Err(crate::parsing::ParseError::new($copy, $kind)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsing/primitive_parsing.rs:100:9 [INFO] [stdout] | [INFO] [stdout] 100 | parse_integer! {signed, (i128, u128), self} [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `throw_out` (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/macros/parsing_macros.rs:308:66 [INFO] [stdout] | [INFO] [stdout] 308 | return Err(crate::parsing::ParseError::new($copy, $kind)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsing/primitive_parsing.rs:114:9 [INFO] [stdout] | [INFO] [stdout] 114 | parse_integer! {unsigned, (u64, u64), self} [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `throw_out` (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/macros/parsing_macros.rs:308:66 [INFO] [stdout] | [INFO] [stdout] 308 | return Err(crate::parsing::ParseError::new($copy, $kind)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsing/primitive_parsing.rs:114:9 [INFO] [stdout] | [INFO] [stdout] 114 | parse_integer! {unsigned, (u64, u64), self} [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `throw_out` (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/macros/parsing_macros.rs:308:66 [INFO] [stdout] | [INFO] [stdout] 308 | return Err(crate::parsing::ParseError::new($copy, $kind)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsing/primitive_parsing.rs:128:9 [INFO] [stdout] | [INFO] [stdout] 128 | parse_integer! {signed, (i64, u64), self} [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `throw_out` (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/macros/parsing_macros.rs:308:66 [INFO] [stdout] | [INFO] [stdout] 308 | return Err(crate::parsing::ParseError::new($copy, $kind)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsing/primitive_parsing.rs:128:9 [INFO] [stdout] | [INFO] [stdout] 128 | parse_integer! {signed, (i64, u64), self} [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `throw_out` (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/macros/parsing_macros.rs:308:66 [INFO] [stdout] | [INFO] [stdout] 308 | return Err(crate::parsing::ParseError::new($copy, $kind)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsing/primitive_parsing.rs:128:9 [INFO] [stdout] | [INFO] [stdout] 128 | parse_integer! {signed, (i64, u64), self} [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `throw_out` (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/macros/parsing_macros.rs:308:66 [INFO] [stdout] | [INFO] [stdout] 308 | return Err(crate::parsing::ParseError::new($copy, $kind)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsing/primitive_parsing.rs:128:9 [INFO] [stdout] | [INFO] [stdout] 128 | parse_integer! {signed, (i64, u64), self} [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `throw_out` (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/macros/parsing_macros.rs:308:66 [INFO] [stdout] | [INFO] [stdout] 308 | return Err(crate::parsing::ParseError::new($copy, $kind)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsing/primitive_parsing.rs:142:9 [INFO] [stdout] | [INFO] [stdout] 142 | parse_integer! {unsigned, (u32, u32), self} [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `throw_out` (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/macros/parsing_macros.rs:308:66 [INFO] [stdout] | [INFO] [stdout] 308 | return Err(crate::parsing::ParseError::new($copy, $kind)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsing/primitive_parsing.rs:142:9 [INFO] [stdout] | [INFO] [stdout] 142 | parse_integer! {unsigned, (u32, u32), self} [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `throw_out` (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/macros/parsing_macros.rs:308:66 [INFO] [stdout] | [INFO] [stdout] 308 | return Err(crate::parsing::ParseError::new($copy, $kind)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsing/primitive_parsing.rs:156:9 [INFO] [stdout] | [INFO] [stdout] 156 | parse_integer! {signed, (i32, u32), self} [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `throw_out` (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/macros/parsing_macros.rs:308:66 [INFO] [stdout] | [INFO] [stdout] 308 | return Err(crate::parsing::ParseError::new($copy, $kind)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsing/primitive_parsing.rs:156:9 [INFO] [stdout] | [INFO] [stdout] 156 | parse_integer! {signed, (i32, u32), self} [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `throw_out` (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/macros/parsing_macros.rs:308:66 [INFO] [stdout] | [INFO] [stdout] 308 | return Err(crate::parsing::ParseError::new($copy, $kind)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsing/primitive_parsing.rs:156:9 [INFO] [stdout] | [INFO] [stdout] 156 | parse_integer! {signed, (i32, u32), self} [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `throw_out` (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/macros/parsing_macros.rs:308:66 [INFO] [stdout] | [INFO] [stdout] 308 | return Err(crate::parsing::ParseError::new($copy, $kind)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsing/primitive_parsing.rs:156:9 [INFO] [stdout] | [INFO] [stdout] 156 | parse_integer! {signed, (i32, u32), self} [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `throw_out` (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/macros/parsing_macros.rs:308:66 [INFO] [stdout] | [INFO] [stdout] 308 | return Err(crate::parsing::ParseError::new($copy, $kind)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsing/primitive_parsing.rs:170:9 [INFO] [stdout] | [INFO] [stdout] 170 | parse_integer! {unsigned, (u16, u16), self} [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `throw_out` (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/macros/parsing_macros.rs:308:66 [INFO] [stdout] | [INFO] [stdout] 308 | return Err(crate::parsing::ParseError::new($copy, $kind)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsing/primitive_parsing.rs:170:9 [INFO] [stdout] | [INFO] [stdout] 170 | parse_integer! {unsigned, (u16, u16), self} [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `throw_out` (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/macros/parsing_macros.rs:308:66 [INFO] [stdout] | [INFO] [stdout] 308 | return Err(crate::parsing::ParseError::new($copy, $kind)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsing/primitive_parsing.rs:184:9 [INFO] [stdout] | [INFO] [stdout] 184 | parse_integer! {signed, (i16, u16), self} [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `throw_out` (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/macros/parsing_macros.rs:308:66 [INFO] [stdout] | [INFO] [stdout] 308 | return Err(crate::parsing::ParseError::new($copy, $kind)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsing/primitive_parsing.rs:184:9 [INFO] [stdout] | [INFO] [stdout] 184 | parse_integer! {signed, (i16, u16), self} [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `throw_out` (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/macros/parsing_macros.rs:308:66 [INFO] [stdout] | [INFO] [stdout] 308 | return Err(crate::parsing::ParseError::new($copy, $kind)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsing/primitive_parsing.rs:184:9 [INFO] [stdout] | [INFO] [stdout] 184 | parse_integer! {signed, (i16, u16), self} [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `throw_out` (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/macros/parsing_macros.rs:308:66 [INFO] [stdout] | [INFO] [stdout] 308 | return Err(crate::parsing::ParseError::new($copy, $kind)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsing/primitive_parsing.rs:184:9 [INFO] [stdout] | [INFO] [stdout] 184 | parse_integer! {signed, (i16, u16), self} [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `throw_out` (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/macros/parsing_macros.rs:308:66 [INFO] [stdout] | [INFO] [stdout] 308 | return Err(crate::parsing::ParseError::new($copy, $kind)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsing/primitive_parsing.rs:198:9 [INFO] [stdout] | [INFO] [stdout] 198 | parse_integer! {unsigned, (u8, u8), self} [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `throw_out` (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/macros/parsing_macros.rs:308:66 [INFO] [stdout] | [INFO] [stdout] 308 | return Err(crate::parsing::ParseError::new($copy, $kind)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsing/primitive_parsing.rs:198:9 [INFO] [stdout] | [INFO] [stdout] 198 | parse_integer! {unsigned, (u8, u8), self} [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `throw_out` (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/macros/parsing_macros.rs:308:66 [INFO] [stdout] | [INFO] [stdout] 308 | return Err(crate::parsing::ParseError::new($copy, $kind)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsing/primitive_parsing.rs:212:9 [INFO] [stdout] | [INFO] [stdout] 212 | parse_integer! {signed, (i8, u8), self} [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `throw_out` (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/macros/parsing_macros.rs:308:66 [INFO] [stdout] | [INFO] [stdout] 308 | return Err(crate::parsing::ParseError::new($copy, $kind)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsing/primitive_parsing.rs:212:9 [INFO] [stdout] | [INFO] [stdout] 212 | parse_integer! {signed, (i8, u8), self} [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `throw_out` (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/macros/parsing_macros.rs:308:66 [INFO] [stdout] | [INFO] [stdout] 308 | return Err(crate::parsing::ParseError::new($copy, $kind)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsing/primitive_parsing.rs:212:9 [INFO] [stdout] | [INFO] [stdout] 212 | parse_integer! {signed, (i8, u8), self} [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `throw_out` (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/macros/parsing_macros.rs:308:66 [INFO] [stdout] | [INFO] [stdout] 308 | return Err(crate::parsing::ParseError::new($copy, $kind)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsing/primitive_parsing.rs:212:9 [INFO] [stdout] | [INFO] [stdout] 212 | parse_integer! {signed, (i8, u8), self} [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `throw_out` (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/macros/parsing_macros.rs:308:66 [INFO] [stdout] | [INFO] [stdout] 308 | return Err(crate::parsing::ParseError::new($copy, $kind)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsing/primitive_parsing.rs:221:9 [INFO] [stdout] | [INFO] [stdout] 221 | parse_integer! {unsigned, (usize, usize), self} [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `throw_out` (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/macros/parsing_macros.rs:308:66 [INFO] [stdout] | [INFO] [stdout] 308 | return Err(crate::parsing::ParseError::new($copy, $kind)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsing/primitive_parsing.rs:221:9 [INFO] [stdout] | [INFO] [stdout] 221 | parse_integer! {unsigned, (usize, usize), self} [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `throw_out` (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/macros/parsing_macros.rs:308:66 [INFO] [stdout] | [INFO] [stdout] 308 | return Err(crate::parsing::ParseError::new($copy, $kind)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsing/primitive_parsing.rs:235:9 [INFO] [stdout] | [INFO] [stdout] 235 | parse_integer! {signed, (isize, usize), self} [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `throw_out` (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/macros/parsing_macros.rs:308:66 [INFO] [stdout] | [INFO] [stdout] 308 | return Err(crate::parsing::ParseError::new($copy, $kind)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsing/primitive_parsing.rs:235:9 [INFO] [stdout] | [INFO] [stdout] 235 | parse_integer! {signed, (isize, usize), self} [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `throw_out` (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/macros/parsing_macros.rs:308:66 [INFO] [stdout] | [INFO] [stdout] 308 | return Err(crate::parsing::ParseError::new($copy, $kind)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsing/primitive_parsing.rs:235:9 [INFO] [stdout] | [INFO] [stdout] 235 | parse_integer! {signed, (isize, usize), self} [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `throw_out` (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/macros/parsing_macros.rs:308:66 [INFO] [stdout] | [INFO] [stdout] 308 | return Err(crate::parsing::ParseError::new($copy, $kind)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsing/primitive_parsing.rs:235:9 [INFO] [stdout] | [INFO] [stdout] 235 | parse_integer! {signed, (isize, usize), self} [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `throw_out` (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/macros/parsing_macros.rs:308:66 [INFO] [stdout] | [INFO] [stdout] 308 | return Err(crate::parsing::ParseError::new($copy, $kind)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsing/primitive_parsing.rs:339:22 [INFO] [stdout] | [INFO] [stdout] 339 | _ => throw!(ErrorKind::ParseBool), [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `throw_out` (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/macros/parsing_macros.rs:308:66 [INFO] [stdout] | [INFO] [stdout] 308 | return Err(crate::parsing::ParseError::new($copy, $kind)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsing.rs:164:17 [INFO] [stdout] | [INFO] [stdout] 164 | throw!(ErrorKind::SkipByte) [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `throw_out` (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/macros/parsing_macros.rs:308:66 [INFO] [stdout] | [INFO] [stdout] 308 | return Err(crate::parsing::ParseError::new($copy, $kind)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsing.rs:265:28 [INFO] [stdout] | [INFO] [stdout] 265 | on_error = throw!(ErrorKind::Strip); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `throw_out` (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/macros/parsing_macros.rs:308:66 [INFO] [stdout] | [INFO] [stdout] 308 | return Err(crate::parsing::ParseError::new($copy, $kind)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsing.rs:265:28 [INFO] [stdout] | [INFO] [stdout] 265 | on_error = throw!(ErrorKind::Strip); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `throw_out` (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/macros/parsing_macros.rs:308:66 [INFO] [stdout] | [INFO] [stdout] 308 | return Err(crate::parsing::ParseError::new($copy, $kind)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsing.rs:299:22 [INFO] [stdout] | [INFO] [stdout] 299 | _ => throw!(ErrorKind::Strip), [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `throw_out` (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/macros/parsing_macros.rs:308:66 [INFO] [stdout] | [INFO] [stdout] 308 | return Err(crate::parsing::ParseError::new($copy, $kind)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsing.rs:346:28 [INFO] [stdout] | [INFO] [stdout] 346 | on_error = throw!(ErrorKind::Strip); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `throw_out` (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/macros/parsing_macros.rs:308:66 [INFO] [stdout] | [INFO] [stdout] 308 | return Err(crate::parsing::ParseError::new($copy, $kind)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsing.rs:346:28 [INFO] [stdout] | [INFO] [stdout] 346 | on_error = throw!(ErrorKind::Strip); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `throw_out` (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/macros/parsing_macros.rs:308:66 [INFO] [stdout] | [INFO] [stdout] 308 | return Err(crate::parsing::ParseError::new($copy, $kind)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsing/primitive_parsing.rs:59:9 [INFO] [stdout] | [INFO] [stdout] 59 | parse_integer! {unsigned, (u128, u128), self} [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `throw_out` (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/macros/parsing_macros.rs:308:66 [INFO] [stdout] | [INFO] [stdout] 308 | return Err(crate::parsing::ParseError::new($copy, $kind)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsing.rs:380:22 [INFO] [stdout] | [INFO] [stdout] 380 | _ => throw!(ErrorKind::Strip), [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `throw_out` (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/macros/parsing_macros.rs:308:66 [INFO] [stdout] | [INFO] [stdout] 308 | return Err(crate::parsing::ParseError::new($copy, $kind)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsing.rs:716:17 [INFO] [stdout] | [INFO] [stdout] 716 | throw!(ErrorKind::Find) [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `throw_out` (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/macros/parsing_macros.rs:308:66 [INFO] [stdout] | [INFO] [stdout] 308 | return Err(crate::parsing::ParseError::new($copy, $kind)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsing.rs:748:13 [INFO] [stdout] | [INFO] [stdout] 748 | throw!(ErrorKind::Find) [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `throw_out` (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/macros/parsing_macros.rs:308:66 [INFO] [stdout] | [INFO] [stdout] 308 | return Err(crate::parsing::ParseError::new($copy, $kind)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsing.rs:805:17 [INFO] [stdout] | [INFO] [stdout] 805 | throw!(ErrorKind::Find) [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `throw_out` (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/macros/parsing_macros.rs:308:66 [INFO] [stdout] | [INFO] [stdout] 308 | return Err(crate::parsing::ParseError::new($copy, $kind)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsing.rs:837:13 [INFO] [stdout] | [INFO] [stdout] 837 | throw!(ErrorKind::Find) [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `throw_out` (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/macros/parsing_macros.rs:308:66 [INFO] [stdout] | [INFO] [stdout] 308 | return Err(crate::parsing::ParseError::new($copy, $kind)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsing/primitive_parsing.rs:59:9 [INFO] [stdout] | [INFO] [stdout] 59 | parse_integer! {unsigned, (u128, u128), self} [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `throw_out` (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/macros/parsing_macros.rs:308:66 [INFO] [stdout] | [INFO] [stdout] 308 | return Err(crate::parsing::ParseError::new($copy, $kind)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsing/primitive_parsing.rs:100:9 [INFO] [stdout] | [INFO] [stdout] 100 | parse_integer! {signed, (i128, u128), self} [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `throw_out` (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/macros/parsing_macros.rs:308:66 [INFO] [stdout] | [INFO] [stdout] 308 | return Err(crate::parsing::ParseError::new($copy, $kind)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsing/primitive_parsing.rs:100:9 [INFO] [stdout] | [INFO] [stdout] 100 | parse_integer! {signed, (i128, u128), self} [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `throw_out` (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/macros/parsing_macros.rs:308:66 [INFO] [stdout] | [INFO] [stdout] 308 | return Err(crate::parsing::ParseError::new($copy, $kind)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsing/primitive_parsing.rs:100:9 [INFO] [stdout] | [INFO] [stdout] 100 | parse_integer! {signed, (i128, u128), self} [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `throw_out` (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/macros/parsing_macros.rs:308:66 [INFO] [stdout] | [INFO] [stdout] 308 | return Err(crate::parsing::ParseError::new($copy, $kind)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsing/primitive_parsing.rs:100:9 [INFO] [stdout] | [INFO] [stdout] 100 | parse_integer! {signed, (i128, u128), self} [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `throw_out` (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/macros/parsing_macros.rs:308:66 [INFO] [stdout] | [INFO] [stdout] 308 | return Err(crate::parsing::ParseError::new($copy, $kind)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsing/primitive_parsing.rs:114:9 [INFO] [stdout] | [INFO] [stdout] 114 | parse_integer! {unsigned, (u64, u64), self} [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `throw_out` (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/macros/parsing_macros.rs:308:66 [INFO] [stdout] | [INFO] [stdout] 308 | return Err(crate::parsing::ParseError::new($copy, $kind)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsing/primitive_parsing.rs:114:9 [INFO] [stdout] | [INFO] [stdout] 114 | parse_integer! {unsigned, (u64, u64), self} [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `throw_out` (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/macros/parsing_macros.rs:308:66 [INFO] [stdout] | [INFO] [stdout] 308 | return Err(crate::parsing::ParseError::new($copy, $kind)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsing/primitive_parsing.rs:128:9 [INFO] [stdout] | [INFO] [stdout] 128 | parse_integer! {signed, (i64, u64), self} [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `throw_out` (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/macros/parsing_macros.rs:308:66 [INFO] [stdout] | [INFO] [stdout] 308 | return Err(crate::parsing::ParseError::new($copy, $kind)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsing/primitive_parsing.rs:128:9 [INFO] [stdout] | [INFO] [stdout] 128 | parse_integer! {signed, (i64, u64), self} [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `throw_out` (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/macros/parsing_macros.rs:308:66 [INFO] [stdout] | [INFO] [stdout] 308 | return Err(crate::parsing::ParseError::new($copy, $kind)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsing/primitive_parsing.rs:128:9 [INFO] [stdout] | [INFO] [stdout] 128 | parse_integer! {signed, (i64, u64), self} [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `throw_out` (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/macros/parsing_macros.rs:308:66 [INFO] [stdout] | [INFO] [stdout] 308 | return Err(crate::parsing::ParseError::new($copy, $kind)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsing/primitive_parsing.rs:128:9 [INFO] [stdout] | [INFO] [stdout] 128 | parse_integer! {signed, (i64, u64), self} [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `throw_out` (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/macros/parsing_macros.rs:308:66 [INFO] [stdout] | [INFO] [stdout] 308 | return Err(crate::parsing::ParseError::new($copy, $kind)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsing/primitive_parsing.rs:142:9 [INFO] [stdout] | [INFO] [stdout] 142 | parse_integer! {unsigned, (u32, u32), self} [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `throw_out` (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/macros/parsing_macros.rs:308:66 [INFO] [stdout] | [INFO] [stdout] 308 | return Err(crate::parsing::ParseError::new($copy, $kind)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsing/primitive_parsing.rs:142:9 [INFO] [stdout] | [INFO] [stdout] 142 | parse_integer! {unsigned, (u32, u32), self} [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `throw_out` (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/macros/parsing_macros.rs:308:66 [INFO] [stdout] | [INFO] [stdout] 308 | return Err(crate::parsing::ParseError::new($copy, $kind)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsing/primitive_parsing.rs:156:9 [INFO] [stdout] | [INFO] [stdout] 156 | parse_integer! {signed, (i32, u32), self} [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `throw_out` (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/macros/parsing_macros.rs:308:66 [INFO] [stdout] | [INFO] [stdout] 308 | return Err(crate::parsing::ParseError::new($copy, $kind)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsing/primitive_parsing.rs:156:9 [INFO] [stdout] | [INFO] [stdout] 156 | parse_integer! {signed, (i32, u32), self} [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `throw_out` (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/macros/parsing_macros.rs:308:66 [INFO] [stdout] | [INFO] [stdout] 308 | return Err(crate::parsing::ParseError::new($copy, $kind)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsing/primitive_parsing.rs:156:9 [INFO] [stdout] | [INFO] [stdout] 156 | parse_integer! {signed, (i32, u32), self} [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `throw_out` (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/macros/parsing_macros.rs:308:66 [INFO] [stdout] | [INFO] [stdout] 308 | return Err(crate::parsing::ParseError::new($copy, $kind)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsing/primitive_parsing.rs:156:9 [INFO] [stdout] | [INFO] [stdout] 156 | parse_integer! {signed, (i32, u32), self} [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `throw_out` (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/macros/parsing_macros.rs:308:66 [INFO] [stdout] | [INFO] [stdout] 308 | return Err(crate::parsing::ParseError::new($copy, $kind)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsing/primitive_parsing.rs:170:9 [INFO] [stdout] | [INFO] [stdout] 170 | parse_integer! {unsigned, (u16, u16), self} [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `throw_out` (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/macros/parsing_macros.rs:308:66 [INFO] [stdout] | [INFO] [stdout] 308 | return Err(crate::parsing::ParseError::new($copy, $kind)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsing/primitive_parsing.rs:170:9 [INFO] [stdout] | [INFO] [stdout] 170 | parse_integer! {unsigned, (u16, u16), self} [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `throw_out` (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/macros/parsing_macros.rs:308:66 [INFO] [stdout] | [INFO] [stdout] 308 | return Err(crate::parsing::ParseError::new($copy, $kind)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsing/primitive_parsing.rs:184:9 [INFO] [stdout] | [INFO] [stdout] 184 | parse_integer! {signed, (i16, u16), self} [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `throw_out` (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/macros/parsing_macros.rs:308:66 [INFO] [stdout] | [INFO] [stdout] 308 | return Err(crate::parsing::ParseError::new($copy, $kind)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsing/primitive_parsing.rs:184:9 [INFO] [stdout] | [INFO] [stdout] 184 | parse_integer! {signed, (i16, u16), self} [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `throw_out` (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/macros/parsing_macros.rs:308:66 [INFO] [stdout] | [INFO] [stdout] 308 | return Err(crate::parsing::ParseError::new($copy, $kind)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsing/primitive_parsing.rs:184:9 [INFO] [stdout] | [INFO] [stdout] 184 | parse_integer! {signed, (i16, u16), self} [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `throw_out` (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/macros/parsing_macros.rs:308:66 [INFO] [stdout] | [INFO] [stdout] 308 | return Err(crate::parsing::ParseError::new($copy, $kind)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsing/primitive_parsing.rs:184:9 [INFO] [stdout] | [INFO] [stdout] 184 | parse_integer! {signed, (i16, u16), self} [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `throw_out` (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/macros/parsing_macros.rs:308:66 [INFO] [stdout] | [INFO] [stdout] 308 | return Err(crate::parsing::ParseError::new($copy, $kind)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsing/primitive_parsing.rs:198:9 [INFO] [stdout] | [INFO] [stdout] 198 | parse_integer! {unsigned, (u8, u8), self} [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `throw_out` (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/macros/parsing_macros.rs:308:66 [INFO] [stdout] | [INFO] [stdout] 308 | return Err(crate::parsing::ParseError::new($copy, $kind)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsing/primitive_parsing.rs:198:9 [INFO] [stdout] | [INFO] [stdout] 198 | parse_integer! {unsigned, (u8, u8), self} [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `throw_out` (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/macros/parsing_macros.rs:308:66 [INFO] [stdout] | [INFO] [stdout] 308 | return Err(crate::parsing::ParseError::new($copy, $kind)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsing/primitive_parsing.rs:212:9 [INFO] [stdout] | [INFO] [stdout] 212 | parse_integer! {signed, (i8, u8), self} [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `throw_out` (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/macros/parsing_macros.rs:308:66 [INFO] [stdout] | [INFO] [stdout] 308 | return Err(crate::parsing::ParseError::new($copy, $kind)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsing/primitive_parsing.rs:212:9 [INFO] [stdout] | [INFO] [stdout] 212 | parse_integer! {signed, (i8, u8), self} [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `throw_out` (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/macros/parsing_macros.rs:308:66 [INFO] [stdout] | [INFO] [stdout] 308 | return Err(crate::parsing::ParseError::new($copy, $kind)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsing/primitive_parsing.rs:212:9 [INFO] [stdout] | [INFO] [stdout] 212 | parse_integer! {signed, (i8, u8), self} [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `throw_out` (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/macros/parsing_macros.rs:308:66 [INFO] [stdout] | [INFO] [stdout] 308 | return Err(crate::parsing::ParseError::new($copy, $kind)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsing/primitive_parsing.rs:212:9 [INFO] [stdout] | [INFO] [stdout] 212 | parse_integer! {signed, (i8, u8), self} [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `throw_out` (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/macros/parsing_macros.rs:308:66 [INFO] [stdout] | [INFO] [stdout] 308 | return Err(crate::parsing::ParseError::new($copy, $kind)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsing/primitive_parsing.rs:221:9 [INFO] [stdout] | [INFO] [stdout] 221 | parse_integer! {unsigned, (usize, usize), self} [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `throw_out` (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/macros/parsing_macros.rs:308:66 [INFO] [stdout] | [INFO] [stdout] 308 | return Err(crate::parsing::ParseError::new($copy, $kind)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsing/primitive_parsing.rs:221:9 [INFO] [stdout] | [INFO] [stdout] 221 | parse_integer! {unsigned, (usize, usize), self} [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `throw_out` (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/macros/parsing_macros.rs:308:66 [INFO] [stdout] | [INFO] [stdout] 308 | return Err(crate::parsing::ParseError::new($copy, $kind)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsing/primitive_parsing.rs:235:9 [INFO] [stdout] | [INFO] [stdout] 235 | parse_integer! {signed, (isize, usize), self} [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `throw_out` (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/macros/parsing_macros.rs:308:66 [INFO] [stdout] | [INFO] [stdout] 308 | return Err(crate::parsing::ParseError::new($copy, $kind)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsing/primitive_parsing.rs:235:9 [INFO] [stdout] | [INFO] [stdout] 235 | parse_integer! {signed, (isize, usize), self} [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `throw_out` (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/macros/parsing_macros.rs:308:66 [INFO] [stdout] | [INFO] [stdout] 308 | return Err(crate::parsing::ParseError::new($copy, $kind)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsing/primitive_parsing.rs:235:9 [INFO] [stdout] | [INFO] [stdout] 235 | parse_integer! {signed, (isize, usize), self} [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `throw_out` (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/macros/parsing_macros.rs:308:66 [INFO] [stdout] | [INFO] [stdout] 308 | return Err(crate::parsing::ParseError::new($copy, $kind)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsing/primitive_parsing.rs:235:9 [INFO] [stdout] | [INFO] [stdout] 235 | parse_integer! {signed, (isize, usize), self} [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `throw_out` (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/macros/parsing_macros.rs:308:66 [INFO] [stdout] | [INFO] [stdout] 308 | return Err(crate::parsing::ParseError::new($copy, $kind)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsing/primitive_parsing.rs:339:22 [INFO] [stdout] | [INFO] [stdout] 339 | _ => throw!(ErrorKind::ParseBool), [INFO] [stdout] | ---------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `throw_out` (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/macros/parsing_macros.rs:308:66 [INFO] [stdout] | [INFO] [stdout] 308 | return Err(crate::parsing::ParseError::new($copy, $kind)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsing.rs:164:17 [INFO] [stdout] | [INFO] [stdout] 164 | throw!(ErrorKind::SkipByte) [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `throw_out` (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/macros/parsing_macros.rs:308:66 [INFO] [stdout] | [INFO] [stdout] 308 | return Err(crate::parsing::ParseError::new($copy, $kind)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsing.rs:265:28 [INFO] [stdout] | [INFO] [stdout] 265 | on_error = throw!(ErrorKind::Strip); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `throw_out` (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/macros/parsing_macros.rs:308:66 [INFO] [stdout] | [INFO] [stdout] 308 | return Err(crate::parsing::ParseError::new($copy, $kind)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsing.rs:265:28 [INFO] [stdout] | [INFO] [stdout] 265 | on_error = throw!(ErrorKind::Strip); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `throw_out` (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/macros/parsing_macros.rs:308:66 [INFO] [stdout] | [INFO] [stdout] 308 | return Err(crate::parsing::ParseError::new($copy, $kind)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsing.rs:299:22 [INFO] [stdout] | [INFO] [stdout] 299 | _ => throw!(ErrorKind::Strip), [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `throw_out` (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/macros/parsing_macros.rs:308:66 [INFO] [stdout] | [INFO] [stdout] 308 | return Err(crate::parsing::ParseError::new($copy, $kind)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsing.rs:346:28 [INFO] [stdout] | [INFO] [stdout] 346 | on_error = throw!(ErrorKind::Strip); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `throw_out` (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/macros/parsing_macros.rs:308:66 [INFO] [stdout] | [INFO] [stdout] 308 | return Err(crate::parsing::ParseError::new($copy, $kind)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsing.rs:346:28 [INFO] [stdout] | [INFO] [stdout] 346 | on_error = throw!(ErrorKind::Strip); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `throw_out` (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/macros/parsing_macros.rs:308:66 [INFO] [stdout] | [INFO] [stdout] 308 | return Err(crate::parsing::ParseError::new($copy, $kind)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsing.rs:380:22 [INFO] [stdout] | [INFO] [stdout] 380 | _ => throw!(ErrorKind::Strip), [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `throw_out` (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/macros/parsing_macros.rs:308:66 [INFO] [stdout] | [INFO] [stdout] 308 | return Err(crate::parsing::ParseError::new($copy, $kind)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsing.rs:716:17 [INFO] [stdout] | [INFO] [stdout] 716 | throw!(ErrorKind::Find) [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `throw_out` (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/macros/parsing_macros.rs:308:66 [INFO] [stdout] | [INFO] [stdout] 308 | return Err(crate::parsing::ParseError::new($copy, $kind)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsing.rs:748:13 [INFO] [stdout] | [INFO] [stdout] 748 | throw!(ErrorKind::Find) [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `throw_out` (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/macros/parsing_macros.rs:308:66 [INFO] [stdout] | [INFO] [stdout] 308 | return Err(crate::parsing::ParseError::new($copy, $kind)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsing.rs:805:17 [INFO] [stdout] | [INFO] [stdout] 805 | throw!(ErrorKind::Find) [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `throw_out` (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/macros/parsing_macros.rs:308:66 [INFO] [stdout] | [INFO] [stdout] 308 | return Err(crate::parsing::ParseError::new($copy, $kind)); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/parsing.rs:837:13 [INFO] [stdout] | [INFO] [stdout] 837 | throw!(ErrorKind::Find) [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `throw_out` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 48 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `konst` [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 48 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "3a7b9239053413f71e4e9aca4dd45752ad7b477eea56715a4f456a39a9b6f208", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3a7b9239053413f71e4e9aca4dd45752ad7b477eea56715a4f456a39a9b6f208", kill_on_drop: false }` [INFO] [stdout] 3a7b9239053413f71e4e9aca4dd45752ad7b477eea56715a4f456a39a9b6f208