[INFO] fetching crate dkregistry 0.2.1... [INFO] extracting crate dkregistry 0.2.1 into work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/dkregistry/0.2.1 [INFO] extracting crate dkregistry 0.2.1 into work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/dkregistry/0.2.1 [INFO] validating manifest of dkregistry-0.2.1 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 dkregistry-0.2.1 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 dkregistry-0.2.1 [INFO] finished frobbing dkregistry-0.2.1 [INFO] frobbed toml for dkregistry-0.2.1 written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/dkregistry/0.2.1/Cargo.toml [INFO] started frobbing dkregistry-0.2.1 [INFO] finished frobbing dkregistry-0.2.1 [INFO] frobbed toml for dkregistry-0.2.1 written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/dkregistry/0.2.1/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] [stderr] Blocking waiting for file lock on package cache lock [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing dkregistry-0.2.1 against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-4/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/dkregistry/0.2.1:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "build" "--frozen"` [INFO] [stdout] 8489c9a2acd0032f3b9473562efb74b927af9ef61c72f3bb6cb46a174c59deac [INFO] running `"docker" "start" "-a" "8489c9a2acd0032f3b9473562efb74b927af9ef61c72f3bb6cb46a174c59deac"` [INFO] [stderr] Compiling strum v0.11.0 [INFO] [stderr] Compiling ct-logs v0.4.0 [INFO] [stderr] Compiling strum_macros v0.11.0 [INFO] [stderr] Compiling tokio-core v0.1.17 [INFO] [stderr] Compiling tokio-rustls v0.7.2 [INFO] [stderr] Compiling hyper-rustls v0.14.0 [INFO] [stderr] Compiling dkregistry v0.2.1 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/mediatypes.rs:8:32 [INFO] [stderr] | [INFO] [stderr] 8 | pub type FutureMediaType = Box, Error = Error>>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn futures::Future, Error = Error>` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/v2/catalog.rs:9:30 [INFO] [stderr] | [INFO] [stderr] 9 | pub type StreamCatalog = 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/v2/auth.rs:7:32 [INFO] [stderr] | [INFO] [stderr] 7 | pub type FutureTokenAuth = Box + 'static>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn futures::Future + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/v2/auth.rs:23:25 [INFO] [stderr] | [INFO] [stderr] 23 | type FutureString = Box>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn futures::Future` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/v2/tags.rs:6:27 [INFO] [stderr] | [INFO] [stderr] 6 | pub type StreamTags = 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/v2/blobs.rs:7:27 [INFO] [stderr] | [INFO] [stderr] 7 | pub type FutureBlob = Box, Error = Error>>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn futures::Future, Error = Error>` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/v2/mod.rs:71:27 [INFO] [stderr] | [INFO] [stderr] 71 | pub type FutureBool = Box>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn futures::Future` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/v2/mod.rs:74:31 [INFO] [stderr] | [INFO] [stderr] 74 | pub type FutureManifest = Box, Error = Error>>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn futures::Future, Error = Error>` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/reference.rs:46:41 [INFO] [stderr] | [INFO] [stderr] 46 | Some(':') => Version::Tag(s.trim_left_matches(':').to_string()), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/reference.rs:48:38 [INFO] [stderr] | [INFO] [stderr] 48 | let r: Vec<&str> = s.trim_left_matches('@').splitn(2, ':').collect(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/reference.rs:153:18 [INFO] [stderr] | [INFO] [stderr] 153 | rest = s.trim_left_matches("docker://"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/render.rs:43:45 [INFO] [stderr] | [INFO] [stderr] 43 | let real_name = wh_name.trim_left_matches(".wh."); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/v2/auth.rs:60:33 [INFO] [stderr] | [INFO] [stderr] 60 | for item in hdr.trim_left_matches("Bearer ").split(',') { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/v2/tags.rs:108:20 [INFO] [stderr] | [INFO] [stderr] 108 | let uri = sval.trim_right_matches(">; rel=\"next\""); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 20.45s [INFO] running `"docker" "inspect" "8489c9a2acd0032f3b9473562efb74b927af9ef61c72f3bb6cb46a174c59deac"` [INFO] running `"docker" "rm" "-f" "8489c9a2acd0032f3b9473562efb74b927af9ef61c72f3bb6cb46a174c59deac"` [INFO] [stdout] 8489c9a2acd0032f3b9473562efb74b927af9ef61c72f3bb6cb46a174c59deac [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-4/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/dkregistry/0.2.1:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 281bcb8aa28fdb57a9f2552e1be064e9e5c1919ca2e2ea7413ce366836ebe05e [INFO] running `"docker" "start" "-a" "281bcb8aa28fdb57a9f2552e1be064e9e5c1919ca2e2ea7413ce366836ebe05e"` [INFO] [stderr] Compiling dkregistry v0.2.1 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> examples/image.rs:60:28 [INFO] [stderr] | [INFO] [stderr] 60 | ) -> Result<(), boxed::Box> { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [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] --> examples/login.rs:39:28 [INFO] [stderr] | [INFO] [stderr] 39 | ) -> Result<(), boxed::Box> { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [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] --> examples/tags.rs:46:28 [INFO] [stderr] | [INFO] [stderr] 46 | ) -> Result<(), boxed::Box> { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [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/mediatypes.rs:8:32 [INFO] [stderr] | [INFO] [stderr] 8 | pub type FutureMediaType = Box, Error = Error>>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn futures::Future, Error = Error>` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/v2/catalog.rs:9:30 [INFO] [stderr] | [INFO] [stderr] 9 | pub type StreamCatalog = 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/v2/auth.rs:7:32 [INFO] [stderr] | [INFO] [stderr] 7 | pub type FutureTokenAuth = Box + 'static>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn futures::Future + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/v2/auth.rs:23:25 [INFO] [stderr] | [INFO] [stderr] 23 | type FutureString = Box>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn futures::Future` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/v2/tags.rs:6:27 [INFO] [stderr] | [INFO] [stderr] 6 | pub type StreamTags = 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/v2/blobs.rs:7:27 [INFO] [stderr] | [INFO] [stderr] 7 | pub type FutureBlob = Box, Error = Error>>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn futures::Future, Error = Error>` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/v2/mod.rs:71:27 [INFO] [stderr] | [INFO] [stderr] 71 | pub type FutureBool = Box>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn futures::Future` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/v2/mod.rs:74:31 [INFO] [stderr] | [INFO] [stderr] 74 | pub type FutureManifest = Box, Error = Error>>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn futures::Future, Error = Error>` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> examples/trace.rs:61:28 [INFO] [stderr] | [INFO] [stderr] 61 | ) -> Result<(), boxed::Box> { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [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] --> examples/checkregistry.rs:21:47 [INFO] [stderr] | [INFO] [stderr] 21 | fn run(host: &str) -> Result> { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/reference.rs:46:41 [INFO] [stderr] | [INFO] [stderr] 46 | Some(':') => Version::Tag(s.trim_left_matches(':').to_string()), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/reference.rs:48:38 [INFO] [stderr] | [INFO] [stderr] 48 | let r: Vec<&str> = s.trim_left_matches('@').splitn(2, ':').collect(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/reference.rs:153:18 [INFO] [stderr] | [INFO] [stderr] 153 | rest = s.trim_left_matches("docker://"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/render.rs:43:45 [INFO] [stderr] | [INFO] [stderr] 43 | let real_name = wh_name.trim_left_matches(".wh."); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/v2/auth.rs:60:33 [INFO] [stderr] | [INFO] [stderr] 60 | for item in hdr.trim_left_matches("Bearer ").split(',') { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right_matches': superseded by `trim_end_matches` [INFO] [stderr] --> src/v2/tags.rs:108:20 [INFO] [stderr] | [INFO] [stderr] 108 | let uri = sval.trim_right_matches(">; rel=\"next\""); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end_matches` [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/reference-de51c96bf32a2465.reference.ay2i35h2-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/reference-de51c96bf32a2465.reference.ay2i35h2-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/reference-de51c96bf32a2465.reference.ay2i35h2-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/reference-de51c96bf32a2465.reference.ay2i35h2-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/reference-de51c96bf32a2465.reference.ay2i35h2-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/reference-de51c96bf32a2465.reference.ay2i35h2-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/reference-de51c96bf32a2465.reference.ay2i35h2-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/reference-de51c96bf32a2465.reference.ay2i35h2-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/reference-de51c96bf32a2465.reference.ay2i35h2-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/reference-de51c96bf32a2465.reference.ay2i35h2-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/reference-de51c96bf32a2465.reference.ay2i35h2-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/reference-de51c96bf32a2465.reference.ay2i35h2-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/reference-de51c96bf32a2465.reference.ay2i35h2-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/reference-de51c96bf32a2465.reference.ay2i35h2-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/reference-de51c96bf32a2465.reference.ay2i35h2-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/reference-de51c96bf32a2465.reference.ay2i35h2-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/reference-de51c96bf32a2465" "/opt/crater/target/debug/deps/reference-de51c96bf32a2465.akrgrkneconlayy.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/ring-75d34d15d506c552/out" "-L" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-663ecae12a465161.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-acba595a0b25d09b.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-b618c2997fe9241e.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-4755c7b1004b2bec.rlib" "/opt/crater/target/debug/deps/libspectral-bc13ce0c3609009d.rlib" "/opt/crater/target/debug/deps/libnum-8c53adc2de207083.rlib" "/opt/crater/target/debug/deps/libnum_rational-d3dccad50cd2393e.rlib" "/opt/crater/target/debug/deps/libnum_bigint-0716fe35e1b0f93c.rlib" "/opt/crater/target/debug/deps/librand-ae0c62029697e043.rlib" "/opt/crater/target/debug/deps/libnum_complex-48f8319315f5f7bf.rlib" "/opt/crater/target/debug/deps/librustc_serialize-8a040fe30a914780.rlib" "/opt/crater/target/debug/deps/libnum_iter-62bdb25a3f210101.rlib" "/opt/crater/target/debug/deps/libnum_integer-3420d23c0fc7bb84.rlib" "/opt/crater/target/debug/deps/libnum_traits-e412f35869a97c27.rlib" "/opt/crater/target/debug/deps/libdkregistry-399a3d6210a149c5.rlib" "/opt/crater/target/debug/deps/libtar-f5d521639b0c7dbb.rlib" "/opt/crater/target/debug/deps/libxattr-fd714b0197019dfc.rlib" "/opt/crater/target/debug/deps/libfiletime-c0332f77dbb70736.rlib" "/opt/crater/target/debug/deps/libstrum-dd26133a110d76a8.rlib" "/opt/crater/target/debug/deps/liblibflate-08c63c70903c81fd.rlib" "/opt/crater/target/debug/deps/libcrc32fast-95508b1b8868bcc6.rlib" "/opt/crater/target/debug/deps/libadler32-e5d9aff421ab1c80.rlib" "/opt/crater/target/debug/deps/liberror_chain-bec6b590f2b581b2.rlib" "/opt/crater/target/debug/deps/libserde_json-73c3913c70bebd83.rlib" "/opt/crater/target/debug/deps/libryu-a0e568301c6b07fe.rlib" "/opt/crater/target/debug/deps/libserde-933ea99b102e6ff6.rlib" "/opt/crater/target/debug/deps/libmime-7b3dafeabdd0dfaa.rlib" "/opt/crater/target/debug/deps/libunicase-326ffedb619ebddc.rlib" "/opt/crater/target/debug/deps/libhyper_rustls-e1e19a152a05394c.rlib" "/opt/crater/target/debug/deps/libwebpki_roots-657124d649215f2d.rlib" "/opt/crater/target/debug/deps/libtokio_rustls-505dca64edd64820.rlib" "/opt/crater/target/debug/deps/libtokio_core-143144c35e772a2f.rlib" "/opt/crater/target/debug/deps/libscoped_tls-b1a1b7bbb8c720d2.rlib" "/opt/crater/target/debug/deps/librustls-058847fa709e9e8f.rlib" "/opt/crater/target/debug/deps/libbase64-bfdf770845822ff0.rlib" "/opt/crater/target/debug/deps/libsafemem-893689fb4a7aadb7.rlib" "/opt/crater/target/debug/deps/libwebpki-f3854d04d3152a37.rlib" "/opt/crater/target/debug/deps/libct_logs-f84213ea76965e88.rlib" "/opt/crater/target/debug/deps/libsct-e41879c73d2607a9.rlib" "/opt/crater/target/debug/deps/libring-782775392be9c4b4.rlib" "/opt/crater/target/debug/deps/libuntrusted-8983c93e7a628bf1.rlib" "/opt/crater/target/debug/deps/libhyper-0f9e259dc48a1f32.rlib" "/opt/crater/target/debug/deps/libwant-a8c33fde022153ed.rlib" "/opt/crater/target/debug/deps/libtry_lock-08de7794c4db55e5.rlib" "/opt/crater/target/debug/deps/libtokio-7caf80c0cc5097f1.rlib" "/opt/crater/target/debug/deps/libtokio_trace_core-f5555a48adf3024a.rlib" "/opt/crater/target/debug/deps/libtokio_uds-356d754b4615e839.rlib" "/opt/crater/target/debug/deps/libmio_uds-ff7c8779314afc40.rlib" "/opt/crater/target/debug/deps/libtokio_udp-893f570e53750dbb.rlib" "/opt/crater/target/debug/deps/libtokio_timer-d9fe948c1b0d2439.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-54c6429b1b52686d.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-5a620042e93466d9.rlib" "/opt/crater/target/debug/deps/libtokio_sync-2b4991a36966218e.rlib" "/opt/crater/target/debug/deps/libparking_lot-aa03c4354f374030.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-339789ed9a750888.rlib" "/opt/crater/target/debug/deps/libsmallvec-ca4a0203749e9e8c.rlib" "/opt/crater/target/debug/deps/liblock_api-f6b7325823472916.rlib" "/opt/crater/target/debug/deps/libowning_ref-c34ce4d89c989c93.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-39b80d52d885a31d.rlib" "/opt/crater/target/debug/deps/libtokio_fs-4f505491d5999827.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-c3bf7da337023453.rlib" "/opt/crater/target/debug/deps/librand-948dae45830b7616.rlib" "/opt/crater/target/debug/deps/librand_xorshift-e3f911b54e25ff3b.rlib" "/opt/crater/target/debug/deps/librand_pcg-cebebf8d29fcd910.rlib" "/opt/crater/target/debug/deps/librand_hc-d24e8b637969bd0e.rlib" "/opt/crater/target/debug/deps/librand_chacha-bc2f20f84511d658.rlib" "/opt/crater/target/debug/deps/librand_isaac-d7bbe276c7b2d57a.rlib" "/opt/crater/target/debug/deps/librand_core-6fa9f5d43a50161b.rlib" "/opt/crater/target/debug/deps/librand_os-c4d616461f23972b.rlib" "/opt/crater/target/debug/deps/librand_jitter-9b6606ddf582036e.rlib" "/opt/crater/target/debug/deps/librand_core-2f3dd869820ff822.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-e650790112c83cf8.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-ab17142b73f7f99e.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-b30d942aad6524ce.rlib" "/opt/crater/target/debug/deps/libscopeguard-4f938876ba0f86be.rlib" "/opt/crater/target/debug/deps/libmemoffset-07fb8d6dd7a47f76.rlib" "/opt/crater/target/debug/deps/libarrayvec-b8f99a1c12b2857e.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-753da457b800facc.rlib" "/opt/crater/target/debug/deps/libtokio_executor-fa4c4839877efc77.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-f631905e46f28cbf.rlib" "/opt/crater/target/debug/deps/liblazy_static-e5ded5d8dfa94ec6.rlib" "/opt/crater/target/debug/deps/libtokio_codec-a52bf3cfa3c0f567.rlib" "/opt/crater/target/debug/deps/libmio-c656ad00293360dd.rlib" "/opt/crater/target/debug/deps/libtime-a4a235ec7c280def.rlib" "/opt/crater/target/debug/deps/libnet2-3fecb1f8de0cefa2.rlib" "/opt/crater/target/debug/deps/libhttparse-e64c7b0359641bca.rlib" "/opt/crater/target/debug/deps/libhttp_body-a8fc924d51873de6.rlib" "/opt/crater/target/debug/deps/libtokio_buf-c8b696473fa9af4b.rlib" "/opt/crater/target/debug/deps/libh2-77879565b574ffd0.rlib" "/opt/crater/target/debug/deps/libindexmap-d64a031d477d5ec2.rlib" "/opt/crater/target/debug/deps/libstring-5f41e67f39221093.rlib" "/opt/crater/target/debug/deps/libslab-879b06fb28109c49.rlib" "/opt/crater/target/debug/deps/libtokio_io-e667e2fbb2fbb2d8.rlib" "/opt/crater/target/debug/deps/liblog-2a4f7f7ec2655497.rlib" "/opt/crater/target/debug/deps/libcfg_if-dcbbde79dd2a51e5.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-9d40eabe922ef116.rlib" "/opt/crater/target/debug/deps/libnum_cpus-ada2e7d9663bc751.rlib" "/opt/crater/target/debug/deps/libhttp-1618d9e0acc34fc8.rlib" "/opt/crater/target/debug/deps/libitoa-fd3b91a6e39605ba.rlib" "/opt/crater/target/debug/deps/libfnv-58c7188adf814461.rlib" "/opt/crater/target/debug/deps/libbytes-4dfb927be859bb71.rlib" "/opt/crater/target/debug/deps/libeither-39c7abb58fa4019a.rlib" "/opt/crater/target/debug/deps/libiovec-7a0e2cde0cfb9ed7.rlib" "/opt/crater/target/debug/deps/liblibc-855825b224a0aad6.rlib" "/opt/crater/target/debug/deps/libfutures-a23195d5910e08cb.rlib" "/opt/crater/target/debug/deps/libbase64-55f4c3fad83c669b.rlib" "/opt/crater/target/debug/deps/libbyteorder-d6e6a234fa3d6f01.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-196d0eff8e603c0a.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-1c597f5941591e04.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-a20af2d3380aa511.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-f989f9e071798586.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-52fb60b932b5ef90.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-90a3fdc679697856.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-06d10270cfa51644.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8abb913fca550f79.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-31fd2baab47b156c.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0862cc65189bd4af.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-8010b8629f5aa3e5.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2d032fe7d4e1e163.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-622fdce0dc084cba.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-a17fdd0a687135a8.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `dkregistry`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/tags-d935815206b171e3.tags.bts4ehgz-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/tags-d935815206b171e3.tags.bts4ehgz-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/tags-d935815206b171e3.tags.bts4ehgz-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/tags-d935815206b171e3.tags.bts4ehgz-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/tags-d935815206b171e3.tags.bts4ehgz-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/tags-d935815206b171e3.tags.bts4ehgz-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/tags-d935815206b171e3.tags.bts4ehgz-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/tags-d935815206b171e3.tags.bts4ehgz-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/tags-d935815206b171e3.tags.bts4ehgz-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/tags-d935815206b171e3.tags.bts4ehgz-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/tags-d935815206b171e3.tags.bts4ehgz-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/tags-d935815206b171e3.tags.bts4ehgz-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/tags-d935815206b171e3.tags.bts4ehgz-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/tags-d935815206b171e3.tags.bts4ehgz-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/tags-d935815206b171e3.tags.bts4ehgz-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/tags-d935815206b171e3.tags.bts4ehgz-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/tags-d935815206b171e3" "/opt/crater/target/debug/examples/tags-d935815206b171e3.27seg025jd8t31r5.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/ring-75d34d15d506c552/out" "-L" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libdkregistry-399a3d6210a149c5.rlib" "/opt/crater/target/debug/deps/libtar-f5d521639b0c7dbb.rlib" "/opt/crater/target/debug/deps/libxattr-fd714b0197019dfc.rlib" "/opt/crater/target/debug/deps/libfiletime-c0332f77dbb70736.rlib" "/opt/crater/target/debug/deps/libstrum-dd26133a110d76a8.rlib" "/opt/crater/target/debug/deps/liblibflate-08c63c70903c81fd.rlib" "/opt/crater/target/debug/deps/libcrc32fast-95508b1b8868bcc6.rlib" "/opt/crater/target/debug/deps/libadler32-e5d9aff421ab1c80.rlib" "/opt/crater/target/debug/deps/liberror_chain-bec6b590f2b581b2.rlib" "/opt/crater/target/debug/deps/libserde_json-73c3913c70bebd83.rlib" "/opt/crater/target/debug/deps/libryu-a0e568301c6b07fe.rlib" "/opt/crater/target/debug/deps/libserde-933ea99b102e6ff6.rlib" "/opt/crater/target/debug/deps/libmime-7b3dafeabdd0dfaa.rlib" "/opt/crater/target/debug/deps/libunicase-326ffedb619ebddc.rlib" "/opt/crater/target/debug/deps/libhyper_rustls-e1e19a152a05394c.rlib" "/opt/crater/target/debug/deps/libwebpki_roots-657124d649215f2d.rlib" "/opt/crater/target/debug/deps/libtokio_rustls-505dca64edd64820.rlib" "/opt/crater/target/debug/deps/libtokio_core-143144c35e772a2f.rlib" "/opt/crater/target/debug/deps/libscoped_tls-b1a1b7bbb8c720d2.rlib" "/opt/crater/target/debug/deps/librustls-058847fa709e9e8f.rlib" "/opt/crater/target/debug/deps/libbase64-bfdf770845822ff0.rlib" "/opt/crater/target/debug/deps/libsafemem-893689fb4a7aadb7.rlib" "/opt/crater/target/debug/deps/libwebpki-f3854d04d3152a37.rlib" "/opt/crater/target/debug/deps/libct_logs-f84213ea76965e88.rlib" "/opt/crater/target/debug/deps/libsct-e41879c73d2607a9.rlib" "/opt/crater/target/debug/deps/libring-782775392be9c4b4.rlib" "/opt/crater/target/debug/deps/libuntrusted-8983c93e7a628bf1.rlib" "/opt/crater/target/debug/deps/libhyper-0f9e259dc48a1f32.rlib" "/opt/crater/target/debug/deps/libwant-a8c33fde022153ed.rlib" "/opt/crater/target/debug/deps/libtry_lock-08de7794c4db55e5.rlib" "/opt/crater/target/debug/deps/libtokio-7caf80c0cc5097f1.rlib" "/opt/crater/target/debug/deps/libtokio_trace_core-f5555a48adf3024a.rlib" "/opt/crater/target/debug/deps/libtokio_uds-356d754b4615e839.rlib" "/opt/crater/target/debug/deps/libmio_uds-ff7c8779314afc40.rlib" "/opt/crater/target/debug/deps/libtokio_udp-893f570e53750dbb.rlib" "/opt/crater/target/debug/deps/libtokio_timer-d9fe948c1b0d2439.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-54c6429b1b52686d.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-5a620042e93466d9.rlib" "/opt/crater/target/debug/deps/libtokio_sync-2b4991a36966218e.rlib" "/opt/crater/target/debug/deps/libparking_lot-aa03c4354f374030.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-339789ed9a750888.rlib" "/opt/crater/target/debug/deps/libsmallvec-ca4a0203749e9e8c.rlib" "/opt/crater/target/debug/deps/liblock_api-f6b7325823472916.rlib" "/opt/crater/target/debug/deps/libowning_ref-c34ce4d89c989c93.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-39b80d52d885a31d.rlib" "/opt/crater/target/debug/deps/libtokio_fs-4f505491d5999827.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-c3bf7da337023453.rlib" "/opt/crater/target/debug/deps/librand-948dae45830b7616.rlib" "/opt/crater/target/debug/deps/librand_xorshift-e3f911b54e25ff3b.rlib" "/opt/crater/target/debug/deps/librand_pcg-cebebf8d29fcd910.rlib" "/opt/crater/target/debug/deps/librand_hc-d24e8b637969bd0e.rlib" "/opt/crater/target/debug/deps/librand_chacha-bc2f20f84511d658.rlib" "/opt/crater/target/debug/deps/librand_isaac-d7bbe276c7b2d57a.rlib" "/opt/crater/target/debug/deps/librand_core-6fa9f5d43a50161b.rlib" "/opt/crater/target/debug/deps/librand_os-c4d616461f23972b.rlib" "/opt/crater/target/debug/deps/librand_jitter-9b6606ddf582036e.rlib" "/opt/crater/target/debug/deps/librand_core-2f3dd869820ff822.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-e650790112c83cf8.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-ab17142b73f7f99e.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-b30d942aad6524ce.rlib" "/opt/crater/target/debug/deps/libscopeguard-4f938876ba0f86be.rlib" "/opt/crater/target/debug/deps/libmemoffset-07fb8d6dd7a47f76.rlib" "/opt/crater/target/debug/deps/libarrayvec-b8f99a1c12b2857e.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-753da457b800facc.rlib" "/opt/crater/target/debug/deps/libtokio_executor-fa4c4839877efc77.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-f631905e46f28cbf.rlib" "/opt/crater/target/debug/deps/liblazy_static-e5ded5d8dfa94ec6.rlib" "/opt/crater/target/debug/deps/libtokio_codec-a52bf3cfa3c0f567.rlib" "/opt/crater/target/debug/deps/libmio-c656ad00293360dd.rlib" "/opt/crater/target/debug/deps/libtime-a4a235ec7c280def.rlib" "/opt/crater/target/debug/deps/libnet2-3fecb1f8de0cefa2.rlib" "/opt/crater/target/debug/deps/libhttparse-e64c7b0359641bca.rlib" "/opt/crater/target/debug/deps/libhttp_body-a8fc924d51873de6.rlib" "/opt/crater/target/debug/deps/libtokio_buf-c8b696473fa9af4b.rlib" "/opt/crater/target/debug/deps/libh2-77879565b574ffd0.rlib" "/opt/crater/target/debug/deps/libindexmap-d64a031d477d5ec2.rlib" "/opt/crater/target/debug/deps/libstring-5f41e67f39221093.rlib" "/opt/crater/target/debug/deps/libslab-879b06fb28109c49.rlib" "/opt/crater/target/debug/deps/libtokio_io-e667e2fbb2fbb2d8.rlib" "/opt/crater/target/debug/deps/liblog-2a4f7f7ec2655497.rlib" "/opt/crater/target/debug/deps/libcfg_if-dcbbde79dd2a51e5.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-9d40eabe922ef116.rlib" "/opt/crater/target/debug/deps/libnum_cpus-ada2e7d9663bc751.rlib" "/opt/crater/target/debug/deps/libhttp-1618d9e0acc34fc8.rlib" "/opt/crater/target/debug/deps/libitoa-fd3b91a6e39605ba.rlib" "/opt/crater/target/debug/deps/libfnv-58c7188adf814461.rlib" "/opt/crater/target/debug/deps/libbytes-4dfb927be859bb71.rlib" "/opt/crater/target/debug/deps/libeither-39c7abb58fa4019a.rlib" "/opt/crater/target/debug/deps/libiovec-7a0e2cde0cfb9ed7.rlib" "/opt/crater/target/debug/deps/liblibc-855825b224a0aad6.rlib" "/opt/crater/target/debug/deps/libfutures-a23195d5910e08cb.rlib" "/opt/crater/target/debug/deps/libbase64-55f4c3fad83c669b.rlib" "/opt/crater/target/debug/deps/libbyteorder-d6e6a234fa3d6f01.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-196d0eff8e603c0a.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-1c597f5941591e04.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-a20af2d3380aa511.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-f989f9e071798586.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-52fb60b932b5ef90.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-90a3fdc679697856.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-06d10270cfa51644.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8abb913fca550f79.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-31fd2baab47b156c.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0862cc65189bd4af.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-8010b8629f5aa3e5.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2d032fe7d4e1e163.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-622fdce0dc084cba.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-a17fdd0a687135a8.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `dkregistry`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `dkregistry`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name trace examples/trace.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 -C metadata=941c79e7f36617db -C extra-filename=-941c79e7f36617db --out-dir /opt/crater/target/debug/examples -L dependency=/opt/crater/target/debug/deps --extern base64=/opt/crater/target/debug/deps/libbase64-55f4c3fad83c669b.rlib --extern dirs=/opt/crater/target/debug/deps/libdirs-6fce019eab4ec4d7.rlib --extern dkregistry=/opt/crater/target/debug/deps/libdkregistry-399a3d6210a149c5.rlib --extern env_logger=/opt/crater/target/debug/deps/libenv_logger-c4ce3a2bd95b3bcf.rlib --extern error_chain=/opt/crater/target/debug/deps/liberror_chain-bec6b590f2b581b2.rlib --extern futures=/opt/crater/target/debug/deps/libfutures-a23195d5910e08cb.rlib --extern http=/opt/crater/target/debug/deps/libhttp-1618d9e0acc34fc8.rlib --extern hyper=/opt/crater/target/debug/deps/libhyper-0f9e259dc48a1f32.rlib --extern hyper_rustls=/opt/crater/target/debug/deps/libhyper_rustls-e1e19a152a05394c.rlib --extern libflate=/opt/crater/target/debug/deps/liblibflate-08c63c70903c81fd.rlib --extern log=/opt/crater/target/debug/deps/liblog-2a4f7f7ec2655497.rlib --extern mime=/opt/crater/target/debug/deps/libmime-7b3dafeabdd0dfaa.rlib --extern serde=/opt/crater/target/debug/deps/libserde-933ea99b102e6ff6.rlib --extern serde_derive=/opt/crater/target/debug/deps/libserde_derive-944bb3f83c3ab2a6.so --extern serde_json=/opt/crater/target/debug/deps/libserde_json-73c3913c70bebd83.rlib --extern spectral=/opt/crater/target/debug/deps/libspectral-bc13ce0c3609009d.rlib --extern strum=/opt/crater/target/debug/deps/libstrum-dd26133a110d76a8.rlib --extern strum_macros=/opt/crater/target/debug/deps/libstrum_macros-36be41103371b3e7.so --extern tar=/opt/crater/target/debug/deps/libtar-f5d521639b0c7dbb.rlib --extern tokio_core=/opt/crater/target/debug/deps/libtokio_core-143144c35e772a2f.rlib --cap-lints=forbid -L native=/opt/crater/target/debug/build/ring-75d34d15d506c552/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/manifest-aa188a8a791ebba2.manifest.1szhkah1-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/manifest-aa188a8a791ebba2.manifest.1szhkah1-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/manifest-aa188a8a791ebba2.manifest.1szhkah1-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/manifest-aa188a8a791ebba2.manifest.1szhkah1-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/manifest-aa188a8a791ebba2.manifest.1szhkah1-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/manifest-aa188a8a791ebba2.manifest.1szhkah1-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/manifest-aa188a8a791ebba2.manifest.1szhkah1-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/manifest-aa188a8a791ebba2.manifest.1szhkah1-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/manifest-aa188a8a791ebba2.manifest.1szhkah1-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/manifest-aa188a8a791ebba2.manifest.1szhkah1-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/manifest-aa188a8a791ebba2.manifest.1szhkah1-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/manifest-aa188a8a791ebba2.manifest.1szhkah1-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/manifest-aa188a8a791ebba2.manifest.1szhkah1-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/manifest-aa188a8a791ebba2.manifest.1szhkah1-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/manifest-aa188a8a791ebba2.manifest.1szhkah1-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/manifest-aa188a8a791ebba2.manifest.1szhkah1-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/manifest-aa188a8a791ebba2" "/opt/crater/target/debug/deps/manifest-aa188a8a791ebba2.3ftp1owp4ire2ez9.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/ring-75d34d15d506c552/out" "-L" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-663ecae12a465161.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-acba595a0b25d09b.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-b618c2997fe9241e.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-4755c7b1004b2bec.rlib" "/opt/crater/target/debug/deps/libdkregistry-399a3d6210a149c5.rlib" "/opt/crater/target/debug/deps/libtar-f5d521639b0c7dbb.rlib" "/opt/crater/target/debug/deps/libxattr-fd714b0197019dfc.rlib" "/opt/crater/target/debug/deps/libfiletime-c0332f77dbb70736.rlib" "/opt/crater/target/debug/deps/libstrum-dd26133a110d76a8.rlib" "/opt/crater/target/debug/deps/liblibflate-08c63c70903c81fd.rlib" "/opt/crater/target/debug/deps/libcrc32fast-95508b1b8868bcc6.rlib" "/opt/crater/target/debug/deps/libadler32-e5d9aff421ab1c80.rlib" "/opt/crater/target/debug/deps/liberror_chain-bec6b590f2b581b2.rlib" "/opt/crater/target/debug/deps/libserde_json-73c3913c70bebd83.rlib" "/opt/crater/target/debug/deps/libryu-a0e568301c6b07fe.rlib" "/opt/crater/target/debug/deps/libserde-933ea99b102e6ff6.rlib" "/opt/crater/target/debug/deps/libmime-7b3dafeabdd0dfaa.rlib" "/opt/crater/target/debug/deps/libunicase-326ffedb619ebddc.rlib" "/opt/crater/target/debug/deps/libhyper_rustls-e1e19a152a05394c.rlib" "/opt/crater/target/debug/deps/libwebpki_roots-657124d649215f2d.rlib" "/opt/crater/target/debug/deps/libtokio_rustls-505dca64edd64820.rlib" "/opt/crater/target/debug/deps/libtokio_core-143144c35e772a2f.rlib" "/opt/crater/target/debug/deps/libscoped_tls-b1a1b7bbb8c720d2.rlib" "/opt/crater/target/debug/deps/librustls-058847fa709e9e8f.rlib" "/opt/crater/target/debug/deps/libbase64-bfdf770845822ff0.rlib" "/opt/crater/target/debug/deps/libsafemem-893689fb4a7aadb7.rlib" "/opt/crater/target/debug/deps/libwebpki-f3854d04d3152a37.rlib" "/opt/crater/target/debug/deps/libct_logs-f84213ea76965e88.rlib" "/opt/crater/target/debug/deps/libsct-e41879c73d2607a9.rlib" "/opt/crater/target/debug/deps/libring-782775392be9c4b4.rlib" "/opt/crater/target/debug/deps/libuntrusted-8983c93e7a628bf1.rlib" "/opt/crater/target/debug/deps/libhyper-0f9e259dc48a1f32.rlib" "/opt/crater/target/debug/deps/libwant-a8c33fde022153ed.rlib" "/opt/crater/target/debug/deps/libtry_lock-08de7794c4db55e5.rlib" "/opt/crater/target/debug/deps/libtokio-7caf80c0cc5097f1.rlib" "/opt/crater/target/debug/deps/libtokio_trace_core-f5555a48adf3024a.rlib" "/opt/crater/target/debug/deps/libtokio_uds-356d754b4615e839.rlib" "/opt/crater/target/debug/deps/libmio_uds-ff7c8779314afc40.rlib" "/opt/crater/target/debug/deps/libtokio_udp-893f570e53750dbb.rlib" "/opt/crater/target/debug/deps/libtokio_timer-d9fe948c1b0d2439.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-54c6429b1b52686d.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-5a620042e93466d9.rlib" "/opt/crater/target/debug/deps/libtokio_sync-2b4991a36966218e.rlib" "/opt/crater/target/debug/deps/libparking_lot-aa03c4354f374030.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-339789ed9a750888.rlib" "/opt/crater/target/debug/deps/libsmallvec-ca4a0203749e9e8c.rlib" "/opt/crater/target/debug/deps/liblock_api-f6b7325823472916.rlib" "/opt/crater/target/debug/deps/libowning_ref-c34ce4d89c989c93.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-39b80d52d885a31d.rlib" "/opt/crater/target/debug/deps/libtokio_fs-4f505491d5999827.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-c3bf7da337023453.rlib" "/opt/crater/target/debug/deps/librand-948dae45830b7616.rlib" "/opt/crater/target/debug/deps/librand_xorshift-e3f911b54e25ff3b.rlib" "/opt/crater/target/debug/deps/librand_pcg-cebebf8d29fcd910.rlib" "/opt/crater/target/debug/deps/librand_hc-d24e8b637969bd0e.rlib" "/opt/crater/target/debug/deps/librand_chacha-bc2f20f84511d658.rlib" "/opt/crater/target/debug/deps/librand_isaac-d7bbe276c7b2d57a.rlib" "/opt/crater/target/debug/deps/librand_core-6fa9f5d43a50161b.rlib" "/opt/crater/target/debug/deps/librand_os-c4d616461f23972b.rlib" "/opt/crater/target/debug/deps/librand_jitter-9b6606ddf582036e.rlib" "/opt/crater/target/debug/deps/librand_core-2f3dd869820ff822.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-e650790112c83cf8.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-ab17142b73f7f99e.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-b30d942aad6524ce.rlib" "/opt/crater/target/debug/deps/libscopeguard-4f938876ba0f86be.rlib" "/opt/crater/target/debug/deps/libmemoffset-07fb8d6dd7a47f76.rlib" "/opt/crater/target/debug/deps/libarrayvec-b8f99a1c12b2857e.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-753da457b800facc.rlib" "/opt/crater/target/debug/deps/libtokio_executor-fa4c4839877efc77.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-f631905e46f28cbf.rlib" "/opt/crater/target/debug/deps/liblazy_static-e5ded5d8dfa94ec6.rlib" "/opt/crater/target/debug/deps/libtokio_codec-a52bf3cfa3c0f567.rlib" "/opt/crater/target/debug/deps/libmio-c656ad00293360dd.rlib" "/opt/crater/target/debug/deps/libtime-a4a235ec7c280def.rlib" "/opt/crater/target/debug/deps/libnet2-3fecb1f8de0cefa2.rlib" "/opt/crater/target/debug/deps/libhttparse-e64c7b0359641bca.rlib" "/opt/crater/target/debug/deps/libhttp_body-a8fc924d51873de6.rlib" "/opt/crater/target/debug/deps/libtokio_buf-c8b696473fa9af4b.rlib" "/opt/crater/target/debug/deps/libh2-77879565b574ffd0.rlib" "/opt/crater/target/debug/deps/libindexmap-d64a031d477d5ec2.rlib" "/opt/crater/target/debug/deps/libstring-5f41e67f39221093.rlib" "/opt/crater/target/debug/deps/libslab-879b06fb28109c49.rlib" "/opt/crater/target/debug/deps/libtokio_io-e667e2fbb2fbb2d8.rlib" "/opt/crater/target/debug/deps/liblog-2a4f7f7ec2655497.rlib" "/opt/crater/target/debug/deps/libcfg_if-dcbbde79dd2a51e5.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-9d40eabe922ef116.rlib" "/opt/crater/target/debug/deps/libnum_cpus-ada2e7d9663bc751.rlib" "/opt/crater/target/debug/deps/libhttp-1618d9e0acc34fc8.rlib" "/opt/crater/target/debug/deps/libitoa-fd3b91a6e39605ba.rlib" "/opt/crater/target/debug/deps/libfnv-58c7188adf814461.rlib" "/opt/crater/target/debug/deps/libbytes-4dfb927be859bb71.rlib" "/opt/crater/target/debug/deps/libeither-39c7abb58fa4019a.rlib" "/opt/crater/target/debug/deps/libiovec-7a0e2cde0cfb9ed7.rlib" "/opt/crater/target/debug/deps/liblibc-855825b224a0aad6.rlib" "/opt/crater/target/debug/deps/libfutures-a23195d5910e08cb.rlib" "/opt/crater/target/debug/deps/libbase64-55f4c3fad83c669b.rlib" "/opt/crater/target/debug/deps/libbyteorder-d6e6a234fa3d6f01.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-196d0eff8e603c0a.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-1c597f5941591e04.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-a20af2d3380aa511.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-f989f9e071798586.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-52fb60b932b5ef90.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-90a3fdc679697856.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-06d10270cfa51644.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8abb913fca550f79.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-31fd2baab47b156c.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0862cc65189bd4af.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-8010b8629f5aa3e5.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2d032fe7d4e1e163.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-622fdce0dc084cba.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-a17fdd0a687135a8.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: can not read symbols: Cannot allocate memory [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 `dkregistry`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "281bcb8aa28fdb57a9f2552e1be064e9e5c1919ca2e2ea7413ce366836ebe05e"` [INFO] running `"docker" "rm" "-f" "281bcb8aa28fdb57a9f2552e1be064e9e5c1919ca2e2ea7413ce366836ebe05e"` [INFO] [stdout] 281bcb8aa28fdb57a9f2552e1be064e9e5c1919ca2e2ea7413ce366836ebe05e