Oct 11 03:33:19.189 INFO testing adolfosilva/vcrust against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 03:33:19.189 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 03:33:19.190 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 11 03:33:19.461 INFO blam! 175cd5b736bb1c4f98dedd98497c564ee089fbf1b4863c91daf6896f4c7c32cd Oct 11 03:33:19.463 INFO running `"docker" "start" "-a" "175cd5b736bb1c4f98dedd98497c564ee089fbf1b4863c91daf6896f4c7c32cd"` Oct 11 03:33:20.027 INFO kablam! usermod: no changes Oct 11 03:33:20.080 INFO kablam! Compiling gcc v0.3.44 Oct 11 03:33:22.596 INFO kablam! Compiling vcrust v0.1.0 (/source) Oct 11 03:33:24.473 INFO kablam! warning: unused import: `std::iter::repeat` Oct 11 03:33:24.473 INFO kablam! --> src/ops.rs:1:5 Oct 11 03:33:24.474 INFO kablam! | Oct 11 03:33:24.474 INFO kablam! 1 | use std::iter::repeat; Oct 11 03:33:24.475 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 03:33:24.475 INFO kablam! | Oct 11 03:33:24.475 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 03:33:24.475 INFO kablam! Oct 11 03:33:24.476 INFO kablam! warning: unused import: `ImageType` Oct 11 03:33:24.480 INFO kablam! --> src/ops.rs:2:20 Oct 11 03:33:24.480 INFO kablam! | Oct 11 03:33:24.480 INFO kablam! 2 | use image::{Image, ImageType, Channel}; Oct 11 03:33:24.480 INFO kablam! | ^^^^^^^^^ Oct 11 03:33:24.480 INFO kablam! Oct 11 03:33:24.644 INFO kablam! warning: variable does not need to be mutable Oct 11 03:33:24.644 INFO kablam! --> src/image.rs:263:13 Oct 11 03:33:24.644 INFO kablam! | Oct 11 03:33:24.644 INFO kablam! 263 | let mut bits = bytes.map(|b| b.unwrap()).collect::>(); Oct 11 03:33:24.644 INFO kablam! | ----^^^^ Oct 11 03:33:24.644 INFO kablam! | | Oct 11 03:33:24.645 INFO kablam! | help: remove this `mut` Oct 11 03:33:24.645 INFO kablam! | Oct 11 03:33:24.645 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 03:33:24.645 INFO kablam! Oct 11 03:33:24.663 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` which must be used Oct 11 03:33:24.663 INFO kablam! --> src/image.rs:295:9 Oct 11 03:33:24.664 INFO kablam! | Oct 11 03:33:24.664 INFO kablam! 295 | bytes.map(|b| b.unwrap()).take_while(|b| *b != b'\n').collect::>(); Oct 11 03:33:24.665 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:33:24.666 INFO kablam! | Oct 11 03:33:24.666 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 03:33:24.666 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 11 03:33:24.666 INFO kablam! Oct 11 03:33:25.310 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.25s Oct 11 03:33:25.312 INFO kablam! su: No module specific data is present Oct 11 03:33:25.641 INFO running `"docker" "rm" "-f" "175cd5b736bb1c4f98dedd98497c564ee089fbf1b4863c91daf6896f4c7c32cd"` Oct 11 03:33:25.743 INFO blam! 175cd5b736bb1c4f98dedd98497c564ee089fbf1b4863c91daf6896f4c7c32cd Oct 11 03:33:25.743 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 03:33:25.743 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 11 03:33:25.924 INFO blam! 1642fb91dcd84a1ffcd9ea433ff9a58d8bab29175b0a2fd9705014dbcfcabb30 Oct 11 03:33:25.926 INFO running `"docker" "start" "-a" "1642fb91dcd84a1ffcd9ea433ff9a58d8bab29175b0a2fd9705014dbcfcabb30"` Oct 11 03:33:26.312 INFO kablam! usermod: no changes Oct 11 03:33:26.348 INFO kablam! Compiling vcrust v0.1.0 (/source) Oct 11 03:33:27.510 INFO kablam! warning: variable does not need to be mutable Oct 11 03:33:27.513 INFO kablam! --> src/image.rs:263:13 Oct 11 03:33:27.513 INFO kablam! | Oct 11 03:33:27.513 INFO kablam! 263 | let mut bits = bytes.map(|b| b.unwrap()).collect::>(); Oct 11 03:33:27.514 INFO kablam! | ----^^^^ Oct 11 03:33:27.514 INFO kablam! | | Oct 11 03:33:27.514 INFO kablam! | help: remove this `mut` Oct 11 03:33:27.514 INFO kablam! | Oct 11 03:33:27.515 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 03:33:27.515 INFO kablam! Oct 11 03:33:27.551 INFO kablam! warning: unused return value of `std::iter::Iterator::collect` which must be used Oct 11 03:33:27.552 INFO kablam! --> src/image.rs:295:9 Oct 11 03:33:27.554 INFO kablam! | Oct 11 03:33:27.555 INFO kablam! 295 | bytes.map(|b| b.unwrap()).take_while(|b| *b != b'\n').collect::>(); Oct 11 03:33:27.555 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:33:27.555 INFO kablam! | Oct 11 03:33:27.555 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 11 03:33:27.556 INFO kablam! = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead Oct 11 03:33:27.556 INFO kablam! Oct 11 03:33:27.557 INFO kablam! warning: unused `std::result::Result` which must be used Oct 11 03:33:27.557 INFO kablam! --> src/image.rs:429:5 Oct 11 03:33:27.558 INFO kablam! | Oct 11 03:33:27.558 INFO kablam! 429 | img.write("image/barbara2.pgm"); Oct 11 03:33:27.558 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 03:33:27.559 INFO kablam! | Oct 11 03:33:27.564 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 11 03:33:27.565 INFO kablam! Oct 11 03:33:28.956 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.62s Oct 11 03:33:28.959 INFO kablam! su: No module specific data is present Oct 11 03:33:29.680 INFO running `"docker" "rm" "-f" "1642fb91dcd84a1ffcd9ea433ff9a58d8bab29175b0a2fd9705014dbcfcabb30"` Oct 11 03:33:29.932 INFO blam! 1642fb91dcd84a1ffcd9ea433ff9a58d8bab29175b0a2fd9705014dbcfcabb30 Oct 11 03:33:29.940 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 03:33:29.940 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/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 11 03:33:30.274 INFO blam! 183ccafa25cff773a818f158801fd0ecca780f6355cce2881b19bb6fa1bfabad Oct 11 03:33:30.276 INFO running `"docker" "start" "-a" "183ccafa25cff773a818f158801fd0ecca780f6355cce2881b19bb6fa1bfabad"` Oct 11 03:33:31.768 INFO kablam! usermod: no changes Oct 11 03:33:31.828 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 11 03:33:31.836 INFO kablam! Running /target/debug/deps/vcrust-5c80c4d4bf103e69 Oct 11 03:33:31.836 INFO blam! Oct 11 03:33:31.836 INFO blam! running 8 tests Oct 11 03:33:31.864 INFO blam! test ops::test_negative_binary ... ok Oct 11 03:33:31.864 INFO blam! test ops::test_negative_grayscale ... ok Oct 11 03:33:31.940 INFO blam! test ops::test_brighten ... FAILED Oct 11 03:33:31.940 INFO blam! test ops::test_darken ... FAILED Oct 11 03:33:31.940 INFO blam! test ops::test_negative_color ... FAILED Oct 11 03:33:31.956 INFO blam! test image::read_write_read ... FAILED Oct 11 03:33:32.061 INFO blam! test image::read_grayscale_image ... FAILED Oct 11 03:33:33.239 INFO blam! test image::read_rgb_image ... FAILED Oct 11 03:33:33.239 INFO blam! Oct 11 03:33:33.239 INFO blam! failures: Oct 11 03:33:33.239 INFO blam! Oct 11 03:33:33.239 INFO blam! ---- ops::test_brighten stdout ---- Oct 11 03:33:33.239 INFO blam! thread 'ops::test_brighten' panicked at 'assertion failed: `(left == right)` Oct 11 03:33:33.239 INFO blam! left: `[0, 255, 180, 210, 240, 255, 255, 255, 255, 139]`, Oct 11 03:33:33.239 INFO blam! right: `[0, 126, 180, 210, 240, 14, 36, 44, 111, 139]`', src/ops.rs:33:5 Oct 11 03:33:33.239 INFO blam! stack backtrace: Oct 11 03:33:33.239 INFO blam! 0: 0x55b72aaf691e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 11 03:33:33.239 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 11 03:33:33.239 INFO blam! 1: 0x55b72ab027b6 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 11 03:33:33.239 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 11 03:33:33.239 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 11 03:33:33.239 INFO blam! 2: 0x55b72aafb4bd - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 11 03:33:33.239 INFO blam! at libstd/panicking.rs:211 Oct 11 03:33:33.239 INFO blam! 3: 0x55b72aafb1cb - std::panicking::default_hook::h1ef46fa7cd894809 Oct 11 03:33:33.239 INFO blam! at libstd/panicking.rs:221 Oct 11 03:33:33.239 INFO blam! 4: 0x55b72aafbb6c - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 11 03:33:33.239 INFO blam! at libstd/panicking.rs:476 Oct 11 03:33:33.239 INFO blam! 5: 0x55b72aafb729 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 11 03:33:33.239 INFO blam! at libstd/panicking.rs:390 Oct 11 03:33:33.239 INFO blam! 6: 0x55b72aafb68d - std::panicking::begin_panic_fmt::h0063f49bf5a35411 Oct 11 03:33:33.239 INFO blam! at libstd/panicking.rs:345 Oct 11 03:33:33.239 INFO blam! 7: 0x55b72aa9fe6b - vcrust::ops::test_brighten::h3436d8bc9bb722fb Oct 11 03:33:33.239 INFO blam! at src/ops.rs:33 Oct 11 03:33:33.239 INFO blam! 8: 0x55b72aa9fba9 - vcrust::ops::test_brighten::{{closure}}::h2c3a9d7c3a7be410 Oct 11 03:33:33.239 INFO blam! at src/ops.rs:27 Oct 11 03:33:33.239 INFO blam! 9: 0x55b72aa9691d - core::ops::function::FnOnce::call_once::hbbfb6241bbc96823 Oct 11 03:33:33.239 INFO blam! at libcore/ops/function.rs:238 Oct 11 03:33:33.239 INFO blam! 10: 0x55b72aaa8d7e - >::call_box::h95b7cb918af67b5d Oct 11 03:33:33.239 INFO blam! at libtest/lib.rs:1468 Oct 11 03:33:33.239 INFO blam! at libcore/ops/function.rs:238 Oct 11 03:33:33.239 INFO blam! at liballoc/boxed.rs:672 Oct 11 03:33:33.239 INFO blam! 11: 0x55b72ab0d989 - __rust_maybe_catch_panic Oct 11 03:33:33.239 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 03:33:33.239 INFO blam! 12: 0x55b72aac98cd - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 11 03:33:33.239 INFO blam! at libstd/panicking.rs:289 Oct 11 03:33:33.239 INFO blam! at libstd/panic.rs:392 Oct 11 03:33:33.239 INFO blam! at libtest/lib.rs:1423 Oct 11 03:33:33.239 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 11 03:33:33.239 INFO blam! 13: 0x55b72aaca4d4 - std::panicking::try::do_call::ha990a345054c2d63 Oct 11 03:33:33.239 INFO blam! at libstd/thread/mod.rs:409 Oct 11 03:33:33.239 INFO blam! at libstd/panic.rs:313 Oct 11 03:33:33.239 INFO blam! at libstd/panicking.rs:310 Oct 11 03:33:33.239 INFO blam! 14: 0x55b72ab0d989 - __rust_maybe_catch_panic Oct 11 03:33:33.239 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 03:33:33.240 INFO blam! 15: 0x55b72aab7a96 - >::call_box::h96125cb29a9ba44b Oct 11 03:33:33.240 INFO blam! at libstd/panicking.rs:289 Oct 11 03:33:33.240 INFO blam! at libstd/panic.rs:392 Oct 11 03:33:33.240 INFO blam! at libstd/thread/mod.rs:408 Oct 11 03:33:33.240 INFO blam! at liballoc/boxed.rs:672 Oct 11 03:33:33.240 INFO blam! 16: 0x55b72aaf8e9a - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 11 03:33:33.240 INFO blam! at liballoc/boxed.rs:682 Oct 11 03:33:33.240 INFO blam! at libstd/sys_common/thread.rs:24 Oct 11 03:33:33.240 INFO blam! 17: 0x55b72aaec775 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 11 03:33:33.240 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 11 03:33:33.240 INFO blam! 18: 0x7f8be9f7a6b9 - start_thread Oct 11 03:33:33.240 INFO blam! 19: 0x7f8be9a9a41c - clone Oct 11 03:33:33.240 INFO blam! 20: 0x0 - Oct 11 03:33:33.240 INFO blam! Oct 11 03:33:33.240 INFO blam! ---- ops::test_darken stdout ---- Oct 11 03:33:33.240 INFO blam! thread 'ops::test_darken' panicked at 'assertion failed: `(left == right)` Oct 11 03:33:33.240 INFO blam! left: `[0]`, Oct 11 03:33:33.240 INFO blam! right: `[0, 204, 96, 112, 128, 144, 156, 160, 196, 74]`', src/ops.rs:17:5 Oct 11 03:33:33.240 INFO blam! stack backtrace: Oct 11 03:33:33.240 INFO blam! 0: 0x55b72aaf691e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 11 03:33:33.240 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 11 03:33:33.240 INFO blam! 1: 0x55b72ab027b6 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 11 03:33:33.240 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 11 03:33:33.240 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 11 03:33:33.240 INFO blam! 2: 0x55b72aafb4bd - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 11 03:33:33.240 INFO blam! at libstd/panicking.rs:211 Oct 11 03:33:33.240 INFO blam! 3: 0x55b72aafb1cb - std::panicking::default_hook::h1ef46fa7cd894809 Oct 11 03:33:33.240 INFO blam! at libstd/panicking.rs:221 Oct 11 03:33:33.240 INFO blam! 4: 0x55b72aafbb6c - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 11 03:33:33.240 INFO blam! at libstd/panicking.rs:476 Oct 11 03:33:33.240 INFO blam! 5: 0x55b72aafb729 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 11 03:33:33.240 INFO blam! at libstd/panicking.rs:390 Oct 11 03:33:33.240 INFO blam! 6: 0x55b72aafb68d - std::panicking::begin_panic_fmt::h0063f49bf5a35411 Oct 11 03:33:33.240 INFO blam! at libstd/panicking.rs:345 Oct 11 03:33:33.240 INFO blam! 7: 0x55b72aa9fb55 - vcrust::ops::test_darken::hdbab4a1a602439b2 Oct 11 03:33:33.240 INFO blam! at src/ops.rs:17 Oct 11 03:33:33.240 INFO blam! 8: 0x55b72aa9f8b9 - vcrust::ops::test_darken::{{closure}}::h077ccdd833b6e4e8 Oct 11 03:33:33.240 INFO blam! at src/ops.rs:11 Oct 11 03:33:33.240 INFO blam! 9: 0x55b72aa968dd - core::ops::function::FnOnce::call_once::h8ff9df392f7808ca Oct 11 03:33:33.240 INFO blam! at libcore/ops/function.rs:238 Oct 11 03:33:33.240 INFO blam! 10: 0x55b72aaa8d7e - >::call_box::h95b7cb918af67b5d Oct 11 03:33:33.240 INFO blam! at libtest/lib.rs:1468 Oct 11 03:33:33.240 INFO blam! at libcore/ops/function.rs:238 Oct 11 03:33:33.240 INFO blam! at liballoc/boxed.rs:672 Oct 11 03:33:33.240 INFO blam! 11: 0x55b72ab0d989 - __rust_maybe_catch_panic Oct 11 03:33:33.240 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 03:33:33.240 INFO blam! 12: 0x55b72aac98cd - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 11 03:33:33.240 INFO blam! at libstd/panicking.rs:289 Oct 11 03:33:33.240 INFO blam! at libstd/panic.rs:392 Oct 11 03:33:33.240 INFO blam! at libtest/lib.rs:1423 Oct 11 03:33:33.240 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 11 03:33:33.240 INFO blam! 13: 0x55b72aaca4d4 - std::panicking::try::do_call::ha990a345054c2d63 Oct 11 03:33:33.240 INFO blam! at libstd/thread/mod.rs:409 Oct 11 03:33:33.240 INFO blam! at libstd/panic.rs:313 Oct 11 03:33:33.240 INFO blam! at libstd/panicking.rs:310 Oct 11 03:33:33.240 INFO blam! 14: 0x55b72ab0d989 - __rust_maybe_catch_panic Oct 11 03:33:33.240 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 03:33:33.240 INFO blam! 15: 0x55b72aab7a96 - >::call_box::h96125cb29a9ba44b Oct 11 03:33:33.240 INFO blam! at libstd/panicking.rs:289 Oct 11 03:33:33.240 INFO blam! at libstd/panic.rs:392 Oct 11 03:33:33.240 INFO blam! at libstd/thread/mod.rs:408 Oct 11 03:33:33.240 INFO blam! at liballoc/boxed.rs:672 Oct 11 03:33:33.240 INFO blam! 16: 0x55b72aaf8e9a - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 11 03:33:33.240 INFO blam! at liballoc/boxed.rs:682 Oct 11 03:33:33.240 INFO blam! at libstd/sys_common/thread.rs:24 Oct 11 03:33:33.240 INFO blam! 17: 0x55b72aaec775 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 11 03:33:33.240 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 11 03:33:33.240 INFO blam! 18: 0x7f8be9f7a6b9 - start_thread Oct 11 03:33:33.240 INFO blam! 19: 0x7f8be9a9a41c - clone Oct 11 03:33:33.240 INFO blam! 20: 0x0 - Oct 11 03:33:33.240 INFO blam! Oct 11 03:33:33.240 INFO blam! ---- ops::test_negative_color stdout ---- Oct 11 03:33:33.240 INFO blam! thread 'ops::test_negative_color' panicked at 'assertion failed: `(left == right)` Oct 11 03:33:33.240 INFO blam! left: `[255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]`, Oct 11 03:33:33.240 INFO blam! right: `[255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255]`', src/ops.rs:71:5 Oct 11 03:33:33.240 INFO blam! stack backtrace: Oct 11 03:33:33.240 INFO blam! 0: 0x55b72aaf691e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 11 03:33:33.240 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 11 03:33:33.240 INFO blam! 1: 0x55b72ab027b6 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 11 03:33:33.240 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 11 03:33:33.240 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 11 03:33:33.241 INFO blam! 2: 0x55b72aafb4bd - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 11 03:33:33.241 INFO blam! at libstd/panicking.rs:211 Oct 11 03:33:33.241 INFO blam! 3: 0x55b72aafb1cb - std::panicking::default_hook::h1ef46fa7cd894809 Oct 11 03:33:33.241 INFO blam! at libstd/panicking.rs:221 Oct 11 03:33:33.241 INFO blam! 4: 0x55b72aafbb6c - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 11 03:33:33.241 INFO blam! at libstd/panicking.rs:476 Oct 11 03:33:33.241 INFO blam! 5: 0x55b72aafb729 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 11 03:33:33.241 INFO blam! at libstd/panicking.rs:390 Oct 11 03:33:33.241 INFO blam! 6: 0x55b72aafb68d - std::panicking::begin_panic_fmt::h0063f49bf5a35411 Oct 11 03:33:33.241 INFO blam! at libstd/panicking.rs:345 Oct 11 03:33:33.241 INFO blam! 7: 0x55b72aaa06fa - vcrust::ops::test_negative_color::hb9695203e35f9b7a Oct 11 03:33:33.241 INFO blam! at src/ops.rs:71 Oct 11 03:33:33.241 INFO blam! 8: 0x55b72aaa0479 - vcrust::ops::test_negative_color::{{closure}}::had69525136d7b788 Oct 11 03:33:33.241 INFO blam! at src/ops.rs:65 Oct 11 03:33:33.241 INFO blam! 9: 0x55b72aa9679d - core::ops::function::FnOnce::call_once::h165438b217b2f6a0 Oct 11 03:33:33.241 INFO blam! at libcore/ops/function.rs:238 Oct 11 03:33:33.241 INFO blam! 10: 0x55b72aaa8d7e - >::call_box::h95b7cb918af67b5d Oct 11 03:33:33.241 INFO blam! at libtest/lib.rs:1468 Oct 11 03:33:33.241 INFO blam! at libcore/ops/function.rs:238 Oct 11 03:33:33.241 INFO blam! at liballoc/boxed.rs:672 Oct 11 03:33:33.241 INFO blam! 11: 0x55b72ab0d989 - __rust_maybe_catch_panic Oct 11 03:33:33.241 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 03:33:33.241 INFO blam! 12: 0x55b72aac98cd - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 11 03:33:33.241 INFO blam! at libstd/panicking.rs:289 Oct 11 03:33:33.241 INFO blam! at libstd/panic.rs:392 Oct 11 03:33:33.241 INFO blam! at libtest/lib.rs:1423 Oct 11 03:33:33.241 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 11 03:33:33.241 INFO blam! 13: 0x55b72aaca4d4 - std::panicking::try::do_call::ha990a345054c2d63 Oct 11 03:33:33.241 INFO blam! at libstd/thread/mod.rs:409 Oct 11 03:33:33.241 INFO blam! at libstd/panic.rs:313 Oct 11 03:33:33.241 INFO blam! at libstd/panicking.rs:310 Oct 11 03:33:33.241 INFO blam! 14: 0x55b72ab0d989 - __rust_maybe_catch_panic Oct 11 03:33:33.241 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 03:33:33.241 INFO blam! 15: 0x55b72aab7a96 - >::call_box::h96125cb29a9ba44b Oct 11 03:33:33.241 INFO blam! at libstd/panicking.rs:289 Oct 11 03:33:33.241 INFO blam! at libstd/panic.rs:392 Oct 11 03:33:33.241 INFO blam! at libstd/thread/mod.rs:408 Oct 11 03:33:33.241 INFO blam! at liballoc/boxed.rs:672 Oct 11 03:33:33.241 INFO blam! 16: 0x55b72aaf8e9a - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 11 03:33:33.241 INFO blam! at liballoc/boxed.rs:682 Oct 11 03:33:33.241 INFO blam! at libstd/sys_common/thread.rs:24 Oct 11 03:33:33.241 INFO blam! 17: 0x55b72aaec775 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 11 03:33:33.241 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 11 03:33:33.241 INFO blam! 18: 0x7f8be9f7a6b9 - start_thread Oct 11 03:33:33.241 INFO blam! 19: 0x7f8be9a9a41c - clone Oct 11 03:33:33.241 INFO blam! 20: 0x0 - Oct 11 03:33:33.241 INFO blam! Oct 11 03:33:33.241 INFO blam! ---- image::read_write_read stdout ---- Oct 11 03:33:33.241 INFO blam! thread 'image::read_write_read' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', libcore/result.rs:1009:5 Oct 11 03:33:33.241 INFO blam! stack backtrace: Oct 11 03:33:33.241 INFO blam! 0: 0x55b72aaf691e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 11 03:33:33.241 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 11 03:33:33.241 INFO blam! 1: 0x55b72ab027b6 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 11 03:33:33.241 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 11 03:33:33.241 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 11 03:33:33.241 INFO blam! 2: 0x55b72aafb4bd - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 11 03:33:33.241 INFO blam! at libstd/panicking.rs:211 Oct 11 03:33:33.241 INFO blam! 3: 0x55b72aafb1cb - std::panicking::default_hook::h1ef46fa7cd894809 Oct 11 03:33:33.241 INFO blam! at libstd/panicking.rs:221 Oct 11 03:33:33.241 INFO blam! 4: 0x55b72aafbb6c - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 11 03:33:33.241 INFO blam! at libstd/panicking.rs:476 Oct 11 03:33:33.241 INFO blam! 5: 0x55b72aafb729 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 11 03:33:33.241 INFO blam! at libstd/panicking.rs:390 Oct 11 03:33:33.241 INFO blam! 6: 0x55b72aafb625 - rust_begin_unwind Oct 11 03:33:33.241 INFO blam! at libstd/panicking.rs:325 Oct 11 03:33:33.241 INFO blam! 7: 0x55b72ab3da8b - core::panicking::panic_fmt::hf99aac1e278ac2e5 Oct 11 03:33:33.241 INFO blam! at libcore/panicking.rs:77 Oct 11 03:33:33.241 INFO blam! 8: 0x55b72aa9f203 - core::result::unwrap_failed::he2c5fc446824ede6 Oct 11 03:33:33.241 INFO blam! at libcore/macros.rs:26 Oct 11 03:33:33.241 INFO blam! 9: 0x55b72aa9e2f2 - >::unwrap::h73caeccfd340d3fb Oct 11 03:33:33.241 INFO blam! at libcore/result.rs:808 Oct 11 03:33:33.241 INFO blam! 10: 0x55b72aa90521 - vcrust::image::read_write_read::h23d65407a421e681 Oct 11 03:33:33.241 INFO blam! at src/image.rs:428 Oct 11 03:33:33.241 INFO blam! 11: 0x55b72aa904c9 - vcrust::image::read_write_read::{{closure}}::h480e60695cc553e9 Oct 11 03:33:33.241 INFO blam! at src/image.rs:426 Oct 11 03:33:33.241 INFO blam! 12: 0x55b72aa9681d - core::ops::function::FnOnce::call_once::h31a4031a51d33b97 Oct 11 03:33:33.241 INFO blam! at libcore/ops/function.rs:238 Oct 11 03:33:33.241 INFO blam! 13: 0x55b72aaa8d7e - >::call_box::h95b7cb918af67b5d Oct 11 03:33:33.241 INFO blam! at libtest/lib.rs:1468 Oct 11 03:33:33.241 INFO blam! at libcore/ops/function.rs:238 Oct 11 03:33:33.241 INFO blam! at liballoc/boxed.rs:672 Oct 11 03:33:33.241 INFO blam! 14: 0x55b72ab0d989 - __rust_maybe_catch_panic Oct 11 03:33:33.241 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 03:33:33.241 INFO blam! 15: 0x55b72aac98cd - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 11 03:33:33.241 INFO blam! at libstd/panicking.rs:289 Oct 11 03:33:33.241 INFO blam! at libstd/panic.rs:392 Oct 11 03:33:33.241 INFO blam! at libtest/lib.rs:1423 Oct 11 03:33:33.241 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 11 03:33:33.241 INFO blam! 16: 0x55b72aaca4d4 - std::panicking::try::do_call::ha990a345054c2d63 Oct 11 03:33:33.242 INFO blam! at libstd/thread/mod.rs:409 Oct 11 03:33:33.242 INFO blam! at libstd/panic.rs:313 Oct 11 03:33:33.242 INFO blam! at libstd/panicking.rs:310 Oct 11 03:33:33.242 INFO blam! 17: 0x55b72ab0d989 - __rust_maybe_catch_panic Oct 11 03:33:33.242 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 03:33:33.242 INFO blam! 18: 0x55b72aab7a96 - >::call_box::h96125cb29a9ba44b Oct 11 03:33:33.242 INFO blam! at libstd/panicking.rs:289 Oct 11 03:33:33.242 INFO blam! at libstd/panic.rs:392 Oct 11 03:33:33.242 INFO blam! at libstd/thread/mod.rs:408 Oct 11 03:33:33.242 INFO blam! at liballoc/boxed.rs:672 Oct 11 03:33:33.242 INFO blam! 19: 0x55b72aaf8e9a - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 11 03:33:33.242 INFO blam! at liballoc/boxed.rs:682 Oct 11 03:33:33.242 INFO blam! at libstd/sys_common/thread.rs:24 Oct 11 03:33:33.242 INFO blam! 20: 0x55b72aaec775 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 11 03:33:33.242 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 11 03:33:33.242 INFO blam! 21: 0x7f8be9f7a6b9 - start_thread Oct 11 03:33:33.242 INFO blam! 22: 0x7f8be9a9a41c - clone Oct 11 03:33:33.242 INFO blam! 23: 0x0 - Oct 11 03:33:33.242 INFO blam! Oct 11 03:33:33.242 INFO blam! ---- image::read_grayscale_image stdout ---- Oct 11 03:33:33.242 INFO blam! ws: "512" Oct 11 03:33:33.242 INFO blam! hs: "512" Oct 11 03:33:33.242 INFO blam! thread 'image::read_grayscale_image' panicked at 'assertion failed: `(left == right)` Oct 11 03:33:33.242 INFO blam! left: `[201, 202, 195, 189, 194]`, Oct 11 03:33:33.242 INFO blam! right: `[181, 201, 202, 195, 189]`', src/image.rs:416:5 Oct 11 03:33:33.242 INFO blam! stack backtrace: Oct 11 03:33:33.242 INFO blam! 0: 0x55b72aaf691e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 11 03:33:33.242 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 11 03:33:33.242 INFO blam! 1: 0x55b72ab027b6 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 11 03:33:33.242 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 11 03:33:33.242 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 11 03:33:33.242 INFO blam! 2: 0x55b72aafb4bd - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 11 03:33:33.242 INFO blam! at libstd/panicking.rs:211 Oct 11 03:33:33.242 INFO blam! 3: 0x55b72aafb1cb - std::panicking::default_hook::h1ef46fa7cd894809 Oct 11 03:33:33.242 INFO blam! at libstd/panicking.rs:221 Oct 11 03:33:33.242 INFO blam! 4: 0x55b72aafbb6c - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 11 03:33:33.242 INFO blam! at libstd/panicking.rs:476 Oct 11 03:33:33.242 INFO blam! 5: 0x55b72aafb729 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 11 03:33:33.242 INFO blam! at libstd/panicking.rs:390 Oct 11 03:33:33.242 INFO blam! 6: 0x55b72aafb68d - std::panicking::begin_panic_fmt::h0063f49bf5a35411 Oct 11 03:33:33.242 INFO blam! at libstd/panicking.rs:345 Oct 11 03:33:33.242 INFO blam! 7: 0x55b72aa90225 - vcrust::image::read_grayscale_image::hf7a6e17002da113a Oct 11 03:33:33.242 INFO blam! at src/image.rs:416 Oct 11 03:33:33.242 INFO blam! 8: 0x55b72aa8ffe9 - vcrust::image::read_grayscale_image::{{closure}}::hf06b7a64f5043a14 Oct 11 03:33:33.242 INFO blam! at src/image.rs:414 Oct 11 03:33:33.242 INFO blam! 9: 0x55b72aa9689d - core::ops::function::FnOnce::call_once::h823a46bd52f4ae6d Oct 11 03:33:33.242 INFO blam! at libcore/ops/function.rs:238 Oct 11 03:33:33.242 INFO blam! 10: 0x55b72aaa8d7e - >::call_box::h95b7cb918af67b5d Oct 11 03:33:33.242 INFO blam! at libtest/lib.rs:1468 Oct 11 03:33:33.242 INFO blam! at libcore/ops/function.rs:238 Oct 11 03:33:33.242 INFO blam! at liballoc/boxed.rs:672 Oct 11 03:33:33.242 INFO blam! 11: 0x55b72ab0d989 - __rust_maybe_catch_panic Oct 11 03:33:33.242 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 03:33:33.242 INFO blam! 12: 0x55b72aac98cd - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 11 03:33:33.242 INFO blam! at libstd/panicking.rs:289 Oct 11 03:33:33.242 INFO blam! at libstd/panic.rs:392 Oct 11 03:33:33.242 INFO blam! at libtest/lib.rs:1423 Oct 11 03:33:33.242 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 11 03:33:33.242 INFO blam! 13: 0x55b72aaca4d4 - std::panicking::try::do_call::ha990a345054c2d63 Oct 11 03:33:33.242 INFO blam! at libstd/thread/mod.rs:409 Oct 11 03:33:33.242 INFO blam! at libstd/panic.rs:313 Oct 11 03:33:33.242 INFO blam! at libstd/panicking.rs:310 Oct 11 03:33:33.242 INFO blam! 14: 0x55b72ab0d989 - __rust_maybe_catch_panic Oct 11 03:33:33.242 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 03:33:33.242 INFO blam! 15: 0x55b72aab7a96 - >::call_box::h96125cb29a9ba44b Oct 11 03:33:33.242 INFO blam! at libstd/panicking.rs:289 Oct 11 03:33:33.242 INFO blam! at libstd/panic.rs:392 Oct 11 03:33:33.242 INFO blam! at libstd/thread/mod.rs:408 Oct 11 03:33:33.242 INFO blam! at liballoc/boxed.rs:672 Oct 11 03:33:33.242 INFO blam! 16: 0x55b72aaf8e9a - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 11 03:33:33.242 INFO blam! at liballoc/boxed.rs:682 Oct 11 03:33:33.242 INFO blam! at libstd/sys_common/thread.rs:24 Oct 11 03:33:33.242 INFO blam! 17: 0x55b72aaec775 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 11 03:33:33.242 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 11 03:33:33.242 INFO blam! 18: 0x7f8be9f7a6b9 - start_thread Oct 11 03:33:33.242 INFO blam! 19: 0x7f8be9a9a41c - clone Oct 11 03:33:33.242 INFO blam! 20: 0x0 - Oct 11 03:33:33.242 INFO blam! Oct 11 03:33:33.242 INFO blam! ---- image::read_rgb_image stdout ---- Oct 11 03:33:33.242 INFO blam! ws: "720" Oct 11 03:33:33.242 INFO blam! hs: "576" Oct 11 03:33:33.242 INFO blam! thread 'image::read_rgb_image' panicked at 'assertion failed: `(left == right)` Oct 11 03:33:33.242 INFO blam! left: `[12, 9, 17, 12, 9]`, Oct 11 03:33:33.242 INFO blam! right: `[9, 7, 12, 9, 17, 10]`', src/image.rs:422:5 Oct 11 03:33:33.242 INFO blam! stack backtrace: Oct 11 03:33:33.242 INFO blam! 0: 0x55b72aaf691e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 11 03:33:33.242 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 11 03:33:33.242 INFO blam! 1: 0x55b72ab027b6 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 11 03:33:33.242 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 11 03:33:33.242 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 11 03:33:33.243 INFO blam! 2: 0x55b72aafb4bd - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 11 03:33:33.243 INFO blam! at libstd/panicking.rs:211 Oct 11 03:33:33.243 INFO blam! 3: 0x55b72aafb1cb - std::panicking::default_hook::h1ef46fa7cd894809 Oct 11 03:33:33.243 INFO blam! at libstd/panicking.rs:221 Oct 11 03:33:33.243 INFO blam! 4: 0x55b72aafbb6c - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 11 03:33:33.243 INFO blam! at libstd/panicking.rs:476 Oct 11 03:33:33.243 INFO blam! 5: 0x55b72aafb729 - std::panicking::continue_panic_fmt::h6e11f50e47f94b00 Oct 11 03:33:33.243 INFO blam! at libstd/panicking.rs:390 Oct 11 03:33:33.243 INFO blam! 6: 0x55b72aafb68d - std::panicking::begin_panic_fmt::h0063f49bf5a35411 Oct 11 03:33:33.243 INFO blam! at libstd/panicking.rs:345 Oct 11 03:33:33.243 INFO blam! 7: 0x55b72aa90495 - vcrust::image::read_rgb_image::h70a0024692e64ef9 Oct 11 03:33:33.243 INFO blam! at src/image.rs:422 Oct 11 03:33:33.243 INFO blam! 8: 0x55b72aa90259 - vcrust::image::read_rgb_image::{{closure}}::h8e120a0c1e63046f Oct 11 03:33:33.243 INFO blam! at src/image.rs:420 Oct 11 03:33:33.243 INFO blam! 9: 0x55b72aa9695d - core::ops::function::FnOnce::call_once::hd4ce859fac17c0dc Oct 11 03:33:33.243 INFO blam! at libcore/ops/function.rs:238 Oct 11 03:33:33.243 INFO blam! 10: 0x55b72aaa8d7e - >::call_box::h95b7cb918af67b5d Oct 11 03:33:33.243 INFO blam! at libtest/lib.rs:1468 Oct 11 03:33:33.243 INFO blam! at libcore/ops/function.rs:238 Oct 11 03:33:33.243 INFO blam! at liballoc/boxed.rs:672 Oct 11 03:33:33.243 INFO blam! 11: 0x55b72ab0d989 - __rust_maybe_catch_panic Oct 11 03:33:33.243 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 03:33:33.243 INFO blam! 12: 0x55b72aac98cd - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 11 03:33:33.243 INFO blam! at libstd/panicking.rs:289 Oct 11 03:33:33.243 INFO blam! at libstd/panic.rs:392 Oct 11 03:33:33.243 INFO blam! at libtest/lib.rs:1423 Oct 11 03:33:33.243 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 11 03:33:33.243 INFO blam! 13: 0x55b72aaca4d4 - std::panicking::try::do_call::ha990a345054c2d63 Oct 11 03:33:33.243 INFO blam! at libstd/thread/mod.rs:409 Oct 11 03:33:33.243 INFO blam! at libstd/panic.rs:313 Oct 11 03:33:33.243 INFO blam! at libstd/panicking.rs:310 Oct 11 03:33:33.243 INFO blam! 14: 0x55b72ab0d989 - __rust_maybe_catch_panic Oct 11 03:33:33.243 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 03:33:33.243 INFO blam! 15: 0x55b72aab7a96 - >::call_box::h96125cb29a9ba44b Oct 11 03:33:33.243 INFO blam! at libstd/panicking.rs:289 Oct 11 03:33:33.243 INFO blam! at libstd/panic.rs:392 Oct 11 03:33:33.243 INFO blam! at libstd/thread/mod.rs:408 Oct 11 03:33:33.243 INFO blam! at liballoc/boxed.rs:672 Oct 11 03:33:33.243 INFO blam! 16: 0x55b72aaf8e9a - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 11 03:33:33.243 INFO blam! at liballoc/boxed.rs:682 Oct 11 03:33:33.243 INFO blam! at libstd/sys_common/thread.rs:24 Oct 11 03:33:33.243 INFO blam! 17: 0x55b72aaec775 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 11 03:33:33.243 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 11 03:33:33.243 INFO blam! 18: 0x7f8be9f7a6b9 - start_thread Oct 11 03:33:33.243 INFO blam! 19: 0x7f8be9a9a41c - clone Oct 11 03:33:33.243 INFO blam! 20: 0x0 - Oct 11 03:33:33.243 INFO blam! Oct 11 03:33:33.243 INFO blam! Oct 11 03:33:33.243 INFO blam! failures: Oct 11 03:33:33.243 INFO blam! image::read_grayscale_image Oct 11 03:33:33.243 INFO blam! image::read_rgb_image Oct 11 03:33:33.243 INFO blam! image::read_write_read Oct 11 03:33:33.243 INFO blam! ops::test_brighten Oct 11 03:33:33.243 INFO blam! ops::test_darken Oct 11 03:33:33.243 INFO blam! ops::test_negative_color Oct 11 03:33:33.243 INFO blam! Oct 11 03:33:33.243 INFO blam! test result: FAILED. 2 passed; 6 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 03:33:33.243 INFO blam! Oct 11 03:33:33.284 INFO kablam! error: test failed, to rerun pass '--bin vcrust' Oct 11 03:33:33.293 INFO kablam! su: No module specific data is present Oct 11 03:33:34.624 INFO running `"docker" "rm" "-f" "183ccafa25cff773a818f158801fd0ecca780f6355cce2881b19bb6fa1bfabad"` Oct 11 03:33:34.884 INFO blam! 183ccafa25cff773a818f158801fd0ecca780f6355cce2881b19bb6fa1bfabad