Oct 12 23:37:14.255 INFO testing solarsail/learnopengl-gfxrs against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 12 23:37:14.255 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 12 23:37:14.804 INFO blam! cb0e34848a60627c47519e4b40fed3ce4c95f6f8cca7e055ee3132ca394eec2b Oct 12 23:37:14.815 INFO running `"docker" "start" "-a" "cb0e34848a60627c47519e4b40fed3ce4c95f6f8cca7e055ee3132ca394eec2b"` Oct 12 23:37:16.217 INFO kablam! usermod: no changes Oct 12 23:37:16.589 INFO kablam! Compiling libc v0.2.29 Oct 12 23:37:16.600 INFO kablam! Compiling spin_sleep v0.3.1 Oct 12 23:37:16.600 INFO kablam! Compiling png v0.9.0 Oct 12 23:37:16.603 INFO kablam! Compiling glutin v0.9.2 Oct 12 23:37:16.603 INFO kablam! Compiling structopt-derive v0.1.1 Oct 12 23:37:16.603 INFO kablam! Compiling gfx_core v0.7.1 Oct 12 23:37:24.075 INFO kablam! Compiling rand v0.3.16 Oct 12 23:37:24.087 INFO kablam! Compiling fs2 v0.2.5 Oct 12 23:37:24.151 INFO kablam! Compiling num_cpus v1.6.2 Oct 12 23:37:24.152 INFO kablam! Compiling shared_library v0.1.7 Oct 12 23:37:24.221 INFO kablam! Compiling term_size v0.3.0 Oct 12 23:37:28.289 INFO kablam! Compiling x11-dl v2.15.0 Oct 12 23:37:28.320 INFO kablam! Compiling atty v0.2.3 Oct 12 23:37:28.320 INFO kablam! Compiling textwrap v0.8.0 Oct 12 23:37:28.321 INFO kablam! Compiling memmap v0.4.0 Oct 12 23:37:29.728 INFO kablam! Compiling osmesa-sys v0.1.2 Oct 12 23:37:31.397 INFO kablam! Compiling clap v2.26.2 Oct 12 23:37:34.908 INFO kablam! Compiling phf_generator v0.7.21 Oct 12 23:37:34.908 INFO kablam! Compiling tempfile v2.1.6 Oct 12 23:37:34.908 INFO kablam! Compiling rayon-core v1.2.1 Oct 12 23:37:34.908 INFO kablam! Compiling cgmath v0.15.0 Oct 12 23:37:36.115 INFO kablam! Compiling phf_codegen v0.7.21 Oct 12 23:37:37.163 INFO kablam! Compiling target_build_utils v0.3.1 Oct 12 23:37:44.155 INFO kablam! Compiling rayon v0.8.2 Oct 12 23:37:57.131 INFO kablam! Compiling jpeg-decoder v0.1.13 Oct 12 23:38:06.941 INFO kablam! Compiling image v0.15.0 Oct 12 23:38:26.543 INFO kablam! Compiling libloading v0.3.4 Oct 12 23:38:34.971 INFO kablam! Compiling dlib v0.3.1 Oct 12 23:38:35.855 INFO kablam! Compiling wayland-sys v0.9.9 Oct 12 23:38:40.367 INFO kablam! Compiling wayland-client v0.9.9 Oct 12 23:38:41.024 INFO kablam! Compiling structopt v0.1.1 Oct 12 23:38:53.269 INFO kablam! Compiling wayland-window v0.6.1 Oct 12 23:38:53.271 INFO kablam! Compiling wayland-kbd v0.9.1 Oct 12 23:39:00.435 INFO kablam! Compiling winit v0.7.5 Oct 12 23:39:15.729 INFO kablam! Compiling gfx_device_gl v0.14.2 Oct 12 23:39:15.729 INFO kablam! Compiling gfx v0.16.1 Oct 12 23:39:23.923 INFO kablam! Compiling gfx_window_glutin v0.17.0 Oct 12 23:39:28.323 INFO kablam! Compiling learnopengl-gfxrs v0.1.0 (/source) Oct 12 23:39:34.739 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 23:39:34.739 INFO kablam! --> src/02-lighting/206-multiple-lights/main.rs:96:35 Oct 12 23:39:34.739 INFO kablam! | Oct 12 23:39:34.739 INFO kablam! 96 | render::DirLight::new((light_color * 0.05), (light_color * 0.3), light_color, dir) Oct 12 23:39:34.739 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 23:39:34.747 INFO kablam! | Oct 12 23:39:34.747 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 12 23:39:34.747 INFO kablam! Oct 12 23:39:34.747 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 23:39:34.747 INFO kablam! --> src/02-lighting/206-multiple-lights/main.rs:96:57 Oct 12 23:39:34.747 INFO kablam! | Oct 12 23:39:34.747 INFO kablam! 96 | render::DirLight::new((light_color * 0.05), (light_color * 0.3), light_color, dir) Oct 12 23:39:34.747 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 23:39:34.747 INFO kablam! Oct 12 23:39:40.571 INFO kablam! warning: variable `current_fps` is assigned to, but never used Oct 12 23:39:40.571 INFO kablam! --> src/02-lighting/206-multiple-lights/main.rs:138:13 Oct 12 23:39:40.571 INFO kablam! | Oct 12 23:39:40.571 INFO kablam! 138 | let mut current_fps = None; Oct 12 23:39:40.571 INFO kablam! | ^^^^^^^^^^^ Oct 12 23:39:40.571 INFO kablam! | Oct 12 23:39:40.571 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 23:39:40.571 INFO kablam! = note: consider using `_current_fps` instead Oct 12 23:39:40.571 INFO kablam! Oct 12 23:39:40.571 INFO kablam! warning: value assigned to `current_fps` is never read Oct 12 23:39:40.571 INFO kablam! --> src/02-lighting/206-multiple-lights/main.rs:164:13 Oct 12 23:39:40.571 INFO kablam! | Oct 12 23:39:40.571 INFO kablam! 164 | current_fps = Some(fps); Oct 12 23:39:40.571 INFO kablam! | ^^^^^^^^^^^ Oct 12 23:39:40.571 INFO kablam! | Oct 12 23:39:40.571 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 12 23:39:40.571 INFO kablam! Oct 12 23:39:40.891 INFO kablam! warning: method is never used: `projection_matrix` Oct 12 23:39:40.891 INFO kablam! --> src/02-lighting/206-multiple-lights/system/camera.rs:55:5 Oct 12 23:39:40.892 INFO kablam! | Oct 12 23:39:40.892 INFO kablam! 55 | pub fn projection_matrix(&self) -> Matrix4 { Oct 12 23:39:40.892 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:39:40.892 INFO kablam! | Oct 12 23:39:40.893 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 23:39:40.893 INFO kablam! Oct 12 23:39:40.893 INFO kablam! warning: method is never used: `view_matrix` Oct 12 23:39:40.893 INFO kablam! --> src/02-lighting/206-multiple-lights/system/camera.rs:59:5 Oct 12 23:39:40.894 INFO kablam! | Oct 12 23:39:40.894 INFO kablam! 59 | pub fn view_matrix(&self) -> Matrix4 { Oct 12 23:39:40.894 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:39:40.894 INFO kablam! Oct 12 23:39:40.895 INFO kablam! warning: field is never used: `spot` Oct 12 23:39:40.895 INFO kablam! --> src/02-lighting/206-multiple-lights/main.rs:45:5 Oct 12 23:39:40.895 INFO kablam! | Oct 12 23:39:40.895 INFO kablam! 45 | spot: Option, Oct 12 23:39:40.896 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 12 23:39:40.896 INFO kablam! Oct 12 23:40:30.411 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3m 14s Oct 12 23:40:30.435 INFO kablam! su: No module specific data is present Oct 12 23:40:33.464 INFO running `"docker" "rm" "-f" "cb0e34848a60627c47519e4b40fed3ce4c95f6f8cca7e055ee3132ca394eec2b"` Oct 12 23:40:33.815 INFO blam! cb0e34848a60627c47519e4b40fed3ce4c95f6f8cca7e055ee3132ca394eec2b Oct 12 23:40:33.824 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 12 23:40:34.487 INFO blam! ae0f5884cbcde93832b20cc32f7d1a61b2f62c83030d0c172eb3c6aedd69fdde Oct 12 23:40:34.488 INFO running `"docker" "start" "-a" "ae0f5884cbcde93832b20cc32f7d1a61b2f62c83030d0c172eb3c6aedd69fdde"` Oct 12 23:40:36.100 INFO kablam! usermod: no changes Oct 12 23:40:36.443 INFO kablam! Compiling learnopengl-gfxrs v0.1.0 (/source) Oct 12 23:40:43.099 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 23:40:43.099 INFO kablam! --> src/02-lighting/206-multiple-lights/main.rs:96:35 Oct 12 23:40:43.099 INFO kablam! | Oct 12 23:40:43.099 INFO kablam! 96 | render::DirLight::new((light_color * 0.05), (light_color * 0.3), light_color, dir) Oct 12 23:40:43.099 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 23:40:43.099 INFO kablam! | Oct 12 23:40:43.099 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 12 23:40:43.099 INFO kablam! Oct 12 23:40:43.099 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 23:40:43.099 INFO kablam! --> src/02-lighting/206-multiple-lights/main.rs:96:57 Oct 12 23:40:43.099 INFO kablam! | Oct 12 23:40:43.099 INFO kablam! 96 | render::DirLight::new((light_color * 0.05), (light_color * 0.3), light_color, dir) Oct 12 23:40:43.099 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 23:40:43.099 INFO kablam! Oct 12 23:40:54.783 INFO kablam! warning: variable `current_fps` is assigned to, but never used Oct 12 23:40:54.783 INFO kablam! --> src/02-lighting/206-multiple-lights/main.rs:138:13 Oct 12 23:40:54.783 INFO kablam! | Oct 12 23:40:54.783 INFO kablam! 138 | let mut current_fps = None; Oct 12 23:40:54.783 INFO kablam! | ^^^^^^^^^^^ Oct 12 23:40:54.784 INFO kablam! | Oct 12 23:40:54.784 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 23:40:54.784 INFO kablam! = note: consider using `_current_fps` instead Oct 12 23:40:54.784 INFO kablam! Oct 12 23:40:54.784 INFO kablam! warning: value assigned to `current_fps` is never read Oct 12 23:40:54.784 INFO kablam! --> src/02-lighting/206-multiple-lights/main.rs:164:13 Oct 12 23:40:54.784 INFO kablam! | Oct 12 23:40:54.784 INFO kablam! 164 | current_fps = Some(fps); Oct 12 23:40:54.784 INFO kablam! | ^^^^^^^^^^^ Oct 12 23:40:54.784 INFO kablam! | Oct 12 23:40:54.784 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 12 23:40:54.784 INFO kablam! Oct 12 23:40:56.795 INFO kablam! warning: method is never used: `projection_matrix` Oct 12 23:40:56.795 INFO kablam! --> src/02-lighting/206-multiple-lights/system/camera.rs:55:5 Oct 12 23:40:56.796 INFO kablam! | Oct 12 23:40:56.796 INFO kablam! 55 | pub fn projection_matrix(&self) -> Matrix4 { Oct 12 23:40:56.797 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:40:56.797 INFO kablam! | Oct 12 23:40:56.798 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 23:40:56.798 INFO kablam! Oct 12 23:40:56.799 INFO kablam! warning: method is never used: `view_matrix` Oct 12 23:40:56.799 INFO kablam! --> src/02-lighting/206-multiple-lights/system/camera.rs:59:5 Oct 12 23:40:56.799 INFO kablam! | Oct 12 23:40:56.800 INFO kablam! 59 | pub fn view_matrix(&self) -> Matrix4 { Oct 12 23:40:56.800 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:40:56.801 INFO kablam! Oct 12 23:40:56.801 INFO kablam! warning: field is never used: `spot` Oct 12 23:40:56.802 INFO kablam! --> src/02-lighting/206-multiple-lights/main.rs:45:5 Oct 12 23:40:56.802 INFO kablam! | Oct 12 23:40:56.803 INFO kablam! 45 | spot: Option, Oct 12 23:40:56.803 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 12 23:40:56.803 INFO kablam! Oct 12 23:41:04.544 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 28.40s Oct 12 23:41:04.567 INFO kablam! su: No module specific data is present Oct 12 23:41:06.466 INFO running `"docker" "rm" "-f" "ae0f5884cbcde93832b20cc32f7d1a61b2f62c83030d0c172eb3c6aedd69fdde"` Oct 12 23:41:06.791 INFO blam! ae0f5884cbcde93832b20cc32f7d1a61b2f62c83030d0c172eb3c6aedd69fdde Oct 12 23:41:06.791 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 12 23:41:07.396 INFO blam! 98a3682a5b79e09fc4d9b1157130798e97996eaec1b4d60788df8e3a0f3c0c5b Oct 12 23:41:07.398 INFO running `"docker" "start" "-a" "98a3682a5b79e09fc4d9b1157130798e97996eaec1b4d60788df8e3a0f3c0c5b"` Oct 12 23:41:09.658 INFO kablam! usermod: no changes Oct 12 23:41:09.996 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.31s Oct 12 23:41:10.014 INFO kablam! Running /target/debug/deps/basic_lighting-1e19223c621c569f Oct 12 23:41:10.020 INFO blam! Oct 12 23:41:10.020 INFO blam! running 0 tests Oct 12 23:41:10.020 INFO blam! Oct 12 23:41:10.020 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 23:41:10.020 INFO blam! Oct 12 23:41:10.022 INFO kablam! Running /target/debug/deps/basic_lighting_revised-c120ccce35a2c610 Oct 12 23:41:10.028 INFO blam! Oct 12 23:41:10.028 INFO blam! running 0 tests Oct 12 23:41:10.028 INFO blam! Oct 12 23:41:10.028 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 23:41:10.028 INFO blam! Oct 12 23:41:10.030 INFO kablam! Running /target/debug/deps/basic_lighting_view-988e4d36d3653c2d Oct 12 23:41:10.040 INFO blam! Oct 12 23:41:10.040 INFO blam! running 0 tests Oct 12 23:41:10.040 INFO blam! Oct 12 23:41:10.040 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 23:41:10.040 INFO blam! Oct 12 23:41:10.041 INFO kablam! Running /target/debug/deps/camera-ee3befc348f861fb Oct 12 23:41:10.048 INFO blam! Oct 12 23:41:10.048 INFO blam! running 0 tests Oct 12 23:41:10.048 INFO blam! Oct 12 23:41:10.048 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 23:41:10.048 INFO blam! Oct 12 23:41:10.049 INFO kablam! Running /target/debug/deps/colors-ff5e2c6851b2238f Oct 12 23:41:10.052 INFO blam! Oct 12 23:41:10.052 INFO blam! running 0 tests Oct 12 23:41:10.052 INFO blam! Oct 12 23:41:10.052 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 23:41:10.052 INFO blam! Oct 12 23:41:10.053 INFO kablam! Running /target/debug/deps/coordinate-802e827597a02f0a Oct 12 23:41:10.055 INFO blam! Oct 12 23:41:10.055 INFO blam! running 0 tests Oct 12 23:41:10.055 INFO blam! Oct 12 23:41:10.055 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 23:41:10.055 INFO blam! Oct 12 23:41:10.056 INFO kablam! Running /target/debug/deps/hello_triangle-4943a617dd2922b4 Oct 12 23:41:10.060 INFO blam! Oct 12 23:41:10.060 INFO blam! running 0 tests Oct 12 23:41:10.060 INFO blam! Oct 12 23:41:10.060 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 23:41:10.060 INFO blam! Oct 12 23:41:10.060 INFO kablam! Running /target/debug/deps/hello_triangle_revised-f0f4c99c6317cb16 Oct 12 23:41:10.062 INFO blam! Oct 12 23:41:10.062 INFO blam! running 0 tests Oct 12 23:41:10.062 INFO blam! Oct 12 23:41:10.062 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 23:41:10.062 INFO blam! Oct 12 23:41:10.067 INFO kablam! Running /target/debug/deps/hello_window-82eb3f02cd966507 Oct 12 23:41:10.068 INFO blam! Oct 12 23:41:10.068 INFO blam! running 0 tests Oct 12 23:41:10.068 INFO blam! Oct 12 23:41:10.068 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 23:41:10.069 INFO blam! Oct 12 23:41:10.075 INFO kablam! Running /target/debug/deps/lighting_maps-d12994837d2f7414 Oct 12 23:41:10.077 INFO blam! Oct 12 23:41:10.077 INFO blam! running 0 tests Oct 12 23:41:10.077 INFO blam! Oct 12 23:41:10.077 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 23:41:10.077 INFO blam! Oct 12 23:41:10.083 INFO kablam! Running /target/debug/deps/materials-a63ecaa5bdbbdf8a Oct 12 23:41:10.085 INFO blam! Oct 12 23:41:10.085 INFO blam! running 0 tests Oct 12 23:41:10.085 INFO blam! Oct 12 23:41:10.085 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 23:41:10.085 INFO blam! Oct 12 23:41:10.091 INFO kablam! Running /target/debug/deps/multiple_lights-8b76df4ef0fcba23 Oct 12 23:41:10.096 INFO blam! Oct 12 23:41:10.096 INFO blam! running 0 tests Oct 12 23:41:10.096 INFO blam! Oct 12 23:41:10.096 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 23:41:10.096 INFO blam! Oct 12 23:41:10.103 INFO kablam! Running /target/debug/deps/shaders-cf28d49ce3b8742b Oct 12 23:41:10.105 INFO blam! Oct 12 23:41:10.105 INFO blam! running 0 tests Oct 12 23:41:10.105 INFO blam! Oct 12 23:41:10.105 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 23:41:10.105 INFO blam! Oct 12 23:41:10.111 INFO kablam! Running /target/debug/deps/textures-1b736d9ae6a46039 Oct 12 23:41:10.118 INFO blam! Oct 12 23:41:10.118 INFO blam! running 0 tests Oct 12 23:41:10.118 INFO blam! Oct 12 23:41:10.118 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 23:41:10.118 INFO blam! Oct 12 23:41:10.123 INFO kablam! Running /target/debug/deps/transformations-d981eda3b82454e5 Oct 12 23:41:10.124 INFO blam! Oct 12 23:41:10.125 INFO blam! running 0 tests Oct 12 23:41:10.125 INFO blam! Oct 12 23:41:10.125 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 23:41:10.125 INFO blam! Oct 12 23:41:10.135 INFO kablam! su: No module specific data is present Oct 12 23:41:11.678 INFO running `"docker" "rm" "-f" "98a3682a5b79e09fc4d9b1157130798e97996eaec1b4d60788df8e3a0f3c0c5b"` Oct 12 23:41:11.992 INFO blam! 98a3682a5b79e09fc4d9b1157130798e97996eaec1b4d60788df8e3a0f3c0c5b