[INFO] crate ocl-extras 0.1.1 is already in cache [INFO] extracting crate ocl-extras 0.1.1 into work/ex/beta-1.37-6/sources/1.36.0/reg/ocl-extras/0.1.1 [INFO] extracting crate ocl-extras 0.1.1 into work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/ocl-extras/0.1.1 [INFO] validating manifest of ocl-extras-0.1.1 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 ocl-extras-0.1.1 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 ocl-extras-0.1.1 [INFO] finished frobbing ocl-extras-0.1.1 [INFO] frobbed toml for ocl-extras-0.1.1 written to work/ex/beta-1.37-6/sources/1.36.0/reg/ocl-extras/0.1.1/Cargo.toml [INFO] started frobbing ocl-extras-0.1.1 [INFO] finished frobbing ocl-extras-0.1.1 [INFO] frobbed toml for ocl-extras-0.1.1 written to work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/ocl-extras/0.1.1/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [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 ocl-extras-0.1.1 against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-2/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/ocl-extras/0.1.1:/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" "+beta-2019-07-23" "build" "--frozen"` [INFO] [stdout] 050d30d1f7587d72719c78277ef78be4e9ca86cbb32227e0089513cc792d1f66 [INFO] running `"docker" "start" "-a" "050d30d1f7587d72719c78277ef78be4e9ca86cbb32227e0089513cc792d1f66"` [INFO] [stderr] Compiling nodrop v0.1.13 [INFO] [stderr] Compiling cl-sys v0.4.2 [INFO] [stderr] Compiling futures-core-preview v0.2.3 [INFO] [stderr] Compiling ocl-core v0.11.2 [INFO] [stderr] Compiling ocl-core-vector v0.1.0 [INFO] [stderr] Compiling arrayvec v0.4.11 [INFO] [stderr] Compiling futures-channel-preview v0.2.2 [INFO] [stderr] Compiling futures-io-preview v0.2.2 [INFO] [stderr] Compiling crossbeam-epoch v0.7.2 [INFO] [stderr] Compiling futures-sink-preview v0.2.2 [INFO] [stderr] Compiling futures-util-preview v0.2.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 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 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/work_pool.rs:66:14 [INFO] [stderr] | [INFO] [stderr] 66 | fut: Box>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [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/work_pool.rs:146:32 [INFO] [stderr] | [INFO] [stderr] 146 | fn spawn(&mut self, f: Box + Send>) -> Result<(), SpawnError> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/work_pool.rs:165:32 [INFO] [stderr] | [INFO] [stderr] 165 | core_tx: Option + Send>>>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 28.56s [INFO] running `"docker" "inspect" "050d30d1f7587d72719c78277ef78be4e9ca86cbb32227e0089513cc792d1f66"` [INFO] running `"docker" "rm" "-f" "050d30d1f7587d72719c78277ef78be4e9ca86cbb32227e0089513cc792d1f66"` [INFO] [stdout] 050d30d1f7587d72719c78277ef78be4e9ca86cbb32227e0089513cc792d1f66 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-2/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/ocl-extras/0.1.1:/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" "+beta-2019-07-23" "test" "--frozen" "--no-run"` [INFO] [stdout] dbec57dc1f123b455990f92c3c3bf9f5cad1db3a0458c4733c0ae92e926f7240 [INFO] running `"docker" "start" "-a" "dbec57dc1f123b455990f92c3c3bf9f5cad1db3a0458c4733c0ae92e926f7240"` [INFO] [stderr] Compiling ocl-extras v0.1.1 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/work_pool.rs:66:14 [INFO] [stderr] | [INFO] [stderr] 66 | fut: Box>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [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/work_pool.rs:146:32 [INFO] [stderr] | [INFO] [stderr] 146 | fn spawn(&mut self, f: Box + Send>) -> Result<(), SpawnError> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/work_pool.rs:165:32 [INFO] [stderr] | [INFO] [stderr] 165 | core_tx: Option + Send>>>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send` [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/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/ocl_extras-5dc4316233657cd4.ocl_extras.f2kbxdwv-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/ocl_extras-5dc4316233657cd4.ocl_extras.f2kbxdwv-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/ocl_extras-5dc4316233657cd4.ocl_extras.f2kbxdwv-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/ocl_extras-5dc4316233657cd4.ocl_extras.f2kbxdwv-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/ocl_extras-5dc4316233657cd4.ocl_extras.f2kbxdwv-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/ocl_extras-5dc4316233657cd4.ocl_extras.f2kbxdwv-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/ocl_extras-5dc4316233657cd4.ocl_extras.f2kbxdwv-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/ocl_extras-5dc4316233657cd4.ocl_extras.f2kbxdwv-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/ocl_extras-5dc4316233657cd4.ocl_extras.f2kbxdwv-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/ocl_extras-5dc4316233657cd4.ocl_extras.f2kbxdwv-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/ocl_extras-5dc4316233657cd4.ocl_extras.f2kbxdwv-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/ocl_extras-5dc4316233657cd4.ocl_extras.f2kbxdwv-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/ocl_extras-5dc4316233657cd4.ocl_extras.f2kbxdwv-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/ocl_extras-5dc4316233657cd4.ocl_extras.f2kbxdwv-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/ocl_extras-5dc4316233657cd4.ocl_extras.f2kbxdwv-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/ocl_extras-5dc4316233657cd4.ocl_extras.f2kbxdwv-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/ocl_extras-5dc4316233657cd4" "/opt/crater/target/debug/deps/ocl_extras-5dc4316233657cd4.1fa2klta45s7lhxf.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-897f45a579ca139a/out" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-7d9df032c0eb8a14.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-77300aa0d630d98f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-4d48ca12b265d456.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-8869eee15acf0f54.rlib" "/opt/crater/target/debug/deps/libfutures-4adaa0ec6ed8605c.rlib" "/opt/crater/target/debug/deps/libfutures_stable-935bdd7abfa315b1.rlib" "/opt/crater/target/debug/deps/libfutures_executor-db2d87593f6f1405.rlib" "/opt/crater/target/debug/deps/libnum_cpus-2c854131c0da7b53.rlib" "/opt/crater/target/debug/deps/libfutures_util-5e4ec725eb6227d0.rlib" "/opt/crater/target/debug/deps/libfutures_sink-cc74e90e92bf96a9.rlib" "/opt/crater/target/debug/deps/libfutures_io-3eec3bd46210a850.rlib" "/opt/crater/target/debug/deps/libiovec-fff840893baf65a3.rlib" "/opt/crater/target/debug/deps/libfutures_channel-d8455c15c758d42a.rlib" "/opt/crater/target/debug/deps/libfutures_core-bee3eae2de484ec0.rlib" "/opt/crater/target/debug/deps/libeither-37a12765bb3541a6.rlib" "/opt/crater/target/debug/deps/libfutures_async_runtime-5c422bf4fcf7a49e.rlib" "/opt/crater/target/debug/deps/libocl-077e52041df0058c.rlib" "/opt/crater/target/debug/deps/libqutex-68e2d54614fe5b62.rlib" "/opt/crater/target/debug/deps/libcrossbeam-ea235f0c46a3d099.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-9a19686c8121c25b.rlib" "/opt/crater/target/debug/deps/libcrossbeam_channel-b120d0bb2ec19a0c.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-64a430acc61e9ede.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-3b55f1fc59b549ca.rlib" "/opt/crater/target/debug/deps/libscopeguard-690e8e7efd40245c.rlib" "/opt/crater/target/debug/deps/libmemoffset-4e66c457697043a8.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-41fe25ba70f5455e.rlib" "/opt/crater/target/debug/deps/liblazy_static-6a4e8ea56a445919.rlib" "/opt/crater/target/debug/deps/libarrayvec-287885a3d0169449.rlib" "/opt/crater/target/debug/deps/libnodrop-643c4878346759ac.rlib" "/opt/crater/target/debug/deps/libocl_core-f0f6383a62388e0c.rlib" "/opt/crater/target/debug/deps/libcl_sys-73b85cac475b4e8e.rlib" "/opt/crater/target/debug/deps/libocl_core_vector-db420a4561bde73f.rlib" "/opt/crater/target/debug/deps/libnum-56232bbc3481d7e4.rlib" "/opt/crater/target/debug/deps/libnum_rational-4b67caa4c49810a7.rlib" "/opt/crater/target/debug/deps/libnum_bigint-1fd4b19cd24ff983.rlib" "/opt/crater/target/debug/deps/librand-12c0152561214ea4.rlib" "/opt/crater/target/debug/deps/libnum_iter-6aa8c2e263944e3d.rlib" "/opt/crater/target/debug/deps/libnum_integer-35be16e7600d6cb9.rlib" "/opt/crater/target/debug/deps/libnum_complex-2c45d74b57ccfed4.rlib" "/opt/crater/target/debug/deps/librustc_serialize-349ba31664dfb847.rlib" "/opt/crater/target/debug/deps/libenum_primitive-342fb47c19d0cfb1.rlib" "/opt/crater/target/debug/deps/libnum_traits-c3ec1b467bca6158.rlib" "/opt/crater/target/debug/deps/libbitflags-1f73faaef27177be.rlib" "/opt/crater/target/debug/deps/libfailure-1b2f7beab45333aa.rlib" "/opt/crater/target/debug/deps/libbacktrace-28acba862a0e61e1.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-4dc2a9768ebe11d6.rlib" "/opt/crater/target/debug/deps/liblibc-15b143653abd1ffe.rlib" "/opt/crater/target/debug/deps/libcfg_if-17244d8fcea476bd.rlib" "/opt/crater/target/debug/deps/librustc_demangle-77014e9d388dc77b.rlib" "/opt/crater/target/debug/deps/libfutures-d5ea9e389594d93f.rlib" "/opt/crater/target/debug/deps/libnum_traits-04277105b9bd2221.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a80a1e8e09cafef8.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e0e6351da805c468.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e04f54bafc95e331.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-67901d3322495bd5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-bd390b1abaceaec1.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-312dd37fdc7bedfc.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8ed0e51d58d644a3.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-8a423c320a6c707f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d6a95598e2238263.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d231614b153016eb.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-3821619027f463e4.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-1cfd794d18771a44.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-dcf33cf10c2452ef.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-c258fea34bf64bce.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 `ocl-extras`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "dbec57dc1f123b455990f92c3c3bf9f5cad1db3a0458c4733c0ae92e926f7240"` [INFO] running `"docker" "rm" "-f" "dbec57dc1f123b455990f92c3c3bf9f5cad1db3a0458c4733c0ae92e926f7240"` [INFO] [stdout] dbec57dc1f123b455990f92c3c3bf9f5cad1db3a0458c4733c0ae92e926f7240