Oct 15 08:12:21.057 INFO testing Nomy1/asteroids-rs against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 08:12:21.057 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 15 08:12:21.947 INFO blam! 9e9aa34867dc6a5839c9743d6cee8437d0ed78363aba78832d02f39c9384d1ef Oct 15 08:12:21.949 INFO running `"docker" "start" "-a" "9e9aa34867dc6a5839c9743d6cee8437d0ed78363aba78832d02f39c9384d1ef"` Oct 15 08:12:24.618 INFO kablam! usermod: no changes Oct 15 08:12:24.947 INFO kablam! Compiling threadpool v1.3.2 Oct 15 08:12:24.947 INFO kablam! Compiling dds-rs v0.4.0 Oct 15 08:12:24.947 INFO kablam! Compiling wavefront_obj v5.0.0 Oct 15 08:12:24.948 INFO kablam! Compiling num-complex v0.1.36 Oct 15 08:12:24.948 INFO kablam! Compiling amethyst_config v0.2.2 Oct 15 08:12:24.948 INFO kablam! Compiling cgmath v0.12.0 Oct 15 08:12:24.948 INFO kablam! Compiling pulse v0.5.3 Oct 15 08:12:24.955 INFO kablam! Compiling imagefmt v4.0.0 Oct 15 08:12:34.760 INFO kablam! Compiling num v0.1.37 Oct 15 08:12:34.761 INFO kablam! Compiling specs v0.7.1 Oct 15 08:12:34.783 INFO kablam! Compiling wayland-sys v0.7.8 Oct 15 08:12:38.359 INFO kablam! Compiling cgmath v0.7.0 Oct 15 08:12:41.263 INFO kablam! Compiling wayland-client v0.7.8 Oct 15 08:12:47.279 INFO kablam! Compiling wayland-kbd v0.6.3 Oct 15 08:12:47.279 INFO kablam! Compiling wayland-window v0.4.4 Oct 15 08:12:50.545 INFO kablam! Compiling genmesh v0.4.1 Oct 15 08:12:51.587 INFO kablam! Compiling winit v0.5.11 Oct 15 08:12:57.423 INFO kablam! Compiling glutin v0.7.4 Oct 15 08:13:01.031 INFO kablam! Compiling gfx_window_glutin v0.14.0 Oct 15 08:13:03.736 INFO kablam! Compiling amethyst_renderer v0.4.2 Oct 15 08:13:13.035 INFO kablam! Compiling amethyst v0.4.2 Oct 15 08:13:24.737 INFO kablam! Compiling asteroids-rs v0.1.0 (/source) Oct 15 08:13:26.867 INFO kablam! warning: unused import: `InputHandler` Oct 15 08:13:26.867 INFO kablam! --> src/states/mod.rs:14:42 Oct 15 08:13:26.868 INFO kablam! | Oct 15 08:13:26.868 INFO kablam! 14 | use amethyst::ecs::resources::{Camera, InputHandler, Projection, ScreenDimensions}; Oct 15 08:13:26.868 INFO kablam! | ^^^^^^^^^^^^ Oct 15 08:13:26.868 INFO kablam! | Oct 15 08:13:26.868 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 08:13:26.868 INFO kablam! Oct 15 08:13:26.868 INFO kablam! warning: unused imports: `Join`, `RunArg`, `World` Oct 15 08:13:26.868 INFO kablam! --> src/main.rs:10:21 Oct 15 08:13:26.868 INFO kablam! | Oct 15 08:13:26.868 INFO kablam! 10 | use amethyst::ecs::{World, Join, RunArg, System}; Oct 15 08:13:26.868 INFO kablam! | ^^^^^ ^^^^ ^^^^^^ Oct 15 08:13:26.868 INFO kablam! Oct 15 08:13:26.989 INFO kablam! warning: unused import: `System` Oct 15 08:13:26.989 INFO kablam! --> src/main.rs:10:42 Oct 15 08:13:26.989 INFO kablam! | Oct 15 08:13:26.989 INFO kablam! 10 | use amethyst::ecs::{World, Join, RunArg, System}; Oct 15 08:13:26.989 INFO kablam! | ^^^^^^ Oct 15 08:13:26.989 INFO kablam! Oct 15 08:13:26.999 INFO kablam! warning: variable does not need to be mutable Oct 15 08:13:26.999 INFO kablam! --> src/states/mod.rs:58:7 Oct 15 08:13:26.999 INFO kablam! | Oct 15 08:13:26.999 INFO kablam! 58 | let mut player = Player::new(); Oct 15 08:13:26.999 INFO kablam! | ----^^^^^^ Oct 15 08:13:26.999 INFO kablam! | | Oct 15 08:13:26.999 INFO kablam! | help: remove this `mut` Oct 15 08:13:26.999 INFO kablam! | Oct 15 08:13:26.999 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 08:13:27.001 INFO kablam! Oct 15 08:13:32.071 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 07s Oct 15 08:13:32.091 INFO kablam! su: No module specific data is present Oct 15 08:13:33.742 INFO running `"docker" "rm" "-f" "9e9aa34867dc6a5839c9743d6cee8437d0ed78363aba78832d02f39c9384d1ef"` Oct 15 08:13:34.151 INFO blam! 9e9aa34867dc6a5839c9743d6cee8437d0ed78363aba78832d02f39c9384d1ef Oct 15 08:13:34.155 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 15 08:13:34.562 INFO blam! d915f1b50df8a60a94cd7ec024e9bec56d826aaab062248ab82501df08347092 Oct 15 08:13:34.564 INFO running `"docker" "start" "-a" "d915f1b50df8a60a94cd7ec024e9bec56d826aaab062248ab82501df08347092"` Oct 15 08:13:36.605 INFO kablam! usermod: no changes Oct 15 08:13:36.878 INFO kablam! Compiling asteroids-rs v0.1.0 (/source) Oct 15 08:13:39.155 INFO kablam! warning: unused import: `InputHandler` Oct 15 08:13:39.155 INFO kablam! --> src/states/mod.rs:14:42 Oct 15 08:13:39.155 INFO kablam! | Oct 15 08:13:39.155 INFO kablam! 14 | use amethyst::ecs::resources::{Camera, InputHandler, Projection, ScreenDimensions}; Oct 15 08:13:39.155 INFO kablam! | ^^^^^^^^^^^^ Oct 15 08:13:39.155 INFO kablam! | Oct 15 08:13:39.155 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 08:13:39.155 INFO kablam! Oct 15 08:13:39.155 INFO kablam! warning: unused imports: `Join`, `RunArg`, `World` Oct 15 08:13:39.155 INFO kablam! --> src/main.rs:10:21 Oct 15 08:13:39.155 INFO kablam! | Oct 15 08:13:39.155 INFO kablam! 10 | use amethyst::ecs::{World, Join, RunArg, System}; Oct 15 08:13:39.155 INFO kablam! | ^^^^^ ^^^^ ^^^^^^ Oct 15 08:13:39.155 INFO kablam! Oct 15 08:13:39.303 INFO kablam! warning: unused import: `System` Oct 15 08:13:39.303 INFO kablam! --> src/main.rs:10:42 Oct 15 08:13:39.303 INFO kablam! | Oct 15 08:13:39.303 INFO kablam! 10 | use amethyst::ecs::{World, Join, RunArg, System}; Oct 15 08:13:39.303 INFO kablam! | ^^^^^^ Oct 15 08:13:39.303 INFO kablam! Oct 15 08:13:39.311 INFO kablam! warning: variable does not need to be mutable Oct 15 08:13:39.311 INFO kablam! --> src/states/mod.rs:58:7 Oct 15 08:13:39.311 INFO kablam! | Oct 15 08:13:39.311 INFO kablam! 58 | let mut player = Player::new(); Oct 15 08:13:39.311 INFO kablam! | ----^^^^^^ Oct 15 08:13:39.311 INFO kablam! | | Oct 15 08:13:39.311 INFO kablam! | help: remove this `mut` Oct 15 08:13:39.311 INFO kablam! | Oct 15 08:13:39.311 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 08:13:39.311 INFO kablam! Oct 15 08:13:39.938 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.29s Oct 15 08:13:39.959 INFO kablam! su: No module specific data is present Oct 15 08:13:40.759 INFO running `"docker" "rm" "-f" "d915f1b50df8a60a94cd7ec024e9bec56d826aaab062248ab82501df08347092"` Oct 15 08:13:41.105 INFO blam! d915f1b50df8a60a94cd7ec024e9bec56d826aaab062248ab82501df08347092 Oct 15 08:13:41.113 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 15 08:13:41.539 INFO blam! 5f5c9e29cb167481c1e38c10510f2ad0b9096dca5e7213a6bac9690534094647 Oct 15 08:13:41.551 INFO running `"docker" "start" "-a" "5f5c9e29cb167481c1e38c10510f2ad0b9096dca5e7213a6bac9690534094647"` Oct 15 08:13:43.554 INFO kablam! usermod: no changes Oct 15 08:13:43.825 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.24s Oct 15 08:13:43.843 INFO kablam! Running /target/debug/deps/asteroids_rs-5e25d44020d0177e Oct 15 08:13:43.847 INFO blam! Oct 15 08:13:43.847 INFO blam! running 0 tests Oct 15 08:13:43.847 INFO blam! Oct 15 08:13:43.847 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 08:13:43.847 INFO blam! Oct 15 08:13:43.849 INFO kablam! su: No module specific data is present Oct 15 08:13:45.342 INFO running `"docker" "rm" "-f" "5f5c9e29cb167481c1e38c10510f2ad0b9096dca5e7213a6bac9690534094647"` Oct 15 08:13:45.655 INFO blam! 5f5c9e29cb167481c1e38c10510f2ad0b9096dca5e7213a6bac9690534094647