[INFO] fetching crate rtoml 0.1.1... [INFO] checking rtoml-0.1.1 against try#3d9fdbff4f377de96b3a51174e7a64086bee9a5c for pr-81477 [INFO] extracting crate rtoml 0.1.1 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate rtoml 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 rtoml 0.1.1 [INFO] finished tweaking crates.io crate rtoml 0.1.1 [INFO] tweaked toml for crates.io crate rtoml 0.1.1 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate crates.io crate rtoml 0.1.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3d9fdbff4f377de96b3a51174e7a64086bee9a5c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:ea7d7bff36b2ba8ce4de8bba1d2dea90376bc481f1a945a913994a8c492e40c1" "/opt/rustwide/cargo-home/bin/cargo" "+3d9fdbff4f377de96b3a51174e7a64086bee9a5c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] aa0496ae873e69d6f90cb751fa027a6d6f491848da22e148396b797f350fa759 [INFO] running `Command { std: "docker" "start" "-a" "aa0496ae873e69d6f90cb751fa027a6d6f491848da22e148396b797f350fa759", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "aa0496ae873e69d6f90cb751fa027a6d6f491848da22e148396b797f350fa759", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "aa0496ae873e69d6f90cb751fa027a6d6f491848da22e148396b797f350fa759", kill_on_drop: false }` [INFO] [stdout] aa0496ae873e69d6f90cb751fa027a6d6f491848da22e148396b797f350fa759 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:ea7d7bff36b2ba8ce4de8bba1d2dea90376bc481f1a945a913994a8c492e40c1" "/opt/rustwide/cargo-home/bin/cargo" "+3d9fdbff4f377de96b3a51174e7a64086bee9a5c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c496b1e3dda0b04c11c5d0955b88e349b3c9f0bfdad439fbb7b04b719fd6f675 [INFO] running `Command { std: "docker" "start" "-a" "c496b1e3dda0b04c11c5d0955b88e349b3c9f0bfdad439fbb7b04b719fd6f675", kill_on_drop: false }` [INFO] [stderr] Checking rtoml v0.1.1 (/opt/rustwide/workdir) [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/ast/mod.rs:88:25 [INFO] [stdout] | [INFO] [stdout] 88 | panic!($message); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 110 | comp_err!("Expected value, found Segment") [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `comp_err` (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/ast/mod.rs:88:25 [INFO] [stdout] | [INFO] [stdout] 88 | panic!($message); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 117 | comp_err!("Expected table segment, found value") [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `comp_err` (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/ast/mod.rs:88:25 [INFO] [stdout] | [INFO] [stdout] 88 | panic!($message); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/bulletins/array.rs:86:37 [INFO] [stdout] | [INFO] [stdout] 86 | ... comp_err!("Unexpected token, expected quotes or number") [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `comp_err` (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/ast/mod.rs:88:25 [INFO] [stdout] | [INFO] [stdout] 88 | panic!($message); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/bulletins/num.rs:24:25 [INFO] [stdout] | [INFO] [stdout] 24 | comp_err!("Unexpected dot `.` while parsing a floating point, put the value in quotes if its not a floating point") [INFO] [stdout] | ------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `comp_err` (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/ast/mod.rs:85:10 [INFO] [stdout] | [INFO] [stdout] 85 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/bulletins/string.rs:28:18 [INFO] [stdout] | [INFO] [stdout] 28 | _ => comp_err!( [INFO] [stdout] | __________________- [INFO] [stdout] 29 | | "Unknown number of quotes, found {:?} expected 3 or 2", [INFO] [stdout] 30 | | quote_count [INFO] [stdout] 31 | | ), [INFO] [stdout] | |_____________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `comp_err` (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/ast/mod.rs:88:25 [INFO] [stdout] | [INFO] [stdout] 88 | panic!($message); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/bulletins/mod.rs:55:26 [INFO] [stdout] | [INFO] [stdout] 55 | _ => comp_err!("Invalid boolean type"), [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `comp_err` (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/ast/mod.rs:88:25 [INFO] [stdout] | [INFO] [stdout] 88 | panic!($message); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/bulletins/mod.rs:57:48 [INFO] [stdout] | [INFO] [stdout] 57 | Types::String | Types::Void => comp_err!("Invalid character found"), [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `comp_err` (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/ast/mod.rs:88:25 [INFO] [stdout] | [INFO] [stdout] 88 | panic!($message); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/bulletins/mod.rs:58:22 [INFO] [stdout] | [INFO] [stdout] 58 | _ => comp_err!("Datetime not supported"), [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `comp_err` (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/ast/mod.rs:88:25 [INFO] [stdout] | [INFO] [stdout] 88 | panic!($message); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/bulletins/mod.rs:62:17 [INFO] [stdout] | [INFO] [stdout] 62 | None => comp_err!("Expected value, found None"), [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `comp_err` (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/ast/mod.rs:88:25 [INFO] [stdout] | [INFO] [stdout] 88 | panic!($message); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/bulletins/mod.rs:63:14 [INFO] [stdout] | [INFO] [stdout] 63 | _ => comp_err!("Expected value, found unrecognised token"), [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `comp_err` (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/ast/mod.rs:88:25 [INFO] [stdout] | [INFO] [stdout] 88 | panic!($message); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 110 | comp_err!("Expected value, found Segment") [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `comp_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::bulletins::inline_table::parse_inline_table` [INFO] [stdout] --> src/bulletins/mod.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use crate::bulletins::inline_table::parse_inline_table; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Trailing semicolon in macro [INFO] [stdout] --> src/ast/mod.rs:88:25 [INFO] [stdout] | [INFO] [stdout] 88 | panic!($message); [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 117 | comp_err!("Expected table segment, found value") [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `comp_err` (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/ast/mod.rs:88:25 [INFO] [stdout] | [INFO] [stdout] 88 | panic!($message); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/bulletins/array.rs:86:37 [INFO] [stdout] | [INFO] [stdout] 86 | ... comp_err!("Unexpected token, expected quotes or number") [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `comp_err` (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/ast/mod.rs:88:25 [INFO] [stdout] | [INFO] [stdout] 88 | panic!($message); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/bulletins/num.rs:24:25 [INFO] [stdout] | [INFO] [stdout] 24 | comp_err!("Unexpected dot `.` while parsing a floating point, put the value in quotes if its not a floating point") [INFO] [stdout] | ------------------------------------------------------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `comp_err` (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/ast/mod.rs:85:10 [INFO] [stdout] | [INFO] [stdout] 85 | ); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/bulletins/string.rs:28:18 [INFO] [stdout] | [INFO] [stdout] 28 | _ => comp_err!( [INFO] [stdout] | __________________- [INFO] [stdout] 29 | | "Unknown number of quotes, found {:?} expected 3 or 2", [INFO] [stdout] 30 | | quote_count [INFO] [stdout] 31 | | ), [INFO] [stdout] | |_____________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `comp_err` (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/ast/mod.rs:88:25 [INFO] [stdout] | [INFO] [stdout] 88 | panic!($message); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/bulletins/mod.rs:55:26 [INFO] [stdout] | [INFO] [stdout] 55 | _ => comp_err!("Invalid boolean type"), [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `comp_err` (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/ast/mod.rs:88:25 [INFO] [stdout] | [INFO] [stdout] 88 | panic!($message); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/bulletins/mod.rs:57:48 [INFO] [stdout] | [INFO] [stdout] 57 | Types::String | Types::Void => comp_err!("Invalid character found"), [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `comp_err` (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/ast/mod.rs:88:25 [INFO] [stdout] | [INFO] [stdout] 88 | panic!($message); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/bulletins/mod.rs:58:22 [INFO] [stdout] | [INFO] [stdout] 58 | _ => comp_err!("Datetime not supported"), [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `comp_err` (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/ast/mod.rs:88:25 [INFO] [stdout] | [INFO] [stdout] 88 | panic!($message); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/bulletins/mod.rs:62:17 [INFO] [stdout] | [INFO] [stdout] 62 | None => comp_err!("Expected value, found None"), [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `comp_err` (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/ast/mod.rs:88:25 [INFO] [stdout] | [INFO] [stdout] 88 | panic!($message); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] ::: src/bulletins/mod.rs:63:14 [INFO] [stdout] | [INFO] [stdout] 63 | _ => comp_err!("Expected value, found unrecognised token"), [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `comp_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::bulletins::inline_table::parse_inline_table` [INFO] [stdout] --> src/bulletins/mod.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use crate::bulletins::inline_table::parse_inline_table; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 10 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 10 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `rtoml` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "c496b1e3dda0b04c11c5d0955b88e349b3c9f0bfdad439fbb7b04b719fd6f675", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c496b1e3dda0b04c11c5d0955b88e349b3c9f0bfdad439fbb7b04b719fd6f675", kill_on_drop: false }` [INFO] [stdout] c496b1e3dda0b04c11c5d0955b88e349b3c9f0bfdad439fbb7b04b719fd6f675