[INFO] crate gabira 0.1.3 is already in cache [INFO] extracting crate gabira 0.1.3 into work/ex/beta-1.38-1/sources/1.37.0/reg/gabira/0.1.3 [INFO] extracting crate gabira 0.1.3 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/gabira/0.1.3 [INFO] validating manifest of gabira-0.1.3 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 gabira-0.1.3 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 gabira-0.1.3 [INFO] finished frobbing gabira-0.1.3 [INFO] frobbed toml for gabira-0.1.3 written to work/ex/beta-1.38-1/sources/1.37.0/reg/gabira/0.1.3/Cargo.toml [INFO] started frobbing gabira-0.1.3 [INFO] finished frobbing gabira-0.1.3 [INFO] frobbed toml for gabira-0.1.3 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/gabira/0.1.3/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 gabira-0.1.3 against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/gabira/0.1.3:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] 89360a0ac6cde5208dfb58a7eb78fb9b01fdd052ab0d9d777df6f9f1284bc0f0 [INFO] running `"docker" "start" "-a" "89360a0ac6cde5208dfb58a7eb78fb9b01fdd052ab0d9d777df6f9f1284bc0f0"` [INFO] [stderr] Compiling tokio-udp v0.1.3 [INFO] [stderr] Compiling tokio-uds v0.2.5 [INFO] [stderr] Compiling tokio-fs v0.1.6 [INFO] [stderr] Compiling tokio-signal v0.2.7 [INFO] [stderr] Compiling trust-dns-proto v0.6.3 [INFO] [stderr] Compiling trust-dns-proto v0.5.0 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling trust-dns-resolver v0.10.3 [INFO] [stderr] Compiling actix v0.7.9 [INFO] [stderr] Compiling actix-net v0.2.6 [INFO] [stderr] Compiling actix-web v0.7.19 [INFO] [stderr] Compiling gabira v0.1.3 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/assert.rs:15:49 [INFO] [stderr] | [INFO] [stderr] 15 | pub fn create_status_assert(status: u16) -> Box { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&ClientResponse)` [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/assert.rs:21:50 [INFO] [stderr] | [INFO] [stderr] 21 | pub fn create_body_assert<'a>(body: Body) -> Box { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&ClientResponse) + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/assert.rs:26:71 [INFO] [stderr] | [INFO] [stderr] 26 | pub fn create_cookie_assert<'a>(name: &'a str, value: &'a str) -> Box { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&ClientResponse) + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/assert.rs:38:61 [INFO] [stderr] | [INFO] [stderr] 38 | pub fn create_json_assert<'a, T: Serialize>(json: T) -> Box { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&ClientResponse) + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/assert.rs:43:61 [INFO] [stderr] | [INFO] [stderr] 43 | pub fn create_form_assert<'a, T: Serialize>(form: T) -> Box { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&ClientResponse) + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/assert.rs:53:10 [INFO] [stderr] | [INFO] [stderr] 53 | ) -> Box { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&ClientResponse) + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/expect_builder.rs:16:29 [INFO] [stderr] | [INFO] [stderr] 16 | pub expectations: Vec>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&ClientResponse) + 'a` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 46.40s [INFO] running `"docker" "inspect" "89360a0ac6cde5208dfb58a7eb78fb9b01fdd052ab0d9d777df6f9f1284bc0f0"` [INFO] running `"docker" "rm" "-f" "89360a0ac6cde5208dfb58a7eb78fb9b01fdd052ab0d9d777df6f9f1284bc0f0"` [INFO] [stdout] 89360a0ac6cde5208dfb58a7eb78fb9b01fdd052ab0d9d777df6f9f1284bc0f0 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/gabira/0.1.3:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] 1c6edf89ba1049b15ae42c5248e45b3860a22824bbedec46e980db76c3547893 [INFO] running `"docker" "start" "-a" "1c6edf89ba1049b15ae42c5248e45b3860a22824bbedec46e980db76c3547893"` [INFO] [stderr] Compiling gabira v0.1.3 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/assert.rs:15:49 [INFO] [stderr] | [INFO] [stderr] 15 | pub fn create_status_assert(status: u16) -> Box { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&ClientResponse)` [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/assert.rs:21:50 [INFO] [stderr] | [INFO] [stderr] 21 | pub fn create_body_assert<'a>(body: Body) -> Box { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&ClientResponse) + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/assert.rs:26:71 [INFO] [stderr] | [INFO] [stderr] 26 | pub fn create_cookie_assert<'a>(name: &'a str, value: &'a str) -> Box { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&ClientResponse) + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/assert.rs:38:61 [INFO] [stderr] | [INFO] [stderr] 38 | pub fn create_json_assert<'a, T: Serialize>(json: T) -> Box { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&ClientResponse) + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/assert.rs:43:61 [INFO] [stderr] | [INFO] [stderr] 43 | pub fn create_form_assert<'a, T: Serialize>(form: T) -> Box { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&ClientResponse) + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/assert.rs:53:10 [INFO] [stderr] | [INFO] [stderr] 53 | ) -> Box { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&ClientResponse) + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/expect_builder.rs:16:29 [INFO] [stderr] | [INFO] [stderr] 16 | pub expectations: Vec>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&ClientResponse) + 'a` [INFO] [stderr] [INFO] [stderr] error: Could not compile `gabira`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name comment examples/comment.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 -C metadata=0ce462376b094674 -C extra-filename=-0ce462376b094674 --out-dir /opt/crater/target/debug/examples -L dependency=/opt/crater/target/debug/deps --extern actix_web=/opt/crater/target/debug/deps/libactix_web-a110f4a9cf334ddb.rlib --extern ansi_term=/opt/crater/target/debug/deps/libansi_term-8091014737d4fb0a.rlib --extern futures=/opt/crater/target/debug/deps/libfutures-f60afb80ba7dd5f9.rlib --extern gabira=/opt/crater/target/debug/deps/libgabira-0eaabe621a6f9b83.rlib --extern owning_ref=/opt/crater/target/debug/deps/libowning_ref-ac29b4f5b10168db.rlib --extern pretty_assertions=/opt/crater/target/debug/deps/libpretty_assertions-403986a256d85281.rlib --extern serde=/opt/crater/target/debug/deps/libserde-5125a48878b1da57.rlib --extern serde_derive=/opt/crater/target/debug/deps/libserde_derive-080adf51b2cd98e4.so --extern serde_json=/opt/crater/target/debug/deps/libserde_json-0c53888b338bdcbb.rlib --extern serde_urlencoded=/opt/crater/target/debug/deps/libserde_urlencoded-d67e5b6a50588f74.rlib --extern tokio=/opt/crater/target/debug/deps/libtokio-feb42a6d171f27b4.rlib --cap-lints=warn -L native=/opt/crater/target/debug/build/backtrace-sys-d5ae900bfde9750d/out -L native=/opt/crater/target/debug/build/brotli-sys-d77b4ed66f94f6a0/out -L native=/opt/crater/target/debug/build/ring-4d4e586c1c4a7c66/out -L native=/opt/crater/target/debug/build/miniz-sys-e6b91e84307dae80/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `gabira`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name lib tests/lib.rs --color never --emit=dep-info,link -C debuginfo=2 --test -C metadata=444e592293240abe -C extra-filename=-444e592293240abe --out-dir /opt/crater/target/debug/deps -L dependency=/opt/crater/target/debug/deps --extern actix_web=/opt/crater/target/debug/deps/libactix_web-a110f4a9cf334ddb.rlib --extern ansi_term=/opt/crater/target/debug/deps/libansi_term-8091014737d4fb0a.rlib --extern futures=/opt/crater/target/debug/deps/libfutures-f60afb80ba7dd5f9.rlib --extern gabira=/opt/crater/target/debug/deps/libgabira-0eaabe621a6f9b83.rlib --extern owning_ref=/opt/crater/target/debug/deps/libowning_ref-ac29b4f5b10168db.rlib --extern pretty_assertions=/opt/crater/target/debug/deps/libpretty_assertions-403986a256d85281.rlib --extern serde=/opt/crater/target/debug/deps/libserde-5125a48878b1da57.rlib --extern serde_derive=/opt/crater/target/debug/deps/libserde_derive-080adf51b2cd98e4.so --extern serde_json=/opt/crater/target/debug/deps/libserde_json-0c53888b338bdcbb.rlib --extern serde_urlencoded=/opt/crater/target/debug/deps/libserde_urlencoded-d67e5b6a50588f74.rlib --extern tokio=/opt/crater/target/debug/deps/libtokio-feb42a6d171f27b4.rlib --cap-lints=warn -L native=/opt/crater/target/debug/build/backtrace-sys-d5ae900bfde9750d/out -L native=/opt/crater/target/debug/build/brotli-sys-d77b4ed66f94f6a0/out -L native=/opt/crater/target/debug/build/ring-4d4e586c1c4a7c66/out -L native=/opt/crater/target/debug/build/miniz-sys-e6b91e84307dae80/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-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/login-a116c10f8778341a.login.3ng769pp-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/login-a116c10f8778341a.login.3ng769pp-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/login-a116c10f8778341a.login.3ng769pp-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/login-a116c10f8778341a.login.3ng769pp-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/login-a116c10f8778341a.login.3ng769pp-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/login-a116c10f8778341a.login.3ng769pp-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/login-a116c10f8778341a.login.3ng769pp-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/login-a116c10f8778341a.login.3ng769pp-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/login-a116c10f8778341a.login.3ng769pp-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/login-a116c10f8778341a.login.3ng769pp-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/login-a116c10f8778341a.login.3ng769pp-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/login-a116c10f8778341a.login.3ng769pp-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/login-a116c10f8778341a.login.3ng769pp-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/login-a116c10f8778341a.login.3ng769pp-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/login-a116c10f8778341a.login.3ng769pp-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/login-a116c10f8778341a.login.3ng769pp-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/login-a116c10f8778341a" "/opt/crater/target/debug/examples/login-a116c10f8778341a.2w1rcs1750z806xl.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-d5ae900bfde9750d/out" "-L" "/opt/crater/target/debug/build/brotli-sys-d77b4ed66f94f6a0/out" "-L" "/opt/crater/target/debug/build/ring-4d4e586c1c4a7c66/out" "-L" "/opt/crater/target/debug/build/miniz-sys-e6b91e84307dae80/out" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libgabira-0eaabe621a6f9b83.rlib" "/opt/crater/target/debug/deps/libowning_ref-ac29b4f5b10168db.rlib" "/opt/crater/target/debug/deps/libpretty_assertions-403986a256d85281.rlib" "/opt/crater/target/debug/deps/libansi_term-8091014737d4fb0a.rlib" "/opt/crater/target/debug/deps/libdifference-1218d0f86f85b4a5.rlib" "/opt/crater/target/debug/deps/libactix_web-a110f4a9cf334ddb.rlib" "/opt/crater/target/debug/deps/libactix_net-624bdf02ddd31dc4.rlib" "/opt/crater/target/debug/deps/libactix-d9390bea734d34f7.rlib" "/opt/crater/target/debug/deps/libtokio_signal-83aaa5284f37e2f0.rlib" "/opt/crater/target/debug/deps/libsignal_hook-d9faaa7f78bab552.rlib" "/opt/crater/target/debug/deps/libsignal_hook_registry-8df3adacb1c33f00.rlib" "/opt/crater/target/debug/deps/libarc_swap-93566b374619c7c2.rlib" "/opt/crater/target/debug/deps/libuuid-f16e5d6869c4f603.rlib" "/opt/crater/target/debug/deps/libcrossbeam_channel-d970ccf301adf1a2.rlib" "/opt/crater/target/debug/deps/libtrust_dns_resolver-058ca3097030fc71.rlib" "/opt/crater/target/debug/deps/libtrust_dns_proto-18a3a9f66efd1cdf.rlib" "/opt/crater/target/debug/deps/libsocket2-6fb8e7a2ba5ba86e.rlib" "/opt/crater/target/debug/deps/librand-b6342a2b099df0ea.rlib" "/opt/crater/target/debug/deps/libresolv_conf-f17194abb30b4618.rlib" "/opt/crater/target/debug/deps/libhostname-89f50352f30974eb.rlib" "/opt/crater/target/debug/deps/libquick_error-f50ea951eae373ef.rlib" "/opt/crater/target/debug/deps/liblru_cache-d7a8c6e601ba3cf4.rlib" "/opt/crater/target/debug/deps/liblinked_hash_map-6ecb4766f3b9adc1.rlib" "/opt/crater/target/debug/deps/libtower_service-60efc7e43e6f2414.rlib" "/opt/crater/target/debug/deps/libv_htmlescape-b2fdc9ee1c6d8da3.rlib" "/opt/crater/target/debug/deps/libv_escape-6c775c4e7654def7.rlib" "/opt/crater/target/debug/deps/libserde_json-0c53888b338bdcbb.rlib" "/opt/crater/target/debug/deps/libryu-a9583eff3872e809.rlib" "/opt/crater/target/debug/deps/libserde_urlencoded-d67e5b6a50588f74.rlib" "/opt/crater/target/debug/deps/libdtoa-d00aefffc4eb47c6.rlib" "/opt/crater/target/debug/deps/libh2-7ce9a464a394dae7.rlib" "/opt/crater/target/debug/deps/libindexmap-7e7e602ce07f2ecc.rlib" "/opt/crater/target/debug/deps/libstring-843076355837a498.rlib" "/opt/crater/target/debug/deps/libflate2-44e97da53206a469.rlib" "/opt/crater/target/debug/deps/libminiz_sys-d1a6f8c2cfb9ecb9.rlib" "/opt/crater/target/debug/deps/libcrc32fast-36786f74e06a90c6.rlib" "/opt/crater/target/debug/deps/libbrotli2-a4aea9d1c67bb299.rlib" "/opt/crater/target/debug/deps/libbrotli_sys-646a07b832142890.rlib" "/opt/crater/target/debug/deps/libserde-5125a48878b1da57.rlib" "/opt/crater/target/debug/deps/libtokio-feb42a6d171f27b4.rlib" "/opt/crater/target/debug/deps/libtokio_uds-693149603c474994.rlib" "/opt/crater/target/debug/deps/libmio_uds-30f764d0ece3396a.rlib" "/opt/crater/target/debug/deps/libtokio_udp-4f79c9dfa2b7d97b.rlib" "/opt/crater/target/debug/deps/libtokio_timer-c6e40c97d9def47d.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-4e3d09ac42da28c3.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-654c60982694e85b.rlib" "/opt/crater/target/debug/deps/libtokio_sync-e9d8e5fe6c538a0e.rlib" "/opt/crater/target/debug/deps/libtokio_fs-aef26bea31fdd99e.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-d6bd97a0b912158c.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-2589c79105784e0d.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-5a68c737302d997f.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-8ce32638c5f827b5.rlib" "/opt/crater/target/debug/deps/libscopeguard-0bc963131f7c0d17.rlib" "/opt/crater/target/debug/deps/libmemoffset-d44318d335d18b97.rlib" "/opt/crater/target/debug/deps/libarrayvec-1cff3f0e2df954b3.rlib" "/opt/crater/target/debug/deps/libnodrop-7f98e5f8ec110eeb.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-747363cf0ed087f7.rlib" "/opt/crater/target/debug/deps/libtokio_executor-bdf861f407e5fa85.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-e32b73b6a212c837.rlib" "/opt/crater/target/debug/deps/libtokio_codec-f1acef0d81e34154.rlib" "/opt/crater/target/debug/deps/libtokio_io-e864b8c7ff8bdedb.rlib" "/opt/crater/target/debug/deps/libparking_lot-a2a3f5738e64e299.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-0a2f813e9395a925.rlib" "/opt/crater/target/debug/deps/librand-df42e40182f3396d.rlib" "/opt/crater/target/debug/deps/librand_xorshift-7d8f31ca92b77fa2.rlib" "/opt/crater/target/debug/deps/librand_pcg-ed671db4fe3757e2.rlib" "/opt/crater/target/debug/deps/librand_hc-4c92add42f70a90d.rlib" "/opt/crater/target/debug/deps/librand_chacha-e91e2c78433be7c6.rlib" "/opt/crater/target/debug/deps/librand_isaac-b9edad9ba5665600.rlib" "/opt/crater/target/debug/deps/librand_core-d2f25fae99fc860a.rlib" "/opt/crater/target/debug/deps/librand_os-4634e01c13ceff4d.rlib" "/opt/crater/target/debug/deps/librand_jitter-a13c2857ac7f2734.rlib" "/opt/crater/target/debug/deps/librand_core-a5a514f3409fd81c.rlib" "/opt/crater/target/debug/deps/liblock_api-fc146aa09c055915.rlib" "/opt/crater/target/debug/deps/libowning_ref-3fc2847bd21aa6e0.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-0255958156eadff4.rlib" "/opt/crater/target/debug/deps/libscopeguard-22a7afc64d55fe2c.rlib" "/opt/crater/target/debug/deps/libmio-78388d2f58980e4b.rlib" "/opt/crater/target/debug/deps/libslab-9297145f06665f9b.rlib" "/opt/crater/target/debug/deps/libnet2-bb453ffc26c3f792.rlib" "/opt/crater/target/debug/deps/libmime_guess-e0b509de2ddd47d6.rlib" "/opt/crater/target/debug/deps/libmime-08b233499a8575f9.rlib" "/opt/crater/target/debug/deps/libunicase-f706828e628bdd0b.rlib" "/opt/crater/target/debug/deps/liblazycell-45116a8946ed0c92.rlib" "/opt/crater/target/debug/deps/liblanguage_tags-05e049e3a82cbfb0.rlib" "/opt/crater/target/debug/deps/libhttparse-c28176d01bc731e0.rlib" "/opt/crater/target/debug/deps/libhttp-d33e8055adaa7d32.rlib" "/opt/crater/target/debug/deps/libitoa-fbd08118d5c2ed14.rlib" "/opt/crater/target/debug/deps/libfnv-6e18f98be4338210.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-06d6ecfc654c76f9.rlib" "/opt/crater/target/debug/deps/libnum_cpus-b569161181e0c021.rlib" "/opt/crater/target/debug/deps/libcookie-4703640c57dab369.rlib" "/opt/crater/target/debug/deps/libbase64-cc637031afaea5c5.rlib" "/opt/crater/target/debug/deps/libsafemem-a19c8ef0327c60ac.rlib" "/opt/crater/target/debug/deps/libring-af1f7e658234ffef.rlib" "/opt/crater/target/debug/deps/libuntrusted-5376089619eed254.rlib" "/opt/crater/target/debug/deps/liburl-ab44d25203638746.rlib" "/opt/crater/target/debug/deps/libencoding-54227715430251f9.rlib" "/opt/crater/target/debug/deps/libencoding_index_tradchinese-b71b470ec9df29eb.rlib" "/opt/crater/target/debug/deps/libencoding_index_simpchinese-35e725787041c6d1.rlib" "/opt/crater/target/debug/deps/libencoding_index_japanese-2c5c8763fe313cfe.rlib" "/opt/crater/target/debug/deps/libencoding_index_korean-8cb57dd76654293b.rlib" "/opt/crater/target/debug/deps/libencoding_index_singlebyte-80fb7d4b4c048edf.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-b2b1eddedcc9d5cc.rlib" "/opt/crater/target/debug/deps/libidna-7075ca6261d9bac1.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-b16029f4e9e6461c.rlib" "/opt/crater/target/debug/deps/libsmallvec-7295b1a781bd56b7.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-020a270ca49d2bee.rlib" "/opt/crater/target/debug/deps/libmatches-9f7ad04d44b47530.rlib" "/opt/crater/target/debug/deps/libfutures-f60afb80ba7dd5f9.rlib" "/opt/crater/target/debug/deps/libfailure-0e2ba5b5fecbe196.rlib" "/opt/crater/target/debug/deps/libbacktrace-0ba24489b33d7a88.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-4ba3fb5c8a305755.rlib" "/opt/crater/target/debug/deps/librustc_demangle-93c44a61a479f45e.rlib" "/opt/crater/target/debug/deps/libbitflags-c2b055ef483e7b37.rlib" "/opt/crater/target/debug/deps/libtime-c375bf02baafb2fd.rlib" "/opt/crater/target/debug/deps/libsha1-19561cf7d08c449a.rlib" "/opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib" "/opt/crater/target/debug/deps/libregex_syntax-bd99c61924ee7656.rlib" "/opt/crater/target/debug/deps/libthread_local-2ae771cec36f83c2.rlib" "/opt/crater/target/debug/deps/liblazy_static-1f7a4359e40a6da9.rlib" "/opt/crater/target/debug/deps/libaho_corasick-d762a0026dd53dbb.rlib" "/opt/crater/target/debug/deps/libmemchr-23e7689be8a12a36.rlib" "/opt/crater/target/debug/deps/libbytes-ed85d24d60fcc292.rlib" "/opt/crater/target/debug/deps/libiovec-700e4a654a679356.rlib" "/opt/crater/target/debug/deps/liblibc-37f3d1c853b3b7bd.rlib" "/opt/crater/target/debug/deps/libbase64-ecbe49359e7e13a6.rlib" "/opt/crater/target/debug/deps/libbyteorder-98f71e4258b709b0.rlib" "/opt/crater/target/debug/deps/liblog-ab552fa662c561dc.rlib" "/opt/crater/target/debug/deps/libcfg_if-c978b2f886ff1de7.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1d6d86bd078a28e9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e9721e46a424e2a9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-c07193698f282147.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6da45690f3863086.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-690797036dd27680.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-d3896ccbfd8eda2b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7cccc3739e3d7623.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5e9ba178a513cd29.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-5ca9f83bf63d1f4b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bba1c7ef9e950882.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e23c9de62012deb5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9b59dffdcd513d5d.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-17392340ab2e4a97.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ac21508a81e3f7f3.rlib" "-Wl,-Bdynamic" "-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 `gabira`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/ping-f429c1f8a0c35e26.ping.4tmybx2h-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/ping-f429c1f8a0c35e26.ping.4tmybx2h-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/ping-f429c1f8a0c35e26.ping.4tmybx2h-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/ping-f429c1f8a0c35e26.ping.4tmybx2h-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/ping-f429c1f8a0c35e26.ping.4tmybx2h-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/ping-f429c1f8a0c35e26.ping.4tmybx2h-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/ping-f429c1f8a0c35e26.ping.4tmybx2h-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/ping-f429c1f8a0c35e26.ping.4tmybx2h-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/ping-f429c1f8a0c35e26.ping.4tmybx2h-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/ping-f429c1f8a0c35e26.ping.4tmybx2h-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/ping-f429c1f8a0c35e26.ping.4tmybx2h-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/ping-f429c1f8a0c35e26.ping.4tmybx2h-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/ping-f429c1f8a0c35e26.ping.4tmybx2h-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/ping-f429c1f8a0c35e26.ping.4tmybx2h-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/ping-f429c1f8a0c35e26.ping.4tmybx2h-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/ping-f429c1f8a0c35e26.ping.4tmybx2h-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/ping-f429c1f8a0c35e26" "/opt/crater/target/debug/examples/ping-f429c1f8a0c35e26.1dxdb9ka1qat7734.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-d5ae900bfde9750d/out" "-L" "/opt/crater/target/debug/build/brotli-sys-d77b4ed66f94f6a0/out" "-L" "/opt/crater/target/debug/build/ring-4d4e586c1c4a7c66/out" "-L" "/opt/crater/target/debug/build/miniz-sys-e6b91e84307dae80/out" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libgabira-0eaabe621a6f9b83.rlib" "/opt/crater/target/debug/deps/libowning_ref-ac29b4f5b10168db.rlib" "/opt/crater/target/debug/deps/libpretty_assertions-403986a256d85281.rlib" "/opt/crater/target/debug/deps/libansi_term-8091014737d4fb0a.rlib" "/opt/crater/target/debug/deps/libdifference-1218d0f86f85b4a5.rlib" "/opt/crater/target/debug/deps/libactix_web-a110f4a9cf334ddb.rlib" "/opt/crater/target/debug/deps/libactix_net-624bdf02ddd31dc4.rlib" "/opt/crater/target/debug/deps/libactix-d9390bea734d34f7.rlib" "/opt/crater/target/debug/deps/libtokio_signal-83aaa5284f37e2f0.rlib" "/opt/crater/target/debug/deps/libsignal_hook-d9faaa7f78bab552.rlib" "/opt/crater/target/debug/deps/libsignal_hook_registry-8df3adacb1c33f00.rlib" "/opt/crater/target/debug/deps/libarc_swap-93566b374619c7c2.rlib" "/opt/crater/target/debug/deps/libuuid-f16e5d6869c4f603.rlib" "/opt/crater/target/debug/deps/libcrossbeam_channel-d970ccf301adf1a2.rlib" "/opt/crater/target/debug/deps/libtrust_dns_resolver-058ca3097030fc71.rlib" "/opt/crater/target/debug/deps/libtrust_dns_proto-18a3a9f66efd1cdf.rlib" "/opt/crater/target/debug/deps/libsocket2-6fb8e7a2ba5ba86e.rlib" "/opt/crater/target/debug/deps/librand-b6342a2b099df0ea.rlib" "/opt/crater/target/debug/deps/libresolv_conf-f17194abb30b4618.rlib" "/opt/crater/target/debug/deps/libhostname-89f50352f30974eb.rlib" "/opt/crater/target/debug/deps/libquick_error-f50ea951eae373ef.rlib" "/opt/crater/target/debug/deps/liblru_cache-d7a8c6e601ba3cf4.rlib" "/opt/crater/target/debug/deps/liblinked_hash_map-6ecb4766f3b9adc1.rlib" "/opt/crater/target/debug/deps/libtower_service-60efc7e43e6f2414.rlib" "/opt/crater/target/debug/deps/libv_htmlescape-b2fdc9ee1c6d8da3.rlib" "/opt/crater/target/debug/deps/libv_escape-6c775c4e7654def7.rlib" "/opt/crater/target/debug/deps/libserde_json-0c53888b338bdcbb.rlib" "/opt/crater/target/debug/deps/libryu-a9583eff3872e809.rlib" "/opt/crater/target/debug/deps/libserde_urlencoded-d67e5b6a50588f74.rlib" "/opt/crater/target/debug/deps/libdtoa-d00aefffc4eb47c6.rlib" "/opt/crater/target/debug/deps/libh2-7ce9a464a394dae7.rlib" "/opt/crater/target/debug/deps/libindexmap-7e7e602ce07f2ecc.rlib" "/opt/crater/target/debug/deps/libstring-843076355837a498.rlib" "/opt/crater/target/debug/deps/libflate2-44e97da53206a469.rlib" "/opt/crater/target/debug/deps/libminiz_sys-d1a6f8c2cfb9ecb9.rlib" "/opt/crater/target/debug/deps/libcrc32fast-36786f74e06a90c6.rlib" "/opt/crater/target/debug/deps/libbrotli2-a4aea9d1c67bb299.rlib" "/opt/crater/target/debug/deps/libbrotli_sys-646a07b832142890.rlib" "/opt/crater/target/debug/deps/libserde-5125a48878b1da57.rlib" "/opt/crater/target/debug/deps/libtokio-feb42a6d171f27b4.rlib" "/opt/crater/target/debug/deps/libtokio_uds-693149603c474994.rlib" "/opt/crater/target/debug/deps/libmio_uds-30f764d0ece3396a.rlib" "/opt/crater/target/debug/deps/libtokio_udp-4f79c9dfa2b7d97b.rlib" "/opt/crater/target/debug/deps/libtokio_timer-c6e40c97d9def47d.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-4e3d09ac42da28c3.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-654c60982694e85b.rlib" "/opt/crater/target/debug/deps/libtokio_sync-e9d8e5fe6c538a0e.rlib" "/opt/crater/target/debug/deps/libtokio_fs-aef26bea31fdd99e.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-d6bd97a0b912158c.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-2589c79105784e0d.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-5a68c737302d997f.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-8ce32638c5f827b5.rlib" "/opt/crater/target/debug/deps/libscopeguard-0bc963131f7c0d17.rlib" "/opt/crater/target/debug/deps/libmemoffset-d44318d335d18b97.rlib" "/opt/crater/target/debug/deps/libarrayvec-1cff3f0e2df954b3.rlib" "/opt/crater/target/debug/deps/libnodrop-7f98e5f8ec110eeb.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-747363cf0ed087f7.rlib" "/opt/crater/target/debug/deps/libtokio_executor-bdf861f407e5fa85.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-e32b73b6a212c837.rlib" "/opt/crater/target/debug/deps/libtokio_codec-f1acef0d81e34154.rlib" "/opt/crater/target/debug/deps/libtokio_io-e864b8c7ff8bdedb.rlib" "/opt/crater/target/debug/deps/libparking_lot-a2a3f5738e64e299.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-0a2f813e9395a925.rlib" "/opt/crater/target/debug/deps/librand-df42e40182f3396d.rlib" "/opt/crater/target/debug/deps/librand_xorshift-7d8f31ca92b77fa2.rlib" "/opt/crater/target/debug/deps/librand_pcg-ed671db4fe3757e2.rlib" "/opt/crater/target/debug/deps/librand_hc-4c92add42f70a90d.rlib" "/opt/crater/target/debug/deps/librand_chacha-e91e2c78433be7c6.rlib" "/opt/crater/target/debug/deps/librand_isaac-b9edad9ba5665600.rlib" "/opt/crater/target/debug/deps/librand_core-d2f25fae99fc860a.rlib" "/opt/crater/target/debug/deps/librand_os-4634e01c13ceff4d.rlib" "/opt/crater/target/debug/deps/librand_jitter-a13c2857ac7f2734.rlib" "/opt/crater/target/debug/deps/librand_core-a5a514f3409fd81c.rlib" "/opt/crater/target/debug/deps/liblock_api-fc146aa09c055915.rlib" "/opt/crater/target/debug/deps/libowning_ref-3fc2847bd21aa6e0.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-0255958156eadff4.rlib" "/opt/crater/target/debug/deps/libscopeguard-22a7afc64d55fe2c.rlib" "/opt/crater/target/debug/deps/libmio-78388d2f58980e4b.rlib" "/opt/crater/target/debug/deps/libslab-9297145f06665f9b.rlib" "/opt/crater/target/debug/deps/libnet2-bb453ffc26c3f792.rlib" "/opt/crater/target/debug/deps/libmime_guess-e0b509de2ddd47d6.rlib" "/opt/crater/target/debug/deps/libmime-08b233499a8575f9.rlib" "/opt/crater/target/debug/deps/libunicase-f706828e628bdd0b.rlib" "/opt/crater/target/debug/deps/liblazycell-45116a8946ed0c92.rlib" "/opt/crater/target/debug/deps/liblanguage_tags-05e049e3a82cbfb0.rlib" "/opt/crater/target/debug/deps/libhttparse-c28176d01bc731e0.rlib" "/opt/crater/target/debug/deps/libhttp-d33e8055adaa7d32.rlib" "/opt/crater/target/debug/deps/libitoa-fbd08118d5c2ed14.rlib" "/opt/crater/target/debug/deps/libfnv-6e18f98be4338210.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-06d6ecfc654c76f9.rlib" "/opt/crater/target/debug/deps/libnum_cpus-b569161181e0c021.rlib" "/opt/crater/target/debug/deps/libcookie-4703640c57dab369.rlib" "/opt/crater/target/debug/deps/libbase64-cc637031afaea5c5.rlib" "/opt/crater/target/debug/deps/libsafemem-a19c8ef0327c60ac.rlib" "/opt/crater/target/debug/deps/libring-af1f7e658234ffef.rlib" "/opt/crater/target/debug/deps/libuntrusted-5376089619eed254.rlib" "/opt/crater/target/debug/deps/liburl-ab44d25203638746.rlib" "/opt/crater/target/debug/deps/libencoding-54227715430251f9.rlib" "/opt/crater/target/debug/deps/libencoding_index_tradchinese-b71b470ec9df29eb.rlib" "/opt/crater/target/debug/deps/libencoding_index_simpchinese-35e725787041c6d1.rlib" "/opt/crater/target/debug/deps/libencoding_index_japanese-2c5c8763fe313cfe.rlib" "/opt/crater/target/debug/deps/libencoding_index_korean-8cb57dd76654293b.rlib" "/opt/crater/target/debug/deps/libencoding_index_singlebyte-80fb7d4b4c048edf.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-b2b1eddedcc9d5cc.rlib" "/opt/crater/target/debug/deps/libidna-7075ca6261d9bac1.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-b16029f4e9e6461c.rlib" "/opt/crater/target/debug/deps/libsmallvec-7295b1a781bd56b7.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-020a270ca49d2bee.rlib" "/opt/crater/target/debug/deps/libmatches-9f7ad04d44b47530.rlib" "/opt/crater/target/debug/deps/libfutures-f60afb80ba7dd5f9.rlib" "/opt/crater/target/debug/deps/libfailure-0e2ba5b5fecbe196.rlib" "/opt/crater/target/debug/deps/libbacktrace-0ba24489b33d7a88.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-4ba3fb5c8a305755.rlib" "/opt/crater/target/debug/deps/librustc_demangle-93c44a61a479f45e.rlib" "/opt/crater/target/debug/deps/libbitflags-c2b055ef483e7b37.rlib" "/opt/crater/target/debug/deps/libtime-c375bf02baafb2fd.rlib" "/opt/crater/target/debug/deps/libsha1-19561cf7d08c449a.rlib" "/opt/crater/target/debug/deps/libregex-2f54045970e77773.rlib" "/opt/crater/target/debug/deps/libregex_syntax-bd99c61924ee7656.rlib" "/opt/crater/target/debug/deps/libthread_local-2ae771cec36f83c2.rlib" "/opt/crater/target/debug/deps/liblazy_static-1f7a4359e40a6da9.rlib" "/opt/crater/target/debug/deps/libaho_corasick-d762a0026dd53dbb.rlib" "/opt/crater/target/debug/deps/libmemchr-23e7689be8a12a36.rlib" "/opt/crater/target/debug/deps/libbytes-ed85d24d60fcc292.rlib" "/opt/crater/target/debug/deps/libiovec-700e4a654a679356.rlib" "/opt/crater/target/debug/deps/liblibc-37f3d1c853b3b7bd.rlib" "/opt/crater/target/debug/deps/libbase64-ecbe49359e7e13a6.rlib" "/opt/crater/target/debug/deps/libbyteorder-98f71e4258b709b0.rlib" "/opt/crater/target/debug/deps/liblog-ab552fa662c561dc.rlib" "/opt/crater/target/debug/deps/libcfg_if-c978b2f886ff1de7.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1d6d86bd078a28e9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e9721e46a424e2a9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-c07193698f282147.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6da45690f3863086.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-690797036dd27680.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-d3896ccbfd8eda2b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7cccc3739e3d7623.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5e9ba178a513cd29.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-5ca9f83bf63d1f4b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bba1c7ef9e950882.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e23c9de62012deb5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9b59dffdcd513d5d.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-17392340ab2e4a97.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ac21508a81e3f7f3.rlib" "-Wl,-Bdynamic" "-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 `gabira`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "1c6edf89ba1049b15ae42c5248e45b3860a22824bbedec46e980db76c3547893"` [INFO] running `"docker" "rm" "-f" "1c6edf89ba1049b15ae42c5248e45b3860a22824bbedec46e980db76c3547893"` [INFO] [stdout] 1c6edf89ba1049b15ae42c5248e45b3860a22824bbedec46e980db76c3547893