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