Oct 21 13:02:27.494 INFO checking thinkrapido/bb2 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 13:02:27.494 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-4/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 13:02:28.080 INFO blam! 35b9f229878e9bda49738ce792e5585a310a9ba6aa94488b52c7bb5216684991 Oct 21 13:02:28.084 INFO running `"docker" "start" "-a" "35b9f229878e9bda49738ce792e5585a310a9ba6aa94488b52c7bb5216684991"` Oct 21 13:02:29.782 INFO kablam! usermod: no changes Oct 21 13:02:29.844 INFO kablam! Checking num-traits v0.1.42 Oct 21 13:02:31.245 INFO kablam! Checking noisy_float v0.1.4 Oct 21 13:02:31.808 INFO kablam! Checking game v0.1.0 (/source/lib/game) Oct 21 13:02:32.043 INFO kablam! warning: unused import: `::noisy_float::*` Oct 21 13:02:32.043 INFO kablam! --> lib/game/src/utils/tmx/tileset.rs:2:5 Oct 21 13:02:32.043 INFO kablam! | Oct 21 13:02:32.043 INFO kablam! 2 | use ::noisy_float::*; Oct 21 13:02:32.043 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 21 13:02:32.043 INFO kablam! | Oct 21 13:02:32.043 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 13:02:32.043 INFO kablam! Oct 21 13:02:32.043 INFO kablam! warning: unused import: `::noisy_float::prelude::*` Oct 21 13:02:32.043 INFO kablam! --> lib/game/src/utils/tmx/tileset.rs:3:5 Oct 21 13:02:32.043 INFO kablam! | Oct 21 13:02:32.043 INFO kablam! 3 | use ::noisy_float::prelude::*; Oct 21 13:02:32.043 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:02:32.043 INFO kablam! Oct 21 13:02:32.043 INFO kablam! warning: unused import: `self::property::*` Oct 21 13:02:32.043 INFO kablam! --> lib/game/src/utils/tmx/mod.rs:16:5 Oct 21 13:02:32.043 INFO kablam! | Oct 21 13:02:32.043 INFO kablam! 16 | use self::property::*; Oct 21 13:02:32.043 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 21 13:02:32.043 INFO kablam! Oct 21 13:02:32.336 INFO kablam! warning: method is never used: `tile` Oct 21 13:02:32.336 INFO kablam! --> lib/game/src/utils/tmx/tileset.rs:24:5 Oct 21 13:02:32.336 INFO kablam! | Oct 21 13:02:32.336 INFO kablam! 24 | pub fn tile(&self, id: usize) -> Option<&Tile> { Oct 21 13:02:32.336 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:02:32.336 INFO kablam! | Oct 21 13:02:32.336 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 13:02:32.336 INFO kablam! Oct 21 13:02:32.337 INFO kablam! warning: method is never used: `property` Oct 21 13:02:32.337 INFO kablam! --> lib/game/src/utils/tmx/tileset.rs:28:5 Oct 21 13:02:32.337 INFO kablam! | Oct 21 13:02:32.337 INFO kablam! 28 | pub fn property(&self, id: usize, name: &str) -> Option<&PropertyEnum> { Oct 21 13:02:32.337 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:02:32.337 INFO kablam! Oct 21 13:02:32.337 INFO kablam! warning: function is never used: `read_node_elements` Oct 21 13:02:32.337 INFO kablam! --> lib/game/src/utils/tmx/node.rs:16:1 Oct 21 13:02:32.337 INFO kablam! | Oct 21 13:02:32.337 INFO kablam! 16 | pub fn read_node_elements(current: &mut Node, reader: &mut EventReader) { Oct 21 13:02:32.337 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:02:32.337 INFO kablam! Oct 21 13:02:32.337 INFO kablam! warning: method is never used: `from_file` Oct 21 13:02:32.337 INFO kablam! --> lib/game/src/utils/tmx/mod.rs:29:5 Oct 21 13:02:32.337 INFO kablam! | Oct 21 13:02:32.337 INFO kablam! 29 | pub fn from_file(file_name: &str) -> TmxContent { Oct 21 13:02:32.337 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:02:32.337 INFO kablam! Oct 21 13:02:32.337 INFO kablam! warning: function is never used: `parser_config` Oct 21 13:02:32.337 INFO kablam! --> lib/game/src/utils/tmx/mod.rs:53:1 Oct 21 13:02:32.337 INFO kablam! | Oct 21 13:02:32.337 INFO kablam! 53 | fn parser_config() -> ParserConfig { Oct 21 13:02:32.337 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:02:32.337 INFO kablam! Oct 21 13:02:32.337 INFO kablam! warning: function is never used: `create_tmx_content` Oct 21 13:02:32.337 INFO kablam! --> lib/game/src/utils/tmx/mod.rs:61:1 Oct 21 13:02:32.337 INFO kablam! | Oct 21 13:02:32.337 INFO kablam! 61 | fn create_tmx_content(root: &Node) -> TmxContent { Oct 21 13:02:32.337 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:02:32.337 INFO kablam! Oct 21 13:02:32.337 INFO kablam! warning: variant is never constructed: `Layer` Oct 21 13:02:32.337 INFO kablam! --> lib/game/src/utils/tmx/mod.rs:90:5 Oct 21 13:02:32.337 INFO kablam! | Oct 21 13:02:32.337 INFO kablam! 90 | Layer(TmxLayer), Oct 21 13:02:32.337 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 21 13:02:32.337 INFO kablam! Oct 21 13:02:32.337 INFO kablam! warning: variant is never constructed: `Tileset` Oct 21 13:02:32.337 INFO kablam! --> lib/game/src/utils/tmx/mod.rs:91:5 Oct 21 13:02:32.337 INFO kablam! | Oct 21 13:02:32.337 INFO kablam! 91 | Tileset(TmxTileset), Oct 21 13:02:32.337 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 21 13:02:32.337 INFO kablam! Oct 21 13:02:32.337 INFO kablam! warning: variant is never constructed: `ObjectGroup` Oct 21 13:02:32.337 INFO kablam! --> lib/game/src/utils/tmx/mod.rs:92:5 Oct 21 13:02:32.337 INFO kablam! | Oct 21 13:02:32.337 INFO kablam! 92 | ObjectGroup(TmxObjectGroup), Oct 21 13:02:32.337 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:02:32.337 INFO kablam! Oct 21 13:02:32.337 INFO kablam! warning: function is never used: `epsilon` Oct 21 13:02:32.337 INFO kablam! --> lib/game/src/utils/mod.rs:4:1 Oct 21 13:02:32.337 INFO kablam! | Oct 21 13:02:32.337 INFO kablam! 4 | pub fn epsilon(num1: f32, num2: f32, epsilon: f32) -> bool { Oct 21 13:02:32.337 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 13:02:32.337 INFO kablam! Oct 21 13:02:32.388 INFO kablam! Checking bb2 v0.1.0 (/source) Oct 21 13:02:32.796 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.99s Oct 21 13:02:32.796 INFO kablam! su: No module specific data is present Oct 21 13:02:34.054 INFO running `"docker" "rm" "-f" "35b9f229878e9bda49738ce792e5585a310a9ba6aa94488b52c7bb5216684991"` Oct 21 13:02:34.432 INFO blam! 35b9f229878e9bda49738ce792e5585a310a9ba6aa94488b52c7bb5216684991