[INFO] crate shadowsocks-rust 1.7.0 is already in cache [INFO] extracting crate shadowsocks-rust 1.7.0 into work/ex/beta-1.38-1/sources/1.37.0/reg/shadowsocks-rust/1.7.0 [INFO] extracting crate shadowsocks-rust 1.7.0 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/shadowsocks-rust/1.7.0 [INFO] validating manifest of shadowsocks-rust-1.7.0 on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of shadowsocks-rust-1.7.0 on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing shadowsocks-rust-1.7.0 [INFO] finished frobbing shadowsocks-rust-1.7.0 [INFO] frobbed toml for shadowsocks-rust-1.7.0 written to work/ex/beta-1.38-1/sources/1.37.0/reg/shadowsocks-rust/1.7.0/Cargo.toml [INFO] started frobbing shadowsocks-rust-1.7.0 [INFO] finished frobbing shadowsocks-rust-1.7.0 [INFO] frobbed toml for shadowsocks-rust-1.7.0 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/shadowsocks-rust/1.7.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing shadowsocks-rust-1.7.0 against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/shadowsocks-rust/1.7.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" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] 86ee633b26d8f42276036bea1f918ad2f5fd8ffe8366ff15783bc58bdaa2fcf8 [INFO] running `"docker" "start" "-a" "86ee633b26d8f42276036bea1f918ad2f5fd8ffe8366ff15783bc58bdaa2fcf8"` [INFO] [stderr] Compiling unwrap v1.2.1 [INFO] [stderr] Compiling vcpkg v0.2.7 [INFO] [stderr] Compiling checked_int_cast v1.0.0 [INFO] [stderr] Compiling byte_string v1.0.0 [INFO] [stderr] Compiling dns-parser v0.7.1 [INFO] [stderr] Compiling msdos_time v0.1.6 [INFO] [stderr] Compiling string v0.2.1 [INFO] [stderr] Compiling rustls v0.14.0 [INFO] [stderr] Compiling md-5 v0.7.0 [INFO] [stderr] Compiling typed-headers v0.1.1 [INFO] [stderr] Compiling zip v0.2.8 [INFO] [stderr] Compiling qrcode v0.7.0 [INFO] [stderr] Compiling json5 v0.2.5 [INFO] [stderr] Compiling tokio-signal v0.2.7 [INFO] [stderr] Compiling h2 v0.1.26 [INFO] [stderr] Compiling trust-dns-proto v0.6.3 [INFO] [stderr] Compiling tokio-process v0.2.4 [INFO] [stderr] Compiling libsodium-ffi v0.1.17 [INFO] [stderr] Compiling tokio-rustls v0.8.1 [INFO] [stderr] Compiling trust-dns-rustls v0.5.0 [INFO] [stderr] Compiling trust-dns-https v0.2.0 [INFO] [stderr] Compiling trust-dns-resolver v0.10.2 [INFO] [stderr] Compiling shadowsocks-rust v1.7.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/config.rs:464:32 [INFO] [stderr] | [INFO] [stderr] 464 | fn cause(&self) -> Option<&error::Error> { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [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/config.rs:466:64 [INFO] [stderr] | [INFO] [stderr] 466 | UrlParseError::ParseError(ref err) => Some(err as &error::Error), [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/crypto/aead.rs:37:33 [INFO] [stderr] | [INFO] [stderr] 37 | pub type BoxAeadDecryptor = Box; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn AeadDecryptor + Send + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/crypto/aead.rs:40:33 [INFO] [stderr] | [INFO] [stderr] 40 | pub type BoxAeadEncryptor = Box; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn AeadEncryptor + Send + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/relay/socks5.rs:199:32 [INFO] [stderr] | [INFO] [stderr] 199 | fn cause(&self) -> Option<&error::Error> { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/relay/mod.rs:15:43 [INFO] [stderr] | [INFO] [stderr] 15 | pub fn boxed_future(f: F) -> Box + Send + 'static> [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send + 'static` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/crypto/sodium.rs:5:18 [INFO] [stderr] | [INFO] [stderr] 5 | sync::{Once, ONCE_INIT}, [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::fixed_width_ints::uint32_t': Use u32 instead. [INFO] [stderr] --> src/crypto/sodium.rs:10:25 [INFO] [stderr] | [INFO] [stderr] 10 | use libc::{c_ulonglong, uint32_t}; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/crypto/sodium.rs:31:33 [INFO] [stderr] | [INFO] [stderr] 31 | static SODIUM_INIT_FLAG: Once = ONCE_INIT; [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `Once::new()` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'libc::fixed_width_ints::uint32_t': Use u32 instead. [INFO] [stderr] --> src/crypto/sodium.rs:116:23 [INFO] [stderr] | [INFO] [stderr] 116 | ic as uint32_t, [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/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/sslocal-bb3253a8cf60a5ca.sslocal.h3ss6nbg-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/sslocal-bb3253a8cf60a5ca.sslocal.h3ss6nbg-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/sslocal-bb3253a8cf60a5ca.sslocal.h3ss6nbg-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/sslocal-bb3253a8cf60a5ca.sslocal.h3ss6nbg-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/sslocal-bb3253a8cf60a5ca.sslocal.h3ss6nbg-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/sslocal-bb3253a8cf60a5ca.sslocal.h3ss6nbg-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/sslocal-bb3253a8cf60a5ca.sslocal.h3ss6nbg-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/sslocal-bb3253a8cf60a5ca.sslocal.h3ss6nbg-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/sslocal-bb3253a8cf60a5ca.sslocal.h3ss6nbg-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/sslocal-bb3253a8cf60a5ca.sslocal.h3ss6nbg-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/sslocal-bb3253a8cf60a5ca.sslocal.h3ss6nbg-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/sslocal-bb3253a8cf60a5ca.sslocal.h3ss6nbg-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/sslocal-bb3253a8cf60a5ca.sslocal.h3ss6nbg-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/sslocal-bb3253a8cf60a5ca.sslocal.h3ss6nbg-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/sslocal-bb3253a8cf60a5ca.sslocal.h3ss6nbg-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/sslocal-bb3253a8cf60a5ca.sslocal.h3ss6nbg-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/sslocal-bb3253a8cf60a5ca" "/opt/crater/target/debug/deps/sslocal-bb3253a8cf60a5ca.31px4bgw6nnmvkzj.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/opt/crater/target/debug/build/ring-bbdf37148732ad73/out" "-L" "/opt/crater/target/debug/build/backtrace-sys-d5ae900bfde9750d/out" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libenv_logger-85f20c4fbc2433fa.rlib" "/opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib" "/opt/crater/target/debug/deps/libregex_syntax-bd99c61924ee7656.rlib" "/opt/crater/target/debug/deps/libthread_local-2ae771cec36f83c2.rlib" "/opt/crater/target/debug/deps/libaho_corasick-d762a0026dd53dbb.rlib" "/opt/crater/target/debug/deps/libmemchr-23e7689be8a12a36.rlib" "/opt/crater/target/debug/deps/libhumantime-fe7582828726b442.rlib" "/opt/crater/target/debug/deps/libtermcolor-79496754b4470ebc.rlib" "/opt/crater/target/debug/deps/libshadowsocks-41680d075df42599.rlib" "/opt/crater/target/debug/deps/libdns_parser-6560e7624fae8937.rlib" "/opt/crater/target/debug/deps/libtokio_process-ec4fcb8d2201df64.rlib" "/opt/crater/target/debug/deps/libtokio_signal-5c44aeafc17a3ed0.rlib" "/opt/crater/target/debug/deps/libsignal_hook-d9faaa7f78bab552.rlib" "/opt/crater/target/debug/deps/libsignal_hook_registry-8df3adacb1c33f00.rlib" "/opt/crater/target/debug/deps/libarc_swap-93566b374619c7c2.rlib" "/opt/crater/target/debug/deps/libbyte_string-1f62c22c05f3e0f7.rlib" "/opt/crater/target/debug/deps/libmd5-b9043b4486dad510.rlib" "/opt/crater/target/debug/deps/libdigest-d3356bc4a9d52d31.rlib" "/opt/crater/target/debug/deps/libgeneric_array-140c1214fcc2614e.rlib" "/opt/crater/target/debug/deps/libtypenum-ad63c9a6e6a7b644.rlib" "/opt/crater/target/debug/deps/libblock_buffer-2fed28baf08357c4.rlib" "/opt/crater/target/debug/deps/libarrayref-1ed5e1b8f0a3edeb.rlib" "/opt/crater/target/debug/deps/libbyte_tools-f708a026d0bb571e.rlib" "/opt/crater/target/debug/deps/liblibsodium_ffi-2596f9277bbe801a.rlib" "/opt/crater/target/debug/deps/libopenssl-d99d62c49812c928.rlib" "/opt/crater/target/debug/deps/libopenssl_sys-5973142cb3b71c16.rlib" "/opt/crater/target/debug/deps/libforeign_types-4eb93eebf43a44d4.rlib" "/opt/crater/target/debug/deps/libforeign_types_shared-e23d8c6f366950c3.rlib" "/opt/crater/target/debug/deps/libtrust_dns_resolver-ef01cc1cacdd2042.rlib" "/opt/crater/target/debug/deps/libtrust_dns_https-ec1f0424e36e09e6.rlib" "/opt/crater/target/debug/deps/libwebpki_roots-b120b5c9324b5240.rlib" "/opt/crater/target/debug/deps/libtyped_headers-7014204f9c91b05f.rlib" "/opt/crater/target/debug/deps/libmime-08b233499a8575f9.rlib" "/opt/crater/target/debug/deps/libunicase-f706828e628bdd0b.rlib" "/opt/crater/target/debug/deps/libchrono-6d874ac3fbc64c03.rlib" "/opt/crater/target/debug/deps/libnum_integer-f48a816a5a5da78f.rlib" "/opt/crater/target/debug/deps/libnum_traits-81444709e4b8de32.rlib" "/opt/crater/target/debug/deps/libtime-c375bf02baafb2fd.rlib" "/opt/crater/target/debug/deps/libbase64-ecbe49359e7e13a6.rlib" "/opt/crater/target/debug/deps/libtrust_dns_rustls-054392cf29fffe08.rlib" "/opt/crater/target/debug/deps/libtrust_dns_proto-e0f4ec651b45b436.rlib" "/opt/crater/target/debug/deps/libsocket2-6fb8e7a2ba5ba86e.rlib" "/opt/crater/target/debug/deps/librand-b6342a2b099df0ea.rlib" "/opt/crater/target/debug/deps/libtokio_rustls-e8cc7fc1b73b9962.rlib" "/opt/crater/target/debug/deps/librustls-e839262e97672d1f.rlib" "/opt/crater/target/debug/deps/libsct-ea4a7ad83d4c9cb9.rlib" "/opt/crater/target/debug/deps/libwebpki-aa45b310d0980c9a.rlib" "/opt/crater/target/debug/deps/libring-0cccef28227a0deb.rlib" "/opt/crater/target/debug/deps/libuntrusted-5376089619eed254.rlib" "/opt/crater/target/debug/deps/libh2-1d69f86f855256a0.rlib" "/opt/crater/target/debug/deps/libindexmap-7e7e602ce07f2ecc.rlib" "/opt/crater/target/debug/deps/libstring-843076355837a498.rlib" "/opt/crater/target/debug/deps/libhttp-d33e8055adaa7d32.rlib" "/opt/crater/target/debug/deps/libdata_encoding-520c861511ab0595.rlib" "/opt/crater/target/debug/deps/libresolv_conf-f17194abb30b4618.rlib" "/opt/crater/target/debug/deps/libhostname-89f50352f30974eb.rlib" "/opt/crater/target/debug/deps/libquick_error-f50ea951eae373ef.rlib" "/opt/crater/target/debug/deps/liblru_cache-d7a8c6e601ba3cf4.rlib" "/opt/crater/target/debug/deps/liblinked_hash_map-6ecb4766f3b9adc1.rlib" "/opt/crater/target/debug/deps/libfailure-e533f5339fa6fa33.rlib" "/opt/crater/target/debug/deps/libbacktrace-0ba24489b33d7a88.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-4ba3fb5c8a305755.rlib" "/opt/crater/target/debug/deps/librustc_demangle-93c44a61a479f45e.rlib" "/opt/crater/target/debug/deps/libserde_urlencoded-96d38369e9d78dd4.rlib" "/opt/crater/target/debug/deps/liburl-ee604ccef16e6499.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-b2b1eddedcc9d5cc.rlib" "/opt/crater/target/debug/deps/libidna-7075ca6261d9bac1.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-b16029f4e9e6461c.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-020a270ca49d2bee.rlib" "/opt/crater/target/debug/deps/libmatches-9f7ad04d44b47530.rlib" "/opt/crater/target/debug/deps/libitoa-fbd08118d5c2ed14.rlib" "/opt/crater/target/debug/deps/libdtoa-d00aefffc4eb47c6.rlib" "/opt/crater/target/debug/deps/libjson5-c81e324e08751d9c.rlib" "/opt/crater/target/debug/deps/libserde-50e5d46514dccf4f.rlib" "/opt/crater/target/debug/deps/libpest-fe423cd8604aa9c1.rlib" "/opt/crater/target/debug/deps/libucd_trie-8ba25067f5fbb5bb.rlib" "/opt/crater/target/debug/deps/libbase64-cc637031afaea5c5.rlib" "/opt/crater/target/debug/deps/libsafemem-a19c8ef0327c60ac.rlib" "/opt/crater/target/debug/deps/libtokio-8391bb51ab797209.rlib" "/opt/crater/target/debug/deps/libtokio_uds-e307d6262d18cc32.rlib" "/opt/crater/target/debug/deps/libmio_uds-b1d44c3a55c7b107.rlib" "/opt/crater/target/debug/deps/libtokio_udp-f17d5a380dff5255.rlib" "/opt/crater/target/debug/deps/libtokio_timer-c6e40c97d9def47d.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-43df2ba5ac3687c7.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-94637a1c873e41b0.rlib" "/opt/crater/target/debug/deps/libtokio_sync-e9d8e5fe6c538a0e.rlib" "/opt/crater/target/debug/deps/libfnv-6e18f98be4338210.rlib" "/opt/crater/target/debug/deps/libparking_lot-a2a3f5738e64e299.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-0a2f813e9395a925.rlib" "/opt/crater/target/debug/deps/libsmallvec-7295b1a781bd56b7.rlib" "/opt/crater/target/debug/deps/liblock_api-fc146aa09c055915.rlib" "/opt/crater/target/debug/deps/libowning_ref-3fc2847bd21aa6e0.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-0255958156eadff4.rlib" "/opt/crater/target/debug/deps/libscopeguard-22a7afc64d55fe2c.rlib" "/opt/crater/target/debug/deps/libtokio_fs-b871e5164bec82a5.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-a25180dc12c36582.rlib" "/opt/crater/target/debug/deps/librand-df42e40182f3396d.rlib" "/opt/crater/target/debug/deps/librand_xorshift-7d8f31ca92b77fa2.rlib" "/opt/crater/target/debug/deps/librand_pcg-ed671db4fe3757e2.rlib" "/opt/crater/target/debug/deps/librand_hc-4c92add42f70a90d.rlib" "/opt/crater/target/debug/deps/librand_chacha-e91e2c78433be7c6.rlib" "/opt/crater/target/debug/deps/librand_isaac-b9edad9ba5665600.rlib" "/opt/crater/target/debug/deps/librand_core-d2f25fae99fc860a.rlib" "/opt/crater/target/debug/deps/librand_os-4634e01c13ceff4d.rlib" "/opt/crater/target/debug/deps/librand_jitter-a13c2857ac7f2734.rlib" "/opt/crater/target/debug/deps/librand_core-a5a514f3409fd81c.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-2589c79105784e0d.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-5a68c737302d997f.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-8ce32638c5f827b5.rlib" "/opt/crater/target/debug/deps/libscopeguard-0bc963131f7c0d17.rlib" "/opt/crater/target/debug/deps/libmemoffset-d44318d335d18b97.rlib" "/opt/crater/target/debug/deps/libarrayvec-1cff3f0e2df954b3.rlib" "/opt/crater/target/debug/deps/libnodrop-7f98e5f8ec110eeb.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-747363cf0ed087f7.rlib" "/opt/crater/target/debug/deps/libtokio_executor-bdf861f407e5fa85.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-e32b73b6a212c837.rlib" "/opt/crater/target/debug/deps/liblazy_static-1f7a4359e40a6da9.rlib" "/opt/crater/target/debug/deps/libtokio_codec-f600767da57615b5.rlib" "/opt/crater/target/debug/deps/libtokio_io-cf9e939a0533315f.rlib" "/opt/crater/target/debug/deps/libnum_cpus-b569161181e0c021.rlib" "/opt/crater/target/debug/deps/libmio-abd445e00221b11c.rlib" "/opt/crater/target/debug/deps/libslab-9297145f06665f9b.rlib" "/opt/crater/target/debug/deps/libnet2-bb453ffc26c3f792.rlib" "/opt/crater/target/debug/deps/libbytes-ed85d24d60fcc292.rlib" "/opt/crater/target/debug/deps/libiovec-700e4a654a679356.rlib" "/opt/crater/target/debug/deps/libbyteorder-98f71e4258b709b0.rlib" "/opt/crater/target/debug/deps/liblog-6796845c78a3960b.rlib" "/opt/crater/target/debug/deps/libcfg_if-c978b2f886ff1de7.rlib" "/opt/crater/target/debug/deps/libfutures-f60afb80ba7dd5f9.rlib" "/opt/crater/target/debug/deps/libclap-946176546f1bfef1.rlib" "/opt/crater/target/debug/deps/libvec_map-dfe47d7ef870925b.rlib" "/opt/crater/target/debug/deps/libtextwrap-648e6ff45e87fdf7.rlib" "/opt/crater/target/debug/deps/libunicode_width-c482f247a0e67224.rlib" "/opt/crater/target/debug/deps/libstrsim-71052c127de7173f.rlib" "/opt/crater/target/debug/deps/libbitflags-c2b055ef483e7b37.rlib" "/opt/crater/target/debug/deps/libatty-22eb3b2ac1d714c2.rlib" "/opt/crater/target/debug/deps/liblibc-37f3d1c853b3b7bd.rlib" "/opt/crater/target/debug/deps/libansi_term-8091014737d4fb0a.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1d6d86bd078a28e9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e9721e46a424e2a9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-c07193698f282147.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6da45690f3863086.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-690797036dd27680.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-d3896ccbfd8eda2b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7cccc3739e3d7623.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5e9ba178a513cd29.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-5ca9f83bf63d1f4b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bba1c7ef9e950882.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e23c9de62012deb5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9b59dffdcd513d5d.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-17392340ab2e4a97.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ac21508a81e3f7f3.rlib" "-Wl,-Bdynamic" "-lsodium" "-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 `shadowsocks-rust`. [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/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/ssurl-d7c6c871188d482c.ssurl.5o64enfi-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/ssurl-d7c6c871188d482c.ssurl.5o64enfi-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/ssurl-d7c6c871188d482c.ssurl.5o64enfi-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/ssurl-d7c6c871188d482c.ssurl.5o64enfi-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/ssurl-d7c6c871188d482c.ssurl.5o64enfi-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/ssurl-d7c6c871188d482c.ssurl.5o64enfi-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/ssurl-d7c6c871188d482c.ssurl.5o64enfi-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/ssurl-d7c6c871188d482c.ssurl.5o64enfi-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/ssurl-d7c6c871188d482c.ssurl.5o64enfi-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/ssurl-d7c6c871188d482c.ssurl.5o64enfi-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/ssurl-d7c6c871188d482c.ssurl.5o64enfi-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/ssurl-d7c6c871188d482c.ssurl.5o64enfi-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/ssurl-d7c6c871188d482c.ssurl.5o64enfi-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/ssurl-d7c6c871188d482c.ssurl.5o64enfi-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/ssurl-d7c6c871188d482c.ssurl.5o64enfi-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/ssurl-d7c6c871188d482c.ssurl.5o64enfi-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/ssurl-d7c6c871188d482c" "/opt/crater/target/debug/deps/ssurl-d7c6c871188d482c.52cqzq4erkpqibr4.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/opt/crater/target/debug/build/ring-bbdf37148732ad73/out" "-L" "/opt/crater/target/debug/build/backtrace-sys-d5ae900bfde9750d/out" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libshadowsocks-41680d075df42599.rlib" "/opt/crater/target/debug/deps/libdns_parser-6560e7624fae8937.rlib" "/opt/crater/target/debug/deps/libtokio_process-ec4fcb8d2201df64.rlib" "/opt/crater/target/debug/deps/libtokio_signal-5c44aeafc17a3ed0.rlib" "/opt/crater/target/debug/deps/libsignal_hook-d9faaa7f78bab552.rlib" "/opt/crater/target/debug/deps/libsignal_hook_registry-8df3adacb1c33f00.rlib" "/opt/crater/target/debug/deps/libarc_swap-93566b374619c7c2.rlib" "/opt/crater/target/debug/deps/libbyte_string-1f62c22c05f3e0f7.rlib" "/opt/crater/target/debug/deps/libmd5-b9043b4486dad510.rlib" "/opt/crater/target/debug/deps/libdigest-d3356bc4a9d52d31.rlib" "/opt/crater/target/debug/deps/libgeneric_array-140c1214fcc2614e.rlib" "/opt/crater/target/debug/deps/libtypenum-ad63c9a6e6a7b644.rlib" "/opt/crater/target/debug/deps/libblock_buffer-2fed28baf08357c4.rlib" "/opt/crater/target/debug/deps/libarrayref-1ed5e1b8f0a3edeb.rlib" "/opt/crater/target/debug/deps/libbyte_tools-f708a026d0bb571e.rlib" "/opt/crater/target/debug/deps/liblibsodium_ffi-2596f9277bbe801a.rlib" "/opt/crater/target/debug/deps/libopenssl-d99d62c49812c928.rlib" "/opt/crater/target/debug/deps/libopenssl_sys-5973142cb3b71c16.rlib" "/opt/crater/target/debug/deps/libforeign_types-4eb93eebf43a44d4.rlib" "/opt/crater/target/debug/deps/libforeign_types_shared-e23d8c6f366950c3.rlib" "/opt/crater/target/debug/deps/libtrust_dns_resolver-ef01cc1cacdd2042.rlib" "/opt/crater/target/debug/deps/libtrust_dns_https-ec1f0424e36e09e6.rlib" "/opt/crater/target/debug/deps/libwebpki_roots-b120b5c9324b5240.rlib" "/opt/crater/target/debug/deps/libtyped_headers-7014204f9c91b05f.rlib" "/opt/crater/target/debug/deps/libmime-08b233499a8575f9.rlib" "/opt/crater/target/debug/deps/libunicase-f706828e628bdd0b.rlib" "/opt/crater/target/debug/deps/libchrono-6d874ac3fbc64c03.rlib" "/opt/crater/target/debug/deps/libnum_integer-f48a816a5a5da78f.rlib" "/opt/crater/target/debug/deps/libnum_traits-81444709e4b8de32.rlib" "/opt/crater/target/debug/deps/libtime-c375bf02baafb2fd.rlib" "/opt/crater/target/debug/deps/libbase64-ecbe49359e7e13a6.rlib" "/opt/crater/target/debug/deps/libtrust_dns_rustls-054392cf29fffe08.rlib" "/opt/crater/target/debug/deps/libtrust_dns_proto-e0f4ec651b45b436.rlib" "/opt/crater/target/debug/deps/libsocket2-6fb8e7a2ba5ba86e.rlib" "/opt/crater/target/debug/deps/librand-b6342a2b099df0ea.rlib" "/opt/crater/target/debug/deps/libtokio_rustls-e8cc7fc1b73b9962.rlib" "/opt/crater/target/debug/deps/librustls-e839262e97672d1f.rlib" "/opt/crater/target/debug/deps/libsct-ea4a7ad83d4c9cb9.rlib" "/opt/crater/target/debug/deps/libwebpki-aa45b310d0980c9a.rlib" "/opt/crater/target/debug/deps/libring-0cccef28227a0deb.rlib" "/opt/crater/target/debug/deps/libuntrusted-5376089619eed254.rlib" "/opt/crater/target/debug/deps/libh2-1d69f86f855256a0.rlib" "/opt/crater/target/debug/deps/libindexmap-7e7e602ce07f2ecc.rlib" "/opt/crater/target/debug/deps/libstring-843076355837a498.rlib" "/opt/crater/target/debug/deps/libhttp-d33e8055adaa7d32.rlib" "/opt/crater/target/debug/deps/libdata_encoding-520c861511ab0595.rlib" "/opt/crater/target/debug/deps/libtokio-8391bb51ab797209.rlib" "/opt/crater/target/debug/deps/libtokio_uds-e307d6262d18cc32.rlib" "/opt/crater/target/debug/deps/libmio_uds-b1d44c3a55c7b107.rlib" "/opt/crater/target/debug/deps/libtokio_udp-f17d5a380dff5255.rlib" "/opt/crater/target/debug/deps/libtokio_timer-c6e40c97d9def47d.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-43df2ba5ac3687c7.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-94637a1c873e41b0.rlib" "/opt/crater/target/debug/deps/libtokio_sync-e9d8e5fe6c538a0e.rlib" "/opt/crater/target/debug/deps/libfnv-6e18f98be4338210.rlib" "/opt/crater/target/debug/deps/libparking_lot-a2a3f5738e64e299.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-0a2f813e9395a925.rlib" "/opt/crater/target/debug/deps/liblock_api-fc146aa09c055915.rlib" "/opt/crater/target/debug/deps/libowning_ref-3fc2847bd21aa6e0.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-0255958156eadff4.rlib" "/opt/crater/target/debug/deps/libscopeguard-22a7afc64d55fe2c.rlib" "/opt/crater/target/debug/deps/libtokio_fs-b871e5164bec82a5.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-a25180dc12c36582.rlib" "/opt/crater/target/debug/deps/librand-df42e40182f3396d.rlib" "/opt/crater/target/debug/deps/librand_xorshift-7d8f31ca92b77fa2.rlib" "/opt/crater/target/debug/deps/librand_pcg-ed671db4fe3757e2.rlib" "/opt/crater/target/debug/deps/librand_hc-4c92add42f70a90d.rlib" "/opt/crater/target/debug/deps/librand_chacha-e91e2c78433be7c6.rlib" "/opt/crater/target/debug/deps/librand_isaac-b9edad9ba5665600.rlib" "/opt/crater/target/debug/deps/librand_core-d2f25fae99fc860a.rlib" "/opt/crater/target/debug/deps/librand_os-4634e01c13ceff4d.rlib" "/opt/crater/target/debug/deps/librand_jitter-a13c2857ac7f2734.rlib" "/opt/crater/target/debug/deps/librand_core-a5a514f3409fd81c.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-2589c79105784e0d.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-5a68c737302d997f.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-8ce32638c5f827b5.rlib" "/opt/crater/target/debug/deps/libscopeguard-0bc963131f7c0d17.rlib" "/opt/crater/target/debug/deps/libmemoffset-d44318d335d18b97.rlib" "/opt/crater/target/debug/deps/libarrayvec-1cff3f0e2df954b3.rlib" "/opt/crater/target/debug/deps/libnodrop-7f98e5f8ec110eeb.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-747363cf0ed087f7.rlib" "/opt/crater/target/debug/deps/libtokio_executor-bdf861f407e5fa85.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-e32b73b6a212c837.rlib" "/opt/crater/target/debug/deps/libtokio_codec-f600767da57615b5.rlib" "/opt/crater/target/debug/deps/libtokio_io-cf9e939a0533315f.rlib" "/opt/crater/target/debug/deps/libnum_cpus-b569161181e0c021.rlib" "/opt/crater/target/debug/deps/libmio-abd445e00221b11c.rlib" "/opt/crater/target/debug/deps/libslab-9297145f06665f9b.rlib" "/opt/crater/target/debug/deps/libnet2-bb453ffc26c3f792.rlib" "/opt/crater/target/debug/deps/libresolv_conf-f17194abb30b4618.rlib" "/opt/crater/target/debug/deps/libhostname-89f50352f30974eb.rlib" "/opt/crater/target/debug/deps/libquick_error-f50ea951eae373ef.rlib" "/opt/crater/target/debug/deps/liblru_cache-d7a8c6e601ba3cf4.rlib" "/opt/crater/target/debug/deps/liblinked_hash_map-6ecb4766f3b9adc1.rlib" "/opt/crater/target/debug/deps/liblazy_static-1f7a4359e40a6da9.rlib" "/opt/crater/target/debug/deps/libfutures-f60afb80ba7dd5f9.rlib" "/opt/crater/target/debug/deps/libfailure-e533f5339fa6fa33.rlib" "/opt/crater/target/debug/deps/libbacktrace-0ba24489b33d7a88.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-4ba3fb5c8a305755.rlib" "/opt/crater/target/debug/deps/librustc_demangle-93c44a61a479f45e.rlib" "/opt/crater/target/debug/deps/libserde_urlencoded-96d38369e9d78dd4.rlib" "/opt/crater/target/debug/deps/liburl-ee604ccef16e6499.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-b2b1eddedcc9d5cc.rlib" "/opt/crater/target/debug/deps/libidna-7075ca6261d9bac1.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-b16029f4e9e6461c.rlib" "/opt/crater/target/debug/deps/libsmallvec-7295b1a781bd56b7.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-020a270ca49d2bee.rlib" "/opt/crater/target/debug/deps/libmatches-9f7ad04d44b47530.rlib" "/opt/crater/target/debug/deps/libitoa-fbd08118d5c2ed14.rlib" "/opt/crater/target/debug/deps/libdtoa-d00aefffc4eb47c6.rlib" "/opt/crater/target/debug/deps/liblog-6796845c78a3960b.rlib" "/opt/crater/target/debug/deps/libcfg_if-c978b2f886ff1de7.rlib" "/opt/crater/target/debug/deps/libjson5-c81e324e08751d9c.rlib" "/opt/crater/target/debug/deps/libserde-50e5d46514dccf4f.rlib" "/opt/crater/target/debug/deps/libpest-fe423cd8604aa9c1.rlib" "/opt/crater/target/debug/deps/libucd_trie-8ba25067f5fbb5bb.rlib" "/opt/crater/target/debug/deps/libbytes-ed85d24d60fcc292.rlib" "/opt/crater/target/debug/deps/libiovec-700e4a654a679356.rlib" "/opt/crater/target/debug/deps/libbase64-cc637031afaea5c5.rlib" "/opt/crater/target/debug/deps/libsafemem-a19c8ef0327c60ac.rlib" "/opt/crater/target/debug/deps/libbyteorder-98f71e4258b709b0.rlib" "/opt/crater/target/debug/deps/libqrcode-c190f2fcbedebd9d.rlib" "/opt/crater/target/debug/deps/libchecked_int_cast-cd1b42f172994d19.rlib" "/opt/crater/target/debug/deps/libclap-946176546f1bfef1.rlib" "/opt/crater/target/debug/deps/libvec_map-dfe47d7ef870925b.rlib" "/opt/crater/target/debug/deps/libtextwrap-648e6ff45e87fdf7.rlib" "/opt/crater/target/debug/deps/libunicode_width-c482f247a0e67224.rlib" "/opt/crater/target/debug/deps/libstrsim-71052c127de7173f.rlib" "/opt/crater/target/debug/deps/libbitflags-c2b055ef483e7b37.rlib" "/opt/crater/target/debug/deps/libatty-22eb3b2ac1d714c2.rlib" "/opt/crater/target/debug/deps/liblibc-37f3d1c853b3b7bd.rlib" "/opt/crater/target/debug/deps/libansi_term-8091014737d4fb0a.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1d6d86bd078a28e9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e9721e46a424e2a9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-c07193698f282147.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6da45690f3863086.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-690797036dd27680.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-d3896ccbfd8eda2b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7cccc3739e3d7623.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5e9ba178a513cd29.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-5ca9f83bf63d1f4b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bba1c7ef9e950882.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e23c9de62012deb5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9b59dffdcd513d5d.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-17392340ab2e4a97.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ac21508a81e3f7f3.rlib" "-Wl,-Bdynamic" "-lsodium" "-lssl" "-lcrypto" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: BFD (GNU Binutils for Debian) 2.28 internal error, aborting at ../../bfd/merge.c:908 in _bfd_merged_section_offset [INFO] [stderr] [INFO] [stderr] /usr/bin/ld: Please report this bug. [INFO] [stderr] [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 `shadowsocks-rust`. [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/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/ssserver-9b464eaea2b61853.ssserver.4i6qb42i-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/ssserver-9b464eaea2b61853.ssserver.4i6qb42i-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/ssserver-9b464eaea2b61853.ssserver.4i6qb42i-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/ssserver-9b464eaea2b61853.ssserver.4i6qb42i-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/ssserver-9b464eaea2b61853.ssserver.4i6qb42i-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/ssserver-9b464eaea2b61853.ssserver.4i6qb42i-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/ssserver-9b464eaea2b61853.ssserver.4i6qb42i-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/ssserver-9b464eaea2b61853.ssserver.4i6qb42i-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/ssserver-9b464eaea2b61853.ssserver.4i6qb42i-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/ssserver-9b464eaea2b61853.ssserver.4i6qb42i-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/ssserver-9b464eaea2b61853.ssserver.4i6qb42i-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/ssserver-9b464eaea2b61853.ssserver.4i6qb42i-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/ssserver-9b464eaea2b61853.ssserver.4i6qb42i-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/ssserver-9b464eaea2b61853.ssserver.4i6qb42i-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/ssserver-9b464eaea2b61853.ssserver.4i6qb42i-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/ssserver-9b464eaea2b61853.ssserver.4i6qb42i-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/ssserver-9b464eaea2b61853" "/opt/crater/target/debug/deps/ssserver-9b464eaea2b61853.2qglql6da0kyfqza.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/opt/crater/target/debug/build/ring-bbdf37148732ad73/out" "-L" "/opt/crater/target/debug/build/backtrace-sys-d5ae900bfde9750d/out" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libenv_logger-85f20c4fbc2433fa.rlib" "/opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib" "/opt/crater/target/debug/deps/libregex_syntax-bd99c61924ee7656.rlib" "/opt/crater/target/debug/deps/libthread_local-2ae771cec36f83c2.rlib" "/opt/crater/target/debug/deps/libaho_corasick-d762a0026dd53dbb.rlib" "/opt/crater/target/debug/deps/libmemchr-23e7689be8a12a36.rlib" "/opt/crater/target/debug/deps/libhumantime-fe7582828726b442.rlib" "/opt/crater/target/debug/deps/libtermcolor-79496754b4470ebc.rlib" "/opt/crater/target/debug/deps/libshadowsocks-41680d075df42599.rlib" "/opt/crater/target/debug/deps/libdns_parser-6560e7624fae8937.rlib" "/opt/crater/target/debug/deps/libtokio_process-ec4fcb8d2201df64.rlib" "/opt/crater/target/debug/deps/libtokio_signal-5c44aeafc17a3ed0.rlib" "/opt/crater/target/debug/deps/libsignal_hook-d9faaa7f78bab552.rlib" "/opt/crater/target/debug/deps/libsignal_hook_registry-8df3adacb1c33f00.rlib" "/opt/crater/target/debug/deps/libarc_swap-93566b374619c7c2.rlib" "/opt/crater/target/debug/deps/libbyte_string-1f62c22c05f3e0f7.rlib" "/opt/crater/target/debug/deps/libmd5-b9043b4486dad510.rlib" "/opt/crater/target/debug/deps/libdigest-d3356bc4a9d52d31.rlib" "/opt/crater/target/debug/deps/libgeneric_array-140c1214fcc2614e.rlib" "/opt/crater/target/debug/deps/libtypenum-ad63c9a6e6a7b644.rlib" "/opt/crater/target/debug/deps/libblock_buffer-2fed28baf08357c4.rlib" "/opt/crater/target/debug/deps/libarrayref-1ed5e1b8f0a3edeb.rlib" "/opt/crater/target/debug/deps/libbyte_tools-f708a026d0bb571e.rlib" "/opt/crater/target/debug/deps/liblibsodium_ffi-2596f9277bbe801a.rlib" "/opt/crater/target/debug/deps/libopenssl-d99d62c49812c928.rlib" "/opt/crater/target/debug/deps/libopenssl_sys-5973142cb3b71c16.rlib" "/opt/crater/target/debug/deps/libforeign_types-4eb93eebf43a44d4.rlib" "/opt/crater/target/debug/deps/libforeign_types_shared-e23d8c6f366950c3.rlib" "/opt/crater/target/debug/deps/libtrust_dns_resolver-ef01cc1cacdd2042.rlib" "/opt/crater/target/debug/deps/libtrust_dns_https-ec1f0424e36e09e6.rlib" "/opt/crater/target/debug/deps/libwebpki_roots-b120b5c9324b5240.rlib" "/opt/crater/target/debug/deps/libtyped_headers-7014204f9c91b05f.rlib" "/opt/crater/target/debug/deps/libmime-08b233499a8575f9.rlib" "/opt/crater/target/debug/deps/libunicase-f706828e628bdd0b.rlib" "/opt/crater/target/debug/deps/libchrono-6d874ac3fbc64c03.rlib" "/opt/crater/target/debug/deps/libnum_integer-f48a816a5a5da78f.rlib" "/opt/crater/target/debug/deps/libnum_traits-81444709e4b8de32.rlib" "/opt/crater/target/debug/deps/libtime-c375bf02baafb2fd.rlib" "/opt/crater/target/debug/deps/libbase64-ecbe49359e7e13a6.rlib" "/opt/crater/target/debug/deps/libtrust_dns_rustls-054392cf29fffe08.rlib" "/opt/crater/target/debug/deps/libtrust_dns_proto-e0f4ec651b45b436.rlib" "/opt/crater/target/debug/deps/libsocket2-6fb8e7a2ba5ba86e.rlib" "/opt/crater/target/debug/deps/librand-b6342a2b099df0ea.rlib" "/opt/crater/target/debug/deps/libtokio_rustls-e8cc7fc1b73b9962.rlib" "/opt/crater/target/debug/deps/librustls-e839262e97672d1f.rlib" "/opt/crater/target/debug/deps/libsct-ea4a7ad83d4c9cb9.rlib" "/opt/crater/target/debug/deps/libwebpki-aa45b310d0980c9a.rlib" "/opt/crater/target/debug/deps/libring-0cccef28227a0deb.rlib" "/opt/crater/target/debug/deps/libuntrusted-5376089619eed254.rlib" "/opt/crater/target/debug/deps/libh2-1d69f86f855256a0.rlib" "/opt/crater/target/debug/deps/libindexmap-7e7e602ce07f2ecc.rlib" "/opt/crater/target/debug/deps/libstring-843076355837a498.rlib" "/opt/crater/target/debug/deps/libhttp-d33e8055adaa7d32.rlib" "/opt/crater/target/debug/deps/libdata_encoding-520c861511ab0595.rlib" "/opt/crater/target/debug/deps/libresolv_conf-f17194abb30b4618.rlib" "/opt/crater/target/debug/deps/libhostname-89f50352f30974eb.rlib" "/opt/crater/target/debug/deps/libquick_error-f50ea951eae373ef.rlib" "/opt/crater/target/debug/deps/liblru_cache-d7a8c6e601ba3cf4.rlib" "/opt/crater/target/debug/deps/liblinked_hash_map-6ecb4766f3b9adc1.rlib" "/opt/crater/target/debug/deps/libfailure-e533f5339fa6fa33.rlib" "/opt/crater/target/debug/deps/libbacktrace-0ba24489b33d7a88.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-4ba3fb5c8a305755.rlib" "/opt/crater/target/debug/deps/librustc_demangle-93c44a61a479f45e.rlib" "/opt/crater/target/debug/deps/libserde_urlencoded-96d38369e9d78dd4.rlib" "/opt/crater/target/debug/deps/liburl-ee604ccef16e6499.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-b2b1eddedcc9d5cc.rlib" "/opt/crater/target/debug/deps/libidna-7075ca6261d9bac1.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-b16029f4e9e6461c.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-020a270ca49d2bee.rlib" "/opt/crater/target/debug/deps/libmatches-9f7ad04d44b47530.rlib" "/opt/crater/target/debug/deps/libitoa-fbd08118d5c2ed14.rlib" "/opt/crater/target/debug/deps/libdtoa-d00aefffc4eb47c6.rlib" "/opt/crater/target/debug/deps/libjson5-c81e324e08751d9c.rlib" "/opt/crater/target/debug/deps/libserde-50e5d46514dccf4f.rlib" "/opt/crater/target/debug/deps/libpest-fe423cd8604aa9c1.rlib" "/opt/crater/target/debug/deps/libucd_trie-8ba25067f5fbb5bb.rlib" "/opt/crater/target/debug/deps/libbase64-cc637031afaea5c5.rlib" "/opt/crater/target/debug/deps/libsafemem-a19c8ef0327c60ac.rlib" "/opt/crater/target/debug/deps/libtokio-8391bb51ab797209.rlib" "/opt/crater/target/debug/deps/libtokio_uds-e307d6262d18cc32.rlib" "/opt/crater/target/debug/deps/libmio_uds-b1d44c3a55c7b107.rlib" "/opt/crater/target/debug/deps/libtokio_udp-f17d5a380dff5255.rlib" "/opt/crater/target/debug/deps/libtokio_timer-c6e40c97d9def47d.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-43df2ba5ac3687c7.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-94637a1c873e41b0.rlib" "/opt/crater/target/debug/deps/libtokio_sync-e9d8e5fe6c538a0e.rlib" "/opt/crater/target/debug/deps/libfnv-6e18f98be4338210.rlib" "/opt/crater/target/debug/deps/libparking_lot-a2a3f5738e64e299.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-0a2f813e9395a925.rlib" "/opt/crater/target/debug/deps/libsmallvec-7295b1a781bd56b7.rlib" "/opt/crater/target/debug/deps/liblock_api-fc146aa09c055915.rlib" "/opt/crater/target/debug/deps/libowning_ref-3fc2847bd21aa6e0.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-0255958156eadff4.rlib" "/opt/crater/target/debug/deps/libscopeguard-22a7afc64d55fe2c.rlib" "/opt/crater/target/debug/deps/libtokio_fs-b871e5164bec82a5.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-a25180dc12c36582.rlib" "/opt/crater/target/debug/deps/librand-df42e40182f3396d.rlib" "/opt/crater/target/debug/deps/librand_xorshift-7d8f31ca92b77fa2.rlib" "/opt/crater/target/debug/deps/librand_pcg-ed671db4fe3757e2.rlib" "/opt/crater/target/debug/deps/librand_hc-4c92add42f70a90d.rlib" "/opt/crater/target/debug/deps/librand_chacha-e91e2c78433be7c6.rlib" "/opt/crater/target/debug/deps/librand_isaac-b9edad9ba5665600.rlib" "/opt/crater/target/debug/deps/librand_core-d2f25fae99fc860a.rlib" "/opt/crater/target/debug/deps/librand_os-4634e01c13ceff4d.rlib" "/opt/crater/target/debug/deps/librand_jitter-a13c2857ac7f2734.rlib" "/opt/crater/target/debug/deps/librand_core-a5a514f3409fd81c.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-2589c79105784e0d.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-5a68c737302d997f.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-8ce32638c5f827b5.rlib" "/opt/crater/target/debug/deps/libscopeguard-0bc963131f7c0d17.rlib" "/opt/crater/target/debug/deps/libmemoffset-d44318d335d18b97.rlib" "/opt/crater/target/debug/deps/libarrayvec-1cff3f0e2df954b3.rlib" "/opt/crater/target/debug/deps/libnodrop-7f98e5f8ec110eeb.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-747363cf0ed087f7.rlib" "/opt/crater/target/debug/deps/libtokio_executor-bdf861f407e5fa85.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-e32b73b6a212c837.rlib" "/opt/crater/target/debug/deps/liblazy_static-1f7a4359e40a6da9.rlib" "/opt/crater/target/debug/deps/libtokio_codec-f600767da57615b5.rlib" "/opt/crater/target/debug/deps/libtokio_io-cf9e939a0533315f.rlib" "/opt/crater/target/debug/deps/libnum_cpus-b569161181e0c021.rlib" "/opt/crater/target/debug/deps/libmio-abd445e00221b11c.rlib" "/opt/crater/target/debug/deps/libslab-9297145f06665f9b.rlib" "/opt/crater/target/debug/deps/libnet2-bb453ffc26c3f792.rlib" "/opt/crater/target/debug/deps/libbytes-ed85d24d60fcc292.rlib" "/opt/crater/target/debug/deps/libiovec-700e4a654a679356.rlib" "/opt/crater/target/debug/deps/libbyteorder-98f71e4258b709b0.rlib" "/opt/crater/target/debug/deps/liblog-6796845c78a3960b.rlib" "/opt/crater/target/debug/deps/libcfg_if-c978b2f886ff1de7.rlib" "/opt/crater/target/debug/deps/libfutures-f60afb80ba7dd5f9.rlib" "/opt/crater/target/debug/deps/libclap-946176546f1bfef1.rlib" "/opt/crater/target/debug/deps/libvec_map-dfe47d7ef870925b.rlib" "/opt/crater/target/debug/deps/libtextwrap-648e6ff45e87fdf7.rlib" "/opt/crater/target/debug/deps/libunicode_width-c482f247a0e67224.rlib" "/opt/crater/target/debug/deps/libstrsim-71052c127de7173f.rlib" "/opt/crater/target/debug/deps/libbitflags-c2b055ef483e7b37.rlib" "/opt/crater/target/debug/deps/libatty-22eb3b2ac1d714c2.rlib" "/opt/crater/target/debug/deps/liblibc-37f3d1c853b3b7bd.rlib" "/opt/crater/target/debug/deps/libansi_term-8091014737d4fb0a.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1d6d86bd078a28e9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e9721e46a424e2a9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-c07193698f282147.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6da45690f3863086.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-690797036dd27680.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-d3896ccbfd8eda2b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7cccc3739e3d7623.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5e9ba178a513cd29.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-5ca9f83bf63d1f4b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bba1c7ef9e950882.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e23c9de62012deb5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9b59dffdcd513d5d.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-17392340ab2e4a97.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ac21508a81e3f7f3.rlib" "-Wl,-Bdynamic" "-lsodium" "-lssl" "-lcrypto" "-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: 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/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/ssdns-cf91f1a5ffc18745.ssdns.ctuc74h9-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/ssdns-cf91f1a5ffc18745.ssdns.ctuc74h9-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/ssdns-cf91f1a5ffc18745.ssdns.ctuc74h9-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/ssdns-cf91f1a5ffc18745.ssdns.ctuc74h9-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/ssdns-cf91f1a5ffc18745.ssdns.ctuc74h9-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/ssdns-cf91f1a5ffc18745.ssdns.ctuc74h9-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/ssdns-cf91f1a5ffc18745.ssdns.ctuc74h9-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/ssdns-cf91f1a5ffc18745.ssdns.ctuc74h9-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/ssdns-cf91f1a5ffc18745.ssdns.ctuc74h9-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/ssdns-cf91f1a5ffc18745.ssdns.ctuc74h9-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/ssdns-cf91f1a5ffc18745.ssdns.ctuc74h9-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/ssdns-cf91f1a5ffc18745.ssdns.ctuc74h9-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/ssdns-cf91f1a5ffc18745.ssdns.ctuc74h9-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/ssdns-cf91f1a5ffc18745.ssdns.ctuc74h9-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/ssdns-cf91f1a5ffc18745.ssdns.ctuc74h9-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/ssdns-cf91f1a5ffc18745.ssdns.ctuc74h9-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/ssdns-cf91f1a5ffc18745" "/opt/crater/target/debug/deps/ssdns-cf91f1a5ffc18745.y90hnw9f7j7sdf2.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "/opt/crater/target/debug/build/ring-bbdf37148732ad73/out" "-L" "/opt/crater/target/debug/build/backtrace-sys-d5ae900bfde9750d/out" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libenv_logger-85f20c4fbc2433fa.rlib" "/opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib" "/opt/crater/target/debug/deps/libregex_syntax-bd99c61924ee7656.rlib" "/opt/crater/target/debug/deps/libthread_local-2ae771cec36f83c2.rlib" "/opt/crater/target/debug/deps/libaho_corasick-d762a0026dd53dbb.rlib" "/opt/crater/target/debug/deps/libmemchr-23e7689be8a12a36.rlib" "/opt/crater/target/debug/deps/libhumantime-fe7582828726b442.rlib" "/opt/crater/target/debug/deps/libtermcolor-79496754b4470ebc.rlib" "/opt/crater/target/debug/deps/libshadowsocks-41680d075df42599.rlib" "/opt/crater/target/debug/deps/libdns_parser-6560e7624fae8937.rlib" "/opt/crater/target/debug/deps/libtokio_process-ec4fcb8d2201df64.rlib" "/opt/crater/target/debug/deps/libtokio_signal-5c44aeafc17a3ed0.rlib" "/opt/crater/target/debug/deps/libsignal_hook-d9faaa7f78bab552.rlib" "/opt/crater/target/debug/deps/libsignal_hook_registry-8df3adacb1c33f00.rlib" "/opt/crater/target/debug/deps/libarc_swap-93566b374619c7c2.rlib" "/opt/crater/target/debug/deps/libbyte_string-1f62c22c05f3e0f7.rlib" "/opt/crater/target/debug/deps/libmd5-b9043b4486dad510.rlib" "/opt/crater/target/debug/deps/libdigest-d3356bc4a9d52d31.rlib" "/opt/crater/target/debug/deps/libgeneric_array-140c1214fcc2614e.rlib" "/opt/crater/target/debug/deps/libtypenum-ad63c9a6e6a7b644.rlib" "/opt/crater/target/debug/deps/libblock_buffer-2fed28baf08357c4.rlib" "/opt/crater/target/debug/deps/libarrayref-1ed5e1b8f0a3edeb.rlib" "/opt/crater/target/debug/deps/libbyte_tools-f708a026d0bb571e.rlib" "/opt/crater/target/debug/deps/liblibsodium_ffi-2596f9277bbe801a.rlib" "/opt/crater/target/debug/deps/libopenssl-d99d62c49812c928.rlib" "/opt/crater/target/debug/deps/libopenssl_sys-5973142cb3b71c16.rlib" "/opt/crater/target/debug/deps/libforeign_types-4eb93eebf43a44d4.rlib" "/opt/crater/target/debug/deps/libforeign_types_shared-e23d8c6f366950c3.rlib" "/opt/crater/target/debug/deps/libtrust_dns_resolver-ef01cc1cacdd2042.rlib" "/opt/crater/target/debug/deps/libtrust_dns_https-ec1f0424e36e09e6.rlib" "/opt/crater/target/debug/deps/libwebpki_roots-b120b5c9324b5240.rlib" "/opt/crater/target/debug/deps/libtyped_headers-7014204f9c91b05f.rlib" "/opt/crater/target/debug/deps/libmime-08b233499a8575f9.rlib" "/opt/crater/target/debug/deps/libunicase-f706828e628bdd0b.rlib" "/opt/crater/target/debug/deps/libchrono-6d874ac3fbc64c03.rlib" "/opt/crater/target/debug/deps/libnum_integer-f48a816a5a5da78f.rlib" "/opt/crater/target/debug/deps/libnum_traits-81444709e4b8de32.rlib" "/opt/crater/target/debug/deps/libtime-c375bf02baafb2fd.rlib" "/opt/crater/target/debug/deps/libbase64-ecbe49359e7e13a6.rlib" "/opt/crater/target/debug/deps/libtrust_dns_rustls-054392cf29fffe08.rlib" "/opt/crater/target/debug/deps/libtrust_dns_proto-e0f4ec651b45b436.rlib" "/opt/crater/target/debug/deps/libsocket2-6fb8e7a2ba5ba86e.rlib" "/opt/crater/target/debug/deps/librand-b6342a2b099df0ea.rlib" "/opt/crater/target/debug/deps/libtokio_rustls-e8cc7fc1b73b9962.rlib" "/opt/crater/target/debug/deps/librustls-e839262e97672d1f.rlib" "/opt/crater/target/debug/deps/libsct-ea4a7ad83d4c9cb9.rlib" "/opt/crater/target/debug/deps/libwebpki-aa45b310d0980c9a.rlib" "/opt/crater/target/debug/deps/libring-0cccef28227a0deb.rlib" "/opt/crater/target/debug/deps/libuntrusted-5376089619eed254.rlib" "/opt/crater/target/debug/deps/libh2-1d69f86f855256a0.rlib" "/opt/crater/target/debug/deps/libindexmap-7e7e602ce07f2ecc.rlib" "/opt/crater/target/debug/deps/libstring-843076355837a498.rlib" "/opt/crater/target/debug/deps/libhttp-d33e8055adaa7d32.rlib" "/opt/crater/target/debug/deps/libdata_encoding-520c861511ab0595.rlib" "/opt/crater/target/debug/deps/libresolv_conf-f17194abb30b4618.rlib" "/opt/crater/target/debug/deps/libhostname-89f50352f30974eb.rlib" "/opt/crater/target/debug/deps/libquick_error-f50ea951eae373ef.rlib" "/opt/crater/target/debug/deps/liblru_cache-d7a8c6e601ba3cf4.rlib" "/opt/crater/target/debug/deps/liblinked_hash_map-6ecb4766f3b9adc1.rlib" "/opt/crater/target/debug/deps/libfailure-e533f5339fa6fa33.rlib" "/opt/crater/target/debug/deps/libbacktrace-0ba24489b33d7a88.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-4ba3fb5c8a305755.rlib" "/opt/crater/target/debug/deps/librustc_demangle-93c44a61a479f45e.rlib" "/opt/crater/target/debug/deps/libserde_urlencoded-96d38369e9d78dd4.rlib" "/opt/crater/target/debug/deps/liburl-ee604ccef16e6499.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-b2b1eddedcc9d5cc.rlib" "/opt/crater/target/debug/deps/libidna-7075ca6261d9bac1.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-b16029f4e9e6461c.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-020a270ca49d2bee.rlib" "/opt/crater/target/debug/deps/libmatches-9f7ad04d44b47530.rlib" "/opt/crater/target/debug/deps/libitoa-fbd08118d5c2ed14.rlib" "/opt/crater/target/debug/deps/libdtoa-d00aefffc4eb47c6.rlib" "/opt/crater/target/debug/deps/libjson5-c81e324e08751d9c.rlib" "/opt/crater/target/debug/deps/libserde-50e5d46514dccf4f.rlib" "/opt/crater/target/debug/deps/libpest-fe423cd8604aa9c1.rlib" "/opt/crater/target/debug/deps/libucd_trie-8ba25067f5fbb5bb.rlib" "/opt/crater/target/debug/deps/libbase64-cc637031afaea5c5.rlib" "/opt/crater/target/debug/deps/libsafemem-a19c8ef0327c60ac.rlib" "/opt/crater/target/debug/deps/libtokio-8391bb51ab797209.rlib" "/opt/crater/target/debug/deps/libtokio_uds-e307d6262d18cc32.rlib" "/opt/crater/target/debug/deps/libmio_uds-b1d44c3a55c7b107.rlib" "/opt/crater/target/debug/deps/libtokio_udp-f17d5a380dff5255.rlib" "/opt/crater/target/debug/deps/libtokio_timer-c6e40c97d9def47d.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-43df2ba5ac3687c7.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-94637a1c873e41b0.rlib" "/opt/crater/target/debug/deps/libtokio_sync-e9d8e5fe6c538a0e.rlib" "/opt/crater/target/debug/deps/libfnv-6e18f98be4338210.rlib" "/opt/crater/target/debug/deps/libparking_lot-a2a3f5738e64e299.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-0a2f813e9395a925.rlib" "/opt/crater/target/debug/deps/libsmallvec-7295b1a781bd56b7.rlib" "/opt/crater/target/debug/deps/liblock_api-fc146aa09c055915.rlib" "/opt/crater/target/debug/deps/libowning_ref-3fc2847bd21aa6e0.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-0255958156eadff4.rlib" "/opt/crater/target/debug/deps/libscopeguard-22a7afc64d55fe2c.rlib" "/opt/crater/target/debug/deps/libtokio_fs-b871e5164bec82a5.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-a25180dc12c36582.rlib" "/opt/crater/target/debug/deps/librand-df42e40182f3396d.rlib" "/opt/crater/target/debug/deps/librand_xorshift-7d8f31ca92b77fa2.rlib" "/opt/crater/target/debug/deps/librand_pcg-ed671db4fe3757e2.rlib" "/opt/crater/target/debug/deps/librand_hc-4c92add42f70a90d.rlib" "/opt/crater/target/debug/deps/librand_chacha-e91e2c78433be7c6.rlib" "/opt/crater/target/debug/deps/librand_isaac-b9edad9ba5665600.rlib" "/opt/crater/target/debug/deps/librand_core-d2f25fae99fc860a.rlib" "/opt/crater/target/debug/deps/librand_os-4634e01c13ceff4d.rlib" "/opt/crater/target/debug/deps/librand_jitter-a13c2857ac7f2734.rlib" "/opt/crater/target/debug/deps/librand_core-a5a514f3409fd81c.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-2589c79105784e0d.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-5a68c737302d997f.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-8ce32638c5f827b5.rlib" "/opt/crater/target/debug/deps/libscopeguard-0bc963131f7c0d17.rlib" "/opt/crater/target/debug/deps/libmemoffset-d44318d335d18b97.rlib" "/opt/crater/target/debug/deps/libarrayvec-1cff3f0e2df954b3.rlib" "/opt/crater/target/debug/deps/libnodrop-7f98e5f8ec110eeb.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-747363cf0ed087f7.rlib" "/opt/crater/target/debug/deps/libtokio_executor-bdf861f407e5fa85.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-e32b73b6a212c837.rlib" "/opt/crater/target/debug/deps/liblazy_static-1f7a4359e40a6da9.rlib" "/opt/crater/target/debug/deps/libtokio_codec-f600767da57615b5.rlib" "/opt/crater/target/debug/deps/libtokio_io-cf9e939a0533315f.rlib" "/opt/crater/target/debug/deps/libnum_cpus-b569161181e0c021.rlib" "/opt/crater/target/debug/deps/libmio-abd445e00221b11c.rlib" "/opt/crater/target/debug/deps/libslab-9297145f06665f9b.rlib" "/opt/crater/target/debug/deps/libnet2-bb453ffc26c3f792.rlib" "/opt/crater/target/debug/deps/libbytes-ed85d24d60fcc292.rlib" "/opt/crater/target/debug/deps/libiovec-700e4a654a679356.rlib" "/opt/crater/target/debug/deps/libbyteorder-98f71e4258b709b0.rlib" "/opt/crater/target/debug/deps/liblog-6796845c78a3960b.rlib" "/opt/crater/target/debug/deps/libcfg_if-c978b2f886ff1de7.rlib" "/opt/crater/target/debug/deps/libfutures-f60afb80ba7dd5f9.rlib" "/opt/crater/target/debug/deps/libclap-946176546f1bfef1.rlib" "/opt/crater/target/debug/deps/libvec_map-dfe47d7ef870925b.rlib" "/opt/crater/target/debug/deps/libtextwrap-648e6ff45e87fdf7.rlib" "/opt/crater/target/debug/deps/libunicode_width-c482f247a0e67224.rlib" "/opt/crater/target/debug/deps/libstrsim-71052c127de7173f.rlib" "/opt/crater/target/debug/deps/libbitflags-c2b055ef483e7b37.rlib" "/opt/crater/target/debug/deps/libatty-22eb3b2ac1d714c2.rlib" "/opt/crater/target/debug/deps/liblibc-37f3d1c853b3b7bd.rlib" "/opt/crater/target/debug/deps/libansi_term-8091014737d4fb0a.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1d6d86bd078a28e9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e9721e46a424e2a9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-c07193698f282147.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6da45690f3863086.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-690797036dd27680.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-d3896ccbfd8eda2b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7cccc3739e3d7623.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5e9ba178a513cd29.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-5ca9f83bf63d1f4b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bba1c7ef9e950882.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e23c9de62012deb5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9b59dffdcd513d5d.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-17392340ab2e4a97.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ac21508a81e3f7f3.rlib" "-Wl,-Bdynamic" "-lsodium" "-lssl" "-lcrypto" "-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 `shadowsocks-rust`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `shadowsocks-rust`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "86ee633b26d8f42276036bea1f918ad2f5fd8ffe8366ff15783bc58bdaa2fcf8"` [INFO] running `"docker" "rm" "-f" "86ee633b26d8f42276036bea1f918ad2f5fd8ffe8366ff15783bc58bdaa2fcf8"` [INFO] [stdout] 86ee633b26d8f42276036bea1f918ad2f5fd8ffe8366ff15783bc58bdaa2fcf8