Oct 13 01:09:43.489 INFO testing scripts-richard/rusty_hue against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 01:09:43.491 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 13 01:09:43.956 INFO blam! 2079ad8179e0f7837524c0b433c7c3652194618ec633523e9f98c9280979f4b4 Oct 13 01:09:43.958 INFO running `"docker" "start" "-a" "2079ad8179e0f7837524c0b433c7c3652194618ec633523e9f98c9280979f4b4"` Oct 13 01:09:45.599 INFO kablam! usermod: no changes Oct 13 01:09:45.939 INFO kablam! Compiling time v0.1.40 Oct 13 01:09:45.947 INFO kablam! Compiling net2 v0.2.32 Oct 13 01:09:45.948 INFO kablam! Compiling tokio-executor v0.1.2 Oct 13 01:09:45.948 INFO kablam! Compiling openssl-sys v0.9.36 Oct 13 01:09:45.976 INFO kablam! Compiling bytes v0.4.8 Oct 13 01:09:45.977 INFO kablam! Compiling futures-cpupool v0.1.8 Oct 13 01:09:45.979 INFO kablam! Compiling crossbeam-epoch v0.5.2 Oct 13 01:09:45.980 INFO kablam! Compiling rand v0.5.5 Oct 13 01:09:56.311 INFO kablam! Compiling want v0.0.6 Oct 13 01:09:56.311 INFO kablam! Compiling serde v1.0.59 Oct 13 01:09:56.312 INFO kablam! Compiling encoding_rs v0.8.10 Oct 13 01:09:56.331 INFO kablam! Compiling clap v2.32.0 Oct 13 01:09:56.343 INFO kablam! Compiling tokio-timer v0.2.5 Oct 13 01:09:56.861 INFO kablam! Compiling mio v0.6.14 Oct 13 01:09:58.464 INFO kablam! Compiling crossbeam-deque v0.6.1 Oct 13 01:09:59.797 INFO kablam! Compiling tokio-io v0.1.6 Oct 13 01:10:02.309 INFO kablam! Compiling http v0.1.13 Oct 13 01:10:08.908 INFO kablam! Compiling libflate v0.1.18 Oct 13 01:10:12.227 INFO kablam! Compiling openssl v0.10.12 Oct 13 01:10:12.247 INFO kablam! Compiling native-tls v0.2.1 Oct 13 01:10:15.427 INFO kablam! Compiling tokio-threadpool v0.1.7 Oct 13 01:10:15.475 INFO kablam! Compiling uuid v0.7.1 Oct 13 01:10:19.723 INFO kablam! Compiling mime_guess v2.0.0-alpha.6 Oct 13 01:10:36.663 INFO kablam! Compiling tokio-reactor v0.1.1 Oct 13 01:10:36.736 INFO kablam! Compiling tokio-fs v0.1.0 Oct 13 01:10:50.008 INFO kablam! Compiling tokio-udp v0.1.0 Oct 13 01:10:51.457 INFO kablam! Compiling tokio-tcp v0.1.0 Oct 13 01:10:51.818 INFO kablam! Compiling h2 v0.1.12 Oct 13 01:10:55.570 INFO kablam! Compiling tokio v0.1.7 Oct 13 01:11:01.843 INFO kablam! Compiling serde_urlencoded v0.5.2 Oct 13 01:11:01.843 INFO kablam! Compiling serde_json v1.0.17 Oct 13 01:11:09.523 INFO kablam! Compiling hyper v0.12.11 Oct 13 01:11:19.650 INFO kablam! Compiling hyper-tls v0.3.1 Oct 13 01:11:20.873 INFO kablam! Compiling reqwest v0.9.2 Oct 13 01:11:32.286 INFO kablam! Compiling rusty_hue v0.4.0 (/source) Oct 13 01:11:33.907 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Oct 13 01:11:33.908 INFO kablam! --> src/colors.rs:250:11 Oct 13 01:11:33.909 INFO kablam! | Oct 13 01:11:33.909 INFO kablam! 250 | match env::home_dir() { Oct 13 01:11:33.910 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 01:11:33.911 INFO kablam! | Oct 13 01:11:33.911 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 01:11:33.912 INFO kablam! Oct 13 01:11:33.913 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Oct 13 01:11:33.913 INFO kablam! --> src/hue.rs:307:11 Oct 13 01:11:33.913 INFO kablam! | Oct 13 01:11:33.914 INFO kablam! 307 | match env::home_dir() { Oct 13 01:11:33.914 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 01:11:33.915 INFO kablam! Oct 13 01:11:42.448 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 56s Oct 13 01:11:42.479 INFO kablam! su: No module specific data is present Oct 13 01:11:43.316 INFO running `"docker" "rm" "-f" "2079ad8179e0f7837524c0b433c7c3652194618ec633523e9f98c9280979f4b4"` Oct 13 01:11:43.642 INFO blam! 2079ad8179e0f7837524c0b433c7c3652194618ec633523e9f98c9280979f4b4 Oct 13 01:11:43.647 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 13 01:11:44.127 INFO blam! bb90950f7baa803d2d996a300f8f68f5f6f56878fff24cf73448cf1dadc9f0e8 Oct 13 01:11:44.131 INFO running `"docker" "start" "-a" "bb90950f7baa803d2d996a300f8f68f5f6f56878fff24cf73448cf1dadc9f0e8"` Oct 13 01:11:45.583 INFO kablam! usermod: no changes Oct 13 01:11:45.873 INFO kablam! Compiling rusty_hue v0.4.0 (/source) Oct 13 01:11:48.485 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Oct 13 01:11:48.485 INFO kablam! --> src/colors.rs:250:11 Oct 13 01:11:48.485 INFO kablam! | Oct 13 01:11:48.485 INFO kablam! 250 | match env::home_dir() { Oct 13 01:11:48.485 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 01:11:48.485 INFO kablam! | Oct 13 01:11:48.487 INFO kablam! = note: #[warn(deprecated)] on by default Oct 13 01:11:48.487 INFO kablam! Oct 13 01:11:48.487 INFO kablam! warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead. Oct 13 01:11:48.487 INFO kablam! --> src/hue.rs:307:11 Oct 13 01:11:48.487 INFO kablam! | Oct 13 01:11:48.487 INFO kablam! 307 | match env::home_dir() { Oct 13 01:11:48.487 INFO kablam! | ^^^^^^^^^^^^^ Oct 13 01:11:48.487 INFO kablam! Oct 13 01:11:54.879 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.25s Oct 13 01:11:54.891 INFO kablam! su: No module specific data is present Oct 13 01:11:55.883 INFO running `"docker" "rm" "-f" "bb90950f7baa803d2d996a300f8f68f5f6f56878fff24cf73448cf1dadc9f0e8"` Oct 13 01:11:56.163 INFO blam! bb90950f7baa803d2d996a300f8f68f5f6f56878fff24cf73448cf1dadc9f0e8 Oct 13 01:11:56.171 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 13 01:11:56.584 INFO blam! ad18c47067ae5a6bde4099a10b90fac9b2e6cda64c9b9442e6e20ddb9dcd1f85 Oct 13 01:11:56.597 INFO running `"docker" "start" "-a" "ad18c47067ae5a6bde4099a10b90fac9b2e6cda64c9b9442e6e20ddb9dcd1f85"` Oct 13 01:11:57.998 INFO kablam! usermod: no changes Oct 13 01:11:58.248 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.23s Oct 13 01:11:58.275 INFO kablam! Running /target/debug/deps/rusty_hue-8d62a172ddcde8f6 Oct 13 01:11:58.303 INFO blam! Oct 13 01:11:58.303 INFO blam! running 13 tests Oct 13 01:11:58.303 INFO blam! test colors::test::closest_point_on_triangle ... ok Oct 13 01:11:58.303 INFO blam! test colors::test::closest_point_on_line ... ok Oct 13 01:11:58.303 INFO blam! test colors::test::point_not_in_triangle ... ok Oct 13 01:11:58.303 INFO blam! test colors::test::point_in_triangle ... ok Oct 13 01:11:58.303 INFO blam! test hue::test::make_light ... ok Oct 13 01:11:58.303 INFO blam! test colors::test::xy_to_rgb ... ok Oct 13 01:11:58.315 INFO blam! test colors::test::rgb_to_xy ... ok Oct 13 01:11:58.327 INFO blam! test colors::test::gamut_lookup ... ok Oct 13 01:11:58.327 INFO blam! test colors::test::distance_between_points ... ok Oct 13 01:11:58.343 INFO blam! test hue::test::make_light_state ... ok Oct 13 01:11:58.427 INFO blam! test colors::test::load_colors_file ... FAILED Oct 13 01:11:58.558 INFO blam! test hue::test::make_hue ... FAILED Oct 13 01:11:58.563 INFO blam! test hue::test::get_ip ... FAILED Oct 13 01:11:58.563 INFO blam! Oct 13 01:11:58.564 INFO blam! failures: Oct 13 01:11:58.564 INFO blam! Oct 13 01:11:58.564 INFO blam! ---- colors::test::load_colors_file stdout ---- Oct 13 01:11:58.564 INFO blam! thread 'colors::test::load_colors_file' panicked at 'assertion failed: colors.is_ok()', src/colors.rs:378:9 Oct 13 01:11:58.564 INFO blam! stack backtrace: Oct 13 01:11:58.564 INFO blam! 0: 0x56274540455e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 13 01:11:58.564 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 13 01:11:58.564 INFO blam! 1: 0x56274540def6 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 13 01:11:58.564 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 13 01:11:58.564 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 13 01:11:58.564 INFO blam! 2: 0x56274540882d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 13 01:11:58.564 INFO blam! at libstd/panicking.rs:211 Oct 13 01:11:58.564 INFO blam! 3: 0x56274540853b - std::panicking::default_hook::h1ef46fa7cd894809 Oct 13 01:11:58.564 INFO blam! at libstd/panicking.rs:221 Oct 13 01:11:58.564 INFO blam! 4: 0x562745408edc - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 13 01:11:58.564 INFO blam! at libstd/panicking.rs:476 Oct 13 01:11:58.564 INFO blam! 5: 0x56274504eabf - std::panicking::begin_panic::h86bb7d7640b4419a Oct 13 01:11:58.564 INFO blam! at libstd/panicking.rs:410 Oct 13 01:11:58.564 INFO blam! 6: 0x562744e81975 - rusty_hue::colors::test::load_colors_file::h17d4b4346c283db7 Oct 13 01:11:58.564 INFO blam! at src/colors.rs:378 Oct 13 01:11:58.564 INFO blam! 7: 0x562744e818f9 - rusty_hue::colors::test::load_colors_file::{{closure}}::h1f9410402cf261c9 Oct 13 01:11:58.564 INFO blam! at src/colors.rs:376 Oct 13 01:11:58.564 INFO blam! 8: 0x562744e68c3d - core::ops::function::FnOnce::call_once::h52160fe60fa180de Oct 13 01:11:58.564 INFO blam! at libcore/ops/function.rs:238 Oct 13 01:11:58.564 INFO blam! 9: 0x562744e91d0e - >::call_box::h95b7cb918af67b5d Oct 13 01:11:58.564 INFO blam! at libtest/lib.rs:1468 Oct 13 01:11:58.564 INFO blam! at libcore/ops/function.rs:238 Oct 13 01:11:58.564 INFO blam! at liballoc/boxed.rs:672 Oct 13 01:11:58.564 INFO blam! 10: 0x5627454190c9 - __rust_maybe_catch_panic Oct 13 01:11:58.564 INFO blam! at libpanic_unwind/lib.rs:102 Oct 13 01:11:58.564 INFO blam! 11: 0x562744eb285d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 13 01:11:58.564 INFO blam! at libstd/panicking.rs:289 Oct 13 01:11:58.564 INFO blam! at libstd/panic.rs:392 Oct 13 01:11:58.564 INFO blam! at libtest/lib.rs:1423 Oct 13 01:11:58.564 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 13 01:11:58.564 INFO blam! 12: 0x562744eb3464 - std::panicking::try::do_call::ha990a345054c2d63 Oct 13 01:11:58.564 INFO blam! at libstd/thread/mod.rs:409 Oct 13 01:11:58.564 INFO blam! at libstd/panic.rs:313 Oct 13 01:11:58.564 INFO blam! at libstd/panicking.rs:310 Oct 13 01:11:58.564 INFO blam! 13: 0x5627454190c9 - __rust_maybe_catch_panic Oct 13 01:11:58.564 INFO blam! at libpanic_unwind/lib.rs:102 Oct 13 01:11:58.564 INFO blam! 14: 0x562744ea0a26 - >::call_box::h96125cb29a9ba44b Oct 13 01:11:58.564 INFO blam! at libstd/panicking.rs:289 Oct 13 01:11:58.564 INFO blam! at libstd/panic.rs:392 Oct 13 01:11:58.564 INFO blam! at libstd/thread/mod.rs:408 Oct 13 01:11:58.564 INFO blam! at liballoc/boxed.rs:672 Oct 13 01:11:58.564 INFO blam! 15: 0x562745406a6a - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 13 01:11:58.564 INFO blam! at liballoc/boxed.rs:682 Oct 13 01:11:58.564 INFO blam! at libstd/sys_common/thread.rs:24 Oct 13 01:11:58.564 INFO blam! 16: 0x5627453f9485 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 13 01:11:58.564 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 13 01:11:58.564 INFO blam! 17: 0x7ff18ae7d6b9 - start_thread Oct 13 01:11:58.564 INFO blam! 18: 0x7ff18a99d41c - clone Oct 13 01:11:58.564 INFO blam! 19: 0x0 - Oct 13 01:11:58.564 INFO blam! Oct 13 01:11:58.564 INFO blam! ---- hue::test::make_hue stdout ---- Oct 13 01:11:58.564 INFO blam! thread 'hue::test::make_hue' panicked at 'assertion failed: hue.is_ok()', src/hue.rs:390:9 Oct 13 01:11:58.564 INFO blam! stack backtrace: Oct 13 01:11:58.564 INFO blam! 0: 0x56274540455e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 13 01:11:58.564 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 13 01:11:58.564 INFO blam! 1: 0x56274540def6 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 13 01:11:58.564 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 13 01:11:58.564 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 13 01:11:58.564 INFO blam! 2: 0x56274540882d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 13 01:11:58.564 INFO blam! at libstd/panicking.rs:211 Oct 13 01:11:58.564 INFO blam! 3: 0x56274540853b - std::panicking::default_hook::h1ef46fa7cd894809 Oct 13 01:11:58.564 INFO blam! at libstd/panicking.rs:221 Oct 13 01:11:58.564 INFO blam! 4: 0x562745408edc - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 13 01:11:58.564 INFO blam! at libstd/panicking.rs:476 Oct 13 01:11:58.564 INFO blam! 5: 0x56274504eabf - std::panicking::begin_panic::h86bb7d7640b4419a Oct 13 01:11:58.564 INFO blam! at libstd/panicking.rs:410 Oct 13 01:11:58.564 INFO blam! 6: 0x562744e8d421 - rusty_hue::hue::test::make_hue::h238072bbf42ea0c9 Oct 13 01:11:58.564 INFO blam! at src/hue.rs:390 Oct 13 01:11:58.564 INFO blam! 7: 0x562744e8d3a9 - rusty_hue::hue::test::make_hue::{{closure}}::hd9595c017f296b6b Oct 13 01:11:58.564 INFO blam! at src/hue.rs:388 Oct 13 01:11:58.564 INFO blam! 8: 0x562744e68b5d - core::ops::function::FnOnce::call_once::h350eead07685b83d Oct 13 01:11:58.564 INFO blam! at libcore/ops/function.rs:238 Oct 13 01:11:58.564 INFO blam! 9: 0x562744e91d0e - >::call_box::h95b7cb918af67b5d Oct 13 01:11:58.564 INFO blam! at libtest/lib.rs:1468 Oct 13 01:11:58.564 INFO blam! at libcore/ops/function.rs:238 Oct 13 01:11:58.564 INFO blam! at liballoc/boxed.rs:672 Oct 13 01:11:58.564 INFO blam! 10: 0x5627454190c9 - __rust_maybe_catch_panic Oct 13 01:11:58.564 INFO blam! at libpanic_unwind/lib.rs:102 Oct 13 01:11:58.564 INFO blam! 11: 0x562744eb285d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 13 01:11:58.564 INFO blam! at libstd/panicking.rs:289 Oct 13 01:11:58.564 INFO blam! at libstd/panic.rs:392 Oct 13 01:11:58.564 INFO blam! at libtest/lib.rs:1423 Oct 13 01:11:58.564 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 13 01:11:58.564 INFO blam! 12: 0x562744eb3464 - std::panicking::try::do_call::ha990a345054c2d63 Oct 13 01:11:58.564 INFO blam! at libstd/thread/mod.rs:409 Oct 13 01:11:58.565 INFO blam! at libstd/panic.rs:313 Oct 13 01:11:58.565 INFO blam! at libstd/panicking.rs:310 Oct 13 01:11:58.565 INFO blam! 13: 0x5627454190c9 - __rust_maybe_catch_panic Oct 13 01:11:58.565 INFO blam! at libpanic_unwind/lib.rs:102 Oct 13 01:11:58.565 INFO blam! 14: 0x562744ea0a26 - >::call_box::h96125cb29a9ba44b Oct 13 01:11:58.565 INFO blam! at libstd/panicking.rs:289 Oct 13 01:11:58.565 INFO blam! at libstd/panic.rs:392 Oct 13 01:11:58.565 INFO blam! at libstd/thread/mod.rs:408 Oct 13 01:11:58.565 INFO blam! at liballoc/boxed.rs:672 Oct 13 01:11:58.565 INFO blam! 15: 0x562745406a6a - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 13 01:11:58.565 INFO blam! at liballoc/boxed.rs:682 Oct 13 01:11:58.565 INFO blam! at libstd/sys_common/thread.rs:24 Oct 13 01:11:58.565 INFO blam! 16: 0x5627453f9485 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 13 01:11:58.565 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 13 01:11:58.565 INFO blam! 17: 0x7ff18ae7d6b9 - start_thread Oct 13 01:11:58.565 INFO blam! 18: 0x7ff18a99d41c - clone Oct 13 01:11:58.565 INFO blam! 19: 0x0 - Oct 13 01:11:58.565 INFO blam! Oct 13 01:11:58.565 INFO blam! ---- hue::test::get_ip stdout ---- Oct 13 01:11:58.565 INFO blam! thread 'hue::test::get_ip' panicked at 'assertion failed: ip.is_ok()', src/hue.rs:328:9 Oct 13 01:11:58.565 INFO blam! stack backtrace: Oct 13 01:11:58.565 INFO blam! 0: 0x56274540455e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 13 01:11:58.565 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 13 01:11:58.565 INFO blam! 1: 0x56274540def6 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 13 01:11:58.565 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 13 01:11:58.565 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 13 01:11:58.565 INFO blam! 2: 0x56274540882d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 13 01:11:58.565 INFO blam! at libstd/panicking.rs:211 Oct 13 01:11:58.565 INFO blam! 3: 0x56274540853b - std::panicking::default_hook::h1ef46fa7cd894809 Oct 13 01:11:58.565 INFO blam! at libstd/panicking.rs:221 Oct 13 01:11:58.565 INFO blam! 4: 0x562745408edc - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 13 01:11:58.565 INFO blam! at libstd/panicking.rs:476 Oct 13 01:11:58.565 INFO blam! 5: 0x56274504eabf - std::panicking::begin_panic::h86bb7d7640b4419a Oct 13 01:11:58.565 INFO blam! at libstd/panicking.rs:410 Oct 13 01:11:58.565 INFO blam! 6: 0x562744e8ce1b - rusty_hue::hue::test::get_ip::h159215fa8273a880 Oct 13 01:11:58.565 INFO blam! at src/hue.rs:328 Oct 13 01:11:58.565 INFO blam! 7: 0x562744e8cda9 - rusty_hue::hue::test::get_ip::{{closure}}::h127b12eabd858cff Oct 13 01:11:58.565 INFO blam! at src/hue.rs:326 Oct 13 01:11:58.565 INFO blam! 8: 0x562744e68b9d - core::ops::function::FnOnce::call_once::h3ef0de9b48bd3b46 Oct 13 01:11:58.565 INFO blam! at libcore/ops/function.rs:238 Oct 13 01:11:58.565 INFO blam! 9: 0x562744e91d0e - >::call_box::h95b7cb918af67b5d Oct 13 01:11:58.565 INFO blam! at libtest/lib.rs:1468 Oct 13 01:11:58.565 INFO blam! at libcore/ops/function.rs:238 Oct 13 01:11:58.565 INFO blam! at liballoc/boxed.rs:672 Oct 13 01:11:58.565 INFO blam! 10: 0x5627454190c9 - __rust_maybe_catch_panic Oct 13 01:11:58.565 INFO blam! at libpanic_unwind/lib.rs:102 Oct 13 01:11:58.565 INFO blam! 11: 0x562744eb285d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 13 01:11:58.565 INFO blam! at libstd/panicking.rs:289 Oct 13 01:11:58.565 INFO blam! at libstd/panic.rs:392 Oct 13 01:11:58.565 INFO blam! at libtest/lib.rs:1423 Oct 13 01:11:58.565 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 13 01:11:58.565 INFO blam! 12: 0x562744eb3464 - std::panicking::try::do_call::ha990a345054c2d63 Oct 13 01:11:58.565 INFO blam! at libstd/thread/mod.rs:409 Oct 13 01:11:58.565 INFO blam! at libstd/panic.rs:313 Oct 13 01:11:58.565 INFO blam! at libstd/panicking.rs:310 Oct 13 01:11:58.565 INFO blam! 13: 0x5627454190c9 - __rust_maybe_catch_panic Oct 13 01:11:58.565 INFO blam! at libpanic_unwind/lib.rs:102 Oct 13 01:11:58.565 INFO blam! 14: 0x562744ea0a26 - >::call_box::h96125cb29a9ba44b Oct 13 01:11:58.565 INFO blam! at libstd/panicking.rs:289 Oct 13 01:11:58.565 INFO blam! at libstd/panic.rs:392 Oct 13 01:11:58.565 INFO blam! at libstd/thread/mod.rs:408 Oct 13 01:11:58.565 INFO blam! at liballoc/boxed.rs:672 Oct 13 01:11:58.565 INFO blam! 15: 0x562745406a6a - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 13 01:11:58.565 INFO blam! at liballoc/boxed.rs:682 Oct 13 01:11:58.565 INFO blam! at libstd/sys_common/thread.rs:24 Oct 13 01:11:58.565 INFO blam! 16: 0x5627453f9485 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 13 01:11:58.565 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 13 01:11:58.565 INFO blam! 17: 0x7ff18ae7d6b9 - start_thread Oct 13 01:11:58.565 INFO blam! 18: 0x7ff18a99d41c - clone Oct 13 01:11:58.565 INFO blam! 19: 0x0 - Oct 13 01:11:58.565 INFO blam! Oct 13 01:11:58.565 INFO blam! Oct 13 01:11:58.565 INFO blam! failures: Oct 13 01:11:58.565 INFO blam! colors::test::load_colors_file Oct 13 01:11:58.565 INFO blam! hue::test::get_ip Oct 13 01:11:58.565 INFO blam! hue::test::make_hue Oct 13 01:11:58.565 INFO blam! Oct 13 01:11:58.565 INFO blam! test result: FAILED. 10 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 01:11:58.565 INFO blam! Oct 13 01:11:58.587 INFO kablam! error: test failed, to rerun pass '--lib' Oct 13 01:11:58.587 INFO kablam! su: No module specific data is present Oct 13 01:11:59.414 INFO running `"docker" "rm" "-f" "ad18c47067ae5a6bde4099a10b90fac9b2e6cda64c9b9442e6e20ddb9dcd1f85"` Oct 13 01:11:59.691 INFO blam! ad18c47067ae5a6bde4099a10b90fac9b2e6cda64c9b9442e6e20ddb9dcd1f85