Oct 12 20:48:57.388 INFO checking hawkBaby/rustyGlyph against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 12 20:48:57.388 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-4/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-alt check --frozen --all --all-targets" "-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 20:48:57.882 INFO blam! 4b9ad76707b9e92ee9c92e9fc2be5d58b796a1414841a8ab9d122f7f49e164ea Oct 12 20:48:57.884 INFO running `"docker" "start" "-a" "4b9ad76707b9e92ee9c92e9fc2be5d58b796a1414841a8ab9d122f7f49e164ea"` Oct 12 20:48:59.583 INFO kablam! usermod: no changes Oct 12 20:48:59.748 INFO kablam! Checking rand v0.5.5 Oct 12 20:48:59.748 INFO kablam! Checking num-complex v0.2.0 Oct 12 20:48:59.748 INFO kablam! Checking approx v0.3.0 Oct 12 20:48:59.748 INFO kablam! Compiling syn v0.15.8 Oct 12 20:49:03.132 INFO kablam! Checking alga v0.7.2 Oct 12 20:49:11.748 INFO kablam! Checking nalgebra v0.16.4 Oct 12 20:49:17.208 INFO kablam! Compiling num-derive v0.2.3 Oct 12 20:49:29.549 INFO kablam! Checking tiff v0.2.1 Oct 12 20:49:31.312 INFO kablam! Checking image v0.20.0 Oct 12 20:49:59.476 INFO kablam! Checking anaglyph v0.1.0 (/source) Oct 12 20:50:01.227 INFO kablam! warning: unused import: `image::JPEG` Oct 12 20:50:01.227 INFO kablam! --> src/main.rs:4:5 Oct 12 20:50:01.227 INFO kablam! | Oct 12 20:50:01.227 INFO kablam! 4 | use image::JPEG; Oct 12 20:50:01.227 INFO kablam! | ^^^^^^^^^^^ Oct 12 20:50:01.227 INFO kablam! | Oct 12 20:50:01.227 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 20:50:01.227 INFO kablam! Oct 12 20:50:01.227 INFO kablam! warning: unused import: `image::PNG` Oct 12 20:50:01.227 INFO kablam! --> src/main.rs:5:5 Oct 12 20:50:01.227 INFO kablam! | Oct 12 20:50:01.227 INFO kablam! 5 | use image::PNG; Oct 12 20:50:01.227 INFO kablam! | ^^^^^^^^^^ Oct 12 20:50:01.227 INFO kablam! Oct 12 20:50:01.227 INFO kablam! warning: unused import: `image::math` Oct 12 20:50:01.227 INFO kablam! --> src/main.rs:6:5 Oct 12 20:50:01.227 INFO kablam! | Oct 12 20:50:01.227 INFO kablam! 6 | use image::math; Oct 12 20:50:01.227 INFO kablam! | ^^^^^^^^^^^ Oct 12 20:50:01.227 INFO kablam! Oct 12 20:50:01.416 INFO kablam! warning: unused import: `GenericImage` Oct 12 20:50:01.416 INFO kablam! --> src/main.rs:8:13 Oct 12 20:50:01.416 INFO kablam! | Oct 12 20:50:01.416 INFO kablam! 8 | use image::{GenericImage,GenericImageView,Pixel}; Oct 12 20:50:01.416 INFO kablam! | ^^^^^^^^^^^^ Oct 12 20:50:01.416 INFO kablam! Oct 12 20:50:01.416 INFO kablam! warning: unused import: `GenericImageView` Oct 12 20:50:01.416 INFO kablam! --> src/main.rs:8:26 Oct 12 20:50:01.416 INFO kablam! | Oct 12 20:50:01.416 INFO kablam! 8 | use image::{GenericImage,GenericImageView,Pixel}; Oct 12 20:50:01.416 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 12 20:50:01.416 INFO kablam! Oct 12 20:50:01.416 INFO kablam! warning: unused import: `Pixel` Oct 12 20:50:01.416 INFO kablam! --> src/main.rs:8:43 Oct 12 20:50:01.416 INFO kablam! | Oct 12 20:50:01.416 INFO kablam! 8 | use image::{GenericImage,GenericImageView,Pixel}; Oct 12 20:50:01.416 INFO kablam! | ^^^^^ Oct 12 20:50:01.416 INFO kablam! Oct 12 20:50:01.416 INFO kablam! warning: unused variable: `bot_sec` Oct 12 20:50:01.416 INFO kablam! --> src/main.rs:47:9 Oct 12 20:50:01.416 INFO kablam! | Oct 12 20:50:01.417 INFO kablam! 47 | let bot_sec = (_r_img.height() as f32 * 0.75) as u32; Oct 12 20:50:01.417 INFO kablam! | ^^^^^^^ help: consider using `_bot_sec` instead Oct 12 20:50:01.417 INFO kablam! | Oct 12 20:50:01.417 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 20:50:01.417 INFO kablam! Oct 12 20:50:01.420 INFO kablam! error[E0382]: capture of moved value: `_l_img` Oct 12 20:50:01.420 INFO kablam! --> src/main.rs:68:49 Oct 12 20:50:01.420 INFO kablam! | Oct 12 20:50:01.420 INFO kablam! 53 | let top_thread = thread::spawn(move || { Oct 12 20:50:01.420 INFO kablam! | ------- value moved (into closure) here Oct 12 20:50:01.420 INFO kablam! ... Oct 12 20:50:01.420 INFO kablam! 68 | let temp_vec = opt_anaglyph_gen(_l_img.get_pixel(_j,_jm),_r_img.get_pixel(_j,_jm)); Oct 12 20:50:01.420 INFO kablam! | ^^^^^^ value captured here after move Oct 12 20:50:01.421 INFO kablam! | Oct 12 20:50:01.421 INFO kablam! = note: move occurs because `_l_img` has type `image::ImageBuffer, std::vec::Vec>`, which does not implement the `Copy` trait Oct 12 20:50:01.421 INFO kablam! Oct 12 20:50:01.421 INFO kablam! error[E0382]: capture of moved value: `_r_img` Oct 12 20:50:01.421 INFO kablam! --> src/main.rs:68:74 Oct 12 20:50:01.421 INFO kablam! | Oct 12 20:50:01.421 INFO kablam! 53 | let top_thread = thread::spawn(move || { Oct 12 20:50:01.421 INFO kablam! | ------- value moved (into closure) here Oct 12 20:50:01.421 INFO kablam! ... Oct 12 20:50:01.421 INFO kablam! 68 | let temp_vec = opt_anaglyph_gen(_l_img.get_pixel(_j,_jm),_r_img.get_pixel(_j,_jm)); Oct 12 20:50:01.421 INFO kablam! | ^^^^^^ value captured here after move Oct 12 20:50:01.421 INFO kablam! | Oct 12 20:50:01.421 INFO kablam! = note: move occurs because `_r_img` has type `image::ImageBuffer, std::vec::Vec>`, which does not implement the `Copy` trait Oct 12 20:50:01.421 INFO kablam! Oct 12 20:50:01.421 INFO kablam! error[E0382]: capture of moved value: `out_img` Oct 12 20:50:01.421 INFO kablam! --> src/main.rs:69:17 Oct 12 20:50:01.421 INFO kablam! | Oct 12 20:50:01.421 INFO kablam! 53 | let top_thread = thread::spawn(move || { Oct 12 20:50:01.421 INFO kablam! | ------- value moved (into closure) here Oct 12 20:50:01.421 INFO kablam! ... Oct 12 20:50:01.421 INFO kablam! 69 | out_img.get_pixel_mut(_j,_jm).data = [temp_vec[0],temp_vec[1],temp_vec[2]]; Oct 12 20:50:01.421 INFO kablam! | ^^^^^^^ value captured here after move Oct 12 20:50:01.421 INFO kablam! | Oct 12 20:50:01.421 INFO kablam! = note: move occurs because `out_img` has type `image::ImageBuffer, std::vec::Vec>`, which does not implement the `Copy` trait Oct 12 20:50:01.421 INFO kablam! Oct 12 20:50:01.421 INFO kablam! error[E0382]: capture of moved value: `_l_img` Oct 12 20:50:01.421 INFO kablam! --> src/main.rs:79:49 Oct 12 20:50:01.421 INFO kablam! | Oct 12 20:50:01.421 INFO kablam! 53 | let top_thread = thread::spawn(move || { Oct 12 20:50:01.421 INFO kablam! | ------- value moved (into closure) here Oct 12 20:50:01.421 INFO kablam! ... Oct 12 20:50:01.421 INFO kablam! 79 | let temp_vec = opt_anaglyph_gen(_l_img.get_pixel(_k,_kb),_r_img.get_pixel(_k,_kb)); Oct 12 20:50:01.421 INFO kablam! | ^^^^^^ value captured here after move Oct 12 20:50:01.421 INFO kablam! | Oct 12 20:50:01.421 INFO kablam! = note: move occurs because `_l_img` has type `image::ImageBuffer, std::vec::Vec>`, which does not implement the `Copy` trait Oct 12 20:50:01.421 INFO kablam! Oct 12 20:50:01.421 INFO kablam! error[E0382]: capture of moved value: `_r_img` Oct 12 20:50:01.421 INFO kablam! --> src/main.rs:79:74 Oct 12 20:50:01.421 INFO kablam! | Oct 12 20:50:01.421 INFO kablam! 53 | let top_thread = thread::spawn(move || { Oct 12 20:50:01.421 INFO kablam! | ------- value moved (into closure) here Oct 12 20:50:01.421 INFO kablam! ... Oct 12 20:50:01.421 INFO kablam! 79 | let temp_vec = opt_anaglyph_gen(_l_img.get_pixel(_k,_kb),_r_img.get_pixel(_k,_kb)); Oct 12 20:50:01.421 INFO kablam! | ^^^^^^ value captured here after move Oct 12 20:50:01.421 INFO kablam! | Oct 12 20:50:01.421 INFO kablam! = note: move occurs because `_r_img` has type `image::ImageBuffer, std::vec::Vec>`, which does not implement the `Copy` trait Oct 12 20:50:01.421 INFO kablam! Oct 12 20:50:01.421 INFO kablam! error[E0382]: capture of moved value: `out_img` Oct 12 20:50:01.421 INFO kablam! --> src/main.rs:80:17 Oct 12 20:50:01.421 INFO kablam! | Oct 12 20:50:01.421 INFO kablam! 53 | let top_thread = thread::spawn(move || { Oct 12 20:50:01.421 INFO kablam! | ------- value moved (into closure) here Oct 12 20:50:01.421 INFO kablam! ... Oct 12 20:50:01.421 INFO kablam! 80 | out_img.get_pixel_mut(_k,_kb).data = [temp_vec[0],temp_vec[1], temp_vec[2]]; Oct 12 20:50:01.421 INFO kablam! | ^^^^^^^ value captured here after move Oct 12 20:50:01.421 INFO kablam! | Oct 12 20:50:01.421 INFO kablam! = note: move occurs because `out_img` has type `image::ImageBuffer, std::vec::Vec>`, which does not implement the `Copy` trait Oct 12 20:50:01.421 INFO kablam! Oct 12 20:50:01.421 INFO kablam! error[E0382]: use of moved value: `out_img` Oct 12 20:50:01.421 INFO kablam! --> src/main.rs:90:5 Oct 12 20:50:01.421 INFO kablam! | Oct 12 20:50:01.421 INFO kablam! 53 | let top_thread = thread::spawn(move || { Oct 12 20:50:01.421 INFO kablam! | ------- value moved (into closure) here Oct 12 20:50:01.421 INFO kablam! ... Oct 12 20:50:01.421 INFO kablam! 90 | out_img.save("output.png").unwrap(); Oct 12 20:50:01.421 INFO kablam! | ^^^^^^^ value used here after move Oct 12 20:50:01.421 INFO kablam! | Oct 12 20:50:01.421 INFO kablam! = note: move occurs because `out_img` has type `image::ImageBuffer, std::vec::Vec>`, which does not implement the `Copy` trait Oct 12 20:50:01.421 INFO kablam! Oct 12 20:50:01.432 INFO kablam! error: aborting due to 7 previous errors Oct 12 20:50:01.432 INFO kablam! Oct 12 20:50:01.432 INFO kablam! For more information about this error, try `rustc --explain E0382`. Oct 12 20:50:01.434 INFO kablam! error: Could not compile `anaglyph`. Oct 12 20:50:01.434 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 12 20:50:01.856 INFO kablam! warning: unused import: `image::JPEG` Oct 12 20:50:01.856 INFO kablam! --> src/main.rs:4:5 Oct 12 20:50:01.856 INFO kablam! | Oct 12 20:50:01.856 INFO kablam! 4 | use image::JPEG; Oct 12 20:50:01.856 INFO kablam! | ^^^^^^^^^^^ Oct 12 20:50:01.856 INFO kablam! | Oct 12 20:50:01.856 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 12 20:50:01.856 INFO kablam! Oct 12 20:50:01.856 INFO kablam! warning: unused import: `image::PNG` Oct 12 20:50:01.856 INFO kablam! --> src/main.rs:5:5 Oct 12 20:50:01.856 INFO kablam! | Oct 12 20:50:01.856 INFO kablam! 5 | use image::PNG; Oct 12 20:50:01.856 INFO kablam! | ^^^^^^^^^^ Oct 12 20:50:01.856 INFO kablam! Oct 12 20:50:01.856 INFO kablam! warning: unused import: `image::math` Oct 12 20:50:01.856 INFO kablam! --> src/main.rs:6:5 Oct 12 20:50:01.856 INFO kablam! | Oct 12 20:50:01.856 INFO kablam! 6 | use image::math; Oct 12 20:50:01.856 INFO kablam! | ^^^^^^^^^^^ Oct 12 20:50:01.856 INFO kablam! Oct 12 20:50:02.008 INFO kablam! warning: unused import: `GenericImage` Oct 12 20:50:02.008 INFO kablam! --> src/main.rs:8:13 Oct 12 20:50:02.008 INFO kablam! | Oct 12 20:50:02.008 INFO kablam! 8 | use image::{GenericImage,GenericImageView,Pixel}; Oct 12 20:50:02.008 INFO kablam! | ^^^^^^^^^^^^ Oct 12 20:50:02.008 INFO kablam! Oct 12 20:50:02.008 INFO kablam! warning: unused import: `GenericImageView` Oct 12 20:50:02.008 INFO kablam! --> src/main.rs:8:26 Oct 12 20:50:02.008 INFO kablam! | Oct 12 20:50:02.008 INFO kablam! 8 | use image::{GenericImage,GenericImageView,Pixel}; Oct 12 20:50:02.008 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 12 20:50:02.008 INFO kablam! Oct 12 20:50:02.008 INFO kablam! warning: unused import: `Pixel` Oct 12 20:50:02.008 INFO kablam! --> src/main.rs:8:43 Oct 12 20:50:02.008 INFO kablam! | Oct 12 20:50:02.008 INFO kablam! 8 | use image::{GenericImage,GenericImageView,Pixel}; Oct 12 20:50:02.008 INFO kablam! | ^^^^^ Oct 12 20:50:02.008 INFO kablam! Oct 12 20:50:02.008 INFO kablam! warning: unused variable: `bot_sec` Oct 12 20:50:02.008 INFO kablam! --> src/main.rs:47:9 Oct 12 20:50:02.008 INFO kablam! | Oct 12 20:50:02.008 INFO kablam! 47 | let bot_sec = (_r_img.height() as f32 * 0.75) as u32; Oct 12 20:50:02.008 INFO kablam! | ^^^^^^^ help: consider using `_bot_sec` instead Oct 12 20:50:02.009 INFO kablam! | Oct 12 20:50:02.009 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 20:50:02.009 INFO kablam! Oct 12 20:50:02.020 INFO kablam! error[E0382]: capture of moved value: `_l_img` Oct 12 20:50:02.020 INFO kablam! --> src/main.rs:68:49 Oct 12 20:50:02.020 INFO kablam! | Oct 12 20:50:02.020 INFO kablam! 53 | let top_thread = thread::spawn(move || { Oct 12 20:50:02.020 INFO kablam! | ------- value moved (into closure) here Oct 12 20:50:02.020 INFO kablam! ... Oct 12 20:50:02.020 INFO kablam! 68 | let temp_vec = opt_anaglyph_gen(_l_img.get_pixel(_j,_jm),_r_img.get_pixel(_j,_jm)); Oct 12 20:50:02.020 INFO kablam! | ^^^^^^ value captured here after move Oct 12 20:50:02.020 INFO kablam! | Oct 12 20:50:02.020 INFO kablam! = note: move occurs because `_l_img` has type `image::ImageBuffer, std::vec::Vec>`, which does not implement the `Copy` trait Oct 12 20:50:02.020 INFO kablam! Oct 12 20:50:02.020 INFO kablam! error[E0382]: capture of moved value: `_r_img` Oct 12 20:50:02.020 INFO kablam! --> src/main.rs:68:74 Oct 12 20:50:02.020 INFO kablam! | Oct 12 20:50:02.020 INFO kablam! 53 | let top_thread = thread::spawn(move || { Oct 12 20:50:02.020 INFO kablam! | ------- value moved (into closure) here Oct 12 20:50:02.021 INFO kablam! ... Oct 12 20:50:02.021 INFO kablam! 68 | let temp_vec = opt_anaglyph_gen(_l_img.get_pixel(_j,_jm),_r_img.get_pixel(_j,_jm)); Oct 12 20:50:02.021 INFO kablam! | ^^^^^^ value captured here after move Oct 12 20:50:02.021 INFO kablam! | Oct 12 20:50:02.021 INFO kablam! = note: move occurs because `_r_img` has type `image::ImageBuffer, std::vec::Vec>`, which does not implement the `Copy` trait Oct 12 20:50:02.021 INFO kablam! Oct 12 20:50:02.021 INFO kablam! error[E0382]: capture of moved value: `out_img` Oct 12 20:50:02.021 INFO kablam! --> src/main.rs:69:17 Oct 12 20:50:02.021 INFO kablam! | Oct 12 20:50:02.021 INFO kablam! 53 | let top_thread = thread::spawn(move || { Oct 12 20:50:02.021 INFO kablam! | ------- value moved (into closure) here Oct 12 20:50:02.021 INFO kablam! ... Oct 12 20:50:02.021 INFO kablam! 69 | out_img.get_pixel_mut(_j,_jm).data = [temp_vec[0],temp_vec[1],temp_vec[2]]; Oct 12 20:50:02.021 INFO kablam! | ^^^^^^^ value captured here after move Oct 12 20:50:02.021 INFO kablam! | Oct 12 20:50:02.021 INFO kablam! = note: move occurs because `out_img` has type `image::ImageBuffer, std::vec::Vec>`, which does not implement the `Copy` trait Oct 12 20:50:02.021 INFO kablam! Oct 12 20:50:02.021 INFO kablam! error[E0382]: capture of moved value: `_l_img` Oct 12 20:50:02.021 INFO kablam! --> src/main.rs:79:49 Oct 12 20:50:02.021 INFO kablam! | Oct 12 20:50:02.021 INFO kablam! 53 | let top_thread = thread::spawn(move || { Oct 12 20:50:02.021 INFO kablam! | ------- value moved (into closure) here Oct 12 20:50:02.021 INFO kablam! ... Oct 12 20:50:02.021 INFO kablam! 79 | let temp_vec = opt_anaglyph_gen(_l_img.get_pixel(_k,_kb),_r_img.get_pixel(_k,_kb)); Oct 12 20:50:02.021 INFO kablam! | ^^^^^^ value captured here after move Oct 12 20:50:02.021 INFO kablam! | Oct 12 20:50:02.021 INFO kablam! = note: move occurs because `_l_img` has type `image::ImageBuffer, std::vec::Vec>`, which does not implement the `Copy` trait Oct 12 20:50:02.021 INFO kablam! Oct 12 20:50:02.021 INFO kablam! error[E0382]: capture of moved value: `_r_img` Oct 12 20:50:02.021 INFO kablam! --> src/main.rs:79:74 Oct 12 20:50:02.021 INFO kablam! | Oct 12 20:50:02.021 INFO kablam! 53 | let top_thread = thread::spawn(move || { Oct 12 20:50:02.021 INFO kablam! | ------- value moved (into closure) here Oct 12 20:50:02.021 INFO kablam! ... Oct 12 20:50:02.021 INFO kablam! 79 | let temp_vec = opt_anaglyph_gen(_l_img.get_pixel(_k,_kb),_r_img.get_pixel(_k,_kb)); Oct 12 20:50:02.021 INFO kablam! | ^^^^^^ value captured here after move Oct 12 20:50:02.021 INFO kablam! | Oct 12 20:50:02.021 INFO kablam! = note: move occurs because `_r_img` has type `image::ImageBuffer, std::vec::Vec>`, which does not implement the `Copy` trait Oct 12 20:50:02.021 INFO kablam! Oct 12 20:50:02.021 INFO kablam! error[E0382]: capture of moved value: `out_img` Oct 12 20:50:02.021 INFO kablam! --> src/main.rs:80:17 Oct 12 20:50:02.021 INFO kablam! | Oct 12 20:50:02.021 INFO kablam! 53 | let top_thread = thread::spawn(move || { Oct 12 20:50:02.021 INFO kablam! | ------- value moved (into closure) here Oct 12 20:50:02.021 INFO kablam! ... Oct 12 20:50:02.021 INFO kablam! 80 | out_img.get_pixel_mut(_k,_kb).data = [temp_vec[0],temp_vec[1], temp_vec[2]]; Oct 12 20:50:02.021 INFO kablam! | ^^^^^^^ value captured here after move Oct 12 20:50:02.021 INFO kablam! | Oct 12 20:50:02.021 INFO kablam! = note: move occurs because `out_img` has type `image::ImageBuffer, std::vec::Vec>`, which does not implement the `Copy` trait Oct 12 20:50:02.021 INFO kablam! Oct 12 20:50:02.021 INFO kablam! error[E0382]: use of moved value: `out_img` Oct 12 20:50:02.021 INFO kablam! --> src/main.rs:90:5 Oct 12 20:50:02.021 INFO kablam! | Oct 12 20:50:02.021 INFO kablam! 53 | let top_thread = thread::spawn(move || { Oct 12 20:50:02.021 INFO kablam! | ------- value moved (into closure) here Oct 12 20:50:02.021 INFO kablam! ... Oct 12 20:50:02.021 INFO kablam! 90 | out_img.save("output.png").unwrap(); Oct 12 20:50:02.021 INFO kablam! | ^^^^^^^ value used here after move Oct 12 20:50:02.021 INFO kablam! | Oct 12 20:50:02.021 INFO kablam! = note: move occurs because `out_img` has type `image::ImageBuffer, std::vec::Vec>`, which does not implement the `Copy` trait Oct 12 20:50:02.021 INFO kablam! Oct 12 20:50:02.033 INFO kablam! error: aborting due to 7 previous errors Oct 12 20:50:02.033 INFO kablam! Oct 12 20:50:02.033 INFO kablam! For more information about this error, try `rustc --explain E0382`. Oct 12 20:50:02.044 INFO kablam! error: Could not compile `anaglyph`. Oct 12 20:50:02.044 INFO kablam! Oct 12 20:50:02.044 INFO kablam! To learn more, run the command again with --verbose. Oct 12 20:50:02.044 INFO kablam! su: No module specific data is present Oct 12 20:50:02.796 INFO running `"docker" "rm" "-f" "4b9ad76707b9e92ee9c92e9fc2be5d58b796a1414841a8ab9d122f7f49e164ea"` Oct 12 20:50:03.076 INFO blam! 4b9ad76707b9e92ee9c92e9fc2be5d58b796a1414841a8ab9d122f7f49e164ea