[INFO] updating cached repository https://github.com/plutomonkey/zcash-vanity [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/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] 66a6004f430cba34f68c7d6ae3a24a00a7b19a2d [INFO] testing plutomonkey/zcash-vanity against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fplutomonkey%2Fzcash-vanity" "/workspace/builds/worker-1/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/plutomonkey/zcash-vanity on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/plutomonkey/zcash-vanity [INFO] finished tweaking git repo https://github.com/plutomonkey/zcash-vanity [INFO] tweaked toml for git repo https://github.com/plutomonkey/zcash-vanity written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/plutomonkey/zcash-vanity already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-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" "+beta-2020-06-03" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 1fd3ec09aeeec77bdefd29ab573213d435ece6247d353a91d980804ca7a08d84 [INFO] running `"docker" "start" "-a" "1fd3ec09aeeec77bdefd29ab573213d435ece6247d353a91d980804ca7a08d84"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling libc v0.2.36 [INFO] [stderr] Compiling num-traits v0.1.42 [INFO] [stderr] Compiling typenum v1.9.0 [INFO] [stderr] Compiling cc v1.0.4 [INFO] [stderr] Compiling semver v0.1.20 [INFO] [stderr] Compiling cl-sys v0.4.0 [INFO] [stderr] Compiling arrayref v0.3.4 [INFO] [stderr] Compiling unicode-width v0.1.4 [INFO] [stderr] Compiling ansi_term v0.10.2 [INFO] [stderr] Compiling vec_map v0.8.0 [INFO] [stderr] Compiling strsim v0.6.0 [INFO] [stderr] Compiling byteorder v1.2.1 [INFO] [stderr] Compiling bs58 v0.2.0 [INFO] [stderr] Compiling rust-crypto v0.2.36 [INFO] [stderr] Compiling textwrap v0.9.0 [INFO] [stderr] Compiling rustc_version v0.1.7 [INFO] [stderr] Compiling ocl-core v0.7.0 [INFO] [stderr] Compiling num-integer v0.1.35 [INFO] [stderr] Compiling num-complex v0.1.41 [INFO] [stderr] Compiling subtle v0.3.0 [INFO] [stderr] Compiling enum_primitive v0.1.1 [INFO] [stderr] Compiling rand v0.3.20 [INFO] [stderr] Compiling rand v0.4.2 [INFO] [stderr] Compiling time v0.1.39 [INFO] [stderr] Compiling atty v0.2.6 [INFO] [stderr] Compiling clap v2.29.2 [INFO] [stderr] Compiling num-iter v0.1.34 [INFO] [stderr] Compiling clear_on_drop v0.2.3 [INFO] [stderr] Compiling num-bigint v0.1.41 [INFO] [stderr] Compiling generic-array v0.9.0 [INFO] [stderr] Compiling digest v0.7.2 [INFO] [stderr] Compiling curve25519-dalek v0.14.4 [INFO] [stderr] Compiling num-rational v0.1.41 [INFO] [stderr] Compiling num v0.1.41 [INFO] [stderr] Compiling ocl-core-vector v0.1.0 [INFO] [stderr] Compiling zcash-vanity v0.2.8 (/opt/rustwide/workdir) [INFO] [stderr] warning: unknown lint: `unreadable_literal` [INFO] [stderr] --> src/sha256.rs:4:9 [INFO] [stderr] | [INFO] [stderr] 4 | #[allow(unreadable_literal)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unknown_lints)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/device.rs:19:63 [INFO] [stderr] | [INFO] [stderr] 19 | pub fn vanity_device(finished: &atomic::AtomicBool, rng: &mut Rng, tx: &Sender, platform: PlatformId, device: DeviceId, patterns_sorted: &[String], pattern_words: &[u64], single_match: bool) { [INFO] [stderr] | ^^^ help: use `dyn`: `dyn Rng` [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/util.rs:22:40 [INFO] [stderr] | [INFO] [stderr] 22 | pub fn clear_console_line_80(out: &mut Write) { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Write` [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/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/zcash_vanity-1c60292a5556b289.zcash_vanity.98urltkw-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/zcash_vanity-1c60292a5556b289.zcash_vanity.98urltkw-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/zcash_vanity-1c60292a5556b289.zcash_vanity.98urltkw-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/zcash_vanity-1c60292a5556b289.zcash_vanity.98urltkw-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/zcash_vanity-1c60292a5556b289.zcash_vanity.98urltkw-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/zcash_vanity-1c60292a5556b289.zcash_vanity.98urltkw-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/zcash_vanity-1c60292a5556b289.zcash_vanity.98urltkw-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/zcash_vanity-1c60292a5556b289.zcash_vanity.98urltkw-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/zcash_vanity-1c60292a5556b289.zcash_vanity.98urltkw-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/zcash_vanity-1c60292a5556b289.zcash_vanity.98urltkw-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/zcash_vanity-1c60292a5556b289.zcash_vanity.98urltkw-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/zcash_vanity-1c60292a5556b289.zcash_vanity.98urltkw-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/zcash_vanity-1c60292a5556b289.zcash_vanity.98urltkw-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/zcash_vanity-1c60292a5556b289.zcash_vanity.98urltkw-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/zcash_vanity-1c60292a5556b289.zcash_vanity.98urltkw-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/zcash_vanity-1c60292a5556b289.zcash_vanity.98urltkw-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/zcash_vanity-1c60292a5556b289" "/opt/rustwide/target/debug/deps/zcash_vanity-1c60292a5556b289.2zwlwynaknwbiohz.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/clear_on_drop-d27b266e64b7d2e9/out" "-L" "/opt/rustwide/target/debug/build/rust-crypto-7792bcf71d33e0f8/out" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libocl_core-e20ce6249485e6da.rlib" "/opt/rustwide/target/debug/deps/libcl_sys-bfa16240bee9e558.rlib" "/opt/rustwide/target/debug/deps/libocl_core_vector-a62c2fd6a6e54bd8.rlib" "/opt/rustwide/target/debug/deps/libnum-898e58ebb33af54c.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-f1eade4f6d693bf5.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-9627a20721020111.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-56c5e3f9f31dcdf3.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-307fdcebc6b6ce9f.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-8ac21b7a4c5cd395.rlib" "/opt/rustwide/target/debug/deps/libenum_primitive-a35b18a72eaf75df.rlib" "/opt/rustwide/target/debug/deps/libcurve25519_dalek-3e699be0ee238a1d.rlib" "/opt/rustwide/target/debug/deps/libsubtle-5fcc5d7e4068450a.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-6bf27054155e8c61.rlib" "/opt/rustwide/target/debug/deps/libdigest-faeb96e7f5d4aaea.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-8a08f774944f86c9.rlib" "/opt/rustwide/target/debug/deps/libtypenum-a5ef136a606a1b15.rlib" "/opt/rustwide/target/debug/deps/libclear_on_drop-83758d76733fcde6.rlib" "/opt/rustwide/target/debug/deps/librand-33a93c4d987f7e31.rlib" "/opt/rustwide/target/debug/deps/libcrypto-8f1ae209a88f690a.rlib" "/opt/rustwide/target/debug/deps/libtime-aca6b0ec902dd7e2.rlib" "/opt/rustwide/target/debug/deps/librustc_serialize-4acdc232161029de.rlib" "/opt/rustwide/target/debug/deps/librand-0e55f11306752c3c.rlib" "/opt/rustwide/target/debug/deps/libclap-655c98d46bf5af20.rlib" "/opt/rustwide/target/debug/deps/libvec_map-53e6d3cfec0dd04f.rlib" "/opt/rustwide/target/debug/deps/libtextwrap-ddc5df70e73a749b.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-afd37e6694b95edc.rlib" "/opt/rustwide/target/debug/deps/libstrsim-972407c17564a8bb.rlib" "/opt/rustwide/target/debug/deps/libbitflags-fd9f43b38e195672.rlib" "/opt/rustwide/target/debug/deps/libatty-9d2b03335d01c28f.rlib" "/opt/rustwide/target/debug/deps/liblibc-b9cc03d0999144fb.rlib" "/opt/rustwide/target/debug/deps/libansi_term-477dda7e7e673911.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-82c565beb9bdc961.rlib" "/opt/rustwide/target/debug/deps/libbs58-b65a487ec9ff5b10.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-44f8eb3d0b2fad61.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-abc626f09920d361.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-546e83c8973f1a65.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-12768dfc68674934.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e06867e4497f2ee8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-cbc579f43f6df57b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7abd6d5a7ebf9a23.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-46423c7bc03bd327.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-fc3773ed7bc68f07.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-9cdc98176efd27e2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-02d88502a763e06b.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-8cdc9d38dd6cd3ce.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-336f7d63e72901ef.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2020-06-03-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-57917b1be5233117.rlib" "-Wl,-Bdynamic" "-lOpenCL" "-lOpenCL" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-ldl" "-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; 3 warnings emitted [INFO] [stderr] [INFO] [stderr] error: could not compile `zcash-vanity`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "1fd3ec09aeeec77bdefd29ab573213d435ece6247d353a91d980804ca7a08d84"` [INFO] running `"docker" "rm" "-f" "1fd3ec09aeeec77bdefd29ab573213d435ece6247d353a91d980804ca7a08d84"` [INFO] [stdout] 1fd3ec09aeeec77bdefd29ab573213d435ece6247d353a91d980804ca7a08d84