[INFO] fetching crate over 0.6.5... [INFO] checking over-0.6.5 against try#7014e13d5becc920d4bea3cd87942c8a13d359bf+rustflags=-Dtail_expr_drop_order for pr-129864 [INFO] extracting crate over 0.6.5 into /workspace/builds/worker-6-tc2/source [INFO] validating manifest of crates.io crate over 0.6.5 on toolchain 7014e13d5becc920d4bea3cd87942c8a13d359bf [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7014e13d5becc920d4bea3cd87942c8a13d359bf" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate over 0.6.5 [INFO] finished tweaking crates.io crate over 0.6.5 [INFO] tweaked toml for crates.io crate over 0.6.5 written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7014e13d5becc920d4bea3cd87942c8a13d359bf" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 6 packages to latest compatible versions [INFO] [stderr] Adding num-bigint v0.2.6 (available: v0.4.6) [INFO] [stderr] Adding num-rational v0.2.4 (available: v0.4.2) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7014e13d5becc920d4bea3cd87942c8a13d359bf" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+7014e13d5becc920d4bea3cd87942c8a13d359bf" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 77d92beb6004920f83c9af9a0ebfd650e93edfc5032e6a57afa3c41675d1b4cb [INFO] running `Command { std: "docker" "start" "-a" "77d92beb6004920f83c9af9a0ebfd650e93edfc5032e6a57afa3c41675d1b4cb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "77d92beb6004920f83c9af9a0ebfd650e93edfc5032e6a57afa3c41675d1b4cb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "77d92beb6004920f83c9af9a0ebfd650e93edfc5032e6a57afa3c41675d1b4cb", kill_on_drop: false }` [INFO] [stdout] 77d92beb6004920f83c9af9a0ebfd650e93edfc5032e6a57afa3c41675d1b4cb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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 -Dtail_expr_drop_order" "-e" "RUSTDOCFLAGS=--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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+7014e13d5becc920d4bea3cd87942c8a13d359bf" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3c921e9ac4cab9c14c3b12a395ba1ceef7a434b8e84d9ffc4a1f5a4f3852242c [INFO] running `Command { std: "docker" "start" "-a" "3c921e9ac4cab9c14c3b12a395ba1ceef7a434b8e84d9ffc4a1f5a4f3852242c", kill_on_drop: false }` [INFO] [stderr] Compiling num-bigint v0.2.6 [INFO] [stderr] Checking num-integer v0.1.46 [INFO] [stderr] Compiling num-rational v0.2.4 [INFO] [stderr] Checking over v0.6.5 (/opt/rustwide/workdir) [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/util.rs:39:12 [INFO] [stdout] | [INFO] [stdout] 39 | '0'...'9' => true, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/parse/util.rs:67:12 [INFO] [stdout] | [INFO] [stdout] 67 | '0'...'9' => true, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/util.rs:39:12 [INFO] [stdout] | [INFO] [stdout] 39 | '0'...'9' => true, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/parse/util.rs:67:12 [INFO] [stdout] | [INFO] [stdout] 67 | '0'...'9' => true, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `Option<(Type, bool)>` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/parse/parser.rs:1242:27 [INFO] [stdout] | [INFO] [stdout] 1187 | mut val1: Value, [INFO] [stdout] | -------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 1188 | mut val2: Value, [INFO] [stdout] | -------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 1195 | let (mut type1, mut type2) = (val1.get_type(), val2.get_type()); [INFO] [stdout] | --------- --------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 1242 | match Type::most_specific(&type1, &type2) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: requested on the command line with `-D tail-expr-drop-order` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `contents` is never read [INFO] [stdout] --> src/parse/char_stream.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 13 | struct Inner { [INFO] [stdout] | ----- field in this struct [INFO] [stdout] 14 | file: Option, [INFO] [stdout] 15 | contents: String, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Inner` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: this value of type `Option<(Type, bool)>` has significant drop implementation that will have a different drop order from that of Edition 2021 [INFO] [stdout] --> src/parse/parser.rs:1242:27 [INFO] [stdout] | [INFO] [stdout] 1187 | mut val1: Value, [INFO] [stdout] | -------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] 1188 | mut val2: Value, [INFO] [stdout] | -------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 1195 | let (mut type1, mut type2) = (val1.get_type(), val2.get_type()); [INFO] [stdout] | --------- --------- these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] | | [INFO] [stdout] | these local bindings with significant drop implementation may observe changes in drop order under Edition 2024 [INFO] [stdout] ... [INFO] [stdout] 1242 | match Type::most_specific(&type1, &type2) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this changes meaning in Rust 2024 [INFO] [stdout] = note: for more information, see issue #123739 [INFO] [stdout] = note: requested on the command line with `-D tail-expr-drop-order` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error; 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `over` (lib) due to 2 previous errors; 3 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: field `contents` is never read [INFO] [stdout] --> src/parse/char_stream.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 13 | struct Inner { [INFO] [stdout] | ----- field in this struct [INFO] [stdout] 14 | file: Option, [INFO] [stdout] 15 | contents: String, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Inner` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [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/tests.rs:13:20 [INFO] [stdout] | [INFO] [stdout] 13 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 14 | | "Left did not equal right.\nLeft: {}\nRight: {}\n", [INFO] [stdout] 15 | | $left, $right [INFO] [stdout] 16 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 37 | test_eq!(obj.get("null").unwrap(), Value::Null); [INFO] [stdout] | ----------------------------------------------- in this macro invocation [INFO] [stdout] | [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] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 13 ~ panic!( [INFO] [stdout] 14 | "Left did not equal right.\nLeft: {}\nRight: {}\n", [INFO] [stdout] 15 | $left, $right [INFO] [stdout] 16 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/tests.rs:13:20 [INFO] [stdout] | [INFO] [stdout] 13 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 14 | | "Left did not equal right.\nLeft: {}\nRight: {}\n", [INFO] [stdout] 15 | | $left, $right [INFO] [stdout] 16 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 42 | test_eq!(obj.get_bool("bool").unwrap(), true); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [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] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 13 ~ panic!( [INFO] [stdout] 14 | "Left did not equal right.\nLeft: {}\nRight: {}\n", [INFO] [stdout] 15 | $left, $right [INFO] [stdout] 16 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/tests.rs:13:20 [INFO] [stdout] | [INFO] [stdout] 13 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 14 | | "Left did not equal right.\nLeft: {}\nRight: {}\n", [INFO] [stdout] 15 | | $left, $right [INFO] [stdout] 16 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 60 | test_eq!(obj.get("str1").unwrap(), "hello"); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [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] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 13 ~ panic!( [INFO] [stdout] 14 | "Left did not equal right.\nLeft: {}\nRight: {}\n", [INFO] [stdout] 15 | $left, $right [INFO] [stdout] 16 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/tests.rs:13:20 [INFO] [stdout] | [INFO] [stdout] 13 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 14 | | "Left did not equal right.\nLeft: {}\nRight: {}\n", [INFO] [stdout] 15 | | $left, $right [INFO] [stdout] 16 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 61 | test_eq!(obj.get("str2").unwrap(), yo); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [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] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 13 ~ panic!( [INFO] [stdout] 14 | "Left did not equal right.\nLeft: {}\nRight: {}\n", [INFO] [stdout] 15 | $left, $right [INFO] [stdout] 16 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/tests.rs:13:20 [INFO] [stdout] | [INFO] [stdout] 13 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 14 | | "Left did not equal right.\nLeft: {}\nRight: {}\n", [INFO] [stdout] 15 | | $left, $right [INFO] [stdout] 16 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 65 | test_eq!(obj.get("arr").unwrap(), arr![-5, 0, 1]); [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [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] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 13 ~ panic!( [INFO] [stdout] 14 | "Left did not equal right.\nLeft: {}\nRight: {}\n", [INFO] [stdout] 15 | $left, $right [INFO] [stdout] 16 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/tests.rs:13:20 [INFO] [stdout] | [INFO] [stdout] 13 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 14 | | "Left did not equal right.\nLeft: {}\nRight: {}\n", [INFO] [stdout] 15 | | $left, $right [INFO] [stdout] 16 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 105 | test_eq!(obj, obj2); [INFO] [stdout] | ------------------- in this macro invocation [INFO] [stdout] | [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] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 13 ~ panic!( [INFO] [stdout] 14 | "Left did not equal right.\nLeft: {}\nRight: {}\n", [INFO] [stdout] 15 | $left, $right [INFO] [stdout] 16 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/tests.rs:13:20 [INFO] [stdout] | [INFO] [stdout] 13 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 14 | | "Left did not equal right.\nLeft: {}\nRight: {}\n", [INFO] [stdout] 15 | | $left, $right [INFO] [stdout] 16 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 110 | test_eq!(v, true); [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [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] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 13 ~ panic!( [INFO] [stdout] 14 | "Left did not equal right.\nLeft: {}\nRight: {}\n", [INFO] [stdout] 15 | $left, $right [INFO] [stdout] 16 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/tests.rs:13:20 [INFO] [stdout] | [INFO] [stdout] 13 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 14 | | "Left did not equal right.\nLeft: {}\nRight: {}\n", [INFO] [stdout] 15 | | $left, $right [INFO] [stdout] 16 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 114 | test_eq!(v, false); [INFO] [stdout] | ------------------ in this macro invocation [INFO] [stdout] | [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] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 13 ~ panic!( [INFO] [stdout] 14 | "Left did not equal right.\nLeft: {}\nRight: {}\n", [INFO] [stdout] 15 | $left, $right [INFO] [stdout] 16 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/tests.rs:13:20 [INFO] [stdout] | [INFO] [stdout] 13 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 14 | | "Left did not equal right.\nLeft: {}\nRight: {}\n", [INFO] [stdout] 15 | | $left, $right [INFO] [stdout] 16 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 118 | test_eq!(v, true); [INFO] [stdout] | ----------------- in this macro invocation [INFO] [stdout] | [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] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 13 ~ panic!( [INFO] [stdout] 14 | "Left did not equal right.\nLeft: {}\nRight: {}\n", [INFO] [stdout] 15 | $left, $right [INFO] [stdout] 16 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/tests.rs:13:20 [INFO] [stdout] | [INFO] [stdout] 13 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 14 | | "Left did not equal right.\nLeft: {}\nRight: {}\n", [INFO] [stdout] 15 | | $left, $right [INFO] [stdout] 16 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 123 | test_eq!(obj.get("test1").unwrap(), "hi"); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [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] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 13 ~ panic!( [INFO] [stdout] 14 | "Left did not equal right.\nLeft: {}\nRight: {}\n", [INFO] [stdout] 15 | $left, $right [INFO] [stdout] 16 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/tests.rs:13:20 [INFO] [stdout] | [INFO] [stdout] 13 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 14 | | "Left did not equal right.\nLeft: {}\nRight: {}\n", [INFO] [stdout] 15 | | $left, $right [INFO] [stdout] 16 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 124 | test_eq!(obj.get("test2").unwrap(), "bye"); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [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] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 13 ~ panic!( [INFO] [stdout] 14 | "Left did not equal right.\nLeft: {}\nRight: {}\n", [INFO] [stdout] 15 | $left, $right [INFO] [stdout] 16 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/tests.rs:13:20 [INFO] [stdout] | [INFO] [stdout] 13 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 14 | | "Left did not equal right.\nLeft: {}\nRight: {}\n", [INFO] [stdout] 15 | | $left, $right [INFO] [stdout] 16 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 140 | test_eq!(null.get_type(), Type::Null); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [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] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 13 ~ panic!( [INFO] [stdout] 14 | "Left did not equal right.\nLeft: {}\nRight: {}\n", [INFO] [stdout] 15 | $left, $right [INFO] [stdout] 16 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/tests.rs:13:20 [INFO] [stdout] | [INFO] [stdout] 13 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 14 | | "Left did not equal right.\nLeft: {}\nRight: {}\n", [INFO] [stdout] 15 | | $left, $right [INFO] [stdout] 16 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 144 | test_eq!(obj.get("bool").unwrap().get_type(), Type::Bool); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [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] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 13 ~ panic!( [INFO] [stdout] 14 | "Left did not equal right.\nLeft: {}\nRight: {}\n", [INFO] [stdout] 15 | $left, $right [INFO] [stdout] 16 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/tests.rs:13:20 [INFO] [stdout] | [INFO] [stdout] 13 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 14 | | "Left did not equal right.\nLeft: {}\nRight: {}\n", [INFO] [stdout] 15 | | $left, $right [INFO] [stdout] 16 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 148 | test_eq!(obj.get("str").unwrap().get_type(), Type::Str); [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [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] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 13 ~ panic!( [INFO] [stdout] 14 | "Left did not equal right.\nLeft: {}\nRight: {}\n", [INFO] [stdout] 15 | $left, $right [INFO] [stdout] 16 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/tests.rs:13:20 [INFO] [stdout] | [INFO] [stdout] 13 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 14 | | "Left did not equal right.\nLeft: {}\nRight: {}\n", [INFO] [stdout] 15 | | $left, $right [INFO] [stdout] 16 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 152 | / test_eq!( [INFO] [stdout] 153 | | obj.get("arr_char").unwrap().get_type(), [INFO] [stdout] 154 | | Type::Arr(Box::new(Type::Char)) [INFO] [stdout] 155 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [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] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 13 ~ panic!( [INFO] [stdout] 14 | "Left did not equal right.\nLeft: {}\nRight: {}\n", [INFO] [stdout] 15 | $left, $right [INFO] [stdout] 16 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/tests.rs:13:20 [INFO] [stdout] | [INFO] [stdout] 13 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 14 | | "Left did not equal right.\nLeft: {}\nRight: {}\n", [INFO] [stdout] 15 | | $left, $right [INFO] [stdout] 16 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 157 | / test_eq!( [INFO] [stdout] 158 | | obj.get("arr_arr").unwrap().get_type(), [INFO] [stdout] 159 | | Type::Arr(Box::new(Type::Arr(Box::new(Type::Bool)))) [INFO] [stdout] 160 | | ); [INFO] [stdout] | |_____- in this macro invocation [INFO] [stdout] | [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] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 13 ~ panic!( [INFO] [stdout] 14 | "Left did not equal right.\nLeft: {}\nRight: {}\n", [INFO] [stdout] 15 | $left, $right [INFO] [stdout] 16 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/tests.rs:13:20 [INFO] [stdout] | [INFO] [stdout] 13 | panic!(format!( [INFO] [stdout] | ____________________^ [INFO] [stdout] 14 | | "Left did not equal right.\nLeft: {}\nRight: {}\n", [INFO] [stdout] 15 | | $left, $right [INFO] [stdout] 16 | | )); [INFO] [stdout] | |_____________^ [INFO] [stdout] ... [INFO] [stdout] 174 | test_eq!(obj.get("tup").unwrap().get_type(), tup_type); [INFO] [stdout] | ------------------------------------------------------ in this macro invocation [INFO] [stdout] | [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] = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here [INFO] [stdout] = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove the `format!(..)` macro call [INFO] [stdout] | [INFO] [stdout] 13 ~ panic!( [INFO] [stdout] 14 | "Left did not equal right.\nLeft: {}\nRight: {}\n", [INFO] [stdout] 15 | $left, $right [INFO] [stdout] 16 ~ ); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `over` (lib test) due to 2 previous errors; 20 warnings emitted [INFO] [stdout] error: aborting due to 1 previous error; 20 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "3c921e9ac4cab9c14c3b12a395ba1ceef7a434b8e84d9ffc4a1f5a4f3852242c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3c921e9ac4cab9c14c3b12a395ba1ceef7a434b8e84d9ffc4a1f5a4f3852242c", kill_on_drop: false }` [INFO] [stdout] 3c921e9ac4cab9c14c3b12a395ba1ceef7a434b8e84d9ffc4a1f5a4f3852242c