[INFO] updating cached repository charredlot/cryptopals-rust [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/charredlot/cryptopals-rust [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/charredlot/cryptopals-rust" "work/ex/beta-1.38-1/sources/1.37.0/gh/charredlot/cryptopals-rust"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/charredlot/cryptopals-rust'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/charredlot/cryptopals-rust" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/charredlot/cryptopals-rust"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/charredlot/cryptopals-rust'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 50cecd398c41956e93fd8d91cfa04cc0bfa7fb56 [INFO] sha for GitHub repo charredlot/cryptopals-rust: 50cecd398c41956e93fd8d91cfa04cc0bfa7fb56 [INFO] validating manifest of charredlot/cryptopals-rust on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of charredlot/cryptopals-rust on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing charredlot/cryptopals-rust [INFO] finished frobbing charredlot/cryptopals-rust [INFO] frobbed toml for charredlot/cryptopals-rust written to work/ex/beta-1.38-1/sources/1.37.0/gh/charredlot/cryptopals-rust/Cargo.toml [INFO] started frobbing charredlot/cryptopals-rust [INFO] finished frobbing charredlot/cryptopals-rust [INFO] frobbed toml for charredlot/cryptopals-rust written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/charredlot/cryptopals-rust/Cargo.toml [INFO] crate charredlot/cryptopals-rust already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing charredlot/cryptopals-rust against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/charredlot/cryptopals-rust:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/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=warn" "-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" "+1.37.0" "build" "--frozen"` [INFO] [stdout] c3eaca67889fb6062335333067262adfd59c82aa4785a64d7afe543411ceda17 [INFO] running `"docker" "start" "-a" "c3eaca67889fb6062335333067262adfd59c82aa4785a64d7afe543411ceda17"` [INFO] [stderr] Compiling nodrop v0.1.11 [INFO] [stderr] Compiling rust-gmp v0.5.0 [INFO] [stderr] Compiling generic-array v0.8.3 [INFO] [stderr] Compiling digest v0.6.2 [INFO] [stderr] Compiling block-buffer v0.2.0 [INFO] [stderr] Compiling sha2 v0.6.0 [INFO] [stderr] Compiling cryptopals v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `std::str` [INFO] [stderr] --> src/aes/cbc_test.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use std::str; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/base64.rs:94:16 [INFO] [stderr] | [INFO] [stderr] 94 | UPPER_A...UPPER_Z => c - UPPER_A, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: #[warn(ellipsis_inclusive_range_patterns)] on by default [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/base64.rs:95:16 [INFO] [stderr] | [INFO] [stderr] 95 | LOWER_A...LOWER_Z => (c - LOWER_A) + 26, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/base64.rs:96:16 [INFO] [stderr] | [INFO] [stderr] 96 | DIGIT_0...DIGIT_9 => (c - DIGIT_0) + 52, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/sha1.rs:231:18 [INFO] [stderr] | [INFO] [stderr] 231 | 0...19 => (ff(b, c, d), 0x5a827999), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/sha1.rs:232:19 [INFO] [stderr] | [INFO] [stderr] 232 | 20...39 => (gg(b, c, d), 0x6ed9eba1), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/sha1.rs:233:19 [INFO] [stderr] | [INFO] [stderr] 233 | 40...59 => (hh(b, c, d), 0x8f1bbcdc), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/sha1.rs:234:19 [INFO] [stderr] | [INFO] [stderr] 234 | 60...79 => (ii(b, c, d), 0xca62c1d6), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ssv.rs:9:33 [INFO] [stderr] | [INFO] [stderr] 9 | pub fn ssv_aes_encrypt(cipher: &AESCipher, plaintext: &[u8]) -> Vec { [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn AESCipher` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ssv.rs:17:33 [INFO] [stderr] | [INFO] [stderr] 17 | pub fn ssv_aes_decrypt(cipher: &AESCipher, ciphertext: &[u8]) -> Vec { [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn AESCipher` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/ssv.rs:22:43 [INFO] [stderr] | [INFO] [stderr] 22 | pub fn ssv_aes_decrypt_and_check(cipher: &AESCipher, [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn AESCipher` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/url.rs:57:33 [INFO] [stderr] | [INFO] [stderr] 57 | fn encrypt_profile_for(cipher: &AESCipher, email: &str) -> Vec { [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn AESCipher` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/url.rs:61:33 [INFO] [stderr] | [INFO] [stderr] 61 | fn decrypt_profile_for(cipher: &AESCipher, [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn AESCipher` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/url.rs:68:30 [INFO] [stderr] | [INFO] [stderr] 68 | fn trick_url_decode(cipher: &AESCipher) { [INFO] [stderr] | ^^^^^^^^^ help: use `dyn`: `dyn AESCipher` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/util.rs:10:26 [INFO] [stderr] | [INFO] [stderr] 10 | pub type EncryptOracle = Fn (&[u8]) -> Vec; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn (&[u8]) -> Vec` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/util.rs:11:26 [INFO] [stderr] | [INFO] [stderr] 11 | pub type DecryptOracle = Fn (&[u8]) -> Vec; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn (&[u8]) -> Vec` [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/cryptopals-92d83ba65a8f44e7.cryptopals.2ac3mf5s-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/cryptopals-92d83ba65a8f44e7.cryptopals.2ac3mf5s-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/cryptopals-92d83ba65a8f44e7.cryptopals.2ac3mf5s-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/cryptopals-92d83ba65a8f44e7.cryptopals.2ac3mf5s-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/cryptopals-92d83ba65a8f44e7.cryptopals.2ac3mf5s-cgu.4.rcgu.o" "-o" "/opt/crater/target/debug/deps/cryptopals-92d83ba65a8f44e7" "/opt/crater/target/debug/deps/cryptopals-92d83ba65a8f44e7.1p1nxa7lvwqiwa1t.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libcryptopals-a8cab0061f0665b4.rlib" "/opt/crater/target/debug/deps/libsha2-fbbcb1534d914417.rlib" "/opt/crater/target/debug/deps/libfake_simd-9a7a25a362cdb1bc.rlib" "/opt/crater/target/debug/deps/libblock_buffer-2e97d227d7f92cd2.rlib" "/opt/crater/target/debug/deps/libdigest-63504c9d2e586996.rlib" "/opt/crater/target/debug/deps/libbyte_tools-e0808b81140be31c.rlib" "/opt/crater/target/debug/deps/libgeneric_array-acdfc1a78dc05237.rlib" "/opt/crater/target/debug/deps/libnodrop-a94654e17a5c0d65.rlib" "/opt/crater/target/debug/deps/libodds-948e814d0f96ead9.rlib" "/opt/crater/target/debug/deps/libtypenum-42a82b77706755e1.rlib" "/opt/crater/target/debug/deps/libgmp-5d222352fb22692a.rlib" "/opt/crater/target/debug/deps/libnum_traits-50f4c0719bcfab71.rlib" "/opt/crater/target/debug/deps/librand-6320734f8e1bb2c3.rlib" "/opt/crater/target/debug/deps/liblibc-7a0d5ea43554a001.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-4a76ff35a356aedf.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e11c7b3b3225afe2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-13217ede3d276f16.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-621a9ee22da6caa1.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-546c844e8071bbeb.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-be9569e4d599746f.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-47d8845cef2a3bc5.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-017511bce73a530c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-be7979c57a08057b.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d6459c4f0817c67c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-580035dd98451925.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-aee5c24fff305dea.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-8a55a4098920125a.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-9fc4b5be2ba5cc19.rlib" "-Wl,-Bdynamic" "-lgmp" "-lgmp" "-lgmp" "-lgmp" "-lgmp" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lgmp [INFO] [stderr] /usr/bin/ld: cannot find -lgmp [INFO] [stderr] /usr/bin/ld: cannot find -lgmp [INFO] [stderr] /usr/bin/ld: cannot find -lgmp [INFO] [stderr] /usr/bin/ld: cannot find -lgmp [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `cryptopals`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "c3eaca67889fb6062335333067262adfd59c82aa4785a64d7afe543411ceda17"` [INFO] running `"docker" "rm" "-f" "c3eaca67889fb6062335333067262adfd59c82aa4785a64d7afe543411ceda17"` [INFO] [stdout] c3eaca67889fb6062335333067262adfd59c82aa4785a64d7afe543411ceda17