Oct 27 03:46:30.344 INFO checking human9/baryon against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 03:46:30.345 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 27 03:46:30.892 INFO blam! 7d08b496a9a4722437bbb780525faacf954b9f7acbd91ca7647bbe4817bb02cb Oct 27 03:46:30.894 INFO running `"docker" "start" "-a" "7d08b496a9a4722437bbb780525faacf954b9f7acbd91ca7647bbe4817bb02cb"` Oct 27 03:46:32.451 INFO kablam! usermod: no changes Oct 27 03:46:32.723 INFO kablam! Checking tobj v0.1.2 Oct 27 03:46:32.723 INFO kablam! Checking num-bigint v0.1.35 Oct 27 03:46:32.723 INFO kablam! Checking quickcheck v0.2.27 Oct 27 03:46:34.895 INFO kablam! Checking num-rational v0.1.35 Oct 27 03:46:35.655 INFO kablam! Checking num v0.1.36 Oct 27 03:46:36.263 INFO kablam! Checking glm v0.2.2 Oct 27 03:46:39.030 INFO kablam! Checking baryon v0.1.0 (/source) Oct 27 03:46:41.491 INFO kablam! warning: unused import: `std::rc::Rc` Oct 27 03:46:41.491 INFO kablam! --> src/core/scene.rs:4:5 Oct 27 03:46:41.491 INFO kablam! | Oct 27 03:46:41.491 INFO kablam! 4 | use std::rc::Rc; Oct 27 03:46:41.491 INFO kablam! | ^^^^^^^^^^^ Oct 27 03:46:41.491 INFO kablam! | Oct 27 03:46:41.491 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 03:46:41.491 INFO kablam! Oct 27 03:46:41.491 INFO kablam! warning: unused import: `render::shader::Shader` Oct 27 03:46:41.491 INFO kablam! --> src/core/scene.rs:5:5 Oct 27 03:46:41.491 INFO kablam! | Oct 27 03:46:41.491 INFO kablam! 5 | use render::shader::Shader; Oct 27 03:46:41.491 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:46:41.491 INFO kablam! Oct 27 03:46:41.783 INFO kablam! warning: unused variable: `bus` Oct 27 03:46:41.783 INFO kablam! --> src/physics/simulation.rs:15:23 Oct 27 03:46:41.783 INFO kablam! | Oct 27 03:46:41.783 INFO kablam! 15 | fn run(&mut self, bus: &mut Bus) -> &system::Status { Oct 27 03:46:41.783 INFO kablam! | ^^^ help: consider using `_bus` instead Oct 27 03:46:41.783 INFO kablam! | Oct 27 03:46:41.783 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 03:46:41.783 INFO kablam! Oct 27 03:46:41.783 INFO kablam! warning: unused variable: `bus` Oct 27 03:46:41.783 INFO kablam! --> src/render/render.rs:87:23 Oct 27 03:46:41.783 INFO kablam! | Oct 27 03:46:41.783 INFO kablam! 87 | fn run(&mut self, bus: &mut Bus) -> &system::Status { Oct 27 03:46:41.783 INFO kablam! | ^^^ help: consider using `_bus` instead Oct 27 03:46:41.783 INFO kablam! Oct 27 03:46:41.799 INFO kablam! warning: unused import: `std::rc::Rc` Oct 27 03:46:41.799 INFO kablam! --> src/core/scene.rs:4:5 Oct 27 03:46:41.799 INFO kablam! | Oct 27 03:46:41.799 INFO kablam! 4 | use std::rc::Rc; Oct 27 03:46:41.799 INFO kablam! | ^^^^^^^^^^^ Oct 27 03:46:41.799 INFO kablam! | Oct 27 03:46:41.799 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 03:46:41.799 INFO kablam! Oct 27 03:46:41.799 INFO kablam! warning: unused import: `render::shader::Shader` Oct 27 03:46:41.799 INFO kablam! --> src/core/scene.rs:5:5 Oct 27 03:46:41.799 INFO kablam! | Oct 27 03:46:41.799 INFO kablam! 5 | use render::shader::Shader; Oct 27 03:46:41.799 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:46:41.799 INFO kablam! Oct 27 03:46:41.835 INFO kablam! warning: variant is never constructed: `Failed` Oct 27 03:46:41.835 INFO kablam! --> src/core/system.rs:8:5 Oct 27 03:46:41.835 INFO kablam! | Oct 27 03:46:41.835 INFO kablam! 8 | Failed, Oct 27 03:46:41.835 INFO kablam! | ^^^^^^ Oct 27 03:46:41.835 INFO kablam! | Oct 27 03:46:41.836 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 03:46:41.836 INFO kablam! Oct 27 03:46:41.838 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 03:46:41.839 INFO kablam! --> src/base/window.rs:38:13 Oct 27 03:46:41.839 INFO kablam! | Oct 27 03:46:41.839 INFO kablam! 38 | window.set_cursor_state(glutin::CursorState::Grab); Oct 27 03:46:41.839 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:46:41.839 INFO kablam! | Oct 27 03:46:41.839 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 03:46:41.839 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 03:46:41.839 INFO kablam! Oct 27 03:46:41.839 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 03:46:41.840 INFO kablam! --> src/base/window.rs:40:13 Oct 27 03:46:41.840 INFO kablam! | Oct 27 03:46:41.840 INFO kablam! 40 | window.set_cursor_position(W/2, H/2); Oct 27 03:46:41.840 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:46:41.840 INFO kablam! | Oct 27 03:46:41.840 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 03:46:41.840 INFO kablam! Oct 27 03:46:41.840 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 03:46:41.840 INFO kablam! --> src/base/window.rs:97:29 Oct 27 03:46:41.840 INFO kablam! | Oct 27 03:46:41.840 INFO kablam! 97 | self.window.set_cursor_position(self.m_pos.0, self.m_pos.1); Oct 27 03:46:41.840 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:46:41.840 INFO kablam! | Oct 27 03:46:41.840 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 03:46:41.840 INFO kablam! Oct 27 03:46:41.840 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 03:46:41.840 INFO kablam! --> src/base/window.rs:108:25 Oct 27 03:46:41.840 INFO kablam! | Oct 27 03:46:41.840 INFO kablam! 108 | self.window.set_cursor_position(self.m_pos.0, self.m_pos.1); Oct 27 03:46:41.840 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:46:41.840 INFO kablam! | Oct 27 03:46:41.840 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 03:46:41.840 INFO kablam! Oct 27 03:46:42.063 INFO kablam! warning: unused variable: `bus` Oct 27 03:46:42.063 INFO kablam! --> src/physics/simulation.rs:15:23 Oct 27 03:46:42.063 INFO kablam! | Oct 27 03:46:42.063 INFO kablam! 15 | fn run(&mut self, bus: &mut Bus) -> &system::Status { Oct 27 03:46:42.063 INFO kablam! | ^^^ help: consider using `_bus` instead Oct 27 03:46:42.063 INFO kablam! | Oct 27 03:46:42.063 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 03:46:42.063 INFO kablam! Oct 27 03:46:42.063 INFO kablam! warning: unused variable: `bus` Oct 27 03:46:42.063 INFO kablam! --> src/render/render.rs:87:23 Oct 27 03:46:42.063 INFO kablam! | Oct 27 03:46:42.063 INFO kablam! 87 | fn run(&mut self, bus: &mut Bus) -> &system::Status { Oct 27 03:46:42.063 INFO kablam! | ^^^ help: consider using `_bus` instead Oct 27 03:46:42.071 INFO kablam! Oct 27 03:46:42.119 INFO kablam! warning: variant is never constructed: `Failed` Oct 27 03:46:42.119 INFO kablam! --> src/core/system.rs:8:5 Oct 27 03:46:42.119 INFO kablam! | Oct 27 03:46:42.120 INFO kablam! 8 | Failed, Oct 27 03:46:42.120 INFO kablam! | ^^^^^^ Oct 27 03:46:42.120 INFO kablam! | Oct 27 03:46:42.120 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 03:46:42.120 INFO kablam! Oct 27 03:46:42.120 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 03:46:42.121 INFO kablam! --> src/base/window.rs:38:13 Oct 27 03:46:42.121 INFO kablam! | Oct 27 03:46:42.121 INFO kablam! 38 | window.set_cursor_state(glutin::CursorState::Grab); Oct 27 03:46:42.121 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:46:42.121 INFO kablam! | Oct 27 03:46:42.122 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 03:46:42.122 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 03:46:42.122 INFO kablam! Oct 27 03:46:42.122 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 03:46:42.122 INFO kablam! --> src/base/window.rs:40:13 Oct 27 03:46:42.122 INFO kablam! | Oct 27 03:46:42.123 INFO kablam! 40 | window.set_cursor_position(W/2, H/2); Oct 27 03:46:42.123 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:46:42.123 INFO kablam! | Oct 27 03:46:42.123 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 03:46:42.123 INFO kablam! Oct 27 03:46:42.123 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 03:46:42.124 INFO kablam! --> src/base/window.rs:97:29 Oct 27 03:46:42.124 INFO kablam! | Oct 27 03:46:42.124 INFO kablam! 97 | self.window.set_cursor_position(self.m_pos.0, self.m_pos.1); Oct 27 03:46:42.124 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:46:42.124 INFO kablam! | Oct 27 03:46:42.124 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 03:46:42.125 INFO kablam! Oct 27 03:46:42.125 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 03:46:42.125 INFO kablam! --> src/base/window.rs:108:25 Oct 27 03:46:42.125 INFO kablam! | Oct 27 03:46:42.125 INFO kablam! 108 | self.window.set_cursor_position(self.m_pos.0, self.m_pos.1); Oct 27 03:46:42.125 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 03:46:42.126 INFO kablam! | Oct 27 03:46:42.126 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 03:46:42.126 INFO kablam! Oct 27 03:46:42.207 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.71s Oct 27 03:46:42.227 INFO kablam! su: No module specific data is present Oct 27 03:46:43.259 INFO running `"docker" "rm" "-f" "7d08b496a9a4722437bbb780525faacf954b9f7acbd91ca7647bbe4817bb02cb"` Oct 27 03:46:43.490 INFO blam! 7d08b496a9a4722437bbb780525faacf954b9f7acbd91ca7647bbe4817bb02cb