Oct 10 14:29:38.849 INFO testing spebern/poc1to2 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 14:29:38.849 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 14:29:38.851 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/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 14:29:39.348 INFO blam! bbc8e207571f286d141e8a648ed5f67f7628efb02d5121ee8970452d56921ece Oct 10 14:29:39.352 INFO running `"docker" "start" "-a" "bbc8e207571f286d141e8a648ed5f67f7628efb02d5121ee8970452d56921ece"` Oct 10 14:29:40.738 INFO kablam! usermod: no changes Oct 10 14:29:40.804 INFO kablam! Compiling clap v2.30.0 Oct 10 14:29:52.928 INFO kablam! Compiling poc1to2 v0.1.0 (/source) Oct 10 14:29:54.482 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.73s Oct 10 14:29:54.485 INFO kablam! su: No module specific data is present Oct 10 14:29:54.956 INFO running `"docker" "rm" "-f" "bbc8e207571f286d141e8a648ed5f67f7628efb02d5121ee8970452d56921ece"` Oct 10 14:29:55.122 INFO blam! bbc8e207571f286d141e8a648ed5f67f7628efb02d5121ee8970452d56921ece Oct 10 14:29:55.124 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 14:29:55.124 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/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 14:29:55.368 INFO blam! 75dcff303a7ce27ef7b3ffdef534ef4ef6a1d43a68ed1df54427dcfccf16a894 Oct 10 14:29:55.369 INFO running `"docker" "start" "-a" "75dcff303a7ce27ef7b3ffdef534ef4ef6a1d43a68ed1df54427dcfccf16a894"` Oct 10 14:29:55.786 INFO kablam! usermod: no changes Oct 10 14:29:55.835 INFO kablam! Compiling poc1to2 v0.1.0 (/source) Oct 10 14:29:56.566 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 14:29:56.566 INFO kablam! --> src/main.rs:175:9 Oct 10 14:29:56.566 INFO kablam! | Oct 10 14:29:56.566 INFO kablam! 175 | fs::copy(plot_file.to_owned() + ".orig", plot_file); Oct 10 14:29:56.567 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:29:56.567 INFO kablam! | Oct 10 14:29:56.567 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 14:29:56.567 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 14:29:56.567 INFO kablam! Oct 10 14:29:56.567 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 14:29:56.567 INFO kablam! --> src/main.rs:189:9 Oct 10 14:29:56.567 INFO kablam! | Oct 10 14:29:56.567 INFO kablam! 189 | File::open(&poc2_plot_file).unwrap().read_to_end(&mut buffer); Oct 10 14:29:56.567 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:29:56.567 INFO kablam! | Oct 10 14:29:56.567 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 14:29:56.567 INFO kablam! Oct 10 14:29:56.567 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 14:29:56.567 INFO kablam! --> src/main.rs:194:9 Oct 10 14:29:56.567 INFO kablam! | Oct 10 14:29:56.567 INFO kablam! 194 | fs::remove_file(&poc2_plot_file); Oct 10 14:29:56.567 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 14:29:56.567 INFO kablam! | Oct 10 14:29:56.567 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 14:29:56.567 INFO kablam! Oct 10 14:29:57.503 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.69s Oct 10 14:29:57.505 INFO kablam! su: No module specific data is present Oct 10 14:29:57.866 INFO running `"docker" "rm" "-f" "75dcff303a7ce27ef7b3ffdef534ef4ef6a1d43a68ed1df54427dcfccf16a894"` Oct 10 14:29:57.988 INFO blam! 75dcff303a7ce27ef7b3ffdef534ef4ef6a1d43a68ed1df54427dcfccf16a894 Oct 10 14:29:57.996 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 14:29:57.996 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-6/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 14:29:58.258 INFO blam! 5fdb7ca6a6cd4e0f5538802e7cccc0a719a88cbee66c42acd5b26f4c3eeb7b05 Oct 10 14:29:58.258 INFO running `"docker" "start" "-a" "5fdb7ca6a6cd4e0f5538802e7cccc0a719a88cbee66c42acd5b26f4c3eeb7b05"` Oct 10 14:29:58.999 INFO kablam! usermod: no changes Oct 10 14:29:59.078 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 10 14:29:59.079 INFO kablam! Running /target/debug/deps/poc1to2-f7bedc763287d62c Oct 10 14:29:59.082 INFO blam! Oct 10 14:29:59.082 INFO blam! running 1 test Oct 10 14:29:59.110 INFO blam! test tests::test_plot ... FAILED Oct 10 14:29:59.110 INFO blam! Oct 10 14:29:59.110 INFO blam! failures: Oct 10 14:29:59.110 INFO blam! Oct 10 14:29:59.110 INFO blam! ---- tests::test_plot stdout ---- Oct 10 14:29:59.110 INFO blam! thread 'tests::test_plot' panicked at 'plot path does not exists', src/main.rs:53:13 Oct 10 14:29:59.111 INFO blam! stack backtrace: Oct 10 14:29:59.111 INFO blam! 0: 0x559301aecd6e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 10 14:29:59.111 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 10 14:29:59.111 INFO blam! 1: 0x559301af5c16 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 10 14:29:59.111 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 10 14:29:59.111 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 10 14:29:59.111 INFO blam! 2: 0x559301af096d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 10 14:29:59.111 INFO blam! at libstd/panicking.rs:211 Oct 10 14:29:59.111 INFO blam! 3: 0x559301af067b - std::panicking::default_hook::h1ef46fa7cd894809 Oct 10 14:29:59.111 INFO blam! at libstd/panicking.rs:221 Oct 10 14:29:59.111 INFO blam! 4: 0x559301af101c - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 10 14:29:59.111 INFO blam! at libstd/panicking.rs:476 Oct 10 14:29:59.111 INFO blam! 5: 0x559301adf77f - std::panicking::begin_panic::h4ee6df4469a422d5 Oct 10 14:29:59.111 INFO blam! at libstd/panicking.rs:410 Oct 10 14:29:59.111 INFO blam! 6: 0x559301a85d1b - poc1to2::Plot::new::h41f218ae14f6ff06 Oct 10 14:29:59.111 INFO blam! at src/main.rs:53 Oct 10 14:29:59.111 INFO blam! 7: 0x559301a87697 - poc1to2::tests::test_plot::h4a1bc8d0f3efe5bb Oct 10 14:29:59.111 INFO blam! at src/main.rs:177 Oct 10 14:29:59.111 INFO blam! 8: 0x559301a87599 - poc1to2::tests::test_plot::{{closure}}::h3c5fca351c05ad93 Oct 10 14:29:59.111 INFO blam! at src/main.rs:173 Oct 10 14:29:59.111 INFO blam! 9: 0x559301a890bd - core::ops::function::FnOnce::call_once::h291bfdf59217564f Oct 10 14:29:59.111 INFO blam! at libcore/ops/function.rs:238 Oct 10 14:29:59.111 INFO blam! 10: 0x559301a8dc2e - >::call_box::h95b7cb918af67b5d Oct 10 14:29:59.111 INFO blam! at libtest/lib.rs:1468 Oct 10 14:29:59.111 INFO blam! at libcore/ops/function.rs:238 Oct 10 14:29:59.111 INFO blam! at liballoc/boxed.rs:672 Oct 10 14:29:59.111 INFO blam! 11: 0x559301b00de9 - __rust_maybe_catch_panic Oct 10 14:29:59.111 INFO blam! at libpanic_unwind/lib.rs:102 Oct 10 14:29:59.111 INFO blam! 12: 0x559301aae77d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 10 14:29:59.111 INFO blam! at libstd/panicking.rs:289 Oct 10 14:29:59.111 INFO blam! at libstd/panic.rs:392 Oct 10 14:29:59.111 INFO blam! at libtest/lib.rs:1423 Oct 10 14:29:59.111 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 10 14:29:59.111 INFO blam! 13: 0x559301aaf384 - std::panicking::try::do_call::ha990a345054c2d63 Oct 10 14:29:59.111 INFO blam! at libstd/thread/mod.rs:409 Oct 10 14:29:59.111 INFO blam! at libstd/panic.rs:313 Oct 10 14:29:59.111 INFO blam! at libstd/panicking.rs:310 Oct 10 14:29:59.111 INFO blam! 14: 0x559301b00de9 - __rust_maybe_catch_panic Oct 10 14:29:59.111 INFO blam! at libpanic_unwind/lib.rs:102 Oct 10 14:29:59.111 INFO blam! 15: 0x559301a9c946 - >::call_box::h96125cb29a9ba44b Oct 10 14:29:59.111 INFO blam! at libstd/panicking.rs:289 Oct 10 14:29:59.111 INFO blam! at libstd/panic.rs:392 Oct 10 14:29:59.111 INFO blam! at libstd/thread/mod.rs:408 Oct 10 14:29:59.111 INFO blam! at liballoc/boxed.rs:672 Oct 10 14:29:59.111 INFO blam! 16: 0x559301aeedaa - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 10 14:29:59.111 INFO blam! at liballoc/boxed.rs:682 Oct 10 14:29:59.111 INFO blam! at libstd/sys_common/thread.rs:24 Oct 10 14:29:59.111 INFO blam! 17: 0x559301ae3dd5 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 10 14:29:59.111 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 10 14:29:59.111 INFO blam! 18: 0x7f40214566b9 - start_thread Oct 10 14:29:59.111 INFO blam! 19: 0x7f4020f7641c - clone Oct 10 14:29:59.111 INFO blam! 20: 0x0 - Oct 10 14:29:59.111 INFO blam! Oct 10 14:29:59.111 INFO blam! Oct 10 14:29:59.111 INFO blam! failures: Oct 10 14:29:59.111 INFO blam! tests::test_plot Oct 10 14:29:59.111 INFO blam! Oct 10 14:29:59.111 INFO blam! test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 14:29:59.111 INFO blam! Oct 10 14:29:59.112 INFO kablam! error: test failed, to rerun pass '--bin poc1to2' Oct 10 14:29:59.114 INFO kablam! su: No module specific data is present Oct 10 14:29:59.570 INFO running `"docker" "rm" "-f" "5fdb7ca6a6cd4e0f5538802e7cccc0a719a88cbee66c42acd5b26f4c3eeb7b05"` Oct 10 14:29:59.812 INFO blam! 5fdb7ca6a6cd4e0f5538802e7cccc0a719a88cbee66c42acd5b26f4c3eeb7b05