Oct 15 10:14:22.651 INFO testing Hopson97/Asciimon against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 10:14:22.652 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 10:14:23.524 INFO blam! cc5300411c29c8dc0a68549304a6c508e03f32ffce5455b93700013cc3a7e265 Oct 15 10:14:23.527 INFO running `"docker" "start" "-a" "cc5300411c29c8dc0a68549304a6c508e03f32ffce5455b93700013cc3a7e265"` Oct 15 10:14:24.394 INFO kablam! usermod: no changes Oct 15 10:14:24.439 INFO kablam! Compiling asciimon v0.1.0 (/source) Oct 15 10:14:24.911 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 15 10:14:24.911 INFO kablam! --> src/game/world/chunk.rs:7:5 Oct 15 10:14:24.912 INFO kablam! | Oct 15 10:14:24.912 INFO kablam! 7 | use std::collections::HashMap; Oct 15 10:14:24.912 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:14:24.912 INFO kablam! | Oct 15 10:14:24.913 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 10:14:24.913 INFO kablam! Oct 15 10:14:24.913 INFO kablam! warning: unused import: `ChunkLoadData` Oct 15 10:14:24.914 INFO kablam! --> src/game/world/mod.rs:10:26 Oct 15 10:14:24.914 INFO kablam! | Oct 15 10:14:24.914 INFO kablam! 10 | use self::chunk_loader::{ChunkLoadData, load_chunk, extract_pos_from_path}; Oct 15 10:14:24.914 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 10:14:24.915 INFO kablam! Oct 15 10:14:25.127 INFO kablam! warning: unused import: `Write` Oct 15 10:14:25.127 INFO kablam! --> src/game/mod.rs:17:22 Oct 15 10:14:25.127 INFO kablam! | Oct 15 10:14:25.127 INFO kablam! 17 | use std::io::{stdin, Write}; Oct 15 10:14:25.127 INFO kablam! | ^^^^^ Oct 15 10:14:25.127 INFO kablam! Oct 15 10:14:25.151 INFO kablam! warning: unused variable: `console` Oct 15 10:14:25.151 INFO kablam! --> src/game/game_state/state_explore.rs:171:49 Oct 15 10:14:25.151 INFO kablam! | Oct 15 10:14:25.151 INFO kablam! 171 | fn draw(&mut self, renderer: &mut Renderer, console: &mut Console) { Oct 15 10:14:25.151 INFO kablam! | ^^^^^^^ help: consider using `_console` instead Oct 15 10:14:25.151 INFO kablam! | Oct 15 10:14:25.151 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 10:14:25.151 INFO kablam! Oct 15 10:14:25.151 INFO kablam! warning: unused variable: `state` Oct 15 10:14:25.151 INFO kablam! --> src/game/mod.rs:85:51 Oct 15 10:14:25.151 INFO kablam! | Oct 15 10:14:25.151 INFO kablam! 85 | Some(UpdateResult::TransitionPush(state)) => {} Oct 15 10:14:25.151 INFO kablam! | ^^^^^ help: consider using `_state` instead Oct 15 10:14:25.151 INFO kablam! Oct 15 10:14:25.227 INFO kablam! warning: field is never used: `size` Oct 15 10:14:25.227 INFO kablam! --> src/graphics/renderer.rs:20:5 Oct 15 10:14:25.227 INFO kablam! | Oct 15 10:14:25.227 INFO kablam! 20 | size: Vector2D, Oct 15 10:14:25.227 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 10:14:25.227 INFO kablam! | Oct 15 10:14:25.227 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 10:14:25.227 INFO kablam! Oct 15 10:14:25.227 INFO kablam! warning: method is never used: `size` Oct 15 10:14:25.227 INFO kablam! --> src/graphics/renderer.rs:44:5 Oct 15 10:14:25.227 INFO kablam! | Oct 15 10:14:25.227 INFO kablam! 44 | pub fn size(&self) -> Vector2D { Oct 15 10:14:25.227 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:14:25.227 INFO kablam! Oct 15 10:14:25.227 INFO kablam! warning: method is never used: `draw_sprite` Oct 15 10:14:25.227 INFO kablam! --> src/graphics/renderer.rs:172:5 Oct 15 10:14:25.227 INFO kablam! | Oct 15 10:14:25.227 INFO kablam! 172 | pub fn draw_sprite(&self, section: &str, sprite: &Sprite) { Oct 15 10:14:25.227 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:14:25.227 INFO kablam! Oct 15 10:14:25.227 INFO kablam! warning: struct is never constructed: `Sprite` Oct 15 10:14:25.227 INFO kablam! --> src/graphics/sprite.rs:3:1 Oct 15 10:14:25.227 INFO kablam! | Oct 15 10:14:25.227 INFO kablam! 3 | pub struct Sprite { Oct 15 10:14:25.227 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 10:14:25.227 INFO kablam! Oct 15 10:14:25.227 INFO kablam! warning: method is never used: `new` Oct 15 10:14:25.227 INFO kablam! --> src/graphics/sprite.rs:9:5 Oct 15 10:14:25.227 INFO kablam! | Oct 15 10:14:25.227 INFO kablam! 9 | pub fn new() -> Sprite { Oct 15 10:14:25.227 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:14:25.227 INFO kablam! Oct 15 10:14:25.227 INFO kablam! warning: method is never used: `with_capacity` Oct 15 10:14:25.227 INFO kablam! --> src/graphics/sprite.rs:16:5 Oct 15 10:14:25.227 INFO kablam! | Oct 15 10:14:25.227 INFO kablam! 16 | pub fn with_capacity(capacity: usize) -> Sprite { Oct 15 10:14:25.227 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:14:25.227 INFO kablam! Oct 15 10:14:25.227 INFO kablam! warning: method is never used: `square` Oct 15 10:14:25.227 INFO kablam! --> src/graphics/sprite.rs:23:5 Oct 15 10:14:25.227 INFO kablam! | Oct 15 10:14:25.227 INFO kablam! 23 | pub fn square(width: i32, height: i32, fill: char) -> Sprite { Oct 15 10:14:25.227 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:14:25.227 INFO kablam! Oct 15 10:14:25.227 INFO kablam! warning: method is never used: `render_data` Oct 15 10:14:25.228 INFO kablam! --> src/graphics/sprite.rs:35:5 Oct 15 10:14:25.228 INFO kablam! | Oct 15 10:14:25.228 INFO kablam! 35 | pub fn render_data(&self) -> &Vec { Oct 15 10:14:25.228 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:14:25.228 INFO kablam! Oct 15 10:14:25.229 INFO kablam! warning: constant item is never used: `UI_BACKGROUND` Oct 15 10:14:25.229 INFO kablam! --> src/graphics/colour.rs:13:9 Oct 15 10:14:25.229 INFO kablam! | Oct 15 10:14:25.229 INFO kablam! 13 | / pub const $name: Colour = Colour { Oct 15 10:14:25.229 INFO kablam! 14 | | r: $r, Oct 15 10:14:25.229 INFO kablam! 15 | | g: $g, Oct 15 10:14:25.229 INFO kablam! 16 | | b: $b, Oct 15 10:14:25.229 INFO kablam! 17 | | }; Oct 15 10:14:25.229 INFO kablam! | |__________^ Oct 15 10:14:25.229 INFO kablam! | Oct 15 10:14:25.229 INFO kablam! ::: src/game/mod.rs:24:5 Oct 15 10:14:25.229 INFO kablam! | Oct 15 10:14:25.229 INFO kablam! 24 | define_colour!(UI_BACKGROUND, 50, 50, 50); Oct 15 10:14:25.229 INFO kablam! | ------------------------------------------ in this macro invocation Oct 15 10:14:25.229 INFO kablam! Oct 15 10:14:25.230 INFO kablam! warning: constant item is never used: `ZERO` Oct 15 10:14:25.230 INFO kablam! --> src/util/vector.rs:10:1 Oct 15 10:14:25.230 INFO kablam! | Oct 15 10:14:25.230 INFO kablam! 10 | pub const ZERO: Vector2D = Vector2D { x: 0, y: 0 }; Oct 15 10:14:25.230 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:14:25.230 INFO kablam! Oct 15 10:14:25.230 INFO kablam! warning: method is never used: `cast` Oct 15 10:14:25.230 INFO kablam! --> src/util/vector.rs:23:5 Oct 15 10:14:25.230 INFO kablam! | Oct 15 10:14:25.230 INFO kablam! 23 | pub fn cast>(self) -> Vector2D { Oct 15 10:14:25.230 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:14:25.230 INFO kablam! Oct 15 10:14:27.088 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.67s Oct 15 10:14:27.093 INFO kablam! su: No module specific data is present Oct 15 10:14:27.647 INFO running `"docker" "rm" "-f" "cc5300411c29c8dc0a68549304a6c508e03f32ffce5455b93700013cc3a7e265"` Oct 15 10:14:27.843 INFO blam! cc5300411c29c8dc0a68549304a6c508e03f32ffce5455b93700013cc3a7e265 Oct 15 10:14:27.852 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 10:14:28.245 INFO blam! 50ec87f436312eba9af8d6e88b4f556d22af2e3c8ff06d125df9e2f2f2ed8a09 Oct 15 10:14:28.251 INFO running `"docker" "start" "-a" "50ec87f436312eba9af8d6e88b4f556d22af2e3c8ff06d125df9e2f2f2ed8a09"` Oct 15 10:14:29.019 INFO kablam! usermod: no changes Oct 15 10:14:29.056 INFO kablam! Compiling asciimon v0.1.0 (/source) Oct 15 10:14:29.591 INFO kablam! warning: unused import: `std::collections::HashMap` Oct 15 10:14:29.591 INFO kablam! --> src/game/world/chunk.rs:7:5 Oct 15 10:14:29.591 INFO kablam! | Oct 15 10:14:29.591 INFO kablam! 7 | use std::collections::HashMap; Oct 15 10:14:29.591 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:14:29.591 INFO kablam! | Oct 15 10:14:29.591 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 10:14:29.591 INFO kablam! Oct 15 10:14:29.591 INFO kablam! warning: unused import: `ChunkLoadData` Oct 15 10:14:29.591 INFO kablam! --> src/game/world/mod.rs:10:26 Oct 15 10:14:29.591 INFO kablam! | Oct 15 10:14:29.591 INFO kablam! 10 | use self::chunk_loader::{ChunkLoadData, load_chunk, extract_pos_from_path}; Oct 15 10:14:29.591 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 10:14:29.591 INFO kablam! Oct 15 10:14:29.763 INFO kablam! warning: unused import: `Write` Oct 15 10:14:29.763 INFO kablam! --> src/game/mod.rs:17:22 Oct 15 10:14:29.763 INFO kablam! | Oct 15 10:14:29.763 INFO kablam! 17 | use std::io::{stdin, Write}; Oct 15 10:14:29.763 INFO kablam! | ^^^^^ Oct 15 10:14:29.763 INFO kablam! Oct 15 10:14:29.795 INFO kablam! warning: unused variable: `console` Oct 15 10:14:29.795 INFO kablam! --> src/game/game_state/state_explore.rs:171:49 Oct 15 10:14:29.795 INFO kablam! | Oct 15 10:14:29.795 INFO kablam! 171 | fn draw(&mut self, renderer: &mut Renderer, console: &mut Console) { Oct 15 10:14:29.795 INFO kablam! | ^^^^^^^ help: consider using `_console` instead Oct 15 10:14:29.795 INFO kablam! | Oct 15 10:14:29.795 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 10:14:29.795 INFO kablam! Oct 15 10:14:29.795 INFO kablam! warning: unused variable: `state` Oct 15 10:14:29.795 INFO kablam! --> src/game/mod.rs:85:51 Oct 15 10:14:29.795 INFO kablam! | Oct 15 10:14:29.795 INFO kablam! 85 | Some(UpdateResult::TransitionPush(state)) => {} Oct 15 10:14:29.795 INFO kablam! | ^^^^^ help: consider using `_state` instead Oct 15 10:14:29.795 INFO kablam! Oct 15 10:14:29.879 INFO kablam! warning: field is never used: `size` Oct 15 10:14:29.879 INFO kablam! --> src/graphics/renderer.rs:20:5 Oct 15 10:14:29.879 INFO kablam! | Oct 15 10:14:29.879 INFO kablam! 20 | size: Vector2D, Oct 15 10:14:29.879 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 10:14:29.879 INFO kablam! | Oct 15 10:14:29.879 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 10:14:29.879 INFO kablam! Oct 15 10:14:29.879 INFO kablam! warning: method is never used: `size` Oct 15 10:14:29.879 INFO kablam! --> src/graphics/renderer.rs:44:5 Oct 15 10:14:29.879 INFO kablam! | Oct 15 10:14:29.879 INFO kablam! 44 | pub fn size(&self) -> Vector2D { Oct 15 10:14:29.879 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:14:29.879 INFO kablam! Oct 15 10:14:29.879 INFO kablam! warning: method is never used: `draw_sprite` Oct 15 10:14:29.879 INFO kablam! --> src/graphics/renderer.rs:172:5 Oct 15 10:14:29.879 INFO kablam! | Oct 15 10:14:29.879 INFO kablam! 172 | pub fn draw_sprite(&self, section: &str, sprite: &Sprite) { Oct 15 10:14:29.879 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:14:29.879 INFO kablam! Oct 15 10:14:29.879 INFO kablam! warning: struct is never constructed: `Sprite` Oct 15 10:14:29.879 INFO kablam! --> src/graphics/sprite.rs:3:1 Oct 15 10:14:29.879 INFO kablam! | Oct 15 10:14:29.879 INFO kablam! 3 | pub struct Sprite { Oct 15 10:14:29.879 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 10:14:29.879 INFO kablam! Oct 15 10:14:29.879 INFO kablam! warning: method is never used: `new` Oct 15 10:14:29.879 INFO kablam! --> src/graphics/sprite.rs:9:5 Oct 15 10:14:29.879 INFO kablam! | Oct 15 10:14:29.879 INFO kablam! 9 | pub fn new() -> Sprite { Oct 15 10:14:29.879 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:14:29.879 INFO kablam! Oct 15 10:14:29.879 INFO kablam! warning: method is never used: `with_capacity` Oct 15 10:14:29.879 INFO kablam! --> src/graphics/sprite.rs:16:5 Oct 15 10:14:29.879 INFO kablam! | Oct 15 10:14:29.879 INFO kablam! 16 | pub fn with_capacity(capacity: usize) -> Sprite { Oct 15 10:14:29.879 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:14:29.879 INFO kablam! Oct 15 10:14:29.879 INFO kablam! warning: method is never used: `square` Oct 15 10:14:29.879 INFO kablam! --> src/graphics/sprite.rs:23:5 Oct 15 10:14:29.879 INFO kablam! | Oct 15 10:14:29.879 INFO kablam! 23 | pub fn square(width: i32, height: i32, fill: char) -> Sprite { Oct 15 10:14:29.879 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:14:29.879 INFO kablam! Oct 15 10:14:29.879 INFO kablam! warning: method is never used: `render_data` Oct 15 10:14:29.879 INFO kablam! --> src/graphics/sprite.rs:35:5 Oct 15 10:14:29.879 INFO kablam! | Oct 15 10:14:29.879 INFO kablam! 35 | pub fn render_data(&self) -> &Vec { Oct 15 10:14:29.879 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:14:29.879 INFO kablam! Oct 15 10:14:29.879 INFO kablam! warning: constant item is never used: `UI_BACKGROUND` Oct 15 10:14:29.879 INFO kablam! --> src/graphics/colour.rs:13:9 Oct 15 10:14:29.879 INFO kablam! | Oct 15 10:14:29.879 INFO kablam! 13 | / pub const $name: Colour = Colour { Oct 15 10:14:29.879 INFO kablam! 14 | | r: $r, Oct 15 10:14:29.879 INFO kablam! 15 | | g: $g, Oct 15 10:14:29.879 INFO kablam! 16 | | b: $b, Oct 15 10:14:29.879 INFO kablam! 17 | | }; Oct 15 10:14:29.879 INFO kablam! | |__________^ Oct 15 10:14:29.879 INFO kablam! | Oct 15 10:14:29.879 INFO kablam! ::: src/game/mod.rs:24:5 Oct 15 10:14:29.879 INFO kablam! | Oct 15 10:14:29.879 INFO kablam! 24 | define_colour!(UI_BACKGROUND, 50, 50, 50); Oct 15 10:14:29.879 INFO kablam! | ------------------------------------------ in this macro invocation Oct 15 10:14:29.879 INFO kablam! Oct 15 10:14:29.879 INFO kablam! warning: constant item is never used: `ZERO` Oct 15 10:14:29.879 INFO kablam! --> src/util/vector.rs:10:1 Oct 15 10:14:29.879 INFO kablam! | Oct 15 10:14:29.879 INFO kablam! 10 | pub const ZERO: Vector2D = Vector2D { x: 0, y: 0 }; Oct 15 10:14:29.879 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:14:29.879 INFO kablam! Oct 15 10:14:29.887 INFO kablam! warning: method is never used: `cast` Oct 15 10:14:29.887 INFO kablam! --> src/util/vector.rs:23:5 Oct 15 10:14:29.887 INFO kablam! | Oct 15 10:14:29.887 INFO kablam! 23 | pub fn cast>(self) -> Vector2D { Oct 15 10:14:29.887 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:14:29.887 INFO kablam! Oct 15 10:14:30.479 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.43s Oct 15 10:14:30.479 INFO kablam! su: No module specific data is present Oct 15 10:14:31.253 INFO running `"docker" "rm" "-f" "50ec87f436312eba9af8d6e88b4f556d22af2e3c8ff06d125df9e2f2f2ed8a09"` Oct 15 10:14:31.647 INFO blam! 50ec87f436312eba9af8d6e88b4f556d22af2e3c8ff06d125df9e2f2f2ed8a09 Oct 15 10:14:31.655 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 10:14:32.335 INFO blam! 697de38a02bfb0213dcf144d29f8430d48b654cac5dae48b104d3cf8c7dfbd8d Oct 15 10:14:32.338 INFO running `"docker" "start" "-a" "697de38a02bfb0213dcf144d29f8430d48b654cac5dae48b104d3cf8c7dfbd8d"` Oct 15 10:14:33.851 INFO kablam! usermod: no changes Oct 15 10:14:33.895 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 15 10:14:33.896 INFO kablam! Running /target/debug/deps/asciimon-c4c87fa8b2ec5497 Oct 15 10:14:33.927 INFO blam! Oct 15 10:14:33.928 INFO blam! running 0 tests Oct 15 10:14:33.928 INFO blam! Oct 15 10:14:33.929 INFO kablam! su: No module specific data is present Oct 15 10:14:33.929 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 10:14:33.929 INFO blam! Oct 15 10:14:34.673 INFO running `"docker" "rm" "-f" "697de38a02bfb0213dcf144d29f8430d48b654cac5dae48b104d3cf8c7dfbd8d"` Oct 15 10:14:34.979 INFO blam! 697de38a02bfb0213dcf144d29f8430d48b654cac5dae48b104d3cf8c7dfbd8d