[INFO] crate rust-mpfr 0.1.7 is already in cache [INFO] testing rust-mpfr-0.1.7 against beta-2020-07-24 for beta-1.46-1 [INFO] extracting crate rust-mpfr 0.1.7 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate rust-mpfr 0.1.7 on toolchain beta-2020-07-24 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate rust-mpfr 0.1.7 [INFO] finished tweaking crates.io crate rust-mpfr 0.1.7 [INFO] tweaked toml for crates.io crate rust-mpfr 0.1.7 written to /workspace/builds/worker-11/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] bd25ffc05c1a8197256004a9aa33672e4fb138a8fe673b0b33e2c090a6e83c8b [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "bd25ffc05c1a8197256004a9aa33672e4fb138a8fe673b0b33e2c090a6e83c8b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bd25ffc05c1a8197256004a9aa33672e4fb138a8fe673b0b33e2c090a6e83c8b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bd25ffc05c1a8197256004a9aa33672e4fb138a8fe673b0b33e2c090a6e83c8b", kill_on_drop: false }` [INFO] [stdout] bd25ffc05c1a8197256004a9aa33672e4fb138a8fe673b0b33e2c090a6e83c8b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] a501fbe79afe583f0c59e8e50f2a2e75b8f5f981217e0e738d6a443e49c8a8cd [INFO] running `Command { std: "docker" "start" "-a" "a501fbe79afe583f0c59e8e50f2a2e75b8f5f981217e0e738d6a443e49c8a8cd", kill_on_drop: false }` [INFO] [stderr] Compiling rust-gmp v0.3.2 [INFO] [stderr] Compiling rust-mpfr v0.1.7 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stdout] --> src/mpfr.rs:1224:17 [INFO] [stdout] | [INFO] [stdout] 1224 | let s = try!(d.read_str()); [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stdout] --> src/mpfr.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | use std::mem::uninitialized; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stdout] --> src/mpfr.rs:169:28 [INFO] [stdout] | [INFO] [stdout] 169 | let mut mpfr = uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stdout] --> src/mpfr.rs:177:28 [INFO] [stdout] | [INFO] [stdout] 177 | let mut mpfr = uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-Wl,--eh-frame-hdr" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/rust_mpfr.rust_mpfr.95roiueq-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/rust_mpfr.rust_mpfr.95roiueq-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/rust_mpfr.rust_mpfr.95roiueq-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/rust_mpfr.rust_mpfr.95roiueq-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/rust_mpfr.rust_mpfr.95roiueq-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/rust_mpfr.rust_mpfr.95roiueq-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/rust_mpfr.rust_mpfr.95roiueq-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/rust_mpfr.rust_mpfr.95roiueq-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/rust_mpfr.rust_mpfr.95roiueq-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/rust_mpfr.rust_mpfr.95roiueq-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/rust_mpfr.rust_mpfr.95roiueq-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/rust_mpfr.rust_mpfr.95roiueq-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/rust_mpfr.rust_mpfr.95roiueq-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/librust_mpfr.so" "-Wl,--version-script=/tmp/rustcohZs6m/list" "/opt/rustwide/target/debug/deps/rust_mpfr.4a1rh199gthkwwdy.rcgu.o" "/opt/rustwide/target/debug/deps/rust_mpfr.3ohftr2j8g6m08iv.rcgu.o" "-shared" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-lmpfr" "-Wl,-Bstatic" "-Wl,--whole-archive" "/tmp/rustcohZs6m/librustc_serialize-826df4b40c62d022.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/tmp/rustcohZs6m/libgmp-0a0b94f311d1a870.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/tmp/rustcohZs6m/liblibc-1da13201d615d981.rlib" "-Wl,--no-whole-archive" "-Wl,--start-group" "-Wl,--whole-archive" "/tmp/rustcohZs6m/libstd-d66e0ceb8eaec9b8.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/tmp/rustcohZs6m/libpanic_unwind-9717ec0599b569a0.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/tmp/rustcohZs6m/libhashbrown-04369de9ba916647.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/tmp/rustcohZs6m/librustc_std_workspace_alloc-997d622c2e4dbe5c.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/tmp/rustcohZs6m/libbacktrace-0359c4288a5ef89f.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/tmp/rustcohZs6m/libbacktrace_sys-1b25ede22d698ab3.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/tmp/rustcohZs6m/librustc_demangle-37940b486a68e488.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/tmp/rustcohZs6m/libunwind-06b77c27e794c7c6.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/tmp/rustcohZs6m/libcfg_if-4d07e02a8df36da1.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/tmp/rustcohZs6m/liblibc-fb29e0695c0a0f79.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/tmp/rustcohZs6m/liballoc-e16188b4cf97e8bb.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/tmp/rustcohZs6m/librustc_std_workspace_core-5eb391c8dabdee77.rlib" "-Wl,--no-whole-archive" "-Wl,--whole-archive" "/tmp/rustcohZs6m/libcore-b0689b528b222bee.rlib" "-Wl,--no-whole-archive" "-Wl,--end-group" "/tmp/rustcohZs6m/libcompiler_builtins-ed072ac495e62e7a.rlib" "-Wl,-Bdynamic" "-lgmp" "-lgmp" "-lgmp" "-lgmp" "-lutil" "-ldl" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lmpfr [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `rust-mpfr`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "a501fbe79afe583f0c59e8e50f2a2e75b8f5f981217e0e738d6a443e49c8a8cd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a501fbe79afe583f0c59e8e50f2a2e75b8f5f981217e0e738d6a443e49c8a8cd", kill_on_drop: false }` [INFO] [stdout] a501fbe79afe583f0c59e8e50f2a2e75b8f5f981217e0e738d6a443e49c8a8cd