Oct 14 23:56:32.194 INFO testing cyplo/rustback against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 23:56:32.195 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 14 23:56:32.723 INFO blam! f29921bdab199fb62e3e08da9936d184ba583237dfbd09907c7588912e8d0191 Oct 14 23:56:32.731 INFO running `"docker" "start" "-a" "f29921bdab199fb62e3e08da9936d184ba583237dfbd09907c7588912e8d0191"` Oct 14 23:56:34.259 INFO kablam! usermod: no changes Oct 14 23:56:34.444 INFO kablam! Compiling rust-crypto v0.2.36 Oct 14 23:56:42.851 INFO kablam! Compiling bakare v0.1.0 (/source) Oct 14 23:56:43.437 INFO kablam! warning: unused variable: `path` Oct 14 23:56:43.437 INFO kablam! --> src/backup.rs:32:32 Oct 14 23:56:43.437 INFO kablam! | Oct 14 23:56:43.438 INFO kablam! 32 | pub fn file_version(&self, path: &Path) -> Version { Oct 14 23:56:43.438 INFO kablam! | ^^^^ help: consider using `_path` instead Oct 14 23:56:43.438 INFO kablam! | Oct 14 23:56:43.439 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 23:56:43.439 INFO kablam! Oct 14 23:56:43.439 INFO kablam! warning: unused variable: `what` Oct 14 23:56:43.440 INFO kablam! --> src/restore.rs:34:41 Oct 14 23:56:43.440 INFO kablam! | Oct 14 23:56:43.440 INFO kablam! 34 | pub fn restore_as_of_version(&self, what: WhatToRestore, version: Version) -> Result<(), io::Error> { Oct 14 23:56:43.441 INFO kablam! | ^^^^ help: consider using `_what` instead Oct 14 23:56:43.441 INFO kablam! Oct 14 23:56:43.441 INFO kablam! warning: unused variable: `version` Oct 14 23:56:43.441 INFO kablam! --> src/restore.rs:34:62 Oct 14 23:56:43.442 INFO kablam! | Oct 14 23:56:43.442 INFO kablam! 34 | pub fn restore_as_of_version(&self, what: WhatToRestore, version: Version) -> Result<(), io::Error> { Oct 14 23:56:43.442 INFO kablam! | ^^^^^^^ help: consider using `_version` instead Oct 14 23:56:43.443 INFO kablam! Oct 14 23:56:43.449 INFO kablam! warning: method is never used: `next` Oct 14 23:56:43.449 INFO kablam! --> src/storage.rs:8:5 Oct 14 23:56:43.449 INFO kablam! | Oct 14 23:56:43.450 INFO kablam! 8 | fn next(self) -> Self { Oct 14 23:56:43.450 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:56:43.450 INFO kablam! | Oct 14 23:56:43.451 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 23:56:43.451 INFO kablam! Oct 14 23:56:43.451 INFO kablam! warning: struct is never constructed: `Index` Oct 14 23:56:43.451 INFO kablam! --> src/storage.rs:29:1 Oct 14 23:56:43.452 INFO kablam! | Oct 14 23:56:43.452 INFO kablam! 29 | struct Index<'a> { Oct 14 23:56:43.452 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 23:56:43.453 INFO kablam! Oct 14 23:56:43.453 INFO kablam! warning: method is never used: `new` Oct 14 23:56:43.453 INFO kablam! --> src/storage.rs:35:5 Oct 14 23:56:43.454 INFO kablam! | Oct 14 23:56:43.454 INFO kablam! 35 | fn new() -> Self { Oct 14 23:56:43.454 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 14 23:56:43.455 INFO kablam! Oct 14 23:56:43.455 INFO kablam! warning: method is never used: `store` Oct 14 23:56:43.455 INFO kablam! --> src/storage.rs:42:5 Oct 14 23:56:43.455 INFO kablam! | Oct 14 23:56:43.456 INFO kablam! 42 | fn store(&mut self, source_path: &'a str, hash: Hash) -> (Version, String) { Oct 14 23:56:43.456 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:56:43.456 INFO kablam! Oct 14 23:56:43.457 INFO kablam! warning: method is never used: `latest_version_for_path` Oct 14 23:56:43.457 INFO kablam! --> src/storage.rs:91:5 Oct 14 23:56:43.457 INFO kablam! | Oct 14 23:56:43.458 INFO kablam! 91 | fn latest_version_for_path(&self, path: &str) -> Option { Oct 14 23:56:43.458 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 23:56:43.458 INFO kablam! Oct 14 23:56:44.280 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.95s Oct 14 23:56:44.284 INFO kablam! su: No module specific data is present Oct 14 23:56:44.807 INFO running `"docker" "rm" "-f" "f29921bdab199fb62e3e08da9936d184ba583237dfbd09907c7588912e8d0191"` Oct 14 23:56:45.027 INFO blam! f29921bdab199fb62e3e08da9936d184ba583237dfbd09907c7588912e8d0191 Oct 14 23:56:45.036 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 14 23:56:45.483 INFO blam! 0433d22249c752331e066af8825b6d7fbe27e9c9005f5ec71c055e259d914f97 Oct 14 23:56:45.494 INFO running `"docker" "start" "-a" "0433d22249c752331e066af8825b6d7fbe27e9c9005f5ec71c055e259d914f97"` Oct 14 23:56:46.480 INFO kablam! usermod: no changes Oct 14 23:56:46.617 INFO kablam! Compiling dir-diff v0.3.1 Oct 14 23:56:47.055 INFO kablam! Compiling bakare v0.1.0 (/source) Oct 14 23:56:48.035 INFO kablam! warning: unused variable: `path` Oct 14 23:56:48.035 INFO kablam! --> src/backup.rs:32:32 Oct 14 23:56:48.035 INFO kablam! | Oct 14 23:56:48.035 INFO kablam! 32 | pub fn file_version(&self, path: &Path) -> Version { Oct 14 23:56:48.035 INFO kablam! | ^^^^ help: consider using `_path` instead Oct 14 23:56:48.035 INFO kablam! | Oct 14 23:56:48.035 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 23:56:48.035 INFO kablam! Oct 14 23:56:48.035 INFO kablam! warning: unused variable: `what` Oct 14 23:56:48.035 INFO kablam! --> src/restore.rs:34:41 Oct 14 23:56:48.035 INFO kablam! | Oct 14 23:56:48.035 INFO kablam! 34 | pub fn restore_as_of_version(&self, what: WhatToRestore, version: Version) -> Result<(), io::Error> { Oct 14 23:56:48.035 INFO kablam! | ^^^^ help: consider using `_what` instead Oct 14 23:56:48.035 INFO kablam! Oct 14 23:56:48.035 INFO kablam! warning: unused variable: `version` Oct 14 23:56:48.035 INFO kablam! --> src/restore.rs:34:62 Oct 14 23:56:48.035 INFO kablam! | Oct 14 23:56:48.035 INFO kablam! 34 | pub fn restore_as_of_version(&self, what: WhatToRestore, version: Version) -> Result<(), io::Error> { Oct 14 23:56:48.035 INFO kablam! | ^^^^^^^ help: consider using `_version` instead Oct 14 23:56:48.035 INFO kablam! Oct 14 23:56:49.831 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.32s Oct 14 23:56:49.831 INFO kablam! su: No module specific data is present Oct 14 23:56:50.376 INFO running `"docker" "rm" "-f" "0433d22249c752331e066af8825b6d7fbe27e9c9005f5ec71c055e259d914f97"` Oct 14 23:56:50.687 INFO blam! 0433d22249c752331e066af8825b6d7fbe27e9c9005f5ec71c055e259d914f97 Oct 14 23:56:50.693 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 14 23:56:51.075 INFO blam! c032248f2cb78b5087159b4b7753354b90892cb9ab86095be8e716377b4d4a4a Oct 14 23:56:51.079 INFO running `"docker" "start" "-a" "c032248f2cb78b5087159b4b7753354b90892cb9ab86095be8e716377b4d4a4a"` Oct 14 23:56:51.943 INFO kablam! usermod: no changes Oct 14 23:56:51.996 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 14 23:56:52.008 INFO kablam! Running /target/debug/deps/bakare-31ef0dec7df34ef6 Oct 14 23:56:52.010 INFO blam! Oct 14 23:56:52.010 INFO blam! running 3 tests Oct 14 23:56:52.014 INFO blam! test storage::should::support_file_versions ... ok Oct 14 23:56:52.015 INFO blam! test storage::should::support_deduplication ... ok Oct 14 23:56:52.028 INFO blam! test backup::should::store_file_where_index_tells_it ... FAILED Oct 14 23:56:52.028 INFO blam! Oct 14 23:56:52.028 INFO blam! failures: Oct 14 23:56:52.028 INFO blam! Oct 14 23:56:52.028 INFO blam! ---- backup::should::store_file_where_index_tells_it stdout ---- Oct 14 23:56:52.028 INFO blam! thread 'backup::should::store_file_where_index_tells_it' panicked at 'assertion failed: false', src/backup.rs:59:9 Oct 14 23:56:52.028 INFO blam! stack backtrace: Oct 14 23:56:52.028 INFO blam! 0: 0x559102278b0e - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 14 23:56:52.028 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 14 23:56:52.028 INFO blam! 1: 0x5591022819b6 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 14 23:56:52.028 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 14 23:56:52.028 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 14 23:56:52.028 INFO blam! 2: 0x55910227c70d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 14 23:56:52.028 INFO blam! at libstd/panicking.rs:211 Oct 14 23:56:52.028 INFO blam! 3: 0x55910227c41b - std::panicking::default_hook::h1ef46fa7cd894809 Oct 14 23:56:52.028 INFO blam! at libstd/panicking.rs:221 Oct 14 23:56:52.028 INFO blam! 4: 0x55910227cdbc - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 14 23:56:52.028 INFO blam! at libstd/panicking.rs:476 Oct 14 23:56:52.028 INFO blam! 5: 0x55910226bbbf - std::panicking::begin_panic::h115170853f476d93 Oct 14 23:56:52.028 INFO blam! at libstd/panicking.rs:410 Oct 14 23:56:52.028 INFO blam! 6: 0x559102223160 - bakare::backup::should::store_file_where_index_tells_it::h87f1ce8950f5a12d Oct 14 23:56:52.028 INFO blam! at src/backup.rs:59 Oct 14 23:56:52.028 INFO blam! 7: 0x559102223129 - bakare::backup::should::store_file_where_index_tells_it::{{closure}}::ha75c0be65e6f0a42 Oct 14 23:56:52.028 INFO blam! at src/backup.rs:55 Oct 14 23:56:52.028 INFO blam! 8: 0x5591022225ed - core::ops::function::FnOnce::call_once::h49789499276eb1e1 Oct 14 23:56:52.028 INFO blam! at libcore/ops/function.rs:238 Oct 14 23:56:52.028 INFO blam! 9: 0x55910222cc5e - >::call_box::h95b7cb918af67b5d Oct 14 23:56:52.028 INFO blam! at libtest/lib.rs:1468 Oct 14 23:56:52.028 INFO blam! at libcore/ops/function.rs:238 Oct 14 23:56:52.028 INFO blam! at liballoc/boxed.rs:672 Oct 14 23:56:52.028 INFO blam! 10: 0x55910228cb89 - __rust_maybe_catch_panic Oct 14 23:56:52.028 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 23:56:52.028 INFO blam! 11: 0x55910224d7ad - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 14 23:56:52.028 INFO blam! at libstd/panicking.rs:289 Oct 14 23:56:52.028 INFO blam! at libstd/panic.rs:392 Oct 14 23:56:52.028 INFO blam! at libtest/lib.rs:1423 Oct 14 23:56:52.028 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 14 23:56:52.028 INFO blam! 12: 0x55910224e3b4 - std::panicking::try::do_call::ha990a345054c2d63 Oct 14 23:56:52.028 INFO blam! at libstd/thread/mod.rs:409 Oct 14 23:56:52.028 INFO blam! at libstd/panic.rs:313 Oct 14 23:56:52.028 INFO blam! at libstd/panicking.rs:310 Oct 14 23:56:52.028 INFO blam! 13: 0x55910228cb89 - __rust_maybe_catch_panic Oct 14 23:56:52.028 INFO blam! at libpanic_unwind/lib.rs:102 Oct 14 23:56:52.028 INFO blam! 14: 0x55910223b976 - >::call_box::h96125cb29a9ba44b Oct 14 23:56:52.028 INFO blam! at libstd/panicking.rs:289 Oct 14 23:56:52.028 INFO blam! at libstd/panic.rs:392 Oct 14 23:56:52.028 INFO blam! at libstd/thread/mod.rs:408 Oct 14 23:56:52.028 INFO blam! at liballoc/boxed.rs:672 Oct 14 23:56:52.028 INFO blam! 15: 0x55910227ab4a - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 14 23:56:52.029 INFO blam! at liballoc/boxed.rs:682 Oct 14 23:56:52.029 INFO blam! at libstd/sys_common/thread.rs:24 Oct 14 23:56:52.029 INFO blam! 16: 0x5591022702d5 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 14 23:56:52.029 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 14 23:56:52.029 INFO blam! 17: 0x7f10955b16b9 - start_thread Oct 14 23:56:52.029 INFO blam! 18: 0x7f10950d141c - clone Oct 14 23:56:52.029 INFO blam! 19: 0x0 - Oct 14 23:56:52.029 INFO blam! Oct 14 23:56:52.029 INFO blam! Oct 14 23:56:52.029 INFO blam! failures: Oct 14 23:56:52.029 INFO blam! backup::should::store_file_where_index_tells_it Oct 14 23:56:52.029 INFO blam! Oct 14 23:56:52.029 INFO blam! test result: FAILED. 2 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 23:56:52.029 INFO blam! Oct 14 23:56:52.038 INFO kablam! error: test failed, to rerun pass '--lib' Oct 14 23:56:52.038 INFO kablam! su: No module specific data is present Oct 14 23:56:52.433 INFO running `"docker" "rm" "-f" "c032248f2cb78b5087159b4b7753354b90892cb9ab86095be8e716377b4d4a4a"` Oct 14 23:56:52.505 INFO blam! c032248f2cb78b5087159b4b7753354b90892cb9ab86095be8e716377b4d4a4a