Oct 15 11:32:24.696 INFO testing DenialAdams/steganography against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 11:32:24.698 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 15 11:32:25.012 INFO blam! fdb196c2602ce476310fa063032d8c1499f016c6b40ea036893b603168538481 Oct 15 11:32:25.014 INFO running `"docker" "start" "-a" "fdb196c2602ce476310fa063032d8c1499f016c6b40ea036893b603168538481"` Oct 15 11:32:26.174 INFO kablam! usermod: no changes Oct 15 11:32:26.307 INFO kablam! Compiling enum_primitive v0.1.1 Oct 15 11:32:26.307 INFO kablam! Compiling num-rational v0.1.41 Oct 15 11:32:26.307 INFO kablam! Compiling png v0.11.0 Oct 15 11:32:29.555 INFO kablam! Compiling image v0.18.0 Oct 15 11:32:42.745 INFO kablam! Compiling steganography v0.1.0 (/source) Oct 15 11:32:44.006 INFO kablam! warning: function is never used: `vigenere_encrypt` Oct 15 11:32:44.006 INFO kablam! --> src/crypto.rs:5:1 Oct 15 11:32:44.006 INFO kablam! | Oct 15 11:32:44.006 INFO kablam! 5 | pub fn vigenere_encrypt(input: &[u8], key: &[u8]) -> Result, &'static str> { Oct 15 11:32:44.006 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:32:44.006 INFO kablam! | Oct 15 11:32:44.006 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 11:32:44.006 INFO kablam! Oct 15 11:32:44.006 INFO kablam! warning: function is never used: `vigenere_decrypt` Oct 15 11:32:44.006 INFO kablam! --> src/crypto.rs:17:1 Oct 15 11:32:44.006 INFO kablam! | Oct 15 11:32:44.006 INFO kablam! 17 | pub fn vigenere_decrypt(input: &[u8], key: &[u8]) -> Result, &'static str> { Oct 15 11:32:44.006 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:32:44.006 INFO kablam! Oct 15 11:32:44.006 INFO kablam! warning: function is never used: `caesar_encrypt` Oct 15 11:32:44.006 INFO kablam! --> src/crypto.rs:29:1 Oct 15 11:32:44.006 INFO kablam! | Oct 15 11:32:44.006 INFO kablam! 29 | pub fn caesar_encrypt(input: &[u8], offset: u8) -> Result, &'static str> { Oct 15 11:32:44.006 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:32:44.006 INFO kablam! Oct 15 11:32:44.006 INFO kablam! warning: function is never used: `caesar_decrypt` Oct 15 11:32:44.006 INFO kablam! --> src/crypto.rs:40:1 Oct 15 11:32:44.006 INFO kablam! | Oct 15 11:32:44.006 INFO kablam! 40 | pub fn caesar_decrypt(input: &[u8], offset: u8) -> Result, &'static str> { Oct 15 11:32:44.006 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:32:44.006 INFO kablam! Oct 15 11:32:44.006 INFO kablam! warning: function is never used: `modulo` Oct 15 11:32:44.006 INFO kablam! --> src/crypto.rs:52:1 Oct 15 11:32:44.006 INFO kablam! | Oct 15 11:32:44.006 INFO kablam! 52 | fn modulo(base: i8, other: u8) -> u8 { Oct 15 11:32:44.006 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:32:44.006 INFO kablam! Oct 15 11:32:44.006 INFO kablam! warning: function is never used: `alpha_to_twosix` Oct 15 11:32:44.006 INFO kablam! --> src/util.rs:1:1 Oct 15 11:32:44.006 INFO kablam! | Oct 15 11:32:44.006 INFO kablam! 1 | pub fn alpha_to_twosix(input: u8) -> Result { Oct 15 11:32:44.006 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:32:44.006 INFO kablam! Oct 15 11:32:44.006 INFO kablam! warning: function is never used: `twosix_to_alpha` Oct 15 11:32:44.006 INFO kablam! --> src/util.rs:33:1 Oct 15 11:32:44.006 INFO kablam! | Oct 15 11:32:44.006 INFO kablam! 33 | pub fn twosix_to_alpha(input: u8) -> Result { Oct 15 11:32:44.006 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:32:44.006 INFO kablam! Oct 15 11:32:44.006 INFO kablam! warning: function is never used: `create_parity_chart` Oct 15 11:32:44.006 INFO kablam! --> src/main.rs:95:1 Oct 15 11:32:44.006 INFO kablam! | Oct 15 11:32:44.006 INFO kablam! 95 | fn create_parity_chart(filename_in: &str, filename_out: &str) { Oct 15 11:32:44.007 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:32:44.007 INFO kablam! Oct 15 11:32:44.007 INFO kablam! warning: function is never used: `is_odd_parity` Oct 15 11:32:44.007 INFO kablam! --> src/main.rs:115:1 Oct 15 11:32:44.007 INFO kablam! | Oct 15 11:32:44.007 INFO kablam! 115 | fn is_odd_parity(mut v: u32) -> bool { Oct 15 11:32:44.007 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:32:44.007 INFO kablam! Oct 15 11:32:44.007 INFO kablam! warning: function is never used: `read_parity_message` Oct 15 11:32:44.007 INFO kablam! --> src/main.rs:126:1 Oct 15 11:32:44.007 INFO kablam! | Oct 15 11:32:44.007 INFO kablam! 126 | fn read_parity_message(filename: &str) -> Result, &'static str> { Oct 15 11:32:44.007 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:32:44.007 INFO kablam! Oct 15 11:32:44.007 INFO kablam! warning: function is never used: `write_parity_message` Oct 15 11:32:44.007 INFO kablam! --> src/main.rs:148:1 Oct 15 11:32:44.007 INFO kablam! | Oct 15 11:32:44.007 INFO kablam! 148 | fn write_parity_message(message: &[u8]) -> Result<(), &'static str> { Oct 15 11:32:44.007 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:32:44.007 INFO kablam! Oct 15 11:32:44.007 INFO kablam! warning: function is never used: `write_end_of_image_comment` Oct 15 11:32:44.007 INFO kablam! --> src/main.rs:208:1 Oct 15 11:32:44.007 INFO kablam! | Oct 15 11:32:44.007 INFO kablam! 208 | fn write_end_of_image_comment(message: &[u8]) { Oct 15 11:32:44.007 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:32:44.007 INFO kablam! Oct 15 11:32:45.391 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 19.17s Oct 15 11:32:45.395 INFO kablam! su: No module specific data is present Oct 15 11:32:45.772 INFO running `"docker" "rm" "-f" "fdb196c2602ce476310fa063032d8c1499f016c6b40ea036893b603168538481"` Oct 15 11:32:45.951 INFO blam! fdb196c2602ce476310fa063032d8c1499f016c6b40ea036893b603168538481 Oct 15 11:32:45.959 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 15 11:32:46.287 INFO blam! 32e520a57626b5f0018a2a05748fae94d9c6868beee2a47a591c26bf6fe89417 Oct 15 11:32:46.299 INFO running `"docker" "start" "-a" "32e520a57626b5f0018a2a05748fae94d9c6868beee2a47a591c26bf6fe89417"` Oct 15 11:32:46.727 INFO kablam! usermod: no changes Oct 15 11:32:46.786 INFO kablam! Compiling steganography v0.1.0 (/source) Oct 15 11:32:48.311 INFO kablam! warning: function is never used: `create_parity_chart` Oct 15 11:32:48.311 INFO kablam! --> src/main.rs:95:1 Oct 15 11:32:48.311 INFO kablam! | Oct 15 11:32:48.312 INFO kablam! 95 | fn create_parity_chart(filename_in: &str, filename_out: &str) { Oct 15 11:32:48.312 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:32:48.312 INFO kablam! | Oct 15 11:32:48.312 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 11:32:48.312 INFO kablam! Oct 15 11:32:48.312 INFO kablam! warning: function is never used: `is_odd_parity` Oct 15 11:32:48.312 INFO kablam! --> src/main.rs:115:1 Oct 15 11:32:48.312 INFO kablam! | Oct 15 11:32:48.312 INFO kablam! 115 | fn is_odd_parity(mut v: u32) -> bool { Oct 15 11:32:48.312 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:32:48.312 INFO kablam! Oct 15 11:32:48.312 INFO kablam! warning: function is never used: `read_parity_message` Oct 15 11:32:48.312 INFO kablam! --> src/main.rs:126:1 Oct 15 11:32:48.312 INFO kablam! | Oct 15 11:32:48.312 INFO kablam! 126 | fn read_parity_message(filename: &str) -> Result, &'static str> { Oct 15 11:32:48.312 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:32:48.312 INFO kablam! Oct 15 11:32:48.312 INFO kablam! warning: function is never used: `write_parity_message` Oct 15 11:32:48.312 INFO kablam! --> src/main.rs:148:1 Oct 15 11:32:48.312 INFO kablam! | Oct 15 11:32:48.312 INFO kablam! 148 | fn write_parity_message(message: &[u8]) -> Result<(), &'static str> { Oct 15 11:32:48.312 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:32:48.312 INFO kablam! Oct 15 11:32:48.312 INFO kablam! warning: function is never used: `write_end_of_image_comment` Oct 15 11:32:48.313 INFO kablam! --> src/main.rs:208:1 Oct 15 11:32:48.313 INFO kablam! | Oct 15 11:32:48.313 INFO kablam! 208 | fn write_end_of_image_comment(message: &[u8]) { Oct 15 11:32:48.313 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:32:48.313 INFO kablam! Oct 15 11:32:49.147 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.40s Oct 15 11:32:49.151 INFO kablam! su: No module specific data is present Oct 15 11:32:49.875 INFO running `"docker" "rm" "-f" "32e520a57626b5f0018a2a05748fae94d9c6868beee2a47a591c26bf6fe89417"` Oct 15 11:32:50.147 INFO blam! 32e520a57626b5f0018a2a05748fae94d9c6868beee2a47a591c26bf6fe89417 Oct 15 11:32:50.155 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 15 11:32:50.571 INFO blam! 6e9ca3c97c584459ee91292a5b9dfdd7c6c843f64962bb70e3945a304b99f12d Oct 15 11:32:50.574 INFO running `"docker" "start" "-a" "6e9ca3c97c584459ee91292a5b9dfdd7c6c843f64962bb70e3945a304b99f12d"` Oct 15 11:32:51.525 INFO kablam! usermod: no changes Oct 15 11:32:51.646 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.08s Oct 15 11:32:51.667 INFO blam! Oct 15 11:32:51.667 INFO blam! running 3 tests Oct 15 11:32:51.667 INFO blam! test util::tests::twosix_alpha_to_fro ... ok Oct 15 11:32:51.667 INFO blam! test crypto::tests::vigenere_encrypt_decrypt ... ok Oct 15 11:32:51.667 INFO blam! test crypto::tests::caesar_encrypt_decrypt ... ok Oct 15 11:32:51.667 INFO blam! Oct 15 11:32:51.667 INFO blam! test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 11:32:51.667 INFO blam! Oct 15 11:32:51.669 INFO kablam! Running /target/debug/deps/steganography-2004633b10ba67ad Oct 15 11:32:51.669 INFO kablam! su: No module specific data is present Oct 15 11:32:52.213 INFO running `"docker" "rm" "-f" "6e9ca3c97c584459ee91292a5b9dfdd7c6c843f64962bb70e3945a304b99f12d"` Oct 15 11:32:52.464 INFO blam! 6e9ca3c97c584459ee91292a5b9dfdd7c6c843f64962bb70e3945a304b99f12d