[INFO] crate lithos 0.18.4 is already in cache [INFO] extracting crate lithos 0.18.4 into work/ex/beta-1.38-1/sources/1.37.0/reg/lithos/0.18.4 [INFO] extracting crate lithos 0.18.4 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/lithos/0.18.4 [INFO] validating manifest of lithos-0.18.4 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 lithos-0.18.4 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 lithos-0.18.4 [INFO] finished frobbing lithos-0.18.4 [INFO] frobbed toml for lithos-0.18.4 written to work/ex/beta-1.38-1/sources/1.37.0/reg/lithos/0.18.4/Cargo.toml [INFO] started frobbing lithos-0.18.4 [INFO] finished frobbing lithos-0.18.4 [INFO] frobbed toml for lithos-0.18.4 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/lithos/0.18.4/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [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 lithos-0.18.4 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-4/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/lithos/0.18.4:/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] 2afa356b42d66e2e76a3d792a53edcdfd2b0d5c02fc7fa991b7ef8c114f51fdf [INFO] running `"docker" "start" "-a" "2afa356b42d66e2e76a3d792a53edcdfd2b0d5c02fc7fa991b7ef8c114f51fdf"` [INFO] [stderr] Compiling atomic v0.3.4 [INFO] [stderr] Compiling scan_dir v0.3.3 [INFO] [stderr] Compiling serde_str v0.1.0 [INFO] [stderr] Compiling ssh-keys v0.1.3 [INFO] [stderr] Compiling syslog v3.3.0 [INFO] [stderr] Compiling libmount v0.1.13 [INFO] [stderr] Compiling fern v0.4.4 [INFO] [stderr] Compiling humannum v0.1.0 [INFO] [stderr] Compiling blake2 v0.7.1 [INFO] [stderr] Compiling unshare v0.3.0 [INFO] [stderr] Compiling signal v0.5.1 [INFO] [stderr] Compiling quire v0.4.1 [INFO] [stderr] Compiling ipnetwork v0.13.1 [INFO] [stderr] Compiling libcantal v0.3.2 [INFO] [stderr] Compiling lithos v0.18.4 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/metrics.rs:64:42 [INFO] [stderr] | [INFO] [stderr] 64 | fn visit<'x>(&'x self, visitor: &mut Visitor<'x>) { [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn Visitor<'x>` [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/metrics.rs:91:29 [INFO] [stderr] | [INFO] [stderr] 91 | fn visit(&self, s: &mut NameVisitor) { [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn NameVisitor` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/metrics.rs:105:29 [INFO] [stderr] | [INFO] [stderr] 105 | fn visit(&self, s: &mut NameVisitor) { [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn NameVisitor` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/metrics.rs:115:29 [INFO] [stderr] | [INFO] [stderr] 115 | fn visit(&self, s: &mut NameVisitor) { [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn NameVisitor` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/knot_options.rs:30:22 [INFO] [stderr] | [INFO] [stderr] 30 | stdout: &mut Write, stderr: &mut Write) [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/knot_options.rs:30:42 [INFO] [stderr] | [INFO] [stderr] 30 | stdout: &mut Write, stderr: &mut Write) [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/tree_options.rs:20:22 [INFO] [stderr] | [INFO] [stderr] 20 | stdout: &mut Write, stderr: &mut Write) [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/tree_options.rs:20:42 [INFO] [stderr] | [INFO] [stderr] 20 | stdout: &mut Write, stderr: &mut Write) [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Write` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::atomic::ATOMIC_USIZE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/bin/lithos_check.rs:17:48 [INFO] [stderr] | [INFO] [stderr] 17 | use std::sync::atomic::{AtomicUsize, Ordering, ATOMIC_USIZE_INIT}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::atomic::ATOMIC_USIZE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/bin/lithos_check.rs:34:35 [INFO] [stderr] | [INFO] [stderr] 34 | static EXIT_STATUS: AtomicUsize = ATOMIC_USIZE_INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `AtomicUsize::new(0)` [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/bin/lithos_ps/ascii.rs:130:23 [INFO] [stderr] | [INFO] [stderr] 130 | 1 ... 10240 => (1f64, "B"), [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/bin/lithos_ps/ascii.rs:131:27 [INFO] [stderr] | [INFO] [stderr] 131 | 10241 ... 10485760 => (1024f64, "kiB"), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/bin/lithos_ps/ascii.rs:132:30 [INFO] [stderr] | [INFO] [stderr] 132 | 10485761 ... 10737418240 => (1048576f64, "MiB"), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/bin/lithos_crypt.rs:10:1 [INFO] [stderr] | [INFO] [stderr] 10 | #[macro_use] extern crate structopt; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` 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/lithos_cmd-48293b177a7b4644.lithos_cmd.cq5cciue-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/lithos_cmd-48293b177a7b4644.lithos_cmd.cq5cciue-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/lithos_cmd-48293b177a7b4644.lithos_cmd.cq5cciue-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/lithos_cmd-48293b177a7b4644.lithos_cmd.cq5cciue-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/lithos_cmd-48293b177a7b4644.lithos_cmd.cq5cciue-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/lithos_cmd-48293b177a7b4644.lithos_cmd.cq5cciue-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/lithos_cmd-48293b177a7b4644.lithos_cmd.cq5cciue-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/lithos_cmd-48293b177a7b4644.lithos_cmd.cq5cciue-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/lithos_cmd-48293b177a7b4644.lithos_cmd.cq5cciue-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/lithos_cmd-48293b177a7b4644.lithos_cmd.cq5cciue-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/lithos_cmd-48293b177a7b4644.lithos_cmd.cq5cciue-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/lithos_cmd-48293b177a7b4644.lithos_cmd.cq5cciue-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/lithos_cmd-48293b177a7b4644.lithos_cmd.cq5cciue-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/lithos_cmd-48293b177a7b4644.lithos_cmd.cq5cciue-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/lithos_cmd-48293b177a7b4644.lithos_cmd.cq5cciue-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/lithos_cmd-48293b177a7b4644.lithos_cmd.cq5cciue-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/lithos_cmd-48293b177a7b4644" "/opt/crater/target/debug/deps/lithos_cmd-48293b177a7b4644.u3vjjtsn0izx4o6.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/backtrace-sys-d5ae900bfde9750d/out" "-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/libunshare-e5f6398c015ab21b.rlib" "/opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib" "/opt/crater/target/debug/deps/libregex_syntax-bd99c61924ee7656.rlib" "/opt/crater/target/debug/deps/libthread_local-2ae771cec36f83c2.rlib" "/opt/crater/target/debug/deps/liblazy_static-1f7a4359e40a6da9.rlib" "/opt/crater/target/debug/deps/libaho_corasick-d762a0026dd53dbb.rlib" "/opt/crater/target/debug/deps/libmemchr-23e7689be8a12a36.rlib" "/opt/crater/target/debug/deps/liblithos-2ffb94ce186b4e51.rlib" "/opt/crater/target/debug/deps/libfailure-e533f5339fa6fa33.rlib" "/opt/crater/target/debug/deps/libbacktrace-0ba24489b33d7a88.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-4ba3fb5c8a305755.rlib" "/opt/crater/target/debug/deps/librustc_demangle-93c44a61a479f45e.rlib" "/opt/crater/target/debug/deps/libsyslog-b9920e9bb4f7363c.rlib" "/opt/crater/target/debug/deps/libunix_socket-513259b2e456a90f.rlib" "/opt/crater/target/debug/deps/libsha2-791e279d2a73723e.rlib" "/opt/crater/target/debug/deps/libfake_simd-e1387e2307bc9117.rlib" "/opt/crater/target/debug/deps/libblock_buffer-2fed28baf08357c4.rlib" "/opt/crater/target/debug/deps/libarrayref-1ed5e1b8f0a3edeb.rlib" "/opt/crater/target/debug/deps/libsignal-1e1d4b0d99f2dd74.rlib" "/opt/crater/target/debug/deps/libserde_str-f0439a78b3b126ac.rlib" "/opt/crater/target/debug/deps/librand-b6342a2b099df0ea.rlib" "/opt/crater/target/debug/deps/librand_core-d2f25fae99fc860a.rlib" "/opt/crater/target/debug/deps/librand_core-a5a514f3409fd81c.rlib" "/opt/crater/target/debug/deps/libquire-1c15cd9b54284b28.rlib" "/opt/crater/target/debug/deps/libhumannum-4391e5f14967ca92.rlib" "/opt/crater/target/debug/deps/libnum_traits-85d0e05aa2cc3298.rlib" "/opt/crater/target/debug/deps/libnum_traits-c28daeab5210b49d.rlib" "/opt/crater/target/debug/deps/libnix-f0652021263009bc.rlib" "/opt/crater/target/debug/deps/libbytes-ed85d24d60fcc292.rlib" "/opt/crater/target/debug/deps/libiovec-700e4a654a679356.rlib" "/opt/crater/target/debug/deps/liblibmount-23355b572355a6b2.rlib" "/opt/crater/target/debug/deps/libnix-bb6820408e0ebcee.rlib" "/opt/crater/target/debug/deps/libvoid-ee701c9bdcbc84a6.rlib" "/opt/crater/target/debug/deps/libbitflags-c2b055ef483e7b37.rlib" "/opt/crater/target/debug/deps/liblibcantal-fe429e9342517e3b.rlib" "/opt/crater/target/debug/deps/libserde_json-0c53888b338bdcbb.rlib" "/opt/crater/target/debug/deps/libryu-a9583eff3872e809.rlib" "/opt/crater/target/debug/deps/libitoa-fbd08118d5c2ed14.rlib" "/opt/crater/target/debug/deps/libatomic-002aad529730058f.rlib" "/opt/crater/target/debug/deps/libipnetwork-e6407e79ddb33220.rlib" "/opt/crater/target/debug/deps/libserde-5125a48878b1da57.rlib" "/opt/crater/target/debug/deps/libfern-3ab25d39694b4574.rlib" "/opt/crater/target/debug/deps/liblog-c97b73a8bcee9985.rlib" "/opt/crater/target/debug/deps/liblog-6796845c78a3960b.rlib" "/opt/crater/target/debug/deps/libcfg_if-c978b2f886ff1de7.rlib" "/opt/crater/target/debug/deps/libhumantime-fe7582828726b442.rlib" "/opt/crater/target/debug/deps/libquick_error-f50ea951eae373ef.rlib" "/opt/crater/target/debug/deps/libcrypto-9ecb0903c1ca87bd.rlib" "/opt/crater/target/debug/deps/libtime-c375bf02baafb2fd.rlib" "/opt/crater/target/debug/deps/librustc_serialize-fc0a027b4489f806.rlib" "/opt/crater/target/debug/deps/librand-5eda43279f0ef45c.rlib" "/opt/crater/target/debug/deps/librand-7efbcbd89944bda6.rlib" "/opt/crater/target/debug/deps/libbase64-cc637031afaea5c5.rlib" "/opt/crater/target/debug/deps/libsafemem-a19c8ef0327c60ac.rlib" "/opt/crater/target/debug/deps/libbyteorder-98f71e4258b709b0.rlib" "/opt/crater/target/debug/deps/libblake2-e6bbe08a4e9996d5.rlib" "/opt/crater/target/debug/deps/libcrypto_mac-e876be11a7b390d2.rlib" "/opt/crater/target/debug/deps/libconstant_time_eq-0542c811c1fc7abe.rlib" "/opt/crater/target/debug/deps/libdigest-d3356bc4a9d52d31.rlib" "/opt/crater/target/debug/deps/libgeneric_array-140c1214fcc2614e.rlib" "/opt/crater/target/debug/deps/libtypenum-ad63c9a6e6a7b644.rlib" "/opt/crater/target/debug/deps/libbyte_tools-f708a026d0bb571e.rlib" "/opt/crater/target/debug/deps/liblibc-37f3d1c853b3b7bd.rlib" "/opt/crater/target/debug/deps/libargparse-7704e027f8e13e22.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" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: 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 `lithos`. [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/lithos_check-6bbda395b0a683d0.lithos_check.bhr5ngsq-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/lithos_check-6bbda395b0a683d0.lithos_check.bhr5ngsq-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/lithos_check-6bbda395b0a683d0.lithos_check.bhr5ngsq-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/lithos_check-6bbda395b0a683d0.lithos_check.bhr5ngsq-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/lithos_check-6bbda395b0a683d0.lithos_check.bhr5ngsq-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/lithos_check-6bbda395b0a683d0.lithos_check.bhr5ngsq-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/lithos_check-6bbda395b0a683d0.lithos_check.bhr5ngsq-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/lithos_check-6bbda395b0a683d0.lithos_check.bhr5ngsq-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/lithos_check-6bbda395b0a683d0.lithos_check.bhr5ngsq-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/lithos_check-6bbda395b0a683d0.lithos_check.bhr5ngsq-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/lithos_check-6bbda395b0a683d0.lithos_check.bhr5ngsq-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/lithos_check-6bbda395b0a683d0.lithos_check.bhr5ngsq-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/lithos_check-6bbda395b0a683d0.lithos_check.bhr5ngsq-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/lithos_check-6bbda395b0a683d0.lithos_check.bhr5ngsq-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/lithos_check-6bbda395b0a683d0.lithos_check.bhr5ngsq-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/lithos_check-6bbda395b0a683d0.lithos_check.bhr5ngsq-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/lithos_check-6bbda395b0a683d0" "/opt/crater/target/debug/deps/lithos_check-6bbda395b0a683d0.5cqu09xyetcts6ik.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/backtrace-sys-d5ae900bfde9750d/out" "-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/libscan_dir-36a098498e98065a.rlib" "/opt/crater/target/debug/deps/liblithos-2ffb94ce186b4e51.rlib" "/opt/crater/target/debug/deps/libfailure-e533f5339fa6fa33.rlib" "/opt/crater/target/debug/deps/libbacktrace-0ba24489b33d7a88.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-4ba3fb5c8a305755.rlib" "/opt/crater/target/debug/deps/librustc_demangle-93c44a61a479f45e.rlib" "/opt/crater/target/debug/deps/libsyslog-b9920e9bb4f7363c.rlib" "/opt/crater/target/debug/deps/libunix_socket-513259b2e456a90f.rlib" "/opt/crater/target/debug/deps/libsha2-791e279d2a73723e.rlib" "/opt/crater/target/debug/deps/libfake_simd-e1387e2307bc9117.rlib" "/opt/crater/target/debug/deps/libblock_buffer-2fed28baf08357c4.rlib" "/opt/crater/target/debug/deps/libarrayref-1ed5e1b8f0a3edeb.rlib" "/opt/crater/target/debug/deps/libsignal-1e1d4b0d99f2dd74.rlib" "/opt/crater/target/debug/deps/libserde_str-f0439a78b3b126ac.rlib" "/opt/crater/target/debug/deps/librand-b6342a2b099df0ea.rlib" "/opt/crater/target/debug/deps/librand_core-d2f25fae99fc860a.rlib" "/opt/crater/target/debug/deps/librand_core-a5a514f3409fd81c.rlib" "/opt/crater/target/debug/deps/libquire-1c15cd9b54284b28.rlib" "/opt/crater/target/debug/deps/libhumannum-4391e5f14967ca92.rlib" "/opt/crater/target/debug/deps/libnum_traits-85d0e05aa2cc3298.rlib" "/opt/crater/target/debug/deps/libnum_traits-c28daeab5210b49d.rlib" "/opt/crater/target/debug/deps/libnix-f0652021263009bc.rlib" "/opt/crater/target/debug/deps/libbytes-ed85d24d60fcc292.rlib" "/opt/crater/target/debug/deps/libiovec-700e4a654a679356.rlib" "/opt/crater/target/debug/deps/liblibmount-23355b572355a6b2.rlib" "/opt/crater/target/debug/deps/libnix-bb6820408e0ebcee.rlib" "/opt/crater/target/debug/deps/libvoid-ee701c9bdcbc84a6.rlib" "/opt/crater/target/debug/deps/libbitflags-c2b055ef483e7b37.rlib" "/opt/crater/target/debug/deps/liblibcantal-fe429e9342517e3b.rlib" "/opt/crater/target/debug/deps/libserde_json-0c53888b338bdcbb.rlib" "/opt/crater/target/debug/deps/libryu-a9583eff3872e809.rlib" "/opt/crater/target/debug/deps/libitoa-fbd08118d5c2ed14.rlib" "/opt/crater/target/debug/deps/libatomic-002aad529730058f.rlib" "/opt/crater/target/debug/deps/libfern-3ab25d39694b4574.rlib" "/opt/crater/target/debug/deps/liblog-c97b73a8bcee9985.rlib" "/opt/crater/target/debug/deps/libcrypto-9ecb0903c1ca87bd.rlib" "/opt/crater/target/debug/deps/libtime-c375bf02baafb2fd.rlib" "/opt/crater/target/debug/deps/librustc_serialize-fc0a027b4489f806.rlib" "/opt/crater/target/debug/deps/librand-5eda43279f0ef45c.rlib" "/opt/crater/target/debug/deps/librand-7efbcbd89944bda6.rlib" "/opt/crater/target/debug/deps/libbase64-cc637031afaea5c5.rlib" "/opt/crater/target/debug/deps/libsafemem-a19c8ef0327c60ac.rlib" "/opt/crater/target/debug/deps/libbyteorder-98f71e4258b709b0.rlib" "/opt/crater/target/debug/deps/libblake2-e6bbe08a4e9996d5.rlib" "/opt/crater/target/debug/deps/libcrypto_mac-e876be11a7b390d2.rlib" "/opt/crater/target/debug/deps/libconstant_time_eq-0542c811c1fc7abe.rlib" "/opt/crater/target/debug/deps/libdigest-d3356bc4a9d52d31.rlib" "/opt/crater/target/debug/deps/libgeneric_array-140c1214fcc2614e.rlib" "/opt/crater/target/debug/deps/libtypenum-ad63c9a6e6a7b644.rlib" "/opt/crater/target/debug/deps/libbyte_tools-f708a026d0bb571e.rlib" "/opt/crater/target/debug/deps/libipnetwork-e6407e79ddb33220.rlib" "/opt/crater/target/debug/deps/libserde-5125a48878b1da57.rlib" "/opt/crater/target/debug/deps/libenv_logger-85f20c4fbc2433fa.rlib" "/opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib" "/opt/crater/target/debug/deps/libregex_syntax-bd99c61924ee7656.rlib" "/opt/crater/target/debug/deps/libthread_local-2ae771cec36f83c2.rlib" "/opt/crater/target/debug/deps/liblazy_static-1f7a4359e40a6da9.rlib" "/opt/crater/target/debug/deps/libaho_corasick-d762a0026dd53dbb.rlib" "/opt/crater/target/debug/deps/libmemchr-23e7689be8a12a36.rlib" "/opt/crater/target/debug/deps/libatty-22eb3b2ac1d714c2.rlib" "/opt/crater/target/debug/deps/liblibc-37f3d1c853b3b7bd.rlib" "/opt/crater/target/debug/deps/libhumantime-fe7582828726b442.rlib" "/opt/crater/target/debug/deps/libquick_error-f50ea951eae373ef.rlib" "/opt/crater/target/debug/deps/libtermcolor-79496754b4470ebc.rlib" "/opt/crater/target/debug/deps/liblog-6796845c78a3960b.rlib" "/opt/crater/target/debug/deps/libcfg_if-c978b2f886ff1de7.rlib" "/opt/crater/target/debug/deps/libargparse-7704e027f8e13e22.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" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: BFD (GNU Binutils for Debian) 2.28 internal error, aborting at ../../bfd/merge.c:908 in _bfd_merged_section_offset [INFO] [stderr] [INFO] [stderr] /usr/bin/ld: Please report this bug. [INFO] [stderr] [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 `lithos`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: linking with `cc` failed: signal: 9 [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/lithos_tree-9b2bd7faa190e77e.lithos_tree.5vzey1pw-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/lithos_tree-9b2bd7faa190e77e.lithos_tree.5vzey1pw-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/lithos_tree-9b2bd7faa190e77e.lithos_tree.5vzey1pw-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/lithos_tree-9b2bd7faa190e77e.lithos_tree.5vzey1pw-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/lithos_tree-9b2bd7faa190e77e.lithos_tree.5vzey1pw-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/lithos_tree-9b2bd7faa190e77e.lithos_tree.5vzey1pw-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/lithos_tree-9b2bd7faa190e77e.lithos_tree.5vzey1pw-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/lithos_tree-9b2bd7faa190e77e.lithos_tree.5vzey1pw-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/lithos_tree-9b2bd7faa190e77e.lithos_tree.5vzey1pw-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/lithos_tree-9b2bd7faa190e77e.lithos_tree.5vzey1pw-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/lithos_tree-9b2bd7faa190e77e.lithos_tree.5vzey1pw-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/lithos_tree-9b2bd7faa190e77e.lithos_tree.5vzey1pw-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/lithos_tree-9b2bd7faa190e77e.lithos_tree.5vzey1pw-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/lithos_tree-9b2bd7faa190e77e.lithos_tree.5vzey1pw-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/lithos_tree-9b2bd7faa190e77e.lithos_tree.5vzey1pw-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/lithos_tree-9b2bd7faa190e77e.lithos_tree.5vzey1pw-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/lithos_tree-9b2bd7faa190e77e" "/opt/crater/target/debug/deps/lithos_tree-9b2bd7faa190e77e.2w8rd6ewoubb1eu9.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/backtrace-sys-d5ae900bfde9750d/out" "-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/libunshare-e5f6398c015ab21b.rlib" "/opt/crater/target/debug/deps/libscan_dir-36a098498e98065a.rlib" "/opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib" "/opt/crater/target/debug/deps/libregex_syntax-bd99c61924ee7656.rlib" "/opt/crater/target/debug/deps/libthread_local-2ae771cec36f83c2.rlib" "/opt/crater/target/debug/deps/liblazy_static-1f7a4359e40a6da9.rlib" "/opt/crater/target/debug/deps/libaho_corasick-d762a0026dd53dbb.rlib" "/opt/crater/target/debug/deps/libmemchr-23e7689be8a12a36.rlib" "/opt/crater/target/debug/deps/liblithos-2ffb94ce186b4e51.rlib" "/opt/crater/target/debug/deps/libfailure-e533f5339fa6fa33.rlib" "/opt/crater/target/debug/deps/libbacktrace-0ba24489b33d7a88.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-4ba3fb5c8a305755.rlib" "/opt/crater/target/debug/deps/librustc_demangle-93c44a61a479f45e.rlib" "/opt/crater/target/debug/deps/libsyslog-b9920e9bb4f7363c.rlib" "/opt/crater/target/debug/deps/libunix_socket-513259b2e456a90f.rlib" "/opt/crater/target/debug/deps/libsha2-791e279d2a73723e.rlib" "/opt/crater/target/debug/deps/libfake_simd-e1387e2307bc9117.rlib" "/opt/crater/target/debug/deps/libblock_buffer-2fed28baf08357c4.rlib" "/opt/crater/target/debug/deps/libarrayref-1ed5e1b8f0a3edeb.rlib" "/opt/crater/target/debug/deps/libsignal-1e1d4b0d99f2dd74.rlib" "/opt/crater/target/debug/deps/libserde_str-f0439a78b3b126ac.rlib" "/opt/crater/target/debug/deps/librand-b6342a2b099df0ea.rlib" "/opt/crater/target/debug/deps/librand_core-d2f25fae99fc860a.rlib" "/opt/crater/target/debug/deps/librand_core-a5a514f3409fd81c.rlib" "/opt/crater/target/debug/deps/libquire-1c15cd9b54284b28.rlib" "/opt/crater/target/debug/deps/libhumannum-4391e5f14967ca92.rlib" "/opt/crater/target/debug/deps/libnum_traits-85d0e05aa2cc3298.rlib" "/opt/crater/target/debug/deps/libnum_traits-c28daeab5210b49d.rlib" "/opt/crater/target/debug/deps/libnix-f0652021263009bc.rlib" "/opt/crater/target/debug/deps/libbytes-ed85d24d60fcc292.rlib" "/opt/crater/target/debug/deps/libiovec-700e4a654a679356.rlib" "/opt/crater/target/debug/deps/liblibmount-23355b572355a6b2.rlib" "/opt/crater/target/debug/deps/libnix-bb6820408e0ebcee.rlib" "/opt/crater/target/debug/deps/libvoid-ee701c9bdcbc84a6.rlib" "/opt/crater/target/debug/deps/libbitflags-c2b055ef483e7b37.rlib" "/opt/crater/target/debug/deps/libipnetwork-e6407e79ddb33220.rlib" "/opt/crater/target/debug/deps/libcrypto-9ecb0903c1ca87bd.rlib" "/opt/crater/target/debug/deps/libtime-c375bf02baafb2fd.rlib" "/opt/crater/target/debug/deps/librustc_serialize-fc0a027b4489f806.rlib" "/opt/crater/target/debug/deps/librand-5eda43279f0ef45c.rlib" "/opt/crater/target/debug/deps/librand-7efbcbd89944bda6.rlib" "/opt/crater/target/debug/deps/libbase64-cc637031afaea5c5.rlib" "/opt/crater/target/debug/deps/libsafemem-a19c8ef0327c60ac.rlib" "/opt/crater/target/debug/deps/libbyteorder-98f71e4258b709b0.rlib" "/opt/crater/target/debug/deps/libblake2-e6bbe08a4e9996d5.rlib" "/opt/crater/target/debug/deps/libcrypto_mac-e876be11a7b390d2.rlib" "/opt/crater/target/debug/deps/libconstant_time_eq-0542c811c1fc7abe.rlib" "/opt/crater/target/debug/deps/libdigest-d3356bc4a9d52d31.rlib" "/opt/crater/target/debug/deps/libgeneric_array-140c1214fcc2614e.rlib" "/opt/crater/target/debug/deps/libtypenum-ad63c9a6e6a7b644.rlib" "/opt/crater/target/debug/deps/libbyte_tools-f708a026d0bb571e.rlib" "/opt/crater/target/debug/deps/liblibcantal-fe429e9342517e3b.rlib" "/opt/crater/target/debug/deps/libserde_json-0c53888b338bdcbb.rlib" "/opt/crater/target/debug/deps/libryu-a9583eff3872e809.rlib" "/opt/crater/target/debug/deps/libitoa-fbd08118d5c2ed14.rlib" "/opt/crater/target/debug/deps/libserde-5125a48878b1da57.rlib" "/opt/crater/target/debug/deps/libatomic-002aad529730058f.rlib" "/opt/crater/target/debug/deps/liblibc-37f3d1c853b3b7bd.rlib" "/opt/crater/target/debug/deps/libfern-3ab25d39694b4574.rlib" "/opt/crater/target/debug/deps/liblog-c97b73a8bcee9985.rlib" "/opt/crater/target/debug/deps/liblog-6796845c78a3960b.rlib" "/opt/crater/target/debug/deps/libcfg_if-c978b2f886ff1de7.rlib" "/opt/crater/target/debug/deps/libhumantime-fe7582828726b442.rlib" "/opt/crater/target/debug/deps/libquick_error-f50ea951eae373ef.rlib" "/opt/crater/target/debug/deps/libargparse-7704e027f8e13e22.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" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: .eh_frame); no .eh_frame_hdr table will be created. [INFO] [stderr] /usr/bin/ld: can not read symbols: Cannot allocate memory [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 `lithos`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "2afa356b42d66e2e76a3d792a53edcdfd2b0d5c02fc7fa991b7ef8c114f51fdf"` [INFO] running `"docker" "rm" "-f" "2afa356b42d66e2e76a3d792a53edcdfd2b0d5c02fc7fa991b7ef8c114f51fdf"` [INFO] [stdout] 2afa356b42d66e2e76a3d792a53edcdfd2b0d5c02fc7fa991b7ef8c114f51fdf