[INFO] crate ocl-core 0.11.2 is already in cache [INFO] testing ocl-core-0.11.2 against beta-2020-06-03 for beta-1.45-1 [INFO] extracting crate ocl-core 0.11.2 into /workspace/builds/worker-14/source [INFO] validating manifest of crates.io crate ocl-core 0.11.2 on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate ocl-core 0.11.2 [INFO] finished tweaking crates.io crate ocl-core 0.11.2 [INFO] tweaked toml for crates.io crate ocl-core 0.11.2 written to /workspace/builds/worker-14/source/Cargo.toml [INFO] crate crates.io crate ocl-core 0.11.2 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [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" "+beta-2020-06-03" "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] 4c61d3433b6162e6b6460e88876c173094244db5f01aef0a8f90c73e137c9974 [INFO] running `"docker" "start" "-a" "4c61d3433b6162e6b6460e88876c173094244db5f01aef0a8f90c73e137c9974"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling autocfg v0.1.4 [INFO] [stderr] Compiling libc v0.2.58 [INFO] [stderr] Compiling syn v0.15.38 [INFO] [stderr] Compiling cc v1.0.37 [INFO] [stderr] Compiling semver v0.1.20 [INFO] [stderr] Compiling cl-sys v0.4.2 [INFO] [stderr] Compiling rustc-demangle v0.1.15 [INFO] [stderr] Compiling rustc_version v0.1.7 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling num-iter v0.1.39 [INFO] [stderr] Compiling ocl-core v0.11.2 (/opt/rustwide/workdir) [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling backtrace-sys v0.1.29 [INFO] [stderr] Compiling num-complex v0.1.43 [INFO] [stderr] Compiling num-traits v0.1.43 [INFO] [stderr] Compiling backtrace v0.3.32 [INFO] [stderr] Compiling enum_primitive v0.1.1 [INFO] [stderr] Compiling num-bigint v0.1.44 [INFO] [stderr] Compiling num-rational v0.1.42 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling synstructure v0.10.2 [INFO] [stderr] Compiling ocl-core-vector v0.1.0 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:514:5 [INFO] [stderr] | [INFO] [stderr] 514 | try!(eval_errcode(errcode, (), "clGetPlatformIDs", None::)); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:595:47 [INFO] [stderr] | [INFO] [stderr] 595 | let device_types = device_types.unwrap_or(try!(default_device_type())); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:619:5 [INFO] [stderr] | [INFO] [stderr] 619 | try!(eval_errcode(errcode, (), "clGetDeviceIDs", None::)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:1065:5 [INFO] [stderr] | [INFO] [stderr] 1065 | try!(verify_context(context)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:1152:5 [INFO] [stderr] | [INFO] [stderr] 1152 | try!(verify_context(context)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:1197:5 [INFO] [stderr] | [INFO] [stderr] 1197 | try!(verify_context(context)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:1229:5 [INFO] [stderr] | [INFO] [stderr] 1229 | try!(verify_context(context)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:1268:5 [INFO] [stderr] | [INFO] [stderr] 1268 | try!(verify_context(context)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:1319:5 [INFO] [stderr] | [INFO] [stderr] 1319 | try!(verify_context(context)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:1349:5 [INFO] [stderr] | [INFO] [stderr] 1349 | try!(verify_context(context)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:1416:5 [INFO] [stderr] | [INFO] [stderr] 1416 | try!(verify_context(context)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:1482:5 [INFO] [stderr] | [INFO] [stderr] 1482 | try!(eval_errcode(errcode, (), "clGetSupportedImageFormats", None::)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:1504:5 [INFO] [stderr] | [INFO] [stderr] 1504 | try!(eval_errcode(errcode, (), "clGetSupportedImageFormats", None::)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:1670:5 [INFO] [stderr] | [INFO] [stderr] 1670 | try!(verify_context(context)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:1731:5 [INFO] [stderr] | [INFO] [stderr] 1731 | try!(eval_errcode(errcode, (), "clCreateProgramWithBinary", None::)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:1734:9 [INFO] [stderr] | [INFO] [stderr] 1734 | try!(eval_errcode(*item, (), "clCreateProgramWithBinary", Some(format!("Device [{}]", i)))); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:1925:5 [INFO] [stderr] | [INFO] [stderr] 1925 | try!(verify_context(context)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:2087:13 [INFO] [stderr] | [INFO] [stderr] 2087 | try!(CString::new(name.as_ref().as_bytes())).as_ptr(), [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:3600:23 [INFO] [stderr] | [INFO] [stderr] 3600 | let func_name_c = try!(CString::new(func_name)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:3626:25 [INFO] [stderr] | [INFO] [stderr] 3626 | d_versions.push(try!(device_id.version())); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:3643:25 [INFO] [stderr] | [INFO] [stderr] 3643 | let platform_list = try!(get_platform_ids()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:3695:19 [INFO] [stderr] | [INFO] [stderr] 3695 | let program = try!(create_program_with_source(context, src_strings)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:3696:5 [INFO] [stderr] | [INFO] [stderr] 3696 | try!(build_program(&program, device_ids, cmplr_opts, None, None)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:3723:5 [INFO] [stderr] | [INFO] [stderr] 3723 | try!(eval_errcode(errcode, (), "clGetEventInfo", None::)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/types/abs.rs:129:37 [INFO] [stderr] | [INFO] [stderr] 129 | functions::verify_versions(&try!(self.device_versions()), required_version, [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/types/abs.rs:134:20 [INFO] [stderr] | [INFO] [stderr] 134 | let ver = [try!(self.platform_version())]; [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/types/abs.rs:380:23 [INFO] [stderr] | [INFO] [stderr] 380 | let devices = try!(functions::get_device_ids(self, Some(DeviceType::ALL), None)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/types/abs.rs:546:23 [INFO] [stderr] | [INFO] [stderr] 546 | let devices = try!(self.devices()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/types/abs.rs:551:23 [INFO] [stderr] | [INFO] [stderr] 551 | let devices = try!(self.devices()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/types/abs.rs:645:22 [INFO] [stderr] | [INFO] [stderr] 645 | let device = try!(self.device()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/types/abs.rs:650:9 [INFO] [stderr] | [INFO] [stderr] 650 | try!(self.device()).platform_version() [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/types/abs.rs:834:23 [INFO] [stderr] | [INFO] [stderr] 834 | let devices = try!(self.devices()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/types/abs.rs:839:23 [INFO] [stderr] | [INFO] [stderr] 839 | let devices = try!(self.devices()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/types/abs.rs:919:23 [INFO] [stderr] | [INFO] [stderr] 919 | let devices = try!(try!(self.program()).devices()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/types/abs.rs:919:28 [INFO] [stderr] | [INFO] [stderr] 919 | let devices = try!(try!(self.program()).devices()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/types/abs.rs:924:23 [INFO] [stderr] | [INFO] [stderr] 924 | let devices = try!(try!(self.program()).devices()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/types/abs.rs:924:28 [INFO] [stderr] | [INFO] [stderr] 924 | let devices = try!(try!(self.program()).devices()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/util.rs:113:30 [INFO] [stderr] | [INFO] [stderr] 113 | let mut new_val: T = mem::uninitialized(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/util.rs:134:30 [INFO] [stderr] | [INFO] [stderr] 134 | let mut new_val: T = mem::uninitialized(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 39 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 27.43s [INFO] running `"docker" "inspect" "4c61d3433b6162e6b6460e88876c173094244db5f01aef0a8f90c73e137c9974"` [INFO] running `"docker" "rm" "-f" "4c61d3433b6162e6b6460e88876c173094244db5f01aef0a8f90c73e137c9974"` [INFO] [stdout] 4c61d3433b6162e6b6460e88876c173094244db5f01aef0a8f90c73e137c9974 [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" "+beta-2020-06-03" "test" "--frozen" "--no-run"` [INFO] [stdout] 67bf3f5d62dee2225dfcecbc5a41934816f311385c1a49d82b39c37ff31e0804 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "67bf3f5d62dee2225dfcecbc5a41934816f311385c1a49d82b39c37ff31e0804"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling colorify v0.2.3 [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:514:5 [INFO] [stderr] | [INFO] [stderr] 514 | try!(eval_errcode(errcode, (), "clGetPlatformIDs", None::)); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:595:47 [INFO] [stderr] | [INFO] [stderr] 595 | let device_types = device_types.unwrap_or(try!(default_device_type())); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:619:5 [INFO] [stderr] | [INFO] [stderr] 619 | try!(eval_errcode(errcode, (), "clGetDeviceIDs", None::)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:1065:5 [INFO] [stderr] | [INFO] [stderr] 1065 | try!(verify_context(context)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:1152:5 [INFO] [stderr] | [INFO] [stderr] 1152 | try!(verify_context(context)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:1197:5 [INFO] [stderr] | [INFO] [stderr] 1197 | try!(verify_context(context)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:1229:5 [INFO] [stderr] | [INFO] [stderr] 1229 | try!(verify_context(context)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:1268:5 [INFO] [stderr] | [INFO] [stderr] 1268 | try!(verify_context(context)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:1319:5 [INFO] [stderr] | [INFO] [stderr] 1319 | try!(verify_context(context)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:1349:5 [INFO] [stderr] | [INFO] [stderr] 1349 | try!(verify_context(context)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:1416:5 [INFO] [stderr] | [INFO] [stderr] 1416 | try!(verify_context(context)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:1482:5 [INFO] [stderr] | [INFO] [stderr] 1482 | try!(eval_errcode(errcode, (), "clGetSupportedImageFormats", None::)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:1504:5 [INFO] [stderr] | [INFO] [stderr] 1504 | try!(eval_errcode(errcode, (), "clGetSupportedImageFormats", None::)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:1670:5 [INFO] [stderr] | [INFO] [stderr] 1670 | try!(verify_context(context)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:1731:5 [INFO] [stderr] | [INFO] [stderr] 1731 | try!(eval_errcode(errcode, (), "clCreateProgramWithBinary", None::)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:1734:9 [INFO] [stderr] | [INFO] [stderr] 1734 | try!(eval_errcode(*item, (), "clCreateProgramWithBinary", Some(format!("Device [{}]", i)))); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:1925:5 [INFO] [stderr] | [INFO] [stderr] 1925 | try!(verify_context(context)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:2087:13 [INFO] [stderr] | [INFO] [stderr] 2087 | try!(CString::new(name.as_ref().as_bytes())).as_ptr(), [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:3600:23 [INFO] [stderr] | [INFO] [stderr] 3600 | let func_name_c = try!(CString::new(func_name)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:3626:25 [INFO] [stderr] | [INFO] [stderr] 3626 | d_versions.push(try!(device_id.version())); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:3643:25 [INFO] [stderr] | [INFO] [stderr] 3643 | let platform_list = try!(get_platform_ids()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:3695:19 [INFO] [stderr] | [INFO] [stderr] 3695 | let program = try!(create_program_with_source(context, src_strings)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:3696:5 [INFO] [stderr] | [INFO] [stderr] 3696 | try!(build_program(&program, device_ids, cmplr_opts, None, None)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:3723:5 [INFO] [stderr] | [INFO] [stderr] 3723 | try!(eval_errcode(errcode, (), "clGetEventInfo", None::)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/types/abs.rs:129:37 [INFO] [stderr] | [INFO] [stderr] 129 | functions::verify_versions(&try!(self.device_versions()), required_version, [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/types/abs.rs:134:20 [INFO] [stderr] | [INFO] [stderr] 134 | let ver = [try!(self.platform_version())]; [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/types/abs.rs:380:23 [INFO] [stderr] | [INFO] [stderr] 380 | let devices = try!(functions::get_device_ids(self, Some(DeviceType::ALL), None)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/types/abs.rs:546:23 [INFO] [stderr] | [INFO] [stderr] 546 | let devices = try!(self.devices()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/types/abs.rs:551:23 [INFO] [stderr] | [INFO] [stderr] 551 | let devices = try!(self.devices()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/types/abs.rs:645:22 [INFO] [stderr] | [INFO] [stderr] 645 | let device = try!(self.device()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/types/abs.rs:650:9 [INFO] [stderr] | [INFO] [stderr] 650 | try!(self.device()).platform_version() [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/types/abs.rs:834:23 [INFO] [stderr] | [INFO] [stderr] 834 | let devices = try!(self.devices()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/types/abs.rs:839:23 [INFO] [stderr] | [INFO] [stderr] 839 | let devices = try!(self.devices()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/types/abs.rs:919:23 [INFO] [stderr] | [INFO] [stderr] 919 | let devices = try!(try!(self.program()).devices()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/types/abs.rs:919:28 [INFO] [stderr] | [INFO] [stderr] 919 | let devices = try!(try!(self.program()).devices()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/types/abs.rs:924:23 [INFO] [stderr] | [INFO] [stderr] 924 | let devices = try!(try!(self.program()).devices()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/types/abs.rs:924:28 [INFO] [stderr] | [INFO] [stderr] 924 | let devices = try!(try!(self.program()).devices()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/util.rs:113:30 [INFO] [stderr] | [INFO] [stderr] 113 | let mut new_val: T = mem::uninitialized(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/util.rs:134:30 [INFO] [stderr] | [INFO] [stderr] 134 | let mut new_val: T = mem::uninitialized(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 39 warnings emitted [INFO] [stderr] [INFO] [stderr] Compiling ocl-core v0.11.2 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:514:5 [INFO] [stderr] | [INFO] [stderr] 514 | try!(eval_errcode(errcode, (), "clGetPlatformIDs", None::)); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:595:47 [INFO] [stderr] | [INFO] [stderr] 595 | let device_types = device_types.unwrap_or(try!(default_device_type())); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:619:5 [INFO] [stderr] | [INFO] [stderr] 619 | try!(eval_errcode(errcode, (), "clGetDeviceIDs", None::)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:1065:5 [INFO] [stderr] | [INFO] [stderr] 1065 | try!(verify_context(context)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:1152:5 [INFO] [stderr] | [INFO] [stderr] 1152 | try!(verify_context(context)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:1197:5 [INFO] [stderr] | [INFO] [stderr] 1197 | try!(verify_context(context)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:1229:5 [INFO] [stderr] | [INFO] [stderr] 1229 | try!(verify_context(context)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:1268:5 [INFO] [stderr] | [INFO] [stderr] 1268 | try!(verify_context(context)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:1319:5 [INFO] [stderr] | [INFO] [stderr] 1319 | try!(verify_context(context)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:1349:5 [INFO] [stderr] | [INFO] [stderr] 1349 | try!(verify_context(context)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:1416:5 [INFO] [stderr] | [INFO] [stderr] 1416 | try!(verify_context(context)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:1482:5 [INFO] [stderr] | [INFO] [stderr] 1482 | try!(eval_errcode(errcode, (), "clGetSupportedImageFormats", None::)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:1504:5 [INFO] [stderr] | [INFO] [stderr] 1504 | try!(eval_errcode(errcode, (), "clGetSupportedImageFormats", None::)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:1670:5 [INFO] [stderr] | [INFO] [stderr] 1670 | try!(verify_context(context)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:1731:5 [INFO] [stderr] | [INFO] [stderr] 1731 | try!(eval_errcode(errcode, (), "clCreateProgramWithBinary", None::)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:1734:9 [INFO] [stderr] | [INFO] [stderr] 1734 | try!(eval_errcode(*item, (), "clCreateProgramWithBinary", Some(format!("Device [{}]", i)))); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:1925:5 [INFO] [stderr] | [INFO] [stderr] 1925 | try!(verify_context(context)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:2087:13 [INFO] [stderr] | [INFO] [stderr] 2087 | try!(CString::new(name.as_ref().as_bytes())).as_ptr(), [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:3600:23 [INFO] [stderr] | [INFO] [stderr] 3600 | let func_name_c = try!(CString::new(func_name)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:3626:25 [INFO] [stderr] | [INFO] [stderr] 3626 | d_versions.push(try!(device_id.version())); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:3643:25 [INFO] [stderr] | [INFO] [stderr] 3643 | let platform_list = try!(get_platform_ids()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:3695:19 [INFO] [stderr] | [INFO] [stderr] 3695 | let program = try!(create_program_with_source(context, src_strings)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:3696:5 [INFO] [stderr] | [INFO] [stderr] 3696 | try!(build_program(&program, device_ids, cmplr_opts, None, None)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:3723:5 [INFO] [stderr] | [INFO] [stderr] 3723 | try!(eval_errcode(errcode, (), "clGetEventInfo", None::)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/types/abs.rs:129:37 [INFO] [stderr] | [INFO] [stderr] 129 | functions::verify_versions(&try!(self.device_versions()), required_version, [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/types/abs.rs:134:20 [INFO] [stderr] | [INFO] [stderr] 134 | let ver = [try!(self.platform_version())]; [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/types/abs.rs:380:23 [INFO] [stderr] | [INFO] [stderr] 380 | let devices = try!(functions::get_device_ids(self, Some(DeviceType::ALL), None)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/types/abs.rs:546:23 [INFO] [stderr] | [INFO] [stderr] 546 | let devices = try!(self.devices()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/types/abs.rs:551:23 [INFO] [stderr] | [INFO] [stderr] 551 | let devices = try!(self.devices()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/types/abs.rs:645:22 [INFO] [stderr] | [INFO] [stderr] 645 | let device = try!(self.device()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/types/abs.rs:650:9 [INFO] [stderr] | [INFO] [stderr] 650 | try!(self.device()).platform_version() [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/types/abs.rs:834:23 [INFO] [stderr] | [INFO] [stderr] 834 | let devices = try!(self.devices()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/types/abs.rs:839:23 [INFO] [stderr] | [INFO] [stderr] 839 | let devices = try!(self.devices()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/types/abs.rs:919:23 [INFO] [stderr] | [INFO] [stderr] 919 | let devices = try!(try!(self.program()).devices()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/types/abs.rs:919:28 [INFO] [stderr] | [INFO] [stderr] 919 | let devices = try!(try!(self.program()).devices()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/types/abs.rs:924:23 [INFO] [stderr] | [INFO] [stderr] 924 | let devices = try!(try!(self.program()).devices()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/types/abs.rs:924:28 [INFO] [stderr] | [INFO] [stderr] 924 | let devices = try!(try!(self.program()).devices()); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/util.rs:113:30 [INFO] [stderr] | [INFO] [stderr] 113 | let mut new_val: T = mem::uninitialized(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stderr] --> src/util.rs:134:30 [INFO] [stderr] | [INFO] [stderr] 134 | let mut new_val: T = mem::uninitialized(); [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/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/trivial-8f6c1d10100c8684.trivial.brz3dplg-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/trivial-8f6c1d10100c8684.trivial.brz3dplg-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/trivial-8f6c1d10100c8684.trivial.brz3dplg-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/trivial-8f6c1d10100c8684.trivial.brz3dplg-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/trivial-8f6c1d10100c8684.trivial.brz3dplg-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/trivial-8f6c1d10100c8684.trivial.brz3dplg-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/trivial-8f6c1d10100c8684.trivial.brz3dplg-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/trivial-8f6c1d10100c8684.trivial.brz3dplg-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/trivial-8f6c1d10100c8684.trivial.brz3dplg-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/trivial-8f6c1d10100c8684.trivial.brz3dplg-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/trivial-8f6c1d10100c8684.trivial.brz3dplg-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/trivial-8f6c1d10100c8684.trivial.brz3dplg-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/trivial-8f6c1d10100c8684.trivial.brz3dplg-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/trivial-8f6c1d10100c8684.trivial.brz3dplg-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/trivial-8f6c1d10100c8684.trivial.brz3dplg-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/trivial-8f6c1d10100c8684.trivial.brz3dplg-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/trivial-8f6c1d10100c8684" "/opt/rustwide/target/debug/examples/trivial-8f6c1d10100c8684.h2ze50wtmil82f0.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-0385f30996d83b56/out" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libocl_core-d0014a8e8ad2e030.rlib" "/opt/rustwide/target/debug/deps/libcl_sys-6aaa3d5e33e5acaa.rlib" "/opt/rustwide/target/debug/deps/libfailure-f1e0c2bec39553d2.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-41e78d0d20b52a30.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-d53ba870ed292f55.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-1bfa4eb209c6e5e2.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-ef0bf558aa1c4ea2.rlib" "/opt/rustwide/target/debug/deps/libocl_core_vector-5e72203e09d7189c.rlib" "/opt/rustwide/target/debug/deps/libnum-1e17d2439e6040f1.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-e814228274846f64.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-17213f7c17c067ff.rlib" "/opt/rustwide/target/debug/deps/librand-7b8e6ec741bf089f.rlib" "/opt/rustwide/target/debug/deps/liblibc-8f755fa132517bfc.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-2ef352d77ca4d03e.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-d91ac0f4046544ab.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-c34edda20b3cacd2.rlib" "/opt/rustwide/target/debug/deps/librustc_serialize-4acdc232161029de.rlib" "/opt/rustwide/target/debug/deps/libenum_primitive-3c6e8e01de112f0e.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-dd7168bf9add4a5c.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-79e98d69de48d233.rlib" "/opt/rustwide/target/debug/deps/libbitflags-a5dbca2b31cd7d4c.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-44f8eb3d0b2fad61.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-abc626f09920d361.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-546e83c8973f1a65.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-12768dfc68674934.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e06867e4497f2ee8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-cbc579f43f6df57b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7abd6d5a7ebf9a23.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-46423c7bc03bd327.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fc3773ed7bc68f07.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-9cdc98176efd27e2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-02d88502a763e06b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-8cdc9d38dd6cd3ce.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-336f7d63e72901ef.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-57917b1be5233117.rlib" "-Wl,-Bdynamic" "-lOpenCL" "-lOpenCL" "-lutil" "-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 [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/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/version-db99620d03e7ab2f.version.e9u73qte-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/version-db99620d03e7ab2f.version.e9u73qte-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/version-db99620d03e7ab2f.version.e9u73qte-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/version-db99620d03e7ab2f.version.e9u73qte-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/version-db99620d03e7ab2f.version.e9u73qte-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/version-db99620d03e7ab2f.version.e9u73qte-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/version-db99620d03e7ab2f.version.e9u73qte-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/version-db99620d03e7ab2f.version.e9u73qte-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/version-db99620d03e7ab2f.version.e9u73qte-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/version-db99620d03e7ab2f.version.e9u73qte-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/version-db99620d03e7ab2f.version.e9u73qte-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/version-db99620d03e7ab2f.version.e9u73qte-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/version-db99620d03e7ab2f.version.e9u73qte-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/version-db99620d03e7ab2f.version.e9u73qte-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/version-db99620d03e7ab2f.version.e9u73qte-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/version-db99620d03e7ab2f.version.e9u73qte-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/version-db99620d03e7ab2f" "/opt/rustwide/target/debug/examples/version-db99620d03e7ab2f.1qhjmhyo5x36i0vj.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-0385f30996d83b56/out" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libocl_core-d0014a8e8ad2e030.rlib" "/opt/rustwide/target/debug/deps/libcl_sys-6aaa3d5e33e5acaa.rlib" "/opt/rustwide/target/debug/deps/libfailure-f1e0c2bec39553d2.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-41e78d0d20b52a30.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-d53ba870ed292f55.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-1bfa4eb209c6e5e2.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-ef0bf558aa1c4ea2.rlib" "/opt/rustwide/target/debug/deps/libocl_core_vector-5e72203e09d7189c.rlib" "/opt/rustwide/target/debug/deps/libnum-1e17d2439e6040f1.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-e814228274846f64.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-17213f7c17c067ff.rlib" "/opt/rustwide/target/debug/deps/librand-7b8e6ec741bf089f.rlib" "/opt/rustwide/target/debug/deps/liblibc-8f755fa132517bfc.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-2ef352d77ca4d03e.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-d91ac0f4046544ab.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-c34edda20b3cacd2.rlib" "/opt/rustwide/target/debug/deps/librustc_serialize-4acdc232161029de.rlib" "/opt/rustwide/target/debug/deps/libenum_primitive-3c6e8e01de112f0e.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-dd7168bf9add4a5c.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-79e98d69de48d233.rlib" "/opt/rustwide/target/debug/deps/libbitflags-a5dbca2b31cd7d4c.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-44f8eb3d0b2fad61.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-abc626f09920d361.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-546e83c8973f1a65.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-12768dfc68674934.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e06867e4497f2ee8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-cbc579f43f6df57b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7abd6d5a7ebf9a23.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-46423c7bc03bd327.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fc3773ed7bc68f07.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-9cdc98176efd27e2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-02d88502a763e06b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-8cdc9d38dd6cd3ce.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-336f7d63e72901ef.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-57917b1be5233117.rlib" "-Wl,-Bdynamic" "-lOpenCL" "-lOpenCL" "-lutil" "-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 [INFO] [stderr] [INFO] [stderr] error: could not compile `ocl-core`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/info_core-f6de84fcb71b8928.info_core.9hnvu9t2-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/info_core-f6de84fcb71b8928.info_core.9hnvu9t2-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/info_core-f6de84fcb71b8928.info_core.9hnvu9t2-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/info_core-f6de84fcb71b8928.info_core.9hnvu9t2-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/info_core-f6de84fcb71b8928.info_core.9hnvu9t2-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/info_core-f6de84fcb71b8928.info_core.9hnvu9t2-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/info_core-f6de84fcb71b8928.info_core.9hnvu9t2-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/info_core-f6de84fcb71b8928.info_core.9hnvu9t2-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/info_core-f6de84fcb71b8928.info_core.9hnvu9t2-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/info_core-f6de84fcb71b8928.info_core.9hnvu9t2-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/info_core-f6de84fcb71b8928.info_core.9hnvu9t2-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/info_core-f6de84fcb71b8928.info_core.9hnvu9t2-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/info_core-f6de84fcb71b8928.info_core.9hnvu9t2-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/info_core-f6de84fcb71b8928.info_core.9hnvu9t2-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/info_core-f6de84fcb71b8928.info_core.9hnvu9t2-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/info_core-f6de84fcb71b8928.info_core.9hnvu9t2-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/info_core-f6de84fcb71b8928" "/opt/rustwide/target/debug/examples/info_core-f6de84fcb71b8928.4zz1gkn31exgt8lx.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-0385f30996d83b56/out" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libocl_core-d0014a8e8ad2e030.rlib" "/opt/rustwide/target/debug/deps/libcl_sys-6aaa3d5e33e5acaa.rlib" "/opt/rustwide/target/debug/deps/libfailure-f1e0c2bec39553d2.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-41e78d0d20b52a30.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-d53ba870ed292f55.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-1bfa4eb209c6e5e2.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-ef0bf558aa1c4ea2.rlib" "/opt/rustwide/target/debug/deps/libocl_core_vector-5e72203e09d7189c.rlib" "/opt/rustwide/target/debug/deps/libnum-1e17d2439e6040f1.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-e814228274846f64.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-17213f7c17c067ff.rlib" "/opt/rustwide/target/debug/deps/librand-7b8e6ec741bf089f.rlib" "/opt/rustwide/target/debug/deps/liblibc-8f755fa132517bfc.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-2ef352d77ca4d03e.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-d91ac0f4046544ab.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-c34edda20b3cacd2.rlib" "/opt/rustwide/target/debug/deps/librustc_serialize-4acdc232161029de.rlib" "/opt/rustwide/target/debug/deps/libenum_primitive-3c6e8e01de112f0e.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-dd7168bf9add4a5c.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-79e98d69de48d233.rlib" "/opt/rustwide/target/debug/deps/libbitflags-a5dbca2b31cd7d4c.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-44f8eb3d0b2fad61.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-abc626f09920d361.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-546e83c8973f1a65.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-12768dfc68674934.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e06867e4497f2ee8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-cbc579f43f6df57b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7abd6d5a7ebf9a23.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-46423c7bc03bd327.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fc3773ed7bc68f07.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-9cdc98176efd27e2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-02d88502a763e06b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-8cdc9d38dd6cd3ce.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-336f7d63e72901ef.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-57917b1be5233117.rlib" "-Wl,-Bdynamic" "-lOpenCL" "-lOpenCL" "-lutil" "-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 [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/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/ocl_core-81fef3c29dbe0b73.ocl_core.3k08j4bx-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/ocl_core-81fef3c29dbe0b73.ocl_core.3k08j4bx-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/ocl_core-81fef3c29dbe0b73.ocl_core.3k08j4bx-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/ocl_core-81fef3c29dbe0b73.ocl_core.3k08j4bx-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/ocl_core-81fef3c29dbe0b73.ocl_core.3k08j4bx-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/ocl_core-81fef3c29dbe0b73.ocl_core.3k08j4bx-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/ocl_core-81fef3c29dbe0b73.ocl_core.3k08j4bx-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/ocl_core-81fef3c29dbe0b73.ocl_core.3k08j4bx-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/ocl_core-81fef3c29dbe0b73.ocl_core.3k08j4bx-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/ocl_core-81fef3c29dbe0b73.ocl_core.3k08j4bx-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/ocl_core-81fef3c29dbe0b73.ocl_core.3k08j4bx-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/ocl_core-81fef3c29dbe0b73.ocl_core.3k08j4bx-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/ocl_core-81fef3c29dbe0b73.ocl_core.3k08j4bx-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/ocl_core-81fef3c29dbe0b73.ocl_core.3k08j4bx-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/ocl_core-81fef3c29dbe0b73.ocl_core.3k08j4bx-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/ocl_core-81fef3c29dbe0b73.ocl_core.3k08j4bx-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/ocl_core-81fef3c29dbe0b73" "/opt/rustwide/target/debug/deps/ocl_core-81fef3c29dbe0b73.42vgcwgbz35rzram.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-0385f30996d83b56/out" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-0a07979da1fa7aa2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-171ede43b21d034c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-ea69ac8b5a0936d1.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-6be6d4d5d08eb152.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-c718480fe68c7cec.rlib" "/opt/rustwide/target/debug/deps/libcl_sys-6aaa3d5e33e5acaa.rlib" "/opt/rustwide/target/debug/deps/libfailure-f1e0c2bec39553d2.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-41e78d0d20b52a30.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-d53ba870ed292f55.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-1bfa4eb209c6e5e2.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-ef0bf558aa1c4ea2.rlib" "/opt/rustwide/target/debug/deps/libocl_core_vector-5e72203e09d7189c.rlib" "/opt/rustwide/target/debug/deps/libnum-1e17d2439e6040f1.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-e814228274846f64.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-17213f7c17c067ff.rlib" "/opt/rustwide/target/debug/deps/librand-7b8e6ec741bf089f.rlib" "/opt/rustwide/target/debug/deps/liblibc-8f755fa132517bfc.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-2ef352d77ca4d03e.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-d91ac0f4046544ab.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-c34edda20b3cacd2.rlib" "/opt/rustwide/target/debug/deps/librustc_serialize-4acdc232161029de.rlib" "/opt/rustwide/target/debug/deps/libenum_primitive-3c6e8e01de112f0e.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-dd7168bf9add4a5c.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-79e98d69de48d233.rlib" "/opt/rustwide/target/debug/deps/libbitflags-a5dbca2b31cd7d4c.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-44f8eb3d0b2fad61.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-abc626f09920d361.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-546e83c8973f1a65.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-12768dfc68674934.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e06867e4497f2ee8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-cbc579f43f6df57b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7abd6d5a7ebf9a23.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-46423c7bc03bd327.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fc3773ed7bc68f07.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-9cdc98176efd27e2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-02d88502a763e06b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-8cdc9d38dd6cd3ce.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-336f7d63e72901ef.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-57917b1be5233117.rlib" "-Wl,-Bdynamic" "-lOpenCL" "-lOpenCL" "-lutil" "-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; 39 warnings emitted [INFO] [stderr] [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "67bf3f5d62dee2225dfcecbc5a41934816f311385c1a49d82b39c37ff31e0804"` [INFO] running `"docker" "rm" "-f" "67bf3f5d62dee2225dfcecbc5a41934816f311385c1a49d82b39c37ff31e0804"` [INFO] [stdout] 67bf3f5d62dee2225dfcecbc5a41934816f311385c1a49d82b39c37ff31e0804