[INFO] fetching crate fil-ocl-core 0.11.3... [INFO] testing fil-ocl-core-0.11.3 against beta-2020-06-03 for beta-1.45-1 [INFO] extracting crate fil-ocl-core 0.11.3 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate fil-ocl-core 0.11.3 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 fil-ocl-core 0.11.3 [INFO] finished tweaking crates.io crate fil-ocl-core 0.11.3 [INFO] tweaked toml for crates.io crate fil-ocl-core 0.11.3 written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate crates.io crate fil-ocl-core 0.11.3 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-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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] 018542d559bf2946d10240e983ab5b650e2975dff75ca3d076ef30faf303bb6d [INFO] running `"docker" "start" "-a" "018542d559bf2946d10240e983ab5b650e2975dff75ca3d076ef30faf303bb6d"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling rustc-serialize v0.3.24 [INFO] [stderr] Compiling syn v1.0.7 [INFO] [stderr] Compiling cc v1.0.46 [INFO] [stderr] Compiling semver v0.1.20 [INFO] [stderr] Compiling cl-sys v0.4.2 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling num-iter v0.1.39 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling rustc_version v0.1.7 [INFO] [stderr] Compiling fil-ocl-core v0.11.3 (/opt/rustwide/workdir) [INFO] [stderr] Compiling backtrace-sys v0.1.32 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling num-traits v0.1.43 [INFO] [stderr] Compiling enum_primitive v0.1.1 [INFO] [stderr] Compiling backtrace v0.3.40 [INFO] [stderr] Compiling num-bigint v0.1.44 [INFO] [stderr] Compiling num-complex v0.1.43 [INFO] [stderr] Compiling synstructure v0.12.1 [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 failure_derive v0.1.6 [INFO] [stderr] Compiling failure v0.1.6 [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:514:5 [INFO] [stderr] | [INFO] [stderr] 514 | r#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 'r#try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:595:47 [INFO] [stderr] | [INFO] [stderr] 595 | let device_types = device_types.unwrap_or(r#try!(default_device_type())); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:619:5 [INFO] [stderr] | [INFO] [stderr] 619 | r#try!(eval_errcode(errcode, (), "clGetDeviceIDs", None::)); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:1065:5 [INFO] [stderr] | [INFO] [stderr] 1065 | r#try!(verify_context(context)); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:1152:5 [INFO] [stderr] | [INFO] [stderr] 1152 | r#try!(verify_context(context)); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:1197:5 [INFO] [stderr] | [INFO] [stderr] 1197 | r#try!(verify_context(context)); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:1229:5 [INFO] [stderr] | [INFO] [stderr] 1229 | r#try!(verify_context(context)); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:1268:5 [INFO] [stderr] | [INFO] [stderr] 1268 | r#try!(verify_context(context)); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:1319:5 [INFO] [stderr] | [INFO] [stderr] 1319 | r#try!(verify_context(context)); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:1349:5 [INFO] [stderr] | [INFO] [stderr] 1349 | r#try!(verify_context(context)); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:1416:5 [INFO] [stderr] | [INFO] [stderr] 1416 | r#try!(verify_context(context)); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:1482:5 [INFO] [stderr] | [INFO] [stderr] 1482 | r#try!(eval_errcode(errcode, (), "clGetSupportedImageFormats", None::)); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:1504:5 [INFO] [stderr] | [INFO] [stderr] 1504 | r#try!(eval_errcode(errcode, (), "clGetSupportedImageFormats", None::)); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:1670:5 [INFO] [stderr] | [INFO] [stderr] 1670 | r#try!(verify_context(context)); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:1731:5 [INFO] [stderr] | [INFO] [stderr] 1731 | r#try!(eval_errcode(errcode, (), "clCreateProgramWithBinary", None::)); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:1734:9 [INFO] [stderr] | [INFO] [stderr] 1734 | r#try!(eval_errcode(*item, (), "clCreateProgramWithBinary", Some(format!("Device [{}]", i)))); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:1925:5 [INFO] [stderr] | [INFO] [stderr] 1925 | r#try!(verify_context(context)); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:2087:13 [INFO] [stderr] | [INFO] [stderr] 2087 | r#try!(CString::new(name.as_ref().as_bytes())).as_ptr(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:3598:23 [INFO] [stderr] | [INFO] [stderr] 3598 | let func_name_c = r#try!(CString::new(func_name)); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:3624:25 [INFO] [stderr] | [INFO] [stderr] 3624 | d_versions.push(r#try!(device_id.version())); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:3641:25 [INFO] [stderr] | [INFO] [stderr] 3641 | let platform_list = r#try!(get_platform_ids()); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:3693:19 [INFO] [stderr] | [INFO] [stderr] 3693 | let program = r#try!(create_program_with_source(context, src_strings)); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:3694:5 [INFO] [stderr] | [INFO] [stderr] 3694 | r#try!(build_program(&program, device_ids, cmplr_opts, None, None)); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:3721:5 [INFO] [stderr] | [INFO] [stderr] 3721 | r#try!(eval_errcode(errcode, (), "clGetEventInfo", None::)); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/types/abs.rs:129:37 [INFO] [stderr] | [INFO] [stderr] 129 | functions::verify_versions(&r#try!(self.device_versions()), required_version, [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/types/abs.rs:134:20 [INFO] [stderr] | [INFO] [stderr] 134 | let ver = [r#try!(self.platform_version())]; [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/types/abs.rs:380:23 [INFO] [stderr] | [INFO] [stderr] 380 | let devices = r#try!(functions::get_device_ids(self, Some(DeviceType::ALL), None)); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/types/abs.rs:546:23 [INFO] [stderr] | [INFO] [stderr] 546 | let devices = r#try!(self.devices()); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/types/abs.rs:551:23 [INFO] [stderr] | [INFO] [stderr] 551 | let devices = r#try!(self.devices()); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/types/abs.rs:645:22 [INFO] [stderr] | [INFO] [stderr] 645 | let device = r#try!(self.device()); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/types/abs.rs:650:9 [INFO] [stderr] | [INFO] [stderr] 650 | r#try!(self.device()).platform_version() [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/types/abs.rs:834:23 [INFO] [stderr] | [INFO] [stderr] 834 | let devices = r#try!(self.devices()); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/types/abs.rs:839:23 [INFO] [stderr] | [INFO] [stderr] 839 | let devices = r#try!(self.devices()); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/types/abs.rs:919:23 [INFO] [stderr] | [INFO] [stderr] 919 | let devices = r#try!(r#try!(self.program()).devices()); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/types/abs.rs:919:30 [INFO] [stderr] | [INFO] [stderr] 919 | let devices = r#try!(r#try!(self.program()).devices()); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/types/abs.rs:924:23 [INFO] [stderr] | [INFO] [stderr] 924 | let devices = r#try!(r#try!(self.program()).devices()); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/types/abs.rs:924:30 [INFO] [stderr] | [INFO] [stderr] 924 | let devices = r#try!(r#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 41.32s [INFO] running `"docker" "inspect" "018542d559bf2946d10240e983ab5b650e2975dff75ca3d076ef30faf303bb6d"` [INFO] running `"docker" "rm" "-f" "018542d559bf2946d10240e983ab5b650e2975dff75ca3d076ef30faf303bb6d"` [INFO] [stdout] 018542d559bf2946d10240e983ab5b650e2975dff75ca3d076ef30faf303bb6d [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 74838d4c29f77aab20ddbfa690d2d5f1b07acc3e23009073adf4c967bc30a1cc [INFO] running `"docker" "start" "-a" "74838d4c29f77aab20ddbfa690d2d5f1b07acc3e23009073adf4c967bc30a1cc"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling colorify v0.2.3 [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:514:5 [INFO] [stderr] | [INFO] [stderr] 514 | r#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 'r#try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:595:47 [INFO] [stderr] | [INFO] [stderr] 595 | let device_types = device_types.unwrap_or(r#try!(default_device_type())); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:619:5 [INFO] [stderr] | [INFO] [stderr] 619 | r#try!(eval_errcode(errcode, (), "clGetDeviceIDs", None::)); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:1065:5 [INFO] [stderr] | [INFO] [stderr] 1065 | r#try!(verify_context(context)); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:1152:5 [INFO] [stderr] | [INFO] [stderr] 1152 | r#try!(verify_context(context)); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:1197:5 [INFO] [stderr] | [INFO] [stderr] 1197 | r#try!(verify_context(context)); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:1229:5 [INFO] [stderr] | [INFO] [stderr] 1229 | r#try!(verify_context(context)); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:1268:5 [INFO] [stderr] | [INFO] [stderr] 1268 | r#try!(verify_context(context)); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:1319:5 [INFO] [stderr] | [INFO] [stderr] 1319 | r#try!(verify_context(context)); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:1349:5 [INFO] [stderr] | [INFO] [stderr] 1349 | r#try!(verify_context(context)); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:1416:5 [INFO] [stderr] | [INFO] [stderr] 1416 | r#try!(verify_context(context)); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:1482:5 [INFO] [stderr] | [INFO] [stderr] 1482 | r#try!(eval_errcode(errcode, (), "clGetSupportedImageFormats", None::)); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:1504:5 [INFO] [stderr] | [INFO] [stderr] 1504 | r#try!(eval_errcode(errcode, (), "clGetSupportedImageFormats", None::)); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:1670:5 [INFO] [stderr] | [INFO] [stderr] 1670 | r#try!(verify_context(context)); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:1731:5 [INFO] [stderr] | [INFO] [stderr] 1731 | r#try!(eval_errcode(errcode, (), "clCreateProgramWithBinary", None::)); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:1734:9 [INFO] [stderr] | [INFO] [stderr] 1734 | r#try!(eval_errcode(*item, (), "clCreateProgramWithBinary", Some(format!("Device [{}]", i)))); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:1925:5 [INFO] [stderr] | [INFO] [stderr] 1925 | r#try!(verify_context(context)); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:2087:13 [INFO] [stderr] | [INFO] [stderr] 2087 | r#try!(CString::new(name.as_ref().as_bytes())).as_ptr(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:3598:23 [INFO] [stderr] | [INFO] [stderr] 3598 | let func_name_c = r#try!(CString::new(func_name)); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:3624:25 [INFO] [stderr] | [INFO] [stderr] 3624 | d_versions.push(r#try!(device_id.version())); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:3641:25 [INFO] [stderr] | [INFO] [stderr] 3641 | let platform_list = r#try!(get_platform_ids()); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:3693:19 [INFO] [stderr] | [INFO] [stderr] 3693 | let program = r#try!(create_program_with_source(context, src_strings)); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:3694:5 [INFO] [stderr] | [INFO] [stderr] 3694 | r#try!(build_program(&program, device_ids, cmplr_opts, None, None)); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:3721:5 [INFO] [stderr] | [INFO] [stderr] 3721 | r#try!(eval_errcode(errcode, (), "clGetEventInfo", None::)); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/types/abs.rs:129:37 [INFO] [stderr] | [INFO] [stderr] 129 | functions::verify_versions(&r#try!(self.device_versions()), required_version, [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/types/abs.rs:134:20 [INFO] [stderr] | [INFO] [stderr] 134 | let ver = [r#try!(self.platform_version())]; [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/types/abs.rs:380:23 [INFO] [stderr] | [INFO] [stderr] 380 | let devices = r#try!(functions::get_device_ids(self, Some(DeviceType::ALL), None)); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/types/abs.rs:546:23 [INFO] [stderr] | [INFO] [stderr] 546 | let devices = r#try!(self.devices()); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/types/abs.rs:551:23 [INFO] [stderr] | [INFO] [stderr] 551 | let devices = r#try!(self.devices()); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/types/abs.rs:645:22 [INFO] [stderr] | [INFO] [stderr] 645 | let device = r#try!(self.device()); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/types/abs.rs:650:9 [INFO] [stderr] | [INFO] [stderr] 650 | r#try!(self.device()).platform_version() [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/types/abs.rs:834:23 [INFO] [stderr] | [INFO] [stderr] 834 | let devices = r#try!(self.devices()); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/types/abs.rs:839:23 [INFO] [stderr] | [INFO] [stderr] 839 | let devices = r#try!(self.devices()); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/types/abs.rs:919:23 [INFO] [stderr] | [INFO] [stderr] 919 | let devices = r#try!(r#try!(self.program()).devices()); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/types/abs.rs:919:30 [INFO] [stderr] | [INFO] [stderr] 919 | let devices = r#try!(r#try!(self.program()).devices()); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/types/abs.rs:924:23 [INFO] [stderr] | [INFO] [stderr] 924 | let devices = r#try!(r#try!(self.program()).devices()); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/types/abs.rs:924:30 [INFO] [stderr] | [INFO] [stderr] 924 | let devices = r#try!(r#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 fil-ocl-core v0.11.3 (/opt/rustwide/workdir) [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-23457c5f79189915.trivial.c6u5rqc4-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/trivial-23457c5f79189915.trivial.c6u5rqc4-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/trivial-23457c5f79189915.trivial.c6u5rqc4-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/trivial-23457c5f79189915.trivial.c6u5rqc4-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/trivial-23457c5f79189915.trivial.c6u5rqc4-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/trivial-23457c5f79189915.trivial.c6u5rqc4-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/trivial-23457c5f79189915.trivial.c6u5rqc4-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/trivial-23457c5f79189915.trivial.c6u5rqc4-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/trivial-23457c5f79189915.trivial.c6u5rqc4-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/trivial-23457c5f79189915.trivial.c6u5rqc4-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/trivial-23457c5f79189915.trivial.c6u5rqc4-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/trivial-23457c5f79189915.trivial.c6u5rqc4-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/trivial-23457c5f79189915.trivial.c6u5rqc4-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/trivial-23457c5f79189915.trivial.c6u5rqc4-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/trivial-23457c5f79189915.trivial.c6u5rqc4-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/trivial-23457c5f79189915.trivial.c6u5rqc4-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/trivial-23457c5f79189915" "/opt/rustwide/target/debug/examples/trivial-23457c5f79189915.4dzqgeyj49mroert.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-929780105ecdb106/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/libfil_ocl_core-f9241d6bf37d39c5.rlib" "/opt/rustwide/target/debug/deps/libcl_sys-03192c60d0ac74ca.rlib" "/opt/rustwide/target/debug/deps/libfailure-af2355ab24caf95f.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-5a2e11ac7eae7bad.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-fb28e691e145a854.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-0d7329a98a9ffead.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-96825a490c3cad52.rlib" "/opt/rustwide/target/debug/deps/libocl_core_vector-a82977d308e0f184.rlib" "/opt/rustwide/target/debug/deps/libnum-f27ba0e2fcc8bd25.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-2a914b15a0e2e777.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-d9c61883381df6cb.rlib" "/opt/rustwide/target/debug/deps/librand-d9c95200ea82318d.rlib" "/opt/rustwide/target/debug/deps/liblibc-70a8baaa89f21cfb.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-e7a06e84fae81a2a.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-361b6635915aa62f.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-6d93b80f7c859d9b.rlib" "/opt/rustwide/target/debug/deps/librustc_serialize-4acdc232161029de.rlib" "/opt/rustwide/target/debug/deps/libenum_primitive-05820a2b2c13073e.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-40936811708fe675.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-deeb65f9a10a5970.rlib" "/opt/rustwide/target/debug/deps/libbitflags-a637fa8d282392d5.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-c4ea00e6b1cc6e0f.version.bew59b55-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/version-c4ea00e6b1cc6e0f.version.bew59b55-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/version-c4ea00e6b1cc6e0f.version.bew59b55-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/version-c4ea00e6b1cc6e0f.version.bew59b55-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/version-c4ea00e6b1cc6e0f.version.bew59b55-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/version-c4ea00e6b1cc6e0f.version.bew59b55-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/version-c4ea00e6b1cc6e0f.version.bew59b55-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/version-c4ea00e6b1cc6e0f.version.bew59b55-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/version-c4ea00e6b1cc6e0f.version.bew59b55-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/version-c4ea00e6b1cc6e0f.version.bew59b55-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/version-c4ea00e6b1cc6e0f.version.bew59b55-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/version-c4ea00e6b1cc6e0f.version.bew59b55-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/version-c4ea00e6b1cc6e0f.version.bew59b55-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/version-c4ea00e6b1cc6e0f.version.bew59b55-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/version-c4ea00e6b1cc6e0f.version.bew59b55-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/version-c4ea00e6b1cc6e0f.version.bew59b55-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/version-c4ea00e6b1cc6e0f" "/opt/rustwide/target/debug/examples/version-c4ea00e6b1cc6e0f.2z9zlpm8bupvmjll.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-929780105ecdb106/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/libfil_ocl_core-f9241d6bf37d39c5.rlib" "/opt/rustwide/target/debug/deps/libcl_sys-03192c60d0ac74ca.rlib" "/opt/rustwide/target/debug/deps/libfailure-af2355ab24caf95f.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-5a2e11ac7eae7bad.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-fb28e691e145a854.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-0d7329a98a9ffead.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-96825a490c3cad52.rlib" "/opt/rustwide/target/debug/deps/libocl_core_vector-a82977d308e0f184.rlib" "/opt/rustwide/target/debug/deps/libnum-f27ba0e2fcc8bd25.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-2a914b15a0e2e777.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-d9c61883381df6cb.rlib" "/opt/rustwide/target/debug/deps/librand-d9c95200ea82318d.rlib" "/opt/rustwide/target/debug/deps/liblibc-70a8baaa89f21cfb.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-e7a06e84fae81a2a.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-361b6635915aa62f.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-6d93b80f7c859d9b.rlib" "/opt/rustwide/target/debug/deps/librustc_serialize-4acdc232161029de.rlib" "/opt/rustwide/target/debug/deps/libenum_primitive-05820a2b2c13073e.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-40936811708fe675.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-deeb65f9a10a5970.rlib" "/opt/rustwide/target/debug/deps/libbitflags-a637fa8d282392d5.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 `fil-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] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:514:5 [INFO] [stderr] | [INFO] [stderr] 514 | r#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 'r#try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:595:47 [INFO] [stderr] | [INFO] [stderr] 595 | let device_types = device_types.unwrap_or(r#try!(default_device_type())); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:619:5 [INFO] [stderr] | [INFO] [stderr] 619 | r#try!(eval_errcode(errcode, (), "clGetDeviceIDs", None::)); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:1065:5 [INFO] [stderr] | [INFO] [stderr] 1065 | r#try!(verify_context(context)); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:1152:5 [INFO] [stderr] | [INFO] [stderr] 1152 | r#try!(verify_context(context)); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:1197:5 [INFO] [stderr] | [INFO] [stderr] 1197 | r#try!(verify_context(context)); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:1229:5 [INFO] [stderr] | [INFO] [stderr] 1229 | r#try!(verify_context(context)); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:1268:5 [INFO] [stderr] | [INFO] [stderr] 1268 | r#try!(verify_context(context)); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:1319:5 [INFO] [stderr] | [INFO] [stderr] 1319 | r#try!(verify_context(context)); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:1349:5 [INFO] [stderr] | [INFO] [stderr] 1349 | r#try!(verify_context(context)); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:1416:5 [INFO] [stderr] | [INFO] [stderr] 1416 | r#try!(verify_context(context)); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:1482:5 [INFO] [stderr] | [INFO] [stderr] 1482 | r#try!(eval_errcode(errcode, (), "clGetSupportedImageFormats", None::)); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:1504:5 [INFO] [stderr] | [INFO] [stderr] 1504 | r#try!(eval_errcode(errcode, (), "clGetSupportedImageFormats", None::)); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:1670:5 [INFO] [stderr] | [INFO] [stderr] 1670 | r#try!(verify_context(context)); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:1731:5 [INFO] [stderr] | [INFO] [stderr] 1731 | r#try!(eval_errcode(errcode, (), "clCreateProgramWithBinary", None::)); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:1734:9 [INFO] [stderr] | [INFO] [stderr] 1734 | r#try!(eval_errcode(*item, (), "clCreateProgramWithBinary", Some(format!("Device [{}]", i)))); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:1925:5 [INFO] [stderr] | [INFO] [stderr] 1925 | r#try!(verify_context(context)); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:2087:13 [INFO] [stderr] | [INFO] [stderr] 2087 | r#try!(CString::new(name.as_ref().as_bytes())).as_ptr(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:3598:23 [INFO] [stderr] | [INFO] [stderr] 3598 | let func_name_c = r#try!(CString::new(func_name)); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:3624:25 [INFO] [stderr] | [INFO] [stderr] 3624 | d_versions.push(r#try!(device_id.version())); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:3641:25 [INFO] [stderr] | [INFO] [stderr] 3641 | let platform_list = r#try!(get_platform_ids()); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:3693:19 [INFO] [stderr] | [INFO] [stderr] 3693 | let program = r#try!(create_program_with_source(context, src_strings)); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:3694:5 [INFO] [stderr] | [INFO] [stderr] 3694 | r#try!(build_program(&program, device_ids, cmplr_opts, None, None)); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/functions.rs:3721:5 [INFO] [stderr] | [INFO] [stderr] 3721 | r#try!(eval_errcode(errcode, (), "clGetEventInfo", None::)); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/types/abs.rs:129:37 [INFO] [stderr] | [INFO] [stderr] 129 | functions::verify_versions(&r#try!(self.device_versions()), required_version, [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/types/abs.rs:134:20 [INFO] [stderr] | [INFO] [stderr] 134 | let ver = [r#try!(self.platform_version())]; [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/types/abs.rs:380:23 [INFO] [stderr] | [INFO] [stderr] 380 | let devices = r#try!(functions::get_device_ids(self, Some(DeviceType::ALL), None)); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/types/abs.rs:546:23 [INFO] [stderr] | [INFO] [stderr] 546 | let devices = r#try!(self.devices()); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/types/abs.rs:551:23 [INFO] [stderr] | [INFO] [stderr] 551 | let devices = r#try!(self.devices()); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/types/abs.rs:645:22 [INFO] [stderr] | [INFO] [stderr] 645 | let device = r#try!(self.device()); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/types/abs.rs:650:9 [INFO] [stderr] | [INFO] [stderr] 650 | r#try!(self.device()).platform_version() [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/types/abs.rs:834:23 [INFO] [stderr] | [INFO] [stderr] 834 | let devices = r#try!(self.devices()); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/types/abs.rs:839:23 [INFO] [stderr] | [INFO] [stderr] 839 | let devices = r#try!(self.devices()); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/types/abs.rs:919:23 [INFO] [stderr] | [INFO] [stderr] 919 | let devices = r#try!(r#try!(self.program()).devices()); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/types/abs.rs:919:30 [INFO] [stderr] | [INFO] [stderr] 919 | let devices = r#try!(r#try!(self.program()).devices()); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/types/abs.rs:924:23 [INFO] [stderr] | [INFO] [stderr] 924 | let devices = r#try!(r#try!(self.program()).devices()); [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'r#try': use the `?` operator instead [INFO] [stderr] --> src/types/abs.rs:924:30 [INFO] [stderr] | [INFO] [stderr] 924 | let devices = r#try!(r#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/info_core-21f09374280601d7.info_core.1uzaqozn-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/info_core-21f09374280601d7.info_core.1uzaqozn-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/info_core-21f09374280601d7.info_core.1uzaqozn-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/info_core-21f09374280601d7.info_core.1uzaqozn-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/info_core-21f09374280601d7.info_core.1uzaqozn-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/info_core-21f09374280601d7.info_core.1uzaqozn-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/info_core-21f09374280601d7.info_core.1uzaqozn-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/info_core-21f09374280601d7.info_core.1uzaqozn-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/info_core-21f09374280601d7.info_core.1uzaqozn-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/info_core-21f09374280601d7.info_core.1uzaqozn-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/info_core-21f09374280601d7.info_core.1uzaqozn-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/info_core-21f09374280601d7.info_core.1uzaqozn-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/info_core-21f09374280601d7.info_core.1uzaqozn-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/info_core-21f09374280601d7.info_core.1uzaqozn-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/info_core-21f09374280601d7.info_core.1uzaqozn-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/info_core-21f09374280601d7.info_core.1uzaqozn-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/info_core-21f09374280601d7" "/opt/rustwide/target/debug/examples/info_core-21f09374280601d7.2kt9xp2aw94p7lsg.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-929780105ecdb106/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/libfil_ocl_core-f9241d6bf37d39c5.rlib" "/opt/rustwide/target/debug/deps/libcl_sys-03192c60d0ac74ca.rlib" "/opt/rustwide/target/debug/deps/libfailure-af2355ab24caf95f.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-5a2e11ac7eae7bad.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-fb28e691e145a854.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-0d7329a98a9ffead.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-96825a490c3cad52.rlib" "/opt/rustwide/target/debug/deps/libocl_core_vector-a82977d308e0f184.rlib" "/opt/rustwide/target/debug/deps/libnum-f27ba0e2fcc8bd25.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-2a914b15a0e2e777.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-d9c61883381df6cb.rlib" "/opt/rustwide/target/debug/deps/librand-d9c95200ea82318d.rlib" "/opt/rustwide/target/debug/deps/liblibc-70a8baaa89f21cfb.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-e7a06e84fae81a2a.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-361b6635915aa62f.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-6d93b80f7c859d9b.rlib" "/opt/rustwide/target/debug/deps/librustc_serialize-4acdc232161029de.rlib" "/opt/rustwide/target/debug/deps/libenum_primitive-05820a2b2c13073e.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-40936811708fe675.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-deeb65f9a10a5970.rlib" "/opt/rustwide/target/debug/deps/libbitflags-a637fa8d282392d5.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/fil_ocl_core-6b514bd4ea2cdab9.fil_ocl_core.cdfdcw0w-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/fil_ocl_core-6b514bd4ea2cdab9.fil_ocl_core.cdfdcw0w-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/fil_ocl_core-6b514bd4ea2cdab9.fil_ocl_core.cdfdcw0w-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/fil_ocl_core-6b514bd4ea2cdab9.fil_ocl_core.cdfdcw0w-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/fil_ocl_core-6b514bd4ea2cdab9.fil_ocl_core.cdfdcw0w-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/fil_ocl_core-6b514bd4ea2cdab9.fil_ocl_core.cdfdcw0w-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/fil_ocl_core-6b514bd4ea2cdab9.fil_ocl_core.cdfdcw0w-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/fil_ocl_core-6b514bd4ea2cdab9.fil_ocl_core.cdfdcw0w-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/fil_ocl_core-6b514bd4ea2cdab9.fil_ocl_core.cdfdcw0w-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/fil_ocl_core-6b514bd4ea2cdab9.fil_ocl_core.cdfdcw0w-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/fil_ocl_core-6b514bd4ea2cdab9.fil_ocl_core.cdfdcw0w-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/fil_ocl_core-6b514bd4ea2cdab9.fil_ocl_core.cdfdcw0w-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/fil_ocl_core-6b514bd4ea2cdab9.fil_ocl_core.cdfdcw0w-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/fil_ocl_core-6b514bd4ea2cdab9.fil_ocl_core.cdfdcw0w-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/fil_ocl_core-6b514bd4ea2cdab9.fil_ocl_core.cdfdcw0w-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/fil_ocl_core-6b514bd4ea2cdab9.fil_ocl_core.cdfdcw0w-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/fil_ocl_core-6b514bd4ea2cdab9" "/opt/rustwide/target/debug/deps/fil_ocl_core-6b514bd4ea2cdab9.fhby0zsu6ntew6n.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-929780105ecdb106/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-03192c60d0ac74ca.rlib" "/opt/rustwide/target/debug/deps/libfailure-af2355ab24caf95f.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-5a2e11ac7eae7bad.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-fb28e691e145a854.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-0d7329a98a9ffead.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-96825a490c3cad52.rlib" "/opt/rustwide/target/debug/deps/libocl_core_vector-a82977d308e0f184.rlib" "/opt/rustwide/target/debug/deps/libnum-f27ba0e2fcc8bd25.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-2a914b15a0e2e777.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-d9c61883381df6cb.rlib" "/opt/rustwide/target/debug/deps/librand-d9c95200ea82318d.rlib" "/opt/rustwide/target/debug/deps/liblibc-70a8baaa89f21cfb.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-e7a06e84fae81a2a.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-361b6635915aa62f.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-6d93b80f7c859d9b.rlib" "/opt/rustwide/target/debug/deps/librustc_serialize-4acdc232161029de.rlib" "/opt/rustwide/target/debug/deps/libenum_primitive-05820a2b2c13073e.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-40936811708fe675.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-deeb65f9a10a5970.rlib" "/opt/rustwide/target/debug/deps/libbitflags-a637fa8d282392d5.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" "74838d4c29f77aab20ddbfa690d2d5f1b07acc3e23009073adf4c967bc30a1cc"` [INFO] running `"docker" "rm" "-f" "74838d4c29f77aab20ddbfa690d2d5f1b07acc3e23009073adf4c967bc30a1cc"` [INFO] [stdout] 74838d4c29f77aab20ddbfa690d2d5f1b07acc3e23009073adf4c967bc30a1cc