[INFO] crate rincon_client 0.1.1 is already in cache [INFO] extracting crate rincon_client 0.1.1 into work/ex/beta-1.37-6/sources/1.36.0/reg/rincon_client/0.1.1 [INFO] extracting crate rincon_client 0.1.1 into work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/rincon_client/0.1.1 [INFO] validating manifest of rincon_client-0.1.1 on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of rincon_client-0.1.1 on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing rincon_client-0.1.1 [INFO] finished frobbing rincon_client-0.1.1 [INFO] frobbed toml for rincon_client-0.1.1 written to work/ex/beta-1.37-6/sources/1.36.0/reg/rincon_client/0.1.1/Cargo.toml [INFO] started frobbing rincon_client-0.1.1 [INFO] finished frobbing rincon_client-0.1.1 [INFO] frobbed toml for rincon_client-0.1.1 written to work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/rincon_client/0.1.1/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing rincon_client-0.1.1 against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-1/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/rincon_client/0.1.1:/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-07-23" "build" "--frozen"` [INFO] [stdout] 7e2fe9377cd51faec154477e0431323f978a7fe4977adbb145761c3ca8d7bb4b [INFO] running `"docker" "start" "-a" "7e2fe9377cd51faec154477e0431323f978a7fe4977adbb145761c3ca8d7bb4b"` [INFO] [stderr] Compiling rincon_core v0.1.0 [INFO] [stderr] Compiling rincon_client v0.1.1 (/opt/crater/workdir) [INFO] [stderr] warning: the item `serde_json` is imported redundantly [INFO] [stderr] --> src/document/types/mod.rs:595:26 [INFO] [stderr] | [INFO] [stderr] 595 | use serde_json::{self, Value}; [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:180:19 [INFO] [stderr] | [INFO] [stderr] 180 | #[cfg(not(test))] extern crate serde_json; [INFO] [stderr] | ------------------------ the item `serde_json` is already imported here [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: the item `serde_json` is imported redundantly [INFO] [stderr] --> src/document/types/mod.rs:787:26 [INFO] [stderr] | [INFO] [stderr] 787 | use serde_json::{self, Value}; [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:180:19 [INFO] [stderr] | [INFO] [stderr] 180 | #[cfg(not(test))] extern crate serde_json; [INFO] [stderr] | ------------------------ the item `serde_json` is already imported here [INFO] [stderr] [INFO] [stderr] warning: the item `Error` is imported redundantly [INFO] [stderr] --> src/graph/types.rs:108:21 [INFO] [stderr] | [INFO] [stderr] 87 | use serde::de::Error; [INFO] [stderr] | ---------------- the item `Error` is already imported here [INFO] [stderr] ... [INFO] [stderr] 108 | use serde::de::Error; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: the item `serde_json` is imported redundantly [INFO] [stderr] --> src/graph/types.rs:865:26 [INFO] [stderr] | [INFO] [stderr] 865 | use serde_json::{self, Value}; [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] ::: src/lib.rs:180:19 [INFO] [stderr] | [INFO] [stderr] 180 | #[cfg(not(test))] extern crate serde_json; [INFO] [stderr] | ------------------------ the item `serde_json` is already imported here [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/index/types/mod.rs:264:34 [INFO] [stderr] | [INFO] [stderr] 264 | fn unwrap_details(&self) -> &IndexDetails { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn IndexDetails` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 11.59s [INFO] running `"docker" "inspect" "7e2fe9377cd51faec154477e0431323f978a7fe4977adbb145761c3ca8d7bb4b"` [INFO] running `"docker" "rm" "-f" "7e2fe9377cd51faec154477e0431323f978a7fe4977adbb145761c3ca8d7bb4b"` [INFO] [stdout] 7e2fe9377cd51faec154477e0431323f978a7fe4977adbb145761c3ca8d7bb4b [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-1/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/rincon_client/0.1.1:/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-07-23" "test" "--frozen" "--no-run"` [INFO] [stdout] 00594bded610ef4df345fe42ea11b74b39a9f2266bdc03abec014c5c4b2a666e [INFO] running `"docker" "start" "-a" "00594bded610ef4df345fe42ea11b74b39a9f2266bdc03abec014c5c4b2a666e"` [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling log-mdc v0.1.0 [INFO] [stderr] Compiling arc-swap v0.3.11 [INFO] [stderr] Compiling unsafe-any v0.4.2 [INFO] [stderr] Compiling thread-id v3.3.0 [INFO] [stderr] Compiling serde_yaml v0.8.9 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling ordered-float v1.0.2 [INFO] [stderr] Compiling syn v0.14.9 [INFO] [stderr] Compiling flate2 v1.0.9 [INFO] [stderr] Compiling syntex_fmt_macros v0.5.0 [INFO] [stderr] Compiling typemap v0.3.3 [INFO] [stderr] Compiling error-chain v0.11.0 [INFO] [stderr] Compiling serde-value v0.5.3 [INFO] [stderr] Compiling chrono v0.4.7 [INFO] [stderr] Compiling rincon_client v0.1.1 [INFO] [stderr] Compiling mio v0.6.19 [INFO] [stderr] Compiling tokio-io v0.1.12 [INFO] [stderr] Compiling tokio-threadpool v0.1.15 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling want v0.0.4 [INFO] [stderr] Compiling tokio-codec v0.1.1 [INFO] [stderr] Compiling log4rs v0.8.3 [INFO] [stderr] Compiling tokio-fs v0.1.6 [INFO] [stderr] Compiling tokio-reactor v0.1.9 [INFO] [stderr] Compiling mio-uds v0.6.7 [INFO] [stderr] Compiling tokio-udp v0.1.3 [INFO] [stderr] Compiling tokio-uds v0.2.5 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling tokio-core v0.1.17 [INFO] [stderr] Compiling derive-error-chain v0.11.2 [INFO] [stderr] Compiling tokio-proto v0.1.1 [INFO] [stderr] Compiling tokio-tls v0.1.4 [INFO] [stderr] Compiling tokio-io-timeout v0.1.3 [INFO] [stderr] Compiling hyper v0.11.27 [INFO] [stderr] Compiling dotenv v0.11.0 [INFO] [stderr] Compiling hyper-tls v0.1.4 [INFO] [stderr] Compiling hyper-timeout v0.1.1 [INFO] [stderr] Compiling rincon_connector v0.1.0 [INFO] [stderr] Compiling rincon_test_helper v0.1.0 [INFO] [stderr] Compiling rincon_client v0.1.1 (/opt/crater/workdir) [INFO] [stderr] error[E0283]: type annotations required: cannot resolve `std::string::String: std::convert::AsRef<_>` [INFO] [stderr] --> tests/user_methods.rs:58:53 [INFO] [stderr] | [INFO] [stderr] 58 | let new_user = NewUser::with_name(user_name.as_ref(), "testpass1"); [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0283`. [INFO] [stderr] error: Could not compile `rincon_client`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `rincon_client`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name aql_methods tests/aql_methods.rs --color never --emit=dep-info,link -C debuginfo=2 --test --cfg 'feature="default"' -C metadata=dfc5fa4dc60b96db -C extra-filename=-dfc5fa4dc60b96db --out-dir /opt/crater/target/debug/deps -L dependency=/opt/crater/target/debug/deps --extern futures=/opt/crater/target/debug/deps/libfutures-d5ea9e389594d93f.rlib --extern rincon_client=/opt/crater/target/debug/deps/librincon_client-67d40294e1724375.rlib --extern rincon_connector=/opt/crater/target/debug/deps/librincon_connector-9e2091dd5686dd88.rlib --extern rincon_core=/opt/crater/target/debug/deps/librincon_core-20042854bd02e8c7.rlib --extern rincon_test_helper=/opt/crater/target/debug/deps/librincon_test_helper-7b3acc3f84a47fc4.rlib --extern serde=/opt/crater/target/debug/deps/libserde-c55174c1f02a9342.rlib --extern serde_derive=/opt/crater/target/debug/deps/libserde_derive-118206482c25430d.so --extern serde_json=/opt/crater/target/debug/deps/libserde_json-86f23295433fb37c.rlib --extern tokio_core=/opt/crater/target/debug/deps/libtokio_core-690e4f612132b68b.rlib --extern version_sync=/opt/crater/target/debug/deps/libversion_sync-473141c5ef0bd186.rlib --cap-lints=warn -L native=/opt/crater/target/debug/build/backtrace-sys-897f45a579ca139a/out -L native=/opt/crater/target/debug/build/miniz-sys-acaaaedff836c650/out` (signal: 9, SIGKILL: kill) [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-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/cursor_methods-666c93414705a047.cursor_methods.89xvn3et-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/cursor_methods-666c93414705a047.cursor_methods.89xvn3et-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/cursor_methods-666c93414705a047.cursor_methods.89xvn3et-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/cursor_methods-666c93414705a047.cursor_methods.89xvn3et-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/cursor_methods-666c93414705a047.cursor_methods.89xvn3et-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/cursor_methods-666c93414705a047.cursor_methods.89xvn3et-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/cursor_methods-666c93414705a047.cursor_methods.89xvn3et-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/cursor_methods-666c93414705a047.cursor_methods.89xvn3et-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/cursor_methods-666c93414705a047.cursor_methods.89xvn3et-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/cursor_methods-666c93414705a047.cursor_methods.89xvn3et-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/cursor_methods-666c93414705a047.cursor_methods.89xvn3et-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/cursor_methods-666c93414705a047.cursor_methods.89xvn3et-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/cursor_methods-666c93414705a047.cursor_methods.89xvn3et-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/cursor_methods-666c93414705a047.cursor_methods.89xvn3et-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/cursor_methods-666c93414705a047.cursor_methods.89xvn3et-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/cursor_methods-666c93414705a047.cursor_methods.89xvn3et-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/cursor_methods-666c93414705a047" "/opt/crater/target/debug/deps/cursor_methods-666c93414705a047.u7u0uxwf6p5sz8x.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/backtrace-sys-897f45a579ca139a/out" "-L" "/opt/crater/target/debug/build/miniz-sys-acaaaedff836c650/out" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-7d9df032c0eb8a14.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-77300aa0d630d98f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-4d48ca12b265d456.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-8869eee15acf0f54.rlib" "/opt/crater/target/debug/deps/librincon_test_helper-7b3acc3f84a47fc4.rlib" "/opt/crater/target/debug/deps/librincon_client-02e17ee9e135e6ec.rlib" "/opt/crater/target/debug/deps/liblog4rs-6acbf2a5bb2f786b.rlib" "/opt/crater/target/debug/deps/libtypemap-142e4d29cbb97810.rlib" "/opt/crater/target/debug/deps/libunsafe_any-38ec6233484449f3.rlib" "/opt/crater/target/debug/deps/libtraitobject-e38d4174e3a9a182.rlib" "/opt/crater/target/debug/deps/libthread_id-a4349664e3e60e1b.rlib" "/opt/crater/target/debug/deps/libserde_yaml-c3d3d097517e584c.rlib" "/opt/crater/target/debug/deps/libyaml_rust-b0de4a487f0df794.rlib" "/opt/crater/target/debug/deps/liblinked_hash_map-64b5808476af51a2.rlib" "/opt/crater/target/debug/deps/libdtoa-d816c76c22d8db3a.rlib" "/opt/crater/target/debug/deps/libserde_value-1a032da5ad482397.rlib" "/opt/crater/target/debug/deps/libordered_float-2c339745bbc6adfe.rlib" "/opt/crater/target/debug/deps/liblog_mdc-56382796e0c18330.rlib" "/opt/crater/target/debug/deps/libhumantime-39d793d15deb41e2.rlib" "/opt/crater/target/debug/deps/libquick_error-7d23d7c8e4749989.rlib" "/opt/crater/target/debug/deps/libflate2-fd621dd9d60aa4dc.rlib" "/opt/crater/target/debug/deps/libminiz_sys-be0a49d9c614a432.rlib" "/opt/crater/target/debug/deps/libcrc32fast-29f316c0e3f52fda.rlib" "/opt/crater/target/debug/deps/libchrono-0764f23359eaac8d.rlib" "/opt/crater/target/debug/deps/libnum_integer-64b4588a973f5462.rlib" "/opt/crater/target/debug/deps/libnum_traits-d92e46de8754cc8f.rlib" "/opt/crater/target/debug/deps/libantidote-1bf644495c1bf2dd.rlib" "/opt/crater/target/debug/deps/libarc_swap-b67287d699998173.rlib" "/opt/crater/target/debug/deps/libdotenv-5a0eaa61b2945019.rlib" "/opt/crater/target/debug/deps/liberror_chain-e35ca98ef7d825e8.rlib" "/opt/crater/target/debug/deps/librincon_client-67d40294e1724375.rlib" "/opt/crater/target/debug/deps/librincon_connector-9e2091dd5686dd88.rlib" "/opt/crater/target/debug/deps/libhyper_tls-51ff8976b595aa2b.rlib" "/opt/crater/target/debug/deps/libtokio_tls-ac42ccd2e067de4b.rlib" "/opt/crater/target/debug/deps/libnative_tls-01c1bbd98752fe04.rlib" "/opt/crater/target/debug/deps/libopenssl-19ed7a5e8ef2a49c.rlib" "/opt/crater/target/debug/deps/libopenssl_sys-aa3c52185c6364d7.rlib" "/opt/crater/target/debug/deps/libforeign_types-8f4d3073b23c6f54.rlib" "/opt/crater/target/debug/deps/libforeign_types_shared-d12e0b78b2045397.rlib" "/opt/crater/target/debug/deps/libbitflags-3e0496368fb8d844.rlib" "/opt/crater/target/debug/deps/libhyper_timeout-cf35db7b947b71ba.rlib" "/opt/crater/target/debug/deps/libtokio_io_timeout-509dc15884c77cff.rlib" "/opt/crater/target/debug/deps/libhyper-3c3eb1474fab451f.rlib" "/opt/crater/target/debug/deps/libwant-effb6b52784b2e31.rlib" "/opt/crater/target/debug/deps/libtry_lock-7fa5856c91cbcbf0.rlib" "/opt/crater/target/debug/deps/libtokio_proto-8c7977b66cada6ad.rlib" "/opt/crater/target/debug/deps/liblog-ca0370df826a5443.rlib" "/opt/crater/target/debug/deps/libtokio_service-9650abef50fd856e.rlib" "/opt/crater/target/debug/deps/libtake-ce10093ec70fadb9.rlib" "/opt/crater/target/debug/deps/libsmallvec-76ba305a9ab6fd84.rlib" "/opt/crater/target/debug/deps/libslab-9e7ba87ec006f403.rlib" "/opt/crater/target/debug/deps/librand-e08ba8aab010d886.rlib" "/opt/crater/target/debug/deps/librand-12c0152561214ea4.rlib" "/opt/crater/target/debug/deps/libtime-edf45e35c919afdd.rlib" "/opt/crater/target/debug/deps/librelay-3c22bb309dc70d6b.rlib" "/opt/crater/target/debug/deps/libmime-1472717840a8711f.rlib" "/opt/crater/target/debug/deps/libunicase-9e2902eb2d489b6c.rlib" "/opt/crater/target/debug/deps/liblanguage_tags-c0eb57f43d2a41bf.rlib" "/opt/crater/target/debug/deps/libhttparse-57bd0f99975d1c11.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-1d42c7fdf24f18a1.rlib" "/opt/crater/target/debug/deps/libbase64-931ff60ca18d83eb.rlib" "/opt/crater/target/debug/deps/libsafemem-c5665ae8451a3a31.rlib" "/opt/crater/target/debug/deps/librincon_core-20042854bd02e8c7.rlib" "/opt/crater/target/debug/deps/liburl-4858f7c80a0a9641.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-880723daba293888.rlib" "/opt/crater/target/debug/deps/libidna-f1bd554acf3de410.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-b016911b6ed6746c.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-c4ef84e7768feceb.rlib" "/opt/crater/target/debug/deps/libmatches-4743b9188552617d.rlib" "/opt/crater/target/debug/deps/libserde_json-86f23295433fb37c.rlib" "/opt/crater/target/debug/deps/libryu-2328132eba3746b3.rlib" "/opt/crater/target/debug/deps/libitoa-97a946ec35c116e9.rlib" "/opt/crater/target/debug/deps/libregex-3d462ac2049ccd4a.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-32fecc95d998aacd.rlib" "/opt/crater/target/debug/deps/libregex_syntax-02faca48d2f43d09.rlib" "/opt/crater/target/debug/deps/libucd_util-3795c9684c4c7e7c.rlib" "/opt/crater/target/debug/deps/libthread_local-1060038c0757fbc7.rlib" "/opt/crater/target/debug/deps/libaho_corasick-fe9ec51007f48e38.rlib" "/opt/crater/target/debug/deps/libmemchr-e9dad3b9b8c90a38.rlib" "/opt/crater/target/debug/deps/libfailure-1b2f7beab45333aa.rlib" "/opt/crater/target/debug/deps/libbacktrace-28acba862a0e61e1.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-4dc2a9768ebe11d6.rlib" "/opt/crater/target/debug/deps/librustc_demangle-77014e9d388dc77b.rlib" "/opt/crater/target/debug/deps/libtokio_core-690e4f612132b68b.rlib" "/opt/crater/target/debug/deps/libscoped_tls-5d94d2b8c4ad5d53.rlib" "/opt/crater/target/debug/deps/libtokio-9c66ddc2add2db1c.rlib" "/opt/crater/target/debug/deps/libtokio_uds-02a9448e72561a1b.rlib" "/opt/crater/target/debug/deps/libmio_uds-ccb7a33fa15e4ff1.rlib" "/opt/crater/target/debug/deps/libtokio_udp-b9ec11d3e902af88.rlib" "/opt/crater/target/debug/deps/libtokio_timer-f9982e1f56590ba4.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-d798cd01f5832518.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-fbbd26e1ee4b6634.rlib" "/opt/crater/target/debug/deps/libtokio_sync-1f0017cb16a65231.rlib" "/opt/crater/target/debug/deps/libfnv-9c46c9dc8e117f05.rlib" "/opt/crater/target/debug/deps/libparking_lot-51364b1ab7806ac4.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-c25595f819d3620a.rlib" "/opt/crater/target/debug/deps/libsmallvec-3009c93eda7cf4fa.rlib" "/opt/crater/target/debug/deps/liblock_api-3fc8af4b186c35a8.rlib" "/opt/crater/target/debug/deps/libowning_ref-f49604bedfa4ae1c.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-287a8a8ca6ec21fa.rlib" "/opt/crater/target/debug/deps/libscopeguard-afc08b825b950866.rlib" "/opt/crater/target/debug/deps/libtokio_fs-f3d578c9222ff038.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-d4e0949e69c94830.rlib" "/opt/crater/target/debug/deps/librand-478ec8ce9fba553e.rlib" "/opt/crater/target/debug/deps/librand_xorshift-5e391b21601b8393.rlib" "/opt/crater/target/debug/deps/librand_pcg-05da2351d8811861.rlib" "/opt/crater/target/debug/deps/librand_hc-8d037a8bb74cc960.rlib" "/opt/crater/target/debug/deps/librand_chacha-1b8e39b253389048.rlib" "/opt/crater/target/debug/deps/librand_isaac-8a1220a5cdc55703.rlib" "/opt/crater/target/debug/deps/librand_core-5af554ddf81cd17c.rlib" "/opt/crater/target/debug/deps/librand_os-c26d9914b6da4d52.rlib" "/opt/crater/target/debug/deps/librand_jitter-162e89fc4f3652f5.rlib" "/opt/crater/target/debug/deps/librand_core-4c9a550ae16dbf0f.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-9a19686c8121c25b.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-78a0fcbdfc728626.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-64e8ef56c5fe0efe.rlib" "/opt/crater/target/debug/deps/libscopeguard-690e8e7efd40245c.rlib" "/opt/crater/target/debug/deps/libmemoffset-4e66c457697043a8.rlib" "/opt/crater/target/debug/deps/libarrayvec-1041925da7343e83.rlib" "/opt/crater/target/debug/deps/libnodrop-36ce0cdfb7359e6a.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-5588648d2cf8aa77.rlib" "/opt/crater/target/debug/deps/libtokio_executor-4d0d7a1ca34358f4.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-41fe25ba70f5455e.rlib" "/opt/crater/target/debug/deps/liblazy_static-6a4e8ea56a445919.rlib" "/opt/crater/target/debug/deps/libtokio_codec-2b10fcadf06805f6.rlib" "/opt/crater/target/debug/deps/libtokio_io-f0e430fadb88ba5f.rlib" "/opt/crater/target/debug/deps/libnum_cpus-2c854131c0da7b53.rlib" "/opt/crater/target/debug/deps/libmio-72f695ac77f0e259.rlib" "/opt/crater/target/debug/deps/liblog-ee35e2064e1aa30c.rlib" "/opt/crater/target/debug/deps/libserde-c55174c1f02a9342.rlib" "/opt/crater/target/debug/deps/libslab-8c37f8a83abe1853.rlib" "/opt/crater/target/debug/deps/libnet2-dc52c3a8ee685ffb.rlib" "/opt/crater/target/debug/deps/libcfg_if-17244d8fcea476bd.rlib" "/opt/crater/target/debug/deps/libfutures-d5ea9e389594d93f.rlib" "/opt/crater/target/debug/deps/libbytes-7003aa2c6f61a99c.rlib" "/opt/crater/target/debug/deps/libiovec-fff840893baf65a3.rlib" "/opt/crater/target/debug/deps/liblibc-15b143653abd1ffe.rlib" "/opt/crater/target/debug/deps/libbyteorder-066131f17ea0c99b.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a80a1e8e09cafef8.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e0e6351da805c468.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e04f54bafc95e331.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-67901d3322495bd5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-bd390b1abaceaec1.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-312dd37fdc7bedfc.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8ed0e51d58d644a3.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-8a423c320a6c707f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d6a95598e2238263.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d231614b153016eb.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-3821619027f463e4.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-1cfd794d18771a44.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-dcf33cf10c2452ef.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-c258fea34bf64bce.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `rincon_client`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: linking with `cc` failed: signal: 9 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/graph_methods-7fea4025ab3f07c6.graph_methods.9fh6g7ie-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/graph_methods-7fea4025ab3f07c6.graph_methods.9fh6g7ie-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/graph_methods-7fea4025ab3f07c6.graph_methods.9fh6g7ie-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/graph_methods-7fea4025ab3f07c6.graph_methods.9fh6g7ie-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/graph_methods-7fea4025ab3f07c6.graph_methods.9fh6g7ie-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/graph_methods-7fea4025ab3f07c6.graph_methods.9fh6g7ie-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/graph_methods-7fea4025ab3f07c6.graph_methods.9fh6g7ie-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/graph_methods-7fea4025ab3f07c6.graph_methods.9fh6g7ie-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/graph_methods-7fea4025ab3f07c6.graph_methods.9fh6g7ie-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/graph_methods-7fea4025ab3f07c6.graph_methods.9fh6g7ie-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/graph_methods-7fea4025ab3f07c6.graph_methods.9fh6g7ie-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/graph_methods-7fea4025ab3f07c6.graph_methods.9fh6g7ie-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/graph_methods-7fea4025ab3f07c6.graph_methods.9fh6g7ie-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/graph_methods-7fea4025ab3f07c6.graph_methods.9fh6g7ie-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/graph_methods-7fea4025ab3f07c6.graph_methods.9fh6g7ie-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/graph_methods-7fea4025ab3f07c6.graph_methods.9fh6g7ie-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/graph_methods-7fea4025ab3f07c6" "/opt/crater/target/debug/deps/graph_methods-7fea4025ab3f07c6.yk127qi1uf6at2k.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/backtrace-sys-897f45a579ca139a/out" "-L" "/opt/crater/target/debug/build/miniz-sys-acaaaedff836c650/out" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-7d9df032c0eb8a14.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-77300aa0d630d98f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-4d48ca12b265d456.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-8869eee15acf0f54.rlib" "/opt/crater/target/debug/deps/librincon_test_helper-7b3acc3f84a47fc4.rlib" "/opt/crater/target/debug/deps/librincon_client-02e17ee9e135e6ec.rlib" "/opt/crater/target/debug/deps/liblog4rs-6acbf2a5bb2f786b.rlib" "/opt/crater/target/debug/deps/libtypemap-142e4d29cbb97810.rlib" "/opt/crater/target/debug/deps/libunsafe_any-38ec6233484449f3.rlib" "/opt/crater/target/debug/deps/libtraitobject-e38d4174e3a9a182.rlib" "/opt/crater/target/debug/deps/libthread_id-a4349664e3e60e1b.rlib" "/opt/crater/target/debug/deps/libserde_yaml-c3d3d097517e584c.rlib" "/opt/crater/target/debug/deps/libyaml_rust-b0de4a487f0df794.rlib" "/opt/crater/target/debug/deps/liblinked_hash_map-64b5808476af51a2.rlib" "/opt/crater/target/debug/deps/libdtoa-d816c76c22d8db3a.rlib" "/opt/crater/target/debug/deps/libserde_value-1a032da5ad482397.rlib" "/opt/crater/target/debug/deps/libordered_float-2c339745bbc6adfe.rlib" "/opt/crater/target/debug/deps/liblog_mdc-56382796e0c18330.rlib" "/opt/crater/target/debug/deps/libhumantime-39d793d15deb41e2.rlib" "/opt/crater/target/debug/deps/libquick_error-7d23d7c8e4749989.rlib" "/opt/crater/target/debug/deps/libflate2-fd621dd9d60aa4dc.rlib" "/opt/crater/target/debug/deps/libminiz_sys-be0a49d9c614a432.rlib" "/opt/crater/target/debug/deps/libcrc32fast-29f316c0e3f52fda.rlib" "/opt/crater/target/debug/deps/libchrono-0764f23359eaac8d.rlib" "/opt/crater/target/debug/deps/libnum_integer-64b4588a973f5462.rlib" "/opt/crater/target/debug/deps/libnum_traits-d92e46de8754cc8f.rlib" "/opt/crater/target/debug/deps/libantidote-1bf644495c1bf2dd.rlib" "/opt/crater/target/debug/deps/libarc_swap-b67287d699998173.rlib" "/opt/crater/target/debug/deps/libdotenv-5a0eaa61b2945019.rlib" "/opt/crater/target/debug/deps/liberror_chain-e35ca98ef7d825e8.rlib" "/opt/crater/target/debug/deps/librincon_client-67d40294e1724375.rlib" "/opt/crater/target/debug/deps/librincon_connector-9e2091dd5686dd88.rlib" "/opt/crater/target/debug/deps/libhyper_tls-51ff8976b595aa2b.rlib" "/opt/crater/target/debug/deps/libtokio_tls-ac42ccd2e067de4b.rlib" "/opt/crater/target/debug/deps/libnative_tls-01c1bbd98752fe04.rlib" "/opt/crater/target/debug/deps/libopenssl-19ed7a5e8ef2a49c.rlib" "/opt/crater/target/debug/deps/libopenssl_sys-aa3c52185c6364d7.rlib" "/opt/crater/target/debug/deps/libforeign_types-8f4d3073b23c6f54.rlib" "/opt/crater/target/debug/deps/libforeign_types_shared-d12e0b78b2045397.rlib" "/opt/crater/target/debug/deps/libbitflags-3e0496368fb8d844.rlib" "/opt/crater/target/debug/deps/libhyper_timeout-cf35db7b947b71ba.rlib" "/opt/crater/target/debug/deps/libtokio_io_timeout-509dc15884c77cff.rlib" "/opt/crater/target/debug/deps/libhyper-3c3eb1474fab451f.rlib" "/opt/crater/target/debug/deps/libwant-effb6b52784b2e31.rlib" "/opt/crater/target/debug/deps/libtry_lock-7fa5856c91cbcbf0.rlib" "/opt/crater/target/debug/deps/libtokio_proto-8c7977b66cada6ad.rlib" "/opt/crater/target/debug/deps/liblog-ca0370df826a5443.rlib" "/opt/crater/target/debug/deps/libtokio_service-9650abef50fd856e.rlib" "/opt/crater/target/debug/deps/libtake-ce10093ec70fadb9.rlib" "/opt/crater/target/debug/deps/libsmallvec-76ba305a9ab6fd84.rlib" "/opt/crater/target/debug/deps/libslab-9e7ba87ec006f403.rlib" "/opt/crater/target/debug/deps/librand-e08ba8aab010d886.rlib" "/opt/crater/target/debug/deps/librand-12c0152561214ea4.rlib" "/opt/crater/target/debug/deps/libtime-edf45e35c919afdd.rlib" "/opt/crater/target/debug/deps/librelay-3c22bb309dc70d6b.rlib" "/opt/crater/target/debug/deps/libmime-1472717840a8711f.rlib" "/opt/crater/target/debug/deps/libunicase-9e2902eb2d489b6c.rlib" "/opt/crater/target/debug/deps/liblanguage_tags-c0eb57f43d2a41bf.rlib" "/opt/crater/target/debug/deps/libhttparse-57bd0f99975d1c11.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-1d42c7fdf24f18a1.rlib" "/opt/crater/target/debug/deps/libbase64-931ff60ca18d83eb.rlib" "/opt/crater/target/debug/deps/libsafemem-c5665ae8451a3a31.rlib" "/opt/crater/target/debug/deps/librincon_core-20042854bd02e8c7.rlib" "/opt/crater/target/debug/deps/liburl-4858f7c80a0a9641.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-880723daba293888.rlib" "/opt/crater/target/debug/deps/libidna-f1bd554acf3de410.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-b016911b6ed6746c.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-c4ef84e7768feceb.rlib" "/opt/crater/target/debug/deps/libmatches-4743b9188552617d.rlib" "/opt/crater/target/debug/deps/libserde_json-86f23295433fb37c.rlib" "/opt/crater/target/debug/deps/libryu-2328132eba3746b3.rlib" "/opt/crater/target/debug/deps/libitoa-97a946ec35c116e9.rlib" "/opt/crater/target/debug/deps/libregex-3d462ac2049ccd4a.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-32fecc95d998aacd.rlib" "/opt/crater/target/debug/deps/libregex_syntax-02faca48d2f43d09.rlib" "/opt/crater/target/debug/deps/libucd_util-3795c9684c4c7e7c.rlib" "/opt/crater/target/debug/deps/libthread_local-1060038c0757fbc7.rlib" "/opt/crater/target/debug/deps/libaho_corasick-fe9ec51007f48e38.rlib" "/opt/crater/target/debug/deps/libmemchr-e9dad3b9b8c90a38.rlib" "/opt/crater/target/debug/deps/libfailure-1b2f7beab45333aa.rlib" "/opt/crater/target/debug/deps/libbacktrace-28acba862a0e61e1.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-4dc2a9768ebe11d6.rlib" "/opt/crater/target/debug/deps/librustc_demangle-77014e9d388dc77b.rlib" "/opt/crater/target/debug/deps/libtokio_core-690e4f612132b68b.rlib" "/opt/crater/target/debug/deps/libscoped_tls-5d94d2b8c4ad5d53.rlib" "/opt/crater/target/debug/deps/libtokio-9c66ddc2add2db1c.rlib" "/opt/crater/target/debug/deps/libtokio_uds-02a9448e72561a1b.rlib" "/opt/crater/target/debug/deps/libmio_uds-ccb7a33fa15e4ff1.rlib" "/opt/crater/target/debug/deps/libtokio_udp-b9ec11d3e902af88.rlib" "/opt/crater/target/debug/deps/libtokio_timer-f9982e1f56590ba4.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-d798cd01f5832518.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-fbbd26e1ee4b6634.rlib" "/opt/crater/target/debug/deps/libtokio_sync-1f0017cb16a65231.rlib" "/opt/crater/target/debug/deps/libfnv-9c46c9dc8e117f05.rlib" "/opt/crater/target/debug/deps/libparking_lot-51364b1ab7806ac4.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-c25595f819d3620a.rlib" "/opt/crater/target/debug/deps/libsmallvec-3009c93eda7cf4fa.rlib" "/opt/crater/target/debug/deps/liblock_api-3fc8af4b186c35a8.rlib" "/opt/crater/target/debug/deps/libowning_ref-f49604bedfa4ae1c.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-287a8a8ca6ec21fa.rlib" "/opt/crater/target/debug/deps/libscopeguard-afc08b825b950866.rlib" "/opt/crater/target/debug/deps/libtokio_fs-f3d578c9222ff038.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-d4e0949e69c94830.rlib" "/opt/crater/target/debug/deps/librand-478ec8ce9fba553e.rlib" "/opt/crater/target/debug/deps/librand_xorshift-5e391b21601b8393.rlib" "/opt/crater/target/debug/deps/librand_pcg-05da2351d8811861.rlib" "/opt/crater/target/debug/deps/librand_hc-8d037a8bb74cc960.rlib" "/opt/crater/target/debug/deps/librand_chacha-1b8e39b253389048.rlib" "/opt/crater/target/debug/deps/librand_isaac-8a1220a5cdc55703.rlib" "/opt/crater/target/debug/deps/librand_core-5af554ddf81cd17c.rlib" "/opt/crater/target/debug/deps/librand_os-c26d9914b6da4d52.rlib" "/opt/crater/target/debug/deps/librand_jitter-162e89fc4f3652f5.rlib" "/opt/crater/target/debug/deps/librand_core-4c9a550ae16dbf0f.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-9a19686c8121c25b.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-78a0fcbdfc728626.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-64e8ef56c5fe0efe.rlib" "/opt/crater/target/debug/deps/libscopeguard-690e8e7efd40245c.rlib" "/opt/crater/target/debug/deps/libmemoffset-4e66c457697043a8.rlib" "/opt/crater/target/debug/deps/libarrayvec-1041925da7343e83.rlib" "/opt/crater/target/debug/deps/libnodrop-36ce0cdfb7359e6a.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-5588648d2cf8aa77.rlib" "/opt/crater/target/debug/deps/libtokio_executor-4d0d7a1ca34358f4.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-41fe25ba70f5455e.rlib" "/opt/crater/target/debug/deps/liblazy_static-6a4e8ea56a445919.rlib" "/opt/crater/target/debug/deps/libtokio_codec-2b10fcadf06805f6.rlib" "/opt/crater/target/debug/deps/libtokio_io-f0e430fadb88ba5f.rlib" "/opt/crater/target/debug/deps/libnum_cpus-2c854131c0da7b53.rlib" "/opt/crater/target/debug/deps/libmio-72f695ac77f0e259.rlib" "/opt/crater/target/debug/deps/liblog-ee35e2064e1aa30c.rlib" "/opt/crater/target/debug/deps/libserde-c55174c1f02a9342.rlib" "/opt/crater/target/debug/deps/libslab-8c37f8a83abe1853.rlib" "/opt/crater/target/debug/deps/libnet2-dc52c3a8ee685ffb.rlib" "/opt/crater/target/debug/deps/libcfg_if-17244d8fcea476bd.rlib" "/opt/crater/target/debug/deps/libfutures-d5ea9e389594d93f.rlib" "/opt/crater/target/debug/deps/libbytes-7003aa2c6f61a99c.rlib" "/opt/crater/target/debug/deps/libiovec-fff840893baf65a3.rlib" "/opt/crater/target/debug/deps/liblibc-15b143653abd1ffe.rlib" "/opt/crater/target/debug/deps/libbyteorder-066131f17ea0c99b.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a80a1e8e09cafef8.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e0e6351da805c468.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e04f54bafc95e331.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-67901d3322495bd5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-bd390b1abaceaec1.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-312dd37fdc7bedfc.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8ed0e51d58d644a3.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-8a423c320a6c707f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d6a95598e2238263.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d231614b153016eb.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-3821619027f463e4.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-1cfd794d18771a44.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-dcf33cf10c2452ef.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-c258fea34bf64bce.rlib" "-Wl,-Bdynamic" "-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 `rincon_client`. [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-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/collection_methods-2eca6f40c9107751.collection_methods.6jjw9wzs-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/collection_methods-2eca6f40c9107751.collection_methods.6jjw9wzs-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/collection_methods-2eca6f40c9107751.collection_methods.6jjw9wzs-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/collection_methods-2eca6f40c9107751.collection_methods.6jjw9wzs-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/collection_methods-2eca6f40c9107751.collection_methods.6jjw9wzs-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/collection_methods-2eca6f40c9107751.collection_methods.6jjw9wzs-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/collection_methods-2eca6f40c9107751.collection_methods.6jjw9wzs-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/collection_methods-2eca6f40c9107751.collection_methods.6jjw9wzs-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/collection_methods-2eca6f40c9107751.collection_methods.6jjw9wzs-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/collection_methods-2eca6f40c9107751.collection_methods.6jjw9wzs-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/collection_methods-2eca6f40c9107751.collection_methods.6jjw9wzs-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/collection_methods-2eca6f40c9107751.collection_methods.6jjw9wzs-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/collection_methods-2eca6f40c9107751.collection_methods.6jjw9wzs-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/collection_methods-2eca6f40c9107751.collection_methods.6jjw9wzs-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/collection_methods-2eca6f40c9107751.collection_methods.6jjw9wzs-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/collection_methods-2eca6f40c9107751.collection_methods.6jjw9wzs-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/collection_methods-2eca6f40c9107751" "/opt/crater/target/debug/deps/collection_methods-2eca6f40c9107751.415tb7om10xxhcps.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/backtrace-sys-897f45a579ca139a/out" "-L" "/opt/crater/target/debug/build/miniz-sys-acaaaedff836c650/out" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-7d9df032c0eb8a14.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-77300aa0d630d98f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-4d48ca12b265d456.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-8869eee15acf0f54.rlib" "/opt/crater/target/debug/deps/librincon_test_helper-7b3acc3f84a47fc4.rlib" "/opt/crater/target/debug/deps/librincon_client-02e17ee9e135e6ec.rlib" "/opt/crater/target/debug/deps/liblog4rs-6acbf2a5bb2f786b.rlib" "/opt/crater/target/debug/deps/libtypemap-142e4d29cbb97810.rlib" "/opt/crater/target/debug/deps/libunsafe_any-38ec6233484449f3.rlib" "/opt/crater/target/debug/deps/libtraitobject-e38d4174e3a9a182.rlib" "/opt/crater/target/debug/deps/libthread_id-a4349664e3e60e1b.rlib" "/opt/crater/target/debug/deps/libserde_yaml-c3d3d097517e584c.rlib" "/opt/crater/target/debug/deps/libyaml_rust-b0de4a487f0df794.rlib" "/opt/crater/target/debug/deps/liblinked_hash_map-64b5808476af51a2.rlib" "/opt/crater/target/debug/deps/libdtoa-d816c76c22d8db3a.rlib" "/opt/crater/target/debug/deps/libserde_value-1a032da5ad482397.rlib" "/opt/crater/target/debug/deps/libordered_float-2c339745bbc6adfe.rlib" "/opt/crater/target/debug/deps/liblog_mdc-56382796e0c18330.rlib" "/opt/crater/target/debug/deps/libhumantime-39d793d15deb41e2.rlib" "/opt/crater/target/debug/deps/libquick_error-7d23d7c8e4749989.rlib" "/opt/crater/target/debug/deps/libflate2-fd621dd9d60aa4dc.rlib" "/opt/crater/target/debug/deps/libminiz_sys-be0a49d9c614a432.rlib" "/opt/crater/target/debug/deps/libcrc32fast-29f316c0e3f52fda.rlib" "/opt/crater/target/debug/deps/libchrono-0764f23359eaac8d.rlib" "/opt/crater/target/debug/deps/libnum_integer-64b4588a973f5462.rlib" "/opt/crater/target/debug/deps/libnum_traits-d92e46de8754cc8f.rlib" "/opt/crater/target/debug/deps/libantidote-1bf644495c1bf2dd.rlib" "/opt/crater/target/debug/deps/libarc_swap-b67287d699998173.rlib" "/opt/crater/target/debug/deps/libdotenv-5a0eaa61b2945019.rlib" "/opt/crater/target/debug/deps/liberror_chain-e35ca98ef7d825e8.rlib" "/opt/crater/target/debug/deps/librincon_client-67d40294e1724375.rlib" "/opt/crater/target/debug/deps/librincon_connector-9e2091dd5686dd88.rlib" "/opt/crater/target/debug/deps/libhyper_tls-51ff8976b595aa2b.rlib" "/opt/crater/target/debug/deps/libtokio_tls-ac42ccd2e067de4b.rlib" "/opt/crater/target/debug/deps/libnative_tls-01c1bbd98752fe04.rlib" "/opt/crater/target/debug/deps/libopenssl-19ed7a5e8ef2a49c.rlib" "/opt/crater/target/debug/deps/libopenssl_sys-aa3c52185c6364d7.rlib" "/opt/crater/target/debug/deps/libforeign_types-8f4d3073b23c6f54.rlib" "/opt/crater/target/debug/deps/libforeign_types_shared-d12e0b78b2045397.rlib" "/opt/crater/target/debug/deps/libbitflags-3e0496368fb8d844.rlib" "/opt/crater/target/debug/deps/libhyper_timeout-cf35db7b947b71ba.rlib" "/opt/crater/target/debug/deps/libtokio_io_timeout-509dc15884c77cff.rlib" "/opt/crater/target/debug/deps/libhyper-3c3eb1474fab451f.rlib" "/opt/crater/target/debug/deps/libwant-effb6b52784b2e31.rlib" "/opt/crater/target/debug/deps/libtry_lock-7fa5856c91cbcbf0.rlib" "/opt/crater/target/debug/deps/libtokio_proto-8c7977b66cada6ad.rlib" "/opt/crater/target/debug/deps/liblog-ca0370df826a5443.rlib" "/opt/crater/target/debug/deps/libtokio_service-9650abef50fd856e.rlib" "/opt/crater/target/debug/deps/libtake-ce10093ec70fadb9.rlib" "/opt/crater/target/debug/deps/libsmallvec-76ba305a9ab6fd84.rlib" "/opt/crater/target/debug/deps/libslab-9e7ba87ec006f403.rlib" "/opt/crater/target/debug/deps/librand-e08ba8aab010d886.rlib" "/opt/crater/target/debug/deps/librand-12c0152561214ea4.rlib" "/opt/crater/target/debug/deps/libtime-edf45e35c919afdd.rlib" "/opt/crater/target/debug/deps/librelay-3c22bb309dc70d6b.rlib" "/opt/crater/target/debug/deps/libmime-1472717840a8711f.rlib" "/opt/crater/target/debug/deps/libunicase-9e2902eb2d489b6c.rlib" "/opt/crater/target/debug/deps/liblanguage_tags-c0eb57f43d2a41bf.rlib" "/opt/crater/target/debug/deps/libhttparse-57bd0f99975d1c11.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-1d42c7fdf24f18a1.rlib" "/opt/crater/target/debug/deps/libbase64-931ff60ca18d83eb.rlib" "/opt/crater/target/debug/deps/libsafemem-c5665ae8451a3a31.rlib" "/opt/crater/target/debug/deps/librincon_core-20042854bd02e8c7.rlib" "/opt/crater/target/debug/deps/liburl-4858f7c80a0a9641.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-880723daba293888.rlib" "/opt/crater/target/debug/deps/libidna-f1bd554acf3de410.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-b016911b6ed6746c.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-c4ef84e7768feceb.rlib" "/opt/crater/target/debug/deps/libmatches-4743b9188552617d.rlib" "/opt/crater/target/debug/deps/libserde_json-86f23295433fb37c.rlib" "/opt/crater/target/debug/deps/libryu-2328132eba3746b3.rlib" "/opt/crater/target/debug/deps/libitoa-97a946ec35c116e9.rlib" "/opt/crater/target/debug/deps/libregex-3d462ac2049ccd4a.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-32fecc95d998aacd.rlib" "/opt/crater/target/debug/deps/libregex_syntax-02faca48d2f43d09.rlib" "/opt/crater/target/debug/deps/libucd_util-3795c9684c4c7e7c.rlib" "/opt/crater/target/debug/deps/libthread_local-1060038c0757fbc7.rlib" "/opt/crater/target/debug/deps/libaho_corasick-fe9ec51007f48e38.rlib" "/opt/crater/target/debug/deps/libmemchr-e9dad3b9b8c90a38.rlib" "/opt/crater/target/debug/deps/libfailure-1b2f7beab45333aa.rlib" "/opt/crater/target/debug/deps/libbacktrace-28acba862a0e61e1.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-4dc2a9768ebe11d6.rlib" "/opt/crater/target/debug/deps/librustc_demangle-77014e9d388dc77b.rlib" "/opt/crater/target/debug/deps/libtokio_core-690e4f612132b68b.rlib" "/opt/crater/target/debug/deps/libscoped_tls-5d94d2b8c4ad5d53.rlib" "/opt/crater/target/debug/deps/libtokio-9c66ddc2add2db1c.rlib" "/opt/crater/target/debug/deps/libtokio_uds-02a9448e72561a1b.rlib" "/opt/crater/target/debug/deps/libmio_uds-ccb7a33fa15e4ff1.rlib" "/opt/crater/target/debug/deps/libtokio_udp-b9ec11d3e902af88.rlib" "/opt/crater/target/debug/deps/libtokio_timer-f9982e1f56590ba4.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-d798cd01f5832518.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-fbbd26e1ee4b6634.rlib" "/opt/crater/target/debug/deps/libtokio_sync-1f0017cb16a65231.rlib" "/opt/crater/target/debug/deps/libfnv-9c46c9dc8e117f05.rlib" "/opt/crater/target/debug/deps/libparking_lot-51364b1ab7806ac4.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-c25595f819d3620a.rlib" "/opt/crater/target/debug/deps/libsmallvec-3009c93eda7cf4fa.rlib" "/opt/crater/target/debug/deps/liblock_api-3fc8af4b186c35a8.rlib" "/opt/crater/target/debug/deps/libowning_ref-f49604bedfa4ae1c.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-287a8a8ca6ec21fa.rlib" "/opt/crater/target/debug/deps/libscopeguard-afc08b825b950866.rlib" "/opt/crater/target/debug/deps/libtokio_fs-f3d578c9222ff038.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-d4e0949e69c94830.rlib" "/opt/crater/target/debug/deps/librand-478ec8ce9fba553e.rlib" "/opt/crater/target/debug/deps/librand_xorshift-5e391b21601b8393.rlib" "/opt/crater/target/debug/deps/librand_pcg-05da2351d8811861.rlib" "/opt/crater/target/debug/deps/librand_hc-8d037a8bb74cc960.rlib" "/opt/crater/target/debug/deps/librand_chacha-1b8e39b253389048.rlib" "/opt/crater/target/debug/deps/librand_isaac-8a1220a5cdc55703.rlib" "/opt/crater/target/debug/deps/librand_core-5af554ddf81cd17c.rlib" "/opt/crater/target/debug/deps/librand_os-c26d9914b6da4d52.rlib" "/opt/crater/target/debug/deps/librand_jitter-162e89fc4f3652f5.rlib" "/opt/crater/target/debug/deps/librand_core-4c9a550ae16dbf0f.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-9a19686c8121c25b.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-78a0fcbdfc728626.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-64e8ef56c5fe0efe.rlib" "/opt/crater/target/debug/deps/libscopeguard-690e8e7efd40245c.rlib" "/opt/crater/target/debug/deps/libmemoffset-4e66c457697043a8.rlib" "/opt/crater/target/debug/deps/libarrayvec-1041925da7343e83.rlib" "/opt/crater/target/debug/deps/libnodrop-36ce0cdfb7359e6a.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-5588648d2cf8aa77.rlib" "/opt/crater/target/debug/deps/libtokio_executor-4d0d7a1ca34358f4.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-41fe25ba70f5455e.rlib" "/opt/crater/target/debug/deps/liblazy_static-6a4e8ea56a445919.rlib" "/opt/crater/target/debug/deps/libtokio_codec-2b10fcadf06805f6.rlib" "/opt/crater/target/debug/deps/libtokio_io-f0e430fadb88ba5f.rlib" "/opt/crater/target/debug/deps/libnum_cpus-2c854131c0da7b53.rlib" "/opt/crater/target/debug/deps/libmio-72f695ac77f0e259.rlib" "/opt/crater/target/debug/deps/liblog-ee35e2064e1aa30c.rlib" "/opt/crater/target/debug/deps/libserde-c55174c1f02a9342.rlib" "/opt/crater/target/debug/deps/libslab-8c37f8a83abe1853.rlib" "/opt/crater/target/debug/deps/libnet2-dc52c3a8ee685ffb.rlib" "/opt/crater/target/debug/deps/libcfg_if-17244d8fcea476bd.rlib" "/opt/crater/target/debug/deps/libfutures-d5ea9e389594d93f.rlib" "/opt/crater/target/debug/deps/libbytes-7003aa2c6f61a99c.rlib" "/opt/crater/target/debug/deps/libiovec-fff840893baf65a3.rlib" "/opt/crater/target/debug/deps/liblibc-15b143653abd1ffe.rlib" "/opt/crater/target/debug/deps/libbyteorder-066131f17ea0c99b.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a80a1e8e09cafef8.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e0e6351da805c468.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e04f54bafc95e331.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-67901d3322495bd5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-bd390b1abaceaec1.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-312dd37fdc7bedfc.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8ed0e51d58d644a3.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-8a423c320a6c707f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d6a95598e2238263.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d231614b153016eb.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-3821619027f463e4.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-1cfd794d18771a44.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-dcf33cf10c2452ef.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-c258fea34bf64bce.rlib" "-Wl,-Bdynamic" "-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 `rincon_client`. [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-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/database_methods-28c933dc370dd828.database_methods.77ixekho-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/database_methods-28c933dc370dd828.database_methods.77ixekho-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/database_methods-28c933dc370dd828.database_methods.77ixekho-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/database_methods-28c933dc370dd828.database_methods.77ixekho-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/database_methods-28c933dc370dd828.database_methods.77ixekho-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/database_methods-28c933dc370dd828.database_methods.77ixekho-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/database_methods-28c933dc370dd828.database_methods.77ixekho-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/database_methods-28c933dc370dd828.database_methods.77ixekho-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/database_methods-28c933dc370dd828.database_methods.77ixekho-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/database_methods-28c933dc370dd828.database_methods.77ixekho-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/database_methods-28c933dc370dd828.database_methods.77ixekho-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/database_methods-28c933dc370dd828.database_methods.77ixekho-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/database_methods-28c933dc370dd828.database_methods.77ixekho-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/database_methods-28c933dc370dd828.database_methods.77ixekho-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/database_methods-28c933dc370dd828.database_methods.77ixekho-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/database_methods-28c933dc370dd828.database_methods.77ixekho-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/database_methods-28c933dc370dd828" "/opt/crater/target/debug/deps/database_methods-28c933dc370dd828.4c5ygc0q6hmnsxhn.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/backtrace-sys-897f45a579ca139a/out" "-L" "/opt/crater/target/debug/build/miniz-sys-acaaaedff836c650/out" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-7d9df032c0eb8a14.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-77300aa0d630d98f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-4d48ca12b265d456.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-8869eee15acf0f54.rlib" "/opt/crater/target/debug/deps/librincon_test_helper-7b3acc3f84a47fc4.rlib" "/opt/crater/target/debug/deps/librincon_client-02e17ee9e135e6ec.rlib" "/opt/crater/target/debug/deps/liblog4rs-6acbf2a5bb2f786b.rlib" "/opt/crater/target/debug/deps/libtypemap-142e4d29cbb97810.rlib" "/opt/crater/target/debug/deps/libunsafe_any-38ec6233484449f3.rlib" "/opt/crater/target/debug/deps/libtraitobject-e38d4174e3a9a182.rlib" "/opt/crater/target/debug/deps/libthread_id-a4349664e3e60e1b.rlib" "/opt/crater/target/debug/deps/libserde_yaml-c3d3d097517e584c.rlib" "/opt/crater/target/debug/deps/libyaml_rust-b0de4a487f0df794.rlib" "/opt/crater/target/debug/deps/liblinked_hash_map-64b5808476af51a2.rlib" "/opt/crater/target/debug/deps/libdtoa-d816c76c22d8db3a.rlib" "/opt/crater/target/debug/deps/libserde_value-1a032da5ad482397.rlib" "/opt/crater/target/debug/deps/libordered_float-2c339745bbc6adfe.rlib" "/opt/crater/target/debug/deps/liblog_mdc-56382796e0c18330.rlib" "/opt/crater/target/debug/deps/libhumantime-39d793d15deb41e2.rlib" "/opt/crater/target/debug/deps/libquick_error-7d23d7c8e4749989.rlib" "/opt/crater/target/debug/deps/libflate2-fd621dd9d60aa4dc.rlib" "/opt/crater/target/debug/deps/libminiz_sys-be0a49d9c614a432.rlib" "/opt/crater/target/debug/deps/libcrc32fast-29f316c0e3f52fda.rlib" "/opt/crater/target/debug/deps/libchrono-0764f23359eaac8d.rlib" "/opt/crater/target/debug/deps/libnum_integer-64b4588a973f5462.rlib" "/opt/crater/target/debug/deps/libnum_traits-d92e46de8754cc8f.rlib" "/opt/crater/target/debug/deps/libantidote-1bf644495c1bf2dd.rlib" "/opt/crater/target/debug/deps/libarc_swap-b67287d699998173.rlib" "/opt/crater/target/debug/deps/libdotenv-5a0eaa61b2945019.rlib" "/opt/crater/target/debug/deps/liberror_chain-e35ca98ef7d825e8.rlib" "/opt/crater/target/debug/deps/librincon_client-67d40294e1724375.rlib" "/opt/crater/target/debug/deps/librincon_connector-9e2091dd5686dd88.rlib" "/opt/crater/target/debug/deps/libhyper_tls-51ff8976b595aa2b.rlib" "/opt/crater/target/debug/deps/libtokio_tls-ac42ccd2e067de4b.rlib" "/opt/crater/target/debug/deps/libnative_tls-01c1bbd98752fe04.rlib" "/opt/crater/target/debug/deps/libopenssl-19ed7a5e8ef2a49c.rlib" "/opt/crater/target/debug/deps/libopenssl_sys-aa3c52185c6364d7.rlib" "/opt/crater/target/debug/deps/libforeign_types-8f4d3073b23c6f54.rlib" "/opt/crater/target/debug/deps/libforeign_types_shared-d12e0b78b2045397.rlib" "/opt/crater/target/debug/deps/libbitflags-3e0496368fb8d844.rlib" "/opt/crater/target/debug/deps/libhyper_timeout-cf35db7b947b71ba.rlib" "/opt/crater/target/debug/deps/libtokio_io_timeout-509dc15884c77cff.rlib" "/opt/crater/target/debug/deps/libhyper-3c3eb1474fab451f.rlib" "/opt/crater/target/debug/deps/libwant-effb6b52784b2e31.rlib" "/opt/crater/target/debug/deps/libtry_lock-7fa5856c91cbcbf0.rlib" "/opt/crater/target/debug/deps/libtokio_proto-8c7977b66cada6ad.rlib" "/opt/crater/target/debug/deps/liblog-ca0370df826a5443.rlib" "/opt/crater/target/debug/deps/libtokio_service-9650abef50fd856e.rlib" "/opt/crater/target/debug/deps/libtake-ce10093ec70fadb9.rlib" "/opt/crater/target/debug/deps/libsmallvec-76ba305a9ab6fd84.rlib" "/opt/crater/target/debug/deps/libslab-9e7ba87ec006f403.rlib" "/opt/crater/target/debug/deps/librand-e08ba8aab010d886.rlib" "/opt/crater/target/debug/deps/librand-12c0152561214ea4.rlib" "/opt/crater/target/debug/deps/libtime-edf45e35c919afdd.rlib" "/opt/crater/target/debug/deps/librelay-3c22bb309dc70d6b.rlib" "/opt/crater/target/debug/deps/libmime-1472717840a8711f.rlib" "/opt/crater/target/debug/deps/libunicase-9e2902eb2d489b6c.rlib" "/opt/crater/target/debug/deps/liblanguage_tags-c0eb57f43d2a41bf.rlib" "/opt/crater/target/debug/deps/libhttparse-57bd0f99975d1c11.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-1d42c7fdf24f18a1.rlib" "/opt/crater/target/debug/deps/libbase64-931ff60ca18d83eb.rlib" "/opt/crater/target/debug/deps/libsafemem-c5665ae8451a3a31.rlib" "/opt/crater/target/debug/deps/librincon_core-20042854bd02e8c7.rlib" "/opt/crater/target/debug/deps/liburl-4858f7c80a0a9641.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-880723daba293888.rlib" "/opt/crater/target/debug/deps/libidna-f1bd554acf3de410.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-b016911b6ed6746c.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-c4ef84e7768feceb.rlib" "/opt/crater/target/debug/deps/libmatches-4743b9188552617d.rlib" "/opt/crater/target/debug/deps/libserde_json-86f23295433fb37c.rlib" "/opt/crater/target/debug/deps/libryu-2328132eba3746b3.rlib" "/opt/crater/target/debug/deps/libitoa-97a946ec35c116e9.rlib" "/opt/crater/target/debug/deps/libregex-3d462ac2049ccd4a.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-32fecc95d998aacd.rlib" "/opt/crater/target/debug/deps/libregex_syntax-02faca48d2f43d09.rlib" "/opt/crater/target/debug/deps/libucd_util-3795c9684c4c7e7c.rlib" "/opt/crater/target/debug/deps/libthread_local-1060038c0757fbc7.rlib" "/opt/crater/target/debug/deps/libaho_corasick-fe9ec51007f48e38.rlib" "/opt/crater/target/debug/deps/libmemchr-e9dad3b9b8c90a38.rlib" "/opt/crater/target/debug/deps/libfailure-1b2f7beab45333aa.rlib" "/opt/crater/target/debug/deps/libbacktrace-28acba862a0e61e1.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-4dc2a9768ebe11d6.rlib" "/opt/crater/target/debug/deps/librustc_demangle-77014e9d388dc77b.rlib" "/opt/crater/target/debug/deps/libtokio_core-690e4f612132b68b.rlib" "/opt/crater/target/debug/deps/libscoped_tls-5d94d2b8c4ad5d53.rlib" "/opt/crater/target/debug/deps/libtokio-9c66ddc2add2db1c.rlib" "/opt/crater/target/debug/deps/libtokio_uds-02a9448e72561a1b.rlib" "/opt/crater/target/debug/deps/libmio_uds-ccb7a33fa15e4ff1.rlib" "/opt/crater/target/debug/deps/libtokio_udp-b9ec11d3e902af88.rlib" "/opt/crater/target/debug/deps/libtokio_timer-f9982e1f56590ba4.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-d798cd01f5832518.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-fbbd26e1ee4b6634.rlib" "/opt/crater/target/debug/deps/libtokio_sync-1f0017cb16a65231.rlib" "/opt/crater/target/debug/deps/libfnv-9c46c9dc8e117f05.rlib" "/opt/crater/target/debug/deps/libparking_lot-51364b1ab7806ac4.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-c25595f819d3620a.rlib" "/opt/crater/target/debug/deps/libsmallvec-3009c93eda7cf4fa.rlib" "/opt/crater/target/debug/deps/liblock_api-3fc8af4b186c35a8.rlib" "/opt/crater/target/debug/deps/libowning_ref-f49604bedfa4ae1c.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-287a8a8ca6ec21fa.rlib" "/opt/crater/target/debug/deps/libscopeguard-afc08b825b950866.rlib" "/opt/crater/target/debug/deps/libtokio_fs-f3d578c9222ff038.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-d4e0949e69c94830.rlib" "/opt/crater/target/debug/deps/librand-478ec8ce9fba553e.rlib" "/opt/crater/target/debug/deps/librand_xorshift-5e391b21601b8393.rlib" "/opt/crater/target/debug/deps/librand_pcg-05da2351d8811861.rlib" "/opt/crater/target/debug/deps/librand_hc-8d037a8bb74cc960.rlib" "/opt/crater/target/debug/deps/librand_chacha-1b8e39b253389048.rlib" "/opt/crater/target/debug/deps/librand_isaac-8a1220a5cdc55703.rlib" "/opt/crater/target/debug/deps/librand_core-5af554ddf81cd17c.rlib" "/opt/crater/target/debug/deps/librand_os-c26d9914b6da4d52.rlib" "/opt/crater/target/debug/deps/librand_jitter-162e89fc4f3652f5.rlib" "/opt/crater/target/debug/deps/librand_core-4c9a550ae16dbf0f.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-9a19686c8121c25b.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-78a0fcbdfc728626.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-64e8ef56c5fe0efe.rlib" "/opt/crater/target/debug/deps/libscopeguard-690e8e7efd40245c.rlib" "/opt/crater/target/debug/deps/libmemoffset-4e66c457697043a8.rlib" "/opt/crater/target/debug/deps/libarrayvec-1041925da7343e83.rlib" "/opt/crater/target/debug/deps/libnodrop-36ce0cdfb7359e6a.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-5588648d2cf8aa77.rlib" "/opt/crater/target/debug/deps/libtokio_executor-4d0d7a1ca34358f4.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-41fe25ba70f5455e.rlib" "/opt/crater/target/debug/deps/liblazy_static-6a4e8ea56a445919.rlib" "/opt/crater/target/debug/deps/libtokio_codec-2b10fcadf06805f6.rlib" "/opt/crater/target/debug/deps/libtokio_io-f0e430fadb88ba5f.rlib" "/opt/crater/target/debug/deps/libnum_cpus-2c854131c0da7b53.rlib" "/opt/crater/target/debug/deps/libmio-72f695ac77f0e259.rlib" "/opt/crater/target/debug/deps/liblog-ee35e2064e1aa30c.rlib" "/opt/crater/target/debug/deps/libserde-c55174c1f02a9342.rlib" "/opt/crater/target/debug/deps/libslab-8c37f8a83abe1853.rlib" "/opt/crater/target/debug/deps/libnet2-dc52c3a8ee685ffb.rlib" "/opt/crater/target/debug/deps/libcfg_if-17244d8fcea476bd.rlib" "/opt/crater/target/debug/deps/libfutures-d5ea9e389594d93f.rlib" "/opt/crater/target/debug/deps/libbytes-7003aa2c6f61a99c.rlib" "/opt/crater/target/debug/deps/libiovec-fff840893baf65a3.rlib" "/opt/crater/target/debug/deps/liblibc-15b143653abd1ffe.rlib" "/opt/crater/target/debug/deps/libbyteorder-066131f17ea0c99b.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a80a1e8e09cafef8.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e0e6351da805c468.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e04f54bafc95e331.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-67901d3322495bd5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-bd390b1abaceaec1.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-312dd37fdc7bedfc.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8ed0e51d58d644a3.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-8a423c320a6c707f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d6a95598e2238263.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d231614b153016eb.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-3821619027f463e4.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-1cfd794d18771a44.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-dcf33cf10c2452ef.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-c258fea34bf64bce.rlib" "-Wl,-Bdynamic" "-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 `rincon_client`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "00594bded610ef4df345fe42ea11b74b39a9f2266bdc03abec014c5c4b2a666e"` [INFO] running `"docker" "rm" "-f" "00594bded610ef4df345fe42ea11b74b39a9f2266bdc03abec014c5c4b2a666e"` [INFO] [stdout] 00594bded610ef4df345fe42ea11b74b39a9f2266bdc03abec014c5c4b2a666e