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