Oct 10 16:28:02.353 INFO testing quote27/paperboids-rs against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 16:28:02.353 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 16:28:02.353 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 16:28:02.556 INFO blam! 99c71e80ff6f6e0f3a05df1e3448fbc89d25cbc4849185652fbd82da1a8171de Oct 10 16:28:02.558 INFO running `"docker" "start" "-a" "99c71e80ff6f6e0f3a05df1e3448fbc89d25cbc4849185652fbd82da1a8171de"` Oct 10 16:28:02.992 INFO kablam! usermod: no changes Oct 10 16:28:03.107 INFO kablam! Compiling tobj v0.1.6 Oct 10 16:28:03.108 INFO kablam! Compiling cmake v0.1.29 Oct 10 16:28:03.108 INFO kablam! Compiling num-bigint v0.1.41 Oct 10 16:28:03.109 INFO kablam! Compiling cgmath v0.15.0 Oct 10 16:28:03.109 INFO kablam! Compiling rayon-core v1.3.0 Oct 10 16:28:03.109 INFO kablam! Compiling png v0.11.0 Oct 10 16:28:06.577 INFO kablam! Compiling rayon v0.8.2 Oct 10 16:28:06.771 INFO kablam! Compiling glfw-sys v3.2.2 Oct 10 16:28:07.786 INFO kablam! Compiling num-rational v0.1.40 Oct 10 16:28:10.456 INFO kablam! Compiling num v0.1.41 Oct 10 16:28:11.536 INFO kablam! Compiling jpeg-decoder v0.1.13 Oct 10 16:28:16.352 INFO kablam! Compiling glfw v0.20.0 Oct 10 16:28:16.587 INFO kablam! Compiling image v0.18.0 Oct 10 16:28:32.876 INFO kablam! Compiling paperboids v0.1.0 (/source) Oct 10 16:28:35.053 INFO kablam! warning: function is never used: `load_file` Oct 10 16:28:35.053 INFO kablam! --> src/shaders.rs:14:1 Oct 10 16:28:35.054 INFO kablam! | Oct 10 16:28:35.054 INFO kablam! 14 | fn load_file(file_src: &str) -> String { Oct 10 16:28:35.054 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:28:35.054 INFO kablam! | Oct 10 16:28:35.054 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 16:28:35.054 INFO kablam! Oct 10 16:28:35.054 INFO kablam! warning: field is never used: `shader_str` Oct 10 16:28:35.054 INFO kablam! --> src/shaders.rs:35:5 Oct 10 16:28:35.054 INFO kablam! | Oct 10 16:28:35.054 INFO kablam! 35 | shader_str: String, Oct 10 16:28:35.054 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 10 16:28:35.054 INFO kablam! Oct 10 16:28:35.054 INFO kablam! warning: method is never used: `from_file` Oct 10 16:28:35.054 INFO kablam! --> src/shaders.rs:44:5 Oct 10 16:28:35.054 INFO kablam! | Oct 10 16:28:35.054 INFO kablam! 44 | pub fn from_file(ty: GLenum, file_src: &str) -> Shader { Oct 10 16:28:35.054 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:28:35.054 INFO kablam! Oct 10 16:28:35.054 INFO kablam! warning: method is never used: `delete` Oct 10 16:28:35.054 INFO kablam! --> src/shaders.rs:160:5 Oct 10 16:28:35.054 INFO kablam! | Oct 10 16:28:35.054 INFO kablam! 160 | pub fn delete(&mut self) { Oct 10 16:28:35.054 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:28:35.054 INFO kablam! Oct 10 16:28:35.054 INFO kablam! warning: method is never used: `upload_v4f` Oct 10 16:28:35.054 INFO kablam! --> src/shaders.rs:182:5 Oct 10 16:28:35.054 INFO kablam! | Oct 10 16:28:35.054 INFO kablam! 182 | pub fn upload_v4f(&self, v: &Vector4) { Oct 10 16:28:35.054 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:28:35.054 INFO kablam! Oct 10 16:28:35.054 INFO kablam! warning: method is never used: `upload_3f` Oct 10 16:28:35.054 INFO kablam! --> src/shaders.rs:187:5 Oct 10 16:28:35.054 INFO kablam! | Oct 10 16:28:35.054 INFO kablam! 187 | pub fn upload_3f(&self, a: f32, b: f32, c: f32) { Oct 10 16:28:35.054 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:28:35.054 INFO kablam! Oct 10 16:28:35.054 INFO kablam! warning: method is never used: `upload_1i` Oct 10 16:28:35.055 INFO kablam! --> src/shaders.rs:197:5 Oct 10 16:28:35.055 INFO kablam! | Oct 10 16:28:35.055 INFO kablam! 197 | pub fn upload_1i(&self, a: i32) { Oct 10 16:28:35.055 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:28:35.055 INFO kablam! Oct 10 16:28:35.055 INFO kablam! warning: method is never used: `stats` Oct 10 16:28:35.055 INFO kablam! --> src/octree.rs:241:5 Oct 10 16:28:35.055 INFO kablam! | Oct 10 16:28:35.055 INFO kablam! 241 | pub fn stats(&self) { Oct 10 16:28:35.055 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 10 16:28:35.055 INFO kablam! Oct 10 16:28:35.065 INFO kablam! warning: function is never used: `gl_error` Oct 10 16:28:35.065 INFO kablam! --> src/main.rs:681:1 Oct 10 16:28:35.065 INFO kablam! | Oct 10 16:28:35.065 INFO kablam! 681 | fn gl_error() { Oct 10 16:28:35.065 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 16:28:35.065 INFO kablam! Oct 10 16:28:35.065 INFO kablam! warning: function is never used: `gen_square_mesh` Oct 10 16:28:35.065 INFO kablam! --> src/main.rs:721:1 Oct 10 16:28:35.065 INFO kablam! | Oct 10 16:28:35.065 INFO kablam! 721 | fn gen_square_mesh() -> Mesh { Oct 10 16:28:35.065 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:28:35.065 INFO kablam! Oct 10 16:28:35.065 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 16:28:35.065 INFO kablam! --> src/main.rs:527:21 Oct 10 16:28:35.065 INFO kablam! | Oct 10 16:28:35.065 INFO kablam! 527 | thread_tx.send(0u32); Oct 10 16:28:35.065 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:28:35.065 INFO kablam! | Oct 10 16:28:35.066 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 16:28:35.066 INFO kablam! Oct 10 16:28:35.066 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 16:28:35.066 INFO kablam! --> src/main.rs:532:17 Oct 10 16:28:35.066 INFO kablam! | Oct 10 16:28:35.067 INFO kablam! 532 | rx.recv(); Oct 10 16:28:35.067 INFO kablam! | ^^^^^^^^^^ Oct 10 16:28:35.067 INFO kablam! | Oct 10 16:28:35.067 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 16:28:35.067 INFO kablam! Oct 10 16:28:35.067 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 16:28:35.067 INFO kablam! --> src/main.rs:568:21 Oct 10 16:28:35.068 INFO kablam! | Oct 10 16:28:35.068 INFO kablam! 568 | thread_tx.send(0u32); Oct 10 16:28:35.068 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:28:35.068 INFO kablam! | Oct 10 16:28:35.068 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 16:28:35.068 INFO kablam! Oct 10 16:28:35.068 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 16:28:35.069 INFO kablam! --> src/main.rs:573:17 Oct 10 16:28:35.069 INFO kablam! | Oct 10 16:28:35.069 INFO kablam! 573 | rx.recv(); Oct 10 16:28:35.069 INFO kablam! | ^^^^^^^^^^ Oct 10 16:28:35.069 INFO kablam! | Oct 10 16:28:35.072 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 16:28:35.072 INFO kablam! Oct 10 16:28:38.628 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 35.62s Oct 10 16:28:38.636 INFO kablam! su: No module specific data is present Oct 10 16:28:39.324 INFO running `"docker" "rm" "-f" "99c71e80ff6f6e0f3a05df1e3448fbc89d25cbc4849185652fbd82da1a8171de"` Oct 10 16:28:39.632 INFO blam! 99c71e80ff6f6e0f3a05df1e3448fbc89d25cbc4849185652fbd82da1a8171de Oct 10 16:28:39.648 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 16:28:39.648 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 16:28:40.114 INFO blam! 4c875c946dda048f00e724f28e41b9cbab9d1155a25a6d5551c45e408a67e97a Oct 10 16:28:40.120 INFO running `"docker" "start" "-a" "4c875c946dda048f00e724f28e41b9cbab9d1155a25a6d5551c45e408a67e97a"` Oct 10 16:28:41.352 INFO kablam! usermod: no changes Oct 10 16:28:41.571 INFO kablam! Compiling paperboids v0.1.0 (/source) Oct 10 16:28:43.736 INFO kablam! warning: function is never used: `load_file` Oct 10 16:28:43.736 INFO kablam! --> src/shaders.rs:14:1 Oct 10 16:28:43.736 INFO kablam! | Oct 10 16:28:43.736 INFO kablam! 14 | fn load_file(file_src: &str) -> String { Oct 10 16:28:43.736 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:28:43.736 INFO kablam! | Oct 10 16:28:43.736 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 16:28:43.736 INFO kablam! Oct 10 16:28:43.736 INFO kablam! warning: field is never used: `shader_str` Oct 10 16:28:43.736 INFO kablam! --> src/shaders.rs:35:5 Oct 10 16:28:43.736 INFO kablam! | Oct 10 16:28:43.737 INFO kablam! 35 | shader_str: String, Oct 10 16:28:43.737 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 10 16:28:43.737 INFO kablam! Oct 10 16:28:43.737 INFO kablam! warning: method is never used: `from_file` Oct 10 16:28:43.737 INFO kablam! --> src/shaders.rs:44:5 Oct 10 16:28:43.737 INFO kablam! | Oct 10 16:28:43.737 INFO kablam! 44 | pub fn from_file(ty: GLenum, file_src: &str) -> Shader { Oct 10 16:28:43.737 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:28:43.737 INFO kablam! Oct 10 16:28:43.737 INFO kablam! warning: method is never used: `delete` Oct 10 16:28:43.737 INFO kablam! --> src/shaders.rs:160:5 Oct 10 16:28:43.737 INFO kablam! | Oct 10 16:28:43.737 INFO kablam! 160 | pub fn delete(&mut self) { Oct 10 16:28:43.737 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:28:43.737 INFO kablam! Oct 10 16:28:43.737 INFO kablam! warning: method is never used: `upload_v4f` Oct 10 16:28:43.737 INFO kablam! --> src/shaders.rs:182:5 Oct 10 16:28:43.737 INFO kablam! | Oct 10 16:28:43.737 INFO kablam! 182 | pub fn upload_v4f(&self, v: &Vector4) { Oct 10 16:28:43.737 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:28:43.737 INFO kablam! Oct 10 16:28:43.737 INFO kablam! warning: method is never used: `upload_3f` Oct 10 16:28:43.737 INFO kablam! --> src/shaders.rs:187:5 Oct 10 16:28:43.737 INFO kablam! | Oct 10 16:28:43.737 INFO kablam! 187 | pub fn upload_3f(&self, a: f32, b: f32, c: f32) { Oct 10 16:28:43.737 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:28:43.737 INFO kablam! Oct 10 16:28:43.737 INFO kablam! warning: method is never used: `upload_1i` Oct 10 16:28:43.737 INFO kablam! --> src/shaders.rs:197:5 Oct 10 16:28:43.737 INFO kablam! | Oct 10 16:28:43.737 INFO kablam! 197 | pub fn upload_1i(&self, a: i32) { Oct 10 16:28:43.737 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:28:43.737 INFO kablam! Oct 10 16:28:43.737 INFO kablam! warning: method is never used: `stats` Oct 10 16:28:43.737 INFO kablam! --> src/octree.rs:241:5 Oct 10 16:28:43.737 INFO kablam! | Oct 10 16:28:43.737 INFO kablam! 241 | pub fn stats(&self) { Oct 10 16:28:43.737 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 10 16:28:43.737 INFO kablam! Oct 10 16:28:43.737 INFO kablam! warning: function is never used: `gl_error` Oct 10 16:28:43.737 INFO kablam! --> src/main.rs:681:1 Oct 10 16:28:43.737 INFO kablam! | Oct 10 16:28:43.737 INFO kablam! 681 | fn gl_error() { Oct 10 16:28:43.737 INFO kablam! | ^^^^^^^^^^^^^ Oct 10 16:28:43.737 INFO kablam! Oct 10 16:28:43.737 INFO kablam! warning: function is never used: `gen_square_mesh` Oct 10 16:28:43.737 INFO kablam! --> src/main.rs:721:1 Oct 10 16:28:43.737 INFO kablam! | Oct 10 16:28:43.737 INFO kablam! 721 | fn gen_square_mesh() -> Mesh { Oct 10 16:28:43.737 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:28:43.737 INFO kablam! Oct 10 16:28:43.760 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 16:28:43.760 INFO kablam! --> src/main.rs:527:21 Oct 10 16:28:43.760 INFO kablam! | Oct 10 16:28:43.760 INFO kablam! 527 | thread_tx.send(0u32); Oct 10 16:28:43.760 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:28:43.760 INFO kablam! | Oct 10 16:28:43.760 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 16:28:43.760 INFO kablam! Oct 10 16:28:43.760 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 16:28:43.760 INFO kablam! --> src/main.rs:532:17 Oct 10 16:28:43.760 INFO kablam! | Oct 10 16:28:43.760 INFO kablam! 532 | rx.recv(); Oct 10 16:28:43.760 INFO kablam! | ^^^^^^^^^^ Oct 10 16:28:43.760 INFO kablam! | Oct 10 16:28:43.760 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 16:28:43.760 INFO kablam! Oct 10 16:28:43.760 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 16:28:43.760 INFO kablam! --> src/main.rs:568:21 Oct 10 16:28:43.760 INFO kablam! | Oct 10 16:28:43.760 INFO kablam! 568 | thread_tx.send(0u32); Oct 10 16:28:43.760 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 10 16:28:43.760 INFO kablam! | Oct 10 16:28:43.760 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 16:28:43.760 INFO kablam! Oct 10 16:28:43.761 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 16:28:43.761 INFO kablam! --> src/main.rs:573:17 Oct 10 16:28:43.761 INFO kablam! | Oct 10 16:28:43.761 INFO kablam! 573 | rx.recv(); Oct 10 16:28:43.761 INFO kablam! | ^^^^^^^^^^ Oct 10 16:28:43.761 INFO kablam! | Oct 10 16:28:43.761 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 16:28:43.761 INFO kablam! Oct 10 16:28:44.292 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.90s Oct 10 16:28:44.300 INFO kablam! su: No module specific data is present Oct 10 16:28:44.996 INFO running `"docker" "rm" "-f" "4c875c946dda048f00e724f28e41b9cbab9d1155a25a6d5551c45e408a67e97a"` Oct 10 16:28:45.241 INFO blam! 4c875c946dda048f00e724f28e41b9cbab9d1155a25a6d5551c45e408a67e97a Oct 10 16:28:45.264 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 16:28:45.266 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 16:28:45.792 INFO blam! a808e399c9c1ed21bf745d8fa3259f0f44058fc775d2df4a247921a0e8da1c03 Oct 10 16:28:45.792 INFO running `"docker" "start" "-a" "a808e399c9c1ed21bf745d8fa3259f0f44058fc775d2df4a247921a0e8da1c03"` Oct 10 16:28:46.816 INFO kablam! usermod: no changes Oct 10 16:28:46.976 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.12s Oct 10 16:28:46.996 INFO kablam! Running /target/debug/deps/paperboids-ae81491a3ea43001 Oct 10 16:28:47.001 INFO blam! Oct 10 16:28:47.001 INFO blam! running 0 tests Oct 10 16:28:47.001 INFO blam! Oct 10 16:28:47.002 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 16:28:47.002 INFO blam! Oct 10 16:28:47.003 INFO kablam! su: No module specific data is present Oct 10 16:28:47.628 INFO running `"docker" "rm" "-f" "a808e399c9c1ed21bf745d8fa3259f0f44058fc775d2df4a247921a0e8da1c03"` Oct 10 16:28:47.954 INFO blam! a808e399c9c1ed21bf745d8fa3259f0f44058fc775d2df4a247921a0e8da1c03