[INFO] updating cached repository thenaesh/mersenne-pkc [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/thenaesh/mersenne-pkc [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/thenaesh/mersenne-pkc" "work/ex/beta-1.38-1/sources/1.37.0/gh/thenaesh/mersenne-pkc"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/thenaesh/mersenne-pkc'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/thenaesh/mersenne-pkc" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/thenaesh/mersenne-pkc"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/thenaesh/mersenne-pkc'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] cf0377142a5740f91431f53128cd851abe9eff49 [INFO] sha for GitHub repo thenaesh/mersenne-pkc: cf0377142a5740f91431f53128cd851abe9eff49 [INFO] validating manifest of thenaesh/mersenne-pkc 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 thenaesh/mersenne-pkc 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 thenaesh/mersenne-pkc [INFO] finished frobbing thenaesh/mersenne-pkc [INFO] frobbed toml for thenaesh/mersenne-pkc written to work/ex/beta-1.38-1/sources/1.37.0/gh/thenaesh/mersenne-pkc/Cargo.toml [INFO] started frobbing thenaesh/mersenne-pkc [INFO] finished frobbing thenaesh/mersenne-pkc [INFO] frobbed toml for thenaesh/mersenne-pkc written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/thenaesh/mersenne-pkc/Cargo.toml [INFO] crate thenaesh/mersenne-pkc 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 thenaesh/mersenne-pkc against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/thenaesh/mersenne-pkc:/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" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] 662d4d190e34cdb9ebe90c744f47e2fa6bc0c4e94c06762dd8725a13c944fdf1 [INFO] running `"docker" "start" "-a" "662d4d190e34cdb9ebe90c744f47e2fa6bc0c4e94c06762dd8725a13c944fdf1"` [INFO] [stderr] Compiling svg v0.5.12 [INFO] [stderr] Compiling rand v0.6.4 [INFO] [stderr] Compiling rand_os v0.1.1 [INFO] [stderr] Compiling rust-gmp v0.5.0 [INFO] [stderr] Compiling plotlib v0.3.0 [INFO] [stderr] Compiling mersenne-pkc v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `max` [INFO] [stderr] --> src/bit_field.rs:3:21 [INFO] [stderr] | [INFO] [stderr] 3 | use std::cmp::{min, max}; [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `n` [INFO] [stderr] --> src/lib.rs:109:52 [INFO] [stderr] | [INFO] [stderr] 109 | pub fn decrypt(c: CipherText, pri_key: PrivateKey, n: usize, h: usize) -> PlainText { [INFO] [stderr] | ^ help: consider prefixing with an underscore: `_n` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `bitstring` [INFO] [stderr] --> src/bit_field.rs:183:32 [INFO] [stderr] | [INFO] [stderr] 183 | BitField::Dense(n, bitstring) => { [INFO] [stderr] | ^^^^^^^^^ help: consider prefixing with an underscore: `_bitstring` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `vec` [INFO] [stderr] --> src/bit_field.rs:186:33 [INFO] [stderr] | [INFO] [stderr] 186 | BitField::Sparse(n, vec, modulus) => { [INFO] [stderr] | ^^^ help: consider prefixing with an underscore: `_vec` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `vec` [INFO] [stderr] --> src/bit_field.rs:362:33 [INFO] [stderr] | [INFO] [stderr] 362 | BitField::Sparse(n, vec, offset) => { *offset = *offset - FiniteRing::new(*n, k); }, [INFO] [stderr] | ^^^ help: consider prefixing with an underscore: `_vec` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `n` [INFO] [stderr] --> src/bit_field.rs:363:29 [INFO] [stderr] | [INFO] [stderr] 363 | BitField::Dense(n, bitstring) => { *bitstring <<= k; } [INFO] [stderr] | ^ help: consider prefixing with an underscore: `_n` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `vec` [INFO] [stderr] --> src/bit_field.rs:371:33 [INFO] [stderr] | [INFO] [stderr] 371 | BitField::Sparse(n, vec, offset) => { *offset = *offset + FiniteRing::new(*n, k); }, [INFO] [stderr] | ^^^ help: consider prefixing with an underscore: `_vec` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `n` [INFO] [stderr] --> src/bit_field.rs:372:29 [INFO] [stderr] | [INFO] [stderr] 372 | BitField::Dense(n, bitstring) => { *bitstring >>= k; } [INFO] [stderr] | ^ help: consider prefixing with an underscore: `_n` [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::collections::HashSet` [INFO] [stderr] --> src/bin/graph.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use std::collections::HashSet; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `pub_key` [INFO] [stderr] --> src/bin/graph.rs:43:14 [INFO] [stderr] | [INFO] [stderr] 43 | let (pub_key, (f, g), (a, b), c) = initialize(n, h); [INFO] [stderr] | ^^^^^^^ help: consider prefixing with an underscore: `_pub_key` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `b` [INFO] [stderr] --> src/bin/graph.rs:43:35 [INFO] [stderr] | [INFO] [stderr] 43 | let (pub_key, (f, g), (a, b), c) = initialize(n, h); [INFO] [stderr] | ^ help: consider prefixing with an underscore: `_b` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `deltas` [INFO] [stderr] --> src/bin/graph.rs:87:14 [INFO] [stderr] | [INFO] [stderr] 87 | let (deltas, xs, y, w, z) = generate_reductions(n, &f, &a, &cg); [INFO] [stderr] | ^^^^^^ help: consider prefixing with an underscore: `_deltas` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `x` [INFO] [stderr] --> src/bin/graph.rs:240:22 [INFO] [stderr] | [INFO] [stderr] 240 | .filter(|(i, x)| expected_bits.contains(i)) [INFO] [stderr] | ^ help: consider prefixing with an underscore: `_x` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `i` [INFO] [stderr] --> src/bin/graph.rs:241:16 [INFO] [stderr] | [INFO] [stderr] 241 | .map(|(i, x)| *x) [INFO] [stderr] | ^ help: consider prefixing with an underscore: `_i` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `x` [INFO] [stderr] --> src/bin/graph.rs:245:22 [INFO] [stderr] | [INFO] [stderr] 245 | .filter(|(i, x)| !expected_bits.contains(i)) [INFO] [stderr] | ^ help: consider prefixing with an underscore: `_x` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `x` [INFO] [stderr] --> src/bin/graph.rs:249:22 [INFO] [stderr] | [INFO] [stderr] 249 | .filter(|(i, x)| expected_bits.contains(i)) [INFO] [stderr] | ^ help: consider prefixing with an underscore: `_x` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `x` [INFO] [stderr] --> src/bin/graph.rs:253:22 [INFO] [stderr] | [INFO] [stderr] 253 | .filter(|(i, x)| expected_bits.contains(i)) [INFO] [stderr] | ^ help: consider prefixing with an underscore: `_x` [INFO] [stderr] [INFO] [stderr] warning: function is never used: `delta` [INFO] [stderr] --> src/bin/graph.rs:259:1 [INFO] [stderr] | [INFO] [stderr] 259 | fn delta(minuend: &BitField, subtrahend: &BitField, shift_amt: usize) -> i64 { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [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/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/main-81648baa3fe8eacb.main.6hqur2lt-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/main-81648baa3fe8eacb.main.6hqur2lt-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/main-81648baa3fe8eacb.main.6hqur2lt-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/main-81648baa3fe8eacb.main.6hqur2lt-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/main-81648baa3fe8eacb.main.6hqur2lt-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/main-81648baa3fe8eacb.main.6hqur2lt-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/main-81648baa3fe8eacb.main.6hqur2lt-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/main-81648baa3fe8eacb.main.6hqur2lt-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/main-81648baa3fe8eacb.main.6hqur2lt-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/main-81648baa3fe8eacb.main.6hqur2lt-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/main-81648baa3fe8eacb.main.6hqur2lt-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/main-81648baa3fe8eacb" "/opt/crater/target/debug/deps/main-81648baa3fe8eacb.3p4zk9kczhedw1lr.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/rust-crypto-fbe6562e31bd749c/out" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libmersennepkc-3c65b02ccd21e6ad.rlib" "/opt/crater/target/debug/deps/libcrossbeam_channel-6591a3631b12d19a.rlib" "/opt/crater/target/debug/deps/libsmallvec-5064529c624056f7.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-007e1eccfa518f54.rlib" "/opt/crater/target/debug/deps/liblazy_static-1f7a4359e40a6da9.rlib" "/opt/crater/target/debug/deps/libcfg_if-b3a66c4c913947fb.rlib" "/opt/crater/target/debug/deps/librand-80c25a7535eb4238.rlib" "/opt/crater/target/debug/deps/librand_xorshift-b16de7bb3863a048.rlib" "/opt/crater/target/debug/deps/librand_pcg-f205ebfecaf4f206.rlib" "/opt/crater/target/debug/deps/librand_hc-76086c17172522a7.rlib" "/opt/crater/target/debug/deps/librand_chacha-d61a3d8be7d6c10a.rlib" "/opt/crater/target/debug/deps/librand_isaac-35be0fc8c3a7c504.rlib" "/opt/crater/target/debug/deps/librand_os-4feae8ab24ed58a3.rlib" "/opt/crater/target/debug/deps/librand_core-7906af82bc31729e.rlib" "/opt/crater/target/debug/deps/librand_core-948b7aad8fedc31f.rlib" "/opt/crater/target/debug/deps/libgmp-868e714275c22fe1.rlib" "/opt/crater/target/debug/deps/libnum_traits-27a0dbfda51ad2ea.rlib" "/opt/crater/target/debug/deps/libnum_traits-b79693a5d7e93180.rlib" "/opt/crater/target/debug/deps/libcrypto-242b050cff8219fd.rlib" "/opt/crater/target/debug/deps/libtime-890650ce88b42811.rlib" "/opt/crater/target/debug/deps/librustc_serialize-fc0a027b4489f806.rlib" "/opt/crater/target/debug/deps/librand-0b92033c72679fc8.rlib" "/opt/crater/target/debug/deps/librand-5391a6fdb4c1a1fe.rlib" "/opt/crater/target/debug/deps/liblibc-c11b30bd1598d379.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1d6d86bd078a28e9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e9721e46a424e2a9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-c07193698f282147.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6da45690f3863086.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-690797036dd27680.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-d3896ccbfd8eda2b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7cccc3739e3d7623.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5e9ba178a513cd29.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-5ca9f83bf63d1f4b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bba1c7ef9e950882.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e23c9de62012deb5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9b59dffdcd513d5d.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-17392340ab2e4a97.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ac21508a81e3f7f3.rlib" "-Wl,-Bdynamic" "-lgmp" "-lgmp" "-lgmp" "-lgmp" "-lgmp" "-lutil" "-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 `mersenne-pkc`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/graph-96c9d62ad264e7eb.graph.a6el7ebi-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/graph-96c9d62ad264e7eb.graph.a6el7ebi-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/graph-96c9d62ad264e7eb.graph.a6el7ebi-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/graph-96c9d62ad264e7eb.graph.a6el7ebi-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/graph-96c9d62ad264e7eb.graph.a6el7ebi-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/graph-96c9d62ad264e7eb.graph.a6el7ebi-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/graph-96c9d62ad264e7eb.graph.a6el7ebi-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/graph-96c9d62ad264e7eb.graph.a6el7ebi-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/graph-96c9d62ad264e7eb.graph.a6el7ebi-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/graph-96c9d62ad264e7eb.graph.a6el7ebi-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/graph-96c9d62ad264e7eb.graph.a6el7ebi-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/graph-96c9d62ad264e7eb.graph.a6el7ebi-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/graph-96c9d62ad264e7eb.graph.a6el7ebi-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/graph-96c9d62ad264e7eb.graph.a6el7ebi-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/graph-96c9d62ad264e7eb.graph.a6el7ebi-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/graph-96c9d62ad264e7eb.graph.a6el7ebi-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/graph-96c9d62ad264e7eb" "/opt/crater/target/debug/deps/graph-96c9d62ad264e7eb.5xmg9bthrcb81iw.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/rust-crypto-fbe6562e31bd749c/out" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libmersennepkc-3c65b02ccd21e6ad.rlib" "/opt/crater/target/debug/deps/libcrossbeam_channel-6591a3631b12d19a.rlib" "/opt/crater/target/debug/deps/libsmallvec-5064529c624056f7.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-007e1eccfa518f54.rlib" "/opt/crater/target/debug/deps/liblazy_static-1f7a4359e40a6da9.rlib" "/opt/crater/target/debug/deps/libcfg_if-b3a66c4c913947fb.rlib" "/opt/crater/target/debug/deps/librand-80c25a7535eb4238.rlib" "/opt/crater/target/debug/deps/librand_xorshift-b16de7bb3863a048.rlib" "/opt/crater/target/debug/deps/librand_pcg-f205ebfecaf4f206.rlib" "/opt/crater/target/debug/deps/librand_hc-76086c17172522a7.rlib" "/opt/crater/target/debug/deps/librand_chacha-d61a3d8be7d6c10a.rlib" "/opt/crater/target/debug/deps/librand_isaac-35be0fc8c3a7c504.rlib" "/opt/crater/target/debug/deps/librand_os-4feae8ab24ed58a3.rlib" "/opt/crater/target/debug/deps/librand_core-7906af82bc31729e.rlib" "/opt/crater/target/debug/deps/librand_core-948b7aad8fedc31f.rlib" "/opt/crater/target/debug/deps/libgmp-868e714275c22fe1.rlib" "/opt/crater/target/debug/deps/libnum_traits-27a0dbfda51ad2ea.rlib" "/opt/crater/target/debug/deps/libnum_traits-b79693a5d7e93180.rlib" "/opt/crater/target/debug/deps/libcrypto-242b050cff8219fd.rlib" "/opt/crater/target/debug/deps/libtime-890650ce88b42811.rlib" "/opt/crater/target/debug/deps/librustc_serialize-fc0a027b4489f806.rlib" "/opt/crater/target/debug/deps/librand-0b92033c72679fc8.rlib" "/opt/crater/target/debug/deps/librand-5391a6fdb4c1a1fe.rlib" "/opt/crater/target/debug/deps/liblibc-c11b30bd1598d379.rlib" "/opt/crater/target/debug/deps/libplotlib-bb94ddf27f20bd4f.rlib" "/opt/crater/target/debug/deps/libsvg-36e1a5396ffef72d.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1d6d86bd078a28e9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e9721e46a424e2a9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-c07193698f282147.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6da45690f3863086.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-690797036dd27680.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-d3896ccbfd8eda2b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7cccc3739e3d7623.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5e9ba178a513cd29.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-5ca9f83bf63d1f4b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bba1c7ef9e950882.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e23c9de62012deb5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9b59dffdcd513d5d.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-17392340ab2e4a97.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ac21508a81e3f7f3.rlib" "-Wl,-Bdynamic" "-lgmp" "-lgmp" "-lgmp" "-lgmp" "-lgmp" "-lutil" "-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 `mersenne-pkc`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "662d4d190e34cdb9ebe90c744f47e2fa6bc0c4e94c06762dd8725a13c944fdf1"` [INFO] running `"docker" "rm" "-f" "662d4d190e34cdb9ebe90c744f47e2fa6bc0c4e94c06762dd8725a13c944fdf1"` [INFO] [stdout] 662d4d190e34cdb9ebe90c744f47e2fa6bc0c4e94c06762dd8725a13c944fdf1