Oct 14 15:47:48.078 INFO testing kadtewsd/mandelbrot against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 15:47:48.079 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 15:47:48.572 INFO blam! a17bce901d3a24ccfa62746a202f9d1ae6766fb7548b03a8d7b300ead25bd1fe Oct 14 15:47:48.574 INFO running `"docker" "start" "-a" "a17bce901d3a24ccfa62746a202f9d1ae6766fb7548b03a8d7b300ead25bd1fe"` Oct 14 15:47:50.639 INFO kablam! usermod: no changes Oct 14 15:47:50.719 INFO kablam! Compiling num-integer v0.1.36 Oct 14 15:47:51.355 INFO kablam! Compiling num-bigint v0.1.43 Oct 14 15:47:51.355 INFO kablam! Compiling num-iter v0.1.35 Oct 14 15:47:54.835 INFO kablam! Compiling num-rational v0.1.42 Oct 14 15:47:56.923 INFO kablam! Compiling num v0.1.42 Oct 14 15:47:57.236 INFO kablam! Compiling mandelbrot v0.1.0 (/source) Oct 14 15:47:57.639 INFO kablam! warning: function is never used: `parse_pair` Oct 14 15:47:57.639 INFO kablam! --> src/parsing/mod.rs:4:1 Oct 14 15:47:57.639 INFO kablam! | Oct 14 15:47:57.639 INFO kablam! 4 | fn parse_pair(s: &str, separator: char) -> Option<(T, T)> { Oct 14 15:47:57.639 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 15:47:57.639 INFO kablam! | Oct 14 15:47:57.639 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 15:47:57.639 INFO kablam! Oct 14 15:47:57.639 INFO kablam! warning: function is never used: `render` Oct 14 15:47:57.639 INFO kablam! --> src/rendering/mod.rs:4:1 Oct 14 15:47:57.639 INFO kablam! | Oct 14 15:47:57.639 INFO kablam! 4 | / fn render(pixels: &mut[u8], Oct 14 15:47:57.639 INFO kablam! 5 | | bounds: (usize, usize), Oct 14 15:47:57.639 INFO kablam! 6 | | upper_left: Complex, Oct 14 15:47:57.639 INFO kablam! 7 | | lower_right: Complex) { Oct 14 15:47:57.639 INFO kablam! ... | Oct 14 15:47:57.639 INFO kablam! 19 | | Oct 14 15:47:57.639 INFO kablam! 20 | | } Oct 14 15:47:57.639 INFO kablam! | |_^ Oct 14 15:47:57.639 INFO kablam! Oct 14 15:47:58.711 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.05s Oct 14 15:47:58.711 INFO kablam! su: No module specific data is present Oct 14 15:47:59.285 INFO running `"docker" "rm" "-f" "a17bce901d3a24ccfa62746a202f9d1ae6766fb7548b03a8d7b300ead25bd1fe"` Oct 14 15:47:59.567 INFO blam! a17bce901d3a24ccfa62746a202f9d1ae6766fb7548b03a8d7b300ead25bd1fe Oct 14 15:47:59.572 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 15:48:00.050 INFO blam! 558ffe47e2f947e976529a837a04f608bc7ee27a3276a5bc8af4e259c2e8b64b Oct 14 15:48:00.051 INFO running `"docker" "start" "-a" "558ffe47e2f947e976529a837a04f608bc7ee27a3276a5bc8af4e259c2e8b64b"` Oct 14 15:48:01.664 INFO kablam! usermod: no changes Oct 14 15:48:01.750 INFO kablam! Compiling mandelbrot v0.1.0 (/source) Oct 14 15:48:02.335 INFO kablam! warning: function is never used: `render` Oct 14 15:48:02.335 INFO kablam! --> src/rendering/mod.rs:4:1 Oct 14 15:48:02.335 INFO kablam! | Oct 14 15:48:02.335 INFO kablam! 4 | / fn render(pixels: &mut[u8], Oct 14 15:48:02.335 INFO kablam! 5 | | bounds: (usize, usize), Oct 14 15:48:02.335 INFO kablam! 6 | | upper_left: Complex, Oct 14 15:48:02.335 INFO kablam! 7 | | lower_right: Complex) { Oct 14 15:48:02.335 INFO kablam! ... | Oct 14 15:48:02.335 INFO kablam! 19 | | Oct 14 15:48:02.335 INFO kablam! 20 | | } Oct 14 15:48:02.335 INFO kablam! | |_^ Oct 14 15:48:02.335 INFO kablam! | Oct 14 15:48:02.335 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 15:48:02.335 INFO kablam! Oct 14 15:48:03.060 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.36s Oct 14 15:48:03.063 INFO kablam! su: No module specific data is present Oct 14 15:48:03.445 INFO running `"docker" "rm" "-f" "558ffe47e2f947e976529a837a04f608bc7ee27a3276a5bc8af4e259c2e8b64b"` Oct 14 15:48:03.628 INFO blam! 558ffe47e2f947e976529a837a04f608bc7ee27a3276a5bc8af4e259c2e8b64b Oct 14 15:48:03.634 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 15:48:03.932 INFO blam! 8e2ce1c2d3b263874a84cd71527ef560a363fa0bbc3a6a50d6cfa0cc89a8fcae Oct 14 15:48:03.935 INFO running `"docker" "start" "-a" "8e2ce1c2d3b263874a84cd71527ef560a363fa0bbc3a6a50d6cfa0cc89a8fcae"` Oct 14 15:48:04.672 INFO kablam! usermod: no changes Oct 14 15:48:04.718 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 14 15:48:04.729 INFO kablam! Running /target/debug/deps/mandelbrot-1e647f607408704c Oct 14 15:48:04.734 INFO blam! Oct 14 15:48:04.734 INFO blam! running 2 tests Oct 14 15:48:04.738 INFO blam! test pixel::test_pixel_to_point ... ok Oct 14 15:48:04.738 INFO blam! test parsing::test_parse_pair ... ok Oct 14 15:48:04.738 INFO blam! Oct 14 15:48:04.738 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 15:48:04.738 INFO blam! Oct 14 15:48:04.738 INFO blam! Oct 14 15:48:04.738 INFO blam! running 0 tests Oct 14 15:48:04.738 INFO blam! Oct 14 15:48:04.738 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 15:48:04.738 INFO blam! Oct 14 15:48:04.740 INFO kablam! Running /target/debug/deps/mandelbrot-0cce8f62ad88dd0c Oct 14 15:48:04.740 INFO kablam! Doc-tests mandelbrot Oct 14 15:48:05.173 INFO blam! Oct 14 15:48:05.173 INFO blam! running 0 tests Oct 14 15:48:05.173 INFO blam! Oct 14 15:48:05.173 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 15:48:05.173 INFO blam! Oct 14 15:48:05.179 INFO kablam! su: No module specific data is present Oct 14 15:48:05.935 INFO running `"docker" "rm" "-f" "8e2ce1c2d3b263874a84cd71527ef560a363fa0bbc3a6a50d6cfa0cc89a8fcae"` Oct 14 15:48:06.154 INFO blam! 8e2ce1c2d3b263874a84cd71527ef560a363fa0bbc3a6a50d6cfa0cc89a8fcae