[INFO] updating cached repository https://github.com/greenrazer/Raymarcher-Using-OpenCl-and-Rust [INFO] running `"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"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 5dc1955252c4dc598be391a8fd281c6d9c4b14df [INFO] testing greenrazer/Raymarcher-Using-OpenCl-and-Rust against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgreenrazer%2FRaymarcher-Using-OpenCl-and-Rust" "/workspace/builds/worker-14/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-14/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/greenrazer/Raymarcher-Using-OpenCl-and-Rust on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/greenrazer/Raymarcher-Using-OpenCl-and-Rust [INFO] finished tweaking git repo https://github.com/greenrazer/Raymarcher-Using-OpenCl-and-Rust [INFO] tweaked toml for git repo https://github.com/greenrazer/Raymarcher-Using-OpenCl-and-Rust written to /workspace/builds/worker-14/source/Cargo.toml [INFO] crate git repo https://github.com/greenrazer/Raymarcher-Using-OpenCl-and-Rust already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 6056733d67795dbcd45b8c71fc133a83b036689ded395482cd31a90bc46b076d [INFO] running `"docker" "start" "-a" "6056733d67795dbcd45b8c71fc133a83b036689ded395482cd31a90bc46b076d"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.68 [INFO] [stderr] Compiling xml-rs v0.8.2 [INFO] [stderr] Compiling syn v1.0.17 [INFO] [stderr] Compiling failure_derive v0.1.7 [INFO] [stderr] Compiling cl-sys v0.4.2 [INFO] [stderr] Compiling fast_inv_sqrt v1.0.1 [INFO] [stderr] Compiling backtrace-sys v0.1.35 [INFO] [stderr] Compiling minifb v0.16.0 [INFO] [stderr] Compiling xkbcommon-sys v0.7.4 [INFO] [stderr] Compiling ocl-core v0.11.2 [INFO] [stderr] Compiling dlib v0.4.1 [INFO] [stderr] Compiling qutex v0.2.3 [INFO] [stderr] Compiling wayland-sys v0.25.0 [INFO] [stderr] Compiling wayland-scanner v0.25.0 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling nix v0.17.0 [INFO] [stderr] Compiling x11-dl v2.18.5 [INFO] [stderr] Compiling raw-window-handle v0.3.3 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling backtrace v0.3.46 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling xkb v0.2.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling wayland-client v0.25.0 [INFO] [stderr] Compiling wayland-protocols v0.25.0 [INFO] [stderr] Compiling num-bigint v0.1.44 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling synstructure v0.12.3 [INFO] [stderr] Compiling num-rational v0.1.42 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling tempfile v3.1.0 [INFO] [stderr] Compiling ocl-core-vector v0.1.0 [INFO] [stderr] Compiling failure v0.1.7 [INFO] [stderr] Compiling wayland-commons v0.25.0 [INFO] [stderr] Compiling wayland-cursor v0.25.0 [INFO] [stderr] Compiling ocl v0.19.3 [INFO] [stderr] Compiling raymarcher_ocl_rust v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused import: `KeyRepeat` [INFO] [stderr] --> src/main.rs:4:53 [INFO] [stderr] | [INFO] [stderr] 4 | use minifb::{Key, Window, WindowOptions, MouseMode, KeyRepeat, MouseButton}; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::collections::HashSet` [INFO] [stderr] --> src/main.rs:9:5 [INFO] [stderr] | [INFO] [stderr] 9 | use std::collections::HashSet; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variable `time` is assigned to, but never used [INFO] [stderr] --> src/main.rs:97:7 [INFO] [stderr] | [INFO] [stderr] 97 | let mut time: f32 = 0.; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] = note: consider using `_time` instead [INFO] [stderr] [INFO] [stderr] warning: unused variable: `rad` [INFO] [stderr] --> src/camera.rs:93:26 [INFO] [stderr] | [INFO] [stderr] 93 | pub fn roll(&mut self, rad: f32){ [INFO] [stderr] | ^^^ help: if this is intentional, prefix it with an underscore: `_rad` [INFO] [stderr] [INFO] [stderr] warning: method is never used: `set_position` [INFO] [stderr] --> src/camera.rs:74:3 [INFO] [stderr] | [INFO] [stderr] 74 | pub fn set_position(&mut self, pos: (f32, f32, f32)) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: method is never used: `roll` [INFO] [stderr] --> src/camera.rs:93:3 [INFO] [stderr] | [INFO] [stderr] 93 | pub fn roll(&mut self, rad: f32){ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `set_pitch` [INFO] [stderr] --> src/camera.rs:96:3 [INFO] [stderr] | [INFO] [stderr] 96 | pub fn set_pitch(&mut self, rad: f32) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `set_yaw` [INFO] [stderr] --> src/camera.rs:106:3 [INFO] [stderr] | [INFO] [stderr] 106 | pub fn set_yaw(&mut self, rad: f32) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `set_roll` [INFO] [stderr] --> src/camera.rs:110:3 [INFO] [stderr] | [INFO] [stderr] 110 | pub fn set_roll(&mut self, rad: f32) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `set_rotation` [INFO] [stderr] --> src/camera.rs:120:3 [INFO] [stderr] | [INFO] [stderr] 120 | pub fn set_rotation(&mut self, rads: (f32, f32, f32)) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `look_at` [INFO] [stderr] --> src/camera.rs:124:3 [INFO] [stderr] | [INFO] [stderr] 124 | pub fn look_at(&mut self, point: (f32, f32, f32)){ [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/raymarcher_ocl_rust-fa199287eba3861f.raymarcher_ocl_rust.edr9ghbu-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/raymarcher_ocl_rust-fa199287eba3861f.raymarcher_ocl_rust.edr9ghbu-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/raymarcher_ocl_rust-fa199287eba3861f.raymarcher_ocl_rust.edr9ghbu-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/raymarcher_ocl_rust-fa199287eba3861f.raymarcher_ocl_rust.edr9ghbu-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/raymarcher_ocl_rust-fa199287eba3861f.raymarcher_ocl_rust.edr9ghbu-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/raymarcher_ocl_rust-fa199287eba3861f.raymarcher_ocl_rust.edr9ghbu-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/raymarcher_ocl_rust-fa199287eba3861f.raymarcher_ocl_rust.edr9ghbu-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/raymarcher_ocl_rust-fa199287eba3861f.raymarcher_ocl_rust.edr9ghbu-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/raymarcher_ocl_rust-fa199287eba3861f.raymarcher_ocl_rust.edr9ghbu-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/raymarcher_ocl_rust-fa199287eba3861f.raymarcher_ocl_rust.edr9ghbu-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/raymarcher_ocl_rust-fa199287eba3861f.raymarcher_ocl_rust.edr9ghbu-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/raymarcher_ocl_rust-fa199287eba3861f.raymarcher_ocl_rust.edr9ghbu-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/raymarcher_ocl_rust-fa199287eba3861f.raymarcher_ocl_rust.edr9ghbu-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/raymarcher_ocl_rust-fa199287eba3861f.raymarcher_ocl_rust.edr9ghbu-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/raymarcher_ocl_rust-fa199287eba3861f.raymarcher_ocl_rust.edr9ghbu-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/raymarcher_ocl_rust-fa199287eba3861f.raymarcher_ocl_rust.edr9ghbu-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/raymarcher_ocl_rust-fa199287eba3861f" "/opt/rustwide/target/debug/deps/raymarcher_ocl_rust-fa199287eba3861f.2c8u73quos7e47mb.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/minifb-7299e0df323750ca/out" "-L" "/opt/rustwide/target/debug/build/libloading-d0b9b77db380ab2a/out" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/opt/rustwide/target/debug/build/backtrace-sys-a5368775f40a9b7f/out" "-L" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libfast_inv_sqrt-971693065e743747.rlib" "/opt/rustwide/target/debug/deps/libminifb-ce1926dd4322fa60.rlib" "/opt/rustwide/target/debug/deps/libcast-1cda9de54596ec98.rlib" "/opt/rustwide/target/debug/deps/libwayland_cursor-f6d4c92f69cbe7f3.rlib" "/opt/rustwide/target/debug/deps/libtempfile-3d4dd0e320bd38b0.rlib" "/opt/rustwide/target/debug/deps/librand-d49920a022c191bf.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-f7fb69263c914491.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-4d8ca1d5617e4d1b.rlib" "/opt/rustwide/target/debug/deps/librand_core-1b3690820e9fce6d.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-12ff848d92fdc3c5.rlib" "/opt/rustwide/target/debug/deps/libremove_dir_all-428776bad12062f2.rlib" "/opt/rustwide/target/debug/deps/libtime-86fae35c8d0f0b99.rlib" "/opt/rustwide/target/debug/deps/libx11_dl-e0e009e7a9ad2d73.rlib" "/opt/rustwide/target/debug/deps/libxkb-4d8d5278f35fc6aa.rlib" "/opt/rustwide/target/debug/deps/libxkbcommon_sys-ee30f45c0e8fd279.rlib" "/opt/rustwide/target/debug/deps/libwayland_protocols-d787ff3577bdc535.rlib" "/opt/rustwide/target/debug/deps/libwayland_client-60f17e483e4a8ead.rlib" "/opt/rustwide/target/debug/deps/libscoped_tls-60a5a2070e1a368f.rlib" "/opt/rustwide/target/debug/deps/libwayland_commons-69ba6c8d935f8788.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-168459472d0a9f2f.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-ec6a5297fb6f6777.rlib" "/opt/rustwide/target/debug/deps/libnix-bb33826783ae88e3.rlib" "/opt/rustwide/target/debug/deps/libvoid-b00461c2c57bf874.rlib" "/opt/rustwide/target/debug/deps/libwayland_sys-b4f877a67cc3fba5.rlib" "/opt/rustwide/target/debug/deps/libdlib-60496d238da49789.rlib" "/opt/rustwide/target/debug/deps/liblibloading-c1a34b70906ed2c1.rlib" "/opt/rustwide/target/debug/deps/libraw_window_handle-a943d77b525f599c.rlib" "/opt/rustwide/target/debug/deps/libocl-fec88f0946337b93.rlib" "/opt/rustwide/target/debug/deps/libqutex-1acd0ad0877a43ab.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam-c0303c395675b135.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-fb5b67f2cd55a399.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-f5db19337e334172.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-48eef9cc011f78b4.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-2c499fe78bf37f3e.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-5ad4270d09bfce92.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-aebce936eb4eb10d.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-8ed8d280867c6832.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-807f2c476a0e6b86.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-a414d050938f7fed.rlib" "/opt/rustwide/target/debug/deps/libnodrop-df0813796bc7bc4e.rlib" "/opt/rustwide/target/debug/deps/libocl_core-25b808475451824b.rlib" "/opt/rustwide/target/debug/deps/libcl_sys-4a76b2f398598141.rlib" "/opt/rustwide/target/debug/deps/libocl_core_vector-4e36317f20b747d5.rlib" "/opt/rustwide/target/debug/deps/libnum-00128bafe70933dd.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-57e7285d8a65f4f2.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-be11bc7bda7aeafe.rlib" "/opt/rustwide/target/debug/deps/librand-9d4f7347f7ae6c1a.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-b9e9804583109253.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-83e1cc8b78a53297.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-26062967b4ad0b72.rlib" "/opt/rustwide/target/debug/deps/librustc_serialize-93a3205e411ff51e.rlib" "/opt/rustwide/target/debug/deps/libenum_primitive-dc518994cb600ca4.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-13bc7e2598c2767e.rlib" "/opt/rustwide/target/debug/deps/libbitflags-0bb1eb8c2caf8528.rlib" "/opt/rustwide/target/debug/deps/libfailure-b45bd45f7c5afdb3.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-ae70840758604d21.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-890c6aa71a4503af.rlib" "/opt/rustwide/target/debug/deps/liblibc-f758b3140a94d4fc.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-c207894dabf2ad2d.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-e3c66f530931b34f.rlib" "/opt/rustwide/target/debug/deps/libfutures-e9fa68217aeb65e1.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-ddc6fba6583d3d3e.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-205127404fcba336.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-a657948fb7763780.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-4af901391177f653.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-9bdd51edf637d1e0.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-df9a9630b2ea2e1e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-fddbfe63d5cc9339.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-dc1fcc6e43806791.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-e2f4bff19e00107e.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-a152d13c1d7ed405.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d92b841792fc008d.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a64c249515c023f5.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-57654524b3e40c00.rlib" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-72180f1527a726a2.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.44.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-990cc8f4a91a3ab4.rlib" "-Wl,-Bdynamic" "-ldl" "-lxkbcommon" "-lwayland-client" "-lwayland-cursor" "-ldl" "-lOpenCL" "-lOpenCL" "-lutil" "-ldl" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lOpenCL [INFO] [stderr] /usr/bin/ld: cannot find -lOpenCL [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error; 11 warnings emitted [INFO] [stderr] [INFO] [stderr] error: could not compile `raymarcher_ocl_rust`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "6056733d67795dbcd45b8c71fc133a83b036689ded395482cd31a90bc46b076d"` [INFO] running `"docker" "rm" "-f" "6056733d67795dbcd45b8c71fc133a83b036689ded395482cd31a90bc46b076d"` [INFO] [stdout] 6056733d67795dbcd45b8c71fc133a83b036689ded395482cd31a90bc46b076d