Oct 16 14:26:42.572 INFO testing constellation-0.2.0 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 16 14:26:42.573 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 16 14:26:42.974 INFO blam! c5c0fbb07a319bb555355855a85460957e7f671f5dbb62d002580708e4cd07d4 Oct 16 14:26:42.977 INFO running `"docker" "start" "-a" "c5c0fbb07a319bb555355855a85460957e7f671f5dbb62d002580708e4cd07d4"` Oct 16 14:26:44.049 INFO kablam! usermod: no changes Oct 16 14:26:44.171 INFO kablam! Compiling constellation v0.2.0 (/source) Oct 16 14:26:48.465 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.38s Oct 16 14:26:48.471 INFO kablam! su: No module specific data is present Oct 16 14:26:49.515 INFO running `"docker" "rm" "-f" "c5c0fbb07a319bb555355855a85460957e7f671f5dbb62d002580708e4cd07d4"` Oct 16 14:26:49.911 INFO blam! c5c0fbb07a319bb555355855a85460957e7f671f5dbb62d002580708e4cd07d4 Oct 16 14:26:49.914 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 16 14:26:50.409 INFO blam! 52e4638fe77728a46015f7be9a26f4bbc3ef6aecf29bed82e87b780c4964cdce Oct 16 14:26:50.416 INFO running `"docker" "start" "-a" "52e4638fe77728a46015f7be9a26f4bbc3ef6aecf29bed82e87b780c4964cdce"` Oct 16 14:26:51.752 INFO kablam! usermod: no changes Oct 16 14:26:51.836 INFO kablam! Compiling constellation v0.2.0 (/source) Oct 16 14:26:53.231 INFO kablam! warning: unused import: `entities::*` Oct 16 14:26:53.231 INFO kablam! --> src/world.rs:594:9 Oct 16 14:26:53.231 INFO kablam! | Oct 16 14:26:53.232 INFO kablam! 594 | use entities::*; Oct 16 14:26:53.232 INFO kablam! | ^^^^^^^^^^^ Oct 16 14:26:53.232 INFO kablam! | Oct 16 14:26:53.232 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 14:26:53.232 INFO kablam! Oct 16 14:26:53.232 INFO kablam! warning: unused import: `resource::*` Oct 16 14:26:53.232 INFO kablam! --> src/world.rs:595:9 Oct 16 14:26:53.232 INFO kablam! | Oct 16 14:26:53.232 INFO kablam! 595 | use resource::*; Oct 16 14:26:53.232 INFO kablam! | ^^^^^^^^^^^ Oct 16 14:26:53.232 INFO kablam! Oct 16 14:26:53.232 INFO kablam! warning: unused import: `entities::*` Oct 16 14:26:53.232 INFO kablam! --> src/resource.rs:463:9 Oct 16 14:26:53.232 INFO kablam! | Oct 16 14:26:53.232 INFO kablam! 463 | use entities::*; Oct 16 14:26:53.232 INFO kablam! | ^^^^^^^^^^^ Oct 16 14:26:53.232 INFO kablam! Oct 16 14:26:53.232 INFO kablam! warning: unused import: `world::*` Oct 16 14:26:53.232 INFO kablam! --> src/resource.rs:464:9 Oct 16 14:26:53.232 INFO kablam! | Oct 16 14:26:53.232 INFO kablam! 464 | use world::*; Oct 16 14:26:53.232 INFO kablam! | ^^^^^^^^ Oct 16 14:26:53.232 INFO kablam! Oct 16 14:26:55.407 INFO kablam! warning: variable does not need to be mutable Oct 16 14:26:55.407 INFO kablam! --> src/world.rs:654:17 Oct 16 14:26:55.407 INFO kablam! | Oct 16 14:26:55.407 INFO kablam! 654 | let (_, mut test) = unsafe { world.get_resource_mut::().unwrap() }; Oct 16 14:26:55.407 INFO kablam! | ----^^^^ Oct 16 14:26:55.407 INFO kablam! | | Oct 16 14:26:55.407 INFO kablam! | help: remove this `mut` Oct 16 14:26:55.407 INFO kablam! | Oct 16 14:26:55.415 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 16 14:26:55.415 INFO kablam! Oct 16 14:26:59.727 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.97s Oct 16 14:26:59.731 INFO kablam! su: No module specific data is present Oct 16 14:27:00.957 INFO running `"docker" "rm" "-f" "52e4638fe77728a46015f7be9a26f4bbc3ef6aecf29bed82e87b780c4964cdce"` Oct 16 14:27:01.419 INFO blam! 52e4638fe77728a46015f7be9a26f4bbc3ef6aecf29bed82e87b780c4964cdce Oct 16 14:27:01.421 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 16 14:27:01.962 INFO blam! c562f283f488864315202f33e68c036a1e4ff29daa6e5e9a3cfaac191872310f Oct 16 14:27:01.965 INFO running `"docker" "start" "-a" "c562f283f488864315202f33e68c036a1e4ff29daa6e5e9a3cfaac191872310f"` Oct 16 14:27:03.106 INFO kablam! usermod: no changes Oct 16 14:27:03.132 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 16 14:27:03.142 INFO kablam! Running /target/debug/deps/constellation-b8d672c4165cdf05 Oct 16 14:27:03.153 INFO blam! Oct 16 14:27:03.154 INFO blam! running 49 tests Oct 16 14:27:03.196 INFO blam! test bitset::atomic_set_test::add_atomic ... ok Oct 16 14:27:03.197 INFO blam! test bitset::set_test::insert ... ok Oct 16 14:27:03.227 INFO blam! test bitset::atomic_set_test::clear ... ok Oct 16 14:27:03.227 INFO blam! test bitset::atomic_set_test::remove ... ok Oct 16 14:27:03.227 INFO blam! test bitset::atomic_set_test::insert ... ok Oct 16 14:27:03.239 INFO blam! test bitset::set_test::not ... ok Oct 16 14:27:03.243 INFO blam! test bitset::set_test::remove ... ok Oct 16 14:27:03.243 INFO blam! test entities::entities_tests::allocate ... ok Oct 16 14:27:03.327 INFO blam! test entities::entities_tests::allocate_many_no_duplicates ... ok Oct 16 14:27:03.350 INFO blam! test bitset::set_test::iter ... ok Oct 16 14:27:03.350 INFO blam! test bitset::set_test::iter_odd_even ... ok Oct 16 14:27:03.371 INFO blam! test entities::entities_tests::allocated_entity_is_alive ... ok Oct 16 14:27:03.372 INFO blam! test entities::entities_tests::deconstruct_entity ... ok Oct 16 14:27:03.379 INFO blam! test entities::entities_transaction_tests::create ... ok Oct 16 14:27:03.379 INFO blam! test entities::entities_tests::new ... ok Oct 16 14:27:03.380 INFO blam! test entities::entities_transaction_tests::created_is_alive ... ok Oct 16 14:27:03.380 INFO blam! test bitset::atomic_set_test::iter ... ok Oct 16 14:27:03.395 INFO blam! test entities::entities_transaction_tests::new ... ok Oct 16 14:27:03.395 INFO blam! test bitset::set_test::insert_100k ... ok Oct 16 14:27:03.395 INFO blam! test resource::tests::map_deconstruct_mut ... ok Oct 16 14:27:03.395 INFO blam! test entities::entities_transaction_tests::merge_allocates ... ok Oct 16 14:27:03.395 INFO blam! test bitset::atomic_set_test::iter_odd_even ... ok Oct 16 14:27:03.395 INFO blam! test resource::tests::map_deconstruct ... ok Oct 16 14:27:03.395 INFO blam! test resource::tests::vec_iter ... ok Oct 16 14:27:03.407 INFO blam! test resource::tests::run_iter_entities_r1w1 ... ok Oct 16 14:27:03.434 INFO blam! test world::tests::clean_deleted_entities ... ok Oct 16 14:27:03.434 INFO blam! test world::tests::create_world ... ok Oct 16 14:27:03.434 INFO blam! test tests::example ... ok Oct 16 14:27:03.435 INFO blam! test resource::tests::vec_iter_mut ... ok Oct 16 14:27:03.435 INFO blam! test world::tests::register_resource ... ok Oct 16 14:27:03.435 INFO blam! test world::tests::get_resource_mut ... ok Oct 16 14:27:03.435 INFO blam! test world::tests::pass_state ... ok Oct 16 14:27:03.436 INFO blam! test world::tests::register_resources_unique_id ... ok Oct 16 14:27:03.436 INFO blam! test world::tests::get_resource ... ok Oct 16 14:27:03.444 INFO blam! test world::tests::run_system ... ok Oct 16 14:27:03.444 INFO blam! test world::tests::run_multiple_system ... ok Oct 16 14:27:03.479 INFO blam! test world::tests::run_system_exclusive_write_sequential ... ok Oct 16 14:27:03.480 INFO blam! test world::tests::system_batch_all_read_distinct ... ok Oct 16 14:27:03.491 INFO blam! test world::tests::system_batch_all_read ... ok Oct 16 14:27:03.491 INFO blam! test world::tests::system_batch_all_write_distinct ... ok Oct 16 14:27:03.514 INFO blam! test bitset::atomic_set_test::add_atomic_100k ... ok Oct 16 14:27:03.528 INFO blam! test entities::entities_transaction_tests::merge_deletes ... ok Oct 16 14:27:03.529 INFO blam! test world::tests::system_batch_all_write ... ok Oct 16 14:27:03.529 INFO blam! test world::tests::system_batch_all_write_interleaved ... ok Oct 16 14:27:03.529 INFO blam! test world::tests::system_batch_mixed ... ok Oct 16 14:27:03.529 INFO blam! test world::tests::system_command_buffer ... ok Oct 16 14:27:03.535 INFO blam! test bitset::atomic_set_test::insert_100k ... ok Oct 16 14:27:03.539 INFO blam! test entities::entities_tests::allocate_many_no_duplicates_comitted ... ok Oct 16 14:27:03.679 INFO blam! test world::tests::run_system_exclusive_write_parallel ... ok Oct 16 14:27:03.679 INFO kablam! Doc-tests constellation Oct 16 14:27:03.679 INFO blam! Oct 16 14:27:03.679 INFO blam! test result: ok. 49 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 14:27:03.679 INFO blam! Oct 16 14:27:05.612 INFO blam! Oct 16 14:27:05.612 INFO blam! running 2 tests Oct 16 14:27:10.864 INFO blam! test src/lib.rs - (line 48) ... ok Oct 16 14:27:10.895 INFO blam! test src/lib.rs - (line 21) ... ok Oct 16 14:27:10.895 INFO blam! Oct 16 14:27:10.895 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 14:27:10.895 INFO blam! Oct 16 14:27:10.911 INFO kablam! su: No module specific data is present Oct 16 14:27:11.441 INFO running `"docker" "rm" "-f" "c562f283f488864315202f33e68c036a1e4ff29daa6e5e9a3cfaac191872310f"` Oct 16 14:27:11.701 INFO blam! c562f283f488864315202f33e68c036a1e4ff29daa6e5e9a3cfaac191872310f