[INFO] fetching crate fil-ocl-core 0.11.4... [INFO] testing fil-ocl-core-0.11.4 against beta-2021-09-08 for beta-1.56-1 [INFO] extracting crate fil-ocl-core 0.11.4 into /workspace/builds/worker-10/source [INFO] validating manifest of crates.io crate fil-ocl-core 0.11.4 on toolchain beta-2021-09-08 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate fil-ocl-core 0.11.4 [INFO] finished tweaking crates.io crate fil-ocl-core 0.11.4 [INFO] tweaked toml for crates.io crate fil-ocl-core 0.11.4 written to /workspace/builds/worker-10/source/Cargo.toml [INFO] crate crates.io crate fil-ocl-core 0.11.4 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded colorify v0.2.3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d220b8e6938ac3847ca8d6a32184fcce74737fa3051b7f06b1e10d855066f7c4 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "d220b8e6938ac3847ca8d6a32184fcce74737fa3051b7f06b1e10d855066f7c4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d220b8e6938ac3847ca8d6a32184fcce74737fa3051b7f06b1e10d855066f7c4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d220b8e6938ac3847ca8d6a32184fcce74737fa3051b7f06b1e10d855066f7c4", kill_on_drop: false }` [INFO] [stdout] d220b8e6938ac3847ca8d6a32184fcce74737fa3051b7f06b1e10d855066f7c4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 92946d2adfe868bb04284f4543c260c89dafcb5a8eec32c8be77717956cd1ffb [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "92946d2adfe868bb04284f4543c260c89dafcb5a8eec32c8be77717956cd1ffb", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.86 [INFO] [stderr] Compiling syn v1.0.60 [INFO] [stderr] Compiling cl-sys v0.4.2 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling num-complex v0.1.43 [INFO] [stderr] Compiling rustc_version v0.3.3 [INFO] [stderr] Compiling enum_primitive v0.1.1 [INFO] [stderr] Compiling fil-ocl-core v0.11.4 (/opt/rustwide/workdir) [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling backtrace v0.3.56 [INFO] [stderr] Compiling num-bigint v0.1.44 [INFO] [stderr] Compiling num-rational v0.1.42 [INFO] [stderr] Compiling synstructure v0.12.4 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling ocl-core-vector v0.1.0 [INFO] [stderr] Compiling failure_derive v0.1.8 [INFO] [stderr] Compiling failure v0.1.8 [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/functions.rs:514:5 [INFO] [stdout] | [INFO] [stdout] 514 | r#try!(eval_errcode(errcode, (), "clGetPlatformIDs", None::)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/functions.rs:619:5 [INFO] [stdout] | [INFO] [stdout] 619 | r#try!(eval_errcode(errcode, (), "clGetDeviceIDs", None::)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/functions.rs:595:47 [INFO] [stdout] | [INFO] [stdout] 595 | let device_types = device_types.unwrap_or(r#try!(default_device_type())); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/functions.rs:1065:5 [INFO] [stdout] | [INFO] [stdout] 1065 | r#try!(verify_context(context)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/functions.rs:1152:5 [INFO] [stdout] | [INFO] [stdout] 1152 | r#try!(verify_context(context)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/functions.rs:1197:5 [INFO] [stdout] | [INFO] [stdout] 1197 | r#try!(verify_context(context)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/functions.rs:1229:5 [INFO] [stdout] | [INFO] [stdout] 1229 | r#try!(verify_context(context)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/functions.rs:1268:5 [INFO] [stdout] | [INFO] [stdout] 1268 | r#try!(verify_context(context)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/functions.rs:1319:5 [INFO] [stdout] | [INFO] [stdout] 1319 | r#try!(verify_context(context)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/functions.rs:1349:5 [INFO] [stdout] | [INFO] [stdout] 1349 | r#try!(verify_context(context)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/functions.rs:1416:5 [INFO] [stdout] | [INFO] [stdout] 1416 | r#try!(verify_context(context)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/functions.rs:1482:5 [INFO] [stdout] | [INFO] [stdout] 1482 | r#try!(eval_errcode(errcode, (), "clGetSupportedImageFormats", None::)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/functions.rs:1504:5 [INFO] [stdout] | [INFO] [stdout] 1504 | r#try!(eval_errcode(errcode, (), "clGetSupportedImageFormats", None::)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/functions.rs:1670:5 [INFO] [stdout] | [INFO] [stdout] 1670 | r#try!(verify_context(context)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/functions.rs:1731:5 [INFO] [stdout] | [INFO] [stdout] 1731 | r#try!(eval_errcode(errcode, (), "clCreateProgramWithBinary", None::)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/functions.rs:1734:9 [INFO] [stdout] | [INFO] [stdout] 1734 | r#try!(eval_errcode(*item, (), "clCreateProgramWithBinary", Some(format!("Device [{}]", i)))); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/functions.rs:1925:5 [INFO] [stdout] | [INFO] [stdout] 1925 | r#try!(verify_context(context)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/functions.rs:2087:13 [INFO] [stdout] | [INFO] [stdout] 2087 | r#try!(CString::new(name.as_ref().as_bytes())).as_ptr(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/functions.rs:3598:23 [INFO] [stdout] | [INFO] [stdout] 3598 | let func_name_c = r#try!(CString::new(func_name)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/functions.rs:3624:25 [INFO] [stdout] | [INFO] [stdout] 3624 | d_versions.push(r#try!(device_id.version())); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/functions.rs:3641:25 [INFO] [stdout] | [INFO] [stdout] 3641 | let platform_list = r#try!(get_platform_ids()); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/functions.rs:3694:5 [INFO] [stdout] | [INFO] [stdout] 3694 | r#try!(build_program(&program, device_ids, cmplr_opts, None, None)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/functions.rs:3693:19 [INFO] [stdout] | [INFO] [stdout] 3693 | let program = r#try!(create_program_with_source(context, src_strings)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/functions.rs:3721:5 [INFO] [stdout] | [INFO] [stdout] 3721 | r#try!(eval_errcode(errcode, (), "clGetEventInfo", None::)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/types/abs.rs:129:37 [INFO] [stdout] | [INFO] [stdout] 129 | functions::verify_versions(&r#try!(self.device_versions()), required_version, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/types/abs.rs:134:20 [INFO] [stdout] | [INFO] [stdout] 134 | let ver = [r#try!(self.platform_version())]; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/types/abs.rs:380:23 [INFO] [stdout] | [INFO] [stdout] 380 | let devices = r#try!(functions::get_device_ids(self, Some(DeviceType::ALL), None)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/types/abs.rs:546:23 [INFO] [stdout] | [INFO] [stdout] 546 | let devices = r#try!(self.devices()); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/types/abs.rs:551:23 [INFO] [stdout] | [INFO] [stdout] 551 | let devices = r#try!(self.devices()); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/types/abs.rs:645:22 [INFO] [stdout] | [INFO] [stdout] 645 | let device = r#try!(self.device()); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/types/abs.rs:650:9 [INFO] [stdout] | [INFO] [stdout] 650 | r#try!(self.device()).platform_version() [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/types/abs.rs:834:23 [INFO] [stdout] | [INFO] [stdout] 834 | let devices = r#try!(self.devices()); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/types/abs.rs:839:23 [INFO] [stdout] | [INFO] [stdout] 839 | let devices = r#try!(self.devices()); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/types/abs.rs:919:23 [INFO] [stdout] | [INFO] [stdout] 919 | let devices = r#try!(r#try!(self.program()).devices()); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/types/abs.rs:919:30 [INFO] [stdout] | [INFO] [stdout] 919 | let devices = r#try!(r#try!(self.program()).devices()); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/types/abs.rs:924:23 [INFO] [stdout] | [INFO] [stdout] 924 | let devices = r#try!(r#try!(self.program()).devices()); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/types/abs.rs:924:30 [INFO] [stdout] | [INFO] [stdout] 924 | let devices = r#try!(r#try!(self.program()).devices()); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/util.rs:113:35 [INFO] [stdout] | [INFO] [stdout] 113 | let mut new_val: T = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/util.rs:134:35 [INFO] [stdout] | [INFO] [stdout] 134 | let mut new_val: T = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 39 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 39.04s [INFO] running `Command { std: "docker" "inspect" "92946d2adfe868bb04284f4543c260c89dafcb5a8eec32c8be77717956cd1ffb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "92946d2adfe868bb04284f4543c260c89dafcb5a8eec32c8be77717956cd1ffb", kill_on_drop: false }` [INFO] [stdout] 92946d2adfe868bb04284f4543c260c89dafcb5a8eec32c8be77717956cd1ffb [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-09-08" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] c0d05de544731bf8afe5c612d56828258367b666cb859f4a710f08c12f4f9345 [INFO] running `Command { std: "docker" "start" "-a" "c0d05de544731bf8afe5c612d56828258367b666cb859f4a710f08c12f4f9345", kill_on_drop: false }` [INFO] [stderr] Compiling colorify v0.2.3 [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/functions.rs:514:5 [INFO] [stdout] | [INFO] [stdout] 514 | r#try!(eval_errcode(errcode, (), "clGetPlatformIDs", None::)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/functions.rs:619:5 [INFO] [stdout] | [INFO] [stdout] 619 | r#try!(eval_errcode(errcode, (), "clGetDeviceIDs", None::)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/functions.rs:595:47 [INFO] [stdout] | [INFO] [stdout] 595 | let device_types = device_types.unwrap_or(r#try!(default_device_type())); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/functions.rs:1065:5 [INFO] [stdout] | [INFO] [stdout] 1065 | r#try!(verify_context(context)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/functions.rs:1152:5 [INFO] [stdout] | [INFO] [stdout] 1152 | r#try!(verify_context(context)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/functions.rs:1197:5 [INFO] [stdout] | [INFO] [stdout] 1197 | r#try!(verify_context(context)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/functions.rs:1229:5 [INFO] [stdout] | [INFO] [stdout] 1229 | r#try!(verify_context(context)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/functions.rs:1268:5 [INFO] [stdout] | [INFO] [stdout] 1268 | r#try!(verify_context(context)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/functions.rs:1319:5 [INFO] [stdout] | [INFO] [stdout] 1319 | r#try!(verify_context(context)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/functions.rs:1349:5 [INFO] [stdout] | [INFO] [stdout] 1349 | r#try!(verify_context(context)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/functions.rs:1416:5 [INFO] [stdout] | [INFO] [stdout] 1416 | r#try!(verify_context(context)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/functions.rs:1482:5 [INFO] [stdout] | [INFO] [stdout] 1482 | r#try!(eval_errcode(errcode, (), "clGetSupportedImageFormats", None::)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/functions.rs:1504:5 [INFO] [stdout] | [INFO] [stdout] 1504 | r#try!(eval_errcode(errcode, (), "clGetSupportedImageFormats", None::)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/functions.rs:1670:5 [INFO] [stdout] | [INFO] [stdout] 1670 | r#try!(verify_context(context)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/functions.rs:1731:5 [INFO] [stdout] | [INFO] [stdout] 1731 | r#try!(eval_errcode(errcode, (), "clCreateProgramWithBinary", None::)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/functions.rs:1734:9 [INFO] [stdout] | [INFO] [stdout] 1734 | r#try!(eval_errcode(*item, (), "clCreateProgramWithBinary", Some(format!("Device [{}]", i)))); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/functions.rs:1925:5 [INFO] [stdout] | [INFO] [stdout] 1925 | r#try!(verify_context(context)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/functions.rs:2087:13 [INFO] [stdout] | [INFO] [stdout] 2087 | r#try!(CString::new(name.as_ref().as_bytes())).as_ptr(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/functions.rs:3598:23 [INFO] [stdout] | [INFO] [stdout] 3598 | let func_name_c = r#try!(CString::new(func_name)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/functions.rs:3624:25 [INFO] [stdout] | [INFO] [stdout] 3624 | d_versions.push(r#try!(device_id.version())); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/functions.rs:3641:25 [INFO] [stdout] | [INFO] [stdout] 3641 | let platform_list = r#try!(get_platform_ids()); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/functions.rs:3694:5 [INFO] [stdout] | [INFO] [stdout] 3694 | r#try!(build_program(&program, device_ids, cmplr_opts, None, None)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/functions.rs:3693:19 [INFO] [stdout] | [INFO] [stdout] 3693 | let program = r#try!(create_program_with_source(context, src_strings)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/functions.rs:3721:5 [INFO] [stdout] | [INFO] [stdout] 3721 | r#try!(eval_errcode(errcode, (), "clGetEventInfo", None::)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/types/abs.rs:129:37 [INFO] [stdout] | [INFO] [stdout] 129 | functions::verify_versions(&r#try!(self.device_versions()), required_version, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/types/abs.rs:134:20 [INFO] [stdout] | [INFO] [stdout] 134 | let ver = [r#try!(self.platform_version())]; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/types/abs.rs:380:23 [INFO] [stdout] | [INFO] [stdout] 380 | let devices = r#try!(functions::get_device_ids(self, Some(DeviceType::ALL), None)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/types/abs.rs:546:23 [INFO] [stdout] | [INFO] [stdout] 546 | let devices = r#try!(self.devices()); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/types/abs.rs:551:23 [INFO] [stdout] | [INFO] [stdout] 551 | let devices = r#try!(self.devices()); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/types/abs.rs:645:22 [INFO] [stdout] | [INFO] [stdout] 645 | let device = r#try!(self.device()); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/types/abs.rs:650:9 [INFO] [stdout] | [INFO] [stdout] 650 | r#try!(self.device()).platform_version() [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/types/abs.rs:834:23 [INFO] [stdout] | [INFO] [stdout] 834 | let devices = r#try!(self.devices()); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/types/abs.rs:839:23 [INFO] [stdout] | [INFO] [stdout] 839 | let devices = r#try!(self.devices()); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/types/abs.rs:919:23 [INFO] [stdout] | [INFO] [stdout] 919 | let devices = r#try!(r#try!(self.program()).devices()); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/types/abs.rs:919:30 [INFO] [stdout] | [INFO] [stdout] 919 | let devices = r#try!(r#try!(self.program()).devices()); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/types/abs.rs:924:23 [INFO] [stdout] | [INFO] [stdout] 924 | let devices = r#try!(r#try!(self.program()).devices()); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/types/abs.rs:924:30 [INFO] [stdout] | [INFO] [stdout] 924 | let devices = r#try!(r#try!(self.program()).devices()); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/util.rs:113:35 [INFO] [stdout] | [INFO] [stdout] 113 | let mut new_val: T = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/util.rs:134:35 [INFO] [stdout] | [INFO] [stdout] 134 | let mut new_val: T = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 39 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling fil-ocl-core v0.11.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/functions.rs:514:5 [INFO] [stdout] | [INFO] [stdout] 514 | r#try!(eval_errcode(errcode, (), "clGetPlatformIDs", None::)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/functions.rs:619:5 [INFO] [stdout] | [INFO] [stdout] 619 | r#try!(eval_errcode(errcode, (), "clGetDeviceIDs", None::)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/functions.rs:595:47 [INFO] [stdout] | [INFO] [stdout] 595 | let device_types = device_types.unwrap_or(r#try!(default_device_type())); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/functions.rs:1065:5 [INFO] [stdout] | [INFO] [stdout] 1065 | r#try!(verify_context(context)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/functions.rs:1152:5 [INFO] [stdout] | [INFO] [stdout] 1152 | r#try!(verify_context(context)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/functions.rs:1197:5 [INFO] [stdout] | [INFO] [stdout] 1197 | r#try!(verify_context(context)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/functions.rs:1229:5 [INFO] [stdout] | [INFO] [stdout] 1229 | r#try!(verify_context(context)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/functions.rs:1268:5 [INFO] [stdout] | [INFO] [stdout] 1268 | r#try!(verify_context(context)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/functions.rs:1319:5 [INFO] [stdout] | [INFO] [stdout] 1319 | r#try!(verify_context(context)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/functions.rs:1349:5 [INFO] [stdout] | [INFO] [stdout] 1349 | r#try!(verify_context(context)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/functions.rs:1416:5 [INFO] [stdout] | [INFO] [stdout] 1416 | r#try!(verify_context(context)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/functions.rs:1482:5 [INFO] [stdout] | [INFO] [stdout] 1482 | r#try!(eval_errcode(errcode, (), "clGetSupportedImageFormats", None::)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/functions.rs:1504:5 [INFO] [stdout] | [INFO] [stdout] 1504 | r#try!(eval_errcode(errcode, (), "clGetSupportedImageFormats", None::)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/functions.rs:1670:5 [INFO] [stdout] | [INFO] [stdout] 1670 | r#try!(verify_context(context)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/functions.rs:1731:5 [INFO] [stdout] | [INFO] [stdout] 1731 | r#try!(eval_errcode(errcode, (), "clCreateProgramWithBinary", None::)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/functions.rs:1734:9 [INFO] [stdout] | [INFO] [stdout] 1734 | r#try!(eval_errcode(*item, (), "clCreateProgramWithBinary", Some(format!("Device [{}]", i)))); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/functions.rs:1925:5 [INFO] [stdout] | [INFO] [stdout] 1925 | r#try!(verify_context(context)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/functions.rs:2087:13 [INFO] [stdout] | [INFO] [stdout] 2087 | r#try!(CString::new(name.as_ref().as_bytes())).as_ptr(), [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/functions.rs:3598:23 [INFO] [stdout] | [INFO] [stdout] 3598 | let func_name_c = r#try!(CString::new(func_name)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/functions.rs:3624:25 [INFO] [stdout] | [INFO] [stdout] 3624 | d_versions.push(r#try!(device_id.version())); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/functions.rs:3641:25 [INFO] [stdout] | [INFO] [stdout] 3641 | let platform_list = r#try!(get_platform_ids()); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/functions.rs:3694:5 [INFO] [stdout] | [INFO] [stdout] 3694 | r#try!(build_program(&program, device_ids, cmplr_opts, None, None)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/functions.rs:3693:19 [INFO] [stdout] | [INFO] [stdout] 3693 | let program = r#try!(create_program_with_source(context, src_strings)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/functions.rs:3721:5 [INFO] [stdout] | [INFO] [stdout] 3721 | r#try!(eval_errcode(errcode, (), "clGetEventInfo", None::)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/types/abs.rs:129:37 [INFO] [stdout] | [INFO] [stdout] 129 | functions::verify_versions(&r#try!(self.device_versions()), required_version, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/types/abs.rs:134:20 [INFO] [stdout] | [INFO] [stdout] 134 | let ver = [r#try!(self.platform_version())]; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/types/abs.rs:380:23 [INFO] [stdout] | [INFO] [stdout] 380 | let devices = r#try!(functions::get_device_ids(self, Some(DeviceType::ALL), None)); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/types/abs.rs:546:23 [INFO] [stdout] | [INFO] [stdout] 546 | let devices = r#try!(self.devices()); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/types/abs.rs:551:23 [INFO] [stdout] | [INFO] [stdout] 551 | let devices = r#try!(self.devices()); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/types/abs.rs:645:22 [INFO] [stdout] | [INFO] [stdout] 645 | let device = r#try!(self.device()); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/types/abs.rs:650:9 [INFO] [stdout] | [INFO] [stdout] 650 | r#try!(self.device()).platform_version() [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/types/abs.rs:834:23 [INFO] [stdout] | [INFO] [stdout] 834 | let devices = r#try!(self.devices()); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/types/abs.rs:839:23 [INFO] [stdout] | [INFO] [stdout] 839 | let devices = r#try!(self.devices()); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/types/abs.rs:919:23 [INFO] [stdout] | [INFO] [stdout] 919 | let devices = r#try!(r#try!(self.program()).devices()); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/types/abs.rs:919:30 [INFO] [stdout] | [INFO] [stdout] 919 | let devices = r#try!(r#try!(self.program()).devices()); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/types/abs.rs:924:23 [INFO] [stdout] | [INFO] [stdout] 924 | let devices = r#try!(r#try!(self.program()).devices()); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `r#try`: use the `?` operator instead [INFO] [stdout] --> src/types/abs.rs:924:30 [INFO] [stdout] | [INFO] [stdout] 924 | let devices = r#try!(r#try!(self.program()).devices()); [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/util.rs:113:35 [INFO] [stdout] | [INFO] [stdout] 113 | let mut new_val: T = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated function `std::mem::uninitialized`: use `mem::MaybeUninit` instead [INFO] [stdout] --> src/util.rs:134:35 [INFO] [stdout] | [INFO] [stdout] 134 | let mut new_val: T = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/examples/version-3bb79c6e19ec0dbd.version.adc8fc21-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/version-3bb79c6e19ec0dbd.version.adc8fc21-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/version-3bb79c6e19ec0dbd.version.adc8fc21-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/version-3bb79c6e19ec0dbd.version.adc8fc21-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/version-3bb79c6e19ec0dbd.version.adc8fc21-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/version-3bb79c6e19ec0dbd.version.adc8fc21-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/version-3bb79c6e19ec0dbd.version.adc8fc21-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/version-3bb79c6e19ec0dbd.version.adc8fc21-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/version-3bb79c6e19ec0dbd.version.adc8fc21-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/version-3bb79c6e19ec0dbd.version.adc8fc21-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/version-3bb79c6e19ec0dbd.version.adc8fc21-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/version-3bb79c6e19ec0dbd.version.adc8fc21-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/version-3bb79c6e19ec0dbd.version.adc8fc21-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/version-3bb79c6e19ec0dbd.version.adc8fc21-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/version-3bb79c6e19ec0dbd.version.adc8fc21-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/version-3bb79c6e19ec0dbd.version.adc8fc21-cgu.9.rcgu.o" "/opt/rustwide/target/debug/examples/version-3bb79c6e19ec0dbd.t1dfuhfhyotteap.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libfil_ocl_core-2519118d41ac0558.rlib" "/opt/rustwide/target/debug/deps/libcl_sys-c2a87e5198508d76.rlib" "/opt/rustwide/target/debug/deps/libfailure-03f7c327e4cfb787.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-f08807eebaed7902.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-7944769413643ed0.rlib" "/opt/rustwide/target/debug/deps/libadler-9d91af25e56b3838.rlib" "/opt/rustwide/target/debug/deps/libobject-8a9fce44bd1a7a3c.rlib" "/opt/rustwide/target/debug/deps/libaddr2line-6cc8a696dee8d994.rlib" "/opt/rustwide/target/debug/deps/libgimli-cc404859d3654484.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-97437e183f3ae6e4.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-db76dfe7b92bf8d2.rlib" "/opt/rustwide/target/debug/deps/libocl_core_vector-7ab4770e70e6b870.rlib" "/opt/rustwide/target/debug/deps/libnum-166915e7472181d2.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-b911c1b6dddef18d.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-a82459a7ff65c058.rlib" "/opt/rustwide/target/debug/deps/librand-27144b6af1c786f0.rlib" "/opt/rustwide/target/debug/deps/liblibc-cfc28229aa96391a.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-36c29e0fcbca8588.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-d9102770f1d8d2b0.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-55d0fd872b573d67.rlib" "/opt/rustwide/target/debug/deps/librustc_serialize-bdf045fabfc65aef.rlib" "/opt/rustwide/target/debug/deps/libenum_primitive-fdd3686485ff03c4.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-97bbfcaf67cd15ee.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-e611f1a591721d53.rlib" "/opt/rustwide/target/debug/deps/libbitflags-6063cd2c96572b53.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-9a950938f3668a37.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-3b1b529ec96b3df7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-ac333df4e6839cea.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-22a9ff9d2be6d427.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-5decbb94c7d60860.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-29a9663b62a1cd00.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-6f0cee0dbab2d3f8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-f5dc7d1d28c5c249.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-d19bda9ef557e755.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-82a955fd13db2399.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-44f3e7c1b7cc17ef.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-3ee6f750c5f3c2cf.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-ae5e1795dcba83e8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-8d545d8592f2b534.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-c4c222675f83fd37.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-c1e9c53e75e301ed.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-beea7d9617fe25c5.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-8ef7dd43fc671f88.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-80a2b295510dd038.rlib" "-Wl,-Bdynamic" "-lOpenCL" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/version-3bb79c6e19ec0dbd" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lOpenCL [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/examples/trivial-184fb4c371a1e5ab.trivial.e0d61de4-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/trivial-184fb4c371a1e5ab.trivial.e0d61de4-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/trivial-184fb4c371a1e5ab.trivial.e0d61de4-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/trivial-184fb4c371a1e5ab.trivial.e0d61de4-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/trivial-184fb4c371a1e5ab.trivial.e0d61de4-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/trivial-184fb4c371a1e5ab.trivial.e0d61de4-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/trivial-184fb4c371a1e5ab.trivial.e0d61de4-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/trivial-184fb4c371a1e5ab.trivial.e0d61de4-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/trivial-184fb4c371a1e5ab.trivial.e0d61de4-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/trivial-184fb4c371a1e5ab.trivial.e0d61de4-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/trivial-184fb4c371a1e5ab.trivial.e0d61de4-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/trivial-184fb4c371a1e5ab.trivial.e0d61de4-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/trivial-184fb4c371a1e5ab.trivial.e0d61de4-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/trivial-184fb4c371a1e5ab.trivial.e0d61de4-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/trivial-184fb4c371a1e5ab.trivial.e0d61de4-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/trivial-184fb4c371a1e5ab.trivial.e0d61de4-cgu.9.rcgu.o" "/opt/rustwide/target/debug/examples/trivial-184fb4c371a1e5ab.12cz56vjdurqj8yz.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libfil_ocl_core-2519118d41ac0558.rlib" "/opt/rustwide/target/debug/deps/libcl_sys-c2a87e5198508d76.rlib" "/opt/rustwide/target/debug/deps/libfailure-03f7c327e4cfb787.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-f08807eebaed7902.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-7944769413643ed0.rlib" "/opt/rustwide/target/debug/deps/libadler-9d91af25e56b3838.rlib" "/opt/rustwide/target/debug/deps/libobject-8a9fce44bd1a7a3c.rlib" "/opt/rustwide/target/debug/deps/libaddr2line-6cc8a696dee8d994.rlib" "/opt/rustwide/target/debug/deps/libgimli-cc404859d3654484.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-97437e183f3ae6e4.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-db76dfe7b92bf8d2.rlib" "/opt/rustwide/target/debug/deps/libocl_core_vector-7ab4770e70e6b870.rlib" "/opt/rustwide/target/debug/deps/libnum-166915e7472181d2.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-b911c1b6dddef18d.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-a82459a7ff65c058.rlib" "/opt/rustwide/target/debug/deps/librand-27144b6af1c786f0.rlib" "/opt/rustwide/target/debug/deps/liblibc-cfc28229aa96391a.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-36c29e0fcbca8588.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-d9102770f1d8d2b0.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-55d0fd872b573d67.rlib" "/opt/rustwide/target/debug/deps/librustc_serialize-bdf045fabfc65aef.rlib" "/opt/rustwide/target/debug/deps/libenum_primitive-fdd3686485ff03c4.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-97bbfcaf67cd15ee.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-e611f1a591721d53.rlib" "/opt/rustwide/target/debug/deps/libbitflags-6063cd2c96572b53.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-9a950938f3668a37.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-3b1b529ec96b3df7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-ac333df4e6839cea.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-22a9ff9d2be6d427.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-5decbb94c7d60860.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-29a9663b62a1cd00.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-6f0cee0dbab2d3f8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-f5dc7d1d28c5c249.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-d19bda9ef557e755.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-82a955fd13db2399.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-44f3e7c1b7cc17ef.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-3ee6f750c5f3c2cf.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-ae5e1795dcba83e8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-8d545d8592f2b534.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-c4c222675f83fd37.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-c1e9c53e75e301ed.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-beea7d9617fe25c5.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-8ef7dd43fc671f88.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-80a2b295510dd038.rlib" "-Wl,-Bdynamic" "-lOpenCL" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/trivial-184fb4c371a1e5ab" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lOpenCL [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `fil-ocl-core` due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/examples/info_core-05f2207ac44229bc.info_core.5ba741df-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/info_core-05f2207ac44229bc.info_core.5ba741df-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/info_core-05f2207ac44229bc.info_core.5ba741df-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/info_core-05f2207ac44229bc.info_core.5ba741df-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/info_core-05f2207ac44229bc.info_core.5ba741df-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/info_core-05f2207ac44229bc.info_core.5ba741df-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/info_core-05f2207ac44229bc.info_core.5ba741df-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/info_core-05f2207ac44229bc.info_core.5ba741df-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/info_core-05f2207ac44229bc.info_core.5ba741df-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/info_core-05f2207ac44229bc.info_core.5ba741df-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/info_core-05f2207ac44229bc.info_core.5ba741df-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/info_core-05f2207ac44229bc.info_core.5ba741df-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/info_core-05f2207ac44229bc.info_core.5ba741df-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/info_core-05f2207ac44229bc.info_core.5ba741df-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/info_core-05f2207ac44229bc.info_core.5ba741df-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/info_core-05f2207ac44229bc.info_core.5ba741df-cgu.9.rcgu.o" "/opt/rustwide/target/debug/examples/info_core-05f2207ac44229bc.1zz731wy947zycxi.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libfil_ocl_core-2519118d41ac0558.rlib" "/opt/rustwide/target/debug/deps/libcl_sys-c2a87e5198508d76.rlib" "/opt/rustwide/target/debug/deps/libfailure-03f7c327e4cfb787.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-f08807eebaed7902.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-7944769413643ed0.rlib" "/opt/rustwide/target/debug/deps/libadler-9d91af25e56b3838.rlib" "/opt/rustwide/target/debug/deps/libobject-8a9fce44bd1a7a3c.rlib" "/opt/rustwide/target/debug/deps/libaddr2line-6cc8a696dee8d994.rlib" "/opt/rustwide/target/debug/deps/libgimli-cc404859d3654484.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-97437e183f3ae6e4.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-db76dfe7b92bf8d2.rlib" "/opt/rustwide/target/debug/deps/libocl_core_vector-7ab4770e70e6b870.rlib" "/opt/rustwide/target/debug/deps/libnum-166915e7472181d2.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-b911c1b6dddef18d.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-a82459a7ff65c058.rlib" "/opt/rustwide/target/debug/deps/librand-27144b6af1c786f0.rlib" "/opt/rustwide/target/debug/deps/liblibc-cfc28229aa96391a.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-36c29e0fcbca8588.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-d9102770f1d8d2b0.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-55d0fd872b573d67.rlib" "/opt/rustwide/target/debug/deps/librustc_serialize-bdf045fabfc65aef.rlib" "/opt/rustwide/target/debug/deps/libenum_primitive-fdd3686485ff03c4.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-97bbfcaf67cd15ee.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-e611f1a591721d53.rlib" "/opt/rustwide/target/debug/deps/libbitflags-6063cd2c96572b53.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-9a950938f3668a37.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-3b1b529ec96b3df7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-ac333df4e6839cea.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-22a9ff9d2be6d427.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-5decbb94c7d60860.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-29a9663b62a1cd00.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-6f0cee0dbab2d3f8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-f5dc7d1d28c5c249.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-d19bda9ef557e755.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-82a955fd13db2399.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-44f3e7c1b7cc17ef.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-3ee6f750c5f3c2cf.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-ae5e1795dcba83e8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-8d545d8592f2b534.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-c4c222675f83fd37.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-c1e9c53e75e301ed.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-beea7d9617fe25c5.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-8ef7dd43fc671f88.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-80a2b295510dd038.rlib" "-Wl,-Bdynamic" "-lOpenCL" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/info_core-05f2207ac44229bc" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lOpenCL [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/fil_ocl_core-490659a17fee01c5.fil_ocl_core.d6017462-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/fil_ocl_core-490659a17fee01c5.fil_ocl_core.d6017462-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/fil_ocl_core-490659a17fee01c5.fil_ocl_core.d6017462-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/fil_ocl_core-490659a17fee01c5.fil_ocl_core.d6017462-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/fil_ocl_core-490659a17fee01c5.fil_ocl_core.d6017462-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/fil_ocl_core-490659a17fee01c5.fil_ocl_core.d6017462-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/fil_ocl_core-490659a17fee01c5.fil_ocl_core.d6017462-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/fil_ocl_core-490659a17fee01c5.fil_ocl_core.d6017462-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/fil_ocl_core-490659a17fee01c5.fil_ocl_core.d6017462-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/fil_ocl_core-490659a17fee01c5.fil_ocl_core.d6017462-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/fil_ocl_core-490659a17fee01c5.fil_ocl_core.d6017462-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/fil_ocl_core-490659a17fee01c5.fil_ocl_core.d6017462-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/fil_ocl_core-490659a17fee01c5.fil_ocl_core.d6017462-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/fil_ocl_core-490659a17fee01c5.fil_ocl_core.d6017462-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/fil_ocl_core-490659a17fee01c5.fil_ocl_core.d6017462-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/fil_ocl_core-490659a17fee01c5.fil_ocl_core.d6017462-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/fil_ocl_core-490659a17fee01c5.41xt1i7ol098xxuv.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-af71f5d5e2187f62.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-976ae3a75486bc7b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-638f891af6f9e3c4.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-52ee1e0bb1279132.rlib" "/opt/rustwide/target/debug/deps/libcl_sys-c2a87e5198508d76.rlib" "/opt/rustwide/target/debug/deps/libfailure-03f7c327e4cfb787.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-f08807eebaed7902.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-7944769413643ed0.rlib" "/opt/rustwide/target/debug/deps/libadler-9d91af25e56b3838.rlib" "/opt/rustwide/target/debug/deps/libobject-8a9fce44bd1a7a3c.rlib" "/opt/rustwide/target/debug/deps/libaddr2line-6cc8a696dee8d994.rlib" "/opt/rustwide/target/debug/deps/libgimli-cc404859d3654484.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-97437e183f3ae6e4.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-db76dfe7b92bf8d2.rlib" "/opt/rustwide/target/debug/deps/libocl_core_vector-7ab4770e70e6b870.rlib" "/opt/rustwide/target/debug/deps/libnum-166915e7472181d2.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-b911c1b6dddef18d.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-a82459a7ff65c058.rlib" "/opt/rustwide/target/debug/deps/librand-27144b6af1c786f0.rlib" "/opt/rustwide/target/debug/deps/liblibc-cfc28229aa96391a.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-36c29e0fcbca8588.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-d9102770f1d8d2b0.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-55d0fd872b573d67.rlib" "/opt/rustwide/target/debug/deps/librustc_serialize-bdf045fabfc65aef.rlib" "/opt/rustwide/target/debug/deps/libenum_primitive-fdd3686485ff03c4.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-97bbfcaf67cd15ee.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-e611f1a591721d53.rlib" "/opt/rustwide/target/debug/deps/libbitflags-6063cd2c96572b53.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-9a950938f3668a37.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-3b1b529ec96b3df7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-ac333df4e6839cea.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-22a9ff9d2be6d427.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-5decbb94c7d60860.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-29a9663b62a1cd00.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-6f0cee0dbab2d3f8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-f5dc7d1d28c5c249.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-d19bda9ef557e755.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-82a955fd13db2399.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-44f3e7c1b7cc17ef.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-3ee6f750c5f3c2cf.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-ae5e1795dcba83e8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-8d545d8592f2b534.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-c4c222675f83fd37.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-c1e9c53e75e301ed.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-beea7d9617fe25c5.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-8ef7dd43fc671f88.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-80a2b295510dd038.rlib" "-Wl,-Bdynamic" "-lOpenCL" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2021-09-08-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/fil_ocl_core-490659a17fee01c5" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lOpenCL [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 39 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "c0d05de544731bf8afe5c612d56828258367b666cb859f4a710f08c12f4f9345", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c0d05de544731bf8afe5c612d56828258367b666cb859f4a710f08c12f4f9345", kill_on_drop: false }` [INFO] [stdout] c0d05de544731bf8afe5c612d56828258367b666cb859f4a710f08c12f4f9345