[INFO] cloning repository https://github.com/matthewjberger/impulse [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/matthewjberger/impulse" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmatthewjberger%2Fimpulse", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmatthewjberger%2Fimpulse'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ee14c1492e9c709d03ad6fd0041da1654db55660 [INFO] testing matthewjberger/impulse against 1.49.0 for beta-1.50-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmatthewjberger%2Fimpulse" "/workspace/builds/worker-3/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/matthewjberger/impulse on toolchain 1.49.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.49.0" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/matthewjberger/impulse [INFO] finished tweaking git repo https://github.com/matthewjberger/impulse [INFO] tweaked toml for git repo https://github.com/matthewjberger/impulse written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/matthewjberger/impulse already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.49.0" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 34de91191c7ea6b814694ae67e65268243cda6b29d3acdb9fff2dc8336f321a5 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "34de91191c7ea6b814694ae67e65268243cda6b29d3acdb9fff2dc8336f321a5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "34de91191c7ea6b814694ae67e65268243cda6b29d3acdb9fff2dc8336f321a5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "34de91191c7ea6b814694ae67e65268243cda6b29d3acdb9fff2dc8336f321a5", kill_on_drop: false }` [INFO] [stdout] 34de91191c7ea6b814694ae67e65268243cda6b29d3acdb9fff2dc8336f321a5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 06268d7192b278cb5af8cdc4e841e30dadb183f59f97f933b863c922d44c2d5d [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "06268d7192b278cb5af8cdc4e841e30dadb183f59f97f933b863c922d44c2d5d", kill_on_drop: false }` [INFO] [stderr] Compiling generational-arena v0.2.8 [INFO] [stderr] Compiling impulse v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused imports: `Arena`, `Body` [INFO] [stdout] --> src/contact.rs:1:13 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::{Arena, Body, BodySet, Handle, Real, Vector3}; [INFO] [stdout] | ^^^^^ ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Body`, `ContactGenerator` [INFO] [stdout] --> src/link.rs:1:13 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::{Body, BodySet, ContactGenerator, Handle, Real}; [INFO] [stdout] | ^^^^ ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `max_separating_velocity` [INFO] [stdout] --> src/contact.rs:27:29 [INFO] [stdout] | [INFO] [stdout] 27 | let (max_index, max_separating_velocity) = contacts [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_max_separating_velocity` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `duration` [INFO] [stdout] --> src/contact.rs:156:62 [INFO] [stdout] | [INFO] [stdout] 156 | fn resolve_interpenetration(&self, bodies: &mut BodySet, duration: Real) { [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_duration` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `Cable` [INFO] [stdout] --> src/link.rs:18:8 [INFO] [stdout] | [INFO] [stdout] 18 | struct Cable { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.05s [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "06268d7192b278cb5af8cdc4e841e30dadb183f59f97f933b863c922d44c2d5d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "06268d7192b278cb5af8cdc4e841e30dadb183f59f97f933b863c922d44c2d5d", kill_on_drop: false }` [INFO] [stdout] 06268d7192b278cb5af8cdc4e841e30dadb183f59f97f933b863c922d44c2d5d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9523a73340cec074c15642b18c4f62f1d9e192baceb0c74c28c7de5ece965497 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "9523a73340cec074c15642b18c4f62f1d9e192baceb0c74c28c7de5ece965497", kill_on_drop: false }` [INFO] [stderr] Compiling libm v0.2.1 [INFO] [stderr] Compiling syn v1.0.54 [INFO] [stderr] Compiling paste v1.0.4 [INFO] [stderr] Compiling winit v0.23.0 [INFO] [stderr] Compiling slotmap v0.4.0 [INFO] [stderr] Compiling glow v0.6.1 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling indexmap v1.6.1 [INFO] [stderr] Compiling wayland-sys v0.28.2 [INFO] [stdout] warning: unused imports: `Arena`, `Body` [INFO] [stdout] --> src/contact.rs:1:13 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::{Arena, Body, BodySet, Handle, Real, Vector3}; [INFO] [stdout] | ^^^^^ ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Body`, `ContactGenerator` [INFO] [stdout] --> src/link.rs:1:13 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::{Body, BodySet, ContactGenerator, Handle, Real}; [INFO] [stdout] | ^^^^ ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `max_separating_velocity` [INFO] [stdout] --> src/contact.rs:27:29 [INFO] [stdout] | [INFO] [stdout] 27 | let (max_index, max_separating_velocity) = contacts [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_max_separating_velocity` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `duration` [INFO] [stdout] --> src/contact.rs:156:62 [INFO] [stdout] | [INFO] [stdout] 156 | fn resolve_interpenetration(&self, bodies: &mut BodySet, duration: Real) { [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_duration` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `Cable` [INFO] [stdout] --> src/link.rs:18:8 [INFO] [stdout] | [INFO] [stdout] 18 | struct Cable { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling parking_lot_core v0.8.1 [INFO] [stderr] Compiling andrew v0.3.1 [INFO] [stderr] Compiling wayland-scanner v0.28.2 [INFO] [stderr] Compiling calloop v0.6.5 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling rayon v1.5.0 [INFO] [stderr] Compiling parking_lot v0.11.1 [INFO] [stderr] Compiling wayland-commons v0.28.2 [INFO] [stderr] Compiling petgraph v0.5.1 [INFO] [stderr] Compiling wayland-client v0.28.2 [INFO] [stderr] Compiling wayland-protocols v0.28.2 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling num-complex v0.3.1 [INFO] [stderr] Compiling approx v0.4.0 [INFO] [stderr] Compiling rand_distr v0.3.0 [INFO] [stderr] Compiling ordered-float v1.1.1 [INFO] [stderr] Compiling approx v0.3.2 [INFO] [stderr] Compiling rusttype v0.8.3 [INFO] [stderr] Compiling jpeg-decoder v0.1.20 [INFO] [stderr] Compiling num-rational v0.3.2 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling simba v0.3.1 [INFO] [stderr] Compiling tiff v0.6.1 [INFO] [stderr] Compiling image v0.23.12 [INFO] [stderr] Compiling wayland-cursor v0.28.2 [INFO] [stderr] Compiling wayland-egl v0.28.2 [INFO] [stderr] Compiling serde_derive v1.0.118 [INFO] [stderr] Compiling nalgebra v0.23.2 [INFO] [stderr] Compiling ncollide3d v0.26.1 [INFO] [stderr] Compiling smithay-client-toolkit v0.12.1 [INFO] [stderr] Compiling glutin v0.25.1 [INFO] [stderr] Compiling kiss3d v0.28.0 [INFO] [stderr] Compiling impulse v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused imports: `Arena`, `Body` [INFO] [stdout] --> src/contact.rs:1:13 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::{Arena, Body, BodySet, Handle, Real, Vector3}; [INFO] [stdout] | ^^^^^ ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Body`, `ContactGenerator` [INFO] [stdout] --> src/link.rs:1:13 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::{Body, BodySet, ContactGenerator, Handle, Real}; [INFO] [stdout] | ^^^^ ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `max_separating_velocity` [INFO] [stdout] --> src/contact.rs:27:29 [INFO] [stdout] | [INFO] [stdout] 27 | let (max_index, max_separating_velocity) = contacts [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_max_separating_velocity` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `duration` [INFO] [stdout] --> src/contact.rs:156:62 [INFO] [stdout] | [INFO] [stdout] 156 | fn resolve_interpenetration(&self, bodies: &mut BodySet, duration: Real) { [INFO] [stdout] | ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_duration` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct is never constructed: `Cable` [INFO] [stdout] --> src/link.rs:18:8 [INFO] [stdout] | [INFO] [stdout] 18 | struct Cable { [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-Wl,--eh-frame-hdr" "-L" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/sandbox-b2bf54cb640965e7.sandbox.2rk24dyx-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/sandbox-b2bf54cb640965e7.sandbox.2rk24dyx-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/sandbox-b2bf54cb640965e7.sandbox.2rk24dyx-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/sandbox-b2bf54cb640965e7.sandbox.2rk24dyx-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/sandbox-b2bf54cb640965e7.sandbox.2rk24dyx-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/sandbox-b2bf54cb640965e7.sandbox.2rk24dyx-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/sandbox-b2bf54cb640965e7.sandbox.2rk24dyx-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/sandbox-b2bf54cb640965e7.sandbox.2rk24dyx-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/sandbox-b2bf54cb640965e7.sandbox.2rk24dyx-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/sandbox-b2bf54cb640965e7.sandbox.2rk24dyx-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/sandbox-b2bf54cb640965e7.sandbox.2rk24dyx-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/sandbox-b2bf54cb640965e7.sandbox.2rk24dyx-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/sandbox-b2bf54cb640965e7.sandbox.2rk24dyx-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/sandbox-b2bf54cb640965e7.sandbox.2rk24dyx-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/sandbox-b2bf54cb640965e7.sandbox.2rk24dyx-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/sandbox-b2bf54cb640965e7.sandbox.2rk24dyx-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/sandbox-b2bf54cb640965e7" "/opt/rustwide/target/debug/examples/sandbox-b2bf54cb640965e7.1tnm7ozov4car4yq.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libkiss3d-03d7099262db3c06.rlib" "/opt/rustwide/target/debug/deps/libimage-92f1c5222cae6128.rlib" "/opt/rustwide/target/debug/deps/libbytemuck-35d08fb96e5cf6ad.rlib" "/opt/rustwide/target/debug/deps/libpng-69069960d20f31ca.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-6c5259b613b84b2e.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-78c4a06097ec9217.rlib" "/opt/rustwide/target/debug/deps/libdeflate-a011f9418abca9a1.rlib" "/opt/rustwide/target/debug/deps/libadler32-d0c8907caa249e4c.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-0b975d51a6e79b6f.rlib" "/opt/rustwide/target/debug/deps/libscoped_threadpool-46227cba77bf068c.rlib" "/opt/rustwide/target/debug/deps/libgif-e5a875d48bbaffd3.rlib" "/opt/rustwide/target/debug/deps/libcolor_quant-43f6f2b0a28d0a7b.rlib" "/opt/rustwide/target/debug/deps/libtiff-6aa420eb6fc4568e.rlib" "/opt/rustwide/target/debug/deps/libweezl-651527c9409bda56.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-36a836df640a0e5d.rlib" "/opt/rustwide/target/debug/deps/libadler-797761d55cc6d77d.rlib" "/opt/rustwide/target/debug/deps/libjpeg_decoder-181601048876d24c.rlib" "/opt/rustwide/target/debug/deps/librayon-0341d4708717a84b.rlib" "/opt/rustwide/target/debug/deps/librayon_core-7e6bdacfbfb9b810.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-6d22e3ca0113427c.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-ebd1b7f5d6357f15.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-83c0b633c61cea0e.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-e04655e2ef092aee.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-a00feec9ee9478ed.rlib" "/opt/rustwide/target/debug/deps/libeither-5282cb661a2fed13.rlib" "/opt/rustwide/target/debug/deps/libglow-fa3e8c91d5e8a732.rlib" "/opt/rustwide/target/debug/deps/libncollide3d-2dd03ac431384e11.rlib" "/opt/rustwide/target/debug/deps/libslotmap-428b2b79f2cd5991.rlib" "/opt/rustwide/target/debug/deps/libpetgraph-2380e5cef683d28e.rlib" "/opt/rustwide/target/debug/deps/libindexmap-716ec1f1b0dbb5e2.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-c81ff6afa81291d5.rlib" "/opt/rustwide/target/debug/deps/libfixedbitset-37827d9590821ae2.rlib" "/opt/rustwide/target/debug/deps/libdowncast_rs-9fa50da54854d11c.rlib" "/opt/rustwide/target/debug/deps/libglutin-881a0a3af37fc9de.rlib" "/opt/rustwide/target/debug/deps/libwayland_egl-aa9037cb5d60ecc0.rlib" "/opt/rustwide/target/debug/deps/libosmesa_sys-f5f0deed42a2e6ef.rlib" "/opt/rustwide/target/debug/deps/libshared_library-9bf3ad40f9d432ed.rlib" "/opt/rustwide/target/debug/deps/libwinit-88b953caeede324d.rlib" "/opt/rustwide/target/debug/deps/libmio_extras-f72e670f743fa36b.rlib" "/opt/rustwide/target/debug/deps/liblazycell-cb3e22aa51f3fb4c.rlib" "/opt/rustwide/target/debug/deps/libmio-d954a5210b1f9c62.rlib" "/opt/rustwide/target/debug/deps/libslab-65742487a18009d6.rlib" "/opt/rustwide/target/debug/deps/libiovec-2c9ccede498d8ae6.rlib" "/opt/rustwide/target/debug/deps/libnet2-9f11c0fcd5de8119.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-118ab8cd0c12994c.rlib" "/opt/rustwide/target/debug/deps/libsmithay_client_toolkit-96a334abd520a866.rlib" "/opt/rustwide/target/debug/deps/libandrew-dc396e6970917226.rlib" "/opt/rustwide/target/debug/deps/libxml-ce7636c4719d8f84.rlib" "/opt/rustwide/target/debug/deps/libxdg-e046f5bf4087c17f.rlib" "/opt/rustwide/target/debug/deps/libwalkdir-c239aebdeb046bad.rlib" "/opt/rustwide/target/debug/deps/libsame_file-af3c3c7843ff20ed.rlib" "/opt/rustwide/target/debug/deps/librusttype-7f9c06294eb3d922.rlib" "/opt/rustwide/target/debug/deps/libab_glyph_rasterizer-df31b52110fe551d.rlib" "/opt/rustwide/target/debug/deps/libowned_ttf_parser-a92cd8b8ea57ee8f.rlib" "/opt/rustwide/target/debug/deps/libttf_parser-1c401208789d16ba.rlib" "/opt/rustwide/target/debug/deps/libwayland_cursor-11dd4162d85e2ff8.rlib" "/opt/rustwide/target/debug/deps/libxcursor-9dffb53d4255b5e2.rlib" "/opt/rustwide/target/debug/deps/libnom-8b033ec75d83f5a9.rlib" "/opt/rustwide/target/debug/deps/libmemchr-444bc9124559c15f.rlib" "/opt/rustwide/target/debug/deps/libmemmap2-0ee39e2bcc8bb5f9.rlib" "/opt/rustwide/target/debug/deps/libwayland_protocols-b558a666e5541dec.rlib" "/opt/rustwide/target/debug/deps/libwayland_client-dc14396dc6d17278.rlib" "/opt/rustwide/target/debug/deps/libscoped_tls-01ab07e4975b9da2.rlib" "/opt/rustwide/target/debug/deps/libwayland_commons-1cd0046bdc62e125.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-835dc9dc28e7c407.rlib" "/opt/rustwide/target/debug/deps/libwayland_sys-77eaf17d2dbc5d1b.rlib" "/opt/rustwide/target/debug/deps/libcalloop-ace6a55afeb9deab.rlib" "/opt/rustwide/target/debug/deps/libnix-4757fbf96da10cb0.rlib" "/opt/rustwide/target/debug/deps/libdlib-e9c3cc889c0954de.rlib" "/opt/rustwide/target/debug/deps/liblibloading-190444a211f3d0ed.rlib" "/opt/rustwide/target/debug/deps/libraw_window_handle-e9d9bc997214d1aa.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-35f0ee55a7e974c6.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-2294992df0531258.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-2ed169cbd3b878fa.rlib" "/opt/rustwide/target/debug/deps/liblock_api-02839c16e23f9787.rlib" "/opt/rustwide/target/debug/deps/libinstant-69b346f0c6ba935f.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-d836a7202f0431f0.rlib" "/opt/rustwide/target/debug/deps/libglutin_glx_sys-35ad48b311770871.rlib" "/opt/rustwide/target/debug/deps/libx11_dl-237ceed8376edcb5.rlib" "/opt/rustwide/target/debug/deps/libglutin_egl_sys-77fa081abb35b921.rlib" "/opt/rustwide/target/debug/deps/liblog-84fac41c4b644956.rlib" "/opt/rustwide/target/debug/deps/libserde-c0f7028f9292451d.rlib" "/opt/rustwide/target/debug/deps/librusttype-581138e02bc42761.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-46338da07ff84c55.rlib" "/opt/rustwide/target/debug/deps/libstb_truetype-b2718be75a7846aa.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-04b16b37fbc1beb3.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-d64ec853b8dd2517.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-b23cc33dd2d240e2.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-61a8585eac99cded.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-2e6b9c1d1cc3a259.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-ff13728372c662eb.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-7895c92c6d278491.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-ba8c860573beb973.rlib" "/opt/rustwide/target/debug/deps/librustc_hash-c30734dc402645bd.rlib" "/opt/rustwide/target/debug/deps/liblinked_hash_map-8af8311b9ad75415.rlib" "/opt/rustwide/target/debug/deps/libordered_float-758adc1dd744f1a9.rlib" "/opt/rustwide/target/debug/deps/libapprox-45302a627aed5b6e.rlib" "/opt/rustwide/target/debug/deps/libnalgebra-3d7e276cf9bc95b2.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-0334120ce658443c.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-61e01b25d97e6cfe.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-2746e050f209506d.rlib" "/opt/rustwide/target/debug/deps/libtypenum-a5e8dd74bd8dfb37.rlib" "/opt/rustwide/target/debug/deps/libsimba-b62b0b49f90fa1e8.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-473256b74f30122b.rlib" "/opt/rustwide/target/debug/deps/librand_distr-0e90e2b003667bfb.rlib" "/opt/rustwide/target/debug/deps/librand-13778b3fc4f9ed7e.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-3010f3dab0d7f74e.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-9e2dc93c7288ddfd.rlib" "/opt/rustwide/target/debug/deps/librand_core-f799bc414db9605a.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-fcc29656147f7c6e.rlib" "/opt/rustwide/target/debug/deps/liblibc-675da856250bdc14.rlib" "/opt/rustwide/target/debug/deps/libmatrixmultiply-30d4d20b5fda7456.rlib" "/opt/rustwide/target/debug/deps/librawpointer-1f0ddd829a75cd7b.rlib" "/opt/rustwide/target/debug/deps/libapprox-d783a2a85862e2b7.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-992c92ae9dc9e617.rlib" "/opt/rustwide/target/debug/deps/libbitflags-de31228f2c0549ed.rlib" "/opt/rustwide/target/debug/deps/libimpulse-bd76c0ea7223ebd8.rlib" "/opt/rustwide/target/debug/deps/libgenerational_arena-c7e09e4917eb51dc.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-b10e0993eefc366b.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-e12de7683a34c500.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-446a53c2e468675f.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-86fef9fb252a2d33.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-3bed9bfd30304751.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-0e38eeb474a7b386.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-a846ed547b824740.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-c9540f0a4fb9265d.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7d2ca66c92c356eb.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-147e2c808f949493.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-bd2a4369506670e9.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-74bfdd0ce7d0ed48.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-6777f47f1c491841.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-b104f1790174f2be.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-db37898996f45c13.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-25b7435131fc4938.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-9d4b6f3c097e876e.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-3f953ad652ab829a.rlib" "-Wl,-Bdynamic" "-ldl" "-ldl" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `impulse` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "9523a73340cec074c15642b18c4f62f1d9e192baceb0c74c28c7de5ece965497", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9523a73340cec074c15642b18c4f62f1d9e192baceb0c74c28c7de5ece965497", kill_on_drop: false }` [INFO] [stdout] 9523a73340cec074c15642b18c4f62f1d9e192baceb0c74c28c7de5ece965497