Oct 11 02:06:26.748 INFO testing bluecereal/a_game against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 02:06:26.748 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 02:06:26.748 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/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 11 02:06:26.959 INFO blam! 63396f2f30898d8bdfdbee1340f9d065976f5d45ad915d0cbe26010adfc9f99b Oct 11 02:06:26.960 INFO running `"docker" "start" "-a" "63396f2f30898d8bdfdbee1340f9d065976f5d45ad915d0cbe26010adfc9f99b"` Oct 11 02:06:27.612 INFO kablam! usermod: no changes Oct 11 02:06:27.772 INFO kablam! Compiling rand v0.3.15 Oct 11 02:06:29.670 INFO kablam! Compiling phf_generator v0.7.20 Oct 11 02:06:29.670 INFO kablam! Compiling num-bigint v0.1.35 Oct 11 02:06:29.670 INFO kablam! Compiling tempfile v2.1.4 Oct 11 02:06:29.670 INFO kablam! Compiling cgmath v0.12.0 Oct 11 02:06:30.780 INFO kablam! Compiling phf_codegen v0.7.20 Oct 11 02:06:31.858 INFO kablam! Compiling target_build_utils v0.1.2 Oct 11 02:06:32.364 INFO kablam! Compiling num-rational v0.1.35 Oct 11 02:06:33.656 INFO kablam! Compiling num v0.1.36 Oct 11 02:06:36.747 INFO kablam! Compiling collision v0.9.0 Oct 11 02:06:40.384 INFO kablam! Compiling libloading v0.3.1 Oct 11 02:06:43.460 INFO kablam! Compiling dlib v0.3.1 Oct 11 02:06:44.172 INFO kablam! Compiling wayland-sys v0.5.11 Oct 11 02:06:45.824 INFO kablam! Compiling wayland-client v0.5.12 Oct 11 02:06:48.391 INFO kablam! Compiling wayland-kbd v0.3.6 Oct 11 02:06:48.391 INFO kablam! Compiling wayland-window v0.2.3 Oct 11 02:06:50.597 INFO kablam! Compiling glutin v0.6.2 Oct 11 02:06:56.197 INFO kablam! Compiling gfx_window_glutin v0.12.0 Oct 11 02:06:59.071 INFO kablam! Compiling a_game v0.1.0 (/source) Oct 11 02:07:01.913 INFO kablam! warning: `$crate` may not be imported Oct 11 02:07:01.913 INFO kablam! --> src/main.rs:18:1 Oct 11 02:07:01.913 INFO kablam! | Oct 11 02:07:01.914 INFO kablam! 18 | / gfx_defines! { Oct 11 02:07:01.914 INFO kablam! 19 | | vertex Vertex { Oct 11 02:07:01.914 INFO kablam! 20 | | pos: [f32; 2] = "a_Pos", Oct 11 02:07:01.915 INFO kablam! 21 | | color: [f32; 3] = "a_Color", Oct 11 02:07:01.915 INFO kablam! ... | Oct 11 02:07:01.915 INFO kablam! 34 | | } Oct 11 02:07:01.915 INFO kablam! 35 | | } Oct 11 02:07:01.916 INFO kablam! | |_^ Oct 11 02:07:01.916 INFO kablam! | Oct 11 02:07:01.916 INFO kablam! = note: `use $crate;` was erroneously allowed and will become a hard error in a future release Oct 11 02:07:01.916 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 11 02:07:01.917 INFO kablam! Oct 11 02:07:01.925 INFO kablam! warning: unused import: `cgmath` Oct 11 02:07:01.925 INFO kablam! --> src/game.rs:2:13 Oct 11 02:07:01.925 INFO kablam! | Oct 11 02:07:01.925 INFO kablam! 2 | use super::{cgmath, ColorFormat, DepthFormat}; Oct 11 02:07:01.926 INFO kablam! | ^^^^^^ Oct 11 02:07:01.926 INFO kablam! | Oct 11 02:07:01.926 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 02:07:01.926 INFO kablam! Oct 11 02:07:01.926 INFO kablam! warning: unused import: `Matrix4` Oct 11 02:07:01.926 INFO kablam! --> src/main.rs:13:14 Oct 11 02:07:01.926 INFO kablam! | Oct 11 02:07:01.926 INFO kablam! 13 | use cgmath::{Matrix4}; Oct 11 02:07:01.926 INFO kablam! | ^^^^^^^ Oct 11 02:07:01.926 INFO kablam! Oct 11 02:07:02.288 INFO kablam! warning: variable does not need to be mutable Oct 11 02:07:02.288 INFO kablam! --> src/game.rs:33:22 Oct 11 02:07:02.288 INFO kablam! | Oct 11 02:07:02.288 INFO kablam! 33 | let (window, mut device, mut factory, main_color, main_depth) = Oct 11 02:07:02.288 INFO kablam! | ----^^^^^^ Oct 11 02:07:02.288 INFO kablam! | | Oct 11 02:07:02.288 INFO kablam! | help: remove this `mut` Oct 11 02:07:02.290 INFO kablam! | Oct 11 02:07:02.290 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 02:07:02.290 INFO kablam! Oct 11 02:07:02.290 INFO kablam! warning: variable does not need to be mutable Oct 11 02:07:02.290 INFO kablam! --> src/game.rs:44:13 Oct 11 02:07:02.290 INFO kablam! | Oct 11 02:07:02.290 INFO kablam! 44 | let mut encoder: gfx::Encoder = Oct 11 02:07:02.290 INFO kablam! | ----^^^^^^^ Oct 11 02:07:02.290 INFO kablam! | | Oct 11 02:07:02.290 INFO kablam! | help: remove this `mut` Oct 11 02:07:02.290 INFO kablam! Oct 11 02:07:02.336 INFO kablam! warning: struct is never constructed: `CollisionWorld` Oct 11 02:07:02.336 INFO kablam! --> src/game.rs:8:1 Oct 11 02:07:02.336 INFO kablam! | Oct 11 02:07:02.336 INFO kablam! 8 | struct CollisionWorld { Oct 11 02:07:02.336 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:07:02.336 INFO kablam! | Oct 11 02:07:02.336 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 02:07:02.336 INFO kablam! Oct 11 02:07:02.336 INFO kablam! warning: struct is never constructed: `Game` Oct 11 02:07:02.336 INFO kablam! --> src/game.rs:13:1 Oct 11 02:07:02.336 INFO kablam! | Oct 11 02:07:02.337 INFO kablam! 13 | struct Game { Oct 11 02:07:02.337 INFO kablam! | ^^^^^^^^^^^ Oct 11 02:07:02.337 INFO kablam! Oct 11 02:07:02.337 INFO kablam! warning: method is never used: `new` Oct 11 02:07:02.337 INFO kablam! --> src/game.rs:27:5 Oct 11 02:07:02.337 INFO kablam! | Oct 11 02:07:02.337 INFO kablam! 27 | pub fn new(window_x: u32, window_y: u32, world_size: f32) -> Game { Oct 11 02:07:02.337 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:07:02.337 INFO kablam! Oct 11 02:07:02.337 INFO kablam! warning: struct is never constructed: `Entity` Oct 11 02:07:02.337 INFO kablam! --> src/entity.rs:2:1 Oct 11 02:07:02.337 INFO kablam! | Oct 11 02:07:02.337 INFO kablam! 2 | pub struct Entity { Oct 11 02:07:02.337 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 02:07:02.337 INFO kablam! Oct 11 02:07:02.337 INFO kablam! warning: method is never used: `new` Oct 11 02:07:02.337 INFO kablam! --> src/entity.rs:8:5 Oct 11 02:07:02.337 INFO kablam! | Oct 11 02:07:02.337 INFO kablam! 8 | pub fn new() -> Entity { Oct 11 02:07:02.337 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:07:02.337 INFO kablam! Oct 11 02:07:02.337 INFO kablam! warning: method is never used: `add_vertex` Oct 11 02:07:02.337 INFO kablam! --> src/entity.rs:14:5 Oct 11 02:07:02.337 INFO kablam! | Oct 11 02:07:02.337 INFO kablam! 14 | pub fn add_vertex(&mut self, v: super::Vertex) { Oct 11 02:07:02.337 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:07:02.337 INFO kablam! Oct 11 02:07:02.337 INFO kablam! warning: method is never used: `get_vertices` Oct 11 02:07:02.337 INFO kablam! --> src/entity.rs:17:5 Oct 11 02:07:02.337 INFO kablam! | Oct 11 02:07:02.337 INFO kablam! 17 | pub fn get_vertices(&self) -> &[super::Vertex] { Oct 11 02:07:02.337 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:07:02.337 INFO kablam! Oct 11 02:07:02.337 INFO kablam! warning: method is never used: `add_indices` Oct 11 02:07:02.337 INFO kablam! --> src/entity.rs:20:5 Oct 11 02:07:02.337 INFO kablam! | Oct 11 02:07:02.337 INFO kablam! 20 | pub fn add_indices(&mut self, i: &mut Vec) { Oct 11 02:07:02.337 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:07:02.337 INFO kablam! Oct 11 02:07:02.337 INFO kablam! warning: method is never used: `get_indices` Oct 11 02:07:02.337 INFO kablam! --> src/entity.rs:23:5 Oct 11 02:07:02.337 INFO kablam! | Oct 11 02:07:02.337 INFO kablam! 23 | pub fn get_indices(&self) -> &[u16] { Oct 11 02:07:02.337 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:07:02.337 INFO kablam! Oct 11 02:07:02.337 INFO kablam! warning: method is never used: `has_indices` Oct 11 02:07:02.337 INFO kablam! --> src/entity.rs:26:5 Oct 11 02:07:02.337 INFO kablam! | Oct 11 02:07:02.337 INFO kablam! 26 | pub fn has_indices(&self) -> bool { Oct 11 02:07:02.337 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:07:02.337 INFO kablam! Oct 11 02:07:02.728 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 35.10s Oct 11 02:07:02.740 INFO kablam! su: No module specific data is present Oct 11 02:07:03.289 INFO running `"docker" "rm" "-f" "63396f2f30898d8bdfdbee1340f9d065976f5d45ad915d0cbe26010adfc9f99b"` Oct 11 02:07:03.532 INFO blam! 63396f2f30898d8bdfdbee1340f9d065976f5d45ad915d0cbe26010adfc9f99b Oct 11 02:07:03.536 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 02:07:03.536 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/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 11 02:07:04.296 INFO blam! bdf8a29ce9a6c3e283f09278aa7d9e09c29805bf8c1cc35a4ac016c1d1eef47a Oct 11 02:07:04.300 INFO running `"docker" "start" "-a" "bdf8a29ce9a6c3e283f09278aa7d9e09c29805bf8c1cc35a4ac016c1d1eef47a"` Oct 11 02:07:05.535 INFO kablam! usermod: no changes Oct 11 02:07:05.735 INFO kablam! Compiling a_game v0.1.0 (/source) Oct 11 02:07:08.173 INFO kablam! warning: `$crate` may not be imported Oct 11 02:07:08.174 INFO kablam! --> src/main.rs:18:1 Oct 11 02:07:08.174 INFO kablam! | Oct 11 02:07:08.174 INFO kablam! 18 | / gfx_defines! { Oct 11 02:07:08.174 INFO kablam! 19 | | vertex Vertex { Oct 11 02:07:08.174 INFO kablam! 20 | | pos: [f32; 2] = "a_Pos", Oct 11 02:07:08.174 INFO kablam! 21 | | color: [f32; 3] = "a_Color", Oct 11 02:07:08.174 INFO kablam! ... | Oct 11 02:07:08.174 INFO kablam! 34 | | } Oct 11 02:07:08.174 INFO kablam! 35 | | } Oct 11 02:07:08.174 INFO kablam! | |_^ Oct 11 02:07:08.174 INFO kablam! | Oct 11 02:07:08.174 INFO kablam! = note: `use $crate;` was erroneously allowed and will become a hard error in a future release Oct 11 02:07:08.174 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 11 02:07:08.174 INFO kablam! Oct 11 02:07:08.324 INFO kablam! warning: unused import: `cgmath` Oct 11 02:07:08.324 INFO kablam! --> src/game.rs:2:13 Oct 11 02:07:08.324 INFO kablam! | Oct 11 02:07:08.324 INFO kablam! 2 | use super::{cgmath, ColorFormat, DepthFormat}; Oct 11 02:07:08.324 INFO kablam! | ^^^^^^ Oct 11 02:07:08.326 INFO kablam! | Oct 11 02:07:08.326 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 02:07:08.326 INFO kablam! Oct 11 02:07:08.326 INFO kablam! warning: unused import: `Matrix4` Oct 11 02:07:08.326 INFO kablam! --> src/main.rs:13:14 Oct 11 02:07:08.326 INFO kablam! | Oct 11 02:07:08.326 INFO kablam! 13 | use cgmath::{Matrix4}; Oct 11 02:07:08.326 INFO kablam! | ^^^^^^^ Oct 11 02:07:08.326 INFO kablam! Oct 11 02:07:08.664 INFO kablam! warning: variable does not need to be mutable Oct 11 02:07:08.664 INFO kablam! --> src/game.rs:33:22 Oct 11 02:07:08.664 INFO kablam! | Oct 11 02:07:08.665 INFO kablam! 33 | let (window, mut device, mut factory, main_color, main_depth) = Oct 11 02:07:08.665 INFO kablam! | ----^^^^^^ Oct 11 02:07:08.665 INFO kablam! | | Oct 11 02:07:08.666 INFO kablam! | help: remove this `mut` Oct 11 02:07:08.666 INFO kablam! | Oct 11 02:07:08.666 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 02:07:08.666 INFO kablam! Oct 11 02:07:08.667 INFO kablam! warning: variable does not need to be mutable Oct 11 02:07:08.667 INFO kablam! --> src/game.rs:44:13 Oct 11 02:07:08.667 INFO kablam! | Oct 11 02:07:08.667 INFO kablam! 44 | let mut encoder: gfx::Encoder = Oct 11 02:07:08.668 INFO kablam! | ----^^^^^^^ Oct 11 02:07:08.672 INFO kablam! | | Oct 11 02:07:08.672 INFO kablam! | help: remove this `mut` Oct 11 02:07:08.673 INFO kablam! Oct 11 02:07:08.704 INFO kablam! warning: struct is never constructed: `CollisionWorld` Oct 11 02:07:08.704 INFO kablam! --> src/game.rs:8:1 Oct 11 02:07:08.704 INFO kablam! | Oct 11 02:07:08.705 INFO kablam! 8 | struct CollisionWorld { Oct 11 02:07:08.705 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:07:08.705 INFO kablam! | Oct 11 02:07:08.705 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 02:07:08.706 INFO kablam! Oct 11 02:07:08.706 INFO kablam! warning: struct is never constructed: `Game` Oct 11 02:07:08.706 INFO kablam! --> src/game.rs:13:1 Oct 11 02:07:08.707 INFO kablam! | Oct 11 02:07:08.707 INFO kablam! 13 | struct Game { Oct 11 02:07:08.707 INFO kablam! | ^^^^^^^^^^^ Oct 11 02:07:08.707 INFO kablam! Oct 11 02:07:08.708 INFO kablam! warning: method is never used: `new` Oct 11 02:07:08.708 INFO kablam! --> src/game.rs:27:5 Oct 11 02:07:08.712 INFO kablam! | Oct 11 02:07:08.713 INFO kablam! 27 | pub fn new(window_x: u32, window_y: u32, world_size: f32) -> Game { Oct 11 02:07:08.713 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:07:08.713 INFO kablam! Oct 11 02:07:08.713 INFO kablam! warning: struct is never constructed: `Entity` Oct 11 02:07:08.714 INFO kablam! --> src/entity.rs:2:1 Oct 11 02:07:08.714 INFO kablam! | Oct 11 02:07:08.714 INFO kablam! 2 | pub struct Entity { Oct 11 02:07:08.714 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 02:07:08.715 INFO kablam! Oct 11 02:07:08.715 INFO kablam! warning: method is never used: `new` Oct 11 02:07:08.715 INFO kablam! --> src/entity.rs:8:5 Oct 11 02:07:08.715 INFO kablam! | Oct 11 02:07:08.716 INFO kablam! 8 | pub fn new() -> Entity { Oct 11 02:07:08.716 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:07:08.716 INFO kablam! Oct 11 02:07:08.716 INFO kablam! warning: method is never used: `add_vertex` Oct 11 02:07:08.717 INFO kablam! --> src/entity.rs:14:5 Oct 11 02:07:08.717 INFO kablam! | Oct 11 02:07:08.717 INFO kablam! 14 | pub fn add_vertex(&mut self, v: super::Vertex) { Oct 11 02:07:08.717 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:07:08.718 INFO kablam! Oct 11 02:07:08.718 INFO kablam! warning: method is never used: `get_vertices` Oct 11 02:07:08.718 INFO kablam! --> src/entity.rs:17:5 Oct 11 02:07:08.718 INFO kablam! | Oct 11 02:07:08.719 INFO kablam! 17 | pub fn get_vertices(&self) -> &[super::Vertex] { Oct 11 02:07:08.719 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:07:08.719 INFO kablam! Oct 11 02:07:08.719 INFO kablam! warning: method is never used: `add_indices` Oct 11 02:07:08.720 INFO kablam! --> src/entity.rs:20:5 Oct 11 02:07:08.720 INFO kablam! | Oct 11 02:07:08.720 INFO kablam! 20 | pub fn add_indices(&mut self, i: &mut Vec) { Oct 11 02:07:08.720 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:07:08.721 INFO kablam! Oct 11 02:07:08.721 INFO kablam! warning: method is never used: `get_indices` Oct 11 02:07:08.721 INFO kablam! --> src/entity.rs:23:5 Oct 11 02:07:08.721 INFO kablam! | Oct 11 02:07:08.721 INFO kablam! 23 | pub fn get_indices(&self) -> &[u16] { Oct 11 02:07:08.722 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:07:08.722 INFO kablam! Oct 11 02:07:08.722 INFO kablam! warning: method is never used: `has_indices` Oct 11 02:07:08.722 INFO kablam! --> src/entity.rs:26:5 Oct 11 02:07:08.722 INFO kablam! | Oct 11 02:07:08.722 INFO kablam! 26 | pub fn has_indices(&self) -> bool { Oct 11 02:07:08.722 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 02:07:08.723 INFO kablam! Oct 11 02:07:09.210 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.65s Oct 11 02:07:09.218 INFO kablam! su: No module specific data is present Oct 11 02:07:09.550 INFO running `"docker" "rm" "-f" "bdf8a29ce9a6c3e283f09278aa7d9e09c29805bf8c1cc35a4ac016c1d1eef47a"` Oct 11 02:07:09.660 INFO blam! bdf8a29ce9a6c3e283f09278aa7d9e09c29805bf8c1cc35a4ac016c1d1eef47a Oct 11 02:07:09.661 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 02:07:09.661 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/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 11 02:07:09.858 INFO blam! bd8149a424f0e7614d9a6cc22a95fd1ad2be1e359176029667733219a0f87182 Oct 11 02:07:09.860 INFO running `"docker" "start" "-a" "bd8149a424f0e7614d9a6cc22a95fd1ad2be1e359176029667733219a0f87182"` Oct 11 02:07:10.313 INFO kablam! usermod: no changes Oct 11 02:07:10.446 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.10s Oct 11 02:07:10.456 INFO kablam! Running /target/debug/deps/a_game-dea23911633b785f Oct 11 02:07:10.456 INFO blam! Oct 11 02:07:10.456 INFO blam! running 0 tests Oct 11 02:07:10.456 INFO blam! Oct 11 02:07:10.456 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 02:07:10.456 INFO blam! Oct 11 02:07:10.458 INFO kablam! su: No module specific data is present Oct 11 02:07:11.001 INFO running `"docker" "rm" "-f" "bd8149a424f0e7614d9a6cc22a95fd1ad2be1e359176029667733219a0f87182"` Oct 11 02:07:11.269 INFO blam! bd8149a424f0e7614d9a6cc22a95fd1ad2be1e359176029667733219a0f87182