Oct 12 19:48:11.369 INFO testing vikingfacer/rusty_crypt against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 12 19:48:11.369 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 12 19:48:11.590 INFO blam! 62b9066b99b3e24f47af940ae925f18231695f4b2ff5764329267e9280205bd4 Oct 12 19:48:11.592 INFO running `"docker" "start" "-a" "62b9066b99b3e24f47af940ae925f18231695f4b2ff5764329267e9280205bd4"` Oct 12 19:48:11.972 INFO kablam! usermod: no changes Oct 12 19:48:12.009 INFO kablam! Compiling crypto v0.1.0 (/source) Oct 12 19:48:13.054 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.06s Oct 12 19:48:13.058 INFO kablam! su: No module specific data is present Oct 12 19:48:13.430 INFO running `"docker" "rm" "-f" "62b9066b99b3e24f47af940ae925f18231695f4b2ff5764329267e9280205bd4"` Oct 12 19:48:13.642 INFO blam! 62b9066b99b3e24f47af940ae925f18231695f4b2ff5764329267e9280205bd4 Oct 12 19:48:13.644 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 12 19:48:13.986 INFO blam! 92713facafa98b6dbf49f94bef2a321b1cd903a5614efb65258300c86c742a0a Oct 12 19:48:13.987 INFO running `"docker" "start" "-a" "92713facafa98b6dbf49f94bef2a321b1cd903a5614efb65258300c86c742a0a"` Oct 12 19:48:14.639 INFO kablam! usermod: no changes Oct 12 19:48:14.691 INFO kablam! Compiling crypto v0.1.0 (/source) Oct 12 19:48:15.103 INFO kablam! warning: variable `lfrStep` should have a snake case name such as `lfr_step` Oct 12 19:48:15.103 INFO kablam! --> src/lib.rs:48:10 Oct 12 19:48:15.103 INFO kablam! | Oct 12 19:48:15.103 INFO kablam! 48 | let mut lfrStep = LeftShiftRegister{_step : 1, buffer : 4}; Oct 12 19:48:15.103 INFO kablam! | ^^^^^^^^^^^ Oct 12 19:48:15.103 INFO kablam! | Oct 12 19:48:15.103 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 19:48:15.103 INFO kablam! Oct 12 19:48:15.103 INFO kablam! warning: variable `lfrGenerate` should have a snake case name such as `lfr_generate` Oct 12 19:48:15.103 INFO kablam! --> src/lib.rs:49:10 Oct 12 19:48:15.103 INFO kablam! | Oct 12 19:48:15.104 INFO kablam! 49 | let mut lfrGenerate = LeftShiftRegister{_step : 1, buffer : 4}; Oct 12 19:48:15.104 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 19:48:15.104 INFO kablam! Oct 12 19:48:15.104 INFO kablam! warning: variable `StringInput` should have a snake case name such as `string_input` Oct 12 19:48:15.104 INFO kablam! --> src/lib.rs:58:7 Oct 12 19:48:15.104 INFO kablam! | Oct 12 19:48:15.104 INFO kablam! 58 | let StringInput = String::from("this is a string"); Oct 12 19:48:15.104 INFO kablam! | ^^^^^^^^^^^ Oct 12 19:48:15.104 INFO kablam! Oct 12 19:48:15.104 INFO kablam! warning: variable `inputCheck` should have a snake case name such as `input_check` Oct 12 19:48:15.104 INFO kablam! --> src/lib.rs:61:7 Oct 12 19:48:15.104 INFO kablam! | Oct 12 19:48:15.104 INFO kablam! 61 | let inputCheck : Vec = input.clone(); Oct 12 19:48:15.104 INFO kablam! | ^^^^^^^^^^ Oct 12 19:48:15.104 INFO kablam! Oct 12 19:48:16.005 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.35s Oct 12 19:48:16.007 INFO kablam! su: No module specific data is present Oct 12 19:48:16.364 INFO running `"docker" "rm" "-f" "92713facafa98b6dbf49f94bef2a321b1cd903a5614efb65258300c86c742a0a"` Oct 12 19:48:16.602 INFO blam! 92713facafa98b6dbf49f94bef2a321b1cd903a5614efb65258300c86c742a0a Oct 12 19:48:16.603 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 12 19:48:17.131 INFO blam! de4075f6494527b6ff20768b0a961c26a1ef2305a47468ffb0b2ad4529bcdd00 Oct 12 19:48:17.139 INFO running `"docker" "start" "-a" "de4075f6494527b6ff20768b0a961c26a1ef2305a47468ffb0b2ad4529bcdd00"` Oct 12 19:48:18.043 INFO kablam! usermod: no changes Oct 12 19:48:18.088 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 12 19:48:18.092 INFO kablam! Running /target/debug/deps/crypto-de20930ead80e0be Oct 12 19:48:18.102 INFO blam! Oct 12 19:48:18.102 INFO blam! running 6 tests Oct 12 19:48:18.102 INFO blam! test tests::step_once ... ok Oct 12 19:48:18.102 INFO blam! test tests::step_eight_buffer_seven ... ok Oct 12 19:48:18.102 INFO blam! test tests::inputs_do_not_mutate ... ok Oct 12 19:48:18.102 INFO blam! test tests::step_twice ... ok Oct 12 19:48:18.102 INFO blam! test tests::transform_byte_vector ... ok Oct 12 19:48:18.102 INFO blam! test tests::two_steps_is_generate_two ... ok Oct 12 19:48:18.102 INFO blam! Oct 12 19:48:18.102 INFO blam! test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 19:48:18.102 INFO blam! Oct 12 19:48:18.104 INFO kablam! Running /target/debug/deps/crypto-c08fa5593a97d909 Oct 12 19:48:18.110 INFO blam! Oct 12 19:48:18.111 INFO blam! running 0 tests Oct 12 19:48:18.111 INFO blam! Oct 12 19:48:18.111 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 19:48:18.111 INFO blam! Oct 12 19:48:18.111 INFO kablam! Doc-tests crypto Oct 12 19:48:18.254 INFO blam! Oct 12 19:48:18.254 INFO blam! running 0 tests Oct 12 19:48:18.254 INFO blam! Oct 12 19:48:18.254 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 19:48:18.254 INFO blam! Oct 12 19:48:18.262 INFO kablam! su: No module specific data is present Oct 12 19:48:18.749 INFO running `"docker" "rm" "-f" "de4075f6494527b6ff20768b0a961c26a1ef2305a47468ffb0b2ad4529bcdd00"` Oct 12 19:48:18.902 INFO blam! de4075f6494527b6ff20768b0a961c26a1ef2305a47468ffb0b2ad4529bcdd00