[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 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/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" "+1.37.0" "build" "--frozen"` [INFO] [stdout] 6c705ab23ce60de309e221ea05a593532b46393ead04b74cca18ffffcb95cf63 [INFO] running `"docker" "start" "-a" "6c705ab23ce60de309e221ea05a593532b46393ead04b74cca18ffffcb95cf63"` [INFO] [stderr] Compiling avec v0.1.0 [INFO] [stderr] Compiling servo-fontconfig-sys v4.0.7 [INFO] [stderr] Compiling expat-sys v2.1.6 [INFO] [stderr] Compiling wayland-scanner v0.20.12 [INFO] [stderr] Compiling gl_generator v0.9.0 [INFO] [stderr] Compiling wayland-sys v0.20.12 [INFO] [stderr] Compiling phf_generator v0.7.24 [INFO] [stderr] Compiling num-derive v0.2.5 [INFO] [stderr] Compiling parking_lot v0.6.4 [INFO] [stderr] Compiling png v0.12.0 [INFO] [stderr] Compiling rusttype v0.5.2 [INFO] [stderr] Compiling phf_codegen v0.7.24 [INFO] [stderr] Compiling palette v0.3.0 [INFO] [stderr] Compiling wayland-commons v0.20.12 [INFO] [stderr] Compiling jpeg-decoder v0.1.15 [INFO] [stderr] Compiling wayland-client v0.20.12 [INFO] [stderr] Compiling wayland-protocols v0.20.12 [INFO] [stderr] Compiling glutin v0.17.0 [INFO] [stderr] Compiling glium v0.22.0 [INFO] [stderr] Compiling image v0.19.0 [INFO] [stderr] Compiling smithay-client-toolkit v0.2.6 [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 25s [INFO] running `"docker" "inspect" "6c705ab23ce60de309e221ea05a593532b46393ead04b74cca18ffffcb95cf63"` [INFO] running `"docker" "rm" "-f" "6c705ab23ce60de309e221ea05a593532b46393ead04b74cca18ffffcb95cf63"` [INFO] [stdout] 6c705ab23ce60de309e221ea05a593532b46393ead04b74cca18ffffcb95cf63 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/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" "+1.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 8e9e1e799c93c66b278e812f9394461655db4e5d6a19f5f3a79e0195c01e64ae [INFO] running `"docker" "start" "-a" "8e9e1e799c93c66b278e812f9394461655db4e5d6a19f5f3a79e0195c01e64ae"` [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] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name 11_glium_more examples/11_glium_more.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=d417339d71574428 -C extra-filename=-d417339d71574428 --out-dir /opt/crater/target/debug/examples -L dependency=/opt/crater/target/debug/deps --extern avec=/opt/crater/target/debug/deps/libavec-593da903d696eb6b.rlib --extern enum_primitive=/opt/crater/target/debug/deps/libenum_primitive-515fe8ef46dce4c7.rlib --extern font_loader=/opt/crater/target/debug/deps/libfont_loader-caa99e0b2b6004d8.rlib --extern glium=/opt/crater/target/debug/deps/libglium-a4d3155088ab3e5b.rlib --extern image=/opt/crater/target/debug/deps/libimage-bb2170f36ec047ef.rlib --extern lazy_static=/opt/crater/target/debug/deps/liblazy_static-eb33edc716f69401.rlib --extern palette=/opt/crater/target/debug/deps/libpalette-1cdb2ca9fd61a490.rlib --extern radiant_rs=/opt/crater/target/debug/deps/libradiant_rs-01e798f2d16d6b3d.rlib --extern radiant_utils=/opt/crater/target/debug/deps/libradiant_utils-f8bd8933995db113.rlib --extern regex=/opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib --extern rusttype=/opt/crater/target/debug/deps/librusttype-7e1e56c244255312.rlib --extern tiled=/opt/crater/target/debug/deps/libtiled-88dd4b4978e40114.rlib --extern unicode_normalization=/opt/crater/target/debug/deps/libunicode_normalization-3ac46972447058ab.rlib --cap-lints=warn -L native=/opt/crater/target/debug/build/servo-fontconfig-sys-2869a776f3fa2824/out -L native=/usr/lib/x86_64-linux-gnu -L native=/opt/crater/target/debug/build/servo-freetype-sys-a03302728977bfea/out/lib -L native=/opt/crater/target/debug/build/backtrace-sys-5c81d3694d492bc0/out -L native=/opt/crater/target/debug/build/libloading-1f0f8e55fc8a19ae/out -L native=/opt/crater/target/debug/build/miniz-sys-5ae27cb3fc5ef2d5/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 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=c1d692459a83504f -C extra-filename=-c1d692459a83504f --out-dir /opt/crater/target/debug/deps -L dependency=/opt/crater/target/debug/deps --extern avec=/opt/crater/target/debug/deps/libavec-593da903d696eb6b.rlib --extern enum_primitive=/opt/crater/target/debug/deps/libenum_primitive-515fe8ef46dce4c7.rlib --extern font_loader=/opt/crater/target/debug/deps/libfont_loader-caa99e0b2b6004d8.rlib --extern glium=/opt/crater/target/debug/deps/libglium-a4d3155088ab3e5b.rlib --extern image=/opt/crater/target/debug/deps/libimage-bb2170f36ec047ef.rlib --extern lazy_static=/opt/crater/target/debug/deps/liblazy_static-eb33edc716f69401.rlib --extern palette=/opt/crater/target/debug/deps/libpalette-1cdb2ca9fd61a490.rlib --extern radiant_utils=/opt/crater/target/debug/deps/libradiant_utils-f8bd8933995db113.rlib --extern regex=/opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib --extern rusttype=/opt/crater/target/debug/deps/librusttype-7e1e56c244255312.rlib --extern tiled=/opt/crater/target/debug/deps/libtiled-88dd4b4978e40114.rlib --extern unicode_normalization=/opt/crater/target/debug/deps/libunicode_normalization-3ac46972447058ab.rlib --cap-lints=warn -L native=/opt/crater/target/debug/build/servo-fontconfig-sys-2869a776f3fa2824/out -L native=/usr/lib/x86_64-linux-gnu -L native=/opt/crater/target/debug/build/servo-freetype-sys-a03302728977bfea/out/lib -L native=/opt/crater/target/debug/build/backtrace-sys-5c81d3694d492bc0/out -L native=/opt/crater/target/debug/build/libloading-1f0f8e55fc8a19ae/out -L native=/opt/crater/target/debug/build/miniz-sys-5ae27cb3fc5ef2d5/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 10_glium_less examples/10_glium_less.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=73bff1cea5953c97 -C extra-filename=-73bff1cea5953c97 --out-dir /opt/crater/target/debug/examples -L dependency=/opt/crater/target/debug/deps --extern avec=/opt/crater/target/debug/deps/libavec-593da903d696eb6b.rlib --extern enum_primitive=/opt/crater/target/debug/deps/libenum_primitive-515fe8ef46dce4c7.rlib --extern font_loader=/opt/crater/target/debug/deps/libfont_loader-caa99e0b2b6004d8.rlib --extern glium=/opt/crater/target/debug/deps/libglium-a4d3155088ab3e5b.rlib --extern image=/opt/crater/target/debug/deps/libimage-bb2170f36ec047ef.rlib --extern lazy_static=/opt/crater/target/debug/deps/liblazy_static-eb33edc716f69401.rlib --extern palette=/opt/crater/target/debug/deps/libpalette-1cdb2ca9fd61a490.rlib --extern radiant_rs=/opt/crater/target/debug/deps/libradiant_rs-01e798f2d16d6b3d.rlib --extern radiant_utils=/opt/crater/target/debug/deps/libradiant_utils-f8bd8933995db113.rlib --extern regex=/opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib --extern rusttype=/opt/crater/target/debug/deps/librusttype-7e1e56c244255312.rlib --extern tiled=/opt/crater/target/debug/deps/libtiled-88dd4b4978e40114.rlib --extern unicode_normalization=/opt/crater/target/debug/deps/libunicode_normalization-3ac46972447058ab.rlib --cap-lints=warn -L native=/opt/crater/target/debug/build/servo-fontconfig-sys-2869a776f3fa2824/out -L native=/usr/lib/x86_64-linux-gnu -L native=/opt/crater/target/debug/build/servo-freetype-sys-a03302728977bfea/out/lib -L native=/opt/crater/target/debug/build/backtrace-sys-5c81d3694d492bc0/out -L native=/opt/crater/target/debug/build/libloading-1f0f8e55fc8a19ae/out -L native=/opt/crater/target/debug/build/miniz-sys-5ae27cb3fc5ef2d5/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/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/06_program-62db525047f2e588.06_program.548ltvby-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/06_program-62db525047f2e588.06_program.548ltvby-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/06_program-62db525047f2e588.06_program.548ltvby-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/06_program-62db525047f2e588.06_program.548ltvby-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/06_program-62db525047f2e588.06_program.548ltvby-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/06_program-62db525047f2e588.06_program.548ltvby-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/06_program-62db525047f2e588.06_program.548ltvby-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/06_program-62db525047f2e588.06_program.548ltvby-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/06_program-62db525047f2e588.06_program.548ltvby-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/06_program-62db525047f2e588.06_program.548ltvby-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/06_program-62db525047f2e588.06_program.548ltvby-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/06_program-62db525047f2e588.06_program.548ltvby-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/06_program-62db525047f2e588.06_program.548ltvby-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/06_program-62db525047f2e588.06_program.548ltvby-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/06_program-62db525047f2e588.06_program.548ltvby-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/06_program-62db525047f2e588.06_program.548ltvby-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/06_program-62db525047f2e588" "/opt/crater/target/debug/examples/06_program-62db525047f2e588.4gyprm54d2gb455p.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-2869a776f3fa2824/out" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/opt/crater/target/debug/build/servo-freetype-sys-a03302728977bfea/out/lib" "-L" "/opt/crater/target/debug/build/backtrace-sys-5c81d3694d492bc0/out" "-L" "/opt/crater/target/debug/build/libloading-1f0f8e55fc8a19ae/out" "-L" "/opt/crater/target/debug/build/miniz-sys-5ae27cb3fc5ef2d5/out" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libradiant_utils-f8bd8933995db113.rlib" "/opt/crater/target/debug/deps/libradiant_rs-a55fe7d7ebfb4f2c.rlib" "/opt/crater/target/debug/deps/libradiant_rs-01e798f2d16d6b3d.rlib" "/opt/crater/target/debug/deps/libglium-a4d3155088ab3e5b.rlib" "/opt/crater/target/debug/deps/libglutin-a2957a6d32080b85.rlib" "/opt/crater/target/debug/deps/libosmesa_sys-d87f1a8d8f97cb8f.rlib" "/opt/crater/target/debug/deps/libwinit-1e8d4c0b9becf75d.rlib" "/opt/crater/target/debug/deps/libsmithay_client_toolkit-a36750d46dfbc481.rlib" "/opt/crater/target/debug/deps/libwayland_protocols-c92b8871c4a97ded.rlib" "/opt/crater/target/debug/deps/libwayland_client-5189e225744bc6cf.rlib" "/opt/crater/target/debug/deps/libwayland_commons-b7faf6d074d4e1db.rlib" "/opt/crater/target/debug/deps/libwayland_sys-e48409f09708a918.rlib" "/opt/crater/target/debug/deps/libdowncast_rs-4107036689f4907c.rlib" "/opt/crater/target/debug/deps/libtempfile-a788379f87d4adba.rlib" "/opt/crater/target/debug/deps/librand-649ad4be86f3940f.rlib" "/opt/crater/target/debug/deps/librand_chacha-0460b9813a543354.rlib" "/opt/crater/target/debug/deps/libc2_chacha-482fc8ce59b9bcb9.rlib" "/opt/crater/target/debug/deps/libppv_lite86-689a570bc058b143.rlib" "/opt/crater/target/debug/deps/librand_core-f11b7cbcf193156d.rlib" "/opt/crater/target/debug/deps/libgetrandom-ee0bcb0c0b4efe0d.rlib" "/opt/crater/target/debug/deps/libremove_dir_all-064366494991bc0c.rlib" "/opt/crater/target/debug/deps/libnix-dafd0c974df1e26f.rlib" "/opt/crater/target/debug/deps/libmemmap-7ed5b7770aac0970.rlib" "/opt/crater/target/debug/deps/libdlib-e1873050c96e87ba.rlib" "/opt/crater/target/debug/deps/liblibloading-954be2517be54e24.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-7ae675a5263db170.rlib" "/opt/crater/target/debug/deps/libparking_lot-8bd5e3ec8b6eb76d.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-9d17968f159bca80.rlib" "/opt/crater/target/debug/deps/librand-7be3a21921134c52.rlib" "/opt/crater/target/debug/deps/librand_core-16454af531e76575.rlib" "/opt/crater/target/debug/deps/librand_core-fe4fc41bf9015dbc.rlib" "/opt/crater/target/debug/deps/liblock_api-494f6f1561bbf82e.rlib" "/opt/crater/target/debug/deps/libowning_ref-effe362413e7ab7d.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-d0a4946e4c2703bb.rlib" "/opt/crater/target/debug/deps/libscopeguard-316f896e0d3e978a.rlib" "/opt/crater/target/debug/deps/libx11_dl-67dd17354f59cf00.rlib" "/opt/crater/target/debug/deps/libmaybe_uninit-0336f6a8a036f991.rlib" "/opt/crater/target/debug/deps/liblog-b2a55b6d3b9925f1.rlib" "/opt/crater/target/debug/deps/libshared_library-b6b159ad20ff54b8.rlib" "/opt/crater/target/debug/deps/libbacktrace-b55b2db5d65cb8a4.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-01c69401428504e5.rlib" "/opt/crater/target/debug/deps/librustc_demangle-dd44235a42da0b4e.rlib" "/opt/crater/target/debug/deps/libpalette-1cdb2ca9fd61a490.rlib" "/opt/crater/target/debug/deps/libphf-6a988f63427a513e.rlib" "/opt/crater/target/debug/deps/libphf_shared-d59b78f17b7eeb54.rlib" "/opt/crater/target/debug/deps/libsiphasher-d8c9cc1cc66f074e.rlib" "/opt/crater/target/debug/deps/libavec-593da903d696eb6b.rlib" "/opt/crater/target/debug/deps/libfont_loader-caa99e0b2b6004d8.rlib" "/opt/crater/target/debug/deps/libfontconfig-12f05461cbac330f.rlib" "/opt/crater/target/debug/deps/libfontconfig_sys-ff08b6f98c7ae01c.rlib" "/opt/crater/target/debug/deps/libfreetype_sys-d0d7172b455b7c4b.rlib" "/opt/crater/target/debug/deps/libexpat_sys-9291732572cd37ac.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-3ac46972447058ab.rlib" "/opt/crater/target/debug/deps/libsmallvec-8ab4c1b4228c68ef.rlib" "/opt/crater/target/debug/deps/librusttype-7e1e56c244255312.rlib" "/opt/crater/target/debug/deps/liblinked_hash_map-3e4fdc964a0eef39.rlib" "/opt/crater/target/debug/deps/libfnv-0b54693efaf27e2a.rlib" "/opt/crater/target/debug/deps/libstb_truetype-fe98d4df69df1ee3.rlib" "/opt/crater/target/debug/deps/libordered_float-e97355908f9e032d.rlib" "/opt/crater/target/debug/deps/libunreachable-9d457f85a529b992.rlib" "/opt/crater/target/debug/deps/libvoid-03072202629d0c80.rlib" "/opt/crater/target/debug/deps/libapprox-006b105747eba6fa.rlib" "/opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib" "/opt/crater/target/debug/deps/libregex_syntax-74b9e606898eafee.rlib" "/opt/crater/target/debug/deps/libthread_local-1801494cfc15e4c0.rlib" "/opt/crater/target/debug/deps/libaho_corasick-05f4d1fa22c64ffe.rlib" "/opt/crater/target/debug/deps/libmemchr-5970d48417368191.rlib" "/opt/crater/target/debug/deps/libimage-bb2170f36ec047ef.rlib" "/opt/crater/target/debug/deps/libscoped_threadpool-6ac8fca2f0d457e8.rlib" "/opt/crater/target/debug/deps/libgif-b420bbc01a15ef9c.rlib" "/opt/crater/target/debug/deps/libcolor_quant-6cd66d44303ef59b.rlib" "/opt/crater/target/debug/deps/libjpeg_decoder-1611e7f18aff8a00.rlib" "/opt/crater/target/debug/deps/librayon-ba3126b605896840.rlib" "/opt/crater/target/debug/deps/librayon_core-a59cfb8214221607.rlib" "/opt/crater/target/debug/deps/libnum_cpus-509d1090a02489e2.rlib" "/opt/crater/target/debug/deps/liblibc-d019039477cac03b.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-f6668dbd335cb278.rlib" "/opt/crater/target/debug/deps/libeither-dfa9c429720c7162.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-893d3e668c62f0f1.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-797941a13f4b8592.rlib" "/opt/crater/target/debug/deps/libscopeguard-9b5b548023a82ae4.rlib" "/opt/crater/target/debug/deps/libmemoffset-e64a831d4be8abfc.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-c7636b44f63f0536.rlib" "/opt/crater/target/debug/deps/libarrayvec-8134a1e7f46d183c.rlib" "/opt/crater/target/debug/deps/libnodrop-844425db77ee9480.rlib" "/opt/crater/target/debug/deps/libcfg_if-3028bdd7b8e15bb5.rlib" "/opt/crater/target/debug/deps/libpng-a9b4ced65bf4379f.rlib" "/opt/crater/target/debug/deps/libdeflate-a8b0a9a2c738ae91.rlib" "/opt/crater/target/debug/deps/libinflate-28c9c14532c96ab0.rlib" "/opt/crater/target/debug/deps/libadler32-28cce00de1b6c9b3.rlib" "/opt/crater/target/debug/deps/libbitflags-bcd34e8f74846360.rlib" "/opt/crater/target/debug/deps/liblzw-1f37f345e8096c7b.rlib" "/opt/crater/target/debug/deps/libnum_rational-4e67688101f79b52.rlib" "/opt/crater/target/debug/deps/libnum_iter-fd74bdd6dac4fe2e.rlib" "/opt/crater/target/debug/deps/libnum_integer-ea76131d41859201.rlib" "/opt/crater/target/debug/deps/libbyteorder-585fd2581aa01382.rlib" "/opt/crater/target/debug/deps/liblazy_static-eb33edc716f69401.rlib" "/opt/crater/target/debug/deps/libenum_primitive-515fe8ef46dce4c7.rlib" "/opt/crater/target/debug/deps/libnum_traits-1653dfd91ced9a3c.rlib" "/opt/crater/target/debug/deps/libnum_traits-d11dcc7883adaecb.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-4a76ff35a356aedf.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e11c7b3b3225afe2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-13217ede3d276f16.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-621a9ee22da6caa1.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-546c844e8071bbeb.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-be9569e4d599746f.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-47d8845cef2a3bc5.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-017511bce73a530c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-be7979c57a08057b.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d6459c4f0817c67c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-580035dd98451925.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-aee5c24fff305dea.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-8a55a4098920125a.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-9fc4b5be2ba5cc19.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] Cannot allocate memory [INFO] [stderr] /usr/bin/ld: can not read symbols: Cannot allocate memory [INFO] [stderr] /usr/bin/ld: can not read symbols: Cannot allocate memory [INFO] [stderr] /usr/bin/ld: can not read symbols: Cannot allocate memory [INFO] [stderr] /usr/bin/ld: can not read symbols: Cannot allocate memory [INFO] [stderr] /usr/bin/ld: can not read symbols: Cannot allocate memory [INFO] [stderr] /usr/bin/ld: can not read symbols: Cannot allocate memory [INFO] [stderr] /usr/bin/ld: can not read symbols: Cannot allocate memory [INFO] [stderr] /usr/bin/ld: can not read symbols: Cannot allocate memory [INFO] [stderr] /usr/bin/ld: can not read symbols: Cannot allocate memory [INFO] [stderr] /usr/bin/ld: can not read symbols: Cannot allocate memory [INFO] [stderr] /usr/bin/ld: can not read symbols: Cannot allocate memory [INFO] [stderr] /usr/bin/ld: can not read symbols: Cannot allocate memory [INFO] [stderr] /usr/bin/ld: can not read symbols: Cannot allocate memory [INFO] [stderr] /usr/bin/ld: can not read symbols: Cannot allocate memory [INFO] [stderr] /usr/bin/ld: can not read symbols: Cannot allocate memory [INFO] [stderr] /usr/bin/ld: can not read symbols: Cannot allocate memory [INFO] [stderr] /usr/bin/ld: can not read symbols: Cannot allocate memory [INFO] [stderr] /usr/bin/ld: can not read symbols: Cannot allocate memory [INFO] [stderr] /usr/bin/ld: can not read symbols: Cannot allocate memory [INFO] [stderr] /usr/bin/ld: can not read symbols: Cannot allocate memory [INFO] [stderr] /usr/bin/ld: can not read symbols: Cannot allocate memory [INFO] [stderr] /usr/bin/ld: can not read symbols: Cannot allocate memory [INFO] [stderr] /usr/bin/ld: can not read symbols: Cannot allocate memory [INFO] [stderr] /usr/bin/ld: can not read symbols: Cannot allocate memory [INFO] [stderr] /usr/bin/ld: can not read symbols: Cannot allocate memory [INFO] [stderr] /usr/bin/ld: can not read symbols: Cannot allocate memory [INFO] [stderr] /usr/bin/ld: can not read symbols: Cannot allocate memory [INFO] [stderr] /usr/bin/ld: can not read symbols: Cannot allocate memory [INFO] [stderr] /usr/bin/ld: can not read symbols: Cannot allocate memory [INFO] [stderr] /usr/bin/ld: can not read symbols: Cannot allocate memory [INFO] [stderr] /usr/bin/ld: can not read symbols: Cannot allocate memory [INFO] [stderr] /usr/bin/ld: can not read symbols: Cannot allocate memory [INFO] [stderr] /usr/bin/ld: can not read symbols: Cannot allocate memory [INFO] [stderr] /usr/bin/ld: can not read symbols: Cannot allocate memory [INFO] [stderr] /usr/bin/ld: can not read symbols: Cannot allocate memory [INFO] [stderr] /usr/bin/ld: can not read symbols: Cannot allocate memory [INFO] [stderr] /usr/bin/ld: can not read symbols: Cannot allocate memory [INFO] [stderr] /usr/bin/ld: can not read symbols: Cannot allocate memory [INFO] [stderr] /usr/bin/ld: can not read symbols: Cannot allocate memory [INFO] [stderr] /usr/bin/ld: can not read symbols: Cannot allocate memory [INFO] [stderr] /usr/bin/ld: can not read symbols: Cannot allocate memory [INFO] [stderr] /usr/bin/ld: can not read symbols: Cannot allocate memory [INFO] [stderr] /usr/bin/ld: can not read symbols: Cannot allocate memory [INFO] [stderr] /usr/bin/ld: can not read symbols: Cannot allocate memory [INFO] [stderr] /usr/bin/ld: can not read symbols: Cannot allocate memory [INFO] [stderr] /usr/bin/ld: can not read symbols: Cannot allocate memory [INFO] [stderr] /usr/bin/ld: can not read symbols: Cannot allocate memory [INFO] [stderr] /usr/bin/ld: can not read symbols: Cannot allocate memory [INFO] [stderr] /usr/bin/ld: can not read symbols: Cannot allocate memory [INFO] [stderr] /usr/bin/ld: can not read symbols: Cannot allocate memory [INFO] [stderr] /usr/bin/ld: can not read symbols: Cannot allocate memory [INFO] [stderr] /usr/bin/ld: can not read symbols: Cannot allocate memory [INFO] [stderr] /usr/bin/ld: can not read symbols: Cannot allocate memory [INFO] [stderr] /usr/bin/ld: can not read symbols: Cannot allocate memory [INFO] [stderr] /usr/bin/ld: can not read symbols: Cannot allocate memory [INFO] [stderr] /usr/bin/ld: can not read symbols: Cannot allocate memory [INFO] [stderr] /usr/bin/ld: can not read symbols: Cannot allocate memory [INFO] [stderr] /usr/bin/ld: can not read symbols: Cannot allocate memory [INFO] [stderr] /usr/bin/ld: can not read symbols: Cannot allocate memory [INFO] [stderr] /usr/bin/ld: can not read symbols: Cannot allocate memory [INFO] [stderr] /usr/bin/ld: can not read symbols: Cannot allocate memory [INFO] [stderr] /usr/bin/ld: can not read symbols: Cannot allocate memory [INFO] [stderr] /usr/bin/ld: can not read symbols: Cannot allocate memory [INFO] [stderr] /usr/bin/ld: can not read symbols: Cannot allocate memory [INFO] [stderr] /usr/bin/ld: can not read symbols: Cannot allocate memory [INFO] [stderr] /usr/bin/ld: can not read symbols: Cannot allocate memory [INFO] [stderr] /usr/bin/ld: can not read symbols: Cannot allocate memory [INFO] [stderr] /usr/bin/ld: can not read symbols: Cannot allocate memory [INFO] [stderr] /usr/bin/ld: can not read symbols: Cannot allocate memory [INFO] [stderr] /usr/bin/ld: can not read symbols: Cannot allocate memory [INFO] [stderr] /usr/bin/ld: [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/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/01_empty-79431045cab9b8bd.01_empty.7341kkzd-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/01_empty-79431045cab9b8bd.01_empty.7341kkzd-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/01_empty-79431045cab9b8bd.01_empty.7341kkzd-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/01_empty-79431045cab9b8bd.01_empty.7341kkzd-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/01_empty-79431045cab9b8bd.01_empty.7341kkzd-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/01_empty-79431045cab9b8bd.01_empty.7341kkzd-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/01_empty-79431045cab9b8bd.01_empty.7341kkzd-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/01_empty-79431045cab9b8bd.01_empty.7341kkzd-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/01_empty-79431045cab9b8bd.01_empty.7341kkzd-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/01_empty-79431045cab9b8bd.01_empty.7341kkzd-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/01_empty-79431045cab9b8bd.01_empty.7341kkzd-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/01_empty-79431045cab9b8bd.01_empty.7341kkzd-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/01_empty-79431045cab9b8bd.01_empty.7341kkzd-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/01_empty-79431045cab9b8bd.01_empty.7341kkzd-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/01_empty-79431045cab9b8bd.01_empty.7341kkzd-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/01_empty-79431045cab9b8bd.01_empty.7341kkzd-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/01_empty-79431045cab9b8bd" "/opt/crater/target/debug/examples/01_empty-79431045cab9b8bd.1qc7bn872fwa1l10.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-2869a776f3fa2824/out" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/opt/crater/target/debug/build/servo-freetype-sys-a03302728977bfea/out/lib" "-L" "/opt/crater/target/debug/build/backtrace-sys-5c81d3694d492bc0/out" "-L" "/opt/crater/target/debug/build/libloading-1f0f8e55fc8a19ae/out" "-L" "/opt/crater/target/debug/build/miniz-sys-5ae27cb3fc5ef2d5/out" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libradiant_utils-f8bd8933995db113.rlib" "/opt/crater/target/debug/deps/libradiant_rs-a55fe7d7ebfb4f2c.rlib" "/opt/crater/target/debug/deps/libradiant_rs-01e798f2d16d6b3d.rlib" "/opt/crater/target/debug/deps/libglium-a4d3155088ab3e5b.rlib" "/opt/crater/target/debug/deps/libglutin-a2957a6d32080b85.rlib" "/opt/crater/target/debug/deps/libosmesa_sys-d87f1a8d8f97cb8f.rlib" "/opt/crater/target/debug/deps/libwinit-1e8d4c0b9becf75d.rlib" "/opt/crater/target/debug/deps/libsmithay_client_toolkit-a36750d46dfbc481.rlib" "/opt/crater/target/debug/deps/libwayland_protocols-c92b8871c4a97ded.rlib" "/opt/crater/target/debug/deps/libwayland_client-5189e225744bc6cf.rlib" "/opt/crater/target/debug/deps/libwayland_commons-b7faf6d074d4e1db.rlib" "/opt/crater/target/debug/deps/libwayland_sys-e48409f09708a918.rlib" "/opt/crater/target/debug/deps/libdowncast_rs-4107036689f4907c.rlib" "/opt/crater/target/debug/deps/libtempfile-a788379f87d4adba.rlib" "/opt/crater/target/debug/deps/librand-649ad4be86f3940f.rlib" "/opt/crater/target/debug/deps/librand_chacha-0460b9813a543354.rlib" "/opt/crater/target/debug/deps/libc2_chacha-482fc8ce59b9bcb9.rlib" "/opt/crater/target/debug/deps/libppv_lite86-689a570bc058b143.rlib" "/opt/crater/target/debug/deps/librand_core-f11b7cbcf193156d.rlib" "/opt/crater/target/debug/deps/libgetrandom-ee0bcb0c0b4efe0d.rlib" "/opt/crater/target/debug/deps/libremove_dir_all-064366494991bc0c.rlib" "/opt/crater/target/debug/deps/libnix-dafd0c974df1e26f.rlib" "/opt/crater/target/debug/deps/libmemmap-7ed5b7770aac0970.rlib" "/opt/crater/target/debug/deps/libdlib-e1873050c96e87ba.rlib" "/opt/crater/target/debug/deps/liblibloading-954be2517be54e24.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-7ae675a5263db170.rlib" "/opt/crater/target/debug/deps/libparking_lot-8bd5e3ec8b6eb76d.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-9d17968f159bca80.rlib" "/opt/crater/target/debug/deps/librand-7be3a21921134c52.rlib" "/opt/crater/target/debug/deps/librand_core-16454af531e76575.rlib" "/opt/crater/target/debug/deps/librand_core-fe4fc41bf9015dbc.rlib" "/opt/crater/target/debug/deps/liblock_api-494f6f1561bbf82e.rlib" "/opt/crater/target/debug/deps/libowning_ref-effe362413e7ab7d.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-d0a4946e4c2703bb.rlib" "/opt/crater/target/debug/deps/libscopeguard-316f896e0d3e978a.rlib" "/opt/crater/target/debug/deps/libx11_dl-67dd17354f59cf00.rlib" "/opt/crater/target/debug/deps/libmaybe_uninit-0336f6a8a036f991.rlib" "/opt/crater/target/debug/deps/liblog-b2a55b6d3b9925f1.rlib" "/opt/crater/target/debug/deps/libshared_library-b6b159ad20ff54b8.rlib" "/opt/crater/target/debug/deps/libbacktrace-b55b2db5d65cb8a4.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-01c69401428504e5.rlib" "/opt/crater/target/debug/deps/librustc_demangle-dd44235a42da0b4e.rlib" "/opt/crater/target/debug/deps/libpalette-1cdb2ca9fd61a490.rlib" "/opt/crater/target/debug/deps/libphf-6a988f63427a513e.rlib" "/opt/crater/target/debug/deps/libphf_shared-d59b78f17b7eeb54.rlib" "/opt/crater/target/debug/deps/libsiphasher-d8c9cc1cc66f074e.rlib" "/opt/crater/target/debug/deps/libavec-593da903d696eb6b.rlib" "/opt/crater/target/debug/deps/libfont_loader-caa99e0b2b6004d8.rlib" "/opt/crater/target/debug/deps/libfontconfig-12f05461cbac330f.rlib" "/opt/crater/target/debug/deps/libfontconfig_sys-ff08b6f98c7ae01c.rlib" "/opt/crater/target/debug/deps/libfreetype_sys-d0d7172b455b7c4b.rlib" "/opt/crater/target/debug/deps/libexpat_sys-9291732572cd37ac.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-3ac46972447058ab.rlib" "/opt/crater/target/debug/deps/libsmallvec-8ab4c1b4228c68ef.rlib" "/opt/crater/target/debug/deps/librusttype-7e1e56c244255312.rlib" "/opt/crater/target/debug/deps/liblinked_hash_map-3e4fdc964a0eef39.rlib" "/opt/crater/target/debug/deps/libfnv-0b54693efaf27e2a.rlib" "/opt/crater/target/debug/deps/libstb_truetype-fe98d4df69df1ee3.rlib" "/opt/crater/target/debug/deps/libordered_float-e97355908f9e032d.rlib" "/opt/crater/target/debug/deps/libunreachable-9d457f85a529b992.rlib" "/opt/crater/target/debug/deps/libvoid-03072202629d0c80.rlib" "/opt/crater/target/debug/deps/libapprox-006b105747eba6fa.rlib" "/opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib" "/opt/crater/target/debug/deps/libregex_syntax-74b9e606898eafee.rlib" "/opt/crater/target/debug/deps/libthread_local-1801494cfc15e4c0.rlib" "/opt/crater/target/debug/deps/libaho_corasick-05f4d1fa22c64ffe.rlib" "/opt/crater/target/debug/deps/libmemchr-5970d48417368191.rlib" "/opt/crater/target/debug/deps/libimage-bb2170f36ec047ef.rlib" "/opt/crater/target/debug/deps/libscoped_threadpool-6ac8fca2f0d457e8.rlib" "/opt/crater/target/debug/deps/libgif-b420bbc01a15ef9c.rlib" "/opt/crater/target/debug/deps/libcolor_quant-6cd66d44303ef59b.rlib" "/opt/crater/target/debug/deps/libjpeg_decoder-1611e7f18aff8a00.rlib" "/opt/crater/target/debug/deps/librayon-ba3126b605896840.rlib" "/opt/crater/target/debug/deps/librayon_core-a59cfb8214221607.rlib" "/opt/crater/target/debug/deps/libnum_cpus-509d1090a02489e2.rlib" "/opt/crater/target/debug/deps/liblibc-d019039477cac03b.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-f6668dbd335cb278.rlib" "/opt/crater/target/debug/deps/libeither-dfa9c429720c7162.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-893d3e668c62f0f1.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-797941a13f4b8592.rlib" "/opt/crater/target/debug/deps/libscopeguard-9b5b548023a82ae4.rlib" "/opt/crater/target/debug/deps/libmemoffset-e64a831d4be8abfc.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-c7636b44f63f0536.rlib" "/opt/crater/target/debug/deps/libarrayvec-8134a1e7f46d183c.rlib" "/opt/crater/target/debug/deps/libnodrop-844425db77ee9480.rlib" "/opt/crater/target/debug/deps/libcfg_if-3028bdd7b8e15bb5.rlib" "/opt/crater/target/debug/deps/libpng-a9b4ced65bf4379f.rlib" "/opt/crater/target/debug/deps/libdeflate-a8b0a9a2c738ae91.rlib" "/opt/crater/target/debug/deps/libinflate-28c9c14532c96ab0.rlib" "/opt/crater/target/debug/deps/libadler32-28cce00de1b6c9b3.rlib" "/opt/crater/target/debug/deps/libbitflags-bcd34e8f74846360.rlib" "/opt/crater/target/debug/deps/liblzw-1f37f345e8096c7b.rlib" "/opt/crater/target/debug/deps/libnum_rational-4e67688101f79b52.rlib" "/opt/crater/target/debug/deps/libnum_iter-fd74bdd6dac4fe2e.rlib" "/opt/crater/target/debug/deps/libnum_integer-ea76131d41859201.rlib" "/opt/crater/target/debug/deps/libbyteorder-585fd2581aa01382.rlib" "/opt/crater/target/debug/deps/liblazy_static-eb33edc716f69401.rlib" "/opt/crater/target/debug/deps/libenum_primitive-515fe8ef46dce4c7.rlib" "/opt/crater/target/debug/deps/libnum_traits-1653dfd91ced9a3c.rlib" "/opt/crater/target/debug/deps/libnum_traits-d11dcc7883adaecb.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-4a76ff35a356aedf.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e11c7b3b3225afe2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-13217ede3d276f16.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-621a9ee22da6caa1.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-546c844e8071bbeb.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-be9569e4d599746f.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-47d8845cef2a3bc5.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-017511bce73a530c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-be7979c57a08057b.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d6459c4f0817c67c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-580035dd98451925.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-aee5c24fff305dea.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-8a55a4098920125a.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-9fc4b5be2ba5cc19.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/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/02_sprites-56619bf6e571a0f0.02_sprites.9kadf2el-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/02_sprites-56619bf6e571a0f0.02_sprites.9kadf2el-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/02_sprites-56619bf6e571a0f0.02_sprites.9kadf2el-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/02_sprites-56619bf6e571a0f0.02_sprites.9kadf2el-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/02_sprites-56619bf6e571a0f0.02_sprites.9kadf2el-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/02_sprites-56619bf6e571a0f0.02_sprites.9kadf2el-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/02_sprites-56619bf6e571a0f0.02_sprites.9kadf2el-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/02_sprites-56619bf6e571a0f0.02_sprites.9kadf2el-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/02_sprites-56619bf6e571a0f0.02_sprites.9kadf2el-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/02_sprites-56619bf6e571a0f0.02_sprites.9kadf2el-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/02_sprites-56619bf6e571a0f0.02_sprites.9kadf2el-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/02_sprites-56619bf6e571a0f0.02_sprites.9kadf2el-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/02_sprites-56619bf6e571a0f0.02_sprites.9kadf2el-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/02_sprites-56619bf6e571a0f0.02_sprites.9kadf2el-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/02_sprites-56619bf6e571a0f0.02_sprites.9kadf2el-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/02_sprites-56619bf6e571a0f0.02_sprites.9kadf2el-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/02_sprites-56619bf6e571a0f0" "/opt/crater/target/debug/examples/02_sprites-56619bf6e571a0f0.5djjsii1t5dbtdld.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-2869a776f3fa2824/out" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/opt/crater/target/debug/build/servo-freetype-sys-a03302728977bfea/out/lib" "-L" "/opt/crater/target/debug/build/backtrace-sys-5c81d3694d492bc0/out" "-L" "/opt/crater/target/debug/build/libloading-1f0f8e55fc8a19ae/out" "-L" "/opt/crater/target/debug/build/miniz-sys-5ae27cb3fc5ef2d5/out" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libradiant_utils-f8bd8933995db113.rlib" "/opt/crater/target/debug/deps/libradiant_rs-a55fe7d7ebfb4f2c.rlib" "/opt/crater/target/debug/deps/libradiant_rs-01e798f2d16d6b3d.rlib" "/opt/crater/target/debug/deps/libglium-a4d3155088ab3e5b.rlib" "/opt/crater/target/debug/deps/libglutin-a2957a6d32080b85.rlib" "/opt/crater/target/debug/deps/libosmesa_sys-d87f1a8d8f97cb8f.rlib" "/opt/crater/target/debug/deps/libwinit-1e8d4c0b9becf75d.rlib" "/opt/crater/target/debug/deps/libsmithay_client_toolkit-a36750d46dfbc481.rlib" "/opt/crater/target/debug/deps/libwayland_protocols-c92b8871c4a97ded.rlib" "/opt/crater/target/debug/deps/libwayland_client-5189e225744bc6cf.rlib" "/opt/crater/target/debug/deps/libwayland_commons-b7faf6d074d4e1db.rlib" "/opt/crater/target/debug/deps/libwayland_sys-e48409f09708a918.rlib" "/opt/crater/target/debug/deps/libdowncast_rs-4107036689f4907c.rlib" "/opt/crater/target/debug/deps/libtempfile-a788379f87d4adba.rlib" "/opt/crater/target/debug/deps/librand-649ad4be86f3940f.rlib" "/opt/crater/target/debug/deps/librand_chacha-0460b9813a543354.rlib" "/opt/crater/target/debug/deps/libc2_chacha-482fc8ce59b9bcb9.rlib" "/opt/crater/target/debug/deps/libppv_lite86-689a570bc058b143.rlib" "/opt/crater/target/debug/deps/librand_core-f11b7cbcf193156d.rlib" "/opt/crater/target/debug/deps/libgetrandom-ee0bcb0c0b4efe0d.rlib" "/opt/crater/target/debug/deps/libremove_dir_all-064366494991bc0c.rlib" "/opt/crater/target/debug/deps/libnix-dafd0c974df1e26f.rlib" "/opt/crater/target/debug/deps/libmemmap-7ed5b7770aac0970.rlib" "/opt/crater/target/debug/deps/libdlib-e1873050c96e87ba.rlib" "/opt/crater/target/debug/deps/liblibloading-954be2517be54e24.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-7ae675a5263db170.rlib" "/opt/crater/target/debug/deps/libparking_lot-8bd5e3ec8b6eb76d.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-9d17968f159bca80.rlib" "/opt/crater/target/debug/deps/librand-7be3a21921134c52.rlib" "/opt/crater/target/debug/deps/librand_core-16454af531e76575.rlib" "/opt/crater/target/debug/deps/librand_core-fe4fc41bf9015dbc.rlib" "/opt/crater/target/debug/deps/liblock_api-494f6f1561bbf82e.rlib" "/opt/crater/target/debug/deps/libowning_ref-effe362413e7ab7d.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-d0a4946e4c2703bb.rlib" "/opt/crater/target/debug/deps/libscopeguard-316f896e0d3e978a.rlib" "/opt/crater/target/debug/deps/libx11_dl-67dd17354f59cf00.rlib" "/opt/crater/target/debug/deps/libmaybe_uninit-0336f6a8a036f991.rlib" "/opt/crater/target/debug/deps/liblog-b2a55b6d3b9925f1.rlib" "/opt/crater/target/debug/deps/libshared_library-b6b159ad20ff54b8.rlib" "/opt/crater/target/debug/deps/libbacktrace-b55b2db5d65cb8a4.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-01c69401428504e5.rlib" "/opt/crater/target/debug/deps/librustc_demangle-dd44235a42da0b4e.rlib" "/opt/crater/target/debug/deps/libpalette-1cdb2ca9fd61a490.rlib" "/opt/crater/target/debug/deps/libphf-6a988f63427a513e.rlib" "/opt/crater/target/debug/deps/libphf_shared-d59b78f17b7eeb54.rlib" "/opt/crater/target/debug/deps/libsiphasher-d8c9cc1cc66f074e.rlib" "/opt/crater/target/debug/deps/libavec-593da903d696eb6b.rlib" "/opt/crater/target/debug/deps/libfont_loader-caa99e0b2b6004d8.rlib" "/opt/crater/target/debug/deps/libfontconfig-12f05461cbac330f.rlib" "/opt/crater/target/debug/deps/libfontconfig_sys-ff08b6f98c7ae01c.rlib" "/opt/crater/target/debug/deps/libfreetype_sys-d0d7172b455b7c4b.rlib" "/opt/crater/target/debug/deps/libexpat_sys-9291732572cd37ac.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-3ac46972447058ab.rlib" "/opt/crater/target/debug/deps/libsmallvec-8ab4c1b4228c68ef.rlib" "/opt/crater/target/debug/deps/librusttype-7e1e56c244255312.rlib" "/opt/crater/target/debug/deps/liblinked_hash_map-3e4fdc964a0eef39.rlib" "/opt/crater/target/debug/deps/libfnv-0b54693efaf27e2a.rlib" "/opt/crater/target/debug/deps/libstb_truetype-fe98d4df69df1ee3.rlib" "/opt/crater/target/debug/deps/libordered_float-e97355908f9e032d.rlib" "/opt/crater/target/debug/deps/libunreachable-9d457f85a529b992.rlib" "/opt/crater/target/debug/deps/libvoid-03072202629d0c80.rlib" "/opt/crater/target/debug/deps/libapprox-006b105747eba6fa.rlib" "/opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib" "/opt/crater/target/debug/deps/libregex_syntax-74b9e606898eafee.rlib" "/opt/crater/target/debug/deps/libthread_local-1801494cfc15e4c0.rlib" "/opt/crater/target/debug/deps/libaho_corasick-05f4d1fa22c64ffe.rlib" "/opt/crater/target/debug/deps/libmemchr-5970d48417368191.rlib" "/opt/crater/target/debug/deps/libimage-bb2170f36ec047ef.rlib" "/opt/crater/target/debug/deps/libscoped_threadpool-6ac8fca2f0d457e8.rlib" "/opt/crater/target/debug/deps/libgif-b420bbc01a15ef9c.rlib" "/opt/crater/target/debug/deps/libcolor_quant-6cd66d44303ef59b.rlib" "/opt/crater/target/debug/deps/libjpeg_decoder-1611e7f18aff8a00.rlib" "/opt/crater/target/debug/deps/librayon-ba3126b605896840.rlib" "/opt/crater/target/debug/deps/librayon_core-a59cfb8214221607.rlib" "/opt/crater/target/debug/deps/libnum_cpus-509d1090a02489e2.rlib" "/opt/crater/target/debug/deps/liblibc-d019039477cac03b.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-f6668dbd335cb278.rlib" "/opt/crater/target/debug/deps/libeither-dfa9c429720c7162.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-893d3e668c62f0f1.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-797941a13f4b8592.rlib" "/opt/crater/target/debug/deps/libscopeguard-9b5b548023a82ae4.rlib" "/opt/crater/target/debug/deps/libmemoffset-e64a831d4be8abfc.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-c7636b44f63f0536.rlib" "/opt/crater/target/debug/deps/libarrayvec-8134a1e7f46d183c.rlib" "/opt/crater/target/debug/deps/libnodrop-844425db77ee9480.rlib" "/opt/crater/target/debug/deps/libcfg_if-3028bdd7b8e15bb5.rlib" "/opt/crater/target/debug/deps/libpng-a9b4ced65bf4379f.rlib" "/opt/crater/target/debug/deps/libdeflate-a8b0a9a2c738ae91.rlib" "/opt/crater/target/debug/deps/libinflate-28c9c14532c96ab0.rlib" "/opt/crater/target/debug/deps/libadler32-28cce00de1b6c9b3.rlib" "/opt/crater/target/debug/deps/libbitflags-bcd34e8f74846360.rlib" "/opt/crater/target/debug/deps/liblzw-1f37f345e8096c7b.rlib" "/opt/crater/target/debug/deps/libnum_rational-4e67688101f79b52.rlib" "/opt/crater/target/debug/deps/libnum_iter-fd74bdd6dac4fe2e.rlib" "/opt/crater/target/debug/deps/libnum_integer-ea76131d41859201.rlib" "/opt/crater/target/debug/deps/libbyteorder-585fd2581aa01382.rlib" "/opt/crater/target/debug/deps/liblazy_static-eb33edc716f69401.rlib" "/opt/crater/target/debug/deps/libenum_primitive-515fe8ef46dce4c7.rlib" "/opt/crater/target/debug/deps/libnum_traits-1653dfd91ced9a3c.rlib" "/opt/crater/target/debug/deps/libnum_traits-d11dcc7883adaecb.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-4a76ff35a356aedf.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e11c7b3b3225afe2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-13217ede3d276f16.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-621a9ee22da6caa1.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-546c844e8071bbeb.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-be9569e4d599746f.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-47d8845cef2a3bc5.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-017511bce73a530c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-be7979c57a08057b.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d6459c4f0817c67c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-580035dd98451925.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-aee5c24fff305dea.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-8a55a4098920125a.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-9fc4b5be2ba5cc19.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: can not read symbols: Cannot allocate memory [INFO] [stderr] /usr/bin/ld: error in /opt/crater/target/debug/examples/02_sprites-56619bf6e571a0f0.02_sprites.9kadf2el-cgu.11.rcgu.o(.eh_frame); no .eh_frame_hdr table will be created. [INFO] [stderr] /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: 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/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/09_combined-496fb795ce44ea1a.09_combined.7gmv4b6f-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/09_combined-496fb795ce44ea1a.09_combined.7gmv4b6f-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/09_combined-496fb795ce44ea1a.09_combined.7gmv4b6f-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/09_combined-496fb795ce44ea1a.09_combined.7gmv4b6f-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/09_combined-496fb795ce44ea1a.09_combined.7gmv4b6f-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/09_combined-496fb795ce44ea1a.09_combined.7gmv4b6f-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/09_combined-496fb795ce44ea1a.09_combined.7gmv4b6f-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/09_combined-496fb795ce44ea1a.09_combined.7gmv4b6f-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/09_combined-496fb795ce44ea1a.09_combined.7gmv4b6f-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/09_combined-496fb795ce44ea1a.09_combined.7gmv4b6f-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/09_combined-496fb795ce44ea1a.09_combined.7gmv4b6f-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/09_combined-496fb795ce44ea1a.09_combined.7gmv4b6f-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/09_combined-496fb795ce44ea1a.09_combined.7gmv4b6f-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/09_combined-496fb795ce44ea1a.09_combined.7gmv4b6f-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/09_combined-496fb795ce44ea1a.09_combined.7gmv4b6f-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/09_combined-496fb795ce44ea1a.09_combined.7gmv4b6f-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/09_combined-496fb795ce44ea1a" "/opt/crater/target/debug/examples/09_combined-496fb795ce44ea1a.573ph56e9qw1ifys.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-2869a776f3fa2824/out" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/opt/crater/target/debug/build/servo-freetype-sys-a03302728977bfea/out/lib" "-L" "/opt/crater/target/debug/build/backtrace-sys-5c81d3694d492bc0/out" "-L" "/opt/crater/target/debug/build/libloading-1f0f8e55fc8a19ae/out" "-L" "/opt/crater/target/debug/build/miniz-sys-5ae27cb3fc5ef2d5/out" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libradiant_utils-f8bd8933995db113.rlib" "/opt/crater/target/debug/deps/libradiant_rs-a55fe7d7ebfb4f2c.rlib" "/opt/crater/target/debug/deps/libradiant_rs-01e798f2d16d6b3d.rlib" "/opt/crater/target/debug/deps/libglium-a4d3155088ab3e5b.rlib" "/opt/crater/target/debug/deps/libglutin-a2957a6d32080b85.rlib" "/opt/crater/target/debug/deps/libosmesa_sys-d87f1a8d8f97cb8f.rlib" "/opt/crater/target/debug/deps/libwinit-1e8d4c0b9becf75d.rlib" "/opt/crater/target/debug/deps/libsmithay_client_toolkit-a36750d46dfbc481.rlib" "/opt/crater/target/debug/deps/libwayland_protocols-c92b8871c4a97ded.rlib" "/opt/crater/target/debug/deps/libwayland_client-5189e225744bc6cf.rlib" "/opt/crater/target/debug/deps/libwayland_commons-b7faf6d074d4e1db.rlib" "/opt/crater/target/debug/deps/libwayland_sys-e48409f09708a918.rlib" "/opt/crater/target/debug/deps/libdowncast_rs-4107036689f4907c.rlib" "/opt/crater/target/debug/deps/libtempfile-a788379f87d4adba.rlib" "/opt/crater/target/debug/deps/librand-649ad4be86f3940f.rlib" "/opt/crater/target/debug/deps/librand_chacha-0460b9813a543354.rlib" "/opt/crater/target/debug/deps/libc2_chacha-482fc8ce59b9bcb9.rlib" "/opt/crater/target/debug/deps/libppv_lite86-689a570bc058b143.rlib" "/opt/crater/target/debug/deps/librand_core-f11b7cbcf193156d.rlib" "/opt/crater/target/debug/deps/libgetrandom-ee0bcb0c0b4efe0d.rlib" "/opt/crater/target/debug/deps/libremove_dir_all-064366494991bc0c.rlib" "/opt/crater/target/debug/deps/libnix-dafd0c974df1e26f.rlib" "/opt/crater/target/debug/deps/libmemmap-7ed5b7770aac0970.rlib" "/opt/crater/target/debug/deps/libdlib-e1873050c96e87ba.rlib" "/opt/crater/target/debug/deps/liblibloading-954be2517be54e24.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-7ae675a5263db170.rlib" "/opt/crater/target/debug/deps/libparking_lot-8bd5e3ec8b6eb76d.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-9d17968f159bca80.rlib" "/opt/crater/target/debug/deps/librand-7be3a21921134c52.rlib" "/opt/crater/target/debug/deps/librand_core-16454af531e76575.rlib" "/opt/crater/target/debug/deps/librand_core-fe4fc41bf9015dbc.rlib" "/opt/crater/target/debug/deps/liblock_api-494f6f1561bbf82e.rlib" "/opt/crater/target/debug/deps/libowning_ref-effe362413e7ab7d.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-d0a4946e4c2703bb.rlib" "/opt/crater/target/debug/deps/libscopeguard-316f896e0d3e978a.rlib" "/opt/crater/target/debug/deps/libx11_dl-67dd17354f59cf00.rlib" "/opt/crater/target/debug/deps/libmaybe_uninit-0336f6a8a036f991.rlib" "/opt/crater/target/debug/deps/liblog-b2a55b6d3b9925f1.rlib" "/opt/crater/target/debug/deps/libshared_library-b6b159ad20ff54b8.rlib" "/opt/crater/target/debug/deps/libbacktrace-b55b2db5d65cb8a4.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-01c69401428504e5.rlib" "/opt/crater/target/debug/deps/librustc_demangle-dd44235a42da0b4e.rlib" "/opt/crater/target/debug/deps/libpalette-1cdb2ca9fd61a490.rlib" "/opt/crater/target/debug/deps/libphf-6a988f63427a513e.rlib" "/opt/crater/target/debug/deps/libphf_shared-d59b78f17b7eeb54.rlib" "/opt/crater/target/debug/deps/libsiphasher-d8c9cc1cc66f074e.rlib" "/opt/crater/target/debug/deps/libavec-593da903d696eb6b.rlib" "/opt/crater/target/debug/deps/libfont_loader-caa99e0b2b6004d8.rlib" "/opt/crater/target/debug/deps/libfontconfig-12f05461cbac330f.rlib" "/opt/crater/target/debug/deps/libfontconfig_sys-ff08b6f98c7ae01c.rlib" "/opt/crater/target/debug/deps/libfreetype_sys-d0d7172b455b7c4b.rlib" "/opt/crater/target/debug/deps/libexpat_sys-9291732572cd37ac.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-3ac46972447058ab.rlib" "/opt/crater/target/debug/deps/libsmallvec-8ab4c1b4228c68ef.rlib" "/opt/crater/target/debug/deps/librusttype-7e1e56c244255312.rlib" "/opt/crater/target/debug/deps/liblinked_hash_map-3e4fdc964a0eef39.rlib" "/opt/crater/target/debug/deps/libfnv-0b54693efaf27e2a.rlib" "/opt/crater/target/debug/deps/libstb_truetype-fe98d4df69df1ee3.rlib" "/opt/crater/target/debug/deps/libordered_float-e97355908f9e032d.rlib" "/opt/crater/target/debug/deps/libunreachable-9d457f85a529b992.rlib" "/opt/crater/target/debug/deps/libvoid-03072202629d0c80.rlib" "/opt/crater/target/debug/deps/libapprox-006b105747eba6fa.rlib" "/opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib" "/opt/crater/target/debug/deps/libregex_syntax-74b9e606898eafee.rlib" "/opt/crater/target/debug/deps/libthread_local-1801494cfc15e4c0.rlib" "/opt/crater/target/debug/deps/libaho_corasick-05f4d1fa22c64ffe.rlib" "/opt/crater/target/debug/deps/libmemchr-5970d48417368191.rlib" "/opt/crater/target/debug/deps/libimage-bb2170f36ec047ef.rlib" "/opt/crater/target/debug/deps/libscoped_threadpool-6ac8fca2f0d457e8.rlib" "/opt/crater/target/debug/deps/libgif-b420bbc01a15ef9c.rlib" "/opt/crater/target/debug/deps/libcolor_quant-6cd66d44303ef59b.rlib" "/opt/crater/target/debug/deps/libjpeg_decoder-1611e7f18aff8a00.rlib" "/opt/crater/target/debug/deps/librayon-ba3126b605896840.rlib" "/opt/crater/target/debug/deps/librayon_core-a59cfb8214221607.rlib" "/opt/crater/target/debug/deps/libnum_cpus-509d1090a02489e2.rlib" "/opt/crater/target/debug/deps/liblibc-d019039477cac03b.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-f6668dbd335cb278.rlib" "/opt/crater/target/debug/deps/libeither-dfa9c429720c7162.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-893d3e668c62f0f1.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-797941a13f4b8592.rlib" "/opt/crater/target/debug/deps/libscopeguard-9b5b548023a82ae4.rlib" "/opt/crater/target/debug/deps/libmemoffset-e64a831d4be8abfc.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-c7636b44f63f0536.rlib" "/opt/crater/target/debug/deps/libarrayvec-8134a1e7f46d183c.rlib" "/opt/crater/target/debug/deps/libnodrop-844425db77ee9480.rlib" "/opt/crater/target/debug/deps/libcfg_if-3028bdd7b8e15bb5.rlib" "/opt/crater/target/debug/deps/libpng-a9b4ced65bf4379f.rlib" "/opt/crater/target/debug/deps/libdeflate-a8b0a9a2c738ae91.rlib" "/opt/crater/target/debug/deps/libinflate-28c9c14532c96ab0.rlib" "/opt/crater/target/debug/deps/libadler32-28cce00de1b6c9b3.rlib" "/opt/crater/target/debug/deps/libbitflags-bcd34e8f74846360.rlib" "/opt/crater/target/debug/deps/liblzw-1f37f345e8096c7b.rlib" "/opt/crater/target/debug/deps/libnum_rational-4e67688101f79b52.rlib" "/opt/crater/target/debug/deps/libnum_iter-fd74bdd6dac4fe2e.rlib" "/opt/crater/target/debug/deps/libnum_integer-ea76131d41859201.rlib" "/opt/crater/target/debug/deps/libbyteorder-585fd2581aa01382.rlib" "/opt/crater/target/debug/deps/liblazy_static-eb33edc716f69401.rlib" "/opt/crater/target/debug/deps/libenum_primitive-515fe8ef46dce4c7.rlib" "/opt/crater/target/debug/deps/libnum_traits-1653dfd91ced9a3c.rlib" "/opt/crater/target/debug/deps/libnum_traits-d11dcc7883adaecb.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-4a76ff35a356aedf.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e11c7b3b3225afe2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-13217ede3d276f16.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-621a9ee22da6caa1.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-546c844e8071bbeb.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-be9569e4d599746f.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-47d8845cef2a3bc5.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-017511bce73a530c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-be7979c57a08057b.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d6459c4f0817c67c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-580035dd98451925.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-aee5c24fff305dea.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-8a55a4098920125a.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-9fc4b5be2ba5cc19.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: 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] 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/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/demo_glare-1bd9f924411588b9.demo_glare.e86p3w17-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/demo_glare-1bd9f924411588b9.demo_glare.e86p3w17-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/demo_glare-1bd9f924411588b9.demo_glare.e86p3w17-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/demo_glare-1bd9f924411588b9.demo_glare.e86p3w17-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/demo_glare-1bd9f924411588b9.demo_glare.e86p3w17-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/demo_glare-1bd9f924411588b9.demo_glare.e86p3w17-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/demo_glare-1bd9f924411588b9.demo_glare.e86p3w17-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/demo_glare-1bd9f924411588b9.demo_glare.e86p3w17-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/demo_glare-1bd9f924411588b9.demo_glare.e86p3w17-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/demo_glare-1bd9f924411588b9.demo_glare.e86p3w17-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/demo_glare-1bd9f924411588b9.demo_glare.e86p3w17-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/demo_glare-1bd9f924411588b9.demo_glare.e86p3w17-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/demo_glare-1bd9f924411588b9.demo_glare.e86p3w17-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/demo_glare-1bd9f924411588b9.demo_glare.e86p3w17-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/demo_glare-1bd9f924411588b9.demo_glare.e86p3w17-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/demo_glare-1bd9f924411588b9.demo_glare.e86p3w17-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/demo_glare-1bd9f924411588b9" "/opt/crater/target/debug/examples/demo_glare-1bd9f924411588b9.28wvnpm98pc3wmar.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-2869a776f3fa2824/out" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/opt/crater/target/debug/build/servo-freetype-sys-a03302728977bfea/out/lib" "-L" "/opt/crater/target/debug/build/backtrace-sys-5c81d3694d492bc0/out" "-L" "/opt/crater/target/debug/build/libloading-1f0f8e55fc8a19ae/out" "-L" "/opt/crater/target/debug/build/miniz-sys-5ae27cb3fc5ef2d5/out" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libradiant_utils-f8bd8933995db113.rlib" "/opt/crater/target/debug/deps/libradiant_rs-a55fe7d7ebfb4f2c.rlib" "/opt/crater/target/debug/deps/libradiant_rs-01e798f2d16d6b3d.rlib" "/opt/crater/target/debug/deps/libglium-a4d3155088ab3e5b.rlib" "/opt/crater/target/debug/deps/libglutin-a2957a6d32080b85.rlib" "/opt/crater/target/debug/deps/libosmesa_sys-d87f1a8d8f97cb8f.rlib" "/opt/crater/target/debug/deps/libwinit-1e8d4c0b9becf75d.rlib" "/opt/crater/target/debug/deps/libsmithay_client_toolkit-a36750d46dfbc481.rlib" "/opt/crater/target/debug/deps/libwayland_protocols-c92b8871c4a97ded.rlib" "/opt/crater/target/debug/deps/libwayland_client-5189e225744bc6cf.rlib" "/opt/crater/target/debug/deps/libwayland_commons-b7faf6d074d4e1db.rlib" "/opt/crater/target/debug/deps/libwayland_sys-e48409f09708a918.rlib" "/opt/crater/target/debug/deps/libdowncast_rs-4107036689f4907c.rlib" "/opt/crater/target/debug/deps/libtempfile-a788379f87d4adba.rlib" "/opt/crater/target/debug/deps/librand-649ad4be86f3940f.rlib" "/opt/crater/target/debug/deps/librand_chacha-0460b9813a543354.rlib" "/opt/crater/target/debug/deps/libc2_chacha-482fc8ce59b9bcb9.rlib" "/opt/crater/target/debug/deps/libppv_lite86-689a570bc058b143.rlib" "/opt/crater/target/debug/deps/librand_core-f11b7cbcf193156d.rlib" "/opt/crater/target/debug/deps/libgetrandom-ee0bcb0c0b4efe0d.rlib" "/opt/crater/target/debug/deps/libremove_dir_all-064366494991bc0c.rlib" "/opt/crater/target/debug/deps/libnix-dafd0c974df1e26f.rlib" "/opt/crater/target/debug/deps/libmemmap-7ed5b7770aac0970.rlib" "/opt/crater/target/debug/deps/libdlib-e1873050c96e87ba.rlib" "/opt/crater/target/debug/deps/liblibloading-954be2517be54e24.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-7ae675a5263db170.rlib" "/opt/crater/target/debug/deps/libparking_lot-8bd5e3ec8b6eb76d.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-9d17968f159bca80.rlib" "/opt/crater/target/debug/deps/librand-7be3a21921134c52.rlib" "/opt/crater/target/debug/deps/librand_core-16454af531e76575.rlib" "/opt/crater/target/debug/deps/librand_core-fe4fc41bf9015dbc.rlib" "/opt/crater/target/debug/deps/liblock_api-494f6f1561bbf82e.rlib" "/opt/crater/target/debug/deps/libowning_ref-effe362413e7ab7d.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-d0a4946e4c2703bb.rlib" "/opt/crater/target/debug/deps/libscopeguard-316f896e0d3e978a.rlib" "/opt/crater/target/debug/deps/libx11_dl-67dd17354f59cf00.rlib" "/opt/crater/target/debug/deps/libmaybe_uninit-0336f6a8a036f991.rlib" "/opt/crater/target/debug/deps/liblog-b2a55b6d3b9925f1.rlib" "/opt/crater/target/debug/deps/libshared_library-b6b159ad20ff54b8.rlib" "/opt/crater/target/debug/deps/libbacktrace-b55b2db5d65cb8a4.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-01c69401428504e5.rlib" "/opt/crater/target/debug/deps/librustc_demangle-dd44235a42da0b4e.rlib" "/opt/crater/target/debug/deps/libpalette-1cdb2ca9fd61a490.rlib" "/opt/crater/target/debug/deps/libphf-6a988f63427a513e.rlib" "/opt/crater/target/debug/deps/libphf_shared-d59b78f17b7eeb54.rlib" "/opt/crater/target/debug/deps/libsiphasher-d8c9cc1cc66f074e.rlib" "/opt/crater/target/debug/deps/libavec-593da903d696eb6b.rlib" "/opt/crater/target/debug/deps/libfont_loader-caa99e0b2b6004d8.rlib" "/opt/crater/target/debug/deps/libfontconfig-12f05461cbac330f.rlib" "/opt/crater/target/debug/deps/libfontconfig_sys-ff08b6f98c7ae01c.rlib" "/opt/crater/target/debug/deps/libfreetype_sys-d0d7172b455b7c4b.rlib" "/opt/crater/target/debug/deps/libexpat_sys-9291732572cd37ac.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-3ac46972447058ab.rlib" "/opt/crater/target/debug/deps/libsmallvec-8ab4c1b4228c68ef.rlib" "/opt/crater/target/debug/deps/librusttype-7e1e56c244255312.rlib" "/opt/crater/target/debug/deps/liblinked_hash_map-3e4fdc964a0eef39.rlib" "/opt/crater/target/debug/deps/libfnv-0b54693efaf27e2a.rlib" "/opt/crater/target/debug/deps/libstb_truetype-fe98d4df69df1ee3.rlib" "/opt/crater/target/debug/deps/libordered_float-e97355908f9e032d.rlib" "/opt/crater/target/debug/deps/libunreachable-9d457f85a529b992.rlib" "/opt/crater/target/debug/deps/libvoid-03072202629d0c80.rlib" "/opt/crater/target/debug/deps/libapprox-006b105747eba6fa.rlib" "/opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib" "/opt/crater/target/debug/deps/libregex_syntax-74b9e606898eafee.rlib" "/opt/crater/target/debug/deps/libthread_local-1801494cfc15e4c0.rlib" "/opt/crater/target/debug/deps/libaho_corasick-05f4d1fa22c64ffe.rlib" "/opt/crater/target/debug/deps/libmemchr-5970d48417368191.rlib" "/opt/crater/target/debug/deps/libimage-bb2170f36ec047ef.rlib" "/opt/crater/target/debug/deps/libscoped_threadpool-6ac8fca2f0d457e8.rlib" "/opt/crater/target/debug/deps/libgif-b420bbc01a15ef9c.rlib" "/opt/crater/target/debug/deps/libcolor_quant-6cd66d44303ef59b.rlib" "/opt/crater/target/debug/deps/libjpeg_decoder-1611e7f18aff8a00.rlib" "/opt/crater/target/debug/deps/librayon-ba3126b605896840.rlib" "/opt/crater/target/debug/deps/librayon_core-a59cfb8214221607.rlib" "/opt/crater/target/debug/deps/libnum_cpus-509d1090a02489e2.rlib" "/opt/crater/target/debug/deps/liblibc-d019039477cac03b.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-f6668dbd335cb278.rlib" "/opt/crater/target/debug/deps/libeither-dfa9c429720c7162.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-893d3e668c62f0f1.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-797941a13f4b8592.rlib" "/opt/crater/target/debug/deps/libscopeguard-9b5b548023a82ae4.rlib" "/opt/crater/target/debug/deps/libmemoffset-e64a831d4be8abfc.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-c7636b44f63f0536.rlib" "/opt/crater/target/debug/deps/libarrayvec-8134a1e7f46d183c.rlib" "/opt/crater/target/debug/deps/libnodrop-844425db77ee9480.rlib" "/opt/crater/target/debug/deps/libcfg_if-3028bdd7b8e15bb5.rlib" "/opt/crater/target/debug/deps/libpng-a9b4ced65bf4379f.rlib" "/opt/crater/target/debug/deps/libdeflate-a8b0a9a2c738ae91.rlib" "/opt/crater/target/debug/deps/libinflate-28c9c14532c96ab0.rlib" "/opt/crater/target/debug/deps/libadler32-28cce00de1b6c9b3.rlib" "/opt/crater/target/debug/deps/libbitflags-bcd34e8f74846360.rlib" "/opt/crater/target/debug/deps/liblzw-1f37f345e8096c7b.rlib" "/opt/crater/target/debug/deps/libnum_rational-4e67688101f79b52.rlib" "/opt/crater/target/debug/deps/libnum_iter-fd74bdd6dac4fe2e.rlib" "/opt/crater/target/debug/deps/libnum_integer-ea76131d41859201.rlib" "/opt/crater/target/debug/deps/libbyteorder-585fd2581aa01382.rlib" "/opt/crater/target/debug/deps/liblazy_static-eb33edc716f69401.rlib" "/opt/crater/target/debug/deps/libenum_primitive-515fe8ef46dce4c7.rlib" "/opt/crater/target/debug/deps/libnum_traits-1653dfd91ced9a3c.rlib" "/opt/crater/target/debug/deps/libnum_traits-d11dcc7883adaecb.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-4a76ff35a356aedf.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e11c7b3b3225afe2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-13217ede3d276f16.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-621a9ee22da6caa1.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-546c844e8071bbeb.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-be9569e4d599746f.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-47d8845cef2a3bc5.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-017511bce73a530c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-be7979c57a08057b.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d6459c4f0817c67c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-580035dd98451925.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-aee5c24fff305dea.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-8a55a4098920125a.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-9fc4b5be2ba5cc19.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: 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] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "8e9e1e799c93c66b278e812f9394461655db4e5d6a19f5f3a79e0195c01e64ae"` [INFO] running `"docker" "rm" "-f" "8e9e1e799c93c66b278e812f9394461655db4e5d6a19f5f3a79e0195c01e64ae"` [INFO] [stdout] 8e9e1e799c93c66b278e812f9394461655db4e5d6a19f5f3a79e0195c01e64ae