Oct 11 01:33:23.719 INFO testing cavejay/cryptopal-rust against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 01:33:23.720 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 01:33:23.721 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/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 01:33:24.256 INFO blam! 892d3d74d59bd439bc38a3a62249357e9d4b371ec830d92dceb5b8bfbe93a489 Oct 11 01:33:24.259 INFO running `"docker" "start" "-a" "892d3d74d59bd439bc38a3a62249357e9d4b371ec830d92dceb5b8bfbe93a489"` Oct 11 01:33:25.668 INFO kablam! usermod: no changes Oct 11 01:33:25.764 INFO kablam! Compiling cryptopal v0.1.0 (/source) Oct 11 01:33:26.664 INFO kablam! warning: unused variable: `base64_chars` Oct 11 01:33:26.664 INFO kablam! --> src/main.rs:30:9 Oct 11 01:33:26.664 INFO kablam! | Oct 11 01:33:26.664 INFO kablam! 30 | let base64_chars = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"; Oct 11 01:33:26.664 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_base64_chars` instead Oct 11 01:33:26.664 INFO kablam! | Oct 11 01:33:26.664 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 01:33:26.664 INFO kablam! Oct 11 01:33:26.664 INFO kablam! warning: variable does not need to be mutable Oct 11 01:33:26.665 INFO kablam! --> src/bh64.rs:41:9 Oct 11 01:33:26.665 INFO kablam! | Oct 11 01:33:26.665 INFO kablam! 41 | let mut s = s.clone(); Oct 11 01:33:26.665 INFO kablam! | ----^ Oct 11 01:33:26.665 INFO kablam! | | Oct 11 01:33:26.665 INFO kablam! | help: remove this `mut` Oct 11 01:33:26.665 INFO kablam! | Oct 11 01:33:26.676 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 01:33:26.676 INFO kablam! Oct 11 01:33:26.676 INFO kablam! warning: function is never used: `base64_char_to_val` Oct 11 01:33:26.676 INFO kablam! --> src/bh64.rs:16:1 Oct 11 01:33:26.676 INFO kablam! | Oct 11 01:33:26.676 INFO kablam! 16 | pub fn base64_char_to_val(c: char) -> usize { Oct 11 01:33:26.676 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:33:26.676 INFO kablam! | Oct 11 01:33:26.676 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 01:33:26.676 INFO kablam! Oct 11 01:33:26.676 INFO kablam! warning: function is never used: `value_to_b64` Oct 11 01:33:26.676 INFO kablam! --> src/bh64.rs:93:1 Oct 11 01:33:26.676 INFO kablam! | Oct 11 01:33:26.676 INFO kablam! 93 | pub fn value_to_b64(v: &Vec) -> String { Oct 11 01:33:26.676 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:33:26.676 INFO kablam! Oct 11 01:33:26.676 INFO kablam! warning: variable `mapC` should have a snake case name such as `map_c` Oct 11 01:33:26.676 INFO kablam! --> src/crypt.rs:5:9 Oct 11 01:33:26.676 INFO kablam! | Oct 11 01:33:26.676 INFO kablam! 5 | let mut mapC = vec![0; 1]; Oct 11 01:33:26.676 INFO kablam! | ^^^^^^^^ Oct 11 01:33:26.676 INFO kablam! | Oct 11 01:33:26.676 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 01:33:26.676 INFO kablam! Oct 11 01:33:26.676 INFO kablam! warning: variable `mapN` should have a snake case name such as `map_n` Oct 11 01:33:26.676 INFO kablam! --> src/crypt.rs:6:9 Oct 11 01:33:26.676 INFO kablam! | Oct 11 01:33:26.676 INFO kablam! 6 | let mut mapN = vec![0; 1]; Oct 11 01:33:26.677 INFO kablam! | ^^^^^^^^ Oct 11 01:33:26.677 INFO kablam! Oct 11 01:33:27.498 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.78s Oct 11 01:33:27.505 INFO kablam! su: No module specific data is present Oct 11 01:33:28.156 INFO running `"docker" "rm" "-f" "892d3d74d59bd439bc38a3a62249357e9d4b371ec830d92dceb5b8bfbe93a489"` Oct 11 01:33:28.380 INFO blam! 892d3d74d59bd439bc38a3a62249357e9d4b371ec830d92dceb5b8bfbe93a489 Oct 11 01:33:28.397 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 01:33:28.398 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/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 01:33:28.718 INFO blam! 2ef73f1ba14dd57c988c3dc2be4ff53e79cb43ef4e2d62896506531ed8933482 Oct 11 01:33:28.720 INFO running `"docker" "start" "-a" "2ef73f1ba14dd57c988c3dc2be4ff53e79cb43ef4e2d62896506531ed8933482"` Oct 11 01:33:29.818 INFO kablam! usermod: no changes Oct 11 01:33:29.884 INFO kablam! Compiling cryptopal v0.1.0 (/source) Oct 11 01:33:30.857 INFO kablam! warning: unused variable: `base64_chars` Oct 11 01:33:30.857 INFO kablam! --> src/main.rs:30:9 Oct 11 01:33:30.857 INFO kablam! | Oct 11 01:33:30.858 INFO kablam! 30 | let base64_chars = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/"; Oct 11 01:33:30.858 INFO kablam! | ^^^^^^^^^^^^ help: consider using `_base64_chars` instead Oct 11 01:33:30.858 INFO kablam! | Oct 11 01:33:30.858 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 01:33:30.859 INFO kablam! Oct 11 01:33:30.873 INFO kablam! warning: variable does not need to be mutable Oct 11 01:33:30.873 INFO kablam! --> src/bh64.rs:41:9 Oct 11 01:33:30.873 INFO kablam! | Oct 11 01:33:30.874 INFO kablam! 41 | let mut s = s.clone(); Oct 11 01:33:30.874 INFO kablam! | ----^ Oct 11 01:33:30.874 INFO kablam! | | Oct 11 01:33:30.874 INFO kablam! | help: remove this `mut` Oct 11 01:33:30.875 INFO kablam! | Oct 11 01:33:30.875 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 01:33:30.875 INFO kablam! Oct 11 01:33:30.881 INFO kablam! warning: function is never used: `base64_char_to_val` Oct 11 01:33:30.881 INFO kablam! --> src/bh64.rs:16:1 Oct 11 01:33:30.881 INFO kablam! | Oct 11 01:33:30.882 INFO kablam! 16 | pub fn base64_char_to_val(c: char) -> usize { Oct 11 01:33:30.882 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:33:30.882 INFO kablam! | Oct 11 01:33:30.882 INFO kablam! = note: #[warn(dead_code)] on by default Oct 11 01:33:30.883 INFO kablam! Oct 11 01:33:30.883 INFO kablam! warning: function is never used: `value_to_b64` Oct 11 01:33:30.883 INFO kablam! --> src/bh64.rs:93:1 Oct 11 01:33:30.883 INFO kablam! | Oct 11 01:33:30.884 INFO kablam! 93 | pub fn value_to_b64(v: &Vec) -> String { Oct 11 01:33:30.884 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 11 01:33:30.884 INFO kablam! Oct 11 01:33:30.884 INFO kablam! warning: variable `mapC` should have a snake case name such as `map_c` Oct 11 01:33:30.885 INFO kablam! --> src/crypt.rs:5:9 Oct 11 01:33:30.885 INFO kablam! | Oct 11 01:33:30.885 INFO kablam! 5 | let mut mapC = vec![0; 1]; Oct 11 01:33:30.885 INFO kablam! | ^^^^^^^^ Oct 11 01:33:30.886 INFO kablam! | Oct 11 01:33:30.886 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 01:33:30.886 INFO kablam! Oct 11 01:33:30.887 INFO kablam! warning: variable `mapN` should have a snake case name such as `map_n` Oct 11 01:33:30.887 INFO kablam! --> src/crypt.rs:6:9 Oct 11 01:33:30.887 INFO kablam! | Oct 11 01:33:30.887 INFO kablam! 6 | let mut mapN = vec![0; 1]; Oct 11 01:33:30.888 INFO kablam! | ^^^^^^^^ Oct 11 01:33:30.888 INFO kablam! Oct 11 01:33:31.328 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.46s Oct 11 01:33:31.328 INFO kablam! su: No module specific data is present Oct 11 01:33:32.143 INFO running `"docker" "rm" "-f" "2ef73f1ba14dd57c988c3dc2be4ff53e79cb43ef4e2d62896506531ed8933482"` Oct 11 01:33:32.439 INFO blam! 2ef73f1ba14dd57c988c3dc2be4ff53e79cb43ef4e2d62896506531ed8933482 Oct 11 01:33:32.441 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 01:33:32.441 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-7/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 01:33:32.862 INFO blam! 1170eccd350accce3a63075bf500c8762dec864d72afe5f009c2f96917bf85bf Oct 11 01:33:32.864 INFO running `"docker" "start" "-a" "1170eccd350accce3a63075bf500c8762dec864d72afe5f009c2f96917bf85bf"` Oct 11 01:33:34.044 INFO kablam! usermod: no changes Oct 11 01:33:34.100 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 11 01:33:34.128 INFO kablam! Running /target/debug/deps/cryptopal-9565b7351ca3c527 Oct 11 01:33:34.133 INFO kablam! su: No module specific data is present Oct 11 01:33:34.133 INFO blam! Oct 11 01:33:34.133 INFO blam! running 0 tests Oct 11 01:33:34.133 INFO blam! Oct 11 01:33:34.133 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 01:33:34.133 INFO blam! Oct 11 01:33:34.711 INFO running `"docker" "rm" "-f" "1170eccd350accce3a63075bf500c8762dec864d72afe5f009c2f96917bf85bf"` Oct 11 01:33:35.060 INFO blam! 1170eccd350accce3a63075bf500c8762dec864d72afe5f009c2f96917bf85bf