[INFO] crate dkregistry 0.2.1 is already in cache [INFO] extracting crate dkregistry 0.2.1 into work/ex/beta-1.37-6/sources/1.36.0/reg/dkregistry/0.2.1 [INFO] extracting crate dkregistry 0.2.1 into work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/dkregistry/0.2.1 [INFO] validating manifest of dkregistry-0.2.1 on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of dkregistry-0.2.1 on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "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/beta-1.37-6/sources/1.36.0/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/beta-1.37-6/sources/beta-2019-07-23/reg/dkregistry/0.2.1/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "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" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] testing dkregistry-0.2.1 against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-2/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/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=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.36.0" "build" "--frozen"` [INFO] [stdout] 2b7055d561b3a3b654931612d140bb9fed75b66f626e502f0449fbc3089f988f [INFO] running `"docker" "start" "-a" "2b7055d561b3a3b654931612d140bb9fed75b66f626e502f0449fbc3089f988f"` [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-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: 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 15.82s [INFO] running `"docker" "inspect" "2b7055d561b3a3b654931612d140bb9fed75b66f626e502f0449fbc3089f988f"` [INFO] running `"docker" "rm" "-f" "2b7055d561b3a3b654931612d140bb9fed75b66f626e502f0449fbc3089f988f"` [INFO] [stdout] 2b7055d561b3a3b654931612d140bb9fed75b66f626e502f0449fbc3089f988f [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-2/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/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=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.36.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 662fe96bce5e1345007467a8971200d4d38acaed4c27a165145d5e6ccf2b6eef [INFO] running `"docker" "start" "-a" "662fe96bce5e1345007467a8971200d4d38acaed4c27a165145d5e6ccf2b6eef"` [INFO] [stderr] Compiling dkregistry v0.2.1 (/opt/crater/workdir) [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/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/reference-167c47dcf21b1545.reference.87cb772i-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/reference-167c47dcf21b1545.reference.87cb772i-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/reference-167c47dcf21b1545.reference.87cb772i-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/reference-167c47dcf21b1545.reference.87cb772i-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/reference-167c47dcf21b1545.reference.87cb772i-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/reference-167c47dcf21b1545.reference.87cb772i-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/reference-167c47dcf21b1545.reference.87cb772i-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/reference-167c47dcf21b1545.reference.87cb772i-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/reference-167c47dcf21b1545.reference.87cb772i-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/reference-167c47dcf21b1545.reference.87cb772i-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/reference-167c47dcf21b1545.reference.87cb772i-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/reference-167c47dcf21b1545.reference.87cb772i-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/reference-167c47dcf21b1545.reference.87cb772i-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/reference-167c47dcf21b1545.reference.87cb772i-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/reference-167c47dcf21b1545.reference.87cb772i-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/reference-167c47dcf21b1545.reference.87cb772i-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/reference-167c47dcf21b1545" "/opt/crater/target/debug/deps/reference-167c47dcf21b1545.1k7gu8b62i6qzwuo.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/ring-f50d9cdc793beea4/out" "-L" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-e8fbf0b14816ca0e.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-c9d91925876437f2.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-50d6bab7df588609.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-913b30c2987aa8da.rlib" "/opt/crater/target/debug/deps/libspectral-f649a37e0059583c.rlib" "/opt/crater/target/debug/deps/libnum-ea55f17a1ddea2e0.rlib" "/opt/crater/target/debug/deps/libnum_rational-8cde9460cef05150.rlib" "/opt/crater/target/debug/deps/libnum_bigint-59c3d0d13cc433f5.rlib" "/opt/crater/target/debug/deps/librand-00e4c4fa1088f68e.rlib" "/opt/crater/target/debug/deps/libnum_complex-e9c9b6bb110468dc.rlib" "/opt/crater/target/debug/deps/librustc_serialize-04f5d71c016b4cf1.rlib" "/opt/crater/target/debug/deps/libnum_iter-119af297c543b436.rlib" "/opt/crater/target/debug/deps/libnum_integer-a81dd69c1c0fe133.rlib" "/opt/crater/target/debug/deps/libnum_traits-8c434304d2c544b1.rlib" "/opt/crater/target/debug/deps/libdkregistry-894f1e3d7ca69ea4.rlib" "/opt/crater/target/debug/deps/libtar-fad910e2913a59ef.rlib" "/opt/crater/target/debug/deps/libxattr-a775b0052758e046.rlib" "/opt/crater/target/debug/deps/libfiletime-a55539b0d97e0dc9.rlib" "/opt/crater/target/debug/deps/libstrum-c49aa4a6e18c8758.rlib" "/opt/crater/target/debug/deps/liblibflate-58673e29666fcfea.rlib" "/opt/crater/target/debug/deps/libtake_mut-8225166393a32758.rlib" "/opt/crater/target/debug/deps/librle_decode_fast-a1ff5b7ad04193e6.rlib" "/opt/crater/target/debug/deps/libcrc32fast-8382140c27ae8ccc.rlib" "/opt/crater/target/debug/deps/libadler32-46acf8b49c11de91.rlib" "/opt/crater/target/debug/deps/liberror_chain-071a133273f2ab4c.rlib" "/opt/crater/target/debug/deps/libserde_json-905e72386a5f800f.rlib" "/opt/crater/target/debug/deps/libryu-ee97bb54d9ea9443.rlib" "/opt/crater/target/debug/deps/libserde-f4ad0cdcf3ae7a20.rlib" "/opt/crater/target/debug/deps/libmime-24888ef1cc6f0a16.rlib" "/opt/crater/target/debug/deps/libunicase-53d36a04de34b942.rlib" "/opt/crater/target/debug/deps/libhyper_rustls-4fcf7743bfad5877.rlib" "/opt/crater/target/debug/deps/libwebpki_roots-8caf26e92a2e6f74.rlib" "/opt/crater/target/debug/deps/libtokio_rustls-4d943d7e8757e03c.rlib" "/opt/crater/target/debug/deps/libtokio_core-3f6e221e7dd3868e.rlib" "/opt/crater/target/debug/deps/libscoped_tls-aa6fc4e89ce1e4b3.rlib" "/opt/crater/target/debug/deps/librustls-e6a469596bed44d4.rlib" "/opt/crater/target/debug/deps/libbase64-672a794a04ca9888.rlib" "/opt/crater/target/debug/deps/libsafemem-af513533643f5271.rlib" "/opt/crater/target/debug/deps/libwebpki-a4c698a83a7dfc8c.rlib" "/opt/crater/target/debug/deps/libct_logs-3ce86c45043951c5.rlib" "/opt/crater/target/debug/deps/libsct-ceea3dc2b5219521.rlib" "/opt/crater/target/debug/deps/libring-5db48b3a47938c15.rlib" "/opt/crater/target/debug/deps/libuntrusted-097a69f65d28ba3c.rlib" "/opt/crater/target/debug/deps/libhyper-1de348cf437a4a64.rlib" "/opt/crater/target/debug/deps/libwant-9d6a636a4a0d1476.rlib" "/opt/crater/target/debug/deps/libtry_lock-1b57ab5e9b71c3d1.rlib" "/opt/crater/target/debug/deps/libtokio-4b743a10e425f560.rlib" "/opt/crater/target/debug/deps/libtokio_uds-3c4d3f305527ff71.rlib" "/opt/crater/target/debug/deps/libmio_uds-659004c4d5e8fc36.rlib" "/opt/crater/target/debug/deps/libtokio_udp-6ea75130c3269e88.rlib" "/opt/crater/target/debug/deps/libtokio_timer-a810b4f998c484a1.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-7ea7b72a120541b3.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-387b75276644cd8b.rlib" "/opt/crater/target/debug/deps/libtokio_sync-896092e9d41d2356.rlib" "/opt/crater/target/debug/deps/libparking_lot-12eabd9882769c3f.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-514af8f6e6ec1ec4.rlib" "/opt/crater/target/debug/deps/libsmallvec-e7fd7440a8b77331.rlib" "/opt/crater/target/debug/deps/liblock_api-8ec026c283607898.rlib" "/opt/crater/target/debug/deps/libowning_ref-dcde4af4fc98f07e.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-2a9412c89a8f626f.rlib" "/opt/crater/target/debug/deps/libscopeguard-f1a5efe88a6d7a2c.rlib" "/opt/crater/target/debug/deps/libtokio_fs-f9ab8624d69c66e9.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-55a9154150b2cf7e.rlib" "/opt/crater/target/debug/deps/librand-90f16bd48677b73c.rlib" "/opt/crater/target/debug/deps/librand_xorshift-6a66fc50e6498d00.rlib" "/opt/crater/target/debug/deps/librand_pcg-d8d5dea3cc11bfd5.rlib" "/opt/crater/target/debug/deps/librand_hc-83283ab0a0ee3df8.rlib" "/opt/crater/target/debug/deps/librand_chacha-935e7b1d9428a758.rlib" "/opt/crater/target/debug/deps/librand_isaac-94fc18115e9afd61.rlib" "/opt/crater/target/debug/deps/librand_core-482fdfb44fe03c92.rlib" "/opt/crater/target/debug/deps/librand_os-0de48faa648b11e1.rlib" "/opt/crater/target/debug/deps/librand_jitter-1f73b0ee635ef60d.rlib" "/opt/crater/target/debug/deps/librand_core-a9179eebc82cf0f0.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-c0f5751a63321b42.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-57a001d205c41375.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-fb6e8420b402c637.rlib" "/opt/crater/target/debug/deps/libscopeguard-9b8601d6dfc234d1.rlib" "/opt/crater/target/debug/deps/libmemoffset-f086ca483a85f9a8.rlib" "/opt/crater/target/debug/deps/libarrayvec-fc69fa362388ff8e.rlib" "/opt/crater/target/debug/deps/libnodrop-e7a4f1c1f7749e1f.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-302c6a5add829b25.rlib" "/opt/crater/target/debug/deps/libtokio_executor-66fe260b45add495.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-1194d3403efb476d.rlib" "/opt/crater/target/debug/deps/liblazy_static-35422c5bca3b6d90.rlib" "/opt/crater/target/debug/deps/libtokio_codec-4e61756062859f2b.rlib" "/opt/crater/target/debug/deps/libmio-d0aa16c9d4b200f2.rlib" "/opt/crater/target/debug/deps/libtime-4355d8e50100aa43.rlib" "/opt/crater/target/debug/deps/libnet2-b420542f6ed79dec.rlib" "/opt/crater/target/debug/deps/libhttparse-06e3890b6d63ce9f.rlib" "/opt/crater/target/debug/deps/libhttp_body-db7868c5dd20e766.rlib" "/opt/crater/target/debug/deps/libtokio_buf-bb89a0c72326ec90.rlib" "/opt/crater/target/debug/deps/libh2-ed2aab018dc1d3a4.rlib" "/opt/crater/target/debug/deps/libindexmap-59ae9e3f6ce5c837.rlib" "/opt/crater/target/debug/deps/libstring-aac4ac16555c2318.rlib" "/opt/crater/target/debug/deps/libslab-b904edcdb208ad5f.rlib" "/opt/crater/target/debug/deps/libtokio_io-5ff2a0f1687d20e5.rlib" "/opt/crater/target/debug/deps/liblog-481c00b0f76d55f6.rlib" "/opt/crater/target/debug/deps/libcfg_if-29b6f8db75d699b1.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-3ff2178b99f99a40.rlib" "/opt/crater/target/debug/deps/libnum_cpus-84b2b9d4899d054a.rlib" "/opt/crater/target/debug/deps/libhttp-0d7bcc4a1965229a.rlib" "/opt/crater/target/debug/deps/libitoa-b6d9c91cf55afec8.rlib" "/opt/crater/target/debug/deps/libfnv-0d57e5fd8327cc13.rlib" "/opt/crater/target/debug/deps/libbytes-13fb674f61efa969.rlib" "/opt/crater/target/debug/deps/libeither-f57ccefea727a9a2.rlib" "/opt/crater/target/debug/deps/libiovec-b84ff3a7b76380d9.rlib" "/opt/crater/target/debug/deps/liblibc-e3ba75b536aabfa5.rlib" "/opt/crater/target/debug/deps/libfutures-1b04893c31162bb0.rlib" "/opt/crater/target/debug/deps/libbase64-f8f8e97f12410efc.rlib" "/opt/crater/target/debug/deps/libbyteorder-1ca0e27fd3a97256.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-9895e8982b0a79e7.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-57306b8ed3378a0e.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-54463ae5adae3649.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-d99667b199a9875a.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-51f4300e102199f5.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-b3ccf1f7737a6a91.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-157c37a3ceb78853.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-505bcee45aafb736.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-c29abd529ba4452b.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-895383a3232f6572.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-5594cb4f559bc761.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-38e90baf978bc428.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: final link failed: No space left on device [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: 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/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/manifest-2cab5e2a8710c21d.manifest.4zyw0tvi-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/manifest-2cab5e2a8710c21d.manifest.4zyw0tvi-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/manifest-2cab5e2a8710c21d.manifest.4zyw0tvi-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/manifest-2cab5e2a8710c21d.manifest.4zyw0tvi-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/manifest-2cab5e2a8710c21d.manifest.4zyw0tvi-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/manifest-2cab5e2a8710c21d.manifest.4zyw0tvi-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/manifest-2cab5e2a8710c21d.manifest.4zyw0tvi-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/manifest-2cab5e2a8710c21d.manifest.4zyw0tvi-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/manifest-2cab5e2a8710c21d.manifest.4zyw0tvi-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/manifest-2cab5e2a8710c21d.manifest.4zyw0tvi-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/manifest-2cab5e2a8710c21d.manifest.4zyw0tvi-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/manifest-2cab5e2a8710c21d.manifest.4zyw0tvi-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/manifest-2cab5e2a8710c21d.manifest.4zyw0tvi-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/manifest-2cab5e2a8710c21d.manifest.4zyw0tvi-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/manifest-2cab5e2a8710c21d.manifest.4zyw0tvi-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/manifest-2cab5e2a8710c21d.manifest.4zyw0tvi-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/manifest-2cab5e2a8710c21d" "/opt/crater/target/debug/deps/manifest-2cab5e2a8710c21d.1tho55jgscqo5bw.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/ring-f50d9cdc793beea4/out" "-L" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-e8fbf0b14816ca0e.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-c9d91925876437f2.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-50d6bab7df588609.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-913b30c2987aa8da.rlib" "/opt/crater/target/debug/deps/libdkregistry-894f1e3d7ca69ea4.rlib" "/opt/crater/target/debug/deps/libtar-fad910e2913a59ef.rlib" "/opt/crater/target/debug/deps/libxattr-a775b0052758e046.rlib" "/opt/crater/target/debug/deps/libfiletime-a55539b0d97e0dc9.rlib" "/opt/crater/target/debug/deps/libstrum-c49aa4a6e18c8758.rlib" "/opt/crater/target/debug/deps/liblibflate-58673e29666fcfea.rlib" "/opt/crater/target/debug/deps/libtake_mut-8225166393a32758.rlib" "/opt/crater/target/debug/deps/librle_decode_fast-a1ff5b7ad04193e6.rlib" "/opt/crater/target/debug/deps/libcrc32fast-8382140c27ae8ccc.rlib" "/opt/crater/target/debug/deps/libadler32-46acf8b49c11de91.rlib" "/opt/crater/target/debug/deps/liberror_chain-071a133273f2ab4c.rlib" "/opt/crater/target/debug/deps/libserde_json-905e72386a5f800f.rlib" "/opt/crater/target/debug/deps/libryu-ee97bb54d9ea9443.rlib" "/opt/crater/target/debug/deps/libserde-f4ad0cdcf3ae7a20.rlib" "/opt/crater/target/debug/deps/libmime-24888ef1cc6f0a16.rlib" "/opt/crater/target/debug/deps/libunicase-53d36a04de34b942.rlib" "/opt/crater/target/debug/deps/libhyper_rustls-4fcf7743bfad5877.rlib" "/opt/crater/target/debug/deps/libwebpki_roots-8caf26e92a2e6f74.rlib" "/opt/crater/target/debug/deps/libtokio_rustls-4d943d7e8757e03c.rlib" "/opt/crater/target/debug/deps/libtokio_core-3f6e221e7dd3868e.rlib" "/opt/crater/target/debug/deps/libscoped_tls-aa6fc4e89ce1e4b3.rlib" "/opt/crater/target/debug/deps/librustls-e6a469596bed44d4.rlib" "/opt/crater/target/debug/deps/libbase64-672a794a04ca9888.rlib" "/opt/crater/target/debug/deps/libsafemem-af513533643f5271.rlib" "/opt/crater/target/debug/deps/libwebpki-a4c698a83a7dfc8c.rlib" "/opt/crater/target/debug/deps/libct_logs-3ce86c45043951c5.rlib" "/opt/crater/target/debug/deps/libsct-ceea3dc2b5219521.rlib" "/opt/crater/target/debug/deps/libring-5db48b3a47938c15.rlib" "/opt/crater/target/debug/deps/libuntrusted-097a69f65d28ba3c.rlib" "/opt/crater/target/debug/deps/libhyper-1de348cf437a4a64.rlib" "/opt/crater/target/debug/deps/libwant-9d6a636a4a0d1476.rlib" "/opt/crater/target/debug/deps/libtry_lock-1b57ab5e9b71c3d1.rlib" "/opt/crater/target/debug/deps/libtokio-4b743a10e425f560.rlib" "/opt/crater/target/debug/deps/libtokio_uds-3c4d3f305527ff71.rlib" "/opt/crater/target/debug/deps/libmio_uds-659004c4d5e8fc36.rlib" "/opt/crater/target/debug/deps/libtokio_udp-6ea75130c3269e88.rlib" "/opt/crater/target/debug/deps/libtokio_timer-a810b4f998c484a1.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-7ea7b72a120541b3.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-387b75276644cd8b.rlib" "/opt/crater/target/debug/deps/libtokio_sync-896092e9d41d2356.rlib" "/opt/crater/target/debug/deps/libparking_lot-12eabd9882769c3f.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-514af8f6e6ec1ec4.rlib" "/opt/crater/target/debug/deps/libsmallvec-e7fd7440a8b77331.rlib" "/opt/crater/target/debug/deps/liblock_api-8ec026c283607898.rlib" "/opt/crater/target/debug/deps/libowning_ref-dcde4af4fc98f07e.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-2a9412c89a8f626f.rlib" "/opt/crater/target/debug/deps/libscopeguard-f1a5efe88a6d7a2c.rlib" "/opt/crater/target/debug/deps/libtokio_fs-f9ab8624d69c66e9.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-55a9154150b2cf7e.rlib" "/opt/crater/target/debug/deps/librand-90f16bd48677b73c.rlib" "/opt/crater/target/debug/deps/librand_xorshift-6a66fc50e6498d00.rlib" "/opt/crater/target/debug/deps/librand_pcg-d8d5dea3cc11bfd5.rlib" "/opt/crater/target/debug/deps/librand_hc-83283ab0a0ee3df8.rlib" "/opt/crater/target/debug/deps/librand_chacha-935e7b1d9428a758.rlib" "/opt/crater/target/debug/deps/librand_isaac-94fc18115e9afd61.rlib" "/opt/crater/target/debug/deps/librand_core-482fdfb44fe03c92.rlib" "/opt/crater/target/debug/deps/librand_os-0de48faa648b11e1.rlib" "/opt/crater/target/debug/deps/librand_jitter-1f73b0ee635ef60d.rlib" "/opt/crater/target/debug/deps/librand_core-a9179eebc82cf0f0.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-c0f5751a63321b42.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-57a001d205c41375.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-fb6e8420b402c637.rlib" "/opt/crater/target/debug/deps/libscopeguard-9b8601d6dfc234d1.rlib" "/opt/crater/target/debug/deps/libmemoffset-f086ca483a85f9a8.rlib" "/opt/crater/target/debug/deps/libarrayvec-fc69fa362388ff8e.rlib" "/opt/crater/target/debug/deps/libnodrop-e7a4f1c1f7749e1f.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-302c6a5add829b25.rlib" "/opt/crater/target/debug/deps/libtokio_executor-66fe260b45add495.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-1194d3403efb476d.rlib" "/opt/crater/target/debug/deps/liblazy_static-35422c5bca3b6d90.rlib" "/opt/crater/target/debug/deps/libtokio_codec-4e61756062859f2b.rlib" "/opt/crater/target/debug/deps/libmio-d0aa16c9d4b200f2.rlib" "/opt/crater/target/debug/deps/libtime-4355d8e50100aa43.rlib" "/opt/crater/target/debug/deps/libnet2-b420542f6ed79dec.rlib" "/opt/crater/target/debug/deps/libhttparse-06e3890b6d63ce9f.rlib" "/opt/crater/target/debug/deps/libhttp_body-db7868c5dd20e766.rlib" "/opt/crater/target/debug/deps/libtokio_buf-bb89a0c72326ec90.rlib" "/opt/crater/target/debug/deps/libh2-ed2aab018dc1d3a4.rlib" "/opt/crater/target/debug/deps/libindexmap-59ae9e3f6ce5c837.rlib" "/opt/crater/target/debug/deps/libstring-aac4ac16555c2318.rlib" "/opt/crater/target/debug/deps/libslab-b904edcdb208ad5f.rlib" "/opt/crater/target/debug/deps/libtokio_io-5ff2a0f1687d20e5.rlib" "/opt/crater/target/debug/deps/liblog-481c00b0f76d55f6.rlib" "/opt/crater/target/debug/deps/libcfg_if-29b6f8db75d699b1.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-3ff2178b99f99a40.rlib" "/opt/crater/target/debug/deps/libnum_cpus-84b2b9d4899d054a.rlib" "/opt/crater/target/debug/deps/libhttp-0d7bcc4a1965229a.rlib" "/opt/crater/target/debug/deps/libitoa-b6d9c91cf55afec8.rlib" "/opt/crater/target/debug/deps/libfnv-0d57e5fd8327cc13.rlib" "/opt/crater/target/debug/deps/libbytes-13fb674f61efa969.rlib" "/opt/crater/target/debug/deps/libeither-f57ccefea727a9a2.rlib" "/opt/crater/target/debug/deps/libiovec-b84ff3a7b76380d9.rlib" "/opt/crater/target/debug/deps/liblibc-e3ba75b536aabfa5.rlib" "/opt/crater/target/debug/deps/libfutures-1b04893c31162bb0.rlib" "/opt/crater/target/debug/deps/libbase64-f8f8e97f12410efc.rlib" "/opt/crater/target/debug/deps/libbyteorder-1ca0e27fd3a97256.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-9895e8982b0a79e7.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-57306b8ed3378a0e.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-54463ae5adae3649.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-d99667b199a9875a.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-51f4300e102199f5.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-b3ccf1f7737a6a91.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-157c37a3ceb78853.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-505bcee45aafb736.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-c29abd529ba4452b.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-895383a3232f6572.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-5594cb4f559bc761.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-38e90baf978bc428.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: final link failed: No space left on device [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: 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/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/login-582de0bd4569e726.login.41c8297k-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/login-582de0bd4569e726.login.41c8297k-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/login-582de0bd4569e726.login.41c8297k-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/login-582de0bd4569e726.login.41c8297k-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/login-582de0bd4569e726.login.41c8297k-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/login-582de0bd4569e726.login.41c8297k-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/login-582de0bd4569e726.login.41c8297k-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/login-582de0bd4569e726.login.41c8297k-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/login-582de0bd4569e726.login.41c8297k-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/login-582de0bd4569e726.login.41c8297k-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/login-582de0bd4569e726.login.41c8297k-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/login-582de0bd4569e726.login.41c8297k-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/login-582de0bd4569e726.login.41c8297k-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/login-582de0bd4569e726.login.41c8297k-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/login-582de0bd4569e726.login.41c8297k-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/login-582de0bd4569e726.login.41c8297k-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/login-582de0bd4569e726" "/opt/crater/target/debug/examples/login-582de0bd4569e726.2uykgy6g7n095pol.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/ring-f50d9cdc793beea4/out" "-L" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libdkregistry-894f1e3d7ca69ea4.rlib" "/opt/crater/target/debug/deps/libtar-fad910e2913a59ef.rlib" "/opt/crater/target/debug/deps/libxattr-a775b0052758e046.rlib" "/opt/crater/target/debug/deps/libfiletime-a55539b0d97e0dc9.rlib" "/opt/crater/target/debug/deps/libstrum-c49aa4a6e18c8758.rlib" "/opt/crater/target/debug/deps/liblibflate-58673e29666fcfea.rlib" "/opt/crater/target/debug/deps/libtake_mut-8225166393a32758.rlib" "/opt/crater/target/debug/deps/librle_decode_fast-a1ff5b7ad04193e6.rlib" "/opt/crater/target/debug/deps/libcrc32fast-8382140c27ae8ccc.rlib" "/opt/crater/target/debug/deps/libadler32-46acf8b49c11de91.rlib" "/opt/crater/target/debug/deps/liberror_chain-071a133273f2ab4c.rlib" "/opt/crater/target/debug/deps/libserde_json-905e72386a5f800f.rlib" "/opt/crater/target/debug/deps/libryu-ee97bb54d9ea9443.rlib" "/opt/crater/target/debug/deps/libserde-f4ad0cdcf3ae7a20.rlib" "/opt/crater/target/debug/deps/libmime-24888ef1cc6f0a16.rlib" "/opt/crater/target/debug/deps/libunicase-53d36a04de34b942.rlib" "/opt/crater/target/debug/deps/libhyper_rustls-4fcf7743bfad5877.rlib" "/opt/crater/target/debug/deps/libwebpki_roots-8caf26e92a2e6f74.rlib" "/opt/crater/target/debug/deps/libtokio_rustls-4d943d7e8757e03c.rlib" "/opt/crater/target/debug/deps/libtokio_core-3f6e221e7dd3868e.rlib" "/opt/crater/target/debug/deps/libscoped_tls-aa6fc4e89ce1e4b3.rlib" "/opt/crater/target/debug/deps/librustls-e6a469596bed44d4.rlib" "/opt/crater/target/debug/deps/libbase64-672a794a04ca9888.rlib" "/opt/crater/target/debug/deps/libsafemem-af513533643f5271.rlib" "/opt/crater/target/debug/deps/libwebpki-a4c698a83a7dfc8c.rlib" "/opt/crater/target/debug/deps/libct_logs-3ce86c45043951c5.rlib" "/opt/crater/target/debug/deps/libsct-ceea3dc2b5219521.rlib" "/opt/crater/target/debug/deps/libring-5db48b3a47938c15.rlib" "/opt/crater/target/debug/deps/libuntrusted-097a69f65d28ba3c.rlib" "/opt/crater/target/debug/deps/libhyper-1de348cf437a4a64.rlib" "/opt/crater/target/debug/deps/libwant-9d6a636a4a0d1476.rlib" "/opt/crater/target/debug/deps/libtry_lock-1b57ab5e9b71c3d1.rlib" "/opt/crater/target/debug/deps/libtokio-4b743a10e425f560.rlib" "/opt/crater/target/debug/deps/libtokio_uds-3c4d3f305527ff71.rlib" "/opt/crater/target/debug/deps/libmio_uds-659004c4d5e8fc36.rlib" "/opt/crater/target/debug/deps/libtokio_udp-6ea75130c3269e88.rlib" "/opt/crater/target/debug/deps/libtokio_timer-a810b4f998c484a1.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-7ea7b72a120541b3.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-387b75276644cd8b.rlib" "/opt/crater/target/debug/deps/libtokio_sync-896092e9d41d2356.rlib" "/opt/crater/target/debug/deps/libparking_lot-12eabd9882769c3f.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-514af8f6e6ec1ec4.rlib" "/opt/crater/target/debug/deps/libsmallvec-e7fd7440a8b77331.rlib" "/opt/crater/target/debug/deps/liblock_api-8ec026c283607898.rlib" "/opt/crater/target/debug/deps/libowning_ref-dcde4af4fc98f07e.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-2a9412c89a8f626f.rlib" "/opt/crater/target/debug/deps/libscopeguard-f1a5efe88a6d7a2c.rlib" "/opt/crater/target/debug/deps/libtokio_fs-f9ab8624d69c66e9.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-55a9154150b2cf7e.rlib" "/opt/crater/target/debug/deps/librand-90f16bd48677b73c.rlib" "/opt/crater/target/debug/deps/librand_xorshift-6a66fc50e6498d00.rlib" "/opt/crater/target/debug/deps/librand_pcg-d8d5dea3cc11bfd5.rlib" "/opt/crater/target/debug/deps/librand_hc-83283ab0a0ee3df8.rlib" "/opt/crater/target/debug/deps/librand_chacha-935e7b1d9428a758.rlib" "/opt/crater/target/debug/deps/librand_isaac-94fc18115e9afd61.rlib" "/opt/crater/target/debug/deps/librand_core-482fdfb44fe03c92.rlib" "/opt/crater/target/debug/deps/librand_os-0de48faa648b11e1.rlib" "/opt/crater/target/debug/deps/librand_jitter-1f73b0ee635ef60d.rlib" "/opt/crater/target/debug/deps/librand_core-a9179eebc82cf0f0.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-c0f5751a63321b42.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-57a001d205c41375.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-fb6e8420b402c637.rlib" "/opt/crater/target/debug/deps/libscopeguard-9b8601d6dfc234d1.rlib" "/opt/crater/target/debug/deps/libmemoffset-f086ca483a85f9a8.rlib" "/opt/crater/target/debug/deps/libarrayvec-fc69fa362388ff8e.rlib" "/opt/crater/target/debug/deps/libnodrop-e7a4f1c1f7749e1f.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-302c6a5add829b25.rlib" "/opt/crater/target/debug/deps/libtokio_executor-66fe260b45add495.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-1194d3403efb476d.rlib" "/opt/crater/target/debug/deps/liblazy_static-35422c5bca3b6d90.rlib" "/opt/crater/target/debug/deps/libtokio_codec-4e61756062859f2b.rlib" "/opt/crater/target/debug/deps/libmio-d0aa16c9d4b200f2.rlib" "/opt/crater/target/debug/deps/libtime-4355d8e50100aa43.rlib" "/opt/crater/target/debug/deps/libnet2-b420542f6ed79dec.rlib" "/opt/crater/target/debug/deps/libhttparse-06e3890b6d63ce9f.rlib" "/opt/crater/target/debug/deps/libhttp_body-db7868c5dd20e766.rlib" "/opt/crater/target/debug/deps/libtokio_buf-bb89a0c72326ec90.rlib" "/opt/crater/target/debug/deps/libh2-ed2aab018dc1d3a4.rlib" "/opt/crater/target/debug/deps/libindexmap-59ae9e3f6ce5c837.rlib" "/opt/crater/target/debug/deps/libstring-aac4ac16555c2318.rlib" "/opt/crater/target/debug/deps/libslab-b904edcdb208ad5f.rlib" "/opt/crater/target/debug/deps/libtokio_io-5ff2a0f1687d20e5.rlib" "/opt/crater/target/debug/deps/liblog-481c00b0f76d55f6.rlib" "/opt/crater/target/debug/deps/libcfg_if-29b6f8db75d699b1.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-3ff2178b99f99a40.rlib" "/opt/crater/target/debug/deps/libnum_cpus-84b2b9d4899d054a.rlib" "/opt/crater/target/debug/deps/libhttp-0d7bcc4a1965229a.rlib" "/opt/crater/target/debug/deps/libitoa-b6d9c91cf55afec8.rlib" "/opt/crater/target/debug/deps/libfnv-0d57e5fd8327cc13.rlib" "/opt/crater/target/debug/deps/libbytes-13fb674f61efa969.rlib" "/opt/crater/target/debug/deps/libeither-f57ccefea727a9a2.rlib" "/opt/crater/target/debug/deps/libiovec-b84ff3a7b76380d9.rlib" "/opt/crater/target/debug/deps/liblibc-e3ba75b536aabfa5.rlib" "/opt/crater/target/debug/deps/libfutures-1b04893c31162bb0.rlib" "/opt/crater/target/debug/deps/libbase64-f8f8e97f12410efc.rlib" "/opt/crater/target/debug/deps/libbyteorder-1ca0e27fd3a97256.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-9895e8982b0a79e7.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-57306b8ed3378a0e.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-54463ae5adae3649.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-d99667b199a9875a.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-51f4300e102199f5.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-b3ccf1f7737a6a91.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-157c37a3ceb78853.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-505bcee45aafb736.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-c29abd529ba4452b.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-895383a3232f6572.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-5594cb4f559bc761.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-38e90baf978bc428.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: : final link failed: 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: 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/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/image-62c1efc4f8c18f3d.image.4q0wpimh-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/image-62c1efc4f8c18f3d.image.4q0wpimh-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/image-62c1efc4f8c18f3d.image.4q0wpimh-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/image-62c1efc4f8c18f3d.image.4q0wpimh-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/image-62c1efc4f8c18f3d.image.4q0wpimh-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/image-62c1efc4f8c18f3d.image.4q0wpimh-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/image-62c1efc4f8c18f3d.image.4q0wpimh-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/image-62c1efc4f8c18f3d.image.4q0wpimh-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/image-62c1efc4f8c18f3d.image.4q0wpimh-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/image-62c1efc4f8c18f3d.image.4q0wpimh-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/image-62c1efc4f8c18f3d.image.4q0wpimh-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/image-62c1efc4f8c18f3d.image.4q0wpimh-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/image-62c1efc4f8c18f3d.image.4q0wpimh-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/image-62c1efc4f8c18f3d.image.4q0wpimh-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/image-62c1efc4f8c18f3d.image.4q0wpimh-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/image-62c1efc4f8c18f3d.image.4q0wpimh-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/image-62c1efc4f8c18f3d" "/opt/crater/target/debug/examples/image-62c1efc4f8c18f3d.1a9ywv2na95d8ww5.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/ring-f50d9cdc793beea4/out" "-L" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libdkregistry-894f1e3d7ca69ea4.rlib" "/opt/crater/target/debug/deps/libtar-fad910e2913a59ef.rlib" "/opt/crater/target/debug/deps/libxattr-a775b0052758e046.rlib" "/opt/crater/target/debug/deps/libfiletime-a55539b0d97e0dc9.rlib" "/opt/crater/target/debug/deps/libstrum-c49aa4a6e18c8758.rlib" "/opt/crater/target/debug/deps/liblibflate-58673e29666fcfea.rlib" "/opt/crater/target/debug/deps/libtake_mut-8225166393a32758.rlib" "/opt/crater/target/debug/deps/librle_decode_fast-a1ff5b7ad04193e6.rlib" "/opt/crater/target/debug/deps/libcrc32fast-8382140c27ae8ccc.rlib" "/opt/crater/target/debug/deps/libadler32-46acf8b49c11de91.rlib" "/opt/crater/target/debug/deps/liberror_chain-071a133273f2ab4c.rlib" "/opt/crater/target/debug/deps/libserde_json-905e72386a5f800f.rlib" "/opt/crater/target/debug/deps/libryu-ee97bb54d9ea9443.rlib" "/opt/crater/target/debug/deps/libserde-f4ad0cdcf3ae7a20.rlib" "/opt/crater/target/debug/deps/libmime-24888ef1cc6f0a16.rlib" "/opt/crater/target/debug/deps/libunicase-53d36a04de34b942.rlib" "/opt/crater/target/debug/deps/libhyper_rustls-4fcf7743bfad5877.rlib" "/opt/crater/target/debug/deps/libwebpki_roots-8caf26e92a2e6f74.rlib" "/opt/crater/target/debug/deps/libtokio_rustls-4d943d7e8757e03c.rlib" "/opt/crater/target/debug/deps/libtokio_core-3f6e221e7dd3868e.rlib" "/opt/crater/target/debug/deps/libscoped_tls-aa6fc4e89ce1e4b3.rlib" "/opt/crater/target/debug/deps/librustls-e6a469596bed44d4.rlib" "/opt/crater/target/debug/deps/libbase64-672a794a04ca9888.rlib" "/opt/crater/target/debug/deps/libsafemem-af513533643f5271.rlib" "/opt/crater/target/debug/deps/libwebpki-a4c698a83a7dfc8c.rlib" "/opt/crater/target/debug/deps/libct_logs-3ce86c45043951c5.rlib" "/opt/crater/target/debug/deps/libsct-ceea3dc2b5219521.rlib" "/opt/crater/target/debug/deps/libring-5db48b3a47938c15.rlib" "/opt/crater/target/debug/deps/libuntrusted-097a69f65d28ba3c.rlib" "/opt/crater/target/debug/deps/libhyper-1de348cf437a4a64.rlib" "/opt/crater/target/debug/deps/libwant-9d6a636a4a0d1476.rlib" "/opt/crater/target/debug/deps/libtry_lock-1b57ab5e9b71c3d1.rlib" "/opt/crater/target/debug/deps/libtokio-4b743a10e425f560.rlib" "/opt/crater/target/debug/deps/libtokio_uds-3c4d3f305527ff71.rlib" "/opt/crater/target/debug/deps/libmio_uds-659004c4d5e8fc36.rlib" "/opt/crater/target/debug/deps/libtokio_udp-6ea75130c3269e88.rlib" "/opt/crater/target/debug/deps/libtokio_timer-a810b4f998c484a1.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-7ea7b72a120541b3.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-387b75276644cd8b.rlib" "/opt/crater/target/debug/deps/libtokio_sync-896092e9d41d2356.rlib" "/opt/crater/target/debug/deps/libparking_lot-12eabd9882769c3f.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-514af8f6e6ec1ec4.rlib" "/opt/crater/target/debug/deps/libsmallvec-e7fd7440a8b77331.rlib" "/opt/crater/target/debug/deps/liblock_api-8ec026c283607898.rlib" "/opt/crater/target/debug/deps/libowning_ref-dcde4af4fc98f07e.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-2a9412c89a8f626f.rlib" "/opt/crater/target/debug/deps/libscopeguard-f1a5efe88a6d7a2c.rlib" "/opt/crater/target/debug/deps/libtokio_fs-f9ab8624d69c66e9.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-55a9154150b2cf7e.rlib" "/opt/crater/target/debug/deps/librand-90f16bd48677b73c.rlib" "/opt/crater/target/debug/deps/librand_xorshift-6a66fc50e6498d00.rlib" "/opt/crater/target/debug/deps/librand_pcg-d8d5dea3cc11bfd5.rlib" "/opt/crater/target/debug/deps/librand_hc-83283ab0a0ee3df8.rlib" "/opt/crater/target/debug/deps/librand_chacha-935e7b1d9428a758.rlib" "/opt/crater/target/debug/deps/librand_isaac-94fc18115e9afd61.rlib" "/opt/crater/target/debug/deps/librand_core-482fdfb44fe03c92.rlib" "/opt/crater/target/debug/deps/librand_os-0de48faa648b11e1.rlib" "/opt/crater/target/debug/deps/librand_jitter-1f73b0ee635ef60d.rlib" "/opt/crater/target/debug/deps/librand_core-a9179eebc82cf0f0.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-c0f5751a63321b42.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-57a001d205c41375.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-fb6e8420b402c637.rlib" "/opt/crater/target/debug/deps/libscopeguard-9b8601d6dfc234d1.rlib" "/opt/crater/target/debug/deps/libmemoffset-f086ca483a85f9a8.rlib" "/opt/crater/target/debug/deps/libarrayvec-fc69fa362388ff8e.rlib" "/opt/crater/target/debug/deps/libnodrop-e7a4f1c1f7749e1f.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-302c6a5add829b25.rlib" "/opt/crater/target/debug/deps/libtokio_executor-66fe260b45add495.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-1194d3403efb476d.rlib" "/opt/crater/target/debug/deps/liblazy_static-35422c5bca3b6d90.rlib" "/opt/crater/target/debug/deps/libtokio_codec-4e61756062859f2b.rlib" "/opt/crater/target/debug/deps/libmio-d0aa16c9d4b200f2.rlib" "/opt/crater/target/debug/deps/libtime-4355d8e50100aa43.rlib" "/opt/crater/target/debug/deps/libnet2-b420542f6ed79dec.rlib" "/opt/crater/target/debug/deps/libhttparse-06e3890b6d63ce9f.rlib" "/opt/crater/target/debug/deps/libhttp_body-db7868c5dd20e766.rlib" "/opt/crater/target/debug/deps/libtokio_buf-bb89a0c72326ec90.rlib" "/opt/crater/target/debug/deps/libh2-ed2aab018dc1d3a4.rlib" "/opt/crater/target/debug/deps/libindexmap-59ae9e3f6ce5c837.rlib" "/opt/crater/target/debug/deps/libstring-aac4ac16555c2318.rlib" "/opt/crater/target/debug/deps/libslab-b904edcdb208ad5f.rlib" "/opt/crater/target/debug/deps/libtokio_io-5ff2a0f1687d20e5.rlib" "/opt/crater/target/debug/deps/liblog-481c00b0f76d55f6.rlib" "/opt/crater/target/debug/deps/libcfg_if-29b6f8db75d699b1.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-3ff2178b99f99a40.rlib" "/opt/crater/target/debug/deps/libnum_cpus-84b2b9d4899d054a.rlib" "/opt/crater/target/debug/deps/libhttp-0d7bcc4a1965229a.rlib" "/opt/crater/target/debug/deps/libitoa-b6d9c91cf55afec8.rlib" "/opt/crater/target/debug/deps/libfnv-0d57e5fd8327cc13.rlib" "/opt/crater/target/debug/deps/libbytes-13fb674f61efa969.rlib" "/opt/crater/target/debug/deps/libeither-f57ccefea727a9a2.rlib" "/opt/crater/target/debug/deps/libiovec-b84ff3a7b76380d9.rlib" "/opt/crater/target/debug/deps/libfutures-1b04893c31162bb0.rlib" "/opt/crater/target/debug/deps/libbase64-f8f8e97f12410efc.rlib" "/opt/crater/target/debug/deps/libbyteorder-1ca0e27fd3a97256.rlib" "/opt/crater/target/debug/deps/libdirs-174957c1cb8843c6.rlib" "/opt/crater/target/debug/deps/liblibc-e3ba75b536aabfa5.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-9895e8982b0a79e7.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-57306b8ed3378a0e.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-54463ae5adae3649.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-d99667b199a9875a.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-51f4300e102199f5.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-b3ccf1f7737a6a91.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-157c37a3ceb78853.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-505bcee45aafb736.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-c29abd529ba4452b.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-895383a3232f6572.rlib" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-5594cb4f559bc761.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.36.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-38e90baf978bc428.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: [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" "662fe96bce5e1345007467a8971200d4d38acaed4c27a165145d5e6ccf2b6eef"` [INFO] running `"docker" "rm" "-f" "662fe96bce5e1345007467a8971200d4d38acaed4c27a165145d5e6ccf2b6eef"` [INFO] [stdout] 662fe96bce5e1345007467a8971200d4d38acaed4c27a165145d5e6ccf2b6eef