Oct 10 23:39:36.024 INFO testing elementh/rust_mandelbrot against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 23:39:36.024 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 23:39:36.024 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 23:39:36.228 INFO blam! 703cde047423e8606089287a496c0e421db72b0d33d82ad4bd5826fd1313e906 Oct 10 23:39:36.229 INFO running `"docker" "start" "-a" "703cde047423e8606089287a496c0e421db72b0d33d82ad4bd5826fd1313e906"` Oct 10 23:39:36.908 INFO kablam! usermod: no changes Oct 10 23:39:37.016 INFO kablam! Compiling mandelbrot v0.1.0 (/source) Oct 10 23:39:38.039 INFO kablam! warning: function is never used: `escape_time` Oct 10 23:39:38.040 INFO kablam! --> src/main.rs:13:1 Oct 10 23:39:38.040 INFO kablam! | Oct 10 23:39:38.040 INFO kablam! 13 | fn escape_time(c: Complex, limit: u32) -> Option { Oct 10 23:39:38.040 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:39:38.040 INFO kablam! | Oct 10 23:39:38.040 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 23:39:38.040 INFO kablam! Oct 10 23:39:38.040 INFO kablam! warning: function is never used: `parse_pair` Oct 10 23:39:38.040 INFO kablam! --> src/main.rs:26:1 Oct 10 23:39:38.040 INFO kablam! | Oct 10 23:39:38.040 INFO kablam! 26 | fn parse_pair(s: &str, separator: char) -> Option<(T, T)> { Oct 10 23:39:38.040 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:39:38.040 INFO kablam! Oct 10 23:39:38.040 INFO kablam! warning: function is never used: `parse_complex` Oct 10 23:39:38.040 INFO kablam! --> src/main.rs:40:1 Oct 10 23:39:38.040 INFO kablam! | Oct 10 23:39:38.040 INFO kablam! 40 | fn parse_complex(s:&str) -> Option> { Oct 10 23:39:38.040 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:39:38.040 INFO kablam! Oct 10 23:39:38.040 INFO kablam! warning: function is never used: `pixel_to_point` Oct 10 23:39:38.040 INFO kablam! --> src/main.rs:47:1 Oct 10 23:39:38.040 INFO kablam! | Oct 10 23:39:38.040 INFO kablam! 47 | / fn pixel_to_point(bounds: (usize, usize), Oct 10 23:39:38.040 INFO kablam! 48 | | pixel: (usize, usize), Oct 10 23:39:38.040 INFO kablam! 49 | | upper_left: Complex, Oct 10 23:39:38.040 INFO kablam! 50 | | lower_right: Complex) Oct 10 23:39:38.040 INFO kablam! ... | Oct 10 23:39:38.040 INFO kablam! 59 | | } Oct 10 23:39:38.040 INFO kablam! 60 | | } Oct 10 23:39:38.040 INFO kablam! | |_^ Oct 10 23:39:38.040 INFO kablam! Oct 10 23:39:38.331 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.40s Oct 10 23:39:38.336 INFO kablam! su: No module specific data is present Oct 10 23:39:38.636 INFO running `"docker" "rm" "-f" "703cde047423e8606089287a496c0e421db72b0d33d82ad4bd5826fd1313e906"` Oct 10 23:39:38.762 INFO blam! 703cde047423e8606089287a496c0e421db72b0d33d82ad4bd5826fd1313e906 Oct 10 23:39:38.764 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 23:39:38.764 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 23:39:38.959 INFO blam! 496fb94a27c5d3cd92d3a436720f3d3a0334dde0c1b76ffb34dc208948dce832 Oct 10 23:39:38.959 INFO running `"docker" "start" "-a" "496fb94a27c5d3cd92d3a436720f3d3a0334dde0c1b76ffb34dc208948dce832"` Oct 10 23:39:39.313 INFO kablam! usermod: no changes Oct 10 23:39:39.368 INFO kablam! Compiling mandelbrot v0.1.0 (/source) Oct 10 23:39:40.424 INFO kablam! warning: function is never used: `escape_time` Oct 10 23:39:40.424 INFO kablam! --> src/main.rs:13:1 Oct 10 23:39:40.424 INFO kablam! | Oct 10 23:39:40.424 INFO kablam! 13 | fn escape_time(c: Complex, limit: u32) -> Option { Oct 10 23:39:40.424 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:39:40.424 INFO kablam! | Oct 10 23:39:40.424 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 23:39:40.424 INFO kablam! Oct 10 23:39:41.001 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.67s Oct 10 23:39:41.004 INFO kablam! su: No module specific data is present Oct 10 23:39:41.277 INFO running `"docker" "rm" "-f" "496fb94a27c5d3cd92d3a436720f3d3a0334dde0c1b76ffb34dc208948dce832"` Oct 10 23:39:41.456 INFO blam! 496fb94a27c5d3cd92d3a436720f3d3a0334dde0c1b76ffb34dc208948dce832 Oct 10 23:39:41.469 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 23:39:41.469 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 23:39:41.822 INFO blam! dcc029e3fe69da621fdaa9a3f97131538ef8f1ad9cf160d1a437ddcb950a2ff8 Oct 10 23:39:41.826 INFO running `"docker" "start" "-a" "dcc029e3fe69da621fdaa9a3f97131538ef8f1ad9cf160d1a437ddcb950a2ff8"` Oct 10 23:39:42.220 INFO kablam! usermod: no changes Oct 10 23:39:42.274 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 10 23:39:42.285 INFO kablam! Running /target/debug/deps/mandelbrot-d83ac566b4717653 Oct 10 23:39:42.287 INFO blam! Oct 10 23:39:42.287 INFO blam! running 3 tests Oct 10 23:39:42.292 INFO blam! test test_pixel_to_point ... ok Oct 10 23:39:42.292 INFO blam! test test_parse_pair ... ok Oct 10 23:39:42.306 INFO blam! test test_parse_complex ... FAILED Oct 10 23:39:42.306 INFO blam! Oct 10 23:39:42.306 INFO blam! failures: Oct 10 23:39:42.306 INFO blam! Oct 10 23:39:42.306 INFO blam! ---- test_parse_complex stdout ---- Oct 10 23:39:42.306 INFO blam! thread 'test_parse_complex' panicked at 'assertion failed: `(left == right)` Oct 10 23:39:42.306 INFO blam! left: `None`, Oct 10 23:39:42.306 INFO blam! right: `Some(Complex { re: 1.25, im: -0.0625 })`', src/main.rs:77:5 Oct 10 23:39:42.306 INFO blam! stack backtrace: Oct 10 23:39:42.306 INFO blam! 0: 0x55cb3739e6fe - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 10 23:39:42.306 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 10 23:39:42.306 INFO blam! 1: 0x55cb373a75a6 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 10 23:39:42.306 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 10 23:39:42.306 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 10 23:39:42.306 INFO blam! 2: 0x55cb373a22fd - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 10 23:39:42.306 INFO blam! at libstd/panicking.rs:211 Oct 10 23:39:42.306 INFO blam! 3: 0x55cb373a200b - std::panicking::default_hook::h1ef46fa7cd894809 Oct 10 23:39:42.306 INFO blam! at libstd/panicking.rs:221 Oct 10 23:39:42.306 INFO blam! 4: 0x55cb373a29ac - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 10 23:39:42.306 INFO blam! at libstd/panicking.rs:476 Oct 10 23:39:42.306 INFO blam! 5: 0x55cb373a2569 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 10 23:39:42.306 INFO blam! at libstd/panicking.rs:390 Oct 10 23:39:42.306 INFO blam! 6: 0x55cb373a24cd - std::panicking::begin_panic_fmt::h0063f49bf5a35411 Oct 10 23:39:42.306 INFO blam! at libstd/panicking.rs:345 Oct 10 23:39:42.306 INFO blam! 7: 0x55cb37349060 - mandelbrot::test_parse_complex::hf85baa69c259d10c Oct 10 23:39:42.306 INFO blam! at src/main.rs:77 Oct 10 23:39:42.306 INFO blam! 8: 0x55cb37348e99 - mandelbrot::test_parse_complex::{{closure}}::hc68cbece67559c8b Oct 10 23:39:42.306 INFO blam! at src/main.rs:76 Oct 10 23:39:42.306 INFO blam! 9: 0x55cb37349efd - core::ops::function::FnOnce::call_once::h44d7c9c1aa3ca8d1 Oct 10 23:39:42.306 INFO blam! at libcore/ops/function.rs:238 Oct 10 23:39:42.306 INFO blam! 10: 0x55cb3734d6de - >::call_box::h95b7cb918af67b5d Oct 10 23:39:42.306 INFO blam! at libtest/lib.rs:1468 Oct 10 23:39:42.306 INFO blam! at libcore/ops/function.rs:238 Oct 10 23:39:42.306 INFO blam! at liballoc/boxed.rs:672 Oct 10 23:39:42.306 INFO blam! 11: 0x55cb373b2779 - __rust_maybe_catch_panic Oct 10 23:39:42.306 INFO blam! at libpanic_unwind/lib.rs:102 Oct 10 23:39:42.306 INFO blam! 12: 0x55cb3736e22d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 10 23:39:42.306 INFO blam! at libstd/panicking.rs:289 Oct 10 23:39:42.306 INFO blam! at libstd/panic.rs:392 Oct 10 23:39:42.306 INFO blam! at libtest/lib.rs:1423 Oct 10 23:39:42.306 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 10 23:39:42.306 INFO blam! 13: 0x55cb3736ee34 - std::panicking::try::do_call::ha990a345054c2d63 Oct 10 23:39:42.306 INFO blam! at libstd/thread/mod.rs:409 Oct 10 23:39:42.306 INFO blam! at libstd/panic.rs:313 Oct 10 23:39:42.306 INFO blam! at libstd/panicking.rs:310 Oct 10 23:39:42.306 INFO blam! 14: 0x55cb373b2779 - __rust_maybe_catch_panic Oct 10 23:39:42.306 INFO blam! at libpanic_unwind/lib.rs:102 Oct 10 23:39:42.306 INFO blam! 15: 0x55cb3735c3f6 - >::call_box::h96125cb29a9ba44b Oct 10 23:39:42.307 INFO blam! at libstd/panicking.rs:289 Oct 10 23:39:42.307 INFO blam! at libstd/panic.rs:392 Oct 10 23:39:42.307 INFO blam! at libstd/thread/mod.rs:408 Oct 10 23:39:42.307 INFO blam! at liballoc/boxed.rs:672 Oct 10 23:39:42.307 INFO blam! 16: 0x55cb373a073a - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 10 23:39:42.307 INFO blam! at liballoc/boxed.rs:682 Oct 10 23:39:42.307 INFO blam! at libstd/sys_common/thread.rs:24 Oct 10 23:39:42.307 INFO blam! 17: 0x55cb37395ec5 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 10 23:39:42.307 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 10 23:39:42.307 INFO blam! 18: 0x7fce4bd9f6b9 - start_thread Oct 10 23:39:42.307 INFO blam! 19: 0x7fce4b8bf41c - clone Oct 10 23:39:42.307 INFO blam! 20: 0x0 - Oct 10 23:39:42.307 INFO blam! Oct 10 23:39:42.307 INFO blam! Oct 10 23:39:42.307 INFO blam! failures: Oct 10 23:39:42.307 INFO blam! test_parse_complex Oct 10 23:39:42.307 INFO blam! Oct 10 23:39:42.307 INFO blam! test result: FAILED. 2 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 23:39:42.307 INFO blam! Oct 10 23:39:42.307 INFO kablam! error: test failed, to rerun pass '--bin mandelbrot' Oct 10 23:39:42.309 INFO kablam! su: No module specific data is present Oct 10 23:39:42.598 INFO running `"docker" "rm" "-f" "dcc029e3fe69da621fdaa9a3f97131538ef8f1ad9cf160d1a437ddcb950a2ff8"` Oct 10 23:39:42.675 INFO blam! dcc029e3fe69da621fdaa9a3f97131538ef8f1ad9cf160d1a437ddcb950a2ff8