Oct 12 16:50:05.976 INFO checking myuon/ruyt against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 12 16:50:05.977 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-2/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 12 16:50:06.466 INFO blam! ec24dbc05ecf183f77a581c2d4f945075183f0e14006e37dbc0f8adf2747efb5 Oct 12 16:50:06.468 INFO running `"docker" "start" "-a" "ec24dbc05ecf183f77a581c2d4f945075183f0e14006e37dbc0f8adf2747efb5"` Oct 12 16:50:08.821 INFO kablam! usermod: no changes Oct 12 16:50:08.899 INFO kablam! Checking ruyt v0.1.0 (/source) Oct 12 16:50:09.644 INFO kablam! warning: method is never used: `new` Oct 12 16:50:09.644 INFO kablam! --> src/vector.rs:95:5 Oct 12 16:50:09.644 INFO kablam! | Oct 12 16:50:09.644 INFO kablam! 95 | pub fn new(v: V3) -> V3U { Oct 12 16:50:09.644 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 16:50:09.644 INFO kablam! | Oct 12 16:50:09.644 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 16:50:09.644 INFO kablam! Oct 12 16:50:09.644 INFO kablam! warning: method is never used: `as_V3` Oct 12 16:50:09.644 INFO kablam! --> src/vector.rs:99:5 Oct 12 16:50:09.644 INFO kablam! | Oct 12 16:50:09.644 INFO kablam! 99 | pub fn as_V3(self) -> V3 { Oct 12 16:50:09.644 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 16:50:09.644 INFO kablam! Oct 12 16:50:09.644 INFO kablam! warning: method is never used: `x` Oct 12 16:50:09.644 INFO kablam! --> src/vector.rs:103:5 Oct 12 16:50:09.644 INFO kablam! | Oct 12 16:50:09.644 INFO kablam! 103 | pub fn x(&self) -> f32 { Oct 12 16:50:09.644 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 12 16:50:09.644 INFO kablam! Oct 12 16:50:09.644 INFO kablam! warning: method is never used: `y` Oct 12 16:50:09.644 INFO kablam! --> src/vector.rs:107:5 Oct 12 16:50:09.644 INFO kablam! | Oct 12 16:50:09.644 INFO kablam! 107 | pub fn y(&self) -> f32 { Oct 12 16:50:09.644 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 12 16:50:09.644 INFO kablam! Oct 12 16:50:09.644 INFO kablam! warning: method is never used: `z` Oct 12 16:50:09.649 INFO kablam! --> src/vector.rs:111:5 Oct 12 16:50:09.649 INFO kablam! | Oct 12 16:50:09.649 INFO kablam! 111 | pub fn z(&self) -> f32 { Oct 12 16:50:09.649 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 12 16:50:09.649 INFO kablam! Oct 12 16:50:09.649 INFO kablam! warning: method `as_V3` should have a snake case name such as `as_v3` Oct 12 16:50:09.649 INFO kablam! --> src/vector.rs:99:5 Oct 12 16:50:09.649 INFO kablam! | Oct 12 16:50:09.649 INFO kablam! 99 | / pub fn as_V3(self) -> V3 { Oct 12 16:50:09.649 INFO kablam! 100 | | self.0 Oct 12 16:50:09.649 INFO kablam! 101 | | } Oct 12 16:50:09.649 INFO kablam! | |_____^ Oct 12 16:50:09.649 INFO kablam! | Oct 12 16:50:09.649 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 16:50:09.649 INFO kablam! Oct 12 16:50:09.793 INFO kablam! warning: method is never used: `new` Oct 12 16:50:09.793 INFO kablam! --> src/vector.rs:95:5 Oct 12 16:50:09.793 INFO kablam! | Oct 12 16:50:09.793 INFO kablam! 95 | pub fn new(v: V3) -> V3U { Oct 12 16:50:09.793 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 16:50:09.794 INFO kablam! | Oct 12 16:50:09.794 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 16:50:09.794 INFO kablam! Oct 12 16:50:09.794 INFO kablam! warning: method is never used: `as_V3` Oct 12 16:50:09.794 INFO kablam! --> src/vector.rs:99:5 Oct 12 16:50:09.794 INFO kablam! | Oct 12 16:50:09.794 INFO kablam! 99 | pub fn as_V3(self) -> V3 { Oct 12 16:50:09.794 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 16:50:09.794 INFO kablam! Oct 12 16:50:09.796 INFO kablam! warning: method is never used: `x` Oct 12 16:50:09.796 INFO kablam! --> src/vector.rs:103:5 Oct 12 16:50:09.796 INFO kablam! | Oct 12 16:50:09.796 INFO kablam! 103 | pub fn x(&self) -> f32 { Oct 12 16:50:09.796 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 12 16:50:09.796 INFO kablam! Oct 12 16:50:09.796 INFO kablam! warning: method is never used: `y` Oct 12 16:50:09.796 INFO kablam! --> src/vector.rs:107:5 Oct 12 16:50:09.796 INFO kablam! | Oct 12 16:50:09.796 INFO kablam! 107 | pub fn y(&self) -> f32 { Oct 12 16:50:09.796 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 12 16:50:09.796 INFO kablam! Oct 12 16:50:09.796 INFO kablam! warning: method is never used: `z` Oct 12 16:50:09.796 INFO kablam! --> src/vector.rs:111:5 Oct 12 16:50:09.796 INFO kablam! | Oct 12 16:50:09.820 INFO kablam! 111 | pub fn z(&self) -> f32 { Oct 12 16:50:09.820 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 12 16:50:09.820 INFO kablam! Oct 12 16:50:09.820 INFO kablam! warning: method `as_V3` should have a snake case name such as `as_v3` Oct 12 16:50:09.820 INFO kablam! --> src/vector.rs:99:5 Oct 12 16:50:09.820 INFO kablam! | Oct 12 16:50:09.820 INFO kablam! 99 | / pub fn as_V3(self) -> V3 { Oct 12 16:50:09.820 INFO kablam! 100 | | self.0 Oct 12 16:50:09.820 INFO kablam! 101 | | } Oct 12 16:50:09.820 INFO kablam! | |_____^ Oct 12 16:50:09.820 INFO kablam! | Oct 12 16:50:09.820 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 16:50:09.820 INFO kablam! Oct 12 16:50:09.856 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.00s Oct 12 16:50:09.860 INFO kablam! su: No module specific data is present Oct 12 16:50:10.877 INFO running `"docker" "rm" "-f" "ec24dbc05ecf183f77a581c2d4f945075183f0e14006e37dbc0f8adf2747efb5"` Oct 12 16:50:11.148 INFO blam! ec24dbc05ecf183f77a581c2d4f945075183f0e14006e37dbc0f8adf2747efb5