[INFO] crate fil-ocl 0.19.4 is already in cache [INFO] testing fil-ocl-0.19.4 against beta-2020-07-24 for beta-1.46-1 [INFO] extracting crate fil-ocl 0.19.4 into /workspace/builds/worker-13/source [INFO] validating manifest of crates.io crate fil-ocl 0.19.4 on toolchain beta-2020-07-24 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate fil-ocl 0.19.4 [INFO] finished tweaking crates.io crate fil-ocl 0.19.4 [INFO] tweaked toml for crates.io crate fil-ocl 0.19.4 written to /workspace/builds/worker-13/source/Cargo.toml [INFO] crate crates.io crate fil-ocl 0.19.4 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2020-07-24" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "metadata" "--no-deps" "--format-version=1", 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] 3ed74b2642b463eda2517dc54c918325acf4c24eab2f3988d4b6a69992ba103b [INFO] running `Command { std: "docker" "start" "-a" "3ed74b2642b463eda2517dc54c918325acf4c24eab2f3988d4b6a69992ba103b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3ed74b2642b463eda2517dc54c918325acf4c24eab2f3988d4b6a69992ba103b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3ed74b2642b463eda2517dc54c918325acf4c24eab2f3988d4b6a69992ba103b", kill_on_drop: false }` [INFO] [stdout] 3ed74b2642b463eda2517dc54c918325acf4c24eab2f3988d4b6a69992ba103b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6341519a63d120858a796cc0d46aa836a1287cb0c97ea55b74c01be7679abc8e [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" "6341519a63d120858a796cc0d46aa836a1287cb0c97ea55b74c01be7679abc8e", kill_on_drop: false }` [INFO] [stderr] Compiling nodrop v0.1.14 [INFO] [stderr] Compiling cl-sys v0.4.2 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling num-iter v0.1.39 [INFO] [stderr] Compiling fil-ocl-core v0.11.3 [INFO] [stderr] Compiling memoffset v0.5.2 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling arrayvec v0.4.12 [INFO] [stderr] Compiling crossbeam-epoch v0.7.2 [INFO] [stderr] Compiling crossbeam-deque v0.7.1 [INFO] [stderr] Compiling crossbeam v0.7.2 [INFO] [stderr] Compiling qutex v0.2.3 [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 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 fil-ocl v0.19.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stdout] --> src/standard/event.rs:293:17 [INFO] [stdout] | [INFO] [stdout] 293 | array = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 32.00s [INFO] running `Command { std: "docker" "inspect" "6341519a63d120858a796cc0d46aa836a1287cb0c97ea55b74c01be7679abc8e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6341519a63d120858a796cc0d46aa836a1287cb0c97ea55b74c01be7679abc8e", kill_on_drop: false }` [INFO] [stdout] 6341519a63d120858a796cc0d46aa836a1287cb0c97ea55b74c01be7679abc8e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-07-24" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b272b77682713d33821827f0208564e3ce05b935f1007959b9d811a8614a20bd [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" "b272b77682713d33821827f0208564e3ce05b935f1007959b9d811a8614a20bd", kill_on_drop: false }` [INFO] [stderr] Compiling colorify v0.2.3 [INFO] [stderr] Compiling futures-core-preview v0.2.3 [INFO] [stderr] Compiling ocl-core v0.11.2 [INFO] [stderr] Compiling num_cpus v1.11.0 [INFO] [stderr] Compiling chrono v0.2.25 [INFO] [stdout] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stdout] --> src/standard/event.rs:293:17 [INFO] [stdout] | [INFO] [stdout] 293 | array = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling futures-cpupool v0.1.8 [INFO] [stderr] Compiling futures-channel-preview v0.2.2 [INFO] [stderr] Compiling futures-io-preview v0.2.2 [INFO] [stderr] Compiling futures-sink-preview v0.2.2 [INFO] [stderr] Compiling futures-util-preview v0.2.2 [INFO] [stderr] Compiling futures-executor-preview v0.2.2 [INFO] [stderr] Compiling futures-stable-preview v0.2.3 [INFO] [stderr] Compiling futures-async-runtime-preview v0.2.3 [INFO] [stderr] Compiling futures-preview v0.2.2 [INFO] [stderr] Compiling ocl v0.19.3 [INFO] [stderr] Compiling ocl-extras v0.1.1 [INFO] [stderr] Compiling fil-ocl v0.19.4 (/opt/rustwide/workdir) [INFO] [stdout] error[E0463]: can't find crate for `ocl` [INFO] [stdout] --> examples/buffer_sink.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | extern crate ocl; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0463`. [INFO] [stdout] [INFO] [stderr] error: could not compile `fil-ocl`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0277]: the trait bound `&std::vec::Vec: std::borrow::Borrow` is not satisfied [INFO] [stdout] --> examples/img_formats.rs:8:49 [INFO] [stdout] | [INFO] [stdout] 8 | for (d_idx, device) in Device::list_all(&platform)?.into_iter().enumerate() { [INFO] [stdout] | ^^^^^^^^^ the trait `std::borrow::Borrow` is not implemented for `&std::vec::Vec` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/standard/device.rs:343:24 [INFO] [stdout] | [INFO] [stdout] 343 | pub fn list_all>(platform: P) -> OclResult> { [INFO] [stdout] | ---------------- required by this bound in `ocl::Device::list_all` [INFO] [stdout] | [INFO] [stdout] = help: the following implementations were found: [INFO] [stdout] as std::borrow::Borrow<[T]>> [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `name` found for struct `std::vec::Vec` in the current scope [INFO] [stdout] --> examples/img_formats.rs:9:66 [INFO] [stdout] | [INFO] [stdout] 9 | printlnc!(blue: "Platform [{}]: {}", p_idx, platform.name()?); [INFO] [stdout] | ^^^^ method not found in `std::vec::Vec` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> examples/device_check.rs:82:1 [INFO] [stdout] | [INFO] [stdout] 82 | / lazy_static! { [INFO] [stdout] 83 | | pub static ref CONFIG_MAPPED_WRITE_OOO_ASYNC: Switches = Switches { [INFO] [stdout] 84 | | config_name: "Out of Order | Async-Future ", [INFO] [stdout] 85 | | kern: Kern { [INFO] [stdout] ... | [INFO] [stdout] 277 | | }; [INFO] [stdout] 278 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> examples/device_check.rs:82:1 [INFO] [stdout] | [INFO] [stdout] 82 | / lazy_static! { [INFO] [stdout] 83 | | pub static ref CONFIG_MAPPED_WRITE_OOO_ASYNC: Switches = Switches { [INFO] [stdout] 84 | | config_name: "Out of Order | Async-Future ", [INFO] [stdout] 85 | | kern: Kern { [INFO] [stdout] ... | [INFO] [stdout] 277 | | }; [INFO] [stdout] 278 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> examples/device_check.rs:82:1 [INFO] [stdout] | [INFO] [stdout] 82 | / lazy_static! { [INFO] [stdout] 83 | | pub static ref CONFIG_MAPPED_WRITE_OOO_ASYNC: Switches = Switches { [INFO] [stdout] 84 | | config_name: "Out of Order | Async-Future ", [INFO] [stdout] 85 | | kern: Kern { [INFO] [stdout] ... | [INFO] [stdout] 277 | | }; [INFO] [stdout] 278 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> examples/device_check.rs:82:1 [INFO] [stdout] | [INFO] [stdout] 82 | / lazy_static! { [INFO] [stdout] 83 | | pub static ref CONFIG_MAPPED_WRITE_OOO_ASYNC: Switches = Switches { [INFO] [stdout] 84 | | config_name: "Out of Order | Async-Future ", [INFO] [stdout] 85 | | kern: Kern { [INFO] [stdout] ... | [INFO] [stdout] 277 | | }; [INFO] [stdout] 278 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> examples/device_check.rs:82:1 [INFO] [stdout] | [INFO] [stdout] 82 | / lazy_static! { [INFO] [stdout] 83 | | pub static ref CONFIG_MAPPED_WRITE_OOO_ASYNC: Switches = Switches { [INFO] [stdout] 84 | | config_name: "Out of Order | Async-Future ", [INFO] [stdout] 85 | | kern: Kern { [INFO] [stdout] ... | [INFO] [stdout] 277 | | }; [INFO] [stdout] 278 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> examples/device_check.rs:82:1 [INFO] [stdout] | [INFO] [stdout] 82 | / lazy_static! { [INFO] [stdout] 83 | | pub static ref CONFIG_MAPPED_WRITE_OOO_ASYNC: Switches = Switches { [INFO] [stdout] 84 | | config_name: "Out of Order | Async-Future ", [INFO] [stdout] 85 | | kern: Kern { [INFO] [stdout] ... | [INFO] [stdout] 277 | | }; [INFO] [stdout] 278 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stdout] --> examples/device_check.rs:82:1 [INFO] [stdout] | [INFO] [stdout] 82 | / lazy_static! { [INFO] [stdout] 83 | | pub static ref CONFIG_MAPPED_WRITE_OOO_ASYNC: Switches = Switches { [INFO] [stdout] 84 | | config_name: "Out of Order | Async-Future ", [INFO] [stdout] 85 | | kern: Kern { [INFO] [stdout] ... | [INFO] [stdout] 277 | | }; [INFO] [stdout] 278 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `len` found for enum `std::result::Result, ocl::Error>` in the current scope [INFO] [stdout] --> examples/threads.rs:34:69 [INFO] [stdout] | [INFO] [stdout] 34 | println!("Looping through avaliable platforms ({}):", platforms.len()); [INFO] [stdout] | ^^^ method not found in `std::result::Result, ocl::Error>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `len` found for enum `std::result::Result, ocl::Error>` in the current scope [INFO] [stdout] --> examples/info.rs:35:69 [INFO] [stdout] | [INFO] [stdout] 35 | println!("Looping through avaliable platforms ({}):", platforms.len()); [INFO] [stdout] | ^^^ method not found in `std::result::Result, ocl::Error>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `len` found for enum `std::result::Result, ocl::Error>` in the current scope [INFO] [stdout] --> examples/threads.rs:37:31 [INFO] [stdout] | [INFO] [stdout] 37 | for p_idx in 0..platforms.len() { [INFO] [stdout] | ^^^ method not found in `std::result::Result, ocl::Error>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0608]: cannot index into a value of type `std::result::Result, ocl::Error>` [INFO] [stdout] --> examples/threads.rs:38:25 [INFO] [stdout] | [INFO] [stdout] 38 | let platform = &platforms[p_idx]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `len` found for enum `std::result::Result, ocl::Error>` in the current scope [INFO] [stdout] --> examples/info.rs:38:31 [INFO] [stdout] | [INFO] [stdout] 38 | for p_idx in 0..platforms.len() { [INFO] [stdout] | ^^^ method not found in `std::result::Result, ocl::Error>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0608]: cannot index into a value of type `std::result::Result, ocl::Error>` [INFO] [stdout] --> examples/info.rs:39:25 [INFO] [stdout] | [INFO] [stdout] 39 | let platform = &platforms[p_idx]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `T: ocl_core::traits::OclPrm` is not satisfied [INFO] [stdout] --> examples/async_menagerie.rs:119:73 [INFO] [stdout] | [INFO] [stdout] 119 | pub fn fill(&self, pattern: T, cmd_idx: usize, buf_pool: &SubBufferPool) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ the trait `ocl_core::traits::OclPrm` is not implemented for `T` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ocl-extras-0.1.1/src/sub_buffer_pool.rs:17:29 [INFO] [stdout] | [INFO] [stdout] 17 | pub struct SubBufferPool { [INFO] [stdout] | ------ required by this bound in `extras::SubBufferPool` [INFO] [stdout] | [INFO] [stdout] help: consider further restricting this bound [INFO] [stdout] | [INFO] [stdout] 119 | pub fn fill(&self, pattern: T, cmd_idx: usize, buf_pool: &SubBufferPool) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `T: ocl_core::traits::OclPrm` is not satisfied [INFO] [stdout] --> examples/async_menagerie.rs:137:60 [INFO] [stdout] | [INFO] [stdout] 137 | pub fn map(&self, cmd_idx: usize, buf_pool: &SubBufferPool) -> FutureMemMap [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ the trait `ocl_core::traits::OclPrm` is not implemented for `T` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ocl-extras-0.1.1/src/sub_buffer_pool.rs:17:29 [INFO] [stdout] | [INFO] [stdout] 17 | pub struct SubBufferPool { [INFO] [stdout] | ------ required by this bound in `extras::SubBufferPool` [INFO] [stdout] | [INFO] [stdout] help: consider further restricting this bound [INFO] [stdout] | [INFO] [stdout] 137 | pub fn map(&self, cmd_idx: usize, buf_pool: &SubBufferPool) -> FutureMemMap [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `T: ocl_core::traits::OclPrm` is not satisfied [INFO] [stdout] --> examples/async_menagerie.rs:170:61 [INFO] [stdout] | [INFO] [stdout] 170 | pub fn copy(&self, cmd_idx: usize, buf_pool: &SubBufferPool) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ the trait `ocl_core::traits::OclPrm` is not implemented for `T` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ocl-extras-0.1.1/src/sub_buffer_pool.rs:17:29 [INFO] [stdout] | [INFO] [stdout] 17 | pub struct SubBufferPool { [INFO] [stdout] | ------ required by this bound in `extras::SubBufferPool` [INFO] [stdout] | [INFO] [stdout] help: consider further restricting this bound [INFO] [stdout] | [INFO] [stdout] 170 | pub fn copy(&self, cmd_idx: usize, buf_pool: &SubBufferPool) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> examples/img_formats.rs:12:55 [INFO] [stdout] | [INFO] [stdout] 12 | let context = Context::builder().platform(platform).devices(device).build()?; [INFO] [stdout] | ^^^^^^^^ expected struct `ocl::Platform`, found struct `std::vec::Vec` [INFO] [stdout] | [INFO] [stdout] = note: expected struct `ocl::Platform` [INFO] [stdout] found struct `std::vec::Vec` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0308, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0599, E0608. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0599`. [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0599, E0608. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0599`. [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `&std::vec::Vec: std::borrow::Borrow` is not satisfied [INFO] [stdout] --> examples/device_check.rs:1076:40 [INFO] [stdout] | [INFO] [stdout] 1076 | let devices = Device::list_all(&platform).unwrap(); [INFO] [stdout] | ^^^^^^^^^ the trait `std::borrow::Borrow` is not implemented for `&std::vec::Vec` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/workdir/src/standard/device.rs:343:24 [INFO] [stdout] | [INFO] [stdout] 343 | pub fn list_all>(platform: P) -> OclResult> { [INFO] [stdout] | ---------------- required by this bound in `ocl::Device::list_all` [INFO] [stdout] | [INFO] [stdout] = help: the following implementations were found: [INFO] [stdout] as std::borrow::Borrow<[T]>> [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `name` found for struct `std::vec::Vec` in the current scope [INFO] [stdout] --> examples/device_check.rs:1079:66 [INFO] [stdout] | [INFO] [stdout] 1079 | printlnc!(blue: "Platform [{}]: {}", p_idx, platform.name()?); [INFO] [stdout] | ^^^^ method not found in `std::vec::Vec` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> examples/info_core.rs:573:34 [INFO] [stdout] | [INFO] [stdout] 573 | print_platform(plat_idx, platform)?; [INFO] [stdout] | ^^^^^^^^ expected struct `ocl::Platform`, found struct `std::vec::Vec` [INFO] [stdout] | [INFO] [stdout] = note: expected struct `ocl::Platform` [INFO] [stdout] found struct `std::vec::Vec` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0308`. [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> examples/device_check.rs:1085:31 [INFO] [stdout] | [INFO] [stdout] 1085 | .platform(platform) [INFO] [stdout] | ^^^^^^^^ expected struct `ocl::Platform`, found struct `std::vec::Vec` [INFO] [stdout] | [INFO] [stdout] = note: expected struct `ocl::Platform` [INFO] [stdout] found struct `std::vec::Vec` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated item 'std::mem::uninitialized': use `mem::MaybeUninit` instead [INFO] [stdout] --> src/standard/event.rs:293:17 [INFO] [stdout] | [INFO] [stdout] 293 | array = mem::uninitialized(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors; 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0308, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-Wl,--eh-frame-hdr" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/trivial-653ce22f4de1aaa7.trivial.5guxgkt0-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/trivial-653ce22f4de1aaa7.trivial.5guxgkt0-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/trivial-653ce22f4de1aaa7.trivial.5guxgkt0-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/trivial-653ce22f4de1aaa7.trivial.5guxgkt0-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/trivial-653ce22f4de1aaa7.trivial.5guxgkt0-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/trivial-653ce22f4de1aaa7.trivial.5guxgkt0-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/trivial-653ce22f4de1aaa7.trivial.5guxgkt0-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/trivial-653ce22f4de1aaa7.trivial.5guxgkt0-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/trivial-653ce22f4de1aaa7.trivial.5guxgkt0-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/trivial-653ce22f4de1aaa7.trivial.5guxgkt0-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/trivial-653ce22f4de1aaa7.trivial.5guxgkt0-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/trivial-653ce22f4de1aaa7.trivial.5guxgkt0-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/trivial-653ce22f4de1aaa7.trivial.5guxgkt0-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/trivial-653ce22f4de1aaa7.trivial.5guxgkt0-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/trivial-653ce22f4de1aaa7.trivial.5guxgkt0-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/trivial-653ce22f4de1aaa7.trivial.5guxgkt0-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/trivial-653ce22f4de1aaa7" "/opt/rustwide/target/debug/examples/trivial-653ce22f4de1aaa7.4jihcoj93bfo0crl.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-cbf6ab61503a0820/out" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libfil_ocl-7df0e087c7ac32e1.rlib" "/opt/rustwide/target/debug/deps/libqutex-22741395e7684aaa.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam-8b2932696dc06cdb.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-80da2ad14da9bcb3.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-cc92721c045f7d71.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-59f1c1786cf9187e.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-11e25d059e2f6986.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-5d7f87962d1afbbe.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-d107d16c05894025.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-3de8c5c7cd3d3981.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-03dc560a77c5aa3e.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-cb0e72a19333ddce.rlib" "/opt/rustwide/target/debug/deps/libnodrop-1b17eb7fde862582.rlib" "/opt/rustwide/target/debug/deps/libfil_ocl_core-5549652b42ac8524.rlib" "/opt/rustwide/target/debug/deps/libcl_sys-5a6ca4c678fd35f2.rlib" "/opt/rustwide/target/debug/deps/libocl_core_vector-a250377d299465de.rlib" "/opt/rustwide/target/debug/deps/libnum-1593378cd8875a15.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-16fa9eceacce93c2.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-c1293f28289d801a.rlib" "/opt/rustwide/target/debug/deps/librand-5ccaf8e2caf167e6.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-fa898c419f10cef5.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-0a574555ab4ee222.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-4031bf41915bdfae.rlib" "/opt/rustwide/target/debug/deps/librustc_serialize-826df4b40c62d022.rlib" "/opt/rustwide/target/debug/deps/libenum_primitive-986cc5f27b3f900c.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-fb1417ebe3a7ee60.rlib" "/opt/rustwide/target/debug/deps/libbitflags-ef3b499484556621.rlib" "/opt/rustwide/target/debug/deps/libfailure-8e0dc457deaa938c.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-03abb52950c21056.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-3e6cc380081498e2.rlib" "/opt/rustwide/target/debug/deps/liblibc-2ca630c562f5ea6c.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-727e218cbe4629d5.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-becdbf8f7e05c013.rlib" "/opt/rustwide/target/debug/deps/libfutures-8d5b1305e81659b8.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-988caa7f9c804f4a.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-d66e0ceb8eaec9b8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-9717ec0599b569a0.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-04369de9ba916647.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-997d622c2e4dbe5c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-0359c4288a5ef89f.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-1b25ede22d698ab3.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-37940b486a68e488.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-06b77c27e794c7c6.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-4d07e02a8df36da1.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-fb29e0695c0a0f79.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e16188b4cf97e8bb.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-5eb391c8dabdee77.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-b0689b528b222bee.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ed072ac495e62e7a.rlib" "-Wl,-Bdynamic" "-lOpenCL" "-lOpenCL" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lOpenCL [INFO] [stdout] /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 code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-Wl,--eh-frame-hdr" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/basics-af1e9d822b93d723.basics.74cgxfgr-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/basics-af1e9d822b93d723.basics.74cgxfgr-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/basics-af1e9d822b93d723.basics.74cgxfgr-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/basics-af1e9d822b93d723.basics.74cgxfgr-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/basics-af1e9d822b93d723.basics.74cgxfgr-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/basics-af1e9d822b93d723.basics.74cgxfgr-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/basics-af1e9d822b93d723.basics.74cgxfgr-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/basics-af1e9d822b93d723.basics.74cgxfgr-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/basics-af1e9d822b93d723.basics.74cgxfgr-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/basics-af1e9d822b93d723.basics.74cgxfgr-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/basics-af1e9d822b93d723.basics.74cgxfgr-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/basics-af1e9d822b93d723.basics.74cgxfgr-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/basics-af1e9d822b93d723.basics.74cgxfgr-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/basics-af1e9d822b93d723.basics.74cgxfgr-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/basics-af1e9d822b93d723.basics.74cgxfgr-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/basics-af1e9d822b93d723.basics.74cgxfgr-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/basics-af1e9d822b93d723" "/opt/rustwide/target/debug/examples/basics-af1e9d822b93d723.3yshnv7swfu7fpz.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-cbf6ab61503a0820/out" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libocl_extras-14e4daf65fa365e7.rlib" "/opt/rustwide/target/debug/deps/libfutures-cb117b0f4ad05724.rlib" "/opt/rustwide/target/debug/deps/libfutures_stable-ee1091faca2e9c62.rlib" "/opt/rustwide/target/debug/deps/libfutures_executor-63554e3bede9c563.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-571cdfc0cd165c60.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-42f5de62f850c43e.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-70aff2773856f66c.rlib" "/opt/rustwide/target/debug/deps/libfutures_io-a101bdfd587c2c85.rlib" "/opt/rustwide/target/debug/deps/libiovec-cc2529c5356fcf3b.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-3ff4f904a743f4f3.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-d75dcdee0f4bf09a.rlib" "/opt/rustwide/target/debug/deps/libeither-da824d9ac0aa77fa.rlib" "/opt/rustwide/target/debug/deps/libfutures_async_runtime-e0900e9d499cb9d3.rlib" "/opt/rustwide/target/debug/deps/libocl-6f45c34df31f2b9f.rlib" "/opt/rustwide/target/debug/deps/libocl_core-dd587a6be53d6a94.rlib" "/opt/rustwide/target/debug/deps/libfil_ocl-7df0e087c7ac32e1.rlib" "/opt/rustwide/target/debug/deps/libqutex-22741395e7684aaa.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam-8b2932696dc06cdb.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-80da2ad14da9bcb3.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-cc92721c045f7d71.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-59f1c1786cf9187e.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-11e25d059e2f6986.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-5d7f87962d1afbbe.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-d107d16c05894025.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-3de8c5c7cd3d3981.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-03dc560a77c5aa3e.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-cb0e72a19333ddce.rlib" "/opt/rustwide/target/debug/deps/libnodrop-1b17eb7fde862582.rlib" "/opt/rustwide/target/debug/deps/libfil_ocl_core-5549652b42ac8524.rlib" "/opt/rustwide/target/debug/deps/libcl_sys-5a6ca4c678fd35f2.rlib" "/opt/rustwide/target/debug/deps/libocl_core_vector-a250377d299465de.rlib" "/opt/rustwide/target/debug/deps/libnum-1593378cd8875a15.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-16fa9eceacce93c2.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-c1293f28289d801a.rlib" "/opt/rustwide/target/debug/deps/librand-5ccaf8e2caf167e6.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-fa898c419f10cef5.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-0a574555ab4ee222.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-4031bf41915bdfae.rlib" "/opt/rustwide/target/debug/deps/librustc_serialize-826df4b40c62d022.rlib" "/opt/rustwide/target/debug/deps/libenum_primitive-986cc5f27b3f900c.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-fb1417ebe3a7ee60.rlib" "/opt/rustwide/target/debug/deps/libbitflags-ef3b499484556621.rlib" "/opt/rustwide/target/debug/deps/libfailure-8e0dc457deaa938c.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-03abb52950c21056.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-3e6cc380081498e2.rlib" "/opt/rustwide/target/debug/deps/liblibc-2ca630c562f5ea6c.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-727e218cbe4629d5.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-becdbf8f7e05c013.rlib" "/opt/rustwide/target/debug/deps/libfutures-8d5b1305e81659b8.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-988caa7f9c804f4a.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-d66e0ceb8eaec9b8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-9717ec0599b569a0.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-04369de9ba916647.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-997d622c2e4dbe5c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-0359c4288a5ef89f.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-1b25ede22d698ab3.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-37940b486a68e488.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-06b77c27e794c7c6.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-4d07e02a8df36da1.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-fb29e0695c0a0f79.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e16188b4cf97e8bb.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-5eb391c8dabdee77.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-b0689b528b222bee.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ed072ac495e62e7a.rlib" "-Wl,-Bdynamic" "-lOpenCL" "-lOpenCL" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lOpenCL [INFO] [stdout] /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 code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-Wl,--eh-frame-hdr" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/timed-b17f3c0421e37960.timed.3dln57av-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/timed-b17f3c0421e37960.timed.3dln57av-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/timed-b17f3c0421e37960.timed.3dln57av-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/timed-b17f3c0421e37960.timed.3dln57av-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/timed-b17f3c0421e37960.timed.3dln57av-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/timed-b17f3c0421e37960.timed.3dln57av-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/timed-b17f3c0421e37960.timed.3dln57av-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/timed-b17f3c0421e37960.timed.3dln57av-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/timed-b17f3c0421e37960.timed.3dln57av-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/timed-b17f3c0421e37960.timed.3dln57av-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/timed-b17f3c0421e37960.timed.3dln57av-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/timed-b17f3c0421e37960.timed.3dln57av-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/timed-b17f3c0421e37960.timed.3dln57av-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/timed-b17f3c0421e37960.timed.3dln57av-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/timed-b17f3c0421e37960.timed.3dln57av-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/timed-b17f3c0421e37960.timed.3dln57av-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/timed-b17f3c0421e37960" "/opt/rustwide/target/debug/examples/timed-b17f3c0421e37960.31f9qgidler84hyt.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-cbf6ab61503a0820/out" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libocl_extras-14e4daf65fa365e7.rlib" "/opt/rustwide/target/debug/deps/libfutures-cb117b0f4ad05724.rlib" "/opt/rustwide/target/debug/deps/libfutures_stable-ee1091faca2e9c62.rlib" "/opt/rustwide/target/debug/deps/libfutures_executor-63554e3bede9c563.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-571cdfc0cd165c60.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-42f5de62f850c43e.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-70aff2773856f66c.rlib" "/opt/rustwide/target/debug/deps/libfutures_io-a101bdfd587c2c85.rlib" "/opt/rustwide/target/debug/deps/libiovec-cc2529c5356fcf3b.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-3ff4f904a743f4f3.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-d75dcdee0f4bf09a.rlib" "/opt/rustwide/target/debug/deps/libeither-da824d9ac0aa77fa.rlib" "/opt/rustwide/target/debug/deps/libfutures_async_runtime-e0900e9d499cb9d3.rlib" "/opt/rustwide/target/debug/deps/libocl-6f45c34df31f2b9f.rlib" "/opt/rustwide/target/debug/deps/libocl_core-dd587a6be53d6a94.rlib" "/opt/rustwide/target/debug/deps/libfil_ocl-7df0e087c7ac32e1.rlib" "/opt/rustwide/target/debug/deps/libqutex-22741395e7684aaa.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam-8b2932696dc06cdb.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-80da2ad14da9bcb3.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-cc92721c045f7d71.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-59f1c1786cf9187e.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-11e25d059e2f6986.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-5d7f87962d1afbbe.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-d107d16c05894025.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-3de8c5c7cd3d3981.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-03dc560a77c5aa3e.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-cb0e72a19333ddce.rlib" "/opt/rustwide/target/debug/deps/libnodrop-1b17eb7fde862582.rlib" "/opt/rustwide/target/debug/deps/libfil_ocl_core-5549652b42ac8524.rlib" "/opt/rustwide/target/debug/deps/libcl_sys-5a6ca4c678fd35f2.rlib" "/opt/rustwide/target/debug/deps/libocl_core_vector-a250377d299465de.rlib" "/opt/rustwide/target/debug/deps/libnum-1593378cd8875a15.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-16fa9eceacce93c2.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-c1293f28289d801a.rlib" "/opt/rustwide/target/debug/deps/librand-5ccaf8e2caf167e6.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-fa898c419f10cef5.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-0a574555ab4ee222.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-4031bf41915bdfae.rlib" "/opt/rustwide/target/debug/deps/librustc_serialize-826df4b40c62d022.rlib" "/opt/rustwide/target/debug/deps/libenum_primitive-986cc5f27b3f900c.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-fb1417ebe3a7ee60.rlib" "/opt/rustwide/target/debug/deps/libbitflags-ef3b499484556621.rlib" "/opt/rustwide/target/debug/deps/libfailure-8e0dc457deaa938c.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-03abb52950c21056.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-3e6cc380081498e2.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-727e218cbe4629d5.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-becdbf8f7e05c013.rlib" "/opt/rustwide/target/debug/deps/libfutures-8d5b1305e81659b8.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-988caa7f9c804f4a.rlib" "/opt/rustwide/target/debug/deps/libtime-2350399e0838e27e.rlib" "/opt/rustwide/target/debug/deps/liblibc-2ca630c562f5ea6c.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-d66e0ceb8eaec9b8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-9717ec0599b569a0.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-04369de9ba916647.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-997d622c2e4dbe5c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-0359c4288a5ef89f.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-1b25ede22d698ab3.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-37940b486a68e488.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-06b77c27e794c7c6.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-4d07e02a8df36da1.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-fb29e0695c0a0f79.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e16188b4cf97e8bb.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-5eb391c8dabdee77.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-b0689b528b222bee.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ed072ac495e62e7a.rlib" "-Wl,-Bdynamic" "-lOpenCL" "-lOpenCL" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lOpenCL [INFO] [stdout] /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[E0599]: no method named `len` found for enum `std::result::Result, error::Error>` in the current scope [INFO] [stdout] --> src/tests/concurrent.rs:61:69 [INFO] [stdout] | [INFO] [stdout] 61 | println!("Looping through avaliable platforms ({}):", platforms.len()); [INFO] [stdout] | ^^^ method not found in `std::result::Result, error::Error>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `len` found for enum `std::result::Result, error::Error>` in the current scope [INFO] [stdout] --> src/tests/concurrent.rs:64:31 [INFO] [stdout] | [INFO] [stdout] 64 | for p_idx in 0..platforms.len() { [INFO] [stdout] | ^^^ method not found in `std::result::Result, error::Error>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0608]: cannot index into a value of type `std::result::Result, error::Error>` [INFO] [stdout] --> src/tests/concurrent.rs:65:25 [INFO] [stdout] | [INFO] [stdout] 65 | let platform = &platforms[p_idx]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-Wl,--eh-frame-hdr" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/event_callbacks-ef97d95f8261d720.event_callbacks.1yktty6k-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/event_callbacks-ef97d95f8261d720.event_callbacks.1yktty6k-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/event_callbacks-ef97d95f8261d720.event_callbacks.1yktty6k-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/event_callbacks-ef97d95f8261d720.event_callbacks.1yktty6k-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/event_callbacks-ef97d95f8261d720.event_callbacks.1yktty6k-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/event_callbacks-ef97d95f8261d720.event_callbacks.1yktty6k-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/event_callbacks-ef97d95f8261d720.event_callbacks.1yktty6k-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/event_callbacks-ef97d95f8261d720.event_callbacks.1yktty6k-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/event_callbacks-ef97d95f8261d720.event_callbacks.1yktty6k-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/event_callbacks-ef97d95f8261d720.event_callbacks.1yktty6k-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/event_callbacks-ef97d95f8261d720.event_callbacks.1yktty6k-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/event_callbacks-ef97d95f8261d720.event_callbacks.1yktty6k-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/event_callbacks-ef97d95f8261d720.event_callbacks.1yktty6k-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/event_callbacks-ef97d95f8261d720.event_callbacks.1yktty6k-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/event_callbacks-ef97d95f8261d720.event_callbacks.1yktty6k-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/event_callbacks-ef97d95f8261d720.event_callbacks.1yktty6k-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/event_callbacks-ef97d95f8261d720" "/opt/rustwide/target/debug/examples/event_callbacks-ef97d95f8261d720.4qhkh97mq5csl74c.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-cbf6ab61503a0820/out" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libfind_folder-74bd104ef13d8382.rlib" "/opt/rustwide/target/debug/deps/libocl_extras-14e4daf65fa365e7.rlib" "/opt/rustwide/target/debug/deps/libfutures-cb117b0f4ad05724.rlib" "/opt/rustwide/target/debug/deps/libfutures_stable-ee1091faca2e9c62.rlib" "/opt/rustwide/target/debug/deps/libfutures_executor-63554e3bede9c563.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-571cdfc0cd165c60.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-42f5de62f850c43e.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-70aff2773856f66c.rlib" "/opt/rustwide/target/debug/deps/libfutures_io-a101bdfd587c2c85.rlib" "/opt/rustwide/target/debug/deps/libiovec-cc2529c5356fcf3b.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-3ff4f904a743f4f3.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-d75dcdee0f4bf09a.rlib" "/opt/rustwide/target/debug/deps/libeither-da824d9ac0aa77fa.rlib" "/opt/rustwide/target/debug/deps/libfutures_async_runtime-e0900e9d499cb9d3.rlib" "/opt/rustwide/target/debug/deps/libocl-6f45c34df31f2b9f.rlib" "/opt/rustwide/target/debug/deps/libocl_core-dd587a6be53d6a94.rlib" "/opt/rustwide/target/debug/deps/libfil_ocl-7df0e087c7ac32e1.rlib" "/opt/rustwide/target/debug/deps/libqutex-22741395e7684aaa.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam-8b2932696dc06cdb.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-80da2ad14da9bcb3.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-cc92721c045f7d71.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-59f1c1786cf9187e.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-11e25d059e2f6986.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-5d7f87962d1afbbe.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-d107d16c05894025.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-3de8c5c7cd3d3981.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-03dc560a77c5aa3e.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-cb0e72a19333ddce.rlib" "/opt/rustwide/target/debug/deps/libnodrop-1b17eb7fde862582.rlib" "/opt/rustwide/target/debug/deps/libfil_ocl_core-5549652b42ac8524.rlib" "/opt/rustwide/target/debug/deps/libcl_sys-5a6ca4c678fd35f2.rlib" "/opt/rustwide/target/debug/deps/libocl_core_vector-a250377d299465de.rlib" "/opt/rustwide/target/debug/deps/libnum-1593378cd8875a15.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-16fa9eceacce93c2.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-c1293f28289d801a.rlib" "/opt/rustwide/target/debug/deps/librand-5ccaf8e2caf167e6.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-fa898c419f10cef5.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-0a574555ab4ee222.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-4031bf41915bdfae.rlib" "/opt/rustwide/target/debug/deps/librustc_serialize-826df4b40c62d022.rlib" "/opt/rustwide/target/debug/deps/libenum_primitive-986cc5f27b3f900c.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-fb1417ebe3a7ee60.rlib" "/opt/rustwide/target/debug/deps/libbitflags-ef3b499484556621.rlib" "/opt/rustwide/target/debug/deps/libfailure-8e0dc457deaa938c.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-03abb52950c21056.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-3e6cc380081498e2.rlib" "/opt/rustwide/target/debug/deps/liblibc-2ca630c562f5ea6c.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-727e218cbe4629d5.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-becdbf8f7e05c013.rlib" "/opt/rustwide/target/debug/deps/libfutures-8d5b1305e81659b8.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-988caa7f9c804f4a.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-d66e0ceb8eaec9b8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-9717ec0599b569a0.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-04369de9ba916647.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-997d622c2e4dbe5c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-0359c4288a5ef89f.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-1b25ede22d698ab3.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-37940b486a68e488.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-06b77c27e794c7c6.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-4d07e02a8df36da1.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-fb29e0695c0a0f79.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e16188b4cf97e8bb.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-5eb391c8dabdee77.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-b0689b528b222bee.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ed072ac495e62e7a.rlib" "-Wl,-Bdynamic" "-lOpenCL" "-lOpenCL" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lOpenCL [INFO] [stdout] /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[E0599]: no method named `len` found for enum `std::result::Result, error::Error>` in the current scope [INFO] [stdout] --> src/tests/context_props.rs:17:73 [INFO] [stdout] | [INFO] [stdout] 17 | println!("Looping through each avaliable platform ({}):", platforms.len()); [INFO] [stdout] | ^^^ method not found in `std::result::Result, error::Error>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `len` found for enum `std::result::Result, error::Error>` in the current scope [INFO] [stdout] --> src/tests/context_props.rs:20:31 [INFO] [stdout] | [INFO] [stdout] 20 | for p_idx in 0..platforms.len() { [INFO] [stdout] | ^^^ method not found in `std::result::Result, error::Error>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0608]: cannot index into a value of type `std::result::Result, error::Error>` [INFO] [stdout] --> src/tests/context_props.rs:21:25 [INFO] [stdout] | [INFO] [stdout] 21 | let platform = &platforms[p_idx]; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-Wl,--eh-frame-hdr" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/async_process-612e3a78ea2276e2.async_process.2ftxnsxn-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/async_process-612e3a78ea2276e2.async_process.2ftxnsxn-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/async_process-612e3a78ea2276e2.async_process.2ftxnsxn-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/async_process-612e3a78ea2276e2.async_process.2ftxnsxn-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/async_process-612e3a78ea2276e2.async_process.2ftxnsxn-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/async_process-612e3a78ea2276e2.async_process.2ftxnsxn-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/async_process-612e3a78ea2276e2.async_process.2ftxnsxn-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/async_process-612e3a78ea2276e2.async_process.2ftxnsxn-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/async_process-612e3a78ea2276e2.async_process.2ftxnsxn-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/async_process-612e3a78ea2276e2.async_process.2ftxnsxn-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/async_process-612e3a78ea2276e2.async_process.2ftxnsxn-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/async_process-612e3a78ea2276e2.async_process.2ftxnsxn-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/async_process-612e3a78ea2276e2.async_process.2ftxnsxn-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/async_process-612e3a78ea2276e2.async_process.2ftxnsxn-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/async_process-612e3a78ea2276e2.async_process.2ftxnsxn-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/async_process-612e3a78ea2276e2.async_process.2ftxnsxn-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/async_process-612e3a78ea2276e2" "/opt/rustwide/target/debug/examples/async_process-612e3a78ea2276e2.358gsj1jarx42ug9.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-cbf6ab61503a0820/out" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libcolorify-947bc28d2b984a15.rlib" "/opt/rustwide/target/debug/deps/libfil_ocl-7df0e087c7ac32e1.rlib" "/opt/rustwide/target/debug/deps/libqutex-22741395e7684aaa.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam-8b2932696dc06cdb.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-80da2ad14da9bcb3.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-cc92721c045f7d71.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-59f1c1786cf9187e.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-11e25d059e2f6986.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-5d7f87962d1afbbe.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-d107d16c05894025.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-3de8c5c7cd3d3981.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-03dc560a77c5aa3e.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-cb0e72a19333ddce.rlib" "/opt/rustwide/target/debug/deps/libnodrop-1b17eb7fde862582.rlib" "/opt/rustwide/target/debug/deps/libfil_ocl_core-5549652b42ac8524.rlib" "/opt/rustwide/target/debug/deps/libcl_sys-5a6ca4c678fd35f2.rlib" "/opt/rustwide/target/debug/deps/libocl_core_vector-a250377d299465de.rlib" "/opt/rustwide/target/debug/deps/libenum_primitive-986cc5f27b3f900c.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-fb1417ebe3a7ee60.rlib" "/opt/rustwide/target/debug/deps/libbitflags-ef3b499484556621.rlib" "/opt/rustwide/target/debug/deps/libfailure-8e0dc457deaa938c.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-03abb52950c21056.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-3e6cc380081498e2.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-727e218cbe4629d5.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-becdbf8f7e05c013.rlib" "/opt/rustwide/target/debug/deps/libchrono-9328f2c6c030e2fd.rlib" "/opt/rustwide/target/debug/deps/libnum-1593378cd8875a15.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-16fa9eceacce93c2.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-c1293f28289d801a.rlib" "/opt/rustwide/target/debug/deps/librand-5ccaf8e2caf167e6.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-4031bf41915bdfae.rlib" "/opt/rustwide/target/debug/deps/librustc_serialize-826df4b40c62d022.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-fa898c419f10cef5.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-0a574555ab4ee222.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-988caa7f9c804f4a.rlib" "/opt/rustwide/target/debug/deps/libtime-2350399e0838e27e.rlib" "/opt/rustwide/target/debug/deps/libfutures_cpupool-f66e2113193c5e29.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-571cdfc0cd165c60.rlib" "/opt/rustwide/target/debug/deps/liblibc-2ca630c562f5ea6c.rlib" "/opt/rustwide/target/debug/deps/libfutures-8d5b1305e81659b8.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-d66e0ceb8eaec9b8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-9717ec0599b569a0.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-04369de9ba916647.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-997d622c2e4dbe5c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-0359c4288a5ef89f.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-1b25ede22d698ab3.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-37940b486a68e488.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-06b77c27e794c7c6.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-4d07e02a8df36da1.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-fb29e0695c0a0f79.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e16188b4cf97e8bb.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-5eb391c8dabdee77.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-b0689b528b222bee.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ed072ac495e62e7a.rlib" "-Wl,-Bdynamic" "-lOpenCL" "-lOpenCL" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lOpenCL [INFO] [stdout] /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[E0277]: the trait bound `std::vec::Vec: std::borrow::Borrow` is not satisfied [INFO] [stdout] --> src/tests/async.rs:391:40 [INFO] [stdout] | [INFO] [stdout] 391 | for device in Device::list_all(platform).unwrap() { [INFO] [stdout] | ^^^^^^^^ the trait `std::borrow::Borrow` is not implemented for `std::vec::Vec` [INFO] [stdout] | [INFO] [stdout] ::: src/standard/device.rs:343:24 [INFO] [stdout] | [INFO] [stdout] 343 | pub fn list_all>(platform: P) -> OclResult> { [INFO] [stdout] | ---------------- required by this bound in `standard::device::Device::list_all` [INFO] [stdout] | [INFO] [stdout] = help: the following implementations were found: [INFO] [stdout] as std::borrow::Borrow<[T]>> [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-Wl,--eh-frame-hdr" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/async_cycles-61edeb7b88feebce.async_cycles.1ddjpnxv-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/async_cycles-61edeb7b88feebce.async_cycles.1ddjpnxv-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/async_cycles-61edeb7b88feebce.async_cycles.1ddjpnxv-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/async_cycles-61edeb7b88feebce.async_cycles.1ddjpnxv-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/async_cycles-61edeb7b88feebce.async_cycles.1ddjpnxv-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/async_cycles-61edeb7b88feebce.async_cycles.1ddjpnxv-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/async_cycles-61edeb7b88feebce.async_cycles.1ddjpnxv-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/async_cycles-61edeb7b88feebce.async_cycles.1ddjpnxv-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/async_cycles-61edeb7b88feebce.async_cycles.1ddjpnxv-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/async_cycles-61edeb7b88feebce.async_cycles.1ddjpnxv-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/async_cycles-61edeb7b88feebce.async_cycles.1ddjpnxv-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/async_cycles-61edeb7b88feebce.async_cycles.1ddjpnxv-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/async_cycles-61edeb7b88feebce.async_cycles.1ddjpnxv-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/async_cycles-61edeb7b88feebce.async_cycles.1ddjpnxv-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/async_cycles-61edeb7b88feebce.async_cycles.1ddjpnxv-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/async_cycles-61edeb7b88feebce.async_cycles.1ddjpnxv-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/async_cycles-61edeb7b88feebce" "/opt/rustwide/target/debug/examples/async_cycles-61edeb7b88feebce.2i7qxu71ewroz8vz.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-cbf6ab61503a0820/out" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libcolorify-947bc28d2b984a15.rlib" "/opt/rustwide/target/debug/deps/libfil_ocl-7df0e087c7ac32e1.rlib" "/opt/rustwide/target/debug/deps/libqutex-22741395e7684aaa.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam-8b2932696dc06cdb.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-80da2ad14da9bcb3.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-cc92721c045f7d71.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-59f1c1786cf9187e.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-11e25d059e2f6986.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-5d7f87962d1afbbe.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-d107d16c05894025.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-3de8c5c7cd3d3981.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-03dc560a77c5aa3e.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-cb0e72a19333ddce.rlib" "/opt/rustwide/target/debug/deps/libnodrop-1b17eb7fde862582.rlib" "/opt/rustwide/target/debug/deps/libfil_ocl_core-5549652b42ac8524.rlib" "/opt/rustwide/target/debug/deps/libcl_sys-5a6ca4c678fd35f2.rlib" "/opt/rustwide/target/debug/deps/libocl_core_vector-a250377d299465de.rlib" "/opt/rustwide/target/debug/deps/libenum_primitive-986cc5f27b3f900c.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-fb1417ebe3a7ee60.rlib" "/opt/rustwide/target/debug/deps/libbitflags-ef3b499484556621.rlib" "/opt/rustwide/target/debug/deps/libfailure-8e0dc457deaa938c.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-03abb52950c21056.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-3e6cc380081498e2.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-727e218cbe4629d5.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-becdbf8f7e05c013.rlib" "/opt/rustwide/target/debug/deps/libfutures_cpupool-f66e2113193c5e29.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-571cdfc0cd165c60.rlib" "/opt/rustwide/target/debug/deps/libfutures-8d5b1305e81659b8.rlib" "/opt/rustwide/target/debug/deps/libchrono-9328f2c6c030e2fd.rlib" "/opt/rustwide/target/debug/deps/libnum-1593378cd8875a15.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-16fa9eceacce93c2.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-c1293f28289d801a.rlib" "/opt/rustwide/target/debug/deps/librand-5ccaf8e2caf167e6.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-4031bf41915bdfae.rlib" "/opt/rustwide/target/debug/deps/librustc_serialize-826df4b40c62d022.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-fa898c419f10cef5.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-0a574555ab4ee222.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-988caa7f9c804f4a.rlib" "/opt/rustwide/target/debug/deps/libtime-2350399e0838e27e.rlib" "/opt/rustwide/target/debug/deps/liblibc-2ca630c562f5ea6c.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-d66e0ceb8eaec9b8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-9717ec0599b569a0.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-04369de9ba916647.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-997d622c2e4dbe5c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-0359c4288a5ef89f.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-1b25ede22d698ab3.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-37940b486a68e488.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-06b77c27e794c7c6.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-4d07e02a8df36da1.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-fb29e0695c0a0f79.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e16188b4cf97e8bb.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-5eb391c8dabdee77.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-b0689b528b222bee.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-07-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ed072ac495e62e7a.rlib" "-Wl,-Bdynamic" "-lOpenCL" "-lOpenCL" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lOpenCL [INFO] [stdout] /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[E0308]: mismatched types [INFO] [stdout] --> src/tests/async.rs:395:27 [INFO] [stdout] | [INFO] [stdout] 395 | .platform(platform) [INFO] [stdout] | ^^^^^^^^ expected struct `standard::platform::Platform`, found struct `std::vec::Vec` [INFO] [stdout] | [INFO] [stdout] = note: expected struct `standard::platform::Platform` [INFO] [stdout] found struct `std::vec::Vec` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 8 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0308, E0599, E0608. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "b272b77682713d33821827f0208564e3ce05b935f1007959b9d811a8614a20bd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b272b77682713d33821827f0208564e3ce05b935f1007959b9d811a8614a20bd", kill_on_drop: false }` [INFO] [stdout] b272b77682713d33821827f0208564e3ce05b935f1007959b9d811a8614a20bd