Oct 31 22:52:25.742 INFO checking quote27/paperboids-rs against try#d7816399d50d407bbce1efe9dbadf8faaaf568fc for pr-55538 Oct 31 22:52:25.742 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55538/worker-7/try#d7816399d50d407bbce1efe9dbadf8faaaf568fc:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/pr-55538/try#d7816399d50d407bbce1efe9dbadf8faaaf568fc:/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 +d7816399d50d407bbce1efe9dbadf8faaaf568fc-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 31 22:52:26.181 INFO blam! 91f0a680f7353218e16c563e87e1ed6cb2cb17c37d7785b165de9d58cde9ed20 Oct 31 22:52:26.186 INFO running `"docker" "start" "-a" "91f0a680f7353218e16c563e87e1ed6cb2cb17c37d7785b165de9d58cde9ed20"` Oct 31 22:52:26.897 INFO kablam! usermod: no changes Oct 31 22:52:27.052 INFO kablam! Checking tobj v0.1.6 Oct 31 22:52:27.056 INFO kablam! Checking num_cpus v1.7.0 Oct 31 22:52:27.056 INFO kablam! Compiling cmake v0.1.29 Oct 31 22:52:27.056 INFO kablam! Checking num-complex v0.1.41 Oct 31 22:52:27.056 INFO kablam! Checking semver v0.2.3 Oct 31 22:52:27.056 INFO kablam! Checking cgmath v0.15.0 Oct 31 22:52:27.056 INFO kablam! Compiling gl_generator v0.7.0 Oct 31 22:52:27.056 INFO kablam! Checking num-bigint v0.1.41 Oct 31 22:52:28.613 INFO kablam! Checking rayon-core v1.3.0 Oct 31 22:52:30.864 INFO kablam! Compiling glfw-sys v3.2.2 Oct 31 22:52:32.118 INFO kablam! Checking rayon v0.8.2 Oct 31 22:52:36.589 INFO kablam! Checking num-rational v0.1.40 Oct 31 22:52:38.153 INFO kablam! Compiling gl v0.7.0 Oct 31 22:52:38.181 INFO kablam! Checking num v0.1.41 Oct 31 22:52:46.561 INFO kablam! Checking jpeg-decoder v0.1.13 Oct 31 22:52:47.109 INFO kablam! Checking glfw v0.20.0 Oct 31 22:52:51.085 INFO kablam! Checking image v0.18.0 Oct 31 22:52:58.444 INFO kablam! Checking paperboids v0.1.0 (/source) Oct 31 22:53:00.096 INFO kablam! warning: function is never used: `load_file` Oct 31 22:53:00.097 INFO kablam! --> src/shaders.rs:14:1 Oct 31 22:53:00.097 INFO kablam! | Oct 31 22:53:00.098 INFO kablam! 14 | fn load_file(file_src: &str) -> String { Oct 31 22:53:00.098 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 22:53:00.098 INFO kablam! | Oct 31 22:53:00.099 INFO kablam! = note: #[warn(dead_code)] on by default Oct 31 22:53:00.099 INFO kablam! Oct 31 22:53:00.099 INFO kablam! warning: field is never used: `shader_str` Oct 31 22:53:00.099 INFO kablam! --> src/shaders.rs:35:5 Oct 31 22:53:00.100 INFO kablam! | Oct 31 22:53:00.100 INFO kablam! 35 | shader_str: String, Oct 31 22:53:00.100 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 31 22:53:00.101 INFO kablam! Oct 31 22:53:00.101 INFO kablam! warning: method is never used: `from_file` Oct 31 22:53:00.101 INFO kablam! --> src/shaders.rs:44:5 Oct 31 22:53:00.102 INFO kablam! | Oct 31 22:53:00.102 INFO kablam! 44 | pub fn from_file(ty: GLenum, file_src: &str) -> Shader { Oct 31 22:53:00.102 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 22:53:00.102 INFO kablam! Oct 31 22:53:00.102 INFO kablam! warning: method is never used: `delete` Oct 31 22:53:00.102 INFO kablam! --> src/shaders.rs:160:5 Oct 31 22:53:00.102 INFO kablam! | Oct 31 22:53:00.102 INFO kablam! 160 | pub fn delete(&mut self) { Oct 31 22:53:00.102 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 22:53:00.102 INFO kablam! Oct 31 22:53:00.102 INFO kablam! warning: method is never used: `upload_v4f` Oct 31 22:53:00.102 INFO kablam! --> src/shaders.rs:182:5 Oct 31 22:53:00.102 INFO kablam! | Oct 31 22:53:00.102 INFO kablam! 182 | pub fn upload_v4f(&self, v: &Vector4) { Oct 31 22:53:00.102 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 22:53:00.102 INFO kablam! Oct 31 22:53:00.102 INFO kablam! warning: method is never used: `upload_3f` Oct 31 22:53:00.102 INFO kablam! --> src/shaders.rs:187:5 Oct 31 22:53:00.102 INFO kablam! | Oct 31 22:53:00.102 INFO kablam! 187 | pub fn upload_3f(&self, a: f32, b: f32, c: f32) { Oct 31 22:53:00.102 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 22:53:00.102 INFO kablam! Oct 31 22:53:00.102 INFO kablam! warning: method is never used: `upload_1i` Oct 31 22:53:00.102 INFO kablam! --> src/shaders.rs:197:5 Oct 31 22:53:00.102 INFO kablam! | Oct 31 22:53:00.102 INFO kablam! 197 | pub fn upload_1i(&self, a: i32) { Oct 31 22:53:00.102 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 22:53:00.102 INFO kablam! Oct 31 22:53:00.102 INFO kablam! warning: method is never used: `stats` Oct 31 22:53:00.102 INFO kablam! --> src/octree.rs:241:5 Oct 31 22:53:00.102 INFO kablam! | Oct 31 22:53:00.102 INFO kablam! 241 | pub fn stats(&self) { Oct 31 22:53:00.102 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 31 22:53:00.102 INFO kablam! Oct 31 22:53:00.102 INFO kablam! warning: function is never used: `gl_error` Oct 31 22:53:00.102 INFO kablam! --> src/main.rs:681:1 Oct 31 22:53:00.102 INFO kablam! | Oct 31 22:53:00.102 INFO kablam! 681 | fn gl_error() { Oct 31 22:53:00.102 INFO kablam! | ^^^^^^^^^^^^^ Oct 31 22:53:00.102 INFO kablam! Oct 31 22:53:00.102 INFO kablam! warning: function is never used: `gen_square_mesh` Oct 31 22:53:00.102 INFO kablam! --> src/main.rs:721:1 Oct 31 22:53:00.102 INFO kablam! | Oct 31 22:53:00.102 INFO kablam! 721 | fn gen_square_mesh() -> Mesh { Oct 31 22:53:00.102 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 22:53:00.102 INFO kablam! Oct 31 22:53:00.102 INFO kablam! warning: unused `std::result::Result` that must be used Oct 31 22:53:00.102 INFO kablam! --> src/main.rs:527:21 Oct 31 22:53:00.102 INFO kablam! | Oct 31 22:53:00.102 INFO kablam! 527 | thread_tx.send(0u32); Oct 31 22:53:00.102 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 31 22:53:00.102 INFO kablam! | Oct 31 22:53:00.102 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 31 22:53:00.102 INFO kablam! Oct 31 22:53:00.102 INFO kablam! warning: unused `std::result::Result` that must be used Oct 31 22:53:00.102 INFO kablam! --> src/main.rs:532:17 Oct 31 22:53:00.102 INFO kablam! | Oct 31 22:53:00.102 INFO kablam! 532 | rx.recv(); Oct 31 22:53:00.102 INFO kablam! | ^^^^^^^^^^ Oct 31 22:53:00.102 INFO kablam! | Oct 31 22:53:00.102 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 31 22:53:00.102 INFO kablam! Oct 31 22:53:00.102 INFO kablam! warning: unused `std::result::Result` that must be used Oct 31 22:53:00.102 INFO kablam! --> src/main.rs:568:21 Oct 31 22:53:00.102 INFO kablam! | Oct 31 22:53:00.102 INFO kablam! 568 | thread_tx.send(0u32); Oct 31 22:53:00.102 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 31 22:53:00.102 INFO kablam! | Oct 31 22:53:00.102 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 31 22:53:00.102 INFO kablam! Oct 31 22:53:00.102 INFO kablam! warning: unused `std::result::Result` that must be used Oct 31 22:53:00.102 INFO kablam! --> src/main.rs:573:17 Oct 31 22:53:00.102 INFO kablam! | Oct 31 22:53:00.102 INFO kablam! 573 | rx.recv(); Oct 31 22:53:00.102 INFO kablam! | ^^^^^^^^^^ Oct 31 22:53:00.102 INFO kablam! | Oct 31 22:53:00.102 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 31 22:53:00.103 INFO kablam! Oct 31 22:53:00.484 INFO kablam! warning: function is never used: `load_file` Oct 31 22:53:00.485 INFO kablam! --> src/shaders.rs:14:1 Oct 31 22:53:00.485 INFO kablam! | Oct 31 22:53:00.485 INFO kablam! 14 | fn load_file(file_src: &str) -> String { Oct 31 22:53:00.486 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 22:53:00.486 INFO kablam! | Oct 31 22:53:00.486 INFO kablam! = note: #[warn(dead_code)] on by default Oct 31 22:53:00.487 INFO kablam! Oct 31 22:53:00.487 INFO kablam! warning: field is never used: `shader_str` Oct 31 22:53:00.487 INFO kablam! --> src/shaders.rs:35:5 Oct 31 22:53:00.488 INFO kablam! | Oct 31 22:53:00.488 INFO kablam! 35 | shader_str: String, Oct 31 22:53:00.488 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 31 22:53:00.488 INFO kablam! Oct 31 22:53:00.489 INFO kablam! warning: method is never used: `from_file` Oct 31 22:53:00.489 INFO kablam! --> src/shaders.rs:44:5 Oct 31 22:53:00.489 INFO kablam! | Oct 31 22:53:00.490 INFO kablam! 44 | pub fn from_file(ty: GLenum, file_src: &str) -> Shader { Oct 31 22:53:00.490 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 22:53:00.490 INFO kablam! Oct 31 22:53:00.490 INFO kablam! warning: method is never used: `delete` Oct 31 22:53:00.491 INFO kablam! --> src/shaders.rs:160:5 Oct 31 22:53:00.491 INFO kablam! | Oct 31 22:53:00.491 INFO kablam! 160 | pub fn delete(&mut self) { Oct 31 22:53:00.491 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 22:53:00.492 INFO kablam! Oct 31 22:53:00.492 INFO kablam! warning: method is never used: `upload_v4f` Oct 31 22:53:00.492 INFO kablam! --> src/shaders.rs:182:5 Oct 31 22:53:00.493 INFO kablam! | Oct 31 22:53:00.493 INFO kablam! 182 | pub fn upload_v4f(&self, v: &Vector4) { Oct 31 22:53:00.493 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 22:53:00.493 INFO kablam! Oct 31 22:53:00.494 INFO kablam! warning: method is never used: `upload_3f` Oct 31 22:53:00.494 INFO kablam! --> src/shaders.rs:187:5 Oct 31 22:53:00.494 INFO kablam! | Oct 31 22:53:00.495 INFO kablam! 187 | pub fn upload_3f(&self, a: f32, b: f32, c: f32) { Oct 31 22:53:00.495 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 22:53:00.495 INFO kablam! Oct 31 22:53:00.495 INFO kablam! warning: method is never used: `upload_1i` Oct 31 22:53:00.496 INFO kablam! --> src/shaders.rs:197:5 Oct 31 22:53:00.496 INFO kablam! | Oct 31 22:53:00.496 INFO kablam! 197 | pub fn upload_1i(&self, a: i32) { Oct 31 22:53:00.497 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 22:53:00.497 INFO kablam! Oct 31 22:53:00.497 INFO kablam! warning: method is never used: `stats` Oct 31 22:53:00.497 INFO kablam! --> src/octree.rs:241:5 Oct 31 22:53:00.498 INFO kablam! | Oct 31 22:53:00.498 INFO kablam! 241 | pub fn stats(&self) { Oct 31 22:53:00.498 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 31 22:53:00.498 INFO kablam! Oct 31 22:53:00.499 INFO kablam! warning: function is never used: `gl_error` Oct 31 22:53:00.499 INFO kablam! --> src/main.rs:681:1 Oct 31 22:53:00.499 INFO kablam! | Oct 31 22:53:00.499 INFO kablam! 681 | fn gl_error() { Oct 31 22:53:00.500 INFO kablam! | ^^^^^^^^^^^^^ Oct 31 22:53:00.500 INFO kablam! Oct 31 22:53:00.500 INFO kablam! warning: function is never used: `gen_square_mesh` Oct 31 22:53:00.501 INFO kablam! --> src/main.rs:721:1 Oct 31 22:53:00.501 INFO kablam! | Oct 31 22:53:00.501 INFO kablam! 721 | fn gen_square_mesh() -> Mesh { Oct 31 22:53:00.502 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 31 22:53:00.502 INFO kablam! Oct 31 22:53:00.502 INFO kablam! warning: unused `std::result::Result` that must be used Oct 31 22:53:00.503 INFO kablam! --> src/main.rs:527:21 Oct 31 22:53:00.529 INFO kablam! | Oct 31 22:53:00.529 INFO kablam! 527 | thread_tx.send(0u32); Oct 31 22:53:00.530 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 31 22:53:00.530 INFO kablam! | Oct 31 22:53:00.530 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 31 22:53:00.530 INFO kablam! Oct 31 22:53:00.531 INFO kablam! warning: unused `std::result::Result` that must be used Oct 31 22:53:00.531 INFO kablam! --> src/main.rs:532:17 Oct 31 22:53:00.531 INFO kablam! | Oct 31 22:53:00.531 INFO kablam! 532 | rx.recv(); Oct 31 22:53:00.532 INFO kablam! | ^^^^^^^^^^ Oct 31 22:53:00.532 INFO kablam! | Oct 31 22:53:00.532 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 31 22:53:00.532 INFO kablam! Oct 31 22:53:00.533 INFO kablam! warning: unused `std::result::Result` that must be used Oct 31 22:53:00.533 INFO kablam! --> src/main.rs:568:21 Oct 31 22:53:00.533 INFO kablam! | Oct 31 22:53:00.533 INFO kablam! 568 | thread_tx.send(0u32); Oct 31 22:53:00.533 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 31 22:53:00.534 INFO kablam! | Oct 31 22:53:00.534 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 31 22:53:00.534 INFO kablam! Oct 31 22:53:00.534 INFO kablam! warning: unused `std::result::Result` that must be used Oct 31 22:53:00.535 INFO kablam! --> src/main.rs:573:17 Oct 31 22:53:00.535 INFO kablam! | Oct 31 22:53:00.535 INFO kablam! 573 | rx.recv(); Oct 31 22:53:00.535 INFO kablam! | ^^^^^^^^^^ Oct 31 22:53:00.536 INFO kablam! | Oct 31 22:53:00.536 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 31 22:53:00.536 INFO kablam! Oct 31 22:53:00.536 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 33.60s Oct 31 22:53:00.544 INFO kablam! su: No module specific data is present Oct 31 22:53:01.224 INFO running `"docker" "rm" "-f" "91f0a680f7353218e16c563e87e1ed6cb2cb17c37d7785b165de9d58cde9ed20"` Oct 31 22:53:01.588 INFO blam! 91f0a680f7353218e16c563e87e1ed6cb2cb17c37d7785b165de9d58cde9ed20