[INFO] updating cached repository https://github.com/thomcc/bad3d [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune", kill_on_drop: false }` [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] e8ecd7f4f37444c8336480d3ae754e5a83204d01 [INFO] testing thomcc/bad3d/e8ecd7f4f37444c8336480d3ae754e5a83204d01 against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fthomcc%2Fbad3d" "/workspace/builds/worker-10/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-10/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/thomcc/bad3d on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/thomcc/bad3d [INFO] finished tweaking git repo https://github.com/thomcc/bad3d [INFO] tweaked toml for git repo https://github.com/thomcc/bad3d written to /workspace/builds/worker-10/source/Cargo.toml [INFO] crate git repo https://github.com/thomcc/bad3d already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 06e788a64d64806e9a3d89ed2f3c4998f5ae8d3081cf28c3ff470aa2dc2b965b [INFO] running `Command { std: "docker" "start" "-a" "06e788a64d64806e9a3d89ed2f3c4998f5ae8d3081cf28c3ff470aa2dc2b965b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "06e788a64d64806e9a3d89ed2f3c4998f5ae8d3081cf28c3ff470aa2dc2b965b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "06e788a64d64806e9a3d89ed2f3c4998f5ae8d3081cf28c3ff470aa2dc2b965b", kill_on_drop: false }` [INFO] [stdout] 06e788a64d64806e9a3d89ed2f3c4998f5ae8d3081cf28c3ff470aa2dc2b965b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7ba4cc0972648c43475452303ea41f9111e48c45d7d1391adcc30279879316ea [INFO] running `Command { std: "docker" "start" "-a" "7ba4cc0972648c43475452303ea41f9111e48c45d7d1391adcc30279879316ea", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling almost v0.1.0 [INFO] [stderr] Compiling cfg-if v0.1.9 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling almost v0.2.0 [INFO] [stderr] Compiling smallvec v0.6.10 [INFO] [stderr] Compiling smallbitvec v2.4.0 [INFO] [stderr] Compiling handy v0.1.3 [INFO] [stderr] Compiling chek v0.1.0 [INFO] [stderr] Compiling t3m v0.1.0 (/opt/rustwide/workdir/t3m) [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> t3m/src/vec/mod.rs:287:53 [INFO] [stdout] | [INFO] [stdout] 287 | $(debug_assert_ne!(v.$field, 0.0);)+; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] ... [INFO] [stdout] 600 | do_vec_boilerplate!(V2 { x: 0, y: 1 }, 2, (f32, f32)); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stdout] = note: this warning originates in the macro `do_vec_boilerplate` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary braces around assigned value [INFO] [stdout] --> t3m/src/quat.rs:568:23 [INFO] [stdout] | [INFO] [stdout] 568 | "sse2" => { super::simd::quat_mul_quat(self, other) }, [INFO] [stdout] | ^^ ^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_braces)]` on by default [INFO] [stdout] help: remove these braces [INFO] [stdout] | [INFO] [stdout] 568 - "sse2" => { super::simd::quat_mul_quat(self, other) }, [INFO] [stdout] 568 + "sse2" => super::simd::quat_mul_quat(self, other), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling bad3d v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 19.15s [INFO] running `Command { std: "docker" "inspect" "7ba4cc0972648c43475452303ea41f9111e48c45d7d1391adcc30279879316ea", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7ba4cc0972648c43475452303ea41f9111e48c45d7d1391adcc30279879316ea", kill_on_drop: false }` [INFO] [stdout] 7ba4cc0972648c43475452303ea41f9111e48c45d7d1391adcc30279879316ea [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b0d5df434448804fb69a73cccb258bed4cecfcdd8118c416ebc2bac05afc2628 [INFO] running `Command { std: "docker" "start" "-a" "b0d5df434448804fb69a73cccb258bed4cecfcdd8118c416ebc2bac05afc2628", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.60 [INFO] [stderr] Compiling autocfg v0.1.5 [INFO] [stderr] Compiling cc v1.0.38 [INFO] [stderr] Compiling xml-rs v0.8.0 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling rand_core v0.4.2 [INFO] [stderr] Compiling lazy_static v1.3.0 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling khronos_api v3.1.0 [INFO] [stderr] Compiling bitflags v1.1.0 [INFO] [stderr] Compiling byteorder v1.3.2 [INFO] [stderr] Compiling nix v0.14.1 [INFO] [stderr] Compiling arrayvec v0.4.11 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling syn v0.15.43 [INFO] [stderr] Compiling pkg-config v0.3.15 [INFO] [stderr] Compiling nodrop v0.1.13 [INFO] [stderr] Compiling downcast-rs v1.0.4 [INFO] [stderr] Compiling same-file v1.0.5 [INFO] [stderr] Compiling xdg v2.2.0 [INFO] [stderr] Compiling scopeguard v1.0.0 [INFO] [stderr] Compiling stable_deref_trait v1.1.1 [INFO] [stderr] Compiling scopeguard v0.3.3 [INFO] [stderr] Compiling memchr v2.2.1 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling rustc-demangle v0.1.15 [INFO] [stderr] Compiling fnv v1.0.6 [INFO] [stderr] Compiling takeable-option v0.4.0 [INFO] [stderr] Compiling regex-syntax v0.6.11 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Compiling termcolor v1.0.5 [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> t3m/src/vec/mod.rs:287:53 [INFO] [stdout] | [INFO] [stdout] 287 | $(debug_assert_ne!(v.$field, 0.0);)+; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] ... [INFO] [stdout] 600 | do_vec_boilerplate!(V2 { x: 0, y: 1 }, 2, (f32, f32)); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stdout] = note: this warning originates in the macro `do_vec_boilerplate` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary braces around assigned value [INFO] [stdout] --> t3m/src/quat.rs:568:23 [INFO] [stdout] | [INFO] [stdout] 568 | "sse2" => { super::simd::quat_mul_quat(self, other) }, [INFO] [stdout] | ^^ ^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_braces)]` on by default [INFO] [stdout] help: remove these braces [INFO] [stdout] | [INFO] [stdout] 568 - "sse2" => { super::simd::quat_mul_quat(self, other) }, [INFO] [stdout] 568 + "sse2" => super::simd::quat_mul_quat(self, other), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling owning_ref v0.4.0 [INFO] [stderr] Compiling lock_api v0.2.0 [INFO] [stderr] Compiling walkdir v2.2.9 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling rand_jitter v0.1.4 [INFO] [stderr] Compiling lock_api v0.1.5 [INFO] [stderr] Compiling rand_hc v0.1.0 [INFO] [stderr] Compiling rand_isaac v0.1.1 [INFO] [stderr] Compiling rand_xorshift v0.1.1 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling rand_pcg v0.1.2 [INFO] [stderr] Compiling rand_chacha v0.1.1 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling x11-dl v2.18.3 [INFO] [stderr] Compiling gl_generator v0.11.0 [INFO] [stderr] Compiling parking_lot_core v0.5.0 [INFO] [stderr] Compiling parking_lot_core v0.4.0 [INFO] [stderr] Compiling parking_lot v0.8.0 [INFO] [stderr] Compiling stb_truetype v0.2.6 [INFO] [stderr] Compiling aho-corasick v0.7.6 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling memmap v0.7.0 [INFO] [stderr] Compiling shared_library v0.1.9 [INFO] [stderr] Compiling atty v0.2.13 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Compiling backtrace-sys v0.1.31 [INFO] [stderr] Compiling imgui-sys v0.1.0 [INFO] [stderr] Compiling mimalloc-sys v0.1.5 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling osmesa-sys v0.1.2 [INFO] [stderr] Compiling wayland-scanner v0.21.13 [INFO] [stderr] Compiling dlib v0.4.1 [INFO] [stderr] Compiling glutin_egl_sys v0.1.3 [INFO] [stderr] Compiling glutin_glx_sys v0.1.5 [INFO] [stderr] Compiling glium v0.25.1 [INFO] [stderr] Compiling wayland-sys v0.21.13 [INFO] [stderr] Compiling ordered-float v1.0.2 [INFO] [stderr] Compiling approx v0.3.2 [INFO] [stderr] Compiling line_drawing v0.7.0 [INFO] [stderr] Compiling rusttype v0.7.7 [INFO] [stderr] Compiling backtrace v0.3.34 [INFO] [stderr] Compiling mimallocator v0.1.3 [INFO] [stderr] Compiling regex v1.2.1 [INFO] [stderr] Compiling parking_lot v0.7.1 [INFO] [stderr] Compiling andrew v0.2.1 [INFO] [stderr] Compiling wayland-client v0.21.13 [INFO] [stderr] Compiling wayland-protocols v0.21.13 [INFO] [stderr] Compiling env_logger v0.6.2 [INFO] [stderr] Compiling quickcheck v0.8.5 [INFO] [stderr] Compiling wayland-commons v0.21.13 [INFO] [stderr] Compiling synstructure v0.10.2 [INFO] [stderr] Compiling derivative v1.0.2 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling smithay-client-toolkit v0.4.6 [INFO] [stderr] Compiling winit v0.19.2 [INFO] [stderr] Compiling glutin v0.21.0 [INFO] [stderr] Compiling imgui v0.1.0 [INFO] [stderr] Compiling imgui-glium-renderer v0.1.0 [INFO] [stderr] Compiling imgui-winit-support v0.1.0 [INFO] [stderr] Compiling bad3d v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error: could not compile `bad3d` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name phys --edition=2018 examples/phys.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=aea1b39c2cc5c21e -C extra-filename=-aea1b39c2cc5c21e --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern almost=/opt/rustwide/target/debug/deps/libalmost-8c03b0fbbcf286f9.rlib --extern bad3d=/opt/rustwide/target/debug/deps/libbad3d-20a62100c1541bd4.rlib --extern cfg_if=/opt/rustwide/target/debug/deps/libcfg_if-843e868c916b52db.rlib --extern chek=/opt/rustwide/target/debug/deps/libchek-79ceb6b1055daf8c.rlib --extern env_logger=/opt/rustwide/target/debug/deps/libenv_logger-e9e2e456c033b4c8.rlib --extern failure=/opt/rustwide/target/debug/deps/libfailure-a155d24611796ea6.rlib --extern glium=/opt/rustwide/target/debug/deps/libglium-ae28160d13fa8e27.rlib --extern handy=/opt/rustwide/target/debug/deps/libhandy-f788966e033e1bfd.rlib --extern imgui=/opt/rustwide/target/debug/deps/libimgui-adce346bf4b1970f.rlib --extern imgui_glium_renderer=/opt/rustwide/target/debug/deps/libimgui_glium_renderer-3e430fcf79670640.rlib --extern imgui_winit_support=/opt/rustwide/target/debug/deps/libimgui_winit_support-2bb174d07bd0df13.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-c4083e8703254c8b.rlib --extern mimallocator=/opt/rustwide/target/debug/deps/libmimallocator-10d8a7e8b6f5f28c.rlib --extern quickcheck=/opt/rustwide/target/debug/deps/libquickcheck-daa06158ef8821c0.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-0dec4d2329831e7f.rlib --extern smallbitvec=/opt/rustwide/target/debug/deps/libsmallbitvec-ebac187d896fa0fd.rlib --extern smallvec=/opt/rustwide/target/debug/deps/libsmallvec-a78424d22891558d.rlib --extern t3m=/opt/rustwide/target/debug/deps/libt3m-79555abcf91a6e59.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/backtrace-sys-e3b9198bafb3b57a/out -L native=/opt/rustwide/target/debug/build/libloading-08b59e0299771202/out -L native=/opt/rustwide/target/debug/build/imgui-sys-c2e73fb9b1e081fc/out -L native=/opt/rustwide/target/debug/build/mimalloc-sys-e489cc236b0f6e76/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `bad3d` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name gjk --edition=2018 examples/gjk.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=cd82cc531b3daa4d -C extra-filename=-cd82cc531b3daa4d --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern almost=/opt/rustwide/target/debug/deps/libalmost-8c03b0fbbcf286f9.rlib --extern bad3d=/opt/rustwide/target/debug/deps/libbad3d-20a62100c1541bd4.rlib --extern cfg_if=/opt/rustwide/target/debug/deps/libcfg_if-843e868c916b52db.rlib --extern chek=/opt/rustwide/target/debug/deps/libchek-79ceb6b1055daf8c.rlib --extern env_logger=/opt/rustwide/target/debug/deps/libenv_logger-e9e2e456c033b4c8.rlib --extern failure=/opt/rustwide/target/debug/deps/libfailure-a155d24611796ea6.rlib --extern glium=/opt/rustwide/target/debug/deps/libglium-ae28160d13fa8e27.rlib --extern handy=/opt/rustwide/target/debug/deps/libhandy-f788966e033e1bfd.rlib --extern imgui=/opt/rustwide/target/debug/deps/libimgui-adce346bf4b1970f.rlib --extern imgui_glium_renderer=/opt/rustwide/target/debug/deps/libimgui_glium_renderer-3e430fcf79670640.rlib --extern imgui_winit_support=/opt/rustwide/target/debug/deps/libimgui_winit_support-2bb174d07bd0df13.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-c4083e8703254c8b.rlib --extern mimallocator=/opt/rustwide/target/debug/deps/libmimallocator-10d8a7e8b6f5f28c.rlib --extern quickcheck=/opt/rustwide/target/debug/deps/libquickcheck-daa06158ef8821c0.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-0dec4d2329831e7f.rlib --extern smallbitvec=/opt/rustwide/target/debug/deps/libsmallbitvec-ebac187d896fa0fd.rlib --extern smallvec=/opt/rustwide/target/debug/deps/libsmallvec-a78424d22891558d.rlib --extern t3m=/opt/rustwide/target/debug/deps/libt3m-79555abcf91a6e59.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/backtrace-sys-e3b9198bafb3b57a/out -L native=/opt/rustwide/target/debug/build/libloading-08b59e0299771202/out -L native=/opt/rustwide/target/debug/build/imgui-sys-c2e73fb9b1e081fc/out -L native=/opt/rustwide/target/debug/build/mimalloc-sys-e489cc236b0f6e76/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `bad3d` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name powered_ragdoll --edition=2018 examples/powered_ragdoll.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=0d0e23da2c7aa042 -C extra-filename=-0d0e23da2c7aa042 --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern almost=/opt/rustwide/target/debug/deps/libalmost-8c03b0fbbcf286f9.rlib --extern bad3d=/opt/rustwide/target/debug/deps/libbad3d-20a62100c1541bd4.rlib --extern cfg_if=/opt/rustwide/target/debug/deps/libcfg_if-843e868c916b52db.rlib --extern chek=/opt/rustwide/target/debug/deps/libchek-79ceb6b1055daf8c.rlib --extern env_logger=/opt/rustwide/target/debug/deps/libenv_logger-e9e2e456c033b4c8.rlib --extern failure=/opt/rustwide/target/debug/deps/libfailure-a155d24611796ea6.rlib --extern glium=/opt/rustwide/target/debug/deps/libglium-ae28160d13fa8e27.rlib --extern handy=/opt/rustwide/target/debug/deps/libhandy-f788966e033e1bfd.rlib --extern imgui=/opt/rustwide/target/debug/deps/libimgui-adce346bf4b1970f.rlib --extern imgui_glium_renderer=/opt/rustwide/target/debug/deps/libimgui_glium_renderer-3e430fcf79670640.rlib --extern imgui_winit_support=/opt/rustwide/target/debug/deps/libimgui_winit_support-2bb174d07bd0df13.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-c4083e8703254c8b.rlib --extern mimallocator=/opt/rustwide/target/debug/deps/libmimallocator-10d8a7e8b6f5f28c.rlib --extern quickcheck=/opt/rustwide/target/debug/deps/libquickcheck-daa06158ef8821c0.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-0dec4d2329831e7f.rlib --extern smallbitvec=/opt/rustwide/target/debug/deps/libsmallbitvec-ebac187d896fa0fd.rlib --extern smallvec=/opt/rustwide/target/debug/deps/libsmallvec-a78424d22891558d.rlib --extern t3m=/opt/rustwide/target/debug/deps/libt3m-79555abcf91a6e59.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/backtrace-sys-e3b9198bafb3b57a/out -L native=/opt/rustwide/target/debug/build/libloading-08b59e0299771202/out -L native=/opt/rustwide/target/debug/build/imgui-sys-c2e73fb9b1e081fc/out -L native=/opt/rustwide/target/debug/build/mimalloc-sys-e489cc236b0f6e76/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `bad3d` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name fps --edition=2018 examples/fps.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=226653664a07ebd4 -C extra-filename=-226653664a07ebd4 --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern almost=/opt/rustwide/target/debug/deps/libalmost-8c03b0fbbcf286f9.rlib --extern bad3d=/opt/rustwide/target/debug/deps/libbad3d-20a62100c1541bd4.rlib --extern cfg_if=/opt/rustwide/target/debug/deps/libcfg_if-843e868c916b52db.rlib --extern chek=/opt/rustwide/target/debug/deps/libchek-79ceb6b1055daf8c.rlib --extern env_logger=/opt/rustwide/target/debug/deps/libenv_logger-e9e2e456c033b4c8.rlib --extern failure=/opt/rustwide/target/debug/deps/libfailure-a155d24611796ea6.rlib --extern glium=/opt/rustwide/target/debug/deps/libglium-ae28160d13fa8e27.rlib --extern handy=/opt/rustwide/target/debug/deps/libhandy-f788966e033e1bfd.rlib --extern imgui=/opt/rustwide/target/debug/deps/libimgui-adce346bf4b1970f.rlib --extern imgui_glium_renderer=/opt/rustwide/target/debug/deps/libimgui_glium_renderer-3e430fcf79670640.rlib --extern imgui_winit_support=/opt/rustwide/target/debug/deps/libimgui_winit_support-2bb174d07bd0df13.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-c4083e8703254c8b.rlib --extern mimallocator=/opt/rustwide/target/debug/deps/libmimallocator-10d8a7e8b6f5f28c.rlib --extern quickcheck=/opt/rustwide/target/debug/deps/libquickcheck-daa06158ef8821c0.rlib --extern rand=/opt/rustwide/target/debug/deps/librand-0dec4d2329831e7f.rlib --extern smallbitvec=/opt/rustwide/target/debug/deps/libsmallbitvec-ebac187d896fa0fd.rlib --extern smallvec=/opt/rustwide/target/debug/deps/libsmallvec-a78424d22891558d.rlib --extern t3m=/opt/rustwide/target/debug/deps/libt3m-79555abcf91a6e59.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/backtrace-sys-e3b9198bafb3b57a/out -L native=/opt/rustwide/target/debug/build/libloading-08b59e0299771202/out -L native=/opt/rustwide/target/debug/build/imgui-sys-c2e73fb9b1e081fc/out -L native=/opt/rustwide/target/debug/build/mimalloc-sys-e489cc236b0f6e76/out` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "b0d5df434448804fb69a73cccb258bed4cecfcdd8118c416ebc2bac05afc2628", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b0d5df434448804fb69a73cccb258bed4cecfcdd8118c416ebc2bac05afc2628", kill_on_drop: false }` [INFO] [stdout] b0d5df434448804fb69a73cccb258bed4cecfcdd8118c416ebc2bac05afc2628