Oct 27 05:49:19.982 INFO checking dfockler/cryptopals against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 05:49:19.983 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-alt check --frozen --all --all-targets" "-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 27 05:49:20.439 INFO blam! aab940ea42272898c3990fb14628247e834f87ac8cd4a42d68d610ac080538b5 Oct 27 05:49:20.439 INFO running `"docker" "start" "-a" "aab940ea42272898c3990fb14628247e834f87ac8cd4a42d68d610ac080538b5"` Oct 27 05:49:21.499 INFO kablam! usermod: no changes Oct 27 05:49:21.555 INFO kablam! Checking cryptopals v0.1.0 (/source) Oct 27 05:49:22.367 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u32` in the current scope Oct 27 05:49:22.367 INFO kablam! --> src/main.rs:135:27 Oct 27 05:49:22.367 INFO kablam! | Oct 27 05:49:22.367 INFO kablam! 135 | output.append(u32::from_bytes(chug) ^ sw ^ rcon(i/n)); Oct 27 05:49:22.367 INFO kablam! | ^^^^^^^^^^^^^^^ function or associated item not found in `u32` Oct 27 05:49:22.367 INFO kablam! | Oct 27 05:49:22.367 INFO kablam! = help: did you mean `from_be`? Oct 27 05:49:22.367 INFO kablam! Oct 27 05:49:22.367 INFO kablam! error[E0308]: mismatched types Oct 27 05:49:22.367 INFO kablam! --> src/main.rs:135:61 Oct 27 05:49:22.367 INFO kablam! | Oct 27 05:49:22.367 INFO kablam! 135 | output.append(u32::from_bytes(chug) ^ sw ^ rcon(i/n)); Oct 27 05:49:22.367 INFO kablam! | ^^^ expected usize, found i32 Oct 27 05:49:22.367 INFO kablam! Oct 27 05:49:22.367 INFO kablam! error[E0277]: the trait bound `i32: std::slice::SliceIndex<[u8]>` is not satisfied Oct 27 05:49:22.367 INFO kablam! --> src/main.rs:137:13 Oct 27 05:49:22.367 INFO kablam! | Oct 27 05:49:22.367 INFO kablam! 137 | output[i-1] ^ sub_word(&output[i-4..i], &s_box); Oct 27 05:49:22.367 INFO kablam! | ^^^^^^^^^^^ slice indices are of type `usize` or ranges of `usize` Oct 27 05:49:22.367 INFO kablam! | Oct 27 05:49:22.367 INFO kablam! = help: the trait `std::slice::SliceIndex<[u8]>` is not implemented for `i32` Oct 27 05:49:22.367 INFO kablam! = note: required because of the requirements on the impl of `std::ops::Index` for `std::vec::Vec` Oct 27 05:49:22.367 INFO kablam! Oct 27 05:49:22.367 INFO kablam! error[E0277]: the trait bound `std::ops::Range: std::slice::SliceIndex<[u8]>` is not satisfied Oct 27 05:49:22.367 INFO kablam! --> src/main.rs:137:37 Oct 27 05:49:22.367 INFO kablam! | Oct 27 05:49:22.367 INFO kablam! 137 | output[i-1] ^ sub_word(&output[i-4..i], &s_box); Oct 27 05:49:22.367 INFO kablam! | ^^^^^^^^^^^^^^ slice indices are of type `usize` or ranges of `usize` Oct 27 05:49:22.367 INFO kablam! | Oct 27 05:49:22.367 INFO kablam! = help: the trait `std::slice::SliceIndex<[u8]>` is not implemented for `std::ops::Range` Oct 27 05:49:22.367 INFO kablam! = note: required because of the requirements on the impl of `std::ops::Index>` for `std::vec::Vec` Oct 27 05:49:22.367 INFO kablam! Oct 27 05:49:22.447 INFO kablam! error: aborting due to 4 previous errors Oct 27 05:49:22.447 INFO kablam! Oct 27 05:49:22.447 INFO kablam! Some errors occurred: E0277, E0308, E0599. Oct 27 05:49:22.447 INFO kablam! For more information about an error, try `rustc --explain E0277`. Oct 27 05:49:22.463 INFO kablam! error: Could not compile `cryptopals`. Oct 27 05:49:22.463 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 05:49:22.483 INFO kablam! error[E0599]: no function or associated item named `from_bytes` found for type `u32` in the current scope Oct 27 05:49:22.483 INFO kablam! --> src/main.rs:135:27 Oct 27 05:49:22.483 INFO kablam! | Oct 27 05:49:22.483 INFO kablam! 135 | output.append(u32::from_bytes(chug) ^ sw ^ rcon(i/n)); Oct 27 05:49:22.483 INFO kablam! | ^^^^^^^^^^^^^^^ function or associated item not found in `u32` Oct 27 05:49:22.483 INFO kablam! | Oct 27 05:49:22.483 INFO kablam! = help: did you mean `from_be`? Oct 27 05:49:22.483 INFO kablam! Oct 27 05:49:22.483 INFO kablam! error[E0308]: mismatched types Oct 27 05:49:22.483 INFO kablam! --> src/main.rs:135:61 Oct 27 05:49:22.483 INFO kablam! | Oct 27 05:49:22.483 INFO kablam! 135 | output.append(u32::from_bytes(chug) ^ sw ^ rcon(i/n)); Oct 27 05:49:22.483 INFO kablam! | ^^^ expected usize, found i32 Oct 27 05:49:22.483 INFO kablam! Oct 27 05:49:22.483 INFO kablam! error[E0277]: the trait bound `i32: std::slice::SliceIndex<[u8]>` is not satisfied Oct 27 05:49:22.483 INFO kablam! --> src/main.rs:137:13 Oct 27 05:49:22.483 INFO kablam! | Oct 27 05:49:22.483 INFO kablam! 137 | output[i-1] ^ sub_word(&output[i-4..i], &s_box); Oct 27 05:49:22.483 INFO kablam! | ^^^^^^^^^^^ slice indices are of type `usize` or ranges of `usize` Oct 27 05:49:22.483 INFO kablam! | Oct 27 05:49:22.483 INFO kablam! = help: the trait `std::slice::SliceIndex<[u8]>` is not implemented for `i32` Oct 27 05:49:22.483 INFO kablam! = note: required because of the requirements on the impl of `std::ops::Index` for `std::vec::Vec` Oct 27 05:49:22.483 INFO kablam! Oct 27 05:49:22.483 INFO kablam! error[E0277]: the trait bound `std::ops::Range: std::slice::SliceIndex<[u8]>` is not satisfied Oct 27 05:49:22.483 INFO kablam! --> src/main.rs:137:37 Oct 27 05:49:22.483 INFO kablam! | Oct 27 05:49:22.483 INFO kablam! 137 | output[i-1] ^ sub_word(&output[i-4..i], &s_box); Oct 27 05:49:22.483 INFO kablam! | ^^^^^^^^^^^^^^ slice indices are of type `usize` or ranges of `usize` Oct 27 05:49:22.483 INFO kablam! | Oct 27 05:49:22.483 INFO kablam! = help: the trait `std::slice::SliceIndex<[u8]>` is not implemented for `std::ops::Range` Oct 27 05:49:22.483 INFO kablam! = note: required because of the requirements on the impl of `std::ops::Index>` for `std::vec::Vec` Oct 27 05:49:22.483 INFO kablam! Oct 27 05:49:22.527 INFO kablam! error: aborting due to 4 previous errors Oct 27 05:49:22.527 INFO kablam! Oct 27 05:49:22.527 INFO kablam! Some errors occurred: E0277, E0308, E0599. Oct 27 05:49:22.527 INFO kablam! For more information about an error, try `rustc --explain E0277`. Oct 27 05:49:22.543 INFO kablam! error: Could not compile `cryptopals`. Oct 27 05:49:22.543 INFO kablam! Oct 27 05:49:22.543 INFO kablam! To learn more, run the command again with --verbose. Oct 27 05:49:22.543 INFO kablam! su: No module specific data is present Oct 27 05:49:23.441 INFO running `"docker" "rm" "-f" "aab940ea42272898c3990fb14628247e834f87ac8cd4a42d68d610ac080538b5"` Oct 27 05:49:23.722 INFO blam! aab940ea42272898c3990fb14628247e834f87ac8cd4a42d68d610ac080538b5