Oct 13 02:56:53.277 INFO testing remram44/vigilant-steel against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 02:56:53.279 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 13 02:56:53.755 INFO blam! 9a70d52139a872d7648d73eae90714e6adde528fcffa2a6a74f2b238550490f0 Oct 13 02:56:53.759 INFO running `"docker" "start" "-a" "9a70d52139a872d7648d73eae90714e6adde528fcffa2a6a74f2b238550490f0"` Oct 13 02:56:55.295 INFO kablam! usermod: no changes Oct 13 02:56:55.616 INFO kablam! Compiling arrayvec v0.4.7 Oct 13 02:56:55.623 INFO kablam! Compiling rand v0.4.2 Oct 13 02:56:55.623 INFO kablam! Compiling num_cpus v1.8.0 Oct 13 02:56:55.624 INFO kablam! Compiling time v0.1.39 Oct 13 02:56:59.568 INFO kablam! Compiling pulse v0.5.3 Oct 13 02:56:59.811 INFO kablam! Compiling crossbeam-epoch v0.3.0 Oct 13 02:57:02.777 INFO kablam! Compiling crossbeam-deque v0.2.0 Oct 13 02:57:04.156 INFO kablam! Compiling rayon-core v1.4.0 Oct 13 02:57:06.652 INFO kablam! Compiling rayon v0.8.2 Oct 13 02:57:10.093 INFO kablam! Compiling hibitset v0.3.2 Oct 13 02:57:10.094 INFO kablam! Compiling shred v0.5.2 Oct 13 02:57:14.980 INFO kablam! Compiling specs v0.10.0 Oct 13 02:57:18.388 INFO kablam! Compiling game v0.1.0 (/source) Oct 13 02:57:19.811 INFO kablam! warning: unused variable: `role` Oct 13 02:57:19.812 INFO kablam! --> src/physics.rs:73:5 Oct 13 02:57:19.813 INFO kablam! | Oct 13 02:57:19.813 INFO kablam! 73 | role: Role, Oct 13 02:57:19.814 INFO kablam! | ^^^^ help: consider using `_role` instead Oct 13 02:57:19.814 INFO kablam! | Oct 13 02:57:19.815 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 02:57:19.815 INFO kablam! Oct 13 02:57:19.816 INFO kablam! warning: unused variable: `lazy` Oct 13 02:57:19.816 INFO kablam! --> src/physics.rs:75:5 Oct 13 02:57:19.817 INFO kablam! | Oct 13 02:57:19.818 INFO kablam! 75 | lazy: &Fetch, Oct 13 02:57:19.818 INFO kablam! | ^^^^ help: consider using `_lazy` instead Oct 13 02:57:19.819 INFO kablam! Oct 13 02:57:19.819 INFO kablam! warning: unused variable: `lazy` Oct 13 02:57:19.820 INFO kablam! --> src/physics.rs:518:5 Oct 13 02:57:19.821 INFO kablam! | Oct 13 02:57:19.821 INFO kablam! 518 | lazy: &Fetch<'a, LazyUpdate>, Oct 13 02:57:19.822 INFO kablam! | ^^^^ help: consider using `_lazy` instead Oct 13 02:57:19.822 INFO kablam! Oct 13 02:57:19.827 INFO kablam! warning: unused variable: `ent` Oct 13 02:57:19.827 INFO kablam! --> src/ship.rs:342:18 Oct 13 02:57:19.828 INFO kablam! | Oct 13 02:57:19.829 INFO kablam! 342 | for (ent, pos, vel, _) in Oct 13 02:57:19.829 INFO kablam! | ^^^ help: consider using `_ent` instead Oct 13 02:57:19.830 INFO kablam! Oct 13 02:57:19.831 INFO kablam! warning: unused variable: `ent` Oct 13 02:57:19.831 INFO kablam! --> src/ship.rs:359:14 Oct 13 02:57:19.832 INFO kablam! | Oct 13 02:57:19.832 INFO kablam! 359 | for (ent, mut ship, _) in (&*entities, &mut ship, &local).join() { Oct 13 02:57:19.833 INFO kablam! | ^^^ help: consider using `_ent` instead Oct 13 02:57:19.833 INFO kablam! Oct 13 02:57:19.834 INFO kablam! warning: variable `fired` is assigned to, but never used Oct 13 02:57:19.835 INFO kablam! --> src/ship.rs:498:25 Oct 13 02:57:19.835 INFO kablam! | Oct 13 02:57:19.836 INFO kablam! 498 | let mut fired = false; Oct 13 02:57:19.836 INFO kablam! | ^^^^^ Oct 13 02:57:19.837 INFO kablam! | Oct 13 02:57:19.838 INFO kablam! = note: consider using `_fired` instead Oct 13 02:57:19.838 INFO kablam! Oct 13 02:57:19.839 INFO kablam! warning: value assigned to `fired` is never read Oct 13 02:57:19.839 INFO kablam! --> src/ship.rs:573:25 Oct 13 02:57:19.840 INFO kablam! | Oct 13 02:57:19.841 INFO kablam! 573 | fired = true; Oct 13 02:57:19.841 INFO kablam! | ^^^^^ Oct 13 02:57:19.842 INFO kablam! | Oct 13 02:57:19.842 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 13 02:57:19.842 INFO kablam! Oct 13 02:57:25.008 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 29.69s Oct 13 02:57:25.039 INFO kablam! su: No module specific data is present Oct 13 02:57:29.421 INFO running `"docker" "rm" "-f" "9a70d52139a872d7648d73eae90714e6adde528fcffa2a6a74f2b238550490f0"` Oct 13 02:57:29.711 INFO blam! 9a70d52139a872d7648d73eae90714e6adde528fcffa2a6a74f2b238550490f0 Oct 13 02:57:29.720 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 13 02:57:30.225 INFO blam! 7c378795d51ebbaf89359a95ea9a98a732c7ab138dd86c557ad311d1172e32ef Oct 13 02:57:30.227 INFO running `"docker" "start" "-a" "7c378795d51ebbaf89359a95ea9a98a732c7ab138dd86c557ad311d1172e32ef"` Oct 13 02:57:31.670 INFO kablam! usermod: no changes Oct 13 02:57:31.895 INFO kablam! Compiling game v0.1.0 (/source) Oct 13 02:57:32.814 INFO kablam! warning: unused import: `Node` Oct 13 02:57:32.814 INFO kablam! --> src/tree.rs:145:26 Oct 13 02:57:32.814 INFO kablam! | Oct 13 02:57:32.814 INFO kablam! 145 | use super::{Content, Node, Tree}; Oct 13 02:57:32.814 INFO kablam! | ^^^^ Oct 13 02:57:32.814 INFO kablam! | Oct 13 02:57:32.816 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 02:57:32.816 INFO kablam! Oct 13 02:57:33.413 INFO kablam! warning: unused variable: `role` Oct 13 02:57:33.414 INFO kablam! --> src/physics.rs:73:5 Oct 13 02:57:33.414 INFO kablam! | Oct 13 02:57:33.414 INFO kablam! 73 | role: Role, Oct 13 02:57:33.414 INFO kablam! | ^^^^ help: consider using `_role` instead Oct 13 02:57:33.414 INFO kablam! | Oct 13 02:57:33.414 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 02:57:33.414 INFO kablam! Oct 13 02:57:33.414 INFO kablam! warning: unused variable: `lazy` Oct 13 02:57:33.414 INFO kablam! --> src/physics.rs:75:5 Oct 13 02:57:33.414 INFO kablam! | Oct 13 02:57:33.414 INFO kablam! 75 | lazy: &Fetch, Oct 13 02:57:33.414 INFO kablam! | ^^^^ help: consider using `_lazy` instead Oct 13 02:57:33.414 INFO kablam! Oct 13 02:57:33.414 INFO kablam! warning: unused variable: `lazy` Oct 13 02:57:33.414 INFO kablam! --> src/physics.rs:518:5 Oct 13 02:57:33.414 INFO kablam! | Oct 13 02:57:33.414 INFO kablam! 518 | lazy: &Fetch<'a, LazyUpdate>, Oct 13 02:57:33.414 INFO kablam! | ^^^^ help: consider using `_lazy` instead Oct 13 02:57:33.417 INFO kablam! Oct 13 02:57:33.417 INFO kablam! warning: unused variable: `ent` Oct 13 02:57:33.417 INFO kablam! --> src/ship.rs:342:18 Oct 13 02:57:33.417 INFO kablam! | Oct 13 02:57:33.417 INFO kablam! 342 | for (ent, pos, vel, _) in Oct 13 02:57:33.417 INFO kablam! | ^^^ help: consider using `_ent` instead Oct 13 02:57:33.417 INFO kablam! Oct 13 02:57:33.417 INFO kablam! warning: unused variable: `ent` Oct 13 02:57:33.417 INFO kablam! --> src/ship.rs:359:14 Oct 13 02:57:33.417 INFO kablam! | Oct 13 02:57:33.417 INFO kablam! 359 | for (ent, mut ship, _) in (&*entities, &mut ship, &local).join() { Oct 13 02:57:33.417 INFO kablam! | ^^^ help: consider using `_ent` instead Oct 13 02:57:33.417 INFO kablam! Oct 13 02:57:33.419 INFO kablam! warning: variable `fired` is assigned to, but never used Oct 13 02:57:33.419 INFO kablam! --> src/ship.rs:498:25 Oct 13 02:57:33.419 INFO kablam! | Oct 13 02:57:33.419 INFO kablam! 498 | let mut fired = false; Oct 13 02:57:33.419 INFO kablam! | ^^^^^ Oct 13 02:57:33.419 INFO kablam! | Oct 13 02:57:33.419 INFO kablam! = note: consider using `_fired` instead Oct 13 02:57:33.419 INFO kablam! Oct 13 02:57:33.419 INFO kablam! warning: value assigned to `fired` is never read Oct 13 02:57:33.419 INFO kablam! --> src/ship.rs:573:25 Oct 13 02:57:33.419 INFO kablam! | Oct 13 02:57:33.419 INFO kablam! 573 | fired = true; Oct 13 02:57:33.419 INFO kablam! | ^^^^^ Oct 13 02:57:33.421 INFO kablam! | Oct 13 02:57:33.421 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 13 02:57:33.421 INFO kablam! Oct 13 02:57:34.859 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.16s Oct 13 02:57:34.875 INFO kablam! su: No module specific data is present Oct 13 02:57:36.611 INFO running `"docker" "rm" "-f" "7c378795d51ebbaf89359a95ea9a98a732c7ab138dd86c557ad311d1172e32ef"` Oct 13 02:57:37.011 INFO blam! 7c378795d51ebbaf89359a95ea9a98a732c7ab138dd86c557ad311d1172e32ef Oct 13 02:57:37.015 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 13 02:57:37.522 INFO blam! 013d7404f90d462e80babee7dca19b900c0af6f0d1902ebd777307c72e7b973b Oct 13 02:57:37.527 INFO running `"docker" "start" "-a" "013d7404f90d462e80babee7dca19b900c0af6f0d1902ebd777307c72e7b973b"` Oct 13 02:57:38.931 INFO kablam! usermod: no changes Oct 13 02:57:39.226 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.24s Oct 13 02:57:39.237 INFO kablam! Running /target/debug/deps/game-eb28b8f221a16107 Oct 13 02:57:39.255 INFO blam! Oct 13 02:57:39.255 INFO blam! running 3 tests Oct 13 02:57:39.267 INFO blam! test utils::tests::test_minmax ... ok Oct 13 02:57:39.267 INFO blam! test tree::tests::test_empty ... ok Oct 13 02:57:39.267 INFO blam! test tree::tests::test ... ok Oct 13 02:57:39.267 INFO blam! Oct 13 02:57:39.267 INFO blam! test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:57:39.267 INFO blam! Oct 13 02:57:39.271 INFO kablam! Doc-tests game Oct 13 02:57:40.859 INFO blam! Oct 13 02:57:40.859 INFO blam! running 0 tests Oct 13 02:57:40.859 INFO blam! Oct 13 02:57:40.859 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 02:57:40.859 INFO blam! Oct 13 02:57:40.865 INFO kablam! su: No module specific data is present Oct 13 02:57:41.458 INFO running `"docker" "rm" "-f" "013d7404f90d462e80babee7dca19b900c0af6f0d1902ebd777307c72e7b973b"` Oct 13 02:57:41.751 INFO blam! 013d7404f90d462e80babee7dca19b900c0af6f0d1902ebd777307c72e7b973b