[INFO] fetching crate rtoml 0.1.1... [INFO] checking rtoml-0.1.1 against master#936f2600b6c903b04387f74ed5cbce88bb06d243 for pr-91141 [INFO] extracting crate rtoml 0.1.1 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate rtoml 0.1.1 on toolchain 936f2600b6c903b04387f74ed5cbce88bb06d243 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+936f2600b6c903b04387f74ed5cbce88bb06d243" "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-0/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" "+936f2600b6c903b04387f74ed5cbce88bb06d243" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+936f2600b6c903b04387f74ed5cbce88bb06d243" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6b4b8b1a63201db74ecbf154ffd2ca93986ac459f1a77dce125aef0a7c4d75fc [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" "6b4b8b1a63201db74ecbf154ffd2ca93986ac459f1a77dce125aef0a7c4d75fc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6b4b8b1a63201db74ecbf154ffd2ca93986ac459f1a77dce125aef0a7c4d75fc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6b4b8b1a63201db74ecbf154ffd2ca93986ac459f1a77dce125aef0a7c4d75fc", kill_on_drop: false }` [INFO] [stdout] 6b4b8b1a63201db74ecbf154ffd2ca93986ac459f1a77dce125aef0a7c4d75fc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+936f2600b6c903b04387f74ed5cbce88bb06d243" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9241b2d936046eb84e2bc40f99f89f1ffeedce8fed7721232aad3dcaa804b68a [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" "9241b2d936046eb84e2bc40f99f89f1ffeedce8fed7721232aad3dcaa804b68a", kill_on_drop: false }` [INFO] [stderr] Checking rtoml v0.1.1 (/opt/rustwide/workdir) [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: 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] 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: `#[macro_use]` only has an effect on `extern crate` and modules [INFO] [stdout] --> src/lexer/mod.rs:46:1 [INFO] [stdout] | [INFO] [stdout] 46 | #[macro_use] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[macro_use]` only has an effect on `extern crate` and modules [INFO] [stdout] --> src/bulletins/array.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | #[macro_use] [INFO] [stdout] | ^^^^^^^^^^^^ [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: 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] 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: `#[macro_use]` only has an effect on `extern crate` and modules [INFO] [stdout] --> src/lexer/mod.rs:46:1 [INFO] [stdout] | [INFO] [stdout] 46 | #[macro_use] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[macro_use]` only has an effect on `extern crate` and modules [INFO] [stdout] --> src/bulletins/array.rs:19:1 [INFO] [stdout] | [INFO] [stdout] 19 | #[macro_use] [INFO] [stdout] | ^^^^^^^^^^^^ [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: unused variable: `something` [INFO] [stdout] --> src/bulletins/array.rs:75:29 [INFO] [stdout] | [INFO] [stdout] 75 | let something = Arr::handle(arr.peekable); [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_something` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/bulletins/inline_table.rs:20:33 [INFO] [stdout] | [INFO] [stdout] 20 | Tokens::Literal(x) => { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/parser/mod.rs:42:13 [INFO] [stdout] | [INFO] [stdout] 42 | let mut current_child = &self.syntax_tree.child; [INFO] [stdout] | ----^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `array` [INFO] [stdout] --> src/bulletins/array.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | array: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [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: `#[warn(non_fmt_panics)]` on by default [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: 21 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: unused variable: `something` [INFO] [stdout] --> src/bulletins/array.rs:75:29 [INFO] [stdout] | [INFO] [stdout] 75 | let something = Arr::handle(arr.peekable); [INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_something` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `x` [INFO] [stdout] --> src/bulletins/inline_table.rs:20:33 [INFO] [stdout] | [INFO] [stdout] 20 | Tokens::Literal(x) => { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_x` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/parser/mod.rs:42:13 [INFO] [stdout] | [INFO] [stdout] 42 | let mut current_child = &self.syntax_tree.child; [INFO] [stdout] | ----^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `array` [INFO] [stdout] --> src/bulletins/array.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | array: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [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: `#[warn(non_fmt_panics)]` on by default [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: 21 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.26s [INFO] running `Command { std: "docker" "inspect" "9241b2d936046eb84e2bc40f99f89f1ffeedce8fed7721232aad3dcaa804b68a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9241b2d936046eb84e2bc40f99f89f1ffeedce8fed7721232aad3dcaa804b68a", kill_on_drop: false }` [INFO] [stdout] 9241b2d936046eb84e2bc40f99f89f1ffeedce8fed7721232aad3dcaa804b68a