[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 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-5/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/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" "+1.37.0" "build" "--frozen"` [INFO] [stdout] 622c364cb414896dae48cd42720912f0ebf84831395d51d35ac45b25e62f5f49 [INFO] running `"docker" "start" "-a" "622c364cb414896dae48cd42720912f0ebf84831395d51d35ac45b25e62f5f49"` [INFO] [stderr] Compiling vcpkg v0.2.7 [INFO] [stderr] Compiling qrcode v0.7.0 [INFO] [stderr] Compiling dns-parser v0.7.1 [INFO] [stderr] Compiling webpki v0.18.1 [INFO] [stderr] Compiling sct v0.4.0 [INFO] [stderr] Compiling typed-headers v0.1.1 [INFO] [stderr] Compiling json5 v0.2.5 [INFO] [stderr] Compiling trust-dns-proto v0.6.3 [INFO] [stderr] Compiling tokio-process v0.2.4 [INFO] [stderr] Compiling rustls v0.14.0 [INFO] [stderr] Compiling webpki-roots v0.15.0 [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 '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] = 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: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/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/sslocal-7575bb23da58e9d0.sslocal.b1jvhnz4-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/sslocal-7575bb23da58e9d0.sslocal.b1jvhnz4-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/sslocal-7575bb23da58e9d0.sslocal.b1jvhnz4-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/sslocal-7575bb23da58e9d0.sslocal.b1jvhnz4-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/sslocal-7575bb23da58e9d0.sslocal.b1jvhnz4-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/sslocal-7575bb23da58e9d0.sslocal.b1jvhnz4-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/sslocal-7575bb23da58e9d0.sslocal.b1jvhnz4-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/sslocal-7575bb23da58e9d0.sslocal.b1jvhnz4-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/sslocal-7575bb23da58e9d0.sslocal.b1jvhnz4-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/sslocal-7575bb23da58e9d0.sslocal.b1jvhnz4-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/sslocal-7575bb23da58e9d0.sslocal.b1jvhnz4-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/sslocal-7575bb23da58e9d0.sslocal.b1jvhnz4-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/sslocal-7575bb23da58e9d0.sslocal.b1jvhnz4-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/sslocal-7575bb23da58e9d0.sslocal.b1jvhnz4-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/sslocal-7575bb23da58e9d0.sslocal.b1jvhnz4-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/sslocal-7575bb23da58e9d0.sslocal.b1jvhnz4-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/sslocal-7575bb23da58e9d0" "/opt/crater/target/debug/deps/sslocal-7575bb23da58e9d0.4o4spi2od3zqg7d.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-1b60313adb5ead65/out" "-L" "/opt/crater/target/debug/build/backtrace-sys-5c81d3694d492bc0/out" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libenv_logger-bca1979cfbcacec6.rlib" "/opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib" "/opt/crater/target/debug/deps/libregex_syntax-74b9e606898eafee.rlib" "/opt/crater/target/debug/deps/libthread_local-1801494cfc15e4c0.rlib" "/opt/crater/target/debug/deps/libaho_corasick-05f4d1fa22c64ffe.rlib" "/opt/crater/target/debug/deps/libmemchr-5970d48417368191.rlib" "/opt/crater/target/debug/deps/libhumantime-f3229d51b2810709.rlib" "/opt/crater/target/debug/deps/libtermcolor-63bd51856c425668.rlib" "/opt/crater/target/debug/deps/libshadowsocks-e7fedb646af881d4.rlib" "/opt/crater/target/debug/deps/libdns_parser-8034020851b39f52.rlib" "/opt/crater/target/debug/deps/libtokio_process-918b2dc887ce1f70.rlib" "/opt/crater/target/debug/deps/libtokio_signal-3f59a92594ed6e17.rlib" "/opt/crater/target/debug/deps/libsignal_hook-8ccce9ebd8386df6.rlib" "/opt/crater/target/debug/deps/libsignal_hook_registry-a10a69e99957c04c.rlib" "/opt/crater/target/debug/deps/libarc_swap-4c331ef759e4d015.rlib" "/opt/crater/target/debug/deps/libbyte_string-9953abf4573e93c4.rlib" "/opt/crater/target/debug/deps/libmd5-22a651ed6694702c.rlib" "/opt/crater/target/debug/deps/libdigest-30f93245539468f2.rlib" "/opt/crater/target/debug/deps/libgeneric_array-8ec2d879b1ae6574.rlib" "/opt/crater/target/debug/deps/libtypenum-49005c187b93bc71.rlib" "/opt/crater/target/debug/deps/libblock_buffer-fc797310c50e591d.rlib" "/opt/crater/target/debug/deps/libarrayref-a56c034901878e2e.rlib" "/opt/crater/target/debug/deps/libbyte_tools-e0808b81140be31c.rlib" "/opt/crater/target/debug/deps/liblibsodium_ffi-bcc7ccb96ffe12f4.rlib" "/opt/crater/target/debug/deps/libopenssl-11c37783e98fe9ec.rlib" "/opt/crater/target/debug/deps/libopenssl_sys-69f752e5ebbdfef0.rlib" "/opt/crater/target/debug/deps/libforeign_types-2a1e48607c06fed3.rlib" "/opt/crater/target/debug/deps/libforeign_types_shared-ba70a268c095ba50.rlib" "/opt/crater/target/debug/deps/libtrust_dns_resolver-c5d98e43cb4d7a88.rlib" "/opt/crater/target/debug/deps/libtrust_dns_https-136e17f6e9f52682.rlib" "/opt/crater/target/debug/deps/libwebpki_roots-74e4682ec514c9cf.rlib" "/opt/crater/target/debug/deps/libtyped_headers-409a8c312a126742.rlib" "/opt/crater/target/debug/deps/libmime-2ad0b7e042b7ff0c.rlib" "/opt/crater/target/debug/deps/libunicase-9d7982dbb3c6947a.rlib" "/opt/crater/target/debug/deps/libchrono-2af01fbc0a73eccc.rlib" "/opt/crater/target/debug/deps/libnum_integer-283a7abc0f1061b4.rlib" "/opt/crater/target/debug/deps/libnum_traits-834021e24a52ff2b.rlib" "/opt/crater/target/debug/deps/libtime-29b9853d922d9d06.rlib" "/opt/crater/target/debug/deps/libbase64-b248d06447d2c6c2.rlib" "/opt/crater/target/debug/deps/libtrust_dns_rustls-930f1ae4124c0a81.rlib" "/opt/crater/target/debug/deps/libtrust_dns_proto-2d20e3fd347dfd21.rlib" "/opt/crater/target/debug/deps/libsocket2-4e24a9b424096c4b.rlib" "/opt/crater/target/debug/deps/librand-7be3a21921134c52.rlib" "/opt/crater/target/debug/deps/libtokio_rustls-27f9667de2bdc762.rlib" "/opt/crater/target/debug/deps/librustls-c01c1cbc96bf7178.rlib" "/opt/crater/target/debug/deps/libsct-d854e8e3809efb0b.rlib" "/opt/crater/target/debug/deps/libwebpki-147e044ee7c4d057.rlib" "/opt/crater/target/debug/deps/libring-8a7ea2f3f8351703.rlib" "/opt/crater/target/debug/deps/libuntrusted-77a27d5c4055ec86.rlib" "/opt/crater/target/debug/deps/libh2-275cdd906ec5ecea.rlib" "/opt/crater/target/debug/deps/libindexmap-b695f4379dbb1f0f.rlib" "/opt/crater/target/debug/deps/libstring-8ad5ccb084f8293f.rlib" "/opt/crater/target/debug/deps/libhttp-cf48fd6c10a2edad.rlib" "/opt/crater/target/debug/deps/libdata_encoding-9f924b641da6036b.rlib" "/opt/crater/target/debug/deps/libresolv_conf-db2625ffe0bb78a3.rlib" "/opt/crater/target/debug/deps/libhostname-35543ca7cf7bd409.rlib" "/opt/crater/target/debug/deps/libquick_error-a2165722eb49e44c.rlib" "/opt/crater/target/debug/deps/liblru_cache-36b5e01acff7ba94.rlib" "/opt/crater/target/debug/deps/liblinked_hash_map-3e4fdc964a0eef39.rlib" "/opt/crater/target/debug/deps/libfailure-d111ede8b4b28ffa.rlib" "/opt/crater/target/debug/deps/libbacktrace-b55b2db5d65cb8a4.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-01c69401428504e5.rlib" "/opt/crater/target/debug/deps/librustc_demangle-dd44235a42da0b4e.rlib" "/opt/crater/target/debug/deps/libserde_urlencoded-8da661a98f06a658.rlib" "/opt/crater/target/debug/deps/liburl-ebaefb0ef9c8c191.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-7ae675a5263db170.rlib" "/opt/crater/target/debug/deps/libidna-52fbc9ef9e77809d.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-3ac46972447058ab.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-ad8beb3a11009df0.rlib" "/opt/crater/target/debug/deps/libmatches-5962f64d87545c04.rlib" "/opt/crater/target/debug/deps/libitoa-d35f0a89557c3310.rlib" "/opt/crater/target/debug/deps/libdtoa-8ca04c299b5dbe41.rlib" "/opt/crater/target/debug/deps/libjson5-11f24465c9313986.rlib" "/opt/crater/target/debug/deps/libserde-dd12c9a5c23ee338.rlib" "/opt/crater/target/debug/deps/libpest-8ba2921a77887f56.rlib" "/opt/crater/target/debug/deps/libucd_trie-1906036d5e33116d.rlib" "/opt/crater/target/debug/deps/libbase64-cf420233ba873e07.rlib" "/opt/crater/target/debug/deps/libsafemem-5cbc828c43f41378.rlib" "/opt/crater/target/debug/deps/libtokio-db8b1ab96fd5cac2.rlib" "/opt/crater/target/debug/deps/libtokio_uds-5801a8e906d2dffe.rlib" "/opt/crater/target/debug/deps/libmio_uds-f6319a558176422a.rlib" "/opt/crater/target/debug/deps/libtokio_udp-ad083cd35ebd6f63.rlib" "/opt/crater/target/debug/deps/libtokio_timer-c93f6415d850a3a5.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-54590d59291c0635.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-eceb6f0573772b70.rlib" "/opt/crater/target/debug/deps/libtokio_sync-be5eabd68f6f693c.rlib" "/opt/crater/target/debug/deps/libfnv-0b54693efaf27e2a.rlib" "/opt/crater/target/debug/deps/libparking_lot-b0edbae249953a77.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-07c1c93dbdd48fd5.rlib" "/opt/crater/target/debug/deps/libsmallvec-8ab4c1b4228c68ef.rlib" "/opt/crater/target/debug/deps/liblock_api-494f6f1561bbf82e.rlib" "/opt/crater/target/debug/deps/libowning_ref-effe362413e7ab7d.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-d0a4946e4c2703bb.rlib" "/opt/crater/target/debug/deps/libscopeguard-316f896e0d3e978a.rlib" "/opt/crater/target/debug/deps/libtokio_fs-2b7401a516edc9a3.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-ae2d6527c4c0c909.rlib" "/opt/crater/target/debug/deps/librand-65b8c47b411eebc9.rlib" "/opt/crater/target/debug/deps/librand_xorshift-ff7441af0a9fb520.rlib" "/opt/crater/target/debug/deps/librand_pcg-8d4de0bb8369ce1b.rlib" "/opt/crater/target/debug/deps/librand_hc-04d208c1d9952d78.rlib" "/opt/crater/target/debug/deps/librand_chacha-7a7143ada6e2f196.rlib" "/opt/crater/target/debug/deps/librand_isaac-3a9329c693cd3f14.rlib" "/opt/crater/target/debug/deps/librand_core-16454af531e76575.rlib" "/opt/crater/target/debug/deps/librand_os-df63c8a890c1e2e9.rlib" "/opt/crater/target/debug/deps/librand_jitter-06f1043e9c10514f.rlib" "/opt/crater/target/debug/deps/librand_core-fe4fc41bf9015dbc.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-f6668dbd335cb278.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-927d16f2b3f201b1.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-9b111a0846dc7592.rlib" "/opt/crater/target/debug/deps/libscopeguard-9b5b548023a82ae4.rlib" "/opt/crater/target/debug/deps/libmemoffset-e64a831d4be8abfc.rlib" "/opt/crater/target/debug/deps/libarrayvec-ec8906360acdff5b.rlib" "/opt/crater/target/debug/deps/libnodrop-844425db77ee9480.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-9f8eef7684cef0ea.rlib" "/opt/crater/target/debug/deps/libtokio_executor-45f8f98c41472383.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-c7636b44f63f0536.rlib" "/opt/crater/target/debug/deps/liblazy_static-eb33edc716f69401.rlib" "/opt/crater/target/debug/deps/libtokio_codec-e1291b902f796713.rlib" "/opt/crater/target/debug/deps/libtokio_io-12d50d265e1b1342.rlib" "/opt/crater/target/debug/deps/libnum_cpus-509d1090a02489e2.rlib" "/opt/crater/target/debug/deps/libmio-0e2bc1a0dc1217dc.rlib" "/opt/crater/target/debug/deps/libslab-38e1dff674bc2c67.rlib" "/opt/crater/target/debug/deps/libnet2-629edbfe8fd82654.rlib" "/opt/crater/target/debug/deps/libbytes-5606c44df78b5c7a.rlib" "/opt/crater/target/debug/deps/libiovec-0aff63894148ec6b.rlib" "/opt/crater/target/debug/deps/libbyteorder-585fd2581aa01382.rlib" "/opt/crater/target/debug/deps/liblog-55cfa8f7ed258bff.rlib" "/opt/crater/target/debug/deps/libcfg_if-3028bdd7b8e15bb5.rlib" "/opt/crater/target/debug/deps/libfutures-2204f6374ace2c39.rlib" "/opt/crater/target/debug/deps/libclap-9325301b67a3eb11.rlib" "/opt/crater/target/debug/deps/libvec_map-d1ee0a45638c2bc7.rlib" "/opt/crater/target/debug/deps/libtextwrap-98d6d8750638b4d6.rlib" "/opt/crater/target/debug/deps/libunicode_width-70ef077428dd4d3c.rlib" "/opt/crater/target/debug/deps/libstrsim-7aece6a3d121dad3.rlib" "/opt/crater/target/debug/deps/libbitflags-bcd34e8f74846360.rlib" "/opt/crater/target/debug/deps/libatty-eb5da56e70a939cc.rlib" "/opt/crater/target/debug/deps/liblibc-d019039477cac03b.rlib" "/opt/crater/target/debug/deps/libansi_term-ab3d266e25626249.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-4a76ff35a356aedf.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e11c7b3b3225afe2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-13217ede3d276f16.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-621a9ee22da6caa1.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-546c844e8071bbeb.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-be9569e4d599746f.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-47d8845cef2a3bc5.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-017511bce73a530c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-be7979c57a08057b.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d6459c4f0817c67c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-580035dd98451925.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-aee5c24fff305dea.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-8a55a4098920125a.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-9fc4b5be2ba5cc19.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/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/ssurl-d22096efa014c6c9.ssurl.ab84rcya-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/ssurl-d22096efa014c6c9.ssurl.ab84rcya-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/ssurl-d22096efa014c6c9.ssurl.ab84rcya-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/ssurl-d22096efa014c6c9.ssurl.ab84rcya-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/ssurl-d22096efa014c6c9.ssurl.ab84rcya-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/ssurl-d22096efa014c6c9.ssurl.ab84rcya-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/ssurl-d22096efa014c6c9.ssurl.ab84rcya-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/ssurl-d22096efa014c6c9.ssurl.ab84rcya-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/ssurl-d22096efa014c6c9.ssurl.ab84rcya-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/ssurl-d22096efa014c6c9.ssurl.ab84rcya-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/ssurl-d22096efa014c6c9.ssurl.ab84rcya-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/ssurl-d22096efa014c6c9.ssurl.ab84rcya-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/ssurl-d22096efa014c6c9.ssurl.ab84rcya-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/ssurl-d22096efa014c6c9.ssurl.ab84rcya-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/ssurl-d22096efa014c6c9.ssurl.ab84rcya-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/ssurl-d22096efa014c6c9.ssurl.ab84rcya-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/ssurl-d22096efa014c6c9" "/opt/crater/target/debug/deps/ssurl-d22096efa014c6c9.3jebz09k1lkr6y9m.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-1b60313adb5ead65/out" "-L" "/opt/crater/target/debug/build/backtrace-sys-5c81d3694d492bc0/out" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libshadowsocks-e7fedb646af881d4.rlib" "/opt/crater/target/debug/deps/libdns_parser-8034020851b39f52.rlib" "/opt/crater/target/debug/deps/libtokio_process-918b2dc887ce1f70.rlib" "/opt/crater/target/debug/deps/libtokio_signal-3f59a92594ed6e17.rlib" "/opt/crater/target/debug/deps/libsignal_hook-8ccce9ebd8386df6.rlib" "/opt/crater/target/debug/deps/libsignal_hook_registry-a10a69e99957c04c.rlib" "/opt/crater/target/debug/deps/libarc_swap-4c331ef759e4d015.rlib" "/opt/crater/target/debug/deps/libbyte_string-9953abf4573e93c4.rlib" "/opt/crater/target/debug/deps/libmd5-22a651ed6694702c.rlib" "/opt/crater/target/debug/deps/libdigest-30f93245539468f2.rlib" "/opt/crater/target/debug/deps/libgeneric_array-8ec2d879b1ae6574.rlib" "/opt/crater/target/debug/deps/libtypenum-49005c187b93bc71.rlib" "/opt/crater/target/debug/deps/libblock_buffer-fc797310c50e591d.rlib" "/opt/crater/target/debug/deps/libarrayref-a56c034901878e2e.rlib" "/opt/crater/target/debug/deps/libbyte_tools-e0808b81140be31c.rlib" "/opt/crater/target/debug/deps/liblibsodium_ffi-bcc7ccb96ffe12f4.rlib" "/opt/crater/target/debug/deps/libopenssl-11c37783e98fe9ec.rlib" "/opt/crater/target/debug/deps/libopenssl_sys-69f752e5ebbdfef0.rlib" "/opt/crater/target/debug/deps/libforeign_types-2a1e48607c06fed3.rlib" "/opt/crater/target/debug/deps/libforeign_types_shared-ba70a268c095ba50.rlib" "/opt/crater/target/debug/deps/libtrust_dns_resolver-c5d98e43cb4d7a88.rlib" "/opt/crater/target/debug/deps/libtrust_dns_https-136e17f6e9f52682.rlib" "/opt/crater/target/debug/deps/libwebpki_roots-74e4682ec514c9cf.rlib" "/opt/crater/target/debug/deps/libtyped_headers-409a8c312a126742.rlib" "/opt/crater/target/debug/deps/libmime-2ad0b7e042b7ff0c.rlib" "/opt/crater/target/debug/deps/libunicase-9d7982dbb3c6947a.rlib" "/opt/crater/target/debug/deps/libchrono-2af01fbc0a73eccc.rlib" "/opt/crater/target/debug/deps/libnum_integer-283a7abc0f1061b4.rlib" "/opt/crater/target/debug/deps/libnum_traits-834021e24a52ff2b.rlib" "/opt/crater/target/debug/deps/libtime-29b9853d922d9d06.rlib" "/opt/crater/target/debug/deps/libbase64-b248d06447d2c6c2.rlib" "/opt/crater/target/debug/deps/libtrust_dns_rustls-930f1ae4124c0a81.rlib" "/opt/crater/target/debug/deps/libtrust_dns_proto-2d20e3fd347dfd21.rlib" "/opt/crater/target/debug/deps/libsocket2-4e24a9b424096c4b.rlib" "/opt/crater/target/debug/deps/librand-7be3a21921134c52.rlib" "/opt/crater/target/debug/deps/libtokio_rustls-27f9667de2bdc762.rlib" "/opt/crater/target/debug/deps/librustls-c01c1cbc96bf7178.rlib" "/opt/crater/target/debug/deps/libsct-d854e8e3809efb0b.rlib" "/opt/crater/target/debug/deps/libwebpki-147e044ee7c4d057.rlib" "/opt/crater/target/debug/deps/libring-8a7ea2f3f8351703.rlib" "/opt/crater/target/debug/deps/libuntrusted-77a27d5c4055ec86.rlib" "/opt/crater/target/debug/deps/libh2-275cdd906ec5ecea.rlib" "/opt/crater/target/debug/deps/libindexmap-b695f4379dbb1f0f.rlib" "/opt/crater/target/debug/deps/libstring-8ad5ccb084f8293f.rlib" "/opt/crater/target/debug/deps/libhttp-cf48fd6c10a2edad.rlib" "/opt/crater/target/debug/deps/libdata_encoding-9f924b641da6036b.rlib" "/opt/crater/target/debug/deps/libtokio-db8b1ab96fd5cac2.rlib" "/opt/crater/target/debug/deps/libtokio_uds-5801a8e906d2dffe.rlib" "/opt/crater/target/debug/deps/libmio_uds-f6319a558176422a.rlib" "/opt/crater/target/debug/deps/libtokio_udp-ad083cd35ebd6f63.rlib" "/opt/crater/target/debug/deps/libtokio_timer-c93f6415d850a3a5.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-54590d59291c0635.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-eceb6f0573772b70.rlib" "/opt/crater/target/debug/deps/libtokio_sync-be5eabd68f6f693c.rlib" "/opt/crater/target/debug/deps/libfnv-0b54693efaf27e2a.rlib" "/opt/crater/target/debug/deps/libparking_lot-b0edbae249953a77.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-07c1c93dbdd48fd5.rlib" "/opt/crater/target/debug/deps/liblock_api-494f6f1561bbf82e.rlib" "/opt/crater/target/debug/deps/libowning_ref-effe362413e7ab7d.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-d0a4946e4c2703bb.rlib" "/opt/crater/target/debug/deps/libscopeguard-316f896e0d3e978a.rlib" "/opt/crater/target/debug/deps/libtokio_fs-2b7401a516edc9a3.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-ae2d6527c4c0c909.rlib" "/opt/crater/target/debug/deps/librand-65b8c47b411eebc9.rlib" "/opt/crater/target/debug/deps/librand_xorshift-ff7441af0a9fb520.rlib" "/opt/crater/target/debug/deps/librand_pcg-8d4de0bb8369ce1b.rlib" "/opt/crater/target/debug/deps/librand_hc-04d208c1d9952d78.rlib" "/opt/crater/target/debug/deps/librand_chacha-7a7143ada6e2f196.rlib" "/opt/crater/target/debug/deps/librand_isaac-3a9329c693cd3f14.rlib" "/opt/crater/target/debug/deps/librand_core-16454af531e76575.rlib" "/opt/crater/target/debug/deps/librand_os-df63c8a890c1e2e9.rlib" "/opt/crater/target/debug/deps/librand_jitter-06f1043e9c10514f.rlib" "/opt/crater/target/debug/deps/librand_core-fe4fc41bf9015dbc.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-f6668dbd335cb278.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-927d16f2b3f201b1.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-9b111a0846dc7592.rlib" "/opt/crater/target/debug/deps/libscopeguard-9b5b548023a82ae4.rlib" "/opt/crater/target/debug/deps/libmemoffset-e64a831d4be8abfc.rlib" "/opt/crater/target/debug/deps/libarrayvec-ec8906360acdff5b.rlib" "/opt/crater/target/debug/deps/libnodrop-844425db77ee9480.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-9f8eef7684cef0ea.rlib" "/opt/crater/target/debug/deps/libtokio_executor-45f8f98c41472383.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-c7636b44f63f0536.rlib" "/opt/crater/target/debug/deps/libtokio_codec-e1291b902f796713.rlib" "/opt/crater/target/debug/deps/libtokio_io-12d50d265e1b1342.rlib" "/opt/crater/target/debug/deps/libnum_cpus-509d1090a02489e2.rlib" "/opt/crater/target/debug/deps/libmio-0e2bc1a0dc1217dc.rlib" "/opt/crater/target/debug/deps/libslab-38e1dff674bc2c67.rlib" "/opt/crater/target/debug/deps/libnet2-629edbfe8fd82654.rlib" "/opt/crater/target/debug/deps/libresolv_conf-db2625ffe0bb78a3.rlib" "/opt/crater/target/debug/deps/libhostname-35543ca7cf7bd409.rlib" "/opt/crater/target/debug/deps/libquick_error-a2165722eb49e44c.rlib" "/opt/crater/target/debug/deps/liblru_cache-36b5e01acff7ba94.rlib" "/opt/crater/target/debug/deps/liblinked_hash_map-3e4fdc964a0eef39.rlib" "/opt/crater/target/debug/deps/liblazy_static-eb33edc716f69401.rlib" "/opt/crater/target/debug/deps/libfutures-2204f6374ace2c39.rlib" "/opt/crater/target/debug/deps/libfailure-d111ede8b4b28ffa.rlib" "/opt/crater/target/debug/deps/libbacktrace-b55b2db5d65cb8a4.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-01c69401428504e5.rlib" "/opt/crater/target/debug/deps/librustc_demangle-dd44235a42da0b4e.rlib" "/opt/crater/target/debug/deps/libserde_urlencoded-8da661a98f06a658.rlib" "/opt/crater/target/debug/deps/liburl-ebaefb0ef9c8c191.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-7ae675a5263db170.rlib" "/opt/crater/target/debug/deps/libidna-52fbc9ef9e77809d.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-3ac46972447058ab.rlib" "/opt/crater/target/debug/deps/libsmallvec-8ab4c1b4228c68ef.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-ad8beb3a11009df0.rlib" "/opt/crater/target/debug/deps/libmatches-5962f64d87545c04.rlib" "/opt/crater/target/debug/deps/libitoa-d35f0a89557c3310.rlib" "/opt/crater/target/debug/deps/libdtoa-8ca04c299b5dbe41.rlib" "/opt/crater/target/debug/deps/liblog-55cfa8f7ed258bff.rlib" "/opt/crater/target/debug/deps/libcfg_if-3028bdd7b8e15bb5.rlib" "/opt/crater/target/debug/deps/libjson5-11f24465c9313986.rlib" "/opt/crater/target/debug/deps/libserde-dd12c9a5c23ee338.rlib" "/opt/crater/target/debug/deps/libpest-8ba2921a77887f56.rlib" "/opt/crater/target/debug/deps/libucd_trie-1906036d5e33116d.rlib" "/opt/crater/target/debug/deps/libbytes-5606c44df78b5c7a.rlib" "/opt/crater/target/debug/deps/libiovec-0aff63894148ec6b.rlib" "/opt/crater/target/debug/deps/libbase64-cf420233ba873e07.rlib" "/opt/crater/target/debug/deps/libsafemem-5cbc828c43f41378.rlib" "/opt/crater/target/debug/deps/libbyteorder-585fd2581aa01382.rlib" "/opt/crater/target/debug/deps/libqrcode-1caab2a4da981db1.rlib" "/opt/crater/target/debug/deps/libchecked_int_cast-2c506f96e2abe84b.rlib" "/opt/crater/target/debug/deps/libclap-9325301b67a3eb11.rlib" "/opt/crater/target/debug/deps/libvec_map-d1ee0a45638c2bc7.rlib" "/opt/crater/target/debug/deps/libtextwrap-98d6d8750638b4d6.rlib" "/opt/crater/target/debug/deps/libunicode_width-70ef077428dd4d3c.rlib" "/opt/crater/target/debug/deps/libstrsim-7aece6a3d121dad3.rlib" "/opt/crater/target/debug/deps/libbitflags-bcd34e8f74846360.rlib" "/opt/crater/target/debug/deps/libatty-eb5da56e70a939cc.rlib" "/opt/crater/target/debug/deps/liblibc-d019039477cac03b.rlib" "/opt/crater/target/debug/deps/libansi_term-ab3d266e25626249.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-4a76ff35a356aedf.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e11c7b3b3225afe2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-13217ede3d276f16.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-621a9ee22da6caa1.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-546c844e8071bbeb.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-be9569e4d599746f.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-47d8845cef2a3bc5.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-017511bce73a530c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-be7979c57a08057b.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d6459c4f0817c67c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-580035dd98451925.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-aee5c24fff305dea.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-8a55a4098920125a.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-9fc4b5be2ba5cc19.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/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/ssdns-91367f71872a2a33.ssdns.5rybxnix-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/ssdns-91367f71872a2a33.ssdns.5rybxnix-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/ssdns-91367f71872a2a33.ssdns.5rybxnix-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/ssdns-91367f71872a2a33.ssdns.5rybxnix-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/ssdns-91367f71872a2a33.ssdns.5rybxnix-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/ssdns-91367f71872a2a33.ssdns.5rybxnix-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/ssdns-91367f71872a2a33.ssdns.5rybxnix-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/ssdns-91367f71872a2a33.ssdns.5rybxnix-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/ssdns-91367f71872a2a33.ssdns.5rybxnix-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/ssdns-91367f71872a2a33.ssdns.5rybxnix-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/ssdns-91367f71872a2a33.ssdns.5rybxnix-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/ssdns-91367f71872a2a33.ssdns.5rybxnix-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/ssdns-91367f71872a2a33.ssdns.5rybxnix-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/ssdns-91367f71872a2a33.ssdns.5rybxnix-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/ssdns-91367f71872a2a33.ssdns.5rybxnix-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/ssdns-91367f71872a2a33.ssdns.5rybxnix-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/ssdns-91367f71872a2a33" "/opt/crater/target/debug/deps/ssdns-91367f71872a2a33.1ordja5o1xm9mg3z.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-1b60313adb5ead65/out" "-L" "/opt/crater/target/debug/build/backtrace-sys-5c81d3694d492bc0/out" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libenv_logger-bca1979cfbcacec6.rlib" "/opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib" "/opt/crater/target/debug/deps/libregex_syntax-74b9e606898eafee.rlib" "/opt/crater/target/debug/deps/libthread_local-1801494cfc15e4c0.rlib" "/opt/crater/target/debug/deps/libaho_corasick-05f4d1fa22c64ffe.rlib" "/opt/crater/target/debug/deps/libmemchr-5970d48417368191.rlib" "/opt/crater/target/debug/deps/libhumantime-f3229d51b2810709.rlib" "/opt/crater/target/debug/deps/libtermcolor-63bd51856c425668.rlib" "/opt/crater/target/debug/deps/libshadowsocks-e7fedb646af881d4.rlib" "/opt/crater/target/debug/deps/libdns_parser-8034020851b39f52.rlib" "/opt/crater/target/debug/deps/libtokio_process-918b2dc887ce1f70.rlib" "/opt/crater/target/debug/deps/libtokio_signal-3f59a92594ed6e17.rlib" "/opt/crater/target/debug/deps/libsignal_hook-8ccce9ebd8386df6.rlib" "/opt/crater/target/debug/deps/libsignal_hook_registry-a10a69e99957c04c.rlib" "/opt/crater/target/debug/deps/libarc_swap-4c331ef759e4d015.rlib" "/opt/crater/target/debug/deps/libbyte_string-9953abf4573e93c4.rlib" "/opt/crater/target/debug/deps/libmd5-22a651ed6694702c.rlib" "/opt/crater/target/debug/deps/libdigest-30f93245539468f2.rlib" "/opt/crater/target/debug/deps/libgeneric_array-8ec2d879b1ae6574.rlib" "/opt/crater/target/debug/deps/libtypenum-49005c187b93bc71.rlib" "/opt/crater/target/debug/deps/libblock_buffer-fc797310c50e591d.rlib" "/opt/crater/target/debug/deps/libarrayref-a56c034901878e2e.rlib" "/opt/crater/target/debug/deps/libbyte_tools-e0808b81140be31c.rlib" "/opt/crater/target/debug/deps/liblibsodium_ffi-bcc7ccb96ffe12f4.rlib" "/opt/crater/target/debug/deps/libopenssl-11c37783e98fe9ec.rlib" "/opt/crater/target/debug/deps/libopenssl_sys-69f752e5ebbdfef0.rlib" "/opt/crater/target/debug/deps/libforeign_types-2a1e48607c06fed3.rlib" "/opt/crater/target/debug/deps/libforeign_types_shared-ba70a268c095ba50.rlib" "/opt/crater/target/debug/deps/libtrust_dns_resolver-c5d98e43cb4d7a88.rlib" "/opt/crater/target/debug/deps/libtrust_dns_https-136e17f6e9f52682.rlib" "/opt/crater/target/debug/deps/libwebpki_roots-74e4682ec514c9cf.rlib" "/opt/crater/target/debug/deps/libtyped_headers-409a8c312a126742.rlib" "/opt/crater/target/debug/deps/libmime-2ad0b7e042b7ff0c.rlib" "/opt/crater/target/debug/deps/libunicase-9d7982dbb3c6947a.rlib" "/opt/crater/target/debug/deps/libchrono-2af01fbc0a73eccc.rlib" "/opt/crater/target/debug/deps/libnum_integer-283a7abc0f1061b4.rlib" "/opt/crater/target/debug/deps/libnum_traits-834021e24a52ff2b.rlib" "/opt/crater/target/debug/deps/libtime-29b9853d922d9d06.rlib" "/opt/crater/target/debug/deps/libbase64-b248d06447d2c6c2.rlib" "/opt/crater/target/debug/deps/libtrust_dns_rustls-930f1ae4124c0a81.rlib" "/opt/crater/target/debug/deps/libtrust_dns_proto-2d20e3fd347dfd21.rlib" "/opt/crater/target/debug/deps/libsocket2-4e24a9b424096c4b.rlib" "/opt/crater/target/debug/deps/librand-7be3a21921134c52.rlib" "/opt/crater/target/debug/deps/libtokio_rustls-27f9667de2bdc762.rlib" "/opt/crater/target/debug/deps/librustls-c01c1cbc96bf7178.rlib" "/opt/crater/target/debug/deps/libsct-d854e8e3809efb0b.rlib" "/opt/crater/target/debug/deps/libwebpki-147e044ee7c4d057.rlib" "/opt/crater/target/debug/deps/libring-8a7ea2f3f8351703.rlib" "/opt/crater/target/debug/deps/libuntrusted-77a27d5c4055ec86.rlib" "/opt/crater/target/debug/deps/libh2-275cdd906ec5ecea.rlib" "/opt/crater/target/debug/deps/libindexmap-b695f4379dbb1f0f.rlib" "/opt/crater/target/debug/deps/libstring-8ad5ccb084f8293f.rlib" "/opt/crater/target/debug/deps/libhttp-cf48fd6c10a2edad.rlib" "/opt/crater/target/debug/deps/libdata_encoding-9f924b641da6036b.rlib" "/opt/crater/target/debug/deps/libresolv_conf-db2625ffe0bb78a3.rlib" "/opt/crater/target/debug/deps/libhostname-35543ca7cf7bd409.rlib" "/opt/crater/target/debug/deps/libquick_error-a2165722eb49e44c.rlib" "/opt/crater/target/debug/deps/liblru_cache-36b5e01acff7ba94.rlib" "/opt/crater/target/debug/deps/liblinked_hash_map-3e4fdc964a0eef39.rlib" "/opt/crater/target/debug/deps/libfailure-d111ede8b4b28ffa.rlib" "/opt/crater/target/debug/deps/libbacktrace-b55b2db5d65cb8a4.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-01c69401428504e5.rlib" "/opt/crater/target/debug/deps/librustc_demangle-dd44235a42da0b4e.rlib" "/opt/crater/target/debug/deps/libserde_urlencoded-8da661a98f06a658.rlib" "/opt/crater/target/debug/deps/liburl-ebaefb0ef9c8c191.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-7ae675a5263db170.rlib" "/opt/crater/target/debug/deps/libidna-52fbc9ef9e77809d.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-3ac46972447058ab.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-ad8beb3a11009df0.rlib" "/opt/crater/target/debug/deps/libmatches-5962f64d87545c04.rlib" "/opt/crater/target/debug/deps/libitoa-d35f0a89557c3310.rlib" "/opt/crater/target/debug/deps/libdtoa-8ca04c299b5dbe41.rlib" "/opt/crater/target/debug/deps/libjson5-11f24465c9313986.rlib" "/opt/crater/target/debug/deps/libserde-dd12c9a5c23ee338.rlib" "/opt/crater/target/debug/deps/libpest-8ba2921a77887f56.rlib" "/opt/crater/target/debug/deps/libucd_trie-1906036d5e33116d.rlib" "/opt/crater/target/debug/deps/libbase64-cf420233ba873e07.rlib" "/opt/crater/target/debug/deps/libsafemem-5cbc828c43f41378.rlib" "/opt/crater/target/debug/deps/libtokio-db8b1ab96fd5cac2.rlib" "/opt/crater/target/debug/deps/libtokio_uds-5801a8e906d2dffe.rlib" "/opt/crater/target/debug/deps/libmio_uds-f6319a558176422a.rlib" "/opt/crater/target/debug/deps/libtokio_udp-ad083cd35ebd6f63.rlib" "/opt/crater/target/debug/deps/libtokio_timer-c93f6415d850a3a5.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-54590d59291c0635.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-eceb6f0573772b70.rlib" "/opt/crater/target/debug/deps/libtokio_sync-be5eabd68f6f693c.rlib" "/opt/crater/target/debug/deps/libfnv-0b54693efaf27e2a.rlib" "/opt/crater/target/debug/deps/libparking_lot-b0edbae249953a77.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-07c1c93dbdd48fd5.rlib" "/opt/crater/target/debug/deps/libsmallvec-8ab4c1b4228c68ef.rlib" "/opt/crater/target/debug/deps/liblock_api-494f6f1561bbf82e.rlib" "/opt/crater/target/debug/deps/libowning_ref-effe362413e7ab7d.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-d0a4946e4c2703bb.rlib" "/opt/crater/target/debug/deps/libscopeguard-316f896e0d3e978a.rlib" "/opt/crater/target/debug/deps/libtokio_fs-2b7401a516edc9a3.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-ae2d6527c4c0c909.rlib" "/opt/crater/target/debug/deps/librand-65b8c47b411eebc9.rlib" "/opt/crater/target/debug/deps/librand_xorshift-ff7441af0a9fb520.rlib" "/opt/crater/target/debug/deps/librand_pcg-8d4de0bb8369ce1b.rlib" "/opt/crater/target/debug/deps/librand_hc-04d208c1d9952d78.rlib" "/opt/crater/target/debug/deps/librand_chacha-7a7143ada6e2f196.rlib" "/opt/crater/target/debug/deps/librand_isaac-3a9329c693cd3f14.rlib" "/opt/crater/target/debug/deps/librand_core-16454af531e76575.rlib" "/opt/crater/target/debug/deps/librand_os-df63c8a890c1e2e9.rlib" "/opt/crater/target/debug/deps/librand_jitter-06f1043e9c10514f.rlib" "/opt/crater/target/debug/deps/librand_core-fe4fc41bf9015dbc.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-f6668dbd335cb278.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-927d16f2b3f201b1.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-9b111a0846dc7592.rlib" "/opt/crater/target/debug/deps/libscopeguard-9b5b548023a82ae4.rlib" "/opt/crater/target/debug/deps/libmemoffset-e64a831d4be8abfc.rlib" "/opt/crater/target/debug/deps/libarrayvec-ec8906360acdff5b.rlib" "/opt/crater/target/debug/deps/libnodrop-844425db77ee9480.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-9f8eef7684cef0ea.rlib" "/opt/crater/target/debug/deps/libtokio_executor-45f8f98c41472383.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-c7636b44f63f0536.rlib" "/opt/crater/target/debug/deps/liblazy_static-eb33edc716f69401.rlib" "/opt/crater/target/debug/deps/libtokio_codec-e1291b902f796713.rlib" "/opt/crater/target/debug/deps/libtokio_io-12d50d265e1b1342.rlib" "/opt/crater/target/debug/deps/libnum_cpus-509d1090a02489e2.rlib" "/opt/crater/target/debug/deps/libmio-0e2bc1a0dc1217dc.rlib" "/opt/crater/target/debug/deps/libslab-38e1dff674bc2c67.rlib" "/opt/crater/target/debug/deps/libnet2-629edbfe8fd82654.rlib" "/opt/crater/target/debug/deps/libbytes-5606c44df78b5c7a.rlib" "/opt/crater/target/debug/deps/libiovec-0aff63894148ec6b.rlib" "/opt/crater/target/debug/deps/libbyteorder-585fd2581aa01382.rlib" "/opt/crater/target/debug/deps/liblog-55cfa8f7ed258bff.rlib" "/opt/crater/target/debug/deps/libcfg_if-3028bdd7b8e15bb5.rlib" "/opt/crater/target/debug/deps/libfutures-2204f6374ace2c39.rlib" "/opt/crater/target/debug/deps/libclap-9325301b67a3eb11.rlib" "/opt/crater/target/debug/deps/libvec_map-d1ee0a45638c2bc7.rlib" "/opt/crater/target/debug/deps/libtextwrap-98d6d8750638b4d6.rlib" "/opt/crater/target/debug/deps/libunicode_width-70ef077428dd4d3c.rlib" "/opt/crater/target/debug/deps/libstrsim-7aece6a3d121dad3.rlib" "/opt/crater/target/debug/deps/libbitflags-bcd34e8f74846360.rlib" "/opt/crater/target/debug/deps/libatty-eb5da56e70a939cc.rlib" "/opt/crater/target/debug/deps/liblibc-d019039477cac03b.rlib" "/opt/crater/target/debug/deps/libansi_term-ab3d266e25626249.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-4a76ff35a356aedf.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e11c7b3b3225afe2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-13217ede3d276f16.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-621a9ee22da6caa1.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-546c844e8071bbeb.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-be9569e4d599746f.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-47d8845cef2a3bc5.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-017511bce73a530c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-be7979c57a08057b.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d6459c4f0817c67c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-580035dd98451925.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-aee5c24fff305dea.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-8a55a4098920125a.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-9fc4b5be2ba5cc19.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/elf64-x86-64.c:4731 in elf_x86_64_relocate_section [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: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/ssserver-b0560ee043a48a47.ssserver.dm5ywkls-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/ssserver-b0560ee043a48a47.ssserver.dm5ywkls-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/ssserver-b0560ee043a48a47.ssserver.dm5ywkls-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/ssserver-b0560ee043a48a47.ssserver.dm5ywkls-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/ssserver-b0560ee043a48a47.ssserver.dm5ywkls-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/ssserver-b0560ee043a48a47.ssserver.dm5ywkls-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/ssserver-b0560ee043a48a47.ssserver.dm5ywkls-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/ssserver-b0560ee043a48a47.ssserver.dm5ywkls-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/ssserver-b0560ee043a48a47.ssserver.dm5ywkls-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/ssserver-b0560ee043a48a47.ssserver.dm5ywkls-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/ssserver-b0560ee043a48a47.ssserver.dm5ywkls-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/ssserver-b0560ee043a48a47.ssserver.dm5ywkls-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/ssserver-b0560ee043a48a47.ssserver.dm5ywkls-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/ssserver-b0560ee043a48a47.ssserver.dm5ywkls-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/ssserver-b0560ee043a48a47.ssserver.dm5ywkls-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/ssserver-b0560ee043a48a47.ssserver.dm5ywkls-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/ssserver-b0560ee043a48a47" "/opt/crater/target/debug/deps/ssserver-b0560ee043a48a47.47r2wwqcubfybx4q.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-1b60313adb5ead65/out" "-L" "/opt/crater/target/debug/build/backtrace-sys-5c81d3694d492bc0/out" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libenv_logger-bca1979cfbcacec6.rlib" "/opt/crater/target/debug/deps/libregex-3f288169bf5fc935.rlib" "/opt/crater/target/debug/deps/libregex_syntax-74b9e606898eafee.rlib" "/opt/crater/target/debug/deps/libthread_local-1801494cfc15e4c0.rlib" "/opt/crater/target/debug/deps/libaho_corasick-05f4d1fa22c64ffe.rlib" "/opt/crater/target/debug/deps/libmemchr-5970d48417368191.rlib" "/opt/crater/target/debug/deps/libhumantime-f3229d51b2810709.rlib" "/opt/crater/target/debug/deps/libtermcolor-63bd51856c425668.rlib" "/opt/crater/target/debug/deps/libshadowsocks-e7fedb646af881d4.rlib" "/opt/crater/target/debug/deps/libdns_parser-8034020851b39f52.rlib" "/opt/crater/target/debug/deps/libtokio_process-918b2dc887ce1f70.rlib" "/opt/crater/target/debug/deps/libtokio_signal-3f59a92594ed6e17.rlib" "/opt/crater/target/debug/deps/libsignal_hook-8ccce9ebd8386df6.rlib" "/opt/crater/target/debug/deps/libsignal_hook_registry-a10a69e99957c04c.rlib" "/opt/crater/target/debug/deps/libarc_swap-4c331ef759e4d015.rlib" "/opt/crater/target/debug/deps/libbyte_string-9953abf4573e93c4.rlib" "/opt/crater/target/debug/deps/libmd5-22a651ed6694702c.rlib" "/opt/crater/target/debug/deps/libdigest-30f93245539468f2.rlib" "/opt/crater/target/debug/deps/libgeneric_array-8ec2d879b1ae6574.rlib" "/opt/crater/target/debug/deps/libtypenum-49005c187b93bc71.rlib" "/opt/crater/target/debug/deps/libblock_buffer-fc797310c50e591d.rlib" "/opt/crater/target/debug/deps/libarrayref-a56c034901878e2e.rlib" "/opt/crater/target/debug/deps/libbyte_tools-e0808b81140be31c.rlib" "/opt/crater/target/debug/deps/liblibsodium_ffi-bcc7ccb96ffe12f4.rlib" "/opt/crater/target/debug/deps/libopenssl-11c37783e98fe9ec.rlib" "/opt/crater/target/debug/deps/libopenssl_sys-69f752e5ebbdfef0.rlib" "/opt/crater/target/debug/deps/libforeign_types-2a1e48607c06fed3.rlib" "/opt/crater/target/debug/deps/libforeign_types_shared-ba70a268c095ba50.rlib" "/opt/crater/target/debug/deps/libtrust_dns_resolver-c5d98e43cb4d7a88.rlib" "/opt/crater/target/debug/deps/libtrust_dns_https-136e17f6e9f52682.rlib" "/opt/crater/target/debug/deps/libwebpki_roots-74e4682ec514c9cf.rlib" "/opt/crater/target/debug/deps/libtyped_headers-409a8c312a126742.rlib" "/opt/crater/target/debug/deps/libmime-2ad0b7e042b7ff0c.rlib" "/opt/crater/target/debug/deps/libunicase-9d7982dbb3c6947a.rlib" "/opt/crater/target/debug/deps/libchrono-2af01fbc0a73eccc.rlib" "/opt/crater/target/debug/deps/libnum_integer-283a7abc0f1061b4.rlib" "/opt/crater/target/debug/deps/libnum_traits-834021e24a52ff2b.rlib" "/opt/crater/target/debug/deps/libtime-29b9853d922d9d06.rlib" "/opt/crater/target/debug/deps/libbase64-b248d06447d2c6c2.rlib" "/opt/crater/target/debug/deps/libtrust_dns_rustls-930f1ae4124c0a81.rlib" "/opt/crater/target/debug/deps/libtrust_dns_proto-2d20e3fd347dfd21.rlib" "/opt/crater/target/debug/deps/libsocket2-4e24a9b424096c4b.rlib" "/opt/crater/target/debug/deps/librand-7be3a21921134c52.rlib" "/opt/crater/target/debug/deps/libtokio_rustls-27f9667de2bdc762.rlib" "/opt/crater/target/debug/deps/librustls-c01c1cbc96bf7178.rlib" "/opt/crater/target/debug/deps/libsct-d854e8e3809efb0b.rlib" "/opt/crater/target/debug/deps/libwebpki-147e044ee7c4d057.rlib" "/opt/crater/target/debug/deps/libring-8a7ea2f3f8351703.rlib" "/opt/crater/target/debug/deps/libuntrusted-77a27d5c4055ec86.rlib" "/opt/crater/target/debug/deps/libh2-275cdd906ec5ecea.rlib" "/opt/crater/target/debug/deps/libindexmap-b695f4379dbb1f0f.rlib" "/opt/crater/target/debug/deps/libstring-8ad5ccb084f8293f.rlib" "/opt/crater/target/debug/deps/libhttp-cf48fd6c10a2edad.rlib" "/opt/crater/target/debug/deps/libdata_encoding-9f924b641da6036b.rlib" "/opt/crater/target/debug/deps/libresolv_conf-db2625ffe0bb78a3.rlib" "/opt/crater/target/debug/deps/libhostname-35543ca7cf7bd409.rlib" "/opt/crater/target/debug/deps/libquick_error-a2165722eb49e44c.rlib" "/opt/crater/target/debug/deps/liblru_cache-36b5e01acff7ba94.rlib" "/opt/crater/target/debug/deps/liblinked_hash_map-3e4fdc964a0eef39.rlib" "/opt/crater/target/debug/deps/libfailure-d111ede8b4b28ffa.rlib" "/opt/crater/target/debug/deps/libbacktrace-b55b2db5d65cb8a4.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-01c69401428504e5.rlib" "/opt/crater/target/debug/deps/librustc_demangle-dd44235a42da0b4e.rlib" "/opt/crater/target/debug/deps/libserde_urlencoded-8da661a98f06a658.rlib" "/opt/crater/target/debug/deps/liburl-ebaefb0ef9c8c191.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-7ae675a5263db170.rlib" "/opt/crater/target/debug/deps/libidna-52fbc9ef9e77809d.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-3ac46972447058ab.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-ad8beb3a11009df0.rlib" "/opt/crater/target/debug/deps/libmatches-5962f64d87545c04.rlib" "/opt/crater/target/debug/deps/libitoa-d35f0a89557c3310.rlib" "/opt/crater/target/debug/deps/libdtoa-8ca04c299b5dbe41.rlib" "/opt/crater/target/debug/deps/libjson5-11f24465c9313986.rlib" "/opt/crater/target/debug/deps/libserde-dd12c9a5c23ee338.rlib" "/opt/crater/target/debug/deps/libpest-8ba2921a77887f56.rlib" "/opt/crater/target/debug/deps/libucd_trie-1906036d5e33116d.rlib" "/opt/crater/target/debug/deps/libbase64-cf420233ba873e07.rlib" "/opt/crater/target/debug/deps/libsafemem-5cbc828c43f41378.rlib" "/opt/crater/target/debug/deps/libtokio-db8b1ab96fd5cac2.rlib" "/opt/crater/target/debug/deps/libtokio_uds-5801a8e906d2dffe.rlib" "/opt/crater/target/debug/deps/libmio_uds-f6319a558176422a.rlib" "/opt/crater/target/debug/deps/libtokio_udp-ad083cd35ebd6f63.rlib" "/opt/crater/target/debug/deps/libtokio_timer-c93f6415d850a3a5.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-54590d59291c0635.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-eceb6f0573772b70.rlib" "/opt/crater/target/debug/deps/libtokio_sync-be5eabd68f6f693c.rlib" "/opt/crater/target/debug/deps/libfnv-0b54693efaf27e2a.rlib" "/opt/crater/target/debug/deps/libparking_lot-b0edbae249953a77.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-07c1c93dbdd48fd5.rlib" "/opt/crater/target/debug/deps/libsmallvec-8ab4c1b4228c68ef.rlib" "/opt/crater/target/debug/deps/liblock_api-494f6f1561bbf82e.rlib" "/opt/crater/target/debug/deps/libowning_ref-effe362413e7ab7d.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-d0a4946e4c2703bb.rlib" "/opt/crater/target/debug/deps/libscopeguard-316f896e0d3e978a.rlib" "/opt/crater/target/debug/deps/libtokio_fs-2b7401a516edc9a3.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-ae2d6527c4c0c909.rlib" "/opt/crater/target/debug/deps/librand-65b8c47b411eebc9.rlib" "/opt/crater/target/debug/deps/librand_xorshift-ff7441af0a9fb520.rlib" "/opt/crater/target/debug/deps/librand_pcg-8d4de0bb8369ce1b.rlib" "/opt/crater/target/debug/deps/librand_hc-04d208c1d9952d78.rlib" "/opt/crater/target/debug/deps/librand_chacha-7a7143ada6e2f196.rlib" "/opt/crater/target/debug/deps/librand_isaac-3a9329c693cd3f14.rlib" "/opt/crater/target/debug/deps/librand_core-16454af531e76575.rlib" "/opt/crater/target/debug/deps/librand_os-df63c8a890c1e2e9.rlib" "/opt/crater/target/debug/deps/librand_jitter-06f1043e9c10514f.rlib" "/opt/crater/target/debug/deps/librand_core-fe4fc41bf9015dbc.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-f6668dbd335cb278.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-927d16f2b3f201b1.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-9b111a0846dc7592.rlib" "/opt/crater/target/debug/deps/libscopeguard-9b5b548023a82ae4.rlib" "/opt/crater/target/debug/deps/libmemoffset-e64a831d4be8abfc.rlib" "/opt/crater/target/debug/deps/libarrayvec-ec8906360acdff5b.rlib" "/opt/crater/target/debug/deps/libnodrop-844425db77ee9480.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-9f8eef7684cef0ea.rlib" "/opt/crater/target/debug/deps/libtokio_executor-45f8f98c41472383.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-c7636b44f63f0536.rlib" "/opt/crater/target/debug/deps/liblazy_static-eb33edc716f69401.rlib" "/opt/crater/target/debug/deps/libtokio_codec-e1291b902f796713.rlib" "/opt/crater/target/debug/deps/libtokio_io-12d50d265e1b1342.rlib" "/opt/crater/target/debug/deps/libnum_cpus-509d1090a02489e2.rlib" "/opt/crater/target/debug/deps/libmio-0e2bc1a0dc1217dc.rlib" "/opt/crater/target/debug/deps/libslab-38e1dff674bc2c67.rlib" "/opt/crater/target/debug/deps/libnet2-629edbfe8fd82654.rlib" "/opt/crater/target/debug/deps/libbytes-5606c44df78b5c7a.rlib" "/opt/crater/target/debug/deps/libiovec-0aff63894148ec6b.rlib" "/opt/crater/target/debug/deps/libbyteorder-585fd2581aa01382.rlib" "/opt/crater/target/debug/deps/liblog-55cfa8f7ed258bff.rlib" "/opt/crater/target/debug/deps/libcfg_if-3028bdd7b8e15bb5.rlib" "/opt/crater/target/debug/deps/libfutures-2204f6374ace2c39.rlib" "/opt/crater/target/debug/deps/libclap-9325301b67a3eb11.rlib" "/opt/crater/target/debug/deps/libvec_map-d1ee0a45638c2bc7.rlib" "/opt/crater/target/debug/deps/libtextwrap-98d6d8750638b4d6.rlib" "/opt/crater/target/debug/deps/libunicode_width-70ef077428dd4d3c.rlib" "/opt/crater/target/debug/deps/libstrsim-7aece6a3d121dad3.rlib" "/opt/crater/target/debug/deps/libbitflags-bcd34e8f74846360.rlib" "/opt/crater/target/debug/deps/libatty-eb5da56e70a939cc.rlib" "/opt/crater/target/debug/deps/liblibc-d019039477cac03b.rlib" "/opt/crater/target/debug/deps/libansi_term-ab3d266e25626249.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-4a76ff35a356aedf.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e11c7b3b3225afe2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-13217ede3d276f16.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-621a9ee22da6caa1.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-546c844e8071bbeb.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-be9569e4d599746f.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-47d8845cef2a3bc5.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-017511bce73a530c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-be7979c57a08057b.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d6459c4f0817c67c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-580035dd98451925.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-aee5c24fff305dea.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-8a55a4098920125a.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-9fc4b5be2ba5cc19.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: Could not compile `shadowsocks-rust`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [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" "622c364cb414896dae48cd42720912f0ebf84831395d51d35ac45b25e62f5f49"` [INFO] running `"docker" "rm" "-f" "622c364cb414896dae48cd42720912f0ebf84831395d51d35ac45b25e62f5f49"` [INFO] [stdout] 622c364cb414896dae48cd42720912f0ebf84831395d51d35ac45b25e62f5f49