[INFO] updating cached repository Limeth/gfxcomptest [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/Limeth/gfxcomptest [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/Limeth/gfxcomptest" "work/ex/beta-1.38-1/sources/1.37.0/gh/Limeth/gfxcomptest"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/Limeth/gfxcomptest'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/Limeth/gfxcomptest" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Limeth/gfxcomptest"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Limeth/gfxcomptest'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] ba3d0375f052452c8f07ffed103422c4520f8e76 [INFO] sha for GitHub repo Limeth/gfxcomptest: ba3d0375f052452c8f07ffed103422c4520f8e76 [INFO] validating manifest of Limeth/gfxcomptest on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of Limeth/gfxcomptest on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing Limeth/gfxcomptest [INFO] finished frobbing Limeth/gfxcomptest [INFO] frobbed toml for Limeth/gfxcomptest written to work/ex/beta-1.38-1/sources/1.37.0/gh/Limeth/gfxcomptest/Cargo.toml [INFO] started frobbing Limeth/gfxcomptest [INFO] finished frobbing Limeth/gfxcomptest [INFO] frobbed toml for Limeth/gfxcomptest written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Limeth/gfxcomptest/Cargo.toml [INFO] crate Limeth/gfxcomptest already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing Limeth/gfxcomptest against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/Limeth/gfxcomptest:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "build" "--frozen"` [INFO] [stdout] a1fa0904a35b9ece3ea0f7867fb9a51179a15144964bee1d2fd7d29f8bb12194 [INFO] running `"docker" "start" "-a" "a1fa0904a35b9ece3ea0f7867fb9a51179a15144964bee1d2fd7d29f8bb12194"` [INFO] [stderr] Compiling cl-sys v0.4.1 [INFO] [stderr] Compiling secp256k1 v0.9.0 [INFO] [stderr] Compiling qutex v0.2.1 [INFO] [stderr] Compiling rand v0.5.2 [INFO] [stderr] Compiling ocl-core v0.9.0 [INFO] [stderr] Compiling ocl-core-vector v0.1.0 [INFO] [stderr] Compiling ocl v0.18.0 [INFO] [stderr] warning[E0502]: cannot borrow `self.cmd.buffer.obj_core` as immutable because it is also borrowed as mutable [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/ocl-0.18.0/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/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/ocl-0.18.0/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/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/ocl-0.18.0/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/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/ocl-0.18.0/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] Compiling gfxcomptest v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `std::os::raw::c_char` [INFO] [stderr] --> src/context.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | use std::os::raw::c_char; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::os::raw::c_void` [INFO] [stderr] --> src/context.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | use std::os::raw::c_void; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::convert::From` [INFO] [stderr] --> src/context.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use std::convert::From; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused macro definition [INFO] [stderr] --> src/context.rs:12:1 [INFO] [stderr] | [INFO] [stderr] 12 | / macro_rules! debug { [INFO] [stderr] 13 | | ($platform:expr, $name:expr, $expr:expr) => { [INFO] [stderr] 14 | | println!("[{}]\t{}:\t{:x}\t{}", $platform, $name, $expr, $expr); [INFO] [stderr] 15 | | } [INFO] [stderr] 16 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_macros)] on by default [INFO] [stderr] [INFO] [stderr] warning: type `secp256k1_context` should have an upper camel case name [INFO] [stderr] --> src/context.rs:182:10 [INFO] [stderr] | [INFO] [stderr] 182 | pub type secp256k1_context = secp256k1_context_struct; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: convert the identifier to upper camel case: `Secp256k1Context` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(non_camel_case_types)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::thread` [INFO] [stderr] --> src/main.rs:25:5 [INFO] [stderr] | [INFO] [stderr] 25 | use std::thread; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::time::Duration` [INFO] [stderr] --> src/main.rs:26:5 [INFO] [stderr] | [INFO] [stderr] 26 | use std::time::Duration; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around assigned value [INFO] [stderr] --> src/main.rs:284:35 [INFO] [stderr] | [INFO] [stderr] 284 | let global_work_size_linear = (global_work_size[0] * global_work_size[1] * global_work_size[2]); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_parens)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `max_work_item_dimensions` [INFO] [stderr] --> src/main.rs:278:9 [INFO] [stderr] | [INFO] [stderr] 278 | let max_work_item_dimensions = device_info!(context, device_index, MaxWorkItemDimensions); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: consider prefixing with an underscore: `_max_work_item_dimensions` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `max_work_item_sizes` [INFO] [stderr] --> src/main.rs:280:9 [INFO] [stderr] | [INFO] [stderr] 280 | let max_work_item_sizes = device_info!(context, device_index, MaxWorkItemSizes); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: consider prefixing with an underscore: `_max_work_item_sizes` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `work_item` [INFO] [stderr] --> src/main.rs:414:9 [INFO] [stderr] | [INFO] [stderr] 414 | for work_item in 0..global_work_size_linear { [INFO] [stderr] | ^^^^^^^^^ help: consider prefixing with an underscore: `_work_item` [INFO] [stderr] [INFO] [stderr] warning: constant item is never used: `USE_ENDOMORPHISM` [INFO] [stderr] --> src/context.rs:19:1 [INFO] [stderr] | [INFO] [stderr] 19 | const USE_ENDOMORPHISM: bool = true; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: type alias is never used: `secp256k1_context` [INFO] [stderr] --> src/context.rs:182:1 [INFO] [stderr] | [INFO] [stderr] 182 | pub type secp256k1_context = secp256k1_context_struct; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `transmute_ctx` [INFO] [stderr] --> src/context.rs:205:5 [INFO] [stderr] | [INFO] [stderr] 205 | unsafe fn transmute_ctx(&self) -> &secp256k1_context { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `hexdump` [INFO] [stderr] --> src/context.rs:209:5 [INFO] [stderr] | [INFO] [stderr] 209 | fn hexdump(pointer: *mut T, len: usize) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant item is never used: `MRG32K3A_SEEDS_LEN` [INFO] [stderr] --> src/main.rs:32:1 [INFO] [stderr] | [INFO] [stderr] 32 | const MRG32K3A_SEEDS_LEN: usize = 6; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant item is never used: `M1` [INFO] [stderr] --> src/main.rs:34:1 [INFO] [stderr] | [INFO] [stderr] 34 | const M1: u64 = 4294967087; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: constant item is never used: `M2` [INFO] [stderr] --> src/main.rs:35:1 [INFO] [stderr] | [INFO] [stderr] 35 | const M2: u64 = 4294944443; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `from` [INFO] [stderr] --> src/main.rs:120:5 [INFO] [stderr] | [INFO] [stderr] 120 | fn from(seeds: &[u64; MRG32K3A_SEEDS_LEN]) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method is never used: `random` [INFO] [stderr] --> src/main.rs:149:5 [INFO] [stderr] | [INFO] [stderr] 149 | fn random(rng: &mut R) -> Self { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `slice_to_spatial_dims` [INFO] [stderr] --> src/main.rs:255:1 [INFO] [stderr] | [INFO] [stderr] 255 | fn slice_to_spatial_dims(slice: &[usize]) -> SpatialDims { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/main.rs:230:9 [INFO] [stderr] | [INFO] [stderr] 230 | exec_device(ctx_arg, chunks.clone(), context.clone(), device_index, *device_id, &patterns_by_length); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_must_use)] on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [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/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/gfxcomptest-63435cb27cc40972.gfxcomptest.2qznwwv2-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/gfxcomptest-63435cb27cc40972.gfxcomptest.2qznwwv2-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/gfxcomptest-63435cb27cc40972.gfxcomptest.2qznwwv2-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/gfxcomptest-63435cb27cc40972.gfxcomptest.2qznwwv2-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/gfxcomptest-63435cb27cc40972.gfxcomptest.2qznwwv2-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/gfxcomptest-63435cb27cc40972.gfxcomptest.2qznwwv2-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/gfxcomptest-63435cb27cc40972.gfxcomptest.2qznwwv2-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/gfxcomptest-63435cb27cc40972.gfxcomptest.2qznwwv2-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/gfxcomptest-63435cb27cc40972.gfxcomptest.2qznwwv2-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/gfxcomptest-63435cb27cc40972.gfxcomptest.2qznwwv2-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/gfxcomptest-63435cb27cc40972.gfxcomptest.2qznwwv2-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/gfxcomptest-63435cb27cc40972.gfxcomptest.2qznwwv2-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/gfxcomptest-63435cb27cc40972.gfxcomptest.2qznwwv2-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/gfxcomptest-63435cb27cc40972.gfxcomptest.2qznwwv2-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/gfxcomptest-63435cb27cc40972.gfxcomptest.2qznwwv2-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/gfxcomptest-63435cb27cc40972.gfxcomptest.2qznwwv2-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/gfxcomptest-63435cb27cc40972" "/opt/crater/target/debug/deps/gfxcomptest-63435cb27cc40972.327u3eqaclk5y92u.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/backtrace-sys-84169ba3b2918e72/out/.libs" "-L" "/opt/crater/target/debug/build/secp256k1-93f82268b876cf5e/out" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/librand-0cb203dff5515b30.rlib" "/opt/crater/target/debug/deps/librand_core-7e12f379c9eba2a6.rlib" "/opt/crater/target/debug/deps/libsecp256k1-3bcc5bcc1d5e1271.rlib" "/opt/crater/target/debug/deps/libocl-461c8f7dd9f8fccd.rlib" "/opt/crater/target/debug/deps/libqutex-eb0763b636703ede.rlib" "/opt/crater/target/debug/deps/libcrossbeam-059bd6b2f9ab096d.rlib" "/opt/crater/target/debug/deps/libnodrop-ebe102d76b342fed.rlib" "/opt/crater/target/debug/deps/libocl_core-f90d86c20c68c217.rlib" "/opt/crater/target/debug/deps/libcl_sys-5e3aad4c17627107.rlib" "/opt/crater/target/debug/deps/libocl_core_vector-f13a96693c866f18.rlib" "/opt/crater/target/debug/deps/libnum-fb900c1628d1f61b.rlib" "/opt/crater/target/debug/deps/libnum_rational-1a07da70015fb2f2.rlib" "/opt/crater/target/debug/deps/libnum_bigint-ec05aa3c933b9e5c.rlib" "/opt/crater/target/debug/deps/librand-e7c0917706e1ea21.rlib" "/opt/crater/target/debug/deps/libnum_iter-b2716f73be0c4bcd.rlib" "/opt/crater/target/debug/deps/libnum_integer-9ce89979889fd94d.rlib" "/opt/crater/target/debug/deps/libnum_complex-acc74b45062d9596.rlib" "/opt/crater/target/debug/deps/librustc_serialize-cc29b8ffd74fbfca.rlib" "/opt/crater/target/debug/deps/libenum_primitive-f16471a0a95d21b6.rlib" "/opt/crater/target/debug/deps/libnum_traits-854f09a72937134e.rlib" "/opt/crater/target/debug/deps/libbitflags-70a7e6d2f9d4aa58.rlib" "/opt/crater/target/debug/deps/libfailure-ebdedf6c7a0f2e97.rlib" "/opt/crater/target/debug/deps/libbacktrace-0e21a8cf504e465b.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-b045ffc5a632048b.rlib" "/opt/crater/target/debug/deps/librustc_demangle-89dc169db47dd685.rlib" "/opt/crater/target/debug/deps/libcfg_if-d2f9aadfe21168ff.rlib" "/opt/crater/target/debug/deps/liblibc-359335290a215031.rlib" "/opt/crater/target/debug/deps/libfutures-3661a280aa742451.rlib" "/opt/crater/target/debug/deps/libnum_traits-afa9f3b1620256a9.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-4a76ff35a356aedf.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e11c7b3b3225afe2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-13217ede3d276f16.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-621a9ee22da6caa1.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-546c844e8071bbeb.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-be9569e4d599746f.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-47d8845cef2a3bc5.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-017511bce73a530c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-be7979c57a08057b.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d6459c4f0817c67c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-580035dd98451925.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-aee5c24fff305dea.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-8a55a4098920125a.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-9fc4b5be2ba5cc19.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 `gfxcomptest`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "a1fa0904a35b9ece3ea0f7867fb9a51179a15144964bee1d2fd7d29f8bb12194"` [INFO] running `"docker" "rm" "-f" "a1fa0904a35b9ece3ea0f7867fb9a51179a15144964bee1d2fd7d29f8bb12194"` [INFO] [stdout] a1fa0904a35b9ece3ea0f7867fb9a51179a15144964bee1d2fd7d29f8bb12194