[INFO] crate radiant-rs 0.13.1 is already in cache [INFO] extracting crate radiant-rs 0.13.1 into work/ex/beta-1.38-1/sources/1.37.0/reg/radiant-rs/0.13.1 [INFO] extracting crate radiant-rs 0.13.1 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/radiant-rs/0.13.1 [INFO] validating manifest of radiant-rs-0.13.1 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 radiant-rs-0.13.1 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 radiant-rs-0.13.1 [INFO] removed 0 missing examples [INFO] finished frobbing radiant-rs-0.13.1 [INFO] frobbed toml for radiant-rs-0.13.1 written to work/ex/beta-1.38-1/sources/1.37.0/reg/radiant-rs/0.13.1/Cargo.toml [INFO] started frobbing radiant-rs-0.13.1 [INFO] removed 0 missing examples [INFO] finished frobbing radiant-rs-0.13.1 [INFO] frobbed toml for radiant-rs-0.13.1 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/radiant-rs/0.13.1/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] [stderr] Blocking waiting for file lock on package cache [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 radiant-rs-0.13.1 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-0/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/radiant-rs/0.13.1:/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] 28a84791b1bc5b9b74938b53ac99bd95226b00980c90b0ccd96eb255e5922817 [INFO] running `"docker" "start" "-a" "28a84791b1bc5b9b74938b53ac99bd95226b00980c90b0ccd96eb255e5922817"` [INFO] [stderr] Compiling avec v0.1.0 [INFO] [stderr] Compiling servo-fontconfig-sys v4.0.7 [INFO] [stderr] Compiling unreachable v1.0.0 [INFO] [stderr] Compiling servo-freetype-sys v4.0.5 [INFO] [stderr] Compiling expat-sys v2.1.6 [INFO] [stderr] Compiling wayland-scanner v0.20.12 [INFO] [stderr] Compiling wayland-sys v0.20.12 [INFO] [stderr] Compiling glutin v0.17.0 [INFO] [stderr] Compiling glium v0.22.0 [INFO] [stderr] Compiling phf_generator v0.7.24 [INFO] [stderr] Compiling num-rational v0.1.42 [INFO] [stderr] Compiling enum_primitive v0.1.1 [INFO] [stderr] Compiling num-derive v0.2.5 [INFO] [stderr] Compiling ordered-float v0.5.2 [INFO] [stderr] Compiling crossbeam-epoch v0.7.2 [INFO] [stderr] Compiling wayland-commons v0.20.12 [INFO] [stderr] Compiling phf_codegen v0.7.24 [INFO] [stderr] Compiling png v0.12.0 [INFO] [stderr] Compiling rusttype v0.5.2 [INFO] [stderr] Compiling crossbeam-deque v0.6.3 [INFO] [stderr] Compiling wayland-client v0.20.12 [INFO] [stderr] Compiling wayland-protocols v0.20.12 [INFO] [stderr] Compiling palette v0.3.0 [INFO] [stderr] Compiling rayon-core v1.5.0 [INFO] [stderr] Compiling rayon v1.1.0 [INFO] [stderr] Compiling jpeg-decoder v0.1.15 [INFO] [stderr] Compiling smithay-client-toolkit v0.2.6 [INFO] [stderr] Compiling image v0.19.0 [INFO] [stderr] Compiling winit v0.16.2 [INFO] [stderr] Compiling servo-fontconfig v0.4.0 [INFO] [stderr] Compiling font-loader v0.6.0 [INFO] [stderr] Compiling radiant-rs v0.13.1 (/opt/crater/workdir) [INFO] [stderr] warning: the item `DerefMut` is imported redundantly [INFO] [stderr] --> src/core/postprocessor/bloom.rs:49:13 [INFO] [stderr] | [INFO] [stderr] 1 | use core::*; [INFO] [stderr] | ------- the item `DerefMut` is already imported here [INFO] [stderr] ... [INFO] [stderr] 49 | use std::ops::DerefMut; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` 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/prelude.rs:1:64 [INFO] [stderr] | [INFO] [stderr] 1 | pub use std::sync::atomic::{AtomicUsize, AtomicBool, 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/core/layer.rs:6:37 [INFO] [stderr] | [INFO] [stderr] 6 | static LAYER_COUNTER: AtomicUsize = ATOMIC_USIZE_INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `AtomicUsize::new(0)` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::atomic::ATOMIC_USIZE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/core/font.rs:8:36 [INFO] [stderr] | [INFO] [stderr] 8 | static FONT_COUNTER: AtomicUsize = ATOMIC_USIZE_INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `AtomicUsize::new(0)` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::atomic::ATOMIC_USIZE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/core/rendercontext.rs:13:34 [INFO] [stderr] | [INFO] [stderr] 13 | static GENERATION: AtomicUsize = ATOMIC_USIZE_INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `AtomicUsize::new(0)` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 23s [INFO] running `"docker" "inspect" "28a84791b1bc5b9b74938b53ac99bd95226b00980c90b0ccd96eb255e5922817"` [INFO] running `"docker" "rm" "-f" "28a84791b1bc5b9b74938b53ac99bd95226b00980c90b0ccd96eb255e5922817"` [INFO] [stdout] 28a84791b1bc5b9b74938b53ac99bd95226b00980c90b0ccd96eb255e5922817 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/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/radiant-rs/0.13.1:/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" "test" "--frozen" "--no-run"` [INFO] [stdout] 918ef24db71a26f5cf8db686f79a2146a242447c366b1b531b0ada54ea91fec5 [INFO] running `"docker" "start" "-a" "918ef24db71a26f5cf8db686f79a2146a242447c366b1b531b0ada54ea91fec5"` [INFO] [stderr] Compiling base64 v0.1.1 [INFO] [stderr] Compiling radiant-rs v0.13.1 [INFO] [stderr] Compiling tiled v0.4.0 [INFO] [stderr] Compiling radiant-utils v0.3.0 [INFO] [stderr] Compiling radiant-rs v0.13.1 (/opt/crater/workdir) [INFO] [stderr] warning: the item `DerefMut` is imported redundantly [INFO] [stderr] --> src/core/postprocessor/bloom.rs:49:13 [INFO] [stderr] | [INFO] [stderr] 1 | use core::*; [INFO] [stderr] | ------- the item `DerefMut` is already imported here [INFO] [stderr] ... [INFO] [stderr] 49 | use std::ops::DerefMut; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` 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/prelude.rs:1:64 [INFO] [stderr] | [INFO] [stderr] 1 | pub use std::sync::atomic::{AtomicUsize, AtomicBool, 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/core/layer.rs:6:37 [INFO] [stderr] | [INFO] [stderr] 6 | static LAYER_COUNTER: AtomicUsize = ATOMIC_USIZE_INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `AtomicUsize::new(0)` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::atomic::ATOMIC_USIZE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/core/font.rs:8:36 [INFO] [stderr] | [INFO] [stderr] 8 | static FONT_COUNTER: AtomicUsize = ATOMIC_USIZE_INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `AtomicUsize::new(0)` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::atomic::ATOMIC_USIZE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/core/rendercontext.rs:13:34 [INFO] [stderr] | [INFO] [stderr] 13 | static GENERATION: AtomicUsize = ATOMIC_USIZE_INIT; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `AtomicUsize::new(0)` [INFO] [stderr] [INFO] [stderr] error: Could not compile `radiant-rs`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `radiant-rs`. [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/radiant_rs-6e07a1ee6041836a.radiant_rs.1c19395l-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/radiant_rs-6e07a1ee6041836a.radiant_rs.1c19395l-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/radiant_rs-6e07a1ee6041836a.radiant_rs.1c19395l-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/radiant_rs-6e07a1ee6041836a.radiant_rs.1c19395l-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/radiant_rs-6e07a1ee6041836a.radiant_rs.1c19395l-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/radiant_rs-6e07a1ee6041836a.radiant_rs.1c19395l-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/radiant_rs-6e07a1ee6041836a.radiant_rs.1c19395l-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/radiant_rs-6e07a1ee6041836a.radiant_rs.1c19395l-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/radiant_rs-6e07a1ee6041836a.radiant_rs.1c19395l-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/radiant_rs-6e07a1ee6041836a.radiant_rs.1c19395l-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/radiant_rs-6e07a1ee6041836a" "/opt/crater/target/debug/deps/radiant_rs-6e07a1ee6041836a.41838i7jbxrt0h9g.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/servo-fontconfig-sys-ee3755cfc0f54e41/out" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/opt/crater/target/debug/build/servo-freetype-sys-21c651b68e180f07/out/lib" "-L" "/opt/crater/target/debug/build/backtrace-sys-d5ae900bfde9750d/out" "-L" "/opt/crater/target/debug/build/libloading-a7885328ec94489c/out" "-L" "/opt/crater/target/debug/build/miniz-sys-e6b91e84307dae80/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/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-f0d86b2ef6410e4f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-28a84d78fba0104f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-625008d0a6744ece.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-b85c11af396739da.rlib" "/opt/crater/target/debug/deps/libglium-b4a015cdc24a61b9.rlib" "/opt/crater/target/debug/deps/libglutin-2da871bf24336b7d.rlib" "/opt/crater/target/debug/deps/libosmesa_sys-2309cbf7a73bb857.rlib" "/opt/crater/target/debug/deps/libwinit-5bb24cfea88cac23.rlib" "/opt/crater/target/debug/deps/libsmithay_client_toolkit-906541f96cb0f50c.rlib" "/opt/crater/target/debug/deps/libwayland_protocols-dfbc9d1f390cd556.rlib" "/opt/crater/target/debug/deps/libwayland_client-c77ae0b08c250003.rlib" "/opt/crater/target/debug/deps/libwayland_commons-0c27364f8af7902f.rlib" "/opt/crater/target/debug/deps/libwayland_sys-4e315355e646a280.rlib" "/opt/crater/target/debug/deps/libdowncast_rs-6ac72f8e2287e42d.rlib" "/opt/crater/target/debug/deps/libtempfile-b29d5749da4bbd9d.rlib" "/opt/crater/target/debug/deps/librand-8b15411866abd9f1.rlib" "/opt/crater/target/debug/deps/librand_chacha-7ab0375c8e73b81e.rlib" "/opt/crater/target/debug/deps/libc2_chacha-f16892c13faa6da1.rlib" "/opt/crater/target/debug/deps/libppv_lite86-d642cb1e0049ec58.rlib" "/opt/crater/target/debug/deps/librand_core-b98b73c4d658421f.rlib" "/opt/crater/target/debug/deps/libgetrandom-4696f98276bb287c.rlib" "/opt/crater/target/debug/deps/libremove_dir_all-51acb8a212d22924.rlib" "/opt/crater/target/debug/deps/libnix-b517238e3ea127f8.rlib" "/opt/crater/target/debug/deps/libmemmap-6bee26a92935da45.rlib" "/opt/crater/target/debug/deps/libdlib-c1861c240330de72.rlib" "/opt/crater/target/debug/deps/liblibloading-18549b2914766cf1.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-b2b1eddedcc9d5cc.rlib" "/opt/crater/target/debug/deps/libparking_lot-258b2ec505be47d6.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-8e16aecb40ca8523.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/liblock_api-fc146aa09c055915.rlib" "/opt/crater/target/debug/deps/libowning_ref-3fc2847bd21aa6e0.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-0255958156eadff4.rlib" "/opt/crater/target/debug/deps/libscopeguard-22a7afc64d55fe2c.rlib" "/opt/crater/target/debug/deps/libx11_dl-cb5af28286ce0b15.rlib" "/opt/crater/target/debug/deps/libmaybe_uninit-90d213521f6bd9d5.rlib" "/opt/crater/target/debug/deps/liblog-ab552fa662c561dc.rlib" "/opt/crater/target/debug/deps/libshared_library-e715ec3127461678.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/libpalette-5b2e8debba853331.rlib" "/opt/crater/target/debug/deps/libphf-b8d62a7988b15016.rlib" "/opt/crater/target/debug/deps/libphf_shared-a3fc0f7b8627648d.rlib" "/opt/crater/target/debug/deps/libsiphasher-4c498a6794cfc485.rlib" "/opt/crater/target/debug/deps/libavec-e7c5a3dbaf64c2af.rlib" "/opt/crater/target/debug/deps/libfont_loader-e58564bf31964552.rlib" "/opt/crater/target/debug/deps/libfontconfig-c9d6ce0399507449.rlib" "/opt/crater/target/debug/deps/libfontconfig_sys-00cc843b7817360e.rlib" "/opt/crater/target/debug/deps/libfreetype_sys-1cd8ab0694b5cdaf.rlib" "/opt/crater/target/debug/deps/libexpat_sys-58c107b4a2572cac.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-b16029f4e9e6461c.rlib" "/opt/crater/target/debug/deps/libsmallvec-7295b1a781bd56b7.rlib" "/opt/crater/target/debug/deps/librusttype-39ce2dadcc776aaa.rlib" "/opt/crater/target/debug/deps/liblinked_hash_map-6ecb4766f3b9adc1.rlib" "/opt/crater/target/debug/deps/libfnv-6e18f98be4338210.rlib" "/opt/crater/target/debug/deps/libstb_truetype-dbbb8ae0246baf55.rlib" "/opt/crater/target/debug/deps/libordered_float-9a82abd3d8c9075f.rlib" "/opt/crater/target/debug/deps/libunreachable-06a391591ec96326.rlib" "/opt/crater/target/debug/deps/libvoid-ee701c9bdcbc84a6.rlib" "/opt/crater/target/debug/deps/libapprox-979a4cb7f16d22ee.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/libaho_corasick-d762a0026dd53dbb.rlib" "/opt/crater/target/debug/deps/libmemchr-23e7689be8a12a36.rlib" "/opt/crater/target/debug/deps/libimage-1eedb9e34ce84d0d.rlib" "/opt/crater/target/debug/deps/libscoped_threadpool-eca6c0c4d231bd1a.rlib" "/opt/crater/target/debug/deps/libgif-07ab38c2ea762994.rlib" "/opt/crater/target/debug/deps/libcolor_quant-5c0942c00416f084.rlib" "/opt/crater/target/debug/deps/libjpeg_decoder-d85e9cff95a680c2.rlib" "/opt/crater/target/debug/deps/librayon-253d948e43850ca8.rlib" "/opt/crater/target/debug/deps/librayon_core-885d98fb7097144a.rlib" "/opt/crater/target/debug/deps/libnum_cpus-b569161181e0c021.rlib" "/opt/crater/target/debug/deps/liblibc-37f3d1c853b3b7bd.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-2589c79105784e0d.rlib" "/opt/crater/target/debug/deps/libeither-0991b1b51775eba9.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-d685a3054525f541.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-4a4ccc5629f797d0.rlib" "/opt/crater/target/debug/deps/libscopeguard-0bc963131f7c0d17.rlib" "/opt/crater/target/debug/deps/libmemoffset-d44318d335d18b97.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-e32b73b6a212c837.rlib" "/opt/crater/target/debug/deps/libarrayvec-f64ddaa5f4449e8f.rlib" "/opt/crater/target/debug/deps/libnodrop-7f98e5f8ec110eeb.rlib" "/opt/crater/target/debug/deps/libcfg_if-c978b2f886ff1de7.rlib" "/opt/crater/target/debug/deps/libpng-2f2a7723b1b84736.rlib" "/opt/crater/target/debug/deps/libdeflate-9364b840f59ebc68.rlib" "/opt/crater/target/debug/deps/libinflate-398663c07a1d51bf.rlib" "/opt/crater/target/debug/deps/libadler32-b7013a55566e2bf0.rlib" "/opt/crater/target/debug/deps/libbitflags-c2b055ef483e7b37.rlib" "/opt/crater/target/debug/deps/liblzw-623507a6e6e9c8a7.rlib" "/opt/crater/target/debug/deps/libnum_rational-20811c851a7595f4.rlib" "/opt/crater/target/debug/deps/libnum_iter-cf097c8ecace15a3.rlib" "/opt/crater/target/debug/deps/libnum_integer-3bee56712085dd57.rlib" "/opt/crater/target/debug/deps/libbyteorder-98f71e4258b709b0.rlib" "/opt/crater/target/debug/deps/liblazy_static-1f7a4359e40a6da9.rlib" "/opt/crater/target/debug/deps/libenum_primitive-fbf5da8bf0e45735.rlib" "/opt/crater/target/debug/deps/libnum_traits-85d0e05aa2cc3298.rlib" "/opt/crater/target/debug/deps/libnum_traits-c28daeab5210b49d.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" "-ldl" "-ldl" "-lexpat" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: : final link failed: 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 `radiant-rs`. [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/examples/06_program-b159bca7088a50b8.06_program.cfzu5zd2-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/06_program-b159bca7088a50b8.06_program.cfzu5zd2-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/06_program-b159bca7088a50b8.06_program.cfzu5zd2-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/06_program-b159bca7088a50b8.06_program.cfzu5zd2-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/06_program-b159bca7088a50b8.06_program.cfzu5zd2-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/06_program-b159bca7088a50b8.06_program.cfzu5zd2-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/06_program-b159bca7088a50b8.06_program.cfzu5zd2-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/06_program-b159bca7088a50b8.06_program.cfzu5zd2-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/06_program-b159bca7088a50b8.06_program.cfzu5zd2-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/06_program-b159bca7088a50b8.06_program.cfzu5zd2-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/06_program-b159bca7088a50b8.06_program.cfzu5zd2-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/06_program-b159bca7088a50b8.06_program.cfzu5zd2-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/06_program-b159bca7088a50b8.06_program.cfzu5zd2-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/06_program-b159bca7088a50b8.06_program.cfzu5zd2-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/06_program-b159bca7088a50b8.06_program.cfzu5zd2-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/06_program-b159bca7088a50b8.06_program.cfzu5zd2-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/06_program-b159bca7088a50b8" "/opt/crater/target/debug/examples/06_program-b159bca7088a50b8.tvxo8vxdum15pv7.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/servo-fontconfig-sys-ee3755cfc0f54e41/out" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/opt/crater/target/debug/build/servo-freetype-sys-21c651b68e180f07/out/lib" "-L" "/opt/crater/target/debug/build/backtrace-sys-d5ae900bfde9750d/out" "-L" "/opt/crater/target/debug/build/libloading-a7885328ec94489c/out" "-L" "/opt/crater/target/debug/build/miniz-sys-e6b91e84307dae80/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/libradiant_utils-76866d8fdde53001.rlib" "/opt/crater/target/debug/deps/libradiant_rs-0eccc067265b0c61.rlib" "/opt/crater/target/debug/deps/libradiant_rs-b6a6ef14d723a53e.rlib" "/opt/crater/target/debug/deps/libglium-b4a015cdc24a61b9.rlib" "/opt/crater/target/debug/deps/libglutin-2da871bf24336b7d.rlib" "/opt/crater/target/debug/deps/libosmesa_sys-2309cbf7a73bb857.rlib" "/opt/crater/target/debug/deps/libwinit-5bb24cfea88cac23.rlib" "/opt/crater/target/debug/deps/libsmithay_client_toolkit-906541f96cb0f50c.rlib" "/opt/crater/target/debug/deps/libwayland_protocols-dfbc9d1f390cd556.rlib" "/opt/crater/target/debug/deps/libwayland_client-c77ae0b08c250003.rlib" "/opt/crater/target/debug/deps/libwayland_commons-0c27364f8af7902f.rlib" "/opt/crater/target/debug/deps/libwayland_sys-4e315355e646a280.rlib" "/opt/crater/target/debug/deps/libdowncast_rs-6ac72f8e2287e42d.rlib" "/opt/crater/target/debug/deps/libtempfile-b29d5749da4bbd9d.rlib" "/opt/crater/target/debug/deps/librand-8b15411866abd9f1.rlib" "/opt/crater/target/debug/deps/librand_chacha-7ab0375c8e73b81e.rlib" "/opt/crater/target/debug/deps/libc2_chacha-f16892c13faa6da1.rlib" "/opt/crater/target/debug/deps/libppv_lite86-d642cb1e0049ec58.rlib" "/opt/crater/target/debug/deps/librand_core-b98b73c4d658421f.rlib" "/opt/crater/target/debug/deps/libgetrandom-4696f98276bb287c.rlib" "/opt/crater/target/debug/deps/libremove_dir_all-51acb8a212d22924.rlib" "/opt/crater/target/debug/deps/libnix-b517238e3ea127f8.rlib" "/opt/crater/target/debug/deps/libmemmap-6bee26a92935da45.rlib" "/opt/crater/target/debug/deps/libdlib-c1861c240330de72.rlib" "/opt/crater/target/debug/deps/liblibloading-18549b2914766cf1.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-b2b1eddedcc9d5cc.rlib" "/opt/crater/target/debug/deps/libparking_lot-258b2ec505be47d6.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-8e16aecb40ca8523.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/liblock_api-fc146aa09c055915.rlib" "/opt/crater/target/debug/deps/libowning_ref-3fc2847bd21aa6e0.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-0255958156eadff4.rlib" "/opt/crater/target/debug/deps/libscopeguard-22a7afc64d55fe2c.rlib" "/opt/crater/target/debug/deps/libx11_dl-cb5af28286ce0b15.rlib" "/opt/crater/target/debug/deps/libmaybe_uninit-90d213521f6bd9d5.rlib" "/opt/crater/target/debug/deps/liblog-ab552fa662c561dc.rlib" "/opt/crater/target/debug/deps/libshared_library-e715ec3127461678.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/libpalette-5b2e8debba853331.rlib" "/opt/crater/target/debug/deps/libphf-b8d62a7988b15016.rlib" "/opt/crater/target/debug/deps/libphf_shared-a3fc0f7b8627648d.rlib" "/opt/crater/target/debug/deps/libsiphasher-4c498a6794cfc485.rlib" "/opt/crater/target/debug/deps/libavec-e7c5a3dbaf64c2af.rlib" "/opt/crater/target/debug/deps/libfont_loader-e58564bf31964552.rlib" "/opt/crater/target/debug/deps/libfontconfig-c9d6ce0399507449.rlib" "/opt/crater/target/debug/deps/libfontconfig_sys-00cc843b7817360e.rlib" "/opt/crater/target/debug/deps/libfreetype_sys-1cd8ab0694b5cdaf.rlib" "/opt/crater/target/debug/deps/libexpat_sys-58c107b4a2572cac.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-b16029f4e9e6461c.rlib" "/opt/crater/target/debug/deps/libsmallvec-7295b1a781bd56b7.rlib" "/opt/crater/target/debug/deps/librusttype-39ce2dadcc776aaa.rlib" "/opt/crater/target/debug/deps/liblinked_hash_map-6ecb4766f3b9adc1.rlib" "/opt/crater/target/debug/deps/libfnv-6e18f98be4338210.rlib" "/opt/crater/target/debug/deps/libstb_truetype-dbbb8ae0246baf55.rlib" "/opt/crater/target/debug/deps/libordered_float-9a82abd3d8c9075f.rlib" "/opt/crater/target/debug/deps/libunreachable-06a391591ec96326.rlib" "/opt/crater/target/debug/deps/libvoid-ee701c9bdcbc84a6.rlib" "/opt/crater/target/debug/deps/libapprox-979a4cb7f16d22ee.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/libaho_corasick-d762a0026dd53dbb.rlib" "/opt/crater/target/debug/deps/libmemchr-23e7689be8a12a36.rlib" "/opt/crater/target/debug/deps/libimage-1eedb9e34ce84d0d.rlib" "/opt/crater/target/debug/deps/libscoped_threadpool-eca6c0c4d231bd1a.rlib" "/opt/crater/target/debug/deps/libgif-07ab38c2ea762994.rlib" "/opt/crater/target/debug/deps/libcolor_quant-5c0942c00416f084.rlib" "/opt/crater/target/debug/deps/libjpeg_decoder-d85e9cff95a680c2.rlib" "/opt/crater/target/debug/deps/librayon-253d948e43850ca8.rlib" "/opt/crater/target/debug/deps/librayon_core-885d98fb7097144a.rlib" "/opt/crater/target/debug/deps/libnum_cpus-b569161181e0c021.rlib" "/opt/crater/target/debug/deps/liblibc-37f3d1c853b3b7bd.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-2589c79105784e0d.rlib" "/opt/crater/target/debug/deps/libeither-0991b1b51775eba9.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-d685a3054525f541.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-4a4ccc5629f797d0.rlib" "/opt/crater/target/debug/deps/libscopeguard-0bc963131f7c0d17.rlib" "/opt/crater/target/debug/deps/libmemoffset-d44318d335d18b97.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-e32b73b6a212c837.rlib" "/opt/crater/target/debug/deps/libarrayvec-f64ddaa5f4449e8f.rlib" "/opt/crater/target/debug/deps/libnodrop-7f98e5f8ec110eeb.rlib" "/opt/crater/target/debug/deps/libcfg_if-c978b2f886ff1de7.rlib" "/opt/crater/target/debug/deps/libpng-2f2a7723b1b84736.rlib" "/opt/crater/target/debug/deps/libdeflate-9364b840f59ebc68.rlib" "/opt/crater/target/debug/deps/libinflate-398663c07a1d51bf.rlib" "/opt/crater/target/debug/deps/libadler32-b7013a55566e2bf0.rlib" "/opt/crater/target/debug/deps/libbitflags-c2b055ef483e7b37.rlib" "/opt/crater/target/debug/deps/liblzw-623507a6e6e9c8a7.rlib" "/opt/crater/target/debug/deps/libnum_rational-20811c851a7595f4.rlib" "/opt/crater/target/debug/deps/libnum_iter-cf097c8ecace15a3.rlib" "/opt/crater/target/debug/deps/libnum_integer-3bee56712085dd57.rlib" "/opt/crater/target/debug/deps/libbyteorder-98f71e4258b709b0.rlib" "/opt/crater/target/debug/deps/liblazy_static-1f7a4359e40a6da9.rlib" "/opt/crater/target/debug/deps/libenum_primitive-fbf5da8bf0e45735.rlib" "/opt/crater/target/debug/deps/libnum_traits-85d0e05aa2cc3298.rlib" "/opt/crater/target/debug/deps/libnum_traits-c28daeab5210b49d.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" "-ldl" "-ldl" "-lexpat" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stderr] compilation terminated. [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `radiant-rs`. [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/examples/07_to_texture-82863ee64c538990.07_to_texture.f34kuyby-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/07_to_texture-82863ee64c538990.07_to_texture.f34kuyby-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/07_to_texture-82863ee64c538990.07_to_texture.f34kuyby-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/07_to_texture-82863ee64c538990.07_to_texture.f34kuyby-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/07_to_texture-82863ee64c538990.07_to_texture.f34kuyby-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/07_to_texture-82863ee64c538990.07_to_texture.f34kuyby-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/07_to_texture-82863ee64c538990.07_to_texture.f34kuyby-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/07_to_texture-82863ee64c538990.07_to_texture.f34kuyby-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/07_to_texture-82863ee64c538990.07_to_texture.f34kuyby-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/07_to_texture-82863ee64c538990.07_to_texture.f34kuyby-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/07_to_texture-82863ee64c538990.07_to_texture.f34kuyby-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/07_to_texture-82863ee64c538990.07_to_texture.f34kuyby-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/07_to_texture-82863ee64c538990.07_to_texture.f34kuyby-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/07_to_texture-82863ee64c538990.07_to_texture.f34kuyby-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/07_to_texture-82863ee64c538990.07_to_texture.f34kuyby-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/07_to_texture-82863ee64c538990.07_to_texture.f34kuyby-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/07_to_texture-82863ee64c538990" "/opt/crater/target/debug/examples/07_to_texture-82863ee64c538990.3vg6z68i3nzoj9hv.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/servo-fontconfig-sys-ee3755cfc0f54e41/out" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/opt/crater/target/debug/build/servo-freetype-sys-21c651b68e180f07/out/lib" "-L" "/opt/crater/target/debug/build/backtrace-sys-d5ae900bfde9750d/out" "-L" "/opt/crater/target/debug/build/libloading-a7885328ec94489c/out" "-L" "/opt/crater/target/debug/build/miniz-sys-e6b91e84307dae80/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/libradiant_utils-76866d8fdde53001.rlib" "/opt/crater/target/debug/deps/libradiant_rs-0eccc067265b0c61.rlib" "/opt/crater/target/debug/deps/libradiant_rs-b6a6ef14d723a53e.rlib" "/opt/crater/target/debug/deps/libglium-b4a015cdc24a61b9.rlib" "/opt/crater/target/debug/deps/libglutin-2da871bf24336b7d.rlib" "/opt/crater/target/debug/deps/libosmesa_sys-2309cbf7a73bb857.rlib" "/opt/crater/target/debug/deps/libwinit-5bb24cfea88cac23.rlib" "/opt/crater/target/debug/deps/libsmithay_client_toolkit-906541f96cb0f50c.rlib" "/opt/crater/target/debug/deps/libwayland_protocols-dfbc9d1f390cd556.rlib" "/opt/crater/target/debug/deps/libwayland_client-c77ae0b08c250003.rlib" "/opt/crater/target/debug/deps/libwayland_commons-0c27364f8af7902f.rlib" "/opt/crater/target/debug/deps/libwayland_sys-4e315355e646a280.rlib" "/opt/crater/target/debug/deps/libdowncast_rs-6ac72f8e2287e42d.rlib" "/opt/crater/target/debug/deps/libtempfile-b29d5749da4bbd9d.rlib" "/opt/crater/target/debug/deps/librand-8b15411866abd9f1.rlib" "/opt/crater/target/debug/deps/librand_chacha-7ab0375c8e73b81e.rlib" "/opt/crater/target/debug/deps/libc2_chacha-f16892c13faa6da1.rlib" "/opt/crater/target/debug/deps/libppv_lite86-d642cb1e0049ec58.rlib" "/opt/crater/target/debug/deps/librand_core-b98b73c4d658421f.rlib" "/opt/crater/target/debug/deps/libgetrandom-4696f98276bb287c.rlib" "/opt/crater/target/debug/deps/libremove_dir_all-51acb8a212d22924.rlib" "/opt/crater/target/debug/deps/libnix-b517238e3ea127f8.rlib" "/opt/crater/target/debug/deps/libmemmap-6bee26a92935da45.rlib" "/opt/crater/target/debug/deps/libdlib-c1861c240330de72.rlib" "/opt/crater/target/debug/deps/liblibloading-18549b2914766cf1.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-b2b1eddedcc9d5cc.rlib" "/opt/crater/target/debug/deps/libparking_lot-258b2ec505be47d6.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-8e16aecb40ca8523.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/liblock_api-fc146aa09c055915.rlib" "/opt/crater/target/debug/deps/libowning_ref-3fc2847bd21aa6e0.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-0255958156eadff4.rlib" "/opt/crater/target/debug/deps/libscopeguard-22a7afc64d55fe2c.rlib" "/opt/crater/target/debug/deps/libx11_dl-cb5af28286ce0b15.rlib" "/opt/crater/target/debug/deps/libmaybe_uninit-90d213521f6bd9d5.rlib" "/opt/crater/target/debug/deps/liblog-ab552fa662c561dc.rlib" "/opt/crater/target/debug/deps/libshared_library-e715ec3127461678.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/libpalette-5b2e8debba853331.rlib" "/opt/crater/target/debug/deps/libphf-b8d62a7988b15016.rlib" "/opt/crater/target/debug/deps/libphf_shared-a3fc0f7b8627648d.rlib" "/opt/crater/target/debug/deps/libsiphasher-4c498a6794cfc485.rlib" "/opt/crater/target/debug/deps/libavec-e7c5a3dbaf64c2af.rlib" "/opt/crater/target/debug/deps/libfont_loader-e58564bf31964552.rlib" "/opt/crater/target/debug/deps/libfontconfig-c9d6ce0399507449.rlib" "/opt/crater/target/debug/deps/libfontconfig_sys-00cc843b7817360e.rlib" "/opt/crater/target/debug/deps/libfreetype_sys-1cd8ab0694b5cdaf.rlib" "/opt/crater/target/debug/deps/libexpat_sys-58c107b4a2572cac.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-b16029f4e9e6461c.rlib" "/opt/crater/target/debug/deps/libsmallvec-7295b1a781bd56b7.rlib" "/opt/crater/target/debug/deps/librusttype-39ce2dadcc776aaa.rlib" "/opt/crater/target/debug/deps/liblinked_hash_map-6ecb4766f3b9adc1.rlib" "/opt/crater/target/debug/deps/libfnv-6e18f98be4338210.rlib" "/opt/crater/target/debug/deps/libstb_truetype-dbbb8ae0246baf55.rlib" "/opt/crater/target/debug/deps/libordered_float-9a82abd3d8c9075f.rlib" "/opt/crater/target/debug/deps/libunreachable-06a391591ec96326.rlib" "/opt/crater/target/debug/deps/libvoid-ee701c9bdcbc84a6.rlib" "/opt/crater/target/debug/deps/libapprox-979a4cb7f16d22ee.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/libaho_corasick-d762a0026dd53dbb.rlib" "/opt/crater/target/debug/deps/libmemchr-23e7689be8a12a36.rlib" "/opt/crater/target/debug/deps/libimage-1eedb9e34ce84d0d.rlib" "/opt/crater/target/debug/deps/libscoped_threadpool-eca6c0c4d231bd1a.rlib" "/opt/crater/target/debug/deps/libgif-07ab38c2ea762994.rlib" "/opt/crater/target/debug/deps/libcolor_quant-5c0942c00416f084.rlib" "/opt/crater/target/debug/deps/libjpeg_decoder-d85e9cff95a680c2.rlib" "/opt/crater/target/debug/deps/librayon-253d948e43850ca8.rlib" "/opt/crater/target/debug/deps/librayon_core-885d98fb7097144a.rlib" "/opt/crater/target/debug/deps/libnum_cpus-b569161181e0c021.rlib" "/opt/crater/target/debug/deps/liblibc-37f3d1c853b3b7bd.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-2589c79105784e0d.rlib" "/opt/crater/target/debug/deps/libeither-0991b1b51775eba9.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-d685a3054525f541.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-4a4ccc5629f797d0.rlib" "/opt/crater/target/debug/deps/libscopeguard-0bc963131f7c0d17.rlib" "/opt/crater/target/debug/deps/libmemoffset-d44318d335d18b97.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-e32b73b6a212c837.rlib" "/opt/crater/target/debug/deps/libarrayvec-f64ddaa5f4449e8f.rlib" "/opt/crater/target/debug/deps/libnodrop-7f98e5f8ec110eeb.rlib" "/opt/crater/target/debug/deps/libcfg_if-c978b2f886ff1de7.rlib" "/opt/crater/target/debug/deps/libpng-2f2a7723b1b84736.rlib" "/opt/crater/target/debug/deps/libdeflate-9364b840f59ebc68.rlib" "/opt/crater/target/debug/deps/libinflate-398663c07a1d51bf.rlib" "/opt/crater/target/debug/deps/libadler32-b7013a55566e2bf0.rlib" "/opt/crater/target/debug/deps/libbitflags-c2b055ef483e7b37.rlib" "/opt/crater/target/debug/deps/liblzw-623507a6e6e9c8a7.rlib" "/opt/crater/target/debug/deps/libnum_rational-20811c851a7595f4.rlib" "/opt/crater/target/debug/deps/libnum_iter-cf097c8ecace15a3.rlib" "/opt/crater/target/debug/deps/libnum_integer-3bee56712085dd57.rlib" "/opt/crater/target/debug/deps/libbyteorder-98f71e4258b709b0.rlib" "/opt/crater/target/debug/deps/liblazy_static-1f7a4359e40a6da9.rlib" "/opt/crater/target/debug/deps/libenum_primitive-fbf5da8bf0e45735.rlib" "/opt/crater/target/debug/deps/libnum_traits-85d0e05aa2cc3298.rlib" "/opt/crater/target/debug/deps/libnum_traits-c28daeab5210b49d.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" "-ldl" "-ldl" "-lexpat" "-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 `radiant-rs`. [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/examples/demo_blobs-ff9f0f5bb0a13c1d.demo_blobs.6ti0dau4-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/demo_blobs-ff9f0f5bb0a13c1d.demo_blobs.6ti0dau4-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/demo_blobs-ff9f0f5bb0a13c1d.demo_blobs.6ti0dau4-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/demo_blobs-ff9f0f5bb0a13c1d.demo_blobs.6ti0dau4-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/demo_blobs-ff9f0f5bb0a13c1d.demo_blobs.6ti0dau4-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/demo_blobs-ff9f0f5bb0a13c1d.demo_blobs.6ti0dau4-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/demo_blobs-ff9f0f5bb0a13c1d.demo_blobs.6ti0dau4-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/demo_blobs-ff9f0f5bb0a13c1d.demo_blobs.6ti0dau4-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/demo_blobs-ff9f0f5bb0a13c1d.demo_blobs.6ti0dau4-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/demo_blobs-ff9f0f5bb0a13c1d.demo_blobs.6ti0dau4-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/demo_blobs-ff9f0f5bb0a13c1d.demo_blobs.6ti0dau4-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/demo_blobs-ff9f0f5bb0a13c1d.demo_blobs.6ti0dau4-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/demo_blobs-ff9f0f5bb0a13c1d.demo_blobs.6ti0dau4-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/demo_blobs-ff9f0f5bb0a13c1d.demo_blobs.6ti0dau4-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/demo_blobs-ff9f0f5bb0a13c1d.demo_blobs.6ti0dau4-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/demo_blobs-ff9f0f5bb0a13c1d.demo_blobs.6ti0dau4-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/demo_blobs-ff9f0f5bb0a13c1d" "/opt/crater/target/debug/examples/demo_blobs-ff9f0f5bb0a13c1d.38v6ewygf961rff4.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/servo-fontconfig-sys-ee3755cfc0f54e41/out" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/opt/crater/target/debug/build/servo-freetype-sys-21c651b68e180f07/out/lib" "-L" "/opt/crater/target/debug/build/backtrace-sys-d5ae900bfde9750d/out" "-L" "/opt/crater/target/debug/build/libloading-a7885328ec94489c/out" "-L" "/opt/crater/target/debug/build/miniz-sys-e6b91e84307dae80/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/libradiant_utils-76866d8fdde53001.rlib" "/opt/crater/target/debug/deps/libradiant_rs-0eccc067265b0c61.rlib" "/opt/crater/target/debug/deps/libradiant_rs-b6a6ef14d723a53e.rlib" "/opt/crater/target/debug/deps/libglium-b4a015cdc24a61b9.rlib" "/opt/crater/target/debug/deps/libglutin-2da871bf24336b7d.rlib" "/opt/crater/target/debug/deps/libosmesa_sys-2309cbf7a73bb857.rlib" "/opt/crater/target/debug/deps/libwinit-5bb24cfea88cac23.rlib" "/opt/crater/target/debug/deps/libsmithay_client_toolkit-906541f96cb0f50c.rlib" "/opt/crater/target/debug/deps/libwayland_protocols-dfbc9d1f390cd556.rlib" "/opt/crater/target/debug/deps/libwayland_client-c77ae0b08c250003.rlib" "/opt/crater/target/debug/deps/libwayland_commons-0c27364f8af7902f.rlib" "/opt/crater/target/debug/deps/libwayland_sys-4e315355e646a280.rlib" "/opt/crater/target/debug/deps/libdowncast_rs-6ac72f8e2287e42d.rlib" "/opt/crater/target/debug/deps/libtempfile-b29d5749da4bbd9d.rlib" "/opt/crater/target/debug/deps/librand-8b15411866abd9f1.rlib" "/opt/crater/target/debug/deps/librand_chacha-7ab0375c8e73b81e.rlib" "/opt/crater/target/debug/deps/libc2_chacha-f16892c13faa6da1.rlib" "/opt/crater/target/debug/deps/libppv_lite86-d642cb1e0049ec58.rlib" "/opt/crater/target/debug/deps/librand_core-b98b73c4d658421f.rlib" "/opt/crater/target/debug/deps/libgetrandom-4696f98276bb287c.rlib" "/opt/crater/target/debug/deps/libremove_dir_all-51acb8a212d22924.rlib" "/opt/crater/target/debug/deps/libnix-b517238e3ea127f8.rlib" "/opt/crater/target/debug/deps/libmemmap-6bee26a92935da45.rlib" "/opt/crater/target/debug/deps/libdlib-c1861c240330de72.rlib" "/opt/crater/target/debug/deps/liblibloading-18549b2914766cf1.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-b2b1eddedcc9d5cc.rlib" "/opt/crater/target/debug/deps/libparking_lot-258b2ec505be47d6.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-8e16aecb40ca8523.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/liblock_api-fc146aa09c055915.rlib" "/opt/crater/target/debug/deps/libowning_ref-3fc2847bd21aa6e0.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-0255958156eadff4.rlib" "/opt/crater/target/debug/deps/libscopeguard-22a7afc64d55fe2c.rlib" "/opt/crater/target/debug/deps/libx11_dl-cb5af28286ce0b15.rlib" "/opt/crater/target/debug/deps/libmaybe_uninit-90d213521f6bd9d5.rlib" "/opt/crater/target/debug/deps/liblog-ab552fa662c561dc.rlib" "/opt/crater/target/debug/deps/libshared_library-e715ec3127461678.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/libpalette-5b2e8debba853331.rlib" "/opt/crater/target/debug/deps/libphf-b8d62a7988b15016.rlib" "/opt/crater/target/debug/deps/libphf_shared-a3fc0f7b8627648d.rlib" "/opt/crater/target/debug/deps/libsiphasher-4c498a6794cfc485.rlib" "/opt/crater/target/debug/deps/libavec-e7c5a3dbaf64c2af.rlib" "/opt/crater/target/debug/deps/libfont_loader-e58564bf31964552.rlib" "/opt/crater/target/debug/deps/libfontconfig-c9d6ce0399507449.rlib" "/opt/crater/target/debug/deps/libfontconfig_sys-00cc843b7817360e.rlib" "/opt/crater/target/debug/deps/libfreetype_sys-1cd8ab0694b5cdaf.rlib" "/opt/crater/target/debug/deps/libexpat_sys-58c107b4a2572cac.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-b16029f4e9e6461c.rlib" "/opt/crater/target/debug/deps/libsmallvec-7295b1a781bd56b7.rlib" "/opt/crater/target/debug/deps/librusttype-39ce2dadcc776aaa.rlib" "/opt/crater/target/debug/deps/liblinked_hash_map-6ecb4766f3b9adc1.rlib" "/opt/crater/target/debug/deps/libfnv-6e18f98be4338210.rlib" "/opt/crater/target/debug/deps/libstb_truetype-dbbb8ae0246baf55.rlib" "/opt/crater/target/debug/deps/libordered_float-9a82abd3d8c9075f.rlib" "/opt/crater/target/debug/deps/libunreachable-06a391591ec96326.rlib" "/opt/crater/target/debug/deps/libvoid-ee701c9bdcbc84a6.rlib" "/opt/crater/target/debug/deps/libapprox-979a4cb7f16d22ee.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/libaho_corasick-d762a0026dd53dbb.rlib" "/opt/crater/target/debug/deps/libmemchr-23e7689be8a12a36.rlib" "/opt/crater/target/debug/deps/libimage-1eedb9e34ce84d0d.rlib" "/opt/crater/target/debug/deps/libscoped_threadpool-eca6c0c4d231bd1a.rlib" "/opt/crater/target/debug/deps/libgif-07ab38c2ea762994.rlib" "/opt/crater/target/debug/deps/libcolor_quant-5c0942c00416f084.rlib" "/opt/crater/target/debug/deps/libjpeg_decoder-d85e9cff95a680c2.rlib" "/opt/crater/target/debug/deps/librayon-253d948e43850ca8.rlib" "/opt/crater/target/debug/deps/librayon_core-885d98fb7097144a.rlib" "/opt/crater/target/debug/deps/libnum_cpus-b569161181e0c021.rlib" "/opt/crater/target/debug/deps/liblibc-37f3d1c853b3b7bd.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-2589c79105784e0d.rlib" "/opt/crater/target/debug/deps/libeither-0991b1b51775eba9.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-d685a3054525f541.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-4a4ccc5629f797d0.rlib" "/opt/crater/target/debug/deps/libscopeguard-0bc963131f7c0d17.rlib" "/opt/crater/target/debug/deps/libmemoffset-d44318d335d18b97.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-e32b73b6a212c837.rlib" "/opt/crater/target/debug/deps/libarrayvec-f64ddaa5f4449e8f.rlib" "/opt/crater/target/debug/deps/libnodrop-7f98e5f8ec110eeb.rlib" "/opt/crater/target/debug/deps/libcfg_if-c978b2f886ff1de7.rlib" "/opt/crater/target/debug/deps/libpng-2f2a7723b1b84736.rlib" "/opt/crater/target/debug/deps/libdeflate-9364b840f59ebc68.rlib" "/opt/crater/target/debug/deps/libinflate-398663c07a1d51bf.rlib" "/opt/crater/target/debug/deps/libadler32-b7013a55566e2bf0.rlib" "/opt/crater/target/debug/deps/libbitflags-c2b055ef483e7b37.rlib" "/opt/crater/target/debug/deps/liblzw-623507a6e6e9c8a7.rlib" "/opt/crater/target/debug/deps/libnum_rational-20811c851a7595f4.rlib" "/opt/crater/target/debug/deps/libnum_iter-cf097c8ecace15a3.rlib" "/opt/crater/target/debug/deps/libnum_integer-3bee56712085dd57.rlib" "/opt/crater/target/debug/deps/libbyteorder-98f71e4258b709b0.rlib" "/opt/crater/target/debug/deps/liblazy_static-1f7a4359e40a6da9.rlib" "/opt/crater/target/debug/deps/libenum_primitive-fbf5da8bf0e45735.rlib" "/opt/crater/target/debug/deps/libnum_traits-85d0e05aa2cc3298.rlib" "/opt/crater/target/debug/deps/libnum_traits-c28daeab5210b49d.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" "-ldl" "-ldl" "-lexpat" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: /opt/crater/target/debug/examples/demo_blobs-ff9f0f5bb0a13c1d.demo_blobs.6ti0dau4-cgu.0.rcgu.o(.data.DW.ref.rust_eh_personality[DW.ref.rust_eh_personality]+0x0): reloc against `rust_eh_personality': error 4 [INFO] [stderr] /usr/bin/ld: final link failed: Nonrepresentable section on output [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 `radiant-rs`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "918ef24db71a26f5cf8db686f79a2146a242447c366b1b531b0ada54ea91fec5"` [INFO] running `"docker" "rm" "-f" "918ef24db71a26f5cf8db686f79a2146a242447c366b1b531b0ada54ea91fec5"` [INFO] [stdout] 918ef24db71a26f5cf8db686f79a2146a242447c366b1b531b0ada54ea91fec5