Oct 15 16:25:58.624 INFO testing tinyecs-0.0.3 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 16:25:58.624 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 15 16:25:59.136 INFO blam! 38da65f4d38ba1868ffeba8cfde5635f25d13408cf7385d97b29ac51f83787d4 Oct 15 16:25:59.138 INFO running `"docker" "start" "-a" "38da65f4d38ba1868ffeba8cfde5635f25d13408cf7385d97b29ac51f83787d4"` Oct 15 16:26:00.878 INFO kablam! usermod: no changes Oct 15 16:26:00.955 INFO kablam! Compiling tinyprof v0.0.1 Oct 15 16:26:01.971 INFO kablam! Compiling tinyecs v0.0.3 (/source) Oct 15 16:26:02.635 INFO kablam! warning: variable does not need to be mutable Oct 15 16:26:02.635 INFO kablam! --> src/fast_dict.rs:102:18 Oct 15 16:26:02.635 INFO kablam! | Oct 15 16:26:02.635 INFO kablam! 102 | Some(mut item) => match item { Oct 15 16:26:02.635 INFO kablam! | ----^^^^ Oct 15 16:26:02.635 INFO kablam! | | Oct 15 16:26:02.635 INFO kablam! | help: remove this `mut` Oct 15 16:26:02.635 INFO kablam! | Oct 15 16:26:02.635 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 16:26:02.635 INFO kablam! Oct 15 16:26:03.495 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.59s Oct 15 16:26:03.505 INFO kablam! su: No module specific data is present Oct 15 16:26:04.223 INFO running `"docker" "rm" "-f" "38da65f4d38ba1868ffeba8cfde5635f25d13408cf7385d97b29ac51f83787d4"` Oct 15 16:26:04.475 INFO blam! 38da65f4d38ba1868ffeba8cfde5635f25d13408cf7385d97b29ac51f83787d4 Oct 15 16:26:04.481 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 15 16:26:04.801 INFO blam! cae51baf82d96a9c044ae65049ea38fe03f6ecd33328137916681666867e0104 Oct 15 16:26:04.803 INFO running `"docker" "start" "-a" "cae51baf82d96a9c044ae65049ea38fe03f6ecd33328137916681666867e0104"` Oct 15 16:26:05.835 INFO kablam! usermod: no changes Oct 15 16:26:05.935 INFO kablam! Compiling tinyecs v0.0.3 (/source) Oct 15 16:26:07.555 INFO kablam! warning: unused `#[macro_use]` import Oct 15 16:26:07.555 INFO kablam! --> examples/render_gui_system.rs:4:1 Oct 15 16:26:07.555 INFO kablam! | Oct 15 16:26:07.555 INFO kablam! 4 | #[macro_use] extern crate tinyecs; Oct 15 16:26:07.555 INFO kablam! | ^^^^^^^^^^^^ Oct 15 16:26:07.555 INFO kablam! | Oct 15 16:26:07.555 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 16:26:07.555 INFO kablam! Oct 15 16:26:07.819 INFO kablam! warning: unused `#[macro_use]` import Oct 15 16:26:07.819 INFO kablam! --> examples/spawn_system.rs:1:1 Oct 15 16:26:07.819 INFO kablam! | Oct 15 16:26:07.819 INFO kablam! 1 | #[macro_use] extern crate tinyecs; Oct 15 16:26:07.819 INFO kablam! | ^^^^^^^^^^^^ Oct 15 16:26:07.827 INFO kablam! | Oct 15 16:26:07.827 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 16:26:07.827 INFO kablam! Oct 15 16:26:07.959 INFO kablam! warning: unused `#[macro_use]` import Oct 15 16:26:07.959 INFO kablam! --> examples/process_macro.rs:1:1 Oct 15 16:26:07.959 INFO kablam! | Oct 15 16:26:07.959 INFO kablam! 1 | #[macro_use] extern crate tinyecs; Oct 15 16:26:07.959 INFO kablam! | ^^^^^^^^^^^^ Oct 15 16:26:07.959 INFO kablam! | Oct 15 16:26:07.959 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 16:26:07.959 INFO kablam! Oct 15 16:26:08.051 INFO kablam! warning: variable does not need to be mutable Oct 15 16:26:08.051 INFO kablam! --> src/fast_dict.rs:102:18 Oct 15 16:26:08.051 INFO kablam! | Oct 15 16:26:08.051 INFO kablam! 102 | Some(mut item) => match item { Oct 15 16:26:08.051 INFO kablam! | ----^^^^ Oct 15 16:26:08.051 INFO kablam! | | Oct 15 16:26:08.051 INFO kablam! | help: remove this `mut` Oct 15 16:26:08.051 INFO kablam! | Oct 15 16:26:08.051 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 16:26:08.051 INFO kablam! Oct 15 16:26:08.463 INFO kablam! warning: unused `#[macro_use]` import Oct 15 16:26:08.463 INFO kablam! --> examples/systems.rs:1:1 Oct 15 16:26:08.463 INFO kablam! | Oct 15 16:26:08.463 INFO kablam! 1 | #[macro_use] extern crate tinyecs; Oct 15 16:26:08.463 INFO kablam! | ^^^^^^^^^^^^ Oct 15 16:26:08.463 INFO kablam! | Oct 15 16:26:08.463 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 16:26:08.463 INFO kablam! Oct 15 16:26:09.751 INFO kablam! warning: unused `#[macro_use]` import Oct 15 16:26:09.751 INFO kablam! --> examples/process_types.rs:1:1 Oct 15 16:26:09.751 INFO kablam! | Oct 15 16:26:09.751 INFO kablam! 1 | #[macro_use] extern crate tinyecs; Oct 15 16:26:09.751 INFO kablam! | ^^^^^^^^^^^^ Oct 15 16:26:09.751 INFO kablam! | Oct 15 16:26:09.751 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 16:26:09.751 INFO kablam! Oct 15 16:26:13.471 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.60s Oct 15 16:26:13.471 INFO kablam! su: No module specific data is present Oct 15 16:26:14.010 INFO running `"docker" "rm" "-f" "cae51baf82d96a9c044ae65049ea38fe03f6ecd33328137916681666867e0104"` Oct 15 16:26:14.395 INFO blam! cae51baf82d96a9c044ae65049ea38fe03f6ecd33328137916681666867e0104 Oct 15 16:26:14.399 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 15 16:26:14.863 INFO blam! 04fe94ab201cba34515fda1d31176e1cef621a74ace2df957c445358e8ecba3b Oct 15 16:26:14.871 INFO running `"docker" "start" "-a" "04fe94ab201cba34515fda1d31176e1cef621a74ace2df957c445358e8ecba3b"` Oct 15 16:26:16.275 INFO kablam! usermod: no changes Oct 15 16:26:16.371 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 15 16:26:16.383 INFO kablam! Running /target/debug/deps/tinyecs-a4ae4b79941b4a94 Oct 15 16:26:16.391 INFO blam! Oct 15 16:26:16.391 INFO blam! running 2 tests Oct 15 16:26:16.391 INFO blam! test entity::get_component_test ... ok Oct 15 16:26:16.391 INFO blam! test fast_dict::test_insert ... ok Oct 15 16:26:16.391 INFO blam! Oct 15 16:26:16.391 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 16:26:16.391 INFO blam! Oct 15 16:26:16.392 INFO kablam! Doc-tests tinyecs Oct 15 16:26:17.411 INFO blam! Oct 15 16:26:17.411 INFO blam! running 10 tests Oct 15 16:26:17.411 INFO blam! test src/lib.rs - (line 11) ... ignored Oct 15 16:26:17.411 INFO blam! test src/lib.rs - (line 21) ... ignored Oct 15 16:26:17.411 INFO blam! test src/lib.rs - (line 32) ... ignored Oct 15 16:26:17.411 INFO blam! test src/lib.rs - (line 41) ... ignored Oct 15 16:26:17.411 INFO blam! test src/lib.rs - (line 47) ... ignored Oct 15 16:26:17.411 INFO blam! test src/system.rs - register_system (line 43) ... ignored Oct 15 16:26:17.411 INFO blam! test src/system.rs - register_system (line 48) ... ignored Oct 15 16:26:17.411 INFO blam! test src/system.rs - register_system (line 55) ... ignored Oct 15 16:26:17.411 INFO blam! test src/system.rs - transit_system (line 117) ... ignored Oct 15 16:26:18.458 INFO blam! test src/world.rs - world::World::entity_manager (line 88) ... ok Oct 15 16:26:18.458 INFO blam! Oct 15 16:26:18.458 INFO blam! test result: ok. 1 passed; 0 failed; 9 ignored; 0 measured; 0 filtered out Oct 15 16:26:18.458 INFO blam! Oct 15 16:26:18.469 INFO kablam! su: No module specific data is present Oct 15 16:26:19.245 INFO running `"docker" "rm" "-f" "04fe94ab201cba34515fda1d31176e1cef621a74ace2df957c445358e8ecba3b"` Oct 15 16:26:19.590 INFO blam! 04fe94ab201cba34515fda1d31176e1cef621a74ace2df957c445358e8ecba3b