Oct 15 02:21:26.926 INFO testing bluecereal/a_game against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 02:21:26.926 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 15 02:21:27.289 INFO blam! 31fa4dfaf107143329bdb390b46322eb3eacd4d85d80d4cffbeb801a19b7ecd7 Oct 15 02:21:27.295 INFO running `"docker" "start" "-a" "31fa4dfaf107143329bdb390b46322eb3eacd4d85d80d4cffbeb801a19b7ecd7"` Oct 15 02:21:28.283 INFO kablam! usermod: no changes Oct 15 02:21:28.459 INFO kablam! Compiling rand v0.3.15 Oct 15 02:21:28.460 INFO kablam! Compiling gfx_gl v0.3.1 Oct 15 02:21:28.495 INFO kablam! Compiling gfx v0.12.1 Oct 15 02:21:32.884 INFO kablam! Compiling phf_generator v0.7.20 Oct 15 02:21:33.071 INFO kablam! Compiling num-bigint v0.1.35 Oct 15 02:21:33.097 INFO kablam! Compiling tempfile v2.1.4 Oct 15 02:21:33.163 INFO kablam! Compiling cgmath v0.12.0 Oct 15 02:21:34.459 INFO kablam! Compiling phf_codegen v0.7.20 Oct 15 02:21:37.087 INFO kablam! Compiling target_build_utils v0.1.2 Oct 15 02:21:39.747 INFO kablam! Compiling num-rational v0.1.35 Oct 15 02:21:41.911 INFO kablam! Compiling num v0.1.36 Oct 15 02:21:50.403 INFO kablam! Compiling collision v0.9.0 Oct 15 02:21:52.351 INFO kablam! Compiling gfx_device_gl v0.11.2 Oct 15 02:21:57.324 INFO kablam! Compiling libloading v0.3.1 Oct 15 02:22:03.934 INFO kablam! Compiling dlib v0.3.1 Oct 15 02:22:04.392 INFO kablam! Compiling wayland-sys v0.5.11 Oct 15 02:22:06.405 INFO kablam! Compiling wayland-client v0.5.12 Oct 15 02:22:09.465 INFO kablam! Compiling wayland-window v0.2.3 Oct 15 02:22:09.467 INFO kablam! Compiling wayland-kbd v0.3.6 Oct 15 02:22:12.605 INFO kablam! Compiling glutin v0.6.2 Oct 15 02:22:18.530 INFO kablam! Compiling gfx_window_glutin v0.12.0 Oct 15 02:22:20.863 INFO kablam! Compiling a_game v0.1.0 (/source) Oct 15 02:22:22.119 INFO kablam! warning: `$crate` may not be imported Oct 15 02:22:22.119 INFO kablam! --> src/main.rs:18:1 Oct 15 02:22:22.119 INFO kablam! | Oct 15 02:22:22.119 INFO kablam! 18 | / gfx_defines! { Oct 15 02:22:22.119 INFO kablam! 19 | | vertex Vertex { Oct 15 02:22:22.119 INFO kablam! 20 | | pos: [f32; 2] = "a_Pos", Oct 15 02:22:22.119 INFO kablam! 21 | | color: [f32; 3] = "a_Color", Oct 15 02:22:22.119 INFO kablam! ... | Oct 15 02:22:22.119 INFO kablam! 34 | | } Oct 15 02:22:22.119 INFO kablam! 35 | | } Oct 15 02:22:22.119 INFO kablam! | |_^ Oct 15 02:22:22.119 INFO kablam! | Oct 15 02:22:22.119 INFO kablam! = note: `use $crate;` was erroneously allowed and will become a hard error in a future release Oct 15 02:22:22.119 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 15 02:22:22.119 INFO kablam! Oct 15 02:22:22.143 INFO kablam! warning: unused import: `cgmath` Oct 15 02:22:22.143 INFO kablam! --> src/game.rs:2:13 Oct 15 02:22:22.143 INFO kablam! | Oct 15 02:22:22.143 INFO kablam! 2 | use super::{cgmath, ColorFormat, DepthFormat}; Oct 15 02:22:22.143 INFO kablam! | ^^^^^^ Oct 15 02:22:22.143 INFO kablam! | Oct 15 02:22:22.143 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 02:22:22.143 INFO kablam! Oct 15 02:22:22.143 INFO kablam! warning: unused import: `Matrix4` Oct 15 02:22:22.143 INFO kablam! --> src/main.rs:13:14 Oct 15 02:22:22.143 INFO kablam! | Oct 15 02:22:22.143 INFO kablam! 13 | use cgmath::{Matrix4}; Oct 15 02:22:22.143 INFO kablam! | ^^^^^^^ Oct 15 02:22:22.143 INFO kablam! Oct 15 02:22:22.504 INFO kablam! warning: variable does not need to be mutable Oct 15 02:22:22.505 INFO kablam! --> src/game.rs:33:22 Oct 15 02:22:22.506 INFO kablam! | Oct 15 02:22:22.506 INFO kablam! 33 | let (window, mut device, mut factory, main_color, main_depth) = Oct 15 02:22:22.506 INFO kablam! | ----^^^^^^ Oct 15 02:22:22.506 INFO kablam! | | Oct 15 02:22:22.506 INFO kablam! | help: remove this `mut` Oct 15 02:22:22.506 INFO kablam! | Oct 15 02:22:22.508 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 02:22:22.508 INFO kablam! Oct 15 02:22:22.508 INFO kablam! warning: variable does not need to be mutable Oct 15 02:22:22.510 INFO kablam! --> src/game.rs:44:13 Oct 15 02:22:22.510 INFO kablam! | Oct 15 02:22:22.510 INFO kablam! 44 | let mut encoder: gfx::Encoder = Oct 15 02:22:22.510 INFO kablam! | ----^^^^^^^ Oct 15 02:22:22.510 INFO kablam! | | Oct 15 02:22:22.510 INFO kablam! | help: remove this `mut` Oct 15 02:22:22.510 INFO kablam! Oct 15 02:22:22.551 INFO kablam! warning: struct is never constructed: `CollisionWorld` Oct 15 02:22:22.551 INFO kablam! --> src/game.rs:8:1 Oct 15 02:22:22.551 INFO kablam! | Oct 15 02:22:22.551 INFO kablam! 8 | struct CollisionWorld { Oct 15 02:22:22.551 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:22:22.551 INFO kablam! | Oct 15 02:22:22.551 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 02:22:22.551 INFO kablam! Oct 15 02:22:22.554 INFO kablam! warning: struct is never constructed: `Game` Oct 15 02:22:22.554 INFO kablam! --> src/game.rs:13:1 Oct 15 02:22:22.554 INFO kablam! | Oct 15 02:22:22.554 INFO kablam! 13 | struct Game { Oct 15 02:22:22.554 INFO kablam! | ^^^^^^^^^^^ Oct 15 02:22:22.554 INFO kablam! Oct 15 02:22:22.554 INFO kablam! warning: method is never used: `new` Oct 15 02:22:22.554 INFO kablam! --> src/game.rs:27:5 Oct 15 02:22:22.554 INFO kablam! | Oct 15 02:22:22.554 INFO kablam! 27 | pub fn new(window_x: u32, window_y: u32, world_size: f32) -> Game { Oct 15 02:22:22.554 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:22:22.554 INFO kablam! Oct 15 02:22:22.554 INFO kablam! warning: struct is never constructed: `Entity` Oct 15 02:22:22.554 INFO kablam! --> src/entity.rs:2:1 Oct 15 02:22:22.554 INFO kablam! | Oct 15 02:22:22.554 INFO kablam! 2 | pub struct Entity { Oct 15 02:22:22.554 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 02:22:22.554 INFO kablam! Oct 15 02:22:22.554 INFO kablam! warning: method is never used: `new` Oct 15 02:22:22.554 INFO kablam! --> src/entity.rs:8:5 Oct 15 02:22:22.554 INFO kablam! | Oct 15 02:22:22.554 INFO kablam! 8 | pub fn new() -> Entity { Oct 15 02:22:22.554 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:22:22.554 INFO kablam! Oct 15 02:22:22.554 INFO kablam! warning: method is never used: `add_vertex` Oct 15 02:22:22.554 INFO kablam! --> src/entity.rs:14:5 Oct 15 02:22:22.554 INFO kablam! | Oct 15 02:22:22.554 INFO kablam! 14 | pub fn add_vertex(&mut self, v: super::Vertex) { Oct 15 02:22:22.554 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:22:22.554 INFO kablam! Oct 15 02:22:22.554 INFO kablam! warning: method is never used: `get_vertices` Oct 15 02:22:22.554 INFO kablam! --> src/entity.rs:17:5 Oct 15 02:22:22.554 INFO kablam! | Oct 15 02:22:22.554 INFO kablam! 17 | pub fn get_vertices(&self) -> &[super::Vertex] { Oct 15 02:22:22.554 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:22:22.554 INFO kablam! Oct 15 02:22:22.554 INFO kablam! warning: method is never used: `add_indices` Oct 15 02:22:22.554 INFO kablam! --> src/entity.rs:20:5 Oct 15 02:22:22.554 INFO kablam! | Oct 15 02:22:22.554 INFO kablam! 20 | pub fn add_indices(&mut self, i: &mut Vec) { Oct 15 02:22:22.554 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:22:22.554 INFO kablam! Oct 15 02:22:22.554 INFO kablam! warning: method is never used: `get_indices` Oct 15 02:22:22.554 INFO kablam! --> src/entity.rs:23:5 Oct 15 02:22:22.554 INFO kablam! | Oct 15 02:22:22.554 INFO kablam! 23 | pub fn get_indices(&self) -> &[u16] { Oct 15 02:22:22.554 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:22:22.554 INFO kablam! Oct 15 02:22:22.554 INFO kablam! warning: method is never used: `has_indices` Oct 15 02:22:22.554 INFO kablam! --> src/entity.rs:26:5 Oct 15 02:22:22.554 INFO kablam! | Oct 15 02:22:22.554 INFO kablam! 26 | pub fn has_indices(&self) -> bool { Oct 15 02:22:22.554 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:22:22.554 INFO kablam! Oct 15 02:22:23.028 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 54.72s Oct 15 02:22:23.038 INFO kablam! su: No module specific data is present Oct 15 02:22:23.799 INFO running `"docker" "rm" "-f" "31fa4dfaf107143329bdb390b46322eb3eacd4d85d80d4cffbeb801a19b7ecd7"` Oct 15 02:22:24.147 INFO blam! 31fa4dfaf107143329bdb390b46322eb3eacd4d85d80d4cffbeb801a19b7ecd7 Oct 15 02:22:24.156 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 15 02:22:24.626 INFO blam! d91c184b5f7081503fb8d70aa8bc191e63957b4a99e12fb1250bbe75b8b4270f Oct 15 02:22:24.627 INFO running `"docker" "start" "-a" "d91c184b5f7081503fb8d70aa8bc191e63957b4a99e12fb1250bbe75b8b4270f"` Oct 15 02:22:26.435 INFO kablam! usermod: no changes Oct 15 02:22:26.658 INFO kablam! Compiling a_game v0.1.0 (/source) Oct 15 02:22:27.923 INFO kablam! warning: `$crate` may not be imported Oct 15 02:22:27.923 INFO kablam! --> src/main.rs:18:1 Oct 15 02:22:27.927 INFO kablam! | Oct 15 02:22:27.927 INFO kablam! 18 | / gfx_defines! { Oct 15 02:22:27.927 INFO kablam! 19 | | vertex Vertex { Oct 15 02:22:27.927 INFO kablam! 20 | | pos: [f32; 2] = "a_Pos", Oct 15 02:22:27.927 INFO kablam! 21 | | color: [f32; 3] = "a_Color", Oct 15 02:22:27.927 INFO kablam! ... | Oct 15 02:22:27.927 INFO kablam! 34 | | } Oct 15 02:22:27.927 INFO kablam! 35 | | } Oct 15 02:22:27.927 INFO kablam! | |_^ Oct 15 02:22:27.927 INFO kablam! | Oct 15 02:22:27.927 INFO kablam! = note: `use $crate;` was erroneously allowed and will become a hard error in a future release Oct 15 02:22:27.927 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 15 02:22:27.927 INFO kablam! Oct 15 02:22:28.003 INFO kablam! warning: unused import: `cgmath` Oct 15 02:22:28.003 INFO kablam! --> src/game.rs:2:13 Oct 15 02:22:28.003 INFO kablam! | Oct 15 02:22:28.003 INFO kablam! 2 | use super::{cgmath, ColorFormat, DepthFormat}; Oct 15 02:22:28.003 INFO kablam! | ^^^^^^ Oct 15 02:22:28.004 INFO kablam! | Oct 15 02:22:28.004 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 02:22:28.004 INFO kablam! Oct 15 02:22:28.004 INFO kablam! warning: unused import: `Matrix4` Oct 15 02:22:28.004 INFO kablam! --> src/main.rs:13:14 Oct 15 02:22:28.004 INFO kablam! | Oct 15 02:22:28.004 INFO kablam! 13 | use cgmath::{Matrix4}; Oct 15 02:22:28.004 INFO kablam! | ^^^^^^^ Oct 15 02:22:28.004 INFO kablam! Oct 15 02:22:28.385 INFO kablam! warning: variable does not need to be mutable Oct 15 02:22:28.385 INFO kablam! --> src/game.rs:33:22 Oct 15 02:22:28.385 INFO kablam! | Oct 15 02:22:28.385 INFO kablam! 33 | let (window, mut device, mut factory, main_color, main_depth) = Oct 15 02:22:28.385 INFO kablam! | ----^^^^^^ Oct 15 02:22:28.385 INFO kablam! | | Oct 15 02:22:28.385 INFO kablam! | help: remove this `mut` Oct 15 02:22:28.386 INFO kablam! | Oct 15 02:22:28.386 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 02:22:28.386 INFO kablam! Oct 15 02:22:28.386 INFO kablam! warning: variable does not need to be mutable Oct 15 02:22:28.386 INFO kablam! --> src/game.rs:44:13 Oct 15 02:22:28.386 INFO kablam! | Oct 15 02:22:28.386 INFO kablam! 44 | let mut encoder: gfx::Encoder = Oct 15 02:22:28.386 INFO kablam! | ----^^^^^^^ Oct 15 02:22:28.386 INFO kablam! | | Oct 15 02:22:28.386 INFO kablam! | help: remove this `mut` Oct 15 02:22:28.386 INFO kablam! Oct 15 02:22:28.427 INFO kablam! warning: struct is never constructed: `CollisionWorld` Oct 15 02:22:28.427 INFO kablam! --> src/game.rs:8:1 Oct 15 02:22:28.427 INFO kablam! | Oct 15 02:22:28.427 INFO kablam! 8 | struct CollisionWorld { Oct 15 02:22:28.427 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:22:28.427 INFO kablam! | Oct 15 02:22:28.427 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 02:22:28.427 INFO kablam! Oct 15 02:22:28.427 INFO kablam! warning: struct is never constructed: `Game` Oct 15 02:22:28.427 INFO kablam! --> src/game.rs:13:1 Oct 15 02:22:28.427 INFO kablam! | Oct 15 02:22:28.427 INFO kablam! 13 | struct Game { Oct 15 02:22:28.427 INFO kablam! | ^^^^^^^^^^^ Oct 15 02:22:28.427 INFO kablam! Oct 15 02:22:28.427 INFO kablam! warning: method is never used: `new` Oct 15 02:22:28.427 INFO kablam! --> src/game.rs:27:5 Oct 15 02:22:28.427 INFO kablam! | Oct 15 02:22:28.427 INFO kablam! 27 | pub fn new(window_x: u32, window_y: u32, world_size: f32) -> Game { Oct 15 02:22:28.427 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:22:28.427 INFO kablam! Oct 15 02:22:28.427 INFO kablam! warning: struct is never constructed: `Entity` Oct 15 02:22:28.427 INFO kablam! --> src/entity.rs:2:1 Oct 15 02:22:28.427 INFO kablam! | Oct 15 02:22:28.427 INFO kablam! 2 | pub struct Entity { Oct 15 02:22:28.427 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 02:22:28.427 INFO kablam! Oct 15 02:22:28.427 INFO kablam! warning: method is never used: `new` Oct 15 02:22:28.427 INFO kablam! --> src/entity.rs:8:5 Oct 15 02:22:28.427 INFO kablam! | Oct 15 02:22:28.427 INFO kablam! 8 | pub fn new() -> Entity { Oct 15 02:22:28.427 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:22:28.427 INFO kablam! Oct 15 02:22:28.427 INFO kablam! warning: method is never used: `add_vertex` Oct 15 02:22:28.427 INFO kablam! --> src/entity.rs:14:5 Oct 15 02:22:28.427 INFO kablam! | Oct 15 02:22:28.427 INFO kablam! 14 | pub fn add_vertex(&mut self, v: super::Vertex) { Oct 15 02:22:28.427 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:22:28.427 INFO kablam! Oct 15 02:22:28.427 INFO kablam! warning: method is never used: `get_vertices` Oct 15 02:22:28.427 INFO kablam! --> src/entity.rs:17:5 Oct 15 02:22:28.427 INFO kablam! | Oct 15 02:22:28.427 INFO kablam! 17 | pub fn get_vertices(&self) -> &[super::Vertex] { Oct 15 02:22:28.427 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:22:28.427 INFO kablam! Oct 15 02:22:28.427 INFO kablam! warning: method is never used: `add_indices` Oct 15 02:22:28.427 INFO kablam! --> src/entity.rs:20:5 Oct 15 02:22:28.427 INFO kablam! | Oct 15 02:22:28.427 INFO kablam! 20 | pub fn add_indices(&mut self, i: &mut Vec) { Oct 15 02:22:28.427 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:22:28.427 INFO kablam! Oct 15 02:22:28.427 INFO kablam! warning: method is never used: `get_indices` Oct 15 02:22:28.428 INFO kablam! --> src/entity.rs:23:5 Oct 15 02:22:28.428 INFO kablam! | Oct 15 02:22:28.428 INFO kablam! 23 | pub fn get_indices(&self) -> &[u16] { Oct 15 02:22:28.428 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:22:28.428 INFO kablam! Oct 15 02:22:28.428 INFO kablam! warning: method is never used: `has_indices` Oct 15 02:22:28.428 INFO kablam! --> src/entity.rs:26:5 Oct 15 02:22:28.428 INFO kablam! | Oct 15 02:22:28.428 INFO kablam! 26 | pub fn has_indices(&self) -> bool { Oct 15 02:22:28.428 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 02:22:28.428 INFO kablam! Oct 15 02:22:28.867 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.40s Oct 15 02:22:28.875 INFO kablam! su: No module specific data is present Oct 15 02:22:29.465 INFO running `"docker" "rm" "-f" "d91c184b5f7081503fb8d70aa8bc191e63957b4a99e12fb1250bbe75b8b4270f"` Oct 15 02:22:29.751 INFO blam! d91c184b5f7081503fb8d70aa8bc191e63957b4a99e12fb1250bbe75b8b4270f Oct 15 02:22:29.753 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 15 02:22:30.191 INFO blam! 39e2e1960aac3e3354174e3f634cee279e890b2275dca1a85578f746367964b2 Oct 15 02:22:30.207 INFO running `"docker" "start" "-a" "39e2e1960aac3e3354174e3f634cee279e890b2275dca1a85578f746367964b2"` Oct 15 02:22:31.655 INFO kablam! usermod: no changes Oct 15 02:22:31.879 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.19s Oct 15 02:22:31.923 INFO kablam! Running /target/debug/deps/a_game-dea23911633b785f Oct 15 02:22:31.929 INFO blam! Oct 15 02:22:31.929 INFO blam! running 0 tests Oct 15 02:22:31.929 INFO blam! Oct 15 02:22:31.929 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 02:22:31.929 INFO blam! Oct 15 02:22:31.932 INFO kablam! su: No module specific data is present Oct 15 02:22:33.083 INFO running `"docker" "rm" "-f" "39e2e1960aac3e3354174e3f634cee279e890b2275dca1a85578f746367964b2"` Oct 15 02:22:33.411 INFO blam! 39e2e1960aac3e3354174e3f634cee279e890b2275dca1a85578f746367964b2