Oct 14 23:09:20.396 INFO testing defpearlpilot/frust against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 23:09:20.396 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 23:09:20.995 INFO blam! a9f3aaa72e6780fc731d12cb9beea6daf51e4b57c3b9854d913a1682fab6a32b Oct 14 23:09:20.998 INFO running `"docker" "start" "-a" "a9f3aaa72e6780fc731d12cb9beea6daf51e4b57c3b9854d913a1682fab6a32b"` Oct 14 23:09:22.363 INFO kablam! usermod: no changes Oct 14 23:09:22.623 INFO kablam! Compiling either v1.3.0 Oct 14 23:09:22.635 INFO kablam! Compiling serde_json v0.8.6 Oct 14 23:09:22.635 INFO kablam! Compiling url v1.6.0 Oct 14 23:09:22.635 INFO kablam! Compiling png v0.7.0 Oct 14 23:09:23.570 INFO kablam! Compiling coco v0.1.1 Oct 14 23:09:26.335 INFO kablam! Compiling rayon-core v1.2.1 Oct 14 23:09:30.407 INFO kablam! Compiling hyper v0.10.13 Oct 14 23:09:32.524 INFO kablam! Compiling rayon v0.8.2 Oct 14 23:09:37.862 INFO kablam! Compiling jpeg-decoder v0.1.13 Oct 14 23:09:45.795 INFO kablam! Compiling image v0.13.0 Oct 14 23:09:48.324 INFO kablam! Compiling iron v0.5.1 Oct 14 23:09:51.036 INFO kablam! Compiling persistent v0.3.0 Oct 14 23:09:51.038 INFO kablam! Compiling router v0.5.1 Oct 14 23:09:53.454 INFO kablam! Compiling bodyparser v0.5.0 Oct 14 23:09:56.587 INFO kablam! Compiling urlencoded v0.5.0 Oct 14 23:10:09.087 INFO kablam! Compiling frust v0.1.0 (/source) Oct 14 23:10:10.115 INFO kablam! warning: function is never used: `escape_time` Oct 14 23:10:10.115 INFO kablam! --> src/main.rs:7:1 Oct 14 23:10:10.115 INFO kablam! | Oct 14 23:10:10.115 INFO kablam! 7 | fn escape_time(c: Complex, limit: u32) -> Option { Oct 14 23:10:10.115 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:10:10.115 INFO kablam! | Oct 14 23:10:10.115 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 23:10:10.115 INFO kablam! Oct 14 23:10:10.115 INFO kablam! warning: function is never used: `parse_pair` Oct 14 23:10:10.115 INFO kablam! --> src/main.rs:19:1 Oct 14 23:10:10.115 INFO kablam! | Oct 14 23:10:10.115 INFO kablam! 19 | fn parse_pair(s: &str, separator: char) -> Option<(T, T)> { Oct 14 23:10:10.115 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:10:10.115 INFO kablam! Oct 14 23:10:10.115 INFO kablam! warning: function is never used: `parse_complex` Oct 14 23:10:10.115 INFO kablam! --> src/main.rs:31:1 Oct 14 23:10:10.115 INFO kablam! | Oct 14 23:10:10.115 INFO kablam! 31 | fn parse_complex(s: &str) -> Option> { Oct 14 23:10:10.115 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:10:10.115 INFO kablam! Oct 14 23:10:10.115 INFO kablam! warning: function is never used: `pixel_to_point` Oct 14 23:10:10.115 INFO kablam! --> src/main.rs:38:1 Oct 14 23:10:10.115 INFO kablam! | Oct 14 23:10:10.115 INFO kablam! 38 | / fn pixel_to_point(bounds: (usize, usize), Oct 14 23:10:10.115 INFO kablam! 39 | | pixel: (usize, usize), Oct 14 23:10:10.115 INFO kablam! 40 | | upper_left: Complex, Oct 14 23:10:10.115 INFO kablam! 41 | | lower_right: Complex) -> Complex { Oct 14 23:10:10.115 INFO kablam! ... | Oct 14 23:10:10.115 INFO kablam! 47 | | } Oct 14 23:10:10.115 INFO kablam! 48 | | } Oct 14 23:10:10.115 INFO kablam! | |_^ Oct 14 23:10:10.115 INFO kablam! Oct 14 23:10:10.115 INFO kablam! warning: function is never used: `render` Oct 14 23:10:10.115 INFO kablam! --> src/main.rs:50:1 Oct 14 23:10:10.115 INFO kablam! | Oct 14 23:10:10.115 INFO kablam! 50 | / fn render(pixels: &mut [u8], Oct 14 23:10:10.115 INFO kablam! 51 | | bounds: (usize, usize), Oct 14 23:10:10.115 INFO kablam! 52 | | upper_left: Complex, Oct 14 23:10:10.115 INFO kablam! 53 | | lower_right: Complex) { Oct 14 23:10:10.115 INFO kablam! ... | Oct 14 23:10:10.115 INFO kablam! 65 | | } Oct 14 23:10:10.115 INFO kablam! 66 | | } Oct 14 23:10:10.115 INFO kablam! | |_^ Oct 14 23:10:10.115 INFO kablam! Oct 14 23:10:10.657 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 48.26s Oct 14 23:10:10.665 INFO kablam! su: No module specific data is present Oct 14 23:10:11.495 INFO running `"docker" "rm" "-f" "a9f3aaa72e6780fc731d12cb9beea6daf51e4b57c3b9854d913a1682fab6a32b"` Oct 14 23:10:11.939 INFO blam! a9f3aaa72e6780fc731d12cb9beea6daf51e4b57c3b9854d913a1682fab6a32b Oct 14 23:10:11.943 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 23:10:12.375 INFO blam! cda919b336b37d67d2553e1f07ac856a5a2f1a420ecc39a0d25bb011eb590640 Oct 14 23:10:12.379 INFO running `"docker" "start" "-a" "cda919b336b37d67d2553e1f07ac856a5a2f1a420ecc39a0d25bb011eb590640"` Oct 14 23:10:13.766 INFO kablam! usermod: no changes Oct 14 23:10:13.887 INFO kablam! Compiling frust v0.1.0 (/source) Oct 14 23:10:14.867 INFO kablam! warning: function is never used: `escape_time` Oct 14 23:10:14.867 INFO kablam! --> src/main.rs:7:1 Oct 14 23:10:14.867 INFO kablam! | Oct 14 23:10:14.867 INFO kablam! 7 | fn escape_time(c: Complex, limit: u32) -> Option { Oct 14 23:10:14.867 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:10:14.867 INFO kablam! | Oct 14 23:10:14.867 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 23:10:14.867 INFO kablam! Oct 14 23:10:14.867 INFO kablam! warning: function is never used: `render` Oct 14 23:10:14.867 INFO kablam! --> src/main.rs:50:1 Oct 14 23:10:14.867 INFO kablam! | Oct 14 23:10:14.867 INFO kablam! 50 | / fn render(pixels: &mut [u8], Oct 14 23:10:14.867 INFO kablam! 51 | | bounds: (usize, usize), Oct 14 23:10:14.867 INFO kablam! 52 | | upper_left: Complex, Oct 14 23:10:14.867 INFO kablam! 53 | | lower_right: Complex) { Oct 14 23:10:14.867 INFO kablam! ... | Oct 14 23:10:14.867 INFO kablam! 65 | | } Oct 14 23:10:14.867 INFO kablam! 66 | | } Oct 14 23:10:14.867 INFO kablam! | |_^ Oct 14 23:10:14.867 INFO kablam! Oct 14 23:10:15.675 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.89s Oct 14 23:10:15.680 INFO kablam! su: No module specific data is present Oct 14 23:10:16.071 INFO running `"docker" "rm" "-f" "cda919b336b37d67d2553e1f07ac856a5a2f1a420ecc39a0d25bb011eb590640"` Oct 14 23:10:16.202 INFO blam! cda919b336b37d67d2553e1f07ac856a5a2f1a420ecc39a0d25bb011eb590640 Oct 14 23:10:16.207 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 23:10:16.522 INFO blam! 1726fff0e5bb369781e7e03fdf1a8725ed8d9daaf7ee34c5f6f7219c4209f1df Oct 14 23:10:16.525 INFO running `"docker" "start" "-a" "1726fff0e5bb369781e7e03fdf1a8725ed8d9daaf7ee34c5f6f7219c4209f1df"` Oct 14 23:10:17.163 INFO kablam! usermod: no changes Oct 14 23:10:17.275 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.09s Oct 14 23:10:17.295 INFO kablam! Running /target/debug/deps/frust-2d6bd33e6e08504d Oct 14 23:10:17.295 INFO blam! Oct 14 23:10:17.295 INFO blam! running 3 tests Oct 14 23:10:17.295 INFO blam! test test_parse_pair ... ok Oct 14 23:10:17.296 INFO blam! test test_parse_complex ... ok Oct 14 23:10:17.296 INFO blam! test test_pixel_to_point ... ok Oct 14 23:10:17.296 INFO blam! Oct 14 23:10:17.296 INFO blam! test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 23:10:17.296 INFO blam! Oct 14 23:10:17.297 INFO kablam! su: No module specific data is present Oct 14 23:10:17.772 INFO running `"docker" "rm" "-f" "1726fff0e5bb369781e7e03fdf1a8725ed8d9daaf7ee34c5f6f7219c4209f1df"` Oct 14 23:10:17.869 INFO blam! 1726fff0e5bb369781e7e03fdf1a8725ed8d9daaf7ee34c5f6f7219c4209f1df