Oct 14 18:56:36.436 INFO testing hemangandhi/ascii-cam against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 18:56:36.436 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 14 18:56:36.939 INFO blam! b2782289b865f21b18a0be41242aaea79a4b7212d674c451e4cbcf61125260e8 Oct 14 18:56:36.941 INFO running `"docker" "start" "-a" "b2782289b865f21b18a0be41242aaea79a4b7212d674c451e4cbcf61125260e8"` Oct 14 18:56:38.508 INFO kablam! usermod: no changes Oct 14 18:56:38.665 INFO kablam! Compiling num-traits v0.2.2 Oct 14 18:56:38.666 INFO kablam! Compiling deflate v0.7.18 Oct 14 18:56:38.667 INFO kablam! Compiling rayon-core v1.4.0 Oct 14 18:56:43.671 INFO kablam! Compiling rayon v1.0.1 Oct 14 18:56:45.731 INFO kablam! Compiling num-integer v0.1.36 Oct 14 18:56:45.732 INFO kablam! Compiling num-derive v0.2.0 Oct 14 18:56:46.999 INFO kablam! Compiling num-iter v0.1.35 Oct 14 18:56:46.999 INFO kablam! Compiling num-rational v0.1.42 Oct 14 18:56:47.919 INFO kablam! Compiling png v0.12.0 Oct 14 18:56:53.851 INFO kablam! Compiling jpeg-decoder v0.1.14 Oct 14 18:56:57.439 INFO kablam! Compiling image v0.19.0 Oct 14 18:57:16.623 INFO kablam! Compiling ascii-cam v0.1.0 (/source) Oct 14 18:57:17.579 INFO kablam! warning: unused import: `std::fs` Oct 14 18:57:17.580 INFO kablam! --> src/main.rs:7:5 Oct 14 18:57:17.580 INFO kablam! | Oct 14 18:57:17.580 INFO kablam! 7 | use std::fs; Oct 14 18:57:17.580 INFO kablam! | ^^^^^^^ Oct 14 18:57:17.580 INFO kablam! | Oct 14 18:57:17.580 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 18:57:17.580 INFO kablam! Oct 14 18:57:17.580 INFO kablam! warning: unused import: `std::io::Write` Oct 14 18:57:17.580 INFO kablam! --> src/main.rs:8:5 Oct 14 18:57:17.580 INFO kablam! | Oct 14 18:57:17.580 INFO kablam! 8 | use std::io::Write; Oct 14 18:57:17.580 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 18:57:17.580 INFO kablam! Oct 14 18:57:17.679 INFO kablam! warning: unused variable: `carl2` Oct 14 18:57:17.679 INFO kablam! --> src/main.rs:110:9 Oct 14 18:57:17.679 INFO kablam! | Oct 14 18:57:17.679 INFO kablam! 110 | let carl2 = & *(filters::gaussian_blur(7.0)); Oct 14 18:57:17.679 INFO kablam! | ^^^^^ help: consider using `_carl2` instead Oct 14 18:57:17.679 INFO kablam! | Oct 14 18:57:17.679 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 18:57:17.679 INFO kablam! Oct 14 18:57:17.707 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 14 18:57:17.707 INFO kablam! --> src/filters.rs:21:25 Oct 14 18:57:17.707 INFO kablam! | Oct 14 18:57:17.707 INFO kablam! 21 | pub type ImageFilter = Fn(image::ImageBuffer>) -> image::ImageBuffer>; Oct 14 18:57:17.707 INFO kablam! | ^^^^^^^^^^^^ Oct 14 18:57:17.707 INFO kablam! | Oct 14 18:57:17.707 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Oct 14 18:57:17.707 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 14 18:57:17.707 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 14 18:57:17.707 INFO kablam! --> src/filters.rs:21:70 Oct 14 18:57:17.707 INFO kablam! | Oct 14 18:57:17.707 INFO kablam! 21 | pub type ImageFilter = Fn(image::ImageBuffer>) -> image::ImageBuffer>; Oct 14 18:57:17.707 INFO kablam! | ^^^^^^^^^^^ Oct 14 18:57:17.707 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 14 18:57:17.707 INFO kablam! --> src/filters.rs:21:114 Oct 14 18:57:17.707 INFO kablam! | Oct 14 18:57:17.707 INFO kablam! 21 | pub type ImageFilter = Fn(image::ImageBuffer>) -> image::ImageBuffer>; Oct 14 18:57:17.707 INFO kablam! | ^^^^^^^^^^^ Oct 14 18:57:17.707 INFO kablam! Oct 14 18:57:19.671 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 41.14s Oct 14 18:57:19.679 INFO kablam! su: No module specific data is present Oct 14 18:57:20.688 INFO running `"docker" "rm" "-f" "b2782289b865f21b18a0be41242aaea79a4b7212d674c451e4cbcf61125260e8"` Oct 14 18:57:20.995 INFO blam! b2782289b865f21b18a0be41242aaea79a4b7212d674c451e4cbcf61125260e8 Oct 14 18:57:20.999 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 14 18:57:21.536 INFO blam! a9b2f2a379b092711598d032f8a272edbd3111d940adedcff2972c7eeebe086a Oct 14 18:57:21.539 INFO running `"docker" "start" "-a" "a9b2f2a379b092711598d032f8a272edbd3111d940adedcff2972c7eeebe086a"` Oct 14 18:57:23.491 INFO kablam! usermod: no changes Oct 14 18:57:23.598 INFO kablam! Compiling ascii-cam v0.1.0 (/source) Oct 14 18:57:24.383 INFO kablam! warning: unused import: `std::fs` Oct 14 18:57:24.384 INFO kablam! --> src/main.rs:7:5 Oct 14 18:57:24.384 INFO kablam! | Oct 14 18:57:24.384 INFO kablam! 7 | use std::fs; Oct 14 18:57:24.385 INFO kablam! | ^^^^^^^ Oct 14 18:57:24.385 INFO kablam! | Oct 14 18:57:24.385 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 18:57:24.385 INFO kablam! Oct 14 18:57:24.386 INFO kablam! warning: unused import: `std::io::Write` Oct 14 18:57:24.386 INFO kablam! --> src/main.rs:8:5 Oct 14 18:57:24.386 INFO kablam! | Oct 14 18:57:24.387 INFO kablam! 8 | use std::io::Write; Oct 14 18:57:24.387 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 18:57:24.387 INFO kablam! Oct 14 18:57:24.467 INFO kablam! warning: unused variable: `carl2` Oct 14 18:57:24.467 INFO kablam! --> src/main.rs:110:9 Oct 14 18:57:24.468 INFO kablam! | Oct 14 18:57:24.468 INFO kablam! 110 | let carl2 = & *(filters::gaussian_blur(7.0)); Oct 14 18:57:24.468 INFO kablam! | ^^^^^ help: consider using `_carl2` instead Oct 14 18:57:24.469 INFO kablam! | Oct 14 18:57:24.469 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 18:57:24.469 INFO kablam! Oct 14 18:57:24.491 INFO kablam! warning: bounds on generic parameters are not enforced in type aliases Oct 14 18:57:24.491 INFO kablam! --> src/filters.rs:21:25 Oct 14 18:57:24.492 INFO kablam! | Oct 14 18:57:24.492 INFO kablam! 21 | pub type ImageFilter = Fn(image::ImageBuffer>) -> image::ImageBuffer>; Oct 14 18:57:24.492 INFO kablam! | ^^^^^^^^^^^^ Oct 14 18:57:24.493 INFO kablam! | Oct 14 18:57:24.493 INFO kablam! = note: #[warn(type_alias_bounds)] on by default Oct 14 18:57:24.493 INFO kablam! = help: the bound will not be checked when the type alias is used, and should be removed Oct 14 18:57:24.494 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 14 18:57:24.494 INFO kablam! --> src/filters.rs:21:70 Oct 14 18:57:24.494 INFO kablam! | Oct 14 18:57:24.495 INFO kablam! 21 | pub type ImageFilter = Fn(image::ImageBuffer>) -> image::ImageBuffer>; Oct 14 18:57:24.495 INFO kablam! | ^^^^^^^^^^^ Oct 14 18:57:24.495 INFO kablam! help: use fully disambiguated paths (i.e., `::Assoc`) to refer to associated types in type aliases Oct 14 18:57:24.495 INFO kablam! --> src/filters.rs:21:114 Oct 14 18:57:24.496 INFO kablam! | Oct 14 18:57:24.496 INFO kablam! 21 | pub type ImageFilter = Fn(image::ImageBuffer>) -> image::ImageBuffer>; Oct 14 18:57:24.496 INFO kablam! | ^^^^^^^^^^^ Oct 14 18:57:24.496 INFO kablam! Oct 14 18:57:25.024 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.51s Oct 14 18:57:25.029 INFO kablam! su: No module specific data is present Oct 14 18:57:25.874 INFO running `"docker" "rm" "-f" "a9b2f2a379b092711598d032f8a272edbd3111d940adedcff2972c7eeebe086a"` Oct 14 18:57:26.115 INFO blam! a9b2f2a379b092711598d032f8a272edbd3111d940adedcff2972c7eeebe086a Oct 14 18:57:26.132 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 14 18:57:26.493 INFO blam! d548950d20c96c2644ae44db8e4227668a424e728bfe25ef60f17e78cf467fe6 Oct 14 18:57:26.495 INFO running `"docker" "start" "-a" "d548950d20c96c2644ae44db8e4227668a424e728bfe25ef60f17e78cf467fe6"` Oct 14 18:57:28.655 INFO kablam! usermod: no changes Oct 14 18:57:28.787 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.09s Oct 14 18:57:28.795 INFO kablam! Running /target/debug/deps/ascii_cam-a4b52b3837a0e734 Oct 14 18:57:28.795 INFO blam! Oct 14 18:57:28.795 INFO blam! running 0 tests Oct 14 18:57:28.795 INFO blam! Oct 14 18:57:28.795 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 18:57:28.795 INFO blam! Oct 14 18:57:28.797 INFO kablam! su: No module specific data is present Oct 14 18:57:30.472 INFO running `"docker" "rm" "-f" "d548950d20c96c2644ae44db8e4227668a424e728bfe25ef60f17e78cf467fe6"` Oct 14 18:57:30.831 INFO blam! d548950d20c96c2644ae44db8e4227668a424e728bfe25ef60f17e78cf467fe6