Oct 10 22:42:43.679 INFO testing gavynriebau/xor against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 22:42:43.679 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 22:42:43.679 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/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 22:42:44.014 INFO blam! 6ea7546705bda1d3b0e2a5e8396f76c2bba3bb65297e485b6d066306a1efc5a8 Oct 10 22:42:44.017 INFO running `"docker" "start" "-a" "6ea7546705bda1d3b0e2a5e8396f76c2bba3bb65297e485b6d066306a1efc5a8"` Oct 10 22:42:45.184 INFO kablam! usermod: no changes Oct 10 22:42:45.393 INFO kablam! Compiling rand v0.3.18 Oct 10 22:42:45.393 INFO kablam! Compiling rand v0.4.2 Oct 10 22:42:45.393 INFO kablam! Compiling number_prefix v0.2.7 Oct 10 22:42:45.396 INFO kablam! Compiling xor-utils v0.6.0 Oct 10 22:42:45.397 INFO kablam! Compiling textwrap v0.6.0 Oct 10 22:42:45.397 INFO kablam! Compiling regex v0.2.2 Oct 10 22:42:51.452 INFO kablam! Compiling clap v2.25.0 Oct 10 22:42:53.536 INFO kablam! Compiling tempdir v0.3.5 Oct 10 22:42:55.768 INFO kablam! Compiling filesystem v0.4.2 Oct 10 22:43:03.448 INFO kablam! Compiling env_logger v0.4.3 Oct 10 22:43:22.900 INFO kablam! Compiling xor v1.4.5 (/source) Oct 10 22:43:25.368 INFO kablam! warning: unused import: `std::fs` Oct 10 22:43:25.368 INFO kablam! --> src/main.rs:16:5 Oct 10 22:43:25.368 INFO kablam! | Oct 10 22:43:25.368 INFO kablam! 16 | use std::fs; Oct 10 22:43:25.368 INFO kablam! | ^^^^^^^ Oct 10 22:43:25.368 INFO kablam! | Oct 10 22:43:25.368 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 22:43:25.368 INFO kablam! Oct 10 22:43:25.368 INFO kablam! warning: unused import: `Cursor` Oct 10 22:43:25.368 INFO kablam! --> src/main.rs:18:28 Oct 10 22:43:25.368 INFO kablam! | Oct 10 22:43:25.368 INFO kablam! 18 | use std::io::{Write, Read, Cursor}; Oct 10 22:43:25.368 INFO kablam! | ^^^^^^ Oct 10 22:43:25.368 INFO kablam! Oct 10 22:43:25.541 INFO kablam! warning: unused variable: `mode` Oct 10 22:43:25.541 INFO kablam! --> src/main.rs:89:9 Oct 10 22:43:25.542 INFO kablam! | Oct 10 22:43:25.542 INFO kablam! 89 | let mode = if matches.is_present("decrypt") { Oct 10 22:43:25.542 INFO kablam! | ^^^^ help: consider using `_mode` instead Oct 10 22:43:25.542 INFO kablam! | Oct 10 22:43:25.543 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 22:43:25.543 INFO kablam! Oct 10 22:43:25.543 INFO kablam! warning: unused variable: `key_bytes` Oct 10 22:43:25.544 INFO kablam! --> src/main.rs:96:9 Oct 10 22:43:25.544 INFO kablam! | Oct 10 22:43:25.544 INFO kablam! 96 | let key_bytes = get_key_bytes(&matches); Oct 10 22:43:25.545 INFO kablam! | ^^^^^^^^^ help: consider using `_key_bytes` instead Oct 10 22:43:25.545 INFO kablam! Oct 10 22:43:25.545 INFO kablam! warning: unused variable: `matches` Oct 10 22:43:25.545 INFO kablam! --> src/main.rs:310:22 Oct 10 22:43:25.546 INFO kablam! | Oct 10 22:43:25.546 INFO kablam! 310 | fn get_key_bytes<'a>(matches: &'a ArgMatches<'a>) -> Vec { Oct 10 22:43:25.546 INFO kablam! | ^^^^^^^ help: consider using `_matches` instead Oct 10 22:43:25.547 INFO kablam! Oct 10 22:43:25.560 INFO kablam! warning: variable does not need to be mutable Oct 10 22:43:25.564 INFO kablam! --> src/main.rs:311:9 Oct 10 22:43:25.564 INFO kablam! | Oct 10 22:43:25.564 INFO kablam! 311 | let mut key_bytes : Vec = Vec::new(); Oct 10 22:43:25.564 INFO kablam! | ----^^^^^^^^^ Oct 10 22:43:25.564 INFO kablam! | | Oct 10 22:43:25.564 INFO kablam! | help: remove this `mut` Oct 10 22:43:25.564 INFO kablam! | Oct 10 22:43:25.564 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 22:43:25.564 INFO kablam! Oct 10 22:43:25.576 INFO kablam! warning: struct is never constructed: `StdoutWriter` Oct 10 22:43:25.577 INFO kablam! --> src/stdout_writer.rs:11:1 Oct 10 22:43:25.577 INFO kablam! | Oct 10 22:43:25.577 INFO kablam! 11 | pub struct StdoutWriter; Oct 10 22:43:25.577 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:43:25.577 INFO kablam! | Oct 10 22:43:25.578 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 22:43:25.578 INFO kablam! Oct 10 22:43:25.578 INFO kablam! warning: function is never used: `encrypt_reader` Oct 10 22:43:25.578 INFO kablam! --> src/main.rs:139:1 Oct 10 22:43:25.578 INFO kablam! | Oct 10 22:43:25.578 INFO kablam! 139 | fn encrypt_reader(input : &mut Read, key : &Vec, output : &mut Write) { Oct 10 22:43:25.578 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:43:25.578 INFO kablam! Oct 10 22:43:25.578 INFO kablam! warning: function is never used: `xor_file` Oct 10 22:43:25.578 INFO kablam! --> src/main.rs:185:1 Oct 10 22:43:25.578 INFO kablam! | Oct 10 22:43:25.578 INFO kablam! 185 | fn xor_file(fs : &T, file_path : &Path, key : &Vec, mode : &Mode) { Oct 10 22:43:25.578 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:43:25.579 INFO kablam! Oct 10 22:43:25.579 INFO kablam! warning: function is never used: `xor_dir` Oct 10 22:43:25.579 INFO kablam! --> src/main.rs:203:1 Oct 10 22:43:25.579 INFO kablam! | Oct 10 22:43:25.579 INFO kablam! 203 | fn xor_dir(fs : &T, dir_path : &Path, key : &Vec, mode : &Mode) { Oct 10 22:43:25.579 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:43:25.579 INFO kablam! Oct 10 22:43:25.579 INFO kablam! warning: function is never used: `rename_entry` Oct 10 22:43:25.579 INFO kablam! --> src/main.rs:237:1 Oct 10 22:43:25.579 INFO kablam! | Oct 10 22:43:25.579 INFO kablam! 237 | fn rename_entry(fs : &T, entry : &Path, key : &Vec, mode : &Mode) { Oct 10 22:43:25.579 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:43:25.579 INFO kablam! Oct 10 22:43:25.579 INFO kablam! warning: function is never used: `repeat_key` Oct 10 22:43:25.579 INFO kablam! --> src/main.rs:281:1 Oct 10 22:43:25.579 INFO kablam! | Oct 10 22:43:25.579 INFO kablam! 281 | fn repeat_key(key : &Vec, required_len : usize) -> Vec { Oct 10 22:43:25.579 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:43:25.579 INFO kablam! Oct 10 22:43:25.579 INFO kablam! warning: function is never used: `to_hex_string` Oct 10 22:43:25.579 INFO kablam! --> src/main.rs:297:1 Oct 10 22:43:25.579 INFO kablam! | Oct 10 22:43:25.579 INFO kablam! 297 | fn to_hex_string(bytes: Vec) -> String { Oct 10 22:43:25.579 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:43:25.579 INFO kablam! Oct 10 22:43:25.579 INFO kablam! warning: function is never used: `from_hex_string` Oct 10 22:43:25.579 INFO kablam! --> src/main.rs:306:1 Oct 10 22:43:25.579 INFO kablam! | Oct 10 22:43:25.579 INFO kablam! 306 | fn from_hex_string(hex : &String) -> Vec { Oct 10 22:43:25.579 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:43:25.579 INFO kablam! Oct 10 22:43:25.584 INFO kablam! warning: function is never used: `show_prompt` Oct 10 22:43:25.584 INFO kablam! --> src/main.rs:406:1 Oct 10 22:43:25.584 INFO kablam! | Oct 10 22:43:25.584 INFO kablam! 406 | fn show_prompt() -> char { Oct 10 22:43:25.584 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:43:25.584 INFO kablam! Oct 10 22:43:25.584 INFO kablam! warning: function is never used: `print_keysize_warning` Oct 10 22:43:25.584 INFO kablam! --> src/main.rs:425:1 Oct 10 22:43:25.584 INFO kablam! | Oct 10 22:43:25.584 INFO kablam! 425 | fn print_keysize_warning(key_size : usize, largest_file_size : u64, longest_name : usize) { Oct 10 22:43:25.584 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:43:25.584 INFO kablam! Oct 10 22:43:27.460 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 42.24s Oct 10 22:43:27.467 INFO kablam! su: No module specific data is present Oct 10 22:43:28.145 INFO running `"docker" "rm" "-f" "6ea7546705bda1d3b0e2a5e8396f76c2bba3bb65297e485b6d066306a1efc5a8"` Oct 10 22:43:28.449 INFO blam! 6ea7546705bda1d3b0e2a5e8396f76c2bba3bb65297e485b6d066306a1efc5a8 Oct 10 22:43:28.456 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 22:43:28.456 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/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 22:43:29.044 INFO blam! aac01d3d886d2daf1c1a133356560f8d20bca0abcf5ccb703447c8088e60f875 Oct 10 22:43:29.056 INFO running `"docker" "start" "-a" "aac01d3d886d2daf1c1a133356560f8d20bca0abcf5ccb703447c8088e60f875"` Oct 10 22:43:30.205 INFO kablam! usermod: no changes Oct 10 22:43:30.348 INFO kablam! Compiling xor v1.4.5 (/source) Oct 10 22:43:32.673 INFO kablam! warning: unused import: `std::fs` Oct 10 22:43:32.673 INFO kablam! --> src/main.rs:16:5 Oct 10 22:43:32.673 INFO kablam! | Oct 10 22:43:32.674 INFO kablam! 16 | use std::fs; Oct 10 22:43:32.674 INFO kablam! | ^^^^^^^ Oct 10 22:43:32.674 INFO kablam! | Oct 10 22:43:32.674 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 22:43:32.675 INFO kablam! Oct 10 22:43:32.910 INFO kablam! warning: unused variable: `mode` Oct 10 22:43:32.910 INFO kablam! --> src/main.rs:89:9 Oct 10 22:43:32.911 INFO kablam! | Oct 10 22:43:32.911 INFO kablam! 89 | let mode = if matches.is_present("decrypt") { Oct 10 22:43:32.911 INFO kablam! | ^^^^ help: consider using `_mode` instead Oct 10 22:43:32.912 INFO kablam! | Oct 10 22:43:32.912 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 22:43:32.912 INFO kablam! Oct 10 22:43:32.913 INFO kablam! warning: unused variable: `key_bytes` Oct 10 22:43:32.913 INFO kablam! --> src/main.rs:96:9 Oct 10 22:43:32.913 INFO kablam! | Oct 10 22:43:32.913 INFO kablam! 96 | let key_bytes = get_key_bytes(&matches); Oct 10 22:43:32.914 INFO kablam! | ^^^^^^^^^ help: consider using `_key_bytes` instead Oct 10 22:43:32.914 INFO kablam! Oct 10 22:43:32.914 INFO kablam! warning: unused variable: `matches` Oct 10 22:43:32.915 INFO kablam! --> src/main.rs:310:22 Oct 10 22:43:32.915 INFO kablam! | Oct 10 22:43:32.915 INFO kablam! 310 | fn get_key_bytes<'a>(matches: &'a ArgMatches<'a>) -> Vec { Oct 10 22:43:32.916 INFO kablam! | ^^^^^^^ help: consider using `_matches` instead Oct 10 22:43:32.916 INFO kablam! Oct 10 22:43:32.959 INFO kablam! warning: variable does not need to be mutable Oct 10 22:43:32.959 INFO kablam! --> src/main.rs:311:9 Oct 10 22:43:32.959 INFO kablam! | Oct 10 22:43:32.960 INFO kablam! 311 | let mut key_bytes : Vec = Vec::new(); Oct 10 22:43:32.960 INFO kablam! | ----^^^^^^^^^ Oct 10 22:43:32.960 INFO kablam! | | Oct 10 22:43:32.961 INFO kablam! | help: remove this `mut` Oct 10 22:43:32.961 INFO kablam! | Oct 10 22:43:32.961 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 22:43:32.962 INFO kablam! Oct 10 22:43:32.976 INFO kablam! warning: variable does not need to be mutable Oct 10 22:43:32.977 INFO kablam! --> src/main.rs:529:13 Oct 10 22:43:32.977 INFO kablam! | Oct 10 22:43:32.977 INFO kablam! 529 | let mut filenames = get_root_files(&fs); Oct 10 22:43:32.978 INFO kablam! | ----^^^^^^^^^ Oct 10 22:43:32.978 INFO kablam! | | Oct 10 22:43:32.978 INFO kablam! | help: remove this `mut` Oct 10 22:43:32.979 INFO kablam! Oct 10 22:43:32.982 INFO kablam! warning: variable does not need to be mutable Oct 10 22:43:32.982 INFO kablam! --> src/main.rs:556:13 Oct 10 22:43:32.982 INFO kablam! | Oct 10 22:43:32.982 INFO kablam! 556 | let mut filenames = get_root_files(&fs); Oct 10 22:43:32.982 INFO kablam! | ----^^^^^^^^^ Oct 10 22:43:32.982 INFO kablam! | | Oct 10 22:43:32.982 INFO kablam! | help: remove this `mut` Oct 10 22:43:32.982 INFO kablam! Oct 10 22:43:32.993 INFO kablam! warning: struct is never constructed: `StdoutWriter` Oct 10 22:43:32.993 INFO kablam! --> src/stdout_writer.rs:11:1 Oct 10 22:43:32.993 INFO kablam! | Oct 10 22:43:32.993 INFO kablam! 11 | pub struct StdoutWriter; Oct 10 22:43:32.993 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:43:32.993 INFO kablam! | Oct 10 22:43:32.993 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 22:43:32.993 INFO kablam! Oct 10 22:43:32.993 INFO kablam! warning: function is never used: `show_prompt` Oct 10 22:43:32.993 INFO kablam! --> src/main.rs:406:1 Oct 10 22:43:32.993 INFO kablam! | Oct 10 22:43:32.993 INFO kablam! 406 | fn show_prompt() -> char { Oct 10 22:43:32.993 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:43:32.993 INFO kablam! Oct 10 22:43:32.993 INFO kablam! warning: function is never used: `print_keysize_warning` Oct 10 22:43:32.993 INFO kablam! --> src/main.rs:425:1 Oct 10 22:43:32.993 INFO kablam! | Oct 10 22:43:32.993 INFO kablam! 425 | fn print_keysize_warning(key_size : usize, largest_file_size : u64, longest_name : usize) { Oct 10 22:43:32.993 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 22:43:32.993 INFO kablam! Oct 10 22:43:35.177 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.94s Oct 10 22:43:35.180 INFO kablam! su: No module specific data is present Oct 10 22:43:35.710 INFO running `"docker" "rm" "-f" "aac01d3d886d2daf1c1a133356560f8d20bca0abcf5ccb703447c8088e60f875"` Oct 10 22:43:35.972 INFO blam! aac01d3d886d2daf1c1a133356560f8d20bca0abcf5ccb703447c8088e60f875 Oct 10 22:43:35.984 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 22:43:35.985 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/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 22:43:36.385 INFO blam! 468a263ddc7e8aa7f711cb66173d056216c92aebc7119ca02d017f6b4c8ecab0 Oct 10 22:43:36.392 INFO running `"docker" "start" "-a" "468a263ddc7e8aa7f711cb66173d056216c92aebc7119ca02d017f6b4c8ecab0"` Oct 10 22:43:37.872 INFO kablam! usermod: no changes Oct 10 22:43:37.974 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.07s Oct 10 22:43:37.985 INFO kablam! Running /target/debug/deps/xor-8b6a16b7ea5d00ba Oct 10 22:43:37.993 INFO blam! Oct 10 22:43:37.993 INFO blam! running 6 tests Oct 10 22:43:38.009 INFO blam! test tests::encrypt_reader_works ... ok Oct 10 22:43:38.010 INFO blam! test tests::to_hex_string_works ... ok Oct 10 22:43:38.010 INFO blam! test tests::xor_file_encrypt_mode_works ... ok Oct 10 22:43:38.010 INFO blam! test tests::xor_file_decrypt_mode_works ... ok Oct 10 22:43:38.015 INFO blam! test tests::from_hex_string_works ... ok Oct 10 22:43:38.080 INFO blam! test tests::xor_directory_encrypt_mode_works ... FAILED Oct 10 22:43:38.080 INFO blam! Oct 10 22:43:38.080 INFO blam! failures: Oct 10 22:43:38.081 INFO blam! Oct 10 22:43:38.081 INFO blam! ---- tests::xor_directory_encrypt_mode_works stdout ---- Oct 10 22:43:38.082 INFO blam! thread 'tests::xor_directory_encrypt_mode_works' panicked at 'assertion failed: fs.is_dir(Path::new("/37263522293318232E35/242F2E2B2318232E35"))', src/main.rs:593:9 Oct 10 22:43:38.082 INFO kablam! error: test failed, to rerun pass '--bin xor' Oct 10 22:43:38.082 INFO blam! stack backtrace: Oct 10 22:43:38.082 INFO blam! 0: 0x55fc93eb68be - std::sys::unix::backtrace::tracing::imp::unwind_backtrace::h52ace5b3d4e95617 Oct 10 22:43:38.083 INFO blam! at libstd/sys/unix/backtrace/tracing/gcc_s.rs:49 Oct 10 22:43:38.083 INFO blam! 1: 0x55fc93ebf906 - std::sys_common::backtrace::print::h6cfc8a66009c1cc9 Oct 10 22:43:38.083 INFO blam! at libstd/sys_common/backtrace.rs:71 Oct 10 22:43:38.084 INFO blam! at libstd/sys_common/backtrace.rs:59 Oct 10 22:43:38.088 INFO blam! 2: 0x55fc93eba65d - std::panicking::default_hook::{{closure}}::h47bedf778bf88480 Oct 10 22:43:38.088 INFO blam! at libstd/panicking.rs:211 Oct 10 22:43:38.089 INFO kablam! su: No module specific data is present Oct 10 22:43:38.089 INFO blam! 3: 0x55fc93eba36b - std::panicking::default_hook::h1ef46fa7cd894809 Oct 10 22:43:38.089 INFO blam! at libstd/panicking.rs:221 Oct 10 22:43:38.090 INFO blam! 4: 0x55fc93ebad0c - std::panicking::rust_panic_with_hook::h05510fde8841c579 Oct 10 22:43:38.090 INFO blam! at libstd/panicking.rs:476 Oct 10 22:43:38.090 INFO blam! 5: 0x55fc93ea9a6f - std::panicking::begin_panic::h1b34dac6502ac0ff Oct 10 22:43:38.091 INFO blam! at libstd/panicking.rs:410 Oct 10 22:43:38.091 INFO blam! 6: 0x55fc93e23bfb - xor::tests::xor_directory_encrypt_mode_works::hfe316665cb0fe86c Oct 10 22:43:38.091 INFO blam! at src/main.rs:593 Oct 10 22:43:38.091 INFO blam! 7: 0x55fc93e23669 - xor::tests::xor_directory_encrypt_mode_works::{{closure}}::hac65a7ee0c4ec306 Oct 10 22:43:38.092 INFO blam! at src/main.rs:565 Oct 10 22:43:38.092 INFO blam! 8: 0x55fc93e2761d - core::ops::function::FnOnce::call_once::h72e34e1740f9648f Oct 10 22:43:38.092 INFO blam! at libcore/ops/function.rs:238 Oct 10 22:43:38.093 INFO blam! 9: 0x55fc93e380ce - >::call_box::h95b7cb918af67b5d Oct 10 22:43:38.093 INFO blam! at libtest/lib.rs:1468 Oct 10 22:43:38.093 INFO blam! at libcore/ops/function.rs:238 Oct 10 22:43:38.093 INFO blam! at liballoc/boxed.rs:672 Oct 10 22:43:38.094 INFO blam! 10: 0x55fc93ecaad9 - __rust_maybe_catch_panic Oct 10 22:43:38.094 INFO blam! at libpanic_unwind/lib.rs:102 Oct 10 22:43:38.094 INFO blam! 11: 0x55fc93e58c1d - std::sys_common::backtrace::__rust_begin_short_backtrace::he1120aab928e481f Oct 10 22:43:38.095 INFO blam! at libstd/panicking.rs:289 Oct 10 22:43:38.095 INFO blam! at libstd/panic.rs:392 Oct 10 22:43:38.095 INFO blam! at libtest/lib.rs:1423 Oct 10 22:43:38.095 INFO blam! at libstd/sys_common/backtrace.rs:136 Oct 10 22:43:38.096 INFO blam! 12: 0x55fc93e59824 - std::panicking::try::do_call::ha990a345054c2d63 Oct 10 22:43:38.096 INFO blam! at libstd/thread/mod.rs:409 Oct 10 22:43:38.096 INFO blam! at libstd/panic.rs:313 Oct 10 22:43:38.097 INFO blam! at libstd/panicking.rs:310 Oct 10 22:43:38.097 INFO blam! 13: 0x55fc93ecaad9 - __rust_maybe_catch_panic Oct 10 22:43:38.097 INFO blam! at libpanic_unwind/lib.rs:102 Oct 10 22:43:38.098 INFO blam! 14: 0x55fc93e46de6 - >::call_box::h96125cb29a9ba44b Oct 10 22:43:38.098 INFO blam! at libstd/panicking.rs:289 Oct 10 22:43:38.098 INFO blam! at libstd/panic.rs:392 Oct 10 22:43:38.098 INFO blam! at libstd/thread/mod.rs:408 Oct 10 22:43:38.099 INFO blam! at liballoc/boxed.rs:672 Oct 10 22:43:38.099 INFO blam! 15: 0x55fc93eb8a6a - std::sys_common::thread::start_thread::h97c4c5d82028f6b1 Oct 10 22:43:38.099 INFO blam! at liballoc/boxed.rs:682 Oct 10 22:43:38.100 INFO blam! at libstd/sys_common/thread.rs:24 Oct 10 22:43:38.100 INFO blam! 16: 0x55fc93ead9b5 - std::sys::unix::thread::Thread::new::thread_start::he7d65efc4dd16886 Oct 10 22:43:38.104 INFO blam! at libstd/sys/unix/thread.rs:90 Oct 10 22:43:38.105 INFO blam! 17: 0x7f18ddc7d6b9 - start_thread Oct 10 22:43:38.105 INFO blam! 18: 0x7f18dd79d41c - clone Oct 10 22:43:38.105 INFO blam! 19: 0x0 - Oct 10 22:43:38.106 INFO blam! Oct 10 22:43:38.106 INFO blam! Oct 10 22:43:38.106 INFO blam! failures: Oct 10 22:43:38.106 INFO blam! tests::xor_directory_encrypt_mode_works Oct 10 22:43:38.107 INFO blam! Oct 10 22:43:38.107 INFO blam! test result: FAILED. 5 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 22:43:38.107 INFO blam! Oct 10 22:43:38.792 INFO running `"docker" "rm" "-f" "468a263ddc7e8aa7f711cb66173d056216c92aebc7119ca02d017f6b4c8ecab0"` Oct 10 22:43:39.105 INFO blam! 468a263ddc7e8aa7f711cb66173d056216c92aebc7119ca02d017f6b4c8ecab0