[INFO] cloning repository https://github.com/kryton/eosio-rust-api [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kryton/eosio-rust-api" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkryton%2Feosio-rust-api", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkryton%2Feosio-rust-api'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1a70477d49927e969eecc72417ae7b2dfbaf7657 [INFO] testing kryton/eosio-rust-api against beta-2021-01-01 for beta-1.50-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkryton%2Feosio-rust-api" "/workspace/builds/worker-14/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-14/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/kryton/eosio-rust-api on toolchain beta-2021-01-01 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-01-01" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/kryton/eosio-rust-api [INFO] removed workspace from git repo https://github.com/kryton/eosio-rust-api [INFO] removed path dependency eosio-client-api from git repo https://github.com/kryton/eosio-rust-api [INFO] removed path dependency eosio-client-keys from git repo https://github.com/kryton/eosio-rust-api [INFO] finished tweaking git repo https://github.com/kryton/eosio-rust-api [INFO] tweaked toml for git repo https://github.com/kryton/eosio-rust-api written to /workspace/builds/worker-14/source/Cargo.toml [INFO] crate git repo https://github.com/kryton/eosio-rust-api already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-01-01" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] error: the lock file /workspace/builds/worker-14/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag. [INFO] the lockfile is outdated, regenerating it [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-01-01" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-01-01" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-01-01" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5a20ed21f29bffd1944bbcda4bf652060764e1cd7e101ffd3f94e67d9d07c289 [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" "5a20ed21f29bffd1944bbcda4bf652060764e1cd7e101ffd3f94e67d9d07c289", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5a20ed21f29bffd1944bbcda4bf652060764e1cd7e101ffd3f94e67d9d07c289", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5a20ed21f29bffd1944bbcda4bf652060764e1cd7e101ffd3f94e67d9d07c289", kill_on_drop: false }` [INFO] [stdout] 5a20ed21f29bffd1944bbcda4bf652060764e1cd7e101ffd3f94e67d9d07c289 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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=warn" "-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:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-01-01" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7566f1b5c20a40897a1ef1728b8a0b0c12a312a2085216112c08b66337fb3d51 [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" "7566f1b5c20a40897a1ef1728b8a0b0c12a312a2085216112c08b66337fb3d51", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.81 [INFO] [stderr] Compiling syn v1.0.58 [INFO] [stderr] Compiling cc v1.0.41 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling error-chain v0.12.4 [INFO] [stderr] Compiling http v0.2.2 [INFO] [stderr] Compiling rust-embed-utils v5.1.0 [INFO] [stderr] Compiling tracing v0.1.22 [INFO] [stderr] Compiling block-buffer v0.2.0-tmp [INFO] [stderr] Compiling crypto-mac v0.5.2 [INFO] [stderr] Compiling block-buffer v0.7.3 [INFO] [stderr] Compiling crypto-mac v0.7.0 [INFO] [stderr] Compiling whirlpool v0.7.1 [INFO] [stderr] Compiling ripemd160 v0.7.0 [INFO] [stderr] Compiling sha3 v0.7.3 [INFO] [stderr] Compiling blake2 v0.7.1 [INFO] [stderr] Compiling hmac v0.7.1 [INFO] [stderr] Compiling ripemd160 v0.8.0 [INFO] [stderr] Compiling sha2 v0.8.2 [INFO] [stderr] Compiling groestl v0.7.0 [INFO] [stderr] Compiling crypto-hashes v0.7.0 [INFO] [stderr] Compiling cmake v0.1.45 [INFO] [stderr] Compiling openssl-sys v0.9.60 [INFO] [stderr] Compiling secp256k1-sys v0.1.2 [INFO] [stderr] Compiling libabieos-sys v0.3.4 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling net2 v0.2.37 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling socket2 v0.3.19 [INFO] [stderr] Compiling backtrace v0.3.55 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling mio v0.6.23 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling openssl v0.10.32 [INFO] [stderr] Compiling native-tls v0.2.7 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling secp256k1 v0.17.2 [INFO] [stderr] Compiling http-body v0.3.1 [INFO] [stderr] Compiling eosio-client-keys v0.1.0 [INFO] [stderr] Compiling tokio-macros v0.2.6 [INFO] [stderr] Compiling pin-project-internal v1.0.3 [INFO] [stderr] Compiling serde_derive v1.0.118 [INFO] [stderr] Compiling pin-project-internal v0.4.27 [INFO] [stderr] Compiling rust-embed-impl v5.8.0 [INFO] [stderr] Compiling tokio v0.2.24 [INFO] [stderr] Compiling rust-embed v5.8.0 [INFO] [stderr] Compiling pin-project v1.0.3 [INFO] [stderr] Compiling futures-util v0.3.8 [INFO] [stderr] Compiling pin-project v0.4.27 [INFO] [stderr] Compiling tracing-futures v0.2.4 [INFO] [stderr] Compiling tokio-util v0.3.1 [INFO] [stderr] Compiling tokio-tls v0.3.1 [INFO] [stderr] Compiling serde v1.0.118 [INFO] [stderr] Compiling h2 v0.2.7 [INFO] [stderr] Compiling serde_json v1.0.61 [INFO] [stderr] Compiling serde_urlencoded v0.7.0 [INFO] [stderr] Compiling base64-serde v0.5.1 [INFO] [stderr] Compiling hyper v0.13.9 [INFO] [stderr] Compiling hyper-tls v0.4.3 [INFO] [stderr] Compiling reqwest v0.10.10 [INFO] [stderr] Compiling eosio-client-api v0.2.2 [INFO] [stderr] Compiling eosio-client v0.1.5 (/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/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/eosio_client-f3718eec55d6b649.eosio_client.3wwmk4f0-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/eosio_client-f3718eec55d6b649.eosio_client.3wwmk4f0-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/eosio_client-f3718eec55d6b649.eosio_client.3wwmk4f0-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/eosio_client-f3718eec55d6b649.eosio_client.3wwmk4f0-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/eosio_client-f3718eec55d6b649.eosio_client.3wwmk4f0-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/eosio_client-f3718eec55d6b649.eosio_client.3wwmk4f0-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/eosio_client-f3718eec55d6b649.eosio_client.3wwmk4f0-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/eosio_client-f3718eec55d6b649.eosio_client.3wwmk4f0-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/eosio_client-f3718eec55d6b649.eosio_client.3wwmk4f0-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/eosio_client-f3718eec55d6b649.eosio_client.3wwmk4f0-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/eosio_client-f3718eec55d6b649.eosio_client.3wwmk4f0-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/eosio_client-f3718eec55d6b649.eosio_client.3wwmk4f0-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/eosio_client-f3718eec55d6b649.eosio_client.3wwmk4f0-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/eosio_client-f3718eec55d6b649.eosio_client.3wwmk4f0-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/eosio_client-f3718eec55d6b649.eosio_client.3wwmk4f0-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/eosio_client-f3718eec55d6b649.eosio_client.3wwmk4f0-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/eosio_client-f3718eec55d6b649" "/opt/rustwide/target/debug/deps/eosio_client-f3718eec55d6b649.3tcovm14gy876jyy.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/secp256k1-sys-44ed9133501da4c3/out" "-L" "/opt/rustwide/target/debug/build/libabieos-sys-e9924c3970694eb4/out/build" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libeosio_client_api-860fee4e4dcc2292.rlib" "/opt/rustwide/target/debug/deps/liblibabieos_sys-1da270b7df6714dd.rlib" "/opt/rustwide/target/debug/deps/librust_embed-2bd4127ae8deab63.rlib" "/opt/rustwide/target/debug/deps/librust_embed_utils-6c20a01942d5af00.rlib" "/opt/rustwide/target/debug/deps/libwalkdir-61d7662228196c72.rlib" "/opt/rustwide/target/debug/deps/libsame_file-5b9a65c02ab19218.rlib" "/opt/rustwide/target/debug/deps/libchrono-b55b9fc4cf3b6746.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-57233002c74ce2a7.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-3fad92e1f8901c81.rlib" "/opt/rustwide/target/debug/deps/libtime-6ca01eaac3a42c56.rlib" "/opt/rustwide/target/debug/deps/libeosio_client_keys-91d9731e0e151c14.rlib" "/opt/rustwide/target/debug/deps/libripemd160-c9c6c01d8e5eefc7.rlib" "/opt/rustwide/target/debug/deps/libsecp256k1-f301cfd3c20eb27a.rlib" "/opt/rustwide/target/debug/deps/libsecp256k1_sys-23c05772a85f2154.rlib" "/opt/rustwide/target/debug/deps/libregex-88a1e75c7e2bfbce.rlib" "/opt/rustwide/target/debug/deps/libthread_local-abd19461110d9879.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-2e7c3a315d0632c2.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-d0ef70c30ec66613.rlib" "/opt/rustwide/target/debug/deps/librand-3ffd439207bd4701.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-21ea7755004e7aff.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-b2a2733ac9f6124d.rlib" "/opt/rustwide/target/debug/deps/librand_core-21f99b363fd6a1a0.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-b663e3be19ed940b.rlib" "/opt/rustwide/target/debug/deps/libsha2-642ba62f40d2afa8.rlib" "/opt/rustwide/target/debug/deps/libopaque_debug-526b45f238f54092.rlib" "/opt/rustwide/target/debug/deps/libfake_simd-273ffbf2f61783d6.rlib" "/opt/rustwide/target/debug/deps/libblock_buffer-d22a0740b208aafd.rlib" "/opt/rustwide/target/debug/deps/libblock_padding-608f546cf353a4c0.rlib" "/opt/rustwide/target/debug/deps/libbyte_tools-5afb3a459fa301fb.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-9d76db488b9c7ccc.rlib" "/opt/rustwide/target/debug/deps/libhmac-62592b804dad7dc5.rlib" "/opt/rustwide/target/debug/deps/libcrypto_mac-bd1d9116e2557247.rlib" "/opt/rustwide/target/debug/deps/libsubtle-b9944561b71b95e1.rlib" "/opt/rustwide/target/debug/deps/libdigest-0d6a3fdec507716b.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-46f6c89e18f4a933.rlib" "/opt/rustwide/target/debug/deps/libtypenum-e718507592485383.rlib" "/opt/rustwide/target/debug/deps/libbs58-d03cbc786fcc7a6e.rlib" "/opt/rustwide/target/debug/deps/libbase64-eb76252f3a009c81.rlib" "/opt/rustwide/target/debug/deps/libreqwest-6388a96f9f2577cb.rlib" "/opt/rustwide/target/debug/deps/libhyper_tls-507823a85df060d0.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-e31330490c1605a3.rlib" "/opt/rustwide/target/debug/deps/libipnet-a61fcdffca614624.rlib" "/opt/rustwide/target/debug/deps/libtokio_tls-e32c3704da2b0757.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-50190e98c81ae5f4.rlib" "/opt/rustwide/target/debug/deps/libserde_json-89af007025885629.rlib" "/opt/rustwide/target/debug/deps/libryu-f21f59bb2c528cca.rlib" "/opt/rustwide/target/debug/deps/libserde-c4f24002f0ee71c9.rlib" "/opt/rustwide/target/debug/deps/libbase64-652e22f2c0312e1e.rlib" "/opt/rustwide/target/debug/deps/libmime_guess-17e3475f9f30b13e.rlib" "/opt/rustwide/target/debug/deps/libunicase-437569845dc0e529.rlib" "/opt/rustwide/target/debug/deps/libmime-5fbcfd0ea7428491.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-eb04f72095d63724.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-65d1fa460031adce.rlib" "/opt/rustwide/target/debug/deps/libopenssl-0fd38d95ab7b7b6a.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-381c8f6664502bea.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-55dec0f74faa33df.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-cf5ba4a61f263f83.rlib" "/opt/rustwide/target/debug/deps/libbitflags-8a5476fab5bb3232.rlib" "/opt/rustwide/target/debug/deps/libhyper-87ecd968166a9d27.rlib" "/opt/rustwide/target/debug/deps/libhttparse-4498e44828a5bbeb.rlib" "/opt/rustwide/target/debug/deps/libwant-6d3ea7f10a257f69.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-1c025aec5b81abc7.rlib" "/opt/rustwide/target/debug/deps/libh2-4f767bf3171e7f3f.rlib" "/opt/rustwide/target/debug/deps/libtracing_futures-1325c19ff685316f.rlib" "/opt/rustwide/target/debug/deps/libpin_project-f80e5de5a5d62656.rlib" "/opt/rustwide/target/debug/deps/libindexmap-ffbbf84de1e35400.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-7e71c2557b57810b.rlib" "/opt/rustwide/target/debug/deps/libtokio_util-cd2f56b1b6a725ea.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-7ca59d8d5135b15f.rlib" "/opt/rustwide/target/debug/deps/libhttpdate-ba4bc36f56957a5b.rlib" "/opt/rustwide/target/debug/deps/libsocket2-02250d5db341e52c.rlib" "/opt/rustwide/target/debug/deps/libtower_service-b46ab647ec6da3c5.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-80e4aabf6fe56bc0.rlib" "/opt/rustwide/target/debug/deps/libtracing-5fc62f4e3b3d5feb.rlib" "/opt/rustwide/target/debug/deps/libtracing_core-3223b33050ce18cb.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-d304ab9b57763ab1.rlib" "/opt/rustwide/target/debug/deps/libpin_project-d42bd1e331e2bdaa.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-fd5644101dfe82dc.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-16ce9e91f7781613.rlib" "/opt/rustwide/target/debug/deps/libtokio-a035917f69b3f247.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-4883df461f3bebf3.rlib" "/opt/rustwide/target/debug/deps/libmemchr-e5604f0874edb5fe.rlib" "/opt/rustwide/target/debug/deps/libmio-d70c415e6b895651.rlib" "/opt/rustwide/target/debug/deps/libslab-f568091877b30548.rlib" "/opt/rustwide/target/debug/deps/libiovec-a367eb310a89d20f.rlib" "/opt/rustwide/target/debug/deps/libnet2-d89c3bdfbf3bd6ea.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-8024acad22cac6af.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-f489e16f072970b3.rlib" "/opt/rustwide/target/debug/deps/libhttp_body-b14256cf280508b8.rlib" "/opt/rustwide/target/debug/deps/liblog-d6d50815b8652f33.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-3bb9a546b52233f2.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-d7bf65b246e4ac9c.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-b2d06f7d60fcbb27.rlib" "/opt/rustwide/target/debug/deps/liburl-9636fc8adfc31f79.rlib" "/opt/rustwide/target/debug/deps/libidna-24ecefd6c5b9a04d.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-7468a419cdf9d732.rlib" "/opt/rustwide/target/debug/deps/libtinyvec-9737c6d444d5d4fb.rlib" "/opt/rustwide/target/debug/deps/libtinyvec_macros-fd04830c7eee2552.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-2a3427138786ef48.rlib" "/opt/rustwide/target/debug/deps/libform_urlencoded-af042c6a09d8677f.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-6ae592ab414920f8.rlib" "/opt/rustwide/target/debug/deps/libmatches-48febceb3dcc9296.rlib" "/opt/rustwide/target/debug/deps/libhttp-8ad66954887d631f.rlib" "/opt/rustwide/target/debug/deps/libitoa-7705fc0f005bae91.rlib" "/opt/rustwide/target/debug/deps/libbytes-ae8e0e99d586d290.rlib" "/opt/rustwide/target/debug/deps/libfnv-9bab2cd4d16544dd.rlib" "/opt/rustwide/target/debug/deps/liberror_chain-0e1892eb05062ffa.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-5bcd6fc1b9666b5a.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-fc37096584dd689f.rlib" "/opt/rustwide/target/debug/deps/libadler-013da12b1c81b559.rlib" "/opt/rustwide/target/debug/deps/libobject-dbb94767ac9953ef.rlib" "/opt/rustwide/target/debug/deps/liblibc-cce9b0dc57fc5a77.rlib" "/opt/rustwide/target/debug/deps/libaddr2line-a3af16ab6b77e470.rlib" "/opt/rustwide/target/debug/deps/libgimli-8d0c103f388d3262.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-d82520db93b55397.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-a05fd217af1a3b9e.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-7444fd17919e9af0.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-0ee2f67026959ab7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-df1bcd1e82256d04.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-ed9ecf1b54021131.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-0ede66bb24e94b96.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-7c2de7f50940865c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-b138d50085fd4683.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-6576870d8f2b9ae2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-042a30c5f67b2c91.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7b3f33d3dbe385dc.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-90b3063cd7b22527.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-17f9484f8dc4da1e.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-df38345acd9d92e1.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a5e10ca10bdd9e54.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9e5b4162eeef2cef.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-3a4e739a77468800.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-0f3a0c116d5e04d6.rlib" "-Wl,-Bdynamic" "-lc++" "-labieos" "-lstdc++" "-lssl" "-lcrypto" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" [INFO] [stdout] = note: /usr/bin/ld: cannot find -lc++ [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 `eosio-client` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "7566f1b5c20a40897a1ef1728b8a0b0c12a312a2085216112c08b66337fb3d51", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7566f1b5c20a40897a1ef1728b8a0b0c12a312a2085216112c08b66337fb3d51", kill_on_drop: false }` [INFO] [stdout] 7566f1b5c20a40897a1ef1728b8a0b0c12a312a2085216112c08b66337fb3d51