[INFO] crate radiant-rs 0.13.1 is already in cache [INFO] extracting crate radiant-rs 0.13.1 into work/ex/beta-1.37-6/sources/1.36.0/reg/radiant-rs/0.13.1 [INFO] extracting crate radiant-rs 0.13.1 into work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/radiant-rs/0.13.1 [INFO] validating manifest of radiant-rs-0.13.1 on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of radiant-rs-0.13.1 on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing 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.37-6/sources/1.36.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.37-6/sources/beta-2019-07-23/reg/radiant-rs/0.13.1/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing radiant-rs-0.13.1 against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-3/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/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-07-23" "build" "--frozen"` [INFO] [stdout] cb367828c12dc1fe10f26bd0e4d58c5032b95d784f67d5f7c83df8f3f6ac5533 [INFO] running `"docker" "start" "-a" "cb367828c12dc1fe10f26bd0e4d58c5032b95d784f67d5f7c83df8f3f6ac5533"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling num-derive v0.2.5 [INFO] [stderr] Compiling lzw v0.10.0 [INFO] [stderr] Compiling color_quant v1.0.1 [INFO] [stderr] Compiling scoped_threadpool v0.1.9 [INFO] [stderr] Compiling avec v0.1.0 [INFO] [stderr] Compiling cmake v0.1.40 [INFO] [stderr] Compiling servo-fontconfig-sys v4.0.7 [INFO] [stderr] Compiling unreachable v1.0.0 [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-iter v0.1.39 [INFO] [stderr] Compiling num-rational v0.1.42 [INFO] [stderr] Compiling ordered-float v0.5.2 [INFO] [stderr] Compiling enum_primitive v0.1.1 [INFO] [stderr] Compiling gif v0.10.2 [INFO] [stderr] Compiling png v0.12.0 [INFO] [stderr] Compiling phf_codegen v0.7.24 [INFO] [stderr] Compiling expat-sys v2.1.6 [INFO] [stderr] Compiling servo-freetype-sys v4.0.5 [INFO] [stderr] Compiling rusttype v0.5.2 [INFO] [stderr] Compiling palette v0.3.0 [INFO] [stderr] Compiling winit v0.16.2 [INFO] [stderr] Compiling jpeg-decoder v0.1.15 [INFO] [stderr] Compiling image v0.19.0 [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 46s [INFO] running `"docker" "inspect" "cb367828c12dc1fe10f26bd0e4d58c5032b95d784f67d5f7c83df8f3f6ac5533"` [INFO] running `"docker" "rm" "-f" "cb367828c12dc1fe10f26bd0e4d58c5032b95d784f67d5f7c83df8f3f6ac5533"` [INFO] [stdout] cb367828c12dc1fe10f26bd0e4d58c5032b95d784f67d5f7c83df8f3f6ac5533 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-3/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/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-07-23" "test" "--frozen" "--no-run"` [INFO] [stdout] 4d5988a62e49568d51c3049d1284e74045822210cb6ccbf8b2cab504abb8442e [INFO] running `"docker" "start" "-a" "4d5988a62e49568d51c3049d1284e74045822210cb6ccbf8b2cab504abb8442e"` [INFO] [stderr] Compiling base64 v0.1.1 [INFO] [stderr] Compiling xml-rs v0.3.6 [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] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name 98_threads examples/98_threads.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="backend-glium"' --cfg 'feature="default"' --cfg 'feature="glium"' -C metadata=234de326484df179 -C extra-filename=-234de326484df179 --out-dir /opt/crater/target/debug/examples -L dependency=/opt/crater/target/debug/deps --extern avec=/opt/crater/target/debug/deps/libavec-7fb2fb2dec7afa54.rlib --extern enum_primitive=/opt/crater/target/debug/deps/libenum_primitive-342fb47c19d0cfb1.rlib --extern font_loader=/opt/crater/target/debug/deps/libfont_loader-387129395d4a85c8.rlib --extern glium=/opt/crater/target/debug/deps/libglium-98ad2383c102a0e8.rlib --extern image=/opt/crater/target/debug/deps/libimage-df9b73b3d1efc5c8.rlib --extern lazy_static=/opt/crater/target/debug/deps/liblazy_static-6a4e8ea56a445919.rlib --extern palette=/opt/crater/target/debug/deps/libpalette-6c15a9ef69e0943d.rlib --extern radiant_rs=/opt/crater/target/debug/deps/libradiant_rs-f50d260625706d20.rlib --extern radiant_utils=/opt/crater/target/debug/deps/libradiant_utils-24bbfb8fc941f64f.rlib --extern regex=/opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib --extern rusttype=/opt/crater/target/debug/deps/librusttype-c7ad7c9c26d08cf2.rlib --extern tiled=/opt/crater/target/debug/deps/libtiled-911033a14c9e6e29.rlib --extern unicode_normalization=/opt/crater/target/debug/deps/libunicode_normalization-b016911b6ed6746c.rlib --cap-lints=warn -L native=/opt/crater/target/debug/build/servo-fontconfig-sys-bc32a605c2094240/out -L native=/usr/lib/x86_64-linux-gnu -L native=/opt/crater/target/debug/build/servo-freetype-sys-778de5ab0b3943ad/out/lib -L native=/opt/crater/target/debug/build/backtrace-sys-897f45a579ca139a/out -L native=/opt/crater/target/debug/build/libloading-a6c7c9f3c035c971/out -L native=/opt/crater/target/debug/build/miniz-sys-acaaaedff836c650/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `radiant-rs`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name demo_blobs examples/demo_blobs.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="backend-glium"' --cfg 'feature="default"' --cfg 'feature="glium"' -C metadata=725d0230c10ddca0 -C extra-filename=-725d0230c10ddca0 --out-dir /opt/crater/target/debug/examples -L dependency=/opt/crater/target/debug/deps --extern avec=/opt/crater/target/debug/deps/libavec-7fb2fb2dec7afa54.rlib --extern enum_primitive=/opt/crater/target/debug/deps/libenum_primitive-342fb47c19d0cfb1.rlib --extern font_loader=/opt/crater/target/debug/deps/libfont_loader-387129395d4a85c8.rlib --extern glium=/opt/crater/target/debug/deps/libglium-98ad2383c102a0e8.rlib --extern image=/opt/crater/target/debug/deps/libimage-df9b73b3d1efc5c8.rlib --extern lazy_static=/opt/crater/target/debug/deps/liblazy_static-6a4e8ea56a445919.rlib --extern palette=/opt/crater/target/debug/deps/libpalette-6c15a9ef69e0943d.rlib --extern radiant_rs=/opt/crater/target/debug/deps/libradiant_rs-f50d260625706d20.rlib --extern radiant_utils=/opt/crater/target/debug/deps/libradiant_utils-24bbfb8fc941f64f.rlib --extern regex=/opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib --extern rusttype=/opt/crater/target/debug/deps/librusttype-c7ad7c9c26d08cf2.rlib --extern tiled=/opt/crater/target/debug/deps/libtiled-911033a14c9e6e29.rlib --extern unicode_normalization=/opt/crater/target/debug/deps/libunicode_normalization-b016911b6ed6746c.rlib --cap-lints=warn -L native=/opt/crater/target/debug/build/servo-fontconfig-sys-bc32a605c2094240/out -L native=/usr/lib/x86_64-linux-gnu -L native=/opt/crater/target/debug/build/servo-freetype-sys-778de5ab0b3943ad/out/lib -L native=/opt/crater/target/debug/build/backtrace-sys-897f45a579ca139a/out -L native=/opt/crater/target/debug/build/libloading-a6c7c9f3c035c971/out -L native=/opt/crater/target/debug/build/miniz-sys-acaaaedff836c650/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/demo_glare-4d62717d37820ea2.demo_glare.f1u6y8wd-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/demo_glare-4d62717d37820ea2.demo_glare.f1u6y8wd-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/demo_glare-4d62717d37820ea2.demo_glare.f1u6y8wd-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/demo_glare-4d62717d37820ea2.demo_glare.f1u6y8wd-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/demo_glare-4d62717d37820ea2.demo_glare.f1u6y8wd-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/demo_glare-4d62717d37820ea2.demo_glare.f1u6y8wd-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/demo_glare-4d62717d37820ea2.demo_glare.f1u6y8wd-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/demo_glare-4d62717d37820ea2.demo_glare.f1u6y8wd-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/demo_glare-4d62717d37820ea2.demo_glare.f1u6y8wd-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/demo_glare-4d62717d37820ea2.demo_glare.f1u6y8wd-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/demo_glare-4d62717d37820ea2.demo_glare.f1u6y8wd-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/demo_glare-4d62717d37820ea2.demo_glare.f1u6y8wd-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/demo_glare-4d62717d37820ea2.demo_glare.f1u6y8wd-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/demo_glare-4d62717d37820ea2.demo_glare.f1u6y8wd-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/demo_glare-4d62717d37820ea2.demo_glare.f1u6y8wd-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/demo_glare-4d62717d37820ea2.demo_glare.f1u6y8wd-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/demo_glare-4d62717d37820ea2" "/opt/crater/target/debug/examples/demo_glare-4d62717d37820ea2.2x9q2nbu1efltej9.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-bc32a605c2094240/out" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/opt/crater/target/debug/build/servo-freetype-sys-778de5ab0b3943ad/out/lib" "-L" "/opt/crater/target/debug/build/backtrace-sys-897f45a579ca139a/out" "-L" "/opt/crater/target/debug/build/libloading-a6c7c9f3c035c971/out" "-L" "/opt/crater/target/debug/build/miniz-sys-acaaaedff836c650/out" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libradiant_utils-24bbfb8fc941f64f.rlib" "/opt/crater/target/debug/deps/libradiant_rs-67b02e493cacdcbd.rlib" "/opt/crater/target/debug/deps/libradiant_rs-f50d260625706d20.rlib" "/opt/crater/target/debug/deps/libglium-98ad2383c102a0e8.rlib" "/opt/crater/target/debug/deps/libglutin-4d7e4e16b6013252.rlib" "/opt/crater/target/debug/deps/libosmesa_sys-9f1043b1383e5133.rlib" "/opt/crater/target/debug/deps/libwinit-55913d3827aabf8e.rlib" "/opt/crater/target/debug/deps/libsmithay_client_toolkit-476ca539ac8349a9.rlib" "/opt/crater/target/debug/deps/libwayland_protocols-864088e9ae921a6c.rlib" "/opt/crater/target/debug/deps/libwayland_client-f0352df6148d596d.rlib" "/opt/crater/target/debug/deps/libwayland_commons-4f05ba7e790ebcb7.rlib" "/opt/crater/target/debug/deps/libwayland_sys-c458faaa2ee480f2.rlib" "/opt/crater/target/debug/deps/libdowncast_rs-f8333db6cd4098cb.rlib" "/opt/crater/target/debug/deps/libtempfile-e781ec017eb3d2e3.rlib" "/opt/crater/target/debug/deps/librand-4ee038089fec5f57.rlib" "/opt/crater/target/debug/deps/librand_chacha-e5d1d566b0531f8c.rlib" "/opt/crater/target/debug/deps/libc2_chacha-1f9cf6f488c16699.rlib" "/opt/crater/target/debug/deps/libppv_lite86-cf2c70c3aa37fdda.rlib" "/opt/crater/target/debug/deps/librand_core-bf1c292b15418041.rlib" "/opt/crater/target/debug/deps/libgetrandom-607dd4bc476454ca.rlib" "/opt/crater/target/debug/deps/libremove_dir_all-94694d3a4421a2a2.rlib" "/opt/crater/target/debug/deps/libnix-cdae541b7277ead4.rlib" "/opt/crater/target/debug/deps/libmemmap-0c4f848834ca0540.rlib" "/opt/crater/target/debug/deps/libdlib-cde4e9856cf27dd0.rlib" "/opt/crater/target/debug/deps/liblibloading-11d31760ac526750.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-880723daba293888.rlib" "/opt/crater/target/debug/deps/libparking_lot-83bcf31fbe9b2a4b.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-cb2464bc61e80965.rlib" "/opt/crater/target/debug/deps/librand-57cc32693bd01c6d.rlib" "/opt/crater/target/debug/deps/librand_core-cb99a0b940c27ed9.rlib" "/opt/crater/target/debug/deps/librand_core-4c9a550ae16dbf0f.rlib" "/opt/crater/target/debug/deps/liblock_api-3fc8af4b186c35a8.rlib" "/opt/crater/target/debug/deps/libowning_ref-f49604bedfa4ae1c.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-287a8a8ca6ec21fa.rlib" "/opt/crater/target/debug/deps/libscopeguard-afc08b825b950866.rlib" "/opt/crater/target/debug/deps/libx11_dl-71872ea863edb39b.rlib" "/opt/crater/target/debug/deps/liblog-edfa4b3364666663.rlib" "/opt/crater/target/debug/deps/libshared_library-c1e659e69dd6d7e9.rlib" "/opt/crater/target/debug/deps/libbacktrace-28acba862a0e61e1.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-4dc2a9768ebe11d6.rlib" "/opt/crater/target/debug/deps/librustc_demangle-77014e9d388dc77b.rlib" "/opt/crater/target/debug/deps/libpalette-6c15a9ef69e0943d.rlib" "/opt/crater/target/debug/deps/libphf-b5cc1f1c14cc5317.rlib" "/opt/crater/target/debug/deps/libphf_shared-0210f2f2780c5a5f.rlib" "/opt/crater/target/debug/deps/libsiphasher-a0bf353dc1dc992e.rlib" "/opt/crater/target/debug/deps/libavec-7fb2fb2dec7afa54.rlib" "/opt/crater/target/debug/deps/libfont_loader-387129395d4a85c8.rlib" "/opt/crater/target/debug/deps/libfontconfig-2d9643eaa4fe6afe.rlib" "/opt/crater/target/debug/deps/libfontconfig_sys-c0105f1feaeb5de1.rlib" "/opt/crater/target/debug/deps/libfreetype_sys-567919b1b7d1a7be.rlib" "/opt/crater/target/debug/deps/libexpat_sys-81ed95051ae871fe.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-b016911b6ed6746c.rlib" "/opt/crater/target/debug/deps/libsmallvec-3009c93eda7cf4fa.rlib" "/opt/crater/target/debug/deps/librusttype-c7ad7c9c26d08cf2.rlib" "/opt/crater/target/debug/deps/liblinked_hash_map-64b5808476af51a2.rlib" "/opt/crater/target/debug/deps/libfnv-9c46c9dc8e117f05.rlib" "/opt/crater/target/debug/deps/libstb_truetype-3356695384504367.rlib" "/opt/crater/target/debug/deps/libordered_float-65a4ac72d50fca26.rlib" "/opt/crater/target/debug/deps/libunreachable-128e59a4c3e6358e.rlib" "/opt/crater/target/debug/deps/libvoid-7cea1bca190341e8.rlib" "/opt/crater/target/debug/deps/libapprox-ecf5281917ee9778.rlib" "/opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-32fecc95d998aacd.rlib" "/opt/crater/target/debug/deps/libregex_syntax-df3af46a51d0ff63.rlib" "/opt/crater/target/debug/deps/libucd_util-3795c9684c4c7e7c.rlib" "/opt/crater/target/debug/deps/libthread_local-1060038c0757fbc7.rlib" "/opt/crater/target/debug/deps/libaho_corasick-31ecba28bf310ad3.rlib" "/opt/crater/target/debug/deps/libmemchr-e9dad3b9b8c90a38.rlib" "/opt/crater/target/debug/deps/libimage-df9b73b3d1efc5c8.rlib" "/opt/crater/target/debug/deps/libscoped_threadpool-840c5083dfb1a3e8.rlib" "/opt/crater/target/debug/deps/libgif-ad408b1c1eb94380.rlib" "/opt/crater/target/debug/deps/libcolor_quant-c3bf5cef789459d6.rlib" "/opt/crater/target/debug/deps/libjpeg_decoder-f316c02136d5e6cf.rlib" "/opt/crater/target/debug/deps/librayon-5c87c28b76e90bb7.rlib" "/opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib" "/opt/crater/target/debug/deps/libnum_cpus-2c854131c0da7b53.rlib" "/opt/crater/target/debug/deps/liblibc-15b143653abd1ffe.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-9a19686c8121c25b.rlib" "/opt/crater/target/debug/deps/libeither-09ec7c1188b8d0d0.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-75e9a797b888f338.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-7c39d057eb9e490d.rlib" "/opt/crater/target/debug/deps/libscopeguard-690e8e7efd40245c.rlib" "/opt/crater/target/debug/deps/libmemoffset-4e66c457697043a8.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-41fe25ba70f5455e.rlib" "/opt/crater/target/debug/deps/libarrayvec-9e4036049746a5ab.rlib" "/opt/crater/target/debug/deps/libnodrop-36ce0cdfb7359e6a.rlib" "/opt/crater/target/debug/deps/libcfg_if-17244d8fcea476bd.rlib" "/opt/crater/target/debug/deps/libpng-affb916766465ce2.rlib" "/opt/crater/target/debug/deps/libdeflate-8c5e9afbd54d0795.rlib" "/opt/crater/target/debug/deps/libinflate-73f2a2165924ce25.rlib" "/opt/crater/target/debug/deps/libadler32-71d1acce3b38b1ac.rlib" "/opt/crater/target/debug/deps/libbitflags-1f73faaef27177be.rlib" "/opt/crater/target/debug/deps/liblzw-0ccf98a99dabc5af.rlib" "/opt/crater/target/debug/deps/libnum_rational-d5e21b9423b80b14.rlib" "/opt/crater/target/debug/deps/libnum_iter-97753e84b6019b2f.rlib" "/opt/crater/target/debug/deps/libnum_integer-3855d7f78fb5925e.rlib" "/opt/crater/target/debug/deps/libbyteorder-066131f17ea0c99b.rlib" "/opt/crater/target/debug/deps/liblazy_static-6a4e8ea56a445919.rlib" "/opt/crater/target/debug/deps/libenum_primitive-342fb47c19d0cfb1.rlib" "/opt/crater/target/debug/deps/libnum_traits-c3ec1b467bca6158.rlib" "/opt/crater/target/debug/deps/libnum_traits-04277105b9bd2221.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a80a1e8e09cafef8.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e0e6351da805c468.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e04f54bafc95e331.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-67901d3322495bd5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-bd390b1abaceaec1.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-312dd37fdc7bedfc.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8ed0e51d58d644a3.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-8a423c320a6c707f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d6a95598e2238263.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d231614b153016eb.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-3821619027f463e4.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-1cfd794d18771a44.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-dcf33cf10c2452ef.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-c258fea34bf64bce.rlib" "-Wl,-Bdynamic" "-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/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib(rayon_core-64a470e7278edaa9.rayon_core.aizmszid-cgu.8.rcgu.o): Relocations in generic ELF (EM: 62) [INFO] [stderr] /opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib: error adding symbols: File in wrong format [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: Could not compile `radiant-rs`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name radiant_rs src/lib.rs --color never --emit=dep-info,link -C debuginfo=2 --test --cfg 'feature="backend-glium"' --cfg 'feature="default"' --cfg 'feature="glium"' -C metadata=d4cae93f95e4f48f -C extra-filename=-d4cae93f95e4f48f --out-dir /opt/crater/target/debug/deps -L dependency=/opt/crater/target/debug/deps --extern avec=/opt/crater/target/debug/deps/libavec-7fb2fb2dec7afa54.rlib --extern enum_primitive=/opt/crater/target/debug/deps/libenum_primitive-342fb47c19d0cfb1.rlib --extern font_loader=/opt/crater/target/debug/deps/libfont_loader-387129395d4a85c8.rlib --extern glium=/opt/crater/target/debug/deps/libglium-98ad2383c102a0e8.rlib --extern image=/opt/crater/target/debug/deps/libimage-df9b73b3d1efc5c8.rlib --extern lazy_static=/opt/crater/target/debug/deps/liblazy_static-6a4e8ea56a445919.rlib --extern palette=/opt/crater/target/debug/deps/libpalette-6c15a9ef69e0943d.rlib --extern radiant_utils=/opt/crater/target/debug/deps/libradiant_utils-24bbfb8fc941f64f.rlib --extern regex=/opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib --extern rusttype=/opt/crater/target/debug/deps/librusttype-c7ad7c9c26d08cf2.rlib --extern tiled=/opt/crater/target/debug/deps/libtiled-911033a14c9e6e29.rlib --extern unicode_normalization=/opt/crater/target/debug/deps/libunicode_normalization-b016911b6ed6746c.rlib --cap-lints=warn -L native=/opt/crater/target/debug/build/servo-fontconfig-sys-bc32a605c2094240/out -L native=/usr/lib/x86_64-linux-gnu -L native=/opt/crater/target/debug/build/servo-freetype-sys-778de5ab0b3943ad/out/lib -L native=/opt/crater/target/debug/build/backtrace-sys-897f45a579ca139a/out -L native=/opt/crater/target/debug/build/libloading-a6c7c9f3c035c971/out -L native=/opt/crater/target/debug/build/miniz-sys-acaaaedff836c650/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/display-d84db7c5940930b9.display.4yfns7p7-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/display-d84db7c5940930b9.display.4yfns7p7-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/display-d84db7c5940930b9.display.4yfns7p7-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/display-d84db7c5940930b9.display.4yfns7p7-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/display-d84db7c5940930b9.display.4yfns7p7-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/display-d84db7c5940930b9.display.4yfns7p7-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/display-d84db7c5940930b9.display.4yfns7p7-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/display-d84db7c5940930b9.display.4yfns7p7-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/display-d84db7c5940930b9.display.4yfns7p7-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/display-d84db7c5940930b9.display.4yfns7p7-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/display-d84db7c5940930b9.display.4yfns7p7-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/display-d84db7c5940930b9.display.4yfns7p7-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/display-d84db7c5940930b9.display.4yfns7p7-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/display-d84db7c5940930b9.display.4yfns7p7-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/display-d84db7c5940930b9.display.4yfns7p7-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/display-d84db7c5940930b9" "/opt/crater/target/debug/deps/display-d84db7c5940930b9.4nexnf51yedygeky.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-bc32a605c2094240/out" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/opt/crater/target/debug/build/servo-freetype-sys-778de5ab0b3943ad/out/lib" "-L" "/opt/crater/target/debug/build/backtrace-sys-897f45a579ca139a/out" "-L" "/opt/crater/target/debug/build/libloading-a6c7c9f3c035c971/out" "-L" "/opt/crater/target/debug/build/miniz-sys-acaaaedff836c650/out" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-7d9df032c0eb8a14.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-77300aa0d630d98f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-4d48ca12b265d456.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-8869eee15acf0f54.rlib" "/opt/crater/target/debug/deps/libradiant_rs-f50d260625706d20.rlib" "/opt/crater/target/debug/deps/libglium-98ad2383c102a0e8.rlib" "/opt/crater/target/debug/deps/libglutin-4d7e4e16b6013252.rlib" "/opt/crater/target/debug/deps/libosmesa_sys-9f1043b1383e5133.rlib" "/opt/crater/target/debug/deps/libwinit-55913d3827aabf8e.rlib" "/opt/crater/target/debug/deps/libsmithay_client_toolkit-476ca539ac8349a9.rlib" "/opt/crater/target/debug/deps/libwayland_protocols-864088e9ae921a6c.rlib" "/opt/crater/target/debug/deps/libwayland_client-f0352df6148d596d.rlib" "/opt/crater/target/debug/deps/libwayland_commons-4f05ba7e790ebcb7.rlib" "/opt/crater/target/debug/deps/libwayland_sys-c458faaa2ee480f2.rlib" "/opt/crater/target/debug/deps/libdowncast_rs-f8333db6cd4098cb.rlib" "/opt/crater/target/debug/deps/libtempfile-e781ec017eb3d2e3.rlib" "/opt/crater/target/debug/deps/librand-4ee038089fec5f57.rlib" "/opt/crater/target/debug/deps/librand_chacha-e5d1d566b0531f8c.rlib" "/opt/crater/target/debug/deps/libc2_chacha-1f9cf6f488c16699.rlib" "/opt/crater/target/debug/deps/libppv_lite86-cf2c70c3aa37fdda.rlib" "/opt/crater/target/debug/deps/librand_core-bf1c292b15418041.rlib" "/opt/crater/target/debug/deps/libgetrandom-607dd4bc476454ca.rlib" "/opt/crater/target/debug/deps/libremove_dir_all-94694d3a4421a2a2.rlib" "/opt/crater/target/debug/deps/libnix-cdae541b7277ead4.rlib" "/opt/crater/target/debug/deps/libmemmap-0c4f848834ca0540.rlib" "/opt/crater/target/debug/deps/libdlib-cde4e9856cf27dd0.rlib" "/opt/crater/target/debug/deps/liblibloading-11d31760ac526750.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-880723daba293888.rlib" "/opt/crater/target/debug/deps/libparking_lot-83bcf31fbe9b2a4b.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-cb2464bc61e80965.rlib" "/opt/crater/target/debug/deps/librand-57cc32693bd01c6d.rlib" "/opt/crater/target/debug/deps/librand_core-cb99a0b940c27ed9.rlib" "/opt/crater/target/debug/deps/librand_core-4c9a550ae16dbf0f.rlib" "/opt/crater/target/debug/deps/liblock_api-3fc8af4b186c35a8.rlib" "/opt/crater/target/debug/deps/libowning_ref-f49604bedfa4ae1c.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-287a8a8ca6ec21fa.rlib" "/opt/crater/target/debug/deps/libscopeguard-afc08b825b950866.rlib" "/opt/crater/target/debug/deps/libx11_dl-71872ea863edb39b.rlib" "/opt/crater/target/debug/deps/liblog-edfa4b3364666663.rlib" "/opt/crater/target/debug/deps/libshared_library-c1e659e69dd6d7e9.rlib" "/opt/crater/target/debug/deps/libbacktrace-28acba862a0e61e1.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-4dc2a9768ebe11d6.rlib" "/opt/crater/target/debug/deps/librustc_demangle-77014e9d388dc77b.rlib" "/opt/crater/target/debug/deps/libpalette-6c15a9ef69e0943d.rlib" "/opt/crater/target/debug/deps/libphf-b5cc1f1c14cc5317.rlib" "/opt/crater/target/debug/deps/libphf_shared-0210f2f2780c5a5f.rlib" "/opt/crater/target/debug/deps/libsiphasher-a0bf353dc1dc992e.rlib" "/opt/crater/target/debug/deps/libavec-7fb2fb2dec7afa54.rlib" "/opt/crater/target/debug/deps/libfont_loader-387129395d4a85c8.rlib" "/opt/crater/target/debug/deps/libfontconfig-2d9643eaa4fe6afe.rlib" "/opt/crater/target/debug/deps/libfontconfig_sys-c0105f1feaeb5de1.rlib" "/opt/crater/target/debug/deps/libfreetype_sys-567919b1b7d1a7be.rlib" "/opt/crater/target/debug/deps/libexpat_sys-81ed95051ae871fe.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-b016911b6ed6746c.rlib" "/opt/crater/target/debug/deps/libsmallvec-3009c93eda7cf4fa.rlib" "/opt/crater/target/debug/deps/librusttype-c7ad7c9c26d08cf2.rlib" "/opt/crater/target/debug/deps/liblinked_hash_map-64b5808476af51a2.rlib" "/opt/crater/target/debug/deps/libfnv-9c46c9dc8e117f05.rlib" "/opt/crater/target/debug/deps/libstb_truetype-3356695384504367.rlib" "/opt/crater/target/debug/deps/libordered_float-65a4ac72d50fca26.rlib" "/opt/crater/target/debug/deps/libunreachable-128e59a4c3e6358e.rlib" "/opt/crater/target/debug/deps/libvoid-7cea1bca190341e8.rlib" "/opt/crater/target/debug/deps/libapprox-ecf5281917ee9778.rlib" "/opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-32fecc95d998aacd.rlib" "/opt/crater/target/debug/deps/libregex_syntax-df3af46a51d0ff63.rlib" "/opt/crater/target/debug/deps/libucd_util-3795c9684c4c7e7c.rlib" "/opt/crater/target/debug/deps/libthread_local-1060038c0757fbc7.rlib" "/opt/crater/target/debug/deps/libaho_corasick-31ecba28bf310ad3.rlib" "/opt/crater/target/debug/deps/libmemchr-e9dad3b9b8c90a38.rlib" "/opt/crater/target/debug/deps/libimage-df9b73b3d1efc5c8.rlib" "/opt/crater/target/debug/deps/libscoped_threadpool-840c5083dfb1a3e8.rlib" "/opt/crater/target/debug/deps/libgif-ad408b1c1eb94380.rlib" "/opt/crater/target/debug/deps/libcolor_quant-c3bf5cef789459d6.rlib" "/opt/crater/target/debug/deps/libjpeg_decoder-f316c02136d5e6cf.rlib" "/opt/crater/target/debug/deps/librayon-5c87c28b76e90bb7.rlib" "/opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib" "/opt/crater/target/debug/deps/libnum_cpus-2c854131c0da7b53.rlib" "/opt/crater/target/debug/deps/liblibc-15b143653abd1ffe.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-9a19686c8121c25b.rlib" "/opt/crater/target/debug/deps/libeither-09ec7c1188b8d0d0.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-75e9a797b888f338.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-7c39d057eb9e490d.rlib" "/opt/crater/target/debug/deps/libscopeguard-690e8e7efd40245c.rlib" "/opt/crater/target/debug/deps/libmemoffset-4e66c457697043a8.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-41fe25ba70f5455e.rlib" "/opt/crater/target/debug/deps/libarrayvec-9e4036049746a5ab.rlib" "/opt/crater/target/debug/deps/libnodrop-36ce0cdfb7359e6a.rlib" "/opt/crater/target/debug/deps/libcfg_if-17244d8fcea476bd.rlib" "/opt/crater/target/debug/deps/libpng-affb916766465ce2.rlib" "/opt/crater/target/debug/deps/libdeflate-8c5e9afbd54d0795.rlib" "/opt/crater/target/debug/deps/libinflate-73f2a2165924ce25.rlib" "/opt/crater/target/debug/deps/libadler32-71d1acce3b38b1ac.rlib" "/opt/crater/target/debug/deps/libbitflags-1f73faaef27177be.rlib" "/opt/crater/target/debug/deps/liblzw-0ccf98a99dabc5af.rlib" "/opt/crater/target/debug/deps/libnum_rational-d5e21b9423b80b14.rlib" "/opt/crater/target/debug/deps/libnum_iter-97753e84b6019b2f.rlib" "/opt/crater/target/debug/deps/libnum_integer-3855d7f78fb5925e.rlib" "/opt/crater/target/debug/deps/libbyteorder-066131f17ea0c99b.rlib" "/opt/crater/target/debug/deps/liblazy_static-6a4e8ea56a445919.rlib" "/opt/crater/target/debug/deps/libenum_primitive-342fb47c19d0cfb1.rlib" "/opt/crater/target/debug/deps/libnum_traits-c3ec1b467bca6158.rlib" "/opt/crater/target/debug/deps/libnum_traits-04277105b9bd2221.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a80a1e8e09cafef8.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e0e6351da805c468.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e04f54bafc95e331.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-67901d3322495bd5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-bd390b1abaceaec1.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-312dd37fdc7bedfc.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8ed0e51d58d644a3.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-8a423c320a6c707f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d6a95598e2238263.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d231614b153016eb.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-3821619027f463e4.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-1cfd794d18771a44.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-dcf33cf10c2452ef.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-c258fea34bf64bce.rlib" "-Wl,-Bdynamic" "-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-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/02_sprites-768bbe711f1a5b25.02_sprites.24lwga5d-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/02_sprites-768bbe711f1a5b25.02_sprites.24lwga5d-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/02_sprites-768bbe711f1a5b25.02_sprites.24lwga5d-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/02_sprites-768bbe711f1a5b25.02_sprites.24lwga5d-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/02_sprites-768bbe711f1a5b25.02_sprites.24lwga5d-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/02_sprites-768bbe711f1a5b25.02_sprites.24lwga5d-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/02_sprites-768bbe711f1a5b25.02_sprites.24lwga5d-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/02_sprites-768bbe711f1a5b25.02_sprites.24lwga5d-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/02_sprites-768bbe711f1a5b25.02_sprites.24lwga5d-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/02_sprites-768bbe711f1a5b25.02_sprites.24lwga5d-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/02_sprites-768bbe711f1a5b25.02_sprites.24lwga5d-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/02_sprites-768bbe711f1a5b25.02_sprites.24lwga5d-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/02_sprites-768bbe711f1a5b25.02_sprites.24lwga5d-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/02_sprites-768bbe711f1a5b25.02_sprites.24lwga5d-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/02_sprites-768bbe711f1a5b25.02_sprites.24lwga5d-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/02_sprites-768bbe711f1a5b25.02_sprites.24lwga5d-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/02_sprites-768bbe711f1a5b25" "/opt/crater/target/debug/examples/02_sprites-768bbe711f1a5b25.1qp89kf4ric9chsk.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-bc32a605c2094240/out" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/opt/crater/target/debug/build/servo-freetype-sys-778de5ab0b3943ad/out/lib" "-L" "/opt/crater/target/debug/build/backtrace-sys-897f45a579ca139a/out" "-L" "/opt/crater/target/debug/build/libloading-a6c7c9f3c035c971/out" "-L" "/opt/crater/target/debug/build/miniz-sys-acaaaedff836c650/out" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libradiant_utils-24bbfb8fc941f64f.rlib" "/opt/crater/target/debug/deps/libradiant_rs-67b02e493cacdcbd.rlib" "/opt/crater/target/debug/deps/libradiant_rs-f50d260625706d20.rlib" "/opt/crater/target/debug/deps/libglium-98ad2383c102a0e8.rlib" "/opt/crater/target/debug/deps/libglutin-4d7e4e16b6013252.rlib" "/opt/crater/target/debug/deps/libosmesa_sys-9f1043b1383e5133.rlib" "/opt/crater/target/debug/deps/libwinit-55913d3827aabf8e.rlib" "/opt/crater/target/debug/deps/libsmithay_client_toolkit-476ca539ac8349a9.rlib" "/opt/crater/target/debug/deps/libwayland_protocols-864088e9ae921a6c.rlib" "/opt/crater/target/debug/deps/libwayland_client-f0352df6148d596d.rlib" "/opt/crater/target/debug/deps/libwayland_commons-4f05ba7e790ebcb7.rlib" "/opt/crater/target/debug/deps/libwayland_sys-c458faaa2ee480f2.rlib" "/opt/crater/target/debug/deps/libdowncast_rs-f8333db6cd4098cb.rlib" "/opt/crater/target/debug/deps/libtempfile-e781ec017eb3d2e3.rlib" "/opt/crater/target/debug/deps/librand-4ee038089fec5f57.rlib" "/opt/crater/target/debug/deps/librand_chacha-e5d1d566b0531f8c.rlib" "/opt/crater/target/debug/deps/libc2_chacha-1f9cf6f488c16699.rlib" "/opt/crater/target/debug/deps/libppv_lite86-cf2c70c3aa37fdda.rlib" "/opt/crater/target/debug/deps/librand_core-bf1c292b15418041.rlib" "/opt/crater/target/debug/deps/libgetrandom-607dd4bc476454ca.rlib" "/opt/crater/target/debug/deps/libremove_dir_all-94694d3a4421a2a2.rlib" "/opt/crater/target/debug/deps/libnix-cdae541b7277ead4.rlib" "/opt/crater/target/debug/deps/libmemmap-0c4f848834ca0540.rlib" "/opt/crater/target/debug/deps/libdlib-cde4e9856cf27dd0.rlib" "/opt/crater/target/debug/deps/liblibloading-11d31760ac526750.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-880723daba293888.rlib" "/opt/crater/target/debug/deps/libparking_lot-83bcf31fbe9b2a4b.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-cb2464bc61e80965.rlib" "/opt/crater/target/debug/deps/librand-57cc32693bd01c6d.rlib" "/opt/crater/target/debug/deps/librand_core-cb99a0b940c27ed9.rlib" "/opt/crater/target/debug/deps/librand_core-4c9a550ae16dbf0f.rlib" "/opt/crater/target/debug/deps/liblock_api-3fc8af4b186c35a8.rlib" "/opt/crater/target/debug/deps/libowning_ref-f49604bedfa4ae1c.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-287a8a8ca6ec21fa.rlib" "/opt/crater/target/debug/deps/libscopeguard-afc08b825b950866.rlib" "/opt/crater/target/debug/deps/libx11_dl-71872ea863edb39b.rlib" "/opt/crater/target/debug/deps/liblog-edfa4b3364666663.rlib" "/opt/crater/target/debug/deps/libshared_library-c1e659e69dd6d7e9.rlib" "/opt/crater/target/debug/deps/libbacktrace-28acba862a0e61e1.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-4dc2a9768ebe11d6.rlib" "/opt/crater/target/debug/deps/librustc_demangle-77014e9d388dc77b.rlib" "/opt/crater/target/debug/deps/libpalette-6c15a9ef69e0943d.rlib" "/opt/crater/target/debug/deps/libphf-b5cc1f1c14cc5317.rlib" "/opt/crater/target/debug/deps/libphf_shared-0210f2f2780c5a5f.rlib" "/opt/crater/target/debug/deps/libsiphasher-a0bf353dc1dc992e.rlib" "/opt/crater/target/debug/deps/libavec-7fb2fb2dec7afa54.rlib" "/opt/crater/target/debug/deps/libfont_loader-387129395d4a85c8.rlib" "/opt/crater/target/debug/deps/libfontconfig-2d9643eaa4fe6afe.rlib" "/opt/crater/target/debug/deps/libfontconfig_sys-c0105f1feaeb5de1.rlib" "/opt/crater/target/debug/deps/libfreetype_sys-567919b1b7d1a7be.rlib" "/opt/crater/target/debug/deps/libexpat_sys-81ed95051ae871fe.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-b016911b6ed6746c.rlib" "/opt/crater/target/debug/deps/libsmallvec-3009c93eda7cf4fa.rlib" "/opt/crater/target/debug/deps/librusttype-c7ad7c9c26d08cf2.rlib" "/opt/crater/target/debug/deps/liblinked_hash_map-64b5808476af51a2.rlib" "/opt/crater/target/debug/deps/libfnv-9c46c9dc8e117f05.rlib" "/opt/crater/target/debug/deps/libstb_truetype-3356695384504367.rlib" "/opt/crater/target/debug/deps/libordered_float-65a4ac72d50fca26.rlib" "/opt/crater/target/debug/deps/libunreachable-128e59a4c3e6358e.rlib" "/opt/crater/target/debug/deps/libvoid-7cea1bca190341e8.rlib" "/opt/crater/target/debug/deps/libapprox-ecf5281917ee9778.rlib" "/opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-32fecc95d998aacd.rlib" "/opt/crater/target/debug/deps/libregex_syntax-df3af46a51d0ff63.rlib" "/opt/crater/target/debug/deps/libucd_util-3795c9684c4c7e7c.rlib" "/opt/crater/target/debug/deps/libthread_local-1060038c0757fbc7.rlib" "/opt/crater/target/debug/deps/libaho_corasick-31ecba28bf310ad3.rlib" "/opt/crater/target/debug/deps/libmemchr-e9dad3b9b8c90a38.rlib" "/opt/crater/target/debug/deps/libimage-df9b73b3d1efc5c8.rlib" "/opt/crater/target/debug/deps/libscoped_threadpool-840c5083dfb1a3e8.rlib" "/opt/crater/target/debug/deps/libgif-ad408b1c1eb94380.rlib" "/opt/crater/target/debug/deps/libcolor_quant-c3bf5cef789459d6.rlib" "/opt/crater/target/debug/deps/libjpeg_decoder-f316c02136d5e6cf.rlib" "/opt/crater/target/debug/deps/librayon-5c87c28b76e90bb7.rlib" "/opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib" "/opt/crater/target/debug/deps/libnum_cpus-2c854131c0da7b53.rlib" "/opt/crater/target/debug/deps/liblibc-15b143653abd1ffe.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-9a19686c8121c25b.rlib" "/opt/crater/target/debug/deps/libeither-09ec7c1188b8d0d0.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-75e9a797b888f338.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-7c39d057eb9e490d.rlib" "/opt/crater/target/debug/deps/libscopeguard-690e8e7efd40245c.rlib" "/opt/crater/target/debug/deps/libmemoffset-4e66c457697043a8.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-41fe25ba70f5455e.rlib" "/opt/crater/target/debug/deps/libarrayvec-9e4036049746a5ab.rlib" "/opt/crater/target/debug/deps/libnodrop-36ce0cdfb7359e6a.rlib" "/opt/crater/target/debug/deps/libcfg_if-17244d8fcea476bd.rlib" "/opt/crater/target/debug/deps/libpng-affb916766465ce2.rlib" "/opt/crater/target/debug/deps/libdeflate-8c5e9afbd54d0795.rlib" "/opt/crater/target/debug/deps/libinflate-73f2a2165924ce25.rlib" "/opt/crater/target/debug/deps/libadler32-71d1acce3b38b1ac.rlib" "/opt/crater/target/debug/deps/libbitflags-1f73faaef27177be.rlib" "/opt/crater/target/debug/deps/liblzw-0ccf98a99dabc5af.rlib" "/opt/crater/target/debug/deps/libnum_rational-d5e21b9423b80b14.rlib" "/opt/crater/target/debug/deps/libnum_iter-97753e84b6019b2f.rlib" "/opt/crater/target/debug/deps/libnum_integer-3855d7f78fb5925e.rlib" "/opt/crater/target/debug/deps/libbyteorder-066131f17ea0c99b.rlib" "/opt/crater/target/debug/deps/liblazy_static-6a4e8ea56a445919.rlib" "/opt/crater/target/debug/deps/libenum_primitive-342fb47c19d0cfb1.rlib" "/opt/crater/target/debug/deps/libnum_traits-c3ec1b467bca6158.rlib" "/opt/crater/target/debug/deps/libnum_traits-04277105b9bd2221.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a80a1e8e09cafef8.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e0e6351da805c468.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e04f54bafc95e331.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-67901d3322495bd5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-bd390b1abaceaec1.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-312dd37fdc7bedfc.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8ed0e51d58d644a3.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-8a423c320a6c707f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d6a95598e2238263.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d231614b153016eb.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-3821619027f463e4.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-1cfd794d18771a44.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-dcf33cf10c2452ef.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-c258fea34bf64bce.rlib" "-Wl,-Bdynamic" "-ldl" "-ldl" "-lexpat" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: [INFO] [stderr] /usr/bin/ld: BFD (GNU Binutils for Debian) 2.28 internal error, aborting at ../../bfd/elf64-x86-64.c:4731 in elf_x86_64_relocate_section [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: signal: 9 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/09_combined-56dce32b42199ef6.09_combined.8jhgz9bs-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/09_combined-56dce32b42199ef6.09_combined.8jhgz9bs-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/09_combined-56dce32b42199ef6.09_combined.8jhgz9bs-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/09_combined-56dce32b42199ef6.09_combined.8jhgz9bs-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/09_combined-56dce32b42199ef6.09_combined.8jhgz9bs-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/09_combined-56dce32b42199ef6.09_combined.8jhgz9bs-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/09_combined-56dce32b42199ef6.09_combined.8jhgz9bs-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/09_combined-56dce32b42199ef6.09_combined.8jhgz9bs-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/09_combined-56dce32b42199ef6.09_combined.8jhgz9bs-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/09_combined-56dce32b42199ef6.09_combined.8jhgz9bs-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/09_combined-56dce32b42199ef6.09_combined.8jhgz9bs-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/09_combined-56dce32b42199ef6.09_combined.8jhgz9bs-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/09_combined-56dce32b42199ef6.09_combined.8jhgz9bs-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/09_combined-56dce32b42199ef6.09_combined.8jhgz9bs-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/09_combined-56dce32b42199ef6.09_combined.8jhgz9bs-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/09_combined-56dce32b42199ef6.09_combined.8jhgz9bs-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/09_combined-56dce32b42199ef6" "/opt/crater/target/debug/examples/09_combined-56dce32b42199ef6.59vh7j4uq4ggx7ec.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-bc32a605c2094240/out" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/opt/crater/target/debug/build/servo-freetype-sys-778de5ab0b3943ad/out/lib" "-L" "/opt/crater/target/debug/build/backtrace-sys-897f45a579ca139a/out" "-L" "/opt/crater/target/debug/build/libloading-a6c7c9f3c035c971/out" "-L" "/opt/crater/target/debug/build/miniz-sys-acaaaedff836c650/out" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libradiant_utils-24bbfb8fc941f64f.rlib" "/opt/crater/target/debug/deps/libradiant_rs-67b02e493cacdcbd.rlib" "/opt/crater/target/debug/deps/libradiant_rs-f50d260625706d20.rlib" "/opt/crater/target/debug/deps/libglium-98ad2383c102a0e8.rlib" "/opt/crater/target/debug/deps/libglutin-4d7e4e16b6013252.rlib" "/opt/crater/target/debug/deps/libosmesa_sys-9f1043b1383e5133.rlib" "/opt/crater/target/debug/deps/libwinit-55913d3827aabf8e.rlib" "/opt/crater/target/debug/deps/libsmithay_client_toolkit-476ca539ac8349a9.rlib" "/opt/crater/target/debug/deps/libwayland_protocols-864088e9ae921a6c.rlib" "/opt/crater/target/debug/deps/libwayland_client-f0352df6148d596d.rlib" "/opt/crater/target/debug/deps/libwayland_commons-4f05ba7e790ebcb7.rlib" "/opt/crater/target/debug/deps/libwayland_sys-c458faaa2ee480f2.rlib" "/opt/crater/target/debug/deps/libdowncast_rs-f8333db6cd4098cb.rlib" "/opt/crater/target/debug/deps/libtempfile-e781ec017eb3d2e3.rlib" "/opt/crater/target/debug/deps/librand-4ee038089fec5f57.rlib" "/opt/crater/target/debug/deps/librand_chacha-e5d1d566b0531f8c.rlib" "/opt/crater/target/debug/deps/libc2_chacha-1f9cf6f488c16699.rlib" "/opt/crater/target/debug/deps/libppv_lite86-cf2c70c3aa37fdda.rlib" "/opt/crater/target/debug/deps/librand_core-bf1c292b15418041.rlib" "/opt/crater/target/debug/deps/libgetrandom-607dd4bc476454ca.rlib" "/opt/crater/target/debug/deps/libremove_dir_all-94694d3a4421a2a2.rlib" "/opt/crater/target/debug/deps/libnix-cdae541b7277ead4.rlib" "/opt/crater/target/debug/deps/libmemmap-0c4f848834ca0540.rlib" "/opt/crater/target/debug/deps/libdlib-cde4e9856cf27dd0.rlib" "/opt/crater/target/debug/deps/liblibloading-11d31760ac526750.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-880723daba293888.rlib" "/opt/crater/target/debug/deps/libparking_lot-83bcf31fbe9b2a4b.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-cb2464bc61e80965.rlib" "/opt/crater/target/debug/deps/librand-57cc32693bd01c6d.rlib" "/opt/crater/target/debug/deps/librand_core-cb99a0b940c27ed9.rlib" "/opt/crater/target/debug/deps/librand_core-4c9a550ae16dbf0f.rlib" "/opt/crater/target/debug/deps/liblock_api-3fc8af4b186c35a8.rlib" "/opt/crater/target/debug/deps/libowning_ref-f49604bedfa4ae1c.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-287a8a8ca6ec21fa.rlib" "/opt/crater/target/debug/deps/libscopeguard-afc08b825b950866.rlib" "/opt/crater/target/debug/deps/libx11_dl-71872ea863edb39b.rlib" "/opt/crater/target/debug/deps/liblog-edfa4b3364666663.rlib" "/opt/crater/target/debug/deps/libshared_library-c1e659e69dd6d7e9.rlib" "/opt/crater/target/debug/deps/libbacktrace-28acba862a0e61e1.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-4dc2a9768ebe11d6.rlib" "/opt/crater/target/debug/deps/librustc_demangle-77014e9d388dc77b.rlib" "/opt/crater/target/debug/deps/libpalette-6c15a9ef69e0943d.rlib" "/opt/crater/target/debug/deps/libphf-b5cc1f1c14cc5317.rlib" "/opt/crater/target/debug/deps/libphf_shared-0210f2f2780c5a5f.rlib" "/opt/crater/target/debug/deps/libsiphasher-a0bf353dc1dc992e.rlib" "/opt/crater/target/debug/deps/libavec-7fb2fb2dec7afa54.rlib" "/opt/crater/target/debug/deps/libfont_loader-387129395d4a85c8.rlib" "/opt/crater/target/debug/deps/libfontconfig-2d9643eaa4fe6afe.rlib" "/opt/crater/target/debug/deps/libfontconfig_sys-c0105f1feaeb5de1.rlib" "/opt/crater/target/debug/deps/libfreetype_sys-567919b1b7d1a7be.rlib" "/opt/crater/target/debug/deps/libexpat_sys-81ed95051ae871fe.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-b016911b6ed6746c.rlib" "/opt/crater/target/debug/deps/libsmallvec-3009c93eda7cf4fa.rlib" "/opt/crater/target/debug/deps/librusttype-c7ad7c9c26d08cf2.rlib" "/opt/crater/target/debug/deps/liblinked_hash_map-64b5808476af51a2.rlib" "/opt/crater/target/debug/deps/libfnv-9c46c9dc8e117f05.rlib" "/opt/crater/target/debug/deps/libstb_truetype-3356695384504367.rlib" "/opt/crater/target/debug/deps/libordered_float-65a4ac72d50fca26.rlib" "/opt/crater/target/debug/deps/libunreachable-128e59a4c3e6358e.rlib" "/opt/crater/target/debug/deps/libvoid-7cea1bca190341e8.rlib" "/opt/crater/target/debug/deps/libapprox-ecf5281917ee9778.rlib" "/opt/crater/target/debug/deps/libregex-6683e124b2894695.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-32fecc95d998aacd.rlib" "/opt/crater/target/debug/deps/libregex_syntax-df3af46a51d0ff63.rlib" "/opt/crater/target/debug/deps/libucd_util-3795c9684c4c7e7c.rlib" "/opt/crater/target/debug/deps/libthread_local-1060038c0757fbc7.rlib" "/opt/crater/target/debug/deps/libaho_corasick-31ecba28bf310ad3.rlib" "/opt/crater/target/debug/deps/libmemchr-e9dad3b9b8c90a38.rlib" "/opt/crater/target/debug/deps/libimage-df9b73b3d1efc5c8.rlib" "/opt/crater/target/debug/deps/libscoped_threadpool-840c5083dfb1a3e8.rlib" "/opt/crater/target/debug/deps/libgif-ad408b1c1eb94380.rlib" "/opt/crater/target/debug/deps/libcolor_quant-c3bf5cef789459d6.rlib" "/opt/crater/target/debug/deps/libjpeg_decoder-f316c02136d5e6cf.rlib" "/opt/crater/target/debug/deps/librayon-5c87c28b76e90bb7.rlib" "/opt/crater/target/debug/deps/librayon_core-64a470e7278edaa9.rlib" "/opt/crater/target/debug/deps/libnum_cpus-2c854131c0da7b53.rlib" "/opt/crater/target/debug/deps/liblibc-15b143653abd1ffe.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-9a19686c8121c25b.rlib" "/opt/crater/target/debug/deps/libeither-09ec7c1188b8d0d0.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-75e9a797b888f338.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-7c39d057eb9e490d.rlib" "/opt/crater/target/debug/deps/libscopeguard-690e8e7efd40245c.rlib" "/opt/crater/target/debug/deps/libmemoffset-4e66c457697043a8.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-41fe25ba70f5455e.rlib" "/opt/crater/target/debug/deps/libarrayvec-9e4036049746a5ab.rlib" "/opt/crater/target/debug/deps/libnodrop-36ce0cdfb7359e6a.rlib" "/opt/crater/target/debug/deps/libcfg_if-17244d8fcea476bd.rlib" "/opt/crater/target/debug/deps/libpng-affb916766465ce2.rlib" "/opt/crater/target/debug/deps/libdeflate-8c5e9afbd54d0795.rlib" "/opt/crater/target/debug/deps/libinflate-73f2a2165924ce25.rlib" "/opt/crater/target/debug/deps/libadler32-71d1acce3b38b1ac.rlib" "/opt/crater/target/debug/deps/libbitflags-1f73faaef27177be.rlib" "/opt/crater/target/debug/deps/liblzw-0ccf98a99dabc5af.rlib" "/opt/crater/target/debug/deps/libnum_rational-d5e21b9423b80b14.rlib" "/opt/crater/target/debug/deps/libnum_iter-97753e84b6019b2f.rlib" "/opt/crater/target/debug/deps/libnum_integer-3855d7f78fb5925e.rlib" "/opt/crater/target/debug/deps/libbyteorder-066131f17ea0c99b.rlib" "/opt/crater/target/debug/deps/liblazy_static-6a4e8ea56a445919.rlib" "/opt/crater/target/debug/deps/libenum_primitive-342fb47c19d0cfb1.rlib" "/opt/crater/target/debug/deps/libnum_traits-c3ec1b467bca6158.rlib" "/opt/crater/target/debug/deps/libnum_traits-04277105b9bd2221.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a80a1e8e09cafef8.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e0e6351da805c468.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e04f54bafc95e331.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-67901d3322495bd5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-bd390b1abaceaec1.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-312dd37fdc7bedfc.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8ed0e51d58d644a3.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-8a423c320a6c707f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d6a95598e2238263.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d231614b153016eb.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-3821619027f463e4.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-1cfd794d18771a44.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-dcf33cf10c2452ef.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-c258fea34bf64bce.rlib" "-Wl,-Bdynamic" "-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/elf64-x86-64.c:4731 in elf_x86_64_relocate_section [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: build failed [INFO] running `"docker" "inspect" "4d5988a62e49568d51c3049d1284e74045822210cb6ccbf8b2cab504abb8442e"` [INFO] running `"docker" "rm" "-f" "4d5988a62e49568d51c3049d1284e74045822210cb6ccbf8b2cab504abb8442e"` [INFO] [stdout] 4d5988a62e49568d51c3049d1284e74045822210cb6ccbf8b2cab504abb8442e