[INFO] crate solana-jsonrpc-http-server 0.4.0 is already in cache [INFO] extracting crate solana-jsonrpc-http-server 0.4.0 into work/ex/beta-1.37-6/sources/1.36.0/reg/solana-jsonrpc-http-server/0.4.0 [INFO] extracting crate solana-jsonrpc-http-server 0.4.0 into work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/solana-jsonrpc-http-server/0.4.0 [INFO] validating manifest of solana-jsonrpc-http-server-0.4.0 on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of solana-jsonrpc-http-server-0.4.0 on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing solana-jsonrpc-http-server-0.4.0 [INFO] finished frobbing solana-jsonrpc-http-server-0.4.0 [INFO] frobbed toml for solana-jsonrpc-http-server-0.4.0 written to work/ex/beta-1.37-6/sources/1.36.0/reg/solana-jsonrpc-http-server/0.4.0/Cargo.toml [INFO] started frobbing solana-jsonrpc-http-server-0.4.0 [INFO] finished frobbing solana-jsonrpc-http-server-0.4.0 [INFO] frobbed toml for solana-jsonrpc-http-server-0.4.0 written to work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/solana-jsonrpc-http-server/0.4.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing solana-jsonrpc-http-server-0.4.0 against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-6/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/reg/solana-jsonrpc-http-server/0.4.0:/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=warn" "-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" "+1.36.0" "build" "--frozen"` [INFO] [stdout] 0084ce78dfdaf3dcb91381693e6ee614f25d09c7e38bebcc11837b302fc9dfa9 [INFO] running `"docker" "start" "-a" "0084ce78dfdaf3dcb91381693e6ee614f25d09c7e38bebcc11837b302fc9dfa9"` [INFO] [stderr] Compiling solana-jsonrpc-server-utils v0.4.0 [INFO] [stderr] Compiling solana-jsonrpc-http-server v0.4.0 (/opt/crater/workdir) [INFO] [stderr] warning: ambiguous associated item [INFO] [stderr] --> src/handler.rs:122:41 [INFO] [stderr] | [INFO] [stderr] 122 | fn poll(&mut self) -> Poll { [INFO] [stderr] | ^^^^^^^^^^^ help: use fully-qualified syntax: ` as Trait>::Error` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(ambiguous_associated_items)] on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #57644 [INFO] [stderr] note: `Error` could refer to variant defined here [INFO] [stderr] --> src/handler.rs:114:2 [INFO] [stderr] | [INFO] [stderr] 114 | Error(Option), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] note: `Error` could also refer to associated type defined here [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/mod.rs:184:5 [INFO] [stderr] | [INFO] [stderr] 184 | type Error; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'server_utils::tokio::reactor::Handle::current': semantics were sometimes surprising, use Handle::default() [INFO] [stderr] --> src/lib.rs:462:16 [INFO] [stderr] | [INFO] [stderr] 462 | let handle = tokio::reactor::Handle::current(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: ambiguous associated item [INFO] [stderr] --> src/handler.rs:122:41 [INFO] [stderr] | [INFO] [stderr] 122 | fn poll(&mut self) -> Poll { [INFO] [stderr] | ^^^^^^^^^^^ help: use fully-qualified syntax: ` as Trait>::Error` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #57644 [INFO] [stderr] note: `Error` could refer to variant defined here [INFO] [stderr] --> src/handler.rs:114:2 [INFO] [stderr] | [INFO] [stderr] 114 | Error(Option), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] note: `Error` could also refer to associated type defined here [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/mod.rs:184:5 [INFO] [stderr] | [INFO] [stderr] 184 | type Error; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 8.32s [INFO] running `"docker" "inspect" "0084ce78dfdaf3dcb91381693e6ee614f25d09c7e38bebcc11837b302fc9dfa9"` [INFO] running `"docker" "rm" "-f" "0084ce78dfdaf3dcb91381693e6ee614f25d09c7e38bebcc11837b302fc9dfa9"` [INFO] [stdout] 0084ce78dfdaf3dcb91381693e6ee614f25d09c7e38bebcc11837b302fc9dfa9 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-6/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/reg/solana-jsonrpc-http-server/0.4.0:/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=warn" "-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" "+1.36.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 31a8c0deffe5663a3fae41a3fcc2d927e1005ac12a20ba5e7734090b38a07759 [INFO] running `"docker" "start" "-a" "31a8c0deffe5663a3fae41a3fcc2d927e1005ac12a20ba5e7734090b38a07759"` [INFO] [stderr] Compiling solana-jsonrpc-http-server v0.4.0 (/opt/crater/workdir) [INFO] [stderr] warning: the item `thread` is imported redundantly [INFO] [stderr] --> src/tests.rs:57:12 [INFO] [stderr] | [INFO] [stderr] 9 | use super::*; [INFO] [stderr] | -------- the item `thread` is already imported here [INFO] [stderr] ... [INFO] [stderr] 57 | use std::{thread, time}; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: ambiguous associated item [INFO] [stderr] --> src/handler.rs:122:41 [INFO] [stderr] | [INFO] [stderr] 122 | fn poll(&mut self) -> Poll { [INFO] [stderr] | ^^^^^^^^^^^ help: use fully-qualified syntax: ` as Trait>::Error` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(ambiguous_associated_items)] on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #57644 [INFO] [stderr] note: `Error` could refer to variant defined here [INFO] [stderr] --> src/handler.rs:114:2 [INFO] [stderr] | [INFO] [stderr] 114 | Error(Option), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] note: `Error` could also refer to associated type defined here [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/mod.rs:184:5 [INFO] [stderr] | [INFO] [stderr] 184 | type Error; [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'server_utils::tokio::reactor::Handle::current': semantics were sometimes surprising, use Handle::default() [INFO] [stderr] --> src/lib.rs:462:16 [INFO] [stderr] | [INFO] [stderr] 462 | let handle = tokio::reactor::Handle::current(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: ambiguous associated item [INFO] [stderr] --> src/handler.rs:122:41 [INFO] [stderr] | [INFO] [stderr] 122 | fn poll(&mut self) -> Poll { [INFO] [stderr] | ^^^^^^^^^^^ help: use fully-qualified syntax: ` as Trait>::Error` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #57644 [INFO] [stderr] note: `Error` could refer to variant defined here [INFO] [stderr] --> src/handler.rs:114:2 [INFO] [stderr] | [INFO] [stderr] 114 | Error(Option), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] note: `Error` could also refer to associated type defined here [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/futures-0.1.28/src/future/mod.rs:184:5 [INFO] [stderr] | [INFO] [stderr] 184 | type Error; [INFO] [stderr] | ^^^^^^^^^^^ [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/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/http_async-eef594f406907127.http_async.d5sbl41j-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/http_async-eef594f406907127.http_async.d5sbl41j-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/http_async-eef594f406907127.http_async.d5sbl41j-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/http_async-eef594f406907127.http_async.d5sbl41j-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/http_async-eef594f406907127.http_async.d5sbl41j-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/http_async-eef594f406907127.http_async.d5sbl41j-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/http_async-eef594f406907127.http_async.d5sbl41j-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/http_async-eef594f406907127.http_async.d5sbl41j-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/http_async-eef594f406907127.http_async.d5sbl41j-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/http_async-eef594f406907127.http_async.d5sbl41j-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/http_async-eef594f406907127.http_async.d5sbl41j-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/http_async-eef594f406907127.http_async.d5sbl41j-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/http_async-eef594f406907127.http_async.d5sbl41j-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/http_async-eef594f406907127.http_async.d5sbl41j-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/http_async-eef594f406907127.http_async.d5sbl41j-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/http_async-eef594f406907127.http_async.d5sbl41j-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/http_async-eef594f406907127" "/opt/crater/target/debug/examples/http_async-eef594f406907127.56ljgosywivlz000.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libsolana_jsonrpc_http_server-f94d10a9c4d114d4.rlib" "/opt/crater/target/debug/deps/libhyper-0796e1a99e00fd49.rlib" "/opt/crater/target/debug/deps/libwant-d124b7b8d88edea3.rlib" "/opt/crater/target/debug/deps/libtry_lock-1b57ab5e9b71c3d1.rlib" "/opt/crater/target/debug/deps/libtime-4355d8e50100aa43.rlib" "/opt/crater/target/debug/deps/libhttparse-06e3890b6d63ce9f.rlib" "/opt/crater/target/debug/deps/libhttp_body-db7868c5dd20e766.rlib" "/opt/crater/target/debug/deps/libtokio_buf-bb89a0c72326ec90.rlib" "/opt/crater/target/debug/deps/libh2-8c7e58e2159d7ef3.rlib" "/opt/crater/target/debug/deps/libindexmap-59ae9e3f6ce5c837.rlib" "/opt/crater/target/debug/deps/libstring-aac4ac16555c2318.rlib" "/opt/crater/target/debug/deps/libhttp-0d7bcc4a1965229a.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-3ff2178b99f99a40.rlib" "/opt/crater/target/debug/deps/libsolana_jsonrpc_server_utils-4abd70a450a9fccd.rlib" "/opt/crater/target/debug/deps/libtokio-7ab2328c316f6e06.rlib" "/opt/crater/target/debug/deps/libtokio_uds-20177ed523a66df6.rlib" "/opt/crater/target/debug/deps/libmio_uds-7a42cccc53abafbd.rlib" "/opt/crater/target/debug/deps/libtokio_udp-70ca03d67df071a3.rlib" "/opt/crater/target/debug/deps/libtokio_timer-a810b4f998c484a1.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-e30f66a92872dc08.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-631c27d1a6381a23.rlib" "/opt/crater/target/debug/deps/libtokio_sync-896092e9d41d2356.rlib" "/opt/crater/target/debug/deps/libparking_lot-12eabd9882769c3f.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-514af8f6e6ec1ec4.rlib" "/opt/crater/target/debug/deps/libsmallvec-e7fd7440a8b77331.rlib" "/opt/crater/target/debug/deps/liblock_api-8ec026c283607898.rlib" "/opt/crater/target/debug/deps/libowning_ref-dcde4af4fc98f07e.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-2a9412c89a8f626f.rlib" "/opt/crater/target/debug/deps/libscopeguard-f1a5efe88a6d7a2c.rlib" "/opt/crater/target/debug/deps/libtokio_fs-54ca1f653caed262.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-0b1a2f723c40a713.rlib" "/opt/crater/target/debug/deps/librand-90f16bd48677b73c.rlib" "/opt/crater/target/debug/deps/librand_xorshift-6a66fc50e6498d00.rlib" "/opt/crater/target/debug/deps/librand_pcg-d8d5dea3cc11bfd5.rlib" "/opt/crater/target/debug/deps/librand_hc-83283ab0a0ee3df8.rlib" "/opt/crater/target/debug/deps/librand_chacha-935e7b1d9428a758.rlib" "/opt/crater/target/debug/deps/librand_isaac-94fc18115e9afd61.rlib" "/opt/crater/target/debug/deps/librand_core-482fdfb44fe03c92.rlib" "/opt/crater/target/debug/deps/librand_os-0de48faa648b11e1.rlib" "/opt/crater/target/debug/deps/librand_jitter-1f73b0ee635ef60d.rlib" "/opt/crater/target/debug/deps/librand_core-a9179eebc82cf0f0.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-c0f5751a63321b42.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-57a001d205c41375.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-fb6e8420b402c637.rlib" "/opt/crater/target/debug/deps/libscopeguard-9b8601d6dfc234d1.rlib" "/opt/crater/target/debug/deps/libmemoffset-f086ca483a85f9a8.rlib" "/opt/crater/target/debug/deps/libarrayvec-fc69fa362388ff8e.rlib" "/opt/crater/target/debug/deps/libnodrop-e7a4f1c1f7749e1f.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-302c6a5add829b25.rlib" "/opt/crater/target/debug/deps/libtokio_executor-66fe260b45add495.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-1194d3403efb476d.rlib" "/opt/crater/target/debug/deps/libtokio_codec-5ed0ac3d982c657e.rlib" "/opt/crater/target/debug/deps/libtokio_io-a37ce302d4c9de46.rlib" "/opt/crater/target/debug/deps/libmio-b89a228191048f43.rlib" "/opt/crater/target/debug/deps/libslab-b904edcdb208ad5f.rlib" "/opt/crater/target/debug/deps/libnet2-b420542f6ed79dec.rlib" "/opt/crater/target/debug/deps/libnum_cpus-84b2b9d4899d054a.rlib" "/opt/crater/target/debug/deps/libbytes-13fb674f61efa969.rlib" "/opt/crater/target/debug/deps/libeither-f57ccefea727a9a2.rlib" "/opt/crater/target/debug/deps/libiovec-b84ff3a7b76380d9.rlib" "/opt/crater/target/debug/deps/liblibc-e3ba75b536aabfa5.rlib" "/opt/crater/target/debug/deps/libbyteorder-1ca0e27fd3a97256.rlib" "/opt/crater/target/debug/deps/libsolana_jsonrpc_core-d323beb226414411.rlib" "/opt/crater/target/debug/deps/libserde_json-905e72386a5f800f.rlib" "/opt/crater/target/debug/deps/libryu-ee97bb54d9ea9443.rlib" "/opt/crater/target/debug/deps/libitoa-b6d9c91cf55afec8.rlib" "/opt/crater/target/debug/deps/libfutures-1b04893c31162bb0.rlib" "/opt/crater/target/debug/deps/libserde-f4ad0cdcf3ae7a20.rlib" "/opt/crater/target/debug/deps/libglobset-8a9fadc28293df4b.rlib" "/opt/crater/target/debug/deps/libregex-c3d123b3b5a26f66.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-c6a873325be34359.rlib" "/opt/crater/target/debug/deps/libregex_syntax-8d712e1be50cb1b8.rlib" "/opt/crater/target/debug/deps/libucd_util-4ceb5a30356a8267.rlib" "/opt/crater/target/debug/deps/libthread_local-0d1f504ec86ae5ec.rlib" "/opt/crater/target/debug/deps/libfnv-0d57e5fd8327cc13.rlib" "/opt/crater/target/debug/deps/libbstr-f453d33b9a107acf.rlib" "/opt/crater/target/debug/deps/libaho_corasick-153b065a541ebcf4.rlib" "/opt/crater/target/debug/deps/libmemchr-603e105d3530919e.rlib" "/opt/crater/target/debug/deps/liblazy_static-35422c5bca3b6d90.rlib" "/opt/crater/target/debug/deps/liblog-42c7a57c494171fb.rlib" "/opt/crater/target/debug/deps/libcfg_if-29b6f8db75d699b1.rlib" "/opt/crater/target/debug/deps/libunicase-53d36a04de34b942.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-9895e8982b0a79e7.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-57306b8ed3378a0e.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-54463ae5adae3649.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-d99667b199a9875a.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-51f4300e102199f5.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-b3ccf1f7737a6a91.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-157c37a3ceb78853.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-505bcee45aafb736.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-c29abd529ba4452b.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-895383a3232f6572.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-5594cb4f559bc761.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-38e90baf978bc428.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: final link failed: 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 `solana-jsonrpc-http-server`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: linking with `cc` failed: signal: 9 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/solana_jsonrpc_http_server-63417ea3e560131f.solana_jsonrpc_http_server.8opgl4pl-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/solana_jsonrpc_http_server-63417ea3e560131f.solana_jsonrpc_http_server.8opgl4pl-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/solana_jsonrpc_http_server-63417ea3e560131f.solana_jsonrpc_http_server.8opgl4pl-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/solana_jsonrpc_http_server-63417ea3e560131f.solana_jsonrpc_http_server.8opgl4pl-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/solana_jsonrpc_http_server-63417ea3e560131f.solana_jsonrpc_http_server.8opgl4pl-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/solana_jsonrpc_http_server-63417ea3e560131f.solana_jsonrpc_http_server.8opgl4pl-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/solana_jsonrpc_http_server-63417ea3e560131f.solana_jsonrpc_http_server.8opgl4pl-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/solana_jsonrpc_http_server-63417ea3e560131f.solana_jsonrpc_http_server.8opgl4pl-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/solana_jsonrpc_http_server-63417ea3e560131f.solana_jsonrpc_http_server.8opgl4pl-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/solana_jsonrpc_http_server-63417ea3e560131f.solana_jsonrpc_http_server.8opgl4pl-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/solana_jsonrpc_http_server-63417ea3e560131f.solana_jsonrpc_http_server.8opgl4pl-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/solana_jsonrpc_http_server-63417ea3e560131f.solana_jsonrpc_http_server.8opgl4pl-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/solana_jsonrpc_http_server-63417ea3e560131f.solana_jsonrpc_http_server.8opgl4pl-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/solana_jsonrpc_http_server-63417ea3e560131f.solana_jsonrpc_http_server.8opgl4pl-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/solana_jsonrpc_http_server-63417ea3e560131f.solana_jsonrpc_http_server.8opgl4pl-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/solana_jsonrpc_http_server-63417ea3e560131f.solana_jsonrpc_http_server.8opgl4pl-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/solana_jsonrpc_http_server-63417ea3e560131f" "/opt/crater/target/debug/deps/solana_jsonrpc_http_server-63417ea3e560131f.56nv12apwzioemxo.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-e8fbf0b14816ca0e.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-c9d91925876437f2.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-50d6bab7df588609.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-913b30c2987aa8da.rlib" "/opt/crater/target/debug/deps/libhyper-0796e1a99e00fd49.rlib" "/opt/crater/target/debug/deps/libwant-d124b7b8d88edea3.rlib" "/opt/crater/target/debug/deps/libtry_lock-1b57ab5e9b71c3d1.rlib" "/opt/crater/target/debug/deps/libtime-4355d8e50100aa43.rlib" "/opt/crater/target/debug/deps/libhttparse-06e3890b6d63ce9f.rlib" "/opt/crater/target/debug/deps/libhttp_body-db7868c5dd20e766.rlib" "/opt/crater/target/debug/deps/libtokio_buf-bb89a0c72326ec90.rlib" "/opt/crater/target/debug/deps/libh2-8c7e58e2159d7ef3.rlib" "/opt/crater/target/debug/deps/libindexmap-59ae9e3f6ce5c837.rlib" "/opt/crater/target/debug/deps/libstring-aac4ac16555c2318.rlib" "/opt/crater/target/debug/deps/libhttp-0d7bcc4a1965229a.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-3ff2178b99f99a40.rlib" "/opt/crater/target/debug/deps/libsolana_jsonrpc_server_utils-4abd70a450a9fccd.rlib" "/opt/crater/target/debug/deps/libtokio-7ab2328c316f6e06.rlib" "/opt/crater/target/debug/deps/libtokio_uds-20177ed523a66df6.rlib" "/opt/crater/target/debug/deps/libmio_uds-7a42cccc53abafbd.rlib" "/opt/crater/target/debug/deps/libtokio_udp-70ca03d67df071a3.rlib" "/opt/crater/target/debug/deps/libtokio_timer-a810b4f998c484a1.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-e30f66a92872dc08.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-631c27d1a6381a23.rlib" "/opt/crater/target/debug/deps/libtokio_sync-896092e9d41d2356.rlib" "/opt/crater/target/debug/deps/libparking_lot-12eabd9882769c3f.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-514af8f6e6ec1ec4.rlib" "/opt/crater/target/debug/deps/libsmallvec-e7fd7440a8b77331.rlib" "/opt/crater/target/debug/deps/liblock_api-8ec026c283607898.rlib" "/opt/crater/target/debug/deps/libowning_ref-dcde4af4fc98f07e.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-2a9412c89a8f626f.rlib" "/opt/crater/target/debug/deps/libscopeguard-f1a5efe88a6d7a2c.rlib" "/opt/crater/target/debug/deps/libtokio_fs-54ca1f653caed262.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-0b1a2f723c40a713.rlib" "/opt/crater/target/debug/deps/librand-90f16bd48677b73c.rlib" "/opt/crater/target/debug/deps/librand_xorshift-6a66fc50e6498d00.rlib" "/opt/crater/target/debug/deps/librand_pcg-d8d5dea3cc11bfd5.rlib" "/opt/crater/target/debug/deps/librand_hc-83283ab0a0ee3df8.rlib" "/opt/crater/target/debug/deps/librand_chacha-935e7b1d9428a758.rlib" "/opt/crater/target/debug/deps/librand_isaac-94fc18115e9afd61.rlib" "/opt/crater/target/debug/deps/librand_core-482fdfb44fe03c92.rlib" "/opt/crater/target/debug/deps/librand_os-0de48faa648b11e1.rlib" "/opt/crater/target/debug/deps/librand_jitter-1f73b0ee635ef60d.rlib" "/opt/crater/target/debug/deps/librand_core-a9179eebc82cf0f0.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-c0f5751a63321b42.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-57a001d205c41375.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-fb6e8420b402c637.rlib" "/opt/crater/target/debug/deps/libscopeguard-9b8601d6dfc234d1.rlib" "/opt/crater/target/debug/deps/libmemoffset-f086ca483a85f9a8.rlib" "/opt/crater/target/debug/deps/libarrayvec-fc69fa362388ff8e.rlib" "/opt/crater/target/debug/deps/libnodrop-e7a4f1c1f7749e1f.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-302c6a5add829b25.rlib" "/opt/crater/target/debug/deps/libtokio_executor-66fe260b45add495.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-1194d3403efb476d.rlib" "/opt/crater/target/debug/deps/libtokio_codec-5ed0ac3d982c657e.rlib" "/opt/crater/target/debug/deps/libtokio_io-a37ce302d4c9de46.rlib" "/opt/crater/target/debug/deps/libmio-b89a228191048f43.rlib" "/opt/crater/target/debug/deps/libslab-b904edcdb208ad5f.rlib" "/opt/crater/target/debug/deps/libnet2-b420542f6ed79dec.rlib" "/opt/crater/target/debug/deps/libnum_cpus-84b2b9d4899d054a.rlib" "/opt/crater/target/debug/deps/libbytes-13fb674f61efa969.rlib" "/opt/crater/target/debug/deps/libeither-f57ccefea727a9a2.rlib" "/opt/crater/target/debug/deps/libiovec-b84ff3a7b76380d9.rlib" "/opt/crater/target/debug/deps/liblibc-e3ba75b536aabfa5.rlib" "/opt/crater/target/debug/deps/libbyteorder-1ca0e27fd3a97256.rlib" "/opt/crater/target/debug/deps/libsolana_jsonrpc_core-d323beb226414411.rlib" "/opt/crater/target/debug/deps/libserde_json-905e72386a5f800f.rlib" "/opt/crater/target/debug/deps/libryu-ee97bb54d9ea9443.rlib" "/opt/crater/target/debug/deps/libitoa-b6d9c91cf55afec8.rlib" "/opt/crater/target/debug/deps/libfutures-1b04893c31162bb0.rlib" "/opt/crater/target/debug/deps/libserde-f4ad0cdcf3ae7a20.rlib" "/opt/crater/target/debug/deps/libglobset-8a9fadc28293df4b.rlib" "/opt/crater/target/debug/deps/libregex-c3d123b3b5a26f66.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-c6a873325be34359.rlib" "/opt/crater/target/debug/deps/libregex_syntax-8d712e1be50cb1b8.rlib" "/opt/crater/target/debug/deps/libucd_util-4ceb5a30356a8267.rlib" "/opt/crater/target/debug/deps/libthread_local-0d1f504ec86ae5ec.rlib" "/opt/crater/target/debug/deps/libfnv-0d57e5fd8327cc13.rlib" "/opt/crater/target/debug/deps/libbstr-f453d33b9a107acf.rlib" "/opt/crater/target/debug/deps/libaho_corasick-153b065a541ebcf4.rlib" "/opt/crater/target/debug/deps/libmemchr-603e105d3530919e.rlib" "/opt/crater/target/debug/deps/liblazy_static-35422c5bca3b6d90.rlib" "/opt/crater/target/debug/deps/liblog-42c7a57c494171fb.rlib" "/opt/crater/target/debug/deps/libcfg_if-29b6f8db75d699b1.rlib" "/opt/crater/target/debug/deps/libunicase-53d36a04de34b942.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-9895e8982b0a79e7.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-57306b8ed3378a0e.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-54463ae5adae3649.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-d99667b199a9875a.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-51f4300e102199f5.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-b3ccf1f7737a6a91.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-157c37a3ceb78853.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-505bcee45aafb736.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-c29abd529ba4452b.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-895383a3232f6572.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-5594cb4f559bc761.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-38e90baf978bc428.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: final link failed: Nonrepresentable section on output [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 `solana-jsonrpc-http-server`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "31a8c0deffe5663a3fae41a3fcc2d927e1005ac12a20ba5e7734090b38a07759"` [INFO] running `"docker" "rm" "-f" "31a8c0deffe5663a3fae41a3fcc2d927e1005ac12a20ba5e7734090b38a07759"` [INFO] [stdout] 31a8c0deffe5663a3fae41a3fcc2d927e1005ac12a20ba5e7734090b38a07759