[INFO] updating cached repository siddharthverma314/cryptopals [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/siddharthverma314/cryptopals [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/siddharthverma314/cryptopals" "work/ex/pr-60162/sources/master#a850a426491e14186af2250549bf41256b5938d2/gh/siddharthverma314/cryptopals"` [INFO] [stderr] Cloning into 'work/ex/pr-60162/sources/master#a850a426491e14186af2250549bf41256b5938d2/gh/siddharthverma314/cryptopals'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/siddharthverma314/cryptopals" "work/ex/pr-60162/sources/try#06a150c7d11500b41499224f165e9de1de096768/gh/siddharthverma314/cryptopals"` [INFO] [stderr] Cloning into 'work/ex/pr-60162/sources/try#06a150c7d11500b41499224f165e9de1de096768/gh/siddharthverma314/cryptopals'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 891f95df0e847bae84ce9621269bd1ba38cd3e31 [INFO] sha for GitHub repo siddharthverma314/cryptopals: 891f95df0e847bae84ce9621269bd1ba38cd3e31 [INFO] validating manifest of siddharthverma314/cryptopals on toolchain master#a850a426491e14186af2250549bf41256b5938d2 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+a850a426491e14186af2250549bf41256b5938d2-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of siddharthverma314/cryptopals on toolchain try#06a150c7d11500b41499224f165e9de1de096768 [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+06a150c7d11500b41499224f165e9de1de096768-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing siddharthverma314/cryptopals [INFO] finished frobbing siddharthverma314/cryptopals [INFO] frobbed toml for siddharthverma314/cryptopals written to work/ex/pr-60162/sources/master#a850a426491e14186af2250549bf41256b5938d2/gh/siddharthverma314/cryptopals/Cargo.toml [INFO] started frobbing siddharthverma314/cryptopals [INFO] finished frobbing siddharthverma314/cryptopals [INFO] frobbed toml for siddharthverma314/cryptopals written to work/ex/pr-60162/sources/try#06a150c7d11500b41499224f165e9de1de096768/gh/siddharthverma314/cryptopals/Cargo.toml [INFO] crate siddharthverma314/cryptopals already has a lockfile, it will not be regenerated [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+a850a426491e14186af2250549bf41256b5938d2-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/crater-raid/crater/work/local/cargo-home/bin/cargo" "+06a150c7d11500b41499224f165e9de1de096768-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking siddharthverma314/cryptopals against master#a850a426491e14186af2250549bf41256b5938d2 for pr-60162 [INFO] running `"docker" "create" "-v" "/mnt/crater-raid/crater/work/local/target-dirs/pr-60162/worker-0/master#a850a426491e14186af2250549bf41256b5938d2:/opt/crater/target:rw,Z" "-v" "/mnt/crater-raid/crater/work/ex/pr-60162/sources/master#a850a426491e14186af2250549bf41256b5938d2/gh/siddharthverma314/cryptopals:/opt/crater/workdir:ro,Z" "-v" "/mnt/crater-raid/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/crater-raid/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+a850a426491e14186af2250549bf41256b5938d2-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 54486787170f1ab9fe8d149bb3f6ad6fae6916fa3f60ae3a480786300bca9e0a [INFO] running `"docker" "start" "-a" "54486787170f1ab9fe8d149bb3f6ad6fae6916fa3f60ae3a480786300bca9e0a"` [INFO] [stderr] Checking rayon-core v1.4.1 [INFO] [stderr] Checking rayon v1.0.3 [INFO] [stderr] Checking cryptopal v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error[E0423]: expected function, found macro `assert_eq` [INFO] [stderr] --> src/aes.rs:117:9 [INFO] [stderr] | [INFO] [stderr] 117 | assert_eq(mat.len(), 16); [INFO] [stderr] | ^^^^^^^^^ help: use `!` to invoke the macro: `assert_eq!` [INFO] [stderr] [INFO] [stderr] error[E0423]: expected function, found macro `assert_eq` [INFO] [stderr] --> src/aes.rs:117:9 [INFO] [stderr] | [INFO] [stderr] 117 | assert_eq(mat.len(), 16); [INFO] [stderr] | ^^^^^^^^^ help: use `!` to invoke the macro: `assert_eq!` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/aes.rs:119:9 [INFO] [stderr] | [INFO] [stderr] 116 | pub fn mix_columns(mut self, mat: &[u8]) -> AesBuf { [INFO] [stderr] | ------ expected `aes::AesBuf` because of return type [INFO] [stderr] ... [INFO] [stderr] 119 | / for c in 0..self.nb { [INFO] [stderr] 120 | | for r in 0..4 { [INFO] [stderr] 121 | | let mut elem = 0; [INFO] [stderr] 122 | | for i in 0..4 { [INFO] [stderr] ... | [INFO] [stderr] 125 | | } [INFO] [stderr] 126 | | } [INFO] [stderr] | |_________^ expected struct `aes::AesBuf`, found () [INFO] [stderr] | [INFO] [stderr] = note: expected type `aes::AesBuf` [INFO] [stderr] found type `()` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0308, E0423. [INFO] [stderr] For more information about an error, try `rustc --explain E0308`. [INFO] [stderr] error: Could not compile `cryptopal`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/aes.rs:119:9 [INFO] [stderr] | [INFO] [stderr] 116 | pub fn mix_columns(mut self, mat: &[u8]) -> AesBuf { [INFO] [stderr] | ------ expected `aes::AesBuf` because of return type [INFO] [stderr] ... [INFO] [stderr] 119 | / for c in 0..self.nb { [INFO] [stderr] 120 | | for r in 0..4 { [INFO] [stderr] 121 | | let mut elem = 0; [INFO] [stderr] 122 | | for i in 0..4 { [INFO] [stderr] ... | [INFO] [stderr] 125 | | } [INFO] [stderr] 126 | | } [INFO] [stderr] | |_________^ expected struct `aes::AesBuf`, found () [INFO] [stderr] | [INFO] [stderr] = note: expected type `aes::AesBuf` [INFO] [stderr] found type `()` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0308, E0423. [INFO] [stderr] For more information about an error, try `rustc --explain E0308`. [INFO] [stderr] error: Could not compile `cryptopal`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "54486787170f1ab9fe8d149bb3f6ad6fae6916fa3f60ae3a480786300bca9e0a"` [INFO] running `"docker" "rm" "-f" "54486787170f1ab9fe8d149bb3f6ad6fae6916fa3f60ae3a480786300bca9e0a"` [INFO] [stdout] 54486787170f1ab9fe8d149bb3f6ad6fae6916fa3f60ae3a480786300bca9e0a