[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 master#b70888601af92f6cdc0364abab3446e418b91d36 for pr-86479 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fparallel-programming-hwr%2Frust-opencl-demo" "/workspace/builds/worker-4/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/parallel-programming-hwr/rust-opencl-demo on toolchain b70888601af92f6cdc0364abab3446e418b91d36 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "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-4/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" "+b70888601af92f6cdc0364abab3446e418b91d36" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "metadata" "--no-deps" "--format-version=1", 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] f70f41fd894c81f89c33b14eb352c71b829536b07565832472c9d427dbf7e4e6 [INFO] running `Command { std: "docker" "start" "-a" "f70f41fd894c81f89c33b14eb352c71b829536b07565832472c9d427dbf7e4e6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f70f41fd894c81f89c33b14eb352c71b829536b07565832472c9d427dbf7e4e6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f70f41fd894c81f89c33b14eb352c71b829536b07565832472c9d427dbf7e4e6", kill_on_drop: false }` [INFO] [stdout] f70f41fd894c81f89c33b14eb352c71b829536b07565832472c9d427dbf7e4e6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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=forbid" "-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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+b70888601af92f6cdc0364abab3446e418b91d36" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b3ab221eb706978f20437d989a8a8448f440c702c77c690feae82aad97d3e4cc [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" "b3ab221eb706978f20437d989a8a8448f440c702c77c690feae82aad97d3e4cc", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling libc v0.2.80 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling syn v1.0.48 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling rustc-serialize v0.3.24 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling adler v0.2.3 [INFO] [stderr] Compiling const_fn v0.4.3 [INFO] [stderr] Compiling cl-sys v0.4.2 [INFO] [stderr] Compiling rustc-demangle v0.1.18 [INFO] [stderr] Compiling object v0.22.0 [INFO] [stderr] Compiling rayon-core v1.9.0 [INFO] [stderr] Compiling futures v0.1.30 [INFO] [stderr] Compiling either v1.6.1 [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 instant v0.1.9 [INFO] [stderr] Compiling lock_api v0.4.2 [INFO] [stderr] Compiling regex v1.4.3 [INFO] [stderr] Compiling ocl-core v0.11.2 [INFO] [stderr] Compiling log v0.4.13 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling memoffset v0.5.6 [INFO] [stderr] Compiling crossbeam-utils v0.8.1 [INFO] [stderr] Compiling miniz_oxide v0.4.3 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling memoffset v0.6.1 [INFO] [stderr] Compiling rayon v1.5.0 [INFO] [stderr] Compiling fern v0.6.0 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling terminal_size v0.1.15 [INFO] [stderr] Compiling parking_lot_core v0.8.0 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling crossbeam-queue v0.2.3 [INFO] [stderr] Compiling crossbeam-channel v0.4.4 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling colored v2.0.0 [INFO] [stderr] Compiling crossbeam-channel v0.5.0 [INFO] [stderr] Compiling console v0.14.0 [INFO] [stderr] Compiling crossbeam-epoch v0.9.1 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling parking_lot v0.11.1 [INFO] [stderr] Compiling crossbeam-deque v0.7.3 [INFO] [stderr] Compiling num-traits v0.1.43 [INFO] [stderr] Compiling num-complex v0.1.43 [INFO] [stderr] Compiling crossbeam-deque v0.8.0 [INFO] [stderr] Compiling indicatif v0.15.0 [INFO] [stderr] Compiling crossbeam v0.7.3 [INFO] [stderr] Compiling enum_primitive v0.1.1 [INFO] [stderr] Compiling num-bigint v0.1.44 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling qutex v0.2.3 [INFO] [stderr] Compiling backtrace v0.3.54 [INFO] [stderr] Compiling num-rational v0.1.42 [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-0b32e076d28421cc.rust_opencl_demo.cb0e0f46-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/rust_opencl_demo-0b32e076d28421cc.rust_opencl_demo.cb0e0f46-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/rust_opencl_demo-0b32e076d28421cc.rust_opencl_demo.cb0e0f46-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/rust_opencl_demo-0b32e076d28421cc.rust_opencl_demo.cb0e0f46-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/rust_opencl_demo-0b32e076d28421cc.rust_opencl_demo.cb0e0f46-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/rust_opencl_demo-0b32e076d28421cc.rust_opencl_demo.cb0e0f46-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/rust_opencl_demo-0b32e076d28421cc.rust_opencl_demo.cb0e0f46-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/rust_opencl_demo-0b32e076d28421cc.rust_opencl_demo.cb0e0f46-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/rust_opencl_demo-0b32e076d28421cc.rust_opencl_demo.cb0e0f46-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/rust_opencl_demo-0b32e076d28421cc.rust_opencl_demo.cb0e0f46-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/rust_opencl_demo-0b32e076d28421cc.rust_opencl_demo.cb0e0f46-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/rust_opencl_demo-0b32e076d28421cc.rust_opencl_demo.cb0e0f46-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/rust_opencl_demo-0b32e076d28421cc.rust_opencl_demo.cb0e0f46-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/rust_opencl_demo-0b32e076d28421cc.rust_opencl_demo.cb0e0f46-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/rust_opencl_demo-0b32e076d28421cc.rust_opencl_demo.cb0e0f46-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/rust_opencl_demo-0b32e076d28421cc.rust_opencl_demo.cb0e0f46-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/rust_opencl_demo-0b32e076d28421cc.45tzwdt6a3f9q469.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/b70888601af92f6cdc0364abab3446e418b91d36/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libfern-fa960549bbc7fb21.rlib" "/opt/rustwide/target/debug/deps/librayon-8e45cc44cfcef41b.rlib" "/opt/rustwide/target/debug/deps/librayon_core-ed0fe52af5d3a182.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-5b6117d158f5c424.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-fddecc819a6c1812.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-f6972f3a88deed98.rlib" "/opt/rustwide/target/debug/deps/libeither-d092b3e3a60a447e.rlib" "/opt/rustwide/target/debug/deps/libindicatif-eb36783a86c98e6f.rlib" "/opt/rustwide/target/debug/deps/libconsole-1ea96d480579bbcc.rlib" "/opt/rustwide/target/debug/deps/libterminal_size-054562a7eb641151.rlib" "/opt/rustwide/target/debug/deps/libregex-86a190d7cc45b9b8.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-226c0e09cc9c9c88.rlib" "/opt/rustwide/target/debug/deps/libnumber_prefix-e894b251dc77c796.rlib" "/opt/rustwide/target/debug/deps/libcolored-dd900f96129586fe.rlib" "/opt/rustwide/target/debug/deps/libchrono-8fecea3fa96a9ea3.rlib" "/opt/rustwide/target/debug/deps/libtime-41e45cea2b96b32e.rlib" "/opt/rustwide/target/debug/deps/libstructopt-502012526d2caa3e.rlib" "/opt/rustwide/target/debug/deps/libocl_stream-c1e0b193b2ab0264.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-5324953ea52aa636.rlib" "/opt/rustwide/target/debug/deps/liblog-32222c7faa8e55f9.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-baccef7fb50a31a8.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-c3efad114ba072f5.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-3e168c3cc2d80507.rlib" "/opt/rustwide/target/debug/deps/liblock_api-23da977340193230.rlib" "/opt/rustwide/target/debug/deps/libinstant-935e74d8392426ec.rlib" "/opt/rustwide/target/debug/deps/libthiserror-5c04b74d0c2a9b14.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-52a0f7d384b74ce3.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-b1e48b03eeb77bf7.rlib" "/opt/rustwide/target/debug/deps/libstd_semaphore-4ea544e63a586902.rlib" "/opt/rustwide/target/debug/deps/libocl-b425ab595c8f9364.rlib" "/opt/rustwide/target/debug/deps/libqutex-25589cd5adfa1297.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam-dea5bb807182261b.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-8b8431d0e53e65f1.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-c1bfc0cc6a39612d.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-a085e02b81d15f11.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-7a44c139d6dc676d.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-4b059ff10415273f.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-8de7ac2046d68b88.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-8d7272f5f34985a5.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-f67718dd40129317.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-535c06e7d7e0b10d.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-de9cbe0cb77e19a3.rlib" "/opt/rustwide/target/debug/deps/libnodrop-1cf1f76900294e5c.rlib" "/opt/rustwide/target/debug/deps/libocl_core-3fcc6cde9b6ade94.rlib" "/opt/rustwide/target/debug/deps/libcl_sys-983cf85b7b650d34.rlib" "/opt/rustwide/target/debug/deps/libocl_core_vector-6df485709e701c1a.rlib" "/opt/rustwide/target/debug/deps/libnum-c3ef778810962a10.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-7a7d625f13fc0a47.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-93d23ff42f260a5c.rlib" "/opt/rustwide/target/debug/deps/librand-8b4a0b6e22caa0d6.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-d5869d18b76ec653.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-d176c5cb3ee0ae21.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-b60b9594eacf1c4b.rlib" "/opt/rustwide/target/debug/deps/librustc_serialize-efb9cfa92b7c8c8d.rlib" "/opt/rustwide/target/debug/deps/libenum_primitive-9608af7b5dd5d384.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-c8ba4ac984884c79.rlib" "/opt/rustwide/target/debug/deps/libfailure-ffdaa84247dc4017.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-4e44b71052bd9846.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-9ac2ca5854e9d071.rlib" "/opt/rustwide/target/debug/deps/libadler-fa5dc5005530a354.rlib" "/opt/rustwide/target/debug/deps/libobject-383a70e3e23794b9.rlib" "/opt/rustwide/target/debug/deps/libaddr2line-c40c18b62ce0cda9.rlib" "/opt/rustwide/target/debug/deps/libgimli-732eb38d8c3f1081.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-477585129feec44c.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-8277f2a653e33508.rlib" "/opt/rustwide/target/debug/deps/libfutures-96d9886af124b371.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-819abb75827096f3.rlib" "/opt/rustwide/target/debug/deps/libclap-41b617b5209c9ba5.rlib" "/opt/rustwide/target/debug/deps/libvec_map-97ca52e148358cd3.rlib" "/opt/rustwide/target/debug/deps/libtextwrap-678d5d865513eebc.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-58fa4f49044d3e0e.rlib" "/opt/rustwide/target/debug/deps/libstrsim-4124e514b7a4f703.rlib" "/opt/rustwide/target/debug/deps/libbitflags-603a79344a96ee73.rlib" "/opt/rustwide/target/debug/deps/libatty-d279d514bdc14edb.rlib" "/opt/rustwide/target/debug/deps/liblibc-18fc58585b40a040.rlib" "/opt/rustwide/target/debug/deps/libansi_term-bd7b8ca88b2cc3f8.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/b70888601af92f6cdc0364abab3446e418b91d36/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-9c44f1fe63de3edb.rlib" "/opt/rustwide/rustup-home/toolchains/b70888601af92f6cdc0364abab3446e418b91d36/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5dfdbb680ac299a1.rlib" "/opt/rustwide/rustup-home/toolchains/b70888601af92f6cdc0364abab3446e418b91d36/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-353beaf877db2fdf.rlib" "/opt/rustwide/rustup-home/toolchains/b70888601af92f6cdc0364abab3446e418b91d36/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-cd4abd33332d2d3f.rlib" "/opt/rustwide/rustup-home/toolchains/b70888601af92f6cdc0364abab3446e418b91d36/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-3b908b5b50ddd80c.rlib" "/opt/rustwide/rustup-home/toolchains/b70888601af92f6cdc0364abab3446e418b91d36/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-9cafd3521b5532d3.rlib" "/opt/rustwide/rustup-home/toolchains/b70888601af92f6cdc0364abab3446e418b91d36/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-7b0935832903a9ac.rlib" "/opt/rustwide/rustup-home/toolchains/b70888601af92f6cdc0364abab3446e418b91d36/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-8a349b13d67c76e3.rlib" "/opt/rustwide/rustup-home/toolchains/b70888601af92f6cdc0364abab3446e418b91d36/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-9d41e7cb09eafd8e.rlib" "/opt/rustwide/rustup-home/toolchains/b70888601af92f6cdc0364abab3446e418b91d36/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-095194fedb4c0ec4.rlib" "/opt/rustwide/rustup-home/toolchains/b70888601af92f6cdc0364abab3446e418b91d36/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-968cf83f088269ec.rlib" "/opt/rustwide/rustup-home/toolchains/b70888601af92f6cdc0364abab3446e418b91d36/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-e63bbb95a6beff5c.rlib" "/opt/rustwide/rustup-home/toolchains/b70888601af92f6cdc0364abab3446e418b91d36/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-9f216e67c2916fa5.rlib" "/opt/rustwide/rustup-home/toolchains/b70888601af92f6cdc0364abab3446e418b91d36/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-4688b763605c6a0e.rlib" "/opt/rustwide/rustup-home/toolchains/b70888601af92f6cdc0364abab3446e418b91d36/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a9b2dc3244289321.rlib" "/opt/rustwide/rustup-home/toolchains/b70888601af92f6cdc0364abab3446e418b91d36/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-52d5241975807511.rlib" "/opt/rustwide/rustup-home/toolchains/b70888601af92f6cdc0364abab3446e418b91d36/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-9924c22ae1efcf66.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/b70888601af92f6cdc0364abab3446e418b91d36/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-003d83a588984e1f.rlib" "-Wl,-Bdynamic" "-lOpenCL" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/b70888601af92f6cdc0364abab3446e418b91d36/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/rust_opencl_demo-0b32e076d28421cc" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-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" "b3ab221eb706978f20437d989a8a8448f440c702c77c690feae82aad97d3e4cc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b3ab221eb706978f20437d989a8a8448f440c702c77c690feae82aad97d3e4cc", kill_on_drop: false }` [INFO] [stdout] b3ab221eb706978f20437d989a8a8448f440c702c77c690feae82aad97d3e4cc