Oct 10 16:12:19.881 INFO testing remram44/vigilant-steel against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 16:12:19.881 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 16:12:19.883 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 16:12:20.886 INFO blam! 6f91a41ae56ce107cb0e46c3d0658f85988810f7f48aa145e2c42bb1f1357969 Oct 10 16:12:20.888 INFO running `"docker" "start" "-a" "6f91a41ae56ce107cb0e46c3d0658f85988810f7f48aa145e2c42bb1f1357969"` Oct 10 16:12:22.412 INFO kablam! usermod: no changes Oct 10 16:12:22.748 INFO kablam! Compiling libc v0.2.38 Oct 10 16:12:22.768 INFO kablam! Compiling crossbeam-epoch v0.3.0 Oct 10 16:12:22.768 INFO kablam! Compiling shred-derive v0.3.0 Oct 10 16:12:25.696 INFO kablam! Compiling crossbeam-deque v0.2.0 Oct 10 16:12:26.556 INFO kablam! Compiling rand v0.4.2 Oct 10 16:12:26.556 INFO kablam! Compiling num_cpus v1.8.0 Oct 10 16:12:26.556 INFO kablam! Compiling time v0.1.39 Oct 10 16:12:31.642 INFO kablam! Compiling pulse v0.5.3 Oct 10 16:12:35.916 INFO kablam! Compiling rayon-core v1.4.0 Oct 10 16:12:38.640 INFO kablam! Compiling rayon v0.8.2 Oct 10 16:12:42.641 INFO kablam! Compiling hibitset v0.3.2 Oct 10 16:12:42.641 INFO kablam! Compiling shred v0.5.2 Oct 10 16:12:47.844 INFO kablam! Compiling specs v0.10.0 Oct 10 16:12:51.904 INFO kablam! Compiling game v0.1.0 (/source) Oct 10 16:12:54.304 INFO kablam! warning: unused variable: `role` Oct 10 16:12:54.304 INFO kablam! --> src/physics.rs:73:5 Oct 10 16:12:54.304 INFO kablam! | Oct 10 16:12:54.304 INFO kablam! 73 | role: Role, Oct 10 16:12:54.304 INFO kablam! | ^^^^ help: consider using `_role` instead Oct 10 16:12:54.304 INFO kablam! | Oct 10 16:12:54.304 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 16:12:54.304 INFO kablam! Oct 10 16:12:54.304 INFO kablam! warning: unused variable: `lazy` Oct 10 16:12:54.305 INFO kablam! --> src/physics.rs:75:5 Oct 10 16:12:54.305 INFO kablam! | Oct 10 16:12:54.305 INFO kablam! 75 | lazy: &Fetch, Oct 10 16:12:54.305 INFO kablam! | ^^^^ help: consider using `_lazy` instead Oct 10 16:12:54.305 INFO kablam! Oct 10 16:12:54.305 INFO kablam! warning: unused variable: `lazy` Oct 10 16:12:54.305 INFO kablam! --> src/physics.rs:518:5 Oct 10 16:12:54.305 INFO kablam! | Oct 10 16:12:54.305 INFO kablam! 518 | lazy: &Fetch<'a, LazyUpdate>, Oct 10 16:12:54.305 INFO kablam! | ^^^^ help: consider using `_lazy` instead Oct 10 16:12:54.305 INFO kablam! Oct 10 16:12:54.305 INFO kablam! warning: unused variable: `ent` Oct 10 16:12:54.305 INFO kablam! --> src/ship.rs:342:18 Oct 10 16:12:54.305 INFO kablam! | Oct 10 16:12:54.305 INFO kablam! 342 | for (ent, pos, vel, _) in Oct 10 16:12:54.305 INFO kablam! | ^^^ help: consider using `_ent` instead Oct 10 16:12:54.305 INFO kablam! Oct 10 16:12:54.305 INFO kablam! warning: unused variable: `ent` Oct 10 16:12:54.305 INFO kablam! --> src/ship.rs:359:14 Oct 10 16:12:54.305 INFO kablam! | Oct 10 16:12:54.305 INFO kablam! 359 | for (ent, mut ship, _) in (&*entities, &mut ship, &local).join() { Oct 10 16:12:54.305 INFO kablam! | ^^^ help: consider using `_ent` instead Oct 10 16:12:54.305 INFO kablam! Oct 10 16:12:54.305 INFO kablam! warning: variable `fired` is assigned to, but never used Oct 10 16:12:54.305 INFO kablam! --> src/ship.rs:498:25 Oct 10 16:12:54.305 INFO kablam! | Oct 10 16:12:54.305 INFO kablam! 498 | let mut fired = false; Oct 10 16:12:54.305 INFO kablam! | ^^^^^ Oct 10 16:12:54.305 INFO kablam! | Oct 10 16:12:54.305 INFO kablam! = note: consider using `_fired` instead Oct 10 16:12:54.305 INFO kablam! Oct 10 16:12:54.305 INFO kablam! warning: value assigned to `fired` is never read Oct 10 16:12:54.305 INFO kablam! --> src/ship.rs:573:25 Oct 10 16:12:54.305 INFO kablam! | Oct 10 16:12:54.305 INFO kablam! 573 | fired = true; Oct 10 16:12:54.305 INFO kablam! | ^^^^^ Oct 10 16:12:54.305 INFO kablam! | Oct 10 16:12:54.305 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 10 16:12:54.305 INFO kablam! Oct 10 16:12:58.425 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 35.98s Oct 10 16:12:58.448 INFO kablam! su: No module specific data is present Oct 10 16:12:59.700 INFO running `"docker" "rm" "-f" "6f91a41ae56ce107cb0e46c3d0658f85988810f7f48aa145e2c42bb1f1357969"` Oct 10 16:13:00.020 INFO blam! 6f91a41ae56ce107cb0e46c3d0658f85988810f7f48aa145e2c42bb1f1357969 Oct 10 16:13:00.027 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 16:13:00.028 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 16:13:00.456 INFO blam! 0d6a08246fb4a7f13ff40cd113a0b6954340e33a20a036f54ee969b8e29b5f59 Oct 10 16:13:00.462 INFO running `"docker" "start" "-a" "0d6a08246fb4a7f13ff40cd113a0b6954340e33a20a036f54ee969b8e29b5f59"` Oct 10 16:13:01.880 INFO kablam! usermod: no changes Oct 10 16:13:02.079 INFO kablam! Compiling game v0.1.0 (/source) Oct 10 16:13:04.292 INFO kablam! warning: unused import: `Node` Oct 10 16:13:04.293 INFO kablam! --> src/tree.rs:145:26 Oct 10 16:13:04.293 INFO kablam! | Oct 10 16:13:04.294 INFO kablam! 145 | use super::{Content, Node, Tree}; Oct 10 16:13:04.294 INFO kablam! | ^^^^ Oct 10 16:13:04.294 INFO kablam! | Oct 10 16:13:04.294 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 16:13:04.295 INFO kablam! Oct 10 16:13:05.032 INFO kablam! warning: unused variable: `role` Oct 10 16:13:05.032 INFO kablam! --> src/physics.rs:73:5 Oct 10 16:13:05.032 INFO kablam! | Oct 10 16:13:05.032 INFO kablam! 73 | role: Role, Oct 10 16:13:05.032 INFO kablam! | ^^^^ help: consider using `_role` instead Oct 10 16:13:05.032 INFO kablam! | Oct 10 16:13:05.032 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 16:13:05.032 INFO kablam! Oct 10 16:13:05.032 INFO kablam! warning: unused variable: `lazy` Oct 10 16:13:05.032 INFO kablam! --> src/physics.rs:75:5 Oct 10 16:13:05.032 INFO kablam! | Oct 10 16:13:05.033 INFO kablam! 75 | lazy: &Fetch, Oct 10 16:13:05.033 INFO kablam! | ^^^^ help: consider using `_lazy` instead Oct 10 16:13:05.033 INFO kablam! Oct 10 16:13:05.033 INFO kablam! warning: unused variable: `lazy` Oct 10 16:13:05.033 INFO kablam! --> src/physics.rs:518:5 Oct 10 16:13:05.033 INFO kablam! | Oct 10 16:13:05.033 INFO kablam! 518 | lazy: &Fetch<'a, LazyUpdate>, Oct 10 16:13:05.033 INFO kablam! | ^^^^ help: consider using `_lazy` instead Oct 10 16:13:05.033 INFO kablam! Oct 10 16:13:05.033 INFO kablam! warning: unused variable: `ent` Oct 10 16:13:05.033 INFO kablam! --> src/ship.rs:342:18 Oct 10 16:13:05.033 INFO kablam! | Oct 10 16:13:05.033 INFO kablam! 342 | for (ent, pos, vel, _) in Oct 10 16:13:05.033 INFO kablam! | ^^^ help: consider using `_ent` instead Oct 10 16:13:05.033 INFO kablam! Oct 10 16:13:05.033 INFO kablam! warning: unused variable: `ent` Oct 10 16:13:05.033 INFO kablam! --> src/ship.rs:359:14 Oct 10 16:13:05.033 INFO kablam! | Oct 10 16:13:05.033 INFO kablam! 359 | for (ent, mut ship, _) in (&*entities, &mut ship, &local).join() { Oct 10 16:13:05.033 INFO kablam! | ^^^ help: consider using `_ent` instead Oct 10 16:13:05.033 INFO kablam! Oct 10 16:13:05.033 INFO kablam! warning: variable `fired` is assigned to, but never used Oct 10 16:13:05.033 INFO kablam! --> src/ship.rs:498:25 Oct 10 16:13:05.033 INFO kablam! | Oct 10 16:13:05.033 INFO kablam! 498 | let mut fired = false; Oct 10 16:13:05.033 INFO kablam! | ^^^^^ Oct 10 16:13:05.033 INFO kablam! | Oct 10 16:13:05.033 INFO kablam! = note: consider using `_fired` instead Oct 10 16:13:05.033 INFO kablam! Oct 10 16:13:05.033 INFO kablam! warning: value assigned to `fired` is never read Oct 10 16:13:05.033 INFO kablam! --> src/ship.rs:573:25 Oct 10 16:13:05.033 INFO kablam! | Oct 10 16:13:05.033 INFO kablam! 573 | fired = true; Oct 10 16:13:05.033 INFO kablam! | ^^^^^ Oct 10 16:13:05.033 INFO kablam! | Oct 10 16:13:05.033 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 10 16:13:05.033 INFO kablam! Oct 10 16:13:06.282 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.37s Oct 10 16:13:06.299 INFO kablam! su: No module specific data is present Oct 10 16:13:07.036 INFO running `"docker" "rm" "-f" "0d6a08246fb4a7f13ff40cd113a0b6954340e33a20a036f54ee969b8e29b5f59"` Oct 10 16:13:07.281 INFO blam! 0d6a08246fb4a7f13ff40cd113a0b6954340e33a20a036f54ee969b8e29b5f59 Oct 10 16:13:07.304 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 16:13:07.306 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 16:13:07.714 INFO blam! 5ad8b9c9f185cf47d13b840cf2b5a93f8aaedfc4075db5daa3755ed6c25ddbe8 Oct 10 16:13:07.714 INFO running `"docker" "start" "-a" "5ad8b9c9f185cf47d13b840cf2b5a93f8aaedfc4075db5daa3755ed6c25ddbe8"` Oct 10 16:13:09.248 INFO kablam! usermod: no changes Oct 10 16:13:09.508 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.24s Oct 10 16:13:09.527 INFO kablam! Running /target/debug/deps/game-eb28b8f221a16107 Oct 10 16:13:09.529 INFO blam! Oct 10 16:13:09.529 INFO blam! running 3 tests Oct 10 16:13:09.540 INFO blam! test utils::tests::test_minmax ... ok Oct 10 16:13:09.541 INFO blam! test tree::tests::test_empty ... ok Oct 10 16:13:09.542 INFO blam! test tree::tests::test ... ok Oct 10 16:13:09.542 INFO blam! Oct 10 16:13:09.543 INFO blam! test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 16:13:09.543 INFO blam! Oct 10 16:13:09.544 INFO kablam! Doc-tests game Oct 10 16:13:13.322 INFO blam! Oct 10 16:13:13.322 INFO blam! running 0 tests Oct 10 16:13:13.323 INFO blam! Oct 10 16:13:13.323 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 16:13:13.323 INFO blam! Oct 10 16:13:13.331 INFO kablam! su: No module specific data is present Oct 10 16:13:14.326 INFO running `"docker" "rm" "-f" "5ad8b9c9f185cf47d13b840cf2b5a93f8aaedfc4075db5daa3755ed6c25ddbe8"` Oct 10 16:13:14.633 INFO blam! 5ad8b9c9f185cf47d13b840cf2b5a93f8aaedfc4075db5daa3755ed6c25ddbe8