[INFO] crate clfft 0.3.3 is already in cache [INFO] testing clfft-0.3.3 against try#41997647ba6a77908f6ef64401414feb00bccf16 for pr-71274 [INFO] extracting crate clfft 0.3.3 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate clfft 0.3.3 on toolchain 41997647ba6a77908f6ef64401414feb00bccf16 [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate clfft 0.3.3 [INFO] finished tweaking crates.io crate clfft 0.3.3 [INFO] tweaked toml for crates.io crate clfft 0.3.3 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 031ae27e6c45e827e6b3769f953a143b0599c9df1aa6da8aebaa4b836303d153 [INFO] running `"docker" "start" "-a" "031ae27e6c45e827e6b3769f953a143b0599c9df1aa6da8aebaa4b836303d153"` [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling libc v0.2.69 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling proc-macro2 v1.0.10 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling cc v1.0.50 [INFO] [stderr] Compiling rustc-serialize v0.3.24 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling cl-sys v0.4.2 [INFO] [stderr] Compiling rustc-demangle v0.1.16 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling futures v0.1.29 [INFO] [stderr] Compiling clfft v0.3.3 (/opt/rustwide/workdir) [INFO] [stderr] Compiling nodrop v0.1.14 [INFO] [stderr] Compiling ocl-core v0.11.2 [INFO] [stderr] Compiling ocl-core v0.10.0 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling num-iter v0.1.40 [INFO] [stderr] Compiling memoffset v0.5.4 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Compiling quote v1.0.3 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling syn v1.0.17 [INFO] [stderr] Compiling crossbeam-queue v0.2.1 [INFO] [stderr] Compiling crossbeam-channel v0.4.2 [INFO] [stderr] Compiling backtrace-sys v0.1.35 [INFO] [stderr] Compiling crossbeam-deque v0.7.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 crossbeam v0.7.3 [INFO] [stderr] Compiling num-bigint v0.1.44 [INFO] [stderr] Compiling qutex v0.2.3 [INFO] [stderr] Compiling backtrace v0.3.46 [INFO] [stderr] Compiling num-rational v0.1.42 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling ocl-core-vector v0.1.0 [INFO] [stderr] Compiling synstructure v0.12.3 [INFO] [stderr] Compiling failure_derive v0.1.7 [INFO] [stderr] Compiling failure v0.1.7 [INFO] [stderr] Compiling ocl v0.19.3 [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/lib.rs:288:22 [INFO] [stderr] | [INFO] [stderr] 288 | let handle = try!(bake_plan::(self, pro_que, Location::Inplace)); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/lib.rs:301:22 [INFO] [stderr] | [INFO] [stderr] 301 | let handle = try!(bake_plan::(self, pro_que, Location::OutOfPlace)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 27s [INFO] running `"docker" "inspect" "031ae27e6c45e827e6b3769f953a143b0599c9df1aa6da8aebaa4b836303d153"` [INFO] running `"docker" "rm" "-f" "031ae27e6c45e827e6b3769f953a143b0599c9df1aa6da8aebaa4b836303d153"` [INFO] [stdout] 031ae27e6c45e827e6b3769f953a143b0599c9df1aa6da8aebaa4b836303d153 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 8dec33ff018187c0e5d267ded475183f0f881aadebd76416153f22154475db12 [INFO] running `"docker" "start" "-a" "8dec33ff018187c0e5d267ded475183f0f881aadebd76416153f22154475db12"` [INFO] [stderr] Compiling num-bigint v0.2.6 [INFO] [stderr] Compiling num-rational v0.2.4 [INFO] [stderr] Compiling num-complex v0.2.4 [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/lib.rs:288:22 [INFO] [stderr] | [INFO] [stderr] 288 | let handle = try!(bake_plan::(self, pro_que, Location::Inplace)); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/lib.rs:301:22 [INFO] [stderr] | [INFO] [stderr] 301 | let handle = try!(bake_plan::(self, pro_que, Location::OutOfPlace)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] warning: 2 warnings emitted [INFO] [stderr] [INFO] [stderr] Compiling num v0.2.1 [INFO] [stderr] Compiling rustfft v1.0.1 [INFO] [stderr] Compiling clfft v0.3.3 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/lib.rs:288:22 [INFO] [stderr] | [INFO] [stderr] 288 | let handle = try!(bake_plan::(self, pro_que, Location::Inplace)); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/lib.rs:301:22 [INFO] [stderr] | [INFO] [stderr] 301 | let handle = try!(bake_plan::(self, pro_que, Location::OutOfPlace)); [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/lib.rs:704:21 [INFO] [stderr] | [INFO] [stderr] 704 | fft.process(&signal[..], &mut spectrum[..]); [INFO] [stderr] | ^^^^^^^^^^^ expected struct `num_complex::Complex`, found struct `tests::num::Complex` [INFO] [stderr] | [INFO] [stderr] = note: expected reference `&[num_complex::Complex<_>]` [INFO] [stderr] found reference `&[tests::num::Complex]` [INFO] [stderr] = note: perhaps two different versions of crate `num_complex` are being used? [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/lib.rs:704:34 [INFO] [stderr] | [INFO] [stderr] 704 | fft.process(&signal[..], &mut spectrum[..]); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ expected struct `num_complex::Complex`, found struct `tests::num::Complex` [INFO] [stderr] | [INFO] [stderr] = note: expected mutable reference `&mut [num_complex::Complex<_>]` [INFO] [stderr] found mutable reference `&mut [tests::num::Complex]` [INFO] [stderr] = note: perhaps two different versions of crate `num_complex` are being used? [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors; 2 warnings emitted [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0308`. [INFO] [stderr] error: could not compile `clfft`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/events-34b27f180b9b9f41.events.cpx53x3c-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/events-34b27f180b9b9f41.events.cpx53x3c-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/events-34b27f180b9b9f41.events.cpx53x3c-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/events-34b27f180b9b9f41.events.cpx53x3c-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/events-34b27f180b9b9f41.events.cpx53x3c-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/events-34b27f180b9b9f41.events.cpx53x3c-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/events-34b27f180b9b9f41.events.cpx53x3c-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/events-34b27f180b9b9f41.events.cpx53x3c-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/events-34b27f180b9b9f41.events.cpx53x3c-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/events-34b27f180b9b9f41.events.cpx53x3c-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/events-34b27f180b9b9f41.events.cpx53x3c-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/events-34b27f180b9b9f41.events.cpx53x3c-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/events-34b27f180b9b9f41.events.cpx53x3c-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/events-34b27f180b9b9f41.events.cpx53x3c-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/events-34b27f180b9b9f41.events.cpx53x3c-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/events-34b27f180b9b9f41.events.cpx53x3c-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/events-34b27f180b9b9f41" "/opt/rustwide/target/debug/examples/events-34b27f180b9b9f41.1abczf57j1j2pzse.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-a654ef4be0df1013/out" "-L" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libclfft-78319517bf36e251.rlib" "/opt/rustwide/target/debug/deps/libocl_core-5cf2e9c7bddb1879.rlib" "/opt/rustwide/target/debug/deps/libocl-6ed53240f799768f.rlib" "/opt/rustwide/target/debug/deps/libqutex-d794c8d627167583.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam-26ea77a7d0eb3a47.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-d0799fa330d7eb82.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-70dfe7a76eefc75e.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-8d85f669e2dcd466.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-a56f25f937190d35.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-e335d69753d979bd.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-b27398db00870af9.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-b10a16722c3354ed.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-81e71b56f2a8a8f3.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-339b675ddd6c173a.rlib" "/opt/rustwide/target/debug/deps/libnodrop-bc2dc5c79ffff014.rlib" "/opt/rustwide/target/debug/deps/libocl_core-a676dce0185bd011.rlib" "/opt/rustwide/target/debug/deps/libcl_sys-b0240a6fa56438e2.rlib" "/opt/rustwide/target/debug/deps/libocl_core_vector-bae0a7ef055503ed.rlib" "/opt/rustwide/target/debug/deps/libnum-7d00200606e927ca.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-90b860217c4a2592.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-adb55e0c7562594c.rlib" "/opt/rustwide/target/debug/deps/librand-e5de54040a037534.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-a9121b727fa3a111.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-9032d7a2d99629ef.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-e746cdd2ac649290.rlib" "/opt/rustwide/target/debug/deps/librustc_serialize-bfce5498649dc14e.rlib" "/opt/rustwide/target/debug/deps/libenum_primitive-295c451817d626f9.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-9db42f54d151e0f2.rlib" "/opt/rustwide/target/debug/deps/libbitflags-c5180c3dc5cc8193.rlib" "/opt/rustwide/target/debug/deps/libfailure-9ef6c01214ab8a65.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-b51bf9b784e25759.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-792efb1ece1c5863.rlib" "/opt/rustwide/target/debug/deps/liblibc-7f3b8e4c2db2a8d8.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-7bfa6ddb9b2ff1d3.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-ddd1f5c7601919b4.rlib" "/opt/rustwide/target/debug/deps/libfutures-f2a22ac7d502c29c.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-9f97a4fd61bd1e10.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-62f93208e14fa8f0.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-b2c4dbe979cef5e2.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-8b9b66cb3e9f891d.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-5998b08bf29f56ac.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-efd1670396ccb585.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6435b9209e888961.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-866e5dfb603b34d2.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-75eac3089695b3b4.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-35744537b4825584.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-f7ee5081d96fb2cd.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-5b28479cb639d76c.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-f827473dd3b319fa.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-53f9c299c549c6a9.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-44132fbb3fcc18d3.rlib" "-Wl,-Bdynamic" "-lclFFT" "-lOpenCL" "-lOpenCL" "-lutil" "-ldl" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lclFFT [INFO] [stderr] /usr/bin/ld: cannot find -lOpenCL [INFO] [stderr] /usr/bin/ld: cannot find -lOpenCL [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/example-9b0466bd76e2d289.example.eylwnsaz-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/example-9b0466bd76e2d289.example.eylwnsaz-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/example-9b0466bd76e2d289.example.eylwnsaz-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/example-9b0466bd76e2d289.example.eylwnsaz-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/example-9b0466bd76e2d289.example.eylwnsaz-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/example-9b0466bd76e2d289.example.eylwnsaz-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/example-9b0466bd76e2d289.example.eylwnsaz-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/example-9b0466bd76e2d289.example.eylwnsaz-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/example-9b0466bd76e2d289.example.eylwnsaz-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/example-9b0466bd76e2d289.example.eylwnsaz-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/example-9b0466bd76e2d289.example.eylwnsaz-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/example-9b0466bd76e2d289.example.eylwnsaz-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/example-9b0466bd76e2d289.example.eylwnsaz-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/example-9b0466bd76e2d289.example.eylwnsaz-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/example-9b0466bd76e2d289.example.eylwnsaz-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/example-9b0466bd76e2d289.example.eylwnsaz-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/example-9b0466bd76e2d289" "/opt/rustwide/target/debug/examples/example-9b0466bd76e2d289.24hg8lpwuch1qmkd.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-a654ef4be0df1013/out" "-L" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libclfft-78319517bf36e251.rlib" "/opt/rustwide/target/debug/deps/libocl_core-5cf2e9c7bddb1879.rlib" "/opt/rustwide/target/debug/deps/libocl-6ed53240f799768f.rlib" "/opt/rustwide/target/debug/deps/libqutex-d794c8d627167583.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam-26ea77a7d0eb3a47.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-d0799fa330d7eb82.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-70dfe7a76eefc75e.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-8d85f669e2dcd466.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-a56f25f937190d35.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-e335d69753d979bd.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-b27398db00870af9.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-b10a16722c3354ed.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-81e71b56f2a8a8f3.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-339b675ddd6c173a.rlib" "/opt/rustwide/target/debug/deps/libnodrop-bc2dc5c79ffff014.rlib" "/opt/rustwide/target/debug/deps/libocl_core-a676dce0185bd011.rlib" "/opt/rustwide/target/debug/deps/libcl_sys-b0240a6fa56438e2.rlib" "/opt/rustwide/target/debug/deps/libocl_core_vector-bae0a7ef055503ed.rlib" "/opt/rustwide/target/debug/deps/libnum-7d00200606e927ca.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-90b860217c4a2592.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-adb55e0c7562594c.rlib" "/opt/rustwide/target/debug/deps/librand-e5de54040a037534.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-a9121b727fa3a111.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-9032d7a2d99629ef.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-e746cdd2ac649290.rlib" "/opt/rustwide/target/debug/deps/librustc_serialize-bfce5498649dc14e.rlib" "/opt/rustwide/target/debug/deps/libenum_primitive-295c451817d626f9.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-9db42f54d151e0f2.rlib" "/opt/rustwide/target/debug/deps/libbitflags-c5180c3dc5cc8193.rlib" "/opt/rustwide/target/debug/deps/libfailure-9ef6c01214ab8a65.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-b51bf9b784e25759.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-792efb1ece1c5863.rlib" "/opt/rustwide/target/debug/deps/liblibc-7f3b8e4c2db2a8d8.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-7bfa6ddb9b2ff1d3.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-ddd1f5c7601919b4.rlib" "/opt/rustwide/target/debug/deps/libfutures-f2a22ac7d502c29c.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-9f97a4fd61bd1e10.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-62f93208e14fa8f0.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-b2c4dbe979cef5e2.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-8b9b66cb3e9f891d.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-5998b08bf29f56ac.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-efd1670396ccb585.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6435b9209e888961.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-866e5dfb603b34d2.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-75eac3089695b3b4.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-35744537b4825584.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-f7ee5081d96fb2cd.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-5b28479cb639d76c.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-f827473dd3b319fa.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-53f9c299c549c6a9.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-44132fbb3fcc18d3.rlib" "-Wl,-Bdynamic" "-lclFFT" "-lOpenCL" "-lOpenCL" "-lutil" "-ldl" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lclFFT [INFO] [stderr] /usr/bin/ld: cannot find -lOpenCL [INFO] [stderr] /usr/bin/ld: cannot find -lOpenCL [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: could not compile `clfft`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `clfft`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "8dec33ff018187c0e5d267ded475183f0f881aadebd76416153f22154475db12"` [INFO] running `"docker" "rm" "-f" "8dec33ff018187c0e5d267ded475183f0f881aadebd76416153f22154475db12"` [INFO] [stdout] 8dec33ff018187c0e5d267ded475183f0f881aadebd76416153f22154475db12