[INFO] crate ocl-core 0.11.2 is already in cache [INFO] testing ocl-core-0.11.2 against beta-2019-09-28 for beta-1.39-1 [INFO] extracting crate ocl-core 0.11.2 into work/builds/worker-7/source [INFO] validating manifest of crates.io crate ocl-core 0.11.2 on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "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 work/builds/worker-7/source/Cargo.toml [INFO] crate crates.io crate ocl-core 0.11.2 already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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-2019-09-28" "build" "--frozen"` [INFO] [stdout] 55bb90c3510056be036be1282dc511085fad5538686008446cec76a79b506e8a [INFO] running `"docker" "start" "-a" "55bb90c3510056be036be1282dc511085fad5538686008446cec76a79b506e8a"` [INFO] [stderr] Compiling libc v0.2.58 [INFO] [stderr] Compiling syn v0.15.38 [INFO] [stderr] Compiling cl-sys v0.4.2 [INFO] [stderr] Compiling backtrace-sys v0.1.29 [INFO] [stderr] Compiling rustc_version v0.1.7 [INFO] [stderr] Compiling quote v0.6.12 [INFO] [stderr] Compiling num-complex v0.1.43 [INFO] [stderr] Compiling num-traits v0.1.43 [INFO] [stderr] Compiling enum_primitive v0.1.1 [INFO] [stderr] Compiling ocl-core v0.11.2 (/opt/rustwide/workdir) [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling backtrace v0.3.32 [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 ocl-core-vector v0.1.0 [INFO] [stderr] Compiling synstructure v0.10.2 [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] Finished dev [unoptimized + debuginfo] target(s) in 11.71s [INFO] running `"docker" "inspect" "55bb90c3510056be036be1282dc511085fad5538686008446cec76a79b506e8a"` [INFO] running `"docker" "rm" "-f" "55bb90c3510056be036be1282dc511085fad5538686008446cec76a79b506e8a"` [INFO] [stdout] 55bb90c3510056be036be1282dc511085fad5538686008446cec76a79b506e8a [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] ab39eab1ce1ae656ba8399c60475cbf448957d6a0584361ad6c7671c6aa4c0a5 [INFO] running `"docker" "start" "-a" "ab39eab1ce1ae656ba8399c60475cbf448957d6a0584361ad6c7671c6aa4c0a5"` [INFO] [stderr] Compiling colorify v0.2.3 [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-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/version-a6ea0530570fdb87.version.9qyi1dy8-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/version-a6ea0530570fdb87.version.9qyi1dy8-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/version-a6ea0530570fdb87.version.9qyi1dy8-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/version-a6ea0530570fdb87.version.9qyi1dy8-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/version-a6ea0530570fdb87.version.9qyi1dy8-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/version-a6ea0530570fdb87.version.9qyi1dy8-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/version-a6ea0530570fdb87.version.9qyi1dy8-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/version-a6ea0530570fdb87.version.9qyi1dy8-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/version-a6ea0530570fdb87.version.9qyi1dy8-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/version-a6ea0530570fdb87.version.9qyi1dy8-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/version-a6ea0530570fdb87.version.9qyi1dy8-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/version-a6ea0530570fdb87.version.9qyi1dy8-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/version-a6ea0530570fdb87.version.9qyi1dy8-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/version-a6ea0530570fdb87.version.9qyi1dy8-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/version-a6ea0530570fdb87.version.9qyi1dy8-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/version-a6ea0530570fdb87.version.9qyi1dy8-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/version-a6ea0530570fdb87" "/opt/rustwide/target/debug/examples/version-a6ea0530570fdb87.5s5xea3bw9vjt0t.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-dc840c2f54a6e940/out" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libocl_core-12bafbb247b8949f.rlib" "/opt/rustwide/target/debug/deps/libcl_sys-4aaf9711ede3fe3a.rlib" "/opt/rustwide/target/debug/deps/libfailure-9d97239e3f9f7601.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-1dee62dd46d45133.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-3eb36589247d2cd4.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-7390b7ae06eb302e.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-7520aa900b90fa23.rlib" "/opt/rustwide/target/debug/deps/libocl_core_vector-53b92f8ff6b5a085.rlib" "/opt/rustwide/target/debug/deps/libnum-764b46fbc285603d.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-3e34ed8391531143.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-ae001776d5bcee69.rlib" "/opt/rustwide/target/debug/deps/librand-a918e6b19a91f411.rlib" "/opt/rustwide/target/debug/deps/liblibc-226653e57d1a8098.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-a970d13348b5bfe5.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-8d25484882ddee72.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-9d031adc0ff30a29.rlib" "/opt/rustwide/target/debug/deps/librustc_serialize-739c46110ebaee65.rlib" "/opt/rustwide/target/debug/deps/libenum_primitive-5424a961171360fb.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-e5d362bc42301c68.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-b925d45158734654.rlib" "/opt/rustwide/target/debug/deps/libbitflags-fdaa1ec9f49590c5.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-db812c66f862af4c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e7871a21575d5ff7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-2f2c581bc0d759e6.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-35731cabc05dc8a0.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-36477394541292db.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-8b706b170c1272d8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-801dbb3043ccf581.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-a32aa66ce6f72b21.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d00ea3bfb2bb6c00.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d2c6ebe88c3e113c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-df74f62f6bb60621.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2170473575daeedb.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-1a08089bbddc4f51.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f8f562e5472ad5c3.rlib" "-Wl,-Bdynamic" "-lOpenCL" "-lOpenCL" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-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-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/trivial-a7211fabe9ad5e93.trivial.2ew97fg2-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/trivial-a7211fabe9ad5e93.trivial.2ew97fg2-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/trivial-a7211fabe9ad5e93.trivial.2ew97fg2-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/trivial-a7211fabe9ad5e93.trivial.2ew97fg2-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/trivial-a7211fabe9ad5e93.trivial.2ew97fg2-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/trivial-a7211fabe9ad5e93.trivial.2ew97fg2-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/trivial-a7211fabe9ad5e93.trivial.2ew97fg2-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/trivial-a7211fabe9ad5e93.trivial.2ew97fg2-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/trivial-a7211fabe9ad5e93.trivial.2ew97fg2-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/trivial-a7211fabe9ad5e93.trivial.2ew97fg2-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/trivial-a7211fabe9ad5e93.trivial.2ew97fg2-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/trivial-a7211fabe9ad5e93.trivial.2ew97fg2-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/trivial-a7211fabe9ad5e93.trivial.2ew97fg2-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/trivial-a7211fabe9ad5e93.trivial.2ew97fg2-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/trivial-a7211fabe9ad5e93.trivial.2ew97fg2-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/trivial-a7211fabe9ad5e93.trivial.2ew97fg2-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/trivial-a7211fabe9ad5e93" "/opt/rustwide/target/debug/examples/trivial-a7211fabe9ad5e93.3z2hewmrxq5z1ehj.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-dc840c2f54a6e940/out" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libocl_core-12bafbb247b8949f.rlib" "/opt/rustwide/target/debug/deps/libcl_sys-4aaf9711ede3fe3a.rlib" "/opt/rustwide/target/debug/deps/libfailure-9d97239e3f9f7601.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-1dee62dd46d45133.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-3eb36589247d2cd4.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-7390b7ae06eb302e.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-7520aa900b90fa23.rlib" "/opt/rustwide/target/debug/deps/libocl_core_vector-53b92f8ff6b5a085.rlib" "/opt/rustwide/target/debug/deps/libnum-764b46fbc285603d.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-3e34ed8391531143.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-ae001776d5bcee69.rlib" "/opt/rustwide/target/debug/deps/librand-a918e6b19a91f411.rlib" "/opt/rustwide/target/debug/deps/liblibc-226653e57d1a8098.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-a970d13348b5bfe5.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-8d25484882ddee72.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-9d031adc0ff30a29.rlib" "/opt/rustwide/target/debug/deps/librustc_serialize-739c46110ebaee65.rlib" "/opt/rustwide/target/debug/deps/libenum_primitive-5424a961171360fb.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-e5d362bc42301c68.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-b925d45158734654.rlib" "/opt/rustwide/target/debug/deps/libbitflags-fdaa1ec9f49590c5.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-db812c66f862af4c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e7871a21575d5ff7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-2f2c581bc0d759e6.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-35731cabc05dc8a0.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-36477394541292db.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-8b706b170c1272d8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-801dbb3043ccf581.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-a32aa66ce6f72b21.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d00ea3bfb2bb6c00.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d2c6ebe88c3e113c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-df74f62f6bb60621.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2170473575daeedb.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-1a08089bbddc4f51.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f8f562e5472ad5c3.rlib" "-Wl,-Bdynamic" "-lOpenCL" "-lOpenCL" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-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] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `ocl-core`. [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-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/info_core-69746169b233fd78.info_core.6q7llg3k-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/info_core-69746169b233fd78.info_core.6q7llg3k-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/info_core-69746169b233fd78.info_core.6q7llg3k-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/info_core-69746169b233fd78.info_core.6q7llg3k-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/info_core-69746169b233fd78.info_core.6q7llg3k-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/info_core-69746169b233fd78.info_core.6q7llg3k-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/info_core-69746169b233fd78.info_core.6q7llg3k-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/info_core-69746169b233fd78.info_core.6q7llg3k-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/info_core-69746169b233fd78.info_core.6q7llg3k-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/info_core-69746169b233fd78.info_core.6q7llg3k-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/info_core-69746169b233fd78.info_core.6q7llg3k-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/info_core-69746169b233fd78.info_core.6q7llg3k-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/info_core-69746169b233fd78.info_core.6q7llg3k-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/info_core-69746169b233fd78.info_core.6q7llg3k-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/info_core-69746169b233fd78.info_core.6q7llg3k-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/info_core-69746169b233fd78.info_core.6q7llg3k-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/info_core-69746169b233fd78" "/opt/rustwide/target/debug/examples/info_core-69746169b233fd78.h5n6a80304ahb1c.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-dc840c2f54a6e940/out" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libocl_core-12bafbb247b8949f.rlib" "/opt/rustwide/target/debug/deps/libcl_sys-4aaf9711ede3fe3a.rlib" "/opt/rustwide/target/debug/deps/libfailure-9d97239e3f9f7601.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-1dee62dd46d45133.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-3eb36589247d2cd4.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-7390b7ae06eb302e.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-7520aa900b90fa23.rlib" "/opt/rustwide/target/debug/deps/libocl_core_vector-53b92f8ff6b5a085.rlib" "/opt/rustwide/target/debug/deps/libnum-764b46fbc285603d.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-3e34ed8391531143.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-ae001776d5bcee69.rlib" "/opt/rustwide/target/debug/deps/librand-a918e6b19a91f411.rlib" "/opt/rustwide/target/debug/deps/liblibc-226653e57d1a8098.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-a970d13348b5bfe5.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-8d25484882ddee72.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-9d031adc0ff30a29.rlib" "/opt/rustwide/target/debug/deps/librustc_serialize-739c46110ebaee65.rlib" "/opt/rustwide/target/debug/deps/libenum_primitive-5424a961171360fb.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-e5d362bc42301c68.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-b925d45158734654.rlib" "/opt/rustwide/target/debug/deps/libbitflags-fdaa1ec9f49590c5.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-db812c66f862af4c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e7871a21575d5ff7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-2f2c581bc0d759e6.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-35731cabc05dc8a0.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-36477394541292db.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-8b706b170c1272d8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-801dbb3043ccf581.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-a32aa66ce6f72b21.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d00ea3bfb2bb6c00.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d2c6ebe88c3e113c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-df74f62f6bb60621.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2170473575daeedb.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-1a08089bbddc4f51.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f8f562e5472ad5c3.rlib" "-Wl,-Bdynamic" "-lOpenCL" "-lOpenCL" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-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] 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-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/ocl_core-9e62c3112d97d615.ocl_core.aqrembch-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/ocl_core-9e62c3112d97d615.ocl_core.aqrembch-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/ocl_core-9e62c3112d97d615.ocl_core.aqrembch-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/ocl_core-9e62c3112d97d615.ocl_core.aqrembch-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/ocl_core-9e62c3112d97d615.ocl_core.aqrembch-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/ocl_core-9e62c3112d97d615.ocl_core.aqrembch-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/ocl_core-9e62c3112d97d615.ocl_core.aqrembch-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/ocl_core-9e62c3112d97d615.ocl_core.aqrembch-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/ocl_core-9e62c3112d97d615.ocl_core.aqrembch-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/ocl_core-9e62c3112d97d615.ocl_core.aqrembch-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/ocl_core-9e62c3112d97d615.ocl_core.aqrembch-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/ocl_core-9e62c3112d97d615.ocl_core.aqrembch-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/ocl_core-9e62c3112d97d615.ocl_core.aqrembch-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/ocl_core-9e62c3112d97d615.ocl_core.aqrembch-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/ocl_core-9e62c3112d97d615.ocl_core.aqrembch-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/ocl_core-9e62c3112d97d615.ocl_core.aqrembch-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/ocl_core-9e62c3112d97d615" "/opt/rustwide/target/debug/deps/ocl_core-9e62c3112d97d615.4p3axyhewn202lon.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-dc840c2f54a6e940/out" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-333416314d364512.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-4e7423c6db5d181f.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-794cd61d53274767.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-93936a2bba77ec06.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-7618b5c9c4d09931.rlib" "/opt/rustwide/target/debug/deps/libcl_sys-4aaf9711ede3fe3a.rlib" "/opt/rustwide/target/debug/deps/libfailure-9d97239e3f9f7601.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-1dee62dd46d45133.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-3eb36589247d2cd4.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-7390b7ae06eb302e.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-7520aa900b90fa23.rlib" "/opt/rustwide/target/debug/deps/libocl_core_vector-53b92f8ff6b5a085.rlib" "/opt/rustwide/target/debug/deps/libnum-764b46fbc285603d.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-3e34ed8391531143.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-ae001776d5bcee69.rlib" "/opt/rustwide/target/debug/deps/librand-a918e6b19a91f411.rlib" "/opt/rustwide/target/debug/deps/liblibc-226653e57d1a8098.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-a970d13348b5bfe5.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-8d25484882ddee72.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-9d031adc0ff30a29.rlib" "/opt/rustwide/target/debug/deps/librustc_serialize-739c46110ebaee65.rlib" "/opt/rustwide/target/debug/deps/libenum_primitive-5424a961171360fb.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-e5d362bc42301c68.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-b925d45158734654.rlib" "/opt/rustwide/target/debug/deps/libbitflags-fdaa1ec9f49590c5.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-db812c66f862af4c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e7871a21575d5ff7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-2f2c581bc0d759e6.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-35731cabc05dc8a0.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-36477394541292db.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-8b706b170c1272d8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-801dbb3043ccf581.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-a32aa66ce6f72b21.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d00ea3bfb2bb6c00.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d2c6ebe88c3e113c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-df74f62f6bb60621.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2170473575daeedb.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-1a08089bbddc4f51.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2019-09-28-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f8f562e5472ad5c3.rlib" "-Wl,-Bdynamic" "-lOpenCL" "-lOpenCL" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-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] running `"docker" "inspect" "ab39eab1ce1ae656ba8399c60475cbf448957d6a0584361ad6c7671c6aa4c0a5"` [INFO] running `"docker" "rm" "-f" "ab39eab1ce1ae656ba8399c60475cbf448957d6a0584361ad6c7671c6aa4c0a5"` [INFO] [stdout] ab39eab1ce1ae656ba8399c60475cbf448957d6a0584361ad6c7671c6aa4c0a5