[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] 1a38964132380887f7787d4a6e15fdbc20eceffa [INFO] checking myuon/rupt against beta for pr-78714 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmyuon%2Frupt" "/workspace/builds/worker-0/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/myuon/rupt on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", 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-0/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: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1e9e729deb4a108c869547c569d8e8a2f32905004b21f09b96154d97cdf3a136 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "1e9e729deb4a108c869547c569d8e8a2f32905004b21f09b96154d97cdf3a136", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1e9e729deb4a108c869547c569d8e8a2f32905004b21f09b96154d97cdf3a136", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1e9e729deb4a108c869547c569d8e8a2f32905004b21f09b96154d97cdf3a136", kill_on_drop: false }` [INFO] [stdout] 1e9e729deb4a108c869547c569d8e8a2f32905004b21f09b96154d97cdf3a136 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8e074aea4190e910acbfb7f03081872cf5350b6d55d4ffccc2b6dfd846e349a3 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "8e074aea4190e910acbfb7f03081872cf5350b6d55d4ffccc2b6dfd846e349a3", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling syn v1.0.14 [INFO] [stderr] Checking env_logger v0.7.1 [INFO] [stderr] Checking rupt v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: associated function is never used: `polygon` [INFO] [stdout] --> src/renderer/figure/rhombus.rs:64:12 [INFO] [stdout] | [INFO] [stdout] 64 | pub fn polygon(&self) -> [V3; 4] { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Figures` [INFO] [stdout] --> src/renderer/figure.rs:50:5 [INFO] [stdout] | [INFO] [stdout] 50 | Figures(Vec
), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `parallelepiped` [INFO] [stdout] --> src/renderer/figure.rs:54:12 [INFO] [stdout] | [INFO] [stdout] 54 | pub fn parallelepiped(origin: V3, a: V3, b: V3, c: V3) -> Figure { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Glossy` [INFO] [stdout] --> src/renderer/reflection.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | Glossy(f64), // primitive glossy surface [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `is_nee_target` [INFO] [stdout] --> src/renderer/reflection.rs:64:12 [INFO] [stdout] | [INFO] [stdout] 64 | pub fn is_nee_target(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `brightness` [INFO] [stdout] --> src/wrapper/color.rs:43:12 [INFO] [stdout] | [INFO] [stdout] 43 | pub fn brightness(&self) -> f64 { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `multiply` [INFO] [stdout] --> src/wrapper/vec.rs:40:12 [INFO] [stdout] | [INFO] [stdout] 40 | pub fn multiply(self, other: Self) -> Self { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `zero` [INFO] [stdout] --> src/wrapper/vec.rs:44:12 [INFO] [stdout] | [INFO] [stdout] 44 | pub fn zero() -> Self { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `y` [INFO] [stdout] --> src/wrapper/vec.rs:52:12 [INFO] [stdout] | [INFO] [stdout] 52 | pub fn y(&self) -> f64 { [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `z` [INFO] [stdout] --> src/wrapper/vec.rs:56:12 [INFO] [stdout] | [INFO] [stdout] 56 | pub fn z(&self) -> f64 { [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `unit_z` [INFO] [stdout] --> src/wrapper/vec.rs:101:12 [INFO] [stdout] | [INFO] [stdout] 101 | pub fn unit_z() -> Self { [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `y` [INFO] [stdout] --> src/wrapper/vec.rs:117:12 [INFO] [stdout] | [INFO] [stdout] 117 | pub fn y(&self) -> f64 { [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `z` [INFO] [stdout] --> src/wrapper/vec.rs:121:12 [INFO] [stdout] | [INFO] [stdout] 121 | pub fn z(&self) -> f64 { [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `mis_example` [INFO] [stdout] --> src/main.rs:123:4 [INFO] [stdout] | [INFO] [stdout] 123 | fn mis_example() -> renderer::Scene { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking quickcheck v0.9.2 [INFO] [stdout] warning: 14 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling quickcheck_macros v0.9.1 [INFO] [stdout] warning: variant is never constructed: `Figures` [INFO] [stdout] --> src/renderer/figure.rs:50:5 [INFO] [stdout] | [INFO] [stdout] 50 | Figures(Vec
), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `parallelepiped` [INFO] [stdout] --> src/renderer/figure.rs:54:12 [INFO] [stdout] | [INFO] [stdout] 54 | pub fn parallelepiped(origin: V3, a: V3, b: V3, c: V3) -> Figure { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Glossy` [INFO] [stdout] --> src/renderer/reflection.rs:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | Glossy(f64), // primitive glossy surface [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `is_nee_target` [INFO] [stdout] --> src/renderer/reflection.rs:64:12 [INFO] [stdout] | [INFO] [stdout] 64 | pub fn is_nee_target(&self) -> bool { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `brightness` [INFO] [stdout] --> src/wrapper/color.rs:43:12 [INFO] [stdout] | [INFO] [stdout] 43 | pub fn brightness(&self) -> f64 { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `multiply` [INFO] [stdout] --> src/wrapper/vec.rs:40:12 [INFO] [stdout] | [INFO] [stdout] 40 | pub fn multiply(self, other: Self) -> Self { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `y` [INFO] [stdout] --> src/wrapper/vec.rs:52:12 [INFO] [stdout] | [INFO] [stdout] 52 | pub fn y(&self) -> f64 { [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `z` [INFO] [stdout] --> src/wrapper/vec.rs:56:12 [INFO] [stdout] | [INFO] [stdout] 56 | pub fn z(&self) -> f64 { [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `y` [INFO] [stdout] --> src/wrapper/vec.rs:117:12 [INFO] [stdout] | [INFO] [stdout] 117 | pub fn y(&self) -> f64 { [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `z` [INFO] [stdout] --> src/wrapper/vec.rs:121:12 [INFO] [stdout] | [INFO] [stdout] 121 | pub fn z(&self) -> f64 { [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `mis_example` [INFO] [stdout] --> src/main.rs:123:4 [INFO] [stdout] | [INFO] [stdout] 123 | fn mis_example() -> renderer::Scene { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 19.10s [INFO] running `Command { std: "docker" "inspect" "8e074aea4190e910acbfb7f03081872cf5350b6d55d4ffccc2b6dfd846e349a3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8e074aea4190e910acbfb7f03081872cf5350b6d55d4ffccc2b6dfd846e349a3", kill_on_drop: false }` [INFO] [stdout] 8e074aea4190e910acbfb7f03081872cf5350b6d55d4ffccc2b6dfd846e349a3