Oct 10 21:57:02.047 INFO testing human9/baryon against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 21:57:02.047 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 21:57:02.049 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 21:57:02.422 INFO blam! 4cc6c2097a0eeed5b9ae74a327dbc82cff8f1dfcda31bd0c3d5aa6984004bf33 Oct 10 21:57:02.423 INFO running `"docker" "start" "-a" "4cc6c2097a0eeed5b9ae74a327dbc82cff8f1dfcda31bd0c3d5aa6984004bf33"` Oct 10 21:57:03.227 INFO kablam! usermod: no changes Oct 10 21:57:03.446 INFO kablam! Compiling tobj v0.1.2 Oct 10 21:57:03.448 INFO kablam! Compiling num v0.1.36 Oct 10 21:57:03.449 INFO kablam! Compiling quickcheck v0.2.27 Oct 10 21:57:08.172 INFO kablam! Compiling glm v0.2.2 Oct 10 21:57:12.620 INFO kablam! Compiling baryon v0.1.0 (/source) Oct 10 21:57:15.592 INFO kablam! warning: unused import: `std::rc::Rc` Oct 10 21:57:15.592 INFO kablam! --> src/core/scene.rs:4:5 Oct 10 21:57:15.592 INFO kablam! | Oct 10 21:57:15.592 INFO kablam! 4 | use std::rc::Rc; Oct 10 21:57:15.592 INFO kablam! | ^^^^^^^^^^^ Oct 10 21:57:15.592 INFO kablam! | Oct 10 21:57:15.592 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 21:57:15.592 INFO kablam! Oct 10 21:57:15.592 INFO kablam! warning: unused import: `render::shader::Shader` Oct 10 21:57:15.592 INFO kablam! --> src/core/scene.rs:5:5 Oct 10 21:57:15.592 INFO kablam! | Oct 10 21:57:15.592 INFO kablam! 5 | use render::shader::Shader; Oct 10 21:57:15.592 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:57:15.592 INFO kablam! Oct 10 21:57:15.873 INFO kablam! warning: unused variable: `bus` Oct 10 21:57:15.874 INFO kablam! --> src/physics/simulation.rs:15:23 Oct 10 21:57:15.874 INFO kablam! | Oct 10 21:57:15.874 INFO kablam! 15 | fn run(&mut self, bus: &mut Bus) -> &system::Status { Oct 10 21:57:15.874 INFO kablam! | ^^^ help: consider using `_bus` instead Oct 10 21:57:15.875 INFO kablam! | Oct 10 21:57:15.875 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 21:57:15.875 INFO kablam! Oct 10 21:57:15.875 INFO kablam! warning: unused variable: `bus` Oct 10 21:57:15.875 INFO kablam! --> src/render/render.rs:87:23 Oct 10 21:57:15.875 INFO kablam! | Oct 10 21:57:15.875 INFO kablam! 87 | fn run(&mut self, bus: &mut Bus) -> &system::Status { Oct 10 21:57:15.876 INFO kablam! | ^^^ help: consider using `_bus` instead Oct 10 21:57:15.876 INFO kablam! Oct 10 21:57:15.946 INFO kablam! warning: variant is never constructed: `Failed` Oct 10 21:57:15.946 INFO kablam! --> src/core/system.rs:8:5 Oct 10 21:57:15.947 INFO kablam! | Oct 10 21:57:15.947 INFO kablam! 8 | Failed, Oct 10 21:57:15.947 INFO kablam! | ^^^^^^ Oct 10 21:57:15.947 INFO kablam! | Oct 10 21:57:15.947 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 21:57:15.947 INFO kablam! Oct 10 21:57:15.949 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 21:57:15.949 INFO kablam! --> src/base/window.rs:38:13 Oct 10 21:57:15.950 INFO kablam! | Oct 10 21:57:15.950 INFO kablam! 38 | window.set_cursor_state(glutin::CursorState::Grab); Oct 10 21:57:15.950 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:57:15.950 INFO kablam! | Oct 10 21:57:15.950 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 21:57:15.950 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 21:57:15.950 INFO kablam! Oct 10 21:57:15.950 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 21:57:15.950 INFO kablam! --> src/base/window.rs:40:13 Oct 10 21:57:15.950 INFO kablam! | Oct 10 21:57:15.950 INFO kablam! 40 | window.set_cursor_position(W/2, H/2); Oct 10 21:57:15.950 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:57:15.950 INFO kablam! | Oct 10 21:57:15.950 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 21:57:15.950 INFO kablam! Oct 10 21:57:15.950 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 21:57:15.950 INFO kablam! --> src/base/window.rs:97:29 Oct 10 21:57:15.950 INFO kablam! | Oct 10 21:57:15.950 INFO kablam! 97 | self.window.set_cursor_position(self.m_pos.0, self.m_pos.1); Oct 10 21:57:15.950 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:57:15.950 INFO kablam! | Oct 10 21:57:15.950 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 21:57:15.950 INFO kablam! Oct 10 21:57:15.951 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 21:57:15.951 INFO kablam! --> src/base/window.rs:108:25 Oct 10 21:57:15.951 INFO kablam! | Oct 10 21:57:15.951 INFO kablam! 108 | self.window.set_cursor_position(self.m_pos.0, self.m_pos.1); Oct 10 21:57:15.951 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:57:15.951 INFO kablam! | Oct 10 21:57:15.951 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 21:57:15.951 INFO kablam! Oct 10 21:57:21.244 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 17.99s Oct 10 21:57:21.257 INFO kablam! su: No module specific data is present Oct 10 21:57:22.253 INFO running `"docker" "rm" "-f" "4cc6c2097a0eeed5b9ae74a327dbc82cff8f1dfcda31bd0c3d5aa6984004bf33"` Oct 10 21:57:22.508 INFO blam! 4cc6c2097a0eeed5b9ae74a327dbc82cff8f1dfcda31bd0c3d5aa6984004bf33 Oct 10 21:57:22.517 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 21:57:22.517 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 21:57:22.926 INFO blam! f7131a95dda646a08a5725ceaf00a017eab8ab21e0c4302f2ed4d0c547972b65 Oct 10 21:57:22.937 INFO running `"docker" "start" "-a" "f7131a95dda646a08a5725ceaf00a017eab8ab21e0c4302f2ed4d0c547972b65"` Oct 10 21:57:24.442 INFO kablam! usermod: no changes Oct 10 21:57:24.624 INFO kablam! Compiling baryon v0.1.0 (/source) Oct 10 21:57:27.424 INFO kablam! warning: unused import: `std::rc::Rc` Oct 10 21:57:27.424 INFO kablam! --> src/core/scene.rs:4:5 Oct 10 21:57:27.424 INFO kablam! | Oct 10 21:57:27.424 INFO kablam! 4 | use std::rc::Rc; Oct 10 21:57:27.424 INFO kablam! | ^^^^^^^^^^^ Oct 10 21:57:27.424 INFO kablam! | Oct 10 21:57:27.424 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 21:57:27.424 INFO kablam! Oct 10 21:57:27.424 INFO kablam! warning: unused import: `render::shader::Shader` Oct 10 21:57:27.424 INFO kablam! --> src/core/scene.rs:5:5 Oct 10 21:57:27.424 INFO kablam! | Oct 10 21:57:27.424 INFO kablam! 5 | use render::shader::Shader; Oct 10 21:57:27.424 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:57:27.424 INFO kablam! Oct 10 21:57:27.624 INFO kablam! warning: unused variable: `bus` Oct 10 21:57:27.624 INFO kablam! --> src/physics/simulation.rs:15:23 Oct 10 21:57:27.624 INFO kablam! | Oct 10 21:57:27.624 INFO kablam! 15 | fn run(&mut self, bus: &mut Bus) -> &system::Status { Oct 10 21:57:27.624 INFO kablam! | ^^^ help: consider using `_bus` instead Oct 10 21:57:27.624 INFO kablam! | Oct 10 21:57:27.624 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 21:57:27.624 INFO kablam! Oct 10 21:57:27.624 INFO kablam! warning: unused variable: `bus` Oct 10 21:57:27.624 INFO kablam! --> src/render/render.rs:87:23 Oct 10 21:57:27.624 INFO kablam! | Oct 10 21:57:27.624 INFO kablam! 87 | fn run(&mut self, bus: &mut Bus) -> &system::Status { Oct 10 21:57:27.624 INFO kablam! | ^^^ help: consider using `_bus` instead Oct 10 21:57:27.624 INFO kablam! Oct 10 21:57:27.672 INFO kablam! warning: variant is never constructed: `Failed` Oct 10 21:57:27.672 INFO kablam! --> src/core/system.rs:8:5 Oct 10 21:57:27.672 INFO kablam! | Oct 10 21:57:27.672 INFO kablam! 8 | Failed, Oct 10 21:57:27.672 INFO kablam! | ^^^^^^ Oct 10 21:57:27.672 INFO kablam! | Oct 10 21:57:27.672 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 21:57:27.672 INFO kablam! Oct 10 21:57:27.676 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 21:57:27.676 INFO kablam! --> src/base/window.rs:38:13 Oct 10 21:57:27.676 INFO kablam! | Oct 10 21:57:27.676 INFO kablam! 38 | window.set_cursor_state(glutin::CursorState::Grab); Oct 10 21:57:27.676 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:57:27.676 INFO kablam! | Oct 10 21:57:27.676 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 21:57:27.676 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 21:57:27.676 INFO kablam! Oct 10 21:57:27.676 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 21:57:27.676 INFO kablam! --> src/base/window.rs:40:13 Oct 10 21:57:27.676 INFO kablam! | Oct 10 21:57:27.676 INFO kablam! 40 | window.set_cursor_position(W/2, H/2); Oct 10 21:57:27.676 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:57:27.676 INFO kablam! | Oct 10 21:57:27.676 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 21:57:27.676 INFO kablam! Oct 10 21:57:27.680 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 21:57:27.680 INFO kablam! --> src/base/window.rs:97:29 Oct 10 21:57:27.680 INFO kablam! | Oct 10 21:57:27.680 INFO kablam! 97 | self.window.set_cursor_position(self.m_pos.0, self.m_pos.1); Oct 10 21:57:27.680 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:57:27.680 INFO kablam! | Oct 10 21:57:27.680 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 21:57:27.680 INFO kablam! Oct 10 21:57:27.680 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 21:57:27.680 INFO kablam! --> src/base/window.rs:108:25 Oct 10 21:57:27.680 INFO kablam! | Oct 10 21:57:27.680 INFO kablam! 108 | self.window.set_cursor_position(self.m_pos.0, self.m_pos.1); Oct 10 21:57:27.680 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:57:27.680 INFO kablam! | Oct 10 21:57:27.680 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 21:57:27.680 INFO kablam! Oct 10 21:57:28.314 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.84s Oct 10 21:57:28.333 INFO kablam! su: No module specific data is present Oct 10 21:57:28.924 INFO running `"docker" "rm" "-f" "f7131a95dda646a08a5725ceaf00a017eab8ab21e0c4302f2ed4d0c547972b65"` Oct 10 21:57:29.192 INFO blam! f7131a95dda646a08a5725ceaf00a017eab8ab21e0c4302f2ed4d0c547972b65 Oct 10 21:57:29.204 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 21:57:29.204 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 21:57:29.722 INFO blam! 5efc5eaec6234e2d9daa321eed8a0210fd172a47501fa58848b6436c1754ddce Oct 10 21:57:29.723 INFO running `"docker" "start" "-a" "5efc5eaec6234e2d9daa321eed8a0210fd172a47501fa58848b6436c1754ddce"` Oct 10 21:57:30.949 INFO kablam! usermod: no changes Oct 10 21:57:31.140 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.17s Oct 10 21:57:31.146 INFO kablam! Running /target/debug/deps/baryon-34d9c0ee1cd74b4b Oct 10 21:57:31.154 INFO blam! Oct 10 21:57:31.154 INFO blam! running 0 tests Oct 10 21:57:31.154 INFO blam! Oct 10 21:57:31.154 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 21:57:31.155 INFO blam! Oct 10 21:57:31.165 INFO kablam! su: No module specific data is present Oct 10 21:57:32.167 INFO running `"docker" "rm" "-f" "5efc5eaec6234e2d9daa321eed8a0210fd172a47501fa58848b6436c1754ddce"` Oct 10 21:57:32.460 INFO blam! 5efc5eaec6234e2d9daa321eed8a0210fd172a47501fa58848b6436c1754ddce