[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.37-6/sources/1.36.0/gh/Limeth/gfxcomptest"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/Limeth/gfxcomptest'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/Limeth/gfxcomptest" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/Limeth/gfxcomptest"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/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.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of Limeth/gfxcomptest on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "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.37-6/sources/1.36.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.37-6/sources/beta-2019-07-23/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.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing Limeth/gfxcomptest against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-6/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.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.36.0" "build" "--frozen"` [INFO] [stdout] f274d145226813fa9e4f8153f2f11ad04061188921f4a3241f4bc7ef2119d07f [INFO] running `"docker" "start" "-a" "f274d145226813fa9e4f8153f2f11ad04061188921f4a3241f4bc7ef2119d07f"` [INFO] [stderr] Compiling cl-sys v0.4.1 [INFO] [stderr] Compiling nodrop v0.1.12 [INFO] [stderr] Compiling secp256k1 v0.9.0 [INFO] [stderr] Compiling num-bigint v0.1.43 [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 num-rational v0.1.42 [INFO] [stderr] Compiling num v0.1.42 [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] [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] [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] [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] [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.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/gfxcomptest-6bc507cbf504921d.gfxcomptest.nmuvxdlx-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/gfxcomptest-6bc507cbf504921d.gfxcomptest.nmuvxdlx-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/gfxcomptest-6bc507cbf504921d.gfxcomptest.nmuvxdlx-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/gfxcomptest-6bc507cbf504921d.gfxcomptest.nmuvxdlx-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/gfxcomptest-6bc507cbf504921d.gfxcomptest.nmuvxdlx-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/gfxcomptest-6bc507cbf504921d.gfxcomptest.nmuvxdlx-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/gfxcomptest-6bc507cbf504921d.gfxcomptest.nmuvxdlx-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/gfxcomptest-6bc507cbf504921d.gfxcomptest.nmuvxdlx-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/gfxcomptest-6bc507cbf504921d.gfxcomptest.nmuvxdlx-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/gfxcomptest-6bc507cbf504921d.gfxcomptest.nmuvxdlx-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/gfxcomptest-6bc507cbf504921d.gfxcomptest.nmuvxdlx-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/gfxcomptest-6bc507cbf504921d.gfxcomptest.nmuvxdlx-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/gfxcomptest-6bc507cbf504921d.gfxcomptest.nmuvxdlx-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/gfxcomptest-6bc507cbf504921d.gfxcomptest.nmuvxdlx-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/gfxcomptest-6bc507cbf504921d.gfxcomptest.nmuvxdlx-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/gfxcomptest-6bc507cbf504921d.gfxcomptest.nmuvxdlx-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/gfxcomptest-6bc507cbf504921d" "/opt/crater/target/debug/deps/gfxcomptest-6bc507cbf504921d.1ykfu2wkysofunjv.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-a319999372d36614/out/.libs" "-L" "/opt/crater/target/debug/build/secp256k1-b364c89d6a2a2338/out" "-L" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/librand-a7420ef562a21eab.rlib" "/opt/crater/target/debug/deps/librand_core-7ff4cdbb828d08c4.rlib" "/opt/crater/target/debug/deps/libsecp256k1-6f5c7747d0bab3d6.rlib" "/opt/crater/target/debug/deps/libocl-d9d65bed65d5f304.rlib" "/opt/crater/target/debug/deps/libqutex-56969ae5b7ca8df7.rlib" "/opt/crater/target/debug/deps/libcrossbeam-afeb664edf309719.rlib" "/opt/crater/target/debug/deps/libnodrop-8a7d8c0bc1ccbc8a.rlib" "/opt/crater/target/debug/deps/libocl_core-10d03b6ba73586d1.rlib" "/opt/crater/target/debug/deps/libcl_sys-2837a6fd69393239.rlib" "/opt/crater/target/debug/deps/libocl_core_vector-f508576a2dea404d.rlib" "/opt/crater/target/debug/deps/libnum-35fa2ccbfac1c12a.rlib" "/opt/crater/target/debug/deps/libnum_rational-d7b5f1697ac216ce.rlib" "/opt/crater/target/debug/deps/libnum_bigint-b43f56b0aa3f8b54.rlib" "/opt/crater/target/debug/deps/librand-03c23d22d3e9361a.rlib" "/opt/crater/target/debug/deps/libnum_iter-413fc8aed7a29cdd.rlib" "/opt/crater/target/debug/deps/libnum_integer-c211a6b345647b2f.rlib" "/opt/crater/target/debug/deps/libnum_complex-f9fed17062424185.rlib" "/opt/crater/target/debug/deps/librustc_serialize-04f5d71c016b4cf1.rlib" "/opt/crater/target/debug/deps/libenum_primitive-4e63ab7a201b7d8b.rlib" "/opt/crater/target/debug/deps/libnum_traits-d43151a2e88ad860.rlib" "/opt/crater/target/debug/deps/libbitflags-4f5a5af30acbcb25.rlib" "/opt/crater/target/debug/deps/libfailure-5f5ee780511d81da.rlib" "/opt/crater/target/debug/deps/libbacktrace-3d87170437bdacc1.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-d1eb159c30b119ca.rlib" "/opt/crater/target/debug/deps/librustc_demangle-41e8dff878cb0ed6.rlib" "/opt/crater/target/debug/deps/libcfg_if-966e280784642e7d.rlib" "/opt/crater/target/debug/deps/liblibc-69fb33ee0a761606.rlib" "/opt/crater/target/debug/deps/libfutures-0bd0e6e2b113adb8.rlib" "/opt/crater/target/debug/deps/libnum_traits-f6e389a0e412a9fa.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-9895e8982b0a79e7.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-57306b8ed3378a0e.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-54463ae5adae3649.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-d99667b199a9875a.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-51f4300e102199f5.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-b3ccf1f7737a6a91.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-157c37a3ceb78853.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-505bcee45aafb736.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-c29abd529ba4452b.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-895383a3232f6572.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-5594cb4f559bc761.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-38e90baf978bc428.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" "f274d145226813fa9e4f8153f2f11ad04061188921f4a3241f4bc7ef2119d07f"` [INFO] running `"docker" "rm" "-f" "f274d145226813fa9e4f8153f2f11ad04061188921f4a3241f4bc7ef2119d07f"` [INFO] [stdout] f274d145226813fa9e4f8153f2f11ad04061188921f4a3241f4bc7ef2119d07f