[INFO] cloning repository https://github.com/parallel-programming-hwr/rust-opencl-demo [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/parallel-programming-hwr/rust-opencl-demo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fparallel-programming-hwr%2Frust-opencl-demo", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fparallel-programming-hwr%2Frust-opencl-demo'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1cc4db121131a7cf36a43d05ed4c0306026400a0 [INFO] testing parallel-programming-hwr/rust-opencl-demo against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fparallel-programming-hwr%2Frust-opencl-demo" "/workspace/builds/worker-2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/parallel-programming-hwr/rust-opencl-demo on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/parallel-programming-hwr/rust-opencl-demo [INFO] finished tweaking git repo https://github.com/parallel-programming-hwr/rust-opencl-demo [INFO] tweaked toml for git repo https://github.com/parallel-programming-hwr/rust-opencl-demo written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/parallel-programming-hwr/rust-opencl-demo already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded console v0.14.0 [INFO] [stderr] Downloaded std-semaphore v0.1.0 [INFO] [stderr] Downloaded ocl-stream v0.3.5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f40134e294760c953c2b20889a0b37a88d249117673b339eba24be87f0972797 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "f40134e294760c953c2b20889a0b37a88d249117673b339eba24be87f0972797", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f40134e294760c953c2b20889a0b37a88d249117673b339eba24be87f0972797", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f40134e294760c953c2b20889a0b37a88d249117673b339eba24be87f0972797", kill_on_drop: false }` [INFO] [stdout] f40134e294760c953c2b20889a0b37a88d249117673b339eba24be87f0972797 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 21daf8de71f018d0ded96b08426e387b47d193160e056a8abb4984e0c3851f79 [INFO] running `Command { std: "docker" "start" "-a" "21daf8de71f018d0ded96b08426e387b47d193160e056a8abb4984e0c3851f79", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.80 [INFO] [stderr] Compiling syn v1.0.48 [INFO] [stderr] Compiling semver v0.1.20 [INFO] [stderr] Compiling const_fn v0.4.3 [INFO] [stderr] Compiling cl-sys v0.4.2 [INFO] [stderr] Compiling log v0.4.13 [INFO] [stderr] Compiling futures v0.1.30 [INFO] [stderr] Compiling unicode-segmentation v1.7.0 [INFO] [stderr] Compiling regex-syntax v0.6.22 [INFO] [stderr] Compiling smallvec v1.5.0 [INFO] [stderr] Compiling nodrop v0.1.14 [INFO] [stderr] Compiling number_prefix v0.3.0 [INFO] [stderr] Compiling std-semaphore v0.1.0 [INFO] [stderr] Compiling addr2line v0.14.0 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling num-complex v0.1.43 [INFO] [stderr] Compiling num-traits v0.1.43 [INFO] [stderr] Compiling crossbeam v0.7.3 [INFO] [stderr] Compiling rustc_version v0.1.7 [INFO] [stderr] Compiling enum_primitive v0.1.1 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling heck v0.3.1 [INFO] [stderr] Compiling ocl-core v0.11.2 [INFO] [stderr] Compiling fern v0.6.0 [INFO] [stderr] Compiling crossbeam-epoch v0.9.1 [INFO] [stderr] Compiling qutex v0.2.3 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling backtrace v0.3.54 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling parking_lot_core v0.8.0 [INFO] [stderr] Compiling terminal_size v0.1.15 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling colored v2.0.0 [INFO] [stderr] Compiling crossbeam-deque v0.8.0 [INFO] [stderr] Compiling parking_lot v0.11.1 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling regex v1.4.3 [INFO] [stderr] Compiling rayon-core v1.9.0 [INFO] [stderr] Compiling num-bigint v0.1.44 [INFO] [stderr] Compiling rayon v1.5.0 [INFO] [stderr] Compiling console v0.14.0 [INFO] [stderr] Compiling num-rational v0.1.42 [INFO] [stderr] Compiling indicatif v0.15.0 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling ocl-core-vector v0.1.0 [INFO] [stderr] Compiling synstructure v0.12.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling failure_derive v0.1.8 [INFO] [stderr] Compiling thiserror-impl v1.0.23 [INFO] [stderr] Compiling structopt-derive v0.4.13 [INFO] [stderr] Compiling failure v0.1.8 [INFO] [stderr] Compiling thiserror v1.0.23 [INFO] [stderr] Compiling structopt v0.3.20 [INFO] [stderr] Compiling ocl v0.19.3 [INFO] [stderr] Compiling ocl-stream v0.3.5 [INFO] [stderr] Compiling rust-opencl-demo 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/deps/rust_opencl_demo-780b6ba93e4cb77d.rust_opencl_demo.201a9767-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/rust_opencl_demo-780b6ba93e4cb77d.rust_opencl_demo.201a9767-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/rust_opencl_demo-780b6ba93e4cb77d.rust_opencl_demo.201a9767-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/rust_opencl_demo-780b6ba93e4cb77d.rust_opencl_demo.201a9767-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/rust_opencl_demo-780b6ba93e4cb77d.rust_opencl_demo.201a9767-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/rust_opencl_demo-780b6ba93e4cb77d.rust_opencl_demo.201a9767-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/rust_opencl_demo-780b6ba93e4cb77d.rust_opencl_demo.201a9767-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/rust_opencl_demo-780b6ba93e4cb77d.rust_opencl_demo.201a9767-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/rust_opencl_demo-780b6ba93e4cb77d.rust_opencl_demo.201a9767-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/rust_opencl_demo-780b6ba93e4cb77d.rust_opencl_demo.201a9767-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/rust_opencl_demo-780b6ba93e4cb77d.rust_opencl_demo.201a9767-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/rust_opencl_demo-780b6ba93e4cb77d.rust_opencl_demo.201a9767-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/rust_opencl_demo-780b6ba93e4cb77d.rust_opencl_demo.201a9767-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/rust_opencl_demo-780b6ba93e4cb77d.rust_opencl_demo.201a9767-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/rust_opencl_demo-780b6ba93e4cb77d.rust_opencl_demo.201a9767-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/rust_opencl_demo-780b6ba93e4cb77d.rust_opencl_demo.201a9767-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/rust_opencl_demo-780b6ba93e4cb77d.46bcqmrrcrnopsqq.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libfern-f4043a3a330de254.rlib" "/opt/rustwide/target/debug/deps/librayon-dcd854fa12db74d9.rlib" "/opt/rustwide/target/debug/deps/librayon_core-155a9fcb6734eb59.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-13e612dd8dab78b8.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-0558c462307c699c.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-81139abad08c6df2.rlib" "/opt/rustwide/target/debug/deps/libeither-8b1f227343d1093b.rlib" "/opt/rustwide/target/debug/deps/libindicatif-486c0150b0aa29e0.rlib" "/opt/rustwide/target/debug/deps/libconsole-cb99a23e9d0a8f9c.rlib" "/opt/rustwide/target/debug/deps/libterminal_size-bce033b43e6c559e.rlib" "/opt/rustwide/target/debug/deps/libregex-f6eb17a3f1edb2df.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-e60c01ed5f885d52.rlib" "/opt/rustwide/target/debug/deps/libnumber_prefix-18471a4fabcaf0e4.rlib" "/opt/rustwide/target/debug/deps/libcolored-2282244e92958b8c.rlib" "/opt/rustwide/target/debug/deps/libchrono-77837e4bdd581a4c.rlib" "/opt/rustwide/target/debug/deps/libtime-544adb9d9242740a.rlib" "/opt/rustwide/target/debug/deps/libstructopt-2de46679ee3c0387.rlib" "/opt/rustwide/target/debug/deps/libocl_stream-e4c13af53071ced3.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-96bfdb82771652ed.rlib" "/opt/rustwide/target/debug/deps/liblog-019fa3238da501ce.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-220f7076ec67c025.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-7d572a5f84878d7a.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-6cd9d6a577edc208.rlib" "/opt/rustwide/target/debug/deps/liblock_api-edc0447c9d8192f8.rlib" "/opt/rustwide/target/debug/deps/libinstant-8d6a6a7ec43a25dc.rlib" "/opt/rustwide/target/debug/deps/libthiserror-8802269c15b95f09.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-ef92b14296285601.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-ecaa78be485258d2.rlib" "/opt/rustwide/target/debug/deps/libstd_semaphore-4e1efd16b0b739c8.rlib" "/opt/rustwide/target/debug/deps/libocl-eb0de40b8f502eaa.rlib" "/opt/rustwide/target/debug/deps/libqutex-51a7e853647ecc74.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam-5c9059981ecad0b6.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-6d338726afa6cfcb.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-005922909f1c6bac.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-ea1dfb622d509502.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-bf9f7aa0c3ac6f42.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-93870536328d7ed1.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-ab4e9c146b16538a.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-90e53562623ba5ae.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-b341606102c7008f.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-ac57b1221b0d19c0.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-77abc38cc38d84d4.rlib" "/opt/rustwide/target/debug/deps/libnodrop-50003e563b2437fe.rlib" "/opt/rustwide/target/debug/deps/libocl_core-8b6bcc9c101bb5a7.rlib" "/opt/rustwide/target/debug/deps/libcl_sys-5bd7fd8199f4f930.rlib" "/opt/rustwide/target/debug/deps/libocl_core_vector-1d582d2a6b5e59d2.rlib" "/opt/rustwide/target/debug/deps/libnum-fa19504fb0677e51.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-c53fe0a33b0a035d.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-4aab477eb32ed99f.rlib" "/opt/rustwide/target/debug/deps/librand-92045cf5366315c0.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-0b231d86d838110f.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-f93c724cf0f9fade.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-f5d36bc5cc87f2bc.rlib" "/opt/rustwide/target/debug/deps/librustc_serialize-f5cf36b4640ed572.rlib" "/opt/rustwide/target/debug/deps/libenum_primitive-1d718a129e55021a.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-eced62b3068a64cd.rlib" "/opt/rustwide/target/debug/deps/libfailure-a49a6b26652c3789.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-5a96df8b009812f1.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-6c609ddc6d074e32.rlib" "/opt/rustwide/target/debug/deps/libadler-9e52662b60a79489.rlib" "/opt/rustwide/target/debug/deps/libobject-a0071a1b6a488401.rlib" "/opt/rustwide/target/debug/deps/libaddr2line-30fea04dc579a722.rlib" "/opt/rustwide/target/debug/deps/libgimli-000d21fdcabeb472.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-56df745b5175507b.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-715b82a9e4d83d1d.rlib" "/opt/rustwide/target/debug/deps/libfutures-fe81e6cc642ba513.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-ae8623994a8ecaa9.rlib" "/opt/rustwide/target/debug/deps/libclap-162c30006e1c7d1a.rlib" "/opt/rustwide/target/debug/deps/libvec_map-f0a294901824d1b1.rlib" "/opt/rustwide/target/debug/deps/libtextwrap-4feaadb70d379c84.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-1a5cfc89f80f8ff0.rlib" "/opt/rustwide/target/debug/deps/libstrsim-2b5231486aa116be.rlib" "/opt/rustwide/target/debug/deps/libbitflags-80e93151c602d4a3.rlib" "/opt/rustwide/target/debug/deps/libatty-45ec5922b7543be5.rlib" "/opt/rustwide/target/debug/deps/liblibc-2e7a0e73105bff77.rlib" "/opt/rustwide/target/debug/deps/libansi_term-7174ce98a6fd1d8e.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-8d61b92a0a02f53a.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-fc45202bb435016b.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-f2400674c7513725.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-605c3a7d1a5d300d.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-3d4fb4efa907e4e8.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-65207f030ab23308.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-76ca199cb0186109.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-1e3e01ed4f561dc1.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-dd8dddcba7c13fee.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-00b13d31c3420656.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-e4c8460b81557bd5.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-600d46e5f0005455.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-e4a08a2585b62d37.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fbc21ec567cb9dc7.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-10b3fa8e49bd978f.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-64625b73694ffce7.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-fb6b78ac543a58ee.rlib" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-1d1f2d1bec6f51b8.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-acf5ff6e9595d982.rlib" "-Wl,-Bdynamic" "-lOpenCL" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/rust_opencl_demo-780b6ba93e4cb77d" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lOpenCL [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `rust-opencl-demo` due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "21daf8de71f018d0ded96b08426e387b47d193160e056a8abb4984e0c3851f79", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "21daf8de71f018d0ded96b08426e387b47d193160e056a8abb4984e0c3851f79", kill_on_drop: false }` [INFO] [stdout] 21daf8de71f018d0ded96b08426e387b47d193160e056a8abb4984e0c3851f79