[INFO] fetching crate shiplift 0.4.0... [INFO] extracting crate shiplift 0.4.0 into work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/shiplift/0.4.0 [INFO] extracting crate shiplift 0.4.0 into work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/shiplift/0.4.0 [INFO] validating manifest of shiplift-0.4.0 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 shiplift-0.4.0 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 shiplift-0.4.0 [INFO] finished frobbing shiplift-0.4.0 [INFO] frobbed toml for shiplift-0.4.0 written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/shiplift/0.4.0/Cargo.toml [INFO] started frobbing shiplift-0.4.0 [INFO] finished frobbing shiplift-0.4.0 [INFO] frobbed toml for shiplift-0.4.0 written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/shiplift/0.4.0/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 shiplift-0.4.0 against master#c8865d8e195813ade6b84434ac9f8850e7112d1a for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-7/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/shiplift/0.4.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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] 776fe8b57d98440b681d3486d2f31aedc1424276c9454372fc6bf91defd6bff8 [INFO] running `"docker" "start" "-a" "776fe8b57d98440b681d3486d2f31aedc1424276c9454372fc6bf91defd6bff8"` [INFO] [stderr] Compiling hyper-openssl v0.6.2 [INFO] [stderr] Compiling tokio-openssl v0.2.1 [INFO] [stderr] Compiling hyperlocal v0.6.0 [INFO] [stderr] Compiling shiplift v0.4.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/errors.rs:82:32 [INFO] [stderr] | [INFO] [stderr] 82 | fn cause(&self) -> Option<&StdError> { [INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn StdError` [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/tty.rs:26:16 [INFO] [stderr] | [INFO] [stderr] 26 | stdin: Box, [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn AsyncWrite` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/tty.rs:27:17 [INFO] [stderr] | [INFO] [stderr] 27 | chunks: Box>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn futures::Stream` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/tty.rs:31:16 [INFO] [stderr] | [INFO] [stderr] 31 | stdin: Box, [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn AsyncWrite` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/tty.rs:32:17 [INFO] [stderr] | [INFO] [stderr] 32 | chunks: Box>>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator>` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:148:22 [INFO] [stderr] | [INFO] [stderr] 148 | ) as Box + Send>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Stream + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:150:24 [INFO] [stderr] | [INFO] [stderr] 150 | as Box + Send>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Stream + Send` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'http::uri::Uri::port': use `port_part` or `port_u16` instead [INFO] [stderr] --> src/lib.rs:783:18 [INFO] [stderr] | [INFO] [stderr] 783 | host.port().unwrap_or(80) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 18.91s [INFO] running `"docker" "inspect" "776fe8b57d98440b681d3486d2f31aedc1424276c9454372fc6bf91defd6bff8"` [INFO] running `"docker" "rm" "-f" "776fe8b57d98440b681d3486d2f31aedc1424276c9454372fc6bf91defd6bff8"` [INFO] [stdout] 776fe8b57d98440b681d3486d2f31aedc1424276c9454372fc6bf91defd6bff8 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-7/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/shiplift/0.4.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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] b9cca17ffd3e29b0bbb630cb61c4c739c5285e45d4c99f82a204cedf2120998b [INFO] running `"docker" "start" "-a" "b9cca17ffd3e29b0bbb630cb61c4c739c5285e45d4c99f82a204cedf2120998b"` [INFO] [stderr] Compiling shiplift v0.4.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/errors.rs:82:32 [INFO] [stderr] | [INFO] [stderr] 82 | fn cause(&self) -> Option<&StdError> { [INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn StdError` [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/tty.rs:26:16 [INFO] [stderr] | [INFO] [stderr] 26 | stdin: Box, [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn AsyncWrite` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/tty.rs:27:17 [INFO] [stderr] | [INFO] [stderr] 27 | chunks: Box>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn futures::Stream` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/tty.rs:31:16 [INFO] [stderr] | [INFO] [stderr] 31 | stdin: Box, [INFO] [stderr] | ^^^^^^^^^^ help: use `dyn`: `dyn AsyncWrite` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/tty.rs:32:17 [INFO] [stderr] | [INFO] [stderr] 32 | chunks: Box>>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Iterator>` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:148:22 [INFO] [stderr] | [INFO] [stderr] 148 | ) as Box + Send>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Stream + Send` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:150:24 [INFO] [stderr] | [INFO] [stderr] 150 | as Box + Send>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Stream + Send` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'http::uri::Uri::port': use `port_part` or `port_u16` instead [INFO] [stderr] --> src/lib.rs:783:18 [INFO] [stderr] | [INFO] [stderr] 783 | host.port().unwrap_or(80) [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] error: Could not compile `shiplift`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --edition=2018 --crate-name shiplift src/lib.rs --color never --emit=dep-info,metadata,link -C debuginfo=2 --test --cfg 'feature="default"' --cfg 'feature="hyperlocal"' --cfg 'feature="unix-socket"' -C metadata=6d4aa86eacfd8f01 -C extra-filename=-6d4aa86eacfd8f01 --out-dir /opt/crater/target/debug/deps -L dependency=/opt/crater/target/debug/deps --extern byteorder=/opt/crater/target/debug/deps/libbyteorder-966099251460dcaf.rlib --extern bytes=/opt/crater/target/debug/deps/libbytes-384fe8e6f20018f6.rlib --extern env_logger=/opt/crater/target/debug/deps/libenv_logger-5b023eb8e569f774.rlib --extern flate2=/opt/crater/target/debug/deps/libflate2-b188cba1614f5bb2.rlib --extern futures=/opt/crater/target/debug/deps/libfutures-330fde0ed5f39ce1.rlib --extern http=/opt/crater/target/debug/deps/libhttp-62bdd9dc8df9972b.rlib --extern hyper=/opt/crater/target/debug/deps/libhyper-6ee6736741e09231.rlib --extern hyper_openssl=/opt/crater/target/debug/deps/libhyper_openssl-07cd591917c8eb22.rlib --extern hyperlocal=/opt/crater/target/debug/deps/libhyperlocal-9fb2a992a7ea0377.rlib --extern log=/opt/crater/target/debug/deps/liblog-6207875398805059.rlib --extern mime=/opt/crater/target/debug/deps/libmime-3e0da024eadefb55.rlib --extern openssl=/opt/crater/target/debug/deps/libopenssl-607c17223d5abf81.rlib --extern serde=/opt/crater/target/debug/deps/libserde-ee0a745999d717a9.rlib --extern serde_derive=/opt/crater/target/debug/deps/libserde_derive-6c9ae90dfa128aaf.so --extern serde_json=/opt/crater/target/debug/deps/libserde_json-0f4256df9898c97c.rlib --extern tar=/opt/crater/target/debug/deps/libtar-d15f13f4b85e3397.rlib --extern tokio=/opt/crater/target/debug/deps/libtokio-33f92f80ff7485b4.rlib --extern tokio_codec=/opt/crater/target/debug/deps/libtokio_codec-ffc7b70bcb2046f7.rlib --extern tokio_io=/opt/crater/target/debug/deps/libtokio_io-1acdf5e434f2b7ed.rlib --extern url=/opt/crater/target/debug/deps/liburl-1064d524f885f753.rlib --cap-lints=forbid -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 `shiplift`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --edition=2018 --crate-name containers examples/containers.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="hyperlocal"' --cfg 'feature="unix-socket"' -C metadata=f06ec8a55f7bdeea -C extra-filename=-f06ec8a55f7bdeea --out-dir /opt/crater/target/debug/examples -L dependency=/opt/crater/target/debug/deps --extern byteorder=/opt/crater/target/debug/deps/libbyteorder-966099251460dcaf.rlib --extern bytes=/opt/crater/target/debug/deps/libbytes-384fe8e6f20018f6.rlib --extern env_logger=/opt/crater/target/debug/deps/libenv_logger-5b023eb8e569f774.rlib --extern flate2=/opt/crater/target/debug/deps/libflate2-b188cba1614f5bb2.rlib --extern futures=/opt/crater/target/debug/deps/libfutures-330fde0ed5f39ce1.rlib --extern http=/opt/crater/target/debug/deps/libhttp-62bdd9dc8df9972b.rlib --extern hyper=/opt/crater/target/debug/deps/libhyper-6ee6736741e09231.rlib --extern hyper_openssl=/opt/crater/target/debug/deps/libhyper_openssl-07cd591917c8eb22.rlib --extern hyperlocal=/opt/crater/target/debug/deps/libhyperlocal-9fb2a992a7ea0377.rlib --extern log=/opt/crater/target/debug/deps/liblog-6207875398805059.rlib --extern mime=/opt/crater/target/debug/deps/libmime-3e0da024eadefb55.rlib --extern openssl=/opt/crater/target/debug/deps/libopenssl-607c17223d5abf81.rlib --extern serde=/opt/crater/target/debug/deps/libserde-ee0a745999d717a9.rlib --extern serde_derive=/opt/crater/target/debug/deps/libserde_derive-6c9ae90dfa128aaf.so --extern serde_json=/opt/crater/target/debug/deps/libserde_json-0f4256df9898c97c.rlib --extern shiplift=/opt/crater/target/debug/deps/libshiplift-897c1417deb5a6a3.rlib --extern tar=/opt/crater/target/debug/deps/libtar-d15f13f4b85e3397.rlib --extern tokio=/opt/crater/target/debug/deps/libtokio-33f92f80ff7485b4.rlib --extern tokio_codec=/opt/crater/target/debug/deps/libtokio_codec-ffc7b70bcb2046f7.rlib --extern tokio_io=/opt/crater/target/debug/deps/libtokio_io-1acdf5e434f2b7ed.rlib --extern url=/opt/crater/target/debug/deps/liburl-1064d524f885f753.rlib --cap-lints=forbid -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/imagedelete-8984f84ef9da3caf.imagedelete.3yl9h858-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/imagedelete-8984f84ef9da3caf.imagedelete.3yl9h858-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/imagedelete-8984f84ef9da3caf.imagedelete.3yl9h858-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/imagedelete-8984f84ef9da3caf.imagedelete.3yl9h858-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/imagedelete-8984f84ef9da3caf.imagedelete.3yl9h858-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/imagedelete-8984f84ef9da3caf.imagedelete.3yl9h858-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/imagedelete-8984f84ef9da3caf.imagedelete.3yl9h858-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/imagedelete-8984f84ef9da3caf.imagedelete.3yl9h858-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/imagedelete-8984f84ef9da3caf.imagedelete.3yl9h858-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/imagedelete-8984f84ef9da3caf.imagedelete.3yl9h858-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/imagedelete-8984f84ef9da3caf.imagedelete.3yl9h858-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/imagedelete-8984f84ef9da3caf.imagedelete.3yl9h858-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/imagedelete-8984f84ef9da3caf.imagedelete.3yl9h858-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/imagedelete-8984f84ef9da3caf.imagedelete.3yl9h858-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/imagedelete-8984f84ef9da3caf.imagedelete.3yl9h858-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/imagedelete-8984f84ef9da3caf.imagedelete.3yl9h858-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/imagedelete-8984f84ef9da3caf" "/opt/crater/target/debug/examples/imagedelete-8984f84ef9da3caf.jcle6t6ahgcaxnf.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-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/libshiplift-897c1417deb5a6a3.rlib" "/opt/crater/target/debug/deps/libtar-d15f13f4b85e3397.rlib" "/opt/crater/target/debug/deps/libxattr-be9a850140a01a1e.rlib" "/opt/crater/target/debug/deps/libfiletime-f24274e5715cb27e.rlib" "/opt/crater/target/debug/deps/libflate2-b188cba1614f5bb2.rlib" "/opt/crater/target/debug/deps/libminiz_sys-835f0fd024fe7124.rlib" "/opt/crater/target/debug/deps/libcrc32fast-cf1b648ec166f5c5.rlib" "/opt/crater/target/debug/deps/libmime-3e0da024eadefb55.rlib" "/opt/crater/target/debug/deps/libunicase-306d7af3029a8161.rlib" "/opt/crater/target/debug/deps/libhyperlocal-9fb2a992a7ea0377.rlib" "/opt/crater/target/debug/deps/libhex-9b8a7146f56a921e.rlib" "/opt/crater/target/debug/deps/libhyper_openssl-07cd591917c8eb22.rlib" "/opt/crater/target/debug/deps/libtokio_openssl-9d69defa2c66f54d.rlib" "/opt/crater/target/debug/deps/libopenssl-607c17223d5abf81.rlib" "/opt/crater/target/debug/deps/libopenssl_sys-6cdad69d52f4d0d2.rlib" "/opt/crater/target/debug/deps/libforeign_types-1947515d51599c5a.rlib" "/opt/crater/target/debug/deps/libforeign_types_shared-b92fcc3f48056fc1.rlib" "/opt/crater/target/debug/deps/libbitflags-e16bba26348a77f5.rlib" "/opt/crater/target/debug/deps/liblinked_hash_set-ca5572a7303833ad.rlib" "/opt/crater/target/debug/deps/liblinked_hash_map-400bbbc54a1dd9c5.rlib" "/opt/crater/target/debug/deps/libantidote-37aae75c0373aa86.rlib" "/opt/crater/target/debug/deps/libhyper-6ee6736741e09231.rlib" "/opt/crater/target/debug/deps/libwant-faacd292273d4413.rlib" "/opt/crater/target/debug/deps/libtry_lock-ce1dbb34e3041bce.rlib" "/opt/crater/target/debug/deps/libtokio-33f92f80ff7485b4.rlib" "/opt/crater/target/debug/deps/libtokio_trace_core-b66b9fe9cdf2d62b.rlib" "/opt/crater/target/debug/deps/libtokio_uds-8c9363e1e050c307.rlib" "/opt/crater/target/debug/deps/libmio_uds-33b4fbb02509c3f6.rlib" "/opt/crater/target/debug/deps/libtokio_udp-836fe6ebbbab1893.rlib" "/opt/crater/target/debug/deps/libtokio_timer-36d7c986eba0bf37.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-afadcb58b1a2bf36.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-37d6b953433178a3.rlib" "/opt/crater/target/debug/deps/libtokio_sync-608a18631878754c.rlib" "/opt/crater/target/debug/deps/libparking_lot-17750d9af2a52e8b.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-5333a71382bff4d2.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/libtokio_fs-29a205c4adfb289e.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-61b96906243212b8.rlib" "/opt/crater/target/debug/deps/librand-d44eb7b09f5ce683.rlib" "/opt/crater/target/debug/deps/librand_xorshift-d080cc8ec1ae59bd.rlib" "/opt/crater/target/debug/deps/librand_pcg-4a93ded8a6ae0b28.rlib" "/opt/crater/target/debug/deps/librand_hc-69e1c68d172b69f5.rlib" "/opt/crater/target/debug/deps/librand_chacha-166a631d59d508da.rlib" "/opt/crater/target/debug/deps/librand_isaac-2264ac2807e16d27.rlib" "/opt/crater/target/debug/deps/librand_core-c3a3ab401d39eca6.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/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/libscopeguard-fd1b9799252ebb40.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/liblazy_static-6b264ec86ae8595d.rlib" "/opt/crater/target/debug/deps/libtokio_codec-ffc7b70bcb2046f7.rlib" "/opt/crater/target/debug/deps/libmio-e931569c480bbe67.rlib" "/opt/crater/target/debug/deps/libtime-090696ea0a79ecae.rlib" "/opt/crater/target/debug/deps/libnet2-48edbee1a6d6d7d9.rlib" "/opt/crater/target/debug/deps/libhttparse-13ae51b6d30e33af.rlib" "/opt/crater/target/debug/deps/libhttp_body-48acc4e7cb9f80e9.rlib" "/opt/crater/target/debug/deps/libtokio_buf-8636a884d672dbed.rlib" "/opt/crater/target/debug/deps/libh2-30044309b9722e61.rlib" "/opt/crater/target/debug/deps/libindexmap-04ceabf6b6c1f57d.rlib" "/opt/crater/target/debug/deps/libstring-51c4de4a3b3b5476.rlib" "/opt/crater/target/debug/deps/libslab-f8104c1e8bc477f3.rlib" "/opt/crater/target/debug/deps/libtokio_io-1acdf5e434f2b7ed.rlib" "/opt/crater/target/debug/deps/liblog-6207875398805059.rlib" "/opt/crater/target/debug/deps/libcfg_if-ba8680437656667a.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-24a53d6e4cdc7385.rlib" "/opt/crater/target/debug/deps/libnum_cpus-0670be1a38937055.rlib" "/opt/crater/target/debug/deps/libfutures-330fde0ed5f39ce1.rlib" "/opt/crater/target/debug/deps/libhttp-62bdd9dc8df9972b.rlib" "/opt/crater/target/debug/deps/libfnv-6580cf988af79ef1.rlib" "/opt/crater/target/debug/deps/libbytes-384fe8e6f20018f6.rlib" "/opt/crater/target/debug/deps/libeither-fae432e867fd9680.rlib" "/opt/crater/target/debug/deps/libiovec-f4766169b59ec004.rlib" "/opt/crater/target/debug/deps/liblibc-2be231e10ed03565.rlib" "/opt/crater/target/debug/deps/libbyteorder-966099251460dcaf.rlib" "/opt/crater/target/debug/deps/liburl-1064d524f885f753.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/libserde_json-0f4256df9898c97c.rlib" "/opt/crater/target/debug/deps/libryu-c262a39b116a91d7.rlib" "/opt/crater/target/debug/deps/libitoa-8f2c32a37dd77516.rlib" "/opt/crater/target/debug/deps/libserde-ee0a745999d717a9.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" "-lssl" "-lcrypto" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: [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 `shiplift`. [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/networkdisconnect-e2c87f00c6b85a9b.networkdisconnect.4a390m70-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/networkdisconnect-e2c87f00c6b85a9b.networkdisconnect.4a390m70-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/networkdisconnect-e2c87f00c6b85a9b.networkdisconnect.4a390m70-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/networkdisconnect-e2c87f00c6b85a9b.networkdisconnect.4a390m70-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/networkdisconnect-e2c87f00c6b85a9b.networkdisconnect.4a390m70-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/networkdisconnect-e2c87f00c6b85a9b.networkdisconnect.4a390m70-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/networkdisconnect-e2c87f00c6b85a9b.networkdisconnect.4a390m70-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/networkdisconnect-e2c87f00c6b85a9b.networkdisconnect.4a390m70-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/networkdisconnect-e2c87f00c6b85a9b.networkdisconnect.4a390m70-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/networkdisconnect-e2c87f00c6b85a9b.networkdisconnect.4a390m70-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/networkdisconnect-e2c87f00c6b85a9b.networkdisconnect.4a390m70-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/networkdisconnect-e2c87f00c6b85a9b.networkdisconnect.4a390m70-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/networkdisconnect-e2c87f00c6b85a9b.networkdisconnect.4a390m70-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/networkdisconnect-e2c87f00c6b85a9b.networkdisconnect.4a390m70-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/networkdisconnect-e2c87f00c6b85a9b.networkdisconnect.4a390m70-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/networkdisconnect-e2c87f00c6b85a9b.networkdisconnect.4a390m70-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/networkdisconnect-e2c87f00c6b85a9b" "/opt/crater/target/debug/examples/networkdisconnect-e2c87f00c6b85a9b.2lifj6kiau92ahbq.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-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/libshiplift-897c1417deb5a6a3.rlib" "/opt/crater/target/debug/deps/libtar-d15f13f4b85e3397.rlib" "/opt/crater/target/debug/deps/libxattr-be9a850140a01a1e.rlib" "/opt/crater/target/debug/deps/libfiletime-f24274e5715cb27e.rlib" "/opt/crater/target/debug/deps/libflate2-b188cba1614f5bb2.rlib" "/opt/crater/target/debug/deps/libminiz_sys-835f0fd024fe7124.rlib" "/opt/crater/target/debug/deps/libcrc32fast-cf1b648ec166f5c5.rlib" "/opt/crater/target/debug/deps/libmime-3e0da024eadefb55.rlib" "/opt/crater/target/debug/deps/libunicase-306d7af3029a8161.rlib" "/opt/crater/target/debug/deps/libhyperlocal-9fb2a992a7ea0377.rlib" "/opt/crater/target/debug/deps/libhex-9b8a7146f56a921e.rlib" "/opt/crater/target/debug/deps/libhyper_openssl-07cd591917c8eb22.rlib" "/opt/crater/target/debug/deps/libtokio_openssl-9d69defa2c66f54d.rlib" "/opt/crater/target/debug/deps/libopenssl-607c17223d5abf81.rlib" "/opt/crater/target/debug/deps/libopenssl_sys-6cdad69d52f4d0d2.rlib" "/opt/crater/target/debug/deps/libforeign_types-1947515d51599c5a.rlib" "/opt/crater/target/debug/deps/libforeign_types_shared-b92fcc3f48056fc1.rlib" "/opt/crater/target/debug/deps/libbitflags-e16bba26348a77f5.rlib" "/opt/crater/target/debug/deps/liblinked_hash_set-ca5572a7303833ad.rlib" "/opt/crater/target/debug/deps/liblinked_hash_map-400bbbc54a1dd9c5.rlib" "/opt/crater/target/debug/deps/libantidote-37aae75c0373aa86.rlib" "/opt/crater/target/debug/deps/libhyper-6ee6736741e09231.rlib" "/opt/crater/target/debug/deps/libwant-faacd292273d4413.rlib" "/opt/crater/target/debug/deps/libtry_lock-ce1dbb34e3041bce.rlib" "/opt/crater/target/debug/deps/libtokio-33f92f80ff7485b4.rlib" "/opt/crater/target/debug/deps/libtokio_trace_core-b66b9fe9cdf2d62b.rlib" "/opt/crater/target/debug/deps/libtokio_uds-8c9363e1e050c307.rlib" "/opt/crater/target/debug/deps/libmio_uds-33b4fbb02509c3f6.rlib" "/opt/crater/target/debug/deps/libtokio_udp-836fe6ebbbab1893.rlib" "/opt/crater/target/debug/deps/libtokio_timer-36d7c986eba0bf37.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-afadcb58b1a2bf36.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-37d6b953433178a3.rlib" "/opt/crater/target/debug/deps/libtokio_sync-608a18631878754c.rlib" "/opt/crater/target/debug/deps/libparking_lot-17750d9af2a52e8b.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-5333a71382bff4d2.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/libtokio_fs-29a205c4adfb289e.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-61b96906243212b8.rlib" "/opt/crater/target/debug/deps/librand-d44eb7b09f5ce683.rlib" "/opt/crater/target/debug/deps/librand_xorshift-d080cc8ec1ae59bd.rlib" "/opt/crater/target/debug/deps/librand_pcg-4a93ded8a6ae0b28.rlib" "/opt/crater/target/debug/deps/librand_hc-69e1c68d172b69f5.rlib" "/opt/crater/target/debug/deps/librand_chacha-166a631d59d508da.rlib" "/opt/crater/target/debug/deps/librand_isaac-2264ac2807e16d27.rlib" "/opt/crater/target/debug/deps/librand_core-c3a3ab401d39eca6.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/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/libscopeguard-fd1b9799252ebb40.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/liblazy_static-6b264ec86ae8595d.rlib" "/opt/crater/target/debug/deps/libtokio_codec-ffc7b70bcb2046f7.rlib" "/opt/crater/target/debug/deps/libmio-e931569c480bbe67.rlib" "/opt/crater/target/debug/deps/libtime-090696ea0a79ecae.rlib" "/opt/crater/target/debug/deps/libnet2-48edbee1a6d6d7d9.rlib" "/opt/crater/target/debug/deps/libhttparse-13ae51b6d30e33af.rlib" "/opt/crater/target/debug/deps/libhttp_body-48acc4e7cb9f80e9.rlib" "/opt/crater/target/debug/deps/libtokio_buf-8636a884d672dbed.rlib" "/opt/crater/target/debug/deps/libh2-30044309b9722e61.rlib" "/opt/crater/target/debug/deps/libindexmap-04ceabf6b6c1f57d.rlib" "/opt/crater/target/debug/deps/libstring-51c4de4a3b3b5476.rlib" "/opt/crater/target/debug/deps/libslab-f8104c1e8bc477f3.rlib" "/opt/crater/target/debug/deps/libtokio_io-1acdf5e434f2b7ed.rlib" "/opt/crater/target/debug/deps/liblog-6207875398805059.rlib" "/opt/crater/target/debug/deps/libcfg_if-ba8680437656667a.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-24a53d6e4cdc7385.rlib" "/opt/crater/target/debug/deps/libnum_cpus-0670be1a38937055.rlib" "/opt/crater/target/debug/deps/libfutures-330fde0ed5f39ce1.rlib" "/opt/crater/target/debug/deps/libhttp-62bdd9dc8df9972b.rlib" "/opt/crater/target/debug/deps/libfnv-6580cf988af79ef1.rlib" "/opt/crater/target/debug/deps/libbytes-384fe8e6f20018f6.rlib" "/opt/crater/target/debug/deps/libeither-fae432e867fd9680.rlib" "/opt/crater/target/debug/deps/libiovec-f4766169b59ec004.rlib" "/opt/crater/target/debug/deps/liblibc-2be231e10ed03565.rlib" "/opt/crater/target/debug/deps/libbyteorder-966099251460dcaf.rlib" "/opt/crater/target/debug/deps/liburl-1064d524f885f753.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/libserde_json-0f4256df9898c97c.rlib" "/opt/crater/target/debug/deps/libryu-c262a39b116a91d7.rlib" "/opt/crater/target/debug/deps/libitoa-8f2c32a37dd77516.rlib" "/opt/crater/target/debug/deps/libserde-ee0a745999d717a9.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" "-lssl" "-lcrypto" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: final link failed: Nonrepresentable section on output [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `shiplift`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: linking with `cc` failed: signal: 9 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/info-e18e984f18c11021.info.b32s7ffx-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/info-e18e984f18c11021.info.b32s7ffx-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/info-e18e984f18c11021.info.b32s7ffx-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/info-e18e984f18c11021.info.b32s7ffx-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/info-e18e984f18c11021.info.b32s7ffx-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/info-e18e984f18c11021.info.b32s7ffx-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/info-e18e984f18c11021.info.b32s7ffx-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/info-e18e984f18c11021.info.b32s7ffx-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/info-e18e984f18c11021.info.b32s7ffx-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/info-e18e984f18c11021.info.b32s7ffx-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/info-e18e984f18c11021.info.b32s7ffx-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/info-e18e984f18c11021.info.b32s7ffx-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/info-e18e984f18c11021.info.b32s7ffx-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/info-e18e984f18c11021.info.b32s7ffx-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/info-e18e984f18c11021.info.b32s7ffx-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/info-e18e984f18c11021.info.b32s7ffx-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/info-e18e984f18c11021" "/opt/crater/target/debug/examples/info-e18e984f18c11021.4k8n2lfzbsqf6629.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-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/libshiplift-897c1417deb5a6a3.rlib" "/opt/crater/target/debug/deps/libtar-d15f13f4b85e3397.rlib" "/opt/crater/target/debug/deps/libxattr-be9a850140a01a1e.rlib" "/opt/crater/target/debug/deps/libfiletime-f24274e5715cb27e.rlib" "/opt/crater/target/debug/deps/libflate2-b188cba1614f5bb2.rlib" "/opt/crater/target/debug/deps/libminiz_sys-835f0fd024fe7124.rlib" "/opt/crater/target/debug/deps/libcrc32fast-cf1b648ec166f5c5.rlib" "/opt/crater/target/debug/deps/libmime-3e0da024eadefb55.rlib" "/opt/crater/target/debug/deps/libunicase-306d7af3029a8161.rlib" "/opt/crater/target/debug/deps/libhyperlocal-9fb2a992a7ea0377.rlib" "/opt/crater/target/debug/deps/libhex-9b8a7146f56a921e.rlib" "/opt/crater/target/debug/deps/libhyper_openssl-07cd591917c8eb22.rlib" "/opt/crater/target/debug/deps/libtokio_openssl-9d69defa2c66f54d.rlib" "/opt/crater/target/debug/deps/libopenssl-607c17223d5abf81.rlib" "/opt/crater/target/debug/deps/libopenssl_sys-6cdad69d52f4d0d2.rlib" "/opt/crater/target/debug/deps/libforeign_types-1947515d51599c5a.rlib" "/opt/crater/target/debug/deps/libforeign_types_shared-b92fcc3f48056fc1.rlib" "/opt/crater/target/debug/deps/libbitflags-e16bba26348a77f5.rlib" "/opt/crater/target/debug/deps/liblinked_hash_set-ca5572a7303833ad.rlib" "/opt/crater/target/debug/deps/liblinked_hash_map-400bbbc54a1dd9c5.rlib" "/opt/crater/target/debug/deps/libantidote-37aae75c0373aa86.rlib" "/opt/crater/target/debug/deps/libhyper-6ee6736741e09231.rlib" "/opt/crater/target/debug/deps/libwant-faacd292273d4413.rlib" "/opt/crater/target/debug/deps/libtry_lock-ce1dbb34e3041bce.rlib" "/opt/crater/target/debug/deps/libtokio-33f92f80ff7485b4.rlib" "/opt/crater/target/debug/deps/libtokio_trace_core-b66b9fe9cdf2d62b.rlib" "/opt/crater/target/debug/deps/libtokio_uds-8c9363e1e050c307.rlib" "/opt/crater/target/debug/deps/libmio_uds-33b4fbb02509c3f6.rlib" "/opt/crater/target/debug/deps/libtokio_udp-836fe6ebbbab1893.rlib" "/opt/crater/target/debug/deps/libtokio_timer-36d7c986eba0bf37.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-afadcb58b1a2bf36.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-37d6b953433178a3.rlib" "/opt/crater/target/debug/deps/libtokio_sync-608a18631878754c.rlib" "/opt/crater/target/debug/deps/libparking_lot-17750d9af2a52e8b.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-5333a71382bff4d2.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/libtokio_fs-29a205c4adfb289e.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-61b96906243212b8.rlib" "/opt/crater/target/debug/deps/librand-d44eb7b09f5ce683.rlib" "/opt/crater/target/debug/deps/librand_xorshift-d080cc8ec1ae59bd.rlib" "/opt/crater/target/debug/deps/librand_pcg-4a93ded8a6ae0b28.rlib" "/opt/crater/target/debug/deps/librand_hc-69e1c68d172b69f5.rlib" "/opt/crater/target/debug/deps/librand_chacha-166a631d59d508da.rlib" "/opt/crater/target/debug/deps/librand_isaac-2264ac2807e16d27.rlib" "/opt/crater/target/debug/deps/librand_core-c3a3ab401d39eca6.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/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/libscopeguard-fd1b9799252ebb40.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/liblazy_static-6b264ec86ae8595d.rlib" "/opt/crater/target/debug/deps/libtokio_codec-ffc7b70bcb2046f7.rlib" "/opt/crater/target/debug/deps/libmio-e931569c480bbe67.rlib" "/opt/crater/target/debug/deps/libtime-090696ea0a79ecae.rlib" "/opt/crater/target/debug/deps/libnet2-48edbee1a6d6d7d9.rlib" "/opt/crater/target/debug/deps/libhttparse-13ae51b6d30e33af.rlib" "/opt/crater/target/debug/deps/libhttp_body-48acc4e7cb9f80e9.rlib" "/opt/crater/target/debug/deps/libtokio_buf-8636a884d672dbed.rlib" "/opt/crater/target/debug/deps/libh2-30044309b9722e61.rlib" "/opt/crater/target/debug/deps/libindexmap-04ceabf6b6c1f57d.rlib" "/opt/crater/target/debug/deps/libstring-51c4de4a3b3b5476.rlib" "/opt/crater/target/debug/deps/libslab-f8104c1e8bc477f3.rlib" "/opt/crater/target/debug/deps/libtokio_io-1acdf5e434f2b7ed.rlib" "/opt/crater/target/debug/deps/liblog-6207875398805059.rlib" "/opt/crater/target/debug/deps/libcfg_if-ba8680437656667a.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-24a53d6e4cdc7385.rlib" "/opt/crater/target/debug/deps/libnum_cpus-0670be1a38937055.rlib" "/opt/crater/target/debug/deps/libfutures-330fde0ed5f39ce1.rlib" "/opt/crater/target/debug/deps/libhttp-62bdd9dc8df9972b.rlib" "/opt/crater/target/debug/deps/libfnv-6580cf988af79ef1.rlib" "/opt/crater/target/debug/deps/libbytes-384fe8e6f20018f6.rlib" "/opt/crater/target/debug/deps/libeither-fae432e867fd9680.rlib" "/opt/crater/target/debug/deps/libiovec-f4766169b59ec004.rlib" "/opt/crater/target/debug/deps/liblibc-2be231e10ed03565.rlib" "/opt/crater/target/debug/deps/libbyteorder-966099251460dcaf.rlib" "/opt/crater/target/debug/deps/liburl-1064d524f885f753.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/libserde_json-0f4256df9898c97c.rlib" "/opt/crater/target/debug/deps/libryu-c262a39b116a91d7.rlib" "/opt/crater/target/debug/deps/libitoa-8f2c32a37dd77516.rlib" "/opt/crater/target/debug/deps/libserde-ee0a745999d717a9.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" "-lssl" "-lcrypto" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: final link failed: Nonrepresentable section on output [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `shiplift`. [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/networkconnect-1f24052018aa07b1.networkconnect.2m55igq4-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/networkconnect-1f24052018aa07b1.networkconnect.2m55igq4-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/networkconnect-1f24052018aa07b1.networkconnect.2m55igq4-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/networkconnect-1f24052018aa07b1.networkconnect.2m55igq4-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/networkconnect-1f24052018aa07b1.networkconnect.2m55igq4-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/networkconnect-1f24052018aa07b1.networkconnect.2m55igq4-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/networkconnect-1f24052018aa07b1.networkconnect.2m55igq4-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/networkconnect-1f24052018aa07b1.networkconnect.2m55igq4-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/networkconnect-1f24052018aa07b1.networkconnect.2m55igq4-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/networkconnect-1f24052018aa07b1.networkconnect.2m55igq4-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/networkconnect-1f24052018aa07b1.networkconnect.2m55igq4-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/networkconnect-1f24052018aa07b1.networkconnect.2m55igq4-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/networkconnect-1f24052018aa07b1.networkconnect.2m55igq4-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/networkconnect-1f24052018aa07b1.networkconnect.2m55igq4-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/networkconnect-1f24052018aa07b1.networkconnect.2m55igq4-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/networkconnect-1f24052018aa07b1.networkconnect.2m55igq4-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/networkconnect-1f24052018aa07b1" "/opt/crater/target/debug/examples/networkconnect-1f24052018aa07b1.3qjg1qdkmss15eo6.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-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/libshiplift-897c1417deb5a6a3.rlib" "/opt/crater/target/debug/deps/libtar-d15f13f4b85e3397.rlib" "/opt/crater/target/debug/deps/libxattr-be9a850140a01a1e.rlib" "/opt/crater/target/debug/deps/libfiletime-f24274e5715cb27e.rlib" "/opt/crater/target/debug/deps/libflate2-b188cba1614f5bb2.rlib" "/opt/crater/target/debug/deps/libminiz_sys-835f0fd024fe7124.rlib" "/opt/crater/target/debug/deps/libcrc32fast-cf1b648ec166f5c5.rlib" "/opt/crater/target/debug/deps/libmime-3e0da024eadefb55.rlib" "/opt/crater/target/debug/deps/libunicase-306d7af3029a8161.rlib" "/opt/crater/target/debug/deps/libhyperlocal-9fb2a992a7ea0377.rlib" "/opt/crater/target/debug/deps/libhex-9b8a7146f56a921e.rlib" "/opt/crater/target/debug/deps/libhyper_openssl-07cd591917c8eb22.rlib" "/opt/crater/target/debug/deps/libtokio_openssl-9d69defa2c66f54d.rlib" "/opt/crater/target/debug/deps/libopenssl-607c17223d5abf81.rlib" "/opt/crater/target/debug/deps/libopenssl_sys-6cdad69d52f4d0d2.rlib" "/opt/crater/target/debug/deps/libforeign_types-1947515d51599c5a.rlib" "/opt/crater/target/debug/deps/libforeign_types_shared-b92fcc3f48056fc1.rlib" "/opt/crater/target/debug/deps/libbitflags-e16bba26348a77f5.rlib" "/opt/crater/target/debug/deps/liblinked_hash_set-ca5572a7303833ad.rlib" "/opt/crater/target/debug/deps/liblinked_hash_map-400bbbc54a1dd9c5.rlib" "/opt/crater/target/debug/deps/libantidote-37aae75c0373aa86.rlib" "/opt/crater/target/debug/deps/libhyper-6ee6736741e09231.rlib" "/opt/crater/target/debug/deps/libwant-faacd292273d4413.rlib" "/opt/crater/target/debug/deps/libtry_lock-ce1dbb34e3041bce.rlib" "/opt/crater/target/debug/deps/libtokio-33f92f80ff7485b4.rlib" "/opt/crater/target/debug/deps/libtokio_trace_core-b66b9fe9cdf2d62b.rlib" "/opt/crater/target/debug/deps/libtokio_uds-8c9363e1e050c307.rlib" "/opt/crater/target/debug/deps/libmio_uds-33b4fbb02509c3f6.rlib" "/opt/crater/target/debug/deps/libtokio_udp-836fe6ebbbab1893.rlib" "/opt/crater/target/debug/deps/libtokio_timer-36d7c986eba0bf37.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-afadcb58b1a2bf36.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-37d6b953433178a3.rlib" "/opt/crater/target/debug/deps/libtokio_sync-608a18631878754c.rlib" "/opt/crater/target/debug/deps/libparking_lot-17750d9af2a52e8b.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-5333a71382bff4d2.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/libtokio_fs-29a205c4adfb289e.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-61b96906243212b8.rlib" "/opt/crater/target/debug/deps/librand-d44eb7b09f5ce683.rlib" "/opt/crater/target/debug/deps/librand_xorshift-d080cc8ec1ae59bd.rlib" "/opt/crater/target/debug/deps/librand_pcg-4a93ded8a6ae0b28.rlib" "/opt/crater/target/debug/deps/librand_hc-69e1c68d172b69f5.rlib" "/opt/crater/target/debug/deps/librand_chacha-166a631d59d508da.rlib" "/opt/crater/target/debug/deps/librand_isaac-2264ac2807e16d27.rlib" "/opt/crater/target/debug/deps/librand_core-c3a3ab401d39eca6.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/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/libscopeguard-fd1b9799252ebb40.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/liblazy_static-6b264ec86ae8595d.rlib" "/opt/crater/target/debug/deps/libtokio_codec-ffc7b70bcb2046f7.rlib" "/opt/crater/target/debug/deps/libmio-e931569c480bbe67.rlib" "/opt/crater/target/debug/deps/libtime-090696ea0a79ecae.rlib" "/opt/crater/target/debug/deps/libnet2-48edbee1a6d6d7d9.rlib" "/opt/crater/target/debug/deps/libhttparse-13ae51b6d30e33af.rlib" "/opt/crater/target/debug/deps/libhttp_body-48acc4e7cb9f80e9.rlib" "/opt/crater/target/debug/deps/libtokio_buf-8636a884d672dbed.rlib" "/opt/crater/target/debug/deps/libh2-30044309b9722e61.rlib" "/opt/crater/target/debug/deps/libindexmap-04ceabf6b6c1f57d.rlib" "/opt/crater/target/debug/deps/libstring-51c4de4a3b3b5476.rlib" "/opt/crater/target/debug/deps/libslab-f8104c1e8bc477f3.rlib" "/opt/crater/target/debug/deps/libtokio_io-1acdf5e434f2b7ed.rlib" "/opt/crater/target/debug/deps/liblog-6207875398805059.rlib" "/opt/crater/target/debug/deps/libcfg_if-ba8680437656667a.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-24a53d6e4cdc7385.rlib" "/opt/crater/target/debug/deps/libnum_cpus-0670be1a38937055.rlib" "/opt/crater/target/debug/deps/libfutures-330fde0ed5f39ce1.rlib" "/opt/crater/target/debug/deps/libhttp-62bdd9dc8df9972b.rlib" "/opt/crater/target/debug/deps/libfnv-6580cf988af79ef1.rlib" "/opt/crater/target/debug/deps/libbytes-384fe8e6f20018f6.rlib" "/opt/crater/target/debug/deps/libeither-fae432e867fd9680.rlib" "/opt/crater/target/debug/deps/libiovec-f4766169b59ec004.rlib" "/opt/crater/target/debug/deps/liblibc-2be231e10ed03565.rlib" "/opt/crater/target/debug/deps/libbyteorder-966099251460dcaf.rlib" "/opt/crater/target/debug/deps/liburl-1064d524f885f753.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/libserde_json-0f4256df9898c97c.rlib" "/opt/crater/target/debug/deps/libryu-c262a39b116a91d7.rlib" "/opt/crater/target/debug/deps/libitoa-8f2c32a37dd77516.rlib" "/opt/crater/target/debug/deps/libserde-ee0a745999d717a9.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" "-lssl" "-lcrypto" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: final link failed: Nonrepresentable section on output [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `shiplift`. [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/imagepull-32576541fda50c1b.imagepull.cwt1jncs-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/imagepull-32576541fda50c1b.imagepull.cwt1jncs-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/imagepull-32576541fda50c1b.imagepull.cwt1jncs-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/imagepull-32576541fda50c1b.imagepull.cwt1jncs-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/imagepull-32576541fda50c1b.imagepull.cwt1jncs-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/imagepull-32576541fda50c1b.imagepull.cwt1jncs-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/imagepull-32576541fda50c1b.imagepull.cwt1jncs-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/imagepull-32576541fda50c1b.imagepull.cwt1jncs-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/imagepull-32576541fda50c1b.imagepull.cwt1jncs-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/imagepull-32576541fda50c1b.imagepull.cwt1jncs-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/imagepull-32576541fda50c1b.imagepull.cwt1jncs-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/imagepull-32576541fda50c1b.imagepull.cwt1jncs-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/imagepull-32576541fda50c1b.imagepull.cwt1jncs-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/imagepull-32576541fda50c1b.imagepull.cwt1jncs-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/imagepull-32576541fda50c1b.imagepull.cwt1jncs-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/imagepull-32576541fda50c1b.imagepull.cwt1jncs-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/imagepull-32576541fda50c1b" "/opt/crater/target/debug/examples/imagepull-32576541fda50c1b.djl3bujd69bu4hc.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-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/libenv_logger-5b023eb8e569f774.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/libaho_corasick-b2f25f63302b4cc3.rlib" "/opt/crater/target/debug/deps/libmemchr-3e61dab67fbb5883.rlib" "/opt/crater/target/debug/deps/libatty-71df1d24af8d5f3b.rlib" "/opt/crater/target/debug/deps/libhumantime-beb085f731d2b992.rlib" "/opt/crater/target/debug/deps/libquick_error-d5815f57f1e44ada.rlib" "/opt/crater/target/debug/deps/libtermcolor-0c8f158906f880f1.rlib" "/opt/crater/target/debug/deps/libshiplift-897c1417deb5a6a3.rlib" "/opt/crater/target/debug/deps/libtar-d15f13f4b85e3397.rlib" "/opt/crater/target/debug/deps/libxattr-be9a850140a01a1e.rlib" "/opt/crater/target/debug/deps/libfiletime-f24274e5715cb27e.rlib" "/opt/crater/target/debug/deps/libflate2-b188cba1614f5bb2.rlib" "/opt/crater/target/debug/deps/libminiz_sys-835f0fd024fe7124.rlib" "/opt/crater/target/debug/deps/libcrc32fast-cf1b648ec166f5c5.rlib" "/opt/crater/target/debug/deps/libmime-3e0da024eadefb55.rlib" "/opt/crater/target/debug/deps/libunicase-306d7af3029a8161.rlib" "/opt/crater/target/debug/deps/libhyperlocal-9fb2a992a7ea0377.rlib" "/opt/crater/target/debug/deps/libhex-9b8a7146f56a921e.rlib" "/opt/crater/target/debug/deps/libhyper_openssl-07cd591917c8eb22.rlib" "/opt/crater/target/debug/deps/libtokio_openssl-9d69defa2c66f54d.rlib" "/opt/crater/target/debug/deps/libopenssl-607c17223d5abf81.rlib" "/opt/crater/target/debug/deps/libopenssl_sys-6cdad69d52f4d0d2.rlib" "/opt/crater/target/debug/deps/libforeign_types-1947515d51599c5a.rlib" "/opt/crater/target/debug/deps/libforeign_types_shared-b92fcc3f48056fc1.rlib" "/opt/crater/target/debug/deps/libbitflags-e16bba26348a77f5.rlib" "/opt/crater/target/debug/deps/liblinked_hash_set-ca5572a7303833ad.rlib" "/opt/crater/target/debug/deps/liblinked_hash_map-400bbbc54a1dd9c5.rlib" "/opt/crater/target/debug/deps/libantidote-37aae75c0373aa86.rlib" "/opt/crater/target/debug/deps/libhyper-6ee6736741e09231.rlib" "/opt/crater/target/debug/deps/libwant-faacd292273d4413.rlib" "/opt/crater/target/debug/deps/libtry_lock-ce1dbb34e3041bce.rlib" "/opt/crater/target/debug/deps/libtokio-33f92f80ff7485b4.rlib" "/opt/crater/target/debug/deps/libtokio_trace_core-b66b9fe9cdf2d62b.rlib" "/opt/crater/target/debug/deps/libtokio_uds-8c9363e1e050c307.rlib" "/opt/crater/target/debug/deps/libmio_uds-33b4fbb02509c3f6.rlib" "/opt/crater/target/debug/deps/libtokio_udp-836fe6ebbbab1893.rlib" "/opt/crater/target/debug/deps/libtokio_timer-36d7c986eba0bf37.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-afadcb58b1a2bf36.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-37d6b953433178a3.rlib" "/opt/crater/target/debug/deps/libtokio_sync-608a18631878754c.rlib" "/opt/crater/target/debug/deps/libparking_lot-17750d9af2a52e8b.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-5333a71382bff4d2.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/libtokio_fs-29a205c4adfb289e.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-61b96906243212b8.rlib" "/opt/crater/target/debug/deps/librand-d44eb7b09f5ce683.rlib" "/opt/crater/target/debug/deps/librand_xorshift-d080cc8ec1ae59bd.rlib" "/opt/crater/target/debug/deps/librand_pcg-4a93ded8a6ae0b28.rlib" "/opt/crater/target/debug/deps/librand_hc-69e1c68d172b69f5.rlib" "/opt/crater/target/debug/deps/librand_chacha-166a631d59d508da.rlib" "/opt/crater/target/debug/deps/librand_isaac-2264ac2807e16d27.rlib" "/opt/crater/target/debug/deps/librand_core-c3a3ab401d39eca6.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/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/libscopeguard-fd1b9799252ebb40.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/liblazy_static-6b264ec86ae8595d.rlib" "/opt/crater/target/debug/deps/libtokio_codec-ffc7b70bcb2046f7.rlib" "/opt/crater/target/debug/deps/libmio-e931569c480bbe67.rlib" "/opt/crater/target/debug/deps/libtime-090696ea0a79ecae.rlib" "/opt/crater/target/debug/deps/libnet2-48edbee1a6d6d7d9.rlib" "/opt/crater/target/debug/deps/libhttparse-13ae51b6d30e33af.rlib" "/opt/crater/target/debug/deps/libhttp_body-48acc4e7cb9f80e9.rlib" "/opt/crater/target/debug/deps/libtokio_buf-8636a884d672dbed.rlib" "/opt/crater/target/debug/deps/libh2-30044309b9722e61.rlib" "/opt/crater/target/debug/deps/libindexmap-04ceabf6b6c1f57d.rlib" "/opt/crater/target/debug/deps/libstring-51c4de4a3b3b5476.rlib" "/opt/crater/target/debug/deps/libslab-f8104c1e8bc477f3.rlib" "/opt/crater/target/debug/deps/libtokio_io-1acdf5e434f2b7ed.rlib" "/opt/crater/target/debug/deps/liblog-6207875398805059.rlib" "/opt/crater/target/debug/deps/libcfg_if-ba8680437656667a.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-24a53d6e4cdc7385.rlib" "/opt/crater/target/debug/deps/libnum_cpus-0670be1a38937055.rlib" "/opt/crater/target/debug/deps/libfutures-330fde0ed5f39ce1.rlib" "/opt/crater/target/debug/deps/libhttp-62bdd9dc8df9972b.rlib" "/opt/crater/target/debug/deps/libfnv-6580cf988af79ef1.rlib" "/opt/crater/target/debug/deps/libbytes-384fe8e6f20018f6.rlib" "/opt/crater/target/debug/deps/libeither-fae432e867fd9680.rlib" "/opt/crater/target/debug/deps/libiovec-f4766169b59ec004.rlib" "/opt/crater/target/debug/deps/liblibc-2be231e10ed03565.rlib" "/opt/crater/target/debug/deps/libbyteorder-966099251460dcaf.rlib" "/opt/crater/target/debug/deps/liburl-1064d524f885f753.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/libserde_json-0f4256df9898c97c.rlib" "/opt/crater/target/debug/deps/libryu-c262a39b116a91d7.rlib" "/opt/crater/target/debug/deps/libitoa-8f2c32a37dd77516.rlib" "/opt/crater/target/debug/deps/libserde-ee0a745999d717a9.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" "-lssl" "-lcrypto" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: : can not read symbols: Cannot allocate memory [INFO] [stderr] /usr/bin/ld: /opt/crater/target/debug/examples/imagepull-32576541fda50c1b.imagepull.cwt1jncs-cgu.0.rcgu.o(.data.DW.ref.rust_eh_personality[DW.ref.rust_eh_personality]+0x0): reloc against `rust_eh_personality': error 4 [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 `shiplift`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "b9cca17ffd3e29b0bbb630cb61c4c739c5285e45d4c99f82a204cedf2120998b"` [INFO] running `"docker" "rm" "-f" "b9cca17ffd3e29b0bbb630cb61c4c739c5285e45d4c99f82a204cedf2120998b"` [INFO] [stdout] b9cca17ffd3e29b0bbb630cb61c4c739c5285e45d4c99f82a204cedf2120998b