[INFO] updating cached repository https://github.com/hegza/vcn-inference-rs [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 0c1743ae9377371cad36522783701833e5b828e7 [INFO] testing hegza/vcn-inference-rs against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhegza%2Fvcn-inference-rs" "work/builds/worker-3/source"` [INFO] [stderr] Cloning into 'work/builds/worker-3/source'... [INFO] [stderr] done. [INFO] [stderr] Checking out files: 86% (131/152) Checking out files: 87% (133/152) Checking out files: 88% (134/152) Checking out files: 89% (136/152) Checking out files: 90% (137/152) Checking out files: 91% (139/152) Checking out files: 92% (140/152) Checking out files: 93% (142/152) Checking out files: 94% (143/152) Checking out files: 95% (145/152) Checking out files: 96% (146/152) Checking out files: 97% (148/152) Checking out files: 98% (149/152) Checking out files: 99% (151/152) Checking out files: 100% (152/152) Checking out files: 100% (152/152), done. [INFO] validating manifest of git repo https://github.com/hegza/vcn-inference-rs on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/hegza/vcn-inference-rs [INFO] finished tweaking git repo https://github.com/hegza/vcn-inference-rs [INFO] tweaked toml for git repo https://github.com/hegza/vcn-inference-rs written to work/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/hegza/vcn-inference-rs already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "build" "--frozen"` [INFO] [stdout] 5014d1e90c116bc6763449b89f86c93d8d7e0274bbef1e53d24d909524f48e30 [INFO] running `"docker" "start" "-a" "5014d1e90c116bc6763449b89f86c93d8d7e0274bbef1e53d24d909524f48e30"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling cl-sys v0.4.2 [INFO] [stderr] Compiling log v0.4.6 [INFO] [stderr] Compiling qutex v0.2.1 [INFO] [stderr] Compiling ocl-core v0.11.1 [INFO] [stderr] Compiling crossbeam-epoch v0.3.1 [INFO] [stderr] Compiling syn v0.15.27 [INFO] [stderr] Compiling aho-corasick v0.6.10 [INFO] [stderr] Compiling alga v0.5.4 [INFO] [stderr] Compiling ocl-core-vector v0.1.0 [INFO] [stderr] Compiling crossbeam-deque v0.2.0 [INFO] [stderr] Compiling regex v1.1.2 [INFO] [stderr] Compiling rayon-core v1.4.1 [INFO] [stderr] Compiling rayon v1.0.3 [INFO] [stderr] Compiling env_logger v0.6.0 [INFO] [stderr] Compiling synstructure v0.10.1 [INFO] [stderr] Compiling num-derive v0.2.4 [INFO] [stderr] Compiling serde_derive v1.0.89 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Compiling jpeg-decoder v0.1.15 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling tiff v0.2.2 [INFO] [stderr] Compiling image v0.21.0 [INFO] [stderr] Compiling sprs v0.6.3 [INFO] [stderr] Compiling ocl v0.19.2 [INFO] [stderr] warning[E0502]: cannot borrow `self.cmd.buffer.obj_core` as immutable because it is also borrowed as mutable [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ocl-0.19.2/src/standard/buffer.rs:1609:13 [INFO] [stderr] | [INFO] [stderr] 1606 | let (offset, len, queue, flags, ewait, enew, /*is_mapped*/) = self.enq_details()?; [INFO] [stderr] | ---- mutable borrow occurs here [INFO] [stderr] ... [INFO] [stderr] 1609 | &self.cmd.buffer.obj_core, true, flags, offset, len, ewait, enew)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ immutable borrow occurs here [INFO] [stderr] ... [INFO] [stderr] 1614 | queue.clone())) [INFO] [stderr] | ----- mutable borrow later used here [INFO] [stderr] | [INFO] [stderr] = warning: this error has been downgraded to a warning for backwards compatibility with previous releases [INFO] [stderr] = warning: this represents potential undefined behavior in your code and this warning will become a hard error in the future [INFO] [stderr] = note: for more information, try `rustc --explain E0729` [INFO] [stderr] [INFO] [stderr] warning[E0502]: cannot borrow `self.cmd.buffer.obj_core` as immutable because it is also borrowed as mutable [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ocl-0.19.2/src/standard/buffer.rs:1613:57 [INFO] [stderr] | [INFO] [stderr] 1606 | let (offset, len, queue, flags, ewait, enew, /*is_mapped*/) = self.enq_details()?; [INFO] [stderr] | ---- mutable borrow occurs here [INFO] [stderr] ... [INFO] [stderr] 1613 | Ok(MemMap::new(mm_core, len, None, unmap_event, self.cmd.buffer.obj_core.clone(), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ immutable borrow occurs here [INFO] [stderr] 1614 | queue.clone())) [INFO] [stderr] | ----- mutable borrow later used here [INFO] [stderr] | [INFO] [stderr] = warning: this error has been downgraded to a warning for backwards compatibility with previous releases [INFO] [stderr] = warning: this represents potential undefined behavior in your code and this warning will become a hard error in the future [INFO] [stderr] = note: for more information, try `rustc --explain E0729` [INFO] [stderr] [INFO] [stderr] warning[E0502]: cannot borrow `self.cmd.buffer.obj_core` as immutable because it is also borrowed as mutable [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ocl-0.19.2/src/standard/buffer.rs:1635:13 [INFO] [stderr] | [INFO] [stderr] 1630 | let (offset, len, queue, flags, ewait, enew, /*is_mapped*/) = self.enq_details()?; [INFO] [stderr] | ---- mutable borrow occurs here [INFO] [stderr] ... [INFO] [stderr] 1635 | &self.cmd.buffer.obj_core, false, flags, offset, len, ewait, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ immutable borrow occurs here [INFO] [stderr] ... [INFO] [stderr] 1646 | self.cmd.buffer.obj_core.clone(), queue.clone(), /*is_mapped*/)) [INFO] [stderr] | ----- mutable borrow later used here [INFO] [stderr] | [INFO] [stderr] = warning: this error has been downgraded to a warning for backwards compatibility with previous releases [INFO] [stderr] = warning: this represents potential undefined behavior in your code and this warning will become a hard error in the future [INFO] [stderr] = note: for more information, try `rustc --explain E0729` [INFO] [stderr] [INFO] [stderr] warning[E0502]: cannot borrow `self.cmd.buffer.obj_core` as immutable because it is also borrowed as mutable [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ocl-0.19.2/src/standard/buffer.rs:1646:13 [INFO] [stderr] | [INFO] [stderr] 1630 | let (offset, len, queue, flags, ewait, enew, /*is_mapped*/) = self.enq_details()?; [INFO] [stderr] | ---- mutable borrow occurs here [INFO] [stderr] ... [INFO] [stderr] 1646 | self.cmd.buffer.obj_core.clone(), queue.clone(), /*is_mapped*/)) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ ----- mutable borrow later used here [INFO] [stderr] | | [INFO] [stderr] | immutable borrow occurs here [INFO] [stderr] | [INFO] [stderr] = warning: this error has been downgraded to a warning for backwards compatibility with previous releases [INFO] [stderr] = warning: this represents potential undefined behavior in your code and this warning will become a hard error in the future [INFO] [stderr] = note: for more information, try `rustc --explain E0729` [INFO] [stderr] [INFO] [stderr] warning[E0502]: cannot borrow `indptr` as immutable because it is also borrowed as mutable [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/sprs-0.6.3/src/sparse/triplet_iter.rs:122:26 [INFO] [stderr] | [INFO] [stderr] 122 | indptr[i] += indptr[i - 1]; [INFO] [stderr] | -------------^^^^^^------- [INFO] [stderr] | | | [INFO] [stderr] | | immutable borrow occurs here [INFO] [stderr] | mutable borrow occurs here [INFO] [stderr] | mutable borrow later used here [INFO] [stderr] | [INFO] [stderr] = warning: this error has been downgraded to a warning for backwards compatibility with previous releases [INFO] [stderr] = warning: this represents potential undefined behavior in your code and this warning will become a hard error in the future [INFO] [stderr] = note: for more information, try `rustc --explain E0729` [INFO] [stderr] [INFO] [stderr] Compiling rusty-cnn v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/layers/cl/builders.rs:36:17 [INFO] [stderr] | [INFO] [stderr] 36 | layer: &ClUnweightedLayer, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ClUnweightedLayer` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/layers/cl/builders.rs:53:17 [INFO] [stderr] | [INFO] [stderr] 53 | layer: &ClWeightedLayer, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ClWeightedLayer` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/layers/cl/mod.rs:56:42 [INFO] [stderr] | [INFO] [stderr] 56 | pub fn create_buffer_chain(layers: &[&ClLayer], queue: &Queue) -> Vec> [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn ClLayer` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/layers/cl/mod.rs:83:42 [INFO] [stderr] | [INFO] [stderr] 83 | pub fn create_weights_bufs(layers: &[&ClWeightedLayer], queue: &Queue) -> Vec> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ClWeightedLayer` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/util.rs:249:45 [INFO] [stderr] | [INFO] [stderr] 249 | pub fn verify_network_dimensions(layers: &[&Layer]) { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Layer` [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/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/test_accuracy-2ba37afc3539defd.test_accuracy.evo0ktsi-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/test_accuracy-2ba37afc3539defd.test_accuracy.evo0ktsi-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/test_accuracy-2ba37afc3539defd.test_accuracy.evo0ktsi-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/test_accuracy-2ba37afc3539defd.test_accuracy.evo0ktsi-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/test_accuracy-2ba37afc3539defd.test_accuracy.evo0ktsi-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/test_accuracy-2ba37afc3539defd.test_accuracy.evo0ktsi-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/test_accuracy-2ba37afc3539defd.test_accuracy.evo0ktsi-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/test_accuracy-2ba37afc3539defd.test_accuracy.evo0ktsi-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/test_accuracy-2ba37afc3539defd.test_accuracy.evo0ktsi-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/test_accuracy-2ba37afc3539defd.test_accuracy.evo0ktsi-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/test_accuracy-2ba37afc3539defd.test_accuracy.evo0ktsi-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/test_accuracy-2ba37afc3539defd.test_accuracy.evo0ktsi-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/test_accuracy-2ba37afc3539defd.test_accuracy.evo0ktsi-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/test_accuracy-2ba37afc3539defd.test_accuracy.evo0ktsi-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/test_accuracy-2ba37afc3539defd.test_accuracy.evo0ktsi-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/test_accuracy-2ba37afc3539defd.test_accuracy.evo0ktsi-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/test_accuracy-2ba37afc3539defd" "/opt/rustwide/target/debug/deps/test_accuracy-2ba37afc3539defd.36ks24oo44dazpra.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-8c5c1ad584088f5f/out" "-L" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/librusty_cnn-79be93372fcda04c.rlib" "/opt/rustwide/target/debug/deps/libsprs-6835de3a28506bff.rlib" "/opt/rustwide/target/debug/deps/libserde-0637a9c3c639f6ed.rlib" "/opt/rustwide/target/debug/deps/libalga-5602bbbc156ffa03.rlib" "/opt/rustwide/target/debug/deps/libapprox-df69f604d5ff4e2e.rlib" "/opt/rustwide/target/debug/deps/librand-39feb303c78a7f12.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-788e08e4e9b857db.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-e41477ef205dc899.rlib" "/opt/rustwide/target/debug/deps/librand_hc-a413bb2c7ba70585.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-71d15c312716f348.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-4874caa1590f70f4.rlib" "/opt/rustwide/target/debug/deps/librand_core-92c2f35314396599.rlib" "/opt/rustwide/target/debug/deps/librand_os-79a47a4f329cb17c.rlib" "/opt/rustwide/target/debug/deps/librand_jitter-5f052041a93710aa.rlib" "/opt/rustwide/target/debug/deps/librand_core-bcfcf7c2a1d9c9e3.rlib" "/opt/rustwide/target/debug/deps/libitertools-a62a6bc336d0dc96.rlib" "/opt/rustwide/target/debug/deps/libocl-908a1735dac96e82.rlib" "/opt/rustwide/target/debug/deps/libqutex-9a4ff1bb6412b3ce.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam-db2b07964beaa07a.rlib" "/opt/rustwide/target/debug/deps/libocl_core-ab03ec868ea931a0.rlib" "/opt/rustwide/target/debug/deps/libcl_sys-5558a32a8bf2d87f.rlib" "/opt/rustwide/target/debug/deps/libocl_core_vector-ef72cb27fcc26373.rlib" "/opt/rustwide/target/debug/deps/libnum-a9479fbfdacea1b7.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-c03aba9ffde2d1d4.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-2adb18e190de6e51.rlib" "/opt/rustwide/target/debug/deps/librand-27123321432adae6.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-bd05aacfc967e0f8.rlib" "/opt/rustwide/target/debug/deps/librustc_serialize-32acd8f7efa22e3e.rlib" "/opt/rustwide/target/debug/deps/libenum_primitive-81286af2371e9f22.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-9c00a5e6678d4995.rlib" "/opt/rustwide/target/debug/deps/libfailure-f566b5dcdbdceafe.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-f77d5fd99d7992f2.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-3ce6939f32dcf9b2.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-43b7030cf60de6c0.rlib" "/opt/rustwide/target/debug/deps/libfutures-4b9e4d891a9aa290.rlib" "/opt/rustwide/target/debug/deps/libnoisy_float-457d900ebe89078e.rlib" "/opt/rustwide/target/debug/deps/libndarray-47e8784cff88726e.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-a7edfa411d28ca7a.rlib" "/opt/rustwide/target/debug/deps/libitertools-50e6a13de435bae8.rlib" "/opt/rustwide/target/debug/deps/libmatrixmultiply-25da71a3fc1835d8.rlib" "/opt/rustwide/target/debug/deps/librawpointer-ad0b02b2fdfa0d4f.rlib" "/opt/rustwide/target/debug/deps/libimage-264f6c12bfb920fc.rlib" "/opt/rustwide/target/debug/deps/libtiff-28959826cb75021a.rlib" "/opt/rustwide/target/debug/deps/libpng-51eb2028a66aed6c.rlib" "/opt/rustwide/target/debug/deps/libdeflate-8c5fc3f4c31251f7.rlib" "/opt/rustwide/target/debug/deps/libinflate-65056e5186e54958.rlib" "/opt/rustwide/target/debug/deps/libadler32-2b2d9f2ac243fcce.rlib" "/opt/rustwide/target/debug/deps/libbitflags-ac824a210725bad3.rlib" "/opt/rustwide/target/debug/deps/libjpeg_decoder-a2e87e984063483c.rlib" "/opt/rustwide/target/debug/deps/librayon-4b86f201c801b5be.rlib" "/opt/rustwide/target/debug/deps/libeither-2e85d2579b7cc491.rlib" "/opt/rustwide/target/debug/deps/librayon_core-e8a8e072dd757a4e.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-0420cb479d6b039b.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-9052b5b0b7b315fd.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-09f3fe8c56eade0b.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-5d24109de20616f8.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-eb3783781a55ffc1.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-f1ab5d9f8d75fe86.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-a8932dfb6e636d3c.rlib" "/opt/rustwide/target/debug/deps/libnodrop-001b361c700f19db.rlib" "/opt/rustwide/target/debug/deps/libscoped_threadpool-ef5771575dd16434.rlib" "/opt/rustwide/target/debug/deps/libgif-a7668698c7c60670.rlib" "/opt/rustwide/target/debug/deps/libcolor_quant-fc3d0bd14341a68f.rlib" "/opt/rustwide/target/debug/deps/libsafe_transmute-65cd0aca0afe82ee.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-9861225f32377fe5.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-53ea44e79df097b8.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-80c6dbab6652410c.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-cb412cedb055b888.rlib" "/opt/rustwide/target/debug/deps/liblzw-cee06389c23927f5.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-3ef1f6ebaa6479a4.rlib" "/opt/rustwide/target/debug/deps/libenv_logger-912f33624c45cbfd.rlib" "/opt/rustwide/target/debug/deps/libregex-581e818913dd8660.rlib" "/opt/rustwide/target/debug/deps/libutf8_ranges-2ecf85411342b9e6.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-0c78b660ee6bd8f9.rlib" "/opt/rustwide/target/debug/deps/libucd_util-ec7183aabf6d89af.rlib" "/opt/rustwide/target/debug/deps/libthread_local-3f52f19a2d8c95b9.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-806f5cf8273b470a.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-faaf4afba3ae1a31.rlib" "/opt/rustwide/target/debug/deps/libmemchr-5284f5ca486ce1bd.rlib" "/opt/rustwide/target/debug/deps/libatty-c0a828bda41b8c39.rlib" "/opt/rustwide/target/debug/deps/liblibc-9b6f9d9905cd1273.rlib" "/opt/rustwide/target/debug/deps/libhumantime-a22e1d922802fc5e.rlib" "/opt/rustwide/target/debug/deps/libquick_error-f5a43a4ceb9b7953.rlib" "/opt/rustwide/target/debug/deps/libtermcolor-9506b701a8b5aae5.rlib" "/opt/rustwide/target/debug/deps/liblog-a45b286ce292ccf9.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-d370f336a6df3de2.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-12ce12f1efc08aa3.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5d3cd1b3ddab72e4.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-f8222943dfd167e2.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-0cd00b2d3108cd48.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-485c05ba6ce1b438.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-63e6b1072426ba59.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-a421aff1d43911ee.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-3deef8ef4fe80dff.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-f65a176f0586269e.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-ad46d4080f4d7e57.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-da6c590582bf0885.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-837ca740df32db0a.rlib" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-db27c965e824589f.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.38.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-68a4f8466685ed76.rlib" "-Wl,-Bdynamic" "-lOpenCL" "-lOpenCL" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: cannot find -lOpenCL [INFO] [stderr] /usr/bin/ld: cannot find -lOpenCL [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `rusty-cnn`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "5014d1e90c116bc6763449b89f86c93d8d7e0274bbef1e53d24d909524f48e30"` [INFO] running `"docker" "rm" "-f" "5014d1e90c116bc6763449b89f86c93d8d7e0274bbef1e53d24d909524f48e30"` [INFO] [stdout] 5014d1e90c116bc6763449b89f86c93d8d7e0274bbef1e53d24d909524f48e30