[INFO] cloning repository https://github.com/LanJian/raytox [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/LanJian/raytox" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLanJian%2Fraytox", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLanJian%2Fraytox'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 55e7a0825345186941bad8f4594d562b79e286d4 [INFO] testing LanJian/raytox 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%2FLanJian%2Fraytox" "/workspace/builds/worker-48/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-48/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/LanJian/raytox 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/LanJian/raytox [INFO] finished tweaking git repo https://github.com/LanJian/raytox [INFO] tweaked toml for git repo https://github.com/LanJian/raytox written to /workspace/builds/worker-48/source/Cargo.toml [INFO] crate git repo https://github.com/LanJian/raytox 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-48/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-48/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] 865d676a7ab3eac6db3f3626a1951251593934278ad3105e15e0aff58b13b086 [INFO] running `Command { std: "docker" "start" "-a" "865d676a7ab3eac6db3f3626a1951251593934278ad3105e15e0aff58b13b086", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "865d676a7ab3eac6db3f3626a1951251593934278ad3105e15e0aff58b13b086", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "865d676a7ab3eac6db3f3626a1951251593934278ad3105e15e0aff58b13b086", kill_on_drop: false }` [INFO] [stdout] 865d676a7ab3eac6db3f3626a1951251593934278ad3105e15e0aff58b13b086 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-48/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-48/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] cabfa168526ed75722ab5437a9f675cb83dbc55ee0c2f49491f08d19be2a6df1 [INFO] running `Command { std: "docker" "start" "-a" "cabfa168526ed75722ab5437a9f675cb83dbc55ee0c2f49491f08d19be2a6df1", 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] [stderr] Compiling libc v0.2.98 [INFO] [stderr] Compiling xml-rs v0.8.4 [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Compiling syn v1.0.74 [INFO] [stderr] Compiling serde_derive v1.0.126 [INFO] [stderr] Compiling serde v1.0.126 [INFO] [stderr] Compiling memchr v2.4.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.5 [INFO] [stderr] Compiling crossbeam-epoch v0.9.5 [INFO] [stderr] Compiling rayon-core v1.9.1 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling once_cell v1.8.0 [INFO] [stderr] Compiling minimal-lexical v0.1.2 [INFO] [stderr] Compiling ttf-parser v0.6.2 [INFO] [stderr] Compiling piston-float v1.0.0 [INFO] [stderr] Compiling downcast-rs v1.2.0 [INFO] [stderr] Compiling ab_glyph_rasterizer v0.1.4 [INFO] [stderr] Compiling serde_json v1.0.66 [INFO] [stderr] Compiling piston-graphics_api_version v1.0.0 [INFO] [stderr] Compiling adler32 v1.2.0 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling slab v0.4.4 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling itoa v0.4.7 [INFO] [stderr] Compiling pulldown-cmark v0.8.0 [INFO] [stderr] Compiling weezl v0.1.5 [INFO] [stderr] Compiling color_quant v1.1.0 [INFO] [stderr] Compiling bytemuck v1.7.2 [INFO] [stderr] Compiling bytecount v0.6.2 [INFO] [stderr] Compiling piston-texture v0.8.0 [INFO] [stderr] Compiling interpolation v0.2.0 [INFO] [stderr] Compiling read_color v1.0.0 [INFO] [stderr] Compiling peg-runtime v0.6.3 [INFO] [stderr] Compiling spin_sleep v1.0.0 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling piston-shaders_graphics2d v0.4.0 [INFO] [stderr] Compiling number_prefix v0.4.0 [INFO] [stderr] Compiling libloading v0.7.0 [INFO] [stderr] Compiling libloading v0.6.7 [INFO] [stderr] Compiling instant v0.1.10 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling rayon v1.5.1 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling pest v2.1.3 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling num-rational v0.3.2 [INFO] [stderr] Compiling crc32fast v1.2.1 [INFO] [stderr] Compiling lock_api v0.4.4 [INFO] [stderr] Compiling itertools v0.10.1 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling memoffset v0.6.4 [INFO] [stderr] Compiling shader_version v0.7.0 [INFO] [stderr] Compiling walkdir v2.3.2 [INFO] [stderr] Compiling draw_state v0.8.0 [INFO] [stderr] Compiling piston-viewport v1.0.0 [INFO] [stderr] Compiling vecmath v1.0.0 [INFO] [stderr] Compiling miniz_oxide v0.3.7 [INFO] [stderr] Compiling dlib v0.4.2 [INFO] [stderr] Compiling dlib v0.5.0 [INFO] [stderr] Compiling deflate v0.8.6 [INFO] [stderr] Compiling gif v0.11.2 [INFO] [stderr] Compiling wayland-scanner v0.28.6 [INFO] [stderr] Compiling semver-parser v0.10.2 [INFO] [stderr] Compiling gl_generator v0.14.0 [INFO] [stderr] Compiling gfx_core v0.9.2 [INFO] [stderr] Compiling gl_generator v0.13.1 [INFO] [stderr] Compiling wayland-sys v0.28.6 [INFO] [stderr] Compiling peg-macros v0.6.3 [INFO] [stderr] Compiling nom v7.0.0 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling error-chain v0.12.4 [INFO] [stderr] Compiling owned_ttf_parser v0.6.0 [INFO] [stderr] Compiling rusttype v0.9.2 [INFO] [stderr] Compiling crossbeam-channel v0.5.1 [INFO] [stderr] Compiling png v0.16.8 [INFO] [stderr] Compiling andrew v0.3.1 [INFO] [stderr] Compiling piston2d-graphics v0.40.0 [INFO] [stderr] Compiling wayland-client v0.28.6 [INFO] [stderr] Compiling wayland-protocols v0.28.6 [INFO] [stderr] Compiling gfx v0.18.2 [INFO] [stderr] Compiling glutin_egl_sys v0.1.5 [INFO] [stderr] Compiling glutin_glx_sys v0.1.7 [INFO] [stderr] Compiling gfx_gl v0.6.1 [INFO] [stderr] Compiling crossbeam-deque v0.8.0 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling gl v0.13.0 [INFO] [stderr] Compiling nix v0.20.0 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Compiling nix v0.18.0 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling net2 v0.2.37 [INFO] [stderr] Compiling x11-dl v2.18.5 [INFO] [stderr] Compiling parking_lot_core v0.8.3 [INFO] [stderr] Compiling memmap2 v0.1.0 [INFO] [stderr] Compiling raw-window-handle v0.3.3 [INFO] [stderr] Compiling shared_library v0.1.9 [INFO] [stderr] Compiling terminal_size v0.1.17 [INFO] [stderr] Compiling console v0.14.1 [INFO] [stderr] Compiling osmesa-sys v0.1.2 [INFO] [stderr] Compiling parking_lot v0.11.1 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling mio v0.6.23 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling peg v0.6.3 [INFO] [stderr] Compiling xcursor v0.3.4 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling mio-extras v2.0.6 [INFO] [stderr] Compiling jpeg-decoder v0.1.22 [INFO] [stderr] Compiling indicatif v0.16.2 [INFO] [stderr] Compiling tempfile v3.2.0 [INFO] [stderr] Compiling wayland-commons v0.28.6 [INFO] [stderr] Compiling calloop v0.6.5 [INFO] [stderr] Compiling tiff v0.6.1 [INFO] [stderr] Compiling gfx_device_gl v0.16.2 [INFO] [stderr] Compiling image v0.23.14 [INFO] [stderr] Compiling wayland-cursor v0.28.6 [INFO] [stderr] Compiling wayland-egl v0.28.6 [INFO] [stderr] Compiling semver v0.11.0 [INFO] [stderr] Compiling pistoncore-input v1.0.0 [INFO] [stderr] Compiling cargo-platform v0.1.1 [INFO] [stderr] Compiling piston-gfx_texture v0.41.0 [INFO] [stderr] Compiling piston2d-gfx_graphics v0.73.0 [INFO] [stderr] Compiling cargo_metadata v0.12.3 [INFO] [stderr] Compiling pistoncore-window v0.47.0 [INFO] [stderr] Compiling pistoncore-event_loop v0.53.0 [INFO] [stderr] Compiling piston v0.53.0 [INFO] [stderr] Compiling skeptic v0.13.6 [INFO] [stderr] Compiling ply-rs v0.1.3 [INFO] [stderr] Compiling smithay-client-toolkit v0.12.3 [INFO] [stderr] Compiling winit v0.24.0 [INFO] [stderr] Compiling glutin v0.26.0 [INFO] [stderr] Compiling pistoncore-glutin_window v0.69.0 [INFO] [stderr] Compiling piston_window v0.120.0 [INFO] [stderr] Compiling raytox v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 14s [INFO] running `Command { std: "docker" "inspect" "cabfa168526ed75722ab5437a9f675cb83dbc55ee0c2f49491f08d19be2a6df1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cabfa168526ed75722ab5437a9f675cb83dbc55ee0c2f49491f08d19be2a6df1", kill_on_drop: false }` [INFO] [stdout] cabfa168526ed75722ab5437a9f675cb83dbc55ee0c2f49491f08d19be2a6df1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-48/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-48/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] 192a6a2922f7a2512ac8681c15db4a5cc0e3e843c66d1797590b423fd0b23b42 [INFO] running `Command { std: "docker" "start" "-a" "192a6a2922f7a2512ac8681c15db4a5cc0e3e843c66d1797590b423fd0b23b42", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling raytox v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/examples/interactive-d679f0fb6bc32bfd.interactive.85ef7803-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/interactive-d679f0fb6bc32bfd.interactive.85ef7803-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/interactive-d679f0fb6bc32bfd.interactive.85ef7803-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/interactive-d679f0fb6bc32bfd.interactive.85ef7803-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/interactive-d679f0fb6bc32bfd.interactive.85ef7803-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/interactive-d679f0fb6bc32bfd.interactive.85ef7803-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/interactive-d679f0fb6bc32bfd.interactive.85ef7803-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/interactive-d679f0fb6bc32bfd.interactive.85ef7803-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/interactive-d679f0fb6bc32bfd.interactive.85ef7803-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/interactive-d679f0fb6bc32bfd.interactive.85ef7803-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/interactive-d679f0fb6bc32bfd.interactive.85ef7803-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/interactive-d679f0fb6bc32bfd.interactive.85ef7803-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/interactive-d679f0fb6bc32bfd.interactive.85ef7803-cgu.9.rcgu.o" "/opt/rustwide/target/debug/examples/interactive-d679f0fb6bc32bfd.1sh3bqn3v9p5wiju.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libraytox-19f4e75debeb3d52.rlib" "/opt/rustwide/target/debug/deps/libpiston_window-38c796ab8d9f2b8a.rlib" "/opt/rustwide/target/debug/deps/libglutin_window-426981df443734c4.rlib" "/opt/rustwide/target/debug/deps/libgl-a7e01b0720689133.rlib" "/opt/rustwide/target/debug/deps/libglutin-f2228d9e70413e53.rlib" "/opt/rustwide/target/debug/deps/libwayland_egl-1b0ace28ef2b8401.rlib" "/opt/rustwide/target/debug/deps/libosmesa_sys-d42e1a80014cdc6b.rlib" "/opt/rustwide/target/debug/deps/libshared_library-9c02ca93994b68e6.rlib" "/opt/rustwide/target/debug/deps/libwinit-f9d082104847945a.rlib" "/opt/rustwide/target/debug/deps/libmio_extras-27a392c52aaee81e.rlib" "/opt/rustwide/target/debug/deps/libmio-eb56dc256d623d8d.rlib" "/opt/rustwide/target/debug/deps/libslab-0fb1f137d136c8f3.rlib" "/opt/rustwide/target/debug/deps/libiovec-462443ff595e8755.rlib" "/opt/rustwide/target/debug/deps/libnet2-46cfd08ceb1c4cd1.rlib" "/opt/rustwide/target/debug/deps/liblazycell-2d5a3bdb2841d5d7.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-8c83310236959ef9.rlib" "/opt/rustwide/target/debug/deps/libsmithay_client_toolkit-df6d34e4e01736a5.rlib" "/opt/rustwide/target/debug/deps/libandrew-4c833f01f270d422.rlib" "/opt/rustwide/target/debug/deps/libxml-2ca1670042266d63.rlib" "/opt/rustwide/target/debug/deps/libxdg-e5b446e3b92f0274.rlib" "/opt/rustwide/target/debug/deps/libwalkdir-d68fa3dede4483c7.rlib" "/opt/rustwide/target/debug/deps/libsame_file-4e9955724bab8d4a.rlib" "/opt/rustwide/target/debug/deps/libwayland_cursor-c0033f29df852394.rlib" "/opt/rustwide/target/debug/deps/libxcursor-123641c317392c22.rlib" "/opt/rustwide/target/debug/deps/libnom-5fb1564e62bb0712.rlib" "/opt/rustwide/target/debug/deps/libminimal_lexical-26813b3c670f8f57.rlib" "/opt/rustwide/target/debug/deps/libmemchr-5778b0c3602687a8.rlib" "/opt/rustwide/target/debug/deps/libmemmap2-35aba291542fa413.rlib" "/opt/rustwide/target/debug/deps/libwayland_protocols-a645b510fb086886.rlib" "/opt/rustwide/target/debug/deps/libwayland_client-ba7662b1f07f0adb.rlib" "/opt/rustwide/target/debug/deps/libscoped_tls-672c88eed20084d6.rlib" "/opt/rustwide/target/debug/deps/libwayland_commons-2f3d37ba504d8483.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-00ebd81f75d94599.rlib" "/opt/rustwide/target/debug/deps/libnix-ae519e885505b0ec.rlib" "/opt/rustwide/target/debug/deps/libwayland_sys-fbfaf931adb67cd3.rlib" "/opt/rustwide/target/debug/deps/libdlib-69def02183ea76da.rlib" "/opt/rustwide/target/debug/deps/liblibloading-6ea47911b89bc8d5.rlib" "/opt/rustwide/target/debug/deps/libcalloop-af2539c897991314.rlib" "/opt/rustwide/target/debug/deps/libnix-01b5a55ec7372bc2.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-b22544e46cbb7baa.rlib" "/opt/rustwide/target/debug/deps/libdlib-4bb02dc296607d9a.rlib" "/opt/rustwide/target/debug/deps/liblibloading-e0096b3acf82c226.rlib" "/opt/rustwide/target/debug/deps/libraw_window_handle-eea2d323eef86288.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-85e2050bd8e313be.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-a5255187a6a23a62.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-0e12401d3f654579.rlib" "/opt/rustwide/target/debug/deps/liblock_api-5c55c1618ea60523.rlib" "/opt/rustwide/target/debug/deps/libinstant-0a905b6cdc18bc82.rlib" "/opt/rustwide/target/debug/deps/libglutin_glx_sys-9c3de9d1491298d5.rlib" "/opt/rustwide/target/debug/deps/libx11_dl-cb479fd9d967bcbe.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-6da8ac6dfb59ea6e.rlib" "/opt/rustwide/target/debug/deps/libglutin_egl_sys-35df4dfd284d61e5.rlib" "/opt/rustwide/target/debug/deps/libpiston-fdfd0ca5f208c74b.rlib" "/opt/rustwide/target/debug/deps/libevent_loop-d6df244ce9729a41.rlib" "/opt/rustwide/target/debug/deps/libspin_sleep-519a4542d57ed8c2.rlib" "/opt/rustwide/target/debug/deps/libwindow-8f5c5d86f9d3f500.rlib" "/opt/rustwide/target/debug/deps/libinput-0379f8b963e4624f.rlib" "/opt/rustwide/target/debug/deps/libserde-894e0326991e7213.rlib" "/opt/rustwide/target/debug/deps/libgfx_graphics-e6854ff654d5a4a1.rlib" "/opt/rustwide/target/debug/deps/libshader_version-d395716be0b1f530.rlib" "/opt/rustwide/target/debug/deps/libgraphics_api_version-c12b53dca44bbd56.rlib" "/opt/rustwide/target/debug/deps/libshaders_graphics2d-9e352286eed1c9ca.rlib" "/opt/rustwide/target/debug/deps/libgraphics-bf821b84500c619b.rlib" "/opt/rustwide/target/debug/deps/libfnv-bb690c336855f248.rlib" "/opt/rustwide/target/debug/deps/librusttype-8fdf2fa70bb8991d.rlib" "/opt/rustwide/target/debug/deps/libab_glyph_rasterizer-a883815f93c02767.rlib" "/opt/rustwide/target/debug/deps/libowned_ttf_parser-dfcc6ab5df08e368.rlib" "/opt/rustwide/target/debug/deps/libttf_parser-6bb75b11ef33cac6.rlib" "/opt/rustwide/target/debug/deps/libviewport-b1bfd4f30a2f112c.rlib" "/opt/rustwide/target/debug/deps/libinterpolation-d4763fcdfa549aa6.rlib" "/opt/rustwide/target/debug/deps/libread_color-331da40efd433a87.rlib" "/opt/rustwide/target/debug/deps/libvecmath-f7b4f1af3404185b.rlib" "/opt/rustwide/target/debug/deps/libfloat-2bdbb4729af62265.rlib" "/opt/rustwide/target/debug/deps/libgfx_texture-d0b54b4123a55950.rlib" "/opt/rustwide/target/debug/deps/libtexture-2160f06c06722fa1.rlib" "/opt/rustwide/target/debug/deps/libgfx_device_gl-1dc24a975854421a.rlib" "/opt/rustwide/target/debug/deps/libgfx_gl-b247e308c599700f.rlib" "/opt/rustwide/target/debug/deps/libgfx-d8107b0a1d47858e.rlib" "/opt/rustwide/target/debug/deps/libgfx_core-07d81529bc7f0fd8.rlib" "/opt/rustwide/target/debug/deps/libdraw_state-9b813423e5c1ec1c.rlib" "/opt/rustwide/target/debug/deps/liblog-85f4ca97e1cbe80a.rlib" "/opt/rustwide/target/debug/deps/libitertools-4584bcfa222d8e0a.rlib" "/opt/rustwide/target/debug/deps/libindicatif-25cbc9e67d98a1d2.rlib" "/opt/rustwide/target/debug/deps/libregex-4ca809bd8d09590f.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-a8bd890171e48bbb.rlib" "/opt/rustwide/target/debug/deps/libconsole-0d4cbccb1452ccd0.rlib" "/opt/rustwide/target/debug/deps/libterminal_size-7785c5a3a4fcd585.rlib" "/opt/rustwide/target/debug/deps/libnumber_prefix-a1a29c26a9b8d3f5.rlib" "/opt/rustwide/target/debug/deps/libply_rs-d5a1f3c8eeff1cd8.rlib" "/opt/rustwide/target/debug/deps/libpeg-8913e587105a5bc3.rlib" "/opt/rustwide/target/debug/deps/libpeg_runtime-bac54527d490f82f.rlib" "/opt/rustwide/target/debug/deps/liblinked_hash_map-2d73749d53e508e5.rlib" "/opt/rustwide/target/debug/deps/librand-7a2c41d7aa5ac50a.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-74de91e74834c637.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-4b4e10d54e032e24.rlib" "/opt/rustwide/target/debug/deps/librand_core-5582517faef240b3.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-64dadda15380abf5.rlib" "/opt/rustwide/target/debug/deps/libimage-e75c16bdb2650f8a.rlib" "/opt/rustwide/target/debug/deps/libbytemuck-e7ab68083180f5cd.rlib" "/opt/rustwide/target/debug/deps/libpng-13ab5c039b0c2491.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-210ea0057e6857f3.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-667de4e810607513.rlib" "/opt/rustwide/target/debug/deps/libdeflate-cb4d95640e47c57e.rlib" "/opt/rustwide/target/debug/deps/libadler32-4ad3039ef892af0b.rlib" "/opt/rustwide/target/debug/deps/libbitflags-c6d9dc90f7379932.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-4477133c7b326206.rlib" "/opt/rustwide/target/debug/deps/libscoped_threadpool-0a9edc57bfe4f517.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-6ad8d9d719a2fafb.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-7fa1605ead94bf14.rlib" "/opt/rustwide/target/debug/deps/libgif-41e9db4830efc6a7.rlib" "/opt/rustwide/target/debug/deps/libcolor_quant-76ea6da9e2ca7302.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-614d7e4e7f7903e2.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-ecf9ce88dc3126a2.rlib" "/opt/rustwide/target/debug/deps/libtiff-d36eca5336b157a1.rlib" "/opt/rustwide/target/debug/deps/libweezl-55d032a32b789a6f.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-e49231c28250f5f1.rlib" "/opt/rustwide/target/debug/deps/libadler-92f8db84032ff960.rlib" "/opt/rustwide/target/debug/deps/libjpeg_decoder-fc4f60d765681b6e.rlib" "/opt/rustwide/target/debug/deps/librayon-24ce11f7e33938db.rlib" "/opt/rustwide/target/debug/deps/librayon_core-2e2008145c36f995.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-65b6a7e39ca46d42.rlib" "/opt/rustwide/target/debug/deps/liblibc-d734fc7c279567cd.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-d50d6a564e00e02c.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-7a3d6a822e3414bd.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-57ac68445a84688d.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-54ff2283d814f48f.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-c93230d2c8eb1bc7.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-c079f7c57dd512a6.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-86422d76b8bd90ed.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-97437e183f3ae6e4.rlib" "/opt/rustwide/target/debug/deps/libeither-1fa9e7dc99f602fc.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-ff9290e971253a38.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5534b29ea7b2d8f5.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-8bfbb13072fc2761.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-d6d1fa92fa620f17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-7cfd201521727d95.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-0e8010e8fce8e5a7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-19093fec3c6dd913.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-89c4cbe9256c1890.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-73e4507673363945.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-3fe98c0f46f27964.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-a76787f08d45e37d.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8cea480e62c5b261.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-1fb939608cd05a1c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-842e67e3ab562f66.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0c1c8fec3b1a54cc.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-689faa634b72af17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-6c2c561a8181be5e.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-88c4d85fe493b0a6.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f5394bdb1df5df01.rlib" "-Wl,-Bdynamic" "-ldl" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/interactive-d679f0fb6bc32bfd" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [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 `raytox` due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/examples/basic-1a3fb5e4bf505e95.basic.2f7f7a78-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/basic-1a3fb5e4bf505e95.basic.2f7f7a78-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/basic-1a3fb5e4bf505e95.basic.2f7f7a78-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/basic-1a3fb5e4bf505e95.basic.2f7f7a78-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/basic-1a3fb5e4bf505e95.basic.2f7f7a78-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/basic-1a3fb5e4bf505e95.basic.2f7f7a78-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/basic-1a3fb5e4bf505e95.basic.2f7f7a78-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/basic-1a3fb5e4bf505e95.basic.2f7f7a78-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/basic-1a3fb5e4bf505e95.basic.2f7f7a78-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/basic-1a3fb5e4bf505e95.basic.2f7f7a78-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/basic-1a3fb5e4bf505e95.basic.2f7f7a78-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/basic-1a3fb5e4bf505e95.basic.2f7f7a78-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/basic-1a3fb5e4bf505e95.basic.2f7f7a78-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/basic-1a3fb5e4bf505e95.basic.2f7f7a78-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/basic-1a3fb5e4bf505e95.basic.2f7f7a78-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/basic-1a3fb5e4bf505e95.basic.2f7f7a78-cgu.9.rcgu.o" "/opt/rustwide/target/debug/examples/basic-1a3fb5e4bf505e95.4sp4hmk0jgnub24t.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libraytox-19f4e75debeb3d52.rlib" "/opt/rustwide/target/debug/deps/libpiston_window-38c796ab8d9f2b8a.rlib" "/opt/rustwide/target/debug/deps/libglutin_window-426981df443734c4.rlib" "/opt/rustwide/target/debug/deps/libgl-a7e01b0720689133.rlib" "/opt/rustwide/target/debug/deps/libglutin-f2228d9e70413e53.rlib" "/opt/rustwide/target/debug/deps/libwayland_egl-1b0ace28ef2b8401.rlib" "/opt/rustwide/target/debug/deps/libosmesa_sys-d42e1a80014cdc6b.rlib" "/opt/rustwide/target/debug/deps/libshared_library-9c02ca93994b68e6.rlib" "/opt/rustwide/target/debug/deps/libwinit-f9d082104847945a.rlib" "/opt/rustwide/target/debug/deps/libmio_extras-27a392c52aaee81e.rlib" "/opt/rustwide/target/debug/deps/libmio-eb56dc256d623d8d.rlib" "/opt/rustwide/target/debug/deps/libslab-0fb1f137d136c8f3.rlib" "/opt/rustwide/target/debug/deps/libiovec-462443ff595e8755.rlib" "/opt/rustwide/target/debug/deps/libnet2-46cfd08ceb1c4cd1.rlib" "/opt/rustwide/target/debug/deps/liblazycell-2d5a3bdb2841d5d7.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-8c83310236959ef9.rlib" "/opt/rustwide/target/debug/deps/libsmithay_client_toolkit-df6d34e4e01736a5.rlib" "/opt/rustwide/target/debug/deps/libandrew-4c833f01f270d422.rlib" "/opt/rustwide/target/debug/deps/libxml-2ca1670042266d63.rlib" "/opt/rustwide/target/debug/deps/libxdg-e5b446e3b92f0274.rlib" "/opt/rustwide/target/debug/deps/libwalkdir-d68fa3dede4483c7.rlib" "/opt/rustwide/target/debug/deps/libsame_file-4e9955724bab8d4a.rlib" "/opt/rustwide/target/debug/deps/libwayland_cursor-c0033f29df852394.rlib" "/opt/rustwide/target/debug/deps/libxcursor-123641c317392c22.rlib" "/opt/rustwide/target/debug/deps/libnom-5fb1564e62bb0712.rlib" "/opt/rustwide/target/debug/deps/libminimal_lexical-26813b3c670f8f57.rlib" "/opt/rustwide/target/debug/deps/libmemchr-5778b0c3602687a8.rlib" "/opt/rustwide/target/debug/deps/libmemmap2-35aba291542fa413.rlib" "/opt/rustwide/target/debug/deps/libwayland_protocols-a645b510fb086886.rlib" "/opt/rustwide/target/debug/deps/libwayland_client-ba7662b1f07f0adb.rlib" "/opt/rustwide/target/debug/deps/libscoped_tls-672c88eed20084d6.rlib" "/opt/rustwide/target/debug/deps/libwayland_commons-2f3d37ba504d8483.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-00ebd81f75d94599.rlib" "/opt/rustwide/target/debug/deps/libnix-ae519e885505b0ec.rlib" "/opt/rustwide/target/debug/deps/libwayland_sys-fbfaf931adb67cd3.rlib" "/opt/rustwide/target/debug/deps/libdlib-69def02183ea76da.rlib" "/opt/rustwide/target/debug/deps/liblibloading-6ea47911b89bc8d5.rlib" "/opt/rustwide/target/debug/deps/libcalloop-af2539c897991314.rlib" "/opt/rustwide/target/debug/deps/libnix-01b5a55ec7372bc2.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-b22544e46cbb7baa.rlib" "/opt/rustwide/target/debug/deps/libdlib-4bb02dc296607d9a.rlib" "/opt/rustwide/target/debug/deps/liblibloading-e0096b3acf82c226.rlib" "/opt/rustwide/target/debug/deps/libraw_window_handle-eea2d323eef86288.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-85e2050bd8e313be.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-a5255187a6a23a62.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-0e12401d3f654579.rlib" "/opt/rustwide/target/debug/deps/liblock_api-5c55c1618ea60523.rlib" "/opt/rustwide/target/debug/deps/libinstant-0a905b6cdc18bc82.rlib" "/opt/rustwide/target/debug/deps/libglutin_glx_sys-9c3de9d1491298d5.rlib" "/opt/rustwide/target/debug/deps/libx11_dl-cb479fd9d967bcbe.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-6da8ac6dfb59ea6e.rlib" "/opt/rustwide/target/debug/deps/libglutin_egl_sys-35df4dfd284d61e5.rlib" "/opt/rustwide/target/debug/deps/libpiston-fdfd0ca5f208c74b.rlib" "/opt/rustwide/target/debug/deps/libevent_loop-d6df244ce9729a41.rlib" "/opt/rustwide/target/debug/deps/libspin_sleep-519a4542d57ed8c2.rlib" "/opt/rustwide/target/debug/deps/libwindow-8f5c5d86f9d3f500.rlib" "/opt/rustwide/target/debug/deps/libinput-0379f8b963e4624f.rlib" "/opt/rustwide/target/debug/deps/libserde-894e0326991e7213.rlib" "/opt/rustwide/target/debug/deps/libgfx_graphics-e6854ff654d5a4a1.rlib" "/opt/rustwide/target/debug/deps/libshader_version-d395716be0b1f530.rlib" "/opt/rustwide/target/debug/deps/libgraphics_api_version-c12b53dca44bbd56.rlib" "/opt/rustwide/target/debug/deps/libshaders_graphics2d-9e352286eed1c9ca.rlib" "/opt/rustwide/target/debug/deps/libgraphics-bf821b84500c619b.rlib" "/opt/rustwide/target/debug/deps/libfnv-bb690c336855f248.rlib" "/opt/rustwide/target/debug/deps/librusttype-8fdf2fa70bb8991d.rlib" "/opt/rustwide/target/debug/deps/libab_glyph_rasterizer-a883815f93c02767.rlib" "/opt/rustwide/target/debug/deps/libowned_ttf_parser-dfcc6ab5df08e368.rlib" "/opt/rustwide/target/debug/deps/libttf_parser-6bb75b11ef33cac6.rlib" "/opt/rustwide/target/debug/deps/libviewport-b1bfd4f30a2f112c.rlib" "/opt/rustwide/target/debug/deps/libinterpolation-d4763fcdfa549aa6.rlib" "/opt/rustwide/target/debug/deps/libread_color-331da40efd433a87.rlib" "/opt/rustwide/target/debug/deps/libvecmath-f7b4f1af3404185b.rlib" "/opt/rustwide/target/debug/deps/libfloat-2bdbb4729af62265.rlib" "/opt/rustwide/target/debug/deps/libgfx_texture-d0b54b4123a55950.rlib" "/opt/rustwide/target/debug/deps/libtexture-2160f06c06722fa1.rlib" "/opt/rustwide/target/debug/deps/libgfx_device_gl-1dc24a975854421a.rlib" "/opt/rustwide/target/debug/deps/libgfx_gl-b247e308c599700f.rlib" "/opt/rustwide/target/debug/deps/libgfx-d8107b0a1d47858e.rlib" "/opt/rustwide/target/debug/deps/libgfx_core-07d81529bc7f0fd8.rlib" "/opt/rustwide/target/debug/deps/libdraw_state-9b813423e5c1ec1c.rlib" "/opt/rustwide/target/debug/deps/liblog-85f4ca97e1cbe80a.rlib" "/opt/rustwide/target/debug/deps/libitertools-4584bcfa222d8e0a.rlib" "/opt/rustwide/target/debug/deps/libindicatif-25cbc9e67d98a1d2.rlib" "/opt/rustwide/target/debug/deps/libregex-4ca809bd8d09590f.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-a8bd890171e48bbb.rlib" "/opt/rustwide/target/debug/deps/libconsole-0d4cbccb1452ccd0.rlib" "/opt/rustwide/target/debug/deps/libterminal_size-7785c5a3a4fcd585.rlib" "/opt/rustwide/target/debug/deps/libnumber_prefix-a1a29c26a9b8d3f5.rlib" "/opt/rustwide/target/debug/deps/libply_rs-d5a1f3c8eeff1cd8.rlib" "/opt/rustwide/target/debug/deps/libpeg-8913e587105a5bc3.rlib" "/opt/rustwide/target/debug/deps/libpeg_runtime-bac54527d490f82f.rlib" "/opt/rustwide/target/debug/deps/liblinked_hash_map-2d73749d53e508e5.rlib" "/opt/rustwide/target/debug/deps/librand-7a2c41d7aa5ac50a.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-74de91e74834c637.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-4b4e10d54e032e24.rlib" "/opt/rustwide/target/debug/deps/librand_core-5582517faef240b3.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-64dadda15380abf5.rlib" "/opt/rustwide/target/debug/deps/libimage-e75c16bdb2650f8a.rlib" "/opt/rustwide/target/debug/deps/libbytemuck-e7ab68083180f5cd.rlib" "/opt/rustwide/target/debug/deps/libpng-13ab5c039b0c2491.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-210ea0057e6857f3.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-667de4e810607513.rlib" "/opt/rustwide/target/debug/deps/libdeflate-cb4d95640e47c57e.rlib" "/opt/rustwide/target/debug/deps/libadler32-4ad3039ef892af0b.rlib" "/opt/rustwide/target/debug/deps/libbitflags-c6d9dc90f7379932.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-4477133c7b326206.rlib" "/opt/rustwide/target/debug/deps/libscoped_threadpool-0a9edc57bfe4f517.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-6ad8d9d719a2fafb.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-7fa1605ead94bf14.rlib" "/opt/rustwide/target/debug/deps/libgif-41e9db4830efc6a7.rlib" "/opt/rustwide/target/debug/deps/libcolor_quant-76ea6da9e2ca7302.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-614d7e4e7f7903e2.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-ecf9ce88dc3126a2.rlib" "/opt/rustwide/target/debug/deps/libtiff-d36eca5336b157a1.rlib" "/opt/rustwide/target/debug/deps/libweezl-55d032a32b789a6f.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-e49231c28250f5f1.rlib" "/opt/rustwide/target/debug/deps/libadler-92f8db84032ff960.rlib" "/opt/rustwide/target/debug/deps/libjpeg_decoder-fc4f60d765681b6e.rlib" "/opt/rustwide/target/debug/deps/librayon-24ce11f7e33938db.rlib" "/opt/rustwide/target/debug/deps/librayon_core-2e2008145c36f995.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-65b6a7e39ca46d42.rlib" "/opt/rustwide/target/debug/deps/liblibc-d734fc7c279567cd.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-d50d6a564e00e02c.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-7a3d6a822e3414bd.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-57ac68445a84688d.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-54ff2283d814f48f.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-c93230d2c8eb1bc7.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-c079f7c57dd512a6.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-86422d76b8bd90ed.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-97437e183f3ae6e4.rlib" "/opt/rustwide/target/debug/deps/libeither-1fa9e7dc99f602fc.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-ff9290e971253a38.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5534b29ea7b2d8f5.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-8bfbb13072fc2761.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-d6d1fa92fa620f17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-7cfd201521727d95.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-0e8010e8fce8e5a7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-19093fec3c6dd913.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-89c4cbe9256c1890.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-73e4507673363945.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-3fe98c0f46f27964.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-a76787f08d45e37d.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8cea480e62c5b261.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-1fb939608cd05a1c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-842e67e3ab562f66.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0c1c8fec3b1a54cc.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-689faa634b72af17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-6c2c561a8181be5e.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-88c4d85fe493b0a6.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f5394bdb1df5df01.rlib" "-Wl,-Bdynamic" "-ldl" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/basic-1a3fb5e4bf505e95" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [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 `raytox` due to 2 previous errors [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/examples/cubemap-d3dde0ec4b617cf6.cubemap.c6f29e1e-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/cubemap-d3dde0ec4b617cf6.cubemap.c6f29e1e-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/cubemap-d3dde0ec4b617cf6.cubemap.c6f29e1e-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/cubemap-d3dde0ec4b617cf6.cubemap.c6f29e1e-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/cubemap-d3dde0ec4b617cf6.cubemap.c6f29e1e-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/cubemap-d3dde0ec4b617cf6.cubemap.c6f29e1e-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/cubemap-d3dde0ec4b617cf6.cubemap.c6f29e1e-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/cubemap-d3dde0ec4b617cf6.cubemap.c6f29e1e-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/cubemap-d3dde0ec4b617cf6.cubemap.c6f29e1e-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/cubemap-d3dde0ec4b617cf6.cubemap.c6f29e1e-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/cubemap-d3dde0ec4b617cf6.cubemap.c6f29e1e-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/cubemap-d3dde0ec4b617cf6.cubemap.c6f29e1e-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/cubemap-d3dde0ec4b617cf6.cubemap.c6f29e1e-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/cubemap-d3dde0ec4b617cf6.cubemap.c6f29e1e-cgu.9.rcgu.o" "/opt/rustwide/target/debug/examples/cubemap-d3dde0ec4b617cf6.1095y07z89b3d6yi.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libraytox-19f4e75debeb3d52.rlib" "/opt/rustwide/target/debug/deps/libpiston_window-38c796ab8d9f2b8a.rlib" "/opt/rustwide/target/debug/deps/libglutin_window-426981df443734c4.rlib" "/opt/rustwide/target/debug/deps/libgl-a7e01b0720689133.rlib" "/opt/rustwide/target/debug/deps/libglutin-f2228d9e70413e53.rlib" "/opt/rustwide/target/debug/deps/libwayland_egl-1b0ace28ef2b8401.rlib" "/opt/rustwide/target/debug/deps/libosmesa_sys-d42e1a80014cdc6b.rlib" "/opt/rustwide/target/debug/deps/libshared_library-9c02ca93994b68e6.rlib" "/opt/rustwide/target/debug/deps/libwinit-f9d082104847945a.rlib" "/opt/rustwide/target/debug/deps/libmio_extras-27a392c52aaee81e.rlib" "/opt/rustwide/target/debug/deps/libmio-eb56dc256d623d8d.rlib" "/opt/rustwide/target/debug/deps/libslab-0fb1f137d136c8f3.rlib" "/opt/rustwide/target/debug/deps/libiovec-462443ff595e8755.rlib" "/opt/rustwide/target/debug/deps/libnet2-46cfd08ceb1c4cd1.rlib" "/opt/rustwide/target/debug/deps/liblazycell-2d5a3bdb2841d5d7.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-8c83310236959ef9.rlib" "/opt/rustwide/target/debug/deps/libsmithay_client_toolkit-df6d34e4e01736a5.rlib" "/opt/rustwide/target/debug/deps/libandrew-4c833f01f270d422.rlib" "/opt/rustwide/target/debug/deps/libxml-2ca1670042266d63.rlib" "/opt/rustwide/target/debug/deps/libxdg-e5b446e3b92f0274.rlib" "/opt/rustwide/target/debug/deps/libwalkdir-d68fa3dede4483c7.rlib" "/opt/rustwide/target/debug/deps/libsame_file-4e9955724bab8d4a.rlib" "/opt/rustwide/target/debug/deps/libwayland_cursor-c0033f29df852394.rlib" "/opt/rustwide/target/debug/deps/libxcursor-123641c317392c22.rlib" "/opt/rustwide/target/debug/deps/libnom-5fb1564e62bb0712.rlib" "/opt/rustwide/target/debug/deps/libminimal_lexical-26813b3c670f8f57.rlib" "/opt/rustwide/target/debug/deps/libmemchr-5778b0c3602687a8.rlib" "/opt/rustwide/target/debug/deps/libmemmap2-35aba291542fa413.rlib" "/opt/rustwide/target/debug/deps/libwayland_protocols-a645b510fb086886.rlib" "/opt/rustwide/target/debug/deps/libwayland_client-ba7662b1f07f0adb.rlib" "/opt/rustwide/target/debug/deps/libscoped_tls-672c88eed20084d6.rlib" "/opt/rustwide/target/debug/deps/libwayland_commons-2f3d37ba504d8483.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-00ebd81f75d94599.rlib" "/opt/rustwide/target/debug/deps/libnix-ae519e885505b0ec.rlib" "/opt/rustwide/target/debug/deps/libwayland_sys-fbfaf931adb67cd3.rlib" "/opt/rustwide/target/debug/deps/libdlib-69def02183ea76da.rlib" "/opt/rustwide/target/debug/deps/liblibloading-6ea47911b89bc8d5.rlib" "/opt/rustwide/target/debug/deps/libcalloop-af2539c897991314.rlib" "/opt/rustwide/target/debug/deps/libnix-01b5a55ec7372bc2.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-b22544e46cbb7baa.rlib" "/opt/rustwide/target/debug/deps/libdlib-4bb02dc296607d9a.rlib" "/opt/rustwide/target/debug/deps/liblibloading-e0096b3acf82c226.rlib" "/opt/rustwide/target/debug/deps/libraw_window_handle-eea2d323eef86288.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-85e2050bd8e313be.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-a5255187a6a23a62.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-0e12401d3f654579.rlib" "/opt/rustwide/target/debug/deps/liblock_api-5c55c1618ea60523.rlib" "/opt/rustwide/target/debug/deps/libinstant-0a905b6cdc18bc82.rlib" "/opt/rustwide/target/debug/deps/libglutin_glx_sys-9c3de9d1491298d5.rlib" "/opt/rustwide/target/debug/deps/libx11_dl-cb479fd9d967bcbe.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-6da8ac6dfb59ea6e.rlib" "/opt/rustwide/target/debug/deps/libglutin_egl_sys-35df4dfd284d61e5.rlib" "/opt/rustwide/target/debug/deps/libpiston-fdfd0ca5f208c74b.rlib" "/opt/rustwide/target/debug/deps/libevent_loop-d6df244ce9729a41.rlib" "/opt/rustwide/target/debug/deps/libspin_sleep-519a4542d57ed8c2.rlib" "/opt/rustwide/target/debug/deps/libwindow-8f5c5d86f9d3f500.rlib" "/opt/rustwide/target/debug/deps/libinput-0379f8b963e4624f.rlib" "/opt/rustwide/target/debug/deps/libserde-894e0326991e7213.rlib" "/opt/rustwide/target/debug/deps/libgfx_graphics-e6854ff654d5a4a1.rlib" "/opt/rustwide/target/debug/deps/libshader_version-d395716be0b1f530.rlib" "/opt/rustwide/target/debug/deps/libgraphics_api_version-c12b53dca44bbd56.rlib" "/opt/rustwide/target/debug/deps/libshaders_graphics2d-9e352286eed1c9ca.rlib" "/opt/rustwide/target/debug/deps/libgraphics-bf821b84500c619b.rlib" "/opt/rustwide/target/debug/deps/libfnv-bb690c336855f248.rlib" "/opt/rustwide/target/debug/deps/librusttype-8fdf2fa70bb8991d.rlib" "/opt/rustwide/target/debug/deps/libab_glyph_rasterizer-a883815f93c02767.rlib" "/opt/rustwide/target/debug/deps/libowned_ttf_parser-dfcc6ab5df08e368.rlib" "/opt/rustwide/target/debug/deps/libttf_parser-6bb75b11ef33cac6.rlib" "/opt/rustwide/target/debug/deps/libviewport-b1bfd4f30a2f112c.rlib" "/opt/rustwide/target/debug/deps/libinterpolation-d4763fcdfa549aa6.rlib" "/opt/rustwide/target/debug/deps/libread_color-331da40efd433a87.rlib" "/opt/rustwide/target/debug/deps/libvecmath-f7b4f1af3404185b.rlib" "/opt/rustwide/target/debug/deps/libfloat-2bdbb4729af62265.rlib" "/opt/rustwide/target/debug/deps/libgfx_texture-d0b54b4123a55950.rlib" "/opt/rustwide/target/debug/deps/libtexture-2160f06c06722fa1.rlib" "/opt/rustwide/target/debug/deps/libgfx_device_gl-1dc24a975854421a.rlib" "/opt/rustwide/target/debug/deps/libgfx_gl-b247e308c599700f.rlib" "/opt/rustwide/target/debug/deps/libgfx-d8107b0a1d47858e.rlib" "/opt/rustwide/target/debug/deps/libgfx_core-07d81529bc7f0fd8.rlib" "/opt/rustwide/target/debug/deps/libdraw_state-9b813423e5c1ec1c.rlib" "/opt/rustwide/target/debug/deps/liblog-85f4ca97e1cbe80a.rlib" "/opt/rustwide/target/debug/deps/libitertools-4584bcfa222d8e0a.rlib" "/opt/rustwide/target/debug/deps/libindicatif-25cbc9e67d98a1d2.rlib" "/opt/rustwide/target/debug/deps/libregex-4ca809bd8d09590f.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-a8bd890171e48bbb.rlib" "/opt/rustwide/target/debug/deps/libconsole-0d4cbccb1452ccd0.rlib" "/opt/rustwide/target/debug/deps/libterminal_size-7785c5a3a4fcd585.rlib" "/opt/rustwide/target/debug/deps/libnumber_prefix-a1a29c26a9b8d3f5.rlib" "/opt/rustwide/target/debug/deps/libply_rs-d5a1f3c8eeff1cd8.rlib" "/opt/rustwide/target/debug/deps/libpeg-8913e587105a5bc3.rlib" "/opt/rustwide/target/debug/deps/libpeg_runtime-bac54527d490f82f.rlib" "/opt/rustwide/target/debug/deps/liblinked_hash_map-2d73749d53e508e5.rlib" "/opt/rustwide/target/debug/deps/librand-7a2c41d7aa5ac50a.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-74de91e74834c637.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-4b4e10d54e032e24.rlib" "/opt/rustwide/target/debug/deps/librand_core-5582517faef240b3.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-64dadda15380abf5.rlib" "/opt/rustwide/target/debug/deps/libimage-e75c16bdb2650f8a.rlib" "/opt/rustwide/target/debug/deps/libbytemuck-e7ab68083180f5cd.rlib" "/opt/rustwide/target/debug/deps/libpng-13ab5c039b0c2491.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-210ea0057e6857f3.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-667de4e810607513.rlib" "/opt/rustwide/target/debug/deps/libdeflate-cb4d95640e47c57e.rlib" "/opt/rustwide/target/debug/deps/libadler32-4ad3039ef892af0b.rlib" "/opt/rustwide/target/debug/deps/libbitflags-c6d9dc90f7379932.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-4477133c7b326206.rlib" "/opt/rustwide/target/debug/deps/libscoped_threadpool-0a9edc57bfe4f517.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-6ad8d9d719a2fafb.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-7fa1605ead94bf14.rlib" "/opt/rustwide/target/debug/deps/libgif-41e9db4830efc6a7.rlib" "/opt/rustwide/target/debug/deps/libcolor_quant-76ea6da9e2ca7302.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-614d7e4e7f7903e2.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-ecf9ce88dc3126a2.rlib" "/opt/rustwide/target/debug/deps/libtiff-d36eca5336b157a1.rlib" "/opt/rustwide/target/debug/deps/libweezl-55d032a32b789a6f.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-e49231c28250f5f1.rlib" "/opt/rustwide/target/debug/deps/libadler-92f8db84032ff960.rlib" "/opt/rustwide/target/debug/deps/libjpeg_decoder-fc4f60d765681b6e.rlib" "/opt/rustwide/target/debug/deps/librayon-24ce11f7e33938db.rlib" "/opt/rustwide/target/debug/deps/librayon_core-2e2008145c36f995.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-65b6a7e39ca46d42.rlib" "/opt/rustwide/target/debug/deps/liblibc-d734fc7c279567cd.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-d50d6a564e00e02c.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-7a3d6a822e3414bd.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-57ac68445a84688d.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-54ff2283d814f48f.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-c93230d2c8eb1bc7.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-c079f7c57dd512a6.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-86422d76b8bd90ed.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-97437e183f3ae6e4.rlib" "/opt/rustwide/target/debug/deps/libeither-1fa9e7dc99f602fc.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-ff9290e971253a38.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5534b29ea7b2d8f5.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-8bfbb13072fc2761.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-d6d1fa92fa620f17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-7cfd201521727d95.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-0e8010e8fce8e5a7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-19093fec3c6dd913.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-89c4cbe9256c1890.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-73e4507673363945.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-3fe98c0f46f27964.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-a76787f08d45e37d.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8cea480e62c5b261.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-1fb939608cd05a1c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-842e67e3ab562f66.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0c1c8fec3b1a54cc.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-689faa634b72af17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-6c2c561a8181be5e.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-88c4d85fe493b0a6.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f5394bdb1df5df01.rlib" "-Wl,-Bdynamic" "-ldl" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/cubemap-d3dde0ec4b617cf6" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [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 `raytox` due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "192a6a2922f7a2512ac8681c15db4a5cc0e3e843c66d1797590b423fd0b23b42", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "192a6a2922f7a2512ac8681c15db4a5cc0e3e843c66d1797590b423fd0b23b42", kill_on_drop: false }` [INFO] [stdout] 192a6a2922f7a2512ac8681c15db4a5cc0e3e843c66d1797590b423fd0b23b42