Oct 15 11:32:24.148 INFO testing DenialAdams/steganography against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 11:32:24.148 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:24.452 INFO blam! 3679ef3dc30269f8ecc02a80cad748c406bfa6f9c257d827d6820f78ea1310d7 Oct 15 11:32:24.459 INFO running `"docker" "start" "-a" "3679ef3dc30269f8ecc02a80cad748c406bfa6f9c257d827d6820f78ea1310d7"` Oct 15 11:32:25.756 INFO kablam! usermod: no changes Oct 15 11:32:25.973 INFO kablam! Compiling enum_primitive v0.1.1 Oct 15 11:32:25.973 INFO kablam! Compiling num-rational v0.1.41 Oct 15 11:32:25.983 INFO kablam! Compiling png v0.11.0 Oct 15 11:32:29.337 INFO kablam! Compiling image v0.18.0 Oct 15 11:32:42.655 INFO kablam! Compiling steganography v0.1.0 (/source) Oct 15 11:32:43.957 INFO kablam! warning: function is never used: `vigenere_encrypt` Oct 15 11:32:43.957 INFO kablam! --> src/crypto.rs:5:1 Oct 15 11:32:43.957 INFO kablam! | Oct 15 11:32:43.957 INFO kablam! 5 | pub fn vigenere_encrypt(input: &[u8], key: &[u8]) -> Result, &'static str> { Oct 15 11:32:43.957 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:32:43.957 INFO kablam! | Oct 15 11:32:43.957 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 11:32:43.957 INFO kablam! Oct 15 11:32:43.957 INFO kablam! warning: function is never used: `vigenere_decrypt` Oct 15 11:32:43.957 INFO kablam! --> src/crypto.rs:17:1 Oct 15 11:32:43.957 INFO kablam! | Oct 15 11:32:43.957 INFO kablam! 17 | pub fn vigenere_decrypt(input: &[u8], key: &[u8]) -> Result, &'static str> { Oct 15 11:32:43.957 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:32:43.957 INFO kablam! Oct 15 11:32:43.964 INFO kablam! warning: function is never used: `caesar_encrypt` Oct 15 11:32:43.964 INFO kablam! --> src/crypto.rs:29:1 Oct 15 11:32:43.964 INFO kablam! | Oct 15 11:32:43.964 INFO kablam! 29 | pub fn caesar_encrypt(input: &[u8], offset: u8) -> Result, &'static str> { Oct 15 11:32:43.964 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:32:43.965 INFO kablam! Oct 15 11:32:43.966 INFO kablam! warning: function is never used: `caesar_decrypt` Oct 15 11:32:43.966 INFO kablam! --> src/crypto.rs:40:1 Oct 15 11:32:43.966 INFO kablam! | Oct 15 11:32:43.966 INFO kablam! 40 | pub fn caesar_decrypt(input: &[u8], offset: u8) -> Result, &'static str> { Oct 15 11:32:43.967 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:32:43.967 INFO kablam! Oct 15 11:32:43.967 INFO kablam! warning: function is never used: `modulo` Oct 15 11:32:43.967 INFO kablam! --> src/crypto.rs:52:1 Oct 15 11:32:43.969 INFO kablam! | Oct 15 11:32:43.969 INFO kablam! 52 | fn modulo(base: i8, other: u8) -> u8 { Oct 15 11:32:43.969 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:32:43.969 INFO kablam! Oct 15 11:32:43.969 INFO kablam! warning: function is never used: `alpha_to_twosix` Oct 15 11:32:43.969 INFO kablam! --> src/util.rs:1:1 Oct 15 11:32:43.970 INFO kablam! | Oct 15 11:32:43.970 INFO kablam! 1 | pub fn alpha_to_twosix(input: u8) -> Result { Oct 15 11:32:43.970 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:32:43.970 INFO kablam! Oct 15 11:32:43.970 INFO kablam! warning: function is never used: `twosix_to_alpha` Oct 15 11:32:43.971 INFO kablam! --> src/util.rs:33:1 Oct 15 11:32:43.972 INFO kablam! | Oct 15 11:32:43.972 INFO kablam! 33 | pub fn twosix_to_alpha(input: u8) -> Result { Oct 15 11:32:43.972 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:32:43.973 INFO kablam! Oct 15 11:32:43.973 INFO kablam! warning: function is never used: `create_parity_chart` Oct 15 11:32:43.973 INFO kablam! --> src/main.rs:95:1 Oct 15 11:32:43.973 INFO kablam! | Oct 15 11:32:43.973 INFO kablam! 95 | fn create_parity_chart(filename_in: &str, filename_out: &str) { Oct 15 11:32:43.973 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:32:43.974 INFO kablam! Oct 15 11:32:43.974 INFO kablam! warning: function is never used: `is_odd_parity` Oct 15 11:32:43.974 INFO kablam! --> src/main.rs:115:1 Oct 15 11:32:43.974 INFO kablam! | Oct 15 11:32:43.974 INFO kablam! 115 | fn is_odd_parity(mut v: u32) -> bool { Oct 15 11:32:43.974 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:32:43.975 INFO kablam! Oct 15 11:32:43.975 INFO kablam! warning: function is never used: `read_parity_message` Oct 15 11:32:43.975 INFO kablam! --> src/main.rs:126:1 Oct 15 11:32:43.975 INFO kablam! | Oct 15 11:32:43.975 INFO kablam! 126 | fn read_parity_message(filename: &str) -> Result, &'static str> { Oct 15 11:32:43.975 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:32:43.975 INFO kablam! Oct 15 11:32:43.976 INFO kablam! warning: function is never used: `write_parity_message` Oct 15 11:32:43.976 INFO kablam! --> src/main.rs:148:1 Oct 15 11:32:43.976 INFO kablam! | Oct 15 11:32:43.976 INFO kablam! 148 | fn write_parity_message(message: &[u8]) -> Result<(), &'static str> { Oct 15 11:32:43.976 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:32:43.976 INFO kablam! Oct 15 11:32:43.977 INFO kablam! warning: function is never used: `write_end_of_image_comment` Oct 15 11:32:43.977 INFO kablam! --> src/main.rs:208:1 Oct 15 11:32:43.977 INFO kablam! | Oct 15 11:32:43.977 INFO kablam! 208 | fn write_end_of_image_comment(message: &[u8]) { Oct 15 11:32:43.977 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:32:43.978 INFO kablam! Oct 15 11:32:45.335 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 19.49s Oct 15 11:32:45.337 INFO kablam! su: No module specific data is present Oct 15 11:32:45.759 INFO running `"docker" "rm" "-f" "3679ef3dc30269f8ecc02a80cad748c406bfa6f9c257d827d6820f78ea1310d7"` Oct 15 11:32:45.915 INFO blam! 3679ef3dc30269f8ecc02a80cad748c406bfa6f9c257d827d6820f78ea1310d7 Oct 15 11:32:45.923 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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.261 INFO blam! cd8dffa7245d7c8a21b99951fdf2d99bfd88c3f9fa2accae824cefed402b8c16 Oct 15 11:32:46.271 INFO running `"docker" "start" "-a" "cd8dffa7245d7c8a21b99951fdf2d99bfd88c3f9fa2accae824cefed402b8c16"` Oct 15 11:32:46.662 INFO kablam! usermod: no changes Oct 15 11:32:46.720 INFO kablam! Compiling steganography v0.1.0 (/source) Oct 15 11:32:47.955 INFO kablam! warning: function is never used: `create_parity_chart` Oct 15 11:32:47.955 INFO kablam! --> src/main.rs:95:1 Oct 15 11:32:47.955 INFO kablam! | Oct 15 11:32:47.955 INFO kablam! 95 | fn create_parity_chart(filename_in: &str, filename_out: &str) { Oct 15 11:32:47.955 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:32:47.955 INFO kablam! | Oct 15 11:32:47.955 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 11:32:47.955 INFO kablam! Oct 15 11:32:47.955 INFO kablam! warning: function is never used: `is_odd_parity` Oct 15 11:32:47.955 INFO kablam! --> src/main.rs:115:1 Oct 15 11:32:47.955 INFO kablam! | Oct 15 11:32:47.955 INFO kablam! 115 | fn is_odd_parity(mut v: u32) -> bool { Oct 15 11:32:47.955 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:32:47.956 INFO kablam! Oct 15 11:32:47.956 INFO kablam! warning: function is never used: `read_parity_message` Oct 15 11:32:47.956 INFO kablam! --> src/main.rs:126:1 Oct 15 11:32:47.956 INFO kablam! | Oct 15 11:32:47.956 INFO kablam! 126 | fn read_parity_message(filename: &str) -> Result, &'static str> { Oct 15 11:32:47.956 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:32:47.956 INFO kablam! Oct 15 11:32:47.956 INFO kablam! warning: function is never used: `write_parity_message` Oct 15 11:32:47.956 INFO kablam! --> src/main.rs:148:1 Oct 15 11:32:47.956 INFO kablam! | Oct 15 11:32:47.956 INFO kablam! 148 | fn write_parity_message(message: &[u8]) -> Result<(), &'static str> { Oct 15 11:32:47.956 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:32:47.956 INFO kablam! Oct 15 11:32:47.956 INFO kablam! warning: function is never used: `write_end_of_image_comment` Oct 15 11:32:47.956 INFO kablam! --> src/main.rs:208:1 Oct 15 11:32:47.956 INFO kablam! | Oct 15 11:32:47.956 INFO kablam! 208 | fn write_end_of_image_comment(message: &[u8]) { Oct 15 11:32:47.956 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 11:32:47.956 INFO kablam! Oct 15 11:32:48.755 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.08s Oct 15 11:32:48.759 INFO kablam! su: No module specific data is present Oct 15 11:32:49.511 INFO running `"docker" "rm" "-f" "cd8dffa7245d7c8a21b99951fdf2d99bfd88c3f9fa2accae824cefed402b8c16"` Oct 15 11:32:49.739 INFO blam! cd8dffa7245d7c8a21b99951fdf2d99bfd88c3f9fa2accae824cefed402b8c16 Oct 15 11:32:49.747 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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.102 INFO blam! 4266f28a776cfb19dd3716ef0795e48a5b1f0d9a49862b836c1b8a073ae9b09a Oct 15 11:32:50.105 INFO running `"docker" "start" "-a" "4266f28a776cfb19dd3716ef0795e48a5b1f0d9a49862b836c1b8a073ae9b09a"` Oct 15 11:32:51.251 INFO kablam! usermod: no changes Oct 15 11:32:51.316 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.04s Oct 15 11:32:51.331 INFO kablam! Running /target/debug/deps/steganography-48cbcff90a136477 Oct 15 11:32:51.334 INFO blam! Oct 15 11:32:51.335 INFO blam! running 3 tests Oct 15 11:32:51.335 INFO blam! test crypto::tests::caesar_encrypt_decrypt ... ok Oct 15 11:32:51.335 INFO blam! test crypto::tests::vigenere_encrypt_decrypt ... ok Oct 15 11:32:51.335 INFO blam! test util::tests::twosix_alpha_to_fro ... ok Oct 15 11:32:51.335 INFO blam! Oct 15 11:32:51.335 INFO blam! test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 11:32:51.335 INFO kablam! su: No module specific data is present Oct 15 11:32:51.335 INFO blam! Oct 15 11:32:51.836 INFO running `"docker" "rm" "-f" "4266f28a776cfb19dd3716ef0795e48a5b1f0d9a49862b836c1b8a073ae9b09a"` Oct 15 11:32:51.999 INFO blam! 4266f28a776cfb19dd3716ef0795e48a5b1f0d9a49862b836c1b8a073ae9b09a