[INFO] cloning repository https://github.com/myuon/rupt [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/myuon/rupt" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmyuon%2Frupt", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmyuon%2Frupt'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 93b0b7c4ff2737dd67476902f431cf40ecad3b21 [INFO] checking myuon/rupt against master#385fa9d845dd326c6bbfd58c22244215e431948a for never-type-fallback-to-never [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmyuon%2Frupt" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/myuon/rupt on toolchain 385fa9d845dd326c6bbfd58c22244215e431948a [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+385fa9d845dd326c6bbfd58c22244215e431948a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/myuon/rupt [INFO] finished tweaking git repo https://github.com/myuon/rupt [INFO] tweaked toml for git repo https://github.com/myuon/rupt written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/myuon/rupt already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+385fa9d845dd326c6bbfd58c22244215e431948a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded regex v1.3.4 [INFO] [stderr] Downloaded regex-syntax v0.6.14 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+385fa9d845dd326c6bbfd58c22244215e431948a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a193296622a7166ec842769d63bc8824943d2f8029ed0d5a51930ecf8912c4da [INFO] running `Command { std: "docker" "start" "-a" "a193296622a7166ec842769d63bc8824943d2f8029ed0d5a51930ecf8912c4da", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a193296622a7166ec842769d63bc8824943d2f8029ed0d5a51930ecf8912c4da", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a193296622a7166ec842769d63bc8824943d2f8029ed0d5a51930ecf8912c4da", kill_on_drop: false }` [INFO] [stdout] a193296622a7166ec842769d63bc8824943d2f8029ed0d5a51930ecf8912c4da [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+385fa9d845dd326c6bbfd58c22244215e431948a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ad1bd8b8ba59c2b42f4d3f9139ec70501247c4cb0b4c6f11181fbd02950a929a [INFO] running `Command { std: "docker" "start" "-a" "ad1bd8b8ba59c2b42f4d3f9139ec70501247c4cb0b4c6f11181fbd02950a929a", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.3.0 [INFO] [stderr] Compiling syn v1.0.14 [INFO] [stderr] Checking regex-syntax v0.6.14 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Checking aho-corasick v0.7.7 [INFO] [stderr] Checking rupt v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `picture::*` [INFO] [stdout] --> src/renderer.rs:8:9 [INFO] [stdout] | [INFO] [stdout] 8 | pub use picture::*; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `bsdf_pdf` is assigned to, but never used [INFO] [stdout] --> src/renderer/renderer.rs:95:17 [INFO] [stdout] | [INFO] [stdout] 95 | let mut bsdf_pdf: f64 = 1.0; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider using `_bsdf_pdf` instead [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `bsdf_pdf` is never read [INFO] [stdout] --> src/renderer/renderer.rs:191:13 [INFO] [stdout] | [INFO] [stdout] 191 | bsdf_pdf = reflected.pdf_value; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] = note: `#[warn(unused_assignments)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `mis_example` is never used [INFO] [stdout] --> src/main.rs:123:4 [INFO] [stdout] | [INFO] [stdout] 123 | fn mis_example() -> renderer::Scene { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `Figures` is never constructed [INFO] [stdout] --> src/renderer/figure.rs:50:5 [INFO] [stdout] | [INFO] [stdout] 47 | pub enum Figure { [INFO] [stdout] | ------ variant in this enum [INFO] [stdout] ... [INFO] [stdout] 50 | Figures(Vec
), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Figure` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `parallelepiped` is never used [INFO] [stdout] --> src/renderer/figure.rs:54:12 [INFO] [stdout] | [INFO] [stdout] 53 | impl Figure { [INFO] [stdout] | ----------- associated function in this implementation [INFO] [stdout] 54 | pub fn parallelepiped(origin: V3, a: V3, b: V3, c: V3) -> Figure { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `area_pdf` is never used [INFO] [stdout] --> src/renderer/figure.rs:116:12 [INFO] [stdout] | [INFO] [stdout] 84 | impl Object { [INFO] [stdout] | ----------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 116 | pub fn area_pdf(&self) -> f64 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `polygon` is never used [INFO] [stdout] --> src/renderer/figure/rhombus.rs:64:12 [INFO] [stdout] | [INFO] [stdout] 16 | impl Rhombus { [INFO] [stdout] | ------------ method in this implementation [INFO] [stdout] ... [INFO] [stdout] 64 | pub fn polygon(&self) -> [V3; 4] { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `Glossy` is never constructed [INFO] [stdout] --> src/renderer/reflection.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 28 | pub enum Reflection { [INFO] [stdout] | ---------- variant in this enum [INFO] [stdout] ... [INFO] [stdout] 32 | Glossy(f64), // primitive glossy surface [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Reflection` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `mis_power_heuristic` is never read [INFO] [stdout] --> src/renderer/renderer.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 11 | pub struct RendererOption { [INFO] [stdout] | -------------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 14 | pub mis_power_heuristic: i32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `RendererOption` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `brightness` is never used [INFO] [stdout] --> src/wrapper/color.rs:43:12 [INFO] [stdout] | [INFO] [stdout] 6 | impl Color { [INFO] [stdout] | ---------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 43 | pub fn brightness(&self) -> f64 { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `multiply`, `zero`, `y`, and `z` are never used [INFO] [stdout] --> src/wrapper/vec.rs:40:12 [INFO] [stdout] | [INFO] [stdout] 6 | impl V3 { [INFO] [stdout] | ------- associated items in this implementation [INFO] [stdout] ... [INFO] [stdout] 40 | pub fn multiply(self, other: Self) -> Self { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 44 | pub fn zero() -> Self { [INFO] [stdout] | ^^^^ [INFO] [stdout] ... [INFO] [stdout] 52 | pub fn y(&self) -> f64 { [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 56 | pub fn z(&self) -> f64 { [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `unit_z`, `y`, and `z` are never used [INFO] [stdout] --> src/wrapper/vec.rs:101:12 [INFO] [stdout] | [INFO] [stdout] 80 | impl V3U { [INFO] [stdout] | -------- associated items in this implementation [INFO] [stdout] ... [INFO] [stdout] 101 | pub fn unit_z() -> Self { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 117 | pub fn y(&self) -> f64 { [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 121 | pub fn z(&self) -> f64 { [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 13 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking regex v1.3.4 [INFO] [stderr] Checking env_logger v0.7.1 [INFO] [stderr] Checking quickcheck v0.9.2 [INFO] [stderr] Compiling quickcheck_macros v0.9.1 [INFO] [stdout] warning: unused import: `picture::*` [INFO] [stdout] --> src/renderer.rs:8:9 [INFO] [stdout] | [INFO] [stdout] 8 | pub use picture::*; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `bsdf_pdf` is assigned to, but never used [INFO] [stdout] --> src/renderer/renderer.rs:95:17 [INFO] [stdout] | [INFO] [stdout] 95 | let mut bsdf_pdf: f64 = 1.0; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: consider using `_bsdf_pdf` instead [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `bsdf_pdf` is never read [INFO] [stdout] --> src/renderer/renderer.rs:191:13 [INFO] [stdout] | [INFO] [stdout] 191 | bsdf_pdf = reflected.pdf_value; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] = note: `#[warn(unused_assignments)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `mis_example` is never used [INFO] [stdout] --> src/main.rs:123:4 [INFO] [stdout] | [INFO] [stdout] 123 | fn mis_example() -> renderer::Scene { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `Figures` is never constructed [INFO] [stdout] --> src/renderer/figure.rs:50:5 [INFO] [stdout] | [INFO] [stdout] 47 | pub enum Figure { [INFO] [stdout] | ------ variant in this enum [INFO] [stdout] ... [INFO] [stdout] 50 | Figures(Vec
), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Figure` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function `parallelepiped` is never used [INFO] [stdout] --> src/renderer/figure.rs:54:12 [INFO] [stdout] | [INFO] [stdout] 53 | impl Figure { [INFO] [stdout] | ----------- associated function in this implementation [INFO] [stdout] 54 | pub fn parallelepiped(origin: V3, a: V3, b: V3, c: V3) -> Figure { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `area_pdf` is never used [INFO] [stdout] --> src/renderer/figure.rs:116:12 [INFO] [stdout] | [INFO] [stdout] 84 | impl Object { [INFO] [stdout] | ----------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 116 | pub fn area_pdf(&self) -> f64 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant `Glossy` is never constructed [INFO] [stdout] --> src/renderer/reflection.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 28 | pub enum Reflection { [INFO] [stdout] | ---------- variant in this enum [INFO] [stdout] ... [INFO] [stdout] 32 | Glossy(f64), // primitive glossy surface [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Reflection` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `mis_power_heuristic` is never read [INFO] [stdout] --> src/renderer/renderer.rs:14:9 [INFO] [stdout] | [INFO] [stdout] 11 | pub struct RendererOption { [INFO] [stdout] | -------------- field in this struct [INFO] [stdout] ... [INFO] [stdout] 14 | pub mis_power_heuristic: i32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `RendererOption` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `brightness` is never used [INFO] [stdout] --> src/wrapper/color.rs:43:12 [INFO] [stdout] | [INFO] [stdout] 6 | impl Color { [INFO] [stdout] | ---------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 43 | pub fn brightness(&self) -> f64 { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `multiply`, `y`, and `z` are never used [INFO] [stdout] --> src/wrapper/vec.rs:40:12 [INFO] [stdout] | [INFO] [stdout] 6 | impl V3 { [INFO] [stdout] | ------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 40 | pub fn multiply(self, other: Self) -> Self { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 52 | pub fn y(&self) -> f64 { [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 56 | pub fn z(&self) -> f64 { [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `y` and `z` are never used [INFO] [stdout] --> src/wrapper/vec.rs:117:12 [INFO] [stdout] | [INFO] [stdout] 80 | impl V3U { [INFO] [stdout] | -------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 117 | pub fn y(&self) -> f64 { [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 121 | pub fn z(&self) -> f64 { [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.86s [INFO] running `Command { std: "docker" "inspect" "ad1bd8b8ba59c2b42f4d3f9139ec70501247c4cb0b4c6f11181fbd02950a929a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ad1bd8b8ba59c2b42f4d3f9139ec70501247c4cb0b4c6f11181fbd02950a929a", kill_on_drop: false }` [INFO] [stdout] ad1bd8b8ba59c2b42f4d3f9139ec70501247c4cb0b4c6f11181fbd02950a929a