[INFO] cloning repository https://github.com/webmaster128/lisk-vanity [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/webmaster128/lisk-vanity" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwebmaster128%2Flisk-vanity", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwebmaster128%2Flisk-vanity'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 8862ee711f28350078d7d23c8c70a21acb75e85a [INFO] testing webmaster128/lisk-vanity against try#eafdee2dfae8c2233b74f98b123308be7ccefcc6 for pr-79296 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwebmaster128%2Flisk-vanity" "/workspace/builds/worker-3/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/webmaster128/lisk-vanity on toolchain eafdee2dfae8c2233b74f98b123308be7ccefcc6 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+eafdee2dfae8c2233b74f98b123308be7ccefcc6" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/webmaster128/lisk-vanity [INFO] finished tweaking git repo https://github.com/webmaster128/lisk-vanity [INFO] tweaked toml for git repo https://github.com/webmaster128/lisk-vanity written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/webmaster128/lisk-vanity already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+eafdee2dfae8c2233b74f98b123308be7ccefcc6" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+eafdee2dfae8c2233b74f98b123308be7ccefcc6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2f72668c4645670d4a7ff2c42e1d043fd84d76df42dd86b7b670cafc93877d3c [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "2f72668c4645670d4a7ff2c42e1d043fd84d76df42dd86b7b670cafc93877d3c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2f72668c4645670d4a7ff2c42e1d043fd84d76df42dd86b7b670cafc93877d3c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2f72668c4645670d4a7ff2c42e1d043fd84d76df42dd86b7b670cafc93877d3c", kill_on_drop: false }` [INFO] [stdout] 2f72668c4645670d4a7ff2c42e1d043fd84d76df42dd86b7b670cafc93877d3c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:c8ac004eab7d63a0ad09a2dde3d3353ba464f767bee4de425dc8f74c46a1905e" "/opt/rustwide/cargo-home/bin/cargo" "+eafdee2dfae8c2233b74f98b123308be7ccefcc6" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 81154d5f85591b7b40b5f1090aae169304ce4058bfd891f8015cd20d767efde5 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "81154d5f85591b7b40b5f1090aae169304ce4058bfd891f8015cd20d767efde5", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling num-traits v0.2.0 [INFO] [stderr] Compiling typenum v1.10.0 [INFO] [stderr] Compiling unicode-xid v0.0.4 [INFO] [stderr] Compiling quote v0.3.15 [INFO] [stderr] Compiling byteorder v1.2.6 [INFO] [stderr] Compiling subtle v0.6.3 [INFO] [stderr] Compiling cl-sys v0.4.2 [INFO] [stderr] Compiling crossbeam v0.3.2 [INFO] [stderr] Compiling futures v0.1.18 [INFO] [stderr] Compiling byte-tools v0.2.0 [INFO] [stderr] Compiling arrayref v0.3.5 [INFO] [stderr] Compiling unicode-width v0.1.4 [INFO] [stderr] Compiling strsim v0.7.0 [INFO] [stderr] Compiling ansi_term v0.10.2 [INFO] [stderr] Compiling vec_map v0.8.0 [INFO] [stderr] Compiling fake-simd v0.1.2 [INFO] [stderr] Compiling rand v0.4.2 [INFO] [stderr] Compiling atty v0.2.6 [INFO] [stderr] Compiling num_cpus v1.8.0 [INFO] [stderr] Compiling backtrace-sys v0.1.16 [INFO] [stderr] Compiling clear_on_drop v0.2.3 [INFO] [stderr] Compiling textwrap v0.9.0 [INFO] [stderr] Compiling block-buffer v0.3.3 [INFO] [stderr] Compiling synom v0.11.3 [INFO] [stderr] Compiling ocl-core v0.11.2 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Compiling clap v2.30.0 [INFO] [stderr] Compiling num-integer v0.1.36 [INFO] [stderr] Compiling num-complex v0.1.42 [INFO] [stderr] Compiling num-traits v0.1.43 [INFO] [stderr] Compiling enum_primitive v0.1.1 [INFO] [stderr] Compiling num-bigint v0.1.43 [INFO] [stderr] Compiling num-iter v0.1.35 [INFO] [stderr] Compiling generic-array v0.9.0 [INFO] [stderr] Compiling synstructure v0.6.1 [INFO] [stderr] Compiling digest v0.7.2 [INFO] [stderr] Compiling sha2 v0.7.1 [INFO] [stderr] Compiling curve25519-dalek v0.16.4 [INFO] [stderr] Compiling qutex v0.2.0 [INFO] [stderr] Compiling num-rational v0.1.42 [INFO] [stderr] Compiling failure_derive v0.1.1 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling ocl-core-vector v0.1.0 [INFO] [stderr] Compiling backtrace v0.3.5 [INFO] [stderr] Compiling failure v0.1.1 [INFO] [stderr] Compiling ed25519-dalek v0.6.2 [INFO] [stderr] Compiling ocl v0.19.3 [INFO] [stderr] Compiling lisk-vanity v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] error: linking with `cc` failed: exit code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-Wl,--eh-frame-hdr" "-L" "/opt/rustwide/rustup-home/toolchains/eafdee2dfae8c2233b74f98b123308be7ccefcc6/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/lisk_vanity-7ac69b6e9e64c8e5.lisk_vanity.b4houxra-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/lisk_vanity-7ac69b6e9e64c8e5.lisk_vanity.b4houxra-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/lisk_vanity-7ac69b6e9e64c8e5.lisk_vanity.b4houxra-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/lisk_vanity-7ac69b6e9e64c8e5.lisk_vanity.b4houxra-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/lisk_vanity-7ac69b6e9e64c8e5.lisk_vanity.b4houxra-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/lisk_vanity-7ac69b6e9e64c8e5.lisk_vanity.b4houxra-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/lisk_vanity-7ac69b6e9e64c8e5.lisk_vanity.b4houxra-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/lisk_vanity-7ac69b6e9e64c8e5.lisk_vanity.b4houxra-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/lisk_vanity-7ac69b6e9e64c8e5.lisk_vanity.b4houxra-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/lisk_vanity-7ac69b6e9e64c8e5.lisk_vanity.b4houxra-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/lisk_vanity-7ac69b6e9e64c8e5.lisk_vanity.b4houxra-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/lisk_vanity-7ac69b6e9e64c8e5.lisk_vanity.b4houxra-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/lisk_vanity-7ac69b6e9e64c8e5.lisk_vanity.b4houxra-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/lisk_vanity-7ac69b6e9e64c8e5.lisk_vanity.b4houxra-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/lisk_vanity-7ac69b6e9e64c8e5.lisk_vanity.b4houxra-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/lisk_vanity-7ac69b6e9e64c8e5.lisk_vanity.b4houxra-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/lisk_vanity-7ac69b6e9e64c8e5" "/opt/rustwide/target/debug/deps/lisk_vanity-7ac69b6e9e64c8e5.534c1an1r78gb1qm.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-09b351fc493f2828/out" "-L" "/opt/rustwide/target/debug/build/backtrace-sys-0988cbf6135b7f2a/out/.libs" "-L" "/opt/rustwide/rustup-home/toolchains/eafdee2dfae8c2233b74f98b123308be7ccefcc6/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libocl-c7d22e89038bf29a.rlib" "/opt/rustwide/target/debug/deps/libqutex-b64bff86ad8cb74d.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam-7ac7420f95eb5837.rlib" "/opt/rustwide/target/debug/deps/libnodrop-b622652e6db1636c.rlib" "/opt/rustwide/target/debug/deps/libocl_core-ed203eb954feb944.rlib" "/opt/rustwide/target/debug/deps/libcl_sys-d2bc4a1b6cb9b447.rlib" "/opt/rustwide/target/debug/deps/libocl_core_vector-39f8d1a47265eb05.rlib" "/opt/rustwide/target/debug/deps/libnum-bc8576f6e4654cfd.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-2570e98a2e90b701.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-0bf76cc94020998a.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-7c50147f0d9d63de.rlib" "/opt/rustwide/target/debug/deps/libenum_primitive-adeedca2e7253aa7.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-f56de9576fe6c541.rlib" "/opt/rustwide/target/debug/deps/libfutures-2cf49c7d7aa259cc.rlib" "/opt/rustwide/target/debug/deps/libsha2-cd78e55649537cff.rlib" "/opt/rustwide/target/debug/deps/libfake_simd-943957b5b8ca0fd4.rlib" "/opt/rustwide/target/debug/deps/libblock_buffer-e2696dc7be183476.rlib" "/opt/rustwide/target/debug/deps/libarrayref-94c244ae987ed35e.rlib" "/opt/rustwide/target/debug/deps/libbyte_tools-be5b46b48afe729d.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-516cb5d916b03c71.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-1efcc1e9c56b9ffc.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-1af232ec70fd7d78.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-301c961d539dee76.rlib" "/opt/rustwide/target/debug/deps/librustc_serialize-74425f941af46c4f.rlib" "/opt/rustwide/target/debug/deps/libhex-5883f40c8c4e8320.rlib" "/opt/rustwide/target/debug/deps/libed25519_dalek-888e10878724da85.rlib" "/opt/rustwide/target/debug/deps/libfailure-0a3bc408b917da6c.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-d90cbade86d5af86.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-0380a4b69840748c.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-c7cdfab675f37520.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-47728bf37d55435b.rlib" "/opt/rustwide/target/debug/deps/libcurve25519_dalek-562cde77d2304561.rlib" "/opt/rustwide/target/debug/deps/libsubtle-f757389fc5a69ead.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-feb22f63cf7e3b3f.rlib" "/opt/rustwide/target/debug/deps/libclear_on_drop-c865d8d55b6256ed.rlib" "/opt/rustwide/target/debug/deps/librand-980a34fec4e3bac3.rlib" "/opt/rustwide/target/debug/deps/libdigest-9fb3724a04b3f9cd.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-5822d4f65b0fb608.rlib" "/opt/rustwide/target/debug/deps/libtypenum-e0d5e149e10f9988.rlib" "/opt/rustwide/target/debug/deps/libclap-fcc6814af3d793c1.rlib" "/opt/rustwide/target/debug/deps/libvec_map-6ef523c9dafede54.rlib" "/opt/rustwide/target/debug/deps/libtextwrap-753e3f0be4f5c88d.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-e93da7bb3220363e.rlib" "/opt/rustwide/target/debug/deps/libstrsim-e85464cb9a3a7bb5.rlib" "/opt/rustwide/target/debug/deps/libbitflags-1571ba03acf75a34.rlib" "/opt/rustwide/target/debug/deps/libatty-97ec1c6768f5cce2.rlib" "/opt/rustwide/target/debug/deps/liblibc-00385ddaf933bab9.rlib" "/opt/rustwide/target/debug/deps/libansi_term-3fd6c8f17b008687.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/eafdee2dfae8c2233b74f98b123308be7ccefcc6/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-c659455244c9d2ca.rlib" "/opt/rustwide/rustup-home/toolchains/eafdee2dfae8c2233b74f98b123308be7ccefcc6/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-448643d99e633b5d.rlib" "/opt/rustwide/rustup-home/toolchains/eafdee2dfae8c2233b74f98b123308be7ccefcc6/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-c7c3d631a525883a.rlib" "/opt/rustwide/rustup-home/toolchains/eafdee2dfae8c2233b74f98b123308be7ccefcc6/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-d7659a11bb201e01.rlib" "/opt/rustwide/rustup-home/toolchains/eafdee2dfae8c2233b74f98b123308be7ccefcc6/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-9aceb6f83a33a9b6.rlib" "/opt/rustwide/rustup-home/toolchains/eafdee2dfae8c2233b74f98b123308be7ccefcc6/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-876c3057c8a2a7c2.rlib" "/opt/rustwide/rustup-home/toolchains/eafdee2dfae8c2233b74f98b123308be7ccefcc6/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-2f02aa3e24d2aa49.rlib" "/opt/rustwide/rustup-home/toolchains/eafdee2dfae8c2233b74f98b123308be7ccefcc6/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-1d4694108f8cb543.rlib" "/opt/rustwide/rustup-home/toolchains/eafdee2dfae8c2233b74f98b123308be7ccefcc6/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-79eaa6e630880f50.rlib" "/opt/rustwide/rustup-home/toolchains/eafdee2dfae8c2233b74f98b123308be7ccefcc6/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-0df1a4ec96f80cf7.rlib" "/opt/rustwide/rustup-home/toolchains/eafdee2dfae8c2233b74f98b123308be7ccefcc6/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-bba9b0f0f4d77257.rlib" "/opt/rustwide/rustup-home/toolchains/eafdee2dfae8c2233b74f98b123308be7ccefcc6/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-f848f9c987265235.rlib" "/opt/rustwide/rustup-home/toolchains/eafdee2dfae8c2233b74f98b123308be7ccefcc6/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0d5ea4f2d39b8e27.rlib" "/opt/rustwide/rustup-home/toolchains/eafdee2dfae8c2233b74f98b123308be7ccefcc6/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-c22053fa5fc00a3b.rlib" "/opt/rustwide/rustup-home/toolchains/eafdee2dfae8c2233b74f98b123308be7ccefcc6/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-c52e5d6301e1bd59.rlib" "/opt/rustwide/rustup-home/toolchains/eafdee2dfae8c2233b74f98b123308be7ccefcc6/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-2675a9a46b5cec89.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/eafdee2dfae8c2233b74f98b123308be7ccefcc6/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-6e3d052afeb9f711.rlib" "-Wl,-Bdynamic" "-lOpenCL" "-lOpenCL" "-lutil" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lOpenCL [INFO] [stdout] /usr/bin/ld: cannot find -lOpenCL [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `lisk-vanity` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "81154d5f85591b7b40b5f1090aae169304ce4058bfd891f8015cd20d767efde5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "81154d5f85591b7b40b5f1090aae169304ce4058bfd891f8015cd20d767efde5", kill_on_drop: false }` [INFO] [stdout] 81154d5f85591b7b40b5f1090aae169304ce4058bfd891f8015cd20d767efde5