Oct 15 10:20:59.712 INFO testing HectorIX/Encryption against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 10:20:59.713 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 10:21:00.321 INFO blam! 6696e718bc194ae250f6b7743f4c4c46e5ae080fc99e7bb922d93f379967cc72 Oct 15 10:21:00.329 INFO running `"docker" "start" "-a" "6696e718bc194ae250f6b7743f4c4c46e5ae080fc99e7bb922d93f379967cc72"` Oct 15 10:21:01.647 INFO kablam! usermod: no changes Oct 15 10:21:01.776 INFO kablam! Compiling rust-crypto v0.2.36 Oct 15 10:21:12.092 INFO kablam! Compiling Encryption v0.1.0 (/source) Oct 15 10:21:12.703 INFO kablam! warning: value assigned to `message` is never read Oct 15 10:21:12.703 INFO kablam! --> src/menu.rs:38:13 Oct 15 10:21:12.703 INFO kablam! | Oct 15 10:21:12.703 INFO kablam! 38 | let mut message = String::new(); Oct 15 10:21:12.703 INFO kablam! | ^^^^^^^ Oct 15 10:21:12.703 INFO kablam! | Oct 15 10:21:12.703 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 15 10:21:12.703 INFO kablam! Oct 15 10:21:12.703 INFO kablam! warning: value assigned to `encrypted_message` is never read Oct 15 10:21:12.703 INFO kablam! --> src/menu.rs:39:13 Oct 15 10:21:12.703 INFO kablam! | Oct 15 10:21:12.703 INFO kablam! 39 | let mut encrypted_message = String::new(); Oct 15 10:21:12.703 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 10:21:12.703 INFO kablam! Oct 15 10:21:12.703 INFO kablam! warning: value assigned to `plaintext_message` is never read Oct 15 10:21:12.703 INFO kablam! --> src/menu.rs:40:13 Oct 15 10:21:12.703 INFO kablam! | Oct 15 10:21:12.703 INFO kablam! 40 | let mut plaintext_message = String::new(); Oct 15 10:21:12.703 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 10:21:12.703 INFO kablam! Oct 15 10:21:12.703 INFO kablam! warning: unused variable: `initializedVector` Oct 15 10:21:12.703 INFO kablam! --> src/menu.rs:51:9 Oct 15 10:21:12.703 INFO kablam! | Oct 15 10:21:12.703 INFO kablam! 51 | let initializedVector: String = "iv.txt".to_string(); Oct 15 10:21:12.703 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: consider using `_initializedVector` instead Oct 15 10:21:12.703 INFO kablam! | Oct 15 10:21:12.703 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 10:21:12.703 INFO kablam! Oct 15 10:21:12.731 INFO kablam! warning: crate `Encryption` should have a snake case name such as `encryption` Oct 15 10:21:12.731 INFO kablam! | Oct 15 10:21:12.731 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 10:21:12.731 INFO kablam! Oct 15 10:21:12.739 INFO kablam! warning: module `fileIO` should have a snake case name such as `file_io` Oct 15 10:21:12.739 INFO kablam! --> src/main.rs:4:1 Oct 15 10:21:12.739 INFO kablam! | Oct 15 10:21:12.739 INFO kablam! 4 | mod fileIO; Oct 15 10:21:12.739 INFO kablam! | ^^^^^^^^^^^ Oct 15 10:21:12.739 INFO kablam! Oct 15 10:21:12.739 INFO kablam! warning: variable `userChoice` should have a snake case name such as `user_choice` Oct 15 10:21:12.739 INFO kablam! --> src/menu.rs:42:9 Oct 15 10:21:12.739 INFO kablam! | Oct 15 10:21:12.739 INFO kablam! 42 | let mut userChoice:i32 = 0; Oct 15 10:21:12.739 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 10:21:12.739 INFO kablam! Oct 15 10:21:12.739 INFO kablam! warning: variable `inputFile` should have a snake case name such as `input_file` Oct 15 10:21:12.739 INFO kablam! --> src/menu.rs:46:9 Oct 15 10:21:12.739 INFO kablam! | Oct 15 10:21:12.739 INFO kablam! 46 | let inputFile: String = "input.txt".to_string(); Oct 15 10:21:12.739 INFO kablam! | ^^^^^^^^^ Oct 15 10:21:12.739 INFO kablam! Oct 15 10:21:12.739 INFO kablam! warning: variable `caesarInput` should have a snake case name such as `caesar_input` Oct 15 10:21:12.739 INFO kablam! --> src/menu.rs:47:9 Oct 15 10:21:12.739 INFO kablam! | Oct 15 10:21:12.739 INFO kablam! 47 | let caesarInput: String = "caesarInput.txt".to_string(); Oct 15 10:21:12.739 INFO kablam! | ^^^^^^^^^^^ Oct 15 10:21:12.739 INFO kablam! Oct 15 10:21:12.739 INFO kablam! warning: variable `caesarOutput` should have a snake case name such as `caesar_output` Oct 15 10:21:12.739 INFO kablam! --> src/menu.rs:48:9 Oct 15 10:21:12.739 INFO kablam! | Oct 15 10:21:12.739 INFO kablam! 48 | let caesarOutput: String = "caesarOutput.txt".to_string(); Oct 15 10:21:12.739 INFO kablam! | ^^^^^^^^^^^^ Oct 15 10:21:12.739 INFO kablam! Oct 15 10:21:12.739 INFO kablam! warning: variable `aesInput` should have a snake case name such as `aes_input` Oct 15 10:21:12.739 INFO kablam! --> src/menu.rs:49:9 Oct 15 10:21:12.739 INFO kablam! | Oct 15 10:21:12.739 INFO kablam! 49 | let aesInput: String = "aesInput.txt".to_string(); Oct 15 10:21:12.739 INFO kablam! | ^^^^^^^^ Oct 15 10:21:12.739 INFO kablam! Oct 15 10:21:12.739 INFO kablam! warning: variable `aesOutput` should have a snake case name such as `aes_output` Oct 15 10:21:12.739 INFO kablam! --> src/menu.rs:50:9 Oct 15 10:21:12.739 INFO kablam! | Oct 15 10:21:12.739 INFO kablam! 50 | let aesOutput: String = "aesOutput.txt".to_string(); Oct 15 10:21:12.739 INFO kablam! | ^^^^^^^^^ Oct 15 10:21:12.739 INFO kablam! Oct 15 10:21:12.739 INFO kablam! warning: variable `initializedVector` should have a snake case name such as `initialized_vector` Oct 15 10:21:12.739 INFO kablam! --> src/menu.rs:51:9 Oct 15 10:21:12.739 INFO kablam! | Oct 15 10:21:12.739 INFO kablam! 51 | let initializedVector: String = "iv.txt".to_string(); Oct 15 10:21:12.739 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 10:21:12.739 INFO kablam! Oct 15 10:21:12.743 INFO kablam! warning: variable `encrypted_AES_message` should have a snake case name such as `encrypted_aes_message` Oct 15 10:21:12.743 INFO kablam! --> src/menu.rs:134:25 Oct 15 10:21:12.743 INFO kablam! | Oct 15 10:21:12.743 INFO kablam! 134 | let encrypted_AES_message = aes256::aes256_encrypt(&message.clone().into_bytes(), &key, &iv).ok().unwrap(); Oct 15 10:21:12.743 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:21:12.743 INFO kablam! Oct 15 10:21:14.288 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 12.59s Oct 15 10:21:14.291 INFO kablam! su: No module specific data is present Oct 15 10:21:14.829 INFO running `"docker" "rm" "-f" "6696e718bc194ae250f6b7743f4c4c46e5ae080fc99e7bb922d93f379967cc72"` Oct 15 10:21:15.169 INFO blam! 6696e718bc194ae250f6b7743f4c4c46e5ae080fc99e7bb922d93f379967cc72 Oct 15 10:21:15.173 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 10:21:15.743 INFO blam! f45040c24e7cb6688e10db816e25ad00824a0082d245946d1767188e1873a299 Oct 15 10:21:15.751 INFO running `"docker" "start" "-a" "f45040c24e7cb6688e10db816e25ad00824a0082d245946d1767188e1873a299"` Oct 15 10:21:16.909 INFO kablam! usermod: no changes Oct 15 10:21:16.969 INFO kablam! Compiling Encryption v0.1.0 (/source) Oct 15 10:21:17.755 INFO kablam! warning: value assigned to `message` is never read Oct 15 10:21:17.755 INFO kablam! --> src/menu.rs:38:13 Oct 15 10:21:17.755 INFO kablam! | Oct 15 10:21:17.755 INFO kablam! 38 | let mut message = String::new(); Oct 15 10:21:17.755 INFO kablam! | ^^^^^^^ Oct 15 10:21:17.755 INFO kablam! | Oct 15 10:21:17.755 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 15 10:21:17.755 INFO kablam! Oct 15 10:21:17.755 INFO kablam! warning: value assigned to `encrypted_message` is never read Oct 15 10:21:17.755 INFO kablam! --> src/menu.rs:39:13 Oct 15 10:21:17.755 INFO kablam! | Oct 15 10:21:17.755 INFO kablam! 39 | let mut encrypted_message = String::new(); Oct 15 10:21:17.755 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 10:21:17.755 INFO kablam! Oct 15 10:21:17.755 INFO kablam! warning: value assigned to `plaintext_message` is never read Oct 15 10:21:17.755 INFO kablam! --> src/menu.rs:40:13 Oct 15 10:21:17.755 INFO kablam! | Oct 15 10:21:17.755 INFO kablam! 40 | let mut plaintext_message = String::new(); Oct 15 10:21:17.755 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 10:21:17.755 INFO kablam! Oct 15 10:21:17.755 INFO kablam! warning: unused variable: `initializedVector` Oct 15 10:21:17.755 INFO kablam! --> src/menu.rs:51:9 Oct 15 10:21:17.755 INFO kablam! | Oct 15 10:21:17.755 INFO kablam! 51 | let initializedVector: String = "iv.txt".to_string(); Oct 15 10:21:17.755 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: consider using `_initializedVector` instead Oct 15 10:21:17.755 INFO kablam! | Oct 15 10:21:17.755 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 10:21:17.755 INFO kablam! Oct 15 10:21:17.777 INFO kablam! warning: crate `Encryption` should have a snake case name such as `encryption` Oct 15 10:21:17.777 INFO kablam! | Oct 15 10:21:17.777 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 10:21:17.777 INFO kablam! Oct 15 10:21:17.788 INFO kablam! warning: module `fileIO` should have a snake case name such as `file_io` Oct 15 10:21:17.788 INFO kablam! --> src/main.rs:4:1 Oct 15 10:21:17.788 INFO kablam! | Oct 15 10:21:17.788 INFO kablam! 4 | mod fileIO; Oct 15 10:21:17.788 INFO kablam! | ^^^^^^^^^^^ Oct 15 10:21:17.788 INFO kablam! Oct 15 10:21:17.791 INFO kablam! warning: variable `userChoice` should have a snake case name such as `user_choice` Oct 15 10:21:17.791 INFO kablam! --> src/menu.rs:42:9 Oct 15 10:21:17.791 INFO kablam! | Oct 15 10:21:17.791 INFO kablam! 42 | let mut userChoice:i32 = 0; Oct 15 10:21:17.791 INFO kablam! | ^^^^^^^^^^^^^^ Oct 15 10:21:17.791 INFO kablam! Oct 15 10:21:17.791 INFO kablam! warning: variable `inputFile` should have a snake case name such as `input_file` Oct 15 10:21:17.791 INFO kablam! --> src/menu.rs:46:9 Oct 15 10:21:17.791 INFO kablam! | Oct 15 10:21:17.791 INFO kablam! 46 | let inputFile: String = "input.txt".to_string(); Oct 15 10:21:17.791 INFO kablam! | ^^^^^^^^^ Oct 15 10:21:17.791 INFO kablam! Oct 15 10:21:17.791 INFO kablam! warning: variable `caesarInput` should have a snake case name such as `caesar_input` Oct 15 10:21:17.791 INFO kablam! --> src/menu.rs:47:9 Oct 15 10:21:17.791 INFO kablam! | Oct 15 10:21:17.791 INFO kablam! 47 | let caesarInput: String = "caesarInput.txt".to_string(); Oct 15 10:21:17.791 INFO kablam! | ^^^^^^^^^^^ Oct 15 10:21:17.791 INFO kablam! Oct 15 10:21:17.791 INFO kablam! warning: variable `caesarOutput` should have a snake case name such as `caesar_output` Oct 15 10:21:17.791 INFO kablam! --> src/menu.rs:48:9 Oct 15 10:21:17.791 INFO kablam! | Oct 15 10:21:17.791 INFO kablam! 48 | let caesarOutput: String = "caesarOutput.txt".to_string(); Oct 15 10:21:17.791 INFO kablam! | ^^^^^^^^^^^^ Oct 15 10:21:17.791 INFO kablam! Oct 15 10:21:17.791 INFO kablam! warning: variable `aesInput` should have a snake case name such as `aes_input` Oct 15 10:21:17.791 INFO kablam! --> src/menu.rs:49:9 Oct 15 10:21:17.791 INFO kablam! | Oct 15 10:21:17.791 INFO kablam! 49 | let aesInput: String = "aesInput.txt".to_string(); Oct 15 10:21:17.791 INFO kablam! | ^^^^^^^^ Oct 15 10:21:17.791 INFO kablam! Oct 15 10:21:17.791 INFO kablam! warning: variable `aesOutput` should have a snake case name such as `aes_output` Oct 15 10:21:17.791 INFO kablam! --> src/menu.rs:50:9 Oct 15 10:21:17.791 INFO kablam! | Oct 15 10:21:17.791 INFO kablam! 50 | let aesOutput: String = "aesOutput.txt".to_string(); Oct 15 10:21:17.791 INFO kablam! | ^^^^^^^^^ Oct 15 10:21:17.791 INFO kablam! Oct 15 10:21:17.791 INFO kablam! warning: variable `initializedVector` should have a snake case name such as `initialized_vector` Oct 15 10:21:17.791 INFO kablam! --> src/menu.rs:51:9 Oct 15 10:21:17.791 INFO kablam! | Oct 15 10:21:17.791 INFO kablam! 51 | let initializedVector: String = "iv.txt".to_string(); Oct 15 10:21:17.791 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 15 10:21:17.791 INFO kablam! Oct 15 10:21:17.791 INFO kablam! warning: variable `encrypted_AES_message` should have a snake case name such as `encrypted_aes_message` Oct 15 10:21:17.791 INFO kablam! --> src/menu.rs:134:25 Oct 15 10:21:17.791 INFO kablam! | Oct 15 10:21:17.791 INFO kablam! 134 | let encrypted_AES_message = aes256::aes256_encrypt(&message.clone().into_bytes(), &key, &iv).ok().unwrap(); Oct 15 10:21:17.791 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 15 10:21:17.791 INFO kablam! Oct 15 10:21:18.313 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.39s Oct 15 10:21:18.317 INFO kablam! su: No module specific data is present Oct 15 10:21:19.330 INFO running `"docker" "rm" "-f" "f45040c24e7cb6688e10db816e25ad00824a0082d245946d1767188e1873a299"` Oct 15 10:21:19.591 INFO blam! f45040c24e7cb6688e10db816e25ad00824a0082d245946d1767188e1873a299 Oct 15 10:21:19.598 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 10:21:20.023 INFO blam! 17b90a1ef1fc2e894c380ea7e9c12c97d04d74c21e1ee02ea965af1f4a122d39 Oct 15 10:21:20.025 INFO running `"docker" "start" "-a" "17b90a1ef1fc2e894c380ea7e9c12c97d04d74c21e1ee02ea965af1f4a122d39"` Oct 15 10:21:22.289 INFO kablam! usermod: no changes Oct 15 10:21:22.418 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.08s Oct 15 10:21:22.429 INFO kablam! Running /target/debug/deps/Encryption-167972f408812708 Oct 15 10:21:22.439 INFO kablam! su: No module specific data is present Oct 15 10:21:22.439 INFO blam! Oct 15 10:21:22.439 INFO blam! running 0 tests Oct 15 10:21:22.439 INFO blam! Oct 15 10:21:22.439 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 10:21:22.439 INFO blam! Oct 15 10:21:23.713 INFO running `"docker" "rm" "-f" "17b90a1ef1fc2e894c380ea7e9c12c97d04d74c21e1ee02ea965af1f4a122d39"` Oct 15 10:21:24.097 INFO blam! 17b90a1ef1fc2e894c380ea7e9c12c97d04d74c21e1ee02ea965af1f4a122d39