Oct 15 01:19:47.003 INFO testing cavejay/cryptopal-rust against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 01:19:47.005 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 01:19:47.547 INFO blam! 5d39eccc5358918df71d30a86f35e86931041bc663715487b0a8ee6a06cc8587 Oct 15 01:19:47.547 INFO running `"docker" "start" "-a" "5d39eccc5358918df71d30a86f35e86931041bc663715487b0a8ee6a06cc8587"` Oct 15 01:19:48.288 INFO kablam! usermod: no changes Oct 15 01:19:48.343 INFO kablam! Compiling cryptopal v0.1.0 (/source) Oct 15 01:19:48.835 INFO kablam! warning: unused variable: `base64_chars` Oct 15 01:19:48.839 INFO kablam! --> src/main.rs:30:9 Oct 15 01:19:48.839 INFO kablam! | Oct 15 01:19:48.840 INFO kablam! 30 | let base64_chars = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"; Oct 15 01:19:48.840 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_base64_chars` instead Oct 15 01:19:48.840 INFO kablam! | Oct 15 01:19:48.840 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 01:19:48.841 INFO kablam! Oct 15 01:19:48.851 INFO kablam! warning: variable does not need to be mutable Oct 15 01:19:48.851 INFO kablam! --> src/bh64.rs:41:9 Oct 15 01:19:48.852 INFO kablam! | Oct 15 01:19:48.852 INFO kablam! 41 | let mut s = s.clone(); Oct 15 01:19:48.852 INFO kablam! | ----^ Oct 15 01:19:48.853 INFO kablam! | | Oct 15 01:19:48.853 INFO kablam! | help: remove this `mut` Oct 15 01:19:48.855 INFO kablam! | Oct 15 01:19:48.855 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 01:19:48.855 INFO kablam! Oct 15 01:19:48.859 INFO kablam! warning: function is never used: `base64_char_to_val` Oct 15 01:19:48.859 INFO kablam! --> src/bh64.rs:16:1 Oct 15 01:19:48.859 INFO kablam! | Oct 15 01:19:48.860 INFO kablam! 16 | pub fn base64_char_to_val(c: char) -> usize { Oct 15 01:19:48.860 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:19:48.860 INFO kablam! | Oct 15 01:19:48.860 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 01:19:48.861 INFO kablam! Oct 15 01:19:48.861 INFO kablam! warning: function is never used: `value_to_b64` Oct 15 01:19:48.861 INFO kablam! --> src/bh64.rs:93:1 Oct 15 01:19:48.861 INFO kablam! | Oct 15 01:19:48.862 INFO kablam! 93 | pub fn value_to_b64(v: &Vec) -> String { Oct 15 01:19:48.862 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:19:48.862 INFO kablam! Oct 15 01:19:48.863 INFO kablam! warning: variable `mapC` should have a snake case name such as `map_c` Oct 15 01:19:48.863 INFO kablam! --> src/crypt.rs:5:9 Oct 15 01:19:48.863 INFO kablam! | Oct 15 01:19:48.863 INFO kablam! 5 | let mut mapC = vec![0; 1]; Oct 15 01:19:48.863 INFO kablam! | ^^^^^^^^ Oct 15 01:19:48.863 INFO kablam! | Oct 15 01:19:48.863 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 01:19:48.864 INFO kablam! Oct 15 01:19:48.864 INFO kablam! warning: variable `mapN` should have a snake case name such as `map_n` Oct 15 01:19:48.864 INFO kablam! --> src/crypt.rs:6:9 Oct 15 01:19:48.864 INFO kablam! | Oct 15 01:19:48.864 INFO kablam! 6 | let mut mapN = vec![0; 1]; Oct 15 01:19:48.864 INFO kablam! | ^^^^^^^^ Oct 15 01:19:48.864 INFO kablam! Oct 15 01:19:49.723 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.41s Oct 15 01:19:49.726 INFO kablam! su: No module specific data is present Oct 15 01:19:50.947 INFO running `"docker" "rm" "-f" "5d39eccc5358918df71d30a86f35e86931041bc663715487b0a8ee6a06cc8587"` Oct 15 01:19:51.171 INFO blam! 5d39eccc5358918df71d30a86f35e86931041bc663715487b0a8ee6a06cc8587 Oct 15 01:19:51.179 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 01:19:51.752 INFO blam! 46ded8e00c6f39000c174036317a2573ab6424e153a406d132b9cd811d49e8e5 Oct 15 01:19:51.755 INFO running `"docker" "start" "-a" "46ded8e00c6f39000c174036317a2573ab6424e153a406d132b9cd811d49e8e5"` Oct 15 01:19:53.151 INFO kablam! usermod: no changes Oct 15 01:19:53.191 INFO kablam! Compiling cryptopal v0.1.0 (/source) Oct 15 01:19:53.747 INFO kablam! warning: unused variable: `base64_chars` Oct 15 01:19:53.747 INFO kablam! --> src/main.rs:30:9 Oct 15 01:19:53.747 INFO kablam! | Oct 15 01:19:53.747 INFO kablam! 30 | let base64_chars = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"; Oct 15 01:19:53.747 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_base64_chars` instead Oct 15 01:19:53.747 INFO kablam! | Oct 15 01:19:53.747 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 01:19:53.747 INFO kablam! Oct 15 01:19:53.751 INFO kablam! warning: variable does not need to be mutable Oct 15 01:19:53.751 INFO kablam! --> src/bh64.rs:41:9 Oct 15 01:19:53.751 INFO kablam! | Oct 15 01:19:53.751 INFO kablam! 41 | let mut s = s.clone(); Oct 15 01:19:53.751 INFO kablam! | ----^ Oct 15 01:19:53.751 INFO kablam! | | Oct 15 01:19:53.752 INFO kablam! | help: remove this `mut` Oct 15 01:19:53.752 INFO kablam! | Oct 15 01:19:53.752 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 15 01:19:53.752 INFO kablam! Oct 15 01:19:53.763 INFO kablam! warning: function is never used: `base64_char_to_val` Oct 15 01:19:53.763 INFO kablam! --> src/bh64.rs:16:1 Oct 15 01:19:53.763 INFO kablam! | Oct 15 01:19:53.763 INFO kablam! 16 | pub fn base64_char_to_val(c: char) -> usize { Oct 15 01:19:53.763 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:19:53.763 INFO kablam! | Oct 15 01:19:53.763 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 01:19:53.763 INFO kablam! Oct 15 01:19:53.763 INFO kablam! warning: function is never used: `value_to_b64` Oct 15 01:19:53.763 INFO kablam! --> src/bh64.rs:93:1 Oct 15 01:19:53.763 INFO kablam! | Oct 15 01:19:53.763 INFO kablam! 93 | pub fn value_to_b64(v: &Vec) -> String { Oct 15 01:19:53.763 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 01:19:53.763 INFO kablam! Oct 15 01:19:53.765 INFO kablam! warning: variable `mapC` should have a snake case name such as `map_c` Oct 15 01:19:53.765 INFO kablam! --> src/crypt.rs:5:9 Oct 15 01:19:53.765 INFO kablam! | Oct 15 01:19:53.765 INFO kablam! 5 | let mut mapC = vec![0; 1]; Oct 15 01:19:53.765 INFO kablam! | ^^^^^^^^ Oct 15 01:19:53.765 INFO kablam! | Oct 15 01:19:53.765 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 15 01:19:53.765 INFO kablam! Oct 15 01:19:53.765 INFO kablam! warning: variable `mapN` should have a snake case name such as `map_n` Oct 15 01:19:53.765 INFO kablam! --> src/crypt.rs:6:9 Oct 15 01:19:53.765 INFO kablam! | Oct 15 01:19:53.765 INFO kablam! 6 | let mut mapN = vec![0; 1]; Oct 15 01:19:53.765 INFO kablam! | ^^^^^^^^ Oct 15 01:19:53.765 INFO kablam! Oct 15 01:19:54.265 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.10s Oct 15 01:19:54.270 INFO kablam! su: No module specific data is present Oct 15 01:19:55.203 INFO running `"docker" "rm" "-f" "46ded8e00c6f39000c174036317a2573ab6424e153a406d132b9cd811d49e8e5"` Oct 15 01:19:55.540 INFO blam! 46ded8e00c6f39000c174036317a2573ab6424e153a406d132b9cd811d49e8e5 Oct 15 01:19:55.544 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 01:19:56.029 INFO blam! 845c00fb11088abb0f32ddac886e9277750132e02dbc3792e11b5a8658e27462 Oct 15 01:19:56.031 INFO running `"docker" "start" "-a" "845c00fb11088abb0f32ddac886e9277750132e02dbc3792e11b5a8658e27462"` Oct 15 01:19:57.306 INFO kablam! usermod: no changes Oct 15 01:19:57.364 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 15 01:19:57.379 INFO kablam! Running /target/debug/deps/cryptopal-df2b270b86b1fe44 Oct 15 01:19:57.387 INFO blam! Oct 15 01:19:57.388 INFO blam! running 0 tests Oct 15 01:19:57.388 INFO blam! Oct 15 01:19:57.388 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 01:19:57.389 INFO blam! Oct 15 01:19:57.394 INFO kablam! su: No module specific data is present Oct 15 01:19:58.159 INFO running `"docker" "rm" "-f" "845c00fb11088abb0f32ddac886e9277750132e02dbc3792e11b5a8658e27462"` Oct 15 01:19:58.442 INFO blam! 845c00fb11088abb0f32ddac886e9277750132e02dbc3792e11b5a8658e27462