[INFO] crate kiss3d 0.20.1 is already in cache [INFO] extracting crate kiss3d 0.20.1 into work/ex/beta-1.37-6/sources/1.36.0/reg/kiss3d/0.20.1 [INFO] extracting crate kiss3d 0.20.1 into work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/kiss3d/0.20.1 [INFO] validating manifest of kiss3d-0.20.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 kiss3d-0.20.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 kiss3d-0.20.1 [INFO] finished frobbing kiss3d-0.20.1 [INFO] frobbed toml for kiss3d-0.20.1 written to work/ex/beta-1.37-6/sources/1.36.0/reg/kiss3d/0.20.1/Cargo.toml [INFO] started frobbing kiss3d-0.20.1 [INFO] finished frobbing kiss3d-0.20.1 [INFO] frobbed toml for kiss3d-0.20.1 written to work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/kiss3d/0.20.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] [stderr] Blocking waiting for file lock on package cache [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 kiss3d-0.20.1 against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-6/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/reg/kiss3d/0.20.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.36.0" "build" "--frozen"` [INFO] [stdout] 06f37b9ffde64327837c6d42e5f9bacb82192f21f92452654926c67ca7141daf [INFO] running `"docker" "start" "-a" "06f37b9ffde64327837c6d42e5f9bacb82192f21f92452654926c67ca7141daf"` [INFO] [stderr] Compiling instant v0.1.1 [INFO] [stderr] Compiling alga v0.9.1 [INFO] [stderr] Compiling rusttype v0.7.7 [INFO] [stderr] Compiling andrew v0.2.1 [INFO] [stderr] Compiling smithay-client-toolkit v0.4.6 [INFO] [stderr] Compiling nalgebra v0.18.0 [INFO] [stderr] Compiling winit v0.18.1 [INFO] [stderr] Compiling glutin v0.19.0 [INFO] [stderr] Compiling ncollide3d v0.19.2 [INFO] [stderr] Compiling kiss3d v0.20.1 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `std::collections::HashMap` [INFO] [stderr] --> src/window/window.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | use std::collections::HashMap; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: associated constant `Shift` should have an upper case name [INFO] [stderr] --> src/event/window_event.rs:229:15 [INFO] [stderr] | [INFO] [stderr] 229 | const Shift = 0b0001; [INFO] [stderr] | ^^^^^ help: convert the identifier to upper case: `SHIFT` [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/lib.rs:125:9 [INFO] [stderr] | [INFO] [stderr] 125 | #![warn(non_upper_case_globals)] // FIXME: should be denied. [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: associated constant `Control` should have an upper case name [INFO] [stderr] --> src/event/window_event.rs:231:15 [INFO] [stderr] | [INFO] [stderr] 231 | const Control = 0b0010; [INFO] [stderr] | ^^^^^^^ help: convert the identifier to upper case: `CONTROL` [INFO] [stderr] [INFO] [stderr] warning: associated constant `Alt` should have an upper case name [INFO] [stderr] --> src/event/window_event.rs:233:15 [INFO] [stderr] | [INFO] [stderr] 233 | const Alt = 0b0100; [INFO] [stderr] | ^^^ help: convert the identifier to upper case: `ALT` [INFO] [stderr] [INFO] [stderr] warning: associated constant `Super` should have an upper case name [INFO] [stderr] --> src/event/window_event.rs:235:15 [INFO] [stderr] | [INFO] [stderr] 235 | const Super = 0b1000; [INFO] [stderr] | ^^^^^ help: convert the identifier to upper case: `SUPER` [INFO] [stderr] [INFO] [stderr] warning: associated constant `Shift` should have an upper case name [INFO] [stderr] --> src/event/window_event.rs:229:15 [INFO] [stderr] | [INFO] [stderr] 229 | const Shift = 0b0001; [INFO] [stderr] | ^^^^^ help: convert the identifier to upper case: `SHIFT` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 22s [INFO] running `"docker" "inspect" "06f37b9ffde64327837c6d42e5f9bacb82192f21f92452654926c67ca7141daf"` [INFO] running `"docker" "rm" "-f" "06f37b9ffde64327837c6d42e5f9bacb82192f21f92452654926c67ca7141daf"` [INFO] [stdout] 06f37b9ffde64327837c6d42e5f9bacb82192f21f92452654926c67ca7141daf [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-6/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/reg/kiss3d/0.20.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.36.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 808851ff96b85243e8ecb7315293d7fc6a6076ee368a0e34c0ddc810e89c359a [INFO] running `"docker" "start" "-a" "808851ff96b85243e8ecb7315293d7fc6a6076ee368a0e34c0ddc810e89c359a"` [INFO] [stderr] Compiling ncollide2d v0.19.2 [INFO] [stderr] Compiling kiss3d v0.20.1 (/opt/crater/workdir) [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> examples/ui.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::path::Path` [INFO] [stderr] --> examples/ui.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use std::path::Path; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused imports: `UnitQuaternion`, `Vector3` [INFO] [stderr] --> examples/ui.rs:7:10 [INFO] [stderr] | [INFO] [stderr] 7 | use na::{Vector3, UnitQuaternion}; [INFO] [stderr] | ^^^^^^^ ^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `kiss3d::window::Window` [INFO] [stderr] --> examples/ui.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | use kiss3d::window::Window; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `kiss3d::light::Light` [INFO] [stderr] --> examples/ui.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | use kiss3d::light::Light; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::collections::HashMap` [INFO] [stderr] --> src/window/window.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | use std::collections::HashMap; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] error: Could not compile `kiss3d`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name procedural examples/procedural.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 -C metadata=426188c2ba7a36ee -C extra-filename=-426188c2ba7a36ee --out-dir /opt/crater/target/debug/examples -L dependency=/opt/crater/target/debug/deps --extern bitflags=/opt/crater/target/debug/deps/libbitflags-7220c27e9b431920.rlib --extern gl=/opt/crater/target/debug/deps/libgl-660d52aa2c38283a.rlib --extern glutin=/opt/crater/target/debug/deps/libglutin-6c76aacaaae66402.rlib --extern image=/opt/crater/target/debug/deps/libimage-5dd6721cc2d8fccd.rlib --extern instant=/opt/crater/target/debug/deps/libinstant-1ca17d2bcdb2b41a.rlib --extern kiss3d=/opt/crater/target/debug/deps/libkiss3d-96651fc82a83567f.rlib --extern libc=/opt/crater/target/debug/deps/liblibc-e3ba75b536aabfa5.rlib --extern nalgebra=/opt/crater/target/debug/deps/libnalgebra-74057ca81a525b42.rlib --extern ncollide2d=/opt/crater/target/debug/deps/libncollide2d-47e9d618ccd3d508.rlib --extern ncollide3d=/opt/crater/target/debug/deps/libncollide3d-89a61bee36480c4e.rlib --extern num_traits=/opt/crater/target/debug/deps/libnum_traits-8c434304d2c544b1.rlib --extern rand=/opt/crater/target/debug/deps/librand-90f16bd48677b73c.rlib --extern rusttype=/opt/crater/target/debug/deps/librusttype-ab43219cd2c527eb.rlib --extern serde=/opt/crater/target/debug/deps/libserde-f4ad0cdcf3ae7a20.rlib --extern serde_derive=/opt/crater/target/debug/deps/libserde_derive-cfccbe2b49126947.so --cap-lints=warn -L native=/opt/crater/target/debug/build/libloading-b17b3e19f6977791/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `kiss3d`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name kiss3d src/lib.rs --color never --emit=dep-info,metadata,link -C debuginfo=2 --test -C metadata=a9cf9c15c61731db -C extra-filename=-a9cf9c15c61731db --out-dir /opt/crater/target/debug/deps -L dependency=/opt/crater/target/debug/deps --extern bitflags=/opt/crater/target/debug/deps/libbitflags-7220c27e9b431920.rlib --extern gl=/opt/crater/target/debug/deps/libgl-660d52aa2c38283a.rlib --extern glutin=/opt/crater/target/debug/deps/libglutin-6c76aacaaae66402.rlib --extern image=/opt/crater/target/debug/deps/libimage-5dd6721cc2d8fccd.rlib --extern instant=/opt/crater/target/debug/deps/libinstant-1ca17d2bcdb2b41a.rlib --extern libc=/opt/crater/target/debug/deps/liblibc-e3ba75b536aabfa5.rlib --extern nalgebra=/opt/crater/target/debug/deps/libnalgebra-74057ca81a525b42.rlib --extern ncollide2d=/opt/crater/target/debug/deps/libncollide2d-47e9d618ccd3d508.rlib --extern ncollide3d=/opt/crater/target/debug/deps/libncollide3d-89a61bee36480c4e.rlib --extern num_traits=/opt/crater/target/debug/deps/libnum_traits-8c434304d2c544b1.rlib --extern rand=/opt/crater/target/debug/deps/librand-90f16bd48677b73c.rlib --extern rusttype=/opt/crater/target/debug/deps/librusttype-ab43219cd2c527eb.rlib --extern serde=/opt/crater/target/debug/deps/libserde-f4ad0cdcf3ae7a20.rlib --extern serde_derive=/opt/crater/target/debug/deps/libserde_derive-cfccbe2b49126947.so --cap-lints=warn -L native=/opt/crater/target/debug/build/libloading-b17b3e19f6977791/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `kiss3d`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name custom_material examples/custom_material.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 -C metadata=63e659c4c69dd246 -C extra-filename=-63e659c4c69dd246 --out-dir /opt/crater/target/debug/examples -L dependency=/opt/crater/target/debug/deps --extern bitflags=/opt/crater/target/debug/deps/libbitflags-7220c27e9b431920.rlib --extern gl=/opt/crater/target/debug/deps/libgl-660d52aa2c38283a.rlib --extern glutin=/opt/crater/target/debug/deps/libglutin-6c76aacaaae66402.rlib --extern image=/opt/crater/target/debug/deps/libimage-5dd6721cc2d8fccd.rlib --extern instant=/opt/crater/target/debug/deps/libinstant-1ca17d2bcdb2b41a.rlib --extern kiss3d=/opt/crater/target/debug/deps/libkiss3d-96651fc82a83567f.rlib --extern libc=/opt/crater/target/debug/deps/liblibc-e3ba75b536aabfa5.rlib --extern nalgebra=/opt/crater/target/debug/deps/libnalgebra-74057ca81a525b42.rlib --extern ncollide2d=/opt/crater/target/debug/deps/libncollide2d-47e9d618ccd3d508.rlib --extern ncollide3d=/opt/crater/target/debug/deps/libncollide3d-89a61bee36480c4e.rlib --extern num_traits=/opt/crater/target/debug/deps/libnum_traits-8c434304d2c544b1.rlib --extern rand=/opt/crater/target/debug/deps/librand-90f16bd48677b73c.rlib --extern rusttype=/opt/crater/target/debug/deps/librusttype-ab43219cd2c527eb.rlib --extern serde=/opt/crater/target/debug/deps/libserde-f4ad0cdcf3ae7a20.rlib --extern serde_derive=/opt/crater/target/debug/deps/libserde_derive-cfccbe2b49126947.so --cap-lints=warn -L native=/opt/crater/target/debug/build/libloading-b17b3e19f6977791/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.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/wireframe-0d6e57407421316a.wireframe.8e7rfkf1-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/wireframe-0d6e57407421316a.wireframe.8e7rfkf1-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/wireframe-0d6e57407421316a.wireframe.8e7rfkf1-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/wireframe-0d6e57407421316a.wireframe.8e7rfkf1-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/wireframe-0d6e57407421316a.wireframe.8e7rfkf1-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/wireframe-0d6e57407421316a.wireframe.8e7rfkf1-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/wireframe-0d6e57407421316a.wireframe.8e7rfkf1-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/wireframe-0d6e57407421316a.wireframe.8e7rfkf1-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/wireframe-0d6e57407421316a.wireframe.8e7rfkf1-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/wireframe-0d6e57407421316a.wireframe.8e7rfkf1-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/wireframe-0d6e57407421316a.wireframe.8e7rfkf1-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/wireframe-0d6e57407421316a.wireframe.8e7rfkf1-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/wireframe-0d6e57407421316a.wireframe.8e7rfkf1-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/wireframe-0d6e57407421316a.wireframe.8e7rfkf1-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/wireframe-0d6e57407421316a.wireframe.8e7rfkf1-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/wireframe-0d6e57407421316a.wireframe.8e7rfkf1-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/wireframe-0d6e57407421316a" "/opt/crater/target/debug/examples/wireframe-0d6e57407421316a.28ahp704ssetkv50.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/libloading-b17b3e19f6977791/out" "-L" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libkiss3d-96651fc82a83567f.rlib" "/opt/crater/target/debug/deps/libinstant-1ca17d2bcdb2b41a.rlib" "/opt/crater/target/debug/deps/libglutin-6c76aacaaae66402.rlib" "/opt/crater/target/debug/deps/libosmesa_sys-879b512378278c78.rlib" "/opt/crater/target/debug/deps/libwinit-0333faa906ff4490.rlib" "/opt/crater/target/debug/deps/libsmithay_client_toolkit-42c48bf14f09756f.rlib" "/opt/crater/target/debug/deps/libwayland_protocols-ca9c42278a5776ae.rlib" "/opt/crater/target/debug/deps/libwayland_client-1c626f62df3a07ac.rlib" "/opt/crater/target/debug/deps/libwayland_commons-90567e8efe3e9c5b.rlib" "/opt/crater/target/debug/deps/libwayland_sys-645b5cedac842f17.rlib" "/opt/crater/target/debug/deps/libnix-5a5891c51427dcf2.rlib" "/opt/crater/target/debug/deps/libvoid-2515ce9d4297bf7d.rlib" "/opt/crater/target/debug/deps/libmemmap-eff7ebbf8aabfcd3.rlib" "/opt/crater/target/debug/deps/libandrew-31d89e6d0dc5b4d6.rlib" "/opt/crater/target/debug/deps/libxml-3f987ccfca5101ab.rlib" "/opt/crater/target/debug/deps/libxdg-289145b52f821f74.rlib" "/opt/crater/target/debug/deps/libwalkdir-e2e9f739cb050018.rlib" "/opt/crater/target/debug/deps/libsame_file-0853742fdfbfd6bb.rlib" "/opt/crater/target/debug/deps/libline_drawing-5cd8f704d1022717.rlib" "/opt/crater/target/debug/deps/libdlib-6196b79a76ccd7a7.rlib" "/opt/crater/target/debug/deps/liblibloading-30354d043f1b37b5.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-46b84a469bd03b92.rlib" "/opt/crater/target/debug/deps/libparking_lot-12eabd9882769c3f.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-514af8f6e6ec1ec4.rlib" "/opt/crater/target/debug/deps/liblock_api-8ec026c283607898.rlib" "/opt/crater/target/debug/deps/libowning_ref-dcde4af4fc98f07e.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-2a9412c89a8f626f.rlib" "/opt/crater/target/debug/deps/libscopeguard-f1a5efe88a6d7a2c.rlib" "/opt/crater/target/debug/deps/libx11_dl-abf2cbb1dd2b29bd.rlib" "/opt/crater/target/debug/deps/liblog-42c7a57c494171fb.rlib" "/opt/crater/target/debug/deps/libshared_library-88e4ce3c03325ed8.rlib" "/opt/crater/target/debug/deps/libgl-660d52aa2c38283a.rlib" "/opt/crater/target/debug/deps/libserde-f4ad0cdcf3ae7a20.rlib" "/opt/crater/target/debug/deps/libncollide3d-89a61bee36480c4e.rlib" "/opt/crater/target/debug/deps/libpetgraph-5fb3a0ca3c5ea578.rlib" "/opt/crater/target/debug/deps/libordermap-7e1e00ad81ca8251.rlib" "/opt/crater/target/debug/deps/libfixedbitset-328a58a325e0b1ef.rlib" "/opt/crater/target/debug/deps/libsmallvec-e7fd7440a8b77331.rlib" "/opt/crater/target/debug/deps/libslab-b904edcdb208ad5f.rlib" "/opt/crater/target/debug/deps/libdowncast_rs-213d63cee3c56bee.rlib" "/opt/crater/target/debug/deps/libnalgebra-74057ca81a525b42.rlib" "/opt/crater/target/debug/deps/libalga-9ffe904fe6b16999.rlib" "/opt/crater/target/debug/deps/librand-90f16bd48677b73c.rlib" "/opt/crater/target/debug/deps/librand_xorshift-6a66fc50e6498d00.rlib" "/opt/crater/target/debug/deps/librand_pcg-d8d5dea3cc11bfd5.rlib" "/opt/crater/target/debug/deps/librand_hc-83283ab0a0ee3df8.rlib" "/opt/crater/target/debug/deps/librand_chacha-935e7b1d9428a758.rlib" "/opt/crater/target/debug/deps/librand_isaac-94fc18115e9afd61.rlib" "/opt/crater/target/debug/deps/librand_core-482fdfb44fe03c92.rlib" "/opt/crater/target/debug/deps/librand_os-0de48faa648b11e1.rlib" "/opt/crater/target/debug/deps/librand_jitter-1f73b0ee635ef60d.rlib" "/opt/crater/target/debug/deps/librand_core-a9179eebc82cf0f0.rlib" "/opt/crater/target/debug/deps/libnum_complex-8d3020824787f399.rlib" "/opt/crater/target/debug/deps/libmatrixmultiply-6cbc28ab4364b31f.rlib" "/opt/crater/target/debug/deps/librawpointer-00bcf4c98a1e46cc.rlib" "/opt/crater/target/debug/deps/libgeneric_array-48e9a14b431e8351.rlib" "/opt/crater/target/debug/deps/libtypenum-be6af725131bb938.rlib" "/opt/crater/target/debug/deps/libimage-5dd6721cc2d8fccd.rlib" "/opt/crater/target/debug/deps/libtiff-902506fd2a892af6.rlib" "/opt/crater/target/debug/deps/libpng-af3c477fee192a91.rlib" "/opt/crater/target/debug/deps/libdeflate-7dcd6ef70ee4a22e.rlib" "/opt/crater/target/debug/deps/libinflate-f270147f503dc3cc.rlib" "/opt/crater/target/debug/deps/libadler32-46acf8b49c11de91.rlib" "/opt/crater/target/debug/deps/libjpeg_decoder-6f6f60b0d7ac76a3.rlib" "/opt/crater/target/debug/deps/librayon-5ac4b4daeab08017.rlib" "/opt/crater/target/debug/deps/librayon_core-50cb101975bd040e.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-c0f5751a63321b42.rlib" "/opt/crater/target/debug/deps/libeither-f57ccefea727a9a2.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-0ba8a41350b6f2ca.rlib" "/opt/crater/target/debug/deps/libgif-a43f52c9d9404aca.rlib" "/opt/crater/target/debug/deps/libcolor_quant-8511fd5bfbc7d035.rlib" "/opt/crater/target/debug/deps/libscoped_threadpool-6d4da2a6693d38c4.rlib" "/opt/crater/target/debug/deps/libnum_rational-e3c478996b97bb96.rlib" "/opt/crater/target/debug/deps/libnum_iter-8bc927efbd8da8bb.rlib" "/opt/crater/target/debug/deps/libnum_integer-996561f06039699f.rlib" "/opt/crater/target/debug/deps/liblzw-f7952389a69c619d.rlib" "/opt/crater/target/debug/deps/librusttype-ab43219cd2c527eb.rlib" "/opt/crater/target/debug/deps/libnum_cpus-84b2b9d4899d054a.rlib" "/opt/crater/target/debug/deps/liblibc-e3ba75b536aabfa5.rlib" "/opt/crater/target/debug/deps/libstb_truetype-587b4ddca73fd12b.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-57a001d205c41375.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-fb6e8420b402c637.rlib" "/opt/crater/target/debug/deps/libscopeguard-9b8601d6dfc234d1.rlib" "/opt/crater/target/debug/deps/libmemoffset-f086ca483a85f9a8.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-1194d3403efb476d.rlib" "/opt/crater/target/debug/deps/liblazy_static-35422c5bca3b6d90.rlib" "/opt/crater/target/debug/deps/libcfg_if-29b6f8db75d699b1.rlib" "/opt/crater/target/debug/deps/librustc_hash-eff5e8b47b0f3637.rlib" "/opt/crater/target/debug/deps/libbyteorder-1ca0e27fd3a97256.rlib" "/opt/crater/target/debug/deps/liblinked_hash_map-938e708a1661229b.rlib" "/opt/crater/target/debug/deps/libarrayvec-fc69fa362388ff8e.rlib" "/opt/crater/target/debug/deps/libnodrop-e7a4f1c1f7749e1f.rlib" "/opt/crater/target/debug/deps/libordered_float-941d35ae64b2e873.rlib" "/opt/crater/target/debug/deps/libapprox-d6dd1fd6d3dff9d4.rlib" "/opt/crater/target/debug/deps/libnum_traits-8c434304d2c544b1.rlib" "/opt/crater/target/debug/deps/libbitflags-7220c27e9b431920.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-9895e8982b0a79e7.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-57306b8ed3378a0e.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-54463ae5adae3649.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-d99667b199a9875a.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-51f4300e102199f5.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-b3ccf1f7737a6a91.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-157c37a3ceb78853.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-505bcee45aafb736.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-c29abd529ba4452b.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-895383a3232f6572.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-5594cb4f559bc761.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-38e90baf978bc428.rlib" "-Wl,-Bdynamic" "-ldl" "-ldl" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `kiss3d`. [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.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/primitives2d-10847148e7ed484f.primitives2d.1ls55nej-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/primitives2d-10847148e7ed484f.primitives2d.1ls55nej-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/primitives2d-10847148e7ed484f.primitives2d.1ls55nej-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/primitives2d-10847148e7ed484f.primitives2d.1ls55nej-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/primitives2d-10847148e7ed484f.primitives2d.1ls55nej-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/primitives2d-10847148e7ed484f.primitives2d.1ls55nej-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/primitives2d-10847148e7ed484f.primitives2d.1ls55nej-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/primitives2d-10847148e7ed484f.primitives2d.1ls55nej-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/primitives2d-10847148e7ed484f.primitives2d.1ls55nej-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/primitives2d-10847148e7ed484f.primitives2d.1ls55nej-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/primitives2d-10847148e7ed484f.primitives2d.1ls55nej-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/primitives2d-10847148e7ed484f.primitives2d.1ls55nej-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/primitives2d-10847148e7ed484f.primitives2d.1ls55nej-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/primitives2d-10847148e7ed484f.primitives2d.1ls55nej-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/primitives2d-10847148e7ed484f.primitives2d.1ls55nej-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/primitives2d-10847148e7ed484f.primitives2d.1ls55nej-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/primitives2d-10847148e7ed484f" "/opt/crater/target/debug/examples/primitives2d-10847148e7ed484f.45ax4xsdy6awfxkc.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/libloading-b17b3e19f6977791/out" "-L" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libkiss3d-96651fc82a83567f.rlib" "/opt/crater/target/debug/deps/libinstant-1ca17d2bcdb2b41a.rlib" "/opt/crater/target/debug/deps/libglutin-6c76aacaaae66402.rlib" "/opt/crater/target/debug/deps/libosmesa_sys-879b512378278c78.rlib" "/opt/crater/target/debug/deps/libwinit-0333faa906ff4490.rlib" "/opt/crater/target/debug/deps/libsmithay_client_toolkit-42c48bf14f09756f.rlib" "/opt/crater/target/debug/deps/libwayland_protocols-ca9c42278a5776ae.rlib" "/opt/crater/target/debug/deps/libwayland_client-1c626f62df3a07ac.rlib" "/opt/crater/target/debug/deps/libwayland_commons-90567e8efe3e9c5b.rlib" "/opt/crater/target/debug/deps/libwayland_sys-645b5cedac842f17.rlib" "/opt/crater/target/debug/deps/libnix-5a5891c51427dcf2.rlib" "/opt/crater/target/debug/deps/libvoid-2515ce9d4297bf7d.rlib" "/opt/crater/target/debug/deps/libmemmap-eff7ebbf8aabfcd3.rlib" "/opt/crater/target/debug/deps/libandrew-31d89e6d0dc5b4d6.rlib" "/opt/crater/target/debug/deps/libxml-3f987ccfca5101ab.rlib" "/opt/crater/target/debug/deps/libxdg-289145b52f821f74.rlib" "/opt/crater/target/debug/deps/libwalkdir-e2e9f739cb050018.rlib" "/opt/crater/target/debug/deps/libsame_file-0853742fdfbfd6bb.rlib" "/opt/crater/target/debug/deps/libline_drawing-5cd8f704d1022717.rlib" "/opt/crater/target/debug/deps/libdlib-6196b79a76ccd7a7.rlib" "/opt/crater/target/debug/deps/liblibloading-30354d043f1b37b5.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-46b84a469bd03b92.rlib" "/opt/crater/target/debug/deps/libparking_lot-12eabd9882769c3f.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-514af8f6e6ec1ec4.rlib" "/opt/crater/target/debug/deps/liblock_api-8ec026c283607898.rlib" "/opt/crater/target/debug/deps/libowning_ref-dcde4af4fc98f07e.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-2a9412c89a8f626f.rlib" "/opt/crater/target/debug/deps/libscopeguard-f1a5efe88a6d7a2c.rlib" "/opt/crater/target/debug/deps/libx11_dl-abf2cbb1dd2b29bd.rlib" "/opt/crater/target/debug/deps/liblog-42c7a57c494171fb.rlib" "/opt/crater/target/debug/deps/libshared_library-88e4ce3c03325ed8.rlib" "/opt/crater/target/debug/deps/libgl-660d52aa2c38283a.rlib" "/opt/crater/target/debug/deps/libserde-f4ad0cdcf3ae7a20.rlib" "/opt/crater/target/debug/deps/libncollide3d-89a61bee36480c4e.rlib" "/opt/crater/target/debug/deps/libpetgraph-5fb3a0ca3c5ea578.rlib" "/opt/crater/target/debug/deps/libordermap-7e1e00ad81ca8251.rlib" "/opt/crater/target/debug/deps/libfixedbitset-328a58a325e0b1ef.rlib" "/opt/crater/target/debug/deps/libsmallvec-e7fd7440a8b77331.rlib" "/opt/crater/target/debug/deps/libslab-b904edcdb208ad5f.rlib" "/opt/crater/target/debug/deps/libdowncast_rs-213d63cee3c56bee.rlib" "/opt/crater/target/debug/deps/libnalgebra-74057ca81a525b42.rlib" "/opt/crater/target/debug/deps/libalga-9ffe904fe6b16999.rlib" "/opt/crater/target/debug/deps/librand-90f16bd48677b73c.rlib" "/opt/crater/target/debug/deps/librand_xorshift-6a66fc50e6498d00.rlib" "/opt/crater/target/debug/deps/librand_pcg-d8d5dea3cc11bfd5.rlib" "/opt/crater/target/debug/deps/librand_hc-83283ab0a0ee3df8.rlib" "/opt/crater/target/debug/deps/librand_chacha-935e7b1d9428a758.rlib" "/opt/crater/target/debug/deps/librand_isaac-94fc18115e9afd61.rlib" "/opt/crater/target/debug/deps/librand_core-482fdfb44fe03c92.rlib" "/opt/crater/target/debug/deps/librand_os-0de48faa648b11e1.rlib" "/opt/crater/target/debug/deps/librand_jitter-1f73b0ee635ef60d.rlib" "/opt/crater/target/debug/deps/librand_core-a9179eebc82cf0f0.rlib" "/opt/crater/target/debug/deps/libnum_complex-8d3020824787f399.rlib" "/opt/crater/target/debug/deps/libmatrixmultiply-6cbc28ab4364b31f.rlib" "/opt/crater/target/debug/deps/librawpointer-00bcf4c98a1e46cc.rlib" "/opt/crater/target/debug/deps/libgeneric_array-48e9a14b431e8351.rlib" "/opt/crater/target/debug/deps/libtypenum-be6af725131bb938.rlib" "/opt/crater/target/debug/deps/libimage-5dd6721cc2d8fccd.rlib" "/opt/crater/target/debug/deps/libtiff-902506fd2a892af6.rlib" "/opt/crater/target/debug/deps/libpng-af3c477fee192a91.rlib" "/opt/crater/target/debug/deps/libdeflate-7dcd6ef70ee4a22e.rlib" "/opt/crater/target/debug/deps/libinflate-f270147f503dc3cc.rlib" "/opt/crater/target/debug/deps/libadler32-46acf8b49c11de91.rlib" "/opt/crater/target/debug/deps/libjpeg_decoder-6f6f60b0d7ac76a3.rlib" "/opt/crater/target/debug/deps/librayon-5ac4b4daeab08017.rlib" "/opt/crater/target/debug/deps/librayon_core-50cb101975bd040e.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-c0f5751a63321b42.rlib" "/opt/crater/target/debug/deps/libeither-f57ccefea727a9a2.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-0ba8a41350b6f2ca.rlib" "/opt/crater/target/debug/deps/libgif-a43f52c9d9404aca.rlib" "/opt/crater/target/debug/deps/libcolor_quant-8511fd5bfbc7d035.rlib" "/opt/crater/target/debug/deps/libscoped_threadpool-6d4da2a6693d38c4.rlib" "/opt/crater/target/debug/deps/libnum_rational-e3c478996b97bb96.rlib" "/opt/crater/target/debug/deps/libnum_iter-8bc927efbd8da8bb.rlib" "/opt/crater/target/debug/deps/libnum_integer-996561f06039699f.rlib" "/opt/crater/target/debug/deps/liblzw-f7952389a69c619d.rlib" "/opt/crater/target/debug/deps/librusttype-ab43219cd2c527eb.rlib" "/opt/crater/target/debug/deps/libnum_cpus-84b2b9d4899d054a.rlib" "/opt/crater/target/debug/deps/liblibc-e3ba75b536aabfa5.rlib" "/opt/crater/target/debug/deps/libstb_truetype-587b4ddca73fd12b.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-57a001d205c41375.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-fb6e8420b402c637.rlib" "/opt/crater/target/debug/deps/libscopeguard-9b8601d6dfc234d1.rlib" "/opt/crater/target/debug/deps/libmemoffset-f086ca483a85f9a8.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-1194d3403efb476d.rlib" "/opt/crater/target/debug/deps/liblazy_static-35422c5bca3b6d90.rlib" "/opt/crater/target/debug/deps/libcfg_if-29b6f8db75d699b1.rlib" "/opt/crater/target/debug/deps/librustc_hash-eff5e8b47b0f3637.rlib" "/opt/crater/target/debug/deps/libbyteorder-1ca0e27fd3a97256.rlib" "/opt/crater/target/debug/deps/liblinked_hash_map-938e708a1661229b.rlib" "/opt/crater/target/debug/deps/libarrayvec-fc69fa362388ff8e.rlib" "/opt/crater/target/debug/deps/libnodrop-e7a4f1c1f7749e1f.rlib" "/opt/crater/target/debug/deps/libordered_float-941d35ae64b2e873.rlib" "/opt/crater/target/debug/deps/libapprox-d6dd1fd6d3dff9d4.rlib" "/opt/crater/target/debug/deps/libnum_traits-8c434304d2c544b1.rlib" "/opt/crater/target/debug/deps/libbitflags-7220c27e9b431920.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-9895e8982b0a79e7.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-57306b8ed3378a0e.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-54463ae5adae3649.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-d99667b199a9875a.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-51f4300e102199f5.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-b3ccf1f7737a6a91.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-157c37a3ceb78853.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-505bcee45aafb736.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-c29abd529ba4452b.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-895383a3232f6572.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-5594cb4f559bc761.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-38e90baf978bc428.rlib" "-Wl,-Bdynamic" "-ldl" "-ldl" "-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: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/group-e306506f2b439230.group.akhu9nbk-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/group-e306506f2b439230.group.akhu9nbk-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/group-e306506f2b439230.group.akhu9nbk-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/group-e306506f2b439230.group.akhu9nbk-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/group-e306506f2b439230.group.akhu9nbk-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/group-e306506f2b439230.group.akhu9nbk-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/group-e306506f2b439230.group.akhu9nbk-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/group-e306506f2b439230.group.akhu9nbk-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/group-e306506f2b439230.group.akhu9nbk-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/group-e306506f2b439230.group.akhu9nbk-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/group-e306506f2b439230.group.akhu9nbk-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/group-e306506f2b439230.group.akhu9nbk-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/group-e306506f2b439230.group.akhu9nbk-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/group-e306506f2b439230.group.akhu9nbk-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/group-e306506f2b439230.group.akhu9nbk-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/group-e306506f2b439230.group.akhu9nbk-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/group-e306506f2b439230" "/opt/crater/target/debug/examples/group-e306506f2b439230.1cruv5t5je0bjzif.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/libloading-b17b3e19f6977791/out" "-L" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libkiss3d-96651fc82a83567f.rlib" "/opt/crater/target/debug/deps/libinstant-1ca17d2bcdb2b41a.rlib" "/opt/crater/target/debug/deps/libglutin-6c76aacaaae66402.rlib" "/opt/crater/target/debug/deps/libosmesa_sys-879b512378278c78.rlib" "/opt/crater/target/debug/deps/libwinit-0333faa906ff4490.rlib" "/opt/crater/target/debug/deps/libsmithay_client_toolkit-42c48bf14f09756f.rlib" "/opt/crater/target/debug/deps/libwayland_protocols-ca9c42278a5776ae.rlib" "/opt/crater/target/debug/deps/libwayland_client-1c626f62df3a07ac.rlib" "/opt/crater/target/debug/deps/libwayland_commons-90567e8efe3e9c5b.rlib" "/opt/crater/target/debug/deps/libwayland_sys-645b5cedac842f17.rlib" "/opt/crater/target/debug/deps/libnix-5a5891c51427dcf2.rlib" "/opt/crater/target/debug/deps/libvoid-2515ce9d4297bf7d.rlib" "/opt/crater/target/debug/deps/libmemmap-eff7ebbf8aabfcd3.rlib" "/opt/crater/target/debug/deps/libandrew-31d89e6d0dc5b4d6.rlib" "/opt/crater/target/debug/deps/libxml-3f987ccfca5101ab.rlib" "/opt/crater/target/debug/deps/libxdg-289145b52f821f74.rlib" "/opt/crater/target/debug/deps/libwalkdir-e2e9f739cb050018.rlib" "/opt/crater/target/debug/deps/libsame_file-0853742fdfbfd6bb.rlib" "/opt/crater/target/debug/deps/libline_drawing-5cd8f704d1022717.rlib" "/opt/crater/target/debug/deps/libdlib-6196b79a76ccd7a7.rlib" "/opt/crater/target/debug/deps/liblibloading-30354d043f1b37b5.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-46b84a469bd03b92.rlib" "/opt/crater/target/debug/deps/libparking_lot-12eabd9882769c3f.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-514af8f6e6ec1ec4.rlib" "/opt/crater/target/debug/deps/liblock_api-8ec026c283607898.rlib" "/opt/crater/target/debug/deps/libowning_ref-dcde4af4fc98f07e.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-2a9412c89a8f626f.rlib" "/opt/crater/target/debug/deps/libscopeguard-f1a5efe88a6d7a2c.rlib" "/opt/crater/target/debug/deps/libx11_dl-abf2cbb1dd2b29bd.rlib" "/opt/crater/target/debug/deps/liblog-42c7a57c494171fb.rlib" "/opt/crater/target/debug/deps/libshared_library-88e4ce3c03325ed8.rlib" "/opt/crater/target/debug/deps/libgl-660d52aa2c38283a.rlib" "/opt/crater/target/debug/deps/libserde-f4ad0cdcf3ae7a20.rlib" "/opt/crater/target/debug/deps/libncollide3d-89a61bee36480c4e.rlib" "/opt/crater/target/debug/deps/libpetgraph-5fb3a0ca3c5ea578.rlib" "/opt/crater/target/debug/deps/libordermap-7e1e00ad81ca8251.rlib" "/opt/crater/target/debug/deps/libfixedbitset-328a58a325e0b1ef.rlib" "/opt/crater/target/debug/deps/libsmallvec-e7fd7440a8b77331.rlib" "/opt/crater/target/debug/deps/libslab-b904edcdb208ad5f.rlib" "/opt/crater/target/debug/deps/libdowncast_rs-213d63cee3c56bee.rlib" "/opt/crater/target/debug/deps/libnalgebra-74057ca81a525b42.rlib" "/opt/crater/target/debug/deps/libalga-9ffe904fe6b16999.rlib" "/opt/crater/target/debug/deps/librand-90f16bd48677b73c.rlib" "/opt/crater/target/debug/deps/librand_xorshift-6a66fc50e6498d00.rlib" "/opt/crater/target/debug/deps/librand_pcg-d8d5dea3cc11bfd5.rlib" "/opt/crater/target/debug/deps/librand_hc-83283ab0a0ee3df8.rlib" "/opt/crater/target/debug/deps/librand_chacha-935e7b1d9428a758.rlib" "/opt/crater/target/debug/deps/librand_isaac-94fc18115e9afd61.rlib" "/opt/crater/target/debug/deps/librand_core-482fdfb44fe03c92.rlib" "/opt/crater/target/debug/deps/librand_os-0de48faa648b11e1.rlib" "/opt/crater/target/debug/deps/librand_jitter-1f73b0ee635ef60d.rlib" "/opt/crater/target/debug/deps/librand_core-a9179eebc82cf0f0.rlib" "/opt/crater/target/debug/deps/libnum_complex-8d3020824787f399.rlib" "/opt/crater/target/debug/deps/libmatrixmultiply-6cbc28ab4364b31f.rlib" "/opt/crater/target/debug/deps/librawpointer-00bcf4c98a1e46cc.rlib" "/opt/crater/target/debug/deps/libgeneric_array-48e9a14b431e8351.rlib" "/opt/crater/target/debug/deps/libtypenum-be6af725131bb938.rlib" "/opt/crater/target/debug/deps/libimage-5dd6721cc2d8fccd.rlib" "/opt/crater/target/debug/deps/libtiff-902506fd2a892af6.rlib" "/opt/crater/target/debug/deps/libpng-af3c477fee192a91.rlib" "/opt/crater/target/debug/deps/libdeflate-7dcd6ef70ee4a22e.rlib" "/opt/crater/target/debug/deps/libinflate-f270147f503dc3cc.rlib" "/opt/crater/target/debug/deps/libadler32-46acf8b49c11de91.rlib" "/opt/crater/target/debug/deps/libjpeg_decoder-6f6f60b0d7ac76a3.rlib" "/opt/crater/target/debug/deps/librayon-5ac4b4daeab08017.rlib" "/opt/crater/target/debug/deps/librayon_core-50cb101975bd040e.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-c0f5751a63321b42.rlib" "/opt/crater/target/debug/deps/libeither-f57ccefea727a9a2.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-0ba8a41350b6f2ca.rlib" "/opt/crater/target/debug/deps/libgif-a43f52c9d9404aca.rlib" "/opt/crater/target/debug/deps/libcolor_quant-8511fd5bfbc7d035.rlib" "/opt/crater/target/debug/deps/libscoped_threadpool-6d4da2a6693d38c4.rlib" "/opt/crater/target/debug/deps/libnum_rational-e3c478996b97bb96.rlib" "/opt/crater/target/debug/deps/libnum_iter-8bc927efbd8da8bb.rlib" "/opt/crater/target/debug/deps/libnum_integer-996561f06039699f.rlib" "/opt/crater/target/debug/deps/liblzw-f7952389a69c619d.rlib" "/opt/crater/target/debug/deps/librusttype-ab43219cd2c527eb.rlib" "/opt/crater/target/debug/deps/libnum_cpus-84b2b9d4899d054a.rlib" "/opt/crater/target/debug/deps/liblibc-e3ba75b536aabfa5.rlib" "/opt/crater/target/debug/deps/libstb_truetype-587b4ddca73fd12b.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-57a001d205c41375.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-fb6e8420b402c637.rlib" "/opt/crater/target/debug/deps/libscopeguard-9b8601d6dfc234d1.rlib" "/opt/crater/target/debug/deps/libmemoffset-f086ca483a85f9a8.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-1194d3403efb476d.rlib" "/opt/crater/target/debug/deps/liblazy_static-35422c5bca3b6d90.rlib" "/opt/crater/target/debug/deps/libcfg_if-29b6f8db75d699b1.rlib" "/opt/crater/target/debug/deps/librustc_hash-eff5e8b47b0f3637.rlib" "/opt/crater/target/debug/deps/libbyteorder-1ca0e27fd3a97256.rlib" "/opt/crater/target/debug/deps/liblinked_hash_map-938e708a1661229b.rlib" "/opt/crater/target/debug/deps/libarrayvec-fc69fa362388ff8e.rlib" "/opt/crater/target/debug/deps/libnodrop-e7a4f1c1f7749e1f.rlib" "/opt/crater/target/debug/deps/libordered_float-941d35ae64b2e873.rlib" "/opt/crater/target/debug/deps/libapprox-d6dd1fd6d3dff9d4.rlib" "/opt/crater/target/debug/deps/libnum_traits-8c434304d2c544b1.rlib" "/opt/crater/target/debug/deps/libbitflags-7220c27e9b431920.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-9895e8982b0a79e7.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-57306b8ed3378a0e.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-54463ae5adae3649.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-d99667b199a9875a.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-51f4300e102199f5.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-b3ccf1f7737a6a91.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-157c37a3ceb78853.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-505bcee45aafb736.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-c29abd529ba4452b.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-895383a3232f6572.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-5594cb4f559bc761.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-38e90baf978bc428.rlib" "-Wl,-Bdynamic" "-ldl" "-ldl" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: BFD (GNU Binutils for Debian) 2.28 internal error, aborting at ../../bfd/merge.c:908 in _bfd_merged_section_offset [INFO] [stderr] [INFO] [stderr] /usr/bin/ld: Please report this bug. [INFO] [stderr] [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `kiss3d`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name points examples/points.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 -C metadata=61fc974cb505f5b7 -C extra-filename=-61fc974cb505f5b7 --out-dir /opt/crater/target/debug/examples -L dependency=/opt/crater/target/debug/deps --extern bitflags=/opt/crater/target/debug/deps/libbitflags-7220c27e9b431920.rlib --extern gl=/opt/crater/target/debug/deps/libgl-660d52aa2c38283a.rlib --extern glutin=/opt/crater/target/debug/deps/libglutin-6c76aacaaae66402.rlib --extern image=/opt/crater/target/debug/deps/libimage-5dd6721cc2d8fccd.rlib --extern instant=/opt/crater/target/debug/deps/libinstant-1ca17d2bcdb2b41a.rlib --extern kiss3d=/opt/crater/target/debug/deps/libkiss3d-96651fc82a83567f.rlib --extern libc=/opt/crater/target/debug/deps/liblibc-e3ba75b536aabfa5.rlib --extern nalgebra=/opt/crater/target/debug/deps/libnalgebra-74057ca81a525b42.rlib --extern ncollide2d=/opt/crater/target/debug/deps/libncollide2d-47e9d618ccd3d508.rlib --extern ncollide3d=/opt/crater/target/debug/deps/libncollide3d-89a61bee36480c4e.rlib --extern num_traits=/opt/crater/target/debug/deps/libnum_traits-8c434304d2c544b1.rlib --extern rand=/opt/crater/target/debug/deps/librand-90f16bd48677b73c.rlib --extern rusttype=/opt/crater/target/debug/deps/librusttype-ab43219cd2c527eb.rlib --extern serde=/opt/crater/target/debug/deps/libserde-f4ad0cdcf3ae7a20.rlib --extern serde_derive=/opt/crater/target/debug/deps/libserde_derive-cfccbe2b49126947.so --cap-lints=warn -L native=/opt/crater/target/debug/build/libloading-b17b3e19f6977791/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `kiss3d`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `kiss3d`. [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.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/event-624c18d2221eba09.event.ael9be0p-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/event-624c18d2221eba09.event.ael9be0p-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/event-624c18d2221eba09.event.ael9be0p-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/event-624c18d2221eba09.event.ael9be0p-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/event-624c18d2221eba09.event.ael9be0p-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/event-624c18d2221eba09.event.ael9be0p-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/event-624c18d2221eba09.event.ael9be0p-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/event-624c18d2221eba09.event.ael9be0p-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/event-624c18d2221eba09.event.ael9be0p-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/event-624c18d2221eba09.event.ael9be0p-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/event-624c18d2221eba09.event.ael9be0p-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/event-624c18d2221eba09.event.ael9be0p-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/event-624c18d2221eba09.event.ael9be0p-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/event-624c18d2221eba09.event.ael9be0p-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/event-624c18d2221eba09.event.ael9be0p-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/event-624c18d2221eba09.event.ael9be0p-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/event-624c18d2221eba09" "/opt/crater/target/debug/examples/event-624c18d2221eba09.22pl2s9vfde2tlhn.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/libloading-b17b3e19f6977791/out" "-L" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libkiss3d-96651fc82a83567f.rlib" "/opt/crater/target/debug/deps/libinstant-1ca17d2bcdb2b41a.rlib" "/opt/crater/target/debug/deps/libglutin-6c76aacaaae66402.rlib" "/opt/crater/target/debug/deps/libosmesa_sys-879b512378278c78.rlib" "/opt/crater/target/debug/deps/libwinit-0333faa906ff4490.rlib" "/opt/crater/target/debug/deps/libsmithay_client_toolkit-42c48bf14f09756f.rlib" "/opt/crater/target/debug/deps/libwayland_protocols-ca9c42278a5776ae.rlib" "/opt/crater/target/debug/deps/libwayland_client-1c626f62df3a07ac.rlib" "/opt/crater/target/debug/deps/libwayland_commons-90567e8efe3e9c5b.rlib" "/opt/crater/target/debug/deps/libwayland_sys-645b5cedac842f17.rlib" "/opt/crater/target/debug/deps/libnix-5a5891c51427dcf2.rlib" "/opt/crater/target/debug/deps/libvoid-2515ce9d4297bf7d.rlib" "/opt/crater/target/debug/deps/libmemmap-eff7ebbf8aabfcd3.rlib" "/opt/crater/target/debug/deps/libandrew-31d89e6d0dc5b4d6.rlib" "/opt/crater/target/debug/deps/libxml-3f987ccfca5101ab.rlib" "/opt/crater/target/debug/deps/libxdg-289145b52f821f74.rlib" "/opt/crater/target/debug/deps/libwalkdir-e2e9f739cb050018.rlib" "/opt/crater/target/debug/deps/libsame_file-0853742fdfbfd6bb.rlib" "/opt/crater/target/debug/deps/libline_drawing-5cd8f704d1022717.rlib" "/opt/crater/target/debug/deps/libdlib-6196b79a76ccd7a7.rlib" "/opt/crater/target/debug/deps/liblibloading-30354d043f1b37b5.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-46b84a469bd03b92.rlib" "/opt/crater/target/debug/deps/libparking_lot-12eabd9882769c3f.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-514af8f6e6ec1ec4.rlib" "/opt/crater/target/debug/deps/liblock_api-8ec026c283607898.rlib" "/opt/crater/target/debug/deps/libowning_ref-dcde4af4fc98f07e.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-2a9412c89a8f626f.rlib" "/opt/crater/target/debug/deps/libscopeguard-f1a5efe88a6d7a2c.rlib" "/opt/crater/target/debug/deps/libx11_dl-abf2cbb1dd2b29bd.rlib" "/opt/crater/target/debug/deps/liblog-42c7a57c494171fb.rlib" "/opt/crater/target/debug/deps/libshared_library-88e4ce3c03325ed8.rlib" "/opt/crater/target/debug/deps/libgl-660d52aa2c38283a.rlib" "/opt/crater/target/debug/deps/libserde-f4ad0cdcf3ae7a20.rlib" "/opt/crater/target/debug/deps/libncollide3d-89a61bee36480c4e.rlib" "/opt/crater/target/debug/deps/libpetgraph-5fb3a0ca3c5ea578.rlib" "/opt/crater/target/debug/deps/libordermap-7e1e00ad81ca8251.rlib" "/opt/crater/target/debug/deps/libfixedbitset-328a58a325e0b1ef.rlib" "/opt/crater/target/debug/deps/libsmallvec-e7fd7440a8b77331.rlib" "/opt/crater/target/debug/deps/libslab-b904edcdb208ad5f.rlib" "/opt/crater/target/debug/deps/libdowncast_rs-213d63cee3c56bee.rlib" "/opt/crater/target/debug/deps/libnalgebra-74057ca81a525b42.rlib" "/opt/crater/target/debug/deps/libalga-9ffe904fe6b16999.rlib" "/opt/crater/target/debug/deps/librand-90f16bd48677b73c.rlib" "/opt/crater/target/debug/deps/librand_xorshift-6a66fc50e6498d00.rlib" "/opt/crater/target/debug/deps/librand_pcg-d8d5dea3cc11bfd5.rlib" "/opt/crater/target/debug/deps/librand_hc-83283ab0a0ee3df8.rlib" "/opt/crater/target/debug/deps/librand_chacha-935e7b1d9428a758.rlib" "/opt/crater/target/debug/deps/librand_isaac-94fc18115e9afd61.rlib" "/opt/crater/target/debug/deps/librand_core-482fdfb44fe03c92.rlib" "/opt/crater/target/debug/deps/librand_os-0de48faa648b11e1.rlib" "/opt/crater/target/debug/deps/librand_jitter-1f73b0ee635ef60d.rlib" "/opt/crater/target/debug/deps/librand_core-a9179eebc82cf0f0.rlib" "/opt/crater/target/debug/deps/libnum_complex-8d3020824787f399.rlib" "/opt/crater/target/debug/deps/libmatrixmultiply-6cbc28ab4364b31f.rlib" "/opt/crater/target/debug/deps/librawpointer-00bcf4c98a1e46cc.rlib" "/opt/crater/target/debug/deps/libgeneric_array-48e9a14b431e8351.rlib" "/opt/crater/target/debug/deps/libtypenum-be6af725131bb938.rlib" "/opt/crater/target/debug/deps/libimage-5dd6721cc2d8fccd.rlib" "/opt/crater/target/debug/deps/libtiff-902506fd2a892af6.rlib" "/opt/crater/target/debug/deps/libpng-af3c477fee192a91.rlib" "/opt/crater/target/debug/deps/libdeflate-7dcd6ef70ee4a22e.rlib" "/opt/crater/target/debug/deps/libinflate-f270147f503dc3cc.rlib" "/opt/crater/target/debug/deps/libadler32-46acf8b49c11de91.rlib" "/opt/crater/target/debug/deps/libjpeg_decoder-6f6f60b0d7ac76a3.rlib" "/opt/crater/target/debug/deps/librayon-5ac4b4daeab08017.rlib" "/opt/crater/target/debug/deps/librayon_core-50cb101975bd040e.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-c0f5751a63321b42.rlib" "/opt/crater/target/debug/deps/libeither-f57ccefea727a9a2.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-0ba8a41350b6f2ca.rlib" "/opt/crater/target/debug/deps/libgif-a43f52c9d9404aca.rlib" "/opt/crater/target/debug/deps/libcolor_quant-8511fd5bfbc7d035.rlib" "/opt/crater/target/debug/deps/libscoped_threadpool-6d4da2a6693d38c4.rlib" "/opt/crater/target/debug/deps/libnum_rational-e3c478996b97bb96.rlib" "/opt/crater/target/debug/deps/libnum_iter-8bc927efbd8da8bb.rlib" "/opt/crater/target/debug/deps/libnum_integer-996561f06039699f.rlib" "/opt/crater/target/debug/deps/liblzw-f7952389a69c619d.rlib" "/opt/crater/target/debug/deps/librusttype-ab43219cd2c527eb.rlib" "/opt/crater/target/debug/deps/libnum_cpus-84b2b9d4899d054a.rlib" "/opt/crater/target/debug/deps/liblibc-e3ba75b536aabfa5.rlib" "/opt/crater/target/debug/deps/libstb_truetype-587b4ddca73fd12b.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-57a001d205c41375.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-fb6e8420b402c637.rlib" "/opt/crater/target/debug/deps/libscopeguard-9b8601d6dfc234d1.rlib" "/opt/crater/target/debug/deps/libmemoffset-f086ca483a85f9a8.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-1194d3403efb476d.rlib" "/opt/crater/target/debug/deps/liblazy_static-35422c5bca3b6d90.rlib" "/opt/crater/target/debug/deps/libcfg_if-29b6f8db75d699b1.rlib" "/opt/crater/target/debug/deps/librustc_hash-eff5e8b47b0f3637.rlib" "/opt/crater/target/debug/deps/libbyteorder-1ca0e27fd3a97256.rlib" "/opt/crater/target/debug/deps/liblinked_hash_map-938e708a1661229b.rlib" "/opt/crater/target/debug/deps/libarrayvec-fc69fa362388ff8e.rlib" "/opt/crater/target/debug/deps/libnodrop-e7a4f1c1f7749e1f.rlib" "/opt/crater/target/debug/deps/libordered_float-941d35ae64b2e873.rlib" "/opt/crater/target/debug/deps/libapprox-d6dd1fd6d3dff9d4.rlib" "/opt/crater/target/debug/deps/libnum_traits-8c434304d2c544b1.rlib" "/opt/crater/target/debug/deps/libbitflags-7220c27e9b431920.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-9895e8982b0a79e7.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-57306b8ed3378a0e.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-54463ae5adae3649.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-d99667b199a9875a.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-51f4300e102199f5.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-b3ccf1f7737a6a91.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-157c37a3ceb78853.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-505bcee45aafb736.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-c29abd529ba4452b.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-895383a3232f6572.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-5594cb4f559bc761.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-38e90baf978bc428.rlib" "-Wl,-Bdynamic" "-ldl" "-ldl" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: 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: error in /opt/crater/target/debug/deps/libwayland_sys-645b5cedac842f17.rlib(wayland_sys-645b5cedac842f17.wayland_sys.aml4s11o-cgu.11.rcgu.o)(.eh_frame); no .eh_frame_hdr table will be created. [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: error in /opt/crater/target/debug/deps/libparking_lot-12eabd9882769c3f.rlib(parking_lot-12eabd9882769c3f.parking_lot.30ybd2x3-cgu.3.rcgu.o)(.eh_frame); no .eh_frame_hdr table will be created. [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/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: 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 `kiss3d`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "808851ff96b85243e8ecb7315293d7fc6a6076ee368a0e34c0ddc810e89c359a"` [INFO] running `"docker" "rm" "-f" "808851ff96b85243e8ecb7315293d7fc6a6076ee368a0e34c0ddc810e89c359a"` [INFO] [stdout] 808851ff96b85243e8ecb7315293d7fc6a6076ee368a0e34c0ddc810e89c359a