Oct 11 02:17:09.652 INFO testing bestrauc/crypto_challenge against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 02:17:09.652 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 02:17:09.653 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/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 02:17:10.059 INFO blam! 4da90f685e1bbde2d387ebc6e77ef0b99199644feccd29dd13604b73c38f777f Oct 11 02:17:10.064 INFO running `"docker" "start" "-a" "4da90f685e1bbde2d387ebc6e77ef0b99199644feccd29dd13604b73c38f777f"` Oct 11 02:17:11.448 INFO kablam! usermod: no changes Oct 11 02:17:11.616 INFO kablam! Compiling cc v1.0.7 Oct 11 02:17:11.616 INFO kablam! Compiling strided v0.2.9 Oct 11 02:17:13.305 INFO kablam! Compiling crypto_lib v0.1.0 (/source/crypto_lib) Oct 11 02:17:14.400 INFO kablam! warning: variable does not need to be mutable Oct 11 02:17:14.400 INFO kablam! --> crypto_lib/src/utils.rs:2:9 Oct 11 02:17:14.400 INFO kablam! | Oct 11 02:17:14.400 INFO kablam! 2 | let mut pad_length = block_size - bytes.len() % block_size; Oct 11 02:17:14.400 INFO kablam! | ----^^^^^^^^^^ Oct 11 02:17:14.400 INFO kablam! | | Oct 11 02:17:14.400 INFO kablam! | help: remove this `mut` Oct 11 02:17:14.400 INFO kablam! | Oct 11 02:17:14.400 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 02:17:14.400 INFO kablam! Oct 11 02:17:14.400 INFO kablam! warning: function `add_PKCS_padding` should have a snake case name such as `add_pkcs_padding` Oct 11 02:17:14.400 INFO kablam! --> crypto_lib/src/utils.rs:1:1 Oct 11 02:17:14.400 INFO kablam! | Oct 11 02:17:14.400 INFO kablam! 1 | / pub fn add_PKCS_padding(bytes: &mut Vec, block_size: usize) { Oct 11 02:17:14.400 INFO kablam! 2 | | let mut pad_length = block_size - bytes.len() % block_size; Oct 11 02:17:14.400 INFO kablam! 3 | | let mut pad_vec = vec![pad_length as u8; pad_length]; Oct 11 02:17:14.400 INFO kablam! 4 | | bytes.append(&mut pad_vec); Oct 11 02:17:14.400 INFO kablam! 5 | | } Oct 11 02:17:14.400 INFO kablam! | |_^ Oct 11 02:17:14.400 INFO kablam! | Oct 11 02:17:14.400 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 02:17:14.401 INFO kablam! Oct 11 02:17:17.200 INFO kablam! Compiling openssl-sys v0.9.27 Oct 11 02:17:19.532 INFO kablam! Compiling openssl v0.10.5 Oct 11 02:17:27.452 INFO kablam! Compiling crypto_challenge v0.1.0 (/source) Oct 11 02:17:28.514 INFO kablam! warning: unused imports: `byte_ops`, `encodings` Oct 11 02:17:28.514 INFO kablam! --> src/challenges/set2.rs:1:18 Oct 11 02:17:28.515 INFO kablam! | Oct 11 02:17:28.515 INFO kablam! 1 | use crypto_lib::{encodings, byte_ops, utils}; Oct 11 02:17:28.515 INFO kablam! | ^^^^^^^^^ ^^^^^^^^ Oct 11 02:17:28.516 INFO kablam! | Oct 11 02:17:28.516 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 02:17:28.516 INFO kablam! Oct 11 02:17:31.732 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 20.26s Oct 11 02:17:31.737 INFO kablam! su: No module specific data is present Oct 11 02:17:32.634 INFO running `"docker" "rm" "-f" "4da90f685e1bbde2d387ebc6e77ef0b99199644feccd29dd13604b73c38f777f"` Oct 11 02:17:32.996 INFO blam! 4da90f685e1bbde2d387ebc6e77ef0b99199644feccd29dd13604b73c38f777f Oct 11 02:17:33.005 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 02:17:33.007 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/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 02:17:33.416 INFO blam! 2e0917a83e5628ae24d3f1e8ba4cef22ec26800b6e1d86ebd9d994363ea86eed Oct 11 02:17:33.420 INFO running `"docker" "start" "-a" "2e0917a83e5628ae24d3f1e8ba4cef22ec26800b6e1d86ebd9d994363ea86eed"` Oct 11 02:17:34.504 INFO kablam! usermod: no changes Oct 11 02:17:34.648 INFO kablam! Compiling crypto_challenge v0.1.0 (/source) Oct 11 02:17:36.612 INFO kablam! warning: unused imports: `byte_ops`, `encodings` Oct 11 02:17:36.612 INFO kablam! --> src/challenges/set2.rs:1:18 Oct 11 02:17:36.612 INFO kablam! | Oct 11 02:17:36.612 INFO kablam! 1 | use crypto_lib::{encodings, byte_ops, utils}; Oct 11 02:17:36.612 INFO kablam! | ^^^^^^^^^ ^^^^^^^^ Oct 11 02:17:36.612 INFO kablam! | Oct 11 02:17:36.612 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 11 02:17:36.612 INFO kablam! Oct 11 02:17:38.332 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.79s Oct 11 02:17:38.334 INFO kablam! su: No module specific data is present Oct 11 02:17:39.780 INFO running `"docker" "rm" "-f" "2e0917a83e5628ae24d3f1e8ba4cef22ec26800b6e1d86ebd9d994363ea86eed"` Oct 11 02:17:40.038 INFO blam! 2e0917a83e5628ae24d3f1e8ba4cef22ec26800b6e1d86ebd9d994363ea86eed Oct 11 02:17:40.046 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 02:17:40.046 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-2/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 02:17:40.496 INFO blam! 0dccb4bf1903390520305895fd292f23afe4d588b89b1c18a7a9ca8dd92247e1 Oct 11 02:17:40.506 INFO running `"docker" "start" "-a" "0dccb4bf1903390520305895fd292f23afe4d588b89b1c18a7a9ca8dd92247e1"` Oct 11 02:17:41.615 INFO kablam! usermod: no changes Oct 11 02:17:41.728 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.07s Oct 11 02:17:41.729 INFO blam! Oct 11 02:17:41.729 INFO kablam! Running /target/debug/deps/crypto_challenge-f897f9c733745cca Oct 11 02:17:41.729 INFO blam! running 1 test Oct 11 02:17:41.736 INFO blam! test tests::it_works ... ok Oct 11 02:17:41.737 INFO blam! Oct 11 02:17:41.737 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 02:17:41.737 INFO blam! Oct 11 02:17:41.748 INFO blam! Oct 11 02:17:41.749 INFO kablam! Running /target/debug/deps/crypto_challenge-aa7acb9d2852540c Oct 11 02:17:41.749 INFO blam! running 0 tests Oct 11 02:17:41.749 INFO kablam! Doc-tests crypto_challenge Oct 11 02:17:41.750 INFO blam! Oct 11 02:17:41.750 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 02:17:41.750 INFO blam! Oct 11 02:17:43.872 INFO blam! Oct 11 02:17:43.872 INFO blam! running 0 tests Oct 11 02:17:43.872 INFO blam! Oct 11 02:17:43.872 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 02:17:43.872 INFO blam! Oct 11 02:17:43.878 INFO kablam! su: No module specific data is present Oct 11 02:17:44.545 INFO running `"docker" "rm" "-f" "0dccb4bf1903390520305895fd292f23afe4d588b89b1c18a7a9ca8dd92247e1"` Oct 11 02:17:44.821 INFO blam! 0dccb4bf1903390520305895fd292f23afe4d588b89b1c18a7a9ca8dd92247e1