[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 master#c8865d8e195813ade6b84434ac9f8850e7112d1a for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-6/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "build" "--frozen"` [INFO] [stdout] 4391dd12a9009a178d6442a1d736b0d1c3697dd9f80b1cb05407513f0349fd72 [INFO] running `"docker" "start" "-a" "4391dd12a9009a178d6442a1d736b0d1c3697dd9f80b1cb05407513f0349fd72"` [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 26.16s [INFO] running `"docker" "inspect" "4391dd12a9009a178d6442a1d736b0d1c3697dd9f80b1cb05407513f0349fd72"` [INFO] running `"docker" "rm" "-f" "4391dd12a9009a178d6442a1d736b0d1c3697dd9f80b1cb05407513f0349fd72"` [INFO] [stdout] 4391dd12a9009a178d6442a1d736b0d1c3697dd9f80b1cb05407513f0349fd72 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-6/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] dfb55c796b9ca37df3d463a9e952384844a342d1f5c70f9fd353f6db14e7feca [INFO] running `"docker" "start" "-a" "dfb55c796b9ca37df3d463a9e952384844a342d1f5c70f9fd353f6db14e7feca"` [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 login examples/login.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 -C metadata=66ff07fcc1426634 -C extra-filename=-66ff07fcc1426634 --out-dir /opt/crater/target/debug/examples -L dependency=/opt/crater/target/debug/deps --extern actix_web=/opt/crater/target/debug/deps/libactix_web-78a794b93b125a5d.rlib --extern ansi_term=/opt/crater/target/debug/deps/libansi_term-0acbace24a3c1a47.rlib --extern futures=/opt/crater/target/debug/deps/libfutures-330fde0ed5f39ce1.rlib --extern gabira=/opt/crater/target/debug/deps/libgabira-164a5fc2c50c791f.rlib --extern owning_ref=/opt/crater/target/debug/deps/libowning_ref-37f098b423470638.rlib --extern pretty_assertions=/opt/crater/target/debug/deps/libpretty_assertions-ff77cb02c1a8de10.rlib --extern serde=/opt/crater/target/debug/deps/libserde-ee0a745999d717a9.rlib --extern serde_derive=/opt/crater/target/debug/deps/libserde_derive-ace744db476f6891.so --extern serde_json=/opt/crater/target/debug/deps/libserde_json-0f4256df9898c97c.rlib --extern serde_urlencoded=/opt/crater/target/debug/deps/libserde_urlencoded-d5ce2c9f9458ab35.rlib --extern tokio=/opt/crater/target/debug/deps/libtokio-bd5ea0951f300149.rlib --cap-lints=forbid -L native=/opt/crater/target/debug/build/backtrace-sys-97fbe42f4bb04fd3/out -L native=/opt/crater/target/debug/build/brotli-sys-3fd4b90ac83461a0/out -L native=/opt/crater/target/debug/build/ring-d69c543baf638c59/out -L native=/opt/crater/target/debug/build/miniz-sys-87d2436cd916c40c/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=07e0b80d4d4e90e0 -C extra-filename=-07e0b80d4d4e90e0 --out-dir /opt/crater/target/debug/examples -L dependency=/opt/crater/target/debug/deps --extern actix_web=/opt/crater/target/debug/deps/libactix_web-78a794b93b125a5d.rlib --extern ansi_term=/opt/crater/target/debug/deps/libansi_term-0acbace24a3c1a47.rlib --extern futures=/opt/crater/target/debug/deps/libfutures-330fde0ed5f39ce1.rlib --extern gabira=/opt/crater/target/debug/deps/libgabira-164a5fc2c50c791f.rlib --extern owning_ref=/opt/crater/target/debug/deps/libowning_ref-37f098b423470638.rlib --extern pretty_assertions=/opt/crater/target/debug/deps/libpretty_assertions-ff77cb02c1a8de10.rlib --extern serde=/opt/crater/target/debug/deps/libserde-ee0a745999d717a9.rlib --extern serde_derive=/opt/crater/target/debug/deps/libserde_derive-ace744db476f6891.so --extern serde_json=/opt/crater/target/debug/deps/libserde_json-0f4256df9898c97c.rlib --extern serde_urlencoded=/opt/crater/target/debug/deps/libserde_urlencoded-d5ce2c9f9458ab35.rlib --extern tokio=/opt/crater/target/debug/deps/libtokio-bd5ea0951f300149.rlib --cap-lints=forbid -L native=/opt/crater/target/debug/build/backtrace-sys-97fbe42f4bb04fd3/out -L native=/opt/crater/target/debug/build/brotli-sys-3fd4b90ac83461a0/out -L native=/opt/crater/target/debug/build/ring-d69c543baf638c59/out -L native=/opt/crater/target/debug/build/miniz-sys-87d2436cd916c40c/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=6dcdcad1e70d7666 -C extra-filename=-6dcdcad1e70d7666 --out-dir /opt/crater/target/debug/deps -L dependency=/opt/crater/target/debug/deps --extern actix_web=/opt/crater/target/debug/deps/libactix_web-78a794b93b125a5d.rlib --extern ansi_term=/opt/crater/target/debug/deps/libansi_term-0acbace24a3c1a47.rlib --extern futures=/opt/crater/target/debug/deps/libfutures-330fde0ed5f39ce1.rlib --extern gabira=/opt/crater/target/debug/deps/libgabira-164a5fc2c50c791f.rlib --extern owning_ref=/opt/crater/target/debug/deps/libowning_ref-37f098b423470638.rlib --extern pretty_assertions=/opt/crater/target/debug/deps/libpretty_assertions-ff77cb02c1a8de10.rlib --extern serde=/opt/crater/target/debug/deps/libserde-ee0a745999d717a9.rlib --extern serde_derive=/opt/crater/target/debug/deps/libserde_derive-ace744db476f6891.so --extern serde_json=/opt/crater/target/debug/deps/libserde_json-0f4256df9898c97c.rlib --extern serde_urlencoded=/opt/crater/target/debug/deps/libserde_urlencoded-d5ce2c9f9458ab35.rlib --extern tokio=/opt/crater/target/debug/deps/libtokio-bd5ea0951f300149.rlib --cap-lints=forbid -L native=/opt/crater/target/debug/build/backtrace-sys-97fbe42f4bb04fd3/out -L native=/opt/crater/target/debug/build/brotli-sys-3fd4b90ac83461a0/out -L native=/opt/crater/target/debug/build/ring-d69c543baf638c59/out -L native=/opt/crater/target/debug/build/miniz-sys-87d2436cd916c40c/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/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/ping-a36a4bca3e6aa7ef.ping.8da3n513-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/ping-a36a4bca3e6aa7ef.ping.8da3n513-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/ping-a36a4bca3e6aa7ef.ping.8da3n513-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/ping-a36a4bca3e6aa7ef.ping.8da3n513-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/ping-a36a4bca3e6aa7ef.ping.8da3n513-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/ping-a36a4bca3e6aa7ef.ping.8da3n513-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/ping-a36a4bca3e6aa7ef.ping.8da3n513-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/ping-a36a4bca3e6aa7ef.ping.8da3n513-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/ping-a36a4bca3e6aa7ef.ping.8da3n513-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/ping-a36a4bca3e6aa7ef.ping.8da3n513-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/ping-a36a4bca3e6aa7ef.ping.8da3n513-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/ping-a36a4bca3e6aa7ef.ping.8da3n513-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/ping-a36a4bca3e6aa7ef.ping.8da3n513-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/ping-a36a4bca3e6aa7ef.ping.8da3n513-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/ping-a36a4bca3e6aa7ef.ping.8da3n513-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/ping-a36a4bca3e6aa7ef.ping.8da3n513-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/ping-a36a4bca3e6aa7ef" "/opt/crater/target/debug/examples/ping-a36a4bca3e6aa7ef.1e8e90kzsk1r6kca.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-97fbe42f4bb04fd3/out" "-L" "/opt/crater/target/debug/build/brotli-sys-3fd4b90ac83461a0/out" "-L" "/opt/crater/target/debug/build/ring-d69c543baf638c59/out" "-L" "/opt/crater/target/debug/build/miniz-sys-87d2436cd916c40c/out" "-L" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libgabira-164a5fc2c50c791f.rlib" "/opt/crater/target/debug/deps/libowning_ref-37f098b423470638.rlib" "/opt/crater/target/debug/deps/libpretty_assertions-ff77cb02c1a8de10.rlib" "/opt/crater/target/debug/deps/libansi_term-0acbace24a3c1a47.rlib" "/opt/crater/target/debug/deps/libdifference-1f552a22441a5b7c.rlib" "/opt/crater/target/debug/deps/libactix_web-78a794b93b125a5d.rlib" "/opt/crater/target/debug/deps/libactix_net-3626c876eed89728.rlib" "/opt/crater/target/debug/deps/libactix-5d166568624c27fd.rlib" "/opt/crater/target/debug/deps/libtokio_signal-b20013960932bcf6.rlib" "/opt/crater/target/debug/deps/libsignal_hook-a2f463959eed437f.rlib" "/opt/crater/target/debug/deps/libsignal_hook_registry-d83e5f78b00db5ca.rlib" "/opt/crater/target/debug/deps/libarc_swap-51f70bf726d0002b.rlib" "/opt/crater/target/debug/deps/libuuid-72746fc98d62a460.rlib" "/opt/crater/target/debug/deps/libcrossbeam_channel-a27acba91bf139ab.rlib" "/opt/crater/target/debug/deps/libtrust_dns_resolver-72938306560297c4.rlib" "/opt/crater/target/debug/deps/libtrust_dns_proto-38c386f6e61a5249.rlib" "/opt/crater/target/debug/deps/libsocket2-e5475adb65e3e9ab.rlib" "/opt/crater/target/debug/deps/librand-8af25f317f3dbb86.rlib" "/opt/crater/target/debug/deps/libresolv_conf-f42bece6e649696c.rlib" "/opt/crater/target/debug/deps/libhostname-21753882e546dcd8.rlib" "/opt/crater/target/debug/deps/libquick_error-d5815f57f1e44ada.rlib" "/opt/crater/target/debug/deps/liblru_cache-3ead0a284b24897b.rlib" "/opt/crater/target/debug/deps/liblinked_hash_map-400bbbc54a1dd9c5.rlib" "/opt/crater/target/debug/deps/libtower_service-3d2c29d588fb97ea.rlib" "/opt/crater/target/debug/deps/libv_htmlescape-232ab747b7d163f9.rlib" "/opt/crater/target/debug/deps/libv_escape-d96bc91b68aae864.rlib" "/opt/crater/target/debug/deps/libversion_check-ed3d4c25925d94c5.rlib" "/opt/crater/target/debug/deps/libserde_json-0f4256df9898c97c.rlib" "/opt/crater/target/debug/deps/libryu-c262a39b116a91d7.rlib" "/opt/crater/target/debug/deps/libserde_urlencoded-d5ce2c9f9458ab35.rlib" "/opt/crater/target/debug/deps/libdtoa-dd243ce4c5166589.rlib" "/opt/crater/target/debug/deps/libh2-3bb8cbf647dcedbe.rlib" "/opt/crater/target/debug/deps/libindexmap-04ceabf6b6c1f57d.rlib" "/opt/crater/target/debug/deps/libstring-5fdee7f50c09a99c.rlib" "/opt/crater/target/debug/deps/libflate2-7304e85d183f856e.rlib" "/opt/crater/target/debug/deps/libminiz_sys-835f0fd024fe7124.rlib" "/opt/crater/target/debug/deps/libcrc32fast-cf1b648ec166f5c5.rlib" "/opt/crater/target/debug/deps/libbrotli2-e38de4db0304da51.rlib" "/opt/crater/target/debug/deps/libbrotli_sys-760d323dd551b1f7.rlib" "/opt/crater/target/debug/deps/libserde-ee0a745999d717a9.rlib" "/opt/crater/target/debug/deps/libtokio-bd5ea0951f300149.rlib" "/opt/crater/target/debug/deps/libtokio_trace_core-b66b9fe9cdf2d62b.rlib" "/opt/crater/target/debug/deps/libtokio_uds-ea5cbcdddc58d9ba.rlib" "/opt/crater/target/debug/deps/libmio_uds-633ad84671ba74e7.rlib" "/opt/crater/target/debug/deps/libtokio_udp-2587a50526c12cda.rlib" "/opt/crater/target/debug/deps/libtokio_timer-36d7c986eba0bf37.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-8aae5f4e135132e9.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-f5d86102f4396187.rlib" "/opt/crater/target/debug/deps/libtokio_sync-608a18631878754c.rlib" "/opt/crater/target/debug/deps/libtokio_fs-a54b2d9d9857251d.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-4a99171b3cd7ded1.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-1b41fed02cac85c7.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-4786eadcd0c8287b.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-6fee774fdccf87e3.rlib" "/opt/crater/target/debug/deps/libmemoffset-ded7f655f2feb8c2.rlib" "/opt/crater/target/debug/deps/libarrayvec-d1556eaa416971ed.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-d2e017437cfb05dd.rlib" "/opt/crater/target/debug/deps/libtokio_executor-163134a07660f038.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-93eaba5219e3ed62.rlib" "/opt/crater/target/debug/deps/libtokio_codec-9d59fd3540796b92.rlib" "/opt/crater/target/debug/deps/libtokio_io-d86457edde4081aa.rlib" "/opt/crater/target/debug/deps/libparking_lot-296714b23a42878a.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-431c54298d385d22.rlib" "/opt/crater/target/debug/deps/librand-5e278658cb5abcfe.rlib" "/opt/crater/target/debug/deps/librand_xorshift-51ce163fe04d5110.rlib" "/opt/crater/target/debug/deps/librand_pcg-4a93ded8a6ae0b28.rlib" "/opt/crater/target/debug/deps/librand_hc-73e8b8b1292e6c42.rlib" "/opt/crater/target/debug/deps/librand_chacha-09f94f711170cd2f.rlib" "/opt/crater/target/debug/deps/librand_isaac-bd1dc0de1e7d11dc.rlib" "/opt/crater/target/debug/deps/librand_core-067332e6bc0704a3.rlib" "/opt/crater/target/debug/deps/librand_os-f71da36102cb96cf.rlib" "/opt/crater/target/debug/deps/librand_jitter-4b8d45d53bb1cef5.rlib" "/opt/crater/target/debug/deps/librand_core-161e0a90fc629c56.rlib" "/opt/crater/target/debug/deps/liblock_api-0ad287323cbd8f10.rlib" "/opt/crater/target/debug/deps/libowning_ref-4446b9fa3ea776d6.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-4229d0c354364c12.rlib" "/opt/crater/target/debug/deps/libscopeguard-fd1b9799252ebb40.rlib" "/opt/crater/target/debug/deps/libmio-a46d3d3dcc0fb743.rlib" "/opt/crater/target/debug/deps/libslab-f8104c1e8bc477f3.rlib" "/opt/crater/target/debug/deps/libnet2-48edbee1a6d6d7d9.rlib" "/opt/crater/target/debug/deps/libmime_guess-6e2f6076eb615fa7.rlib" "/opt/crater/target/debug/deps/libphf-710c40acfec8958b.rlib" "/opt/crater/target/debug/deps/libphf_shared-af4d43f05dc945da.rlib" "/opt/crater/target/debug/deps/libunicase-bf6f914c2a3cf60f.rlib" "/opt/crater/target/debug/deps/libsiphasher-b6da2f0f1754471b.rlib" "/opt/crater/target/debug/deps/libmime-3e0da024eadefb55.rlib" "/opt/crater/target/debug/deps/libunicase-306d7af3029a8161.rlib" "/opt/crater/target/debug/deps/liblazycell-bf3cf5c9effcb05f.rlib" "/opt/crater/target/debug/deps/liblanguage_tags-ce2904b5912b0920.rlib" "/opt/crater/target/debug/deps/libhttparse-13ae51b6d30e33af.rlib" "/opt/crater/target/debug/deps/libhttp-d5f6f65c17bc68bd.rlib" "/opt/crater/target/debug/deps/libitoa-8f2c32a37dd77516.rlib" "/opt/crater/target/debug/deps/libfnv-6580cf988af79ef1.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-24a53d6e4cdc7385.rlib" "/opt/crater/target/debug/deps/libnum_cpus-0670be1a38937055.rlib" "/opt/crater/target/debug/deps/libcookie-0facb8504251a500.rlib" "/opt/crater/target/debug/deps/libbase64-13db8fe7fc1725d3.rlib" "/opt/crater/target/debug/deps/libsafemem-f7899e63a22b8455.rlib" "/opt/crater/target/debug/deps/libring-1113273d05444249.rlib" "/opt/crater/target/debug/deps/libuntrusted-96cee091327c0cdc.rlib" "/opt/crater/target/debug/deps/liburl-a79e930195af4358.rlib" "/opt/crater/target/debug/deps/libencoding-880b1ae1b070bcac.rlib" "/opt/crater/target/debug/deps/libencoding_index_tradchinese-dc33c8d4bbd8f506.rlib" "/opt/crater/target/debug/deps/libencoding_index_simpchinese-c50f030abc614236.rlib" "/opt/crater/target/debug/deps/libencoding_index_japanese-355f122789aaa031.rlib" "/opt/crater/target/debug/deps/libencoding_index_korean-b6b8b29271a4c14f.rlib" "/opt/crater/target/debug/deps/libencoding_index_singlebyte-6299dcd2bf4fec16.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-1a9169b537a602ad.rlib" "/opt/crater/target/debug/deps/libidna-5a6ba5e5d66eb803.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-a09cc32c7ef234fe.rlib" "/opt/crater/target/debug/deps/libsmallvec-cc0367f3da152132.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-e63038fe286d1806.rlib" "/opt/crater/target/debug/deps/libmatches-780a7ce4c0baebdd.rlib" "/opt/crater/target/debug/deps/libfutures-330fde0ed5f39ce1.rlib" "/opt/crater/target/debug/deps/libfailure-8dfe45e3e6ab9688.rlib" "/opt/crater/target/debug/deps/libbacktrace-9fd749e9723adedc.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-dd607bfa4a9b2d5c.rlib" "/opt/crater/target/debug/deps/librustc_demangle-091a57b8cc5538c5.rlib" "/opt/crater/target/debug/deps/libbitflags-e16bba26348a77f5.rlib" "/opt/crater/target/debug/deps/libtime-090696ea0a79ecae.rlib" "/opt/crater/target/debug/deps/libsha1-5beccd3cc5a5dfa9.rlib" "/opt/crater/target/debug/deps/libregex-113ee24711503b0f.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-b2bd81db1202f45f.rlib" "/opt/crater/target/debug/deps/libregex_syntax-743b780698bae295.rlib" "/opt/crater/target/debug/deps/libucd_util-d5cf41029b63921a.rlib" "/opt/crater/target/debug/deps/libthread_local-3f6f6b5d73738fd1.rlib" "/opt/crater/target/debug/deps/liblazy_static-6b264ec86ae8595d.rlib" "/opt/crater/target/debug/deps/libaho_corasick-b2f25f63302b4cc3.rlib" "/opt/crater/target/debug/deps/libmemchr-3e61dab67fbb5883.rlib" "/opt/crater/target/debug/deps/libbytes-140b7fabb335770d.rlib" "/opt/crater/target/debug/deps/libiovec-f4766169b59ec004.rlib" "/opt/crater/target/debug/deps/liblibc-2be231e10ed03565.rlib" "/opt/crater/target/debug/deps/libbase64-dca280bc7fe12c3e.rlib" "/opt/crater/target/debug/deps/libbyteorder-966099251460dcaf.rlib" "/opt/crater/target/debug/deps/liblog-123e4ee491db5719.rlib" "/opt/crater/target/debug/deps/libcfg_if-ba8680437656667a.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-5eb7072357e3f704.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-be57a0a20ef83edc.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-53ea5c4d1e8787c5.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-90a03fea645d1ca0.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-d0be8ec5eb12a622.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-c9bd1ed65ad5f9b5.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-232a620458cbc142.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-378c2daa95643520.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-b1ad0e3b0cafff9a.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bd92551ef79ec0f7.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-6f92150ede6dcf89.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-5d5836de4a922af7.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-0bd990bd23dec0da.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f5a50a9afbc6d167.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: reopening /opt/crater/target/debug/examples/ping-a36a4bca3e6aa7ef.ping.8da3n513-cgu.1.rcgu.o: Cannot allocate memory [INFO] [stderr] [INFO] [stderr] /usr/bin/ld: can not read symbols: Cannot allocate memory [INFO] [stderr] /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" "dfb55c796b9ca37df3d463a9e952384844a342d1f5c70f9fd353f6db14e7feca"` [INFO] running `"docker" "rm" "-f" "dfb55c796b9ca37df3d463a9e952384844a342d1f5c70f9fd353f6db14e7feca"` [INFO] [stdout] dfb55c796b9ca37df3d463a9e952384844a342d1f5c70f9fd353f6db14e7feca