[INFO] crate ocl-extras 0.1.1 is already in cache [INFO] testing ocl-extras-0.1.1 against master#28742a1146f10a4f09369baad027a464acb7a766 for pr-71274 [INFO] extracting crate ocl-extras 0.1.1 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate ocl-extras 0.1.1 on toolchain 28742a1146f10a4f09369baad027a464acb7a766 [INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate ocl-extras 0.1.1 [INFO] finished tweaking crates.io crate ocl-extras 0.1.1 [INFO] tweaked toml for crates.io crate ocl-extras 0.1.1 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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=forbid" "-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" "+28742a1146f10a4f09369baad027a464acb7a766" "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] c396632381c899e345bc9730d07a972fe48d832703f6ac5c98f4117da7cc3740 [INFO] running `"docker" "start" "-a" "c396632381c899e345bc9730d07a972fe48d832703f6ac5c98f4117da7cc3740"` [INFO] [stderr] Compiling libc v0.2.69 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling either v1.5.3 [INFO] [stderr] Compiling proc-macro2 v1.0.10 [INFO] [stderr] Compiling rustc-serialize v0.3.24 [INFO] [stderr] Compiling semver v0.1.20 [INFO] [stderr] Compiling cl-sys v0.4.2 [INFO] [stderr] Compiling nodrop v0.1.14 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling memoffset v0.5.4 [INFO] [stderr] Compiling num-iter v0.1.40 [INFO] [stderr] Compiling backtrace-sys v0.1.35 [INFO] [stderr] Compiling futures-core-preview v0.2.3 [INFO] [stderr] Compiling rustc_version v0.1.7 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling num-traits v0.1.43 [INFO] [stderr] Compiling futures-channel-preview v0.2.2 [INFO] [stderr] Compiling enum_primitive v0.1.1 [INFO] [stderr] Compiling ocl-core v0.11.2 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Compiling crossbeam-channel v0.4.2 [INFO] [stderr] Compiling crossbeam-queue v0.2.1 [INFO] [stderr] Compiling futures-sink-preview v0.2.2 [INFO] [stderr] Compiling quote v1.0.3 [INFO] [stderr] Compiling crossbeam-deque v0.7.3 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling syn v1.0.17 [INFO] [stderr] Compiling futures-io-preview v0.2.2 [INFO] [stderr] Compiling crossbeam v0.7.3 [INFO] [stderr] Compiling backtrace v0.3.46 [INFO] [stderr] Compiling futures-util-preview v0.2.2 [INFO] [stderr] Compiling qutex v0.2.3 [INFO] [stderr] Compiling num-complex v0.1.43 [INFO] [stderr] Compiling num-bigint v0.1.44 [INFO] [stderr] Compiling futures-executor-preview v0.2.2 [INFO] [stderr] Compiling num-rational v0.1.42 [INFO] [stderr] Compiling futures-stable-preview v0.2.3 [INFO] [stderr] Compiling futures-async-runtime-preview v0.2.3 [INFO] [stderr] Compiling futures-preview v0.2.2 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling ocl-core-vector v0.1.0 [INFO] [stderr] Compiling synstructure v0.12.3 [INFO] [stderr] Compiling failure_derive v0.1.7 [INFO] [stderr] Compiling failure v0.1.7 [INFO] [stderr] Compiling ocl v0.19.3 [INFO] [stderr] Compiling ocl-extras v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/work_pool.rs:66:14 [INFO] [stderr] | [INFO] [stderr] 66 | fut: Box>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/work_pool.rs:146:32 [INFO] [stderr] | [INFO] [stderr] 146 | fn spawn(&mut self, f: Box + Send>) -> Result<(), SpawnError> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/work_pool.rs:165:32 [INFO] [stderr] | [INFO] [stderr] 165 | core_tx: Option + Send>>>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send` [INFO] [stderr] [INFO] [stderr] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 11s [INFO] running `"docker" "inspect" "c396632381c899e345bc9730d07a972fe48d832703f6ac5c98f4117da7cc3740"` [INFO] running `"docker" "rm" "-f" "c396632381c899e345bc9730d07a972fe48d832703f6ac5c98f4117da7cc3740"` [INFO] [stdout] c396632381c899e345bc9730d07a972fe48d832703f6ac5c98f4117da7cc3740 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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=forbid" "-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" "+28742a1146f10a4f09369baad027a464acb7a766" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] e95922ea88deac91899fb0c968a870020e148fdc3e057e1becedf64e6f227495 [INFO] running `"docker" "start" "-a" "e95922ea88deac91899fb0c968a870020e148fdc3e057e1becedf64e6f227495"` [INFO] [stderr] Compiling ocl-extras v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/work_pool.rs:66:14 [INFO] [stderr] | [INFO] [stderr] 66 | fut: Box>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/work_pool.rs:146:32 [INFO] [stderr] | [INFO] [stderr] 146 | fn spawn(&mut self, f: Box + Send>) -> Result<(), SpawnError> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/work_pool.rs:165:32 [INFO] [stderr] | [INFO] [stderr] 165 | core_tx: Option + Send>>>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send` [INFO] [stderr] [INFO] [stderr] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/work_pool.rs:66:14 [INFO] [stderr] | [INFO] [stderr] 66 | fut: Box>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/work_pool.rs:146:32 [INFO] [stderr] | [INFO] [stderr] 146 | fn spawn(&mut self, f: Box + Send>) -> Result<(), SpawnError> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/work_pool.rs:165:32 [INFO] [stderr] | [INFO] [stderr] 165 | core_tx: Option + Send>>>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send` [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/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/ocl_extras-7ca6561ba83db1cc.ocl_extras.8rtg36vw-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/ocl_extras-7ca6561ba83db1cc.ocl_extras.8rtg36vw-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/ocl_extras-7ca6561ba83db1cc.ocl_extras.8rtg36vw-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/ocl_extras-7ca6561ba83db1cc.ocl_extras.8rtg36vw-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/ocl_extras-7ca6561ba83db1cc.ocl_extras.8rtg36vw-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/ocl_extras-7ca6561ba83db1cc.ocl_extras.8rtg36vw-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/ocl_extras-7ca6561ba83db1cc.ocl_extras.8rtg36vw-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/ocl_extras-7ca6561ba83db1cc.ocl_extras.8rtg36vw-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/ocl_extras-7ca6561ba83db1cc.ocl_extras.8rtg36vw-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/ocl_extras-7ca6561ba83db1cc.ocl_extras.8rtg36vw-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/ocl_extras-7ca6561ba83db1cc.ocl_extras.8rtg36vw-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/ocl_extras-7ca6561ba83db1cc.ocl_extras.8rtg36vw-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/ocl_extras-7ca6561ba83db1cc.ocl_extras.8rtg36vw-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/ocl_extras-7ca6561ba83db1cc.ocl_extras.8rtg36vw-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/ocl_extras-7ca6561ba83db1cc.ocl_extras.8rtg36vw-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/ocl_extras-7ca6561ba83db1cc.ocl_extras.8rtg36vw-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/ocl_extras-7ca6561ba83db1cc" "/opt/rustwide/target/debug/deps/ocl_extras-7ca6561ba83db1cc.45g0r6pzwr7n7h5d.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/backtrace-sys-a654ef4be0df1013/out" "-L" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-0d6dc123ac3da8e3.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-6665100adb88b877.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-b227005fb2b80a78.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-f520069809185d79.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-918304762f2d1de8.rlib" "/opt/rustwide/target/debug/deps/libfutures-e1e5e7c1dea54908.rlib" "/opt/rustwide/target/debug/deps/libfutures_stable-3364bb8e764f5233.rlib" "/opt/rustwide/target/debug/deps/libfutures_executor-08f9b1949e0aa4d3.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-0a6c1de049e73e29.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-df1ebd248934df2b.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-c23c7e8ab845a4cc.rlib" "/opt/rustwide/target/debug/deps/libfutures_io-081a0ce858859235.rlib" "/opt/rustwide/target/debug/deps/libiovec-15c872251895ac9b.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-b896fc4f5c487df0.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-a2d73d3481cafce1.rlib" "/opt/rustwide/target/debug/deps/libeither-cec2b8b90e4a7897.rlib" "/opt/rustwide/target/debug/deps/libfutures_async_runtime-bf26279df30a2509.rlib" "/opt/rustwide/target/debug/deps/libocl-6ed53240f799768f.rlib" "/opt/rustwide/target/debug/deps/libqutex-d794c8d627167583.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam-26ea77a7d0eb3a47.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-d0799fa330d7eb82.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-70dfe7a76eefc75e.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-8d85f669e2dcd466.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-a56f25f937190d35.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-e335d69753d979bd.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-b27398db00870af9.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-b10a16722c3354ed.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-81e71b56f2a8a8f3.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-339b675ddd6c173a.rlib" "/opt/rustwide/target/debug/deps/libnodrop-bc2dc5c79ffff014.rlib" "/opt/rustwide/target/debug/deps/libocl_core-a676dce0185bd011.rlib" "/opt/rustwide/target/debug/deps/libcl_sys-b0240a6fa56438e2.rlib" "/opt/rustwide/target/debug/deps/libocl_core_vector-bae0a7ef055503ed.rlib" "/opt/rustwide/target/debug/deps/libnum-7d00200606e927ca.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-90b860217c4a2592.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-adb55e0c7562594c.rlib" "/opt/rustwide/target/debug/deps/librand-e5de54040a037534.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-a9121b727fa3a111.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-9032d7a2d99629ef.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-e746cdd2ac649290.rlib" "/opt/rustwide/target/debug/deps/librustc_serialize-bfce5498649dc14e.rlib" "/opt/rustwide/target/debug/deps/libenum_primitive-295c451817d626f9.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-9db42f54d151e0f2.rlib" "/opt/rustwide/target/debug/deps/libbitflags-c5180c3dc5cc8193.rlib" "/opt/rustwide/target/debug/deps/libfailure-9ef6c01214ab8a65.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-b51bf9b784e25759.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-792efb1ece1c5863.rlib" "/opt/rustwide/target/debug/deps/liblibc-7f3b8e4c2db2a8d8.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-7bfa6ddb9b2ff1d3.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-ddd1f5c7601919b4.rlib" "/opt/rustwide/target/debug/deps/libfutures-f2a22ac7d502c29c.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-9f97a4fd61bd1e10.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1dac1a412c98f50d.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-b7841fd014bf83a1.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-338c0763450dca22.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-5f2e5d11836e0967.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-81a9070bd3553adf.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-e297830377b95af4.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-b38b87f2dd197fa0.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-601015f2e15e7e26.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-439f3a589bd88586.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-57ab7e6ac23ce11f.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-3aec7f88778e912a.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-b6806800b307d4b9.rlib" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-e49d7651b12f7563.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/28742a1146f10a4f09369baad027a464acb7a766/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-e8266574e26adcc3.rlib" "-Wl,-Bdynamic" "-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; 3 warnings emitted [INFO] [stderr] [INFO] [stderr] error: could not compile `ocl-extras`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "e95922ea88deac91899fb0c968a870020e148fdc3e057e1becedf64e6f227495"` [INFO] running `"docker" "rm" "-f" "e95922ea88deac91899fb0c968a870020e148fdc3e057e1becedf64e6f227495"` [INFO] [stdout] e95922ea88deac91899fb0c968a870020e148fdc3e057e1becedf64e6f227495