[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/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/reg/solana-jsonrpc-http-server/0.4.0 [INFO] extracting crate solana-jsonrpc-http-server 0.4.0 into work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/reg/solana-jsonrpc-http-server/0.4.0 [INFO] validating manifest of solana-jsonrpc-http-server-0.4.0 on toolchain master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of solana-jsonrpc-http-server-0.4.0 on toolchain try#7fea0229842e79db1159ea58ad9a653b288efee9 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "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/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/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/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/reg/solana-jsonrpc-http-server/0.4.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing solana-jsonrpc-http-server-0.4.0 against try#7fea0229842e79db1159ea58ad9a653b288efee9 for pr-57967 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-7/try#7fea0229842e79db1159ea58ad9a653b288efee9:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/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=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" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "build" "--frozen"` [INFO] [stdout] 5a1da73fbec3b82da7c505d7d6e1f8bd5b9543e2c443b0b969e146526cd65e7d [INFO] running `"docker" "start" "-a" "5a1da73fbec3b82da7c505d7d6e1f8bd5b9543e2c443b0b969e146526cd65e7d"` [INFO] [stderr] Compiling globset v0.4.2 [INFO] [stderr] Compiling solana-jsonrpc-core v0.4.0 [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.25/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.25/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 16.50s [INFO] running `"docker" "inspect" "5a1da73fbec3b82da7c505d7d6e1f8bd5b9543e2c443b0b969e146526cd65e7d"` [INFO] running `"docker" "rm" "-f" "5a1da73fbec3b82da7c505d7d6e1f8bd5b9543e2c443b0b969e146526cd65e7d"` [INFO] [stdout] 5a1da73fbec3b82da7c505d7d6e1f8bd5b9543e2c443b0b969e146526cd65e7d [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-7/try#7fea0229842e79db1159ea58ad9a653b288efee9:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/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=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" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] dbc7f9ab6d259080bc78031c01fe75f7140ebd4016000e5e1ea8f36f5114b41e [INFO] running `"docker" "start" "-a" "dbc7f9ab6d259080bc78031c01fe75f7140ebd4016000e5e1ea8f36f5114b41e"` [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.25/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.25/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/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/http_middleware-4cd53046060214e8.http_middleware.3a9xrie2-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/http_middleware-4cd53046060214e8.http_middleware.3a9xrie2-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/http_middleware-4cd53046060214e8.http_middleware.3a9xrie2-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/http_middleware-4cd53046060214e8.http_middleware.3a9xrie2-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/http_middleware-4cd53046060214e8.http_middleware.3a9xrie2-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/http_middleware-4cd53046060214e8.http_middleware.3a9xrie2-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/http_middleware-4cd53046060214e8.http_middleware.3a9xrie2-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/http_middleware-4cd53046060214e8.http_middleware.3a9xrie2-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/http_middleware-4cd53046060214e8.http_middleware.3a9xrie2-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/http_middleware-4cd53046060214e8.http_middleware.3a9xrie2-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/http_middleware-4cd53046060214e8.http_middleware.3a9xrie2-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/http_middleware-4cd53046060214e8.http_middleware.3a9xrie2-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/http_middleware-4cd53046060214e8.http_middleware.3a9xrie2-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/http_middleware-4cd53046060214e8.http_middleware.3a9xrie2-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/http_middleware-4cd53046060214e8.http_middleware.3a9xrie2-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/http_middleware-4cd53046060214e8.http_middleware.3a9xrie2-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/http_middleware-4cd53046060214e8" "/opt/crater/target/debug/examples/http_middleware-4cd53046060214e8.4fgwdyll9ja8hcim.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libsolana_jsonrpc_http_server-9e15ce4a6686a0d9.rlib" "/opt/crater/target/debug/deps/libhyper-dce0a2170fddf079.rlib" "/opt/crater/target/debug/deps/libwant-003119e3574a8e90.rlib" "/opt/crater/target/debug/deps/libtry_lock-46ab05a658102559.rlib" "/opt/crater/target/debug/deps/libtime-d39271eca77d75bb.rlib" "/opt/crater/target/debug/deps/libhttparse-aa94976f725b5754.rlib" "/opt/crater/target/debug/deps/libh2-ad4f46728ae46fd7.rlib" "/opt/crater/target/debug/deps/libindexmap-2f538b403506dbd0.rlib" "/opt/crater/target/debug/deps/libstring-5b466342f792a6e3.rlib" "/opt/crater/target/debug/deps/libhttp-a13a5f0d414cd278.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-5ff3482f1c14a4f4.rlib" "/opt/crater/target/debug/deps/libsolana_jsonrpc_server_utils-c13f57b3ad6e7f53.rlib" "/opt/crater/target/debug/deps/libtokio-199418c9a60cfb1b.rlib" "/opt/crater/target/debug/deps/libtokio_uds-16c8b41629794743.rlib" "/opt/crater/target/debug/deps/libmio_uds-ec7b059ec8c71814.rlib" "/opt/crater/target/debug/deps/libtokio_udp-0924e2d38864a968.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-5fabe8c62f67faa4.rlib" "/opt/crater/target/debug/deps/libtokio_timer-cbdf33cd41143727.rlib" "/opt/crater/target/debug/deps/libtokio_sync-aa530ae0458f38a7.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-eb4ca180bf33c799.rlib" "/opt/crater/target/debug/deps/libtokio_fs-111917fe7a7b2f69.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-8b0f5db24998de7e.rlib" "/opt/crater/target/debug/deps/libcrossbeam-c1f9b123b5fc48cd.rlib" "/opt/crater/target/debug/deps/libparking_lot-f6639a4934e87547.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-96d1f418f47d94b5.rlib" "/opt/crater/target/debug/deps/librand-84c06cc5c02300cc.rlib" "/opt/crater/target/debug/deps/librand_xorshift-e9cf40d144f9eba2.rlib" "/opt/crater/target/debug/deps/librand_pcg-558f8006749e6d7f.rlib" "/opt/crater/target/debug/deps/librand_hc-86694211612d5045.rlib" "/opt/crater/target/debug/deps/librand_chacha-ed5a70229b50ecee.rlib" "/opt/crater/target/debug/deps/librand_isaac-fe9e26287b658b0a.rlib" "/opt/crater/target/debug/deps/librand_core-eeeac5805627f86f.rlib" "/opt/crater/target/debug/deps/librand_os-913f9668be22da83.rlib" "/opt/crater/target/debug/deps/librand_jitter-d06f8b9cca334859.rlib" "/opt/crater/target/debug/deps/librand_core-20859f88a5520422.rlib" "/opt/crater/target/debug/deps/liblock_api-118e7dd0201d8f71.rlib" "/opt/crater/target/debug/deps/libowning_ref-b9769353cb086a21.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-7c73381e6e55ec9d.rlib" "/opt/crater/target/debug/deps/libcrossbeam_channel-595ccf78b5b72b7d.rlib" "/opt/crater/target/debug/deps/libsmallvec-c32abd9db039772d.rlib" "/opt/crater/target/debug/deps/libunreachable-9a51129a74905b33.rlib" "/opt/crater/target/debug/deps/libvoid-a9edef1ffe81944e.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-71ecb9938af7206c.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-3cb2cbb35c053656.rlib" "/opt/crater/target/debug/deps/libscopeguard-7b82b968241bfbe0.rlib" "/opt/crater/target/debug/deps/libmemoffset-3966dac0eac8251e.rlib" "/opt/crater/target/debug/deps/libarrayvec-3980c70c8841ecbf.rlib" "/opt/crater/target/debug/deps/libtokio_codec-4fc107525fae651e.rlib" "/opt/crater/target/debug/deps/libtokio_io-5a3625fa4ce7e8fc.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-3314f27beeea9f50.rlib" "/opt/crater/target/debug/deps/libtokio_executor-e79d9f4cd463b686.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-c52bd57536955f9e.rlib" "/opt/crater/target/debug/deps/libmio-3833b2a4719f7cee.rlib" "/opt/crater/target/debug/deps/libslab-4ff269d3da4e3944.rlib" "/opt/crater/target/debug/deps/libnet2-a53efa4314236960.rlib" "/opt/crater/target/debug/deps/liblazycell-a1b955ec5f1c383f.rlib" "/opt/crater/target/debug/deps/libnum_cpus-8c6b37cdd036fbc4.rlib" "/opt/crater/target/debug/deps/libbytes-b40501362cc534cb.rlib" "/opt/crater/target/debug/deps/libiovec-8f652ddb2a4bda96.rlib" "/opt/crater/target/debug/deps/libbyteorder-c415b0870e72b556.rlib" "/opt/crater/target/debug/deps/libsolana_jsonrpc_core-b5df1ca89775a26c.rlib" "/opt/crater/target/debug/deps/libserde_json-bfc5b85af31229e4.rlib" "/opt/crater/target/debug/deps/libryu-0a8e8eddd7f92c36.rlib" "/opt/crater/target/debug/deps/libitoa-c3aba789a97ac563.rlib" "/opt/crater/target/debug/deps/libfutures-06a2cea518ab0793.rlib" "/opt/crater/target/debug/deps/libserde-30a8a112aae830ee.rlib" "/opt/crater/target/debug/deps/libglobset-ff0ad0310091c889.rlib" "/opt/crater/target/debug/deps/libregex-70147ef8803f3e79.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-cfcb422bcb688b74.rlib" "/opt/crater/target/debug/deps/libregex_syntax-555b5b10cd38a432.rlib" "/opt/crater/target/debug/deps/libucd_util-db101e56d60773f3.rlib" "/opt/crater/target/debug/deps/libthread_local-c4a02095023b24fa.rlib" "/opt/crater/target/debug/deps/libfnv-c1a8a89ebc61b52a.rlib" "/opt/crater/target/debug/deps/libaho_corasick-afecdf02e47927d4.rlib" "/opt/crater/target/debug/deps/libmemchr-8ec0703c47b8a897.rlib" "/opt/crater/target/debug/deps/liblibc-7b81f76d7f6b5bc7.rlib" "/opt/crater/target/debug/deps/liblazy_static-1f5b8627ecb8b0f7.rlib" "/opt/crater/target/debug/deps/liblog-c99677dc956dd4f7.rlib" "/opt/crater/target/debug/deps/libcfg_if-f665bf3b55c8ad0c.rlib" "/opt/crater/target/debug/deps/libunicase-ddf1fcd7b8389175.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-b9cdeeb7d71e069b.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-2c784314f5b61a49.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-3b6efc0e4ddb88fa.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-f958c03192217b33.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-6a937665f3cd6c5f.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-e29e11dee090b90f.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-83c4e27232163c87.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-39348c626a7cd664.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-a98540404781e6a7.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f0f63061644276a5.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: 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/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/solana_jsonrpc_http_server-444be40f78353242.solana_jsonrpc_http_server.99hce5jk-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/solana_jsonrpc_http_server-444be40f78353242.solana_jsonrpc_http_server.99hce5jk-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/solana_jsonrpc_http_server-444be40f78353242.solana_jsonrpc_http_server.99hce5jk-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/solana_jsonrpc_http_server-444be40f78353242.solana_jsonrpc_http_server.99hce5jk-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/solana_jsonrpc_http_server-444be40f78353242.solana_jsonrpc_http_server.99hce5jk-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/solana_jsonrpc_http_server-444be40f78353242.solana_jsonrpc_http_server.99hce5jk-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/solana_jsonrpc_http_server-444be40f78353242.solana_jsonrpc_http_server.99hce5jk-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/solana_jsonrpc_http_server-444be40f78353242.solana_jsonrpc_http_server.99hce5jk-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/solana_jsonrpc_http_server-444be40f78353242.solana_jsonrpc_http_server.99hce5jk-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/solana_jsonrpc_http_server-444be40f78353242.solana_jsonrpc_http_server.99hce5jk-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/solana_jsonrpc_http_server-444be40f78353242.solana_jsonrpc_http_server.99hce5jk-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/solana_jsonrpc_http_server-444be40f78353242.solana_jsonrpc_http_server.99hce5jk-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/solana_jsonrpc_http_server-444be40f78353242.solana_jsonrpc_http_server.99hce5jk-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/solana_jsonrpc_http_server-444be40f78353242.solana_jsonrpc_http_server.99hce5jk-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/solana_jsonrpc_http_server-444be40f78353242.solana_jsonrpc_http_server.99hce5jk-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/solana_jsonrpc_http_server-444be40f78353242.solana_jsonrpc_http_server.99hce5jk-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/solana_jsonrpc_http_server-444be40f78353242" "/opt/crater/target/debug/deps/solana_jsonrpc_http_server-444be40f78353242.3ofv30dfe3dg9ucc.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-74e612c53f840952.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-8a19777a2d38e881.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-0e0c94d30d28fc49.rlib" "/opt/crater/target/debug/deps/libhyper-dce0a2170fddf079.rlib" "/opt/crater/target/debug/deps/libwant-003119e3574a8e90.rlib" "/opt/crater/target/debug/deps/libtry_lock-46ab05a658102559.rlib" "/opt/crater/target/debug/deps/libtime-d39271eca77d75bb.rlib" "/opt/crater/target/debug/deps/libhttparse-aa94976f725b5754.rlib" "/opt/crater/target/debug/deps/libh2-ad4f46728ae46fd7.rlib" "/opt/crater/target/debug/deps/libindexmap-2f538b403506dbd0.rlib" "/opt/crater/target/debug/deps/libstring-5b466342f792a6e3.rlib" "/opt/crater/target/debug/deps/libhttp-a13a5f0d414cd278.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-5ff3482f1c14a4f4.rlib" "/opt/crater/target/debug/deps/libsolana_jsonrpc_server_utils-c13f57b3ad6e7f53.rlib" "/opt/crater/target/debug/deps/libtokio-199418c9a60cfb1b.rlib" "/opt/crater/target/debug/deps/libtokio_uds-16c8b41629794743.rlib" "/opt/crater/target/debug/deps/libmio_uds-ec7b059ec8c71814.rlib" "/opt/crater/target/debug/deps/libtokio_udp-0924e2d38864a968.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-5fabe8c62f67faa4.rlib" "/opt/crater/target/debug/deps/libtokio_timer-cbdf33cd41143727.rlib" "/opt/crater/target/debug/deps/libtokio_sync-aa530ae0458f38a7.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-eb4ca180bf33c799.rlib" "/opt/crater/target/debug/deps/libtokio_fs-111917fe7a7b2f69.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-8b0f5db24998de7e.rlib" "/opt/crater/target/debug/deps/libcrossbeam-c1f9b123b5fc48cd.rlib" "/opt/crater/target/debug/deps/libparking_lot-f6639a4934e87547.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-96d1f418f47d94b5.rlib" "/opt/crater/target/debug/deps/librand-84c06cc5c02300cc.rlib" "/opt/crater/target/debug/deps/librand_xorshift-e9cf40d144f9eba2.rlib" "/opt/crater/target/debug/deps/librand_pcg-558f8006749e6d7f.rlib" "/opt/crater/target/debug/deps/librand_hc-86694211612d5045.rlib" "/opt/crater/target/debug/deps/librand_chacha-ed5a70229b50ecee.rlib" "/opt/crater/target/debug/deps/librand_isaac-fe9e26287b658b0a.rlib" "/opt/crater/target/debug/deps/librand_core-eeeac5805627f86f.rlib" "/opt/crater/target/debug/deps/librand_os-913f9668be22da83.rlib" "/opt/crater/target/debug/deps/librand_jitter-d06f8b9cca334859.rlib" "/opt/crater/target/debug/deps/librand_core-20859f88a5520422.rlib" "/opt/crater/target/debug/deps/liblock_api-118e7dd0201d8f71.rlib" "/opt/crater/target/debug/deps/libowning_ref-b9769353cb086a21.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-7c73381e6e55ec9d.rlib" "/opt/crater/target/debug/deps/libcrossbeam_channel-595ccf78b5b72b7d.rlib" "/opt/crater/target/debug/deps/libsmallvec-c32abd9db039772d.rlib" "/opt/crater/target/debug/deps/libunreachable-9a51129a74905b33.rlib" "/opt/crater/target/debug/deps/libvoid-a9edef1ffe81944e.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-71ecb9938af7206c.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-3cb2cbb35c053656.rlib" "/opt/crater/target/debug/deps/libscopeguard-7b82b968241bfbe0.rlib" "/opt/crater/target/debug/deps/libmemoffset-3966dac0eac8251e.rlib" "/opt/crater/target/debug/deps/libarrayvec-3980c70c8841ecbf.rlib" "/opt/crater/target/debug/deps/libtokio_codec-4fc107525fae651e.rlib" "/opt/crater/target/debug/deps/libtokio_io-5a3625fa4ce7e8fc.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-3314f27beeea9f50.rlib" "/opt/crater/target/debug/deps/libtokio_executor-e79d9f4cd463b686.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-c52bd57536955f9e.rlib" "/opt/crater/target/debug/deps/libmio-3833b2a4719f7cee.rlib" "/opt/crater/target/debug/deps/libslab-4ff269d3da4e3944.rlib" "/opt/crater/target/debug/deps/libnet2-a53efa4314236960.rlib" "/opt/crater/target/debug/deps/liblazycell-a1b955ec5f1c383f.rlib" "/opt/crater/target/debug/deps/libnum_cpus-8c6b37cdd036fbc4.rlib" "/opt/crater/target/debug/deps/libbytes-b40501362cc534cb.rlib" "/opt/crater/target/debug/deps/libiovec-8f652ddb2a4bda96.rlib" "/opt/crater/target/debug/deps/libbyteorder-c415b0870e72b556.rlib" "/opt/crater/target/debug/deps/libsolana_jsonrpc_core-b5df1ca89775a26c.rlib" "/opt/crater/target/debug/deps/libserde_json-bfc5b85af31229e4.rlib" "/opt/crater/target/debug/deps/libryu-0a8e8eddd7f92c36.rlib" "/opt/crater/target/debug/deps/libitoa-c3aba789a97ac563.rlib" "/opt/crater/target/debug/deps/libfutures-06a2cea518ab0793.rlib" "/opt/crater/target/debug/deps/libserde-30a8a112aae830ee.rlib" "/opt/crater/target/debug/deps/libglobset-ff0ad0310091c889.rlib" "/opt/crater/target/debug/deps/libregex-70147ef8803f3e79.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-cfcb422bcb688b74.rlib" "/opt/crater/target/debug/deps/libregex_syntax-555b5b10cd38a432.rlib" "/opt/crater/target/debug/deps/libucd_util-db101e56d60773f3.rlib" "/opt/crater/target/debug/deps/libthread_local-c4a02095023b24fa.rlib" "/opt/crater/target/debug/deps/libfnv-c1a8a89ebc61b52a.rlib" "/opt/crater/target/debug/deps/libaho_corasick-afecdf02e47927d4.rlib" "/opt/crater/target/debug/deps/libmemchr-8ec0703c47b8a897.rlib" "/opt/crater/target/debug/deps/liblibc-7b81f76d7f6b5bc7.rlib" "/opt/crater/target/debug/deps/liblazy_static-1f5b8627ecb8b0f7.rlib" "/opt/crater/target/debug/deps/liblog-c99677dc956dd4f7.rlib" "/opt/crater/target/debug/deps/libcfg_if-f665bf3b55c8ad0c.rlib" "/opt/crater/target/debug/deps/libunicase-ddf1fcd7b8389175.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-b9cdeeb7d71e069b.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-2c784314f5b61a49.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-3b6efc0e4ddb88fa.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-f958c03192217b33.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-6a937665f3cd6c5f.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-e29e11dee090b90f.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-83c4e27232163c87.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-39348c626a7cd664.rlib" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-a98540404781e6a7.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/7fea0229842e79db1159ea58ad9a653b288efee9-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f0f63061644276a5.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: [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" "dbc7f9ab6d259080bc78031c01fe75f7140ebd4016000e5e1ea8f36f5114b41e"` [INFO] running `"docker" "rm" "-f" "dbc7f9ab6d259080bc78031c01fe75f7140ebd4016000e5e1ea8f36f5114b41e"` [INFO] [stdout] dbc7f9ab6d259080bc78031c01fe75f7140ebd4016000e5e1ea8f36f5114b41e