[INFO] cloning repository matterinc/plasma_winter [INFO] running `"git" "clone" "--bare" "git://github.com/matterinc/plasma_winter.git" "work/cache/sources/gh/matterinc/plasma_winter"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/matterinc/plasma_winter'... [INFO] running `"git" "clone" "work/cache/sources/gh/matterinc/plasma_winter" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/matterinc/plasma_winter"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/matterinc/plasma_winter'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/matterinc/plasma_winter" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/matterinc/plasma_winter"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/matterinc/plasma_winter'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 923297a9ac6bae1a2923b36354686ed5b824949e [INFO] sha for GitHub repo matterinc/plasma_winter: 923297a9ac6bae1a2923b36354686ed5b824949e [INFO] validating manifest of matterinc/plasma_winter on toolchain master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of matterinc/plasma_winter on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing matterinc/plasma_winter [INFO] finished frobbing matterinc/plasma_winter [INFO] frobbed toml for matterinc/plasma_winter written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/matterinc/plasma_winter/Cargo.toml [INFO] started frobbing matterinc/plasma_winter [INFO] finished frobbing matterinc/plasma_winter [INFO] frobbed toml for matterinc/plasma_winter written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/matterinc/plasma_winter/Cargo.toml [INFO] crate matterinc/plasma_winter already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Updating git repository `https://github.com/matterinc/pairing` [INFO] [stderr] Updating git repository `https://github.com/gtank/blake2-rfc` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded ff_derive v0.3.0 [INFO] [stderr] Downloaded ethereum-tx-sign v0.0.2 [INFO] [stderr] Downloaded ff v0.4.0 [INFO] [stderr] Downloaded rlp v0.3.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing matterinc/plasma_winter against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-1/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/matterinc/plasma_winter:/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=forbid" "-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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "build" "--frozen"` [INFO] [stdout] fd407f0b76fde3a65adb30ccba9cf2d2c891d0607791476590535fdf9d1e2a99 [INFO] running `"docker" "start" "-a" "fd407f0b76fde3a65adb30ccba9cf2d2c891d0607791476590535fdf9d1e2a99"` [INFO] [stderr] Compiling actix-web v0.7.15 [INFO] [stderr] Compiling base64 v0.10.0 [INFO] [stderr] Compiling signal-hook v0.1.6 [INFO] [stderr] Compiling bytes v0.4.11 [INFO] [stderr] Compiling blake2-rfc v0.2.18 (https://github.com/gtank/blake2-rfc?rev=7a5b5fc99ae483a0043db7547fb79a6fa44b88a9#7a5b5fc9) [INFO] [stderr] Compiling mio v0.6.16 [INFO] [stderr] Compiling ring v0.13.5 [INFO] [stderr] Compiling secp256k1 v0.11.5 [INFO] [stderr] Compiling fixed-hash v0.2.5 [INFO] [stderr] Compiling ethereum-types-serialize v0.2.1 [INFO] [stderr] Compiling elastic-array v0.10.0 [INFO] [stderr] Compiling uint v0.4.1 [INFO] [stderr] Compiling libflate v0.1.19 [INFO] [stderr] Compiling rust-crypto v0.2.36 [INFO] [stderr] Compiling flate2 v1.0.6 [INFO] [stderr] Compiling hyper v0.10.15 [INFO] [stderr] Compiling serde_urlencoded v0.5.4 [INFO] [stderr] Compiling ethbloom v0.5.0 [INFO] [stderr] Compiling tokio-io v0.1.10 [INFO] [stderr] Compiling http v0.1.14 [INFO] [stderr] Compiling parking_lot_core v0.3.1 [INFO] [stderr] Compiling ff_derive v0.3.0 [INFO] [stderr] Compiling regex v1.1.0 [INFO] [stderr] Compiling mio-uds v0.6.7 [INFO] [stderr] Compiling cookie v0.11.0 [INFO] [stderr] Compiling rand v0.6.1 [INFO] [stderr] Compiling jsonrpc-core v8.0.1 [INFO] [stderr] Compiling tokio-codec v0.1.1 [INFO] [stderr] Compiling tokio-tls v0.2.0 [INFO] [stderr] Compiling parking_lot v0.6.4 [INFO] [stderr] Compiling failure v0.1.3 [INFO] [stderr] Compiling ff v0.4.0 [INFO] [stderr] Compiling tokio-threadpool v0.1.9 [INFO] [stderr] Compiling parking_lot_core v0.4.0 [INFO] [stderr] Compiling pairing v0.15.0 (https://github.com/matterinc/pairing#1363d021) [INFO] [stderr] Compiling tokio-reactor v0.1.7 [INFO] [stderr] Compiling crossbeam-channel v0.3.2 [INFO] [stderr] Compiling parking_lot v0.7.0 [INFO] [stderr] Compiling tokio-fs v0.1.4 [INFO] [stderr] Compiling h2 v0.1.14 [INFO] [stderr] Compiling ethereum-types v0.4.0 [INFO] [stderr] Compiling crossbeam v0.5.0 [INFO] [stderr] Compiling tokio-tcp v0.1.2 [INFO] [stderr] Compiling tokio-udp v0.1.3 [INFO] [stderr] Compiling tokio-uds v0.2.4 [INFO] [stderr] Compiling tokio-signal v0.2.7 [INFO] [stderr] Compiling trust-dns-proto v0.5.0 [INFO] [stderr] Compiling tokio v0.1.13 [INFO] [stderr] Compiling bellman v0.1.1 (https://github.com/matterinc/bellman#e544678a) [INFO] [stderr] Compiling tokio-core v0.1.17 [INFO] [stderr] Compiling hyper v0.12.17 [INFO] [stderr] Compiling trust-dns-resolver v0.10.0 [INFO] [stderr] Compiling websocket v0.21.1 [INFO] [stderr] Compiling tokio-uds v0.1.7 [INFO] [stderr] Compiling sapling-crypto v0.0.2 (https://github.com/matterinc/sapling-crypto#97b0b901) [INFO] [stderr] Compiling hyper-tls v0.3.1 [INFO] [stderr] Compiling ethabi v6.1.0 [INFO] [stderr] Compiling rlp v0.2.4 [INFO] [stderr] Compiling rlp v0.3.0 [INFO] [stderr] Compiling actix v0.7.8 [INFO] [stderr] Compiling ethereum-tx-sign v0.0.2 [INFO] [stderr] Compiling reqwest v0.9.5 [INFO] [stderr] Compiling web3 v0.5.1 (https://github.com/tomusdrw/rust-web3#8a2cfff9) [INFO] [stderr] Compiling actix-net v0.2.4 [INFO] [stderr] Compiling plasma v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/server/baby_prover.rs:92:35 [INFO] [stderr] | [INFO] [stderr] 92 | pub fn create(initial_state: &State) -> [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn State` [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/server/account_manager/rest_api.rs:24:19 [INFO] [stderr] | [INFO] [stderr] 24 | type BoxFut = Box, Error = hyper::Error> + Send>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future, Error = hyper::Error> + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/server/eth/mod.rs:22:45 [INFO] [stderr] | [INFO] [stderr] 22 | type Result = std::result::Result>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn std::error::Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/server/demo_server/rest_api.rs:74:57 [INFO] [stderr] | [INFO] [stderr] 74 | fn send_transaction(req: &HttpRequest) -> Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/server/baby_prover.rs:245:17 [INFO] [stderr] | [INFO] [stderr] 245 | let mut tree = & mut self.accounts_tree; [INFO] [stderr] | ----^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_mut)] on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/server/baby_prover.rs:246:17 [INFO] [stderr] | [INFO] [stderr] 246 | let mut items = tree.items.clone(); [INFO] [stderr] | ----^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/server/baby_prover.rs:290:17 [INFO] [stderr] | [INFO] [stderr] 290 | let mut transaction : Transaction = Transaction { [INFO] [stderr] | ----^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: unused import: `Engine` [INFO] [stderr] --> src/bin/test_prepared_prover.rs:15:15 [INFO] [stderr] | [INFO] [stderr] 15 | use pairing::{Engine}; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/bin/prove_128_txes.rs:140:13 [INFO] [stderr] | [INFO] [stderr] 140 | let mut items = tree.items.clone(); [INFO] [stderr] | ----^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_mut)] on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/bin/read_write_keys.rs:148:13 [INFO] [stderr] | [INFO] [stderr] 148 | let mut items = tree.items.clone(); [INFO] [stderr] | ----^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/bin/test_prepared_prover.rs:146:13 [INFO] [stderr] | [INFO] [stderr] 146 | let mut items = tree.items.clone(); [INFO] [stderr] | ----^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_mut)] on by default [INFO] [stderr] [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_mut)] on by default [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/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/server-b3a5fa97b1a6057a.server.w94ryeu5-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/server-b3a5fa97b1a6057a.server.w94ryeu5-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/server-b3a5fa97b1a6057a.server.w94ryeu5-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/server-b3a5fa97b1a6057a.server.w94ryeu5-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/server-b3a5fa97b1a6057a.server.w94ryeu5-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/server-b3a5fa97b1a6057a.server.w94ryeu5-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/server-b3a5fa97b1a6057a.server.w94ryeu5-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/server-b3a5fa97b1a6057a.server.w94ryeu5-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/server-b3a5fa97b1a6057a.server.w94ryeu5-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/server-b3a5fa97b1a6057a.server.w94ryeu5-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/server-b3a5fa97b1a6057a.server.w94ryeu5-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/server-b3a5fa97b1a6057a.server.w94ryeu5-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/server-b3a5fa97b1a6057a.server.w94ryeu5-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/server-b3a5fa97b1a6057a.server.w94ryeu5-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/server-b3a5fa97b1a6057a.server.w94ryeu5-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/server-b3a5fa97b1a6057a.server.w94ryeu5-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/server-b3a5fa97b1a6057a" "/opt/crater/target/debug/deps/server-b3a5fa97b1a6057a.1m82adcu2ci6ijs1.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/backtrace-sys-b74c9a79043ea96a/out" "-L" "/opt/crater/target/debug/build/brotli-sys-c68ed18f301f059e/out" "-L" "/opt/crater/target/debug/build/ring-cc1eb3559abef1ae/out" "-L" "/opt/crater/target/debug/build/miniz-sys-fb514ccea7860dbe/out" "-L" "/opt/crater/target/debug/build/secp256k1-ce0ae97d9d327a3e/out" "-L" "/opt/crater/target/debug/build/rust-crypto-3c370f0f73094883/out" "-L" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libplasma-790dbc1f116a03c1.rlib" "/opt/crater/target/debug/deps/libactix_web-a36ac451888dc507.rlib" "/opt/crater/target/debug/deps/libactix_net-28eabbaf008a43ab.rlib" "/opt/crater/target/debug/deps/libtower_service-4bb116500a427cc8.rlib" "/opt/crater/target/debug/deps/libflate2-8f235346c5bb9470.rlib" "/opt/crater/target/debug/deps/libminiz_sys-28a6109bcc073755.rlib" "/opt/crater/target/debug/deps/libbrotli2-1a6e4eac488211b2.rlib" "/opt/crater/target/debug/deps/libbrotli_sys-f3c5d014fe223dfe.rlib" "/opt/crater/target/debug/deps/libcookie-4e4be0186f4f6300.rlib" "/opt/crater/target/debug/deps/libring-32322f03475ab59e.rlib" "/opt/crater/target/debug/deps/libuntrusted-8983c93e7a628bf1.rlib" "/opt/crater/target/debug/deps/libaskama_escape-f91c0bc9285c9775.rlib" "/opt/crater/target/debug/deps/libregex-4a958abc3c02b4a3.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-16f0d1a595ddf2bb.rlib" "/opt/crater/target/debug/deps/libregex_syntax-56fe4981743d7628.rlib" "/opt/crater/target/debug/deps/libucd_util-dcd2d3cc31ba1999.rlib" "/opt/crater/target/debug/deps/libthread_local-8687d05943429fb5.rlib" "/opt/crater/target/debug/deps/libaho_corasick-253a7aeecefe50c0.rlib" "/opt/crater/target/debug/deps/libmemchr-a7943d9427b7aa20.rlib" "/opt/crater/target/debug/deps/libactix-833005b1aacb3c3e.rlib" "/opt/crater/target/debug/deps/libtokio_signal-2f9b049cd1074619.rlib" "/opt/crater/target/debug/deps/libsignal_hook-e0a3660625d40742.rlib" "/opt/crater/target/debug/deps/libarc_swap-8611d08017f0ad59.rlib" "/opt/crater/target/debug/deps/libtrust_dns_resolver-ed8bc9ec04cac40d.rlib" "/opt/crater/target/debug/deps/libtrust_dns_proto-97f47be6cd2f6135.rlib" "/opt/crater/target/debug/deps/libsocket2-bb70bf8cc73b37e5.rlib" "/opt/crater/target/debug/deps/libresolv_conf-8f8d55a3e2396cbf.rlib" "/opt/crater/target/debug/deps/libhostname-fa5590d48d7d42b8.rlib" "/opt/crater/target/debug/deps/libquick_error-d7ca1427a8163e25.rlib" "/opt/crater/target/debug/deps/liblru_cache-4b21cce1d4e54ce2.rlib" "/opt/crater/target/debug/deps/liblinked_hash_map-13e524a2b8d475f1.rlib" "/opt/crater/target/debug/deps/libfailure-65c137bbad9e64f9.rlib" "/opt/crater/target/debug/deps/librlp-cd9701348c4f3e0d.rlib" "/opt/crater/target/debug/deps/libreqwest-83d047f867fb10fb.rlib" "/opt/crater/target/debug/deps/libuuid-6561257c3257b413.rlib" "/opt/crater/target/debug/deps/libserde_urlencoded-06abe8ac34881cca.rlib" "/opt/crater/target/debug/deps/libdtoa-0d7ba6cc96adcffb.rlib" "/opt/crater/target/debug/deps/libmime_guess-5cfe7bc6e883d38d.rlib" "/opt/crater/target/debug/deps/libphf-3e70754cbdaf7452.rlib" "/opt/crater/target/debug/deps/libphf_shared-cd488bfbd94e9c85.rlib" "/opt/crater/target/debug/deps/libsiphasher-56dfe666fdf22024.rlib" "/opt/crater/target/debug/deps/libmime-8d60d9827e5237d3.rlib" "/opt/crater/target/debug/deps/libunicase-f956dfd0bca17659.rlib" "/opt/crater/target/debug/deps/liblibflate-4216ecff43c60aaf.rlib" "/opt/crater/target/debug/deps/libcrc32fast-1799043faa63ee20.rlib" "/opt/crater/target/debug/deps/libadler32-e5d9aff421ab1c80.rlib" "/opt/crater/target/debug/deps/libencoding_rs-b525efbb903f314c.rlib" "/opt/crater/target/debug/deps/libethereum_tx_sign-3ed91056ab3453cc.rlib" "/opt/crater/target/debug/deps/librlp-fbe7c3fea278dc93.rlib" "/opt/crater/target/debug/deps/libelastic_array-5cc0c52ddf619b9b.rlib" "/opt/crater/target/debug/deps/libsecp256k1-823c3d8df8be9d60.rlib" "/opt/crater/target/debug/deps/libweb3-347dc554d58eb5db.rlib" "/opt/crater/target/debug/deps/libwebsocket-a3a747f99ebed346.rlib" "/opt/crater/target/debug/deps/libbitflags-b2e1f3393de7b35b.rlib" "/opt/crater/target/debug/deps/libtokio_tls-974981223d234099.rlib" "/opt/crater/target/debug/deps/libsha1-a729bf4161ad0912.rlib" "/opt/crater/target/debug/deps/libhyper-786074d239c1214a.rlib" "/opt/crater/target/debug/deps/libmime-bd854db5c4410f0f.rlib" "/opt/crater/target/debug/deps/liblanguage_tags-336e2ffe40b02915.rlib" "/opt/crater/target/debug/deps/libtypeable-f57ee25a4569d682.rlib" "/opt/crater/target/debug/deps/libtraitobject-d78bd758537ccf1f.rlib" "/opt/crater/target/debug/deps/libunicase-a9b6b07a4a6d6be2.rlib" "/opt/crater/target/debug/deps/libbase64-5a6c7c1613dd716d.rlib" "/opt/crater/target/debug/deps/libsafemem-893689fb4a7aadb7.rlib" "/opt/crater/target/debug/deps/libtokio_uds-d0017d116ac76cd2.rlib" "/opt/crater/target/debug/deps/libtokio_core-d5e01316f1255d46.rlib" "/opt/crater/target/debug/deps/libscoped_tls-b1a1b7bbb8c720d2.rlib" "/opt/crater/target/debug/deps/libhyper_tls-4ddca404cd354777.rlib" "/opt/crater/target/debug/deps/libnative_tls-622298f591a6f8c7.rlib" "/opt/crater/target/debug/deps/libopenssl_probe-05a161781c5268c3.rlib" "/opt/crater/target/debug/deps/libopenssl-56df74b64e0ffbcc.rlib" "/opt/crater/target/debug/deps/libopenssl_sys-9b51fbb272412c7a.rlib" "/opt/crater/target/debug/deps/libforeign_types-7a6e1bad6aa5c746.rlib" "/opt/crater/target/debug/deps/libforeign_types_shared-a52fdab80e1e4d31.rlib" "/opt/crater/target/debug/deps/libbitflags-2da86ef0b219352b.rlib" "/opt/crater/target/debug/deps/liburl-4cad3018604873f8.rlib" "/opt/crater/target/debug/deps/libencoding-d57e30384aaae36d.rlib" "/opt/crater/target/debug/deps/libencoding_index_tradchinese-b0212b30da9b1c00.rlib" "/opt/crater/target/debug/deps/libencoding_index_simpchinese-8f80d1c042747701.rlib" "/opt/crater/target/debug/deps/libencoding_index_japanese-72a9153ad72da1f9.rlib" "/opt/crater/target/debug/deps/libencoding_index_korean-ad960ffbf289d397.rlib" "/opt/crater/target/debug/deps/libencoding_index_singlebyte-44090d473b1cfa20.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-4058df92f77a8a44.rlib" "/opt/crater/target/debug/deps/libidna-6e8dd8b2c0a9655a.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-0db9b1830bffcc9e.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-1c3f7d9023c2eeee.rlib" "/opt/crater/target/debug/deps/libmatches-9fea24fa9cf53929.rlib" "/opt/crater/target/debug/deps/libhyper-e4c9f9b7e4c25fb2.rlib" "/opt/crater/target/debug/deps/libwant-5652e7cd7fe22617.rlib" "/opt/crater/target/debug/deps/libtry_lock-08de7794c4db55e5.rlib" "/opt/crater/target/debug/deps/libhttparse-e64c7b0359641bca.rlib" "/opt/crater/target/debug/deps/libh2-9033ac6ad76d23a5.rlib" "/opt/crater/target/debug/deps/libindexmap-d64a031d477d5ec2.rlib" "/opt/crater/target/debug/deps/libstring-028f3b84ea660ecf.rlib" "/opt/crater/target/debug/deps/libhttp-10d1616fb4501add.rlib" "/opt/crater/target/debug/deps/libbase64-51912bb1615b73b0.rlib" "/opt/crater/target/debug/deps/libtokio_timer-333e3b60f612f7e3.rlib" "/opt/crater/target/debug/deps/libslab-3547f9dce3d2019a.rlib" "/opt/crater/target/debug/deps/librustc_hex-ac646bf7f21e9487.rlib" "/opt/crater/target/debug/deps/libparking_lot-eecee09a68e442c9.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-3d3dad8a8011bb51.rlib" "/opt/crater/target/debug/deps/libjsonrpc_core-aefd7b8d1caec9de.rlib" "/opt/crater/target/debug/deps/liblog-af86279a890c9316.rlib" "/opt/crater/target/debug/deps/libethabi-5ce28a92d4eb9c3e.rlib" "/opt/crater/target/debug/deps/liberror_chain-02a2d78feafc3acb.rlib" "/opt/crater/target/debug/deps/libbacktrace-ccbae9d8ffb648cc.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-8983550585e6c9da.rlib" "/opt/crater/target/debug/deps/librustc_demangle-6a89ec7437784313.rlib" "/opt/crater/target/debug/deps/libserde_json-efced7cbc255c32c.rlib" "/opt/crater/target/debug/deps/libryu-4ab3e070c2f0eef5.rlib" "/opt/crater/target/debug/deps/libitoa-b9b9dfe8da4383e0.rlib" "/opt/crater/target/debug/deps/libethereum_types-19193f8b71af1285.rlib" "/opt/crater/target/debug/deps/libethbloom-66deaa9b87159f8f.rlib" "/opt/crater/target/debug/deps/libethereum_types_serialize-a899e0d1a041cae1.rlib" "/opt/crater/target/debug/deps/libserde-83e6473284a93333.rlib" "/opt/crater/target/debug/deps/libtiny_keccak-b49d24192a0db7d7.rlib" "/opt/crater/target/debug/deps/libfixed_hash-7fc97033fbb1e0fb.rlib" "/opt/crater/target/debug/deps/libuint-65fceea4b046db64.rlib" "/opt/crater/target/debug/deps/librustc_hex-f9ad682ea7396db8.rlib" "/opt/crater/target/debug/deps/libheapsize-6023d087fd5463e2.rlib" "/opt/crater/target/debug/deps/libcrunchy-0475784d0845455e.rlib" "/opt/crater/target/debug/deps/librayon-b17e5ec729dc3d8f.rlib" "/opt/crater/target/debug/deps/libeither-b68bb55a3fac5c91.rlib" "/opt/crater/target/debug/deps/librayon_core-5f51c05b625d31f7.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-1cc0a7bc45c8cdf1.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-07bcc772b8ac81f1.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-30fdf203ed68eece.rlib" "/opt/crater/target/debug/deps/libcrossbeam-d449790144b834d1.rlib" "/opt/crater/target/debug/deps/libcrossbeam_channel-ea90bfa3f372200d.rlib" "/opt/crater/target/debug/deps/libfnv-58c7188adf814461.rlib" "/opt/crater/target/debug/deps/libcrypto-19a2b0eb8da4b3da.rlib" "/opt/crater/target/debug/deps/librustc_serialize-8a040fe30a914780.rlib" "/opt/crater/target/debug/deps/librand-61806f9eace30a56.rlib" "/opt/crater/target/debug/deps/libsapling_crypto-c2204edd011bc72b.rlib" "/opt/crater/target/debug/deps/libdigest-15cac815435c4fcc.rlib" "/opt/crater/target/debug/deps/libgeneric_array-806520fb4ea6dd3f.rlib" "/opt/crater/target/debug/deps/libtypenum-f5bf57af0b368263.rlib" "/opt/crater/target/debug/deps/libblake2_rfc-6ad5a8f1a6464066.rlib" "/opt/crater/target/debug/deps/libconstant_time_eq-e54e94631364c4f7.rlib" "/opt/crater/target/debug/deps/libhex-bbd0973eb625e92e.rlib" "/opt/crater/target/debug/deps/libbellman-1584d8a1057a5625.rlib" "/opt/crater/target/debug/deps/libpbr-8a81a1e862dfdb69.rlib" "/opt/crater/target/debug/deps/libtime-78cab90b3e21e100.rlib" "/opt/crater/target/debug/deps/libcrossbeam-013e50c7644d1899.rlib" "/opt/crater/target/debug/deps/libbit_vec-d6be61849581094f.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-9a0a83fd9a85d94e.rlib" "/opt/crater/target/debug/deps/libpairing-d2f159f067181be5.rlib" "/opt/crater/target/debug/deps/libff-f9b1ef6182f7740c.rlib" "/opt/crater/target/debug/deps/librand-448223397806760a.rlib" "/opt/crater/target/debug/deps/libtokio-161797b3c3195e02.rlib" "/opt/crater/target/debug/deps/libtokio_uds-5feb289b3f322708.rlib" "/opt/crater/target/debug/deps/libmio_uds-4d5178b13b054d46.rlib" "/opt/crater/target/debug/deps/libtokio_udp-71bf0773a9e8bab4.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-2adf3d1e116a9e7b.rlib" "/opt/crater/target/debug/deps/libtokio_timer-6fb5b376d707b621.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-9af181654b66de8f.rlib" "/opt/crater/target/debug/deps/libparking_lot-380e02aa8c6a6273.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-3c7b46d07e8375b2.rlib" "/opt/crater/target/debug/deps/libsmallvec-65fa76edc83c9318.rlib" "/opt/crater/target/debug/deps/libunreachable-f41dcc748cd7e522.rlib" "/opt/crater/target/debug/deps/libvoid-46ab3321e6287e9e.rlib" "/opt/crater/target/debug/deps/librand-0e4ef6c0669d8bbc.rlib" "/opt/crater/target/debug/deps/librand_core-e18d16763b6fa12a.rlib" "/opt/crater/target/debug/deps/liblock_api-f6b7325823472916.rlib" "/opt/crater/target/debug/deps/libowning_ref-c34ce4d89c989c93.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-39b80d52d885a31d.rlib" "/opt/crater/target/debug/deps/libtokio_fs-d6289a406cc9931b.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-ffb45a3eae66aee1.rlib" "/opt/crater/target/debug/deps/librand-bb4f4a1c25cfab4b.rlib" "/opt/crater/target/debug/deps/librand_xorshift-592dce96c661025c.rlib" "/opt/crater/target/debug/deps/librand_pcg-b760709c417620d0.rlib" "/opt/crater/target/debug/deps/librand_hc-2c2f7de6c79fe0f6.rlib" "/opt/crater/target/debug/deps/librand_chacha-d886c5d14510d898.rlib" "/opt/crater/target/debug/deps/librand_isaac-d1b38b4fc2ced1be.rlib" "/opt/crater/target/debug/deps/librand_core-313e7882eb7ea035.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-01f4cfa318377b12.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-52312870145cf576.rlib" "/opt/crater/target/debug/deps/liblazy_static-735172ffe5c4978c.rlib" "/opt/crater/target/debug/deps/libscopeguard-4f938876ba0f86be.rlib" "/opt/crater/target/debug/deps/libmemoffset-07fb8d6dd7a47f76.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-da9a84dd6356a4e8.rlib" "/opt/crater/target/debug/deps/libarrayvec-d55382d6fd5ea4bd.rlib" "/opt/crater/target/debug/deps/libnodrop-a7323817aaf3fc4b.rlib" "/opt/crater/target/debug/deps/libtokio_codec-c4a1e3d8ec7d57f3.rlib" "/opt/crater/target/debug/deps/libtokio_io-aa9edbe1fd8a58dd.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-96b3a42d674499ab.rlib" "/opt/crater/target/debug/deps/libtokio_executor-69e4fb72c7835b89.rlib" "/opt/crater/target/debug/deps/libnum_cpus-47f6ed6a193c5893.rlib" "/opt/crater/target/debug/deps/libmio-1ea83efabe05d27e.rlib" "/opt/crater/target/debug/deps/liblog-df75e6166b6c1caf.rlib" "/opt/crater/target/debug/deps/libslab-7332dc2a037044e1.rlib" "/opt/crater/target/debug/deps/libnet2-40f966328675fc50.rlib" "/opt/crater/target/debug/deps/libcfg_if-8e8ec56c3bb25549.rlib" "/opt/crater/target/debug/deps/liblazycell-21a1845f1c882cff.rlib" "/opt/crater/target/debug/deps/libfutures-ffa028f4653318d8.rlib" "/opt/crater/target/debug/deps/libbytes-b9c28db949628c30.rlib" "/opt/crater/target/debug/deps/libiovec-853f2a5c189a262c.rlib" "/opt/crater/target/debug/deps/liblibc-91bbfc7bb2170b01.rlib" "/opt/crater/target/debug/deps/libbyteorder-d19762c444ab0d4a.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-196d0eff8e603c0a.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-1c597f5941591e04.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-a20af2d3380aa511.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-f989f9e071798586.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-52fb60b932b5ef90.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-90a3fdc679697856.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-06d10270cfa51644.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8abb913fca550f79.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-31fd2baab47b156c.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0862cc65189bd4af.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-8010b8629f5aa3e5.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2d032fe7d4e1e163.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-622fdce0dc084cba.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-a17fdd0a687135a8.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stderr] compilation terminated. [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `plasma`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/read_write_keys-5461605009a481a1.read_write_keys.8a3vhspf-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/read_write_keys-5461605009a481a1.read_write_keys.8a3vhspf-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/read_write_keys-5461605009a481a1.read_write_keys.8a3vhspf-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/read_write_keys-5461605009a481a1.read_write_keys.8a3vhspf-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/read_write_keys-5461605009a481a1.read_write_keys.8a3vhspf-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/read_write_keys-5461605009a481a1.read_write_keys.8a3vhspf-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/read_write_keys-5461605009a481a1.read_write_keys.8a3vhspf-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/read_write_keys-5461605009a481a1.read_write_keys.8a3vhspf-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/read_write_keys-5461605009a481a1.read_write_keys.8a3vhspf-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/read_write_keys-5461605009a481a1.read_write_keys.8a3vhspf-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/read_write_keys-5461605009a481a1.read_write_keys.8a3vhspf-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/read_write_keys-5461605009a481a1.read_write_keys.8a3vhspf-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/read_write_keys-5461605009a481a1.read_write_keys.8a3vhspf-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/read_write_keys-5461605009a481a1.read_write_keys.8a3vhspf-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/read_write_keys-5461605009a481a1.read_write_keys.8a3vhspf-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/read_write_keys-5461605009a481a1.read_write_keys.8a3vhspf-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/read_write_keys-5461605009a481a1" "/opt/crater/target/debug/deps/read_write_keys-5461605009a481a1.4d2kkv8hocn97x5a.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/backtrace-sys-b74c9a79043ea96a/out" "-L" "/opt/crater/target/debug/build/brotli-sys-c68ed18f301f059e/out" "-L" "/opt/crater/target/debug/build/ring-cc1eb3559abef1ae/out" "-L" "/opt/crater/target/debug/build/miniz-sys-fb514ccea7860dbe/out" "-L" "/opt/crater/target/debug/build/secp256k1-ce0ae97d9d327a3e/out" "-L" "/opt/crater/target/debug/build/rust-crypto-3c370f0f73094883/out" "-L" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libplasma-790dbc1f116a03c1.rlib" "/opt/crater/target/debug/deps/libactix_web-a36ac451888dc507.rlib" "/opt/crater/target/debug/deps/libactix_net-28eabbaf008a43ab.rlib" "/opt/crater/target/debug/deps/libtower_service-4bb116500a427cc8.rlib" "/opt/crater/target/debug/deps/libflate2-8f235346c5bb9470.rlib" "/opt/crater/target/debug/deps/libminiz_sys-28a6109bcc073755.rlib" "/opt/crater/target/debug/deps/libbrotli2-1a6e4eac488211b2.rlib" "/opt/crater/target/debug/deps/libbrotli_sys-f3c5d014fe223dfe.rlib" "/opt/crater/target/debug/deps/libcookie-4e4be0186f4f6300.rlib" "/opt/crater/target/debug/deps/libring-32322f03475ab59e.rlib" "/opt/crater/target/debug/deps/libuntrusted-8983c93e7a628bf1.rlib" "/opt/crater/target/debug/deps/libaskama_escape-f91c0bc9285c9775.rlib" "/opt/crater/target/debug/deps/libregex-4a958abc3c02b4a3.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-16f0d1a595ddf2bb.rlib" "/opt/crater/target/debug/deps/libregex_syntax-56fe4981743d7628.rlib" "/opt/crater/target/debug/deps/libucd_util-dcd2d3cc31ba1999.rlib" "/opt/crater/target/debug/deps/libthread_local-8687d05943429fb5.rlib" "/opt/crater/target/debug/deps/libaho_corasick-253a7aeecefe50c0.rlib" "/opt/crater/target/debug/deps/libmemchr-a7943d9427b7aa20.rlib" "/opt/crater/target/debug/deps/libactix-833005b1aacb3c3e.rlib" "/opt/crater/target/debug/deps/libtokio_signal-2f9b049cd1074619.rlib" "/opt/crater/target/debug/deps/libsignal_hook-e0a3660625d40742.rlib" "/opt/crater/target/debug/deps/libarc_swap-8611d08017f0ad59.rlib" "/opt/crater/target/debug/deps/libtrust_dns_resolver-ed8bc9ec04cac40d.rlib" "/opt/crater/target/debug/deps/libtrust_dns_proto-97f47be6cd2f6135.rlib" "/opt/crater/target/debug/deps/libsocket2-bb70bf8cc73b37e5.rlib" "/opt/crater/target/debug/deps/libresolv_conf-8f8d55a3e2396cbf.rlib" "/opt/crater/target/debug/deps/libhostname-fa5590d48d7d42b8.rlib" "/opt/crater/target/debug/deps/libquick_error-d7ca1427a8163e25.rlib" "/opt/crater/target/debug/deps/liblru_cache-4b21cce1d4e54ce2.rlib" "/opt/crater/target/debug/deps/liblinked_hash_map-13e524a2b8d475f1.rlib" "/opt/crater/target/debug/deps/libfailure-65c137bbad9e64f9.rlib" "/opt/crater/target/debug/deps/librlp-cd9701348c4f3e0d.rlib" "/opt/crater/target/debug/deps/libreqwest-83d047f867fb10fb.rlib" "/opt/crater/target/debug/deps/libuuid-6561257c3257b413.rlib" "/opt/crater/target/debug/deps/libserde_urlencoded-06abe8ac34881cca.rlib" "/opt/crater/target/debug/deps/libdtoa-0d7ba6cc96adcffb.rlib" "/opt/crater/target/debug/deps/libmime_guess-5cfe7bc6e883d38d.rlib" "/opt/crater/target/debug/deps/libphf-3e70754cbdaf7452.rlib" "/opt/crater/target/debug/deps/libphf_shared-cd488bfbd94e9c85.rlib" "/opt/crater/target/debug/deps/libsiphasher-56dfe666fdf22024.rlib" "/opt/crater/target/debug/deps/libmime-8d60d9827e5237d3.rlib" "/opt/crater/target/debug/deps/libunicase-f956dfd0bca17659.rlib" "/opt/crater/target/debug/deps/liblibflate-4216ecff43c60aaf.rlib" "/opt/crater/target/debug/deps/libcrc32fast-1799043faa63ee20.rlib" "/opt/crater/target/debug/deps/libadler32-e5d9aff421ab1c80.rlib" "/opt/crater/target/debug/deps/libencoding_rs-b525efbb903f314c.rlib" "/opt/crater/target/debug/deps/libethereum_tx_sign-3ed91056ab3453cc.rlib" "/opt/crater/target/debug/deps/librlp-fbe7c3fea278dc93.rlib" "/opt/crater/target/debug/deps/libelastic_array-5cc0c52ddf619b9b.rlib" "/opt/crater/target/debug/deps/libsecp256k1-823c3d8df8be9d60.rlib" "/opt/crater/target/debug/deps/libweb3-347dc554d58eb5db.rlib" "/opt/crater/target/debug/deps/libwebsocket-a3a747f99ebed346.rlib" "/opt/crater/target/debug/deps/libbitflags-b2e1f3393de7b35b.rlib" "/opt/crater/target/debug/deps/libtokio_tls-974981223d234099.rlib" "/opt/crater/target/debug/deps/libsha1-a729bf4161ad0912.rlib" "/opt/crater/target/debug/deps/libhyper-786074d239c1214a.rlib" "/opt/crater/target/debug/deps/libmime-bd854db5c4410f0f.rlib" "/opt/crater/target/debug/deps/liblanguage_tags-336e2ffe40b02915.rlib" "/opt/crater/target/debug/deps/libtypeable-f57ee25a4569d682.rlib" "/opt/crater/target/debug/deps/libtraitobject-d78bd758537ccf1f.rlib" "/opt/crater/target/debug/deps/libunicase-a9b6b07a4a6d6be2.rlib" "/opt/crater/target/debug/deps/libbase64-5a6c7c1613dd716d.rlib" "/opt/crater/target/debug/deps/libsafemem-893689fb4a7aadb7.rlib" "/opt/crater/target/debug/deps/libtokio_uds-d0017d116ac76cd2.rlib" "/opt/crater/target/debug/deps/libtokio_core-d5e01316f1255d46.rlib" "/opt/crater/target/debug/deps/libscoped_tls-b1a1b7bbb8c720d2.rlib" "/opt/crater/target/debug/deps/libhyper_tls-4ddca404cd354777.rlib" "/opt/crater/target/debug/deps/libnative_tls-622298f591a6f8c7.rlib" "/opt/crater/target/debug/deps/libopenssl_probe-05a161781c5268c3.rlib" "/opt/crater/target/debug/deps/libopenssl-56df74b64e0ffbcc.rlib" "/opt/crater/target/debug/deps/libopenssl_sys-9b51fbb272412c7a.rlib" "/opt/crater/target/debug/deps/libforeign_types-7a6e1bad6aa5c746.rlib" "/opt/crater/target/debug/deps/libforeign_types_shared-a52fdab80e1e4d31.rlib" "/opt/crater/target/debug/deps/libbitflags-2da86ef0b219352b.rlib" "/opt/crater/target/debug/deps/liburl-4cad3018604873f8.rlib" "/opt/crater/target/debug/deps/libencoding-d57e30384aaae36d.rlib" "/opt/crater/target/debug/deps/libencoding_index_tradchinese-b0212b30da9b1c00.rlib" "/opt/crater/target/debug/deps/libencoding_index_simpchinese-8f80d1c042747701.rlib" "/opt/crater/target/debug/deps/libencoding_index_japanese-72a9153ad72da1f9.rlib" "/opt/crater/target/debug/deps/libencoding_index_korean-ad960ffbf289d397.rlib" "/opt/crater/target/debug/deps/libencoding_index_singlebyte-44090d473b1cfa20.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-4058df92f77a8a44.rlib" "/opt/crater/target/debug/deps/libidna-6e8dd8b2c0a9655a.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-0db9b1830bffcc9e.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-1c3f7d9023c2eeee.rlib" "/opt/crater/target/debug/deps/libmatches-9fea24fa9cf53929.rlib" "/opt/crater/target/debug/deps/libhyper-e4c9f9b7e4c25fb2.rlib" "/opt/crater/target/debug/deps/libwant-5652e7cd7fe22617.rlib" "/opt/crater/target/debug/deps/libtry_lock-08de7794c4db55e5.rlib" "/opt/crater/target/debug/deps/libhttparse-e64c7b0359641bca.rlib" "/opt/crater/target/debug/deps/libh2-9033ac6ad76d23a5.rlib" "/opt/crater/target/debug/deps/libindexmap-d64a031d477d5ec2.rlib" "/opt/crater/target/debug/deps/libstring-028f3b84ea660ecf.rlib" "/opt/crater/target/debug/deps/libhttp-10d1616fb4501add.rlib" "/opt/crater/target/debug/deps/libbase64-51912bb1615b73b0.rlib" "/opt/crater/target/debug/deps/libtokio_timer-333e3b60f612f7e3.rlib" "/opt/crater/target/debug/deps/libslab-3547f9dce3d2019a.rlib" "/opt/crater/target/debug/deps/librustc_hex-ac646bf7f21e9487.rlib" "/opt/crater/target/debug/deps/libparking_lot-eecee09a68e442c9.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-3d3dad8a8011bb51.rlib" "/opt/crater/target/debug/deps/libjsonrpc_core-aefd7b8d1caec9de.rlib" "/opt/crater/target/debug/deps/liblog-af86279a890c9316.rlib" "/opt/crater/target/debug/deps/libethabi-5ce28a92d4eb9c3e.rlib" "/opt/crater/target/debug/deps/liberror_chain-02a2d78feafc3acb.rlib" "/opt/crater/target/debug/deps/libbacktrace-ccbae9d8ffb648cc.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-8983550585e6c9da.rlib" "/opt/crater/target/debug/deps/librustc_demangle-6a89ec7437784313.rlib" "/opt/crater/target/debug/deps/libserde_json-efced7cbc255c32c.rlib" "/opt/crater/target/debug/deps/libryu-4ab3e070c2f0eef5.rlib" "/opt/crater/target/debug/deps/libitoa-b9b9dfe8da4383e0.rlib" "/opt/crater/target/debug/deps/libethereum_types-19193f8b71af1285.rlib" "/opt/crater/target/debug/deps/libethbloom-66deaa9b87159f8f.rlib" "/opt/crater/target/debug/deps/libethereum_types_serialize-a899e0d1a041cae1.rlib" "/opt/crater/target/debug/deps/libserde-83e6473284a93333.rlib" "/opt/crater/target/debug/deps/libtiny_keccak-b49d24192a0db7d7.rlib" "/opt/crater/target/debug/deps/libfixed_hash-7fc97033fbb1e0fb.rlib" "/opt/crater/target/debug/deps/libuint-65fceea4b046db64.rlib" "/opt/crater/target/debug/deps/librustc_hex-f9ad682ea7396db8.rlib" "/opt/crater/target/debug/deps/libheapsize-6023d087fd5463e2.rlib" "/opt/crater/target/debug/deps/libcrunchy-0475784d0845455e.rlib" "/opt/crater/target/debug/deps/libtokio-161797b3c3195e02.rlib" "/opt/crater/target/debug/deps/libtokio_uds-5feb289b3f322708.rlib" "/opt/crater/target/debug/deps/libmio_uds-4d5178b13b054d46.rlib" "/opt/crater/target/debug/deps/libtokio_udp-71bf0773a9e8bab4.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-2adf3d1e116a9e7b.rlib" "/opt/crater/target/debug/deps/libtokio_timer-6fb5b376d707b621.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-9af181654b66de8f.rlib" "/opt/crater/target/debug/deps/libtokio_fs-d6289a406cc9931b.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-ffb45a3eae66aee1.rlib" "/opt/crater/target/debug/deps/librand-bb4f4a1c25cfab4b.rlib" "/opt/crater/target/debug/deps/librand_xorshift-592dce96c661025c.rlib" "/opt/crater/target/debug/deps/librand_pcg-b760709c417620d0.rlib" "/opt/crater/target/debug/deps/librand_hc-2c2f7de6c79fe0f6.rlib" "/opt/crater/target/debug/deps/librand_chacha-d886c5d14510d898.rlib" "/opt/crater/target/debug/deps/librand_isaac-d1b38b4fc2ced1be.rlib" "/opt/crater/target/debug/deps/libtokio_codec-c4a1e3d8ec7d57f3.rlib" "/opt/crater/target/debug/deps/libtokio_io-aa9edbe1fd8a58dd.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-96b3a42d674499ab.rlib" "/opt/crater/target/debug/deps/libtokio_executor-69e4fb72c7835b89.rlib" "/opt/crater/target/debug/deps/libmio-1ea83efabe05d27e.rlib" "/opt/crater/target/debug/deps/liblog-df75e6166b6c1caf.rlib" "/opt/crater/target/debug/deps/libslab-7332dc2a037044e1.rlib" "/opt/crater/target/debug/deps/libnet2-40f966328675fc50.rlib" "/opt/crater/target/debug/deps/liblazycell-21a1845f1c882cff.rlib" "/opt/crater/target/debug/deps/libbytes-b9c28db949628c30.rlib" "/opt/crater/target/debug/deps/libiovec-853f2a5c189a262c.rlib" "/opt/crater/target/debug/deps/librayon-b17e5ec729dc3d8f.rlib" "/opt/crater/target/debug/deps/libeither-b68bb55a3fac5c91.rlib" "/opt/crater/target/debug/deps/librayon_core-5f51c05b625d31f7.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-1cc0a7bc45c8cdf1.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-07bcc772b8ac81f1.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-30fdf203ed68eece.rlib" "/opt/crater/target/debug/deps/libcrossbeam-d449790144b834d1.rlib" "/opt/crater/target/debug/deps/libcrossbeam_channel-ea90bfa3f372200d.rlib" "/opt/crater/target/debug/deps/libparking_lot-380e02aa8c6a6273.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-3c7b46d07e8375b2.rlib" "/opt/crater/target/debug/deps/libsmallvec-65fa76edc83c9318.rlib" "/opt/crater/target/debug/deps/libunreachable-f41dcc748cd7e522.rlib" "/opt/crater/target/debug/deps/libvoid-46ab3321e6287e9e.rlib" "/opt/crater/target/debug/deps/librand-0e4ef6c0669d8bbc.rlib" "/opt/crater/target/debug/deps/librand_core-e18d16763b6fa12a.rlib" "/opt/crater/target/debug/deps/librand_core-313e7882eb7ea035.rlib" "/opt/crater/target/debug/deps/liblock_api-f6b7325823472916.rlib" "/opt/crater/target/debug/deps/libowning_ref-c34ce4d89c989c93.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-39b80d52d885a31d.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-01f4cfa318377b12.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-52312870145cf576.rlib" "/opt/crater/target/debug/deps/liblazy_static-735172ffe5c4978c.rlib" "/opt/crater/target/debug/deps/libscopeguard-4f938876ba0f86be.rlib" "/opt/crater/target/debug/deps/libmemoffset-07fb8d6dd7a47f76.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-da9a84dd6356a4e8.rlib" "/opt/crater/target/debug/deps/libcfg_if-8e8ec56c3bb25549.rlib" "/opt/crater/target/debug/deps/libfnv-58c7188adf814461.rlib" "/opt/crater/target/debug/deps/libcrypto-19a2b0eb8da4b3da.rlib" "/opt/crater/target/debug/deps/librustc_serialize-8a040fe30a914780.rlib" "/opt/crater/target/debug/deps/librand-61806f9eace30a56.rlib" "/opt/crater/target/debug/deps/libhex-bbd0973eb625e92e.rlib" "/opt/crater/target/debug/deps/libsapling_crypto-c2204edd011bc72b.rlib" "/opt/crater/target/debug/deps/libdigest-15cac815435c4fcc.rlib" "/opt/crater/target/debug/deps/libgeneric_array-806520fb4ea6dd3f.rlib" "/opt/crater/target/debug/deps/libtypenum-f5bf57af0b368263.rlib" "/opt/crater/target/debug/deps/libblake2_rfc-6ad5a8f1a6464066.rlib" "/opt/crater/target/debug/deps/libconstant_time_eq-e54e94631364c4f7.rlib" "/opt/crater/target/debug/deps/libarrayvec-d55382d6fd5ea4bd.rlib" "/opt/crater/target/debug/deps/libnodrop-a7323817aaf3fc4b.rlib" "/opt/crater/target/debug/deps/libbellman-1584d8a1057a5625.rlib" "/opt/crater/target/debug/deps/libpbr-8a81a1e862dfdb69.rlib" "/opt/crater/target/debug/deps/libtime-78cab90b3e21e100.rlib" "/opt/crater/target/debug/deps/libcrossbeam-013e50c7644d1899.rlib" "/opt/crater/target/debug/deps/libbit_vec-d6be61849581094f.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-9a0a83fd9a85d94e.rlib" "/opt/crater/target/debug/deps/libfutures-ffa028f4653318d8.rlib" "/opt/crater/target/debug/deps/libnum_cpus-47f6ed6a193c5893.rlib" "/opt/crater/target/debug/deps/libpairing-d2f159f067181be5.rlib" "/opt/crater/target/debug/deps/libff-f9b1ef6182f7740c.rlib" "/opt/crater/target/debug/deps/libbyteorder-d19762c444ab0d4a.rlib" "/opt/crater/target/debug/deps/librand-448223397806760a.rlib" "/opt/crater/target/debug/deps/liblibc-91bbfc7bb2170b01.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-196d0eff8e603c0a.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-1c597f5941591e04.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-a20af2d3380aa511.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-f989f9e071798586.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-52fb60b932b5ef90.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-90a3fdc679697856.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-06d10270cfa51644.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8abb913fca550f79.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-31fd2baab47b156c.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0862cc65189bd4af.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-8010b8629f5aa3e5.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2d032fe7d4e1e163.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-622fdce0dc084cba.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-a17fdd0a687135a8.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: error: /opt/crater/target/debug/deps/libucd_util-dcd2d3cc31ba1999.rlib: read: Cannot allocate memory [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 `plasma`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/demo_server-f14e28e53ef56f5c.demo_server.4o41n6gp-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/demo_server-f14e28e53ef56f5c.demo_server.4o41n6gp-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/demo_server-f14e28e53ef56f5c.demo_server.4o41n6gp-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/demo_server-f14e28e53ef56f5c.demo_server.4o41n6gp-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/demo_server-f14e28e53ef56f5c.demo_server.4o41n6gp-cgu.4.rcgu.o" "-o" "/opt/crater/target/debug/deps/demo_server-f14e28e53ef56f5c" "/opt/crater/target/debug/deps/demo_server-f14e28e53ef56f5c.2z46eembs9pyhkgv.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/backtrace-sys-b74c9a79043ea96a/out" "-L" "/opt/crater/target/debug/build/brotli-sys-c68ed18f301f059e/out" "-L" "/opt/crater/target/debug/build/ring-cc1eb3559abef1ae/out" "-L" "/opt/crater/target/debug/build/miniz-sys-fb514ccea7860dbe/out" "-L" "/opt/crater/target/debug/build/secp256k1-ce0ae97d9d327a3e/out" "-L" "/opt/crater/target/debug/build/rust-crypto-3c370f0f73094883/out" "-L" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libplasma-790dbc1f116a03c1.rlib" "/opt/crater/target/debug/deps/libactix_web-a36ac451888dc507.rlib" "/opt/crater/target/debug/deps/libactix_net-28eabbaf008a43ab.rlib" "/opt/crater/target/debug/deps/libtower_service-4bb116500a427cc8.rlib" "/opt/crater/target/debug/deps/libflate2-8f235346c5bb9470.rlib" "/opt/crater/target/debug/deps/libminiz_sys-28a6109bcc073755.rlib" "/opt/crater/target/debug/deps/libbrotli2-1a6e4eac488211b2.rlib" "/opt/crater/target/debug/deps/libbrotli_sys-f3c5d014fe223dfe.rlib" "/opt/crater/target/debug/deps/libcookie-4e4be0186f4f6300.rlib" "/opt/crater/target/debug/deps/libring-32322f03475ab59e.rlib" "/opt/crater/target/debug/deps/libuntrusted-8983c93e7a628bf1.rlib" "/opt/crater/target/debug/deps/libaskama_escape-f91c0bc9285c9775.rlib" "/opt/crater/target/debug/deps/libregex-4a958abc3c02b4a3.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-16f0d1a595ddf2bb.rlib" "/opt/crater/target/debug/deps/libregex_syntax-56fe4981743d7628.rlib" "/opt/crater/target/debug/deps/libucd_util-dcd2d3cc31ba1999.rlib" "/opt/crater/target/debug/deps/libthread_local-8687d05943429fb5.rlib" "/opt/crater/target/debug/deps/libaho_corasick-253a7aeecefe50c0.rlib" "/opt/crater/target/debug/deps/libmemchr-a7943d9427b7aa20.rlib" "/opt/crater/target/debug/deps/libactix-833005b1aacb3c3e.rlib" "/opt/crater/target/debug/deps/libtokio_signal-2f9b049cd1074619.rlib" "/opt/crater/target/debug/deps/libsignal_hook-e0a3660625d40742.rlib" "/opt/crater/target/debug/deps/libarc_swap-8611d08017f0ad59.rlib" "/opt/crater/target/debug/deps/libtrust_dns_resolver-ed8bc9ec04cac40d.rlib" "/opt/crater/target/debug/deps/libtrust_dns_proto-97f47be6cd2f6135.rlib" "/opt/crater/target/debug/deps/libsocket2-bb70bf8cc73b37e5.rlib" "/opt/crater/target/debug/deps/libresolv_conf-8f8d55a3e2396cbf.rlib" "/opt/crater/target/debug/deps/libhostname-fa5590d48d7d42b8.rlib" "/opt/crater/target/debug/deps/libquick_error-d7ca1427a8163e25.rlib" "/opt/crater/target/debug/deps/liblru_cache-4b21cce1d4e54ce2.rlib" "/opt/crater/target/debug/deps/liblinked_hash_map-13e524a2b8d475f1.rlib" "/opt/crater/target/debug/deps/libfailure-65c137bbad9e64f9.rlib" "/opt/crater/target/debug/deps/librlp-cd9701348c4f3e0d.rlib" "/opt/crater/target/debug/deps/libreqwest-83d047f867fb10fb.rlib" "/opt/crater/target/debug/deps/libuuid-6561257c3257b413.rlib" "/opt/crater/target/debug/deps/libserde_urlencoded-06abe8ac34881cca.rlib" "/opt/crater/target/debug/deps/libdtoa-0d7ba6cc96adcffb.rlib" "/opt/crater/target/debug/deps/libmime_guess-5cfe7bc6e883d38d.rlib" "/opt/crater/target/debug/deps/libphf-3e70754cbdaf7452.rlib" "/opt/crater/target/debug/deps/libphf_shared-cd488bfbd94e9c85.rlib" "/opt/crater/target/debug/deps/libsiphasher-56dfe666fdf22024.rlib" "/opt/crater/target/debug/deps/libmime-8d60d9827e5237d3.rlib" "/opt/crater/target/debug/deps/libunicase-f956dfd0bca17659.rlib" "/opt/crater/target/debug/deps/liblibflate-4216ecff43c60aaf.rlib" "/opt/crater/target/debug/deps/libcrc32fast-1799043faa63ee20.rlib" "/opt/crater/target/debug/deps/libadler32-e5d9aff421ab1c80.rlib" "/opt/crater/target/debug/deps/libencoding_rs-b525efbb903f314c.rlib" "/opt/crater/target/debug/deps/libethereum_tx_sign-3ed91056ab3453cc.rlib" "/opt/crater/target/debug/deps/librlp-fbe7c3fea278dc93.rlib" "/opt/crater/target/debug/deps/libelastic_array-5cc0c52ddf619b9b.rlib" "/opt/crater/target/debug/deps/libsecp256k1-823c3d8df8be9d60.rlib" "/opt/crater/target/debug/deps/libweb3-347dc554d58eb5db.rlib" "/opt/crater/target/debug/deps/libwebsocket-a3a747f99ebed346.rlib" "/opt/crater/target/debug/deps/libbitflags-b2e1f3393de7b35b.rlib" "/opt/crater/target/debug/deps/libtokio_tls-974981223d234099.rlib" "/opt/crater/target/debug/deps/libsha1-a729bf4161ad0912.rlib" "/opt/crater/target/debug/deps/libhyper-786074d239c1214a.rlib" "/opt/crater/target/debug/deps/libmime-bd854db5c4410f0f.rlib" "/opt/crater/target/debug/deps/liblanguage_tags-336e2ffe40b02915.rlib" "/opt/crater/target/debug/deps/libtypeable-f57ee25a4569d682.rlib" "/opt/crater/target/debug/deps/libtraitobject-d78bd758537ccf1f.rlib" "/opt/crater/target/debug/deps/libunicase-a9b6b07a4a6d6be2.rlib" "/opt/crater/target/debug/deps/libbase64-5a6c7c1613dd716d.rlib" "/opt/crater/target/debug/deps/libsafemem-893689fb4a7aadb7.rlib" "/opt/crater/target/debug/deps/libtokio_uds-d0017d116ac76cd2.rlib" "/opt/crater/target/debug/deps/libtokio_core-d5e01316f1255d46.rlib" "/opt/crater/target/debug/deps/libscoped_tls-b1a1b7bbb8c720d2.rlib" "/opt/crater/target/debug/deps/libhyper_tls-4ddca404cd354777.rlib" "/opt/crater/target/debug/deps/libnative_tls-622298f591a6f8c7.rlib" "/opt/crater/target/debug/deps/libopenssl_probe-05a161781c5268c3.rlib" "/opt/crater/target/debug/deps/libopenssl-56df74b64e0ffbcc.rlib" "/opt/crater/target/debug/deps/libopenssl_sys-9b51fbb272412c7a.rlib" "/opt/crater/target/debug/deps/libforeign_types-7a6e1bad6aa5c746.rlib" "/opt/crater/target/debug/deps/libforeign_types_shared-a52fdab80e1e4d31.rlib" "/opt/crater/target/debug/deps/libbitflags-2da86ef0b219352b.rlib" "/opt/crater/target/debug/deps/liburl-4cad3018604873f8.rlib" "/opt/crater/target/debug/deps/libencoding-d57e30384aaae36d.rlib" "/opt/crater/target/debug/deps/libencoding_index_tradchinese-b0212b30da9b1c00.rlib" "/opt/crater/target/debug/deps/libencoding_index_simpchinese-8f80d1c042747701.rlib" "/opt/crater/target/debug/deps/libencoding_index_japanese-72a9153ad72da1f9.rlib" "/opt/crater/target/debug/deps/libencoding_index_korean-ad960ffbf289d397.rlib" "/opt/crater/target/debug/deps/libencoding_index_singlebyte-44090d473b1cfa20.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-4058df92f77a8a44.rlib" "/opt/crater/target/debug/deps/libidna-6e8dd8b2c0a9655a.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-0db9b1830bffcc9e.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-1c3f7d9023c2eeee.rlib" "/opt/crater/target/debug/deps/libmatches-9fea24fa9cf53929.rlib" "/opt/crater/target/debug/deps/libhyper-e4c9f9b7e4c25fb2.rlib" "/opt/crater/target/debug/deps/libwant-5652e7cd7fe22617.rlib" "/opt/crater/target/debug/deps/libtry_lock-08de7794c4db55e5.rlib" "/opt/crater/target/debug/deps/libhttparse-e64c7b0359641bca.rlib" "/opt/crater/target/debug/deps/libh2-9033ac6ad76d23a5.rlib" "/opt/crater/target/debug/deps/libindexmap-d64a031d477d5ec2.rlib" "/opt/crater/target/debug/deps/libstring-028f3b84ea660ecf.rlib" "/opt/crater/target/debug/deps/libhttp-10d1616fb4501add.rlib" "/opt/crater/target/debug/deps/libbase64-51912bb1615b73b0.rlib" "/opt/crater/target/debug/deps/libtokio_timer-333e3b60f612f7e3.rlib" "/opt/crater/target/debug/deps/libslab-3547f9dce3d2019a.rlib" "/opt/crater/target/debug/deps/librustc_hex-ac646bf7f21e9487.rlib" "/opt/crater/target/debug/deps/libparking_lot-eecee09a68e442c9.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-3d3dad8a8011bb51.rlib" "/opt/crater/target/debug/deps/libjsonrpc_core-aefd7b8d1caec9de.rlib" "/opt/crater/target/debug/deps/liblog-af86279a890c9316.rlib" "/opt/crater/target/debug/deps/libethabi-5ce28a92d4eb9c3e.rlib" "/opt/crater/target/debug/deps/liberror_chain-02a2d78feafc3acb.rlib" "/opt/crater/target/debug/deps/libbacktrace-ccbae9d8ffb648cc.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-8983550585e6c9da.rlib" "/opt/crater/target/debug/deps/librustc_demangle-6a89ec7437784313.rlib" "/opt/crater/target/debug/deps/libserde_json-efced7cbc255c32c.rlib" "/opt/crater/target/debug/deps/libryu-4ab3e070c2f0eef5.rlib" "/opt/crater/target/debug/deps/libitoa-b9b9dfe8da4383e0.rlib" "/opt/crater/target/debug/deps/libethereum_types-19193f8b71af1285.rlib" "/opt/crater/target/debug/deps/libethbloom-66deaa9b87159f8f.rlib" "/opt/crater/target/debug/deps/libethereum_types_serialize-a899e0d1a041cae1.rlib" "/opt/crater/target/debug/deps/libserde-83e6473284a93333.rlib" "/opt/crater/target/debug/deps/libtiny_keccak-b49d24192a0db7d7.rlib" "/opt/crater/target/debug/deps/libfixed_hash-7fc97033fbb1e0fb.rlib" "/opt/crater/target/debug/deps/libuint-65fceea4b046db64.rlib" "/opt/crater/target/debug/deps/librustc_hex-f9ad682ea7396db8.rlib" "/opt/crater/target/debug/deps/libheapsize-6023d087fd5463e2.rlib" "/opt/crater/target/debug/deps/libcrunchy-0475784d0845455e.rlib" "/opt/crater/target/debug/deps/libtokio-161797b3c3195e02.rlib" "/opt/crater/target/debug/deps/libtokio_uds-5feb289b3f322708.rlib" "/opt/crater/target/debug/deps/libmio_uds-4d5178b13b054d46.rlib" "/opt/crater/target/debug/deps/libtokio_udp-71bf0773a9e8bab4.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-2adf3d1e116a9e7b.rlib" "/opt/crater/target/debug/deps/libtokio_timer-6fb5b376d707b621.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-9af181654b66de8f.rlib" "/opt/crater/target/debug/deps/libtokio_fs-d6289a406cc9931b.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-ffb45a3eae66aee1.rlib" "/opt/crater/target/debug/deps/librand-bb4f4a1c25cfab4b.rlib" "/opt/crater/target/debug/deps/librand_xorshift-592dce96c661025c.rlib" "/opt/crater/target/debug/deps/librand_pcg-b760709c417620d0.rlib" "/opt/crater/target/debug/deps/librand_hc-2c2f7de6c79fe0f6.rlib" "/opt/crater/target/debug/deps/librand_chacha-d886c5d14510d898.rlib" "/opt/crater/target/debug/deps/librand_isaac-d1b38b4fc2ced1be.rlib" "/opt/crater/target/debug/deps/libtokio_codec-c4a1e3d8ec7d57f3.rlib" "/opt/crater/target/debug/deps/libtokio_io-aa9edbe1fd8a58dd.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-96b3a42d674499ab.rlib" "/opt/crater/target/debug/deps/libtokio_executor-69e4fb72c7835b89.rlib" "/opt/crater/target/debug/deps/libmio-1ea83efabe05d27e.rlib" "/opt/crater/target/debug/deps/liblog-df75e6166b6c1caf.rlib" "/opt/crater/target/debug/deps/libslab-7332dc2a037044e1.rlib" "/opt/crater/target/debug/deps/libnet2-40f966328675fc50.rlib" "/opt/crater/target/debug/deps/liblazycell-21a1845f1c882cff.rlib" "/opt/crater/target/debug/deps/libbytes-b9c28db949628c30.rlib" "/opt/crater/target/debug/deps/libiovec-853f2a5c189a262c.rlib" "/opt/crater/target/debug/deps/librayon-b17e5ec729dc3d8f.rlib" "/opt/crater/target/debug/deps/libeither-b68bb55a3fac5c91.rlib" "/opt/crater/target/debug/deps/librayon_core-5f51c05b625d31f7.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-1cc0a7bc45c8cdf1.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-07bcc772b8ac81f1.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-30fdf203ed68eece.rlib" "/opt/crater/target/debug/deps/libcrossbeam-d449790144b834d1.rlib" "/opt/crater/target/debug/deps/libcrossbeam_channel-ea90bfa3f372200d.rlib" "/opt/crater/target/debug/deps/libparking_lot-380e02aa8c6a6273.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-3c7b46d07e8375b2.rlib" "/opt/crater/target/debug/deps/libsmallvec-65fa76edc83c9318.rlib" "/opt/crater/target/debug/deps/libunreachable-f41dcc748cd7e522.rlib" "/opt/crater/target/debug/deps/libvoid-46ab3321e6287e9e.rlib" "/opt/crater/target/debug/deps/librand-0e4ef6c0669d8bbc.rlib" "/opt/crater/target/debug/deps/librand_core-e18d16763b6fa12a.rlib" "/opt/crater/target/debug/deps/librand_core-313e7882eb7ea035.rlib" "/opt/crater/target/debug/deps/liblock_api-f6b7325823472916.rlib" "/opt/crater/target/debug/deps/libowning_ref-c34ce4d89c989c93.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-39b80d52d885a31d.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-01f4cfa318377b12.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-52312870145cf576.rlib" "/opt/crater/target/debug/deps/liblazy_static-735172ffe5c4978c.rlib" "/opt/crater/target/debug/deps/libscopeguard-4f938876ba0f86be.rlib" "/opt/crater/target/debug/deps/libmemoffset-07fb8d6dd7a47f76.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-da9a84dd6356a4e8.rlib" "/opt/crater/target/debug/deps/libcfg_if-8e8ec56c3bb25549.rlib" "/opt/crater/target/debug/deps/libfnv-58c7188adf814461.rlib" "/opt/crater/target/debug/deps/libcrypto-19a2b0eb8da4b3da.rlib" "/opt/crater/target/debug/deps/librustc_serialize-8a040fe30a914780.rlib" "/opt/crater/target/debug/deps/librand-61806f9eace30a56.rlib" "/opt/crater/target/debug/deps/libsapling_crypto-c2204edd011bc72b.rlib" "/opt/crater/target/debug/deps/libdigest-15cac815435c4fcc.rlib" "/opt/crater/target/debug/deps/libgeneric_array-806520fb4ea6dd3f.rlib" "/opt/crater/target/debug/deps/libtypenum-f5bf57af0b368263.rlib" "/opt/crater/target/debug/deps/libblake2_rfc-6ad5a8f1a6464066.rlib" "/opt/crater/target/debug/deps/libconstant_time_eq-e54e94631364c4f7.rlib" "/opt/crater/target/debug/deps/libarrayvec-d55382d6fd5ea4bd.rlib" "/opt/crater/target/debug/deps/libnodrop-a7323817aaf3fc4b.rlib" "/opt/crater/target/debug/deps/libhex-bbd0973eb625e92e.rlib" "/opt/crater/target/debug/deps/libbellman-1584d8a1057a5625.rlib" "/opt/crater/target/debug/deps/libpbr-8a81a1e862dfdb69.rlib" "/opt/crater/target/debug/deps/libtime-78cab90b3e21e100.rlib" "/opt/crater/target/debug/deps/libcrossbeam-013e50c7644d1899.rlib" "/opt/crater/target/debug/deps/libbit_vec-d6be61849581094f.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-9a0a83fd9a85d94e.rlib" "/opt/crater/target/debug/deps/libfutures-ffa028f4653318d8.rlib" "/opt/crater/target/debug/deps/libnum_cpus-47f6ed6a193c5893.rlib" "/opt/crater/target/debug/deps/libpairing-d2f159f067181be5.rlib" "/opt/crater/target/debug/deps/libff-f9b1ef6182f7740c.rlib" "/opt/crater/target/debug/deps/librand-448223397806760a.rlib" "/opt/crater/target/debug/deps/liblibc-91bbfc7bb2170b01.rlib" "/opt/crater/target/debug/deps/libbyteorder-d19762c444ab0d4a.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-196d0eff8e603c0a.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-1c597f5941591e04.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-a20af2d3380aa511.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-f989f9e071798586.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-52fb60b932b5ef90.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-90a3fdc679697856.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-06d10270cfa51644.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8abb913fca550f79.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-31fd2baab47b156c.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0862cc65189bd4af.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-8010b8629f5aa3e5.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2d032fe7d4e1e163.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-622fdce0dc084cba.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-a17fdd0a687135a8.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stderr] compilation terminated. [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `plasma`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/generate_vk-4b07bf6ff58870f8.generate_vk.a16eka5a-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/generate_vk-4b07bf6ff58870f8.generate_vk.a16eka5a-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/generate_vk-4b07bf6ff58870f8.generate_vk.a16eka5a-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/generate_vk-4b07bf6ff58870f8.generate_vk.a16eka5a-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/generate_vk-4b07bf6ff58870f8.generate_vk.a16eka5a-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/generate_vk-4b07bf6ff58870f8.generate_vk.a16eka5a-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/generate_vk-4b07bf6ff58870f8.generate_vk.a16eka5a-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/generate_vk-4b07bf6ff58870f8.generate_vk.a16eka5a-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/generate_vk-4b07bf6ff58870f8.generate_vk.a16eka5a-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/generate_vk-4b07bf6ff58870f8.generate_vk.a16eka5a-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/generate_vk-4b07bf6ff58870f8.generate_vk.a16eka5a-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/generate_vk-4b07bf6ff58870f8.generate_vk.a16eka5a-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/generate_vk-4b07bf6ff58870f8.generate_vk.a16eka5a-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/generate_vk-4b07bf6ff58870f8.generate_vk.a16eka5a-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/generate_vk-4b07bf6ff58870f8.generate_vk.a16eka5a-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/generate_vk-4b07bf6ff58870f8.generate_vk.a16eka5a-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/generate_vk-4b07bf6ff58870f8" "/opt/crater/target/debug/deps/generate_vk-4b07bf6ff58870f8.4rzxjiyhh0fqn4u4.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/backtrace-sys-b74c9a79043ea96a/out" "-L" "/opt/crater/target/debug/build/brotli-sys-c68ed18f301f059e/out" "-L" "/opt/crater/target/debug/build/ring-cc1eb3559abef1ae/out" "-L" "/opt/crater/target/debug/build/miniz-sys-fb514ccea7860dbe/out" "-L" "/opt/crater/target/debug/build/secp256k1-ce0ae97d9d327a3e/out" "-L" "/opt/crater/target/debug/build/rust-crypto-3c370f0f73094883/out" "-L" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libplasma-790dbc1f116a03c1.rlib" "/opt/crater/target/debug/deps/libactix_web-a36ac451888dc507.rlib" "/opt/crater/target/debug/deps/libactix_net-28eabbaf008a43ab.rlib" "/opt/crater/target/debug/deps/libtower_service-4bb116500a427cc8.rlib" "/opt/crater/target/debug/deps/libflate2-8f235346c5bb9470.rlib" "/opt/crater/target/debug/deps/libminiz_sys-28a6109bcc073755.rlib" "/opt/crater/target/debug/deps/libbrotli2-1a6e4eac488211b2.rlib" "/opt/crater/target/debug/deps/libbrotli_sys-f3c5d014fe223dfe.rlib" "/opt/crater/target/debug/deps/libcookie-4e4be0186f4f6300.rlib" "/opt/crater/target/debug/deps/libring-32322f03475ab59e.rlib" "/opt/crater/target/debug/deps/libuntrusted-8983c93e7a628bf1.rlib" "/opt/crater/target/debug/deps/libaskama_escape-f91c0bc9285c9775.rlib" "/opt/crater/target/debug/deps/libregex-4a958abc3c02b4a3.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-16f0d1a595ddf2bb.rlib" "/opt/crater/target/debug/deps/libregex_syntax-56fe4981743d7628.rlib" "/opt/crater/target/debug/deps/libucd_util-dcd2d3cc31ba1999.rlib" "/opt/crater/target/debug/deps/libthread_local-8687d05943429fb5.rlib" "/opt/crater/target/debug/deps/libaho_corasick-253a7aeecefe50c0.rlib" "/opt/crater/target/debug/deps/libmemchr-a7943d9427b7aa20.rlib" "/opt/crater/target/debug/deps/libactix-833005b1aacb3c3e.rlib" "/opt/crater/target/debug/deps/libtokio_signal-2f9b049cd1074619.rlib" "/opt/crater/target/debug/deps/libsignal_hook-e0a3660625d40742.rlib" "/opt/crater/target/debug/deps/libarc_swap-8611d08017f0ad59.rlib" "/opt/crater/target/debug/deps/libtrust_dns_resolver-ed8bc9ec04cac40d.rlib" "/opt/crater/target/debug/deps/libtrust_dns_proto-97f47be6cd2f6135.rlib" "/opt/crater/target/debug/deps/libsocket2-bb70bf8cc73b37e5.rlib" "/opt/crater/target/debug/deps/libresolv_conf-8f8d55a3e2396cbf.rlib" "/opt/crater/target/debug/deps/libhostname-fa5590d48d7d42b8.rlib" "/opt/crater/target/debug/deps/libquick_error-d7ca1427a8163e25.rlib" "/opt/crater/target/debug/deps/liblru_cache-4b21cce1d4e54ce2.rlib" "/opt/crater/target/debug/deps/liblinked_hash_map-13e524a2b8d475f1.rlib" "/opt/crater/target/debug/deps/libfailure-65c137bbad9e64f9.rlib" "/opt/crater/target/debug/deps/librlp-cd9701348c4f3e0d.rlib" "/opt/crater/target/debug/deps/libreqwest-83d047f867fb10fb.rlib" "/opt/crater/target/debug/deps/libuuid-6561257c3257b413.rlib" "/opt/crater/target/debug/deps/libserde_urlencoded-06abe8ac34881cca.rlib" "/opt/crater/target/debug/deps/libdtoa-0d7ba6cc96adcffb.rlib" "/opt/crater/target/debug/deps/libmime_guess-5cfe7bc6e883d38d.rlib" "/opt/crater/target/debug/deps/libphf-3e70754cbdaf7452.rlib" "/opt/crater/target/debug/deps/libphf_shared-cd488bfbd94e9c85.rlib" "/opt/crater/target/debug/deps/libsiphasher-56dfe666fdf22024.rlib" "/opt/crater/target/debug/deps/libmime-8d60d9827e5237d3.rlib" "/opt/crater/target/debug/deps/libunicase-f956dfd0bca17659.rlib" "/opt/crater/target/debug/deps/liblibflate-4216ecff43c60aaf.rlib" "/opt/crater/target/debug/deps/libcrc32fast-1799043faa63ee20.rlib" "/opt/crater/target/debug/deps/libadler32-e5d9aff421ab1c80.rlib" "/opt/crater/target/debug/deps/libencoding_rs-b525efbb903f314c.rlib" "/opt/crater/target/debug/deps/libethereum_tx_sign-3ed91056ab3453cc.rlib" "/opt/crater/target/debug/deps/librlp-fbe7c3fea278dc93.rlib" "/opt/crater/target/debug/deps/libelastic_array-5cc0c52ddf619b9b.rlib" "/opt/crater/target/debug/deps/libsecp256k1-823c3d8df8be9d60.rlib" "/opt/crater/target/debug/deps/libweb3-347dc554d58eb5db.rlib" "/opt/crater/target/debug/deps/libwebsocket-a3a747f99ebed346.rlib" "/opt/crater/target/debug/deps/libbitflags-b2e1f3393de7b35b.rlib" "/opt/crater/target/debug/deps/libtokio_tls-974981223d234099.rlib" "/opt/crater/target/debug/deps/libsha1-a729bf4161ad0912.rlib" "/opt/crater/target/debug/deps/libhyper-786074d239c1214a.rlib" "/opt/crater/target/debug/deps/libmime-bd854db5c4410f0f.rlib" "/opt/crater/target/debug/deps/liblanguage_tags-336e2ffe40b02915.rlib" "/opt/crater/target/debug/deps/libtypeable-f57ee25a4569d682.rlib" "/opt/crater/target/debug/deps/libtraitobject-d78bd758537ccf1f.rlib" "/opt/crater/target/debug/deps/libunicase-a9b6b07a4a6d6be2.rlib" "/opt/crater/target/debug/deps/libbase64-5a6c7c1613dd716d.rlib" "/opt/crater/target/debug/deps/libsafemem-893689fb4a7aadb7.rlib" "/opt/crater/target/debug/deps/libtokio_uds-d0017d116ac76cd2.rlib" "/opt/crater/target/debug/deps/libtokio_core-d5e01316f1255d46.rlib" "/opt/crater/target/debug/deps/libscoped_tls-b1a1b7bbb8c720d2.rlib" "/opt/crater/target/debug/deps/libhyper_tls-4ddca404cd354777.rlib" "/opt/crater/target/debug/deps/libnative_tls-622298f591a6f8c7.rlib" "/opt/crater/target/debug/deps/libopenssl_probe-05a161781c5268c3.rlib" "/opt/crater/target/debug/deps/libopenssl-56df74b64e0ffbcc.rlib" "/opt/crater/target/debug/deps/libopenssl_sys-9b51fbb272412c7a.rlib" "/opt/crater/target/debug/deps/libforeign_types-7a6e1bad6aa5c746.rlib" "/opt/crater/target/debug/deps/libforeign_types_shared-a52fdab80e1e4d31.rlib" "/opt/crater/target/debug/deps/libbitflags-2da86ef0b219352b.rlib" "/opt/crater/target/debug/deps/liburl-4cad3018604873f8.rlib" "/opt/crater/target/debug/deps/libencoding-d57e30384aaae36d.rlib" "/opt/crater/target/debug/deps/libencoding_index_tradchinese-b0212b30da9b1c00.rlib" "/opt/crater/target/debug/deps/libencoding_index_simpchinese-8f80d1c042747701.rlib" "/opt/crater/target/debug/deps/libencoding_index_japanese-72a9153ad72da1f9.rlib" "/opt/crater/target/debug/deps/libencoding_index_korean-ad960ffbf289d397.rlib" "/opt/crater/target/debug/deps/libencoding_index_singlebyte-44090d473b1cfa20.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-4058df92f77a8a44.rlib" "/opt/crater/target/debug/deps/libidna-6e8dd8b2c0a9655a.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-0db9b1830bffcc9e.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-1c3f7d9023c2eeee.rlib" "/opt/crater/target/debug/deps/libmatches-9fea24fa9cf53929.rlib" "/opt/crater/target/debug/deps/libhyper-e4c9f9b7e4c25fb2.rlib" "/opt/crater/target/debug/deps/libwant-5652e7cd7fe22617.rlib" "/opt/crater/target/debug/deps/libtry_lock-08de7794c4db55e5.rlib" "/opt/crater/target/debug/deps/libhttparse-e64c7b0359641bca.rlib" "/opt/crater/target/debug/deps/libh2-9033ac6ad76d23a5.rlib" "/opt/crater/target/debug/deps/libindexmap-d64a031d477d5ec2.rlib" "/opt/crater/target/debug/deps/libstring-028f3b84ea660ecf.rlib" "/opt/crater/target/debug/deps/libhttp-10d1616fb4501add.rlib" "/opt/crater/target/debug/deps/libbase64-51912bb1615b73b0.rlib" "/opt/crater/target/debug/deps/libtokio_timer-333e3b60f612f7e3.rlib" "/opt/crater/target/debug/deps/libslab-3547f9dce3d2019a.rlib" "/opt/crater/target/debug/deps/librustc_hex-ac646bf7f21e9487.rlib" "/opt/crater/target/debug/deps/libparking_lot-eecee09a68e442c9.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-3d3dad8a8011bb51.rlib" "/opt/crater/target/debug/deps/libjsonrpc_core-aefd7b8d1caec9de.rlib" "/opt/crater/target/debug/deps/liblog-af86279a890c9316.rlib" "/opt/crater/target/debug/deps/libethabi-5ce28a92d4eb9c3e.rlib" "/opt/crater/target/debug/deps/liberror_chain-02a2d78feafc3acb.rlib" "/opt/crater/target/debug/deps/libbacktrace-ccbae9d8ffb648cc.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-8983550585e6c9da.rlib" "/opt/crater/target/debug/deps/librustc_demangle-6a89ec7437784313.rlib" "/opt/crater/target/debug/deps/libserde_json-efced7cbc255c32c.rlib" "/opt/crater/target/debug/deps/libryu-4ab3e070c2f0eef5.rlib" "/opt/crater/target/debug/deps/libitoa-b9b9dfe8da4383e0.rlib" "/opt/crater/target/debug/deps/libethereum_types-19193f8b71af1285.rlib" "/opt/crater/target/debug/deps/libethbloom-66deaa9b87159f8f.rlib" "/opt/crater/target/debug/deps/libethereum_types_serialize-a899e0d1a041cae1.rlib" "/opt/crater/target/debug/deps/libserde-83e6473284a93333.rlib" "/opt/crater/target/debug/deps/libtiny_keccak-b49d24192a0db7d7.rlib" "/opt/crater/target/debug/deps/libfixed_hash-7fc97033fbb1e0fb.rlib" "/opt/crater/target/debug/deps/libuint-65fceea4b046db64.rlib" "/opt/crater/target/debug/deps/librustc_hex-f9ad682ea7396db8.rlib" "/opt/crater/target/debug/deps/libheapsize-6023d087fd5463e2.rlib" "/opt/crater/target/debug/deps/libcrunchy-0475784d0845455e.rlib" "/opt/crater/target/debug/deps/libtokio-161797b3c3195e02.rlib" "/opt/crater/target/debug/deps/libtokio_uds-5feb289b3f322708.rlib" "/opt/crater/target/debug/deps/libmio_uds-4d5178b13b054d46.rlib" "/opt/crater/target/debug/deps/libtokio_udp-71bf0773a9e8bab4.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-2adf3d1e116a9e7b.rlib" "/opt/crater/target/debug/deps/libtokio_timer-6fb5b376d707b621.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-9af181654b66de8f.rlib" "/opt/crater/target/debug/deps/libtokio_fs-d6289a406cc9931b.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-ffb45a3eae66aee1.rlib" "/opt/crater/target/debug/deps/librand-bb4f4a1c25cfab4b.rlib" "/opt/crater/target/debug/deps/librand_xorshift-592dce96c661025c.rlib" "/opt/crater/target/debug/deps/librand_pcg-b760709c417620d0.rlib" "/opt/crater/target/debug/deps/librand_hc-2c2f7de6c79fe0f6.rlib" "/opt/crater/target/debug/deps/librand_chacha-d886c5d14510d898.rlib" "/opt/crater/target/debug/deps/librand_isaac-d1b38b4fc2ced1be.rlib" "/opt/crater/target/debug/deps/libtokio_codec-c4a1e3d8ec7d57f3.rlib" "/opt/crater/target/debug/deps/libtokio_io-aa9edbe1fd8a58dd.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-96b3a42d674499ab.rlib" "/opt/crater/target/debug/deps/libtokio_executor-69e4fb72c7835b89.rlib" "/opt/crater/target/debug/deps/libmio-1ea83efabe05d27e.rlib" "/opt/crater/target/debug/deps/liblog-df75e6166b6c1caf.rlib" "/opt/crater/target/debug/deps/libslab-7332dc2a037044e1.rlib" "/opt/crater/target/debug/deps/libnet2-40f966328675fc50.rlib" "/opt/crater/target/debug/deps/liblazycell-21a1845f1c882cff.rlib" "/opt/crater/target/debug/deps/libbytes-b9c28db949628c30.rlib" "/opt/crater/target/debug/deps/libiovec-853f2a5c189a262c.rlib" "/opt/crater/target/debug/deps/librayon-b17e5ec729dc3d8f.rlib" "/opt/crater/target/debug/deps/libeither-b68bb55a3fac5c91.rlib" "/opt/crater/target/debug/deps/librayon_core-5f51c05b625d31f7.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-1cc0a7bc45c8cdf1.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-07bcc772b8ac81f1.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-30fdf203ed68eece.rlib" "/opt/crater/target/debug/deps/libcrossbeam-d449790144b834d1.rlib" "/opt/crater/target/debug/deps/libcrossbeam_channel-ea90bfa3f372200d.rlib" "/opt/crater/target/debug/deps/libparking_lot-380e02aa8c6a6273.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-3c7b46d07e8375b2.rlib" "/opt/crater/target/debug/deps/libsmallvec-65fa76edc83c9318.rlib" "/opt/crater/target/debug/deps/libunreachable-f41dcc748cd7e522.rlib" "/opt/crater/target/debug/deps/libvoid-46ab3321e6287e9e.rlib" "/opt/crater/target/debug/deps/librand-0e4ef6c0669d8bbc.rlib" "/opt/crater/target/debug/deps/librand_core-e18d16763b6fa12a.rlib" "/opt/crater/target/debug/deps/librand_core-313e7882eb7ea035.rlib" "/opt/crater/target/debug/deps/liblock_api-f6b7325823472916.rlib" "/opt/crater/target/debug/deps/libowning_ref-c34ce4d89c989c93.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-39b80d52d885a31d.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-01f4cfa318377b12.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-52312870145cf576.rlib" "/opt/crater/target/debug/deps/liblazy_static-735172ffe5c4978c.rlib" "/opt/crater/target/debug/deps/libscopeguard-4f938876ba0f86be.rlib" "/opt/crater/target/debug/deps/libmemoffset-07fb8d6dd7a47f76.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-da9a84dd6356a4e8.rlib" "/opt/crater/target/debug/deps/libcfg_if-8e8ec56c3bb25549.rlib" "/opt/crater/target/debug/deps/libfnv-58c7188adf814461.rlib" "/opt/crater/target/debug/deps/libcrypto-19a2b0eb8da4b3da.rlib" "/opt/crater/target/debug/deps/librustc_serialize-8a040fe30a914780.rlib" "/opt/crater/target/debug/deps/librand-61806f9eace30a56.rlib" "/opt/crater/target/debug/deps/libsapling_crypto-c2204edd011bc72b.rlib" "/opt/crater/target/debug/deps/libdigest-15cac815435c4fcc.rlib" "/opt/crater/target/debug/deps/libgeneric_array-806520fb4ea6dd3f.rlib" "/opt/crater/target/debug/deps/libtypenum-f5bf57af0b368263.rlib" "/opt/crater/target/debug/deps/libblake2_rfc-6ad5a8f1a6464066.rlib" "/opt/crater/target/debug/deps/libconstant_time_eq-e54e94631364c4f7.rlib" "/opt/crater/target/debug/deps/libarrayvec-d55382d6fd5ea4bd.rlib" "/opt/crater/target/debug/deps/libnodrop-a7323817aaf3fc4b.rlib" "/opt/crater/target/debug/deps/libhex-bbd0973eb625e92e.rlib" "/opt/crater/target/debug/deps/libbellman-1584d8a1057a5625.rlib" "/opt/crater/target/debug/deps/libpbr-8a81a1e862dfdb69.rlib" "/opt/crater/target/debug/deps/libtime-78cab90b3e21e100.rlib" "/opt/crater/target/debug/deps/libcrossbeam-013e50c7644d1899.rlib" "/opt/crater/target/debug/deps/libbit_vec-d6be61849581094f.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-9a0a83fd9a85d94e.rlib" "/opt/crater/target/debug/deps/libfutures-ffa028f4653318d8.rlib" "/opt/crater/target/debug/deps/libnum_cpus-47f6ed6a193c5893.rlib" "/opt/crater/target/debug/deps/libpairing-d2f159f067181be5.rlib" "/opt/crater/target/debug/deps/libff-f9b1ef6182f7740c.rlib" "/opt/crater/target/debug/deps/libbyteorder-d19762c444ab0d4a.rlib" "/opt/crater/target/debug/deps/librand-448223397806760a.rlib" "/opt/crater/target/debug/deps/liblibc-91bbfc7bb2170b01.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-196d0eff8e603c0a.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-1c597f5941591e04.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-a20af2d3380aa511.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-f989f9e071798586.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-52fb60b932b5ef90.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-90a3fdc679697856.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-06d10270cfa51644.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8abb913fca550f79.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-31fd2baab47b156c.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0862cc65189bd4af.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-8010b8629f5aa3e5.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2d032fe7d4e1e163.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-622fdce0dc084cba.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-a17fdd0a687135a8.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stderr] compilation terminated. [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `plasma`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "fd407f0b76fde3a65adb30ccba9cf2d2c891d0607791476590535fdf9d1e2a99"` [INFO] running `"docker" "rm" "-f" "fd407f0b76fde3a65adb30ccba9cf2d2c891d0607791476590535fdf9d1e2a99"` [INFO] [stdout] fd407f0b76fde3a65adb30ccba9cf2d2c891d0607791476590535fdf9d1e2a99