[INFO] cloning repository https://github.com/nanocurrency/nano-work-server [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/nanocurrency/nano-work-server" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnanocurrency%2Fnano-work-server", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnanocurrency%2Fnano-work-server'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 44468bc511da1b77ce5328b581c5ce5f71806389 [INFO] testing nanocurrency/nano-work-server against master#a77da2d454e6caa227a85b16410b95f93495e7e0 for pr-91031 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnanocurrency%2Fnano-work-server" "/workspace/builds/worker-56/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-56/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/nanocurrency/nano-work-server on toolchain a77da2d454e6caa227a85b16410b95f93495e7e0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/nanocurrency/nano-work-server [INFO] finished tweaking git repo https://github.com/nanocurrency/nano-work-server [INFO] tweaked toml for git repo https://github.com/nanocurrency/nano-work-server written to /workspace/builds/worker-56/source/Cargo.toml [INFO] crate git repo https://github.com/nanocurrency/nano-work-server already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded blake2 v0.7.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-56/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-56/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6883f80b321c7b383c950fae5e005965e5d0ff12aa44e988c060be13ff62b6ea [INFO] running `Command { std: "docker" "start" "-a" "6883f80b321c7b383c950fae5e005965e5d0ff12aa44e988c060be13ff62b6ea", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6883f80b321c7b383c950fae5e005965e5d0ff12aa44e988c060be13ff62b6ea", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6883f80b321c7b383c950fae5e005965e5d0ff12aa44e988c060be13ff62b6ea", kill_on_drop: false }` [INFO] [stdout] 6883f80b321c7b383c950fae5e005965e5d0ff12aa44e988c060be13ff62b6ea [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-56/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-56/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1b7e698cdf5bf7040e3cdca1f2275e4fa4559012b9266fe67b2d3dc6c7ea0575 [INFO] running `Command { std: "docker" "start" "-a" "1b7e698cdf5bf7040e3cdca1f2275e4fa4559012b9266fe67b2d3dc6c7ea0575", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling libc v0.2.67 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling futures v0.1.29 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling slab v0.4.2 [INFO] [stderr] Compiling fnv v1.0.6 [INFO] [stderr] Compiling proc-macro2 v1.0.9 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling syn v1.0.16 [INFO] [stderr] Compiling cc v1.0.50 [INFO] [stderr] Compiling rustc-serialize v0.3.24 [INFO] [stderr] Compiling typenum v1.11.2 [INFO] [stderr] Compiling failure_derive v0.1.7 [INFO] [stderr] Compiling semver v0.1.20 [INFO] [stderr] Compiling rustc-demangle v0.1.16 [INFO] [stderr] Compiling version_check v0.9.1 [INFO] [stderr] Compiling cl-sys v0.4.2 [INFO] [stderr] Compiling httparse v1.3.4 [INFO] [stderr] Compiling serde v1.0.104 [INFO] [stderr] Compiling scoped-tls v0.1.2 [INFO] [stderr] Compiling ryu v1.0.2 [INFO] [stderr] Compiling safemem v0.3.3 [INFO] [stderr] Compiling slab v0.3.0 [INFO] [stderr] Compiling unicode-width v0.1.7 [INFO] [stderr] Compiling smallvec v0.2.1 [INFO] [stderr] Compiling stable_deref_trait v1.1.1 [INFO] [stderr] Compiling constant_time_eq v0.1.5 [INFO] [stderr] Compiling take v0.1.0 [INFO] [stderr] Compiling try-lock v0.1.0 [INFO] [stderr] Compiling mime v0.3.16 [INFO] [stderr] Compiling itoa v0.4.5 [INFO] [stderr] Compiling nodrop v0.1.14 [INFO] [stderr] Compiling byte-tools v0.2.0 [INFO] [stderr] Compiling vec_map v0.8.1 [INFO] [stderr] Compiling percent-encoding v1.0.1 [INFO] [stderr] Compiling language-tags v0.2.2 [INFO] [stderr] Compiling hex v0.3.2 [INFO] [stderr] Compiling smallvec v0.6.13 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling rustc_version v0.1.7 [INFO] [stderr] Compiling owning_ref v0.3.3 [INFO] [stderr] Compiling lock_api v0.3.3 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling num-iter v0.1.40 [INFO] [stderr] Compiling crossbeam-queue v0.2.1 [INFO] [stderr] Compiling crossbeam-channel v0.4.2 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling tokio-executor v0.1.10 [INFO] [stderr] Compiling tokio-sync v0.1.8 [INFO] [stderr] Compiling tokio-service v0.1.0 [INFO] [stderr] Compiling relay v0.1.1 [INFO] [stderr] Compiling ocl-core v0.11.2 [INFO] [stderr] Compiling base64 v0.9.3 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling want v0.0.4 [INFO] [stderr] Compiling quote v1.0.3 [INFO] [stderr] Compiling generic-array v0.9.0 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling num_cpus v1.12.0 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling serde_json v1.0.48 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling num-complex v0.1.43 [INFO] [stderr] Compiling num-traits v0.1.43 [INFO] [stderr] Compiling backtrace-sys v0.1.33 [INFO] [stderr] Compiling tokio-current-thread v0.1.7 [INFO] [stderr] Compiling tokio-timer v0.2.13 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling enum_primitive v0.1.1 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling crypto-mac v0.5.2 [INFO] [stderr] Compiling digest v0.7.6 [INFO] [stderr] Compiling mio v0.6.21 [INFO] [stderr] Compiling chrono v0.4.11 [INFO] [stderr] Compiling futures-cpupool v0.1.8 [INFO] [stderr] Compiling memoffset v0.5.3 [INFO] [stderr] Compiling parking_lot_core v0.6.2 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Compiling num-bigint v0.1.44 [INFO] [stderr] Compiling rand v0.3.23 [INFO] [stderr] Compiling parking_lot_core v0.2.14 [INFO] [stderr] Compiling blake2 v0.7.1 [INFO] [stderr] Compiling tokio-io v0.1.13 [INFO] [stderr] Compiling parking_lot v0.5.5 [INFO] [stderr] Compiling mio-uds v0.6.7 [INFO] [stderr] Compiling crossbeam-deque v0.7.3 [INFO] [stderr] Compiling tokio-codec v0.1.2 [INFO] [stderr] Compiling tokio-threadpool v0.1.18 [INFO] [stderr] Compiling crossbeam v0.7.3 [INFO] [stderr] Compiling tokio-reactor v0.1.12 [INFO] [stderr] Compiling qutex v0.2.3 [INFO] [stderr] Compiling backtrace v0.3.45 [INFO] [stderr] Compiling num-rational v0.1.42 [INFO] [stderr] Compiling tokio-uds v0.2.6 [INFO] [stderr] Compiling tokio-tcp v0.1.4 [INFO] [stderr] Compiling tokio-udp v0.1.6 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling ocl-core-vector v0.1.0 [INFO] [stderr] Compiling tokio-fs v0.1.7 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling tokio-core v0.1.17 [INFO] [stderr] Compiling synstructure v0.12.3 [INFO] [stderr] Compiling tokio-proto v0.1.1 [INFO] [stderr] Compiling hyper v0.11.27 [INFO] [stderr] Compiling failure v0.1.7 [INFO] [stderr] Compiling ocl v0.19.3 [INFO] [stderr] Compiling nano-work-server v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/nano_work_server-f0a78ff01f6122d6.nano_work_server.800035c0-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/nano_work_server-f0a78ff01f6122d6.nano_work_server.800035c0-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/nano_work_server-f0a78ff01f6122d6.nano_work_server.800035c0-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/nano_work_server-f0a78ff01f6122d6.nano_work_server.800035c0-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/nano_work_server-f0a78ff01f6122d6.nano_work_server.800035c0-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/nano_work_server-f0a78ff01f6122d6.nano_work_server.800035c0-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/nano_work_server-f0a78ff01f6122d6.nano_work_server.800035c0-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/nano_work_server-f0a78ff01f6122d6.nano_work_server.800035c0-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/nano_work_server-f0a78ff01f6122d6.nano_work_server.800035c0-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/nano_work_server-f0a78ff01f6122d6.nano_work_server.800035c0-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/nano_work_server-f0a78ff01f6122d6.nano_work_server.800035c0-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/nano_work_server-f0a78ff01f6122d6.nano_work_server.800035c0-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/nano_work_server-f0a78ff01f6122d6.nano_work_server.800035c0-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/nano_work_server-f0a78ff01f6122d6.nano_work_server.800035c0-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/nano_work_server-f0a78ff01f6122d6.nano_work_server.800035c0-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/nano_work_server-f0a78ff01f6122d6.nano_work_server.800035c0-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/nano_work_server-f0a78ff01f6122d6.2opp6tke3jh6glf8.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/backtrace-sys-7d2b31808795c556/out" "-L" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libchrono-ae7f98e9ccf610b9.rlib" "/opt/rustwide/target/debug/deps/libserde_json-a6f0710ebde9a89b.rlib" "/opt/rustwide/target/debug/deps/libryu-400f84560640379f.rlib" "/opt/rustwide/target/debug/deps/libitoa-244e0f03ba421831.rlib" "/opt/rustwide/target/debug/deps/libserde-8917b14c5eba8d1e.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-15848e75f2e6c853.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-24d16731c6a0d659.rlib" "/opt/rustwide/target/debug/deps/libowning_ref-cda3dd274dbcb30e.rlib" "/opt/rustwide/target/debug/deps/libstable_deref_trait-eea17b0cf09b3ccf.rlib" "/opt/rustwide/target/debug/deps/libocl-dbdbf77b8149e4ee.rlib" "/opt/rustwide/target/debug/deps/libqutex-fb01207b874b24cd.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam-11ac64668a1dcf3c.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-d186a9050c139a63.rlib" "/opt/rustwide/target/debug/deps/libnodrop-74b1b15f63fcdd40.rlib" "/opt/rustwide/target/debug/deps/libocl_core-e19df733c82fd6f7.rlib" "/opt/rustwide/target/debug/deps/libcl_sys-838ea756ffad8a9e.rlib" "/opt/rustwide/target/debug/deps/libocl_core_vector-0a7fb7a55b6c5925.rlib" "/opt/rustwide/target/debug/deps/libnum-3982ccc57b3d74c2.rlib" "/opt/rustwide/target/debug/deps/libnum_rational-e822942949e2dfc5.rlib" "/opt/rustwide/target/debug/deps/libnum_bigint-174469bcf795aaa5.rlib" "/opt/rustwide/target/debug/deps/libnum_iter-2283a313562c0747.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-4a075e0d6330f2b0.rlib" "/opt/rustwide/target/debug/deps/libnum_complex-f454b2178206ea5f.rlib" "/opt/rustwide/target/debug/deps/librustc_serialize-306a29a12f142e2b.rlib" "/opt/rustwide/target/debug/deps/libenum_primitive-d8b69174dce4ce4e.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-caa67884cebd998f.rlib" "/opt/rustwide/target/debug/deps/libfailure-a1d57d36f1797089.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-0221f50377edfac2.rlib" "/opt/rustwide/target/debug/deps/libbacktrace_sys-12afb037984bae0e.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-304061a6c0164c58.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-9504e8593fe5e848.rlib" "/opt/rustwide/target/debug/deps/libhyper-6f0f1ca555128bf3.rlib" "/opt/rustwide/target/debug/deps/libwant-cb15acde5608dfaa.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-2af3593bd9c08793.rlib" "/opt/rustwide/target/debug/deps/libunicase-4cab848a43db973b.rlib" "/opt/rustwide/target/debug/deps/libtokio_proto-d646e64bdbc6c671.rlib" "/opt/rustwide/target/debug/deps/liblog-ad1e8a729c9392da.rlib" "/opt/rustwide/target/debug/deps/libtokio_service-d1cc23746030987e.rlib" "/opt/rustwide/target/debug/deps/libtake-78848e7d07b14d64.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-1550d20ce8fb139f.rlib" "/opt/rustwide/target/debug/deps/libslab-e074860ed760e954.rlib" "/opt/rustwide/target/debug/deps/librand-573ebe679d6ff2f5.rlib" "/opt/rustwide/target/debug/deps/librand-c01fd778c3a5398f.rlib" "/opt/rustwide/target/debug/deps/libtokio_core-eb15c2f6f8477dad.rlib" "/opt/rustwide/target/debug/deps/libscoped_tls-af215ab60d6bd6d8.rlib" "/opt/rustwide/target/debug/deps/libtokio-b25b8e4656514180.rlib" "/opt/rustwide/target/debug/deps/libtokio_uds-2375f10b51901e3e.rlib" "/opt/rustwide/target/debug/deps/libmio_uds-32afbda6eb6bfefe.rlib" "/opt/rustwide/target/debug/deps/libtokio_udp-a1b39983e976287b.rlib" "/opt/rustwide/target/debug/deps/libtokio_timer-0f491ecf5abc0a71.rlib" "/opt/rustwide/target/debug/deps/libtokio_tcp-53e21c8c7f1374d6.rlib" "/opt/rustwide/target/debug/deps/libtokio_reactor-d72ad201aab5291c.rlib" "/opt/rustwide/target/debug/deps/libtokio_sync-b965143532f921b5.rlib" "/opt/rustwide/target/debug/deps/libfnv-8c5c165005b941da.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-fc51a61bfc9a591b.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-bb34223fa5aa1d77.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-b4ff8336e65af27c.rlib" "/opt/rustwide/target/debug/deps/liblock_api-0da78c0e813030cc.rlib" "/opt/rustwide/target/debug/deps/libtokio_fs-52a11835e7a07a95.rlib" "/opt/rustwide/target/debug/deps/libtokio_threadpool-a89d174d145174e5.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-3d499758dcfbaa94.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-6cab4872d39c6798.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-1d4b61cac3e55f14.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-ff2bb1f39834214d.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-6e7b6b8e7e7ea212.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-6eeb474ed04b0fb7.rlib" "/opt/rustwide/target/debug/deps/libtokio_current_thread-f4aa9f8ab1573e60.rlib" "/opt/rustwide/target/debug/deps/libtokio_executor-8bb54953ad9b06d6.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-15d02b042ccb7e12.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-b33cd6b8ee13db74.rlib" "/opt/rustwide/target/debug/deps/libtokio_codec-fe1ec4d525e431a1.rlib" "/opt/rustwide/target/debug/deps/libtokio_io-89239ab524350c9f.rlib" "/opt/rustwide/target/debug/deps/libmio-fff351a4459c5870.rlib" "/opt/rustwide/target/debug/deps/libslab-ab98851c871a197f.rlib" "/opt/rustwide/target/debug/deps/libtime-83f75f7b083b9302.rlib" "/opt/rustwide/target/debug/deps/librelay-ef1d3b7107777a40.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-240c068dd9a8427a.rlib" "/opt/rustwide/target/debug/deps/libnet2-f5fc86c1ece6745e.rlib" "/opt/rustwide/target/debug/deps/libmime-f9513972171bf326.rlib" "/opt/rustwide/target/debug/deps/liblog-564705816ac1f29a.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-81c3651d70dd4895.rlib" "/opt/rustwide/target/debug/deps/liblanguage_tags-2657e2513e136c93.rlib" "/opt/rustwide/target/debug/deps/libhttparse-63cba1f3c42aa21e.rlib" "/opt/rustwide/target/debug/deps/libfutures_cpupool-b40f1b626216948f.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-2f8c2cf0ba144b61.rlib" "/opt/rustwide/target/debug/deps/libbytes-4b411f5f74b6f52b.rlib" "/opt/rustwide/target/debug/deps/libiovec-94efa326c9f7bbda.rlib" "/opt/rustwide/target/debug/deps/libbase64-3c1a81bb832b47dc.rlib" "/opt/rustwide/target/debug/deps/libsafemem-d331e67b7147906f.rlib" "/opt/rustwide/target/debug/deps/libhex-e149dd8bbc7ceab7.rlib" "/opt/rustwide/target/debug/deps/libfutures-758fac1dc923a60e.rlib" "/opt/rustwide/target/debug/deps/libclap-7e25b0aa27c1cddd.rlib" "/opt/rustwide/target/debug/deps/libvec_map-11539489c7468588.rlib" "/opt/rustwide/target/debug/deps/libtextwrap-f6da55165abf0f4f.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-7222d6a8c557ea23.rlib" "/opt/rustwide/target/debug/deps/libstrsim-c0d73e3d44b574a0.rlib" "/opt/rustwide/target/debug/deps/libbitflags-6d05264d59b50f7f.rlib" "/opt/rustwide/target/debug/deps/libatty-5651e6bbdfe77365.rlib" "/opt/rustwide/target/debug/deps/liblibc-26471002dee0c7ab.rlib" "/opt/rustwide/target/debug/deps/libansi_term-76ca62e328105e50.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-65be7507519f3778.rlib" "/opt/rustwide/target/debug/deps/libblake2-c10f73d1ac163d8b.rlib" "/opt/rustwide/target/debug/deps/libcrypto_mac-5a42e2f9bf7ce4b7.rlib" "/opt/rustwide/target/debug/deps/libconstant_time_eq-bcceb7e2d64293ba.rlib" "/opt/rustwide/target/debug/deps/libdigest-309f449f2b98e341.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-1244c6a4a16b88d0.rlib" "/opt/rustwide/target/debug/deps/libtypenum-f27c7521c809b8e6.rlib" "/opt/rustwide/target/debug/deps/libbyte_tools-ca17eb4abc396b10.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-29e5e596e889a0aa.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-1b145d9fcdc08832.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-5b037ee6b77e2ff0.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-9635a64fca0ebd28.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-a7574eb9bb7a8fc5.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-f5fa1dc334dcaeeb.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-6ee570a898e75ef0.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-afb62f29a0815772.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-a632746535fd9988.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-25acc307bcb1d7b6.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-377721a625f6ace7.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-43c01431c8a4ee6f.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5f74725679453254.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-2b35d8999819161d.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-a81f2980c3f58cf2.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-57b4679830289815.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2a6a2797f7a73818.rlib" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-0e3656b1fda5fd7b.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-13b419dfbcf9c1f8.rlib" "-Wl,-Bdynamic" "-lOpenCL" "-lutil" "-ldl" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/a77da2d454e6caa227a85b16410b95f93495e7e0/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/nano_work_server-f0a78ff01f6122d6" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /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 `nano-work-server` due to 2 previous errors [INFO] running `Command { std: "docker" "inspect" "1b7e698cdf5bf7040e3cdca1f2275e4fa4559012b9266fe67b2d3dc6c7ea0575", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1b7e698cdf5bf7040e3cdca1f2275e4fa4559012b9266fe67b2d3dc6c7ea0575", kill_on_drop: false }` [INFO] [stdout] 1b7e698cdf5bf7040e3cdca1f2275e4fa4559012b9266fe67b2d3dc6c7ea0575