Oct 11 06:24:57.179 INFO testing HectorIX/Encryption against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 06:24:57.179 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 06:24:57.179 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 06:24:57.528 INFO blam! e4ef43ba898e47030f7d20f8b643d76e29973a6da8412461509b296a36a6fabb Oct 11 06:24:57.530 INFO running `"docker" "start" "-a" "e4ef43ba898e47030f7d20f8b643d76e29973a6da8412461509b296a36a6fabb"` Oct 11 06:24:58.642 INFO kablam! usermod: no changes Oct 11 06:24:58.699 INFO kablam! Compiling rust-crypto v0.2.36 Oct 11 06:25:07.907 INFO kablam! Compiling Encryption v0.1.0 (/source) Oct 11 06:25:09.080 INFO kablam! warning: value assigned to `message` is never read Oct 11 06:25:09.080 INFO kablam! --> src/menu.rs:38:13 Oct 11 06:25:09.080 INFO kablam! | Oct 11 06:25:09.080 INFO kablam! 38 | let mut message = String::new(); Oct 11 06:25:09.080 INFO kablam! | ^^^^^^^ Oct 11 06:25:09.080 INFO kablam! | Oct 11 06:25:09.080 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 11 06:25:09.080 INFO kablam! Oct 11 06:25:09.080 INFO kablam! warning: value assigned to `encrypted_message` is never read Oct 11 06:25:09.080 INFO kablam! --> src/menu.rs:39:13 Oct 11 06:25:09.080 INFO kablam! | Oct 11 06:25:09.080 INFO kablam! 39 | let mut encrypted_message = String::new(); Oct 11 06:25:09.080 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 06:25:09.080 INFO kablam! Oct 11 06:25:09.080 INFO kablam! warning: value assigned to `plaintext_message` is never read Oct 11 06:25:09.080 INFO kablam! --> src/menu.rs:40:13 Oct 11 06:25:09.080 INFO kablam! | Oct 11 06:25:09.080 INFO kablam! 40 | let mut plaintext_message = String::new(); Oct 11 06:25:09.080 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 06:25:09.080 INFO kablam! Oct 11 06:25:09.080 INFO kablam! warning: unused variable: `initializedVector` Oct 11 06:25:09.080 INFO kablam! --> src/menu.rs:51:9 Oct 11 06:25:09.080 INFO kablam! | Oct 11 06:25:09.080 INFO kablam! 51 | let initializedVector: String = "iv.txt".to_string(); Oct 11 06:25:09.080 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: consider using `_initializedVector` instead Oct 11 06:25:09.080 INFO kablam! | Oct 11 06:25:09.080 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 06:25:09.080 INFO kablam! Oct 11 06:25:09.100 INFO kablam! warning: crate `Encryption` should have a snake case name such as `encryption` Oct 11 06:25:09.100 INFO kablam! | Oct 11 06:25:09.100 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 06:25:09.100 INFO kablam! Oct 11 06:25:09.100 INFO kablam! warning: module `fileIO` should have a snake case name such as `file_io` Oct 11 06:25:09.100 INFO kablam! --> src/main.rs:4:1 Oct 11 06:25:09.100 INFO kablam! | Oct 11 06:25:09.100 INFO kablam! 4 | mod fileIO; Oct 11 06:25:09.100 INFO kablam! | ^^^^^^^^^^^ Oct 11 06:25:09.101 INFO kablam! Oct 11 06:25:09.101 INFO kablam! warning: variable `userChoice` should have a snake case name such as `user_choice` Oct 11 06:25:09.101 INFO kablam! --> src/menu.rs:42:9 Oct 11 06:25:09.101 INFO kablam! | Oct 11 06:25:09.101 INFO kablam! 42 | let mut userChoice:i32 = 0; Oct 11 06:25:09.101 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 06:25:09.101 INFO kablam! Oct 11 06:25:09.101 INFO kablam! warning: variable `inputFile` should have a snake case name such as `input_file` Oct 11 06:25:09.101 INFO kablam! --> src/menu.rs:46:9 Oct 11 06:25:09.101 INFO kablam! | Oct 11 06:25:09.101 INFO kablam! 46 | let inputFile: String = "input.txt".to_string(); Oct 11 06:25:09.101 INFO kablam! | ^^^^^^^^^ Oct 11 06:25:09.101 INFO kablam! Oct 11 06:25:09.101 INFO kablam! warning: variable `caesarInput` should have a snake case name such as `caesar_input` Oct 11 06:25:09.101 INFO kablam! --> src/menu.rs:47:9 Oct 11 06:25:09.101 INFO kablam! | Oct 11 06:25:09.101 INFO kablam! 47 | let caesarInput: String = "caesarInput.txt".to_string(); Oct 11 06:25:09.101 INFO kablam! | ^^^^^^^^^^^ Oct 11 06:25:09.101 INFO kablam! Oct 11 06:25:09.101 INFO kablam! warning: variable `caesarOutput` should have a snake case name such as `caesar_output` Oct 11 06:25:09.101 INFO kablam! --> src/menu.rs:48:9 Oct 11 06:25:09.101 INFO kablam! | Oct 11 06:25:09.101 INFO kablam! 48 | let caesarOutput: String = "caesarOutput.txt".to_string(); Oct 11 06:25:09.101 INFO kablam! | ^^^^^^^^^^^^ Oct 11 06:25:09.101 INFO kablam! Oct 11 06:25:09.101 INFO kablam! warning: variable `aesInput` should have a snake case name such as `aes_input` Oct 11 06:25:09.101 INFO kablam! --> src/menu.rs:49:9 Oct 11 06:25:09.101 INFO kablam! | Oct 11 06:25:09.101 INFO kablam! 49 | let aesInput: String = "aesInput.txt".to_string(); Oct 11 06:25:09.101 INFO kablam! | ^^^^^^^^ Oct 11 06:25:09.101 INFO kablam! Oct 11 06:25:09.101 INFO kablam! warning: variable `aesOutput` should have a snake case name such as `aes_output` Oct 11 06:25:09.101 INFO kablam! --> src/menu.rs:50:9 Oct 11 06:25:09.101 INFO kablam! | Oct 11 06:25:09.101 INFO kablam! 50 | let aesOutput: String = "aesOutput.txt".to_string(); Oct 11 06:25:09.101 INFO kablam! | ^^^^^^^^^ Oct 11 06:25:09.101 INFO kablam! Oct 11 06:25:09.101 INFO kablam! warning: variable `initializedVector` should have a snake case name such as `initialized_vector` Oct 11 06:25:09.101 INFO kablam! --> src/menu.rs:51:9 Oct 11 06:25:09.101 INFO kablam! | Oct 11 06:25:09.101 INFO kablam! 51 | let initializedVector: String = "iv.txt".to_string(); Oct 11 06:25:09.101 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 06:25:09.101 INFO kablam! Oct 11 06:25:09.101 INFO kablam! warning: variable `encrypted_AES_message` should have a snake case name such as `encrypted_aes_message` Oct 11 06:25:09.101 INFO kablam! --> src/menu.rs:134:25 Oct 11 06:25:09.101 INFO kablam! | Oct 11 06:25:09.101 INFO kablam! 134 | let encrypted_AES_message = aes256::aes256_encrypt(&message.clone().into_bytes(), &key, &iv).ok().unwrap(); Oct 11 06:25:09.101 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:25:09.101 INFO kablam! Oct 11 06:25:10.445 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 11.79s Oct 11 06:25:10.453 INFO kablam! su: No module specific data is present Oct 11 06:25:11.044 INFO running `"docker" "rm" "-f" "e4ef43ba898e47030f7d20f8b643d76e29973a6da8412461509b296a36a6fabb"` Oct 11 06:25:11.436 INFO blam! e4ef43ba898e47030f7d20f8b643d76e29973a6da8412461509b296a36a6fabb Oct 11 06:25:11.438 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 06:25:11.438 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 06:25:11.972 INFO blam! 8519b8326a27276821e298a103a53231905afb96d5c68225c0b893737ec823dc Oct 11 06:25:11.984 INFO running `"docker" "start" "-a" "8519b8326a27276821e298a103a53231905afb96d5c68225c0b893737ec823dc"` Oct 11 06:25:13.223 INFO kablam! usermod: no changes Oct 11 06:25:13.325 INFO kablam! Compiling Encryption v0.1.0 (/source) Oct 11 06:25:14.608 INFO kablam! warning: value assigned to `message` is never read Oct 11 06:25:14.608 INFO kablam! --> src/menu.rs:38:13 Oct 11 06:25:14.608 INFO kablam! | Oct 11 06:25:14.608 INFO kablam! 38 | let mut message = String::new(); Oct 11 06:25:14.608 INFO kablam! | ^^^^^^^ Oct 11 06:25:14.608 INFO kablam! | Oct 11 06:25:14.608 INFO kablam! = note: #[warn(unused_assignments)] on by default Oct 11 06:25:14.608 INFO kablam! Oct 11 06:25:14.608 INFO kablam! warning: value assigned to `encrypted_message` is never read Oct 11 06:25:14.608 INFO kablam! --> src/menu.rs:39:13 Oct 11 06:25:14.608 INFO kablam! | Oct 11 06:25:14.608 INFO kablam! 39 | let mut encrypted_message = String::new(); Oct 11 06:25:14.608 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 06:25:14.608 INFO kablam! Oct 11 06:25:14.608 INFO kablam! warning: value assigned to `plaintext_message` is never read Oct 11 06:25:14.608 INFO kablam! --> src/menu.rs:40:13 Oct 11 06:25:14.608 INFO kablam! | Oct 11 06:25:14.608 INFO kablam! 40 | let mut plaintext_message = String::new(); Oct 11 06:25:14.608 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 06:25:14.608 INFO kablam! Oct 11 06:25:14.608 INFO kablam! warning: unused variable: `initializedVector` Oct 11 06:25:14.608 INFO kablam! --> src/menu.rs:51:9 Oct 11 06:25:14.608 INFO kablam! | Oct 11 06:25:14.608 INFO kablam! 51 | let initializedVector: String = "iv.txt".to_string(); Oct 11 06:25:14.608 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: consider using `_initializedVector` instead Oct 11 06:25:14.608 INFO kablam! | Oct 11 06:25:14.608 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 06:25:14.608 INFO kablam! Oct 11 06:25:14.636 INFO kablam! warning: crate `Encryption` should have a snake case name such as `encryption` Oct 11 06:25:14.636 INFO kablam! | Oct 11 06:25:14.636 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 06:25:14.636 INFO kablam! Oct 11 06:25:14.648 INFO kablam! warning: module `fileIO` should have a snake case name such as `file_io` Oct 11 06:25:14.648 INFO kablam! --> src/main.rs:4:1 Oct 11 06:25:14.648 INFO kablam! | Oct 11 06:25:14.648 INFO kablam! 4 | mod fileIO; Oct 11 06:25:14.648 INFO kablam! | ^^^^^^^^^^^ Oct 11 06:25:14.648 INFO kablam! Oct 11 06:25:14.648 INFO kablam! warning: variable `userChoice` should have a snake case name such as `user_choice` Oct 11 06:25:14.648 INFO kablam! --> src/menu.rs:42:9 Oct 11 06:25:14.648 INFO kablam! | Oct 11 06:25:14.648 INFO kablam! 42 | let mut userChoice:i32 = 0; Oct 11 06:25:14.648 INFO kablam! | ^^^^^^^^^^^^^^ Oct 11 06:25:14.648 INFO kablam! Oct 11 06:25:14.648 INFO kablam! warning: variable `inputFile` should have a snake case name such as `input_file` Oct 11 06:25:14.648 INFO kablam! --> src/menu.rs:46:9 Oct 11 06:25:14.648 INFO kablam! | Oct 11 06:25:14.648 INFO kablam! 46 | let inputFile: String = "input.txt".to_string(); Oct 11 06:25:14.648 INFO kablam! | ^^^^^^^^^ Oct 11 06:25:14.648 INFO kablam! Oct 11 06:25:14.648 INFO kablam! warning: variable `caesarInput` should have a snake case name such as `caesar_input` Oct 11 06:25:14.648 INFO kablam! --> src/menu.rs:47:9 Oct 11 06:25:14.648 INFO kablam! | Oct 11 06:25:14.648 INFO kablam! 47 | let caesarInput: String = "caesarInput.txt".to_string(); Oct 11 06:25:14.648 INFO kablam! | ^^^^^^^^^^^ Oct 11 06:25:14.648 INFO kablam! Oct 11 06:25:14.648 INFO kablam! warning: variable `caesarOutput` should have a snake case name such as `caesar_output` Oct 11 06:25:14.648 INFO kablam! --> src/menu.rs:48:9 Oct 11 06:25:14.648 INFO kablam! | Oct 11 06:25:14.648 INFO kablam! 48 | let caesarOutput: String = "caesarOutput.txt".to_string(); Oct 11 06:25:14.648 INFO kablam! | ^^^^^^^^^^^^ Oct 11 06:25:14.648 INFO kablam! Oct 11 06:25:14.648 INFO kablam! warning: variable `aesInput` should have a snake case name such as `aes_input` Oct 11 06:25:14.648 INFO kablam! --> src/menu.rs:49:9 Oct 11 06:25:14.648 INFO kablam! | Oct 11 06:25:14.648 INFO kablam! 49 | let aesInput: String = "aesInput.txt".to_string(); Oct 11 06:25:14.648 INFO kablam! | ^^^^^^^^ Oct 11 06:25:14.648 INFO kablam! Oct 11 06:25:14.648 INFO kablam! warning: variable `aesOutput` should have a snake case name such as `aes_output` Oct 11 06:25:14.648 INFO kablam! --> src/menu.rs:50:9 Oct 11 06:25:14.648 INFO kablam! | Oct 11 06:25:14.648 INFO kablam! 50 | let aesOutput: String = "aesOutput.txt".to_string(); Oct 11 06:25:14.648 INFO kablam! | ^^^^^^^^^ Oct 11 06:25:14.648 INFO kablam! Oct 11 06:25:14.648 INFO kablam! warning: variable `initializedVector` should have a snake case name such as `initialized_vector` Oct 11 06:25:14.648 INFO kablam! --> src/menu.rs:51:9 Oct 11 06:25:14.648 INFO kablam! | Oct 11 06:25:14.648 INFO kablam! 51 | let initializedVector: String = "iv.txt".to_string(); Oct 11 06:25:14.648 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 11 06:25:14.648 INFO kablam! Oct 11 06:25:14.649 INFO kablam! warning: variable `encrypted_AES_message` should have a snake case name such as `encrypted_aes_message` Oct 11 06:25:14.649 INFO kablam! --> src/menu.rs:134:25 Oct 11 06:25:14.649 INFO kablam! | Oct 11 06:25:14.649 INFO kablam! 134 | let encrypted_AES_message = aes256::aes256_encrypt(&message.clone().into_bytes(), &key, &iv).ok().unwrap(); Oct 11 06:25:14.649 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 11 06:25:14.649 INFO kablam! Oct 11 06:25:15.125 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.86s Oct 11 06:25:15.128 INFO kablam! su: No module specific data is present Oct 11 06:25:15.774 INFO running `"docker" "rm" "-f" "8519b8326a27276821e298a103a53231905afb96d5c68225c0b893737ec823dc"` Oct 11 06:25:16.060 INFO blam! 8519b8326a27276821e298a103a53231905afb96d5c68225c0b893737ec823dc Oct 11 06:25:16.065 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 06:25:16.066 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 06:25:16.472 INFO blam! 7d7ac99b4f17f5fbfa8db43853a7f148b212a16de6c151ee7199186854c592f0 Oct 11 06:25:16.476 INFO running `"docker" "start" "-a" "7d7ac99b4f17f5fbfa8db43853a7f148b212a16de6c151ee7199186854c592f0"` Oct 11 06:25:17.364 INFO kablam! usermod: no changes Oct 11 06:25:17.525 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.10s Oct 11 06:25:17.525 INFO kablam! Running /target/debug/deps/Encryption-167972f408812708 Oct 11 06:25:17.532 INFO kablam! su: No module specific data is present Oct 11 06:25:17.532 INFO blam! Oct 11 06:25:17.532 INFO blam! running 0 tests Oct 11 06:25:17.532 INFO blam! Oct 11 06:25:17.532 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 06:25:17.532 INFO blam! Oct 11 06:25:18.362 INFO running `"docker" "rm" "-f" "7d7ac99b4f17f5fbfa8db43853a7f148b212a16de6c151ee7199186854c592f0"` Oct 11 06:25:18.616 INFO blam! 7d7ac99b4f17f5fbfa8db43853a7f148b212a16de6c151ee7199186854c592f0