[INFO] fetching crate over 0.6.5...
[INFO] testing over-0.6.5 against master#d98a5da813da67eb189387b8ccfb73cf481275d8+rustflags=-Copt-level=3 for pr-138759
[INFO] extracting crate over 0.6.5 into /workspace/builds/worker-1-tc1/source
[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-1-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate over 0.6.5 on toolchain d98a5da813da67eb189387b8ccfb73cf481275d8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "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" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] de278e422a1de12c834ac2294c9aace153674ea8323eb47821c693c23209e16b
[INFO] running `Command { std: "docker" "start" "-a" "de278e422a1de12c834ac2294c9aace153674ea8323eb47821c693c23209e16b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "de278e422a1de12c834ac2294c9aace153674ea8323eb47821c693c23209e16b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "de278e422a1de12c834ac2294c9aace153674ea8323eb47821c693c23209e16b", kill_on_drop: false }`
[INFO] [stdout] de278e422a1de12c834ac2294c9aace153674ea8323eb47821c693c23209e16b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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 -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3b5f6d474d8ae2c36a778219be97fb4f5cc77483389d61106723047b3b66ff30
[INFO] running `Command { std: "docker" "start" "-a" "3b5f6d474d8ae2c36a778219be97fb4f5cc77483389d61106723047b3b66ff30", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-bigint v0.2.6
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling num-rational v0.2.4
[INFO] [stderr]    Compiling 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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[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<String>,
[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: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/arr.rs:108:17
[INFO] [stdout]     |
[INFO] [stdout] 108 |     pub fn iter(&self) -> Iter<Value> {
[INFO] [stdout]     |                 ^^^^^     ----------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 108 |     pub fn iter(&self) -> Iter<'_, Value> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/obj.rs:343:17
[INFO] [stdout]     |
[INFO] [stdout] 343 |     pub fn keys(&self) -> Keys<String, Value> {
[INFO] [stdout]     |                 ^^^^^     ------------------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 343 |     pub fn keys(&self) -> Keys<'_, String, Value> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/obj.rs:348:19
[INFO] [stdout]     |
[INFO] [stdout] 348 |     pub fn values(&self) -> Values<String, Value> {
[INFO] [stdout]     |                   ^^^^^     --------------------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 348 |     pub fn values(&self) -> Values<'_, String, Value> {
[INFO] [stdout]     |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/obj.rs:353:17
[INFO] [stdout]     |
[INFO] [stdout] 353 |     pub fn iter(&self) -> Iter<String, Value> {
[INFO] [stdout]     |                 ^^^^^     ------------------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 353 |     pub fn iter(&self) -> Iter<'_, String, Value> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/tup.rs:83:17
[INFO] [stdout]    |
[INFO] [stdout] 83 |     pub fn iter(&self) -> Iter<Value> {
[INFO] [stdout]    |                 ^^^^^     ----------- the lifetime gets resolved as `'_`
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]    |
[INFO] [stdout] 83 |     pub fn iter(&self) -> Iter<'_, Value> {
[INFO] [stdout]    |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.47s
[INFO] running `Command { std: "docker" "inspect" "3b5f6d474d8ae2c36a778219be97fb4f5cc77483389d61106723047b3b66ff30", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3b5f6d474d8ae2c36a778219be97fb4f5cc77483389d61106723047b3b66ff30", kill_on_drop: false }`
[INFO] [stdout] 3b5f6d474d8ae2c36a778219be97fb4f5cc77483389d61106723047b3b66ff30
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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 -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5f4fc253be1870b2f74445c56e7a8067601fcb5d5e331f1e331a49492c0303c5
[INFO] running `Command { std: "docker" "start" "-a" "5f4fc253be1870b2f74445c56e7a8067601fcb5d5e331f1e331a49492c0303c5", kill_on_drop: false }`
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[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<String>,
[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: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/arr.rs:108:17
[INFO] [stdout]     |
[INFO] [stdout] 108 |     pub fn iter(&self) -> Iter<Value> {
[INFO] [stdout]     |                 ^^^^^     ----------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 108 |     pub fn iter(&self) -> Iter<'_, Value> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/obj.rs:343:17
[INFO] [stdout]     |
[INFO] [stdout] 343 |     pub fn keys(&self) -> Keys<String, Value> {
[INFO] [stdout]     |                 ^^^^^     ------------------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 343 |     pub fn keys(&self) -> Keys<'_, String, Value> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/obj.rs:348:19
[INFO] [stdout]     |
[INFO] [stdout] 348 |     pub fn values(&self) -> Values<String, Value> {
[INFO] [stdout]     |                   ^^^^^     --------------------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 348 |     pub fn values(&self) -> Values<'_, String, Value> {
[INFO] [stdout]     |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/obj.rs:353:17
[INFO] [stdout]     |
[INFO] [stdout] 353 |     pub fn iter(&self) -> Iter<String, Value> {
[INFO] [stdout]     |                 ^^^^^     ------------------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 353 |     pub fn iter(&self) -> Iter<'_, String, Value> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/tup.rs:83:17
[INFO] [stdout]    |
[INFO] [stdout] 83 |     pub fn iter(&self) -> Iter<Value> {
[INFO] [stdout]    |                 ^^^^^     ----------- the lifetime gets resolved as `'_`
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]    |
[INFO] [stdout] 83 |     pub fn iter(&self) -> Iter<'_, Value> {
[INFO] [stdout]    |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling 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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]   --> tests/integration.rs:20:20
[INFO] [stdout]    |
[INFO] [stdout] 20 |               panic!(format!(
[INFO] [stdout]    |  ____________________^
[INFO] [stdout] 21 | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22 | |                 $left, $right
[INFO] [stdout] 23 | |             ));
[INFO] [stdout]    | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 38 |       test_eq!(obj.len(), 0);
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 20 ~             panic!(
[INFO] [stdout] 21 |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22 |                 $left, $right
[INFO] [stdout] 23 ~             );
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]   --> tests/integration.rs:20:20
[INFO] [stdout]    |
[INFO] [stdout] 20 |               panic!(format!(
[INFO] [stdout]    |  ____________________^
[INFO] [stdout] 21 | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22 | |                 $left, $right
[INFO] [stdout] 23 | |             ));
[INFO] [stdout]    | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 47 |       test_eq!(get_int(&obj, "_a1"), 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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 20 ~             panic!(
[INFO] [stdout] 21 |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22 |                 $left, $right
[INFO] [stdout] 23 ~             );
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]   --> tests/integration.rs:20:20
[INFO] [stdout]    |
[INFO] [stdout] 20 |               panic!(format!(
[INFO] [stdout]    |  ____________________^
[INFO] [stdout] 21 | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22 | |                 $left, $right
[INFO] [stdout] 23 | |             ));
[INFO] [stdout]    | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 48 |       test_eq!(get_int(&obj, "a2"), 2);
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 20 ~             panic!(
[INFO] [stdout] 21 |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22 |                 $left, $right
[INFO] [stdout] 23 ~             );
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]   --> tests/integration.rs:20:20
[INFO] [stdout]    |
[INFO] [stdout] 20 |               panic!(format!(
[INFO] [stdout]    |  ____________________^
[INFO] [stdout] 21 | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22 | |                 $left, $right
[INFO] [stdout] 23 | |             ));
[INFO] [stdout]    | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 49 |       test_eq!(get_int(&obj, "_"), 0);
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 20 ~             panic!(
[INFO] [stdout] 21 |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22 |                 $left, $right
[INFO] [stdout] 23 ~             );
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]   --> tests/integration.rs:20:20
[INFO] [stdout]    |
[INFO] [stdout] 20 |               panic!(format!(
[INFO] [stdout]    |  ____________________^
[INFO] [stdout] 21 | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22 | |                 $left, $right
[INFO] [stdout] 23 | |             ));
[INFO] [stdout]    | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 50 |       test_eq!(obj.get("b").unwrap(), "Smörgåsbord");
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 20 ~             panic!(
[INFO] [stdout] 21 |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22 |                 $left, $right
[INFO] [stdout] 23 ~             );
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]   --> tests/integration.rs:20:20
[INFO] [stdout]    |
[INFO] [stdout] 20 |               panic!(format!(
[INFO] [stdout]    |  ____________________^
[INFO] [stdout] 21 | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22 | |                 $left, $right
[INFO] [stdout] 23 | |             ));
[INFO] [stdout]    | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 51 |       test_eq!(get_int(&obj, "c"), 10);
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 20 ~             panic!(
[INFO] [stdout] 21 |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22 |                 $left, $right
[INFO] [stdout] 23 ~             );
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]   --> tests/integration.rs:20:20
[INFO] [stdout]    |
[INFO] [stdout] 20 |               panic!(format!(
[INFO] [stdout]    |  ____________________^
[INFO] [stdout] 21 | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22 | |                 $left, $right
[INFO] [stdout] 23 | |             ));
[INFO] [stdout]    | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 52 |       test_eq!(get_int(&obj, "d"), 20);
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 20 ~             panic!(
[INFO] [stdout] 21 |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22 |                 $left, $right
[INFO] [stdout] 23 ~             );
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]   --> tests/integration.rs:20:20
[INFO] [stdout]    |
[INFO] [stdout] 20 |               panic!(format!(
[INFO] [stdout]    |  ____________________^
[INFO] [stdout] 21 | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22 | |                 $left, $right
[INFO] [stdout] 23 | |             ));
[INFO] [stdout]    | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 53 |       test_eq!(get_int(&obj, "eee"), 2);
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 20 ~             panic!(
[INFO] [stdout] 21 |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22 |                 $left, $right
[INFO] [stdout] 23 ~             );
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]   --> tests/integration.rs:20:20
[INFO] [stdout]    |
[INFO] [stdout] 20 |               panic!(format!(
[INFO] [stdout]    |  ____________________^
[INFO] [stdout] 21 | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22 | |                 $left, $right
[INFO] [stdout] 23 | |             ));
[INFO] [stdout]    | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 54 |       test_eq!(get_int(&obj, "f"), 3);
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 20 ~             panic!(
[INFO] [stdout] 21 |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22 |                 $left, $right
[INFO] [stdout] 23 ~             );
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]   --> tests/integration.rs:20:20
[INFO] [stdout]    |
[INFO] [stdout] 20 |               panic!(format!(
[INFO] [stdout]    |  ____________________^
[INFO] [stdout] 21 | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22 | |                 $left, $right
[INFO] [stdout] 23 | |             ));
[INFO] [stdout]    | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 55 |       test_eq!(get_int(&obj, "g_"), 4);
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 20 ~             panic!(
[INFO] [stdout] 21 |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22 |                 $left, $right
[INFO] [stdout] 23 ~             );
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]   --> tests/integration.rs:20:20
[INFO] [stdout]    |
[INFO] [stdout] 20 |               panic!(format!(
[INFO] [stdout]    |  ____________________^
[INFO] [stdout] 21 | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22 | |                 $left, $right
[INFO] [stdout] 23 | |             ));
[INFO] [stdout]    | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 56 |       test_eq!(obj.get("Hello").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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 20 ~             panic!(
[INFO] [stdout] 21 |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22 |                 $left, $right
[INFO] [stdout] 23 ~             );
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]   --> tests/integration.rs:20:20
[INFO] [stdout]    |
[INFO] [stdout] 20 |               panic!(format!(
[INFO] [stdout]    |  ____________________^
[INFO] [stdout] 21 | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22 | |                 $left, $right
[INFO] [stdout] 23 | |             ));
[INFO] [stdout]    | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 57 |       test_eq!(obj.get("i_robot").unwrap(), "not #a comment");
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 20 ~             panic!(
[INFO] [stdout] 21 |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22 |                 $left, $right
[INFO] [stdout] 23 ~             );
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]   --> tests/integration.rs:20:20
[INFO] [stdout]    |
[INFO] [stdout] 20 |               panic!(format!(
[INFO] [stdout]    |  ____________________^
[INFO] [stdout] 21 | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22 | |                 $left, $right
[INFO] [stdout] 23 | |             ));
[INFO] [stdout]    | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 58 |       test_eq!(get_int(&obj, "j"), 4);
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 20 ~             panic!(
[INFO] [stdout] 21 |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22 |                 $left, $right
[INFO] [stdout] 23 ~             );
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]   --> tests/integration.rs:20:20
[INFO] [stdout]    |
[INFO] [stdout] 20 |               panic!(format!(
[INFO] [stdout]    |  ____________________^
[INFO] [stdout] 21 | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22 | |                 $left, $right
[INFO] [stdout] 23 | |             ));
[INFO] [stdout]    | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 59 |       test_eq!(obj.get("k").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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 20 ~             panic!(
[INFO] [stdout] 21 |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22 |                 $left, $right
[INFO] [stdout] 23 ~             );
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]   --> tests/integration.rs:20:20
[INFO] [stdout]    |
[INFO] [stdout] 20 |               panic!(format!(
[INFO] [stdout]    |  ____________________^
[INFO] [stdout] 21 | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22 | |                 $left, $right
[INFO] [stdout] 23 | |             ));
[INFO] [stdout]    | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 60 |       test_eq!(obj.get("l").unwrap(), "$\\\"");
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 20 ~             panic!(
[INFO] [stdout] 21 |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22 |                 $left, $right
[INFO] [stdout] 23 ~             );
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]   --> tests/integration.rs:20:20
[INFO] [stdout]    |
[INFO] [stdout] 20 |               panic!(format!(
[INFO] [stdout]    |  ____________________^
[INFO] [stdout] 21 | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22 | |                 $left, $right
[INFO] [stdout] 23 | |             ));
[INFO] [stdout]    | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 61 |       test_eq!(obj.get("m").unwrap(), "m");
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 20 ~             panic!(
[INFO] [stdout] 21 |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22 |                 $left, $right
[INFO] [stdout] 23 ~             );
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]   --> tests/integration.rs:20:20
[INFO] [stdout]    |
[INFO] [stdout] 20 |               panic!(format!(
[INFO] [stdout]    |  ____________________^
[INFO] [stdout] 21 | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22 | |                 $left, $right
[INFO] [stdout] 23 | |             ));
[INFO] [stdout]    | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 62 |       test_eq!(obj.get("n").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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 20 ~             panic!(
[INFO] [stdout] 21 |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22 |                 $left, $right
[INFO] [stdout] 23 ~             );
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]   --> tests/integration.rs:20:20
[INFO] [stdout]    |
[INFO] [stdout] 20 |               panic!(format!(
[INFO] [stdout]    |  ____________________^
[INFO] [stdout] 21 | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22 | |                 $left, $right
[INFO] [stdout] 23 | |             ));
[INFO] [stdout]    | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 63 |       test_eq!(obj.get("o").unwrap(), 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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 20 ~             panic!(
[INFO] [stdout] 21 |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22 |                 $left, $right
[INFO] [stdout] 23 ~             );
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]   --> tests/integration.rs:20:20
[INFO] [stdout]    |
[INFO] [stdout] 20 |               panic!(format!(
[INFO] [stdout]    |  ____________________^
[INFO] [stdout] 21 | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22 | |                 $left, $right
[INFO] [stdout] 23 | |             ));
[INFO] [stdout]    | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 64 |       test_eq!(obj.get("p").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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 20 ~             panic!(
[INFO] [stdout] 21 |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22 |                 $left, $right
[INFO] [stdout] 23 ~             );
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]   --> tests/integration.rs:20:20
[INFO] [stdout]    |
[INFO] [stdout] 20 |               panic!(format!(
[INFO] [stdout]    |  ____________________^
[INFO] [stdout] 21 | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22 | |                 $left, $right
[INFO] [stdout] 23 | |             ));
[INFO] [stdout]    | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 65 |       test_eq!(get_int(&obj, "q"), 0);
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 20 ~             panic!(
[INFO] [stdout] 21 |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22 |                 $left, $right
[INFO] [stdout] 23 ~             );
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]   --> tests/integration.rs:20:20
[INFO] [stdout]    |
[INFO] [stdout] 20 |               panic!(format!(
[INFO] [stdout]    |  ____________________^
[INFO] [stdout] 21 | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22 | |                 $left, $right
[INFO] [stdout] 23 | |             ));
[INFO] [stdout]    | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 66 |       test_eq!(obj.get("r").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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 20 ~             panic!(
[INFO] [stdout] 21 |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22 |                 $left, $right
[INFO] [stdout] 23 ~             );
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]   --> tests/integration.rs:20:20
[INFO] [stdout]    |
[INFO] [stdout] 20 |               panic!(format!(
[INFO] [stdout]    |  ____________________^
[INFO] [stdout] 21 | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22 | |                 $left, $right
[INFO] [stdout] 23 | |             ));
[INFO] [stdout]    | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 67 |       test_eq!(obj.get("s").unwrap(), '\'');
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 20 ~             panic!(
[INFO] [stdout] 21 |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22 |                 $left, $right
[INFO] [stdout] 23 ~             );
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]   --> tests/integration.rs:20:20
[INFO] [stdout]    |
[INFO] [stdout] 20 |               panic!(format!(
[INFO] [stdout]    |  ____________________^
[INFO] [stdout] 21 | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22 | |                 $left, $right
[INFO] [stdout] 23 | |             ));
[INFO] [stdout]    | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 68 |       test_eq!(obj.get("t").unwrap(), '\n');
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 20 ~             panic!(
[INFO] [stdout] 21 |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22 |                 $left, $right
[INFO] [stdout] 23 ~             );
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]   --> tests/integration.rs:20:20
[INFO] [stdout]    |
[INFO] [stdout] 20 |               panic!(format!(
[INFO] [stdout]    |  ____________________^
[INFO] [stdout] 21 | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22 | |                 $left, $right
[INFO] [stdout] 23 | |             ));
[INFO] [stdout]    | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 69 |       test_eq!(obj.get("u").unwrap(), ' ');
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 20 ~             panic!(
[INFO] [stdout] 21 |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22 |                 $left, $right
[INFO] [stdout] 23 ~             );
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]   --> tests/integration.rs:20:20
[INFO] [stdout]    |
[INFO] [stdout] 20 |               panic!(format!(
[INFO] [stdout]    |  ____________________^
[INFO] [stdout] 21 | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22 | |                 $left, $right
[INFO] [stdout] 23 | |             ));
[INFO] [stdout]    | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 70 |       test_eq!(obj.get("v").unwrap(), '\'');
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 20 ~             panic!(
[INFO] [stdout] 21 |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22 |                 $left, $right
[INFO] [stdout] 23 ~             );
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]   --> tests/integration.rs:20:20
[INFO] [stdout]    |
[INFO] [stdout] 20 |               panic!(format!(
[INFO] [stdout]    |  ____________________^
[INFO] [stdout] 21 | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22 | |                 $left, $right
[INFO] [stdout] 23 | |             ));
[INFO] [stdout]    | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 71 |       test_eq!(obj.get("w").unwrap(), '$');
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 20 ~             panic!(
[INFO] [stdout] 21 |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22 |                 $left, $right
[INFO] [stdout] 23 ~             );
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]   --> tests/integration.rs:20:20
[INFO] [stdout]    |
[INFO] [stdout] 20 |               panic!(format!(
[INFO] [stdout]    |  ____________________^
[INFO] [stdout] 21 | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22 | |                 $left, $right
[INFO] [stdout] 23 | |             ));
[INFO] [stdout]    | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 72 |       test_eq!(obj.get_frac("x").unwrap(), frac!(1, 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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 20 ~             panic!(
[INFO] [stdout] 21 |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22 |                 $left, $right
[INFO] [stdout] 23 ~             );
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]   --> tests/integration.rs:20:20
[INFO] [stdout]    |
[INFO] [stdout] 20 |               panic!(format!(
[INFO] [stdout]    |  ____________________^
[INFO] [stdout] 21 | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22 | |                 $left, $right
[INFO] [stdout] 23 | |             ));
[INFO] [stdout]    | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 73 |       test_eq!(obj.get("x").unwrap().get_frac().unwrap(), frac!(1, 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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 20 ~             panic!(
[INFO] [stdout] 21 |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22 |                 $left, $right
[INFO] [stdout] 23 ~             );
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> tests/integration.rs:20:20
[INFO] [stdout]     |
[INFO] [stdout] 20  |               panic!(format!(
[INFO] [stdout]     |  ____________________^
[INFO] [stdout] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  | |                 $left, $right
[INFO] [stdout] 23  | |             ));
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 139 |       test_eq!(obj.get_obj("empty").unwrap().len(), 0);
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 20  ~             panic!(
[INFO] [stdout] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  |                 $left, $right
[INFO] [stdout] 23  ~             );
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> tests/integration.rs:20:20
[INFO] [stdout]     |
[INFO] [stdout] 20  |               panic!(format!(
[INFO] [stdout]     |  ____________________^
[INFO] [stdout] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  | |                 $left, $right
[INFO] [stdout] 23  | |             ));
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 140 |       test_eq!(obj.get_obj("empty2").unwrap().len(), 0);
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 20  ~             panic!(
[INFO] [stdout] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  |                 $left, $right
[INFO] [stdout] 23  ~             );
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> tests/integration.rs:20:20
[INFO] [stdout]     |
[INFO] [stdout] 20  |               panic!(format!(
[INFO] [stdout]     |  ____________________^
[INFO] [stdout] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  | |                 $left, $right
[INFO] [stdout] 23  | |             ));
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 146 |       test_eq!(outie.get_parent().unwrap(), bools);
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 20  ~             panic!(
[INFO] [stdout] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  |                 $left, $right
[INFO] [stdout] 23  ~             );
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> tests/integration.rs:20:20
[INFO] [stdout]     |
[INFO] [stdout] 20  |               panic!(format!(
[INFO] [stdout]     |  ____________________^
[INFO] [stdout] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  | |                 $left, $right
[INFO] [stdout] 23  | |             ));
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 147 |       test_eq!(get_int(&outie, "z"), 0);
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 20  ~             panic!(
[INFO] [stdout] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  |                 $left, $right
[INFO] [stdout] 23  ~             );
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> tests/integration.rs:20:20
[INFO] [stdout]     |
[INFO] [stdout] 20  |               panic!(format!(
[INFO] [stdout]     |  ____________________^
[INFO] [stdout] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  | |                 $left, $right
[INFO] [stdout] 23  | |             ));
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 150 |       test_eq!(get_int(&inner, "z"), 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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 20  ~             panic!(
[INFO] [stdout] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  |                 $left, $right
[INFO] [stdout] 23  ~             );
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> tests/integration.rs:20:20
[INFO] [stdout]     |
[INFO] [stdout] 20  |               panic!(format!(
[INFO] [stdout]     |  ____________________^
[INFO] [stdout] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  | |                 $left, $right
[INFO] [stdout] 23  | |             ));
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 152 |       test_eq!(get_int(&innie, "a"), 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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 20  ~             panic!(
[INFO] [stdout] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  |                 $left, $right
[INFO] [stdout] 23  ~             );
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> tests/integration.rs:20:20
[INFO] [stdout]     |
[INFO] [stdout] 20  |               panic!(format!(
[INFO] [stdout]     |  ____________________^
[INFO] [stdout] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  | |                 $left, $right
[INFO] [stdout] 23  | |             ));
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 153 |       test_eq!(inner.get("b").unwrap(), tup!(1, 2,));
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 20  ~             panic!(
[INFO] [stdout] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  |                 $left, $right
[INFO] [stdout] 23  ~             );
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> tests/integration.rs:20:20
[INFO] [stdout]     |
[INFO] [stdout] 20  |               panic!(format!(
[INFO] [stdout]     |  ____________________^
[INFO] [stdout] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  | |                 $left, $right
[INFO] [stdout] 23  | |             ));
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 155 |       test_eq!(get_int(&outie, "c"), 3);
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 20  ~             panic!(
[INFO] [stdout] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  |                 $left, $right
[INFO] [stdout] 23  ~             );
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> tests/integration.rs:20:20
[INFO] [stdout]     |
[INFO] [stdout] 20  |               panic!(format!(
[INFO] [stdout]     |  ____________________^
[INFO] [stdout] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  | |                 $left, $right
[INFO] [stdout] 23  | |             ));
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 156 |       test_eq!(outie.get("d").unwrap(), obj! {});
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 20  ~             panic!(
[INFO] [stdout] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  |                 $left, $right
[INFO] [stdout] 23  ~             );
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> tests/integration.rs:20:20
[INFO] [stdout]     |
[INFO] [stdout] 20  |               panic!(format!(
[INFO] [stdout]     |  ____________________^
[INFO] [stdout] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  | |                 $left, $right
[INFO] [stdout] 23  | |             ));
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 159 |       test_eq!(obj_arr.get("arr").unwrap(), arr![1, 2, 3]);
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 20  ~             panic!(
[INFO] [stdout] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  |                 $left, $right
[INFO] [stdout] 23  ~             );
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> tests/integration.rs:20:20
[INFO] [stdout]     |
[INFO] [stdout] 20  |               panic!(format!(
[INFO] [stdout]     |  ____________________^
[INFO] [stdout] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  | |                 $left, $right
[INFO] [stdout] 23  | |             ));
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 161 |       test_eq!(obj.get_int("dot").unwrap(), int!(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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 20  ~             panic!(
[INFO] [stdout] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  |                 $left, $right
[INFO] [stdout] 23  ~             );
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> tests/integration.rs:20:20
[INFO] [stdout]     |
[INFO] [stdout] 20  |               panic!(format!(
[INFO] [stdout]     |  ____________________^
[INFO] [stdout] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  | |                 $left, $right
[INFO] [stdout] 23  | |             ));
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 162 |       test_eq!(obj.get_bool("dot_glob").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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 20  ~             panic!(
[INFO] [stdout] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  |                 $left, $right
[INFO] [stdout] 23  ~             );
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> tests/integration.rs:20:20
[INFO] [stdout]     |
[INFO] [stdout] 20  |               panic!(format!(
[INFO] [stdout]     |  ____________________^
[INFO] [stdout] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  | |                 $left, $right
[INFO] [stdout] 23  | |             ));
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 163 |       test_eq!(obj.get_int("dot_tup1").unwrap(), int!(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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 20  ~             panic!(
[INFO] [stdout] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  |                 $left, $right
[INFO] [stdout] 23  ~             );
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> tests/integration.rs:20:20
[INFO] [stdout]     |
[INFO] [stdout] 20  |               panic!(format!(
[INFO] [stdout]     |  ____________________^
[INFO] [stdout] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  | |                 $left, $right
[INFO] [stdout] 23  | |             ));
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 164 |       test_eq!(obj.get_int("dot_tup2").unwrap(), int!(2));
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 20  ~             panic!(
[INFO] [stdout] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  |                 $left, $right
[INFO] [stdout] 23  ~             );
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> tests/integration.rs:20:20
[INFO] [stdout]     |
[INFO] [stdout] 20  |               panic!(format!(
[INFO] [stdout]     |  ____________________^
[INFO] [stdout] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  | |                 $left, $right
[INFO] [stdout] 23  | |             ));
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 165 |       test_eq!(obj.get_int("dot_arr").unwrap(), int!(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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 20  ~             panic!(
[INFO] [stdout] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  |                 $left, $right
[INFO] [stdout] 23  ~             );
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> tests/integration.rs:20:20
[INFO] [stdout]     |
[INFO] [stdout] 20  |               panic!(format!(
[INFO] [stdout]     |  ____________________^
[INFO] [stdout] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  | |                 $left, $right
[INFO] [stdout] 23  | |             ));
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 166 |       test_eq!(obj.get_int("dot_op").unwrap(), int!(4));
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 20  ~             panic!(
[INFO] [stdout] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  |                 $left, $right
[INFO] [stdout] 23  ~             );
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> tests/integration.rs:20:20
[INFO] [stdout]     |
[INFO] [stdout] 20  |               panic!(format!(
[INFO] [stdout]     |  ____________________^
[INFO] [stdout] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  | |                 $left, $right
[INFO] [stdout] 23  | |             ));
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 168 |       test_eq!(obj.get_str("dot_var").unwrap(), "test");
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 20  ~             panic!(
[INFO] [stdout] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  |                 $left, $right
[INFO] [stdout] 23  ~             );
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> tests/integration.rs:20:20
[INFO] [stdout]     |
[INFO] [stdout] 20  |               panic!(format!(
[INFO] [stdout]     |  ____________________^
[INFO] [stdout] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  | |                 $left, $right
[INFO] [stdout] 23  | |             ));
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 182 |       test_eq!(sub.get_int("a").unwrap(), int!(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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 20  ~             panic!(
[INFO] [stdout] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  |                 $left, $right
[INFO] [stdout] 23  ~             );
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> tests/integration.rs:20:20
[INFO] [stdout]     |
[INFO] [stdout] 20  |               panic!(format!(
[INFO] [stdout]     |  ____________________^
[INFO] [stdout] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  | |                 $left, $right
[INFO] [stdout] 23  | |             ));
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 183 |       test_eq!(get_int(&sub, "b"), 2);
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 20  ~             panic!(
[INFO] [stdout] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  |                 $left, $right
[INFO] [stdout] 23  ~             );
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> tests/integration.rs:20:20
[INFO] [stdout]     |
[INFO] [stdout] 20  |               panic!(format!(
[INFO] [stdout]     |  ____________________^
[INFO] [stdout] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  | |                 $left, $right
[INFO] [stdout] 23  | |             ));
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 184 |       test_eq!(sub.len(), 2);
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 20  ~             panic!(
[INFO] [stdout] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  |                 $left, $right
[INFO] [stdout] 23  ~             );
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> tests/integration.rs:20:20
[INFO] [stdout]     |
[INFO] [stdout] 20  |               panic!(format!(
[INFO] [stdout]     |  ____________________^
[INFO] [stdout] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  | |                 $left, $right
[INFO] [stdout] 23  | |             ));
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 186 |       test_eq!(get_int(&obj, "c"), 2);
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 20  ~             panic!(
[INFO] [stdout] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  |                 $left, $right
[INFO] [stdout] 23  ~             );
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> tests/integration.rs:20:20
[INFO] [stdout]     |
[INFO] [stdout] 20  |               panic!(format!(
[INFO] [stdout]     |  ____________________^
[INFO] [stdout] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  | |                 $left, $right
[INFO] [stdout] 23  | |             ));
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 187 |       test_eq!(obj.len(), 2);
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 20  ~             panic!(
[INFO] [stdout] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  |                 $left, $right
[INFO] [stdout] 23  ~             );
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> tests/integration.rs:20:20
[INFO] [stdout]     |
[INFO] [stdout] 20  |               panic!(format!(
[INFO] [stdout]     |  ____________________^
[INFO] [stdout] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  | |                 $left, $right
[INFO] [stdout] 23  | |             ));
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 195 |       test_eq!(get_int(&obj, "neg"), -4);
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 20  ~             panic!(
[INFO] [stdout] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  |                 $left, $right
[INFO] [stdout] 23  ~             );
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> tests/integration.rs:20:20
[INFO] [stdout]     |
[INFO] [stdout] 20  |               panic!(format!(
[INFO] [stdout]     |  ____________________^
[INFO] [stdout] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  | |                 $left, $right
[INFO] [stdout] 23  | |             ));
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 196 |       test_eq!(obj.get_frac("pos").unwrap(), frac!(4, 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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 20  ~             panic!(
[INFO] [stdout] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  |                 $left, $right
[INFO] [stdout] 23  ~             );
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> tests/integration.rs:20:20
[INFO] [stdout]     |
[INFO] [stdout] 20  |               panic!(format!(
[INFO] [stdout]     |  ____________________^
[INFO] [stdout] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  | |                 $left, $right
[INFO] [stdout] 23  | |             ));
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 197 |       test_eq!(obj.get_frac("neg_zero").unwrap(), frac!(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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 20  ~             panic!(
[INFO] [stdout] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  |                 $left, $right
[INFO] [stdout] 23  ~             );
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> tests/integration.rs:20:20
[INFO] [stdout]     |
[INFO] [stdout] 20  |               panic!(format!(
[INFO] [stdout]     |  ____________________^
[INFO] [stdout] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  | |                 $left, $right
[INFO] [stdout] 23  | |             ));
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 198 |       test_eq!(obj.get_frac("pos_zero").unwrap(), frac!(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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 20  ~             panic!(
[INFO] [stdout] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  |                 $left, $right
[INFO] [stdout] 23  ~             );
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> tests/integration.rs:20:20
[INFO] [stdout]     |
[INFO] [stdout] 20  |               panic!(format!(
[INFO] [stdout]     |  ____________________^
[INFO] [stdout] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  | |                 $left, $right
[INFO] [stdout] 23  | |             ));
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 200 |       test_eq!(obj.get("frac_from_dec").unwrap(), frac!(13, 10));
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 20  ~             panic!(
[INFO] [stdout] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  |                 $left, $right
[INFO] [stdout] 23  ~             );
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> tests/integration.rs:20:20
[INFO] [stdout]     |
[INFO] [stdout] 20  |               panic!(format!(
[INFO] [stdout]     |  ____________________^
[INFO] [stdout] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  | |                 $left, $right
[INFO] [stdout] 23  | |             ));
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 201 |       test_eq!(obj.get("neg_ffd").unwrap(), frac!(-13, 10));
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 20  ~             panic!(
[INFO] [stdout] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  |                 $left, $right
[INFO] [stdout] 23  ~             );
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> tests/integration.rs:20:20
[INFO] [stdout]     |
[INFO] [stdout] 20  |               panic!(format!(
[INFO] [stdout]     |  ____________________^
[INFO] [stdout] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  | |                 $left, $right
[INFO] [stdout] 23  | |             ));
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 202 |       test_eq!(obj.get("pos_ffd").unwrap(), frac!(13, 10));
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 20  ~             panic!(
[INFO] [stdout] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  |                 $left, $right
[INFO] [stdout] 23  ~             );
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> tests/integration.rs:20:20
[INFO] [stdout]     |
[INFO] [stdout] 20  |               panic!(format!(
[INFO] [stdout]     |  ____________________^
[INFO] [stdout] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  | |                 $left, $right
[INFO] [stdout] 23  | |             ));
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 204 |       test_eq!(obj.get("add_dec").unwrap(), frac!(3, 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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 20  ~             panic!(
[INFO] [stdout] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  |                 $left, $right
[INFO] [stdout] 23  ~             );
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> tests/integration.rs:20:20
[INFO] [stdout]     |
[INFO] [stdout] 20  |               panic!(format!(
[INFO] [stdout]     |  ____________________^
[INFO] [stdout] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  | |                 $left, $right
[INFO] [stdout] 23  | |             ));
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 205 |       test_eq!(obj.get("sub_dec").unwrap(), frac!(-3, 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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 20  ~             panic!(
[INFO] [stdout] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  |                 $left, $right
[INFO] [stdout] 23  ~             );
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> tests/integration.rs:20:20
[INFO] [stdout]     |
[INFO] [stdout] 20  |               panic!(format!(
[INFO] [stdout]     |  ____________________^
[INFO] [stdout] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  | |                 $left, $right
[INFO] [stdout] 23  | |             ));
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 211 |       test_eq!(obj.get("frac1").unwrap(), frac!(1, 2));
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 20  ~             panic!(
[INFO] [stdout] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  |                 $left, $right
[INFO] [stdout] 23  ~             );
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> tests/integration.rs:20:20
[INFO] [stdout]     |
[INFO] [stdout] 20  |               panic!(format!(
[INFO] [stdout]     |  ____________________^
[INFO] [stdout] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  | |                 $left, $right
[INFO] [stdout] 23  | |             ));
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 212 |       test_eq!(obj.get("frac2").unwrap(), frac!(1, 2));
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 20  ~             panic!(
[INFO] [stdout] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  |                 $left, $right
[INFO] [stdout] 23  ~             );
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> tests/integration.rs:20:20
[INFO] [stdout]     |
[INFO] [stdout] 20  |               panic!(format!(
[INFO] [stdout]     |  ____________________^
[INFO] [stdout] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  | |                 $left, $right
[INFO] [stdout] 23  | |             ));
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 213 |       test_eq!(obj.get("frac3").unwrap(), frac!(0, 10));
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 20  ~             panic!(
[INFO] [stdout] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  |                 $left, $right
[INFO] [stdout] 23  ~             );
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> tests/integration.rs:20:20
[INFO] [stdout]     |
[INFO] [stdout] 20  |               panic!(format!(
[INFO] [stdout]     |  ____________________^
[INFO] [stdout] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  | |                 $left, $right
[INFO] [stdout] 23  | |             ));
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 214 |       test_eq!(obj.get("frac4").unwrap(), frac!(-5, 4));
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 20  ~             panic!(
[INFO] [stdout] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  |                 $left, $right
[INFO] [stdout] 23  ~             );
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> tests/integration.rs:20:20
[INFO] [stdout]     |
[INFO] [stdout] 20  |               panic!(format!(
[INFO] [stdout]     |  ____________________^
[INFO] [stdout] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  | |                 $left, $right
[INFO] [stdout] 23  | |             ));
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 215 |       test_eq!(obj.get("frac5").unwrap(), frac!(1, 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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 20  ~             panic!(
[INFO] [stdout] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  |                 $left, $right
[INFO] [stdout] 23  ~             );
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> tests/integration.rs:20:20
[INFO] [stdout]     |
[INFO] [stdout] 20  |               panic!(format!(
[INFO] [stdout]     |  ____________________^
[INFO] [stdout] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  | |                 $left, $right
[INFO] [stdout] 23  | |             ));
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 217 |       test_eq!(obj.get("whole_frac").unwrap(), frac!(3, 2));
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 20  ~             panic!(
[INFO] [stdout] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  |                 $left, $right
[INFO] [stdout] 23  ~             );
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> tests/integration.rs:20:20
[INFO] [stdout]     |
[INFO] [stdout] 20  |               panic!(format!(
[INFO] [stdout]     |  ____________________^
[INFO] [stdout] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  | |                 $left, $right
[INFO] [stdout] 23  | |             ));
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 218 |       test_eq!(obj.get("neg_whole_frac").unwrap(), frac!(-21, 4));
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 20  ~             panic!(
[INFO] [stdout] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  |                 $left, $right
[INFO] [stdout] 23  ~             );
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> tests/integration.rs:20:20
[INFO] [stdout]     |
[INFO] [stdout] 20  |               panic!(format!(
[INFO] [stdout]     |  ____________________^
[INFO] [stdout] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  | |                 $left, $right
[INFO] [stdout] 23  | |             ));
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 219 |       test_eq!(obj.get("dec_frac").unwrap(), frac!(1, 2));
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 20  ~             panic!(
[INFO] [stdout] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  |                 $left, $right
[INFO] [stdout] 23  ~             );
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> tests/integration.rs:20:20
[INFO] [stdout]     |
[INFO] [stdout] 20  |               panic!(format!(
[INFO] [stdout]     |  ____________________^
[INFO] [stdout] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  | |                 $left, $right
[INFO] [stdout] 23  | |             ));
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 220 |       test_eq!(obj.get("dec_frac2").unwrap(), frac!(-1, 2));
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 20  ~             panic!(
[INFO] [stdout] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  |                 $left, $right
[INFO] [stdout] 23  ~             );
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> tests/integration.rs:20:20
[INFO] [stdout]     |
[INFO] [stdout] 20  |               panic!(format!(
[INFO] [stdout]     |  ____________________^
[INFO] [stdout] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  | |                 $left, $right
[INFO] [stdout] 23  | |             ));
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 222 | /     test_eq!(
[INFO] [stdout] 223 | |         obj.get("array").unwrap(),
[INFO] [stdout] 224 | |         arr![
[INFO] [stdout] 225 | |             obj.get_frac("whole_frac").unwrap(),
[INFO] [stdout] ...   |
[INFO] [stdout] 230 | |     );
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 20  ~             panic!(
[INFO] [stdout] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  |                 $left, $right
[INFO] [stdout] 23  ~             );
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> tests/integration.rs:20:20
[INFO] [stdout]     |
[INFO] [stdout] 20  |               panic!(format!(
[INFO] [stdout]     |  ____________________^
[INFO] [stdout] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  | |                 $left, $right
[INFO] [stdout] 23  | |             ));
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 232 | /     test_eq!(
[INFO] [stdout] 233 | |         obj.get("tup").unwrap(),
[INFO] [stdout] 234 | |         tup!(
[INFO] [stdout] 235 | |             frac!(-1, 2),
[INFO] [stdout] ...   |
[INFO] [stdout] 240 | |     );
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 20  ~             panic!(
[INFO] [stdout] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  |                 $left, $right
[INFO] [stdout] 23  ~             );
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> tests/integration.rs:20:20
[INFO] [stdout]     |
[INFO] [stdout] 20  |               panic!(format!(
[INFO] [stdout]     |  ____________________^
[INFO] [stdout] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  | |                 $left, $right
[INFO] [stdout] 23  | |             ));
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 242 |       test_eq!(obj.get("var_frac").unwrap(), frac!(-1, 2));
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 20  ~             panic!(
[INFO] [stdout] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  |                 $left, $right
[INFO] [stdout] 23  ~             );
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> tests/integration.rs:20:20
[INFO] [stdout]     |
[INFO] [stdout] 20  |               panic!(format!(
[INFO] [stdout]     |  ____________________^
[INFO] [stdout] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  | |                 $left, $right
[INFO] [stdout] 23  | |             ));
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 249 |       test_eq!(obj.get("mod1").unwrap(), int!(5));
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 20  ~             panic!(
[INFO] [stdout] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  |                 $left, $right
[INFO] [stdout] 23  ~             );
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> tests/integration.rs:20:20
[INFO] [stdout]     |
[INFO] [stdout] 20  |               panic!(format!(
[INFO] [stdout]     |  ____________________^
[INFO] [stdout] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  | |                 $left, $right
[INFO] [stdout] 23  | |             ));
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 250 |       test_eq!(obj.get("mod2").unwrap(), int!(0));
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 20  ~             panic!(
[INFO] [stdout] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  |                 $left, $right
[INFO] [stdout] 23  ~             );
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> tests/integration.rs:20:20
[INFO] [stdout]     |
[INFO] [stdout] 20  |               panic!(format!(
[INFO] [stdout]     |  ____________________^
[INFO] [stdout] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  | |                 $left, $right
[INFO] [stdout] 23  | |             ));
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 252 |       test_eq!(obj.get("arr1").unwrap(), arr![3, 4]);
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 20  ~             panic!(
[INFO] [stdout] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  |                 $left, $right
[INFO] [stdout] 23  ~             );
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> tests/integration.rs:20:20
[INFO] [stdout]     |
[INFO] [stdout] 20  |               panic!(format!(
[INFO] [stdout]     |  ____________________^
[INFO] [stdout] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  | |                 $left, $right
[INFO] [stdout] 23  | |             ));
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 253 |       test_eq!(obj.get("arr2").unwrap(), arr![3, 4]);
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 20  ~             panic!(
[INFO] [stdout] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  |                 $left, $right
[INFO] [stdout] 23  ~             );
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> tests/integration.rs:20:20
[INFO] [stdout]     |
[INFO] [stdout] 20  |               panic!(format!(
[INFO] [stdout]     |  ____________________^
[INFO] [stdout] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  | |                 $left, $right
[INFO] [stdout] 23  | |             ));
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 254 |       test_eq!(obj.get("arr3").unwrap(), arr![3, 4]);
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 20  ~             panic!(
[INFO] [stdout] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  |                 $left, $right
[INFO] [stdout] 23  ~             );
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> tests/integration.rs:20:20
[INFO] [stdout]     |
[INFO] [stdout] 20  |               panic!(format!(
[INFO] [stdout]     |  ____________________^
[INFO] [stdout] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  | |                 $left, $right
[INFO] [stdout] 23  | |             ));
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 255 |       test_eq!(obj.get("arr4").unwrap(), arr![arr![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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 20  ~             panic!(
[INFO] [stdout] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  |                 $left, $right
[INFO] [stdout] 23  ~             );
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> tests/integration.rs:20:20
[INFO] [stdout]     |
[INFO] [stdout] 20  |               panic!(format!(
[INFO] [stdout]     |  ____________________^
[INFO] [stdout] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  | |                 $left, $right
[INFO] [stdout] 23  | |             ));
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 257 | /     test_eq!(
[INFO] [stdout] 258 | |         obj.get("arr_complex").unwrap(),
[INFO] [stdout] 259 | |         arr![arr![arr![1, 2]], arr![arr![3]]]
[INFO] [stdout] 260 | |     );
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 20  ~             panic!(
[INFO] [stdout] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  |                 $left, $right
[INFO] [stdout] 23  ~             );
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> tests/integration.rs:20:20
[INFO] [stdout]     |
[INFO] [stdout] 20  |               panic!(format!(
[INFO] [stdout]     |  ____________________^
[INFO] [stdout] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  | |                 $left, $right
[INFO] [stdout] 23  | |             ));
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 262 |       test_eq!(obj.get("str1").unwrap(), "cat");
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 20  ~             panic!(
[INFO] [stdout] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  |                 $left, $right
[INFO] [stdout] 23  ~             );
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> tests/integration.rs:20:20
[INFO] [stdout]     |
[INFO] [stdout] 20  |               panic!(format!(
[INFO] [stdout]     |  ____________________^
[INFO] [stdout] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  | |                 $left, $right
[INFO] [stdout] 23  | |             ));
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 263 |       test_eq!(obj.get("str2").unwrap(), "cat");
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 20  ~             panic!(
[INFO] [stdout] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  |                 $left, $right
[INFO] [stdout] 23  ~             );
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> tests/integration.rs:20:20
[INFO] [stdout]     |
[INFO] [stdout] 20  |               panic!(format!(
[INFO] [stdout]     |  ____________________^
[INFO] [stdout] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  | |                 $left, $right
[INFO] [stdout] 23  | |             ));
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 264 |       test_eq!(obj.get("str3").unwrap(), "cat");
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 20  ~             panic!(
[INFO] [stdout] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  |                 $left, $right
[INFO] [stdout] 23  ~             );
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> tests/integration.rs:20:20
[INFO] [stdout]     |
[INFO] [stdout] 20  |               panic!(format!(
[INFO] [stdout]     |  ____________________^
[INFO] [stdout] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  | |                 $left, $right
[INFO] [stdout] 23  | |             ));
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 265 |       test_eq!(obj.get("str4").unwrap(), "cat");
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 20  ~             panic!(
[INFO] [stdout] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  |                 $left, $right
[INFO] [stdout] 23  ~             );
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> tests/integration.rs:20:20
[INFO] [stdout]     |
[INFO] [stdout] 20  |               panic!(format!(
[INFO] [stdout]     |  ____________________^
[INFO] [stdout] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  | |                 $left, $right
[INFO] [stdout] 23  | |             ));
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 267 | /     test_eq!(
[INFO] [stdout] 268 | |         obj.get("tup_complex").unwrap(),
[INFO] [stdout] 269 | |         tup!(arr![arr![], arr![arr![], arr![1, 2, 3], arr![]]])
[INFO] [stdout] 270 | |     );
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 20  ~             panic!(
[INFO] [stdout] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  |                 $left, $right
[INFO] [stdout] 23  ~             );
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> tests/integration.rs:20:20
[INFO] [stdout]     |
[INFO] [stdout] 20  |               panic!(format!(
[INFO] [stdout]     |  ____________________^
[INFO] [stdout] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  | |                 $left, $right
[INFO] [stdout] 23  | |             ));
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 279 |       test_eq!(arr1.get_type(), Type::Arr(Box::new(arr2.inner_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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 20  ~             panic!(
[INFO] [stdout] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  |                 $left, $right
[INFO] [stdout] 23  ~             );
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> tests/integration.rs:20:20
[INFO] [stdout]     |
[INFO] [stdout] 20  |               panic!(format!(
[INFO] [stdout]     |  ____________________^
[INFO] [stdout] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  | |                 $left, $right
[INFO] [stdout] 23  | |             ));
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 280 |       test_eq!(arr1, arr2);
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 20  ~             panic!(
[INFO] [stdout] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  |                 $left, $right
[INFO] [stdout] 23  ~             );
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> tests/integration.rs:20:20
[INFO] [stdout]     |
[INFO] [stdout] 20  |               panic!(format!(
[INFO] [stdout]     |  ____________________^
[INFO] [stdout] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  | |                 $left, $right
[INFO] [stdout] 23  | |             ));
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 282 | /     test_eq!(
[INFO] [stdout] 283 | |         obj.get("arr2").unwrap(),
[INFO] [stdout] 284 | |         arr![
[INFO] [stdout] 285 | |             tup!(arr![arr![]], arr![arr![2]]),
[INFO] [stdout] ...   |
[INFO] [stdout] 288 | |     );
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 20  ~             panic!(
[INFO] [stdout] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  |                 $left, $right
[INFO] [stdout] 23  ~             );
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> tests/integration.rs:20:20
[INFO] [stdout]     |
[INFO] [stdout] 20  |               panic!(format!(
[INFO] [stdout]     |  ____________________^
[INFO] [stdout] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  | |                 $left, $right
[INFO] [stdout] 23  | |             ));
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 299 |       test_eq!(obj.get("include").unwrap(), s);
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 20  ~             panic!(
[INFO] [stdout] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  |                 $left, $right
[INFO] [stdout] 23  ~             );
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> tests/integration.rs:20:20
[INFO] [stdout]     |
[INFO] [stdout] 20  |               panic!(format!(
[INFO] [stdout]     |  ____________________^
[INFO] [stdout] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  | |                 $left, $right
[INFO] [stdout] 23  | |             ));
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 300 |       test_eq!(obj.get("include2").unwrap(), obj.get("include").unwrap());
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 20  ~             panic!(
[INFO] [stdout] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  |                 $left, $right
[INFO] [stdout] 23  ~             );
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> tests/integration.rs:20:20
[INFO] [stdout]     |
[INFO] [stdout] 20  |               panic!(format!(
[INFO] [stdout]     |  ____________________^
[INFO] [stdout] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  | |                 $left, $right
[INFO] [stdout] 23  | |             ));
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 302 |       test_eq!(obj.get("include_arr").unwrap(), arr![1, 2, 3, 4, 5]);
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 20  ~             panic!(
[INFO] [stdout] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  |                 $left, $right
[INFO] [stdout] 23  ~             );
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> tests/integration.rs:20:20
[INFO] [stdout]     |
[INFO] [stdout] 20  |               panic!(format!(
[INFO] [stdout]     |  ____________________^
[INFO] [stdout] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  | |                 $left, $right
[INFO] [stdout] 23  | |             ));
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 304 | /     test_eq!(
[INFO] [stdout] 305 | |         obj.get("include_tup").unwrap(),
[INFO] [stdout] 306 | |         tup!("hello", 1, 'c', frac!(3, 3))
[INFO] [stdout] 307 | |     );
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 20  ~             panic!(
[INFO] [stdout] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  |                 $left, $right
[INFO] [stdout] 23  ~             );
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> tests/integration.rs:20:20
[INFO] [stdout]     |
[INFO] [stdout] 20  |               panic!(format!(
[INFO] [stdout]     |  ____________________^
[INFO] [stdout] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  | |                 $left, $right
[INFO] [stdout] 23  | |             ));
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 310 | /     test_eq!(
[INFO] [stdout] 311 | |         o,
[INFO] [stdout] 312 | |         obj! {
[INFO] [stdout] 313 | |             "obj2" => obj!{"test" => 1},
[INFO] [stdout] ...   |
[INFO] [stdout] 317 | |     );
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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] 20  ~             panic!(
[INFO] [stdout] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  |                 $left, $right
[INFO] [stdout] 23  ~             );
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> tests/integration.rs:20:20
[INFO] [stdout]     |
[INFO] [stdout] 20  |               panic!(format!(
[INFO] [stdout]     |  ____________________^
[INFO] [stdout] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  | |                 $left, $right
[INFO] [stdout] 23  | |             ));
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 339 |       write_helper!("tests/test_files/basic.over");
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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` which comes from the expansion of the macro `write_helper` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]     |
[INFO] [stdout] 20  ~             panic!(
[INFO] [stdout] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  |                 $left, $right
[INFO] [stdout] 23  ~             );
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> tests/integration.rs:20:20
[INFO] [stdout]     |
[INFO] [stdout] 20  |               panic!(format!(
[INFO] [stdout]     |  ____________________^
[INFO] [stdout] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  | |                 $left, $right
[INFO] [stdout] 23  | |             ));
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 340 |       write_helper!("tests/test_files/empty.over");
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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` which comes from the expansion of the macro `write_helper` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]     |
[INFO] [stdout] 20  ~             panic!(
[INFO] [stdout] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  |                 $left, $right
[INFO] [stdout] 23  ~             );
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> tests/integration.rs:20:20
[INFO] [stdout]     |
[INFO] [stdout] 20  |               panic!(format!(
[INFO] [stdout]     |  ____________________^
[INFO] [stdout] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  | |                 $left, $right
[INFO] [stdout] 23  | |             ));
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 341 |       write_helper!("tests/test_files/includes.over");
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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` which comes from the expansion of the macro `write_helper` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]     |
[INFO] [stdout] 20  ~             panic!(
[INFO] [stdout] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  |                 $left, $right
[INFO] [stdout] 23  ~             );
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> tests/integration.rs:20:20
[INFO] [stdout]     |
[INFO] [stdout] 20  |               panic!(format!(
[INFO] [stdout]     |  ____________________^
[INFO] [stdout] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  | |                 $left, $right
[INFO] [stdout] 23  | |             ));
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 342 |       write_helper!("tests/test_files/obj.over");
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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` which comes from the expansion of the macro `write_helper` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]     |
[INFO] [stdout] 20  ~             panic!(
[INFO] [stdout] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  |                 $left, $right
[INFO] [stdout] 23  ~             );
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> tests/integration.rs:20:20
[INFO] [stdout]     |
[INFO] [stdout] 20  |               panic!(format!(
[INFO] [stdout]     |  ____________________^
[INFO] [stdout] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  | |                 $left, $right
[INFO] [stdout] 23  | |             ));
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 343 |       write_helper!("tests/test_files/numbers.over");
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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` which comes from the expansion of the macro `write_helper` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]     |
[INFO] [stdout] 20  ~             panic!(
[INFO] [stdout] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  |                 $left, $right
[INFO] [stdout] 23  ~             );
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> tests/integration.rs:20:20
[INFO] [stdout]     |
[INFO] [stdout] 20  |               panic!(format!(
[INFO] [stdout]     |  ____________________^
[INFO] [stdout] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  | |                 $left, $right
[INFO] [stdout] 23  | |             ));
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 344 |       write_helper!("tests/test_files/example.over");
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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` which comes from the expansion of the macro `write_helper` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]     |
[INFO] [stdout] 20  ~             panic!(
[INFO] [stdout] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  |                 $left, $right
[INFO] [stdout] 23  ~             );
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> tests/integration.rs:20:20
[INFO] [stdout]     |
[INFO] [stdout] 20  |               panic!(format!(
[INFO] [stdout]     |  ____________________^
[INFO] [stdout] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  | |                 $left, $right
[INFO] [stdout] 23  | |             ));
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 346 |       write_helper!("tests/test_files/fuzz1.over");
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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` which comes from the expansion of the macro `write_helper` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]     |
[INFO] [stdout] 20  ~             panic!(
[INFO] [stdout] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  |                 $left, $right
[INFO] [stdout] 23  ~             );
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> tests/integration.rs:20:20
[INFO] [stdout]     |
[INFO] [stdout] 20  |               panic!(format!(
[INFO] [stdout]     |  ____________________^
[INFO] [stdout] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  | |                 $left, $right
[INFO] [stdout] 23  | |             ));
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 347 |       write_helper!("tests/test_files/fuzz2.over");
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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` which comes from the expansion of the macro `write_helper` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]     |
[INFO] [stdout] 20  ~             panic!(
[INFO] [stdout] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  |                 $left, $right
[INFO] [stdout] 23  ~             );
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> tests/integration.rs:20:20
[INFO] [stdout]     |
[INFO] [stdout] 20  |               panic!(format!(
[INFO] [stdout]     |  ____________________^
[INFO] [stdout] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  | |                 $left, $right
[INFO] [stdout] 23  | |             ));
[INFO] [stdout]     | |_____________^
[INFO] [stdout] ...
[INFO] [stdout] 348 |       write_helper!("tests/test_files/fuzz3.over");
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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` which comes from the expansion of the macro `write_helper` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]     |
[INFO] [stdout] 20  ~             panic!(
[INFO] [stdout] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] 22  |                 $left, $right
[INFO] [stdout] 23  ~             );
[INFO] [stdout]     |
[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<String>,
[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: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/arr.rs:108:17
[INFO] [stdout]     |
[INFO] [stdout] 108 |     pub fn iter(&self) -> Iter<Value> {
[INFO] [stdout]     |                 ^^^^^     ----------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 108 |     pub fn iter(&self) -> Iter<'_, Value> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/obj.rs:343:17
[INFO] [stdout]     |
[INFO] [stdout] 343 |     pub fn keys(&self) -> Keys<String, Value> {
[INFO] [stdout]     |                 ^^^^^     ------------------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 343 |     pub fn keys(&self) -> Keys<'_, String, Value> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/obj.rs:348:19
[INFO] [stdout]     |
[INFO] [stdout] 348 |     pub fn values(&self) -> Values<String, Value> {
[INFO] [stdout]     |                   ^^^^^     --------------------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 348 |     pub fn values(&self) -> Values<'_, String, Value> {
[INFO] [stdout]     |                                    +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/obj.rs:353:17
[INFO] [stdout]     |
[INFO] [stdout] 353 |     pub fn iter(&self) -> Iter<String, Value> {
[INFO] [stdout]     |                 ^^^^^     ------------------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 353 |     pub fn iter(&self) -> Iter<'_, String, Value> {
[INFO] [stdout]     |                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]   --> src/tup.rs:83:17
[INFO] [stdout]    |
[INFO] [stdout] 83 |     pub fn iter(&self) -> Iter<Value> {
[INFO] [stdout]    |                 ^^^^^     ----------- the lifetime gets resolved as `'_`
[INFO] [stdout]    |                 |
[INFO] [stdout]    |                 this lifetime flows to the output
[INFO] [stdout]    |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]    |
[INFO] [stdout] 83 |     pub fn iter(&self) -> Iter<'_, Value> {
[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] 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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[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]     Finished `test` profile [unoptimized + debuginfo] target(s) in 6.53s
[INFO] running `Command { std: "docker" "inspect" "5f4fc253be1870b2f74445c56e7a8067601fcb5d5e331f1e331a49492c0303c5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5f4fc253be1870b2f74445c56e7a8067601fcb5d5e331f1e331a49492c0303c5", kill_on_drop: false }`
[INFO] [stdout] 5f4fc253be1870b2f74445c56e7a8067601fcb5d5e331f1e331a49492c0303c5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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 -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] c46b932ee6fe273642265da424066925ab886caeb03552f65ec716c6bd3610bf
[INFO] running `Command { std: "docker" "start" "-a" "c46b932ee6fe273642265da424066925ab886caeb03552f65ec716c6bd3610bf", kill_on_drop: false }`
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr]   --> src/util.rs:39:12
[INFO] [stderr]    |
[INFO] [stderr] 39 |         '0'...'9' => true,
[INFO] [stderr]    |            ^^^ help: use `..=` for an inclusive range
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]    = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `...` range patterns are deprecated
[INFO] [stderr]   --> src/parse/util.rs:67:12
[INFO] [stderr]    |
[INFO] [stderr] 67 |         '0'...'9' => true,
[INFO] [stderr]    |            ^^^ help: use `..=` for an inclusive range
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021!
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr] 
[INFO] [stderr] warning: field `contents` is never read
[INFO] [stderr]   --> src/parse/char_stream.rs:15:5
[INFO] [stderr]    |
[INFO] [stderr] 13 | struct Inner {
[INFO] [stderr]    |        ----- field in this struct
[INFO] [stderr] 14 |     file: Option<String>,
[INFO] [stderr] 15 |     contents: String,
[INFO] [stderr]    |     ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `Inner` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stderr]    = note: `#[warn(dead_code)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]    --> src/arr.rs:108:17
[INFO] [stderr]     |
[INFO] [stderr] 108 |     pub fn iter(&self) -> Iter<Value> {
[INFO] [stderr]     |                 ^^^^^     ----------- the lifetime gets resolved as `'_`
[INFO] [stderr]     |                 |
[INFO] [stderr]     |                 this lifetime flows to the output
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]     |
[INFO] [stderr] 108 |     pub fn iter(&self) -> Iter<'_, Value> {
[INFO] [stderr]     |                                +++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]    --> src/obj.rs:343:17
[INFO] [stderr]     |
[INFO] [stderr] 343 |     pub fn keys(&self) -> Keys<String, Value> {
[INFO] [stderr]     |                 ^^^^^     ------------------- the lifetime gets resolved as `'_`
[INFO] [stderr]     |                 |
[INFO] [stderr]     |                 this lifetime flows to the output
[INFO] [stderr]     |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]     |
[INFO] [stderr] 343 |     pub fn keys(&self) -> Keys<'_, String, Value> {
[INFO] [stderr]     |                                +++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]    --> src/obj.rs:348:19
[INFO] [stderr]     |
[INFO] [stderr] 348 |     pub fn values(&self) -> Values<String, Value> {
[INFO] [stderr]     |                   ^^^^^     --------------------- the lifetime gets resolved as `'_`
[INFO] [stderr]     |                   |
[INFO] [stderr]     |                   this lifetime flows to the output
[INFO] [stderr]     |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]     |
[INFO] [stderr] 348 |     pub fn values(&self) -> Values<'_, String, Value> {
[INFO] [stderr]     |                                    +++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]    --> src/obj.rs:353:17
[INFO] [stderr]     |
[INFO] [stderr] 353 |     pub fn iter(&self) -> Iter<String, Value> {
[INFO] [stderr]     |                 ^^^^^     ------------------- the lifetime gets resolved as `'_`
[INFO] [stderr]     |                 |
[INFO] [stderr]     |                 this lifetime flows to the output
[INFO] [stderr]     |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]     |
[INFO] [stderr] 353 |     pub fn iter(&self) -> Iter<'_, String, Value> {
[INFO] [stderr]     |                                +++
[INFO] [stderr] 
[INFO] [stderr] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stderr]   --> src/tup.rs:83:17
[INFO] [stderr]    |
[INFO] [stderr] 83 |     pub fn iter(&self) -> Iter<Value> {
[INFO] [stderr]    |                 ^^^^^     ----------- the lifetime gets resolved as `'_`
[INFO] [stderr]    |                 |
[INFO] [stderr]    |                 this lifetime flows to the output
[INFO] [stderr]    |
[INFO] [stderr] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stderr]    |
[INFO] [stderr] 83 |     pub fn iter(&self) -> Iter<'_, Value> {
[INFO] [stderr]    |                                +++
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]   --> src/tests.rs:13:20
[INFO] [stderr]    |
[INFO] [stderr] 13 |               panic!(format!(
[INFO] [stderr]    |  ____________________^
[INFO] [stderr] 14 | |                 "Left did not equal right.\nLeft: {}\nRight: {}\n",
[INFO] [stderr] 15 | |                 $left, $right
[INFO] [stderr] 16 | |             ));
[INFO] [stderr]    | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 37 |       test_eq!(obj.get("null").unwrap(), Value::Null);
[INFO] [stderr]    |       ----------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]    = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]    = note: `#[warn(non_fmt_panics)]` on by default
[INFO] [stderr]    = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]    |
[INFO] [stderr] 13 ~             panic!(
[INFO] [stderr] 14 |                 "Left did not equal right.\nLeft: {}\nRight: {}\n",
[INFO] [stderr] 15 |                 $left, $right
[INFO] [stderr] 16 ~             );
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]   --> src/tests.rs:13:20
[INFO] [stderr]    |
[INFO] [stderr] 13 |               panic!(format!(
[INFO] [stderr]    |  ____________________^
[INFO] [stderr] 14 | |                 "Left did not equal right.\nLeft: {}\nRight: {}\n",
[INFO] [stderr] 15 | |                 $left, $right
[INFO] [stderr] 16 | |             ));
[INFO] [stderr]    | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 42 |       test_eq!(obj.get_bool("bool").unwrap(), true);
[INFO] [stderr]    |       --------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]    = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]    = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]    |
[INFO] [stderr] 13 ~             panic!(
[INFO] [stderr] 14 |                 "Left did not equal right.\nLeft: {}\nRight: {}\n",
[INFO] [stderr] 15 |                 $left, $right
[INFO] [stderr] 16 ~             );
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]   --> src/tests.rs:13:20
[INFO] [stderr]    |
[INFO] [stderr] 13 |               panic!(format!(
[INFO] [stderr]    |  ____________________^
[INFO] [stderr] 14 | |                 "Left did not equal right.\nLeft: {}\nRight: {}\n",
[INFO] [stderr] 15 | |                 $left, $right
[INFO] [stderr] 16 | |             ));
[INFO] [stderr]    | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 60 |       test_eq!(obj.get("str1").unwrap(), "hello");
[INFO] [stderr]    |       ------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]    = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]    = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]    |
[INFO] [stderr] 13 ~             panic!(
[INFO] [stderr] 14 |                 "Left did not equal right.\nLeft: {}\nRight: {}\n",
[INFO] [stderr] 15 |                 $left, $right
[INFO] [stderr] 16 ~             );
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]   --> src/tests.rs:13:20
[INFO] [stderr]    |
[INFO] [stderr] 13 |               panic!(format!(
[INFO] [stderr]    |  ____________________^
[INFO] [stderr] 14 | |                 "Left did not equal right.\nLeft: {}\nRight: {}\n",
[INFO] [stderr] 15 | |                 $left, $right
[INFO] [stderr] 16 | |             ));
[INFO] [stderr]    | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 61 |       test_eq!(obj.get("str2").unwrap(), yo);
[INFO] [stderr]    |       -------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]    = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]    = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]    |
[INFO] [stderr] 13 ~             panic!(
[INFO] [stderr] 14 |                 "Left did not equal right.\nLeft: {}\nRight: {}\n",
[INFO] [stderr] 15 |                 $left, $right
[INFO] [stderr] 16 ~             );
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]   --> src/tests.rs:13:20
[INFO] [stderr]    |
[INFO] [stderr] 13 |               panic!(format!(
[INFO] [stderr]    |  ____________________^
[INFO] [stderr] 14 | |                 "Left did not equal right.\nLeft: {}\nRight: {}\n",
[INFO] [stderr] 15 | |                 $left, $right
[INFO] [stderr] 16 | |             ));
[INFO] [stderr]    | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 65 |       test_eq!(obj.get("arr").unwrap(), arr![-5, 0, 1]);
[INFO] [stderr]    |       ------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]    = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]    = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]    |
[INFO] [stderr] 13 ~             panic!(
[INFO] [stderr] 14 |                 "Left did not equal right.\nLeft: {}\nRight: {}\n",
[INFO] [stderr] 15 |                 $left, $right
[INFO] [stderr] 16 ~             );
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> src/tests.rs:13:20
[INFO] [stderr]     |
[INFO] [stderr] 13  |               panic!(format!(
[INFO] [stderr]     |  ____________________^
[INFO] [stderr] 14  | |                 "Left did not equal right.\nLeft: {}\nRight: {}\n",
[INFO] [stderr] 15  | |                 $left, $right
[INFO] [stderr] 16  | |             ));
[INFO] [stderr]     | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 105 |       test_eq!(obj, obj2);
[INFO] [stderr]     |       ------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]     = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 13  ~             panic!(
[INFO] [stderr] 14  |                 "Left did not equal right.\nLeft: {}\nRight: {}\n",
[INFO] [stderr] 15  |                 $left, $right
[INFO] [stderr] 16  ~             );
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> src/tests.rs:13:20
[INFO] [stderr]     |
[INFO] [stderr] 13  |               panic!(format!(
[INFO] [stderr]     |  ____________________^
[INFO] [stderr] 14  | |                 "Left did not equal right.\nLeft: {}\nRight: {}\n",
[INFO] [stderr] 15  | |                 $left, $right
[INFO] [stderr] 16  | |             ));
[INFO] [stderr]     | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 110 |       test_eq!(v, true);
[INFO] [stderr]     |       ----------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]     = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 13  ~             panic!(
[INFO] [stderr] 14  |                 "Left did not equal right.\nLeft: {}\nRight: {}\n",
[INFO] [stderr] 15  |                 $left, $right
[INFO] [stderr] 16  ~             );
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> src/tests.rs:13:20
[INFO] [stderr]     |
[INFO] [stderr] 13  |               panic!(format!(
[INFO] [stderr]     |  ____________________^
[INFO] [stderr] 14  | |                 "Left did not equal right.\nLeft: {}\nRight: {}\n",
[INFO] [stderr] 15  | |                 $left, $right
[INFO] [stderr] 16  | |             ));
[INFO] [stderr]     | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 114 |       test_eq!(v, false);
[INFO] [stderr]     |       ------------------ in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]     = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 13  ~             panic!(
[INFO] [stderr] 14  |                 "Left did not equal right.\nLeft: {}\nRight: {}\n",
[INFO] [stderr] 15  |                 $left, $right
[INFO] [stderr] 16  ~             );
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> src/tests.rs:13:20
[INFO] [stderr]     |
[INFO] [stderr] 13  |               panic!(format!(
[INFO] [stderr]     |  ____________________^
[INFO] [stderr] 14  | |                 "Left did not equal right.\nLeft: {}\nRight: {}\n",
[INFO] [stderr] 15  | |                 $left, $right
[INFO] [stderr] 16  | |             ));
[INFO] [stderr]     | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 118 |       test_eq!(v, true);
[INFO] [stderr]     |       ----------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]     = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 13  ~             panic!(
[INFO] [stderr] 14  |                 "Left did not equal right.\nLeft: {}\nRight: {}\n",
[INFO] [stderr] 15  |                 $left, $right
[INFO] [stderr] 16  ~             );
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> src/tests.rs:13:20
[INFO] [stderr]     |
[INFO] [stderr] 13  |               panic!(format!(
[INFO] [stderr]     |  ____________________^
[INFO] [stderr] 14  | |                 "Left did not equal right.\nLeft: {}\nRight: {}\n",
[INFO] [stderr] 15  | |                 $left, $right
[INFO] [stderr] 16  | |             ));
[INFO] [stderr]     | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 123 |       test_eq!(obj.get("test1").unwrap(), "hi");
[INFO] [stderr]     |       ----------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]     = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 13  ~             panic!(
[INFO] [stderr] 14  |                 "Left did not equal right.\nLeft: {}\nRight: {}\n",
[INFO] [stderr] 15  |                 $left, $right
[INFO] [stderr] 16  ~             );
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> src/tests.rs:13:20
[INFO] [stderr]     |
[INFO] [stderr] 13  |               panic!(format!(
[INFO] [stderr]     |  ____________________^
[INFO] [stderr] 14  | |                 "Left did not equal right.\nLeft: {}\nRight: {}\n",
[INFO] [stderr] 15  | |                 $left, $right
[INFO] [stderr] 16  | |             ));
[INFO] [stderr]     | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 124 |       test_eq!(obj.get("test2").unwrap(), "bye");
[INFO] [stderr]     |       ------------------------------------------ in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]     = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 13  ~             panic!(
[INFO] [stderr] 14  |                 "Left did not equal right.\nLeft: {}\nRight: {}\n",
[INFO] [stderr] 15  |                 $left, $right
[INFO] [stderr] 16  ~             );
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> src/tests.rs:13:20
[INFO] [stderr]     |
[INFO] [stderr] 13  |               panic!(format!(
[INFO] [stderr]     |  ____________________^
[INFO] [stderr] 14  | |                 "Left did not equal right.\nLeft: {}\nRight: {}\n",
[INFO] [stderr] 15  | |                 $left, $right
[INFO] [stderr] 16  | |             ));
[INFO] [stderr]     | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 140 |       test_eq!(null.get_type(), Type::Null);
[INFO] [stderr]     |       ------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]     = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 13  ~             panic!(
[INFO] [stderr] 14  |                 "Left did not equal right.\nLeft: {}\nRight: {}\n",
[INFO] [stderr] 15  |                 $left, $right
[INFO] [stderr] 16  ~             );
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> src/tests.rs:13:20
[INFO] [stderr]     |
[INFO] [stderr] 13  |               panic!(format!(
[INFO] [stderr]     |  ____________________^
[INFO] [stderr] 14  | |                 "Left did not equal right.\nLeft: {}\nRight: {}\n",
[INFO] [stderr] 15  | |                 $left, $right
[INFO] [stderr] 16  | |             ));
[INFO] [stderr]     | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 144 |       test_eq!(obj.get("bool").unwrap().get_type(), Type::Bool);
[INFO] [stderr]     |       --------------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]     = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 13  ~             panic!(
[INFO] [stderr] 14  |                 "Left did not equal right.\nLeft: {}\nRight: {}\n",
[INFO] [stderr] 15  |                 $left, $right
[INFO] [stderr] 16  ~             );
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> src/tests.rs:13:20
[INFO] [stderr]     |
[INFO] [stderr] 13  |               panic!(format!(
[INFO] [stderr]     |  ____________________^
[INFO] [stderr] 14  | |                 "Left did not equal right.\nLeft: {}\nRight: {}\n",
[INFO] [stderr] 15  | |                 $left, $right
[INFO] [stderr] 16  | |             ));
[INFO] [stderr]     | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 148 |       test_eq!(obj.get("str").unwrap().get_type(), Type::Str);
[INFO] [stderr]     |       ------------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]     = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 13  ~             panic!(
[INFO] [stderr] 14  |                 "Left did not equal right.\nLeft: {}\nRight: {}\n",
[INFO] [stderr] 15  |                 $left, $right
[INFO] [stderr] 16  ~             );
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> src/tests.rs:13:20
[INFO] [stderr]     |
[INFO] [stderr] 13  |               panic!(format!(
[INFO] [stderr]     |  ____________________^
[INFO] [stderr] 14  | |                 "Left did not equal right.\nLeft: {}\nRight: {}\n",
[INFO] [stderr] 15  | |                 $left, $right
[INFO] [stderr] 16  | |             ));
[INFO] [stderr]     | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 152 | /     test_eq!(
[INFO] [stderr] 153 | |         obj.get("arr_char").unwrap().get_type(),
[INFO] [stderr] 154 | |         Type::Arr(Box::new(Type::Char))
[INFO] [stderr] 155 | |     );
[INFO] [stderr]     | |_____- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]     = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 13  ~             panic!(
[INFO] [stderr] 14  |                 "Left did not equal right.\nLeft: {}\nRight: {}\n",
[INFO] [stderr] 15  |                 $left, $right
[INFO] [stderr] 16  ~             );
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> src/tests.rs:13:20
[INFO] [stderr]     |
[INFO] [stderr] 13  |               panic!(format!(
[INFO] [stderr]     |  ____________________^
[INFO] [stderr] 14  | |                 "Left did not equal right.\nLeft: {}\nRight: {}\n",
[INFO] [stderr] 15  | |                 $left, $right
[INFO] [stderr] 16  | |             ));
[INFO] [stderr]     | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 157 | /     test_eq!(
[INFO] [stderr] 158 | |         obj.get("arr_arr").unwrap().get_type(),
[INFO] [stderr] 159 | |         Type::Arr(Box::new(Type::Arr(Box::new(Type::Bool))))
[INFO] [stderr] 160 | |     );
[INFO] [stderr]     | |_____- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]     = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 13  ~             panic!(
[INFO] [stderr] 14  |                 "Left did not equal right.\nLeft: {}\nRight: {}\n",
[INFO] [stderr] 15  |                 $left, $right
[INFO] [stderr] 16  ~             );
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> src/tests.rs:13:20
[INFO] [stderr]     |
[INFO] [stderr] 13  |               panic!(format!(
[INFO] [stderr]     |  ____________________^
[INFO] [stderr] 14  | |                 "Left did not equal right.\nLeft: {}\nRight: {}\n",
[INFO] [stderr] 15  | |                 $left, $right
[INFO] [stderr] 16  | |             ));
[INFO] [stderr]     | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 174 |       test_eq!(obj.get("tup").unwrap().get_type(), tup_type);
[INFO] [stderr]     |       ------------------------------------------------------ in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]     = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 13  ~             panic!(
[INFO] [stderr] 14  |                 "Left did not equal right.\nLeft: {}\nRight: {}\n",
[INFO] [stderr] 15  |                 $left, $right
[INFO] [stderr] 16  ~             );
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: `over` (lib) generated 8 warnings (run `cargo fix --lib -p over` to apply 2 suggestions)
[INFO] [stderr] warning: `over` (lib test) generated 25 warnings (8 duplicates) (run `cargo fix --lib -p over --tests` to apply 17 suggestions)
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]   --> tests/integration.rs:20:20
[INFO] [stderr]    |
[INFO] [stderr] 20 |               panic!(format!(
[INFO] [stderr]    |  ____________________^
[INFO] [stderr] 21 | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22 | |                 $left, $right
[INFO] [stderr] 23 | |             ));
[INFO] [stderr]    | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 38 |       test_eq!(obj.len(), 0);
[INFO] [stderr]    |       ---------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]    = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]    = note: `#[warn(non_fmt_panics)]` on by default
[INFO] [stderr]    = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]    |
[INFO] [stderr] 20 ~             panic!(
[INFO] [stderr] 21 |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22 |                 $left, $right
[INFO] [stderr] 23 ~             );
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]   --> tests/integration.rs:20:20
[INFO] [stderr]    |
[INFO] [stderr] 20 |               panic!(format!(
[INFO] [stderr]    |  ____________________^
[INFO] [stderr] 21 | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22 | |                 $left, $right
[INFO] [stderr] 23 | |             ));
[INFO] [stderr]    | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 47 |       test_eq!(get_int(&obj, "_a1"), 1);
[INFO] [stderr]    |       --------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]    = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]    = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]    |
[INFO] [stderr] 20 ~             panic!(
[INFO] [stderr] 21 |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22 |                 $left, $right
[INFO] [stderr] 23 ~             );
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]   --> tests/integration.rs:20:20
[INFO] [stderr]    |
[INFO] [stderr] 20 |               panic!(format!(
[INFO] [stderr]    |  ____________________^
[INFO] [stderr] 21 | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22 | |                 $left, $right
[INFO] [stderr] 23 | |             ));
[INFO] [stderr]    | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 48 |       test_eq!(get_int(&obj, "a2"), 2);
[INFO] [stderr]    |       -------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]    = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]    = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]    |
[INFO] [stderr] 20 ~             panic!(
[INFO] [stderr] 21 |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22 |                 $left, $right
[INFO] [stderr] 23 ~             );
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]   --> tests/integration.rs:20:20
[INFO] [stderr]    |
[INFO] [stderr] 20 |               panic!(format!(
[INFO] [stderr]    |  ____________________^
[INFO] [stderr] 21 | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22 | |                 $left, $right
[INFO] [stderr] 23 | |             ));
[INFO] [stderr]    | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 49 |       test_eq!(get_int(&obj, "_"), 0);
[INFO] [stderr]    |       ------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]    = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]    = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]    |
[INFO] [stderr] 20 ~             panic!(
[INFO] [stderr] 21 |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22 |                 $left, $right
[INFO] [stderr] 23 ~             );
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]   --> tests/integration.rs:20:20
[INFO] [stderr]    |
[INFO] [stderr] 20 |               panic!(format!(
[INFO] [stderr]    |  ____________________^
[INFO] [stderr] 21 | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22 | |                 $left, $right
[INFO] [stderr] 23 | |             ));
[INFO] [stderr]    | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 50 |       test_eq!(obj.get("b").unwrap(), "Smörgåsbord");
[INFO] [stderr]    |       ---------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]    = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]    = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]    |
[INFO] [stderr] 20 ~             panic!(
[INFO] [stderr] 21 |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22 |                 $left, $right
[INFO] [stderr] 23 ~             );
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]   --> tests/integration.rs:20:20
[INFO] [stderr]    |
[INFO] [stderr] 20 |               panic!(format!(
[INFO] [stderr]    |  ____________________^
[INFO] [stderr] 21 | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22 | |                 $left, $right
[INFO] [stderr] 23 | |             ));
[INFO] [stderr]    | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 51 |       test_eq!(get_int(&obj, "c"), 10);
[INFO] [stderr]    |       -------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]    = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]    = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]    |
[INFO] [stderr] 20 ~             panic!(
[INFO] [stderr] 21 |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22 |                 $left, $right
[INFO] [stderr] 23 ~             );
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]   --> tests/integration.rs:20:20
[INFO] [stderr]    |
[INFO] [stderr] 20 |               panic!(format!(
[INFO] [stderr]    |  ____________________^
[INFO] [stderr] 21 | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22 | |                 $left, $right
[INFO] [stderr] 23 | |             ));
[INFO] [stderr]    | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 52 |       test_eq!(get_int(&obj, "d"), 20);
[INFO] [stderr]    |       -------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]    = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]    = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]    |
[INFO] [stderr] 20 ~             panic!(
[INFO] [stderr] 21 |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22 |                 $left, $right
[INFO] [stderr] 23 ~             );
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]   --> tests/integration.rs:20:20
[INFO] [stderr]    |
[INFO] [stderr] 20 |               panic!(format!(
[INFO] [stderr]    |  ____________________^
[INFO] [stderr] 21 | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22 | |                 $left, $right
[INFO] [stderr] 23 | |             ));
[INFO] [stderr]    | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 53 |       test_eq!(get_int(&obj, "eee"), 2);
[INFO] [stderr]    |       --------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]    = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]    = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]    |
[INFO] [stderr] 20 ~             panic!(
[INFO] [stderr] 21 |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22 |                 $left, $right
[INFO] [stderr] 23 ~             );
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]   --> tests/integration.rs:20:20
[INFO] [stderr]    |
[INFO] [stderr] 20 |               panic!(format!(
[INFO] [stderr]    |  ____________________^
[INFO] [stderr] 21 | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22 | |                 $left, $right
[INFO] [stderr] 23 | |             ));
[INFO] [stderr]    | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 54 |       test_eq!(get_int(&obj, "f"), 3);
[INFO] [stderr]    |       ------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]    = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]    = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]    |
[INFO] [stderr] 20 ~             panic!(
[INFO] [stderr] 21 |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22 |                 $left, $right
[INFO] [stderr] 23 ~             );
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]   --> tests/integration.rs:20:20
[INFO] [stderr]    |
[INFO] [stderr] 20 |               panic!(format!(
[INFO] [stderr]    |  ____________________^
[INFO] [stderr] 21 | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22 | |                 $left, $right
[INFO] [stderr] 23 | |             ));
[INFO] [stderr]    | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 55 |       test_eq!(get_int(&obj, "g_"), 4);
[INFO] [stderr]    |       -------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]    = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]    = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]    |
[INFO] [stderr] 20 ~             panic!(
[INFO] [stderr] 21 |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22 |                 $left, $right
[INFO] [stderr] 23 ~             );
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]   --> tests/integration.rs:20:20
[INFO] [stderr]    |
[INFO] [stderr] 20 |               panic!(format!(
[INFO] [stderr]    |  ____________________^
[INFO] [stderr] 21 | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22 | |                 $left, $right
[INFO] [stderr] 23 | |             ));
[INFO] [stderr]    | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 56 |       test_eq!(obj.get("Hello").unwrap(), "Hello");
[INFO] [stderr]    |       -------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]    = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]    = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]    |
[INFO] [stderr] 20 ~             panic!(
[INFO] [stderr] 21 |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22 |                 $left, $right
[INFO] [stderr] 23 ~             );
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]   --> tests/integration.rs:20:20
[INFO] [stderr]    |
[INFO] [stderr] 20 |               panic!(format!(
[INFO] [stderr]    |  ____________________^
[INFO] [stderr] 21 | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22 | |                 $left, $right
[INFO] [stderr] 23 | |             ));
[INFO] [stderr]    | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 57 |       test_eq!(obj.get("i_robot").unwrap(), "not #a comment");
[INFO] [stderr]    |       ------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]    = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]    = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]    |
[INFO] [stderr] 20 ~             panic!(
[INFO] [stderr] 21 |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22 |                 $left, $right
[INFO] [stderr] 23 ~             );
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]   --> tests/integration.rs:20:20
[INFO] [stderr]    |
[INFO] [stderr] 20 |               panic!(format!(
[INFO] [stderr]    |  ____________________^
[INFO] [stderr] 21 | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22 | |                 $left, $right
[INFO] [stderr] 23 | |             ));
[INFO] [stderr]    | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 58 |       test_eq!(get_int(&obj, "j"), 4);
[INFO] [stderr]    |       ------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]    = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]    = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]    |
[INFO] [stderr] 20 ~             panic!(
[INFO] [stderr] 21 |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22 |                 $left, $right
[INFO] [stderr] 23 ~             );
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]   --> tests/integration.rs:20:20
[INFO] [stderr]    |
[INFO] [stderr] 20 |               panic!(format!(
[INFO] [stderr]    |  ____________________^
[INFO] [stderr] 21 | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22 | |                 $left, $right
[INFO] [stderr] 23 | |             ));
[INFO] [stderr]    | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 59 |       test_eq!(obj.get("k").unwrap(), "hi");
[INFO] [stderr]    |       ------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]    = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]    = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]    |
[INFO] [stderr] 20 ~             panic!(
[INFO] [stderr] 21 |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22 |                 $left, $right
[INFO] [stderr] 23 ~             );
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]   --> tests/integration.rs:20:20
[INFO] [stderr]    |
[INFO] [stderr] 20 |               panic!(format!(
[INFO] [stderr]    |  ____________________^
[INFO] [stderr] 21 | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22 | |                 $left, $right
[INFO] [stderr] 23 | |             ));
[INFO] [stderr]    | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 60 |       test_eq!(obj.get("l").unwrap(), "$\\\"");
[INFO] [stderr]    |       ---------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]    = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]    = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]    |
[INFO] [stderr] 20 ~             panic!(
[INFO] [stderr] 21 |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22 |                 $left, $right
[INFO] [stderr] 23 ~             );
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]   --> tests/integration.rs:20:20
[INFO] [stderr]    |
[INFO] [stderr] 20 |               panic!(format!(
[INFO] [stderr]    |  ____________________^
[INFO] [stderr] 21 | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22 | |                 $left, $right
[INFO] [stderr] 23 | |             ));
[INFO] [stderr]    | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 61 |       test_eq!(obj.get("m").unwrap(), "m");
[INFO] [stderr]    |       ------------------------------------ in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]    = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]    = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]    |
[INFO] [stderr] 20 ~             panic!(
[INFO] [stderr] 21 |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22 |                 $left, $right
[INFO] [stderr] 23 ~             );
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]   --> tests/integration.rs:20:20
[INFO] [stderr]    |
[INFO] [stderr] 20 |               panic!(format!(
[INFO] [stderr]    |  ____________________^
[INFO] [stderr] 21 | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22 | |                 $left, $right
[INFO] [stderr] 23 | |             ));
[INFO] [stderr]    | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 62 |       test_eq!(obj.get("n").unwrap(), true);
[INFO] [stderr]    |       ------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]    = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]    = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]    |
[INFO] [stderr] 20 ~             panic!(
[INFO] [stderr] 21 |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22 |                 $left, $right
[INFO] [stderr] 23 ~             );
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]   --> tests/integration.rs:20:20
[INFO] [stderr]    |
[INFO] [stderr] 20 |               panic!(format!(
[INFO] [stderr]    |  ____________________^
[INFO] [stderr] 21 | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22 | |                 $left, $right
[INFO] [stderr] 23 | |             ));
[INFO] [stderr]    | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 63 |       test_eq!(obj.get("o").unwrap(), false);
[INFO] [stderr]    |       -------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]    = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]    = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]    |
[INFO] [stderr] 20 ~             panic!(
[INFO] [stderr] 21 |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22 |                 $left, $right
[INFO] [stderr] 23 ~             );
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]   --> tests/integration.rs:20:20
[INFO] [stderr]    |
[INFO] [stderr] 20 |               panic!(format!(
[INFO] [stderr]    |  ____________________^
[INFO] [stderr] 21 | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22 | |                 $left, $right
[INFO] [stderr] 23 | |             ));
[INFO] [stderr]    | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 64 |       test_eq!(obj.get("p").unwrap(), "Hello");
[INFO] [stderr]    |       ---------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]    = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]    = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]    |
[INFO] [stderr] 20 ~             panic!(
[INFO] [stderr] 21 |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22 |                 $left, $right
[INFO] [stderr] 23 ~             );
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]   --> tests/integration.rs:20:20
[INFO] [stderr]    |
[INFO] [stderr] 20 |               panic!(format!(
[INFO] [stderr]    |  ____________________^
[INFO] [stderr] 21 | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22 | |                 $left, $right
[INFO] [stderr] 23 | |             ));
[INFO] [stderr]    | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 65 |       test_eq!(get_int(&obj, "q"), 0);
[INFO] [stderr]    |       ------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]    = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]    = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]    |
[INFO] [stderr] 20 ~             panic!(
[INFO] [stderr] 21 |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22 |                 $left, $right
[INFO] [stderr] 23 ~             );
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]   --> tests/integration.rs:20:20
[INFO] [stderr]    |
[INFO] [stderr] 20 |               panic!(format!(
[INFO] [stderr]    |  ____________________^
[INFO] [stderr] 21 | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22 | |                 $left, $right
[INFO] [stderr] 23 | |             ));
[INFO] [stderr]    | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 66 |       test_eq!(obj.get("r").unwrap(), Value::Null);
[INFO] [stderr]    |       -------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]    = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]    = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]    |
[INFO] [stderr] 20 ~             panic!(
[INFO] [stderr] 21 |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22 |                 $left, $right
[INFO] [stderr] 23 ~             );
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]   --> tests/integration.rs:20:20
[INFO] [stderr]    |
[INFO] [stderr] 20 |               panic!(format!(
[INFO] [stderr]    |  ____________________^
[INFO] [stderr] 21 | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22 | |                 $left, $right
[INFO] [stderr] 23 | |             ));
[INFO] [stderr]    | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 67 |       test_eq!(obj.get("s").unwrap(), '\'');
[INFO] [stderr]    |       ------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]    = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]    = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]    |
[INFO] [stderr] 20 ~             panic!(
[INFO] [stderr] 21 |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22 |                 $left, $right
[INFO] [stderr] 23 ~             );
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]   --> tests/integration.rs:20:20
[INFO] [stderr]    |
[INFO] [stderr] 20 |               panic!(format!(
[INFO] [stderr]    |  ____________________^
[INFO] [stderr] 21 | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22 | |                 $left, $right
[INFO] [stderr] 23 | |             ));
[INFO] [stderr]    | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 68 |       test_eq!(obj.get("t").unwrap(), '\n');
[INFO] [stderr]    |       ------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]    = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]    = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]    |
[INFO] [stderr] 20 ~             panic!(
[INFO] [stderr] 21 |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22 |                 $left, $right
[INFO] [stderr] 23 ~             );
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]   --> tests/integration.rs:20:20
[INFO] [stderr]    |
[INFO] [stderr] 20 |               panic!(format!(
[INFO] [stderr]    |  ____________________^
[INFO] [stderr] 21 | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22 | |                 $left, $right
[INFO] [stderr] 23 | |             ));
[INFO] [stderr]    | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 69 |       test_eq!(obj.get("u").unwrap(), ' ');
[INFO] [stderr]    |       ------------------------------------ in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]    = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]    = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]    |
[INFO] [stderr] 20 ~             panic!(
[INFO] [stderr] 21 |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22 |                 $left, $right
[INFO] [stderr] 23 ~             );
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]   --> tests/integration.rs:20:20
[INFO] [stderr]    |
[INFO] [stderr] 20 |               panic!(format!(
[INFO] [stderr]    |  ____________________^
[INFO] [stderr] 21 | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22 | |                 $left, $right
[INFO] [stderr] 23 | |             ));
[INFO] [stderr]    | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 70 |       test_eq!(obj.get("v").unwrap(), '\'');
[INFO] [stderr]    |       ------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]    = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]    = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]    |
[INFO] [stderr] 20 ~             panic!(
[INFO] [stderr] 21 |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22 |                 $left, $right
[INFO] [stderr] 23 ~             );
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]   --> tests/integration.rs:20:20
[INFO] [stderr]    |
[INFO] [stderr] 20 |               panic!(format!(
[INFO] [stderr]    |  ____________________^
[INFO] [stderr] 21 | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22 | |                 $left, $right
[INFO] [stderr] 23 | |             ));
[INFO] [stderr]    | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 71 |       test_eq!(obj.get("w").unwrap(), '$');
[INFO] [stderr]    |       ------------------------------------ in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]    = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]    = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]    |
[INFO] [stderr] 20 ~             panic!(
[INFO] [stderr] 21 |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22 |                 $left, $right
[INFO] [stderr] 23 ~             );
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]   --> tests/integration.rs:20:20
[INFO] [stderr]    |
[INFO] [stderr] 20 |               panic!(format!(
[INFO] [stderr]    |  ____________________^
[INFO] [stderr] 21 | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22 | |                 $left, $right
[INFO] [stderr] 23 | |             ));
[INFO] [stderr]    | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 72 |       test_eq!(obj.get_frac("x").unwrap(), frac!(1, 1));
[INFO] [stderr]    |       ------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]    = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]    = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]    |
[INFO] [stderr] 20 ~             panic!(
[INFO] [stderr] 21 |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22 |                 $left, $right
[INFO] [stderr] 23 ~             );
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]   --> tests/integration.rs:20:20
[INFO] [stderr]    |
[INFO] [stderr] 20 |               panic!(format!(
[INFO] [stderr]    |  ____________________^
[INFO] [stderr] 21 | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22 | |                 $left, $right
[INFO] [stderr] 23 | |             ));
[INFO] [stderr]    | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 73 |       test_eq!(obj.get("x").unwrap().get_frac().unwrap(), frac!(1, 1));
[INFO] [stderr]    |       ---------------------------------------------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]    = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]    = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]    |
[INFO] [stderr] 20 ~             panic!(
[INFO] [stderr] 21 |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22 |                 $left, $right
[INFO] [stderr] 23 ~             );
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> tests/integration.rs:20:20
[INFO] [stderr]     |
[INFO] [stderr] 20  |               panic!(format!(
[INFO] [stderr]     |  ____________________^
[INFO] [stderr] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  | |                 $left, $right
[INFO] [stderr] 23  | |             ));
[INFO] [stderr]     | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 139 |       test_eq!(obj.get_obj("empty").unwrap().len(), 0);
[INFO] [stderr]     |       ------------------------------------------------ in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]     = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 20  ~             panic!(
[INFO] [stderr] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  |                 $left, $right
[INFO] [stderr] 23  ~             );
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> tests/integration.rs:20:20
[INFO] [stderr]     |
[INFO] [stderr] 20  |               panic!(format!(
[INFO] [stderr]     |  ____________________^
[INFO] [stderr] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  | |                 $left, $right
[INFO] [stderr] 23  | |             ));
[INFO] [stderr]     | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 140 |       test_eq!(obj.get_obj("empty2").unwrap().len(), 0);
[INFO] [stderr]     |       ------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]     = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 20  ~             panic!(
[INFO] [stderr] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  |                 $left, $right
[INFO] [stderr] 23  ~             );
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> tests/integration.rs:20:20
[INFO] [stderr]     |
[INFO] [stderr] 20  |               panic!(format!(
[INFO] [stderr]     |  ____________________^
[INFO] [stderr] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  | |                 $left, $right
[INFO] [stderr] 23  | |             ));
[INFO] [stderr]     | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 146 |       test_eq!(outie.get_parent().unwrap(), bools);
[INFO] [stderr]     |       -------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]     = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 20  ~             panic!(
[INFO] [stderr] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  |                 $left, $right
[INFO] [stderr] 23  ~             );
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> tests/integration.rs:20:20
[INFO] [stderr]     |
[INFO] [stderr] 20  |               panic!(format!(
[INFO] [stderr]     |  ____________________^
[INFO] [stderr] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  | |                 $left, $right
[INFO] [stderr] 23  | |             ));
[INFO] [stderr]     | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 147 |       test_eq!(get_int(&outie, "z"), 0);
[INFO] [stderr]     |       --------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]     = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 20  ~             panic!(
[INFO] [stderr] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  |                 $left, $right
[INFO] [stderr] 23  ~             );
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> tests/integration.rs:20:20
[INFO] [stderr]     |
[INFO] [stderr] 20  |               panic!(format!(
[INFO] [stderr]     |  ____________________^
[INFO] [stderr] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  | |                 $left, $right
[INFO] [stderr] 23  | |             ));
[INFO] [stderr]     | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 150 |       test_eq!(get_int(&inner, "z"), 1);
[INFO] [stderr]     |       --------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]     = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 20  ~             panic!(
[INFO] [stderr] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  |                 $left, $right
[INFO] [stderr] 23  ~             );
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> tests/integration.rs:20:20
[INFO] [stderr]     |
[INFO] [stderr] 20  |               panic!(format!(
[INFO] [stderr]     |  ____________________^
[INFO] [stderr] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  | |                 $left, $right
[INFO] [stderr] 23  | |             ));
[INFO] [stderr]     | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 152 |       test_eq!(get_int(&innie, "a"), 1);
[INFO] [stderr]     |       --------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]     = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 20  ~             panic!(
[INFO] [stderr] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  |                 $left, $right
[INFO] [stderr] 23  ~             );
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> tests/integration.rs:20:20
[INFO] [stderr]     |
[INFO] [stderr] 20  |               panic!(format!(
[INFO] [stderr]     |  ____________________^
[INFO] [stderr] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  | |                 $left, $right
[INFO] [stderr] 23  | |             ));
[INFO] [stderr]     | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 153 |       test_eq!(inner.get("b").unwrap(), tup!(1, 2,));
[INFO] [stderr]     |       ---------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]     = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 20  ~             panic!(
[INFO] [stderr] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  |                 $left, $right
[INFO] [stderr] 23  ~             );
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> tests/integration.rs:20:20
[INFO] [stderr]     |
[INFO] [stderr] 20  |               panic!(format!(
[INFO] [stderr]     |  ____________________^
[INFO] [stderr] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  | |                 $left, $right
[INFO] [stderr] 23  | |             ));
[INFO] [stderr]     | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 155 |       test_eq!(get_int(&outie, "c"), 3);
[INFO] [stderr]     |       --------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]     = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 20  ~             panic!(
[INFO] [stderr] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  |                 $left, $right
[INFO] [stderr] 23  ~             );
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> tests/integration.rs:20:20
[INFO] [stderr]     |
[INFO] [stderr] 20  |               panic!(format!(
[INFO] [stderr]     |  ____________________^
[INFO] [stderr] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  | |                 $left, $right
[INFO] [stderr] 23  | |             ));
[INFO] [stderr]     | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 156 |       test_eq!(outie.get("d").unwrap(), obj! {});
[INFO] [stderr]     |       ------------------------------------------ in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]     = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 20  ~             panic!(
[INFO] [stderr] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  |                 $left, $right
[INFO] [stderr] 23  ~             );
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> tests/integration.rs:20:20
[INFO] [stderr]     |
[INFO] [stderr] 20  |               panic!(format!(
[INFO] [stderr]     |  ____________________^
[INFO] [stderr] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  | |                 $left, $right
[INFO] [stderr] 23  | |             ));
[INFO] [stderr]     | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 159 |       test_eq!(obj_arr.get("arr").unwrap(), arr![1, 2, 3]);
[INFO] [stderr]     |       ---------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]     = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 20  ~             panic!(
[INFO] [stderr] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  |                 $left, $right
[INFO] [stderr] 23  ~             );
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> tests/integration.rs:20:20
[INFO] [stderr]     |
[INFO] [stderr] 20  |               panic!(format!(
[INFO] [stderr]     |  ____________________^
[INFO] [stderr] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  | |                 $left, $right
[INFO] [stderr] 23  | |             ));
[INFO] [stderr]     | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 161 |       test_eq!(obj.get_int("dot").unwrap(), int!(1));
[INFO] [stderr]     |       ---------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]     = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 20  ~             panic!(
[INFO] [stderr] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  |                 $left, $right
[INFO] [stderr] 23  ~             );
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> tests/integration.rs:20:20
[INFO] [stderr]     |
[INFO] [stderr] 20  |               panic!(format!(
[INFO] [stderr]     |  ____________________^
[INFO] [stderr] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  | |                 $left, $right
[INFO] [stderr] 23  | |             ));
[INFO] [stderr]     | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 162 |       test_eq!(obj.get_bool("dot_glob").unwrap(), true);
[INFO] [stderr]     |       ------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]     = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 20  ~             panic!(
[INFO] [stderr] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  |                 $left, $right
[INFO] [stderr] 23  ~             );
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> tests/integration.rs:20:20
[INFO] [stderr]     |
[INFO] [stderr] 20  |               panic!(format!(
[INFO] [stderr]     |  ____________________^
[INFO] [stderr] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  | |                 $left, $right
[INFO] [stderr] 23  | |             ));
[INFO] [stderr]     | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 163 |       test_eq!(obj.get_int("dot_tup1").unwrap(), int!(1));
[INFO] [stderr]     |       --------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]     = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 20  ~             panic!(
[INFO] [stderr] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  |                 $left, $right
[INFO] [stderr] 23  ~             );
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> tests/integration.rs:20:20
[INFO] [stderr]     |
[INFO] [stderr] 20  |               panic!(format!(
[INFO] [stderr]     |  ____________________^
[INFO] [stderr] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  | |                 $left, $right
[INFO] [stderr] 23  | |             ));
[INFO] [stderr]     | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 164 |       test_eq!(obj.get_int("dot_tup2").unwrap(), int!(2));
[INFO] [stderr]     |       --------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]     = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 20  ~             panic!(
[INFO] [stderr] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  |                 $left, $right
[INFO] [stderr] 23  ~             );
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> tests/integration.rs:20:20
[INFO] [stderr]     |
[INFO] [stderr] 20  |               panic!(format!(
[INFO] [stderr]     |  ____________________^
[INFO] [stderr] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  | |                 $left, $right
[INFO] [stderr] 23  | |             ));
[INFO] [stderr]     | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 165 |       test_eq!(obj.get_int("dot_arr").unwrap(), int!(1));
[INFO] [stderr]     |       -------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]     = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 20  ~             panic!(
[INFO] [stderr] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  |                 $left, $right
[INFO] [stderr] 23  ~             );
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> tests/integration.rs:20:20
[INFO] [stderr]     |
[INFO] [stderr] 20  |               panic!(format!(
[INFO] [stderr]     |  ____________________^
[INFO] [stderr] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  | |                 $left, $right
[INFO] [stderr] 23  | |             ));
[INFO] [stderr]     | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 166 |       test_eq!(obj.get_int("dot_op").unwrap(), int!(4));
[INFO] [stderr]     |       ------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]     = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 20  ~             panic!(
[INFO] [stderr] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  |                 $left, $right
[INFO] [stderr] 23  ~             );
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> tests/integration.rs:20:20
[INFO] [stderr]     |
[INFO] [stderr] 20  |               panic!(format!(
[INFO] [stderr]     |  ____________________^
[INFO] [stderr] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  | |                 $left, $right
[INFO] [stderr] 23  | |             ));
[INFO] [stderr]     | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 168 |       test_eq!(obj.get_str("dot_var").unwrap(), "test");
[INFO] [stderr]     |       ------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]     = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 20  ~             panic!(
[INFO] [stderr] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  |                 $left, $right
[INFO] [stderr] 23  ~             );
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> tests/integration.rs:20:20
[INFO] [stderr]     |
[INFO] [stderr] 20  |               panic!(format!(
[INFO] [stderr]     |  ____________________^
[INFO] [stderr] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  | |                 $left, $right
[INFO] [stderr] 23  | |             ));
[INFO] [stderr]     | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 182 |       test_eq!(sub.get_int("a").unwrap(), int!(1));
[INFO] [stderr]     |       -------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]     = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 20  ~             panic!(
[INFO] [stderr] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  |                 $left, $right
[INFO] [stderr] 23  ~             );
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> tests/integration.rs:20:20
[INFO] [stderr]     |
[INFO] [stderr] 20  |               panic!(format!(
[INFO] [stderr]     |  ____________________^
[INFO] [stderr] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  | |                 $left, $right
[INFO] [stderr] 23  | |             ));
[INFO] [stderr]     | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 183 |       test_eq!(get_int(&sub, "b"), 2);
[INFO] [stderr]     |       ------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]     = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 20  ~             panic!(
[INFO] [stderr] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  |                 $left, $right
[INFO] [stderr] 23  ~             );
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> tests/integration.rs:20:20
[INFO] [stderr]     |
[INFO] [stderr] 20  |               panic!(format!(
[INFO] [stderr]     |  ____________________^
[INFO] [stderr] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  | |                 $left, $right
[INFO] [stderr] 23  | |             ));
[INFO] [stderr]     | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 184 |       test_eq!(sub.len(), 2);
[INFO] [stderr]     |       ---------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]     = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 20  ~             panic!(
[INFO] [stderr] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  |                 $left, $right
[INFO] [stderr] 23  ~             );
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> tests/integration.rs:20:20
[INFO] [stderr]     |
[INFO] [stderr] 20  |               panic!(format!(
[INFO] [stderr]     |  ____________________^
[INFO] [stderr] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  | |                 $left, $right
[INFO] [stderr] 23  | |             ));
[INFO] [stderr]     | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 186 |       test_eq!(get_int(&obj, "c"), 2);
[INFO] [stderr]     |       ------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]     = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 20  ~             panic!(
[INFO] [stderr] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  |                 $left, $right
[INFO] [stderr] 23  ~             );
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> tests/integration.rs:20:20
[INFO] [stderr]     |
[INFO] [stderr] 20  |               panic!(format!(
[INFO] [stderr]     |  ____________________^
[INFO] [stderr] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  | |                 $left, $right
[INFO] [stderr] 23  | |             ));
[INFO] [stderr]     | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 187 |       test_eq!(obj.len(), 2);
[INFO] [stderr]     |       ---------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]     = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 20  ~             panic!(
[INFO] [stderr] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  |                 $left, $right
[INFO] [stderr] 23  ~             );
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> tests/integration.rs:20:20
[INFO] [stderr]     |
[INFO] [stderr] 20  |               panic!(format!(
[INFO] [stderr]     |  ____________________^
[INFO] [stderr] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  | |                 $left, $right
[INFO] [stderr] 23  | |             ));
[INFO] [stderr]     | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 195 |       test_eq!(get_int(&obj, "neg"), -4);
[INFO] [stderr]     |       ---------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]     = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 20  ~             panic!(
[INFO] [stderr] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  |                 $left, $right
[INFO] [stderr] 23  ~             );
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> tests/integration.rs:20:20
[INFO] [stderr]     |
[INFO] [stderr] 20  |               panic!(format!(
[INFO] [stderr]     |  ____________________^
[INFO] [stderr] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  | |                 $left, $right
[INFO] [stderr] 23  | |             ));
[INFO] [stderr]     | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 196 |       test_eq!(obj.get_frac("pos").unwrap(), frac!(4, 1));
[INFO] [stderr]     |       --------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]     = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 20  ~             panic!(
[INFO] [stderr] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  |                 $left, $right
[INFO] [stderr] 23  ~             );
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> tests/integration.rs:20:20
[INFO] [stderr]     |
[INFO] [stderr] 20  |               panic!(format!(
[INFO] [stderr]     |  ____________________^
[INFO] [stderr] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  | |                 $left, $right
[INFO] [stderr] 23  | |             ));
[INFO] [stderr]     | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 197 |       test_eq!(obj.get_frac("neg_zero").unwrap(), frac!(0, 1));
[INFO] [stderr]     |       -------------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]     = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 20  ~             panic!(
[INFO] [stderr] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  |                 $left, $right
[INFO] [stderr] 23  ~             );
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> tests/integration.rs:20:20
[INFO] [stderr]     |
[INFO] [stderr] 20  |               panic!(format!(
[INFO] [stderr]     |  ____________________^
[INFO] [stderr] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  | |                 $left, $right
[INFO] [stderr] 23  | |             ));
[INFO] [stderr]     | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 198 |       test_eq!(obj.get_frac("pos_zero").unwrap(), frac!(0, 1));
[INFO] [stderr]     |       -------------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]     = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 20  ~             panic!(
[INFO] [stderr] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  |                 $left, $right
[INFO] [stderr] 23  ~             );
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> tests/integration.rs:20:20
[INFO] [stderr]     |
[INFO] [stderr] 20  |               panic!(format!(
[INFO] [stderr]     |  ____________________^
[INFO] [stderr] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  | |                 $left, $right
[INFO] [stderr] 23  | |             ));
[INFO] [stderr]     | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 200 |       test_eq!(obj.get("frac_from_dec").unwrap(), frac!(13, 10));
[INFO] [stderr]     |       ---------------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]     = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 20  ~             panic!(
[INFO] [stderr] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  |                 $left, $right
[INFO] [stderr] 23  ~             );
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> tests/integration.rs:20:20
[INFO] [stderr]     |
[INFO] [stderr] 20  |               panic!(format!(
[INFO] [stderr]     |  ____________________^
[INFO] [stderr] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  | |                 $left, $right
[INFO] [stderr] 23  | |             ));
[INFO] [stderr]     | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 201 |       test_eq!(obj.get("neg_ffd").unwrap(), frac!(-13, 10));
[INFO] [stderr]     |       ----------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]     = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 20  ~             panic!(
[INFO] [stderr] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  |                 $left, $right
[INFO] [stderr] 23  ~             );
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> tests/integration.rs:20:20
[INFO] [stderr]     |
[INFO] [stderr] 20  |               panic!(format!(
[INFO] [stderr]     |  ____________________^
[INFO] [stderr] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  | |                 $left, $right
[INFO] [stderr] 23  | |             ));
[INFO] [stderr]     | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 202 |       test_eq!(obj.get("pos_ffd").unwrap(), frac!(13, 10));
[INFO] [stderr]     |       ---------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]     = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 20  ~             panic!(
[INFO] [stderr] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  |                 $left, $right
[INFO] [stderr] 23  ~             );
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> tests/integration.rs:20:20
[INFO] [stderr]     |
[INFO] [stderr] 20  |               panic!(format!(
[INFO] [stderr]     |  ____________________^
[INFO] [stderr] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  | |                 $left, $right
[INFO] [stderr] 23  | |             ));
[INFO] [stderr]     | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 204 |       test_eq!(obj.get("add_dec").unwrap(), frac!(3, 1));
[INFO] [stderr]     |       -------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]     = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 20  ~             panic!(
[INFO] [stderr] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  |                 $left, $right
[INFO] [stderr] 23  ~             );
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> tests/integration.rs:20:20
[INFO] [stderr]     |
[INFO] [stderr] 20  |               panic!(format!(
[INFO] [stderr]     |  ____________________^
[INFO] [stderr] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  | |                 $left, $right
[INFO] [stderr] 23  | |             ));
[INFO] [stderr]     | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 205 |       test_eq!(obj.get("sub_dec").unwrap(), frac!(-3, 1));
[INFO] [stderr]     |       --------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]     = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 20  ~             panic!(
[INFO] [stderr] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  |                 $left, $right
[INFO] [stderr] 23  ~             );
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> tests/integration.rs:20:20
[INFO] [stderr]     |
[INFO] [stderr] 20  |               panic!(format!(
[INFO] [stderr]     |  ____________________^
[INFO] [stderr] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  | |                 $left, $right
[INFO] [stderr] 23  | |             ));
[INFO] [stderr]     | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 211 |       test_eq!(obj.get("frac1").unwrap(), frac!(1, 2));
[INFO] [stderr]     |       ------------------------------------------------ in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]     = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 20  ~             panic!(
[INFO] [stderr] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  |                 $left, $right
[INFO] [stderr] 23  ~             );
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> tests/integration.rs:20:20
[INFO] [stderr]     |
[INFO] [stderr] 20  |               panic!(format!(
[INFO] [stderr]     |  ____________________^
[INFO] [stderr] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  | |                 $left, $right
[INFO] [stderr] 23  | |             ));
[INFO] [stderr]     | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 212 |       test_eq!(obj.get("frac2").unwrap(), frac!(1, 2));
[INFO] [stderr]     |       ------------------------------------------------ in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]     = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 20  ~             panic!(
[INFO] [stderr] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  |                 $left, $right
[INFO] [stderr] 23  ~             );
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> tests/integration.rs:20:20
[INFO] [stderr]     |
[INFO] [stderr] 20  |               panic!(format!(
[INFO] [stderr]     |  ____________________^
[INFO] [stderr] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  | |                 $left, $right
[INFO] [stderr] 23  | |             ));
[INFO] [stderr]     | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 213 |       test_eq!(obj.get("frac3").unwrap(), frac!(0, 10));
[INFO] [stderr]     |       ------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]     = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 20  ~             panic!(
[INFO] [stderr] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  |                 $left, $right
[INFO] [stderr] 23  ~             );
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> tests/integration.rs:20:20
[INFO] [stderr]     |
[INFO] [stderr] 20  |               panic!(format!(
[INFO] [stderr]     |  ____________________^
[INFO] [stderr] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  | |                 $left, $right
[INFO] [stderr] 23  | |             ));
[INFO] [stderr]     | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 214 |       test_eq!(obj.get("frac4").unwrap(), frac!(-5, 4));
[INFO] [stderr]     |       ------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]     = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 20  ~             panic!(
[INFO] [stderr] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  |                 $left, $right
[INFO] [stderr] 23  ~             );
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> tests/integration.rs:20:20
[INFO] [stderr]     |
[INFO] [stderr] 20  |               panic!(format!(
[INFO] [stderr]     |  ____________________^
[INFO] [stderr] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  | |                 $left, $right
[INFO] [stderr] 23  | |             ));
[INFO] [stderr]     | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 215 |       test_eq!(obj.get("frac5").unwrap(), frac!(1, 1));
[INFO] [stderr]     |       ------------------------------------------------ in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]     = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 20  ~             panic!(
[INFO] [stderr] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  |                 $left, $right
[INFO] [stderr] 23  ~             );
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> tests/integration.rs:20:20
[INFO] [stderr]     |
[INFO] [stderr] 20  |               panic!(format!(
[INFO] [stderr]     |  ____________________^
[INFO] [stderr] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  | |                 $left, $right
[INFO] [stderr] 23  | |             ));
[INFO] [stderr]     | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 217 |       test_eq!(obj.get("whole_frac").unwrap(), frac!(3, 2));
[INFO] [stderr]     |       ----------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]     = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 20  ~             panic!(
[INFO] [stderr] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  |                 $left, $right
[INFO] [stderr] 23  ~             );
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> tests/integration.rs:20:20
[INFO] [stderr]     |
[INFO] [stderr] 20  |               panic!(format!(
[INFO] [stderr]     |  ____________________^
[INFO] [stderr] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  | |                 $left, $right
[INFO] [stderr] 23  | |             ));
[INFO] [stderr]     | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 218 |       test_eq!(obj.get("neg_whole_frac").unwrap(), frac!(-21, 4));
[INFO] [stderr]     |       ----------------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]     = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 20  ~             panic!(
[INFO] [stderr] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  |                 $left, $right
[INFO] [stderr] 23  ~             );
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> tests/integration.rs:20:20
[INFO] [stderr]     |
[INFO] [stderr] 20  |               panic!(format!(
[INFO] [stderr]     |  ____________________^
[INFO] [stderr] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  | |                 $left, $right
[INFO] [stderr] 23  | |             ));
[INFO] [stderr]     | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 219 |       test_eq!(obj.get("dec_frac").unwrap(), frac!(1, 2));
[INFO] [stderr]     |       --------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]     = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 20  ~             panic!(
[INFO] [stderr] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  |                 $left, $right
[INFO] [stderr] 23  ~             );
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> tests/integration.rs:20:20
[INFO] [stderr]     |
[INFO] [stderr] 20  |               panic!(format!(
[INFO] [stderr]     |  ____________________^
[INFO] [stderr] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  | |                 $left, $right
[INFO] [stderr] 23  | |             ));
[INFO] [stderr]     | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 220 |       test_eq!(obj.get("dec_frac2").unwrap(), frac!(-1, 2));
[INFO] [stderr]     |       ----------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]     = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 20  ~             panic!(
[INFO] [stderr] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  |                 $left, $right
[INFO] [stderr] 23  ~             );
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> tests/integration.rs:20:20
[INFO] [stderr]     |
[INFO] [stderr] 20  |               panic!(format!(
[INFO] [stderr]     |  ____________________^
[INFO] [stderr] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  | |                 $left, $right
[INFO] [stdout] 
[INFO] [stderr] 23  | |             ));
[INFO] [stdout] running 6 tests
[INFO] [stderr]     | |_____________^
[INFO] [stdout] test tests::parents ... ok
[INFO] [stderr] ...
[INFO] [stdout] test macros::tests::try_arr_mismatch ... ok
[INFO] [stderr] 222 | /     test_eq!(
[INFO] [stdout] test tests::set_and_get ... ok
[INFO] [stderr] 223 | |         obj.get("array").unwrap(),
[INFO] [stderr] 224 | |         arr![
[INFO] [stderr] 225 | |             obj.get_frac("whole_frac").unwrap(),
[INFO] [stderr] ...   |
[INFO] [stderr] 230 | |     );
[INFO] [stderr]     | |_____- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]     = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 20  ~             panic!(
[INFO] [stderr] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  |                 $left, $right
[INFO] [stderr] 23  ~             );
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> tests/integration.rs:20:20
[INFO] [stderr]     |
[INFO] [stderr] 20  |               panic!(format!(
[INFO] [stderr]     |  ____________________^
[INFO] [stderr] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  | |                 $left, $right
[INFO] [stderr] 23  | |             ));
[INFO] [stderr]     | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 232 | /     test_eq!(
[INFO] [stderr] 233 | |         obj.get("tup").unwrap(),
[INFO] [stderr] 234 | |         tup!(
[INFO] [stderr] 235 | |             frac!(-1, 2),
[INFO] [stderr] ...   |
[INFO] [stderr] 240 | |     );
[INFO] [stderr]     | |_____- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]     = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 20  ~             panic!(
[INFO] [stderr] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  |                 $left, $right
[INFO] [stderr] 23  ~             );
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> tests/integration.rs:20:20
[INFO] [stderr]     |
[INFO] [stderr] 20  |               panic!(format!(
[INFO] [stderr]     |  ____________________^
[INFO] [stderr] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  | |                 $left, $right
[INFO] [stderr] 23  | |             ));
[INFO] [stderr]     | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 242 |       test_eq!(obj.get("var_frac").unwrap(), frac!(-1, 2));
[INFO] [stderr]     |       ---------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]     = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 20  ~             panic!(
[INFO] [stderr] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  |                 $left, $right
[INFO] [stderr] 23  ~             );
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> tests/integration.rs:20:20
[INFO] [stderr]     |
[INFO] [stderr] 20  |               panic!(format!(
[INFO] [stderr]     |  ____________________^
[INFO] [stdout] test tests::types ... ok
[INFO] [stderr] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  | |                 $left, $right
[INFO] [stderr] 23  | |             ));
[INFO] [stderr]     | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 249 |       test_eq!(obj.get("mod1").unwrap(), int!(5));
[INFO] [stderr]     |       ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]     = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 20  ~             panic!(
[INFO] [stderr] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  |                 $left, $right
[INFO] [stderr] 23  ~             );
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> tests/integration.rs:20:20
[INFO] [stderr]     |
[INFO] [stderr] 20  |               panic!(format!(
[INFO] [stderr]     |  ____________________^
[INFO] [stderr] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  | |                 $left, $right
[INFO] [stderr] 23  | |             ));
[INFO] [stderr]     | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 250 |       test_eq!(obj.get("mod2").unwrap(), int!(0));
[INFO] [stderr]     |       ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]     = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 20  ~             panic!(
[INFO] [stderr] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  |                 $left, $right
[INFO] [stderr] 23  ~             );
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> tests/integration.rs:20:20
[INFO] [stderr]     |
[INFO] [stderr] 20  |               panic!(format!(
[INFO] [stderr]     |  ____________________^
[INFO] [stderr] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  | |                 $left, $right
[INFO] [stderr] 23  | |             ));
[INFO] [stderr]     | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 252 |       test_eq!(obj.get("arr1").unwrap(), arr![3, 4]);
[INFO] [stderr]     |       ---------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]     = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 20  ~             panic!(
[INFO] [stderr] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  |                 $left, $right
[INFO] [stderr] 23  ~             );
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> tests/integration.rs:20:20
[INFO] [stderr]     |
[INFO] [stderr] 20  |               panic!(format!(
[INFO] [stderr]     |  ____________________^
[INFO] [stderr] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  | |                 $left, $right
[INFO] [stderr] 23  | |             ));
[INFO] [stderr]     | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 253 |       test_eq!(obj.get("arr2").unwrap(), arr![3, 4]);
[INFO] [stderr]     |       ---------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]     = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 20  ~             panic!(
[INFO] [stderr] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  |                 $left, $right
[INFO] [stderr] 23  ~             );
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> tests/integration.rs:20:20
[INFO] [stderr]     |
[INFO] [stderr] 20  |               panic!(format!(
[INFO] [stderr]     |  ____________________^
[INFO] [stderr] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  | |                 $left, $right
[INFO] [stderr] 23  | |             ));
[INFO] [stderr]     | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 254 |       test_eq!(obj.get("arr3").unwrap(), arr![3, 4]);
[INFO] [stderr]     |       ---------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]     = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 20  ~             panic!(
[INFO] [stderr] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  |                 $left, $right
[INFO] [stderr] 23  ~             );
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> tests/integration.rs:20:20
[INFO] [stderr]     |
[INFO] [stderr] 20  |               panic!(format!(
[INFO] [stderr]     |  ____________________^
[INFO] [stderr] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  | |                 $left, $right
[INFO] [stderr] 23  | |             ));
[INFO] [stderr]     | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 255 |       test_eq!(obj.get("arr4").unwrap(), arr![arr![1]]);
[INFO] [stderr]     |       ------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]     = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 20  ~             panic!(
[INFO] [stderr] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  |                 $left, $right
[INFO] [stderr] 23  ~             );
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> tests/integration.rs:20:20
[INFO] [stderr]     |
[INFO] [stderr] 20  |               panic!(format!(
[INFO] [stderr]     |  ____________________^
[INFO] [stderr] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  | |                 $left, $right
[INFO] [stderr] 23  | |             ));
[INFO] [stderr]     | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 257 | /     test_eq!(
[INFO] [stderr] 258 | |         obj.get("arr_complex").unwrap(),
[INFO] [stderr] 259 | |         arr![arr![arr![1, 2]], arr![arr![3]]]
[INFO] [stderr] 260 | |     );
[INFO] [stderr]     | |_____- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]     = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stdout] test macros::tests::arr_basic ... ok
[INFO] [stderr] 20  ~             panic!(
[INFO] [stderr] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  |                 $left, $right
[INFO] [stderr] 23  ~             );
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> tests/integration.rs:20:20
[INFO] [stderr]     |
[INFO] [stderr] 20  |               panic!(format!(
[INFO] [stderr]     |  ____________________^
[INFO] [stderr] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  | |                 $left, $right
[INFO] [stderr] 23  | |             ));
[INFO] [stderr]     | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 262 |       test_eq!(obj.get("str1").unwrap(), "cat");
[INFO] [stderr]     |       ----------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]     = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 20  ~             panic!(
[INFO] [stderr] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  |                 $left, $right
[INFO] [stderr] 23  ~             );
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> tests/integration.rs:20:20
[INFO] [stderr]     |
[INFO] [stderr] 20  |               panic!(format!(
[INFO] [stderr]     |  ____________________^
[INFO] [stderr] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  | |                 $left, $right
[INFO] [stderr] 23  | |             ));
[INFO] [stderr]     | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 263 |       test_eq!(obj.get("str2").unwrap(), "cat");
[INFO] [stderr]     |       ----------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]     = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 20  ~             panic!(
[INFO] [stderr] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  |                 $left, $right
[INFO] [stderr] 23  ~             );
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> tests/integration.rs:20:20
[INFO] [stderr]     |
[INFO] [stderr] 20  |               panic!(format!(
[INFO] [stderr]     |  ____________________^
[INFO] [stderr] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  | |                 $left, $right
[INFO] [stderr] 23  | |             ));
[INFO] [stderr]     | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 264 |       test_eq!(obj.get("str3").unwrap(), "cat");
[INFO] [stderr]     |       ----------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]     = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 20  ~             panic!(
[INFO] [stderr] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  |                 $left, $right
[INFO] [stderr] 23  ~             );
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> tests/integration.rs:20:20
[INFO] [stderr]     |
[INFO] [stderr] 20  |               panic!(format!(
[INFO] [stderr]     |  ____________________^
[INFO] [stderr] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  | |                 $left, $right
[INFO] [stderr] 23  | |             ));
[INFO] [stderr]     | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 265 |       test_eq!(obj.get("str4").unwrap(), "cat");
[INFO] [stderr]     |       ----------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]     = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 20  ~             panic!(
[INFO] [stderr] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  |                 $left, $right
[INFO] [stderr] 23  ~             );
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> tests/integration.rs:20:20
[INFO] [stderr]     |
[INFO] [stderr] 20  |               panic!(format!(
[INFO] [stderr]     |  ____________________^
[INFO] [stderr] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  | |                 $left, $right
[INFO] [stderr] 23  | |             ));
[INFO] [stderr]     | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 267 | /     test_eq!(
[INFO] [stdout] test macros::tests::obj_basic ... ok
[INFO] [stderr] 268 | |         obj.get("tup_complex").unwrap(),
[INFO] [stdout] 
[INFO] [stderr] 269 | |         tup!(arr![arr![], arr![arr![], arr![1, 2, 3], arr![]]])
[INFO] [stderr] 270 | |     );
[INFO] [stderr]     | |_____- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]     = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 20  ~             panic!(
[INFO] [stderr] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  |                 $left, $right
[INFO] [stderr] 23  ~             );
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> tests/integration.rs:20:20
[INFO] [stderr]     |
[INFO] [stderr] 20  |               panic!(format!(
[INFO] [stderr]     |  ____________________^
[INFO] [stderr] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  | |                 $left, $right
[INFO] [stderr] 23  | |             ));
[INFO] [stderr]     | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 279 |       test_eq!(arr1.get_type(), Type::Arr(Box::new(arr2.inner_type())));
[INFO] [stderr]     |       ----------------------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]     = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 20  ~             panic!(
[INFO] [stderr] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stderr] 22  |                 $left, $right
[INFO] [stdout] 
[INFO] [stderr] 23  ~             );
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> tests/integration.rs:20:20
[INFO] [stderr]     |
[INFO] [stderr] 20  |               panic!(format!(
[INFO] [stderr]     |  ____________________^
[INFO] [stderr] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  | |                 $left, $right
[INFO] [stderr] 23  | |             ));
[INFO] [stderr]     | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 280 |       test_eq!(arr1, arr2);
[INFO] [stderr]     |       -------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]     = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 20  ~             panic!(
[INFO] [stderr] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  |                 $left, $right
[INFO] [stderr] 23  ~             );
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> tests/integration.rs:20:20
[INFO] [stderr]     |
[INFO] [stderr] 20  |               panic!(format!(
[INFO] [stderr]     |  ____________________^
[INFO] [stderr] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  | |                 $left, $right
[INFO] [stderr] 23  | |             ));
[INFO] [stderr]     | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 282 | /     test_eq!(
[INFO] [stderr] 283 | |         obj.get("arr2").unwrap(),
[INFO] [stderr] 284 | |         arr![
[INFO] [stderr] 285 | |             tup!(arr![arr![]], arr![arr![2]]),
[INFO] [stderr] ...   |
[INFO] [stderr] 288 | |     );
[INFO] [stderr]     | |_____- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]     = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 20  ~             panic!(
[INFO] [stderr] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  |                 $left, $right
[INFO] [stderr] 23  ~             );
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> tests/integration.rs:20:20
[INFO] [stderr]     |
[INFO] [stderr] 20  |               panic!(format!(
[INFO] [stderr]     |  ____________________^
[INFO] [stderr] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  | |                 $left, $right
[INFO] [stderr] 23  | |             ));
[INFO] [stderr]     | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 299 |       test_eq!(obj.get("include").unwrap(), s);
[INFO] [stderr]     |       ---------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]     = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 20  ~             panic!(
[INFO] [stderr] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  |                 $left, $right
[INFO] [stderr] 23  ~             );
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> tests/integration.rs:20:20
[INFO] [stderr]     |
[INFO] [stderr] 20  |               panic!(format!(
[INFO] [stderr]     |  ____________________^
[INFO] [stderr] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  | |                 $left, $right
[INFO] [stderr] 23  | |             ));
[INFO] [stderr]     | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 300 |       test_eq!(obj.get("include2").unwrap(), obj.get("include").unwrap());
[INFO] [stderr]     |       ------------------------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]     = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 20  ~             panic!(
[INFO] [stderr] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  |                 $left, $right
[INFO] [stderr] 23  ~             );
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> tests/integration.rs:20:20
[INFO] [stderr]     |
[INFO] [stderr] 20  |               panic!(format!(
[INFO] [stderr]     |  ____________________^
[INFO] [stderr] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  | |                 $left, $right
[INFO] [stderr] 23  | |             ));
[INFO] [stderr]     | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 302 |       test_eq!(obj.get("include_arr").unwrap(), arr![1, 2, 3, 4, 5]);
[INFO] [stderr]     |       -------------------------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]     = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 20  ~             panic!(
[INFO] [stderr] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  |                 $left, $right
[INFO] [stderr] 23  ~             );
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> tests/integration.rs:20:20
[INFO] [stderr]     |
[INFO] [stderr] 20  |               panic!(format!(
[INFO] [stderr]     |  ____________________^
[INFO] [stderr] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  | |                 $left, $right
[INFO] [stderr] 23  | |             ));
[INFO] [stderr]     | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 304 | /     test_eq!(
[INFO] [stderr] 305 | |         obj.get("include_tup").unwrap(),
[INFO] [stderr] 306 | |         tup!("hello", 1, 'c', frac!(3, 3))
[INFO] [stderr] 307 | |     );
[INFO] [stderr]     | |_____- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]     = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 20  ~             panic!(
[INFO] [stderr] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  |                 $left, $right
[INFO] [stderr] 23  ~             );
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> tests/integration.rs:20:20
[INFO] [stderr]     |
[INFO] [stderr] 20  |               panic!(format!(
[INFO] [stderr]     |  ____________________^
[INFO] [stderr] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  | |                 $left, $right
[INFO] [stderr] 23  | |             ));
[INFO] [stderr]     | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 310 | /     test_eq!(
[INFO] [stderr] 311 | |         o,
[INFO] [stderr] 312 | |         obj! {
[INFO] [stderr] 313 | |             "obj2" => obj!{"test" => 1},
[INFO] [stderr] ...   |
[INFO] [stderr] 317 | |     );
[INFO] [stderr]     | |_____- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]     = note: this warning originates in the macro `test_eq` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 20  ~             panic!(
[INFO] [stderr] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  |                 $left, $right
[INFO] [stderr] 23  ~             );
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> tests/integration.rs:20:20
[INFO] [stderr]     |
[INFO] [stderr] 20  |               panic!(format!(
[INFO] [stderr]     |  ____________________^
[INFO] [stderr] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  | |                 $left, $right
[INFO] [stderr] 23  | |             ));
[INFO] [stderr]     | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 339 |       write_helper!("tests/test_files/basic.over");
[INFO] [stderr]     |       -------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]     = note: this warning originates in the macro `test_eq` which comes from the expansion of the macro `write_helper` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 20  ~             panic!(
[INFO] [stderr] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  |                 $left, $right
[INFO] [stderr] 23  ~             );
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> tests/integration.rs:20:20
[INFO] [stderr]     |
[INFO] [stderr] 20  |               panic!(format!(
[INFO] [stderr]     |  ____________________^
[INFO] [stderr] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  | |                 $left, $right
[INFO] [stderr] 23  | |             ));
[INFO] [stderr]     | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 340 |       write_helper!("tests/test_files/empty.over");
[INFO] [stderr]     |       -------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]     = note: this warning originates in the macro `test_eq` which comes from the expansion of the macro `write_helper` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 20  ~             panic!(
[INFO] [stderr] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  |                 $left, $right
[INFO] [stderr] 23  ~             );
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> tests/integration.rs:20:20
[INFO] [stderr]     |
[INFO] [stderr] 20  |               panic!(format!(
[INFO] [stderr]     |  ____________________^
[INFO] [stderr] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  | |                 $left, $right
[INFO] [stderr] 23  | |             ));
[INFO] [stderr]     | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 341 |       write_helper!("tests/test_files/includes.over");
[INFO] [stderr]     |       ----------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]     = note: this warning originates in the macro `test_eq` which comes from the expansion of the macro `write_helper` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 20  ~             panic!(
[INFO] [stderr] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  |                 $left, $right
[INFO] [stderr] 23  ~             );
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> tests/integration.rs:20:20
[INFO] [stderr]     |
[INFO] [stderr] 20  |               panic!(format!(
[INFO] [stderr]     |  ____________________^
[INFO] [stderr] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  | |                 $left, $right
[INFO] [stderr] 23  | |             ));
[INFO] [stderr]     | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 342 |       write_helper!("tests/test_files/obj.over");
[INFO] [stderr]     |       ------------------------------------------ in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]     = note: this warning originates in the macro `test_eq` which comes from the expansion of the macro `write_helper` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 20  ~             panic!(
[INFO] [stderr] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  |                 $left, $right
[INFO] [stderr] 23  ~             );
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> tests/integration.rs:20:20
[INFO] [stderr]     |
[INFO] [stderr] 20  |               panic!(format!(
[INFO] [stderr]     |  ____________________^
[INFO] [stderr] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  | |                 $left, $right
[INFO] [stderr] 23  | |             ));
[INFO] [stderr]     | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 343 |       write_helper!("tests/test_files/numbers.over");
[INFO] [stderr]     |       ---------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]     = note: this warning originates in the macro `test_eq` which comes from the expansion of the macro `write_helper` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 20  ~             panic!(
[INFO] [stderr] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  |                 $left, $right
[INFO] [stderr] 23  ~             );
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> tests/integration.rs:20:20
[INFO] [stderr]     |
[INFO] [stderr] 20  |               panic!(format!(
[INFO] [stderr]     |  ____________________^
[INFO] [stderr] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  | |                 $left, $right
[INFO] [stderr] 23  | |             ));
[INFO] [stderr]     | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 344 |       write_helper!("tests/test_files/example.over");
[INFO] [stderr]     |       ---------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]     = note: this warning originates in the macro `test_eq` which comes from the expansion of the macro `write_helper` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 20  ~             panic!(
[INFO] [stderr] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  |                 $left, $right
[INFO] [stderr] 23  ~             );
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> tests/integration.rs:20:20
[INFO] [stderr]     |
[INFO] [stderr] 20  |               panic!(format!(
[INFO] [stderr]     |  ____________________^
[INFO] [stderr] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  | |                 $left, $right
[INFO] [stderr] 23  | |             ));
[INFO] [stderr]     | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 346 |       write_helper!("tests/test_files/fuzz1.over");
[INFO] [stderr]     |       -------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]     = note: this warning originates in the macro `test_eq` which comes from the expansion of the macro `write_helper` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 20  ~             panic!(
[INFO] [stderr] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  |                 $left, $right
[INFO] [stderr] 23  ~             );
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> tests/integration.rs:20:20
[INFO] [stderr]     |
[INFO] [stderr] 20  |               panic!(format!(
[INFO] [stderr]     |  ____________________^
[INFO] [stderr] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  | |                 $left, $right
[INFO] [stderr] 23  | |             ));
[INFO] [stderr]     | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 347 |       write_helper!("tests/test_files/fuzz2.over");
[INFO] [stderr]     |       -------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]     = note: this warning originates in the macro `test_eq` which comes from the expansion of the macro `write_helper` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 20  ~             panic!(
[INFO] [stderr] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  |                 $left, $right
[INFO] [stderr] 23  ~             );
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> tests/integration.rs:20:20
[INFO] [stderr]     |
[INFO] [stderr] 20  |               panic!(format!(
[INFO] [stderr]     |  ____________________^
[INFO] [stderr] 21  | |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  | |                 $left, $right
[INFO] [stderr] 23  | |             ));
[INFO] [stderr]     | |_____________^
[INFO] [stderr] ...
[INFO] [stderr] 348 |       write_helper!("tests/test_files/fuzz3.over");
[INFO] [stderr]     |       -------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/nightly/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]     = note: this warning originates in the macro `test_eq` which comes from the expansion of the macro `write_helper` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 20  ~             panic!(
[INFO] [stderr] 21  |                 "Left did not equal right.\nLeft: {:?}\nRight: {:?}\n",
[INFO] [stderr] 22  |                 $left, $right
[INFO] [stderr] 23  ~             );
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: `over` (test "integration") generated 100 warnings (run `cargo fix --test "integration"` to apply 100 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.09s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/over-5dec8f29ca00b2b6)
[INFO] [stderr]      Running tests/errors.rs (/opt/rustwide/target/debug/deps/errors-95454fd51ea71ac5)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test errors ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/integration.rs (/opt/rustwide/target/debug/deps/integration-1cbe9af3ea0ed5e9)
[INFO] [stdout] 
[INFO] [stdout] running 11 tests
[INFO] [stdout] test any_type ... ok
[INFO] [stdout] test basic ... ok
[INFO] [stdout] test example ... ok
[INFO] [stdout] test globals ... ok
[INFO] [stdout] test obj ... ok
[INFO] [stdout] test numbers ... ok
[INFO] [stdout] test operations ... ok
[INFO] [stdout] test errors::errors ... ok
[INFO] [stdout] test includes ... ok
[INFO] [stdout] test empty ... ok
[INFO] [stdout] test write ... FAILED
[INFO] [stderr] error: test failed, to rerun pass `--test integration`
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- write stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'write' panicked at tests/integration.rs:339:5:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: IoError("Read-only file system (os error 30)")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5ce00fea2652 - std::backtrace_rs::backtrace::libunwind::trace::hd39b1f53d3cf9745
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5ce00fea2652 - std::backtrace_rs::backtrace::trace_unsynchronized::he91d9a75d4e3972b
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5ce00fea2652 - std::sys::backtrace::_print_fmt::hca46938f8c6e22cf
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5ce00fea2652 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::ha499add612cccf8e
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5ce00fec7c53 - core::fmt::rt::Argument::fmt::hd21145b75a833b7a
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5ce00fec7c53 - core::fmt::write::hb10c956f5235c8a4
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/fmt/mod.rs:1465:25
[INFO] [stdout]    6:     0x5ce00fe9f633 - std::io::default_write_fmt::hdb7615052be2ba4d
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5ce00fe9f633 - std::io::Write::write_fmt::he1bcd251ec6e4153
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5ce00fea24a2 - std::sys::backtrace::BacktraceLock::print::hb47c770ef659fd10
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5ce00fea3c6c - std::panicking::default_hook::{{closure}}::hdda8afb9d457a22c
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x5ce00fea3ac2 - std::panicking::default_hook::h7c46b44874fe5c9a
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x5ce00fe3a2e4 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h178a5fcedee41e2f
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x5ce00fe3a2e4 - test::test_main_with_exit_callback::{{closure}}::h951a41e0149d6d5d
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5ce00fea474b - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h13602080f5b63276
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x5ce00fea474b - std::panicking::rust_panic_with_hook::ha6cb99ed099eb1c5
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x5ce00fea441a - std::panicking::begin_panic_handler::{{closure}}::he11808bc797ee921
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x5ce00fea2b59 - std::sys::backtrace::__rust_end_short_backtrace::h9418807cb7346258
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:168:18
[INFO] [stdout]   17:     0x5ce00fea40ad - __rustc[18fb429eef004894]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x5ce00fec64d0 - core::panicking::panic_fmt::hd890aeb12c3a3fc3
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5ce00fec6876 - core::result::unwrap_failed::h31c9775ec1a50121
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/result.rs:1761:5
[INFO] [stdout]   20:     0x5ce00fde35d9 - core::result::Result<T,E>::unwrap::h4b48312178766d1d
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/result.rs:1167:23
[INFO] [stdout]   21:     0x5ce00fde35d9 - integration::write::h3247e9101543c036
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration.rs:332:44
[INFO] [stdout]   22:     0x5ce00fde35d9 - integration::write::{{closure}}::hc0349511b139a887
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/integration.rs:326:11
[INFO] [stdout]   23:     0x5ce00fde35d9 - core::ops::function::FnOnce::call_once::h0eeb02866759778f
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5ce00fe3fa6b - core::ops::function::FnOnce::call_once::h2869fb5b0a2b0bdc
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x5ce00fe3fa6b - test::__rust_begin_short_backtrace::h7dd7142bd62fa711
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:648:18
[INFO] [stdout]   26:     0x5ce00fe3ec5e - test::run_test_in_process::{{closure}}::h43a753f038d36b3f
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:671:74
[INFO] [stdout]   27:     0x5ce00fe3ec5e - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h0ca95dd3e12d1e16
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   28:     0x5ce00fe3ec5e - std::panicking::catch_unwind::do_call::he308587d70ac34ba
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:589:40
[INFO] [stdout]   29:     0x5ce00fe3ec5e - std::panicking::catch_unwind::h30dcba31973e8fb0
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:552:19
[INFO] [stdout]   30:     0x5ce00fe3ec5e - std::panic::catch_unwind::hfb68364e5621fbee
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5ce00fe3ec5e - test::run_test_in_process::hcdcc2977903b998a
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:671:27
[INFO] [stdout]   32:     0x5ce00fe3ec5e - test::run_test::{{closure}}::h544a6550958c5d14
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:592:43
[INFO] [stdout]   33:     0x5ce00fe027d4 - test::run_test::{{closure}}::hb172e48ebe2b92c7
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/test/src/lib.rs:622:41
[INFO] [stdout]   34:     0x5ce00fe027d4 - std::sys::backtrace::__rust_begin_short_backtrace::h7e79d8706638bea0
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/backtrace.rs:152:18
[INFO] [stdout]   35:     0x5ce00fe061aa - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hc4a275f1e71b8ab0
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x5ce00fe061aa - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h01ed0d242df78cfd
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   37:     0x5ce00fe061aa - std::panicking::catch_unwind::do_call::h052f373fb905fee0
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:589:40
[INFO] [stdout]   38:     0x5ce00fe061aa - std::panicking::catch_unwind::hb425d20c8ffb09c8
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panicking.rs:552:19
[INFO] [stdout]   39:     0x5ce00fe061aa - std::panic::catch_unwind::ha0d5dfbf18fdeda5
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5ce00fe061aa - std::thread::Builder::spawn_unchecked_::{{closure}}::hbe79182bd37949c7
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x5ce00fe061aa - core::ops::function::FnOnce::call_once{{vtable.shim}}::hc096c4a06972fde5
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5ce00fea7737 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h47377e27fb938a26
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   43:     0x5ce00fea7737 - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h72f1fe5d095abf57
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   44:     0x5ce00fea7737 - std::sys::pal::unix::thread::Thread::new::thread_start::h0a4d8e1b9c0d38cf
[INFO] [stdout]                                at /rustc/d98a5da813da67eb189387b8ccfb73cf481275d8/library/std/src/sys/pal/unix/thread.rs:97:17
[INFO] [stdout]   45:     0x72f69cff4aa4 - <unknown>
[INFO] [stdout]   46:     0x72f69d081a34 - clone
[INFO] [stdout]   47:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     write
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 10 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "c46b932ee6fe273642265da424066925ab886caeb03552f65ec716c6bd3610bf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c46b932ee6fe273642265da424066925ab886caeb03552f65ec716c6bd3610bf", kill_on_drop: false }`
[INFO] [stdout] c46b932ee6fe273642265da424066925ab886caeb03552f65ec716c6bd3610bf
