Oct 10 13:33:26.778 INFO testing thinkrapido/bb2 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 13:33:26.778 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 13:33:26.778 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/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 13:33:27.259 INFO blam! 9bb1656ff2fb31cf15007e596e2fbb8b1086951417cf9c8758119c8226f8da59 Oct 10 13:33:27.261 INFO running `"docker" "start" "-a" "9bb1656ff2fb31cf15007e596e2fbb8b1086951417cf9c8758119c8226f8da59"` Oct 10 13:33:28.548 INFO kablam! usermod: no changes Oct 10 13:33:28.627 INFO kablam! Compiling noisy_float v0.1.4 Oct 10 13:33:29.470 INFO kablam! Compiling game v0.1.0 (/source/lib/game) Oct 10 13:33:30.116 INFO kablam! warning: unused import: `::noisy_float::*` Oct 10 13:33:30.116 INFO kablam! --> lib/game/src/utils/tmx/tileset.rs:2:5 Oct 10 13:33:30.116 INFO kablam! | Oct 10 13:33:30.116 INFO kablam! 2 | use ::noisy_float::*; Oct 10 13:33:30.116 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 10 13:33:30.116 INFO kablam! | Oct 10 13:33:30.116 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 13:33:30.116 INFO kablam! Oct 10 13:33:30.116 INFO kablam! warning: unused import: `::noisy_float::prelude::*` Oct 10 13:33:30.116 INFO kablam! --> lib/game/src/utils/tmx/tileset.rs:3:5 Oct 10 13:33:30.116 INFO kablam! | Oct 10 13:33:30.116 INFO kablam! 3 | use ::noisy_float::prelude::*; Oct 10 13:33:30.116 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:33:30.116 INFO kablam! Oct 10 13:33:30.116 INFO kablam! warning: unused import: `self::property::*` Oct 10 13:33:30.116 INFO kablam! --> lib/game/src/utils/tmx/mod.rs:16:5 Oct 10 13:33:30.116 INFO kablam! | Oct 10 13:33:30.116 INFO kablam! 16 | use self::property::*; Oct 10 13:33:30.116 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 10 13:33:30.116 INFO kablam! Oct 10 13:33:30.376 INFO kablam! warning: method is never used: `tile` Oct 10 13:33:30.376 INFO kablam! --> lib/game/src/utils/tmx/tileset.rs:24:5 Oct 10 13:33:30.376 INFO kablam! | Oct 10 13:33:30.376 INFO kablam! 24 | pub fn tile(&self, id: usize) -> Option<&Tile> { Oct 10 13:33:30.376 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:33:30.376 INFO kablam! | Oct 10 13:33:30.376 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 13:33:30.376 INFO kablam! Oct 10 13:33:30.377 INFO kablam! warning: method is never used: `property` Oct 10 13:33:30.377 INFO kablam! --> lib/game/src/utils/tmx/tileset.rs:28:5 Oct 10 13:33:30.377 INFO kablam! | Oct 10 13:33:30.377 INFO kablam! 28 | pub fn property(&self, id: usize, name: &str) -> Option<&PropertyEnum> { Oct 10 13:33:30.377 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:33:30.377 INFO kablam! Oct 10 13:33:30.377 INFO kablam! warning: function is never used: `read_node_elements` Oct 10 13:33:30.377 INFO kablam! --> lib/game/src/utils/tmx/node.rs:16:1 Oct 10 13:33:30.377 INFO kablam! | Oct 10 13:33:30.377 INFO kablam! 16 | pub fn read_node_elements(current: &mut Node, reader: &mut EventReader) { Oct 10 13:33:30.377 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:33:30.377 INFO kablam! Oct 10 13:33:30.377 INFO kablam! warning: method is never used: `from_file` Oct 10 13:33:30.377 INFO kablam! --> lib/game/src/utils/tmx/mod.rs:29:5 Oct 10 13:33:30.377 INFO kablam! | Oct 10 13:33:30.377 INFO kablam! 29 | pub fn from_file(file_name: &str) -> TmxContent { Oct 10 13:33:30.377 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:33:30.377 INFO kablam! Oct 10 13:33:30.377 INFO kablam! warning: function is never used: `parser_config` Oct 10 13:33:30.377 INFO kablam! --> lib/game/src/utils/tmx/mod.rs:53:1 Oct 10 13:33:30.377 INFO kablam! | Oct 10 13:33:30.377 INFO kablam! 53 | fn parser_config() -> ParserConfig { Oct 10 13:33:30.377 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:33:30.377 INFO kablam! Oct 10 13:33:30.377 INFO kablam! warning: function is never used: `create_tmx_content` Oct 10 13:33:30.377 INFO kablam! --> lib/game/src/utils/tmx/mod.rs:61:1 Oct 10 13:33:30.377 INFO kablam! | Oct 10 13:33:30.377 INFO kablam! 61 | fn create_tmx_content(root: &Node) -> TmxContent { Oct 10 13:33:30.377 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:33:30.377 INFO kablam! Oct 10 13:33:30.377 INFO kablam! warning: variant is never constructed: `Layer` Oct 10 13:33:30.377 INFO kablam! --> lib/game/src/utils/tmx/mod.rs:90:5 Oct 10 13:33:30.377 INFO kablam! | Oct 10 13:33:30.377 INFO kablam! 90 | Layer(TmxLayer), Oct 10 13:33:30.377 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 13:33:30.377 INFO kablam! Oct 10 13:33:30.377 INFO kablam! warning: variant is never constructed: `Tileset` Oct 10 13:33:30.377 INFO kablam! --> lib/game/src/utils/tmx/mod.rs:91:5 Oct 10 13:33:30.377 INFO kablam! | Oct 10 13:33:30.377 INFO kablam! 91 | Tileset(TmxTileset), Oct 10 13:33:30.377 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 10 13:33:30.377 INFO kablam! Oct 10 13:33:30.377 INFO kablam! warning: variant is never constructed: `ObjectGroup` Oct 10 13:33:30.377 INFO kablam! --> lib/game/src/utils/tmx/mod.rs:92:5 Oct 10 13:33:30.377 INFO kablam! | Oct 10 13:33:30.377 INFO kablam! 92 | ObjectGroup(TmxObjectGroup), Oct 10 13:33:30.377 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:33:30.377 INFO kablam! Oct 10 13:33:30.377 INFO kablam! warning: function is never used: `epsilon` Oct 10 13:33:30.377 INFO kablam! --> lib/game/src/utils/mod.rs:4:1 Oct 10 13:33:30.377 INFO kablam! | Oct 10 13:33:30.377 INFO kablam! 4 | pub fn epsilon(num1: f32, num2: f32, epsilon: f32) -> bool { Oct 10 13:33:30.377 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 13:33:30.377 INFO kablam! Oct 10 13:33:31.580 INFO kablam! Compiling bb2 v0.1.0 (/source) Oct 10 13:33:32.620 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.03s Oct 10 13:33:32.622 INFO kablam! su: No module specific data is present Oct 10 13:33:33.440 INFO running `"docker" "rm" "-f" "9bb1656ff2fb31cf15007e596e2fbb8b1086951417cf9c8758119c8226f8da59"` Oct 10 13:33:33.770 INFO blam! 9bb1656ff2fb31cf15007e596e2fbb8b1086951417cf9c8758119c8226f8da59 Oct 10 13:33:33.771 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 13:33:33.772 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/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 13:33:34.246 INFO blam! 2f7447782fd77ce83500e5a61e3022cb23f899aa137725ebe9bcb640f5b775eb Oct 10 13:33:34.247 INFO running `"docker" "start" "-a" "2f7447782fd77ce83500e5a61e3022cb23f899aa137725ebe9bcb640f5b775eb"` Oct 10 13:33:35.504 INFO kablam! usermod: no changes Oct 10 13:33:35.574 INFO kablam! Compiling bb2 v0.1.0 (/source) Oct 10 13:33:36.720 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.19s Oct 10 13:33:36.722 INFO kablam! su: No module specific data is present Oct 10 13:33:37.645 INFO running `"docker" "rm" "-f" "2f7447782fd77ce83500e5a61e3022cb23f899aa137725ebe9bcb640f5b775eb"` Oct 10 13:33:38.084 INFO blam! 2f7447782fd77ce83500e5a61e3022cb23f899aa137725ebe9bcb640f5b775eb Oct 10 13:33:38.100 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 13:33:38.100 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/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 13:33:38.532 INFO blam! bda12a305378c779c490f91164c193bceb56e9729420ec5b4c08a7d6a02a4e21 Oct 10 13:33:38.544 INFO running `"docker" "start" "-a" "bda12a305378c779c490f91164c193bceb56e9729420ec5b4c08a7d6a02a4e21"` Oct 10 13:33:40.200 INFO kablam! usermod: no changes Oct 10 13:33:40.279 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 10 13:33:40.279 INFO kablam! Running /target/debug/deps/bb2-3bd3f5a56f11eee9 Oct 10 13:33:40.282 INFO blam! Oct 10 13:33:40.282 INFO blam! running 0 tests Oct 10 13:33:40.282 INFO blam! Oct 10 13:33:40.282 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 13:33:40.282 INFO blam! Oct 10 13:33:40.286 INFO kablam! su: No module specific data is present Oct 10 13:33:41.137 INFO running `"docker" "rm" "-f" "bda12a305378c779c490f91164c193bceb56e9729420ec5b4c08a7d6a02a4e21"` Oct 10 13:33:41.427 INFO blam! bda12a305378c779c490f91164c193bceb56e9729420ec5b4c08a7d6a02a4e21