Oct 14 14:18:39.465 INFO testing kumikoda/cryptopals-rust against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 14:18:39.467 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 14 14:18:39.899 INFO blam! 2a4be303dba39ccd67ff92cf1ea7b798dfd89d574419d3d710e82e32c00d04cf Oct 14 14:18:39.907 INFO running `"docker" "start" "-a" "2a4be303dba39ccd67ff92cf1ea7b798dfd89d574419d3d710e82e32c00d04cf"` Oct 14 14:18:41.195 INFO kablam! usermod: no changes Oct 14 14:18:41.287 INFO kablam! Compiling cryptopals v0.1.0 (/source) Oct 14 14:18:41.571 INFO kablam! warning: unused variable: `i` Oct 14 14:18:41.571 INFO kablam! --> src/hex.rs:37:10 Oct 14 14:18:41.571 INFO kablam! | Oct 14 14:18:41.571 INFO kablam! 37 | for (i, &b) in bytes.iter().enumerate() { Oct 14 14:18:41.571 INFO kablam! | ^ help: consider using `_i` instead Oct 14 14:18:41.571 INFO kablam! | Oct 14 14:18:41.571 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 14:18:41.571 INFO kablam! Oct 14 14:18:41.571 INFO kablam! warning: unused variable: `i` Oct 14 14:18:41.571 INFO kablam! --> src/english.rs:37:10 Oct 14 14:18:41.571 INFO kablam! | Oct 14 14:18:41.571 INFO kablam! 37 | for (i, &c) in s.as_bytes().iter().enumerate() { Oct 14 14:18:41.571 INFO kablam! | ^ help: consider using `_i` instead Oct 14 14:18:41.571 INFO kablam! Oct 14 14:18:41.583 INFO kablam! warning: variable does not need to be mutable Oct 14 14:18:41.583 INFO kablam! --> src/hex.rs:4:9 Oct 14 14:18:41.583 INFO kablam! | Oct 14 14:18:41.583 INFO kablam! 4 | let mut bytes: Vec = s.as_bytes().to_vec(); Oct 14 14:18:41.583 INFO kablam! | ----^^^^^ Oct 14 14:18:41.583 INFO kablam! | | Oct 14 14:18:41.583 INFO kablam! | help: remove this `mut` Oct 14 14:18:41.583 INFO kablam! | Oct 14 14:18:41.583 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 14:18:41.583 INFO kablam! Oct 14 14:18:41.595 INFO kablam! warning: variable `A` should have a snake case name such as `a` Oct 14 14:18:41.595 INFO kablam! --> src/english.rs:50:16 Oct 14 14:18:41.595 INFO kablam! | Oct 14 14:18:41.595 INFO kablam! 50 | pub fn cos_sim(A: Vec, B: Vec) -> f64 { Oct 14 14:18:41.595 INFO kablam! | ^ Oct 14 14:18:41.595 INFO kablam! | Oct 14 14:18:41.595 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 14:18:41.595 INFO kablam! Oct 14 14:18:41.595 INFO kablam! warning: variable `B` should have a snake case name such as `b` Oct 14 14:18:41.595 INFO kablam! --> src/english.rs:50:29 Oct 14 14:18:41.595 INFO kablam! | Oct 14 14:18:41.595 INFO kablam! 50 | pub fn cos_sim(A: Vec, B: Vec) -> f64 { Oct 14 14:18:41.595 INFO kablam! | ^ Oct 14 14:18:41.595 INFO kablam! Oct 14 14:18:42.032 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.79s Oct 14 14:18:42.034 INFO kablam! su: No module specific data is present Oct 14 14:18:42.779 INFO running `"docker" "rm" "-f" "2a4be303dba39ccd67ff92cf1ea7b798dfd89d574419d3d710e82e32c00d04cf"` Oct 14 14:18:43.195 INFO blam! 2a4be303dba39ccd67ff92cf1ea7b798dfd89d574419d3d710e82e32c00d04cf Oct 14 14:18:43.209 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 14 14:18:43.807 INFO blam! 4f301243107ad1c004399b48302ae5f205afb0326770b80d474fce4d19d360d8 Oct 14 14:18:43.815 INFO running `"docker" "start" "-a" "4f301243107ad1c004399b48302ae5f205afb0326770b80d474fce4d19d360d8"` Oct 14 14:18:44.903 INFO kablam! usermod: no changes Oct 14 14:18:44.963 INFO kablam! Compiling cryptopals v0.1.0 (/source) Oct 14 14:18:45.251 INFO kablam! warning: unused import: `super::hex_to_base64` Oct 14 14:18:45.251 INFO kablam! --> src/conversions.rs:40:9 Oct 14 14:18:45.251 INFO kablam! | Oct 14 14:18:45.251 INFO kablam! 40 | use super::hex_to_base64; Oct 14 14:18:45.251 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 14:18:45.251 INFO kablam! | Oct 14 14:18:45.251 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 14:18:45.251 INFO kablam! Oct 14 14:18:45.487 INFO kablam! warning: unused variable: `i` Oct 14 14:18:45.487 INFO kablam! --> src/hex.rs:37:10 Oct 14 14:18:45.487 INFO kablam! | Oct 14 14:18:45.487 INFO kablam! 37 | for (i, &b) in bytes.iter().enumerate() { Oct 14 14:18:45.487 INFO kablam! | ^ help: consider using `_i` instead Oct 14 14:18:45.487 INFO kablam! | Oct 14 14:18:45.487 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 14:18:45.487 INFO kablam! Oct 14 14:18:45.487 INFO kablam! warning: unused variable: `i` Oct 14 14:18:45.487 INFO kablam! --> src/english.rs:37:10 Oct 14 14:18:45.487 INFO kablam! | Oct 14 14:18:45.487 INFO kablam! 37 | for (i, &c) in s.as_bytes().iter().enumerate() { Oct 14 14:18:45.487 INFO kablam! | ^ help: consider using `_i` instead Oct 14 14:18:45.487 INFO kablam! Oct 14 14:18:45.527 INFO kablam! warning: variable does not need to be mutable Oct 14 14:18:45.527 INFO kablam! --> src/hex.rs:4:9 Oct 14 14:18:45.527 INFO kablam! | Oct 14 14:18:45.527 INFO kablam! 4 | let mut bytes: Vec = s.as_bytes().to_vec(); Oct 14 14:18:45.527 INFO kablam! | ----^^^^^ Oct 14 14:18:45.527 INFO kablam! | | Oct 14 14:18:45.527 INFO kablam! | help: remove this `mut` Oct 14 14:18:45.527 INFO kablam! | Oct 14 14:18:45.527 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 14:18:45.527 INFO kablam! Oct 14 14:18:45.555 INFO kablam! warning: variable `A` should have a snake case name such as `a` Oct 14 14:18:45.555 INFO kablam! --> src/english.rs:50:16 Oct 14 14:18:45.555 INFO kablam! | Oct 14 14:18:45.555 INFO kablam! 50 | pub fn cos_sim(A: Vec, B: Vec) -> f64 { Oct 14 14:18:45.555 INFO kablam! | ^ Oct 14 14:18:45.555 INFO kablam! | Oct 14 14:18:45.555 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 14:18:45.555 INFO kablam! Oct 14 14:18:45.555 INFO kablam! warning: variable `B` should have a snake case name such as `b` Oct 14 14:18:45.555 INFO kablam! --> src/english.rs:50:29 Oct 14 14:18:45.555 INFO kablam! | Oct 14 14:18:45.555 INFO kablam! 50 | pub fn cos_sim(A: Vec, B: Vec) -> f64 { Oct 14 14:18:45.555 INFO kablam! | ^ Oct 14 14:18:45.555 INFO kablam! Oct 14 14:18:46.543 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.62s Oct 14 14:18:46.543 INFO kablam! su: No module specific data is present Oct 14 14:18:47.039 INFO running `"docker" "rm" "-f" "4f301243107ad1c004399b48302ae5f205afb0326770b80d474fce4d19d360d8"` Oct 14 14:18:47.211 INFO blam! 4f301243107ad1c004399b48302ae5f205afb0326770b80d474fce4d19d360d8 Oct 14 14:18:47.228 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 14 14:18:47.589 INFO blam! cac6051aa55f138f254120a527c5a2000c70cde8ac2dc47225e428d2443221c9 Oct 14 14:18:47.592 INFO running `"docker" "start" "-a" "cac6051aa55f138f254120a527c5a2000c70cde8ac2dc47225e428d2443221c9"` Oct 14 14:18:48.033 INFO kablam! usermod: no changes Oct 14 14:18:48.057 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.00s Oct 14 14:18:48.058 INFO kablam! Running /target/debug/deps/cryptopals-b85209b115216bd2 Oct 14 14:18:48.060 INFO blam! Oct 14 14:18:48.060 INFO blam! running 8 tests Oct 14 14:18:48.061 INFO blam! test base64::tests::test_padding ... ok Oct 14 14:18:48.061 INFO blam! test conversions::tests::test_hex_to_base64 ... ok Oct 14 14:18:48.061 INFO blam! test english::test::test_cos_sim_0 ... ok Oct 14 14:18:48.061 INFO blam! test english::test::test_cos_sim_neg_1 ... ok Oct 14 14:18:48.061 INFO blam! test base64::tests::test_wikipedia ... ok Oct 14 14:18:48.062 INFO blam! test english::test::test_cos_sim_1 ... ok Oct 14 14:18:48.062 INFO blam! test english::test::test_score_sentence ... ok Oct 14 14:18:48.062 INFO blam! test hex::tests::test_decode ... ok Oct 14 14:18:48.062 INFO blam! Oct 14 14:18:48.063 INFO blam! test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 14:18:48.063 INFO blam! Oct 14 14:18:48.063 INFO kablam! Running /target/debug/deps/integration_test-073e1329f36dac0d Oct 14 14:18:48.064 INFO blam! Oct 14 14:18:48.064 INFO blam! running 3 tests Oct 14 14:18:48.065 INFO blam! test set1_problem1 ... ok Oct 14 14:18:48.065 INFO blam! test set1_problem3 ... ok Oct 14 14:18:48.066 INFO blam! test set1_problem2 ... ok Oct 14 14:18:48.066 INFO kablam! Doc-tests cryptopals Oct 14 14:18:48.066 INFO blam! Oct 14 14:18:48.066 INFO blam! test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 14:18:48.066 INFO blam! Oct 14 14:18:48.204 INFO blam! Oct 14 14:18:48.204 INFO blam! running 0 tests Oct 14 14:18:48.204 INFO blam! Oct 14 14:18:48.204 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 14:18:48.204 INFO blam! Oct 14 14:18:48.210 INFO kablam! su: No module specific data is present Oct 14 14:18:48.440 INFO running `"docker" "rm" "-f" "cac6051aa55f138f254120a527c5a2000c70cde8ac2dc47225e428d2443221c9"` Oct 14 14:18:48.538 INFO blam! cac6051aa55f138f254120a527c5a2000c70cde8ac2dc47225e428d2443221c9