[INFO] fetching crate photonix_derive 0.1.1... [INFO] testing photonix_derive-0.1.1 against 1.60.0 for beta-1.61-1 [INFO] extracting crate photonix_derive 0.1.1 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate photonix_derive 0.1.1 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [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-11/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 81932d34fd1b6041ca1675cb01f9a6852dd67968c8d8350a041d132738ec09e2 [INFO] running `Command { std: "docker" "start" "-a" "81932d34fd1b6041ca1675cb01f9a6852dd67968c8d8350a041d132738ec09e2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "81932d34fd1b6041ca1675cb01f9a6852dd67968c8d8350a041d132738ec09e2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "81932d34fd1b6041ca1675cb01f9a6852dd67968c8d8350a041d132738ec09e2", kill_on_drop: false }` [INFO] [stdout] 81932d34fd1b6041ca1675cb01f9a6852dd67968c8d8350a041d132738ec09e2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] d65e360b928f181ca29964cd50425267cd6aec4133278fa49f88351f1f7e2693 [INFO] running `Command { std: "docker" "start" "-a" "d65e360b928f181ca29964cd50425267cd6aec4133278fa49f88351f1f7e2693", kill_on_drop: false }` [INFO] [stderr] Compiling syn v0.15.44 [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: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] 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 [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 [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 [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 [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 [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 [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 [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: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 15.84s [INFO] running `Command { std: "docker" "inspect" "d65e360b928f181ca29964cd50425267cd6aec4133278fa49f88351f1f7e2693", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d65e360b928f181ca29964cd50425267cd6aec4133278fa49f88351f1f7e2693", kill_on_drop: false }` [INFO] [stdout] d65e360b928f181ca29964cd50425267cd6aec4133278fa49f88351f1f7e2693 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 34170e514502e638d26c44a066b3b5238c5c288f96eb6371357c2dda44c99461 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "34170e514502e638d26c44a066b3b5238c5c288f96eb6371357c2dda44c99461", 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: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] 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 [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 [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 [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 [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 [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 [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 [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: 8 warnings emitted [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: `#[warn(non_fmt_panics)]` on by default [INFO] [stdout] = note: this usage of panic!() is deprecated; it will be a hard error in Rust 2021 [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: the panic!() macro supports formatting, so there's no need for the format!() macro here [INFO] [stdout] 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 [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 [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 [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 [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 [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 [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 [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: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.11s [INFO] running `Command { std: "docker" "inspect" "34170e514502e638d26c44a066b3b5238c5c288f96eb6371357c2dda44c99461", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "34170e514502e638d26c44a066b3b5238c5c288f96eb6371357c2dda44c99461", kill_on_drop: false }` [INFO] [stdout] 34170e514502e638d26c44a066b3b5238c5c288f96eb6371357c2dda44c99461 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] e08228c43ff3842bedca459199294166b448682309859f664fe6d81573da6e0b [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "e08228c43ff3842bedca459199294166b448682309859f664fe6d81573da6e0b", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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: `#[warn(non_fmt_panics)]` on by default [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 [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] 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 [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 [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 [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 [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 [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 [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 [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 [INFO] [stderr] warning: `photonix_derive` (lib test) generated 8 warnings (8 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.13s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/photonix_derive-2ff9710943ccf154) [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] [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" "e08228c43ff3842bedca459199294166b448682309859f664fe6d81573da6e0b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e08228c43ff3842bedca459199294166b448682309859f664fe6d81573da6e0b", kill_on_drop: false }` [INFO] [stdout] e08228c43ff3842bedca459199294166b448682309859f664fe6d81573da6e0b