Oct 11 00:48:52.642 INFO testing cyplo/rustback against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 00:48:52.642 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 00:48:52.643 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 00:48:52.947 INFO blam! ef6893f07a9fe83a262ff2aaab89bf4b7eedcc63cbfcdce80e59f57fc75278e1 Oct 11 00:48:52.957 INFO running `"docker" "start" "-a" "ef6893f07a9fe83a262ff2aaab89bf4b7eedcc63cbfcdce80e59f57fc75278e1"` Oct 11 00:48:53.956 INFO kablam! usermod: no changes Oct 11 00:48:54.052 INFO kablam! Compiling rust-crypto v0.2.36 Oct 11 00:49:00.896 INFO kablam! Compiling bakare v0.1.0 (/source) Oct 11 00:49:01.232 INFO kablam! warning: unused variable: `path` Oct 11 00:49:01.232 INFO kablam! --> src/backup.rs:32:32 Oct 11 00:49:01.232 INFO kablam! | Oct 11 00:49:01.232 INFO kablam! 32 | pub fn file_version(&self, path: &Path) -> Version { Oct 11 00:49:01.232 INFO kablam! | ^^^^ help: consider using `_path` instead Oct 11 00:49:01.232 INFO kablam! | Oct 11 00:49:01.232 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 00:49:01.233 INFO kablam! Oct 11 00:49:01.233 INFO kablam! warning: unused variable: `what` Oct 11 00:49:01.233 INFO kablam! --> src/restore.rs:34:41 Oct 11 00:49:01.233 INFO kablam! | Oct 11 00:49:01.233 INFO kablam! 34 | pub fn restore_as_of_version(&self, what: WhatToRestore, version: Version) -> Result<(), io::Error> { Oct 11 00:49:01.233 INFO kablam! | ^^^^ help: consider using `_what` instead Oct 11 00:49:01.233 INFO kablam! Oct 11 00:49:01.233 INFO kablam! warning: unused variable: `version` Oct 11 00:49:01.233 INFO kablam! --> src/restore.rs:34:62 Oct 11 00:49:01.233 INFO kablam! | Oct 11 00:49:01.233 INFO kablam! 34 | pub fn restore_as_of_version(&self, what: WhatToRestore, version: Version) -> Result<(), io::Error> { Oct 11 00:49:01.233 INFO kablam! | ^^^^^^^ help: consider using `_version` instead Oct 11 00:49:01.233 INFO kablam! Oct 11 00:49:01.244 INFO kablam! warning: method is never used: `next` Oct 11 00:49:01.244 INFO kablam! --> src/storage.rs:8:5 Oct 11 00:49:01.244 INFO kablam! | Oct 11 00:49:01.244 INFO kablam! 8 | fn next(self) -> Self { Oct 11 00:49:01.244 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:49:01.244 INFO kablam! | Oct 11 00:49:01.244 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 00:49:01.244 INFO kablam! Oct 11 00:49:01.248 INFO kablam! warning: struct is never constructed: `Index` Oct 11 00:49:01.248 INFO kablam! --> src/storage.rs:29:1 Oct 11 00:49:01.248 INFO kablam! | Oct 11 00:49:01.248 INFO kablam! 29 | struct Index<'a> { Oct 11 00:49:01.248 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 00:49:01.248 INFO kablam! Oct 11 00:49:01.248 INFO kablam! warning: method is never used: `new` Oct 11 00:49:01.248 INFO kablam! --> src/storage.rs:35:5 Oct 11 00:49:01.248 INFO kablam! | Oct 11 00:49:01.248 INFO kablam! 35 | fn new() -> Self { Oct 11 00:49:01.248 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 11 00:49:01.248 INFO kablam! Oct 11 00:49:01.248 INFO kablam! warning: method is never used: `store` Oct 11 00:49:01.248 INFO kablam! --> src/storage.rs:42:5 Oct 11 00:49:01.248 INFO kablam! | Oct 11 00:49:01.248 INFO kablam! 42 | fn store(&mut self, source_path: &'a str, hash: Hash) -> (Version, String) { Oct 11 00:49:01.248 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:49:01.248 INFO kablam! Oct 11 00:49:01.248 INFO kablam! warning: method is never used: `latest_version_for_path` Oct 11 00:49:01.248 INFO kablam! --> src/storage.rs:91:5 Oct 11 00:49:01.248 INFO kablam! | Oct 11 00:49:01.249 INFO kablam! 91 | fn latest_version_for_path(&self, path: &str) -> Option { Oct 11 00:49:01.249 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 00:49:01.249 INFO kablam! Oct 11 00:49:01.781 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.79s Oct 11 00:49:01.786 INFO kablam! su: No module specific data is present Oct 11 00:49:02.085 INFO running `"docker" "rm" "-f" "ef6893f07a9fe83a262ff2aaab89bf4b7eedcc63cbfcdce80e59f57fc75278e1"` Oct 11 00:49:02.189 INFO blam! ef6893f07a9fe83a262ff2aaab89bf4b7eedcc63cbfcdce80e59f57fc75278e1 Oct 11 00:49:02.191 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 00:49:02.191 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 00:49:02.367 INFO blam! fbb48b288e7245a047e7229b72ecb4226ddbc0f5eca3494b8f7828a3ff72a466 Oct 11 00:49:02.369 INFO running `"docker" "start" "-a" "fbb48b288e7245a047e7229b72ecb4226ddbc0f5eca3494b8f7828a3ff72a466"` Oct 11 00:49:02.791 INFO kablam! usermod: no changes Oct 11 00:49:02.854 INFO kablam! Compiling dir-diff v0.3.1 Oct 11 00:49:02.854 INFO kablam! Compiling tempfile v3.0.3 Oct 11 00:49:03.660 INFO kablam! Compiling bakare v0.1.0 (/source) Oct 11 00:49:04.120 INFO kablam! warning: unused variable: `path` Oct 11 00:49:04.120 INFO kablam! --> src/backup.rs:32:32 Oct 11 00:49:04.120 INFO kablam! | Oct 11 00:49:04.120 INFO kablam! 32 | pub fn file_version(&self, path: &Path) -> Version { Oct 11 00:49:04.120 INFO kablam! | ^^^^ help: consider using `_path` instead Oct 11 00:49:04.120 INFO kablam! | Oct 11 00:49:04.120 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 00:49:04.120 INFO kablam! Oct 11 00:49:04.120 INFO kablam! warning: unused variable: `what` Oct 11 00:49:04.120 INFO kablam! --> src/restore.rs:34:41 Oct 11 00:49:04.120 INFO kablam! | Oct 11 00:49:04.120 INFO kablam! 34 | pub fn restore_as_of_version(&self, what: WhatToRestore, version: Version) -> Result<(), io::Error> { Oct 11 00:49:04.120 INFO kablam! | ^^^^ help: consider using `_what` instead Oct 11 00:49:04.120 INFO kablam! Oct 11 00:49:04.120 INFO kablam! warning: unused variable: `version` Oct 11 00:49:04.120 INFO kablam! --> src/restore.rs:34:62 Oct 11 00:49:04.120 INFO kablam! | Oct 11 00:49:04.120 INFO kablam! 34 | pub fn restore_as_of_version(&self, what: WhatToRestore, version: Version) -> Result<(), io::Error> { Oct 11 00:49:04.120 INFO kablam! | ^^^^^^^ help: consider using `_version` instead Oct 11 00:49:04.120 INFO kablam! Oct 11 00:49:05.217 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.40s Oct 11 00:49:05.220 INFO kablam! su: No module specific data is present Oct 11 00:49:05.536 INFO running `"docker" "rm" "-f" "fbb48b288e7245a047e7229b72ecb4226ddbc0f5eca3494b8f7828a3ff72a466"` Oct 11 00:49:05.595 INFO blam! fbb48b288e7245a047e7229b72ecb4226ddbc0f5eca3494b8f7828a3ff72a466 Oct 11 00:49:05.596 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 00:49:05.596 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 00:49:05.745 INFO blam! 9f1dafb6e0ee469f8077b3015238f5976968122992a4e4de1ee0d165cc39aa45 Oct 11 00:49:05.747 INFO running `"docker" "start" "-a" "9f1dafb6e0ee469f8077b3015238f5976968122992a4e4de1ee0d165cc39aa45"` Oct 11 00:49:06.263 INFO kablam! usermod: no changes Oct 11 00:49:06.282 INFO kablam! Blocking waiting for file lock on the registry index Oct 11 00:49:06.356 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.08s Oct 11 00:49:06.374 INFO kablam! Running /target/debug/deps/bakare-31ef0dec7df34ef6 Oct 11 00:49:06.379 INFO blam! Oct 11 00:49:06.379 INFO blam! running 3 tests Oct 11 00:49:06.379 INFO blam! test storage::should::support_file_versions ... ok Oct 11 00:49:06.379 INFO blam! test storage::should::support_deduplication ... ok Oct 11 00:49:06.405 INFO blam! test backup::should::store_file_where_index_tells_it ... FAILED Oct 11 00:49:06.405 INFO blam! Oct 11 00:49:06.405 INFO blam! failures: Oct 11 00:49:06.405 INFO blam! Oct 11 00:49:06.405 INFO blam! ---- backup::should::store_file_where_index_tells_it stdout ---- Oct 11 00:49:06.405 INFO blam! thread 'backup::should::store_file_where_index_tells_it' panicked at 'assertion failed: false', src/backup.rs:59:9 Oct 11 00:49:06.405 INFO blam! stack backtrace: Oct 11 00:49:06.405 INFO blam! 0: 0x563287946b0e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 11 00:49:06.405 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 11 00:49:06.405 INFO blam! 1: 0x56328794f9b6 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 11 00:49:06.405 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 11 00:49:06.405 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 11 00:49:06.405 INFO blam! 2: 0x56328794a70d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 11 00:49:06.405 INFO blam! at libstd/panicking.rs:211 Oct 11 00:49:06.405 INFO blam! 3: 0x56328794a41b - std::panicking::default_hook::h1ef46fa7cd894809 Oct 11 00:49:06.405 INFO blam! at libstd/panicking.rs:221 Oct 11 00:49:06.405 INFO blam! 4: 0x56328794adbc - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 11 00:49:06.405 INFO blam! at libstd/panicking.rs:476 Oct 11 00:49:06.405 INFO blam! 5: 0x563287939bbf - std::panicking::begin_panic::h115170853f476d93 Oct 11 00:49:06.405 INFO blam! at libstd/panicking.rs:410 Oct 11 00:49:06.405 INFO blam! 6: 0x5632878f1160 - bakare::backup::should::store_file_where_index_tells_it::h87f1ce8950f5a12d Oct 11 00:49:06.405 INFO blam! at src/backup.rs:59 Oct 11 00:49:06.405 INFO blam! 7: 0x5632878f1129 - bakare::backup::should::store_file_where_index_tells_it::{{closure}}::ha75c0be65e6f0a42 Oct 11 00:49:06.405 INFO blam! at src/backup.rs:55 Oct 11 00:49:06.405 INFO blam! 8: 0x5632878f05ed - core::ops::function::FnOnce::call_once::h49789499276eb1e1 Oct 11 00:49:06.405 INFO blam! at libcore/ops/function.rs:238 Oct 11 00:49:06.405 INFO blam! 9: 0x5632878fac5e - >::call_box::h95b7cb918af67b5d Oct 11 00:49:06.405 INFO blam! at libtest/lib.rs:1468 Oct 11 00:49:06.405 INFO blam! at libcore/ops/function.rs:238 Oct 11 00:49:06.405 INFO blam! at liballoc/boxed.rs:672 Oct 11 00:49:06.405 INFO blam! 10: 0x56328795ab89 - __rust_maybe_catch_panic Oct 11 00:49:06.405 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 00:49:06.405 INFO blam! 11: 0x56328791b7ad - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 11 00:49:06.405 INFO blam! at libstd/panicking.rs:289 Oct 11 00:49:06.405 INFO blam! at libstd/panic.rs:392 Oct 11 00:49:06.405 INFO blam! at libtest/lib.rs:1423 Oct 11 00:49:06.405 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 11 00:49:06.405 INFO blam! 12: 0x56328791c3b4 - std::panicking::try::do_call::ha990a345054c2d63 Oct 11 00:49:06.405 INFO blam! at libstd/thread/mod.rs:409 Oct 11 00:49:06.405 INFO blam! at libstd/panic.rs:313 Oct 11 00:49:06.405 INFO blam! at libstd/panicking.rs:310 Oct 11 00:49:06.405 INFO blam! 13: 0x56328795ab89 - __rust_maybe_catch_panic Oct 11 00:49:06.405 INFO blam! at libpanic_unwind/lib.rs:102 Oct 11 00:49:06.405 INFO blam! 14: 0x563287909976 - >::call_box::h96125cb29a9ba44b Oct 11 00:49:06.405 INFO blam! at libstd/panicking.rs:289 Oct 11 00:49:06.405 INFO blam! at libstd/panic.rs:392 Oct 11 00:49:06.405 INFO blam! at libstd/thread/mod.rs:408 Oct 11 00:49:06.405 INFO blam! at liballoc/boxed.rs:672 Oct 11 00:49:06.405 INFO blam! 15: 0x563287948b4a - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 11 00:49:06.405 INFO blam! at liballoc/boxed.rs:682 Oct 11 00:49:06.405 INFO blam! at libstd/sys_common/thread.rs:24 Oct 11 00:49:06.405 INFO blam! 16: 0x56328793e2d5 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 11 00:49:06.405 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 11 00:49:06.405 INFO blam! 17: 0x7fc9169ca6b9 - start_thread Oct 11 00:49:06.405 INFO blam! 18: 0x7fc9164ea41c - clone Oct 11 00:49:06.405 INFO blam! 19: 0x0 - Oct 11 00:49:06.405 INFO blam! Oct 11 00:49:06.405 INFO blam! Oct 11 00:49:06.405 INFO blam! failures: Oct 11 00:49:06.405 INFO blam! backup::should::store_file_where_index_tells_it Oct 11 00:49:06.405 INFO blam! Oct 11 00:49:06.405 INFO blam! test result: FAILED. 2 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 00:49:06.405 INFO blam! Oct 11 00:49:06.407 INFO kablam! error: test failed, to rerun pass '--lib' Oct 11 00:49:06.412 INFO kablam! su: No module specific data is present Oct 11 00:49:06.805 INFO running `"docker" "rm" "-f" "9f1dafb6e0ee469f8077b3015238f5976968122992a4e4de1ee0d165cc39aa45"` Oct 11 00:49:07.050 INFO blam! 9f1dafb6e0ee469f8077b3015238f5976968122992a4e4de1ee0d165cc39aa45