Oct 12 21:37:46.399 INFO testing thinkrapido/bb2 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 12 21:37:46.400 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-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 12 21:37:47.025 INFO blam! 62a854a8a96f094a1f96efc87c4882499f3e6a2b0120530ade9674c4b62240c8 Oct 12 21:37:47.027 INFO running `"docker" "start" "-a" "62a854a8a96f094a1f96efc87c4882499f3e6a2b0120530ade9674c4b62240c8"` Oct 12 21:37:48.466 INFO kablam! usermod: no changes Oct 12 21:37:48.536 INFO kablam! Compiling noisy_float v0.1.4 Oct 12 21:37:48.539 INFO kablam! Compiling xml-rs v0.7.0 Oct 12 21:37:53.411 INFO kablam! Compiling game v0.1.0 (/source/lib/game) Oct 12 21:37:53.596 INFO kablam! warning: unused import: `::noisy_float::*` Oct 12 21:37:53.596 INFO kablam! --> lib/game/src/utils/tmx/tileset.rs:2:5 Oct 12 21:37:53.596 INFO kablam! | Oct 12 21:37:53.597 INFO kablam! 2 | use ::noisy_float::*; Oct 12 21:37:53.597 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 12 21:37:53.597 INFO kablam! | Oct 12 21:37:53.598 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 21:37:53.598 INFO kablam! Oct 12 21:37:53.598 INFO kablam! warning: unused import: `::noisy_float::prelude::*` Oct 12 21:37:53.598 INFO kablam! --> lib/game/src/utils/tmx/tileset.rs:3:5 Oct 12 21:37:53.599 INFO kablam! | Oct 12 21:37:53.599 INFO kablam! 3 | use ::noisy_float::prelude::*; Oct 12 21:37:53.599 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:37:53.600 INFO kablam! Oct 12 21:37:53.603 INFO kablam! warning: unused import: `self::property::*` Oct 12 21:37:53.603 INFO kablam! --> lib/game/src/utils/tmx/mod.rs:16:5 Oct 12 21:37:53.604 INFO kablam! | Oct 12 21:37:53.604 INFO kablam! 16 | use self::property::*; Oct 12 21:37:53.604 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 12 21:37:53.604 INFO kablam! Oct 12 21:37:53.867 INFO kablam! warning: method is never used: `tile` Oct 12 21:37:53.868 INFO kablam! --> lib/game/src/utils/tmx/tileset.rs:24:5 Oct 12 21:37:53.868 INFO kablam! | Oct 12 21:37:53.868 INFO kablam! 24 | pub fn tile(&self, id: usize) -> Option<&Tile> { Oct 12 21:37:53.868 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:37:53.869 INFO kablam! | Oct 12 21:37:53.869 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 21:37:53.869 INFO kablam! Oct 12 21:37:53.869 INFO kablam! warning: method is never used: `property` Oct 12 21:37:53.870 INFO kablam! --> lib/game/src/utils/tmx/tileset.rs:28:5 Oct 12 21:37:53.870 INFO kablam! | Oct 12 21:37:53.870 INFO kablam! 28 | pub fn property(&self, id: usize, name: &str) -> Option<&PropertyEnum> { Oct 12 21:37:53.871 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:37:53.871 INFO kablam! Oct 12 21:37:53.871 INFO kablam! warning: function is never used: `read_node_elements` Oct 12 21:37:53.872 INFO kablam! --> lib/game/src/utils/tmx/node.rs:16:1 Oct 12 21:37:53.872 INFO kablam! | Oct 12 21:37:53.872 INFO kablam! 16 | pub fn read_node_elements(current: &mut Node, reader: &mut EventReader) { Oct 12 21:37:53.872 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:37:53.873 INFO kablam! Oct 12 21:37:53.873 INFO kablam! warning: method is never used: `from_file` Oct 12 21:37:53.873 INFO kablam! --> lib/game/src/utils/tmx/mod.rs:29:5 Oct 12 21:37:53.873 INFO kablam! | Oct 12 21:37:53.874 INFO kablam! 29 | pub fn from_file(file_name: &str) -> TmxContent { Oct 12 21:37:53.874 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:37:53.874 INFO kablam! Oct 12 21:37:53.875 INFO kablam! warning: function is never used: `parser_config` Oct 12 21:37:53.875 INFO kablam! --> lib/game/src/utils/tmx/mod.rs:53:1 Oct 12 21:37:53.875 INFO kablam! | Oct 12 21:37:53.875 INFO kablam! 53 | fn parser_config() -> ParserConfig { Oct 12 21:37:53.876 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:37:53.876 INFO kablam! Oct 12 21:37:53.876 INFO kablam! warning: function is never used: `create_tmx_content` Oct 12 21:37:53.876 INFO kablam! --> lib/game/src/utils/tmx/mod.rs:61:1 Oct 12 21:37:53.877 INFO kablam! | Oct 12 21:37:53.877 INFO kablam! 61 | fn create_tmx_content(root: &Node) -> TmxContent { Oct 12 21:37:53.877 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:37:53.877 INFO kablam! Oct 12 21:37:53.877 INFO kablam! warning: variant is never constructed: `Layer` Oct 12 21:37:53.878 INFO kablam! --> lib/game/src/utils/tmx/mod.rs:90:5 Oct 12 21:37:53.878 INFO kablam! | Oct 12 21:37:53.878 INFO kablam! 90 | Layer(TmxLayer), Oct 12 21:37:53.878 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 21:37:53.879 INFO kablam! Oct 12 21:37:53.879 INFO kablam! warning: variant is never constructed: `Tileset` Oct 12 21:37:53.879 INFO kablam! --> lib/game/src/utils/tmx/mod.rs:91:5 Oct 12 21:37:53.879 INFO kablam! | Oct 12 21:37:53.879 INFO kablam! 91 | Tileset(TmxTileset), Oct 12 21:37:53.880 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 12 21:37:53.880 INFO kablam! Oct 12 21:37:53.880 INFO kablam! warning: variant is never constructed: `ObjectGroup` Oct 12 21:37:53.880 INFO kablam! --> lib/game/src/utils/tmx/mod.rs:92:5 Oct 12 21:37:53.881 INFO kablam! | Oct 12 21:37:53.881 INFO kablam! 92 | ObjectGroup(TmxObjectGroup), Oct 12 21:37:53.881 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:37:53.881 INFO kablam! Oct 12 21:37:53.881 INFO kablam! warning: function is never used: `epsilon` Oct 12 21:37:53.882 INFO kablam! --> lib/game/src/utils/mod.rs:4:1 Oct 12 21:37:53.882 INFO kablam! | Oct 12 21:37:53.882 INFO kablam! 4 | pub fn epsilon(num1: f32, num2: f32, epsilon: f32) -> bool { Oct 12 21:37:53.882 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 21:37:53.887 INFO kablam! Oct 12 21:37:55.031 INFO kablam! Compiling bb2 v0.1.0 (/source) Oct 12 21:37:55.684 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.19s Oct 12 21:37:55.687 INFO kablam! su: No module specific data is present Oct 12 21:37:56.859 INFO running `"docker" "rm" "-f" "62a854a8a96f094a1f96efc87c4882499f3e6a2b0120530ade9674c4b62240c8"` Oct 12 21:37:57.107 INFO blam! 62a854a8a96f094a1f96efc87c4882499f3e6a2b0120530ade9674c4b62240c8 Oct 12 21:37:57.115 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-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 12 21:37:57.531 INFO blam! 130f516ec75cdde3adb3bbc431efa4adf715b22ec9aeb11a5916198b85580750 Oct 12 21:37:57.544 INFO running `"docker" "start" "-a" "130f516ec75cdde3adb3bbc431efa4adf715b22ec9aeb11a5916198b85580750"` Oct 12 21:37:58.762 INFO kablam! usermod: no changes Oct 12 21:37:58.860 INFO kablam! Compiling bb2 v0.1.0 (/source) Oct 12 21:37:59.807 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.01s Oct 12 21:37:59.813 INFO kablam! su: No module specific data is present Oct 12 21:38:00.674 INFO running `"docker" "rm" "-f" "130f516ec75cdde3adb3bbc431efa4adf715b22ec9aeb11a5916198b85580750"` Oct 12 21:38:00.995 INFO blam! 130f516ec75cdde3adb3bbc431efa4adf715b22ec9aeb11a5916198b85580750 Oct 12 21:38:01.000 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen" "-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 12 21:38:01.472 INFO blam! 22b331cba94d9aeac3720506c3fb01758aa5a1f07f892af9a3f4bad5c308aa39 Oct 12 21:38:01.479 INFO running `"docker" "start" "-a" "22b331cba94d9aeac3720506c3fb01758aa5a1f07f892af9a3f4bad5c308aa39"` Oct 12 21:38:02.975 INFO kablam! usermod: no changes Oct 12 21:38:03.040 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 12 21:38:03.047 INFO kablam! Running /target/debug/deps/bb2-ef37f472a2c5e752 Oct 12 21:38:03.051 INFO blam! Oct 12 21:38:03.051 INFO blam! running 0 tests Oct 12 21:38:03.051 INFO blam! Oct 12 21:38:03.051 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 21:38:03.051 INFO blam! Oct 12 21:38:03.055 INFO kablam! su: No module specific data is present Oct 12 21:38:03.973 INFO running `"docker" "rm" "-f" "22b331cba94d9aeac3720506c3fb01758aa5a1f07f892af9a3f4bad5c308aa39"` Oct 12 21:38:04.275 INFO blam! 22b331cba94d9aeac3720506c3fb01758aa5a1f07f892af9a3f4bad5c308aa39