[INFO] fetching crate rtoml 0.1.1... [INFO] checking rtoml-0.1.1 against try#a7a572ce3edd6d476191fbfe92c9c1986e009b34 for pr-87190-3 [INFO] extracting crate rtoml 0.1.1 into /workspace/builds/worker-61/source [INFO] validating manifest of crates.io crate rtoml 0.1.1 on toolchain a7a572ce3edd6d476191fbfe92c9c1986e009b34 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "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-61/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" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-61/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-61/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d483c11ff0fa07a6218c29622266cb3919c7a12ac5a86370f5e8b7e0532f1da2 [INFO] running `Command { std: "docker" "start" "-a" "d483c11ff0fa07a6218c29622266cb3919c7a12ac5a86370f5e8b7e0532f1da2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d483c11ff0fa07a6218c29622266cb3919c7a12ac5a86370f5e8b7e0532f1da2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d483c11ff0fa07a6218c29622266cb3919c7a12ac5a86370f5e8b7e0532f1da2", kill_on_drop: false }` [INFO] [stdout] d483c11ff0fa07a6218c29622266cb3919c7a12ac5a86370f5e8b7e0532f1da2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-61/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-61/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 808d54b2c9ca54f8138f2dd1bbfc6cb29f9872a42fd095a4afc914d11b3babec [INFO] running `Command { std: "docker" "start" "-a" "808d54b2c9ca54f8138f2dd1bbfc6cb29f9872a42fd095a4afc914d11b3babec", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] Running `cargo fix --edition` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking rtoml v0.1.1 (/tmp/fixit) [INFO] [stderr] Migrating src/lib.rs from 2018 edition to 2021 [INFO] [stderr] Fixed src/bulletins/inline_table.rs (1 fix) [INFO] [stderr] Fixed src/bulletins/array.rs (1 fix) [INFO] [stderr] Fixed src/parser/mod.rs (1 fix) [INFO] [stderr] Fixed src/bulletins/mod.rs (1 fix) [INFO] [stdout] warning: trailing semicolon in macro used in expression position [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: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `comp_err` [INFO] [stdout] = note: this warning originates in the macro `comp_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `comp_err` [INFO] [stdout] = note: this warning originates in the macro `comp_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `comp_err` [INFO] [stdout] = note: this warning originates in the macro `comp_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `comp_err` [INFO] [stdout] = note: this warning originates in the macro `comp_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `comp_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `comp_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `comp_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `comp_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `comp_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `comp_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [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: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `comp_err` [INFO] [stdout] = note: this warning originates in the macro `comp_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `comp_err` [INFO] [stdout] = note: this warning originates in the macro `comp_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `comp_err` [INFO] [stdout] = note: this warning originates in the macro `comp_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `comp_err` [INFO] [stdout] = note: this warning originates in the macro `comp_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `comp_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `comp_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `comp_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `comp_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `comp_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `comp_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `string` is never read [INFO] [stdout] --> src/bulletins/array.rs:45:37 [INFO] [stdout] | [INFO] [stdout] 45 | ... let mut string = TomlValue::String("".to_string()); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_assignments)]` on by default [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `string` is never read [INFO] [stdout] --> src/bulletins/array.rs:55:41 [INFO] [stdout] | [INFO] [stdout] 55 | ... let mut string = TomlValue::String("".to_string()); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/bulletins/array.rs:105:43 [INFO] [stdout] | [INFO] [stdout] 105 | ... comp_err!(format!( [INFO] [stdout] | _________________________________^ [INFO] [stdout] 106 | | ... "Found a {:?} type found in a {:?} type array", [INFO] [stdout] 107 | | ... type_of_literal, arr_type [INFO] [stdout] 108 | | ... )); [INFO] [stdout] | |_______________________^ [INFO] [stdout] | [INFO] [stdout] = note: `--force-warn non-fmt-panics` implied by `--force-warn rust-2021-compatibility` [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains a brace [INFO] [stdout] --> src/bulletins/inline_table.rs:30:57 [INFO] [stdout] | [INFO] [stdout] 30 | comp_err!("Inline tables should be ending with `}`"); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string, but will be in Rust 2021 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute [INFO] [stdout] --> src/bulletins/array.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | #[macro_use] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute [INFO] [stdout] --> src/lexer/mod.rs:46:1 [INFO] [stdout] | [INFO] [stdout] 46 | #[macro_use] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 16 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `string` is never read [INFO] [stdout] --> src/bulletins/array.rs:45:37 [INFO] [stdout] | [INFO] [stdout] 45 | ... let mut string = TomlValue::String("".to_string()); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_assignments)]` on by default [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `string` is never read [INFO] [stdout] --> src/bulletins/array.rs:55:41 [INFO] [stdout] | [INFO] [stdout] 55 | ... let mut string = TomlValue::String("".to_string()); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/bulletins/array.rs:105:43 [INFO] [stdout] | [INFO] [stdout] 105 | ... comp_err!(format!( [INFO] [stdout] | _________________________________^ [INFO] [stdout] 106 | | ... "Found a {:?} type found in a {:?} type array", [INFO] [stdout] 107 | | ... type_of_literal, arr_type [INFO] [stdout] 108 | | ... )); [INFO] [stdout] | |_______________________^ [INFO] [stdout] | [INFO] [stdout] = note: `--force-warn non-fmt-panics` implied by `--force-warn rust-2021-compatibility` [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message contains a brace [INFO] [stdout] --> src/bulletins/inline_table.rs:30:57 [INFO] [stdout] | [INFO] [stdout] 30 | comp_err!("Inline tables should be ending with `}`"); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: this message is not used as a format string, but will be in Rust 2021 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute [INFO] [stdout] --> src/bulletins/array.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | #[macro_use] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute [INFO] [stdout] --> src/lexer/mod.rs:46:1 [INFO] [stdout] | [INFO] [stdout] 46 | #[macro_use] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 16 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Migrating src/main.rs from 2018 edition to 2021 [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.94s [INFO] [stderr] Running `cargo check` to verify 2021 [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking rtoml v0.1.1 (/tmp/fixit) [INFO] [stdout] error: format argument must be a string literal [INFO] [stdout] --> src/bulletins/array.rs:105:43 [INFO] [stdout] | [INFO] [stdout] 105 | ... comp_err!(format!( [INFO] [stdout] | _________________________________^ [INFO] [stdout] 106 | | ... "Found a {:?} type found in a {:?} type array", [INFO] [stdout] 107 | | ... type_of_literal, arr_type [INFO] [stdout] 108 | | ... )); [INFO] [stdout] | |_______________________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `format` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: you might be missing a string literal to format with [INFO] [stdout] | [INFO] [stdout] 105 | comp_err!("{}", format!( [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid format string: unmatched `}` found [INFO] [stdout] --> src/bulletins/inline_table.rs:30:57 [INFO] [stdout] | [INFO] [stdout] 30 | comp_err!("Inline tables should be ending with `}`"); [INFO] [stdout] | ^ unmatched `}` in format string [INFO] [stdout] | [INFO] [stdout] = note: if you intended to print `}`, you can escape it using `}}` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [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: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `comp_err` [INFO] [stdout] = note: this warning originates in the macro `comp_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: format argument must be a string literal [INFO] [stdout] --> src/bulletins/array.rs:105:43 [INFO] [stdout] | [INFO] [stdout] 105 | ... comp_err!(format!( [INFO] [stdout] | _________________________________^ [INFO] [stdout] 106 | | ... "Found a {:?} type found in a {:?} type array", [INFO] [stdout] 107 | | ... type_of_literal, arr_type [INFO] [stdout] 108 | | ... )); [INFO] [stdout] | |_______________________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `format` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: you might be missing a string literal to format with [INFO] [stdout] | [INFO] [stdout] 105 | comp_err!("{}", format!( [INFO] [stdout] | +++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid format string: unmatched `}` found [INFO] [stdout] --> src/bulletins/inline_table.rs:30:57 [INFO] [stdout] | [INFO] [stdout] 30 | comp_err!("Inline tables should be ending with `}`"); [INFO] [stdout] | ^ unmatched `}` in format string [INFO] [stdout] | [INFO] [stdout] = note: if you intended to print `}`, you can escape it using `}}` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `comp_err` [INFO] [stdout] = note: this warning originates in the macro `comp_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `comp_err` [INFO] [stdout] = note: this warning originates in the macro `comp_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `comp_err` [INFO] [stdout] = note: this warning originates in the macro `comp_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `comp_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `comp_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `comp_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `comp_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `comp_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `comp_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [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: `#[warn(semicolon_in_expressions_from_macros)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `comp_err` [INFO] [stdout] = note: this warning originates in the macro `comp_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `comp_err` [INFO] [stdout] = note: this warning originates in the macro `comp_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `comp_err` [INFO] [stdout] = note: this warning originates in the macro `comp_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: macro invocations at the end of a block are treated as expressions [INFO] [stdout] = note: to ignore the value produced by the macro, add a semicolon after the invocation of `comp_err` [INFO] [stdout] = note: this warning originates in the macro `comp_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `comp_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `comp_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `comp_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `comp_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `comp_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trailing semicolon in macro used in expression position [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #79813 [INFO] [stdout] = note: this warning originates in the macro `comp_err` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors; 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `rtoml` due to 3 previous errors; 10 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to 2 previous errors; 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] [stderr] error: failed to check after updating to 2021 [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `cargo check --frozen --all --all-targets --message-format=json` (exit status: 101) [INFO] running `Command { std: "docker" "inspect" "808d54b2c9ca54f8138f2dd1bbfc6cb29f9872a42fd095a4afc914d11b3babec", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "808d54b2c9ca54f8138f2dd1bbfc6cb29f9872a42fd095a4afc914d11b3babec", kill_on_drop: false }` [INFO] [stdout] 808d54b2c9ca54f8138f2dd1bbfc6cb29f9872a42fd095a4afc914d11b3babec