[INFO] fetching crate rci 0.1.1...
[INFO] building rci-0.1.1 against master#ad85bc524b1ad696e42061ad8338d382dffbdbe5 for pr-146237-1
[INFO] extracting crate rci 0.1.1 into /workspace/builds/worker-1-tc1/source
[INFO] started tweaking crates.io crate rci 0.1.1
[INFO] finished tweaking crates.io crate rci 0.1.1
[INFO] tweaked toml for crates.io crate rci 0.1.1 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate rci 0.1.1 on toolchain ad85bc524b1ad696e42061ad8338d382dffbdbe5
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "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" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[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" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7dca65d27a408fe3f7f75c156007eefd2a79dc42f660178c996e9ac434002e2f
[INFO] running `Command { std: "docker" "start" "-a" "7dca65d27a408fe3f7f75c156007eefd2a79dc42f660178c996e9ac434002e2f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7dca65d27a408fe3f7f75c156007eefd2a79dc42f660178c996e9ac434002e2f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7dca65d27a408fe3f7f75c156007eefd2a79dc42f660178c996e9ac434002e2f", kill_on_drop: false }`
[INFO] [stdout] 7dca65d27a408fe3f7f75c156007eefd2a79dc42f660178c996e9ac434002e2f
[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" "-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" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 592004845db962f871ad2b17c4e78974e8fc8cacc482b4e2845ff16e8990b4d3
[INFO] running `Command { std: "docker" "start" "-a" "592004845db962f871ad2b17c4e78974e8fc8cacc482b4e2845ff16e8990b4d3", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling rci v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]   --> src/lib.rs:38:29
[INFO] [stdout]    |
[INFO] [stdout] 38 |                 _ => panic!(e),
[INFO] [stdout]    |                             ^
[INFO] [stdout] ...
[INFO] [stdout] 69 |         match (err!(env::var("TRAVIS")), err!(env::var("CIRCLECI"))) {
[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/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]    = note: `#[warn(non_fmt_panics)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout]    = note: this warning originates in the macro `err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]    |
[INFO] [stdout] 38 |                 _ => panic!("{}", e),
[INFO] [stdout]    |                             +++++
[INFO] [stdout] help: or use std::panic::panic_any instead
[INFO] [stdout]    |
[INFO] [stdout] 38 -                 _ => panic!(e),
[INFO] [stdout] 38 +                 _ => std::panic::panic_any(e),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]   --> src/lib.rs:38:29
[INFO] [stdout]    |
[INFO] [stdout] 38 |                 _ => panic!(e),
[INFO] [stdout]    |                             ^
[INFO] [stdout] ...
[INFO] [stdout] 69 |         match (err!(env::var("TRAVIS")), err!(env::var("CIRCLECI"))) {
[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/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]    = note: this warning originates in the macro `err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]    |
[INFO] [stdout] 38 |                 _ => panic!("{}", e),
[INFO] [stdout]    |                             +++++
[INFO] [stdout] help: or use std::panic::panic_any instead
[INFO] [stdout]    |
[INFO] [stdout] 38 -                 _ => panic!(e),
[INFO] [stdout] 38 +                 _ => std::panic::panic_any(e),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]   --> src/lib.rs:38:29
[INFO] [stdout]    |
[INFO] [stdout] 38 |                 _ => panic!(e),
[INFO] [stdout]    |                             ^
[INFO] [stdout] ...
[INFO] [stdout] 78 |         err!(env::var("LANG"))
[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/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]    = note: this warning originates in the macro `err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]    |
[INFO] [stdout] 38 |                 _ => panic!("{}", e),
[INFO] [stdout]    |                             +++++
[INFO] [stdout] help: or use std::panic::panic_any instead
[INFO] [stdout]    |
[INFO] [stdout] 38 -                 _ => panic!(e),
[INFO] [stdout] 38 +                 _ => std::panic::panic_any(e),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]   --> src/lib.rs:38:29
[INFO] [stdout]    |
[INFO] [stdout] 38 |                 _ => panic!(e),
[INFO] [stdout]    |                             ^
[INFO] [stdout] ...
[INFO] [stdout] 83 |         err!(env::var("PATH"))
[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/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]    = note: this warning originates in the macro `err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]    |
[INFO] [stdout] 38 |                 _ => panic!("{}", e),
[INFO] [stdout]    |                             +++++
[INFO] [stdout] help: or use std::panic::panic_any instead
[INFO] [stdout]    |
[INFO] [stdout] 38 -                 _ => panic!(e),
[INFO] [stdout] 38 +                 _ => std::panic::panic_any(e),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]   --> src/lib.rs:38:29
[INFO] [stdout]    |
[INFO] [stdout] 38 |                 _ => panic!(e),
[INFO] [stdout]    |                             ^
[INFO] [stdout] ...
[INFO] [stdout] 88 |         err!(env::var("HOME"))
[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/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]    = note: this warning originates in the macro `err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]    |
[INFO] [stdout] 38 |                 _ => panic!("{}", e),
[INFO] [stdout]    |                             +++++
[INFO] [stdout] help: or use std::panic::panic_any instead
[INFO] [stdout]    |
[INFO] [stdout] 38 -                 _ => panic!(e),
[INFO] [stdout] 38 +                 _ => std::panic::panic_any(e),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:38:29
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!(e),
[INFO] [stdout]     |                             ^
[INFO] [stdout] ...
[INFO] [stdout] 107 |             CiService::Circle => err!(env::var("CIRCLE_BRANCH")),
[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/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!("{}", e),
[INFO] [stdout]     |                             +++++
[INFO] [stdout] help: or use std::panic::panic_any instead
[INFO] [stdout]     |
[INFO] [stdout]  38 -                 _ => panic!(e),
[INFO] [stdout]  38 +                 _ => std::panic::panic_any(e),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:38:29
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!(e),
[INFO] [stdout]     |                             ^
[INFO] [stdout] ...
[INFO] [stdout] 108 |             CiService::Travis => err!(env::var("TRAVIS_BRANCH")),
[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/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!("{}", e),
[INFO] [stdout]     |                             +++++
[INFO] [stdout] help: or use std::panic::panic_any instead
[INFO] [stdout]     |
[INFO] [stdout]  38 -                 _ => panic!(e),
[INFO] [stdout]  38 +                 _ => std::panic::panic_any(e),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:38:29
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!(e),
[INFO] [stdout]     |                             ^
[INFO] [stdout] ...
[INFO] [stdout] 118 |             CiService::Circle => err!(env::var("CIRCLE_BUILD_URL")),
[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/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!("{}", e),
[INFO] [stdout]     |                             +++++
[INFO] [stdout] help: or use std::panic::panic_any instead
[INFO] [stdout]     |
[INFO] [stdout]  38 -                 _ => panic!(e),
[INFO] [stdout]  38 +                 _ => std::panic::panic_any(e),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:38:29
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!(e),
[INFO] [stdout]     |                             ^
[INFO] [stdout] ...
[INFO] [stdout] 127 |             CiService::Circle => err!(env::var("CIRCLE_BUILD_NUM")),
[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/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!("{}", e),
[INFO] [stdout]     |                             +++++
[INFO] [stdout] help: or use std::panic::panic_any instead
[INFO] [stdout]     |
[INFO] [stdout]  38 -                 _ => panic!(e),
[INFO] [stdout]  38 +                 _ => std::panic::panic_any(e),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:38:29
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!(e),
[INFO] [stdout]     |                             ^
[INFO] [stdout] ...
[INFO] [stdout] 128 |             CiService::Travis => err!(env::var("TRAVIS_BUILD_NUMBER")),
[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/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!("{}", e),
[INFO] [stdout]     |                             +++++
[INFO] [stdout] help: or use std::panic::panic_any instead
[INFO] [stdout]     |
[INFO] [stdout]  38 -                 _ => panic!(e),
[INFO] [stdout]  38 +                 _ => std::panic::panic_any(e),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:38:29
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!(e),
[INFO] [stdout]     |                             ^
[INFO] [stdout] ...
[INFO] [stdout] 138 |             CiService::Travis => err!(env::var("TRAVIS_BUILD_DIR")),
[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/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!("{}", e),
[INFO] [stdout]     |                             +++++
[INFO] [stdout] help: or use std::panic::panic_any instead
[INFO] [stdout]     |
[INFO] [stdout]  38 -                 _ => panic!(e),
[INFO] [stdout]  38 +                 _ => std::panic::panic_any(e),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:38:29
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!(e),
[INFO] [stdout]     |                             ^
[INFO] [stdout] ...
[INFO] [stdout] 146 |             CiService::Circle => err!(env::var("CIRCLE_SHA1")),
[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/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!("{}", e),
[INFO] [stdout]     |                             +++++
[INFO] [stdout] help: or use std::panic::panic_any instead
[INFO] [stdout]     |
[INFO] [stdout]  38 -                 _ => panic!(e),
[INFO] [stdout]  38 +                 _ => std::panic::panic_any(e),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:38:29
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!(e),
[INFO] [stdout]     |                             ^
[INFO] [stdout] ...
[INFO] [stdout] 147 |             CiService::Travis => err!(env::var("TRAVIS_COMMIT")),
[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/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!("{}", e),
[INFO] [stdout]     |                             +++++
[INFO] [stdout] help: or use std::panic::panic_any instead
[INFO] [stdout]     |
[INFO] [stdout]  38 -                 _ => panic!(e),
[INFO] [stdout]  38 +                 _ => std::panic::panic_any(e),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:38:29
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!(e),
[INFO] [stdout]     |                             ^
[INFO] [stdout] ...
[INFO] [stdout] 157 |             CiService::Circle => err!(env::var("CIRCLE_PR_NUMBER")),
[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/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!("{}", e),
[INFO] [stdout]     |                             +++++
[INFO] [stdout] help: or use std::panic::panic_any instead
[INFO] [stdout]     |
[INFO] [stdout]  38 -                 _ => panic!(e),
[INFO] [stdout]  38 +                 _ => std::panic::panic_any(e),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:38:29
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!(e),
[INFO] [stdout]     |                             ^
[INFO] [stdout] ...
[INFO] [stdout] 159 |                 let pr = err!(env::var("TRAVIS_PULL_REQUEST")).unwrap_or("false".to_string());
[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/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!("{}", e),
[INFO] [stdout]     |                             +++++
[INFO] [stdout] help: or use std::panic::panic_any instead
[INFO] [stdout]     |
[INFO] [stdout]  38 -                 _ => panic!(e),
[INFO] [stdout]  38 +                 _ => std::panic::panic_any(e),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:38:29
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!(e),
[INFO] [stdout]     |                             ^
[INFO] [stdout] ...
[INFO] [stdout] 170 |     lang_version!("DART", dart);
[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/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `lang_version` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!("{}", e),
[INFO] [stdout]     |                             +++++
[INFO] [stdout] help: or use std::panic::panic_any instead
[INFO] [stdout]     |
[INFO] [stdout]  38 -                 _ => panic!(e),
[INFO] [stdout]  38 +                 _ => std::panic::panic_any(e),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:38:29
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!(e),
[INFO] [stdout]     |                             ^
[INFO] [stdout] ...
[INFO] [stdout] 171 |     lang_version!("GO", go);
[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/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `lang_version` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!("{}", e),
[INFO] [stdout]     |                             +++++
[INFO] [stdout] help: or use std::panic::panic_any instead
[INFO] [stdout]     |
[INFO] [stdout]  38 -                 _ => panic!(e),
[INFO] [stdout]  38 +                 _ => std::panic::panic_any(e),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:38:29
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!(e),
[INFO] [stdout]     |                             ^
[INFO] [stdout] ...
[INFO] [stdout] 172 |     lang_version!("HAXE", haxe);
[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/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `lang_version` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!("{}", e),
[INFO] [stdout]     |                             +++++
[INFO] [stdout] help: or use std::panic::panic_any instead
[INFO] [stdout]     |
[INFO] [stdout]  38 -                 _ => panic!(e),
[INFO] [stdout]  38 +                 _ => std::panic::panic_any(e),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:38:29
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!(e),
[INFO] [stdout]     |                             ^
[INFO] [stdout] ...
[INFO] [stdout] 173 |     lang_version!("JDK", java);
[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/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `lang_version` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!("{}", e),
[INFO] [stdout]     |                             +++++
[INFO] [stdout] help: or use std::panic::panic_any instead
[INFO] [stdout]     |
[INFO] [stdout]  38 -                 _ => panic!(e),
[INFO] [stdout]  38 +                 _ => std::panic::panic_any(e),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:38:29
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!(e),
[INFO] [stdout]     |                             ^
[INFO] [stdout] ...
[INFO] [stdout] 174 |     lang_version!("JULIA", julia);
[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/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `lang_version` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!("{}", e),
[INFO] [stdout]     |                             +++++
[INFO] [stdout] help: or use std::panic::panic_any instead
[INFO] [stdout]     |
[INFO] [stdout]  38 -                 _ => panic!(e),
[INFO] [stdout]  38 +                 _ => std::panic::panic_any(e),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:38:29
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!(e),
[INFO] [stdout]     |                             ^
[INFO] [stdout] ...
[INFO] [stdout] 175 |     lang_version!("NODE", node);
[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/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `lang_version` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!("{}", e),
[INFO] [stdout]     |                             +++++
[INFO] [stdout] help: or use std::panic::panic_any instead
[INFO] [stdout]     |
[INFO] [stdout]  38 -                 _ => panic!(e),
[INFO] [stdout]  38 +                 _ => std::panic::panic_any(e),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:38:29
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!(e),
[INFO] [stdout]     |                             ^
[INFO] [stdout] ...
[INFO] [stdout] 176 |     lang_version!("OTP", otp);
[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/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `lang_version` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!("{}", e),
[INFO] [stdout]     |                             +++++
[INFO] [stdout] help: or use std::panic::panic_any instead
[INFO] [stdout]     |
[INFO] [stdout]  38 -                 _ => panic!(e),
[INFO] [stdout]  38 +                 _ => std::panic::panic_any(e),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:38:29
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!(e),
[INFO] [stdout]     |                             ^
[INFO] [stdout] ...
[INFO] [stdout] 177 |     lang_version!("PERL", perl);
[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/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `lang_version` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!("{}", e),
[INFO] [stdout]     |                             +++++
[INFO] [stdout] help: or use std::panic::panic_any instead
[INFO] [stdout]     |
[INFO] [stdout]  38 -                 _ => panic!(e),
[INFO] [stdout]  38 +                 _ => std::panic::panic_any(e),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:38:29
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!(e),
[INFO] [stdout]     |                             ^
[INFO] [stdout] ...
[INFO] [stdout] 178 |     lang_version!("PHP", php);
[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/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `lang_version` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!("{}", e),
[INFO] [stdout]     |                             +++++
[INFO] [stdout] help: or use std::panic::panic_any instead
[INFO] [stdout]     |
[INFO] [stdout]  38 -                 _ => panic!(e),
[INFO] [stdout]  38 +                 _ => std::panic::panic_any(e),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:38:29
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!(e),
[INFO] [stdout]     |                             ^
[INFO] [stdout] ...
[INFO] [stdout] 179 |     lang_version!("PYTHON", python);
[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/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `lang_version` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!("{}", e),
[INFO] [stdout]     |                             +++++
[INFO] [stdout] help: or use std::panic::panic_any instead
[INFO] [stdout]     |
[INFO] [stdout]  38 -                 _ => panic!(e),
[INFO] [stdout]  38 +                 _ => std::panic::panic_any(e),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:38:29
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!(e),
[INFO] [stdout]     |                             ^
[INFO] [stdout] ...
[INFO] [stdout] 180 |     lang_version!("R", r);
[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/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `lang_version` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!("{}", e),
[INFO] [stdout]     |                             +++++
[INFO] [stdout] help: or use std::panic::panic_any instead
[INFO] [stdout]     |
[INFO] [stdout]  38 -                 _ => panic!(e),
[INFO] [stdout]  38 +                 _ => std::panic::panic_any(e),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:38:29
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!(e),
[INFO] [stdout]     |                             ^
[INFO] [stdout] ...
[INFO] [stdout] 181 |     lang_version!("RUBY", ruby);
[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/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `lang_version` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!("{}", e),
[INFO] [stdout]     |                             +++++
[INFO] [stdout] help: or use std::panic::panic_any instead
[INFO] [stdout]     |
[INFO] [stdout]  38 -                 _ => panic!(e),
[INFO] [stdout]  38 +                 _ => std::panic::panic_any(e),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:38:29
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!(e),
[INFO] [stdout]     |                             ^
[INFO] [stdout] ...
[INFO] [stdout] 182 |     lang_version!("RUST", rust);
[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/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `lang_version` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!("{}", e),
[INFO] [stdout]     |                             +++++
[INFO] [stdout] help: or use std::panic::panic_any instead
[INFO] [stdout]     |
[INFO] [stdout]  38 -                 _ => panic!(e),
[INFO] [stdout]  38 +                 _ => std::panic::panic_any(e),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:38:29
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!(e),
[INFO] [stdout]     |                             ^
[INFO] [stdout] ...
[INFO] [stdout] 183 |     lang_version!("SCALA", scala);
[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/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `lang_version` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!("{}", e),
[INFO] [stdout]     |                             +++++
[INFO] [stdout] help: or use std::panic::panic_any instead
[INFO] [stdout]     |
[INFO] [stdout]  38 -                 _ => panic!(e),
[INFO] [stdout]  38 +                 _ => std::panic::panic_any(e),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.29s
[INFO] running `Command { std: "docker" "inspect" "592004845db962f871ad2b17c4e78974e8fc8cacc482b4e2845ff16e8990b4d3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "592004845db962f871ad2b17c4e78974e8fc8cacc482b4e2845ff16e8990b4d3", kill_on_drop: false }`
[INFO] [stdout] 592004845db962f871ad2b17c4e78974e8fc8cacc482b4e2845ff16e8990b4d3
[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" "-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" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 709174fd68d96804b3c8bed92602debe96cc6f630bbac42716fd73ec7638df48
[INFO] running `Command { std: "docker" "start" "-a" "709174fd68d96804b3c8bed92602debe96cc6f630bbac42716fd73ec7638df48", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]   --> src/lib.rs:38:29
[INFO] [stdout]    |
[INFO] [stdout] 38 |                 _ => panic!(e),
[INFO] [stdout]    |                             ^
[INFO] [stdout] ...
[INFO] [stdout] 69 |         match (err!(env::var("TRAVIS")), err!(env::var("CIRCLECI"))) {
[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/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]    = note: `#[warn(non_fmt_panics)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout]    = note: this warning originates in the macro `err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]    |
[INFO] [stdout] 38 |                 _ => panic!("{}", e),
[INFO] [stdout]    |                             +++++
[INFO] [stdout] help: or use std::panic::panic_any instead
[INFO] [stdout]    |
[INFO] [stdout] 38 -                 _ => panic!(e),
[INFO] [stdout] 38 +                 _ => std::panic::panic_any(e),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]   --> src/lib.rs:38:29
[INFO] [stdout]    |
[INFO] [stdout] 38 |                 _ => panic!(e),
[INFO] [stdout]    |                             ^
[INFO] [stdout] ...
[INFO] [stdout] 69 |         match (err!(env::var("TRAVIS")), err!(env::var("CIRCLECI"))) {
[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/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]    = note: this warning originates in the macro `err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]    |
[INFO] [stdout] 38 |                 _ => panic!("{}", e),
[INFO] [stdout]    |                             +++++
[INFO] [stdout] help: or use std::panic::panic_any instead
[INFO] [stdout]    |
[INFO] [stdout] 38 -                 _ => panic!(e),
[INFO] [stdout] 38 +                 _ => std::panic::panic_any(e),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]   --> src/lib.rs:38:29
[INFO] [stdout]    |
[INFO] [stdout] 38 |                 _ => panic!(e),
[INFO] [stdout]    |                             ^
[INFO] [stdout] ...
[INFO] [stdout] 78 |         err!(env::var("LANG"))
[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/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]    = note: this warning originates in the macro `err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]    |
[INFO] [stdout] 38 |                 _ => panic!("{}", e),
[INFO] [stdout]    |                             +++++
[INFO] [stdout] help: or use std::panic::panic_any instead
[INFO] [stdout]    |
[INFO] [stdout] 38 -                 _ => panic!(e),
[INFO] [stdout] 38 +                 _ => std::panic::panic_any(e),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]   --> src/lib.rs:38:29
[INFO] [stdout]    |
[INFO] [stdout] 38 |                 _ => panic!(e),
[INFO] [stdout]    |                             ^
[INFO] [stdout] ...
[INFO] [stdout] 83 |         err!(env::var("PATH"))
[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/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]    = note: this warning originates in the macro `err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]    |
[INFO] [stdout] 38 |                 _ => panic!("{}", e),
[INFO] [stdout]    |                             +++++
[INFO] [stdout] help: or use std::panic::panic_any instead
[INFO] [stdout]    |
[INFO] [stdout] 38 -                 _ => panic!(e),
[INFO] [stdout] 38 +                 _ => std::panic::panic_any(e),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]   --> src/lib.rs:38:29
[INFO] [stdout]    |
[INFO] [stdout] 38 |                 _ => panic!(e),
[INFO] [stdout]    |                             ^
[INFO] [stdout] ...
[INFO] [stdout] 88 |         err!(env::var("HOME"))
[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/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]    = note: this warning originates in the macro `err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]    |
[INFO] [stdout] 38 |                 _ => panic!("{}", e),
[INFO] [stdout]    |                             +++++
[INFO] [stdout] help: or use std::panic::panic_any instead
[INFO] [stdout]    |
[INFO] [stdout] 38 -                 _ => panic!(e),
[INFO] [stdout] 38 +                 _ => std::panic::panic_any(e),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:38:29
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!(e),
[INFO] [stdout]     |                             ^
[INFO] [stdout] ...
[INFO] [stdout] 107 |             CiService::Circle => err!(env::var("CIRCLE_BRANCH")),
[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/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!("{}", e),
[INFO] [stdout]     |                             +++++
[INFO] [stdout] help: or use std::panic::panic_any instead
[INFO] [stdout]     |
[INFO] [stdout]  38 -                 _ => panic!(e),
[INFO] [stdout]  38 +                 _ => std::panic::panic_any(e),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:38:29
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!(e),
[INFO] [stdout]     |                             ^
[INFO] [stdout] ...
[INFO] [stdout] 108 |             CiService::Travis => err!(env::var("TRAVIS_BRANCH")),
[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/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!("{}", e),
[INFO] [stdout]     |                             +++++
[INFO] [stdout] help: or use std::panic::panic_any instead
[INFO] [stdout]     |
[INFO] [stdout]  38 -                 _ => panic!(e),
[INFO] [stdout]  38 +                 _ => std::panic::panic_any(e),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:38:29
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!(e),
[INFO] [stdout]     |                             ^
[INFO] [stdout] ...
[INFO] [stdout] 118 |             CiService::Circle => err!(env::var("CIRCLE_BUILD_URL")),
[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/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!("{}", e),
[INFO] [stdout]     |                             +++++
[INFO] [stdout] help: or use std::panic::panic_any instead
[INFO] [stdout]     |
[INFO] [stdout]  38 -                 _ => panic!(e),
[INFO] [stdout]  38 +                 _ => std::panic::panic_any(e),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:38:29
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!(e),
[INFO] [stdout]     |                             ^
[INFO] [stdout] ...
[INFO] [stdout] 127 |             CiService::Circle => err!(env::var("CIRCLE_BUILD_NUM")),
[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/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!("{}", e),
[INFO] [stdout]     |                             +++++
[INFO] [stdout] help: or use std::panic::panic_any instead
[INFO] [stdout]     |
[INFO] [stdout]  38 -                 _ => panic!(e),
[INFO] [stdout]  38 +                 _ => std::panic::panic_any(e),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:38:29
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!(e),
[INFO] [stdout]     |                             ^
[INFO] [stdout] ...
[INFO] [stdout] 128 |             CiService::Travis => err!(env::var("TRAVIS_BUILD_NUMBER")),
[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/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!("{}", e),
[INFO] [stdout]     |                             +++++
[INFO] [stdout] help: or use std::panic::panic_any instead
[INFO] [stdout]     |
[INFO] [stdout]  38 -                 _ => panic!(e),
[INFO] [stdout]  38 +                 _ => std::panic::panic_any(e),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:38:29
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!(e),
[INFO] [stdout]     |                             ^
[INFO] [stdout] ...
[INFO] [stdout] 138 |             CiService::Travis => err!(env::var("TRAVIS_BUILD_DIR")),
[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/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!("{}", e),
[INFO] [stdout]     |                             +++++
[INFO] [stdout] help: or use std::panic::panic_any instead
[INFO] [stdout]     |
[INFO] [stdout]  38 -                 _ => panic!(e),
[INFO] [stdout]  38 +                 _ => std::panic::panic_any(e),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:38:29
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!(e),
[INFO] [stdout]     |                             ^
[INFO] [stdout] ...
[INFO] [stdout] 146 |             CiService::Circle => err!(env::var("CIRCLE_SHA1")),
[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/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!("{}", e),
[INFO] [stdout]     |                             +++++
[INFO] [stdout] help: or use std::panic::panic_any instead
[INFO] [stdout]     |
[INFO] [stdout]  38 -                 _ => panic!(e),
[INFO] [stdout]  38 +                 _ => std::panic::panic_any(e),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:38:29
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!(e),
[INFO] [stdout]     |                             ^
[INFO] [stdout] ...
[INFO] [stdout] 147 |             CiService::Travis => err!(env::var("TRAVIS_COMMIT")),
[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/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!("{}", e),
[INFO] [stdout]     |                             +++++
[INFO] [stdout] help: or use std::panic::panic_any instead
[INFO] [stdout]     |
[INFO] [stdout]  38 -                 _ => panic!(e),
[INFO] [stdout]  38 +                 _ => std::panic::panic_any(e),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:38:29
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!(e),
[INFO] [stdout]     |                             ^
[INFO] [stdout] ...
[INFO] [stdout] 157 |             CiService::Circle => err!(env::var("CIRCLE_PR_NUMBER")),
[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/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!("{}", e),
[INFO] [stdout]     |                             +++++
[INFO] [stdout] help: or use std::panic::panic_any instead
[INFO] [stdout]     |
[INFO] [stdout]  38 -                 _ => panic!(e),
[INFO] [stdout]  38 +                 _ => std::panic::panic_any(e),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:38:29
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!(e),
[INFO] [stdout]     |                             ^
[INFO] [stdout] ...
[INFO] [stdout] 159 |                 let pr = err!(env::var("TRAVIS_PULL_REQUEST")).unwrap_or("false".to_string());
[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/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!("{}", e),
[INFO] [stdout]     |                             +++++
[INFO] [stdout] help: or use std::panic::panic_any instead
[INFO] [stdout]     |
[INFO] [stdout]  38 -                 _ => panic!(e),
[INFO] [stdout]  38 +                 _ => std::panic::panic_any(e),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:38:29
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!(e),
[INFO] [stdout]     |                             ^
[INFO] [stdout] ...
[INFO] [stdout] 170 |     lang_version!("DART", dart);
[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/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `lang_version` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!("{}", e),
[INFO] [stdout]     |                             +++++
[INFO] [stdout] help: or use std::panic::panic_any instead
[INFO] [stdout]     |
[INFO] [stdout]  38 -                 _ => panic!(e),
[INFO] [stdout]  38 +                 _ => std::panic::panic_any(e),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:38:29
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!(e),
[INFO] [stdout]     |                             ^
[INFO] [stdout] ...
[INFO] [stdout] 171 |     lang_version!("GO", go);
[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/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `lang_version` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!("{}", e),
[INFO] [stdout]     |                             +++++
[INFO] [stdout] help: or use std::panic::panic_any instead
[INFO] [stdout]     |
[INFO] [stdout]  38 -                 _ => panic!(e),
[INFO] [stdout]  38 +                 _ => std::panic::panic_any(e),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:38:29
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!(e),
[INFO] [stdout]     |                             ^
[INFO] [stdout] ...
[INFO] [stdout] 172 |     lang_version!("HAXE", haxe);
[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/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `lang_version` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!("{}", e),
[INFO] [stdout]     |                             +++++
[INFO] [stdout] help: or use std::panic::panic_any instead
[INFO] [stdout]     |
[INFO] [stdout]  38 -                 _ => panic!(e),
[INFO] [stdout]  38 +                 _ => std::panic::panic_any(e),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:38:29
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!(e),
[INFO] [stdout]     |                             ^
[INFO] [stdout] ...
[INFO] [stdout] 173 |     lang_version!("JDK", java);
[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/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `lang_version` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!("{}", e),
[INFO] [stdout]     |                             +++++
[INFO] [stdout] help: or use std::panic::panic_any instead
[INFO] [stdout]     |
[INFO] [stdout]  38 -                 _ => panic!(e),
[INFO] [stdout]  38 +                 _ => std::panic::panic_any(e),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:38:29
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!(e),
[INFO] [stdout]     |                             ^
[INFO] [stdout] ...
[INFO] [stdout] 174 |     lang_version!("JULIA", julia);
[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/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `lang_version` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!("{}", e),
[INFO] [stdout]     |                             +++++
[INFO] [stdout] help: or use std::panic::panic_any instead
[INFO] [stdout]     |
[INFO] [stdout]  38 -                 _ => panic!(e),
[INFO] [stdout]  38 +                 _ => std::panic::panic_any(e),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:38:29
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!(e),
[INFO] [stdout]     |                             ^
[INFO] [stdout] ...
[INFO] [stdout] 175 |     lang_version!("NODE", node);
[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/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `lang_version` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!("{}", e),
[INFO] [stdout]     |                             +++++
[INFO] [stdout] help: or use std::panic::panic_any instead
[INFO] [stdout]     |
[INFO] [stdout]  38 -                 _ => panic!(e),
[INFO] [stdout]  38 +                 _ => std::panic::panic_any(e),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:38:29
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!(e),
[INFO] [stdout]     |                             ^
[INFO] [stdout] ...
[INFO] [stdout] 176 |     lang_version!("OTP", otp);
[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/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `lang_version` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!("{}", e),
[INFO] [stdout]     |                             +++++
[INFO] [stdout] help: or use std::panic::panic_any instead
[INFO] [stdout]     |
[INFO] [stdout]  38 -                 _ => panic!(e),
[INFO] [stdout]  38 +                 _ => std::panic::panic_any(e),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:38:29
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!(e),
[INFO] [stdout]     |                             ^
[INFO] [stdout] ...
[INFO] [stdout] 177 |     lang_version!("PERL", perl);
[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/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `lang_version` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!("{}", e),
[INFO] [stdout]     |                             +++++
[INFO] [stdout] help: or use std::panic::panic_any instead
[INFO] [stdout]     |
[INFO] [stdout]  38 -                 _ => panic!(e),
[INFO] [stdout]  38 +                 _ => std::panic::panic_any(e),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:38:29
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!(e),
[INFO] [stdout]     |                             ^
[INFO] [stdout] ...
[INFO] [stdout] 178 |     lang_version!("PHP", php);
[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/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `lang_version` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!("{}", e),
[INFO] [stdout]     |                             +++++
[INFO] [stdout] help: or use std::panic::panic_any instead
[INFO] [stdout]     |
[INFO] [stdout]  38 -                 _ => panic!(e),
[INFO] [stdout]  38 +                 _ => std::panic::panic_any(e),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:38:29
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!(e),
[INFO] [stdout]     |                             ^
[INFO] [stdout] ...
[INFO] [stdout] 179 |     lang_version!("PYTHON", python);
[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/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `lang_version` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!("{}", e),
[INFO] [stdout]     |                             +++++
[INFO] [stdout] help: or use std::panic::panic_any instead
[INFO] [stdout]     |
[INFO] [stdout]  38 -                 _ => panic!(e),
[INFO] [stdout]  38 +                 _ => std::panic::panic_any(e),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:38:29
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!(e),
[INFO] [stdout]     |                             ^
[INFO] [stdout] ...
[INFO] [stdout] 180 |     lang_version!("R", r);
[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/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `lang_version` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!("{}", e),
[INFO] [stdout]     |                             +++++
[INFO] [stdout] help: or use std::panic::panic_any instead
[INFO] [stdout]     |
[INFO] [stdout]  38 -                 _ => panic!(e),
[INFO] [stdout]  38 +                 _ => std::panic::panic_any(e),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:38:29
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!(e),
[INFO] [stdout]     |                             ^
[INFO] [stdout] ...
[INFO] [stdout] 181 |     lang_version!("RUBY", ruby);
[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/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `lang_version` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!("{}", e),
[INFO] [stdout]     |                             +++++
[INFO] [stdout] help: or use std::panic::panic_any instead
[INFO] [stdout]     |
[INFO] [stdout]  38 -                 _ => panic!(e),
[INFO] [stdout]  38 +                 _ => std::panic::panic_any(e),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling rci v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:38:29
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!(e),
[INFO] [stdout]     |                             ^
[INFO] [stdout] ...
[INFO] [stdout] 182 |     lang_version!("RUST", rust);
[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/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `lang_version` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!("{}", e),
[INFO] [stdout]     |                             +++++
[INFO] [stdout] help: or use std::panic::panic_any instead
[INFO] [stdout]     |
[INFO] [stdout]  38 -                 _ => panic!(e),
[INFO] [stdout]  38 +                 _ => std::panic::panic_any(e),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:38:29
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!(e),
[INFO] [stdout]     |                             ^
[INFO] [stdout] ...
[INFO] [stdout] 183 |     lang_version!("SCALA", scala);
[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/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `lang_version` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!("{}", e),
[INFO] [stdout]     |                             +++++
[INFO] [stdout] help: or use std::panic::panic_any instead
[INFO] [stdout]     |
[INFO] [stdout]  38 -                 _ => panic!(e),
[INFO] [stdout]  38 +                 _ => std::panic::panic_any(e),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]   --> src/lib.rs:38:29
[INFO] [stdout]    |
[INFO] [stdout] 38 |                 _ => panic!(e),
[INFO] [stdout]    |                             ^
[INFO] [stdout] ...
[INFO] [stdout] 69 |         match (err!(env::var("TRAVIS")), err!(env::var("CIRCLECI"))) {
[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/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]    = note: `#[warn(non_fmt_panics)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout]    = note: this warning originates in the macro `err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]    |
[INFO] [stdout] 38 |                 _ => panic!("{}", e),
[INFO] [stdout]    |                             +++++
[INFO] [stdout] help: or use std::panic::panic_any instead
[INFO] [stdout]    |
[INFO] [stdout] 38 -                 _ => panic!(e),
[INFO] [stdout] 38 +                 _ => std::panic::panic_any(e),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]   --> src/lib.rs:38:29
[INFO] [stdout]    |
[INFO] [stdout] 38 |                 _ => panic!(e),
[INFO] [stdout]    |                             ^
[INFO] [stdout] ...
[INFO] [stdout] 69 |         match (err!(env::var("TRAVIS")), err!(env::var("CIRCLECI"))) {
[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/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]    = note: this warning originates in the macro `err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]    |
[INFO] [stdout] 38 |                 _ => panic!("{}", e),
[INFO] [stdout]    |                             +++++
[INFO] [stdout] help: or use std::panic::panic_any instead
[INFO] [stdout]    |
[INFO] [stdout] 38 -                 _ => panic!(e),
[INFO] [stdout] 38 +                 _ => std::panic::panic_any(e),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]   --> src/lib.rs:38:29
[INFO] [stdout]    |
[INFO] [stdout] 38 |                 _ => panic!(e),
[INFO] [stdout]    |                             ^
[INFO] [stdout] ...
[INFO] [stdout] 78 |         err!(env::var("LANG"))
[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/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]    = note: this warning originates in the macro `err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]    |
[INFO] [stdout] 38 |                 _ => panic!("{}", e),
[INFO] [stdout]    |                             +++++
[INFO] [stdout] help: or use std::panic::panic_any instead
[INFO] [stdout]    |
[INFO] [stdout] 38 -                 _ => panic!(e),
[INFO] [stdout] 38 +                 _ => std::panic::panic_any(e),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]   --> src/lib.rs:38:29
[INFO] [stdout]    |
[INFO] [stdout] 38 |                 _ => panic!(e),
[INFO] [stdout]    |                             ^
[INFO] [stdout] ...
[INFO] [stdout] 83 |         err!(env::var("PATH"))
[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/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]    = note: this warning originates in the macro `err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]    |
[INFO] [stdout] 38 |                 _ => panic!("{}", e),
[INFO] [stdout]    |                             +++++
[INFO] [stdout] help: or use std::panic::panic_any instead
[INFO] [stdout]    |
[INFO] [stdout] 38 -                 _ => panic!(e),
[INFO] [stdout] 38 +                 _ => std::panic::panic_any(e),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]   --> src/lib.rs:38:29
[INFO] [stdout]    |
[INFO] [stdout] 38 |                 _ => panic!(e),
[INFO] [stdout]    |                             ^
[INFO] [stdout] ...
[INFO] [stdout] 88 |         err!(env::var("HOME"))
[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/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]    = note: this warning originates in the macro `err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]    |
[INFO] [stdout] 38 |                 _ => panic!("{}", e),
[INFO] [stdout]    |                             +++++
[INFO] [stdout] help: or use std::panic::panic_any instead
[INFO] [stdout]    |
[INFO] [stdout] 38 -                 _ => panic!(e),
[INFO] [stdout] 38 +                 _ => std::panic::panic_any(e),
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:38:29
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!(e),
[INFO] [stdout]     |                             ^
[INFO] [stdout] ...
[INFO] [stdout] 107 |             CiService::Circle => err!(env::var("CIRCLE_BRANCH")),
[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/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!("{}", e),
[INFO] [stdout]     |                             +++++
[INFO] [stdout] help: or use std::panic::panic_any instead
[INFO] [stdout]     |
[INFO] [stdout]  38 -                 _ => panic!(e),
[INFO] [stdout]  38 +                 _ => std::panic::panic_any(e),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:38:29
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!(e),
[INFO] [stdout]     |                             ^
[INFO] [stdout] ...
[INFO] [stdout] 108 |             CiService::Travis => err!(env::var("TRAVIS_BRANCH")),
[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/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!("{}", e),
[INFO] [stdout]     |                             +++++
[INFO] [stdout] help: or use std::panic::panic_any instead
[INFO] [stdout]     |
[INFO] [stdout]  38 -                 _ => panic!(e),
[INFO] [stdout]  38 +                 _ => std::panic::panic_any(e),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:38:29
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!(e),
[INFO] [stdout]     |                             ^
[INFO] [stdout] ...
[INFO] [stdout] 118 |             CiService::Circle => err!(env::var("CIRCLE_BUILD_URL")),
[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/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!("{}", e),
[INFO] [stdout]     |                             +++++
[INFO] [stdout] help: or use std::panic::panic_any instead
[INFO] [stdout]     |
[INFO] [stdout]  38 -                 _ => panic!(e),
[INFO] [stdout]  38 +                 _ => std::panic::panic_any(e),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:38:29
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!(e),
[INFO] [stdout]     |                             ^
[INFO] [stdout] ...
[INFO] [stdout] 127 |             CiService::Circle => err!(env::var("CIRCLE_BUILD_NUM")),
[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/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!("{}", e),
[INFO] [stdout]     |                             +++++
[INFO] [stdout] help: or use std::panic::panic_any instead
[INFO] [stdout]     |
[INFO] [stdout]  38 -                 _ => panic!(e),
[INFO] [stdout]  38 +                 _ => std::panic::panic_any(e),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:38:29
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!(e),
[INFO] [stdout]     |                             ^
[INFO] [stdout] ...
[INFO] [stdout] 128 |             CiService::Travis => err!(env::var("TRAVIS_BUILD_NUMBER")),
[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/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!("{}", e),
[INFO] [stdout]     |                             +++++
[INFO] [stdout] help: or use std::panic::panic_any instead
[INFO] [stdout]     |
[INFO] [stdout]  38 -                 _ => panic!(e),
[INFO] [stdout]  38 +                 _ => std::panic::panic_any(e),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:38:29
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!(e),
[INFO] [stdout]     |                             ^
[INFO] [stdout] ...
[INFO] [stdout] 138 |             CiService::Travis => err!(env::var("TRAVIS_BUILD_DIR")),
[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/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!("{}", e),
[INFO] [stdout]     |                             +++++
[INFO] [stdout] help: or use std::panic::panic_any instead
[INFO] [stdout]     |
[INFO] [stdout]  38 -                 _ => panic!(e),
[INFO] [stdout]  38 +                 _ => std::panic::panic_any(e),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:38:29
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!(e),
[INFO] [stdout]     |                             ^
[INFO] [stdout] ...
[INFO] [stdout] 146 |             CiService::Circle => err!(env::var("CIRCLE_SHA1")),
[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/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!("{}", e),
[INFO] [stdout]     |                             +++++
[INFO] [stdout] help: or use std::panic::panic_any instead
[INFO] [stdout]     |
[INFO] [stdout]  38 -                 _ => panic!(e),
[INFO] [stdout]  38 +                 _ => std::panic::panic_any(e),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:38:29
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!(e),
[INFO] [stdout]     |                             ^
[INFO] [stdout] ...
[INFO] [stdout] 147 |             CiService::Travis => err!(env::var("TRAVIS_COMMIT")),
[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/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!("{}", e),
[INFO] [stdout]     |                             +++++
[INFO] [stdout] help: or use std::panic::panic_any instead
[INFO] [stdout]     |
[INFO] [stdout]  38 -                 _ => panic!(e),
[INFO] [stdout]  38 +                 _ => std::panic::panic_any(e),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:38:29
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!(e),
[INFO] [stdout]     |                             ^
[INFO] [stdout] ...
[INFO] [stdout] 157 |             CiService::Circle => err!(env::var("CIRCLE_PR_NUMBER")),
[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/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!("{}", e),
[INFO] [stdout]     |                             +++++
[INFO] [stdout] help: or use std::panic::panic_any instead
[INFO] [stdout]     |
[INFO] [stdout]  38 -                 _ => panic!(e),
[INFO] [stdout]  38 +                 _ => std::panic::panic_any(e),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:38:29
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!(e),
[INFO] [stdout]     |                             ^
[INFO] [stdout] ...
[INFO] [stdout] 159 |                 let pr = err!(env::var("TRAVIS_PULL_REQUEST")).unwrap_or("false".to_string());
[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/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!("{}", e),
[INFO] [stdout]     |                             +++++
[INFO] [stdout] help: or use std::panic::panic_any instead
[INFO] [stdout]     |
[INFO] [stdout]  38 -                 _ => panic!(e),
[INFO] [stdout]  38 +                 _ => std::panic::panic_any(e),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:38:29
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!(e),
[INFO] [stdout]     |                             ^
[INFO] [stdout] ...
[INFO] [stdout] 170 |     lang_version!("DART", dart);
[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/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `lang_version` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!("{}", e),
[INFO] [stdout]     |                             +++++
[INFO] [stdout] help: or use std::panic::panic_any instead
[INFO] [stdout]     |
[INFO] [stdout]  38 -                 _ => panic!(e),
[INFO] [stdout]  38 +                 _ => std::panic::panic_any(e),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:38:29
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!(e),
[INFO] [stdout]     |                             ^
[INFO] [stdout] ...
[INFO] [stdout] 171 |     lang_version!("GO", go);
[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/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `lang_version` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!("{}", e),
[INFO] [stdout]     |                             +++++
[INFO] [stdout] help: or use std::panic::panic_any instead
[INFO] [stdout]     |
[INFO] [stdout]  38 -                 _ => panic!(e),
[INFO] [stdout]  38 +                 _ => std::panic::panic_any(e),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:38:29
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!(e),
[INFO] [stdout]     |                             ^
[INFO] [stdout] ...
[INFO] [stdout] 172 |     lang_version!("HAXE", haxe);
[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/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `lang_version` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!("{}", e),
[INFO] [stdout]     |                             +++++
[INFO] [stdout] help: or use std::panic::panic_any instead
[INFO] [stdout]     |
[INFO] [stdout]  38 -                 _ => panic!(e),
[INFO] [stdout]  38 +                 _ => std::panic::panic_any(e),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:38:29
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!(e),
[INFO] [stdout]     |                             ^
[INFO] [stdout] ...
[INFO] [stdout] 173 |     lang_version!("JDK", java);
[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/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `lang_version` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!("{}", e),
[INFO] [stdout]     |                             +++++
[INFO] [stdout] help: or use std::panic::panic_any instead
[INFO] [stdout]     |
[INFO] [stdout]  38 -                 _ => panic!(e),
[INFO] [stdout]  38 +                 _ => std::panic::panic_any(e),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:38:29
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!(e),
[INFO] [stdout]     |                             ^
[INFO] [stdout] ...
[INFO] [stdout] 174 |     lang_version!("JULIA", julia);
[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/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `lang_version` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!("{}", e),
[INFO] [stdout]     |                             +++++
[INFO] [stdout] help: or use std::panic::panic_any instead
[INFO] [stdout]     |
[INFO] [stdout]  38 -                 _ => panic!(e),
[INFO] [stdout]  38 +                 _ => std::panic::panic_any(e),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:38:29
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!(e),
[INFO] [stdout]     |                             ^
[INFO] [stdout] ...
[INFO] [stdout] 175 |     lang_version!("NODE", node);
[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/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `lang_version` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!("{}", e),
[INFO] [stdout]     |                             +++++
[INFO] [stdout] help: or use std::panic::panic_any instead
[INFO] [stdout]     |
[INFO] [stdout]  38 -                 _ => panic!(e),
[INFO] [stdout]  38 +                 _ => std::panic::panic_any(e),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:38:29
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!(e),
[INFO] [stdout]     |                             ^
[INFO] [stdout] ...
[INFO] [stdout] 176 |     lang_version!("OTP", otp);
[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/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `lang_version` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!("{}", e),
[INFO] [stdout]     |                             +++++
[INFO] [stdout] help: or use std::panic::panic_any instead
[INFO] [stdout]     |
[INFO] [stdout]  38 -                 _ => panic!(e),
[INFO] [stdout]  38 +                 _ => std::panic::panic_any(e),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:38:29
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!(e),
[INFO] [stdout]     |                             ^
[INFO] [stdout] ...
[INFO] [stdout] 177 |     lang_version!("PERL", perl);
[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/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `lang_version` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!("{}", e),
[INFO] [stdout]     |                             +++++
[INFO] [stdout] help: or use std::panic::panic_any instead
[INFO] [stdout]     |
[INFO] [stdout]  38 -                 _ => panic!(e),
[INFO] [stdout]  38 +                 _ => std::panic::panic_any(e),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:38:29
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!(e),
[INFO] [stdout]     |                             ^
[INFO] [stdout] ...
[INFO] [stdout] 178 |     lang_version!("PHP", php);
[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/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `lang_version` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!("{}", e),
[INFO] [stdout]     |                             +++++
[INFO] [stdout] help: or use std::panic::panic_any instead
[INFO] [stdout]     |
[INFO] [stdout]  38 -                 _ => panic!(e),
[INFO] [stdout]  38 +                 _ => std::panic::panic_any(e),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:38:29
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!(e),
[INFO] [stdout]     |                             ^
[INFO] [stdout] ...
[INFO] [stdout] 179 |     lang_version!("PYTHON", python);
[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/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `lang_version` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!("{}", e),
[INFO] [stdout]     |                             +++++
[INFO] [stdout] help: or use std::panic::panic_any instead
[INFO] [stdout]     |
[INFO] [stdout]  38 -                 _ => panic!(e),
[INFO] [stdout]  38 +                 _ => std::panic::panic_any(e),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:38:29
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!(e),
[INFO] [stdout]     |                             ^
[INFO] [stdout] ...
[INFO] [stdout] 180 |     lang_version!("R", r);
[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/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `lang_version` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!("{}", e),
[INFO] [stdout]     |                             +++++
[INFO] [stdout] help: or use std::panic::panic_any instead
[INFO] [stdout]     |
[INFO] [stdout]  38 -                 _ => panic!(e),
[INFO] [stdout]  38 +                 _ => std::panic::panic_any(e),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:38:29
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!(e),
[INFO] [stdout]     |                             ^
[INFO] [stdout] ...
[INFO] [stdout] 181 |     lang_version!("RUBY", ruby);
[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/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `lang_version` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!("{}", e),
[INFO] [stdout]     |                             +++++
[INFO] [stdout] help: or use std::panic::panic_any instead
[INFO] [stdout]     |
[INFO] [stdout]  38 -                 _ => panic!(e),
[INFO] [stdout]  38 +                 _ => std::panic::panic_any(e),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:38:29
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!(e),
[INFO] [stdout]     |                             ^
[INFO] [stdout] ...
[INFO] [stdout] 182 |     lang_version!("RUST", rust);
[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/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `lang_version` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!("{}", e),
[INFO] [stdout]     |                             +++++
[INFO] [stdout] help: or use std::panic::panic_any instead
[INFO] [stdout]     |
[INFO] [stdout]  38 -                 _ => panic!(e),
[INFO] [stdout]  38 +                 _ => std::panic::panic_any(e),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:38:29
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!(e),
[INFO] [stdout]     |                             ^
[INFO] [stdout] ...
[INFO] [stdout] 183 |     lang_version!("SCALA", scala);
[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/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stdout]     = note: this warning originates in the macro `err` which comes from the expansion of the macro `lang_version` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add a "{}" format string to `Display` the message
[INFO] [stdout]     |
[INFO] [stdout]  38 |                 _ => panic!("{}", e),
[INFO] [stdout]     |                             +++++
[INFO] [stdout] help: or use std::panic::panic_any instead
[INFO] [stdout]     |
[INFO] [stdout]  38 -                 _ => panic!(e),
[INFO] [stdout]  38 +                 _ => std::panic::panic_any(e),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.50s
[INFO] running `Command { std: "docker" "inspect" "709174fd68d96804b3c8bed92602debe96cc6f630bbac42716fd73ec7638df48", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "709174fd68d96804b3c8bed92602debe96cc6f630bbac42716fd73ec7638df48", kill_on_drop: false }`
[INFO] [stdout] 709174fd68d96804b3c8bed92602debe96cc6f630bbac42716fd73ec7638df48
