[INFO] updating cached repository PlasmaPower/nano-vanity [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/PlasmaPower/nano-vanity [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/PlasmaPower/nano-vanity" "work/ex/beta-1.38-1/sources/1.37.0/gh/PlasmaPower/nano-vanity"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/PlasmaPower/nano-vanity'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/PlasmaPower/nano-vanity" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/PlasmaPower/nano-vanity"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/PlasmaPower/nano-vanity'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] f953a301a904648f59e006a7fbfce7e3086ff7f7 [INFO] sha for GitHub repo PlasmaPower/nano-vanity: f953a301a904648f59e006a7fbfce7e3086ff7f7 [INFO] validating manifest of PlasmaPower/nano-vanity 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 PlasmaPower/nano-vanity 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 PlasmaPower/nano-vanity [INFO] finished frobbing PlasmaPower/nano-vanity [INFO] frobbed toml for PlasmaPower/nano-vanity written to work/ex/beta-1.38-1/sources/1.37.0/gh/PlasmaPower/nano-vanity/Cargo.toml [INFO] started frobbing PlasmaPower/nano-vanity [INFO] finished frobbing PlasmaPower/nano-vanity [INFO] frobbed toml for PlasmaPower/nano-vanity written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/PlasmaPower/nano-vanity/Cargo.toml [INFO] crate PlasmaPower/nano-vanity 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 PlasmaPower/nano-vanity 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-5/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/PlasmaPower/nano-vanity:/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] de9c61a383214704b658638577ed0e52cf52764e25a11461e67db336b2b6db8c [INFO] running `"docker" "start" "-a" "de9c61a383214704b658638577ed0e52cf52764e25a11461e67db336b2b6db8c"` [INFO] [stderr] Compiling byteorder v1.2.7 [INFO] [stderr] Compiling subtle v2.0.0 [INFO] [stderr] Compiling clear_on_drop v0.2.3 [INFO] [stderr] Compiling num-complex v0.1.42 [INFO] [stderr] Compiling qutex v0.2.0 [INFO] [stderr] Compiling num-bigint v0.1.43 [INFO] [stderr] Compiling rand v0.5.5 [INFO] [stderr] Compiling cl-sys v0.4.1 [INFO] [stderr] Compiling rand v0.6.1 [INFO] [stderr] Compiling digest v0.7.2 [INFO] [stderr] Compiling digest v0.8.0 [INFO] [stderr] Compiling blake2 v0.7.0 [INFO] [stderr] Compiling num-rational v0.1.42 [INFO] [stderr] Compiling curve25519-dalek v0.20.0 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling ocl-core-vector v0.1.0 [INFO] [stderr] Compiling curve25519-dalek v1.0.1 [INFO] [stderr] Compiling ed25519-dalek v0.8.1 [INFO] [stderr] Compiling ocl-core v0.9.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 nano-vanity v0.4.8 (/opt/crater/workdir) [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/nano_vanity-2d1d4a22003fb05a.nano_vanity.8e79asnf-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/nano_vanity-2d1d4a22003fb05a.nano_vanity.8e79asnf-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/nano_vanity-2d1d4a22003fb05a.nano_vanity.8e79asnf-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/nano_vanity-2d1d4a22003fb05a.nano_vanity.8e79asnf-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/nano_vanity-2d1d4a22003fb05a.nano_vanity.8e79asnf-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/nano_vanity-2d1d4a22003fb05a.nano_vanity.8e79asnf-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/nano_vanity-2d1d4a22003fb05a.nano_vanity.8e79asnf-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/nano_vanity-2d1d4a22003fb05a.nano_vanity.8e79asnf-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/nano_vanity-2d1d4a22003fb05a.nano_vanity.8e79asnf-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/nano_vanity-2d1d4a22003fb05a.nano_vanity.8e79asnf-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/nano_vanity-2d1d4a22003fb05a.nano_vanity.8e79asnf-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/nano_vanity-2d1d4a22003fb05a.nano_vanity.8e79asnf-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/nano_vanity-2d1d4a22003fb05a.nano_vanity.8e79asnf-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/nano_vanity-2d1d4a22003fb05a.nano_vanity.8e79asnf-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/nano_vanity-2d1d4a22003fb05a.nano_vanity.8e79asnf-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/nano_vanity-2d1d4a22003fb05a.nano_vanity.8e79asnf-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/nano_vanity-2d1d4a22003fb05a" "/opt/crater/target/debug/deps/nano_vanity-2d1d4a22003fb05a.4bmurs5e9butx0oi.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/clear_on_drop-5315e4a7f2836eab/out" "-L" "/opt/crater/target/debug/build/backtrace-sys-24b2e18e6215df57/out/.libs" "-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/libocl-57d3a3ad62226984.rlib" "/opt/crater/target/debug/deps/libqutex-9900fbe3c86166a3.rlib" "/opt/crater/target/debug/deps/libcrossbeam-059bd6b2f9ab096d.rlib" "/opt/crater/target/debug/deps/libnodrop-ebe102d76b342fed.rlib" "/opt/crater/target/debug/deps/libocl_core-9a140d32fc50ad91.rlib" "/opt/crater/target/debug/deps/libcl_sys-1e5086c273ed2f3a.rlib" "/opt/crater/target/debug/deps/libocl_core_vector-29bf347726ff7766.rlib" "/opt/crater/target/debug/deps/libnum-65615622e6f81b41.rlib" "/opt/crater/target/debug/deps/libnum_rational-2da8874f79b2b7b9.rlib" "/opt/crater/target/debug/deps/libnum_iter-8e3f963f7b47eae0.rlib" "/opt/crater/target/debug/deps/libnum_complex-7dd686155e730648.rlib" "/opt/crater/target/debug/deps/libenum_primitive-75e2239242984d9c.rlib" "/opt/crater/target/debug/deps/libnum_traits-d5c605d302f5ce27.rlib" "/opt/crater/target/debug/deps/libfutures-2a8ba247d15eab21.rlib" "/opt/crater/target/debug/deps/libnum_bigint-6525bf0aea243959.rlib" "/opt/crater/target/debug/deps/libnum_integer-c22deee15117a28a.rlib" "/opt/crater/target/debug/deps/libnum_traits-a6bcd2c98197efd4.rlib" "/opt/crater/target/debug/deps/librustc_serialize-cc29b8ffd74fbfca.rlib" "/opt/crater/target/debug/deps/librand-c6f5ad9348d5b61a.rlib" "/opt/crater/target/debug/deps/libnum_cpus-369d63a103c29fdf.rlib" "/opt/crater/target/debug/deps/libhex-585ff4e2e261c51d.rlib" "/opt/crater/target/debug/deps/libed25519_dalek-ad0b469e1f555a6d.rlib" "/opt/crater/target/debug/deps/libfailure-0ba20901cf8d40c2.rlib" "/opt/crater/target/debug/deps/libbacktrace-e7fafb1aaf8e5ebe.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-834a3bda6c3fb9c2.rlib" "/opt/crater/target/debug/deps/librustc_demangle-5967d01fc3b65b86.rlib" "/opt/crater/target/debug/deps/libcfg_if-f0641b5a9a5cde64.rlib" "/opt/crater/target/debug/deps/libcurve25519_dalek-312f6fe62e38a73d.rlib" "/opt/crater/target/debug/deps/libsubtle-21888d11d050d63f.rlib" "/opt/crater/target/debug/deps/librand-b2e7e999a58d1cb0.rlib" "/opt/crater/target/debug/deps/librand_core-07ca77de4823faaa.rlib" "/opt/crater/target/debug/deps/libclap-93d60310d5578dd6.rlib" "/opt/crater/target/debug/deps/libvec_map-574990f4164cde65.rlib" "/opt/crater/target/debug/deps/libtextwrap-2bf691a8202f6754.rlib" "/opt/crater/target/debug/deps/libunicode_width-8e49fc9eb4c9dbb0.rlib" "/opt/crater/target/debug/deps/libstrsim-c714b4fac07361e2.rlib" "/opt/crater/target/debug/deps/libbitflags-1a4cdc6e572ed8b2.rlib" "/opt/crater/target/debug/deps/libatty-d4ecdd9fabdfbd0f.rlib" "/opt/crater/target/debug/deps/libansi_term-0307525fbc1cbad4.rlib" "/opt/crater/target/debug/deps/libblake2-fbd5f51567ee1c9c.rlib" "/opt/crater/target/debug/deps/libcrypto_mac-4d69f0b5505c3cfe.rlib" "/opt/crater/target/debug/deps/libconstant_time_eq-7994b6877fd1d3a2.rlib" "/opt/crater/target/debug/deps/libdigest-8008f4f53c0573f2.rlib" "/opt/crater/target/debug/deps/libgeneric_array-8ec2d879b1ae6574.rlib" "/opt/crater/target/debug/deps/libbyte_tools-e0808b81140be31c.rlib" "/opt/crater/target/debug/deps/libcurve25519_dalek-8a5aea34341f70a4.rlib" "/opt/crater/target/debug/deps/libsubtle-7bfdee0d7496efb1.rlib" "/opt/crater/target/debug/deps/libdigest-2e72aac10e09536a.rlib" "/opt/crater/target/debug/deps/libgeneric_array-7533b882d2051014.rlib" "/opt/crater/target/debug/deps/libtypenum-49005c187b93bc71.rlib" "/opt/crater/target/debug/deps/libbyteorder-658de5910b53daf4.rlib" "/opt/crater/target/debug/deps/libclear_on_drop-a182f1f126059fef.rlib" "/opt/crater/target/debug/deps/librand-10c8899491c82ceb.rlib" "/opt/crater/target/debug/deps/liblibc-75fd0ac04bb19b9a.rlib" "/opt/crater/target/debug/deps/librand_xorshift-358bc239bef7c4e5.rlib" "/opt/crater/target/debug/deps/librand_pcg-9bed347662758de4.rlib" "/opt/crater/target/debug/deps/librand_hc-6a64bd9792c35560.rlib" "/opt/crater/target/debug/deps/librand_chacha-5525c5cf1b59dc63.rlib" "/opt/crater/target/debug/deps/librand_isaac-f09feb6901c6cac7.rlib" "/opt/crater/target/debug/deps/librand_core-562aeeaf733cf7c9.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 `nano-vanity`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "de9c61a383214704b658638577ed0e52cf52764e25a11461e67db336b2b6db8c"` [INFO] running `"docker" "rm" "-f" "de9c61a383214704b658638577ed0e52cf52764e25a11461e67db336b2b6db8c"` [INFO] [stdout] de9c61a383214704b658638577ed0e52cf52764e25a11461e67db336b2b6db8c