Oct 10 15:50:34.314 INFO testing rsaarelm/phage against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 15:50:34.314 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 15:50:34.318 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 10 15:50:34.878 INFO blam! 882155a412106255da3ad56c9a03bdfbf5fac932ee2761a45d9b6bf048445942 Oct 10 15:50:34.880 INFO running `"docker" "start" "-a" "882155a412106255da3ad56c9a03bdfbf5fac932ee2761a45d9b6bf048445942"` Oct 10 15:50:36.239 INFO kablam! usermod: no changes Oct 10 15:50:36.613 INFO kablam! Compiling calx_macros v0.2.0 (/source/calx/calx_macros) Oct 10 15:50:36.622 INFO kablam! Compiling calx_ecs v0.2.0 (/source/calx/calx_ecs) Oct 10 15:50:36.624 INFO kablam! Compiling num-bigint v0.1.40 Oct 10 15:50:36.627 INFO kablam! Compiling wayland-client v0.5.12 Oct 10 15:50:36.627 INFO kablam! Compiling glutin v0.6.2 Oct 10 15:50:36.627 INFO kablam! Compiling glium v0.15.0 Oct 10 15:50:36.627 INFO kablam! Compiling backtrace-sys v0.1.12 Oct 10 15:50:36.645 INFO kablam! Compiling memmap v0.2.3 Oct 10 15:50:39.708 INFO kablam! Compiling wayland-sys v0.5.11 Oct 10 15:50:40.445 INFO kablam! Compiling backtrace v0.2.3 Oct 10 15:50:48.476 INFO kablam! Compiling num-rational v0.1.39 Oct 10 15:50:53.304 INFO kablam! Compiling num v0.1.40 Oct 10 15:50:53.304 INFO kablam! Compiling image v0.15.0 Oct 10 15:50:55.220 INFO kablam! Compiling wayland-window v0.2.3 Oct 10 15:50:55.220 INFO kablam! Compiling wayland-kbd v0.3.6 Oct 10 15:50:56.056 INFO kablam! Compiling nalgebra v0.2.23 Oct 10 15:51:53.636 INFO kablam! Compiling calx v0.2.0 (/source/calx) Oct 10 15:51:56.496 INFO kablam! warning: unused `#[macro_use]` import Oct 10 15:51:56.496 INFO kablam! --> calx/src/lib.rs:19:1 Oct 10 15:51:56.496 INFO kablam! | Oct 10 15:51:56.496 INFO kablam! 19 | #[macro_use] extern crate calx_ecs; Oct 10 15:51:56.496 INFO kablam! | ^^^^^^^^^^^^ Oct 10 15:51:56.496 INFO kablam! | Oct 10 15:51:56.496 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 15:51:56.496 INFO kablam! Oct 10 15:51:56.498 INFO kablam! warning: unused import: `glium::LinearBlendingFactor::*` Oct 10 15:51:56.499 INFO kablam! --> calx/src/backend/renderer.rs:5:5 Oct 10 15:51:56.499 INFO kablam! | Oct 10 15:51:56.499 INFO kablam! 5 | use glium::LinearBlendingFactor::*; Oct 10 15:51:56.499 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:51:56.499 INFO kablam! Oct 10 15:51:56.567 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 10 15:51:56.567 INFO kablam! --> calx/src/rgb.rs:5:18 Oct 10 15:51:56.567 INFO kablam! | Oct 10 15:51:56.567 INFO kablam! 5 | use std::ascii::{AsciiExt}; Oct 10 15:51:56.567 INFO kablam! | ^^^^^^^^ Oct 10 15:51:56.567 INFO kablam! | Oct 10 15:51:56.567 INFO kablam! = note: #[warn(deprecated)] on by default Oct 10 15:51:56.567 INFO kablam! Oct 10 15:51:56.570 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 10 15:51:56.570 INFO kablam! --> calx/src/backend/canvas.rs:450:25 Oct 10 15:51:56.570 INFO kablam! | Oct 10 15:51:56.570 INFO kablam! 450 | thread::sleep_ms((remaining_s * 1e3) as u32); Oct 10 15:51:56.570 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 10 15:51:56.570 INFO kablam! Oct 10 15:51:56.571 INFO kablam! warning: use of deprecated item 'std::thread::sleep_ms': replaced by `std::thread::sleep` Oct 10 15:51:56.571 INFO kablam! --> calx/src/timing.rs:63:17 Oct 10 15:51:56.571 INFO kablam! | Oct 10 15:51:56.571 INFO kablam! 63 | thread::sleep_ms((t * 1e3) as u32); Oct 10 15:51:56.571 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 10 15:51:56.571 INFO kablam! Oct 10 15:51:57.385 INFO kablam! warning: unused import: `Float` Oct 10 15:51:57.385 INFO kablam! --> calx/src/atlas.rs:3:11 Oct 10 15:51:57.385 INFO kablam! | Oct 10 15:51:57.385 INFO kablam! 3 | use num::{Float, Zero}; Oct 10 15:51:57.385 INFO kablam! | ^^^^^ Oct 10 15:51:57.385 INFO kablam! Oct 10 15:51:57.385 INFO kablam! warning: unused import: `Float` Oct 10 15:51:57.385 INFO kablam! --> calx/src/hex.rs:6:20 Oct 10 15:51:57.385 INFO kablam! | Oct 10 15:51:57.385 INFO kablam! 6 | use num::{Integer, Float}; Oct 10 15:51:57.385 INFO kablam! | ^^^^^ Oct 10 15:51:57.385 INFO kablam! Oct 10 15:51:57.385 INFO kablam! warning: unused import: `AsciiExt` Oct 10 15:51:57.385 INFO kablam! --> calx/src/rgb.rs:5:18 Oct 10 15:51:57.385 INFO kablam! | Oct 10 15:51:57.385 INFO kablam! 5 | use std::ascii::{AsciiExt}; Oct 10 15:51:57.385 INFO kablam! | ^^^^^^^^ Oct 10 15:51:57.385 INFO kablam! Oct 10 15:51:57.385 INFO kablam! warning: unused import: `Float` Oct 10 15:51:57.385 INFO kablam! --> calx/src/rgb.rs:8:11 Oct 10 15:51:57.385 INFO kablam! | Oct 10 15:51:57.385 INFO kablam! 8 | use num::{Float, Num}; Oct 10 15:51:57.385 INFO kablam! | ^^^^^ Oct 10 15:51:57.385 INFO kablam! Oct 10 15:51:57.385 INFO kablam! warning: unused import: `Float` Oct 10 15:51:57.385 INFO kablam! --> calx/src/backend/renderer.rs:2:11 Oct 10 15:51:57.385 INFO kablam! | Oct 10 15:51:57.385 INFO kablam! 2 | use num::{Float}; Oct 10 15:51:57.385 INFO kablam! | ^^^^^ Oct 10 15:51:57.385 INFO kablam! Oct 10 15:51:57.528 INFO kablam! warning: variable does not need to be mutable Oct 10 15:51:57.528 INFO kablam! --> calx/src/atlas.rs:70:13 Oct 10 15:51:57.528 INFO kablam! | Oct 10 15:51:57.528 INFO kablam! 70 | let mut offsets; Oct 10 15:51:57.528 INFO kablam! | ----^^^^^^^ Oct 10 15:51:57.528 INFO kablam! | | Oct 10 15:51:57.528 INFO kablam! | help: remove this `mut` Oct 10 15:51:57.528 INFO kablam! | Oct 10 15:51:57.528 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 15:51:57.528 INFO kablam! Oct 10 15:51:57.760 INFO kablam! warning: variable does not need to be mutable Oct 10 15:51:57.760 INFO kablam! --> calx/src/backend/canvas_util.rs:72:13 Oct 10 15:51:57.760 INFO kablam! | Oct 10 15:51:57.760 INFO kablam! 72 | let mut pos; Oct 10 15:51:57.760 INFO kablam! | ----^^^ Oct 10 15:51:57.760 INFO kablam! | | Oct 10 15:51:57.760 INFO kablam! | help: remove this `mut` Oct 10 15:51:57.760 INFO kablam! Oct 10 15:51:57.760 INFO kablam! warning: variable does not need to be mutable Oct 10 15:51:57.760 INFO kablam! --> calx/src/backend/canvas_util.rs:73:13 Oct 10 15:51:57.760 INFO kablam! | Oct 10 15:51:57.760 INFO kablam! 73 | let mut tex; Oct 10 15:51:57.760 INFO kablam! | ----^^^ Oct 10 15:51:57.760 INFO kablam! | | Oct 10 15:51:57.760 INFO kablam! | help: remove this `mut` Oct 10 15:51:57.760 INFO kablam! Oct 10 15:51:57.894 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 15:51:57.894 INFO kablam! --> calx/src/backend/canvas.rs:357:13 Oct 10 15:51:57.895 INFO kablam! | Oct 10 15:51:57.895 INFO kablam! 357 | target.finish(); Oct 10 15:51:57.895 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 10 15:51:57.895 INFO kablam! | Oct 10 15:51:57.895 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 15:51:57.896 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 15:51:57.896 INFO kablam! Oct 10 15:52:02.884 INFO kablam! Compiling world v0.0.1 (/source/world) Oct 10 15:52:05.956 INFO kablam! warning: unused macro definition Oct 10 15:52:05.956 INFO kablam! --> world/src/lib.rs:16:1 Oct 10 15:52:05.956 INFO kablam! | Oct 10 15:52:05.956 INFO kablam! 16 | / macro_rules! msg( Oct 10 15:52:05.956 INFO kablam! 17 | | ($($arg:tt)*) => ( ::msg::push(::Msg::Text(format!($($arg)*)))) Oct 10 15:52:05.956 INFO kablam! 18 | | ); Oct 10 15:52:05.956 INFO kablam! | |__^ Oct 10 15:52:05.956 INFO kablam! | Oct 10 15:52:05.956 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 10 15:52:05.956 INFO kablam! Oct 10 15:52:05.956 INFO kablam! warning: unused import: `std::collections::HashSet` Oct 10 15:52:05.956 INFO kablam! --> world/src/components.rs:2:5 Oct 10 15:52:05.956 INFO kablam! | Oct 10 15:52:05.956 INFO kablam! 2 | use std::collections::HashSet; Oct 10 15:52:05.956 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:52:05.956 INFO kablam! | Oct 10 15:52:05.956 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 15:52:05.956 INFO kablam! Oct 10 15:52:05.956 INFO kablam! warning: unused import: `location::Location` Oct 10 15:52:05.956 INFO kablam! --> world/src/components.rs:4:5 Oct 10 15:52:05.956 INFO kablam! | Oct 10 15:52:05.957 INFO kablam! 4 | use location::Location; Oct 10 15:52:05.957 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 10 15:52:05.957 INFO kablam! Oct 10 15:52:07.008 INFO kablam! warning: unused variable: `spec` Oct 10 15:52:07.008 INFO kablam! --> world/src/mapgen.rs:10:18 Oct 10 15:52:07.008 INFO kablam! | Oct 10 15:52:07.008 INFO kablam! 10 | rng: &mut R, spec: &::AreaSpec, mut set_terrain: F, mut set_biome: G) Oct 10 15:52:07.008 INFO kablam! | ^^^^ help: consider using `_spec` instead Oct 10 15:52:07.008 INFO kablam! | Oct 10 15:52:07.008 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 15:52:07.008 INFO kablam! Oct 10 15:52:07.316 INFO kablam! warning: variable does not need to be mutable Oct 10 15:52:07.316 INFO kablam! --> world/src/geomorph.rs:145:9 Oct 10 15:52:07.316 INFO kablam! | Oct 10 15:52:07.316 INFO kablam! 145 | let mut r1; Oct 10 15:52:07.316 INFO kablam! | ----^^ Oct 10 15:52:07.316 INFO kablam! | | Oct 10 15:52:07.316 INFO kablam! | help: remove this `mut` Oct 10 15:52:07.316 INFO kablam! | Oct 10 15:52:07.316 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 15:52:07.316 INFO kablam! Oct 10 15:52:07.316 INFO kablam! warning: variable does not need to be mutable Oct 10 15:52:07.316 INFO kablam! --> world/src/geomorph.rs:146:9 Oct 10 15:52:07.316 INFO kablam! | Oct 10 15:52:07.316 INFO kablam! 146 | let mut r2; Oct 10 15:52:07.316 INFO kablam! | ----^^ Oct 10 15:52:07.316 INFO kablam! | | Oct 10 15:52:07.316 INFO kablam! | help: remove this `mut` Oct 10 15:52:07.316 INFO kablam! Oct 10 15:52:15.688 INFO kablam! Compiling phage v0.1.1 (/source) Oct 10 15:52:18.768 INFO kablam! warning: unused `#[macro_use]` import Oct 10 15:52:18.768 INFO kablam! --> src/main.rs:5:1 Oct 10 15:52:18.768 INFO kablam! | Oct 10 15:52:18.768 INFO kablam! 5 | #[macro_use] Oct 10 15:52:18.768 INFO kablam! | ^^^^^^^^^^^^ Oct 10 15:52:18.768 INFO kablam! | Oct 10 15:52:18.768 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 15:52:18.768 INFO kablam! Oct 10 15:52:18.768 INFO kablam! warning: unused imports: `Dir6`, `clamp` Oct 10 15:52:18.768 INFO kablam! --> src/sprite.rs:2:23 Oct 10 15:52:18.768 INFO kablam! | Oct 10 15:52:18.768 INFO kablam! 2 | use calx::{color, V2, Dir6, clamp}; Oct 10 15:52:18.768 INFO kablam! | ^^^^ ^^^^^ Oct 10 15:52:18.768 INFO kablam! Oct 10 15:52:19.018 INFO kablam! warning: unused import: `GenericImage` Oct 10 15:52:19.018 INFO kablam! --> src/tilecache.rs:3:23 Oct 10 15:52:19.018 INFO kablam! | Oct 10 15:52:19.018 INFO kablam! 3 | use image::{SubImage, GenericImage}; Oct 10 15:52:19.018 INFO kablam! | ^^^^^^^^^^^^ Oct 10 15:52:19.018 INFO kablam! Oct 10 15:52:19.056 INFO kablam! warning: unused variable: `location_name` Oct 10 15:52:19.056 INFO kablam! --> src/gamestate.rs:100:13 Oct 10 15:52:19.056 INFO kablam! | Oct 10 15:52:19.056 INFO kablam! 100 | let location_name = camera.name(); Oct 10 15:52:19.056 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_location_name` instead Oct 10 15:52:19.056 INFO kablam! | Oct 10 15:52:19.056 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 15:52:19.056 INFO kablam! Oct 10 15:52:19.157 INFO kablam! warning: variant is never constructed: `Inventory` Oct 10 15:52:19.157 INFO kablam! --> src/gamestate.rs:52:5 Oct 10 15:52:19.157 INFO kablam! | Oct 10 15:52:19.157 INFO kablam! 52 | Inventory, Oct 10 15:52:19.157 INFO kablam! | ^^^^^^^^^ Oct 10 15:52:19.157 INFO kablam! | Oct 10 15:52:19.157 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 15:52:19.157 INFO kablam! Oct 10 15:52:19.157 INFO kablam! warning: method is never used: `clear_captions` Oct 10 15:52:19.157 INFO kablam! --> src/msg_queue.rs:52:5 Oct 10 15:52:19.157 INFO kablam! | Oct 10 15:52:19.157 INFO kablam! 52 | pub fn clear_captions(&mut self) { Oct 10 15:52:19.157 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:52:19.157 INFO kablam! Oct 10 15:52:24.541 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 48s Oct 10 15:52:24.554 INFO kablam! su: No module specific data is present Oct 10 15:52:25.510 INFO running `"docker" "rm" "-f" "882155a412106255da3ad56c9a03bdfbf5fac932ee2761a45d9b6bf048445942"` Oct 10 15:52:25.836 INFO blam! 882155a412106255da3ad56c9a03bdfbf5fac932ee2761a45d9b6bf048445942 Oct 10 15:52:25.841 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 15:52:25.842 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 10 15:52:26.294 INFO blam! aad6e2289c1be63025f713f76064b41c20abec44855be39a41d34fe422c46298 Oct 10 15:52:26.302 INFO running `"docker" "start" "-a" "aad6e2289c1be63025f713f76064b41c20abec44855be39a41d34fe422c46298"` Oct 10 15:52:27.408 INFO kablam! usermod: no changes Oct 10 15:52:27.678 INFO kablam! Compiling phage v0.1.1 (/source) Oct 10 15:52:30.952 INFO kablam! warning: unused `#[macro_use]` import Oct 10 15:52:30.952 INFO kablam! --> src/main.rs:5:1 Oct 10 15:52:30.952 INFO kablam! | Oct 10 15:52:30.952 INFO kablam! 5 | #[macro_use] Oct 10 15:52:30.952 INFO kablam! | ^^^^^^^^^^^^ Oct 10 15:52:30.952 INFO kablam! | Oct 10 15:52:30.952 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 15:52:30.952 INFO kablam! Oct 10 15:52:30.957 INFO kablam! warning: unused imports: `Dir6`, `clamp` Oct 10 15:52:30.957 INFO kablam! --> src/sprite.rs:2:23 Oct 10 15:52:30.957 INFO kablam! | Oct 10 15:52:30.957 INFO kablam! 2 | use calx::{color, V2, Dir6, clamp}; Oct 10 15:52:30.957 INFO kablam! | ^^^^ ^^^^^ Oct 10 15:52:30.957 INFO kablam! Oct 10 15:52:31.284 INFO kablam! warning: unused import: `GenericImage` Oct 10 15:52:31.284 INFO kablam! --> src/tilecache.rs:3:23 Oct 10 15:52:31.284 INFO kablam! | Oct 10 15:52:31.284 INFO kablam! 3 | use image::{SubImage, GenericImage}; Oct 10 15:52:31.284 INFO kablam! | ^^^^^^^^^^^^ Oct 10 15:52:31.284 INFO kablam! Oct 10 15:52:31.308 INFO kablam! warning: unused variable: `location_name` Oct 10 15:52:31.308 INFO kablam! --> src/gamestate.rs:100:13 Oct 10 15:52:31.308 INFO kablam! | Oct 10 15:52:31.308 INFO kablam! 100 | let location_name = camera.name(); Oct 10 15:52:31.308 INFO kablam! | ^^^^^^^^^^^^^ help: consider using `_location_name` instead Oct 10 15:52:31.308 INFO kablam! | Oct 10 15:52:31.308 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 15:52:31.308 INFO kablam! Oct 10 15:52:31.400 INFO kablam! warning: variant is never constructed: `Inventory` Oct 10 15:52:31.400 INFO kablam! --> src/gamestate.rs:52:5 Oct 10 15:52:31.400 INFO kablam! | Oct 10 15:52:31.400 INFO kablam! 52 | Inventory, Oct 10 15:52:31.400 INFO kablam! | ^^^^^^^^^ Oct 10 15:52:31.400 INFO kablam! | Oct 10 15:52:31.400 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 15:52:31.400 INFO kablam! Oct 10 15:52:31.400 INFO kablam! warning: method is never used: `clear_captions` Oct 10 15:52:31.400 INFO kablam! --> src/msg_queue.rs:52:5 Oct 10 15:52:31.400 INFO kablam! | Oct 10 15:52:31.400 INFO kablam! 52 | pub fn clear_captions(&mut self) { Oct 10 15:52:31.400 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 15:52:31.400 INFO kablam! Oct 10 15:52:32.705 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.27s Oct 10 15:52:32.713 INFO kablam! su: No module specific data is present Oct 10 15:52:33.569 INFO running `"docker" "rm" "-f" "aad6e2289c1be63025f713f76064b41c20abec44855be39a41d34fe422c46298"` Oct 10 15:52:33.828 INFO blam! aad6e2289c1be63025f713f76064b41c20abec44855be39a41d34fe422c46298 Oct 10 15:52:33.834 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 15:52:33.836 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 10 15:52:34.250 INFO blam! a245581f78592c1208db87623307621bacd40e2fedd2be5224d2d3707f80d31f Oct 10 15:52:34.252 INFO running `"docker" "start" "-a" "a245581f78592c1208db87623307621bacd40e2fedd2be5224d2d3707f80d31f"` Oct 10 15:52:35.502 INFO kablam! usermod: no changes Oct 10 15:52:35.756 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.21s Oct 10 15:52:35.768 INFO kablam! Running /target/debug/deps/phage-e776a5cbf5f37624 Oct 10 15:52:35.772 INFO blam! Oct 10 15:52:35.772 INFO blam! running 1 test Oct 10 15:52:35.775 INFO blam! test viewutil::test::c2c ... ok Oct 10 15:52:35.775 INFO blam! Oct 10 15:52:35.775 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 15:52:35.775 INFO blam! Oct 10 15:52:35.780 INFO kablam! su: No module specific data is present Oct 10 15:52:36.442 INFO running `"docker" "rm" "-f" "a245581f78592c1208db87623307621bacd40e2fedd2be5224d2d3707f80d31f"` Oct 10 15:52:36.678 INFO blam! a245581f78592c1208db87623307621bacd40e2fedd2be5224d2d3707f80d31f