[INFO] fetching crate rci 0.1.1...
[INFO] testing rci-0.1.1 against master#1ef7943ee607160a564655b6596f83670ef95df5 for pr-146098-6
[INFO] extracting crate rci 0.1.1 into /workspace/builds/worker-2-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-2-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate rci 0.1.1 on toolchain 1ef7943ee607160a564655b6596f83670ef95df5
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1ef7943ee607160a564655b6596f83670ef95df5" "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" "+1ef7943ee607160a564655b6596f83670ef95df5" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1ef7943ee607160a564655b6596f83670ef95df5" "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] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1ef7943ee607160a564655b6596f83670ef95df5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] bc1d467f9c845129c8c36ea443c778be524ba4c557b007354bd07698303fa3c4
[INFO] running `Command { std: "docker" "start" "-a" "bc1d467f9c845129c8c36ea443c778be524ba4c557b007354bd07698303fa3c4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "bc1d467f9c845129c8c36ea443c778be524ba4c557b007354bd07698303fa3c4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bc1d467f9c845129c8c36ea443c778be524ba4c557b007354bd07698303fa3c4", kill_on_drop: false }`
[INFO] [stdout] bc1d467f9c845129c8c36ea443c778be524ba4c557b007354bd07698303fa3c4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1ef7943ee607160a564655b6596f83670ef95df5" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6001221c3311d83c3187152d945f1326c83403b140039dcf8e53bbbbbf4f1ef1
[INFO] running `Command { std: "docker" "start" "-a" "6001221c3311d83c3187152d945f1326c83403b140039dcf8e53bbbbbf4f1ef1", 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.26s
[INFO] running `Command { std: "docker" "inspect" "6001221c3311d83c3187152d945f1326c83403b140039dcf8e53bbbbbf4f1ef1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6001221c3311d83c3187152d945f1326c83403b140039dcf8e53bbbbbf4f1ef1", kill_on_drop: false }`
[INFO] [stdout] 6001221c3311d83c3187152d945f1326c83403b140039dcf8e53bbbbbf4f1ef1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1ef7943ee607160a564655b6596f83670ef95df5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 72f824868d8608f0303d37f7b17aab16a2e44580078d605391df004685a552d0
[INFO] running `Command { std: "docker" "start" "-a" "72f824868d8608f0303d37f7b17aab16a2e44580078d605391df004685a552d0", 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] [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] 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] [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.41s
[INFO] running `Command { std: "docker" "inspect" "72f824868d8608f0303d37f7b17aab16a2e44580078d605391df004685a552d0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "72f824868d8608f0303d37f7b17aab16a2e44580078d605391df004685a552d0", kill_on_drop: false }`
[INFO] [stdout] 72f824868d8608f0303d37f7b17aab16a2e44580078d605391df004685a552d0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1ef7943ee607160a564655b6596f83670ef95df5" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 5de60302d231df78d2e3888c56d45e649647eb90bd0dc805c6d91649593b4475
[INFO] running `Command { std: "docker" "start" "-a" "5de60302d231df78d2e3888c56d45e649647eb90bd0dc805c6d91649593b4475", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]   --> src/lib.rs:38:29
[INFO] [stderr]    |
[INFO] [stderr] 38 |                 _ => panic!(e),
[INFO] [stderr]    |                             ^
[INFO] [stderr] ...
[INFO] [stderr] 69 |         match (err!(env::var("TRAVIS")), err!(env::var("CIRCLECI"))) {
[INFO] [stderr]    |                ------------------------ in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]    = note: `#[warn(non_fmt_panics)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stderr]    = note: this warning originates in the macro `err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: add a "{}" format string to `Display` the message
[INFO] [stderr]    |
[INFO] [stderr] 38 |                 _ => panic!("{}", e),
[INFO] [stderr]    |                             +++++
[INFO] [stderr] help: or use std::panic::panic_any instead
[INFO] [stderr]    |
[INFO] [stderr] 38 -                 _ => panic!(e),
[INFO] [stderr] 38 +                 _ => std::panic::panic_any(e),
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]   --> src/lib.rs:38:29
[INFO] [stderr]    |
[INFO] [stderr] 38 |                 _ => panic!(e),
[INFO] [stderr]    |                             ^
[INFO] [stderr] ...
[INFO] [stderr] 69 |         match (err!(env::var("TRAVIS")), err!(env::var("CIRCLECI"))) {
[INFO] [stderr]    |                                          -------------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]    = note: this warning originates in the macro `err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: add a "{}" format string to `Display` the message
[INFO] [stderr]    |
[INFO] [stderr] 38 |                 _ => panic!("{}", e),
[INFO] [stderr]    |                             +++++
[INFO] [stderr] help: or use std::panic::panic_any instead
[INFO] [stderr]    |
[INFO] [stderr] 38 -                 _ => panic!(e),
[INFO] [stderr] 38 +                 _ => std::panic::panic_any(e),
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]   --> src/lib.rs:38:29
[INFO] [stderr]    |
[INFO] [stderr] 38 |                 _ => panic!(e),
[INFO] [stderr]    |                             ^
[INFO] [stderr] ...
[INFO] [stderr] 78 |         err!(env::var("LANG"))
[INFO] [stderr]    |         ---------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]    = note: this warning originates in the macro `err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: add a "{}" format string to `Display` the message
[INFO] [stderr]    |
[INFO] [stderr] 38 |                 _ => panic!("{}", e),
[INFO] [stderr]    |                             +++++
[INFO] [stderr] help: or use std::panic::panic_any instead
[INFO] [stderr]    |
[INFO] [stderr] 38 -                 _ => panic!(e),
[INFO] [stderr] 38 +                 _ => std::panic::panic_any(e),
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]   --> src/lib.rs:38:29
[INFO] [stderr]    |
[INFO] [stderr] 38 |                 _ => panic!(e),
[INFO] [stderr]    |                             ^
[INFO] [stderr] ...
[INFO] [stderr] 83 |         err!(env::var("PATH"))
[INFO] [stderr]    |         ---------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]    = note: this warning originates in the macro `err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: add a "{}" format string to `Display` the message
[INFO] [stderr]    |
[INFO] [stderr] 38 |                 _ => panic!("{}", e),
[INFO] [stderr]    |                             +++++
[INFO] [stderr] help: or use std::panic::panic_any instead
[INFO] [stderr]    |
[INFO] [stderr] 38 -                 _ => panic!(e),
[INFO] [stderr] 38 +                 _ => std::panic::panic_any(e),
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]   --> src/lib.rs:38:29
[INFO] [stderr]    |
[INFO] [stderr] 38 |                 _ => panic!(e),
[INFO] [stderr]    |                             ^
[INFO] [stderr] ...
[INFO] [stderr] 88 |         err!(env::var("HOME"))
[INFO] [stderr]    |         ---------------------- in this macro invocation
[INFO] [stderr]    |
[INFO] [stderr]    = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]    = note: this warning originates in the macro `err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: add a "{}" format string to `Display` the message
[INFO] [stderr]    |
[INFO] [stderr] 38 |                 _ => panic!("{}", e),
[INFO] [stderr]    |                             +++++
[INFO] [stderr] help: or use std::panic::panic_any instead
[INFO] [stderr]    |
[INFO] [stderr] 38 -                 _ => panic!(e),
[INFO] [stderr] 38 +                 _ => std::panic::panic_any(e),
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> src/lib.rs:38:29
[INFO] [stderr]     |
[INFO] [stderr]  38 |                 _ => panic!(e),
[INFO] [stderr]     |                             ^
[INFO] [stderr] ...
[INFO] [stderr] 107 |             CiService::Circle => err!(env::var("CIRCLE_BRANCH")),
[INFO] [stderr]     |                                  ------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: this warning originates in the macro `err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: add a "{}" format string to `Display` the message
[INFO] [stderr]     |
[INFO] [stderr]  38 |                 _ => panic!("{}", e),
[INFO] [stderr]     |                             +++++
[INFO] [stderr] help: or use std::panic::panic_any instead
[INFO] [stderr]     |
[INFO] [stderr]  38 -                 _ => panic!(e),
[INFO] [stderr]  38 +                 _ => std::panic::panic_any(e),
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> src/lib.rs:38:29
[INFO] [stderr]     |
[INFO] [stderr]  38 |                 _ => panic!(e),
[INFO] [stderr]     |                             ^
[INFO] [stderr] ...
[INFO] [stderr] 108 |             CiService::Travis => err!(env::var("TRAVIS_BRANCH")),
[INFO] [stderr]     |                                  ------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: this warning originates in the macro `err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: add a "{}" format string to `Display` the message
[INFO] [stderr]     |
[INFO] [stderr]  38 |                 _ => panic!("{}", e),
[INFO] [stderr]     |                             +++++
[INFO] [stderr] help: or use std::panic::panic_any instead
[INFO] [stderr]     |
[INFO] [stderr]  38 -                 _ => panic!(e),
[INFO] [stderr]  38 +                 _ => std::panic::panic_any(e),
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> src/lib.rs:38:29
[INFO] [stderr]     |
[INFO] [stderr]  38 |                 _ => panic!(e),
[INFO] [stderr]     |                             ^
[INFO] [stderr] ...
[INFO] [stderr] 118 |             CiService::Circle => err!(env::var("CIRCLE_BUILD_URL")),
[INFO] [stderr]     |                                  ---------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: this warning originates in the macro `err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: add a "{}" format string to `Display` the message
[INFO] [stderr]     |
[INFO] [stderr]  38 |                 _ => panic!("{}", e),
[INFO] [stderr]     |                             +++++
[INFO] [stderr] help: or use std::panic::panic_any instead
[INFO] [stderr]     |
[INFO] [stderr]  38 -                 _ => panic!(e),
[INFO] [stderr]  38 +                 _ => std::panic::panic_any(e),
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> src/lib.rs:38:29
[INFO] [stderr]     |
[INFO] [stderr]  38 |                 _ => panic!(e),
[INFO] [stderr]     |                             ^
[INFO] [stderr] ...
[INFO] [stderr] 127 |             CiService::Circle => err!(env::var("CIRCLE_BUILD_NUM")),
[INFO] [stderr]     |                                  ---------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: this warning originates in the macro `err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: add a "{}" format string to `Display` the message
[INFO] [stderr]     |
[INFO] [stderr]  38 |                 _ => panic!("{}", e),
[INFO] [stderr]     |                             +++++
[INFO] [stderr] help: or use std::panic::panic_any instead
[INFO] [stderr]     |
[INFO] [stderr]  38 -                 _ => panic!(e),
[INFO] [stderr]  38 +                 _ => std::panic::panic_any(e),
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> src/lib.rs:38:29
[INFO] [stderr]     |
[INFO] [stderr]  38 |                 _ => panic!(e),
[INFO] [stderr]     |                             ^
[INFO] [stderr] ...
[INFO] [stderr] 128 |             CiService::Travis => err!(env::var("TRAVIS_BUILD_NUMBER")),
[INFO] [stderr]     |                                  ------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: this warning originates in the macro `err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: add a "{}" format string to `Display` the message
[INFO] [stderr]     |
[INFO] [stderr]  38 |                 _ => panic!("{}", e),
[INFO] [stderr]     |                             +++++
[INFO] [stderr] help: or use std::panic::panic_any instead
[INFO] [stderr]     |
[INFO] [stderr]  38 -                 _ => panic!(e),
[INFO] [stderr]  38 +                 _ => std::panic::panic_any(e),
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> src/lib.rs:38:29
[INFO] [stderr]     |
[INFO] [stderr]  38 |                 _ => panic!(e),
[INFO] [stderr]     |                             ^
[INFO] [stderr] ...
[INFO] [stderr] 138 |             CiService::Travis => err!(env::var("TRAVIS_BUILD_DIR")),
[INFO] [stderr]     |                                  ---------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: this warning originates in the macro `err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: add a "{}" format string to `Display` the message
[INFO] [stderr]     |
[INFO] [stderr]  38 |                 _ => panic!("{}", e),
[INFO] [stderr]     |                             +++++
[INFO] [stderr] help: or use std::panic::panic_any instead
[INFO] [stderr]     |
[INFO] [stderr]  38 -                 _ => panic!(e),
[INFO] [stderr]  38 +                 _ => std::panic::panic_any(e),
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> src/lib.rs:38:29
[INFO] [stderr]     |
[INFO] [stderr]  38 |                 _ => panic!(e),
[INFO] [stderr]     |                             ^
[INFO] [stderr] ...
[INFO] [stderr] 146 |             CiService::Circle => err!(env::var("CIRCLE_SHA1")),
[INFO] [stderr]     |                                  ----------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: this warning originates in the macro `err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: add a "{}" format string to `Display` the message
[INFO] [stderr]     |
[INFO] [stderr]  38 |                 _ => panic!("{}", e),
[INFO] [stderr]     |                             +++++
[INFO] [stderr] help: or use std::panic::panic_any instead
[INFO] [stderr]     |
[INFO] [stderr]  38 -                 _ => panic!(e),
[INFO] [stderr]  38 +                 _ => std::panic::panic_any(e),
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> src/lib.rs:38:29
[INFO] [stderr]     |
[INFO] [stderr]  38 |                 _ => panic!(e),
[INFO] [stderr]     |                             ^
[INFO] [stderr] ...
[INFO] [stderr] 147 |             CiService::Travis => err!(env::var("TRAVIS_COMMIT")),
[INFO] [stderr]     |                                  ------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: this warning originates in the macro `err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: add a "{}" format string to `Display` the message
[INFO] [stderr]     |
[INFO] [stderr]  38 |                 _ => panic!("{}", e),
[INFO] [stderr]     |                             +++++
[INFO] [stderr] help: or use std::panic::panic_any instead
[INFO] [stderr]     |
[INFO] [stderr]  38 -                 _ => panic!(e),
[INFO] [stderr]  38 +                 _ => std::panic::panic_any(e),
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> src/lib.rs:38:29
[INFO] [stderr]     |
[INFO] [stderr]  38 |                 _ => panic!(e),
[INFO] [stderr]     |                             ^
[INFO] [stderr] ...
[INFO] [stderr] 157 |             CiService::Circle => err!(env::var("CIRCLE_PR_NUMBER")),
[INFO] [stderr]     |                                  ---------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: this warning originates in the macro `err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: add a "{}" format string to `Display` the message
[INFO] [stderr]     |
[INFO] [stderr]  38 |                 _ => panic!("{}", e),
[INFO] [stderr]     |                             +++++
[INFO] [stderr] help: or use std::panic::panic_any instead
[INFO] [stderr]     |
[INFO] [stderr]  38 -                 _ => panic!(e),
[INFO] [stderr]  38 +                 _ => std::panic::panic_any(e),
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> src/lib.rs:38:29
[INFO] [stderr]     |
[INFO] [stderr]  38 |                 _ => panic!(e),
[INFO] [stderr]     |                             ^
[INFO] [stderr] ...
[INFO] [stderr] 159 |                 let pr = err!(env::var("TRAVIS_PULL_REQUEST")).unwrap_or("false".to_string());
[INFO] [stderr]     |                          ------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = note: this warning originates in the macro `err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: add a "{}" format string to `Display` the message
[INFO] [stderr]     |
[INFO] [stderr]  38 |                 _ => panic!("{}", e),
[INFO] [stderr]     |                             +++++
[INFO] [stderr] help: or use std::panic::panic_any instead
[INFO] [stderr]     |
[INFO] [stderr]  38 -                 _ => panic!(e),
[INFO] [stderr]  38 +                 _ => std::panic::panic_any(e),
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> src/lib.rs:38:29
[INFO] [stderr]     |
[INFO] [stderr]  38 |                 _ => panic!(e),
[INFO] [stderr]     |                             ^
[INFO] [stderr] ...
[INFO] [stderr] 170 |     lang_version!("DART", dart);
[INFO] [stderr]     |     --------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = 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] [stderr] help: add a "{}" format string to `Display` the message
[INFO] [stderr]     |
[INFO] [stderr]  38 |                 _ => panic!("{}", e),
[INFO] [stderr]     |                             +++++
[INFO] [stderr] help: or use std::panic::panic_any instead
[INFO] [stderr]     |
[INFO] [stderr]  38 -                 _ => panic!(e),
[INFO] [stderr]  38 +                 _ => std::panic::panic_any(e),
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> src/lib.rs:38:29
[INFO] [stderr]     |
[INFO] [stderr]  38 |                 _ => panic!(e),
[INFO] [stderr]     |                             ^
[INFO] [stderr] ...
[INFO] [stderr] 171 |     lang_version!("GO", go);
[INFO] [stderr]     |     ----------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = 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] [stderr] help: add a "{}" format string to `Display` the message
[INFO] [stderr]     |
[INFO] [stderr]  38 |                 _ => panic!("{}", e),
[INFO] [stderr]     |                             +++++
[INFO] [stderr] help: or use std::panic::panic_any instead
[INFO] [stderr]     |
[INFO] [stderr]  38 -                 _ => panic!(e),
[INFO] [stderr]  38 +                 _ => std::panic::panic_any(e),
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> src/lib.rs:38:29
[INFO] [stderr]     |
[INFO] [stderr]  38 |                 _ => panic!(e),
[INFO] [stderr]     |                             ^
[INFO] [stderr] ...
[INFO] [stderr] 172 |     lang_version!("HAXE", haxe);
[INFO] [stderr]     |     --------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = 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] [stderr] help: add a "{}" format string to `Display` the message
[INFO] [stderr]     |
[INFO] [stderr]  38 |                 _ => panic!("{}", e),
[INFO] [stderr]     |                             +++++
[INFO] [stderr] help: or use std::panic::panic_any instead
[INFO] [stderr]     |
[INFO] [stderr]  38 -                 _ => panic!(e),
[INFO] [stderr]  38 +                 _ => std::panic::panic_any(e),
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> src/lib.rs:38:29
[INFO] [stderr]     |
[INFO] [stderr]  38 |                 _ => panic!(e),
[INFO] [stderr]     |                             ^
[INFO] [stderr] ...
[INFO] [stderr] 173 |     lang_version!("JDK", java);
[INFO] [stderr]     |     -------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = 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] [stderr] help: add a "{}" format string to `Display` the message
[INFO] [stderr]     |
[INFO] [stderr]  38 |                 _ => panic!("{}", e),
[INFO] [stderr]     |                             +++++
[INFO] [stderr] help: or use std::panic::panic_any instead
[INFO] [stderr]     |
[INFO] [stderr]  38 -                 _ => panic!(e),
[INFO] [stderr]  38 +                 _ => std::panic::panic_any(e),
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> src/lib.rs:38:29
[INFO] [stderr]     |
[INFO] [stderr]  38 |                 _ => panic!(e),
[INFO] [stderr]     |                             ^
[INFO] [stderr] ...
[INFO] [stderr] 174 |     lang_version!("JULIA", julia);
[INFO] [stderr]     |     ----------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = 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] [stderr] help: add a "{}" format string to `Display` the message
[INFO] [stderr]     |
[INFO] [stderr]  38 |                 _ => panic!("{}", e),
[INFO] [stderr]     |                             +++++
[INFO] [stderr] help: or use std::panic::panic_any instead
[INFO] [stderr]     |
[INFO] [stderr]  38 -                 _ => panic!(e),
[INFO] [stderr]  38 +                 _ => std::panic::panic_any(e),
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> src/lib.rs:38:29
[INFO] [stderr]     |
[INFO] [stderr]  38 |                 _ => panic!(e),
[INFO] [stderr]     |                             ^
[INFO] [stderr] ...
[INFO] [stderr] 175 |     lang_version!("NODE", node);
[INFO] [stderr]     |     --------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = 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] [stderr] help: add a "{}" format string to `Display` the message
[INFO] [stderr]     |
[INFO] [stderr]  38 |                 _ => panic!("{}", e),
[INFO] [stderr]     |                             +++++
[INFO] [stderr] help: or use std::panic::panic_any instead
[INFO] [stderr]     |
[INFO] [stderr]  38 -                 _ => panic!(e),
[INFO] [stderr]  38 +                 _ => std::panic::panic_any(e),
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> src/lib.rs:38:29
[INFO] [stderr]     |
[INFO] [stderr]  38 |                 _ => panic!(e),
[INFO] [stderr]     |                             ^
[INFO] [stderr] ...
[INFO] [stderr] 176 |     lang_version!("OTP", otp);
[INFO] [stderr]     |     ------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = 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] [stderr] help: add a "{}" format string to `Display` the message
[INFO] [stderr]     |
[INFO] [stderr]  38 |                 _ => panic!("{}", e),
[INFO] [stderr]     |                             +++++
[INFO] [stderr] help: or use std::panic::panic_any instead
[INFO] [stderr]     |
[INFO] [stderr]  38 -                 _ => panic!(e),
[INFO] [stderr]  38 +                 _ => std::panic::panic_any(e),
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> src/lib.rs:38:29
[INFO] [stderr]     |
[INFO] [stderr]  38 |                 _ => panic!(e),
[INFO] [stderr]     |                             ^
[INFO] [stderr] ...
[INFO] [stderr] 177 |     lang_version!("PERL", perl);
[INFO] [stderr]     |     --------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = 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] [stderr] help: add a "{}" format string to `Display` the message
[INFO] [stderr]     |
[INFO] [stderr]  38 |                 _ => panic!("{}", e),
[INFO] [stderr]     |                             +++++
[INFO] [stderr] help: or use std::panic::panic_any instead
[INFO] [stderr]     |
[INFO] [stderr]  38 -                 _ => panic!(e),
[INFO] [stderr]  38 +                 _ => std::panic::panic_any(e),
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> src/lib.rs:38:29
[INFO] [stderr]     |
[INFO] [stderr]  38 |                 _ => panic!(e),
[INFO] [stderr]     |                             ^
[INFO] [stderr] ...
[INFO] [stderr] 178 |     lang_version!("PHP", php);
[INFO] [stderr]     |     ------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = 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] [stderr] help: add a "{}" format string to `Display` the message
[INFO] [stderr]     |
[INFO] [stderr]  38 |                 _ => panic!("{}", e),
[INFO] [stderr]     |                             +++++
[INFO] [stderr] help: or use std::panic::panic_any instead
[INFO] [stderr]     |
[INFO] [stderr]  38 -                 _ => panic!(e),
[INFO] [stderr]  38 +                 _ => std::panic::panic_any(e),
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> src/lib.rs:38:29
[INFO] [stderr]     |
[INFO] [stderr]  38 |                 _ => panic!(e),
[INFO] [stderr]     |                             ^
[INFO] [stderr] ...
[INFO] [stderr] 179 |     lang_version!("PYTHON", python);
[INFO] [stderr]     |     ------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = 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] [stderr] help: add a "{}" format string to `Display` the message
[INFO] [stderr]     |
[INFO] [stderr]  38 |                 _ => panic!("{}", e),
[INFO] [stderr]     |                             +++++
[INFO] [stderr] help: or use std::panic::panic_any instead
[INFO] [stderr]     |
[INFO] [stdout] 
[INFO] [stderr]  38 -                 _ => panic!(e),
[INFO] [stdout] running 0 tests
[INFO] [stderr]  38 +                 _ => std::panic::panic_any(e),
[INFO] [stdout] 
[INFO] [stderr]     |
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stderr] 
[INFO] [stdout] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> src/lib.rs:38:29
[INFO] [stderr]     |
[INFO] [stderr]  38 |                 _ => panic!(e),
[INFO] [stderr]     |                             ^
[INFO] [stderr] ...
[INFO] [stderr] 180 |     lang_version!("R", r);
[INFO] [stderr]     |     --------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = 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] [stderr] help: add a "{}" format string to `Display` the message
[INFO] [stderr]     |
[INFO] [stderr]  38 |                 _ => panic!("{}", e),
[INFO] [stderr]     |                             +++++
[INFO] [stderr] help: or use std::panic::panic_any instead
[INFO] [stdout] 
[INFO] [stderr]     |
[INFO] [stdout] running 1 test
[INFO] [stderr]  38 -                 _ => panic!(e),
[INFO] [stderr]  38 +                 _ => std::panic::panic_any(e),
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> src/lib.rs:38:29
[INFO] [stderr]     |
[INFO] [stderr]  38 |                 _ => panic!(e),
[INFO] [stderr]     |                             ^
[INFO] [stderr] ...
[INFO] [stderr] 181 |     lang_version!("RUBY", ruby);
[INFO] [stderr]     |     --------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = 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] [stderr] help: add a "{}" format string to `Display` the message
[INFO] [stderr]     |
[INFO] [stderr]  38 |                 _ => panic!("{}", e),
[INFO] [stderr]     |                             +++++
[INFO] [stderr] help: or use std::panic::panic_any instead
[INFO] [stderr]     |
[INFO] [stderr]  38 -                 _ => panic!(e),
[INFO] [stderr]  38 +                 _ => std::panic::panic_any(e),
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> src/lib.rs:38:29
[INFO] [stderr]     |
[INFO] [stderr]  38 |                 _ => panic!(e),
[INFO] [stderr]     |                             ^
[INFO] [stderr] ...
[INFO] [stderr] 182 |     lang_version!("RUST", rust);
[INFO] [stderr]     |     --------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = 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] [stderr] help: add a "{}" format string to `Display` the message
[INFO] [stderr]     |
[INFO] [stderr]  38 |                 _ => panic!("{}", e),
[INFO] [stderr]     |                             +++++
[INFO] [stderr] help: or use std::panic::panic_any instead
[INFO] [stderr]     |
[INFO] [stderr]  38 -                 _ => panic!(e),
[INFO] [stderr]  38 +                 _ => std::panic::panic_any(e),
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> src/lib.rs:38:29
[INFO] [stderr]     |
[INFO] [stderr]  38 |                 _ => panic!(e),
[INFO] [stderr]     |                             ^
[INFO] [stderr] ...
[INFO] [stderr] 183 |     lang_version!("SCALA", scala);
[INFO] [stderr]     |     ----------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: this usage of `panic!()` is deprecated; it will be a hard error in Rust 2021
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/panic-macro-consistency.html>
[INFO] [stderr]     = 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] [stderr] help: add a "{}" format string to `Display` the message
[INFO] [stderr]     |
[INFO] [stderr]  38 |                 _ => panic!("{}", e),
[INFO] [stderr]     |                             +++++
[INFO] [stderr] help: or use std::panic::panic_any instead
[INFO] [stderr]     |
[INFO] [stderr]  38 -                 _ => panic!(e),
[INFO] [stderr]  38 +                 _ => std::panic::panic_any(e),
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: `rci` (lib) generated 29 warnings (run `cargo fix --lib -p rci` to apply 29 suggestions)
[INFO] [stderr] warning: `rci` (lib test) generated 29 warnings (29 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.08s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rci-c292854a13608dd6)
[INFO] [stderr]      Running tests/test_circle.rs (/opt/rustwide/target/debug/deps/test_circle-82d333022f41e746)
[INFO] [stdout] test test_circle ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- test_circle stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_circle' (26) panicked at tests/test_circle.rs:7:5:
[INFO] [stdout] assertion failed: Ci::lang().is_some()
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x639a44b28212 - std::backtrace_rs::backtrace::libunwind::trace::h786de35fecf3582f
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x639a44b28212 - std::backtrace_rs::backtrace::trace_unsynchronized::h4a7da1a2a64387f1
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x639a44b28212 - std::sys::backtrace::_print_fmt::h6bd7d500070c788c
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x639a44b28212 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h6d82c1afff976903
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x639a44b3804f - core::fmt::rt::Argument::fmt::hc4ce6d643d397690
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x639a44b3804f - core::fmt::write::hb1e7ca88b6a3936e
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x639a44af5bb3 - std::io::default_write_fmt::haffd49d96f1984a8
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x639a44af5bb3 - std::io::Write::write_fmt::h027871c57cf57c01
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x639a44b01a82 - std::sys::backtrace::BacktraceLock::print::ha2430613ee79d059
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x639a44b0655f - std::panicking::default_hook::{{closure}}::hdbd2db9e5c303cf6
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:301:27
[INFO] [stderr] error: test failed, to rerun pass `--test test_circle`
[INFO] [stdout]   10:     0x639a44b063f1 - std::panicking::default_hook::hed93c70cba5fdcf0
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x639a44ac768e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hd0ee8b569efc6a07
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   12:     0x639a44ac768e - test::test_main_with_exit_callback::{{closure}}::hf10864b576ecd15d
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x639a44b06b6f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h3a55ca34534c0d00
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   14:     0x639a44b06b6f - std::panicking::panic_with_hook::h3862d766c2cec19b
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x639a44b06996 - std::panicking::panic_handler::{{closure}}::hb95eb402b5e28ee1
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:700:13
[INFO] [stdout]   16:     0x639a44b01bb9 - std::sys::backtrace::__rust_end_short_backtrace::hf73a26dc1835d85a
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x639a44aea4ad - __rustc[6ed5915ee467787]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x639a44b3f7c0 - core::panicking::panic_fmt::h3454303eb8e6f7cd
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x639a44b3f79c - core::panicking::panic::hb290d809a6d6b140
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x639a44aa68d1 - test_circle::test_circle::h64dc7a093fd098f5
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/test_circle.rs:7:5
[INFO] [stdout]   21:     0x639a44aa6be7 - test_circle::test_circle::{{closure}}::hd93beea8c5ef68ae
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/test_circle.rs:6:17
[INFO] [stdout]   22:     0x639a44aa6ce6 - core::ops::function::FnOnce::call_once::h1c11f29f2ba5018f
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x639a44ac746b - core::ops::function::FnOnce::call_once::ha729ee35d2fab541
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x639a44ac746b - test::__rust_begin_short_backtrace::ha40f4db8207e1111
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/test/src/lib.rs:663:18
[INFO] [stdout]   25:     0x639a44adb4ed - test::run_test_in_process::{{closure}}::hc1b77cda5d44f0f3
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/test/src/lib.rs:686:74
[INFO] [stdout]   26:     0x639a44adb4ed - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h1dbea1de64785521
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   27:     0x639a44adb4ed - std::panicking::catch_unwind::do_call::hd5febe9affd5a1b3
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:590:40
[INFO] [stdout]   28:     0x639a44adb4ed - std::panicking::catch_unwind::h51ea89627559b6f4
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:553:19
[INFO] [stdout]   29:     0x639a44adb4ed - std::panic::catch_unwind::hb8b8c2367cae3d66
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panic.rs:359:14
[INFO] [stdout]   30:     0x639a44adb4ed - test::run_test_in_process::ha5b55801407ea100
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/test/src/lib.rs:686:27
[INFO] [stdout]   31:     0x639a44adb4ed - test::run_test::{{closure}}::h0b9d4072b527abf5
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/test/src/lib.rs:607:43
[INFO] [stdout]   32:     0x639a44ab4a04 - test::run_test::{{closure}}::hb1056b5731205822
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/test/src/lib.rs:637:41
[INFO] [stdout]   33:     0x639a44ab4a04 - std::sys::backtrace::__rust_begin_short_backtrace::hb61ff5a34023c7ef
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   34:     0x639a44ab833a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hb0a83c0e8b353cff
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/thread/mod.rs:562:17
[INFO] [stdout]   35:     0x639a44ab833a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hb4f32cb008535298
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x639a44ab833a - std::panicking::catch_unwind::do_call::h16d110e4fc35789a
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:590:40
[INFO] [stdout]   37:     0x639a44ab833a - std::panicking::catch_unwind::hea9118f355699c4b
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panicking.rs:553:19
[INFO] [stdout]   38:     0x639a44ab833a - std::panic::catch_unwind::hf4b3c2a06d3f42f5
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/panic.rs:359:14
[INFO] [stdout]   39:     0x639a44ab833a - std::thread::Builder::spawn_unchecked_::{{closure}}::h3f4cb733a52d53d5
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/thread/mod.rs:560:30
[INFO] [stdout]   40:     0x639a44ab833a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h4052f0967b37caeb
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x639a44afcfbf - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h7ec433abd3f148b4
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/alloc/src/boxed.rs:2085:9
[INFO] [stdout]   42:     0x639a44afcfbf - std::sys::thread::unix::Thread::new::thread_start::he514622d3d7ba65c
[INFO] [stdout]                                at /rustc/1ef7943ee607160a564655b6596f83670ef95df5/library/std/src/sys/thread/unix.rs:124:17
[INFO] [stdout]   43:     0x7abeded1caa4 - <unknown>
[INFO] [stdout]   44:     0x7abededa9a64 - clone
[INFO] [stdout]   45:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     test_circle
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "5de60302d231df78d2e3888c56d45e649647eb90bd0dc805c6d91649593b4475", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5de60302d231df78d2e3888c56d45e649647eb90bd0dc805c6d91649593b4475", kill_on_drop: false }`
[INFO] [stdout] 5de60302d231df78d2e3888c56d45e649647eb90bd0dc805c6d91649593b4475
