Oct 11 07:36:04.512 INFO testing Arnaz87/Miterra against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 07:36:04.512 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 07:36:04.512 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/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 07:36:04.971 INFO blam! e090e648b78e776b1e44b0cda52d781d6b98dbff8b55870a34412d925078bd60 Oct 11 07:36:04.973 INFO running `"docker" "start" "-a" "e090e648b78e776b1e44b0cda52d781d6b98dbff8b55870a34412d925078bd60"` Oct 11 07:36:07.127 INFO kablam! usermod: no changes Oct 11 07:36:07.407 INFO kablam! Compiling num-rational v0.1.41 Oct 11 07:36:07.408 INFO kablam! Compiling cgmath v0.16.0 Oct 11 07:36:07.412 INFO kablam! Compiling rayon-core v1.3.0 Oct 11 07:36:07.413 INFO kablam! Compiling gfx_core v0.8.2 Oct 11 07:36:07.428 INFO kablam! Compiling glutin v0.12.1 Oct 11 07:36:07.441 INFO kablam! Compiling winit v0.10.1 Oct 11 07:36:17.776 INFO kablam! Compiling rayon v0.8.2 Oct 11 07:36:29.640 INFO kablam! Compiling jpeg-decoder v0.1.13 Oct 11 07:36:37.338 INFO kablam! Compiling image v0.18.0 Oct 11 07:37:04.642 INFO kablam! Compiling gfx_device_gl v0.15.0 Oct 11 07:37:04.643 INFO kablam! Compiling gfx v0.17.1 Oct 11 07:37:11.041 INFO kablam! Compiling gfx_window_glutin v0.20.0 Oct 11 07:37:16.160 INFO kablam! Compiling miterra v0.1.0 (/source) Oct 11 07:37:20.972 INFO kablam! warning: unused import: `mesher::Mesher` Oct 11 07:37:20.972 INFO kablam! --> src/main.rs:25:5 Oct 11 07:37:20.972 INFO kablam! | Oct 11 07:37:20.972 INFO kablam! 25 | use mesher::Mesher; Oct 11 07:37:20.972 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 07:37:20.972 INFO kablam! | Oct 11 07:37:20.972 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 07:37:20.972 INFO kablam! Oct 11 07:37:20.972 INFO kablam! warning: unused import: `gfx::traits::FactoryExt` Oct 11 07:37:20.972 INFO kablam! --> src/main.rs:30:5 Oct 11 07:37:20.972 INFO kablam! | Oct 11 07:37:20.972 INFO kablam! 30 | use gfx::traits::FactoryExt; Oct 11 07:37:20.972 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:37:20.972 INFO kablam! Oct 11 07:37:20.972 INFO kablam! warning: unused import: `gfx::Device` Oct 11 07:37:20.972 INFO kablam! --> src/main.rs:31:5 Oct 11 07:37:20.972 INFO kablam! | Oct 11 07:37:20.972 INFO kablam! 31 | use gfx::Device; Oct 11 07:37:20.972 INFO kablam! | ^^^^^^^^^^^ Oct 11 07:37:20.972 INFO kablam! Oct 11 07:37:20.973 INFO kablam! warning: unused import: `Matrix4` Oct 11 07:37:20.973 INFO kablam! --> src/main.rs:33:14 Oct 11 07:37:20.973 INFO kablam! | Oct 11 07:37:20.973 INFO kablam! 33 | use cgmath::{Matrix4, Vector3, InnerSpace, Rad, Deg}; Oct 11 07:37:20.973 INFO kablam! | ^^^^^^^ Oct 11 07:37:20.973 INFO kablam! Oct 11 07:37:21.754 INFO kablam! warning: unused variable: `chunks` Oct 11 07:37:21.754 INFO kablam! --> src/chunk/mod.rs:134:17 Oct 11 07:37:21.754 INFO kablam! | Oct 11 07:37:21.754 INFO kablam! 134 | ref chunks, ref grass_texture, ref soilsand_texture, ref sampler, .. Oct 11 07:37:21.754 INFO kablam! | ^^^^^^ help: try ignoring the field: `chunks: _` Oct 11 07:37:21.754 INFO kablam! | Oct 11 07:37:21.754 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 07:37:21.754 INFO kablam! Oct 11 07:37:21.847 INFO kablam! warning: variable does not need to be mutable Oct 11 07:37:21.847 INFO kablam! --> src/base.rs:70:13 Oct 11 07:37:21.847 INFO kablam! | Oct 11 07:37:21.847 INFO kablam! 70 | let mut event_loop = glutin::EventsLoop::new(); Oct 11 07:37:21.847 INFO kablam! | ----^^^^^^^^^^ Oct 11 07:37:21.847 INFO kablam! | | Oct 11 07:37:21.847 INFO kablam! | help: remove this `mut` Oct 11 07:37:21.847 INFO kablam! | Oct 11 07:37:21.847 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 07:37:21.847 INFO kablam! Oct 11 07:37:21.847 INFO kablam! warning: variable does not need to be mutable Oct 11 07:37:21.847 INFO kablam! --> src/base.rs:77:22 Oct 11 07:37:21.847 INFO kablam! | Oct 11 07:37:21.847 INFO kablam! 77 | let (window, mut device, mut factory, rtv, stv) = Oct 11 07:37:21.847 INFO kablam! | ----^^^^^^ Oct 11 07:37:21.847 INFO kablam! | | Oct 11 07:37:21.847 INFO kablam! | help: remove this `mut` Oct 11 07:37:21.847 INFO kablam! Oct 11 07:37:21.847 INFO kablam! warning: variable does not need to be mutable Oct 11 07:37:21.847 INFO kablam! --> src/base.rs:80:13 Oct 11 07:37:21.847 INFO kablam! | Oct 11 07:37:21.847 INFO kablam! 80 | let mut encoder: gfx::Encoder<_, _> = factory.create_command_buffer().into(); Oct 11 07:37:21.847 INFO kablam! | ----^^^^^^^ Oct 11 07:37:21.847 INFO kablam! | | Oct 11 07:37:21.847 INFO kablam! | help: remove this `mut` Oct 11 07:37:21.847 INFO kablam! Oct 11 07:37:21.922 INFO kablam! warning: struct is never constructed: `SphereSource` Oct 11 07:37:21.922 INFO kablam! --> src/voxel_source.rs:6:1 Oct 11 07:37:21.922 INFO kablam! | Oct 11 07:37:21.922 INFO kablam! 6 | pub struct SphereSource { Oct 11 07:37:21.922 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:37:21.922 INFO kablam! | Oct 11 07:37:21.923 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 07:37:21.923 INFO kablam! Oct 11 07:37:21.923 INFO kablam! warning: constant item is never used: `EDGE_CONNECTION` Oct 11 07:37:21.923 INFO kablam! --> src/marching_cubes/data.rs:17:1 Oct 11 07:37:21.923 INFO kablam! | Oct 11 07:37:21.923 INFO kablam! 17 | / pub const EDGE_CONNECTION: [[usize; 2]; 12] = [ Oct 11 07:37:21.923 INFO kablam! 18 | | [0,1], [1,2], [2,3], [3,0], Oct 11 07:37:21.923 INFO kablam! 19 | | [4,5], [5,6], [6,7], [7,4], Oct 11 07:37:21.923 INFO kablam! 20 | | [0,4], [1,5], [2,6], [3,7] Oct 11 07:37:21.923 INFO kablam! 21 | | ]; Oct 11 07:37:21.923 INFO kablam! | |__^ Oct 11 07:37:21.923 INFO kablam! Oct 11 07:37:21.923 INFO kablam! warning: constant item is never used: `EDGE_DIRECTION` Oct 11 07:37:21.923 INFO kablam! --> src/marching_cubes/data.rs:24:1 Oct 11 07:37:21.923 INFO kablam! | Oct 11 07:37:21.923 INFO kablam! 24 | / pub const EDGE_DIRECTION: [[f32; 3]; 12] = [ Oct 11 07:37:21.923 INFO kablam! 25 | | [1.0, 0.0, 0.0], [0.0, 1.0, 0.0], [-1.0, 0.0, 0.0], [0.0, -1.0, 0.0], Oct 11 07:37:21.923 INFO kablam! 26 | | [1.0, 0.0, 0.0], [0.0, 1.0, 0.0], [-1.0, 0.0, 0.0], [0.0, -1.0, 0.0], Oct 11 07:37:21.923 INFO kablam! 27 | | [0.0, 0.0, 1.0], [0.0, 0.0, 1.0], [ 0.0, 0.0, 1.0], [0.0, 0.0, 1.0] Oct 11 07:37:21.923 INFO kablam! 28 | | ]; Oct 11 07:37:21.923 INFO kablam! | |__^ Oct 11 07:37:21.923 INFO kablam! Oct 11 07:37:21.923 INFO kablam! warning: method is never used: `new` Oct 11 07:37:21.923 INFO kablam! --> src/mesh.rs:13:3 Oct 11 07:37:21.923 INFO kablam! | Oct 11 07:37:21.923 INFO kablam! 13 | pub fn new () -> Self { Oct 11 07:37:21.923 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:37:21.923 INFO kablam! Oct 11 07:37:21.923 INFO kablam! warning: field is never used: `camera` Oct 11 07:37:21.923 INFO kablam! --> src/main.rs:36:5 Oct 11 07:37:21.923 INFO kablam! | Oct 11 07:37:21.923 INFO kablam! 36 | camera: Camera, Oct 11 07:37:21.923 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 07:37:21.923 INFO kablam! Oct 11 07:37:21.923 INFO kablam! warning: field is never used: `sun_angle` Oct 11 07:37:21.923 INFO kablam! --> src/main.rs:37:5 Oct 11 07:37:21.923 INFO kablam! | Oct 11 07:37:21.923 INFO kablam! 37 | sun_angle: Vector3, Oct 11 07:37:21.923 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:37:21.923 INFO kablam! Oct 11 07:37:26.514 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 19s Oct 11 07:37:26.530 INFO kablam! su: No module specific data is present Oct 11 07:37:27.034 INFO running `"docker" "rm" "-f" "e090e648b78e776b1e44b0cda52d781d6b98dbff8b55870a34412d925078bd60"` Oct 11 07:37:27.162 INFO blam! e090e648b78e776b1e44b0cda52d781d6b98dbff8b55870a34412d925078bd60 Oct 11 07:37:27.170 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 07:37:27.170 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/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 07:37:27.590 INFO blam! ad8d26ddacfef9ac3f12cefb7019eee32525e3c21e2285f581cb30fb5c6fb62e Oct 11 07:37:27.613 INFO running `"docker" "start" "-a" "ad8d26ddacfef9ac3f12cefb7019eee32525e3c21e2285f581cb30fb5c6fb62e"` Oct 11 07:37:28.364 INFO kablam! usermod: no changes Oct 11 07:37:28.540 INFO kablam! Compiling miterra v0.1.0 (/source) Oct 11 07:37:33.392 INFO kablam! warning: unused import: `mesher::Mesher` Oct 11 07:37:33.392 INFO kablam! --> src/main.rs:25:5 Oct 11 07:37:33.392 INFO kablam! | Oct 11 07:37:33.392 INFO kablam! 25 | use mesher::Mesher; Oct 11 07:37:33.392 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 07:37:33.392 INFO kablam! | Oct 11 07:37:33.392 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 07:37:33.392 INFO kablam! Oct 11 07:37:33.392 INFO kablam! warning: unused import: `gfx::traits::FactoryExt` Oct 11 07:37:33.392 INFO kablam! --> src/main.rs:30:5 Oct 11 07:37:33.392 INFO kablam! | Oct 11 07:37:33.392 INFO kablam! 30 | use gfx::traits::FactoryExt; Oct 11 07:37:33.392 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:37:33.392 INFO kablam! Oct 11 07:37:33.392 INFO kablam! warning: unused import: `gfx::Device` Oct 11 07:37:33.392 INFO kablam! --> src/main.rs:31:5 Oct 11 07:37:33.392 INFO kablam! | Oct 11 07:37:33.392 INFO kablam! 31 | use gfx::Device; Oct 11 07:37:33.392 INFO kablam! | ^^^^^^^^^^^ Oct 11 07:37:33.392 INFO kablam! Oct 11 07:37:33.392 INFO kablam! warning: unused import: `Matrix4` Oct 11 07:37:33.392 INFO kablam! --> src/main.rs:33:14 Oct 11 07:37:33.392 INFO kablam! | Oct 11 07:37:33.392 INFO kablam! 33 | use cgmath::{Matrix4, Vector3, InnerSpace, Rad, Deg}; Oct 11 07:37:33.392 INFO kablam! | ^^^^^^^ Oct 11 07:37:33.392 INFO kablam! Oct 11 07:37:34.264 INFO kablam! warning: unused variable: `chunks` Oct 11 07:37:34.264 INFO kablam! --> src/chunk/mod.rs:134:17 Oct 11 07:37:34.264 INFO kablam! | Oct 11 07:37:34.264 INFO kablam! 134 | ref chunks, ref grass_texture, ref soilsand_texture, ref sampler, .. Oct 11 07:37:34.264 INFO kablam! | ^^^^^^ help: try ignoring the field: `chunks: _` Oct 11 07:37:34.264 INFO kablam! | Oct 11 07:37:34.264 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 07:37:34.264 INFO kablam! Oct 11 07:37:34.348 INFO kablam! warning: variable does not need to be mutable Oct 11 07:37:34.348 INFO kablam! --> src/base.rs:70:13 Oct 11 07:37:34.348 INFO kablam! | Oct 11 07:37:34.348 INFO kablam! 70 | let mut event_loop = glutin::EventsLoop::new(); Oct 11 07:37:34.348 INFO kablam! | ----^^^^^^^^^^ Oct 11 07:37:34.348 INFO kablam! | | Oct 11 07:37:34.348 INFO kablam! | help: remove this `mut` Oct 11 07:37:34.348 INFO kablam! | Oct 11 07:37:34.348 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 07:37:34.352 INFO kablam! Oct 11 07:37:34.352 INFO kablam! warning: variable does not need to be mutable Oct 11 07:37:34.352 INFO kablam! --> src/base.rs:77:22 Oct 11 07:37:34.352 INFO kablam! | Oct 11 07:37:34.352 INFO kablam! 77 | let (window, mut device, mut factory, rtv, stv) = Oct 11 07:37:34.352 INFO kablam! | ----^^^^^^ Oct 11 07:37:34.352 INFO kablam! | | Oct 11 07:37:34.352 INFO kablam! | help: remove this `mut` Oct 11 07:37:34.352 INFO kablam! Oct 11 07:37:34.352 INFO kablam! warning: variable does not need to be mutable Oct 11 07:37:34.352 INFO kablam! --> src/base.rs:80:13 Oct 11 07:37:34.352 INFO kablam! | Oct 11 07:37:34.352 INFO kablam! 80 | let mut encoder: gfx::Encoder<_, _> = factory.create_command_buffer().into(); Oct 11 07:37:34.352 INFO kablam! | ----^^^^^^^ Oct 11 07:37:34.352 INFO kablam! | | Oct 11 07:37:34.352 INFO kablam! | help: remove this `mut` Oct 11 07:37:34.352 INFO kablam! Oct 11 07:37:34.430 INFO kablam! warning: struct is never constructed: `SphereSource` Oct 11 07:37:34.430 INFO kablam! --> src/voxel_source.rs:6:1 Oct 11 07:37:34.430 INFO kablam! | Oct 11 07:37:34.430 INFO kablam! 6 | pub struct SphereSource { Oct 11 07:37:34.430 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:37:34.430 INFO kablam! | Oct 11 07:37:34.430 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 07:37:34.430 INFO kablam! Oct 11 07:37:34.430 INFO kablam! warning: constant item is never used: `EDGE_CONNECTION` Oct 11 07:37:34.430 INFO kablam! --> src/marching_cubes/data.rs:17:1 Oct 11 07:37:34.430 INFO kablam! | Oct 11 07:37:34.430 INFO kablam! 17 | / pub const EDGE_CONNECTION: [[usize; 2]; 12] = [ Oct 11 07:37:34.430 INFO kablam! 18 | | [0,1], [1,2], [2,3], [3,0], Oct 11 07:37:34.430 INFO kablam! 19 | | [4,5], [5,6], [6,7], [7,4], Oct 11 07:37:34.430 INFO kablam! 20 | | [0,4], [1,5], [2,6], [3,7] Oct 11 07:37:34.430 INFO kablam! 21 | | ]; Oct 11 07:37:34.430 INFO kablam! | |__^ Oct 11 07:37:34.430 INFO kablam! Oct 11 07:37:34.430 INFO kablam! warning: constant item is never used: `EDGE_DIRECTION` Oct 11 07:37:34.430 INFO kablam! --> src/marching_cubes/data.rs:24:1 Oct 11 07:37:34.430 INFO kablam! | Oct 11 07:37:34.430 INFO kablam! 24 | / pub const EDGE_DIRECTION: [[f32; 3]; 12] = [ Oct 11 07:37:34.430 INFO kablam! 25 | | [1.0, 0.0, 0.0], [0.0, 1.0, 0.0], [-1.0, 0.0, 0.0], [0.0, -1.0, 0.0], Oct 11 07:37:34.430 INFO kablam! 26 | | [1.0, 0.0, 0.0], [0.0, 1.0, 0.0], [-1.0, 0.0, 0.0], [0.0, -1.0, 0.0], Oct 11 07:37:34.430 INFO kablam! 27 | | [0.0, 0.0, 1.0], [0.0, 0.0, 1.0], [ 0.0, 0.0, 1.0], [0.0, 0.0, 1.0] Oct 11 07:37:34.430 INFO kablam! 28 | | ]; Oct 11 07:37:34.430 INFO kablam! | |__^ Oct 11 07:37:34.430 INFO kablam! Oct 11 07:37:34.430 INFO kablam! warning: method is never used: `new` Oct 11 07:37:34.430 INFO kablam! --> src/mesh.rs:13:3 Oct 11 07:37:34.430 INFO kablam! | Oct 11 07:37:34.430 INFO kablam! 13 | pub fn new () -> Self { Oct 11 07:37:34.430 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:37:34.430 INFO kablam! Oct 11 07:37:34.430 INFO kablam! warning: field is never used: `camera` Oct 11 07:37:34.430 INFO kablam! --> src/main.rs:36:5 Oct 11 07:37:34.430 INFO kablam! | Oct 11 07:37:34.430 INFO kablam! 36 | camera: Camera, Oct 11 07:37:34.430 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 07:37:34.430 INFO kablam! Oct 11 07:37:34.430 INFO kablam! warning: field is never used: `sun_angle` Oct 11 07:37:34.430 INFO kablam! --> src/main.rs:37:5 Oct 11 07:37:34.430 INFO kablam! | Oct 11 07:37:34.430 INFO kablam! 37 | sun_angle: Vector3, Oct 11 07:37:34.430 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:37:34.430 INFO kablam! Oct 11 07:37:35.060 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.68s Oct 11 07:37:35.072 INFO kablam! su: No module specific data is present Oct 11 07:37:36.052 INFO running `"docker" "rm" "-f" "ad8d26ddacfef9ac3f12cefb7019eee32525e3c21e2285f581cb30fb5c6fb62e"` Oct 11 07:37:36.377 INFO blam! ad8d26ddacfef9ac3f12cefb7019eee32525e3c21e2285f581cb30fb5c6fb62e Oct 11 07:37:36.378 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 07:37:36.380 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/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 07:37:36.786 INFO blam! e0566c22903c2812713b79b869d20a33f87073d70642d2f762f0397fef1d20e8 Oct 11 07:37:36.788 INFO running `"docker" "start" "-a" "e0566c22903c2812713b79b869d20a33f87073d70642d2f762f0397fef1d20e8"` Oct 11 07:37:38.609 INFO kablam! usermod: no changes Oct 11 07:37:38.816 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.17s Oct 11 07:37:38.832 INFO kablam! Running /target/debug/deps/miterra-e941fcd4280d3677 Oct 11 07:37:38.834 INFO blam! Oct 11 07:37:38.835 INFO blam! running 0 tests Oct 11 07:37:38.836 INFO blam! Oct 11 07:37:38.836 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 07:37:38.836 INFO blam! Oct 11 07:37:38.852 INFO kablam! su: No module specific data is present Oct 11 07:37:39.631 INFO running `"docker" "rm" "-f" "e0566c22903c2812713b79b869d20a33f87073d70642d2f762f0397fef1d20e8"` Oct 11 07:37:39.868 INFO blam! e0566c22903c2812713b79b869d20a33f87073d70642d2f762f0397fef1d20e8