[INFO] fetching crate gabira 0.1.3... [INFO] extracting crate gabira 0.1.3 into work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/gabira/0.1.3 [INFO] extracting crate gabira 0.1.3 into work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/gabira/0.1.3 [INFO] validating manifest of gabira-0.1.3 on toolchain master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of gabira-0.1.3 on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "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/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/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/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/gabira/0.1.3/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing gabira-0.1.3 against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-3/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/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=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "build" "--frozen"` [INFO] [stdout] 37569b301c7f839fa6bd621beb6215c2119e9bdc656acf0c63d862dcbfd7eaeb [INFO] running `"docker" "start" "-a" "37569b301c7f839fa6bd621beb6215c2119e9bdc656acf0c63d862dcbfd7eaeb"` [INFO] [stderr] Compiling trust-dns-proto v0.6.3 [INFO] [stderr] Compiling trust-dns-proto v0.5.0 [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 55.44s [INFO] running `"docker" "inspect" "37569b301c7f839fa6bd621beb6215c2119e9bdc656acf0c63d862dcbfd7eaeb"` [INFO] running `"docker" "rm" "-f" "37569b301c7f839fa6bd621beb6215c2119e9bdc656acf0c63d862dcbfd7eaeb"` [INFO] [stdout] 37569b301c7f839fa6bd621beb6215c2119e9bdc656acf0c63d862dcbfd7eaeb [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-3/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/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=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 8cef04d49be7871c879a5d69ab3fe6e878df4456af3e7b5198db231a3fed9020 [INFO] running `"docker" "start" "-a" "8cef04d49be7871c879a5d69ab3fe6e878df4456af3e7b5198db231a3fed9020"` [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 lib tests/lib.rs --color never --emit=dep-info,link -C debuginfo=2 --test -C metadata=1602973ae2c76810 -C extra-filename=-1602973ae2c76810 --out-dir /opt/crater/target/debug/deps -L dependency=/opt/crater/target/debug/deps --extern actix_web=/opt/crater/target/debug/deps/libactix_web-642d54c787b7ce09.rlib --extern ansi_term=/opt/crater/target/debug/deps/libansi_term-3f6b86b4b1f9989c.rlib --extern futures=/opt/crater/target/debug/deps/libfutures-a23195d5910e08cb.rlib --extern gabira=/opt/crater/target/debug/deps/libgabira-ba6b07bdb0832ce4.rlib --extern owning_ref=/opt/crater/target/debug/deps/libowning_ref-1c8d21cabcb9eaf9.rlib --extern pretty_assertions=/opt/crater/target/debug/deps/libpretty_assertions-f17c1f0600aace23.rlib --extern serde=/opt/crater/target/debug/deps/libserde-933ea99b102e6ff6.rlib --extern serde_derive=/opt/crater/target/debug/deps/libserde_derive-0319dd91aea71d0a.so --extern serde_json=/opt/crater/target/debug/deps/libserde_json-73c3913c70bebd83.rlib --extern serde_urlencoded=/opt/crater/target/debug/deps/libserde_urlencoded-30c8753893211f4a.rlib --extern tokio=/opt/crater/target/debug/deps/libtokio-4c058a00062cc17c.rlib --cap-lints=forbid -L native=/opt/crater/target/debug/build/backtrace-sys-d638ae3455df95ba/out -L native=/opt/crater/target/debug/build/brotli-sys-a3f7663a1d6d73bc/out -L native=/opt/crater/target/debug/build/ring-51c49a2390b48f79/out -L native=/opt/crater/target/debug/build/miniz-sys-9a3e438f9cac4793/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 comment examples/comment.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 -C metadata=27d760461ed6e24e -C extra-filename=-27d760461ed6e24e --out-dir /opt/crater/target/debug/examples -L dependency=/opt/crater/target/debug/deps --extern actix_web=/opt/crater/target/debug/deps/libactix_web-642d54c787b7ce09.rlib --extern ansi_term=/opt/crater/target/debug/deps/libansi_term-3f6b86b4b1f9989c.rlib --extern futures=/opt/crater/target/debug/deps/libfutures-a23195d5910e08cb.rlib --extern gabira=/opt/crater/target/debug/deps/libgabira-ba6b07bdb0832ce4.rlib --extern owning_ref=/opt/crater/target/debug/deps/libowning_ref-1c8d21cabcb9eaf9.rlib --extern pretty_assertions=/opt/crater/target/debug/deps/libpretty_assertions-f17c1f0600aace23.rlib --extern serde=/opt/crater/target/debug/deps/libserde-933ea99b102e6ff6.rlib --extern serde_derive=/opt/crater/target/debug/deps/libserde_derive-0319dd91aea71d0a.so --extern serde_json=/opt/crater/target/debug/deps/libserde_json-73c3913c70bebd83.rlib --extern serde_urlencoded=/opt/crater/target/debug/deps/libserde_urlencoded-30c8753893211f4a.rlib --extern tokio=/opt/crater/target/debug/deps/libtokio-4c058a00062cc17c.rlib --cap-lints=forbid -L native=/opt/crater/target/debug/build/backtrace-sys-d638ae3455df95ba/out -L native=/opt/crater/target/debug/build/brotli-sys-a3f7663a1d6d73bc/out -L native=/opt/crater/target/debug/build/ring-51c49a2390b48f79/out -L native=/opt/crater/target/debug/build/miniz-sys-9a3e438f9cac4793/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 login examples/login.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 -C metadata=4a5068c25c71101d -C extra-filename=-4a5068c25c71101d --out-dir /opt/crater/target/debug/examples -L dependency=/opt/crater/target/debug/deps --extern actix_web=/opt/crater/target/debug/deps/libactix_web-642d54c787b7ce09.rlib --extern ansi_term=/opt/crater/target/debug/deps/libansi_term-3f6b86b4b1f9989c.rlib --extern futures=/opt/crater/target/debug/deps/libfutures-a23195d5910e08cb.rlib --extern gabira=/opt/crater/target/debug/deps/libgabira-ba6b07bdb0832ce4.rlib --extern owning_ref=/opt/crater/target/debug/deps/libowning_ref-1c8d21cabcb9eaf9.rlib --extern pretty_assertions=/opt/crater/target/debug/deps/libpretty_assertions-f17c1f0600aace23.rlib --extern serde=/opt/crater/target/debug/deps/libserde-933ea99b102e6ff6.rlib --extern serde_derive=/opt/crater/target/debug/deps/libserde_derive-0319dd91aea71d0a.so --extern serde_json=/opt/crater/target/debug/deps/libserde_json-73c3913c70bebd83.rlib --extern serde_urlencoded=/opt/crater/target/debug/deps/libserde_urlencoded-30c8753893211f4a.rlib --extern tokio=/opt/crater/target/debug/deps/libtokio-4c058a00062cc17c.rlib --cap-lints=forbid -L native=/opt/crater/target/debug/build/backtrace-sys-d638ae3455df95ba/out -L native=/opt/crater/target/debug/build/brotli-sys-a3f7663a1d6d73bc/out -L native=/opt/crater/target/debug/build/ring-51c49a2390b48f79/out -L native=/opt/crater/target/debug/build/miniz-sys-9a3e438f9cac4793/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/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/ping-08f7877a389d1102.ping.c3fvki6j-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/ping-08f7877a389d1102.ping.c3fvki6j-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/ping-08f7877a389d1102.ping.c3fvki6j-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/ping-08f7877a389d1102.ping.c3fvki6j-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/ping-08f7877a389d1102.ping.c3fvki6j-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/ping-08f7877a389d1102.ping.c3fvki6j-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/ping-08f7877a389d1102.ping.c3fvki6j-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/ping-08f7877a389d1102.ping.c3fvki6j-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/ping-08f7877a389d1102.ping.c3fvki6j-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/ping-08f7877a389d1102.ping.c3fvki6j-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/ping-08f7877a389d1102.ping.c3fvki6j-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/ping-08f7877a389d1102.ping.c3fvki6j-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/ping-08f7877a389d1102.ping.c3fvki6j-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/ping-08f7877a389d1102.ping.c3fvki6j-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/ping-08f7877a389d1102.ping.c3fvki6j-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/ping-08f7877a389d1102.ping.c3fvki6j-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/ping-08f7877a389d1102" "/opt/crater/target/debug/examples/ping-08f7877a389d1102.30y7y0ud4g3h0owm.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-d638ae3455df95ba/out" "-L" "/opt/crater/target/debug/build/brotli-sys-a3f7663a1d6d73bc/out" "-L" "/opt/crater/target/debug/build/ring-51c49a2390b48f79/out" "-L" "/opt/crater/target/debug/build/miniz-sys-9a3e438f9cac4793/out" "-L" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libgabira-ba6b07bdb0832ce4.rlib" "/opt/crater/target/debug/deps/libowning_ref-1c8d21cabcb9eaf9.rlib" "/opt/crater/target/debug/deps/libpretty_assertions-f17c1f0600aace23.rlib" "/opt/crater/target/debug/deps/libansi_term-3f6b86b4b1f9989c.rlib" "/opt/crater/target/debug/deps/libdifference-6bbc2349a0e625e7.rlib" "/opt/crater/target/debug/deps/libactix_web-642d54c787b7ce09.rlib" "/opt/crater/target/debug/deps/libactix_net-316b6c91e419a577.rlib" "/opt/crater/target/debug/deps/libactix-e2c64feab32878b5.rlib" "/opt/crater/target/debug/deps/libtokio_signal-57c5f4f9fc70c527.rlib" "/opt/crater/target/debug/deps/libsignal_hook-aa97acac2c262622.rlib" "/opt/crater/target/debug/deps/libsignal_hook_registry-443835cbf4662e15.rlib" "/opt/crater/target/debug/deps/libarc_swap-c51d19aedacae02b.rlib" "/opt/crater/target/debug/deps/libuuid-015cfd7134dad2d2.rlib" "/opt/crater/target/debug/deps/libcrossbeam_channel-29ebf3f3b69333f2.rlib" "/opt/crater/target/debug/deps/libtrust_dns_resolver-7ff6405a514b7a5f.rlib" "/opt/crater/target/debug/deps/libtrust_dns_proto-ef2712b21a6f1169.rlib" "/opt/crater/target/debug/deps/libsocket2-92790dc90fd5fae7.rlib" "/opt/crater/target/debug/deps/librand-6a0d1acfb1c82f28.rlib" "/opt/crater/target/debug/deps/libresolv_conf-11239e6d3a657b9e.rlib" "/opt/crater/target/debug/deps/libhostname-72b0ff872a1716f9.rlib" "/opt/crater/target/debug/deps/libquick_error-d7ca1427a8163e25.rlib" "/opt/crater/target/debug/deps/liblru_cache-96a3a1d236edb1f2.rlib" "/opt/crater/target/debug/deps/liblinked_hash_map-91511e9683cec388.rlib" "/opt/crater/target/debug/deps/libtower_service-f06e97c78656a2b2.rlib" "/opt/crater/target/debug/deps/libv_htmlescape-fc167a874b4474e5.rlib" "/opt/crater/target/debug/deps/libv_escape-7cea74dbeaa8c9a3.rlib" "/opt/crater/target/debug/deps/libversion_check-c0977817cc6bad40.rlib" "/opt/crater/target/debug/deps/libserde_json-73c3913c70bebd83.rlib" "/opt/crater/target/debug/deps/libryu-a0e568301c6b07fe.rlib" "/opt/crater/target/debug/deps/libserde_urlencoded-30c8753893211f4a.rlib" "/opt/crater/target/debug/deps/libdtoa-e84021b5161c7906.rlib" "/opt/crater/target/debug/deps/libh2-ff5e4d88152c06dd.rlib" "/opt/crater/target/debug/deps/libindexmap-d64a031d477d5ec2.rlib" "/opt/crater/target/debug/deps/libstring-e82daa05a075dd32.rlib" "/opt/crater/target/debug/deps/libflate2-a5df941783d9c683.rlib" "/opt/crater/target/debug/deps/libminiz_sys-036a4eb0eed6d4c8.rlib" "/opt/crater/target/debug/deps/libcrc32fast-95508b1b8868bcc6.rlib" "/opt/crater/target/debug/deps/libbrotli2-e99fce89600956da.rlib" "/opt/crater/target/debug/deps/libbrotli_sys-40b70f0bb417d34a.rlib" "/opt/crater/target/debug/deps/libserde-933ea99b102e6ff6.rlib" "/opt/crater/target/debug/deps/libtokio-4c058a00062cc17c.rlib" "/opt/crater/target/debug/deps/libtokio_trace_core-f5555a48adf3024a.rlib" "/opt/crater/target/debug/deps/libtokio_uds-3a109cf7407d5038.rlib" "/opt/crater/target/debug/deps/libmio_uds-36c84fa0b99c21d8.rlib" "/opt/crater/target/debug/deps/libtokio_udp-f68e6252db7c22fb.rlib" "/opt/crater/target/debug/deps/libtokio_timer-d9fe948c1b0d2439.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-f5b7d8a11d153fa7.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-e70c567110ed572d.rlib" "/opt/crater/target/debug/deps/libtokio_sync-2b4991a36966218e.rlib" "/opt/crater/target/debug/deps/libtokio_fs-b1946e3eb78c1122.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-d68da42dd9626bd0.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-e650790112c83cf8.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-ab17142b73f7f99e.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-b30d942aad6524ce.rlib" "/opt/crater/target/debug/deps/libmemoffset-07fb8d6dd7a47f76.rlib" "/opt/crater/target/debug/deps/libarrayvec-b8f99a1c12b2857e.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-753da457b800facc.rlib" "/opt/crater/target/debug/deps/libtokio_executor-fa4c4839877efc77.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-f631905e46f28cbf.rlib" "/opt/crater/target/debug/deps/libtokio_codec-799535963676307a.rlib" "/opt/crater/target/debug/deps/libtokio_io-561368d82f0d9a71.rlib" "/opt/crater/target/debug/deps/libparking_lot-de95c0220dcada77.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-1ed44d68a850b1bc.rlib" "/opt/crater/target/debug/deps/librand-b197efa7da4505df.rlib" "/opt/crater/target/debug/deps/librand_xorshift-f084f711b92c39c1.rlib" "/opt/crater/target/debug/deps/librand_pcg-cebebf8d29fcd910.rlib" "/opt/crater/target/debug/deps/librand_hc-918e9b1d46af991f.rlib" "/opt/crater/target/debug/deps/librand_chacha-f54cdb59bf8e46e7.rlib" "/opt/crater/target/debug/deps/librand_isaac-eba5cc24f761d358.rlib" "/opt/crater/target/debug/deps/librand_core-1d860b4e848ceb7b.rlib" "/opt/crater/target/debug/deps/librand_os-c4d616461f23972b.rlib" "/opt/crater/target/debug/deps/librand_jitter-9b6606ddf582036e.rlib" "/opt/crater/target/debug/deps/librand_core-2f3dd869820ff822.rlib" "/opt/crater/target/debug/deps/liblock_api-f6b7325823472916.rlib" "/opt/crater/target/debug/deps/libowning_ref-c34ce4d89c989c93.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-39b80d52d885a31d.rlib" "/opt/crater/target/debug/deps/libscopeguard-4f938876ba0f86be.rlib" "/opt/crater/target/debug/deps/libmio-10fce45ccd3bf7b5.rlib" "/opt/crater/target/debug/deps/libslab-879b06fb28109c49.rlib" "/opt/crater/target/debug/deps/libnet2-3fecb1f8de0cefa2.rlib" "/opt/crater/target/debug/deps/libmime_guess-70e62430d3637e16.rlib" "/opt/crater/target/debug/deps/libphf-e156913d480c9fef.rlib" "/opt/crater/target/debug/deps/libphf_shared-3dbe4044b0deba5e.rlib" "/opt/crater/target/debug/deps/libunicase-a9b6b07a4a6d6be2.rlib" "/opt/crater/target/debug/deps/libsiphasher-56dfe666fdf22024.rlib" "/opt/crater/target/debug/deps/libmime-7b3dafeabdd0dfaa.rlib" "/opt/crater/target/debug/deps/libunicase-326ffedb619ebddc.rlib" "/opt/crater/target/debug/deps/liblazycell-21a1845f1c882cff.rlib" "/opt/crater/target/debug/deps/liblanguage_tags-336e2ffe40b02915.rlib" "/opt/crater/target/debug/deps/libhttparse-e64c7b0359641bca.rlib" "/opt/crater/target/debug/deps/libhttp-0decdafca928fe9c.rlib" "/opt/crater/target/debug/deps/libitoa-fd3b91a6e39605ba.rlib" "/opt/crater/target/debug/deps/libfnv-58c7188adf814461.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-9d40eabe922ef116.rlib" "/opt/crater/target/debug/deps/libnum_cpus-ada2e7d9663bc751.rlib" "/opt/crater/target/debug/deps/libcookie-5e59c6363e54961c.rlib" "/opt/crater/target/debug/deps/libbase64-bfdf770845822ff0.rlib" "/opt/crater/target/debug/deps/libsafemem-893689fb4a7aadb7.rlib" "/opt/crater/target/debug/deps/libring-2c53bd7bcdc9d567.rlib" "/opt/crater/target/debug/deps/libuntrusted-8983c93e7a628bf1.rlib" "/opt/crater/target/debug/deps/liburl-0279e175d0a645b2.rlib" "/opt/crater/target/debug/deps/libencoding-d57e30384aaae36d.rlib" "/opt/crater/target/debug/deps/libencoding_index_tradchinese-b0212b30da9b1c00.rlib" "/opt/crater/target/debug/deps/libencoding_index_simpchinese-8f80d1c042747701.rlib" "/opt/crater/target/debug/deps/libencoding_index_japanese-72a9153ad72da1f9.rlib" "/opt/crater/target/debug/deps/libencoding_index_korean-ad960ffbf289d397.rlib" "/opt/crater/target/debug/deps/libencoding_index_singlebyte-44090d473b1cfa20.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-4058df92f77a8a44.rlib" "/opt/crater/target/debug/deps/libidna-6237972e57bbebc1.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-396c9037dc2e9061.rlib" "/opt/crater/target/debug/deps/libsmallvec-ca4a0203749e9e8c.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-1c3f7d9023c2eeee.rlib" "/opt/crater/target/debug/deps/libmatches-9fea24fa9cf53929.rlib" "/opt/crater/target/debug/deps/libfutures-a23195d5910e08cb.rlib" "/opt/crater/target/debug/deps/libfailure-5539591b41a09060.rlib" "/opt/crater/target/debug/deps/libbacktrace-1d41b88fd1b79dc1.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-1b1a0b2ad78d5208.rlib" "/opt/crater/target/debug/deps/librustc_demangle-c1e0aac1bb54fd4c.rlib" "/opt/crater/target/debug/deps/libbitflags-1506eeccd1cd01b4.rlib" "/opt/crater/target/debug/deps/libtime-a4a235ec7c280def.rlib" "/opt/crater/target/debug/deps/libsha1-a729bf4161ad0912.rlib" "/opt/crater/target/debug/deps/libregex-f93320ac427e1615.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-81121b29dc9a207f.rlib" "/opt/crater/target/debug/deps/libregex_syntax-cfa7c0ac5e20e239.rlib" "/opt/crater/target/debug/deps/libucd_util-dcd2d3cc31ba1999.rlib" "/opt/crater/target/debug/deps/libthread_local-2c757ab00e5f0fed.rlib" "/opt/crater/target/debug/deps/liblazy_static-e5ded5d8dfa94ec6.rlib" "/opt/crater/target/debug/deps/libaho_corasick-31154fcc224683ec.rlib" "/opt/crater/target/debug/deps/libmemchr-461860405d325ee2.rlib" "/opt/crater/target/debug/deps/libbytes-4fe7c615bfe6227f.rlib" "/opt/crater/target/debug/deps/libiovec-7a0e2cde0cfb9ed7.rlib" "/opt/crater/target/debug/deps/liblibc-855825b224a0aad6.rlib" "/opt/crater/target/debug/deps/libbase64-55f4c3fad83c669b.rlib" "/opt/crater/target/debug/deps/libbyteorder-d6e6a234fa3d6f01.rlib" "/opt/crater/target/debug/deps/liblog-1a7ce054c2b9d5f0.rlib" "/opt/crater/target/debug/deps/libcfg_if-dcbbde79dd2a51e5.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-196d0eff8e603c0a.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-1c597f5941591e04.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-a20af2d3380aa511.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-f989f9e071798586.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-52fb60b932b5ef90.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-90a3fdc679697856.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-06d10270cfa51644.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8abb913fca550f79.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-31fd2baab47b156c.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0862cc65189bd4af.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-8010b8629f5aa3e5.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2d032fe7d4e1e163.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-622fdce0dc084cba.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-a17fdd0a687135a8.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] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "8cef04d49be7871c879a5d69ab3fe6e878df4456af3e7b5198db231a3fed9020"` [INFO] running `"docker" "rm" "-f" "8cef04d49be7871c879a5d69ab3fe6e878df4456af3e7b5198db231a3fed9020"` [INFO] [stdout] 8cef04d49be7871c879a5d69ab3fe6e878df4456af3e7b5198db231a3fed9020