[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.37-6/sources/1.36.0/gh/thenaesh/mersenne-pkc"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/thenaesh/mersenne-pkc'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/thenaesh/mersenne-pkc" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/thenaesh/mersenne-pkc"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/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.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of thenaesh/mersenne-pkc on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "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.37-6/sources/1.36.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.37-6/sources/beta-2019-07-23/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.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing thenaesh/mersenne-pkc against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-0/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/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-07-23" "build" "--frozen"` [INFO] [stdout] af06aae5540fe9b3c7b5702bf1135c9252a16ee7a597a30f055e6e684bdfd4e6 [INFO] running `"docker" "start" "-a" "af06aae5540fe9b3c7b5702bf1135c9252a16ee7a597a30f055e6e684bdfd4e6"` [INFO] [stderr] Compiling svg v0.5.12 [INFO] [stderr] Compiling rand_os v0.1.1 [INFO] [stderr] Compiling rust-gmp v0.5.0 [INFO] [stderr] Compiling rand v0.6.4 [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-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/main-f2016c2c02b1ecd9.main.aowzjaug-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/main-f2016c2c02b1ecd9.main.aowzjaug-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/main-f2016c2c02b1ecd9.main.aowzjaug-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/main-f2016c2c02b1ecd9.main.aowzjaug-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/main-f2016c2c02b1ecd9.main.aowzjaug-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/main-f2016c2c02b1ecd9.main.aowzjaug-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/main-f2016c2c02b1ecd9.main.aowzjaug-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/main-f2016c2c02b1ecd9.main.aowzjaug-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/main-f2016c2c02b1ecd9.main.aowzjaug-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/main-f2016c2c02b1ecd9.main.aowzjaug-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/main-f2016c2c02b1ecd9.main.aowzjaug-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/main-f2016c2c02b1ecd9" "/opt/crater/target/debug/deps/main-f2016c2c02b1ecd9.3tebxup8mr5e74gx.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-71a801d119c46fcc/out" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libmersennepkc-fa1953e5d325eb7b.rlib" "/opt/crater/target/debug/deps/libcrossbeam_channel-5f16cc5b8052934c.rlib" "/opt/crater/target/debug/deps/libsmallvec-e0c425bf1f7f0c71.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-9d5a10afd8b162c4.rlib" "/opt/crater/target/debug/deps/liblazy_static-6a4e8ea56a445919.rlib" "/opt/crater/target/debug/deps/libcfg_if-ed68c9a1ad96df3c.rlib" "/opt/crater/target/debug/deps/librand-d2a3f809a8e93bc2.rlib" "/opt/crater/target/debug/deps/librand_xorshift-c37135569305816d.rlib" "/opt/crater/target/debug/deps/librand_pcg-957ef770c259d356.rlib" "/opt/crater/target/debug/deps/librand_hc-2e617981d71d68fb.rlib" "/opt/crater/target/debug/deps/librand_chacha-c7b8d6e6a71680df.rlib" "/opt/crater/target/debug/deps/librand_isaac-e2932bc2eab2b64f.rlib" "/opt/crater/target/debug/deps/librand_os-dc9c80e123fcd985.rlib" "/opt/crater/target/debug/deps/librand_core-cb99a0b940c27ed9.rlib" "/opt/crater/target/debug/deps/librand_core-4c9a550ae16dbf0f.rlib" "/opt/crater/target/debug/deps/libgmp-73ff16c455dc1c62.rlib" "/opt/crater/target/debug/deps/libnum_traits-a3ab5ec38e1d4728.rlib" "/opt/crater/target/debug/deps/libnum_traits-b0613bcbd790bfdc.rlib" "/opt/crater/target/debug/deps/libcrypto-1dbf761356c8f741.rlib" "/opt/crater/target/debug/deps/libtime-6de4efd23056e816.rlib" "/opt/crater/target/debug/deps/librustc_serialize-349ba31664dfb847.rlib" "/opt/crater/target/debug/deps/librand-180665e7a836ca4c.rlib" "/opt/crater/target/debug/deps/librand-f2be29e34ef97b8b.rlib" "/opt/crater/target/debug/deps/liblibc-16c98f476d96e922.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a80a1e8e09cafef8.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e0e6351da805c468.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e04f54bafc95e331.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-67901d3322495bd5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-bd390b1abaceaec1.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-312dd37fdc7bedfc.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8ed0e51d58d644a3.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-8a423c320a6c707f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d6a95598e2238263.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d231614b153016eb.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-3821619027f463e4.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-1cfd794d18771a44.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-dcf33cf10c2452ef.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-c258fea34bf64bce.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-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/graph-e322852f60b257b0.graph.crppr6x3-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/graph-e322852f60b257b0.graph.crppr6x3-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/graph-e322852f60b257b0.graph.crppr6x3-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/graph-e322852f60b257b0.graph.crppr6x3-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/graph-e322852f60b257b0.graph.crppr6x3-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/graph-e322852f60b257b0.graph.crppr6x3-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/graph-e322852f60b257b0.graph.crppr6x3-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/graph-e322852f60b257b0.graph.crppr6x3-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/graph-e322852f60b257b0.graph.crppr6x3-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/graph-e322852f60b257b0.graph.crppr6x3-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/graph-e322852f60b257b0.graph.crppr6x3-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/graph-e322852f60b257b0.graph.crppr6x3-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/graph-e322852f60b257b0.graph.crppr6x3-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/graph-e322852f60b257b0.graph.crppr6x3-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/graph-e322852f60b257b0.graph.crppr6x3-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/graph-e322852f60b257b0.graph.crppr6x3-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/graph-e322852f60b257b0" "/opt/crater/target/debug/deps/graph-e322852f60b257b0.4cyhb2derqqk2yvq.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-71a801d119c46fcc/out" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libmersennepkc-fa1953e5d325eb7b.rlib" "/opt/crater/target/debug/deps/libcrossbeam_channel-5f16cc5b8052934c.rlib" "/opt/crater/target/debug/deps/libsmallvec-e0c425bf1f7f0c71.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-9d5a10afd8b162c4.rlib" "/opt/crater/target/debug/deps/liblazy_static-6a4e8ea56a445919.rlib" "/opt/crater/target/debug/deps/libcfg_if-ed68c9a1ad96df3c.rlib" "/opt/crater/target/debug/deps/librand-d2a3f809a8e93bc2.rlib" "/opt/crater/target/debug/deps/librand_xorshift-c37135569305816d.rlib" "/opt/crater/target/debug/deps/librand_pcg-957ef770c259d356.rlib" "/opt/crater/target/debug/deps/librand_hc-2e617981d71d68fb.rlib" "/opt/crater/target/debug/deps/librand_chacha-c7b8d6e6a71680df.rlib" "/opt/crater/target/debug/deps/librand_isaac-e2932bc2eab2b64f.rlib" "/opt/crater/target/debug/deps/librand_os-dc9c80e123fcd985.rlib" "/opt/crater/target/debug/deps/librand_core-cb99a0b940c27ed9.rlib" "/opt/crater/target/debug/deps/librand_core-4c9a550ae16dbf0f.rlib" "/opt/crater/target/debug/deps/libgmp-73ff16c455dc1c62.rlib" "/opt/crater/target/debug/deps/libnum_traits-a3ab5ec38e1d4728.rlib" "/opt/crater/target/debug/deps/libnum_traits-b0613bcbd790bfdc.rlib" "/opt/crater/target/debug/deps/libcrypto-1dbf761356c8f741.rlib" "/opt/crater/target/debug/deps/libtime-6de4efd23056e816.rlib" "/opt/crater/target/debug/deps/librustc_serialize-349ba31664dfb847.rlib" "/opt/crater/target/debug/deps/librand-180665e7a836ca4c.rlib" "/opt/crater/target/debug/deps/librand-f2be29e34ef97b8b.rlib" "/opt/crater/target/debug/deps/liblibc-16c98f476d96e922.rlib" "/opt/crater/target/debug/deps/libplotlib-a905abb8a0b5712e.rlib" "/opt/crater/target/debug/deps/libsvg-36b202917a241aa7.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a80a1e8e09cafef8.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e0e6351da805c468.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e04f54bafc95e331.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-67901d3322495bd5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-bd390b1abaceaec1.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-312dd37fdc7bedfc.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8ed0e51d58d644a3.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-8a423c320a6c707f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d6a95598e2238263.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d231614b153016eb.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-3821619027f463e4.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-1cfd794d18771a44.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-dcf33cf10c2452ef.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-c258fea34bf64bce.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" "af06aae5540fe9b3c7b5702bf1135c9252a16ee7a597a30f055e6e684bdfd4e6"` [INFO] running `"docker" "rm" "-f" "af06aae5540fe9b3c7b5702bf1135c9252a16ee7a597a30f055e6e684bdfd4e6"` [INFO] [stdout] af06aae5540fe9b3c7b5702bf1135c9252a16ee7a597a30f055e6e684bdfd4e6