Oct 11 07:04:31.204 INFO testing DenialAdams/steganography against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 07:04:31.204 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 07:04:31.205 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 11 07:04:31.716 INFO blam! 02c060988d7e16996109325797f1befaccf0fc3a3ee4a30d55b8a671943c6c3b Oct 11 07:04:31.722 INFO running `"docker" "start" "-a" "02c060988d7e16996109325797f1befaccf0fc3a3ee4a30d55b8a671943c6c3b"` Oct 11 07:04:32.617 INFO kablam! usermod: no changes Oct 11 07:04:32.764 INFO kablam! Compiling steganography v0.1.0 (/source) Oct 11 07:04:35.708 INFO kablam! warning: function is never used: `vigenere_encrypt` Oct 11 07:04:35.708 INFO kablam! --> src/crypto.rs:5:1 Oct 11 07:04:35.708 INFO kablam! | Oct 11 07:04:35.708 INFO kablam! 5 | pub fn vigenere_encrypt(input: &[u8], key: &[u8]) -> Result, &'static str> { Oct 11 07:04:35.708 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:04:35.708 INFO kablam! | Oct 11 07:04:35.708 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 07:04:35.708 INFO kablam! Oct 11 07:04:35.708 INFO kablam! warning: function is never used: `vigenere_decrypt` Oct 11 07:04:35.708 INFO kablam! --> src/crypto.rs:17:1 Oct 11 07:04:35.708 INFO kablam! | Oct 11 07:04:35.708 INFO kablam! 17 | pub fn vigenere_decrypt(input: &[u8], key: &[u8]) -> Result, &'static str> { Oct 11 07:04:35.708 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:04:35.708 INFO kablam! Oct 11 07:04:35.708 INFO kablam! warning: function is never used: `caesar_encrypt` Oct 11 07:04:35.708 INFO kablam! --> src/crypto.rs:29:1 Oct 11 07:04:35.708 INFO kablam! | Oct 11 07:04:35.709 INFO kablam! 29 | pub fn caesar_encrypt(input: &[u8], offset: u8) -> Result, &'static str> { Oct 11 07:04:35.709 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:04:35.709 INFO kablam! Oct 11 07:04:35.709 INFO kablam! warning: function is never used: `caesar_decrypt` Oct 11 07:04:35.709 INFO kablam! --> src/crypto.rs:40:1 Oct 11 07:04:35.709 INFO kablam! | Oct 11 07:04:35.709 INFO kablam! 40 | pub fn caesar_decrypt(input: &[u8], offset: u8) -> Result, &'static str> { Oct 11 07:04:35.709 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:04:35.709 INFO kablam! Oct 11 07:04:35.709 INFO kablam! warning: function is never used: `modulo` Oct 11 07:04:35.709 INFO kablam! --> src/crypto.rs:52:1 Oct 11 07:04:35.709 INFO kablam! | Oct 11 07:04:35.709 INFO kablam! 52 | fn modulo(base: i8, other: u8) -> u8 { Oct 11 07:04:35.709 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:04:35.709 INFO kablam! Oct 11 07:04:35.709 INFO kablam! warning: function is never used: `alpha_to_twosix` Oct 11 07:04:35.709 INFO kablam! --> src/util.rs:1:1 Oct 11 07:04:35.709 INFO kablam! | Oct 11 07:04:35.709 INFO kablam! 1 | pub fn alpha_to_twosix(input: u8) -> Result { Oct 11 07:04:35.709 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:04:35.709 INFO kablam! Oct 11 07:04:35.709 INFO kablam! warning: function is never used: `twosix_to_alpha` Oct 11 07:04:35.709 INFO kablam! --> src/util.rs:33:1 Oct 11 07:04:35.709 INFO kablam! | Oct 11 07:04:35.709 INFO kablam! 33 | pub fn twosix_to_alpha(input: u8) -> Result { Oct 11 07:04:35.709 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:04:35.709 INFO kablam! Oct 11 07:04:35.709 INFO kablam! warning: function is never used: `create_parity_chart` Oct 11 07:04:35.709 INFO kablam! --> src/main.rs:95:1 Oct 11 07:04:35.709 INFO kablam! | Oct 11 07:04:35.709 INFO kablam! 95 | fn create_parity_chart(filename_in: &str, filename_out: &str) { Oct 11 07:04:35.709 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:04:35.709 INFO kablam! Oct 11 07:04:35.709 INFO kablam! warning: function is never used: `is_odd_parity` Oct 11 07:04:35.709 INFO kablam! --> src/main.rs:115:1 Oct 11 07:04:35.709 INFO kablam! | Oct 11 07:04:35.709 INFO kablam! 115 | fn is_odd_parity(mut v: u32) -> bool { Oct 11 07:04:35.709 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:04:35.709 INFO kablam! Oct 11 07:04:35.709 INFO kablam! warning: function is never used: `read_parity_message` Oct 11 07:04:35.709 INFO kablam! --> src/main.rs:126:1 Oct 11 07:04:35.709 INFO kablam! | Oct 11 07:04:35.709 INFO kablam! 126 | fn read_parity_message(filename: &str) -> Result, &'static str> { Oct 11 07:04:35.709 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:04:35.709 INFO kablam! Oct 11 07:04:35.709 INFO kablam! warning: function is never used: `write_parity_message` Oct 11 07:04:35.709 INFO kablam! --> src/main.rs:148:1 Oct 11 07:04:35.709 INFO kablam! | Oct 11 07:04:35.709 INFO kablam! 148 | fn write_parity_message(message: &[u8]) -> Result<(), &'static str> { Oct 11 07:04:35.709 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:04:35.709 INFO kablam! Oct 11 07:04:35.709 INFO kablam! warning: function is never used: `write_end_of_image_comment` Oct 11 07:04:35.709 INFO kablam! --> src/main.rs:208:1 Oct 11 07:04:35.709 INFO kablam! | Oct 11 07:04:35.709 INFO kablam! 208 | fn write_end_of_image_comment(message: &[u8]) { Oct 11 07:04:35.709 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:04:35.709 INFO kablam! Oct 11 07:04:37.422 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.78s Oct 11 07:04:37.440 INFO kablam! su: No module specific data is present Oct 11 07:04:37.926 INFO running `"docker" "rm" "-f" "02c060988d7e16996109325797f1befaccf0fc3a3ee4a30d55b8a671943c6c3b"` Oct 11 07:04:38.056 INFO blam! 02c060988d7e16996109325797f1befaccf0fc3a3ee4a30d55b8a671943c6c3b Oct 11 07:04:38.058 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 07:04:38.058 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 11 07:04:38.336 INFO blam! 8cbe3f005bbe5b7929ec5b8678649777c06f840ce851acfcc28a0c6f16c6d420 Oct 11 07:04:38.337 INFO running `"docker" "start" "-a" "8cbe3f005bbe5b7929ec5b8678649777c06f840ce851acfcc28a0c6f16c6d420"` Oct 11 07:04:38.904 INFO kablam! usermod: no changes Oct 11 07:04:38.966 INFO kablam! Compiling steganography v0.1.0 (/source) Oct 11 07:04:41.704 INFO kablam! warning: function is never used: `create_parity_chart` Oct 11 07:04:41.705 INFO kablam! --> src/main.rs:95:1 Oct 11 07:04:41.705 INFO kablam! | Oct 11 07:04:41.705 INFO kablam! 95 | fn create_parity_chart(filename_in: &str, filename_out: &str) { Oct 11 07:04:41.705 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:04:41.705 INFO kablam! | Oct 11 07:04:41.705 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 07:04:41.705 INFO kablam! Oct 11 07:04:41.705 INFO kablam! warning: function is never used: `is_odd_parity` Oct 11 07:04:41.705 INFO kablam! --> src/main.rs:115:1 Oct 11 07:04:41.705 INFO kablam! | Oct 11 07:04:41.705 INFO kablam! 115 | fn is_odd_parity(mut v: u32) -> bool { Oct 11 07:04:41.705 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:04:41.705 INFO kablam! Oct 11 07:04:41.705 INFO kablam! warning: function is never used: `read_parity_message` Oct 11 07:04:41.705 INFO kablam! --> src/main.rs:126:1 Oct 11 07:04:41.705 INFO kablam! | Oct 11 07:04:41.705 INFO kablam! 126 | fn read_parity_message(filename: &str) -> Result, &'static str> { Oct 11 07:04:41.705 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:04:41.705 INFO kablam! Oct 11 07:04:41.705 INFO kablam! warning: function is never used: `write_parity_message` Oct 11 07:04:41.705 INFO kablam! --> src/main.rs:148:1 Oct 11 07:04:41.705 INFO kablam! | Oct 11 07:04:41.705 INFO kablam! 148 | fn write_parity_message(message: &[u8]) -> Result<(), &'static str> { Oct 11 07:04:41.706 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:04:41.706 INFO kablam! Oct 11 07:04:41.706 INFO kablam! warning: function is never used: `write_end_of_image_comment` Oct 11 07:04:41.706 INFO kablam! --> src/main.rs:208:1 Oct 11 07:04:41.706 INFO kablam! | Oct 11 07:04:41.706 INFO kablam! 208 | fn write_end_of_image_comment(message: &[u8]) { Oct 11 07:04:41.706 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 07:04:41.706 INFO kablam! Oct 11 07:04:42.822 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.90s Oct 11 07:04:42.828 INFO kablam! su: No module specific data is present Oct 11 07:04:43.426 INFO running `"docker" "rm" "-f" "8cbe3f005bbe5b7929ec5b8678649777c06f840ce851acfcc28a0c6f16c6d420"` Oct 11 07:04:43.668 INFO blam! 8cbe3f005bbe5b7929ec5b8678649777c06f840ce851acfcc28a0c6f16c6d420 Oct 11 07:04:43.673 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 07:04:43.674 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 11 07:04:44.111 INFO blam! 97b473b66b99f3d94780ab23546369976f44aac571a54a7700f65d1b31c65f11 Oct 11 07:04:44.114 INFO running `"docker" "start" "-a" "97b473b66b99f3d94780ab23546369976f44aac571a54a7700f65d1b31c65f11"` Oct 11 07:04:45.096 INFO kablam! usermod: no changes Oct 11 07:04:45.245 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.09s Oct 11 07:04:45.246 INFO kablam! Running /target/debug/deps/steganography-2004633b10ba67ad Oct 11 07:04:45.246 INFO blam! Oct 11 07:04:45.247 INFO blam! running 3 tests Oct 11 07:04:45.260 INFO blam! test crypto::tests::vigenere_encrypt_decrypt ... ok Oct 11 07:04:45.260 INFO kablam! su: No module specific data is present Oct 11 07:04:45.261 INFO blam! test crypto::tests::caesar_encrypt_decrypt ... ok Oct 11 07:04:45.261 INFO blam! test util::tests::twosix_alpha_to_fro ... ok Oct 11 07:04:45.261 INFO blam! Oct 11 07:04:45.261 INFO blam! test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 07:04:45.261 INFO blam! Oct 11 07:04:45.786 INFO running `"docker" "rm" "-f" "97b473b66b99f3d94780ab23546369976f44aac571a54a7700f65d1b31c65f11"` Oct 11 07:04:46.005 INFO blam! 97b473b66b99f3d94780ab23546369976f44aac571a54a7700f65d1b31c65f11