[INFO] cloning repository https://github.com/wathiede/pbrt [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/wathiede/pbrt" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwathiede%2Fpbrt", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwathiede%2Fpbrt'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 0080a269890268e73bd24fdfbc851f1d77785a21 [INFO] testing wathiede/pbrt against master#99e3aef02079e9c10583638520cd0c134dc3a01d for pr-85530 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwathiede%2Fpbrt" "/workspace/builds/worker-2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/wathiede/pbrt on toolchain 99e3aef02079e9c10583638520cd0c134dc3a01d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/wathiede/pbrt [INFO] finished tweaking git repo https://github.com/wathiede/pbrt [INFO] tweaked toml for git repo https://github.com/wathiede/pbrt written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/wathiede/pbrt already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] db29ec55d00bc4d4dbb56426059fb3fc1adc909e618d8c03a1803bee231e65d2 [INFO] running `Command { std: "docker" "start" "-a" "db29ec55d00bc4d4dbb56426059fb3fc1adc909e618d8c03a1803bee231e65d2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "db29ec55d00bc4d4dbb56426059fb3fc1adc909e618d8c03a1803bee231e65d2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "db29ec55d00bc4d4dbb56426059fb3fc1adc909e618d8c03a1803bee231e65d2", kill_on_drop: false }` [INFO] [stdout] db29ec55d00bc4d4dbb56426059fb3fc1adc909e618d8c03a1803bee231e65d2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] aab70b4c61d46e3b88b81a6a11fdd7789002638c46acbe5d96f98fae69ebb409 [INFO] running `Command { std: "docker" "start" "-a" "aab70b4c61d46e3b88b81a6a11fdd7789002638c46acbe5d96f98fae69ebb409", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v0.1.7 [INFO] [stderr] Compiling libc v0.2.65 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Compiling proc-macro2 v1.0.6 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling scopeguard v1.0.0 [INFO] [stderr] Compiling rayon-core v1.6.1 [INFO] [stderr] Compiling syn v1.0.8 [INFO] [stderr] Compiling memchr v2.2.1 [INFO] [stderr] Compiling unicode-width v0.1.6 [INFO] [stderr] Compiling unicode-segmentation v1.6.0 [INFO] [stderr] Compiling lzw v0.10.0 [INFO] [stderr] Compiling vec_map v0.8.1 [INFO] [stderr] Compiling ucd-util v0.1.5 [INFO] [stderr] Compiling color_quant v1.0.1 [INFO] [stderr] Compiling scoped_threadpool v0.1.9 [INFO] [stderr] Compiling utf8-ranges v1.0.4 [INFO] [stderr] Compiling term v0.4.6 [INFO] [stderr] Compiling inflate v0.4.5 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling memoffset v0.5.3 [INFO] [stderr] Compiling crc32fast v1.2.0 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling gif v0.10.3 [INFO] [stderr] Compiling regex-syntax v0.5.6 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling heck v0.3.1 [INFO] [stderr] Compiling crossbeam-utils v0.7.0 [INFO] [stderr] Compiling num-traits v0.2.10 [INFO] [stderr] Compiling crossbeam-epoch v0.8.0 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling num-rational v0.2.2 [INFO] [stderr] Compiling num-iter v0.1.39 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling aho-corasick v0.6.10 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling deflate v0.7.20 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling num_cpus v1.11.1 [INFO] [stderr] Compiling atty v0.2.13 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling memchr v1.0.2 [INFO] [stderr] Compiling crossbeam-queue v0.2.0 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling nom v3.2.1 [INFO] [stderr] Compiling png v0.15.2 [INFO] [stderr] Compiling crossbeam-deque v0.7.2 [INFO] [stderr] Compiling simplelog v0.4.4 [INFO] [stderr] Compiling regex v0.2.11 [INFO] [stderr] Compiling rayon v1.2.1 [INFO] [stderr] Compiling num-derive v0.2.5 [INFO] [stderr] Compiling jpeg-decoder v0.1.18 [INFO] [stderr] Compiling proc-macro-error v0.2.6 [INFO] [stderr] Compiling tiff v0.3.1 [INFO] [stderr] Compiling structopt-derive v0.3.5 [INFO] [stderr] Compiling image v0.22.3 [INFO] [stderr] Compiling structopt v0.3.5 [INFO] [stderr] Compiling pbrt v0.1.6-alpha.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: associated function is never used: `has_nans` [INFO] [stdout] --> src/core/spectrum.rs:44:5 [INFO] [stdout] | [INFO] [stdout] 44 | fn has_nans(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 64 | common_implementation!(SampledSpectrum, N_SPECTRAL_SAMPLES); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] = note: this warning originates in the macro `common_implementation` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:199:34 [INFO] [stdout] | [INFO] [stdout] 199 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 374 | verify_options!(self, "pbrt.world_begin"); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panic)]` on by default [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:215:34 [INFO] [stdout] | [INFO] [stdout] 215 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 374 | verify_options!(self, "pbrt.world_begin"); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_options` (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] 215 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:199:34 [INFO] [stdout] | [INFO] [stdout] 199 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 386 | verify_world!(self, "pbrt.world_end"); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:231:34 [INFO] [stdout] | [INFO] [stdout] 231 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 386 | verify_world!(self, "pbrt.world_end"); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_world` (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] 231 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:199:34 [INFO] [stdout] | [INFO] [stdout] 199 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 430 | verify_world!(self, "pbrt.attribute_begin"); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:231:34 [INFO] [stdout] | [INFO] [stdout] 231 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 430 | verify_world!(self, "pbrt.attribute_begin"); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_world` (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] 231 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:199:34 [INFO] [stdout] | [INFO] [stdout] 199 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 440 | verify_world!(self, "pbrt.attribute_end"); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:231:34 [INFO] [stdout] | [INFO] [stdout] 231 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 440 | verify_world!(self, "pbrt.attribute_end"); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_world` (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] 231 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:199:34 [INFO] [stdout] | [INFO] [stdout] 199 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 455 | verify_world!(self, "pbrt.transform_begin"); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:231:34 [INFO] [stdout] | [INFO] [stdout] 231 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 455 | verify_world!(self, "pbrt.transform_begin"); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_world` (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] 231 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:199:34 [INFO] [stdout] | [INFO] [stdout] 199 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 463 | verify_world!(self, "pbrt.transform_end"); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:231:34 [INFO] [stdout] | [INFO] [stdout] 231 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 463 | verify_world!(self, "pbrt.transform_end"); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_world` (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] 231 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:199:34 [INFO] [stdout] | [INFO] [stdout] 199 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 474 | verify_world!(self, "pbrt.texture"); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:231:34 [INFO] [stdout] | [INFO] [stdout] 231 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 474 | verify_world!(self, "pbrt.texture"); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_world` (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] 231 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:199:34 [INFO] [stdout] | [INFO] [stdout] 199 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 536 | verify_initialized!(self, "identity"); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:199:34 [INFO] [stdout] | [INFO] [stdout] 199 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 559 | verify_initialized!(self, "translate"); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:199:34 [INFO] [stdout] | [INFO] [stdout] 199 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 613 | verify_initialized!(self, "pbrt.rotate"); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:199:34 [INFO] [stdout] | [INFO] [stdout] 199 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 619 | verify_initialized!(self, "pbrt.look_at"); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:199:34 [INFO] [stdout] | [INFO] [stdout] 199 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 643 | verify_initialized!(self, "pbrt.scale"); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:199:34 [INFO] [stdout] | [INFO] [stdout] 199 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 649 | verify_initialized!(self, "pbrt.concat_transform"); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:199:34 [INFO] [stdout] | [INFO] [stdout] 199 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 655 | verify_initialized!(self, "pbrt.transform"); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:199:34 [INFO] [stdout] | [INFO] [stdout] 199 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 661 | verify_initialized!(self, "pbrt.coordinate_system"); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:199:34 [INFO] [stdout] | [INFO] [stdout] 199 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 668 | verify_initialized!(self, "pbrt.coordinate_system_transform"); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:199:34 [INFO] [stdout] | [INFO] [stdout] 199 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 692 | verify_options!(self, "pbrt.tranform_times"); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:215:34 [INFO] [stdout] | [INFO] [stdout] 215 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 692 | verify_options!(self, "pbrt.tranform_times"); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_options` (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] 215 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:199:34 [INFO] [stdout] | [INFO] [stdout] 199 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 699 | verify_options!(self, "pbrt.pixel_filter"); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:215:34 [INFO] [stdout] | [INFO] [stdout] 215 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 699 | verify_options!(self, "pbrt.pixel_filter"); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_options` (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] 215 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:199:34 [INFO] [stdout] | [INFO] [stdout] 199 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 706 | verify_options!(self, "pbrt.film"); [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:215:34 [INFO] [stdout] | [INFO] [stdout] 215 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 706 | verify_options!(self, "pbrt.film"); [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_options` (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] 215 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:199:34 [INFO] [stdout] | [INFO] [stdout] 199 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 713 | verify_options!(self, "pbrt.sampler"); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:215:34 [INFO] [stdout] | [INFO] [stdout] 215 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 713 | verify_options!(self, "pbrt.sampler"); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_options` (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] 215 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:199:34 [INFO] [stdout] | [INFO] [stdout] 199 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 720 | verify_options!(self, "pbrt.accelerator"); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:215:34 [INFO] [stdout] | [INFO] [stdout] 215 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 720 | verify_options!(self, "pbrt.accelerator"); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_options` (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] 215 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:199:34 [INFO] [stdout] | [INFO] [stdout] 199 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 727 | verify_options!(self, "pbrt.integrator"); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:215:34 [INFO] [stdout] | [INFO] [stdout] 215 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 727 | verify_options!(self, "pbrt.integrator"); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_options` (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] 215 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:199:34 [INFO] [stdout] | [INFO] [stdout] 199 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 734 | verify_options!(self, "pbrt.camera"); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:215:34 [INFO] [stdout] | [INFO] [stdout] 215 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 734 | verify_options!(self, "pbrt.camera"); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_options` (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] 215 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:199:34 [INFO] [stdout] | [INFO] [stdout] 199 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 744 | verify_initialized!(self, "pbrt.make_named_medium"); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:199:34 [INFO] [stdout] | [INFO] [stdout] 199 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 754 | verify_initialized!(self, "pbrt.medium_interface"); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/parser.rs:263:21 [INFO] [stdout] | [INFO] [stdout] 263 | _ => panic!(format!( [INFO] [stdout] | _____________________^ [INFO] [stdout] 264 | | "unhandled param_set_item {:?}", [INFO] [stdout] 265 | | str::from_utf8(psi_type).unwrap() [INFO] [stdout] 266 | | )), [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [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] 263 | _ => panic!( [INFO] [stdout] 264 | "unhandled param_set_item {:?}", [INFO] [stdout] 265 | str::from_utf8(psi_type).unwrap() [INFO] [stdout] 266 | ), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 41 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 38.87s [INFO] running `Command { std: "docker" "inspect" "aab70b4c61d46e3b88b81a6a11fdd7789002638c46acbe5d96f98fae69ebb409", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "aab70b4c61d46e3b88b81a6a11fdd7789002638c46acbe5d96f98fae69ebb409", kill_on_drop: false }` [INFO] [stdout] aab70b4c61d46e3b88b81a6a11fdd7789002638c46acbe5d96f98fae69ebb409 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ccbe7bf876a5d896b6a738e42eaa2f7ddf42b54affd2c8c253534e5898695fe3 [INFO] running `Command { std: "docker" "start" "-a" "ccbe7bf876a5d896b6a738e42eaa2f7ddf42b54affd2c8c253534e5898695fe3", kill_on_drop: false }` [INFO] [stderr] Compiling pretty_assertions v0.5.1 [INFO] [stdout] warning: associated function is never used: `has_nans` [INFO] [stdout] --> src/core/spectrum.rs:44:5 [INFO] [stdout] | [INFO] [stdout] 44 | fn has_nans(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 64 | common_implementation!(SampledSpectrum, N_SPECTRAL_SAMPLES); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] = note: this warning originates in the macro `common_implementation` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:199:34 [INFO] [stdout] | [INFO] [stdout] 199 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 374 | verify_options!(self, "pbrt.world_begin"); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panic)]` on by default [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:215:34 [INFO] [stdout] | [INFO] [stdout] 215 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 374 | verify_options!(self, "pbrt.world_begin"); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_options` (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] 215 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:199:34 [INFO] [stdout] | [INFO] [stdout] 199 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 386 | verify_world!(self, "pbrt.world_end"); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:231:34 [INFO] [stdout] | [INFO] [stdout] 231 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 386 | verify_world!(self, "pbrt.world_end"); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_world` (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] 231 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:199:34 [INFO] [stdout] | [INFO] [stdout] 199 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 430 | verify_world!(self, "pbrt.attribute_begin"); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:231:34 [INFO] [stdout] | [INFO] [stdout] 231 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 430 | verify_world!(self, "pbrt.attribute_begin"); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_world` (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] 231 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:199:34 [INFO] [stdout] | [INFO] [stdout] 199 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 440 | verify_world!(self, "pbrt.attribute_end"); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:231:34 [INFO] [stdout] | [INFO] [stdout] 231 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 440 | verify_world!(self, "pbrt.attribute_end"); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_world` (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] 231 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:199:34 [INFO] [stdout] | [INFO] [stdout] 199 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 455 | verify_world!(self, "pbrt.transform_begin"); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:231:34 [INFO] [stdout] | [INFO] [stdout] 231 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 455 | verify_world!(self, "pbrt.transform_begin"); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_world` (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] 231 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:199:34 [INFO] [stdout] | [INFO] [stdout] 199 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 463 | verify_world!(self, "pbrt.transform_end"); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:231:34 [INFO] [stdout] | [INFO] [stdout] 231 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 463 | verify_world!(self, "pbrt.transform_end"); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_world` (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] 231 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:199:34 [INFO] [stdout] | [INFO] [stdout] 199 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 474 | verify_world!(self, "pbrt.texture"); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:231:34 [INFO] [stdout] | [INFO] [stdout] 231 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 474 | verify_world!(self, "pbrt.texture"); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_world` (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] 231 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:199:34 [INFO] [stdout] | [INFO] [stdout] 199 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 536 | verify_initialized!(self, "identity"); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:199:34 [INFO] [stdout] | [INFO] [stdout] 199 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 559 | verify_initialized!(self, "translate"); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:199:34 [INFO] [stdout] | [INFO] [stdout] 199 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 613 | verify_initialized!(self, "pbrt.rotate"); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:199:34 [INFO] [stdout] | [INFO] [stdout] 199 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 619 | verify_initialized!(self, "pbrt.look_at"); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:199:34 [INFO] [stdout] | [INFO] [stdout] 199 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 643 | verify_initialized!(self, "pbrt.scale"); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:199:34 [INFO] [stdout] | [INFO] [stdout] 199 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 649 | verify_initialized!(self, "pbrt.concat_transform"); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:199:34 [INFO] [stdout] | [INFO] [stdout] 199 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 655 | verify_initialized!(self, "pbrt.transform"); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:199:34 [INFO] [stdout] | [INFO] [stdout] 199 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 661 | verify_initialized!(self, "pbrt.coordinate_system"); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:199:34 [INFO] [stdout] | [INFO] [stdout] 199 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 668 | verify_initialized!(self, "pbrt.coordinate_system_transform"); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:199:34 [INFO] [stdout] | [INFO] [stdout] 199 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 692 | verify_options!(self, "pbrt.tranform_times"); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:215:34 [INFO] [stdout] | [INFO] [stdout] 215 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 692 | verify_options!(self, "pbrt.tranform_times"); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_options` (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] 215 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:199:34 [INFO] [stdout] | [INFO] [stdout] 199 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 699 | verify_options!(self, "pbrt.pixel_filter"); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:215:34 [INFO] [stdout] | [INFO] [stdout] 215 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 699 | verify_options!(self, "pbrt.pixel_filter"); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_options` (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] 215 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:199:34 [INFO] [stdout] | [INFO] [stdout] 199 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 706 | verify_options!(self, "pbrt.film"); [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:215:34 [INFO] [stdout] | [INFO] [stdout] 215 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 706 | verify_options!(self, "pbrt.film"); [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_options` (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] 215 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:199:34 [INFO] [stdout] | [INFO] [stdout] 199 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 713 | verify_options!(self, "pbrt.sampler"); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:215:34 [INFO] [stdout] | [INFO] [stdout] 215 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 713 | verify_options!(self, "pbrt.sampler"); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_options` (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] 215 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:199:34 [INFO] [stdout] | [INFO] [stdout] 199 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 720 | verify_options!(self, "pbrt.accelerator"); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:215:34 [INFO] [stdout] | [INFO] [stdout] 215 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 720 | verify_options!(self, "pbrt.accelerator"); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_options` (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] 215 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:199:34 [INFO] [stdout] | [INFO] [stdout] 199 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 727 | verify_options!(self, "pbrt.integrator"); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:215:34 [INFO] [stdout] | [INFO] [stdout] 215 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 727 | verify_options!(self, "pbrt.integrator"); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_options` (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] 215 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:199:34 [INFO] [stdout] | [INFO] [stdout] 199 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 734 | verify_options!(self, "pbrt.camera"); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:215:34 [INFO] [stdout] | [INFO] [stdout] 215 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 734 | verify_options!(self, "pbrt.camera"); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_options` (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] 215 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:199:34 [INFO] [stdout] | [INFO] [stdout] 199 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 744 | verify_initialized!(self, "pbrt.make_named_medium"); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:199:34 [INFO] [stdout] | [INFO] [stdout] 199 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 754 | verify_initialized!(self, "pbrt.medium_interface"); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/parser.rs:263:21 [INFO] [stdout] | [INFO] [stdout] 263 | _ => panic!(format!( [INFO] [stdout] | _____________________^ [INFO] [stdout] 264 | | "unhandled param_set_item {:?}", [INFO] [stdout] 265 | | str::from_utf8(psi_type).unwrap() [INFO] [stdout] 266 | | )), [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [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] 263 | _ => panic!( [INFO] [stdout] 264 | "unhandled param_set_item {:?}", [INFO] [stdout] 265 | str::from_utf8(psi_type).unwrap() [INFO] [stdout] 266 | ), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 41 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling pbrt v0.1.6-alpha.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: associated function is never used: `has_nans` [INFO] [stdout] --> src/core/spectrum.rs:44:5 [INFO] [stdout] | [INFO] [stdout] 44 | fn has_nans(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 64 | common_implementation!(SampledSpectrum, N_SPECTRAL_SAMPLES); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] = note: this warning originates in the macro `common_implementation` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:199:34 [INFO] [stdout] | [INFO] [stdout] 199 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 374 | verify_options!(self, "pbrt.world_begin"); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panic)]` on by default [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:215:34 [INFO] [stdout] | [INFO] [stdout] 215 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 374 | verify_options!(self, "pbrt.world_begin"); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_options` (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] 215 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:199:34 [INFO] [stdout] | [INFO] [stdout] 199 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 386 | verify_world!(self, "pbrt.world_end"); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:231:34 [INFO] [stdout] | [INFO] [stdout] 231 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 386 | verify_world!(self, "pbrt.world_end"); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_world` (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] 231 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:199:34 [INFO] [stdout] | [INFO] [stdout] 199 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 430 | verify_world!(self, "pbrt.attribute_begin"); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:231:34 [INFO] [stdout] | [INFO] [stdout] 231 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 430 | verify_world!(self, "pbrt.attribute_begin"); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_world` (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] 231 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:199:34 [INFO] [stdout] | [INFO] [stdout] 199 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 440 | verify_world!(self, "pbrt.attribute_end"); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:231:34 [INFO] [stdout] | [INFO] [stdout] 231 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 440 | verify_world!(self, "pbrt.attribute_end"); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_world` (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] 231 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:199:34 [INFO] [stdout] | [INFO] [stdout] 199 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 455 | verify_world!(self, "pbrt.transform_begin"); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:231:34 [INFO] [stdout] | [INFO] [stdout] 231 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 455 | verify_world!(self, "pbrt.transform_begin"); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_world` (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] 231 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:199:34 [INFO] [stdout] | [INFO] [stdout] 199 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 463 | verify_world!(self, "pbrt.transform_end"); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:231:34 [INFO] [stdout] | [INFO] [stdout] 231 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 463 | verify_world!(self, "pbrt.transform_end"); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_world` (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] 231 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:199:34 [INFO] [stdout] | [INFO] [stdout] 199 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 474 | verify_world!(self, "pbrt.texture"); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:231:34 [INFO] [stdout] | [INFO] [stdout] 231 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 474 | verify_world!(self, "pbrt.texture"); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_world` (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] 231 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:199:34 [INFO] [stdout] | [INFO] [stdout] 199 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 536 | verify_initialized!(self, "identity"); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:199:34 [INFO] [stdout] | [INFO] [stdout] 199 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 559 | verify_initialized!(self, "translate"); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:199:34 [INFO] [stdout] | [INFO] [stdout] 199 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 613 | verify_initialized!(self, "pbrt.rotate"); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:199:34 [INFO] [stdout] | [INFO] [stdout] 199 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 619 | verify_initialized!(self, "pbrt.look_at"); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:199:34 [INFO] [stdout] | [INFO] [stdout] 199 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 643 | verify_initialized!(self, "pbrt.scale"); [INFO] [stdout] | ---------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:199:34 [INFO] [stdout] | [INFO] [stdout] 199 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 649 | verify_initialized!(self, "pbrt.concat_transform"); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:199:34 [INFO] [stdout] | [INFO] [stdout] 199 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 655 | verify_initialized!(self, "pbrt.transform"); [INFO] [stdout] | -------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:199:34 [INFO] [stdout] | [INFO] [stdout] 199 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 661 | verify_initialized!(self, "pbrt.coordinate_system"); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:199:34 [INFO] [stdout] | [INFO] [stdout] 199 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 668 | verify_initialized!(self, "pbrt.coordinate_system_transform"); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:199:34 [INFO] [stdout] | [INFO] [stdout] 199 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 692 | verify_options!(self, "pbrt.tranform_times"); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:215:34 [INFO] [stdout] | [INFO] [stdout] 215 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 692 | verify_options!(self, "pbrt.tranform_times"); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_options` (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] 215 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:199:34 [INFO] [stdout] | [INFO] [stdout] 199 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 699 | verify_options!(self, "pbrt.pixel_filter"); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:215:34 [INFO] [stdout] | [INFO] [stdout] 215 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 699 | verify_options!(self, "pbrt.pixel_filter"); [INFO] [stdout] | ------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_options` (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] 215 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:199:34 [INFO] [stdout] | [INFO] [stdout] 199 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 706 | verify_options!(self, "pbrt.film"); [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:215:34 [INFO] [stdout] | [INFO] [stdout] 215 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 706 | verify_options!(self, "pbrt.film"); [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_options` (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] 215 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:199:34 [INFO] [stdout] | [INFO] [stdout] 199 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 713 | verify_options!(self, "pbrt.sampler"); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:215:34 [INFO] [stdout] | [INFO] [stdout] 215 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 713 | verify_options!(self, "pbrt.sampler"); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_options` (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] 215 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:199:34 [INFO] [stdout] | [INFO] [stdout] 199 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 720 | verify_options!(self, "pbrt.accelerator"); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:215:34 [INFO] [stdout] | [INFO] [stdout] 215 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 720 | verify_options!(self, "pbrt.accelerator"); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_options` (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] 215 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:199:34 [INFO] [stdout] | [INFO] [stdout] 199 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 727 | verify_options!(self, "pbrt.integrator"); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:215:34 [INFO] [stdout] | [INFO] [stdout] 215 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 727 | verify_options!(self, "pbrt.integrator"); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_options` (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] 215 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:199:34 [INFO] [stdout] | [INFO] [stdout] 199 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 734 | verify_options!(self, "pbrt.camera"); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:215:34 [INFO] [stdout] | [INFO] [stdout] 215 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 734 | verify_options!(self, "pbrt.camera"); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_options` (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] 215 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:199:34 [INFO] [stdout] | [INFO] [stdout] 199 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 744 | verify_initialized!(self, "pbrt.make_named_medium"); [INFO] [stdout] | ---------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/api.rs:199:34 [INFO] [stdout] | [INFO] [stdout] 199 | debug_assert!(false, msg); [INFO] [stdout] | ^^^ [INFO] [stdout] ... [INFO] [stdout] 754 | verify_initialized!(self, "pbrt.medium_interface"); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/core/parser.rs:263:21 [INFO] [stdout] | [INFO] [stdout] 263 | _ => panic!(format!( [INFO] [stdout] | _____________________^ [INFO] [stdout] 264 | | "unhandled param_set_item {:?}", [INFO] [stdout] 265 | | str::from_utf8(psi_type).unwrap() [INFO] [stdout] 266 | | )), [INFO] [stdout] | |_________^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [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] 263 | _ => panic!( [INFO] [stdout] 264 | "unhandled param_set_item {:?}", [INFO] [stdout] 265 | str::from_utf8(psi_type).unwrap() [INFO] [stdout] 266 | ), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 41 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 7.06s [INFO] running `Command { std: "docker" "inspect" "ccbe7bf876a5d896b6a738e42eaa2f7ddf42b54affd2c8c253534e5898695fe3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ccbe7bf876a5d896b6a738e42eaa2f7ddf42b54affd2c8c253534e5898695fe3", kill_on_drop: false }` [INFO] [stdout] ccbe7bf876a5d896b6a738e42eaa2f7ddf42b54affd2c8c253534e5898695fe3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 838ac4a94f1b53401462241a712359e36c5431b1d5fd399c5adfec8f1d3f4a14 [INFO] running `Command { std: "docker" "start" "-a" "838ac4a94f1b53401462241a712359e36c5431b1d5fd399c5adfec8f1d3f4a14", kill_on_drop: false }` [INFO] [stderr] warning: associated function is never used: `has_nans` [INFO] [stderr] --> src/core/spectrum.rs:44:5 [INFO] [stderr] | [INFO] [stderr] 44 | fn has_nans(&self) -> bool { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 64 | common_implementation!(SampledSpectrum, N_SPECTRAL_SAMPLES); [INFO] [stderr] | ------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] = note: this warning originates in the macro `common_implementation` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/core/api.rs:199:34 [INFO] [stderr] | [INFO] [stderr] 199 | debug_assert!(false, msg); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 374 | verify_options!(self, "pbrt.world_begin"); [INFO] [stderr] | ------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_fmt_panic)]` on by default [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/core/api.rs:215:34 [INFO] [stderr] | [INFO] [stderr] 215 | debug_assert!(false, msg); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 374 | verify_options!(self, "pbrt.world_begin"); [INFO] [stderr] | ------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: this warning originates in the macro `verify_options` (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] 215 | debug_assert!(false, "{}", msg); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/core/api.rs:199:34 [INFO] [stderr] | [INFO] [stderr] 199 | debug_assert!(false, msg); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 386 | verify_world!(self, "pbrt.world_end"); [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/core/api.rs:231:34 [INFO] [stderr] | [INFO] [stderr] 231 | debug_assert!(false, msg); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 386 | verify_world!(self, "pbrt.world_end"); [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: this warning originates in the macro `verify_world` (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] 231 | debug_assert!(false, "{}", msg); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/core/api.rs:199:34 [INFO] [stderr] | [INFO] [stderr] 199 | debug_assert!(false, msg); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 430 | verify_world!(self, "pbrt.attribute_begin"); [INFO] [stderr] | -------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/core/api.rs:231:34 [INFO] [stderr] | [INFO] [stderr] 231 | debug_assert!(false, msg); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 430 | verify_world!(self, "pbrt.attribute_begin"); [INFO] [stderr] | -------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: this warning originates in the macro `verify_world` (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] 231 | debug_assert!(false, "{}", msg); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/core/api.rs:199:34 [INFO] [stderr] | [INFO] [stderr] 199 | debug_assert!(false, msg); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 440 | verify_world!(self, "pbrt.attribute_end"); [INFO] [stderr] | ------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/core/api.rs:231:34 [INFO] [stderr] | [INFO] [stderr] 231 | debug_assert!(false, msg); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 440 | verify_world!(self, "pbrt.attribute_end"); [INFO] [stderr] | ------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: this warning originates in the macro `verify_world` (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] 231 | debug_assert!(false, "{}", msg); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/core/api.rs:199:34 [INFO] [stderr] | [INFO] [stderr] 199 | debug_assert!(false, msg); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 455 | verify_world!(self, "pbrt.transform_begin"); [INFO] [stderr] | -------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/core/api.rs:231:34 [INFO] [stderr] | [INFO] [stderr] 231 | debug_assert!(false, msg); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 455 | verify_world!(self, "pbrt.transform_begin"); [INFO] [stderr] | -------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: this warning originates in the macro `verify_world` (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] 231 | debug_assert!(false, "{}", msg); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/core/api.rs:199:34 [INFO] [stderr] | [INFO] [stderr] 199 | debug_assert!(false, msg); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 463 | verify_world!(self, "pbrt.transform_end"); [INFO] [stderr] | ------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/core/api.rs:231:34 [INFO] [stderr] | [INFO] [stderr] 231 | debug_assert!(false, msg); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 463 | verify_world!(self, "pbrt.transform_end"); [INFO] [stderr] | ------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: this warning originates in the macro `verify_world` (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] 231 | debug_assert!(false, "{}", msg); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/core/api.rs:199:34 [INFO] [stderr] | [INFO] [stderr] 199 | debug_assert!(false, msg); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 474 | verify_world!(self, "pbrt.texture"); [INFO] [stderr] | ------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/core/api.rs:231:34 [INFO] [stderr] | [INFO] [stderr] 231 | debug_assert!(false, msg); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 474 | verify_world!(self, "pbrt.texture"); [INFO] [stderr] | ------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: this warning originates in the macro `verify_world` (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] 231 | debug_assert!(false, "{}", msg); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/core/api.rs:199:34 [INFO] [stderr] | [INFO] [stderr] 199 | debug_assert!(false, msg); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 536 | verify_initialized!(self, "identity"); [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/core/api.rs:199:34 [INFO] [stderr] | [INFO] [stderr] 199 | debug_assert!(false, msg); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 559 | verify_initialized!(self, "translate"); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/core/api.rs:199:34 [INFO] [stderr] | [INFO] [stderr] 199 | debug_assert!(false, msg); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 613 | verify_initialized!(self, "pbrt.rotate"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/core/api.rs:199:34 [INFO] [stderr] | [INFO] [stderr] 199 | debug_assert!(false, msg); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 619 | verify_initialized!(self, "pbrt.look_at"); [INFO] [stderr] | ------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/core/api.rs:199:34 [INFO] [stderr] | [INFO] [stderr] 199 | debug_assert!(false, msg); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 643 | verify_initialized!(self, "pbrt.scale"); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/core/api.rs:199:34 [INFO] [stderr] | [INFO] [stderr] 199 | debug_assert!(false, msg); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 649 | verify_initialized!(self, "pbrt.concat_transform"); [INFO] [stderr] | --------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/core/api.rs:199:34 [INFO] [stderr] | [INFO] [stderr] 199 | debug_assert!(false, msg); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 655 | verify_initialized!(self, "pbrt.transform"); [INFO] [stderr] | -------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/core/api.rs:199:34 [INFO] [stderr] | [INFO] [stderr] 199 | debug_assert!(false, msg); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 661 | verify_initialized!(self, "pbrt.coordinate_system"); [INFO] [stderr] | ---------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/core/api.rs:199:34 [INFO] [stderr] | [INFO] [stderr] 199 | debug_assert!(false, msg); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 668 | verify_initialized!(self, "pbrt.coordinate_system_transform"); [INFO] [stderr] | -------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/core/api.rs:199:34 [INFO] [stderr] | [INFO] [stderr] 199 | debug_assert!(false, msg); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 692 | verify_options!(self, "pbrt.tranform_times"); [INFO] [stderr] | --------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/core/api.rs:215:34 [INFO] [stderr] | [INFO] [stderr] 215 | debug_assert!(false, msg); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 692 | verify_options!(self, "pbrt.tranform_times"); [INFO] [stderr] | --------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: this warning originates in the macro `verify_options` (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] 215 | debug_assert!(false, "{}", msg); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/core/api.rs:199:34 [INFO] [stderr] | [INFO] [stderr] 199 | debug_assert!(false, msg); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 699 | verify_options!(self, "pbrt.pixel_filter"); [INFO] [stderr] | ------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/core/api.rs:215:34 [INFO] [stderr] | [INFO] [stderr] 215 | debug_assert!(false, msg); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 699 | verify_options!(self, "pbrt.pixel_filter"); [INFO] [stderr] | ------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: this warning originates in the macro `verify_options` (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] 215 | debug_assert!(false, "{}", msg); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/core/api.rs:199:34 [INFO] [stderr] | [INFO] [stderr] 199 | debug_assert!(false, msg); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 706 | verify_options!(self, "pbrt.film"); [INFO] [stderr] | ----------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/core/api.rs:215:34 [INFO] [stderr] | [INFO] [stderr] 215 | debug_assert!(false, msg); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 706 | verify_options!(self, "pbrt.film"); [INFO] [stderr] | ----------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: this warning originates in the macro `verify_options` (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] 215 | debug_assert!(false, "{}", msg); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/core/api.rs:199:34 [INFO] [stderr] | [INFO] [stderr] 199 | debug_assert!(false, msg); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 713 | verify_options!(self, "pbrt.sampler"); [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/core/api.rs:215:34 [INFO] [stderr] | [INFO] [stderr] 215 | debug_assert!(false, msg); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 713 | verify_options!(self, "pbrt.sampler"); [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: this warning originates in the macro `verify_options` (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] 215 | debug_assert!(false, "{}", msg); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/core/api.rs:199:34 [INFO] [stderr] | [INFO] [stderr] 199 | debug_assert!(false, msg); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 720 | verify_options!(self, "pbrt.accelerator"); [INFO] [stderr] | ------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/core/api.rs:215:34 [INFO] [stderr] | [INFO] [stderr] 215 | debug_assert!(false, msg); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 720 | verify_options!(self, "pbrt.accelerator"); [INFO] [stderr] | ------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: this warning originates in the macro `verify_options` (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] 215 | debug_assert!(false, "{}", msg); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/core/api.rs:199:34 [INFO] [stderr] | [INFO] [stderr] 199 | debug_assert!(false, msg); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 727 | verify_options!(self, "pbrt.integrator"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/core/api.rs:215:34 [INFO] [stderr] | [INFO] [stderr] 215 | debug_assert!(false, msg); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 727 | verify_options!(self, "pbrt.integrator"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: this warning originates in the macro `verify_options` (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] 215 | debug_assert!(false, "{}", msg); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/core/api.rs:199:34 [INFO] [stderr] | [INFO] [stderr] 199 | debug_assert!(false, msg); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 734 | verify_options!(self, "pbrt.camera"); [INFO] [stderr] | ------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/core/api.rs:215:34 [INFO] [stderr] | [INFO] [stderr] 215 | debug_assert!(false, msg); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 734 | verify_options!(self, "pbrt.camera"); [INFO] [stderr] | ------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: this warning originates in the macro `verify_options` (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] 215 | debug_assert!(false, "{}", msg); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/core/api.rs:199:34 [INFO] [stderr] | [INFO] [stderr] 199 | debug_assert!(false, msg); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 744 | verify_initialized!(self, "pbrt.make_named_medium"); [INFO] [stderr] | ---------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/core/api.rs:199:34 [INFO] [stderr] | [INFO] [stderr] 199 | debug_assert!(false, msg); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 754 | verify_initialized!(self, "pbrt.medium_interface"); [INFO] [stderr] | --------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/core/parser.rs:263:21 [INFO] [stderr] | [INFO] [stderr] 263 | _ => panic!(format!( [INFO] [stderr] | _____________________^ [INFO] [stderr] 264 | | "unhandled param_set_item {:?}", [INFO] [stderr] 265 | | str::from_utf8(psi_type).unwrap() [INFO] [stderr] 266 | | )), [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [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] 263 | _ => panic!( [INFO] [stderr] 264 | "unhandled param_set_item {:?}", [INFO] [stderr] 265 | str::from_utf8(psi_type).unwrap() [INFO] [stderr] 266 | ), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: 41 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: associated function is never used: `has_nans` [INFO] [stderr] --> src/core/spectrum.rs:44:5 [INFO] [stderr] | [INFO] [stderr] 44 | fn has_nans(&self) -> bool { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 64 | common_implementation!(SampledSpectrum, N_SPECTRAL_SAMPLES); [INFO] [stderr] | ------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] = note: this warning originates in the macro `common_implementation` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/core/api.rs:199:34 [INFO] [stderr] | [INFO] [stderr] 199 | debug_assert!(false, msg); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 374 | verify_options!(self, "pbrt.world_begin"); [INFO] [stderr] | ------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_fmt_panic)]` on by default [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/core/api.rs:215:34 [INFO] [stderr] | [INFO] [stderr] 215 | debug_assert!(false, msg); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 374 | verify_options!(self, "pbrt.world_begin"); [INFO] [stderr] | ------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: this warning originates in the macro `verify_options` (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] 215 | debug_assert!(false, "{}", msg); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/core/api.rs:199:34 [INFO] [stderr] | [INFO] [stderr] 199 | debug_assert!(false, msg); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 386 | verify_world!(self, "pbrt.world_end"); [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/core/api.rs:231:34 [INFO] [stderr] | [INFO] [stderr] 231 | debug_assert!(false, msg); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 386 | verify_world!(self, "pbrt.world_end"); [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: this warning originates in the macro `verify_world` (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] 231 | debug_assert!(false, "{}", msg); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/core/api.rs:199:34 [INFO] [stderr] | [INFO] [stderr] 199 | debug_assert!(false, msg); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 430 | verify_world!(self, "pbrt.attribute_begin"); [INFO] [stderr] | -------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/core/api.rs:231:34 [INFO] [stderr] | [INFO] [stderr] 231 | debug_assert!(false, msg); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 430 | verify_world!(self, "pbrt.attribute_begin"); [INFO] [stderr] | -------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: this warning originates in the macro `verify_world` (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] 231 | debug_assert!(false, "{}", msg); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/core/api.rs:199:34 [INFO] [stderr] | [INFO] [stderr] 199 | debug_assert!(false, msg); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 440 | verify_world!(self, "pbrt.attribute_end"); [INFO] [stderr] | ------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/core/api.rs:231:34 [INFO] [stderr] | [INFO] [stderr] 231 | debug_assert!(false, msg); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 440 | verify_world!(self, "pbrt.attribute_end"); [INFO] [stderr] | ------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: this warning originates in the macro `verify_world` (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] 231 | debug_assert!(false, "{}", msg); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/core/api.rs:199:34 [INFO] [stderr] | [INFO] [stderr] 199 | debug_assert!(false, msg); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 455 | verify_world!(self, "pbrt.transform_begin"); [INFO] [stderr] | -------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/core/api.rs:231:34 [INFO] [stderr] | [INFO] [stderr] 231 | debug_assert!(false, msg); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 455 | verify_world!(self, "pbrt.transform_begin"); [INFO] [stderr] | -------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: this warning originates in the macro `verify_world` (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] 231 | debug_assert!(false, "{}", msg); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/core/api.rs:199:34 [INFO] [stderr] | [INFO] [stderr] 199 | debug_assert!(false, msg); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 463 | verify_world!(self, "pbrt.transform_end"); [INFO] [stderr] | ------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/core/api.rs:231:34 [INFO] [stderr] | [INFO] [stderr] 231 | debug_assert!(false, msg); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 463 | verify_world!(self, "pbrt.transform_end"); [INFO] [stderr] | ------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: this warning originates in the macro `verify_world` (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] 231 | debug_assert!(false, "{}", msg); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/core/api.rs:199:34 [INFO] [stderr] | [INFO] [stderr] 199 | debug_assert!(false, msg); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 474 | verify_world!(self, "pbrt.texture"); [INFO] [stderr] | ------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/core/api.rs:231:34 [INFO] [stderr] | [INFO] [stderr] 231 | debug_assert!(false, msg); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 474 | verify_world!(self, "pbrt.texture"); [INFO] [stderr] | ------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: this warning originates in the macro `verify_world` (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] 231 | debug_assert!(false, "{}", msg); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/core/api.rs:199:34 [INFO] [stderr] | [INFO] [stderr] 199 | debug_assert!(false, msg); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 536 | verify_initialized!(self, "identity"); [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/core/api.rs:199:34 [INFO] [stderr] | [INFO] [stderr] 199 | debug_assert!(false, msg); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 559 | verify_initialized!(self, "translate"); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/core/api.rs:199:34 [INFO] [stderr] | [INFO] [stderr] 199 | debug_assert!(false, msg); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 613 | verify_initialized!(self, "pbrt.rotate"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/core/api.rs:199:34 [INFO] [stderr] | [INFO] [stderr] 199 | debug_assert!(false, msg); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 619 | verify_initialized!(self, "pbrt.look_at"); [INFO] [stderr] | ------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/core/api.rs:199:34 [INFO] [stderr] | [INFO] [stderr] 199 | debug_assert!(false, msg); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 643 | verify_initialized!(self, "pbrt.scale"); [INFO] [stderr] | ---------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/core/api.rs:199:34 [INFO] [stderr] | [INFO] [stderr] 199 | debug_assert!(false, msg); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 649 | verify_initialized!(self, "pbrt.concat_transform"); [INFO] [stderr] | --------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/core/api.rs:199:34 [INFO] [stderr] | [INFO] [stderr] 199 | debug_assert!(false, msg); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 655 | verify_initialized!(self, "pbrt.transform"); [INFO] [stderr] | -------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/core/api.rs:199:34 [INFO] [stderr] | [INFO] [stderr] 199 | debug_assert!(false, msg); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 661 | verify_initialized!(self, "pbrt.coordinate_system"); [INFO] [stderr] | ---------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/core/api.rs:199:34 [INFO] [stderr] | [INFO] [stderr] 199 | debug_assert!(false, msg); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 668 | verify_initialized!(self, "pbrt.coordinate_system_transform"); [INFO] [stderr] | -------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/core/api.rs:199:34 [INFO] [stderr] | [INFO] [stderr] 199 | debug_assert!(false, msg); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 692 | verify_options!(self, "pbrt.tranform_times"); [INFO] [stderr] | --------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/core/api.rs:215:34 [INFO] [stderr] | [INFO] [stderr] 215 | debug_assert!(false, msg); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 692 | verify_options!(self, "pbrt.tranform_times"); [INFO] [stderr] | --------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: this warning originates in the macro `verify_options` (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] 215 | debug_assert!(false, "{}", msg); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/core/api.rs:199:34 [INFO] [stderr] | [INFO] [stderr] 199 | debug_assert!(false, msg); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 699 | verify_options!(self, "pbrt.pixel_filter"); [INFO] [stderr] | ------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/core/api.rs:215:34 [INFO] [stderr] | [INFO] [stderr] 215 | debug_assert!(false, msg); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 699 | verify_options!(self, "pbrt.pixel_filter"); [INFO] [stderr] | ------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: this warning originates in the macro `verify_options` (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] 215 | debug_assert!(false, "{}", msg); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/core/api.rs:199:34 [INFO] [stderr] | [INFO] [stderr] 199 | debug_assert!(false, msg); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 706 | verify_options!(self, "pbrt.film"); [INFO] [stderr] | ----------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/core/api.rs:215:34 [INFO] [stderr] | [INFO] [stderr] 215 | debug_assert!(false, msg); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 706 | verify_options!(self, "pbrt.film"); [INFO] [stderr] | ----------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: this warning originates in the macro `verify_options` (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] 215 | debug_assert!(false, "{}", msg); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/core/api.rs:199:34 [INFO] [stderr] | [INFO] [stderr] 199 | debug_assert!(false, msg); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 713 | verify_options!(self, "pbrt.sampler"); [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/core/api.rs:215:34 [INFO] [stderr] | [INFO] [stderr] 215 | debug_assert!(false, msg); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 713 | verify_options!(self, "pbrt.sampler"); [INFO] [stderr] | -------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: this warning originates in the macro `verify_options` (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] 215 | debug_assert!(false, "{}", msg); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/core/api.rs:199:34 [INFO] [stderr] | [INFO] [stderr] 199 | debug_assert!(false, msg); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 720 | verify_options!(self, "pbrt.accelerator"); [INFO] [stderr] | ------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/core/api.rs:215:34 [INFO] [stderr] | [INFO] [stderr] 215 | debug_assert!(false, msg); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 720 | verify_options!(self, "pbrt.accelerator"); [INFO] [stderr] | ------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: this warning originates in the macro `verify_options` (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] 215 | debug_assert!(false, "{}", msg); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/core/api.rs:199:34 [INFO] [stderr] | [INFO] [stderr] 199 | debug_assert!(false, msg); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 727 | verify_options!(self, "pbrt.integrator"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/core/api.rs:215:34 [INFO] [stderr] | [INFO] [stderr] 215 | debug_assert!(false, msg); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 727 | verify_options!(self, "pbrt.integrator"); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: this warning originates in the macro `verify_options` (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] 215 | debug_assert!(false, "{}", msg); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/core/api.rs:199:34 [INFO] [stderr] | [INFO] [stderr] 199 | debug_assert!(false, msg); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 734 | verify_options!(self, "pbrt.camera"); [INFO] [stderr] | ------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/core/api.rs:215:34 [INFO] [stderr] | [INFO] [stderr] 215 | debug_assert!(false, msg); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 734 | verify_options!(self, "pbrt.camera"); [INFO] [stderr] | ------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: this warning originates in the macro `verify_options` (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] 215 | debug_assert!(false, "{}", msg); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/core/api.rs:199:34 [INFO] [stderr] | [INFO] [stderr] 199 | debug_assert!(false, msg); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 744 | verify_initialized!(self, "pbrt.make_named_medium"); [INFO] [stderr] | ---------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/core/api.rs:199:34 [INFO] [stderr] | [INFO] [stderr] 199 | debug_assert!(false, msg); [INFO] [stderr] | ^^^ [INFO] [stderr] ... [INFO] [stderr] 754 | verify_initialized!(self, "pbrt.medium_interface"); [INFO] [stderr] | --------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [INFO] [stderr] = note: this warning originates in the macro `verify_initialized` (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] 199 | debug_assert!(false, "{}", msg); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: panic message is not a string literal [INFO] [stderr] --> src/core/parser.rs:263:21 [INFO] [stderr] | [INFO] [stderr] 263 | _ => panic!(format!( [INFO] [stderr] | _____________________^ [INFO] [stderr] 264 | | "unhandled param_set_item {:?}", [INFO] [stderr] 265 | | str::from_utf8(psi_type).unwrap() [INFO] [stderr] 266 | | )), [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this is no longer accepted in Rust 2021 [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] 263 | _ => panic!( [INFO] [stderr] 264 | "unhandled param_set_item {:?}", [INFO] [stderr] 265 | str::from_utf8(psi_type).unwrap() [INFO] [stderr] 266 | ), [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: 41 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.17s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/pbrt-7afe1f55bccdc660) [INFO] [stdout] [INFO] [stdout] running 35 tests [INFO] [stdout] test core::api::tests::test_attribute_begin_end ... ok [INFO] [stdout] test core::api::tests::test_transform_set ... ok [INFO] [stdout] test core::parser::tests::test_param_set_item_integer ... ok [INFO] [stdout] test core::parser::tests::test_param_set_item_values_float ... ok [INFO] [stdout] test core::parser::tests::test_param_set_item_float ... ok [INFO] [stdout] test core::parser::tests::test_param_set_item_values_integer ... ok [INFO] [stdout] test core::parser::tests::test_scale ... ok [INFO] [stdout] test core::parser::tests::test_shape ... ok [INFO] [stdout] test core::api::tests::test_make_filter ... ok [INFO] [stdout] test core::parser::tests::test_param_set_item_values_point ... ok [INFO] [stdout] test core::parser::tests::test_integrator ... ok [INFO] [stdout] test core::api::tests::test_texture ... ok [INFO] [stdout] test core::parser::tests::test_strip_comment ... ok [INFO] [stdout] test core::parser::tests::test_param_set_item_values_string ... ok [INFO] [stdout] test core::parser::tests::test_attribute ... ok [INFO] [stdout] test core::parser::tests::test_param_set_item_bool ... ok [INFO] [stdout] test core::parser::tests::test_light_source ... ok [INFO] [stdout] test core::parser::tests::test_sampler ... ok [INFO] [stdout] test core::parser::tests::test_material ... ok [INFO] [stdout] test core::paramset::tests::test_param_set_find ... ok [INFO] [stdout] test core::parser::tests::test_param_set_item_values_texture ... ok [INFO] [stdout] test core::parser::tests::test_number ... ok [INFO] [stdout] test core::api::tests::test_transform_begin_end ... ok [INFO] [stdout] test core::api::tests::test_named_coordinate_systems ... ok [INFO] [stdout] test core::paramset::tests::test_param_set ... ok [INFO] [stdout] test core::parser::tests::test_translate ... ok [INFO] [stdout] test core::film::test::merge_film_tile ... ok [INFO] [stdout] test core::parser::tests::test_rotate ... ok [INFO] [stdout] test core::parser::tests::test_look_at ... ok [INFO] [stdout] test core::parser::tests::test_param_set_item_multi ... ok [INFO] [stdout] test core::parser::tests::test_film ... ok [INFO] [stdout] test core::parser::tests::test_parse_scene ... ok [INFO] [stdout] test core::parser::tests::test_camera ... ok [INFO] [stdout] test core::parser::tests::test_number_comment_number ... ok [INFO] [stdout] test core::film::test::merge_film_tile_rainbow ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 35 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.18s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/pbrt-511fdc065ac6093c) [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] Running tests/integration.rs (/opt/rustwide/target/debug/deps/integration-7e8b246b7248aa73) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test core::error::test_severe ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stderr] Running tests/textures.rs (/opt/rustwide/target/debug/deps/textures-5307092e7246c90f) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stderr] Doc-tests pbrt [INFO] [stdout] test test_constant_float_texture_default ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 89 tests [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2018 --crate-type lib --crate-name pbrt --test /opt/rustwide/workdir/src/lib.rs -L dependency=/opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern image=/opt/rustwide/target/debug/deps/libimage-85e9523770b5659a.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-4d3d5d8f69197ed1.rlib --extern nom=/opt/rustwide/target/debug/deps/libnom-19d64a1b874b67d3.rlib --extern pbrt=/opt/rustwide/target/debug/deps/libpbrt-cbd38e3b759e82e5.rlib --extern pretty_assertions=/opt/rustwide/target/debug/deps/libpretty_assertions-cd710d247c18fa79.rlib --extern rayon=/opt/rustwide/target/debug/deps/librayon-a4f6cd2700ceabc0.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-b9b76b757a050115.rlib --extern simplelog=/opt/rustwide/target/debug/deps/libsimplelog-34f1057baad0f08a.rlib --extern structopt=/opt/rustwide/target/debug/deps/libstructopt-a773c7b936fee825.rlib -C embed-bitcode=no --error-format human` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "838ac4a94f1b53401462241a712359e36c5431b1d5fd399c5adfec8f1d3f4a14", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "838ac4a94f1b53401462241a712359e36c5431b1d5fd399c5adfec8f1d3f4a14", kill_on_drop: false }` [INFO] [stdout] 838ac4a94f1b53401462241a712359e36c5431b1d5fd399c5adfec8f1d3f4a14