Oct 21 14:38:02.894 INFO checking quote27/paperboids-rs against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 14:38:02.896 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 21 14:38:03.382 INFO blam! 2303036e8173c7413edf56fcf0fa8c987c96a304b66909fcbd6ebb352cd63bac Oct 21 14:38:03.383 INFO running `"docker" "start" "-a" "2303036e8173c7413edf56fcf0fa8c987c96a304b66909fcbd6ebb352cd63bac"` Oct 21 14:38:04.599 INFO kablam! usermod: no changes Oct 21 14:38:04.797 INFO kablam! Checking num-traits v0.1.41 Oct 21 14:38:04.798 INFO kablam! Checking nom v1.2.4 Oct 21 14:38:04.813 INFO kablam! Checking tobj v0.1.6 Oct 21 14:38:04.813 INFO kablam! Checking num_cpus v1.7.0 Oct 21 14:38:04.821 INFO kablam! Compiling glfw-sys v3.2.2 Oct 21 14:38:04.821 INFO kablam! Compiling gl_generator v0.7.0 Oct 21 14:38:06.405 INFO kablam! Checking rayon-core v1.3.0 Oct 21 14:38:07.650 INFO kablam! Checking semver v0.2.3 Oct 21 14:38:08.029 INFO kablam! Checking rayon v0.8.2 Oct 21 14:38:08.220 INFO kablam! Checking num-integer v0.1.35 Oct 21 14:38:08.220 INFO kablam! Checking num-complex v0.1.41 Oct 21 14:38:08.220 INFO kablam! Checking enum_primitive v0.1.1 Oct 21 14:38:08.220 INFO kablam! Checking cgmath v0.15.0 Oct 21 14:38:10.585 INFO kablam! Checking num-bigint v0.1.41 Oct 21 14:38:12.500 INFO kablam! Checking num-iter v0.1.34 Oct 21 14:38:12.740 INFO kablam! Compiling gl v0.7.0 Oct 21 14:38:13.924 INFO kablam! Checking png v0.11.0 Oct 21 14:38:17.980 INFO kablam! Checking jpeg-decoder v0.1.13 Oct 21 14:38:19.124 INFO kablam! Checking num-rational v0.1.40 Oct 21 14:38:20.472 INFO kablam! Checking num v0.1.41 Oct 21 14:38:20.980 INFO kablam! Checking glfw v0.20.0 Oct 21 14:38:21.416 INFO kablam! Checking image v0.18.0 Oct 21 14:38:30.492 INFO kablam! Checking paperboids v0.1.0 (/source) Oct 21 14:38:31.913 INFO kablam! warning: function is never used: `load_file` Oct 21 14:38:31.913 INFO kablam! --> src/shaders.rs:14:1 Oct 21 14:38:31.913 INFO kablam! | Oct 21 14:38:31.914 INFO kablam! 14 | fn load_file(file_src: &str) -> String { Oct 21 14:38:31.914 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:38:31.914 INFO kablam! | Oct 21 14:38:31.914 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 14:38:31.915 INFO kablam! Oct 21 14:38:31.915 INFO kablam! warning: field is never used: `shader_str` Oct 21 14:38:31.915 INFO kablam! --> src/shaders.rs:35:5 Oct 21 14:38:31.915 INFO kablam! | Oct 21 14:38:31.916 INFO kablam! 35 | shader_str: String, Oct 21 14:38:31.916 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 21 14:38:31.917 INFO kablam! Oct 21 14:38:31.917 INFO kablam! warning: method is never used: `from_file` Oct 21 14:38:31.917 INFO kablam! --> src/shaders.rs:44:5 Oct 21 14:38:31.917 INFO kablam! | Oct 21 14:38:31.918 INFO kablam! 44 | pub fn from_file(ty: GLenum, file_src: &str) -> Shader { Oct 21 14:38:31.918 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:38:31.918 INFO kablam! Oct 21 14:38:31.919 INFO kablam! warning: method is never used: `delete` Oct 21 14:38:31.919 INFO kablam! --> src/shaders.rs:160:5 Oct 21 14:38:31.919 INFO kablam! | Oct 21 14:38:31.919 INFO kablam! 160 | pub fn delete(&mut self) { Oct 21 14:38:31.920 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:38:31.920 INFO kablam! Oct 21 14:38:31.920 INFO kablam! warning: method is never used: `upload_v4f` Oct 21 14:38:31.921 INFO kablam! --> src/shaders.rs:182:5 Oct 21 14:38:31.921 INFO kablam! | Oct 21 14:38:31.921 INFO kablam! 182 | pub fn upload_v4f(&self, v: &Vector4) { Oct 21 14:38:31.921 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:38:31.922 INFO kablam! Oct 21 14:38:31.922 INFO kablam! warning: method is never used: `upload_3f` Oct 21 14:38:31.922 INFO kablam! --> src/shaders.rs:187:5 Oct 21 14:38:31.922 INFO kablam! | Oct 21 14:38:31.923 INFO kablam! 187 | pub fn upload_3f(&self, a: f32, b: f32, c: f32) { Oct 21 14:38:31.923 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:38:31.923 INFO kablam! Oct 21 14:38:31.923 INFO kablam! warning: method is never used: `upload_1i` Oct 21 14:38:31.924 INFO kablam! --> src/shaders.rs:197:5 Oct 21 14:38:31.926 INFO kablam! | Oct 21 14:38:31.926 INFO kablam! 197 | pub fn upload_1i(&self, a: i32) { Oct 21 14:38:31.926 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:38:31.927 INFO kablam! Oct 21 14:38:31.927 INFO kablam! warning: method is never used: `stats` Oct 21 14:38:31.927 INFO kablam! --> src/octree.rs:241:5 Oct 21 14:38:31.927 INFO kablam! | Oct 21 14:38:31.928 INFO kablam! 241 | pub fn stats(&self) { Oct 21 14:38:31.928 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 21 14:38:31.930 INFO kablam! Oct 21 14:38:31.931 INFO kablam! warning: function is never used: `gl_error` Oct 21 14:38:31.931 INFO kablam! --> src/main.rs:681:1 Oct 21 14:38:31.931 INFO kablam! | Oct 21 14:38:31.931 INFO kablam! 681 | fn gl_error() { Oct 21 14:38:31.932 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 14:38:31.932 INFO kablam! Oct 21 14:38:31.932 INFO kablam! warning: function is never used: `gen_square_mesh` Oct 21 14:38:31.933 INFO kablam! --> src/main.rs:721:1 Oct 21 14:38:31.933 INFO kablam! | Oct 21 14:38:31.933 INFO kablam! 721 | fn gen_square_mesh() -> Mesh { Oct 21 14:38:31.934 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:38:31.934 INFO kablam! Oct 21 14:38:31.934 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 14:38:31.934 INFO kablam! --> src/main.rs:527:21 Oct 21 14:38:31.935 INFO kablam! | Oct 21 14:38:31.935 INFO kablam! 527 | thread_tx.send(0u32); Oct 21 14:38:31.935 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:38:31.935 INFO kablam! | Oct 21 14:38:31.936 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 14:38:31.939 INFO kablam! Oct 21 14:38:31.939 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 14:38:31.940 INFO kablam! --> src/main.rs:532:17 Oct 21 14:38:31.940 INFO kablam! | Oct 21 14:38:31.940 INFO kablam! 532 | rx.recv(); Oct 21 14:38:31.940 INFO kablam! | ^^^^^^^^^^ Oct 21 14:38:31.941 INFO kablam! | Oct 21 14:38:31.941 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 14:38:31.941 INFO kablam! Oct 21 14:38:31.941 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 14:38:31.942 INFO kablam! --> src/main.rs:568:21 Oct 21 14:38:31.942 INFO kablam! | Oct 21 14:38:31.942 INFO kablam! 568 | thread_tx.send(0u32); Oct 21 14:38:31.943 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:38:31.943 INFO kablam! | Oct 21 14:38:31.943 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 14:38:31.943 INFO kablam! Oct 21 14:38:31.943 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 14:38:31.944 INFO kablam! --> src/main.rs:573:17 Oct 21 14:38:31.944 INFO kablam! | Oct 21 14:38:31.944 INFO kablam! 573 | rx.recv(); Oct 21 14:38:31.945 INFO kablam! | ^^^^^^^^^^ Oct 21 14:38:31.945 INFO kablam! | Oct 21 14:38:31.945 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 14:38:31.945 INFO kablam! Oct 21 14:38:32.135 INFO kablam! warning: function is never used: `load_file` Oct 21 14:38:32.135 INFO kablam! --> src/shaders.rs:14:1 Oct 21 14:38:32.135 INFO kablam! | Oct 21 14:38:32.135 INFO kablam! 14 | fn load_file(file_src: &str) -> String { Oct 21 14:38:32.135 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:38:32.135 INFO kablam! | Oct 21 14:38:32.135 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 14:38:32.135 INFO kablam! Oct 21 14:38:32.140 INFO kablam! warning: field is never used: `shader_str` Oct 21 14:38:32.140 INFO kablam! --> src/shaders.rs:35:5 Oct 21 14:38:32.140 INFO kablam! | Oct 21 14:38:32.140 INFO kablam! 35 | shader_str: String, Oct 21 14:38:32.140 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 21 14:38:32.140 INFO kablam! Oct 21 14:38:32.140 INFO kablam! warning: method is never used: `from_file` Oct 21 14:38:32.140 INFO kablam! --> src/shaders.rs:44:5 Oct 21 14:38:32.140 INFO kablam! | Oct 21 14:38:32.140 INFO kablam! 44 | pub fn from_file(ty: GLenum, file_src: &str) -> Shader { Oct 21 14:38:32.140 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:38:32.140 INFO kablam! Oct 21 14:38:32.140 INFO kablam! warning: method is never used: `delete` Oct 21 14:38:32.140 INFO kablam! --> src/shaders.rs:160:5 Oct 21 14:38:32.140 INFO kablam! | Oct 21 14:38:32.140 INFO kablam! 160 | pub fn delete(&mut self) { Oct 21 14:38:32.140 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:38:32.140 INFO kablam! Oct 21 14:38:32.140 INFO kablam! warning: method is never used: `upload_v4f` Oct 21 14:38:32.140 INFO kablam! --> src/shaders.rs:182:5 Oct 21 14:38:32.140 INFO kablam! | Oct 21 14:38:32.140 INFO kablam! 182 | pub fn upload_v4f(&self, v: &Vector4) { Oct 21 14:38:32.140 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:38:32.140 INFO kablam! Oct 21 14:38:32.140 INFO kablam! warning: method is never used: `upload_3f` Oct 21 14:38:32.140 INFO kablam! --> src/shaders.rs:187:5 Oct 21 14:38:32.140 INFO kablam! | Oct 21 14:38:32.140 INFO kablam! 187 | pub fn upload_3f(&self, a: f32, b: f32, c: f32) { Oct 21 14:38:32.140 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:38:32.140 INFO kablam! Oct 21 14:38:32.140 INFO kablam! warning: method is never used: `upload_1i` Oct 21 14:38:32.140 INFO kablam! --> src/shaders.rs:197:5 Oct 21 14:38:32.140 INFO kablam! | Oct 21 14:38:32.140 INFO kablam! 197 | pub fn upload_1i(&self, a: i32) { Oct 21 14:38:32.140 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:38:32.140 INFO kablam! Oct 21 14:38:32.140 INFO kablam! warning: method is never used: `stats` Oct 21 14:38:32.140 INFO kablam! --> src/octree.rs:241:5 Oct 21 14:38:32.140 INFO kablam! | Oct 21 14:38:32.140 INFO kablam! 241 | pub fn stats(&self) { Oct 21 14:38:32.140 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 21 14:38:32.140 INFO kablam! Oct 21 14:38:32.140 INFO kablam! warning: function is never used: `gl_error` Oct 21 14:38:32.140 INFO kablam! --> src/main.rs:681:1 Oct 21 14:38:32.140 INFO kablam! | Oct 21 14:38:32.140 INFO kablam! 681 | fn gl_error() { Oct 21 14:38:32.140 INFO kablam! | ^^^^^^^^^^^^^ Oct 21 14:38:32.140 INFO kablam! Oct 21 14:38:32.140 INFO kablam! warning: function is never used: `gen_square_mesh` Oct 21 14:38:32.140 INFO kablam! --> src/main.rs:721:1 Oct 21 14:38:32.141 INFO kablam! | Oct 21 14:38:32.141 INFO kablam! 721 | fn gen_square_mesh() -> Mesh { Oct 21 14:38:32.141 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:38:32.141 INFO kablam! Oct 21 14:38:32.148 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 14:38:32.148 INFO kablam! --> src/main.rs:527:21 Oct 21 14:38:32.148 INFO kablam! | Oct 21 14:38:32.148 INFO kablam! 527 | thread_tx.send(0u32); Oct 21 14:38:32.148 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:38:32.148 INFO kablam! | Oct 21 14:38:32.148 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 14:38:32.148 INFO kablam! Oct 21 14:38:32.148 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 14:38:32.148 INFO kablam! --> src/main.rs:532:17 Oct 21 14:38:32.148 INFO kablam! | Oct 21 14:38:32.148 INFO kablam! 532 | rx.recv(); Oct 21 14:38:32.148 INFO kablam! | ^^^^^^^^^^ Oct 21 14:38:32.148 INFO kablam! | Oct 21 14:38:32.148 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 14:38:32.148 INFO kablam! Oct 21 14:38:32.148 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 14:38:32.148 INFO kablam! --> src/main.rs:568:21 Oct 21 14:38:32.148 INFO kablam! | Oct 21 14:38:32.148 INFO kablam! 568 | thread_tx.send(0u32); Oct 21 14:38:32.148 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 21 14:38:32.148 INFO kablam! | Oct 21 14:38:32.148 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 14:38:32.148 INFO kablam! Oct 21 14:38:32.148 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 14:38:32.148 INFO kablam! --> src/main.rs:573:17 Oct 21 14:38:32.148 INFO kablam! | Oct 21 14:38:32.148 INFO kablam! 573 | rx.recv(); Oct 21 14:38:32.148 INFO kablam! | ^^^^^^^^^^ Oct 21 14:38:32.148 INFO kablam! | Oct 21 14:38:32.148 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 14:38:32.148 INFO kablam! Oct 21 14:38:32.187 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 27.56s Oct 21 14:38:32.196 INFO kablam! su: No module specific data is present Oct 21 14:38:33.140 INFO running `"docker" "rm" "-f" "2303036e8173c7413edf56fcf0fa8c987c96a304b66909fcbd6ebb352cd63bac"` Oct 21 14:38:33.456 INFO blam! 2303036e8173c7413edf56fcf0fa8c987c96a304b66909fcbd6ebb352cd63bac