[INFO] updating cached repository yggie/mach [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/yggie/mach [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/yggie/mach" "work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/gh/yggie/mach"` [INFO] [stderr] Cloning into 'work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/gh/yggie/mach'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/yggie/mach" "work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/gh/yggie/mach"` [INFO] [stderr] Cloning into 'work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/gh/yggie/mach'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] b1c15026e0f31117d0d54ee6eeaeadd3e94a3d92 [INFO] sha for GitHub repo yggie/mach: b1c15026e0f31117d0d54ee6eeaeadd3e94a3d92 [INFO] validating manifest of yggie/mach on toolchain master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of yggie/mach on toolchain try#7fea0229842e79db1159ea58ad9a653b288efee9 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing yggie/mach [INFO] finished frobbing yggie/mach [INFO] frobbed toml for yggie/mach written to work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/gh/yggie/mach/Cargo.toml [INFO] started frobbing yggie/mach [INFO] finished frobbing yggie/mach [INFO] frobbed toml for yggie/mach written to work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/gh/yggie/mach/Cargo.toml [INFO] crate yggie/mach has a lockfile. skipping [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing yggie/mach against try#7fea0229842e79db1159ea58ad9a653b288efee9 for pr-57967 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-1/try#7fea0229842e79db1159ea58ad9a653b288efee9:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/gh/yggie/mach:/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=forbid" "-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" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "build" "--frozen"` [INFO] [stdout] 2f66a8101f8b5c6cc824e2ecf4dc9bab6de97861f56a7bf53853edce1b5dc119 [INFO] running `"docker" "start" "-a" "2f66a8101f8b5c6cc824e2ecf4dc9bab6de97861f56a7bf53853edce1b5dc119"` [INFO] [stderr] Compiling mach v0.0.1 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `Vec3D` [INFO] [stderr] --> src/collisions/detection/gjkepa/gjk.rs:2:29 [INFO] [stderr] | [INFO] [stderr] 2 | use maths::{Approximations, Vec3D}; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `sphere` [INFO] [stderr] --> src/collisions/shapes/convex_shapes/intersections/ray_sphere_intersection.rs:8:28 [INFO] [stderr] | [INFO] [stderr] 8 | fn intersection(&self, sphere: &Sphere) -> Option { [INFO] [stderr] | ^^^^^^ help: consider prefixing with an underscore: `_sphere` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `ray` [INFO] [stderr] --> src/collisions/broadphase/brute_force_broadphase.rs:97:31 [INFO] [stderr] | [INFO] [stderr] 97 | fn cast_ray<'a>(&'a self, ray: &Ray) -> Box> + 'a> { [INFO] [stderr] | ^^^ help: consider prefixing with an underscore: `_ray` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.72s [INFO] running `"docker" "inspect" "2f66a8101f8b5c6cc824e2ecf4dc9bab6de97861f56a7bf53853edce1b5dc119"` [INFO] running `"docker" "rm" "-f" "2f66a8101f8b5c6cc824e2ecf4dc9bab6de97861f56a7bf53853edce1b5dc119"` [INFO] [stdout] 2f66a8101f8b5c6cc824e2ecf4dc9bab6de97861f56a7bf53853edce1b5dc119 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-1/try#7fea0229842e79db1159ea58ad9a653b288efee9:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/gh/yggie/mach:/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=forbid" "-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" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] f356809c796ceb012254d47f1f4d90e0249a93bb276ee653dfdf33d5d72e2a46 [INFO] running `"docker" "start" "-a" "f356809c796ceb012254d47f1f4d90e0249a93bb276ee653dfdf33d5d72e2a46"` [INFO] [stderr] Compiling libc v0.2.18 [INFO] [stderr] Compiling phf_shared v0.7.20 [INFO] [stderr] Compiling dtoa v0.2.2 [INFO] [stderr] Compiling serde v0.8.21 [INFO] [stderr] Compiling num-traits v0.1.36 [INFO] [stderr] Compiling itoa v0.1.1 [INFO] [stderr] Compiling lazy_static v0.2.2 [INFO] [stderr] Compiling log v0.3.6 [INFO] [stderr] Compiling khronos_api v1.0.0 [INFO] [stderr] Compiling lazy_static v0.1.16 [INFO] [stderr] Compiling pkg-config v0.3.8 [INFO] [stderr] Compiling gcc v0.3.41 [INFO] [stderr] Compiling crossbeam v0.2.10 [INFO] [stderr] Compiling rustc-serialize v0.3.22 [INFO] [stderr] Compiling utf8-ranges v0.1.3 [INFO] [stderr] Compiling regex-syntax v0.3.9 [INFO] [stderr] Compiling rustc-demangle v0.1.3 [INFO] [stderr] Compiling cfg-if v0.1.0 [INFO] [stderr] Compiling smallvec v0.1.8 [INFO] [stderr] Compiling xml-rs v0.3.5 [INFO] [stderr] Compiling phf v0.7.20 [INFO] [stderr] Compiling rand v0.3.15 [INFO] [stderr] Compiling memchr v0.1.11 [INFO] [stderr] Compiling shared_library v0.1.5 [INFO] [stderr] Compiling num-integer v0.1.32 [INFO] [stderr] Compiling backtrace-sys v0.1.5 [INFO] [stderr] Compiling x11-dl v2.12.0 [INFO] [stderr] Compiling tempfile v2.1.4 [INFO] [stderr] Compiling aho-corasick v0.5.3 [INFO] [stderr] Compiling num-iter v0.1.32 [INFO] [stderr] Compiling osmesa-sys v0.1.2 [INFO] [stderr] Compiling phf_generator v0.7.20 [INFO] [stderr] Compiling wayland-scanner v0.5.11 [INFO] [stderr] Compiling gl_generator v0.5.2 [INFO] [stderr] Compiling thread-id v2.0.0 [INFO] [stderr] Compiling fs2 v0.2.5 [INFO] [stderr] Compiling time v0.1.35 [INFO] [stderr] Compiling thread_local v0.2.7 [INFO] [stderr] Compiling phf_codegen v0.7.20 [INFO] [stderr] Compiling memmap v0.2.3 [INFO] [stderr] Compiling backtrace v0.2.3 [INFO] [stderr] Compiling regex v0.1.80 [INFO] [stderr] Compiling wayland-client v0.5.12 [INFO] [stderr] Compiling serde_json v0.8.4 [INFO] [stderr] Compiling glutin v0.6.2 [INFO] [stderr] Compiling glium v0.15.0 [INFO] [stderr] Compiling num-bigint v0.1.35 [INFO] [stderr] Compiling num-complex v0.1.35 [INFO] [stderr] Compiling target_build_utils v0.1.2 [INFO] [stderr] Compiling num-rational v0.1.35 [INFO] [stderr] Compiling num v0.1.36 [INFO] [stderr] Compiling nalgebra v0.10.1 [INFO] [stderr] Compiling env_logger v0.3.5 [INFO] [stderr] Compiling quickcheck v0.4.1 [INFO] [stderr] Compiling libloading v0.3.1 [INFO] [stderr] Compiling dlib v0.3.1 [INFO] [stderr] Compiling wayland-sys v0.5.11 [INFO] [stderr] Compiling wayland-kbd v0.3.6 [INFO] [stderr] Compiling wayland-window v0.2.3 [INFO] [stderr] Compiling mach v0.0.1 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `CollisionObjectSpace` [INFO] [stderr] --> examples/ray_tracing_demo.rs:8:12 [INFO] [stderr] | [INFO] [stderr] 8 | use mach::{CollisionObjectSpace, DynamicBody, MachWorld, UnitVec3D, Vec3D, World}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: field is never used: `color` [INFO] [stderr] --> examples/raytracing/point_light.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | color: Color, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: field is never used: `position` [INFO] [stderr] --> examples/raytracing/point_light.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | position: Vec3D, [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never used: `color` [INFO] [stderr] --> examples/raytracing/directional_light.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | color: Color, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never used: `direction` [INFO] [stderr] --> examples/raytracing/directional_light.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | direction: UnitVec3D, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never used: `point_lights` [INFO] [stderr] --> examples/ray_tracing_demo.rs:19:5 [INFO] [stderr] | [INFO] [stderr] 19 | point_lights: Vec, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never used: `max_ray_bounces` [INFO] [stderr] --> examples/ray_tracing_demo.rs:20:5 [INFO] [stderr] | [INFO] [stderr] 20 | max_ray_bounces: usize, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never used: `directional_lights` [INFO] [stderr] --> examples/ray_tracing_demo.rs:21:5 [INFO] [stderr] | [INFO] [stderr] 21 | directional_lights: Vec, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused macro definition [INFO] [stderr] --> src/./../tests/support/assert_properties_for_actions.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / macro_rules! assert_properties { [INFO] [stderr] 4 | | (target: $target:expr, actions: $actions:expr, properties: $properties:expr,) => { [INFO] [stderr] 5 | | assert_properties_for_actions($target, $actions, $properties); [INFO] [stderr] 6 | | }; [INFO] [stderr] 7 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_macros)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `Vec3D` [INFO] [stderr] --> src/collisions/detection/gjkepa/gjk.rs:2:29 [INFO] [stderr] | [INFO] [stderr] 2 | use maths::{Approximations, Vec3D}; [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `sphere` [INFO] [stderr] --> src/collisions/shapes/convex_shapes/intersections/ray_sphere_intersection.rs:8:28 [INFO] [stderr] | [INFO] [stderr] 8 | fn intersection(&self, sphere: &Sphere) -> Option { [INFO] [stderr] | ^^^^^^ help: consider prefixing with an underscore: `_sphere` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `ray` [INFO] [stderr] --> src/collisions/broadphase/brute_force_broadphase.rs:97:31 [INFO] [stderr] | [INFO] [stderr] 97 | fn cast_ray<'a>(&'a self, ray: &Ray) -> Box> + 'a> { [INFO] [stderr] | ^^^ help: consider prefixing with an underscore: `_ray` [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/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/dropped_cube-7c0cfa4de7ffe163.dropped_cube.74kvvqy8-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/dropped_cube-7c0cfa4de7ffe163.dropped_cube.74kvvqy8-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/dropped_cube-7c0cfa4de7ffe163.dropped_cube.74kvvqy8-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/dropped_cube-7c0cfa4de7ffe163.dropped_cube.74kvvqy8-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/dropped_cube-7c0cfa4de7ffe163.dropped_cube.74kvvqy8-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/dropped_cube-7c0cfa4de7ffe163.dropped_cube.74kvvqy8-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/dropped_cube-7c0cfa4de7ffe163.dropped_cube.74kvvqy8-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/dropped_cube-7c0cfa4de7ffe163.dropped_cube.74kvvqy8-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/dropped_cube-7c0cfa4de7ffe163.dropped_cube.74kvvqy8-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/dropped_cube-7c0cfa4de7ffe163.dropped_cube.74kvvqy8-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/dropped_cube-7c0cfa4de7ffe163.dropped_cube.74kvvqy8-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/dropped_cube-7c0cfa4de7ffe163.dropped_cube.74kvvqy8-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/dropped_cube-7c0cfa4de7ffe163.dropped_cube.74kvvqy8-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/dropped_cube-7c0cfa4de7ffe163.dropped_cube.74kvvqy8-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/dropped_cube-7c0cfa4de7ffe163.dropped_cube.74kvvqy8-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/dropped_cube-7c0cfa4de7ffe163.dropped_cube.74kvvqy8-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/dropped_cube-7c0cfa4de7ffe163" "/opt/crater/target/debug/examples/dropped_cube-7c0cfa4de7ffe163.27scilwvsjaxs4uj.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libtime-c3d0a63f00cc3855.rlib" "/opt/crater/target/debug/deps/libnalgebra-b6aa0669b4ab5471.rlib" "/opt/crater/target/debug/deps/libnum-b6f4a3a6d66b6df6.rlib" "/opt/crater/target/debug/deps/libnum_rational-562636cc8e92915c.rlib" "/opt/crater/target/debug/deps/libnum_bigint-475d72341a1b58cf.rlib" "/opt/crater/target/debug/deps/libnum_complex-3009c1557790073e.rlib" "/opt/crater/target/debug/deps/libnum_iter-f38b38e3f0ef738b.rlib" "/opt/crater/target/debug/deps/libnum_integer-3dcc2940d8dab83e.rlib" "/opt/crater/target/debug/deps/libnum_traits-6186897d2adb1650.rlib" "/opt/crater/target/debug/deps/librustc_serialize-83a5d29f94384403.rlib" "/opt/crater/target/debug/deps/libglium-ab5913a9853157c1.rlib" "/opt/crater/target/debug/deps/libglutin-31877b268a0d7d26.rlib" "/opt/crater/target/debug/deps/libwayland_window-11bdf65fb5f2141a.rlib" "/opt/crater/target/debug/deps/libtempfile-ea196060d787d286.rlib" "/opt/crater/target/debug/deps/librand-658fcfa4cbcf8709.rlib" "/opt/crater/target/debug/deps/libbyteorder-8787a369bae0964c.rlib" "/opt/crater/target/debug/deps/libwayland_kbd-e7d85a25845dd9e7.rlib" "/opt/crater/target/debug/deps/libmemmap-b4eb4e40ca4133d3.rlib" "/opt/crater/target/debug/deps/libosmesa_sys-d23993f2ce8136d2.rlib" "/opt/crater/target/debug/deps/libwayland_client-c622f95a512e06bb.rlib" "/opt/crater/target/debug/deps/libwayland_sys-726fb20c461b78f4.rlib" "/opt/crater/target/debug/deps/liblazy_static-fda33572880aa59c.rlib" "/opt/crater/target/debug/deps/libdlib-ff0970739dceeda5.rlib" "/opt/crater/target/debug/deps/liblibloading-7601282956e6bc61.rlib" "/opt/crater/target/debug/deps/libcrossbeam-ec7eaa26f5a4d4b8.rlib" "/opt/crater/target/debug/deps/libbitflags-261879c853d19ff4.rlib" "/opt/crater/target/debug/deps/libx11_dl-4c15a188e9737008.rlib" "/opt/crater/target/debug/deps/libshared_library-239b3e25f4852cd0.rlib" "/opt/crater/target/debug/deps/libsmallvec-03c5761e4c52be07.rlib" "/opt/crater/target/debug/deps/libbacktrace-1f90c5438be25a4e.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-6b9edb025b251a0e.rlib" "/opt/crater/target/debug/deps/librustc_demangle-4c4fdb42d352ee49.rlib" "/opt/crater/target/debug/deps/libcfg_if-0a93ba4f6cd185dc.rlib" "/opt/crater/target/debug/deps/libdbghelp-9b750215343655ee.rlib" "/opt/crater/target/debug/deps/libwinapi-8b6aedb380efb349.rlib" "/opt/crater/target/debug/deps/libkernel32-03a5a47a8ea86e38.rlib" "/opt/crater/target/debug/deps/liblibc-b361dfc65cf0c0c3.rlib" "/opt/crater/target/debug/deps/liblazy_static-2232fdc8a8bcb0ec.rlib" "/opt/crater/target/debug/deps/libmach-e51f15565c9523c6.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-b9cdeeb7d71e069b.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-2c784314f5b61a49.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-3b6efc0e4ddb88fa.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-f958c03192217b33.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-6a937665f3cd6c5f.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-e29e11dee090b90f.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-83c4e27232163c87.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-39348c626a7cd664.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-a98540404781e6a7.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f0f63061644276a5.rlib" "-Wl,-Bdynamic" "-ldl" "-ldl" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /opt/crater/target/debug/deps/libbacktrace-1f90c5438be25a4e.rlib(backtrace-1f90c5438be25a4e.backtrace.3er6xupq-cgu.12.rcgu.o): In function `_RNCNsNtNaCs9ZWLCoVcCIG_9backtrace9symbolize12libbacktrace10init_state0B7_': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.2.3/src/symbolize/libbacktrace.rs:150: undefined reference to `backtrace_create_state' [INFO] [stderr] /opt/crater/target/debug/deps/libbacktrace-1f90c5438be25a4e.rlib(backtrace-1f90c5438be25a4e.backtrace.3er6xupq-cgu.12.rcgu.o): In function `_RNyNtNaCs9ZWLCoVcCIG_9backtrace9symbolize12libbacktrace7resolve': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.2.3/src/symbolize/libbacktrace.rs:167: undefined reference to `backtrace_pcinfo' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.2.3/src/symbolize/libbacktrace.rs:171: undefined reference to `backtrace_syminfo' [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: 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/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/two_colliding_cubes-964868356af8c15c.two_colliding_cubes.2el12je6-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/two_colliding_cubes-964868356af8c15c.two_colliding_cubes.2el12je6-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/two_colliding_cubes-964868356af8c15c.two_colliding_cubes.2el12je6-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/two_colliding_cubes-964868356af8c15c.two_colliding_cubes.2el12je6-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/two_colliding_cubes-964868356af8c15c.two_colliding_cubes.2el12je6-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/two_colliding_cubes-964868356af8c15c.two_colliding_cubes.2el12je6-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/two_colliding_cubes-964868356af8c15c.two_colliding_cubes.2el12je6-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/two_colliding_cubes-964868356af8c15c.two_colliding_cubes.2el12je6-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/two_colliding_cubes-964868356af8c15c.two_colliding_cubes.2el12je6-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/two_colliding_cubes-964868356af8c15c.two_colliding_cubes.2el12je6-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/two_colliding_cubes-964868356af8c15c.two_colliding_cubes.2el12je6-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/two_colliding_cubes-964868356af8c15c.two_colliding_cubes.2el12je6-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/two_colliding_cubes-964868356af8c15c.two_colliding_cubes.2el12je6-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/two_colliding_cubes-964868356af8c15c.two_colliding_cubes.2el12je6-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/two_colliding_cubes-964868356af8c15c.two_colliding_cubes.2el12je6-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/two_colliding_cubes-964868356af8c15c.two_colliding_cubes.2el12je6-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/two_colliding_cubes-964868356af8c15c" "/opt/crater/target/debug/examples/two_colliding_cubes-964868356af8c15c.52dods5n9fglh3td.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libtime-c3d0a63f00cc3855.rlib" "/opt/crater/target/debug/deps/libnalgebra-b6aa0669b4ab5471.rlib" "/opt/crater/target/debug/deps/libnum-b6f4a3a6d66b6df6.rlib" "/opt/crater/target/debug/deps/libnum_rational-562636cc8e92915c.rlib" "/opt/crater/target/debug/deps/libnum_bigint-475d72341a1b58cf.rlib" "/opt/crater/target/debug/deps/libnum_complex-3009c1557790073e.rlib" "/opt/crater/target/debug/deps/libnum_iter-f38b38e3f0ef738b.rlib" "/opt/crater/target/debug/deps/libnum_integer-3dcc2940d8dab83e.rlib" "/opt/crater/target/debug/deps/libnum_traits-6186897d2adb1650.rlib" "/opt/crater/target/debug/deps/librustc_serialize-83a5d29f94384403.rlib" "/opt/crater/target/debug/deps/libglium-ab5913a9853157c1.rlib" "/opt/crater/target/debug/deps/libglutin-31877b268a0d7d26.rlib" "/opt/crater/target/debug/deps/libwayland_window-11bdf65fb5f2141a.rlib" "/opt/crater/target/debug/deps/libtempfile-ea196060d787d286.rlib" "/opt/crater/target/debug/deps/librand-658fcfa4cbcf8709.rlib" "/opt/crater/target/debug/deps/libbyteorder-8787a369bae0964c.rlib" "/opt/crater/target/debug/deps/libwayland_kbd-e7d85a25845dd9e7.rlib" "/opt/crater/target/debug/deps/libmemmap-b4eb4e40ca4133d3.rlib" "/opt/crater/target/debug/deps/libosmesa_sys-d23993f2ce8136d2.rlib" "/opt/crater/target/debug/deps/libwayland_client-c622f95a512e06bb.rlib" "/opt/crater/target/debug/deps/libwayland_sys-726fb20c461b78f4.rlib" "/opt/crater/target/debug/deps/liblazy_static-fda33572880aa59c.rlib" "/opt/crater/target/debug/deps/libdlib-ff0970739dceeda5.rlib" "/opt/crater/target/debug/deps/liblibloading-7601282956e6bc61.rlib" "/opt/crater/target/debug/deps/libcrossbeam-ec7eaa26f5a4d4b8.rlib" "/opt/crater/target/debug/deps/libbitflags-261879c853d19ff4.rlib" "/opt/crater/target/debug/deps/libx11_dl-4c15a188e9737008.rlib" "/opt/crater/target/debug/deps/libshared_library-239b3e25f4852cd0.rlib" "/opt/crater/target/debug/deps/libsmallvec-03c5761e4c52be07.rlib" "/opt/crater/target/debug/deps/libbacktrace-1f90c5438be25a4e.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-6b9edb025b251a0e.rlib" "/opt/crater/target/debug/deps/librustc_demangle-4c4fdb42d352ee49.rlib" "/opt/crater/target/debug/deps/libcfg_if-0a93ba4f6cd185dc.rlib" "/opt/crater/target/debug/deps/libdbghelp-9b750215343655ee.rlib" "/opt/crater/target/debug/deps/libwinapi-8b6aedb380efb349.rlib" "/opt/crater/target/debug/deps/libkernel32-03a5a47a8ea86e38.rlib" "/opt/crater/target/debug/deps/liblibc-b361dfc65cf0c0c3.rlib" "/opt/crater/target/debug/deps/liblazy_static-2232fdc8a8bcb0ec.rlib" "/opt/crater/target/debug/deps/libmach-e51f15565c9523c6.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-b9cdeeb7d71e069b.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-2c784314f5b61a49.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-3b6efc0e4ddb88fa.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-f958c03192217b33.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-6a937665f3cd6c5f.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-e29e11dee090b90f.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-83c4e27232163c87.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-39348c626a7cd664.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-a98540404781e6a7.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f0f63061644276a5.rlib" "-Wl,-Bdynamic" "-ldl" "-ldl" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /opt/crater/target/debug/deps/libbacktrace-1f90c5438be25a4e.rlib(backtrace-1f90c5438be25a4e.backtrace.3er6xupq-cgu.12.rcgu.o): In function `_RNCNsNtNaCs9ZWLCoVcCIG_9backtrace9symbolize12libbacktrace10init_state0B7_': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.2.3/src/symbolize/libbacktrace.rs:150: undefined reference to `backtrace_create_state' [INFO] [stderr] /opt/crater/target/debug/deps/libbacktrace-1f90c5438be25a4e.rlib(backtrace-1f90c5438be25a4e.backtrace.3er6xupq-cgu.12.rcgu.o): In function `_RNyNtNaCs9ZWLCoVcCIG_9backtrace9symbolize12libbacktrace7resolve': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.2.3/src/symbolize/libbacktrace.rs:167: undefined reference to `backtrace_pcinfo' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.2.3/src/symbolize/libbacktrace.rs:171: undefined reference to `backtrace_syminfo' [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 `mach`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `mach`. [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/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/ray_tracing_demo-de2c2a59297797c2.ray_tracing_demo.chae30qp-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/ray_tracing_demo-de2c2a59297797c2.ray_tracing_demo.chae30qp-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/ray_tracing_demo-de2c2a59297797c2.ray_tracing_demo.chae30qp-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/ray_tracing_demo-de2c2a59297797c2.ray_tracing_demo.chae30qp-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/ray_tracing_demo-de2c2a59297797c2.ray_tracing_demo.chae30qp-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/ray_tracing_demo-de2c2a59297797c2.ray_tracing_demo.chae30qp-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/ray_tracing_demo-de2c2a59297797c2.ray_tracing_demo.chae30qp-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/ray_tracing_demo-de2c2a59297797c2.ray_tracing_demo.chae30qp-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/ray_tracing_demo-de2c2a59297797c2.ray_tracing_demo.chae30qp-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/ray_tracing_demo-de2c2a59297797c2.ray_tracing_demo.chae30qp-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/ray_tracing_demo-de2c2a59297797c2.ray_tracing_demo.chae30qp-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/ray_tracing_demo-de2c2a59297797c2.ray_tracing_demo.chae30qp-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/ray_tracing_demo-de2c2a59297797c2.ray_tracing_demo.chae30qp-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/ray_tracing_demo-de2c2a59297797c2.ray_tracing_demo.chae30qp-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/ray_tracing_demo-de2c2a59297797c2.ray_tracing_demo.chae30qp-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/ray_tracing_demo-de2c2a59297797c2.ray_tracing_demo.chae30qp-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/ray_tracing_demo-de2c2a59297797c2" "/opt/crater/target/debug/examples/ray_tracing_demo-de2c2a59297797c2.3jsuehbxmaref5dr.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libregex-1c5c2c99e852929a.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-0fa842b8b22beedf.rlib" "/opt/crater/target/debug/deps/libregex_syntax-ae1fa48dc05a370a.rlib" "/opt/crater/target/debug/deps/libthread_local-5234b3a0d74d2855.rlib" "/opt/crater/target/debug/deps/libthread_id-f4851a30937eb7fa.rlib" "/opt/crater/target/debug/deps/libaho_corasick-ec0c423d855110fa.rlib" "/opt/crater/target/debug/deps/libmemchr-d8dcb0dc42d1edc3.rlib" "/opt/crater/target/debug/deps/libtime-c3d0a63f00cc3855.rlib" "/opt/crater/target/debug/deps/libmach-e51f15565c9523c6.rlib" "/opt/crater/target/debug/deps/libglium-ab5913a9853157c1.rlib" "/opt/crater/target/debug/deps/libglutin-31877b268a0d7d26.rlib" "/opt/crater/target/debug/deps/libwayland_window-11bdf65fb5f2141a.rlib" "/opt/crater/target/debug/deps/libtempfile-ea196060d787d286.rlib" "/opt/crater/target/debug/deps/librand-658fcfa4cbcf8709.rlib" "/opt/crater/target/debug/deps/libbyteorder-8787a369bae0964c.rlib" "/opt/crater/target/debug/deps/libwayland_kbd-e7d85a25845dd9e7.rlib" "/opt/crater/target/debug/deps/libmemmap-b4eb4e40ca4133d3.rlib" "/opt/crater/target/debug/deps/libosmesa_sys-d23993f2ce8136d2.rlib" "/opt/crater/target/debug/deps/libwayland_client-c622f95a512e06bb.rlib" "/opt/crater/target/debug/deps/libwayland_sys-726fb20c461b78f4.rlib" "/opt/crater/target/debug/deps/liblazy_static-fda33572880aa59c.rlib" "/opt/crater/target/debug/deps/libdlib-ff0970739dceeda5.rlib" "/opt/crater/target/debug/deps/liblibloading-7601282956e6bc61.rlib" "/opt/crater/target/debug/deps/libcrossbeam-ec7eaa26f5a4d4b8.rlib" "/opt/crater/target/debug/deps/libbitflags-261879c853d19ff4.rlib" "/opt/crater/target/debug/deps/libx11_dl-4c15a188e9737008.rlib" "/opt/crater/target/debug/deps/libshared_library-239b3e25f4852cd0.rlib" "/opt/crater/target/debug/deps/libsmallvec-03c5761e4c52be07.rlib" "/opt/crater/target/debug/deps/libbacktrace-1f90c5438be25a4e.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-6b9edb025b251a0e.rlib" "/opt/crater/target/debug/deps/librustc_demangle-4c4fdb42d352ee49.rlib" "/opt/crater/target/debug/deps/libcfg_if-0a93ba4f6cd185dc.rlib" "/opt/crater/target/debug/deps/libdbghelp-9b750215343655ee.rlib" "/opt/crater/target/debug/deps/libwinapi-8b6aedb380efb349.rlib" "/opt/crater/target/debug/deps/libkernel32-03a5a47a8ea86e38.rlib" "/opt/crater/target/debug/deps/liblibc-b361dfc65cf0c0c3.rlib" "/opt/crater/target/debug/deps/liblazy_static-2232fdc8a8bcb0ec.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-b9cdeeb7d71e069b.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-2c784314f5b61a49.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-3b6efc0e4ddb88fa.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-f958c03192217b33.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-6a937665f3cd6c5f.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-e29e11dee090b90f.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-83c4e27232163c87.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-39348c626a7cd664.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-a98540404781e6a7.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f0f63061644276a5.rlib" "-Wl,-Bdynamic" "-ldl" "-ldl" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /opt/crater/target/debug/deps/libbacktrace-1f90c5438be25a4e.rlib(backtrace-1f90c5438be25a4e.backtrace.3er6xupq-cgu.12.rcgu.o): In function `_RNCNsNtNaCs9ZWLCoVcCIG_9backtrace9symbolize12libbacktrace10init_state0B7_': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.2.3/src/symbolize/libbacktrace.rs:150: undefined reference to `backtrace_create_state' [INFO] [stderr] /opt/crater/target/debug/deps/libbacktrace-1f90c5438be25a4e.rlib(backtrace-1f90c5438be25a4e.backtrace.3er6xupq-cgu.12.rcgu.o): In function `_RNyNtNaCs9ZWLCoVcCIG_9backtrace9symbolize12libbacktrace7resolve': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.2.3/src/symbolize/libbacktrace.rs:167: undefined reference to `backtrace_pcinfo' [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/backtrace-0.2.3/src/symbolize/libbacktrace.rs:171: undefined reference to `backtrace_syminfo' [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 `mach`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "f356809c796ceb012254d47f1f4d90e0249a93bb276ee653dfdf33d5d72e2a46"` [INFO] running `"docker" "rm" "-f" "f356809c796ceb012254d47f1f4d90e0249a93bb276ee653dfdf33d5d72e2a46"` [INFO] [stdout] f356809c796ceb012254d47f1f4d90e0249a93bb276ee653dfdf33d5d72e2a46