[INFO] fetching crate photonix_derive 0.1.1...
[INFO] testing photonix_derive-0.1.1 against 1.91.0 for beta-1.92-2
[INFO] extracting crate photonix_derive 0.1.1 into /workspace/builds/worker-2-tc1/source
[INFO] started tweaking crates.io crate photonix_derive 0.1.1
[INFO] finished tweaking crates.io crate photonix_derive 0.1.1
[INFO] tweaked toml for crates.io crate photonix_derive 0.1.1 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate photonix_derive 0.1.1 on toolchain 1.91.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "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" "+1.91.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 4 packages to latest compatible versions
[INFO] [stderr]       Adding proc-macro2 v0.4.30 (available: v1.0.103)
[INFO] [stderr]       Adding quote v0.6.13 (available: v1.0.41)
[INFO] [stderr]       Adding syn v0.15.44 (available: v2.0.108)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[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" "+1.91.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 95d3d4bcb4757c51ceaa26647b0d39bde2bbdd53d23008a1ada6930b7447f448
[INFO] running `Command { std: "docker" "start" "-a" "95d3d4bcb4757c51ceaa26647b0d39bde2bbdd53d23008a1ada6930b7447f448", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "95d3d4bcb4757c51ceaa26647b0d39bde2bbdd53d23008a1ada6930b7447f448", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "95d3d4bcb4757c51ceaa26647b0d39bde2bbdd53d23008a1ada6930b7447f448", kill_on_drop: false }`
[INFO] [stdout] 95d3d4bcb4757c51ceaa26647b0d39bde2bbdd53d23008a1ada6930b7447f448
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+1.91.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 086b194018840ca172c062bf6f99758e1ba996a29b883f6e35c8cfaa82be5c1b
[INFO] running `Command { std: "docker" "start" "-a" "086b194018840ca172c062bf6f99758e1ba996a29b883f6e35c8cfaa82be5c1b", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v0.15.44
[INFO] [stderr]    Compiling quote v0.6.13
[INFO] [stderr]    Compiling photonix_derive v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]   --> src/lib.rs:43:21
[INFO] [stdout]    |
[INFO] [stdout] 43 |         _ => panic![format!("Auto-derive of Get for enums is currently unsupported by {}", CRATE_NAME)]
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this usage of `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: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout]    = note: `#[warn(non_fmt_panics)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]    |
[INFO] [stdout] 43 -         _ => panic![format!("Auto-derive of Get for enums is currently unsupported by {}", CRATE_NAME)]
[INFO] [stdout] 43 +         _ => panic!["Auto-derive of Get for enums is currently unsupported by {}", CRATE_NAME]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]   --> src/lib.rs:91:21
[INFO] [stdout]    |
[INFO] [stdout] 91 |         _ => panic![format!("Auto-derive of GetRef for enums is currently unsupported by {}", CRATE_NAME)]
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this usage of `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: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]    |
[INFO] [stdout] 91 -         _ => panic![format!("Auto-derive of GetRef for enums is currently unsupported by {}", CRATE_NAME)]
[INFO] [stdout] 91 +         _ => panic!["Auto-derive of GetRef for enums is currently unsupported by {}", CRATE_NAME]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:139:21
[INFO] [stdout]     |
[INFO] [stdout] 139 |         _ => panic![format!("Auto-derive of GetOption for structs is currently unsupported by {}", CRATE_NAME)]
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `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: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]     |
[INFO] [stdout] 139 -         _ => panic![format!("Auto-derive of GetOption for structs is currently unsupported by {}", CRATE_NAME)]
[INFO] [stdout] 139 +         _ => panic!["Auto-derive of GetOption for structs is currently unsupported by {}", CRATE_NAME]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:215:21
[INFO] [stdout]     |
[INFO] [stdout] 215 |         _ => panic![format!("Cannot derive Set for {}", item)]
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `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: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]     |
[INFO] [stdout] 215 -         _ => panic![format!("Cannot derive Set for {}", item)]
[INFO] [stdout] 215 +         _ => panic!["Cannot derive Set for {}", item]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:342:21
[INFO] [stdout]     |
[INFO] [stdout] 342 |         _ => panic![format!("Auto-derive of SetOption for structs is currently unsupported by {}", CRATE_NAME)]
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `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: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]     |
[INFO] [stdout] 342 -         _ => panic![format!("Auto-derive of SetOption for structs is currently unsupported by {}", CRATE_NAME)]
[INFO] [stdout] 342 +         _ => panic!["Auto-derive of SetOption for structs is currently unsupported by {}", CRATE_NAME]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:435:21
[INFO] [stdout]     |
[INFO] [stdout] 435 |         _ => panic![format!("Cannot derive Modify for {}", item)]
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `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: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]     |
[INFO] [stdout] 435 -         _ => panic![format!("Cannot derive Modify for {}", item)]
[INFO] [stdout] 435 +         _ => panic!["Cannot derive Modify for {}", item]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:564:21
[INFO] [stdout]     |
[INFO] [stdout] 564 |         _ => panic![format!("Auto-derive of ModifyOption for structs is currently unsupported by {}", CRATE_NAME)]
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `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: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]     |
[INFO] [stdout] 564 -         _ => panic![format!("Auto-derive of ModifyOption for structs is currently unsupported by {}", CRATE_NAME)]
[INFO] [stdout] 564 +         _ => panic!["Auto-derive of ModifyOption for structs is currently unsupported by {}", CRATE_NAME]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:661:13
[INFO] [stdout]     |
[INFO] [stdout] 661 | /             format!(
[INFO] [stdout] 662 | |                 "Auto-derive of {} is currently unsupported by {} for items with generic parameters",
[INFO] [stdout] 663 | |                 src, CRATE_NAME
[INFO] [stdout] 664 | |             )
[INFO] [stdout]     | |_____________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `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: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]     |
[INFO] [stdout] 661 ~             
[INFO] [stdout] 662 |                 "Auto-derive of {} is currently unsupported by {} for items with generic parameters",
[INFO] [stdout] 663 |                 src, CRATE_NAME
[INFO] [stdout] 664 ~             
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.37s
[INFO] running `Command { std: "docker" "inspect" "086b194018840ca172c062bf6f99758e1ba996a29b883f6e35c8cfaa82be5c1b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "086b194018840ca172c062bf6f99758e1ba996a29b883f6e35c8cfaa82be5c1b", kill_on_drop: false }`
[INFO] [stdout] 086b194018840ca172c062bf6f99758e1ba996a29b883f6e35c8cfaa82be5c1b
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+1.91.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6f83d6b3b5b821bddb79e9779777ea5f2115f3465b24bf3d5c9e473dbe51d385
[INFO] running `Command { std: "docker" "start" "-a" "6f83d6b3b5b821bddb79e9779777ea5f2115f3465b24bf3d5c9e473dbe51d385", kill_on_drop: false }`
[INFO] [stderr]    Compiling photonix_derive v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]   --> src/lib.rs:43:21
[INFO] [stdout]    |
[INFO] [stdout] 43 |         _ => panic![format!("Auto-derive of Get for enums is currently unsupported by {}", CRATE_NAME)]
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this usage of `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: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout]    = note: `#[warn(non_fmt_panics)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]    |
[INFO] [stdout] 43 -         _ => panic![format!("Auto-derive of Get for enums is currently unsupported by {}", CRATE_NAME)]
[INFO] [stdout] 43 +         _ => panic!["Auto-derive of Get for enums is currently unsupported by {}", CRATE_NAME]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]   --> src/lib.rs:91:21
[INFO] [stdout]    |
[INFO] [stdout] 91 |         _ => panic![format!("Auto-derive of GetRef for enums is currently unsupported by {}", CRATE_NAME)]
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this usage of `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: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]    |
[INFO] [stdout] 91 -         _ => panic![format!("Auto-derive of GetRef for enums is currently unsupported by {}", CRATE_NAME)]
[INFO] [stdout] 91 +         _ => panic!["Auto-derive of GetRef for enums is currently unsupported by {}", CRATE_NAME]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:139:21
[INFO] [stdout]     |
[INFO] [stdout] 139 |         _ => panic![format!("Auto-derive of GetOption for structs is currently unsupported by {}", CRATE_NAME)]
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `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: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]     |
[INFO] [stdout] 139 -         _ => panic![format!("Auto-derive of GetOption for structs is currently unsupported by {}", CRATE_NAME)]
[INFO] [stdout] 139 +         _ => panic!["Auto-derive of GetOption for structs is currently unsupported by {}", CRATE_NAME]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:215:21
[INFO] [stdout]     |
[INFO] [stdout] 215 |         _ => panic![format!("Cannot derive Set for {}", item)]
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `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: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]     |
[INFO] [stdout] 215 -         _ => panic![format!("Cannot derive Set for {}", item)]
[INFO] [stdout] 215 +         _ => panic!["Cannot derive Set for {}", item]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:342:21
[INFO] [stdout]     |
[INFO] [stdout] 342 |         _ => panic![format!("Auto-derive of SetOption for structs is currently unsupported by {}", CRATE_NAME)]
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `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: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]     |
[INFO] [stdout] 342 -         _ => panic![format!("Auto-derive of SetOption for structs is currently unsupported by {}", CRATE_NAME)]
[INFO] [stdout] 342 +         _ => panic!["Auto-derive of SetOption for structs is currently unsupported by {}", CRATE_NAME]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:435:21
[INFO] [stdout]     |
[INFO] [stdout] 435 |         _ => panic![format!("Cannot derive Modify for {}", item)]
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `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: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]     |
[INFO] [stdout] 435 -         _ => panic![format!("Cannot derive Modify for {}", item)]
[INFO] [stdout] 435 +         _ => panic!["Cannot derive Modify for {}", item]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:564:21
[INFO] [stdout]     |
[INFO] [stdout] 564 |         _ => panic![format!("Auto-derive of ModifyOption for structs is currently unsupported by {}", CRATE_NAME)]
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `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: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]     |
[INFO] [stdout] 564 -         _ => panic![format!("Auto-derive of ModifyOption for structs is currently unsupported by {}", CRATE_NAME)]
[INFO] [stdout] 564 +         _ => panic!["Auto-derive of ModifyOption for structs is currently unsupported by {}", CRATE_NAME]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:661:13
[INFO] [stdout]     |
[INFO] [stdout] 661 | /             format!(
[INFO] [stdout] 662 | |                 "Auto-derive of {} is currently unsupported by {} for items with generic parameters",
[INFO] [stdout] 663 | |                 src, CRATE_NAME
[INFO] [stdout] 664 | |             )
[INFO] [stdout]     | |_____________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `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: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]     |
[INFO] [stdout] 661 ~             
[INFO] [stdout] 662 |                 "Auto-derive of {} is currently unsupported by {} for items with generic parameters",
[INFO] [stdout] 663 |                 src, CRATE_NAME
[INFO] [stdout] 664 ~             
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]   --> src/lib.rs:43:21
[INFO] [stdout]    |
[INFO] [stdout] 43 |         _ => panic![format!("Auto-derive of Get for enums is currently unsupported by {}", CRATE_NAME)]
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this usage of `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: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout]    = note: `#[warn(non_fmt_panics)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]    |
[INFO] [stdout] 43 -         _ => panic![format!("Auto-derive of Get for enums is currently unsupported by {}", CRATE_NAME)]
[INFO] [stdout] 43 +         _ => panic!["Auto-derive of Get for enums is currently unsupported by {}", CRATE_NAME]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]   --> src/lib.rs:91:21
[INFO] [stdout]    |
[INFO] [stdout] 91 |         _ => panic![format!("Auto-derive of GetRef for enums is currently unsupported by {}", CRATE_NAME)]
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this usage of `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: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]    |
[INFO] [stdout] 91 -         _ => panic![format!("Auto-derive of GetRef for enums is currently unsupported by {}", CRATE_NAME)]
[INFO] [stdout] 91 +         _ => panic!["Auto-derive of GetRef for enums is currently unsupported by {}", CRATE_NAME]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:139:21
[INFO] [stdout]     |
[INFO] [stdout] 139 |         _ => panic![format!("Auto-derive of GetOption for structs is currently unsupported by {}", CRATE_NAME)]
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `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: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]     |
[INFO] [stdout] 139 -         _ => panic![format!("Auto-derive of GetOption for structs is currently unsupported by {}", CRATE_NAME)]
[INFO] [stdout] 139 +         _ => panic!["Auto-derive of GetOption for structs is currently unsupported by {}", CRATE_NAME]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:215:21
[INFO] [stdout]     |
[INFO] [stdout] 215 |         _ => panic![format!("Cannot derive Set for {}", item)]
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `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: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]     |
[INFO] [stdout] 215 -         _ => panic![format!("Cannot derive Set for {}", item)]
[INFO] [stdout] 215 +         _ => panic!["Cannot derive Set for {}", item]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:342:21
[INFO] [stdout]     |
[INFO] [stdout] 342 |         _ => panic![format!("Auto-derive of SetOption for structs is currently unsupported by {}", CRATE_NAME)]
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `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: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]     |
[INFO] [stdout] 342 -         _ => panic![format!("Auto-derive of SetOption for structs is currently unsupported by {}", CRATE_NAME)]
[INFO] [stdout] 342 +         _ => panic!["Auto-derive of SetOption for structs is currently unsupported by {}", CRATE_NAME]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:435:21
[INFO] [stdout]     |
[INFO] [stdout] 435 |         _ => panic![format!("Cannot derive Modify for {}", item)]
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `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: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]     |
[INFO] [stdout] 435 -         _ => panic![format!("Cannot derive Modify for {}", item)]
[INFO] [stdout] 435 +         _ => panic!["Cannot derive Modify for {}", item]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:564:21
[INFO] [stdout]     |
[INFO] [stdout] 564 |         _ => panic![format!("Auto-derive of ModifyOption for structs is currently unsupported by {}", CRATE_NAME)]
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `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: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]     |
[INFO] [stdout] 564 -         _ => panic![format!("Auto-derive of ModifyOption for structs is currently unsupported by {}", CRATE_NAME)]
[INFO] [stdout] 564 +         _ => panic!["Auto-derive of ModifyOption for structs is currently unsupported by {}", CRATE_NAME]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: panic message is not a string literal
[INFO] [stdout]    --> src/lib.rs:661:13
[INFO] [stdout]     |
[INFO] [stdout] 661 | /             format!(
[INFO] [stdout] 662 | |                 "Auto-derive of {} is currently unsupported by {} for items with generic parameters",
[INFO] [stdout] 663 | |                 src, CRATE_NAME
[INFO] [stdout] 664 | |             )
[INFO] [stdout]     | |_____________^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this usage of `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: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stdout] help: remove the `format!(..)` macro call
[INFO] [stdout]     |
[INFO] [stdout] 661 ~             
[INFO] [stdout] 662 |                 "Auto-derive of {} is currently unsupported by {} for items with generic parameters",
[INFO] [stdout] 663 |                 src, CRATE_NAME
[INFO] [stdout] 664 ~             
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.22s
[INFO] running `Command { std: "docker" "inspect" "6f83d6b3b5b821bddb79e9779777ea5f2115f3465b24bf3d5c9e473dbe51d385", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6f83d6b3b5b821bddb79e9779777ea5f2115f3465b24bf3d5c9e473dbe51d385", kill_on_drop: false }`
[INFO] [stdout] 6f83d6b3b5b821bddb79e9779777ea5f2115f3465b24bf3d5c9e473dbe51d385
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+1.91.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 94d3c6c9324f0df958a867ba19ada5b4e8a6b1d2cdbd55addb2516b05370ad4f
[INFO] running `Command { std: "docker" "start" "-a" "94d3c6c9324f0df958a867ba19ada5b4e8a6b1d2cdbd55addb2516b05370ad4f", kill_on_drop: false }`
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]   --> src/lib.rs:43:21
[INFO] [stderr]    |
[INFO] [stderr] 43 |         _ => panic![format!("Auto-derive of Get for enums is currently unsupported by {}", CRATE_NAME)]
[INFO] [stderr]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr]    = note: `#[warn(non_fmt_panics)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]    |
[INFO] [stderr] 43 -         _ => panic![format!("Auto-derive of Get for enums is currently unsupported by {}", CRATE_NAME)]
[INFO] [stderr] 43 +         _ => panic!["Auto-derive of Get for enums is currently unsupported by {}", CRATE_NAME]
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]   --> src/lib.rs:91:21
[INFO] [stderr]    |
[INFO] [stderr] 91 |         _ => panic![format!("Auto-derive of GetRef for enums is currently unsupported by {}", CRATE_NAME)]
[INFO] [stderr]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]    |
[INFO] [stderr] 91 -         _ => panic![format!("Auto-derive of GetRef for enums is currently unsupported by {}", CRATE_NAME)]
[INFO] [stderr] 91 +         _ => panic!["Auto-derive of GetRef for enums is currently unsupported by {}", CRATE_NAME]
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> src/lib.rs:139:21
[INFO] [stderr]     |
[INFO] [stderr] 139 |         _ => panic![format!("Auto-derive of GetOption for structs is currently unsupported by {}", CRATE_NAME)]
[INFO] [stderr]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 139 -         _ => panic![format!("Auto-derive of GetOption for structs is currently unsupported by {}", CRATE_NAME)]
[INFO] [stderr] 139 +         _ => panic!["Auto-derive of GetOption for structs is currently unsupported by {}", CRATE_NAME]
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> src/lib.rs:215:21
[INFO] [stderr]     |
[INFO] [stderr] 215 |         _ => panic![format!("Cannot derive Set for {}", item)]
[INFO] [stderr]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 215 -         _ => panic![format!("Cannot derive Set for {}", item)]
[INFO] [stderr] 215 +         _ => panic!["Cannot derive Set for {}", item]
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> src/lib.rs:342:21
[INFO] [stderr]     |
[INFO] [stderr] 342 |         _ => panic![format!("Auto-derive of SetOption for structs is currently unsupported by {}", CRATE_NAME)]
[INFO] [stderr]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 342 -         _ => panic![format!("Auto-derive of SetOption for structs is currently unsupported by {}", CRATE_NAME)]
[INFO] [stderr] 342 +         _ => panic!["Auto-derive of SetOption for structs is currently unsupported by {}", CRATE_NAME]
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> src/lib.rs:435:21
[INFO] [stderr]     |
[INFO] [stderr] 435 |         _ => panic![format!("Cannot derive Modify for {}", item)]
[INFO] [stderr]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 435 -         _ => panic![format!("Cannot derive Modify for {}", item)]
[INFO] [stderr] 435 +         _ => panic!["Cannot derive Modify for {}", item]
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> src/lib.rs:564:21
[INFO] [stderr]     |
[INFO] [stderr] 564 |         _ => panic![format!("Auto-derive of ModifyOption for structs is currently unsupported by {}", CRATE_NAME)]
[INFO] [stderr]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[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: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 564 -         _ => panic![format!("Auto-derive of ModifyOption for structs is currently unsupported by {}", CRATE_NAME)]
[INFO] [stderr] 564 +         _ => panic!["Auto-derive of ModifyOption for structs is currently unsupported by {}", CRATE_NAME]
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: panic message is not a string literal
[INFO] [stderr]    --> src/lib.rs:661:13
[INFO] [stderr]     |
[INFO] [stderr] 661 | /             format!(
[INFO] [stderr] 662 | |                 "Auto-derive of {} is currently unsupported by {} for items with generic parameters",
[INFO] [stderr] 663 | |                 src, CRATE_NAME
[INFO] [stderr] 664 | |             )
[INFO] [stderr]     | |_____________^
[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: the `panic!()` macro supports formatting, so there's no need for the `format!()` macro here
[INFO] [stderr] help: remove the `format!(..)` macro call
[INFO] [stderr]     |
[INFO] [stderr] 661 ~             
[INFO] [stderr] 662 |                 "Auto-derive of {} is currently unsupported by {} for items with generic parameters",
[INFO] [stderr] 663 |                 src, CRATE_NAME
[INFO] [stderr] 664 ~             
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: `photonix_derive` (lib) generated 8 warnings (run `cargo fix --lib -p photonix_derive` to apply 8 suggestions)
[INFO] [stderr] warning: `photonix_derive` (lib test) generated 8 warnings (8 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.03s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/photonix_derive-d6da9379cd814936)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests photonix_derive
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "94d3c6c9324f0df958a867ba19ada5b4e8a6b1d2cdbd55addb2516b05370ad4f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "94d3c6c9324f0df958a867ba19ada5b4e8a6b1d2cdbd55addb2516b05370ad4f", kill_on_drop: false }`
[INFO] [stdout] 94d3c6c9324f0df958a867ba19ada5b4e8a6b1d2cdbd55addb2516b05370ad4f
