[INFO] crate kiss3d 0.20.1 is already in cache [INFO] extracting crate kiss3d 0.20.1 into work/ex/beta-1.38-1/sources/1.37.0/reg/kiss3d/0.20.1 [INFO] extracting crate kiss3d 0.20.1 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/kiss3d/0.20.1 [INFO] validating manifest of kiss3d-0.20.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 kiss3d-0.20.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 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.38-1/sources/1.37.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.38-1/sources/beta-2019-08-13/reg/kiss3d/0.20.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] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] testing kiss3d-0.20.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/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.37.0" "build" "--frozen"` [INFO] [stdout] 7299abbfa226025c33c7e03fa2a124a30856f56bcaeb668b05e3475226f8ff0c [INFO] running `"docker" "start" "-a" "7299abbfa226025c33c7e03fa2a124a30856f56bcaeb668b05e3475226f8ff0c"` [INFO] [stderr] Compiling instant v0.1.1 [INFO] [stderr] Compiling num-derive v0.2.5 [INFO] [stderr] Compiling alga v0.9.1 [INFO] [stderr] Compiling rusttype v0.7.7 [INFO] [stderr] Compiling jpeg-decoder v0.1.15 [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 tiff v0.2.2 [INFO] [stderr] Compiling image v0.21.3 [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: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/builtin/normals_material.rs:48:22 [INFO] [stderr] | [INFO] [stderr] 48 | camera: &mut Camera, [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Camera` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/builtin/object_material.rs:71:22 [INFO] [stderr] | [INFO] [stderr] 71 | camera: &mut Camera, [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Camera` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/builtin/uvs_material.rs:48:22 [INFO] [stderr] | [INFO] [stderr] 48 | camera: &mut Camera, [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Camera` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/builtin/planar_object_material.rs:61:22 [INFO] [stderr] | [INFO] [stderr] 61 | camera: &mut PlanarCamera, [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn PlanarCamera` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/planar_line_renderer.rs:67:43 [INFO] [stderr] | [INFO] [stderr] 67 | pub fn render(&mut self, camera: &mut PlanarCamera) { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn PlanarCamera` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/renderer/line_renderer.rs:66:52 [INFO] [stderr] | [INFO] [stderr] 66 | fn render(&mut self, pass: usize, camera: &mut Camera) { [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Camera` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/renderer/point_renderer.rs:63:52 [INFO] [stderr] | [INFO] [stderr] 63 | fn render(&mut self, pass: usize, camera: &mut Camera) { [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Camera` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/renderer/renderer.rs:6:52 [INFO] [stderr] | [INFO] [stderr] 6 | fn render(&mut self, pass: usize, camera: &mut Camera); [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Camera` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/resource/material.rs:19:22 [INFO] [stderr] | [INFO] [stderr] 19 | camera: &mut Camera, // FIXME: replace those two arguments by [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Camera` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/resource/material.rs:33:22 [INFO] [stderr] | [INFO] [stderr] 33 | camera: &mut PlanarCamera, // FIXME: replace those two arguments by [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn PlanarCamera` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/resource/material_manager.rs:20:38 [INFO] [stderr] | [INFO] [stderr] 20 | default_material: Rc>>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Material + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/resource/material_manager.rs:21:47 [INFO] [stderr] | [INFO] [stderr] 21 | materials: HashMap>>>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Material + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/resource/material_manager.rs:31:52 [INFO] [stderr] | [INFO] [stderr] 31 | Box::new(ObjectMaterial::new()) as Box [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Material + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/resource/material_manager.rs:36:53 [INFO] [stderr] | [INFO] [stderr] 36 | Box::new(NormalsMaterial::new()) as Box [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Material + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/resource/material_manager.rs:41:49 [INFO] [stderr] | [INFO] [stderr] 41 | Box::new(UvsMaterial::new()) as Box [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Material + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/resource/material_manager.rs:57:49 [INFO] [stderr] | [INFO] [stderr] 57 | pub fn get_default(&self) -> Rc>> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Material + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/resource/material_manager.rs:62:64 [INFO] [stderr] | [INFO] [stderr] 62 | pub fn get(&mut self, name: &str) -> Option>>> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Material + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/resource/material_manager.rs:67:52 [INFO] [stderr] | [INFO] [stderr] 67 | pub fn add(&mut self, material: Rc>>, name: &str) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Material + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/resource/planar_material_manager.rs:20:38 [INFO] [stderr] | [INFO] [stderr] 20 | default_material: Rc>>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn PlanarMaterial + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/resource/planar_material_manager.rs:21:47 [INFO] [stderr] | [INFO] [stderr] 21 | materials: HashMap>>>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn PlanarMaterial + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/resource/planar_material_manager.rs:31:58 [INFO] [stderr] | [INFO] [stderr] 31 | Box::new(PlanarObjectMaterial::new()) as Box [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn PlanarMaterial + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/resource/planar_material_manager.rs:47:49 [INFO] [stderr] | [INFO] [stderr] 47 | pub fn get_default(&self) -> Rc>> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn PlanarMaterial + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/resource/planar_material_manager.rs:52:64 [INFO] [stderr] | [INFO] [stderr] 52 | pub fn get(&mut self, name: &str) -> Option>>> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn PlanarMaterial + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/resource/planar_material_manager.rs:57:52 [INFO] [stderr] | [INFO] [stderr] 57 | pub fn add(&mut self, material: Rc>>, name: &str) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn PlanarMaterial + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/scene/object.rs:17:30 [INFO] [stderr] | [INFO] [stderr] 17 | material: Rc>>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Material + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/scene/object.rs:24:20 [INFO] [stderr] | [INFO] [stderr] 24 | user_data: Box, [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Any + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/scene/object.rs:68:33 [INFO] [stderr] | [INFO] [stderr] 68 | pub fn user_data(&self) -> &Any { [INFO] [stderr] | ^^^ help: use `dyn`: `dyn Any` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/scene/object.rs:91:34 [INFO] [stderr] | [INFO] [stderr] 91 | material: Rc>>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Material + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/scene/object.rs:117:22 [INFO] [stderr] | [INFO] [stderr] 117 | camera: &mut Camera, [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Camera` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/scene/object.rs:151:52 [INFO] [stderr] | [INFO] [stderr] 151 | pub fn set_user_data(&mut self, user_data: Box) { [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Any + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/scene/object.rs:157:46 [INFO] [stderr] | [INFO] [stderr] 157 | pub fn material(&self) -> Rc>> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Material + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/scene/object.rs:163:61 [INFO] [stderr] | [INFO] [stderr] 163 | pub fn set_material(&mut self, material: Rc>>) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Material + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/scene/planar_object.rs:16:30 [INFO] [stderr] | [INFO] [stderr] 16 | material: Rc>>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn PlanarMaterial + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/scene/planar_object.rs:23:20 [INFO] [stderr] | [INFO] [stderr] 23 | user_data: Box, [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Any + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/scene/planar_object.rs:67:33 [INFO] [stderr] | [INFO] [stderr] 67 | pub fn user_data(&self) -> &Any { [INFO] [stderr] | ^^^ help: use `dyn`: `dyn Any` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/scene/planar_object.rs:90:34 [INFO] [stderr] | [INFO] [stderr] 90 | material: Rc>>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn PlanarMaterial + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/scene/planar_object.rs:115:22 [INFO] [stderr] | [INFO] [stderr] 115 | camera: &mut PlanarCamera, [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn PlanarCamera` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/scene/planar_object.rs:146:52 [INFO] [stderr] | [INFO] [stderr] 146 | pub fn set_user_data(&mut self, user_data: Box) { [INFO] [stderr] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn Any + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/scene/planar_object.rs:152:46 [INFO] [stderr] | [INFO] [stderr] 152 | pub fn material(&self) -> Rc>> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn PlanarMaterial + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/scene/planar_object.rs:158:61 [INFO] [stderr] | [INFO] [stderr] 158 | pub fn set_material(&mut self, material: Rc>>) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn PlanarMaterial + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/scene/planar_scene_node.rs:85:43 [INFO] [stderr] | [INFO] [stderr] 85 | pub fn render(&mut self, camera: &mut PlanarCamera) { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn PlanarCamera` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/scene/planar_scene_node.rs:95:22 [INFO] [stderr] | [INFO] [stderr] 95 | camera: &mut PlanarCamera, [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn PlanarCamera` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/scene/planar_scene_node.rs:161:61 [INFO] [stderr] | [INFO] [stderr] 161 | pub fn set_material(&mut self, material: Rc>>) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn PlanarMaterial + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/scene/planar_scene_node.rs:767:43 [INFO] [stderr] | [INFO] [stderr] 767 | pub fn render(&mut self, camera: &mut PlanarCamera) { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn PlanarCamera` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/scene/planar_scene_node.rs:773:61 [INFO] [stderr] | [INFO] [stderr] 773 | pub fn set_material(&mut self, material: Rc>>) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn PlanarMaterial + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/scene/scene_node.rs:85:56 [INFO] [stderr] | [INFO] [stderr] 85 | pub fn render(&mut self, pass: usize, camera: &mut Camera, light: &Light) { [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Camera` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/scene/scene_node.rs:96:22 [INFO] [stderr] | [INFO] [stderr] 96 | camera: &mut Camera, [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Camera` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/scene/scene_node.rs:175:61 [INFO] [stderr] | [INFO] [stderr] 175 | pub fn set_material(&mut self, material: Rc>>) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Material + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/scene/scene_node.rs:888:56 [INFO] [stderr] | [INFO] [stderr] 888 | pub fn render(&mut self, pass: usize, camera: &mut Camera, light: &Light) { [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Camera` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/scene/scene_node.rs:894:61 [INFO] [stderr] | [INFO] [stderr] 894 | pub fn set_material(&mut self, material: Rc>>) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Material + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/window/state.rs:22:21 [INFO] [stderr] | [INFO] [stderr] 22 | Option<&mut Camera>, [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Camera` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/window/state.rs:23:21 [INFO] [stderr] | [INFO] [stderr] 23 | Option<&mut PlanarCamera>, [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn PlanarCamera` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/window/state.rs:24:21 [INFO] [stderr] | [INFO] [stderr] 24 | Option<&mut PostProcessingEffect>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn PostProcessingEffect` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/window/state.rs:31:21 [INFO] [stderr] | [INFO] [stderr] 31 | Option<&mut Camera>, [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Camera` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/window/state.rs:32:21 [INFO] [stderr] | [INFO] [stderr] 32 | Option<&mut PlanarCamera>, [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn PlanarCamera` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/window/state.rs:33:21 [INFO] [stderr] | [INFO] [stderr] 33 | Option<&mut Renderer>, [INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn Renderer` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/window/state.rs:34:21 [INFO] [stderr] | [INFO] [stderr] 34 | Option<&mut PostProcessingEffect>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn PostProcessingEffect` [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] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/window/window.rs:600:34 [INFO] [stderr] | [INFO] [stderr] 600 | camera: &mut Option<&mut Camera>, [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Camera` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/window/window.rs:601:41 [INFO] [stderr] | [INFO] [stderr] 601 | planar_camera: &mut Option<&mut PlanarCamera>, [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn PlanarCamera` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/window/window.rs:620:34 [INFO] [stderr] | [INFO] [stderr] 620 | camera: &mut Option<&mut Camera>, [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Camera` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/window/window.rs:621:41 [INFO] [stderr] | [INFO] [stderr] 621 | planar_camera: &mut Option<&mut PlanarCamera>, [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn PlanarCamera` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/window/window.rs:873:56 [INFO] [stderr] | [INFO] [stderr] 873 | pub fn render_with_effect(&mut self, effect: &mut (PostProcessingEffect)) -> bool { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn PostProcessingEffect` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/window/window.rs:881:56 [INFO] [stderr] | [INFO] [stderr] 881 | pub fn render_with_camera(&mut self, camera: &mut (Camera)) -> bool { [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Camera` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/window/window.rs:891:22 [INFO] [stderr] | [INFO] [stderr] 891 | camera: &mut Camera, [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Camera` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/window/window.rs:892:29 [INFO] [stderr] | [INFO] [stderr] 892 | planar_camera: &mut PlanarCamera, [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn PlanarCamera` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/window/window.rs:903:22 [INFO] [stderr] | [INFO] [stderr] 903 | camera: &mut Camera, [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Camera` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/window/window.rs:904:22 [INFO] [stderr] | [INFO] [stderr] 904 | effect: &mut PostProcessingEffect, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn PostProcessingEffect` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/window/window.rs:915:22 [INFO] [stderr] | [INFO] [stderr] 915 | camera: &mut Camera, [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Camera` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/window/window.rs:916:29 [INFO] [stderr] | [INFO] [stderr] 916 | planar_camera: &mut PlanarCamera, [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn PlanarCamera` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/window/window.rs:917:22 [INFO] [stderr] | [INFO] [stderr] 917 | effect: &mut PostProcessingEffect, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn PostProcessingEffect` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/window/window.rs:928:29 [INFO] [stderr] | [INFO] [stderr] 928 | camera: Option<&mut Camera>, [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Camera` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/window/window.rs:929:36 [INFO] [stderr] | [INFO] [stderr] 929 | planar_camera: Option<&mut PlanarCamera>, [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn PlanarCamera` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/window/window.rs:930:38 [INFO] [stderr] | [INFO] [stderr] 930 | post_processing: Option<&mut PostProcessingEffect>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn PostProcessingEffect` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/window/window.rs:938:29 [INFO] [stderr] | [INFO] [stderr] 938 | camera: Option<&mut Camera>, [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Camera` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/window/window.rs:939:36 [INFO] [stderr] | [INFO] [stderr] 939 | planar_camera: Option<&mut PlanarCamera>, [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn PlanarCamera` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/window/window.rs:940:31 [INFO] [stderr] | [INFO] [stderr] 940 | renderer: Option<&mut Renderer>, [INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn Renderer` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/window/window.rs:941:38 [INFO] [stderr] | [INFO] [stderr] 941 | post_processing: Option<&mut PostProcessingEffect>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn PostProcessingEffect` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/window/window.rs:965:22 [INFO] [stderr] | [INFO] [stderr] 965 | camera: &mut Camera, [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Camera` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/window/window.rs:966:29 [INFO] [stderr] | [INFO] [stderr] 966 | planar_camera: &mut PlanarCamera, [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn PlanarCamera` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/window/window.rs:967:35 [INFO] [stderr] | [INFO] [stderr] 967 | mut renderer: Option<&mut Renderer>, [INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn Renderer` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/window/window.rs:968:38 [INFO] [stderr] | [INFO] [stderr] 968 | post_processing: Option<&mut PostProcessingEffect>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn PostProcessingEffect` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/window/window.rs:1059:45 [INFO] [stderr] | [INFO] [stderr] 1059 | fn render_scene(&mut self, camera: &mut Camera, pass: usize) { [INFO] [stderr] | ^^^^^^ help: use `dyn`: `dyn Camera` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/window/window.rs:1073:52 [INFO] [stderr] | [INFO] [stderr] 1073 | fn render_planar_scene(&mut self, camera: &mut PlanarCamera) { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn PlanarCamera` [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 37s [INFO] running `"docker" "inspect" "7299abbfa226025c33c7e03fa2a124a30856f56bcaeb668b05e3475226f8ff0c"` [INFO] running `"docker" "rm" "-f" "7299abbfa226025c33c7e03fa2a124a30856f56bcaeb668b05e3475226f8ff0c"` [INFO] [stdout] 7299abbfa226025c33c7e03fa2a124a30856f56bcaeb668b05e3475226f8ff0c [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/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.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] bf9d27ef669d5d460413ab1a846b39d0e1283997abb90f83ceafb5a60d07feeb [INFO] running `"docker" "start" "-a" "bf9d27ef669d5d460413ab1a846b39d0e1283997abb90f83ceafb5a60d07feeb"` [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] 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/post_processing-c2b2a17aea350cde.post_processing.er4dgv44-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/post_processing-c2b2a17aea350cde.post_processing.er4dgv44-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/post_processing-c2b2a17aea350cde.post_processing.er4dgv44-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/post_processing-c2b2a17aea350cde.post_processing.er4dgv44-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/post_processing-c2b2a17aea350cde.post_processing.er4dgv44-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/post_processing-c2b2a17aea350cde.post_processing.er4dgv44-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/post_processing-c2b2a17aea350cde.post_processing.er4dgv44-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/post_processing-c2b2a17aea350cde.post_processing.er4dgv44-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/post_processing-c2b2a17aea350cde.post_processing.er4dgv44-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/post_processing-c2b2a17aea350cde.post_processing.er4dgv44-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/post_processing-c2b2a17aea350cde.post_processing.er4dgv44-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/post_processing-c2b2a17aea350cde.post_processing.er4dgv44-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/post_processing-c2b2a17aea350cde.post_processing.er4dgv44-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/post_processing-c2b2a17aea350cde.post_processing.er4dgv44-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/post_processing-c2b2a17aea350cde.post_processing.er4dgv44-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/post_processing-c2b2a17aea350cde.post_processing.er4dgv44-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/post_processing-c2b2a17aea350cde" "/opt/crater/target/debug/examples/post_processing-c2b2a17aea350cde.jqadh51tgldodc0.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/libloading-1f0f8e55fc8a19ae/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/libkiss3d-c2e16e7c7317be8c.rlib" "/opt/crater/target/debug/deps/libinstant-e3195e817f776653.rlib" "/opt/crater/target/debug/deps/libglutin-d009cdd8523610f3.rlib" "/opt/crater/target/debug/deps/libosmesa_sys-d87f1a8d8f97cb8f.rlib" "/opt/crater/target/debug/deps/libwinit-ad1674eee6024b0c.rlib" "/opt/crater/target/debug/deps/libsmithay_client_toolkit-e9ce56d94522a964.rlib" "/opt/crater/target/debug/deps/libwayland_protocols-ba3cf8a961f82085.rlib" "/opt/crater/target/debug/deps/libwayland_client-7453c7ea4ac64da7.rlib" "/opt/crater/target/debug/deps/libwayland_commons-35637382e41074cb.rlib" "/opt/crater/target/debug/deps/libwayland_sys-806726198411f523.rlib" "/opt/crater/target/debug/deps/libnix-21806feb870f761f.rlib" "/opt/crater/target/debug/deps/libvoid-03072202629d0c80.rlib" "/opt/crater/target/debug/deps/libmemmap-6fe7ba053dc69809.rlib" "/opt/crater/target/debug/deps/libandrew-0adc1ef872bb1f1c.rlib" "/opt/crater/target/debug/deps/libxml-670a94122e9f2d98.rlib" "/opt/crater/target/debug/deps/libxdg-090a31217c47f371.rlib" "/opt/crater/target/debug/deps/libwalkdir-9732b146893c009a.rlib" "/opt/crater/target/debug/deps/libsame_file-20f5d349f4fddef0.rlib" "/opt/crater/target/debug/deps/libline_drawing-3f6b43ba1707b77a.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-e180e0ce0226a4b0.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-72821d80cb7b7770.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/libgl-a2f4dbd681e9f67c.rlib" "/opt/crater/target/debug/deps/libserde-3a1343e806eb8450.rlib" "/opt/crater/target/debug/deps/libncollide3d-dab0cc68ec40a0f0.rlib" "/opt/crater/target/debug/deps/libpetgraph-29a5dca902fd7c75.rlib" "/opt/crater/target/debug/deps/libordermap-d026bcb16cd59152.rlib" "/opt/crater/target/debug/deps/libfixedbitset-ec794605dfdff74a.rlib" "/opt/crater/target/debug/deps/libsmallvec-8ab4c1b4228c68ef.rlib" "/opt/crater/target/debug/deps/libslab-38e1dff674bc2c67.rlib" "/opt/crater/target/debug/deps/libdowncast_rs-4107036689f4907c.rlib" "/opt/crater/target/debug/deps/libnalgebra-8ce6e0e4d19232e2.rlib" "/opt/crater/target/debug/deps/libalga-5594958e59e5b28a.rlib" "/opt/crater/target/debug/deps/librand-4d2dd95f3d7aec75.rlib" "/opt/crater/target/debug/deps/librand_xorshift-4203f3157eb9a8e3.rlib" "/opt/crater/target/debug/deps/librand_pcg-8d4de0bb8369ce1b.rlib" "/opt/crater/target/debug/deps/librand_hc-bbd146a4b8bf6f4b.rlib" "/opt/crater/target/debug/deps/librand_chacha-e30594121fba25f8.rlib" "/opt/crater/target/debug/deps/librand_isaac-116c1a9914320278.rlib" "/opt/crater/target/debug/deps/librand_core-5fd440ec9008cce1.rlib" "/opt/crater/target/debug/deps/librand_os-df63c8a890c1e2e9.rlib" "/opt/crater/target/debug/deps/librand_jitter-06f1043e9c10514f.rlib" "/opt/crater/target/debug/deps/librand_core-fe4fc41bf9015dbc.rlib" "/opt/crater/target/debug/deps/libnum_complex-1edf8e3da58232a0.rlib" "/opt/crater/target/debug/deps/libmatrixmultiply-0f559a3fe1334da4.rlib" "/opt/crater/target/debug/deps/librawpointer-21fcc3474eb85ebb.rlib" "/opt/crater/target/debug/deps/libgeneric_array-b922dedc9fc93200.rlib" "/opt/crater/target/debug/deps/libtypenum-49005c187b93bc71.rlib" "/opt/crater/target/debug/deps/libimage-b70ce9ae13ee0c44.rlib" "/opt/crater/target/debug/deps/libtiff-3bef7a8e40ae7cb8.rlib" "/opt/crater/target/debug/deps/libpng-39f0fdeb0cf03dcd.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/libjpeg_decoder-8319f83394b9b250.rlib" "/opt/crater/target/debug/deps/librayon-c1e1f37b4cd64ffa.rlib" "/opt/crater/target/debug/deps/librayon_core-b12ecf1af06f12e4.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-f6668dbd335cb278.rlib" "/opt/crater/target/debug/deps/libeither-718ea347c7788d34.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-552fdccb28a3ea8c.rlib" "/opt/crater/target/debug/deps/libgif-b420bbc01a15ef9c.rlib" "/opt/crater/target/debug/deps/libcolor_quant-6cd66d44303ef59b.rlib" "/opt/crater/target/debug/deps/libscoped_threadpool-6ac8fca2f0d457e8.rlib" "/opt/crater/target/debug/deps/libnum_rational-c1b5ed23d4897e28.rlib" "/opt/crater/target/debug/deps/libnum_iter-fd74bdd6dac4fe2e.rlib" "/opt/crater/target/debug/deps/libnum_integer-ea76131d41859201.rlib" "/opt/crater/target/debug/deps/liblzw-1f37f345e8096c7b.rlib" "/opt/crater/target/debug/deps/librusttype-ae535247da56db4e.rlib" "/opt/crater/target/debug/deps/libnum_cpus-509d1090a02489e2.rlib" "/opt/crater/target/debug/deps/liblibc-d019039477cac03b.rlib" "/opt/crater/target/debug/deps/libstb_truetype-fe98d4df69df1ee3.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-927d16f2b3f201b1.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-9b111a0846dc7592.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/liblazy_static-eb33edc716f69401.rlib" "/opt/crater/target/debug/deps/libcfg_if-3028bdd7b8e15bb5.rlib" "/opt/crater/target/debug/deps/librustc_hash-e8ab2c62e079e76c.rlib" "/opt/crater/target/debug/deps/libbyteorder-585fd2581aa01382.rlib" "/opt/crater/target/debug/deps/liblinked_hash_map-3e4fdc964a0eef39.rlib" "/opt/crater/target/debug/deps/libarrayvec-ec8906360acdff5b.rlib" "/opt/crater/target/debug/deps/libnodrop-844425db77ee9480.rlib" "/opt/crater/target/debug/deps/libordered_float-7f1462d7c3b622aa.rlib" "/opt/crater/target/debug/deps/libapprox-733cf6e266422d54.rlib" "/opt/crater/target/debug/deps/libnum_traits-d11dcc7883adaecb.rlib" "/opt/crater/target/debug/deps/libbitflags-bcd34e8f74846360.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" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: read: Bad address [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] 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 primitives_scale examples/primitives_scale.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 -C metadata=3e4cb8b8065fab2a -C extra-filename=-3e4cb8b8065fab2a --out-dir /opt/crater/target/debug/examples -L dependency=/opt/crater/target/debug/deps --extern bitflags=/opt/crater/target/debug/deps/libbitflags-bcd34e8f74846360.rlib --extern gl=/opt/crater/target/debug/deps/libgl-a2f4dbd681e9f67c.rlib --extern glutin=/opt/crater/target/debug/deps/libglutin-d009cdd8523610f3.rlib --extern image=/opt/crater/target/debug/deps/libimage-b70ce9ae13ee0c44.rlib --extern instant=/opt/crater/target/debug/deps/libinstant-e3195e817f776653.rlib --extern kiss3d=/opt/crater/target/debug/deps/libkiss3d-c2e16e7c7317be8c.rlib --extern libc=/opt/crater/target/debug/deps/liblibc-d019039477cac03b.rlib --extern nalgebra=/opt/crater/target/debug/deps/libnalgebra-8ce6e0e4d19232e2.rlib --extern ncollide2d=/opt/crater/target/debug/deps/libncollide2d-5530cd4546f435fe.rlib --extern ncollide3d=/opt/crater/target/debug/deps/libncollide3d-dab0cc68ec40a0f0.rlib --extern num_traits=/opt/crater/target/debug/deps/libnum_traits-d11dcc7883adaecb.rlib --extern rand=/opt/crater/target/debug/deps/librand-4d2dd95f3d7aec75.rlib --extern rusttype=/opt/crater/target/debug/deps/librusttype-ae535247da56db4e.rlib --extern serde=/opt/crater/target/debug/deps/libserde-3a1343e806eb8450.rlib --extern serde_derive=/opt/crater/target/debug/deps/libserde_derive-cdb9c9bd4957d0bd.so --cap-lints=warn -L native=/opt/crater/target/debug/build/libloading-1f0f8e55fc8a19ae/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 camera examples/camera.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 -C metadata=dcbb3c4d6bdd1428 -C extra-filename=-dcbb3c4d6bdd1428 --out-dir /opt/crater/target/debug/examples -L dependency=/opt/crater/target/debug/deps --extern bitflags=/opt/crater/target/debug/deps/libbitflags-bcd34e8f74846360.rlib --extern gl=/opt/crater/target/debug/deps/libgl-a2f4dbd681e9f67c.rlib --extern glutin=/opt/crater/target/debug/deps/libglutin-d009cdd8523610f3.rlib --extern image=/opt/crater/target/debug/deps/libimage-b70ce9ae13ee0c44.rlib --extern instant=/opt/crater/target/debug/deps/libinstant-e3195e817f776653.rlib --extern kiss3d=/opt/crater/target/debug/deps/libkiss3d-c2e16e7c7317be8c.rlib --extern libc=/opt/crater/target/debug/deps/liblibc-d019039477cac03b.rlib --extern nalgebra=/opt/crater/target/debug/deps/libnalgebra-8ce6e0e4d19232e2.rlib --extern ncollide2d=/opt/crater/target/debug/deps/libncollide2d-5530cd4546f435fe.rlib --extern ncollide3d=/opt/crater/target/debug/deps/libncollide3d-dab0cc68ec40a0f0.rlib --extern num_traits=/opt/crater/target/debug/deps/libnum_traits-d11dcc7883adaecb.rlib --extern rand=/opt/crater/target/debug/deps/librand-4d2dd95f3d7aec75.rlib --extern rusttype=/opt/crater/target/debug/deps/librusttype-ae535247da56db4e.rlib --extern serde=/opt/crater/target/debug/deps/libserde-3a1343e806eb8450.rlib --extern serde_derive=/opt/crater/target/debug/deps/libserde_derive-cdb9c9bd4957d0bd.so --cap-lints=warn -L native=/opt/crater/target/debug/build/libloading-1f0f8e55fc8a19ae/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: linking with `cc` failed: signal: 9 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/custom_mesh-9cc8830a03ae3530.custom_mesh.yc87ogd0-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/custom_mesh-9cc8830a03ae3530.custom_mesh.yc87ogd0-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/custom_mesh-9cc8830a03ae3530.custom_mesh.yc87ogd0-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/custom_mesh-9cc8830a03ae3530.custom_mesh.yc87ogd0-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/custom_mesh-9cc8830a03ae3530.custom_mesh.yc87ogd0-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/custom_mesh-9cc8830a03ae3530.custom_mesh.yc87ogd0-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/custom_mesh-9cc8830a03ae3530.custom_mesh.yc87ogd0-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/custom_mesh-9cc8830a03ae3530.custom_mesh.yc87ogd0-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/custom_mesh-9cc8830a03ae3530.custom_mesh.yc87ogd0-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/custom_mesh-9cc8830a03ae3530.custom_mesh.yc87ogd0-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/custom_mesh-9cc8830a03ae3530.custom_mesh.yc87ogd0-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/custom_mesh-9cc8830a03ae3530.custom_mesh.yc87ogd0-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/custom_mesh-9cc8830a03ae3530.custom_mesh.yc87ogd0-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/custom_mesh-9cc8830a03ae3530.custom_mesh.yc87ogd0-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/custom_mesh-9cc8830a03ae3530.custom_mesh.yc87ogd0-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/custom_mesh-9cc8830a03ae3530.custom_mesh.yc87ogd0-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/custom_mesh-9cc8830a03ae3530" "/opt/crater/target/debug/examples/custom_mesh-9cc8830a03ae3530.2dlicyxftge15vs6.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/libloading-1f0f8e55fc8a19ae/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/libkiss3d-c2e16e7c7317be8c.rlib" "/opt/crater/target/debug/deps/libinstant-e3195e817f776653.rlib" "/opt/crater/target/debug/deps/libglutin-d009cdd8523610f3.rlib" "/opt/crater/target/debug/deps/libosmesa_sys-d87f1a8d8f97cb8f.rlib" "/opt/crater/target/debug/deps/libwinit-ad1674eee6024b0c.rlib" "/opt/crater/target/debug/deps/libsmithay_client_toolkit-e9ce56d94522a964.rlib" "/opt/crater/target/debug/deps/libwayland_protocols-ba3cf8a961f82085.rlib" "/opt/crater/target/debug/deps/libwayland_client-7453c7ea4ac64da7.rlib" "/opt/crater/target/debug/deps/libwayland_commons-35637382e41074cb.rlib" "/opt/crater/target/debug/deps/libwayland_sys-806726198411f523.rlib" "/opt/crater/target/debug/deps/libnix-21806feb870f761f.rlib" "/opt/crater/target/debug/deps/libvoid-03072202629d0c80.rlib" "/opt/crater/target/debug/deps/libmemmap-6fe7ba053dc69809.rlib" "/opt/crater/target/debug/deps/libandrew-0adc1ef872bb1f1c.rlib" "/opt/crater/target/debug/deps/libxml-670a94122e9f2d98.rlib" "/opt/crater/target/debug/deps/libxdg-090a31217c47f371.rlib" "/opt/crater/target/debug/deps/libwalkdir-9732b146893c009a.rlib" "/opt/crater/target/debug/deps/libsame_file-20f5d349f4fddef0.rlib" "/opt/crater/target/debug/deps/libline_drawing-3f6b43ba1707b77a.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-e180e0ce0226a4b0.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-72821d80cb7b7770.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/libgl-a2f4dbd681e9f67c.rlib" "/opt/crater/target/debug/deps/libserde-3a1343e806eb8450.rlib" "/opt/crater/target/debug/deps/libncollide3d-dab0cc68ec40a0f0.rlib" "/opt/crater/target/debug/deps/libpetgraph-29a5dca902fd7c75.rlib" "/opt/crater/target/debug/deps/libordermap-d026bcb16cd59152.rlib" "/opt/crater/target/debug/deps/libfixedbitset-ec794605dfdff74a.rlib" "/opt/crater/target/debug/deps/libsmallvec-8ab4c1b4228c68ef.rlib" "/opt/crater/target/debug/deps/libslab-38e1dff674bc2c67.rlib" "/opt/crater/target/debug/deps/libdowncast_rs-4107036689f4907c.rlib" "/opt/crater/target/debug/deps/libnalgebra-8ce6e0e4d19232e2.rlib" "/opt/crater/target/debug/deps/libalga-5594958e59e5b28a.rlib" "/opt/crater/target/debug/deps/librand-4d2dd95f3d7aec75.rlib" "/opt/crater/target/debug/deps/librand_xorshift-4203f3157eb9a8e3.rlib" "/opt/crater/target/debug/deps/librand_pcg-8d4de0bb8369ce1b.rlib" "/opt/crater/target/debug/deps/librand_hc-bbd146a4b8bf6f4b.rlib" "/opt/crater/target/debug/deps/librand_chacha-e30594121fba25f8.rlib" "/opt/crater/target/debug/deps/librand_isaac-116c1a9914320278.rlib" "/opt/crater/target/debug/deps/librand_core-5fd440ec9008cce1.rlib" "/opt/crater/target/debug/deps/librand_os-df63c8a890c1e2e9.rlib" "/opt/crater/target/debug/deps/librand_jitter-06f1043e9c10514f.rlib" "/opt/crater/target/debug/deps/librand_core-fe4fc41bf9015dbc.rlib" "/opt/crater/target/debug/deps/libnum_complex-1edf8e3da58232a0.rlib" "/opt/crater/target/debug/deps/libmatrixmultiply-0f559a3fe1334da4.rlib" "/opt/crater/target/debug/deps/librawpointer-21fcc3474eb85ebb.rlib" "/opt/crater/target/debug/deps/libgeneric_array-b922dedc9fc93200.rlib" "/opt/crater/target/debug/deps/libtypenum-49005c187b93bc71.rlib" "/opt/crater/target/debug/deps/libimage-b70ce9ae13ee0c44.rlib" "/opt/crater/target/debug/deps/libtiff-3bef7a8e40ae7cb8.rlib" "/opt/crater/target/debug/deps/libpng-39f0fdeb0cf03dcd.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/libjpeg_decoder-8319f83394b9b250.rlib" "/opt/crater/target/debug/deps/librayon-c1e1f37b4cd64ffa.rlib" "/opt/crater/target/debug/deps/librayon_core-b12ecf1af06f12e4.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-f6668dbd335cb278.rlib" "/opt/crater/target/debug/deps/libeither-718ea347c7788d34.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-552fdccb28a3ea8c.rlib" "/opt/crater/target/debug/deps/libgif-b420bbc01a15ef9c.rlib" "/opt/crater/target/debug/deps/libcolor_quant-6cd66d44303ef59b.rlib" "/opt/crater/target/debug/deps/libscoped_threadpool-6ac8fca2f0d457e8.rlib" "/opt/crater/target/debug/deps/libnum_rational-c1b5ed23d4897e28.rlib" "/opt/crater/target/debug/deps/libnum_iter-fd74bdd6dac4fe2e.rlib" "/opt/crater/target/debug/deps/libnum_integer-ea76131d41859201.rlib" "/opt/crater/target/debug/deps/liblzw-1f37f345e8096c7b.rlib" "/opt/crater/target/debug/deps/librusttype-ae535247da56db4e.rlib" "/opt/crater/target/debug/deps/libnum_cpus-509d1090a02489e2.rlib" "/opt/crater/target/debug/deps/liblibc-d019039477cac03b.rlib" "/opt/crater/target/debug/deps/libstb_truetype-fe98d4df69df1ee3.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-927d16f2b3f201b1.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-9b111a0846dc7592.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/liblazy_static-eb33edc716f69401.rlib" "/opt/crater/target/debug/deps/libcfg_if-3028bdd7b8e15bb5.rlib" "/opt/crater/target/debug/deps/librustc_hash-e8ab2c62e079e76c.rlib" "/opt/crater/target/debug/deps/libbyteorder-585fd2581aa01382.rlib" "/opt/crater/target/debug/deps/liblinked_hash_map-3e4fdc964a0eef39.rlib" "/opt/crater/target/debug/deps/libarrayvec-ec8906360acdff5b.rlib" "/opt/crater/target/debug/deps/libnodrop-844425db77ee9480.rlib" "/opt/crater/target/debug/deps/libordered_float-7f1462d7c3b622aa.rlib" "/opt/crater/target/debug/deps/libapprox-733cf6e266422d54.rlib" "/opt/crater/target/debug/deps/libnum_traits-d11dcc7883adaecb.rlib" "/opt/crater/target/debug/deps/libbitflags-bcd34e8f74846360.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" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: final link failed: Bad address [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] 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/quad-4af3cfd1a4643471.quad.g1vn0fcx-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/quad-4af3cfd1a4643471.quad.g1vn0fcx-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/quad-4af3cfd1a4643471.quad.g1vn0fcx-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/quad-4af3cfd1a4643471.quad.g1vn0fcx-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/quad-4af3cfd1a4643471.quad.g1vn0fcx-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/quad-4af3cfd1a4643471.quad.g1vn0fcx-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/quad-4af3cfd1a4643471.quad.g1vn0fcx-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/quad-4af3cfd1a4643471.quad.g1vn0fcx-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/quad-4af3cfd1a4643471.quad.g1vn0fcx-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/quad-4af3cfd1a4643471.quad.g1vn0fcx-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/quad-4af3cfd1a4643471.quad.g1vn0fcx-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/quad-4af3cfd1a4643471.quad.g1vn0fcx-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/quad-4af3cfd1a4643471.quad.g1vn0fcx-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/quad-4af3cfd1a4643471.quad.g1vn0fcx-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/quad-4af3cfd1a4643471.quad.g1vn0fcx-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/quad-4af3cfd1a4643471.quad.g1vn0fcx-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/quad-4af3cfd1a4643471" "/opt/crater/target/debug/examples/quad-4af3cfd1a4643471.1ye2lx1n4inxhhly.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/libloading-1f0f8e55fc8a19ae/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/libkiss3d-c2e16e7c7317be8c.rlib" "/opt/crater/target/debug/deps/libinstant-e3195e817f776653.rlib" "/opt/crater/target/debug/deps/libglutin-d009cdd8523610f3.rlib" "/opt/crater/target/debug/deps/libosmesa_sys-d87f1a8d8f97cb8f.rlib" "/opt/crater/target/debug/deps/libwinit-ad1674eee6024b0c.rlib" "/opt/crater/target/debug/deps/libsmithay_client_toolkit-e9ce56d94522a964.rlib" "/opt/crater/target/debug/deps/libwayland_protocols-ba3cf8a961f82085.rlib" "/opt/crater/target/debug/deps/libwayland_client-7453c7ea4ac64da7.rlib" "/opt/crater/target/debug/deps/libwayland_commons-35637382e41074cb.rlib" "/opt/crater/target/debug/deps/libwayland_sys-806726198411f523.rlib" "/opt/crater/target/debug/deps/libnix-21806feb870f761f.rlib" "/opt/crater/target/debug/deps/libvoid-03072202629d0c80.rlib" "/opt/crater/target/debug/deps/libmemmap-6fe7ba053dc69809.rlib" "/opt/crater/target/debug/deps/libandrew-0adc1ef872bb1f1c.rlib" "/opt/crater/target/debug/deps/libxml-670a94122e9f2d98.rlib" "/opt/crater/target/debug/deps/libxdg-090a31217c47f371.rlib" "/opt/crater/target/debug/deps/libwalkdir-9732b146893c009a.rlib" "/opt/crater/target/debug/deps/libsame_file-20f5d349f4fddef0.rlib" "/opt/crater/target/debug/deps/libline_drawing-3f6b43ba1707b77a.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-e180e0ce0226a4b0.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-72821d80cb7b7770.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/libgl-a2f4dbd681e9f67c.rlib" "/opt/crater/target/debug/deps/libserde-3a1343e806eb8450.rlib" "/opt/crater/target/debug/deps/libncollide3d-dab0cc68ec40a0f0.rlib" "/opt/crater/target/debug/deps/libpetgraph-29a5dca902fd7c75.rlib" "/opt/crater/target/debug/deps/libordermap-d026bcb16cd59152.rlib" "/opt/crater/target/debug/deps/libfixedbitset-ec794605dfdff74a.rlib" "/opt/crater/target/debug/deps/libsmallvec-8ab4c1b4228c68ef.rlib" "/opt/crater/target/debug/deps/libslab-38e1dff674bc2c67.rlib" "/opt/crater/target/debug/deps/libdowncast_rs-4107036689f4907c.rlib" "/opt/crater/target/debug/deps/libnalgebra-8ce6e0e4d19232e2.rlib" "/opt/crater/target/debug/deps/libalga-5594958e59e5b28a.rlib" "/opt/crater/target/debug/deps/librand-4d2dd95f3d7aec75.rlib" "/opt/crater/target/debug/deps/librand_xorshift-4203f3157eb9a8e3.rlib" "/opt/crater/target/debug/deps/librand_pcg-8d4de0bb8369ce1b.rlib" "/opt/crater/target/debug/deps/librand_hc-bbd146a4b8bf6f4b.rlib" "/opt/crater/target/debug/deps/librand_chacha-e30594121fba25f8.rlib" "/opt/crater/target/debug/deps/librand_isaac-116c1a9914320278.rlib" "/opt/crater/target/debug/deps/librand_core-5fd440ec9008cce1.rlib" "/opt/crater/target/debug/deps/librand_os-df63c8a890c1e2e9.rlib" "/opt/crater/target/debug/deps/librand_jitter-06f1043e9c10514f.rlib" "/opt/crater/target/debug/deps/librand_core-fe4fc41bf9015dbc.rlib" "/opt/crater/target/debug/deps/libnum_complex-1edf8e3da58232a0.rlib" "/opt/crater/target/debug/deps/libmatrixmultiply-0f559a3fe1334da4.rlib" "/opt/crater/target/debug/deps/librawpointer-21fcc3474eb85ebb.rlib" "/opt/crater/target/debug/deps/libgeneric_array-b922dedc9fc93200.rlib" "/opt/crater/target/debug/deps/libtypenum-49005c187b93bc71.rlib" "/opt/crater/target/debug/deps/libimage-b70ce9ae13ee0c44.rlib" "/opt/crater/target/debug/deps/libtiff-3bef7a8e40ae7cb8.rlib" "/opt/crater/target/debug/deps/libpng-39f0fdeb0cf03dcd.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/libjpeg_decoder-8319f83394b9b250.rlib" "/opt/crater/target/debug/deps/librayon-c1e1f37b4cd64ffa.rlib" "/opt/crater/target/debug/deps/librayon_core-b12ecf1af06f12e4.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-f6668dbd335cb278.rlib" "/opt/crater/target/debug/deps/libeither-718ea347c7788d34.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-552fdccb28a3ea8c.rlib" "/opt/crater/target/debug/deps/libgif-b420bbc01a15ef9c.rlib" "/opt/crater/target/debug/deps/libcolor_quant-6cd66d44303ef59b.rlib" "/opt/crater/target/debug/deps/libscoped_threadpool-6ac8fca2f0d457e8.rlib" "/opt/crater/target/debug/deps/libnum_rational-c1b5ed23d4897e28.rlib" "/opt/crater/target/debug/deps/libnum_iter-fd74bdd6dac4fe2e.rlib" "/opt/crater/target/debug/deps/libnum_integer-ea76131d41859201.rlib" "/opt/crater/target/debug/deps/liblzw-1f37f345e8096c7b.rlib" "/opt/crater/target/debug/deps/librusttype-ae535247da56db4e.rlib" "/opt/crater/target/debug/deps/libnum_cpus-509d1090a02489e2.rlib" "/opt/crater/target/debug/deps/liblibc-d019039477cac03b.rlib" "/opt/crater/target/debug/deps/libstb_truetype-fe98d4df69df1ee3.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-927d16f2b3f201b1.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-9b111a0846dc7592.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/liblazy_static-eb33edc716f69401.rlib" "/opt/crater/target/debug/deps/libcfg_if-3028bdd7b8e15bb5.rlib" "/opt/crater/target/debug/deps/librustc_hash-e8ab2c62e079e76c.rlib" "/opt/crater/target/debug/deps/libbyteorder-585fd2581aa01382.rlib" "/opt/crater/target/debug/deps/liblinked_hash_map-3e4fdc964a0eef39.rlib" "/opt/crater/target/debug/deps/libarrayvec-ec8906360acdff5b.rlib" "/opt/crater/target/debug/deps/libnodrop-844425db77ee9480.rlib" "/opt/crater/target/debug/deps/libordered_float-7f1462d7c3b622aa.rlib" "/opt/crater/target/debug/deps/libapprox-733cf6e266422d54.rlib" "/opt/crater/target/debug/deps/libnum_traits-d11dcc7883adaecb.rlib" "/opt/crater/target/debug/deps/libbitflags-bcd34e8f74846360.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" "-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 `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.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/wireframe-87afe17b74a63051.wireframe.edawx4r0-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/wireframe-87afe17b74a63051.wireframe.edawx4r0-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/wireframe-87afe17b74a63051.wireframe.edawx4r0-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/wireframe-87afe17b74a63051.wireframe.edawx4r0-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/wireframe-87afe17b74a63051.wireframe.edawx4r0-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/wireframe-87afe17b74a63051.wireframe.edawx4r0-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/wireframe-87afe17b74a63051.wireframe.edawx4r0-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/wireframe-87afe17b74a63051.wireframe.edawx4r0-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/wireframe-87afe17b74a63051.wireframe.edawx4r0-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/wireframe-87afe17b74a63051.wireframe.edawx4r0-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/wireframe-87afe17b74a63051.wireframe.edawx4r0-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/wireframe-87afe17b74a63051.wireframe.edawx4r0-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/wireframe-87afe17b74a63051.wireframe.edawx4r0-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/wireframe-87afe17b74a63051.wireframe.edawx4r0-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/wireframe-87afe17b74a63051.wireframe.edawx4r0-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/wireframe-87afe17b74a63051.wireframe.edawx4r0-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/wireframe-87afe17b74a63051" "/opt/crater/target/debug/examples/wireframe-87afe17b74a63051.42fxpbnfx5dyccbv.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/libloading-1f0f8e55fc8a19ae/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/libkiss3d-c2e16e7c7317be8c.rlib" "/opt/crater/target/debug/deps/libinstant-e3195e817f776653.rlib" "/opt/crater/target/debug/deps/libglutin-d009cdd8523610f3.rlib" "/opt/crater/target/debug/deps/libosmesa_sys-d87f1a8d8f97cb8f.rlib" "/opt/crater/target/debug/deps/libwinit-ad1674eee6024b0c.rlib" "/opt/crater/target/debug/deps/libsmithay_client_toolkit-e9ce56d94522a964.rlib" "/opt/crater/target/debug/deps/libwayland_protocols-ba3cf8a961f82085.rlib" "/opt/crater/target/debug/deps/libwayland_client-7453c7ea4ac64da7.rlib" "/opt/crater/target/debug/deps/libwayland_commons-35637382e41074cb.rlib" "/opt/crater/target/debug/deps/libwayland_sys-806726198411f523.rlib" "/opt/crater/target/debug/deps/libnix-21806feb870f761f.rlib" "/opt/crater/target/debug/deps/libvoid-03072202629d0c80.rlib" "/opt/crater/target/debug/deps/libmemmap-6fe7ba053dc69809.rlib" "/opt/crater/target/debug/deps/libandrew-0adc1ef872bb1f1c.rlib" "/opt/crater/target/debug/deps/libxml-670a94122e9f2d98.rlib" "/opt/crater/target/debug/deps/libxdg-090a31217c47f371.rlib" "/opt/crater/target/debug/deps/libwalkdir-9732b146893c009a.rlib" "/opt/crater/target/debug/deps/libsame_file-20f5d349f4fddef0.rlib" "/opt/crater/target/debug/deps/libline_drawing-3f6b43ba1707b77a.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-e180e0ce0226a4b0.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-72821d80cb7b7770.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/libgl-a2f4dbd681e9f67c.rlib" "/opt/crater/target/debug/deps/libserde-3a1343e806eb8450.rlib" "/opt/crater/target/debug/deps/libncollide3d-dab0cc68ec40a0f0.rlib" "/opt/crater/target/debug/deps/libpetgraph-29a5dca902fd7c75.rlib" "/opt/crater/target/debug/deps/libordermap-d026bcb16cd59152.rlib" "/opt/crater/target/debug/deps/libfixedbitset-ec794605dfdff74a.rlib" "/opt/crater/target/debug/deps/libsmallvec-8ab4c1b4228c68ef.rlib" "/opt/crater/target/debug/deps/libslab-38e1dff674bc2c67.rlib" "/opt/crater/target/debug/deps/libdowncast_rs-4107036689f4907c.rlib" "/opt/crater/target/debug/deps/libnalgebra-8ce6e0e4d19232e2.rlib" "/opt/crater/target/debug/deps/libalga-5594958e59e5b28a.rlib" "/opt/crater/target/debug/deps/librand-4d2dd95f3d7aec75.rlib" "/opt/crater/target/debug/deps/librand_xorshift-4203f3157eb9a8e3.rlib" "/opt/crater/target/debug/deps/librand_pcg-8d4de0bb8369ce1b.rlib" "/opt/crater/target/debug/deps/librand_hc-bbd146a4b8bf6f4b.rlib" "/opt/crater/target/debug/deps/librand_chacha-e30594121fba25f8.rlib" "/opt/crater/target/debug/deps/librand_isaac-116c1a9914320278.rlib" "/opt/crater/target/debug/deps/librand_core-5fd440ec9008cce1.rlib" "/opt/crater/target/debug/deps/librand_os-df63c8a890c1e2e9.rlib" "/opt/crater/target/debug/deps/librand_jitter-06f1043e9c10514f.rlib" "/opt/crater/target/debug/deps/librand_core-fe4fc41bf9015dbc.rlib" "/opt/crater/target/debug/deps/libnum_complex-1edf8e3da58232a0.rlib" "/opt/crater/target/debug/deps/libmatrixmultiply-0f559a3fe1334da4.rlib" "/opt/crater/target/debug/deps/librawpointer-21fcc3474eb85ebb.rlib" "/opt/crater/target/debug/deps/libgeneric_array-b922dedc9fc93200.rlib" "/opt/crater/target/debug/deps/libtypenum-49005c187b93bc71.rlib" "/opt/crater/target/debug/deps/libimage-b70ce9ae13ee0c44.rlib" "/opt/crater/target/debug/deps/libtiff-3bef7a8e40ae7cb8.rlib" "/opt/crater/target/debug/deps/libpng-39f0fdeb0cf03dcd.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/libjpeg_decoder-8319f83394b9b250.rlib" "/opt/crater/target/debug/deps/librayon-c1e1f37b4cd64ffa.rlib" "/opt/crater/target/debug/deps/librayon_core-b12ecf1af06f12e4.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-f6668dbd335cb278.rlib" "/opt/crater/target/debug/deps/libeither-718ea347c7788d34.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-552fdccb28a3ea8c.rlib" "/opt/crater/target/debug/deps/libgif-b420bbc01a15ef9c.rlib" "/opt/crater/target/debug/deps/libcolor_quant-6cd66d44303ef59b.rlib" "/opt/crater/target/debug/deps/libscoped_threadpool-6ac8fca2f0d457e8.rlib" "/opt/crater/target/debug/deps/libnum_rational-c1b5ed23d4897e28.rlib" "/opt/crater/target/debug/deps/libnum_iter-fd74bdd6dac4fe2e.rlib" "/opt/crater/target/debug/deps/libnum_integer-ea76131d41859201.rlib" "/opt/crater/target/debug/deps/liblzw-1f37f345e8096c7b.rlib" "/opt/crater/target/debug/deps/librusttype-ae535247da56db4e.rlib" "/opt/crater/target/debug/deps/libnum_cpus-509d1090a02489e2.rlib" "/opt/crater/target/debug/deps/liblibc-d019039477cac03b.rlib" "/opt/crater/target/debug/deps/libstb_truetype-fe98d4df69df1ee3.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-927d16f2b3f201b1.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-9b111a0846dc7592.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/liblazy_static-eb33edc716f69401.rlib" "/opt/crater/target/debug/deps/libcfg_if-3028bdd7b8e15bb5.rlib" "/opt/crater/target/debug/deps/librustc_hash-e8ab2c62e079e76c.rlib" "/opt/crater/target/debug/deps/libbyteorder-585fd2581aa01382.rlib" "/opt/crater/target/debug/deps/liblinked_hash_map-3e4fdc964a0eef39.rlib" "/opt/crater/target/debug/deps/libarrayvec-ec8906360acdff5b.rlib" "/opt/crater/target/debug/deps/libnodrop-844425db77ee9480.rlib" "/opt/crater/target/debug/deps/libordered_float-7f1462d7c3b622aa.rlib" "/opt/crater/target/debug/deps/libapprox-733cf6e266422d54.rlib" "/opt/crater/target/debug/deps/libnum_traits-d11dcc7883adaecb.rlib" "/opt/crater/target/debug/deps/libbitflags-bcd34e8f74846360.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" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: reopening /opt/crater/target/debug/examples/wireframe-87afe17b74a63051.wireframe.edawx4r0-cgu.3.rcgu.o: Cannot allocate memory [INFO] [stderr] [INFO] [stderr] /usr/bin/ld: can not read symbols: Cannot allocate memory [INFO] [stderr] : can not read symbols: Cannot allocate memory [INFO] [stderr] /usr/bin/ld: can not read symbols: Cannot allocate memory [INFO] [stderr] Cannot allocate memory [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `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.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/text-12e1d5f8aefb0840.text.clgivvht-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/text-12e1d5f8aefb0840.text.clgivvht-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/text-12e1d5f8aefb0840.text.clgivvht-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/text-12e1d5f8aefb0840.text.clgivvht-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/text-12e1d5f8aefb0840.text.clgivvht-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/text-12e1d5f8aefb0840.text.clgivvht-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/text-12e1d5f8aefb0840.text.clgivvht-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/text-12e1d5f8aefb0840.text.clgivvht-cgu.7.rcgu.o" "-o" "/opt/crater/target/debug/examples/text-12e1d5f8aefb0840" "/opt/crater/target/debug/examples/text-12e1d5f8aefb0840.4ceyemuze4kvhbro.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/libloading-1f0f8e55fc8a19ae/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/libkiss3d-c2e16e7c7317be8c.rlib" "/opt/crater/target/debug/deps/libinstant-e3195e817f776653.rlib" "/opt/crater/target/debug/deps/libglutin-d009cdd8523610f3.rlib" "/opt/crater/target/debug/deps/libosmesa_sys-d87f1a8d8f97cb8f.rlib" "/opt/crater/target/debug/deps/libwinit-ad1674eee6024b0c.rlib" "/opt/crater/target/debug/deps/libsmithay_client_toolkit-e9ce56d94522a964.rlib" "/opt/crater/target/debug/deps/libwayland_protocols-ba3cf8a961f82085.rlib" "/opt/crater/target/debug/deps/libwayland_client-7453c7ea4ac64da7.rlib" "/opt/crater/target/debug/deps/libwayland_commons-35637382e41074cb.rlib" "/opt/crater/target/debug/deps/libwayland_sys-806726198411f523.rlib" "/opt/crater/target/debug/deps/libnix-21806feb870f761f.rlib" "/opt/crater/target/debug/deps/libvoid-03072202629d0c80.rlib" "/opt/crater/target/debug/deps/libmemmap-6fe7ba053dc69809.rlib" "/opt/crater/target/debug/deps/libandrew-0adc1ef872bb1f1c.rlib" "/opt/crater/target/debug/deps/libxml-670a94122e9f2d98.rlib" "/opt/crater/target/debug/deps/libxdg-090a31217c47f371.rlib" "/opt/crater/target/debug/deps/libwalkdir-9732b146893c009a.rlib" "/opt/crater/target/debug/deps/libsame_file-20f5d349f4fddef0.rlib" "/opt/crater/target/debug/deps/libline_drawing-3f6b43ba1707b77a.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-e180e0ce0226a4b0.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-72821d80cb7b7770.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/libgl-a2f4dbd681e9f67c.rlib" "/opt/crater/target/debug/deps/libserde-3a1343e806eb8450.rlib" "/opt/crater/target/debug/deps/libncollide3d-dab0cc68ec40a0f0.rlib" "/opt/crater/target/debug/deps/libpetgraph-29a5dca902fd7c75.rlib" "/opt/crater/target/debug/deps/libordermap-d026bcb16cd59152.rlib" "/opt/crater/target/debug/deps/libfixedbitset-ec794605dfdff74a.rlib" "/opt/crater/target/debug/deps/libsmallvec-8ab4c1b4228c68ef.rlib" "/opt/crater/target/debug/deps/libslab-38e1dff674bc2c67.rlib" "/opt/crater/target/debug/deps/libdowncast_rs-4107036689f4907c.rlib" "/opt/crater/target/debug/deps/libnalgebra-8ce6e0e4d19232e2.rlib" "/opt/crater/target/debug/deps/libalga-5594958e59e5b28a.rlib" "/opt/crater/target/debug/deps/librand-4d2dd95f3d7aec75.rlib" "/opt/crater/target/debug/deps/librand_xorshift-4203f3157eb9a8e3.rlib" "/opt/crater/target/debug/deps/librand_pcg-8d4de0bb8369ce1b.rlib" "/opt/crater/target/debug/deps/librand_hc-bbd146a4b8bf6f4b.rlib" "/opt/crater/target/debug/deps/librand_chacha-e30594121fba25f8.rlib" "/opt/crater/target/debug/deps/librand_isaac-116c1a9914320278.rlib" "/opt/crater/target/debug/deps/librand_core-5fd440ec9008cce1.rlib" "/opt/crater/target/debug/deps/librand_os-df63c8a890c1e2e9.rlib" "/opt/crater/target/debug/deps/librand_jitter-06f1043e9c10514f.rlib" "/opt/crater/target/debug/deps/librand_core-fe4fc41bf9015dbc.rlib" "/opt/crater/target/debug/deps/libnum_complex-1edf8e3da58232a0.rlib" "/opt/crater/target/debug/deps/libmatrixmultiply-0f559a3fe1334da4.rlib" "/opt/crater/target/debug/deps/librawpointer-21fcc3474eb85ebb.rlib" "/opt/crater/target/debug/deps/libgeneric_array-b922dedc9fc93200.rlib" "/opt/crater/target/debug/deps/libtypenum-49005c187b93bc71.rlib" "/opt/crater/target/debug/deps/libimage-b70ce9ae13ee0c44.rlib" "/opt/crater/target/debug/deps/libtiff-3bef7a8e40ae7cb8.rlib" "/opt/crater/target/debug/deps/libpng-39f0fdeb0cf03dcd.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/libjpeg_decoder-8319f83394b9b250.rlib" "/opt/crater/target/debug/deps/librayon-c1e1f37b4cd64ffa.rlib" "/opt/crater/target/debug/deps/librayon_core-b12ecf1af06f12e4.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-f6668dbd335cb278.rlib" "/opt/crater/target/debug/deps/libeither-718ea347c7788d34.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-552fdccb28a3ea8c.rlib" "/opt/crater/target/debug/deps/libgif-b420bbc01a15ef9c.rlib" "/opt/crater/target/debug/deps/libcolor_quant-6cd66d44303ef59b.rlib" "/opt/crater/target/debug/deps/libscoped_threadpool-6ac8fca2f0d457e8.rlib" "/opt/crater/target/debug/deps/libnum_rational-c1b5ed23d4897e28.rlib" "/opt/crater/target/debug/deps/libnum_iter-fd74bdd6dac4fe2e.rlib" "/opt/crater/target/debug/deps/libnum_integer-ea76131d41859201.rlib" "/opt/crater/target/debug/deps/liblzw-1f37f345e8096c7b.rlib" "/opt/crater/target/debug/deps/librusttype-ae535247da56db4e.rlib" "/opt/crater/target/debug/deps/libnum_cpus-509d1090a02489e2.rlib" "/opt/crater/target/debug/deps/liblibc-d019039477cac03b.rlib" "/opt/crater/target/debug/deps/libstb_truetype-fe98d4df69df1ee3.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-927d16f2b3f201b1.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-9b111a0846dc7592.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/liblazy_static-eb33edc716f69401.rlib" "/opt/crater/target/debug/deps/libcfg_if-3028bdd7b8e15bb5.rlib" "/opt/crater/target/debug/deps/librustc_hash-e8ab2c62e079e76c.rlib" "/opt/crater/target/debug/deps/libbyteorder-585fd2581aa01382.rlib" "/opt/crater/target/debug/deps/liblinked_hash_map-3e4fdc964a0eef39.rlib" "/opt/crater/target/debug/deps/libarrayvec-ec8906360acdff5b.rlib" "/opt/crater/target/debug/deps/libnodrop-844425db77ee9480.rlib" "/opt/crater/target/debug/deps/libordered_float-7f1462d7c3b622aa.rlib" "/opt/crater/target/debug/deps/libapprox-733cf6e266422d54.rlib" "/opt/crater/target/debug/deps/libnum_traits-d11dcc7883adaecb.rlib" "/opt/crater/target/debug/deps/libbitflags-bcd34e8f74846360.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" "-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: build failed [INFO] running `"docker" "inspect" "bf9d27ef669d5d460413ab1a846b39d0e1283997abb90f83ceafb5a60d07feeb"` [INFO] running `"docker" "rm" "-f" "bf9d27ef669d5d460413ab1a846b39d0e1283997abb90f83ceafb5a60d07feeb"` [INFO] [stdout] bf9d27ef669d5d460413ab1a846b39d0e1283997abb90f83ceafb5a60d07feeb