[INFO] crate dkregistry 0.2.1 is already in cache [INFO] extracting crate dkregistry 0.2.1 into work/ex/beta-1.38-1/sources/1.37.0/reg/dkregistry/0.2.1 [INFO] extracting crate dkregistry 0.2.1 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/dkregistry/0.2.1 [INFO] validating manifest of dkregistry-0.2.1 on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of dkregistry-0.2.1 on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "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.38-1/sources/1.37.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.38-1/sources/beta-2019-08-13/reg/dkregistry/0.2.1/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] testing dkregistry-0.2.1 against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.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.37.0" "build" "--frozen"` [INFO] [stdout] 28b31a01bce27c909f7af3f66ad761cad1886235b1e6b97b1a047091c7d4c902 [INFO] running `"docker" "start" "-a" "28b31a01bce27c909f7af3f66ad761cad1886235b1e6b97b1a047091c7d4c902"` [INFO] [stderr] Compiling strum v0.11.0 [INFO] [stderr] Compiling ring v0.13.5 [INFO] [stderr] Compiling strum_macros v0.11.0 [INFO] [stderr] Compiling tokio-core v0.1.17 [INFO] [stderr] Compiling sct v0.4.0 [INFO] [stderr] Compiling webpki v0.18.1 [INFO] [stderr] Compiling ct-logs v0.4.0 [INFO] [stderr] Compiling rustls v0.13.1 [INFO] [stderr] Compiling webpki-roots v0.15.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: 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 39.80s [INFO] running `"docker" "inspect" "28b31a01bce27c909f7af3f66ad761cad1886235b1e6b97b1a047091c7d4c902"` [INFO] running `"docker" "rm" "-f" "28b31a01bce27c909f7af3f66ad761cad1886235b1e6b97b1a047091c7d4c902"` [INFO] [stdout] 28b31a01bce27c909f7af3f66ad761cad1886235b1e6b97b1a047091c7d4c902 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.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.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] fd29a96f086ec23a0898368206db7d38bd46f1dfd127a1c8f33a740cf8a4c988 [INFO] running `"docker" "start" "-a" "fd29a96f086ec23a0898368206db7d38bd46f1dfd127a1c8f33a740cf8a4c988"` [INFO] [stderr] Compiling spectral v0.6.0 [INFO] [stderr] Compiling dkregistry v0.2.1 (/opt/crater/workdir) [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/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/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/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/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/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/reference-d71ab77c23e45d3b.reference.61srwvyp-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/reference-d71ab77c23e45d3b.reference.61srwvyp-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/reference-d71ab77c23e45d3b.reference.61srwvyp-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/reference-d71ab77c23e45d3b.reference.61srwvyp-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/reference-d71ab77c23e45d3b.reference.61srwvyp-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/reference-d71ab77c23e45d3b.reference.61srwvyp-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/reference-d71ab77c23e45d3b.reference.61srwvyp-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/reference-d71ab77c23e45d3b.reference.61srwvyp-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/reference-d71ab77c23e45d3b.reference.61srwvyp-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/reference-d71ab77c23e45d3b.reference.61srwvyp-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/reference-d71ab77c23e45d3b.reference.61srwvyp-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/reference-d71ab77c23e45d3b.reference.61srwvyp-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/reference-d71ab77c23e45d3b.reference.61srwvyp-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/reference-d71ab77c23e45d3b.reference.61srwvyp-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/reference-d71ab77c23e45d3b.reference.61srwvyp-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/reference-d71ab77c23e45d3b.reference.61srwvyp-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/reference-d71ab77c23e45d3b" "/opt/crater/target/debug/deps/reference-d71ab77c23e45d3b.54heh1awqiin6ut5.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/ring-1b60313adb5ead65/out" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-0127509d2e54a846.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-2651f8b4eed9e86e.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-c729851ce6e3efb2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-e8235f0d435d4737.rlib" "/opt/crater/target/debug/deps/libspectral-be161721d7f1ddf6.rlib" "/opt/crater/target/debug/deps/libnum-e63d53c314fbbd58.rlib" "/opt/crater/target/debug/deps/libnum_rational-e30c67c8b728c84e.rlib" "/opt/crater/target/debug/deps/libnum_bigint-a73e158724f6314f.rlib" "/opt/crater/target/debug/deps/librand-a2977b71a5d1a0ed.rlib" "/opt/crater/target/debug/deps/libnum_complex-527c400245fd80b7.rlib" "/opt/crater/target/debug/deps/librustc_serialize-cc29b8ffd74fbfca.rlib" "/opt/crater/target/debug/deps/libnum_iter-710c4cd4b54241c7.rlib" "/opt/crater/target/debug/deps/libnum_integer-e8e7d1ec85b23cb1.rlib" "/opt/crater/target/debug/deps/libnum_traits-d11dcc7883adaecb.rlib" "/opt/crater/target/debug/deps/libdkregistry-fb4b68e76799ec46.rlib" "/opt/crater/target/debug/deps/libtar-da96bc4e78f8113e.rlib" "/opt/crater/target/debug/deps/libxattr-d59799acec64b0c8.rlib" "/opt/crater/target/debug/deps/libfiletime-66d387e51bd2f3e9.rlib" "/opt/crater/target/debug/deps/libstrum-6fbbae14cf9e2f65.rlib" "/opt/crater/target/debug/deps/liblibflate-c8e9fe893feaf4d9.rlib" "/opt/crater/target/debug/deps/libtake_mut-853d74b6056b8788.rlib" "/opt/crater/target/debug/deps/librle_decode_fast-a75ce02642a20aa1.rlib" "/opt/crater/target/debug/deps/libcrc32fast-6889bae451d673e1.rlib" "/opt/crater/target/debug/deps/libadler32-28cce00de1b6c9b3.rlib" "/opt/crater/target/debug/deps/liberror_chain-ae29b04493143d93.rlib" "/opt/crater/target/debug/deps/libserde_json-f6b540ffea90773e.rlib" "/opt/crater/target/debug/deps/libryu-be578719e5bf2327.rlib" "/opt/crater/target/debug/deps/libserde-3a1343e806eb8450.rlib" "/opt/crater/target/debug/deps/libmime-2ad0b7e042b7ff0c.rlib" "/opt/crater/target/debug/deps/libunicase-9d7982dbb3c6947a.rlib" "/opt/crater/target/debug/deps/libhyper_rustls-4f2f6d76e1ccc3d5.rlib" "/opt/crater/target/debug/deps/libwebpki_roots-74e4682ec514c9cf.rlib" "/opt/crater/target/debug/deps/libtokio_rustls-88902d010ea3ed76.rlib" "/opt/crater/target/debug/deps/libtokio_core-bea290b08ccc56e8.rlib" "/opt/crater/target/debug/deps/libscoped_tls-2f61a1ab265ccbc8.rlib" "/opt/crater/target/debug/deps/librustls-c3c1afa2ea9b4e8f.rlib" "/opt/crater/target/debug/deps/libbase64-cf420233ba873e07.rlib" "/opt/crater/target/debug/deps/libsafemem-5cbc828c43f41378.rlib" "/opt/crater/target/debug/deps/libwebpki-147e044ee7c4d057.rlib" "/opt/crater/target/debug/deps/libct_logs-1a3fdd75538e546b.rlib" "/opt/crater/target/debug/deps/libsct-d854e8e3809efb0b.rlib" "/opt/crater/target/debug/deps/libring-8a7ea2f3f8351703.rlib" "/opt/crater/target/debug/deps/libuntrusted-77a27d5c4055ec86.rlib" "/opt/crater/target/debug/deps/libhyper-d5a8204d5bfcb20a.rlib" "/opt/crater/target/debug/deps/libwant-85d6e374eaaf3dc8.rlib" "/opt/crater/target/debug/deps/libtry_lock-5d6601f1f27a9bbb.rlib" "/opt/crater/target/debug/deps/libtokio-e3ba4222f05dcf10.rlib" "/opt/crater/target/debug/deps/libtokio_uds-5d5a5a6b589f4c67.rlib" "/opt/crater/target/debug/deps/libmio_uds-f6319a558176422a.rlib" "/opt/crater/target/debug/deps/libtokio_udp-236c36365b5217ac.rlib" "/opt/crater/target/debug/deps/libtokio_timer-c93f6415d850a3a5.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-a172f4a255941521.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-b73265c34a8b7038.rlib" "/opt/crater/target/debug/deps/libtokio_sync-be5eabd68f6f693c.rlib" "/opt/crater/target/debug/deps/libparking_lot-e180e0ce0226a4b0.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-72821d80cb7b7770.rlib" "/opt/crater/target/debug/deps/libsmallvec-8ab4c1b4228c68ef.rlib" "/opt/crater/target/debug/deps/liblock_api-494f6f1561bbf82e.rlib" "/opt/crater/target/debug/deps/libowning_ref-effe362413e7ab7d.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-d0a4946e4c2703bb.rlib" "/opt/crater/target/debug/deps/libscopeguard-316f896e0d3e978a.rlib" "/opt/crater/target/debug/deps/libtokio_fs-77539ad360bb2bf9.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-50bc12fb89d9372f.rlib" "/opt/crater/target/debug/deps/librand-4d2dd95f3d7aec75.rlib" "/opt/crater/target/debug/deps/librand_xorshift-4203f3157eb9a8e3.rlib" "/opt/crater/target/debug/deps/librand_pcg-8d4de0bb8369ce1b.rlib" "/opt/crater/target/debug/deps/librand_hc-bbd146a4b8bf6f4b.rlib" "/opt/crater/target/debug/deps/librand_chacha-e30594121fba25f8.rlib" "/opt/crater/target/debug/deps/librand_isaac-116c1a9914320278.rlib" "/opt/crater/target/debug/deps/librand_core-5fd440ec9008cce1.rlib" "/opt/crater/target/debug/deps/librand_os-df63c8a890c1e2e9.rlib" "/opt/crater/target/debug/deps/librand_jitter-06f1043e9c10514f.rlib" "/opt/crater/target/debug/deps/librand_core-fe4fc41bf9015dbc.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-f6668dbd335cb278.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-927d16f2b3f201b1.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-9b111a0846dc7592.rlib" "/opt/crater/target/debug/deps/libscopeguard-9b5b548023a82ae4.rlib" "/opt/crater/target/debug/deps/libmemoffset-e64a831d4be8abfc.rlib" "/opt/crater/target/debug/deps/libarrayvec-ec8906360acdff5b.rlib" "/opt/crater/target/debug/deps/libnodrop-844425db77ee9480.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-9f8eef7684cef0ea.rlib" "/opt/crater/target/debug/deps/libtokio_executor-45f8f98c41472383.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-c7636b44f63f0536.rlib" "/opt/crater/target/debug/deps/liblazy_static-eb33edc716f69401.rlib" "/opt/crater/target/debug/deps/libtokio_codec-92e76085bce9ee5c.rlib" "/opt/crater/target/debug/deps/libmio-0e2bc1a0dc1217dc.rlib" "/opt/crater/target/debug/deps/libtime-29b9853d922d9d06.rlib" "/opt/crater/target/debug/deps/libnet2-629edbfe8fd82654.rlib" "/opt/crater/target/debug/deps/libhttparse-edd6757da9f4355f.rlib" "/opt/crater/target/debug/deps/libhttp_body-46aeae0ed0eedb85.rlib" "/opt/crater/target/debug/deps/libtokio_buf-a66ce76991cc653b.rlib" "/opt/crater/target/debug/deps/libh2-2b0fdd898b57bae6.rlib" "/opt/crater/target/debug/deps/libindexmap-b695f4379dbb1f0f.rlib" "/opt/crater/target/debug/deps/libstring-ce779bbcf59f03f6.rlib" "/opt/crater/target/debug/deps/libslab-38e1dff674bc2c67.rlib" "/opt/crater/target/debug/deps/libtokio_io-c0ed09c53cebd468.rlib" "/opt/crater/target/debug/deps/liblog-55cfa8f7ed258bff.rlib" "/opt/crater/target/debug/deps/libcfg_if-3028bdd7b8e15bb5.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-87b63ccdc3471354.rlib" "/opt/crater/target/debug/deps/libnum_cpus-509d1090a02489e2.rlib" "/opt/crater/target/debug/deps/libhttp-88ee4a9dc93d3818.rlib" "/opt/crater/target/debug/deps/libitoa-d35f0a89557c3310.rlib" "/opt/crater/target/debug/deps/libfnv-0b54693efaf27e2a.rlib" "/opt/crater/target/debug/deps/libbytes-6eca479c9983e64d.rlib" "/opt/crater/target/debug/deps/libeither-718ea347c7788d34.rlib" "/opt/crater/target/debug/deps/libiovec-0aff63894148ec6b.rlib" "/opt/crater/target/debug/deps/liblibc-d019039477cac03b.rlib" "/opt/crater/target/debug/deps/libfutures-2204f6374ace2c39.rlib" "/opt/crater/target/debug/deps/libbase64-b248d06447d2c6c2.rlib" "/opt/crater/target/debug/deps/libbyteorder-585fd2581aa01382.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-4a76ff35a356aedf.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e11c7b3b3225afe2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-13217ede3d276f16.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-621a9ee22da6caa1.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-546c844e8071bbeb.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-be9569e4d599746f.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-47d8845cef2a3bc5.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-017511bce73a530c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-be7979c57a08057b.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d6459c4f0817c67c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-580035dd98451925.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-aee5c24fff305dea.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-8a55a4098920125a.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-9fc4b5be2ba5cc19.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/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/checkregistry-ad34ff7067adac4a.checkregistry.8jd16sbg-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/checkregistry-ad34ff7067adac4a.checkregistry.8jd16sbg-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/checkregistry-ad34ff7067adac4a.checkregistry.8jd16sbg-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/checkregistry-ad34ff7067adac4a.checkregistry.8jd16sbg-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/checkregistry-ad34ff7067adac4a.checkregistry.8jd16sbg-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/checkregistry-ad34ff7067adac4a.checkregistry.8jd16sbg-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/checkregistry-ad34ff7067adac4a.checkregistry.8jd16sbg-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/checkregistry-ad34ff7067adac4a.checkregistry.8jd16sbg-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/checkregistry-ad34ff7067adac4a.checkregistry.8jd16sbg-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/checkregistry-ad34ff7067adac4a.checkregistry.8jd16sbg-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/checkregistry-ad34ff7067adac4a.checkregistry.8jd16sbg-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/checkregistry-ad34ff7067adac4a.checkregistry.8jd16sbg-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/checkregistry-ad34ff7067adac4a.checkregistry.8jd16sbg-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/checkregistry-ad34ff7067adac4a.checkregistry.8jd16sbg-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/checkregistry-ad34ff7067adac4a.checkregistry.8jd16sbg-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/checkregistry-ad34ff7067adac4a.checkregistry.8jd16sbg-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/checkregistry-ad34ff7067adac4a" "/opt/crater/target/debug/examples/checkregistry-ad34ff7067adac4a.5fyious99ze25bqu.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/ring-1b60313adb5ead65/out" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libdkregistry-fb4b68e76799ec46.rlib" "/opt/crater/target/debug/deps/libtar-da96bc4e78f8113e.rlib" "/opt/crater/target/debug/deps/libxattr-d59799acec64b0c8.rlib" "/opt/crater/target/debug/deps/libfiletime-66d387e51bd2f3e9.rlib" "/opt/crater/target/debug/deps/libstrum-6fbbae14cf9e2f65.rlib" "/opt/crater/target/debug/deps/liblibflate-c8e9fe893feaf4d9.rlib" "/opt/crater/target/debug/deps/libtake_mut-853d74b6056b8788.rlib" "/opt/crater/target/debug/deps/librle_decode_fast-a75ce02642a20aa1.rlib" "/opt/crater/target/debug/deps/libcrc32fast-6889bae451d673e1.rlib" "/opt/crater/target/debug/deps/libadler32-28cce00de1b6c9b3.rlib" "/opt/crater/target/debug/deps/liberror_chain-ae29b04493143d93.rlib" "/opt/crater/target/debug/deps/libserde_json-f6b540ffea90773e.rlib" "/opt/crater/target/debug/deps/libryu-be578719e5bf2327.rlib" "/opt/crater/target/debug/deps/libserde-3a1343e806eb8450.rlib" "/opt/crater/target/debug/deps/libmime-2ad0b7e042b7ff0c.rlib" "/opt/crater/target/debug/deps/libunicase-9d7982dbb3c6947a.rlib" "/opt/crater/target/debug/deps/libhyper_rustls-4f2f6d76e1ccc3d5.rlib" "/opt/crater/target/debug/deps/libwebpki_roots-74e4682ec514c9cf.rlib" "/opt/crater/target/debug/deps/libtokio_rustls-88902d010ea3ed76.rlib" "/opt/crater/target/debug/deps/libtokio_core-bea290b08ccc56e8.rlib" "/opt/crater/target/debug/deps/libscoped_tls-2f61a1ab265ccbc8.rlib" "/opt/crater/target/debug/deps/librustls-c3c1afa2ea9b4e8f.rlib" "/opt/crater/target/debug/deps/libbase64-cf420233ba873e07.rlib" "/opt/crater/target/debug/deps/libsafemem-5cbc828c43f41378.rlib" "/opt/crater/target/debug/deps/libwebpki-147e044ee7c4d057.rlib" "/opt/crater/target/debug/deps/libct_logs-1a3fdd75538e546b.rlib" "/opt/crater/target/debug/deps/libsct-d854e8e3809efb0b.rlib" "/opt/crater/target/debug/deps/libring-8a7ea2f3f8351703.rlib" "/opt/crater/target/debug/deps/libuntrusted-77a27d5c4055ec86.rlib" "/opt/crater/target/debug/deps/libhyper-d5a8204d5bfcb20a.rlib" "/opt/crater/target/debug/deps/libwant-85d6e374eaaf3dc8.rlib" "/opt/crater/target/debug/deps/libtry_lock-5d6601f1f27a9bbb.rlib" "/opt/crater/target/debug/deps/libtokio-e3ba4222f05dcf10.rlib" "/opt/crater/target/debug/deps/libtokio_uds-5d5a5a6b589f4c67.rlib" "/opt/crater/target/debug/deps/libmio_uds-f6319a558176422a.rlib" "/opt/crater/target/debug/deps/libtokio_udp-236c36365b5217ac.rlib" "/opt/crater/target/debug/deps/libtokio_timer-c93f6415d850a3a5.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-a172f4a255941521.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-b73265c34a8b7038.rlib" "/opt/crater/target/debug/deps/libtokio_sync-be5eabd68f6f693c.rlib" "/opt/crater/target/debug/deps/libparking_lot-e180e0ce0226a4b0.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-72821d80cb7b7770.rlib" "/opt/crater/target/debug/deps/libsmallvec-8ab4c1b4228c68ef.rlib" "/opt/crater/target/debug/deps/liblock_api-494f6f1561bbf82e.rlib" "/opt/crater/target/debug/deps/libowning_ref-effe362413e7ab7d.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-d0a4946e4c2703bb.rlib" "/opt/crater/target/debug/deps/libscopeguard-316f896e0d3e978a.rlib" "/opt/crater/target/debug/deps/libtokio_fs-77539ad360bb2bf9.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-50bc12fb89d9372f.rlib" "/opt/crater/target/debug/deps/librand-4d2dd95f3d7aec75.rlib" "/opt/crater/target/debug/deps/librand_xorshift-4203f3157eb9a8e3.rlib" "/opt/crater/target/debug/deps/librand_pcg-8d4de0bb8369ce1b.rlib" "/opt/crater/target/debug/deps/librand_hc-bbd146a4b8bf6f4b.rlib" "/opt/crater/target/debug/deps/librand_chacha-e30594121fba25f8.rlib" "/opt/crater/target/debug/deps/librand_isaac-116c1a9914320278.rlib" "/opt/crater/target/debug/deps/librand_core-5fd440ec9008cce1.rlib" "/opt/crater/target/debug/deps/librand_os-df63c8a890c1e2e9.rlib" "/opt/crater/target/debug/deps/librand_jitter-06f1043e9c10514f.rlib" "/opt/crater/target/debug/deps/librand_core-fe4fc41bf9015dbc.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-f6668dbd335cb278.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-927d16f2b3f201b1.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-9b111a0846dc7592.rlib" "/opt/crater/target/debug/deps/libscopeguard-9b5b548023a82ae4.rlib" "/opt/crater/target/debug/deps/libmemoffset-e64a831d4be8abfc.rlib" "/opt/crater/target/debug/deps/libarrayvec-ec8906360acdff5b.rlib" "/opt/crater/target/debug/deps/libnodrop-844425db77ee9480.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-9f8eef7684cef0ea.rlib" "/opt/crater/target/debug/deps/libtokio_executor-45f8f98c41472383.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-c7636b44f63f0536.rlib" "/opt/crater/target/debug/deps/liblazy_static-eb33edc716f69401.rlib" "/opt/crater/target/debug/deps/libtokio_codec-92e76085bce9ee5c.rlib" "/opt/crater/target/debug/deps/libmio-0e2bc1a0dc1217dc.rlib" "/opt/crater/target/debug/deps/libtime-29b9853d922d9d06.rlib" "/opt/crater/target/debug/deps/libnet2-629edbfe8fd82654.rlib" "/opt/crater/target/debug/deps/libhttparse-edd6757da9f4355f.rlib" "/opt/crater/target/debug/deps/libhttp_body-46aeae0ed0eedb85.rlib" "/opt/crater/target/debug/deps/libtokio_buf-a66ce76991cc653b.rlib" "/opt/crater/target/debug/deps/libh2-2b0fdd898b57bae6.rlib" "/opt/crater/target/debug/deps/libindexmap-b695f4379dbb1f0f.rlib" "/opt/crater/target/debug/deps/libstring-ce779bbcf59f03f6.rlib" "/opt/crater/target/debug/deps/libslab-38e1dff674bc2c67.rlib" "/opt/crater/target/debug/deps/libtokio_io-c0ed09c53cebd468.rlib" "/opt/crater/target/debug/deps/liblog-55cfa8f7ed258bff.rlib" "/opt/crater/target/debug/deps/libcfg_if-3028bdd7b8e15bb5.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-87b63ccdc3471354.rlib" "/opt/crater/target/debug/deps/libnum_cpus-509d1090a02489e2.rlib" "/opt/crater/target/debug/deps/libhttp-88ee4a9dc93d3818.rlib" "/opt/crater/target/debug/deps/libitoa-d35f0a89557c3310.rlib" "/opt/crater/target/debug/deps/libfnv-0b54693efaf27e2a.rlib" "/opt/crater/target/debug/deps/libbytes-6eca479c9983e64d.rlib" "/opt/crater/target/debug/deps/libeither-718ea347c7788d34.rlib" "/opt/crater/target/debug/deps/libiovec-0aff63894148ec6b.rlib" "/opt/crater/target/debug/deps/liblibc-d019039477cac03b.rlib" "/opt/crater/target/debug/deps/libfutures-2204f6374ace2c39.rlib" "/opt/crater/target/debug/deps/libbase64-b248d06447d2c6c2.rlib" "/opt/crater/target/debug/deps/libbyteorder-585fd2581aa01382.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-4a76ff35a356aedf.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e11c7b3b3225afe2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-13217ede3d276f16.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-621a9ee22da6caa1.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-546c844e8071bbeb.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-be9569e4d599746f.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-47d8845cef2a3bc5.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-017511bce73a530c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-be7979c57a08057b.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d6459c4f0817c67c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-580035dd98451925.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-aee5c24fff305dea.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-8a55a4098920125a.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-9fc4b5be2ba5cc19.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: 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.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/tags-802ac6191043700d.tags.35nxn76n-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/tags-802ac6191043700d.tags.35nxn76n-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/tags-802ac6191043700d.tags.35nxn76n-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/tags-802ac6191043700d.tags.35nxn76n-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/tags-802ac6191043700d.tags.35nxn76n-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/tags-802ac6191043700d.tags.35nxn76n-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/tags-802ac6191043700d.tags.35nxn76n-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/tags-802ac6191043700d.tags.35nxn76n-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/tags-802ac6191043700d.tags.35nxn76n-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/tags-802ac6191043700d.tags.35nxn76n-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/tags-802ac6191043700d.tags.35nxn76n-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/tags-802ac6191043700d.tags.35nxn76n-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/tags-802ac6191043700d.tags.35nxn76n-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/tags-802ac6191043700d.tags.35nxn76n-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/tags-802ac6191043700d.tags.35nxn76n-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/tags-802ac6191043700d.tags.35nxn76n-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/tags-802ac6191043700d" "/opt/crater/target/debug/examples/tags-802ac6191043700d.3ibskmta97papjlz.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/ring-1b60313adb5ead65/out" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libdkregistry-fb4b68e76799ec46.rlib" "/opt/crater/target/debug/deps/libtar-da96bc4e78f8113e.rlib" "/opt/crater/target/debug/deps/libxattr-d59799acec64b0c8.rlib" "/opt/crater/target/debug/deps/libfiletime-66d387e51bd2f3e9.rlib" "/opt/crater/target/debug/deps/libstrum-6fbbae14cf9e2f65.rlib" "/opt/crater/target/debug/deps/liblibflate-c8e9fe893feaf4d9.rlib" "/opt/crater/target/debug/deps/libtake_mut-853d74b6056b8788.rlib" "/opt/crater/target/debug/deps/librle_decode_fast-a75ce02642a20aa1.rlib" "/opt/crater/target/debug/deps/libcrc32fast-6889bae451d673e1.rlib" "/opt/crater/target/debug/deps/libadler32-28cce00de1b6c9b3.rlib" "/opt/crater/target/debug/deps/liberror_chain-ae29b04493143d93.rlib" "/opt/crater/target/debug/deps/libserde_json-f6b540ffea90773e.rlib" "/opt/crater/target/debug/deps/libryu-be578719e5bf2327.rlib" "/opt/crater/target/debug/deps/libserde-3a1343e806eb8450.rlib" "/opt/crater/target/debug/deps/libmime-2ad0b7e042b7ff0c.rlib" "/opt/crater/target/debug/deps/libunicase-9d7982dbb3c6947a.rlib" "/opt/crater/target/debug/deps/libhyper_rustls-4f2f6d76e1ccc3d5.rlib" "/opt/crater/target/debug/deps/libwebpki_roots-74e4682ec514c9cf.rlib" "/opt/crater/target/debug/deps/libtokio_rustls-88902d010ea3ed76.rlib" "/opt/crater/target/debug/deps/libtokio_core-bea290b08ccc56e8.rlib" "/opt/crater/target/debug/deps/libscoped_tls-2f61a1ab265ccbc8.rlib" "/opt/crater/target/debug/deps/librustls-c3c1afa2ea9b4e8f.rlib" "/opt/crater/target/debug/deps/libbase64-cf420233ba873e07.rlib" "/opt/crater/target/debug/deps/libsafemem-5cbc828c43f41378.rlib" "/opt/crater/target/debug/deps/libwebpki-147e044ee7c4d057.rlib" "/opt/crater/target/debug/deps/libct_logs-1a3fdd75538e546b.rlib" "/opt/crater/target/debug/deps/libsct-d854e8e3809efb0b.rlib" "/opt/crater/target/debug/deps/libring-8a7ea2f3f8351703.rlib" "/opt/crater/target/debug/deps/libuntrusted-77a27d5c4055ec86.rlib" "/opt/crater/target/debug/deps/libhyper-d5a8204d5bfcb20a.rlib" "/opt/crater/target/debug/deps/libwant-85d6e374eaaf3dc8.rlib" "/opt/crater/target/debug/deps/libtry_lock-5d6601f1f27a9bbb.rlib" "/opt/crater/target/debug/deps/libtokio-e3ba4222f05dcf10.rlib" "/opt/crater/target/debug/deps/libtokio_uds-5d5a5a6b589f4c67.rlib" "/opt/crater/target/debug/deps/libmio_uds-f6319a558176422a.rlib" "/opt/crater/target/debug/deps/libtokio_udp-236c36365b5217ac.rlib" "/opt/crater/target/debug/deps/libtokio_timer-c93f6415d850a3a5.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-a172f4a255941521.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-b73265c34a8b7038.rlib" "/opt/crater/target/debug/deps/libtokio_sync-be5eabd68f6f693c.rlib" "/opt/crater/target/debug/deps/libparking_lot-e180e0ce0226a4b0.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-72821d80cb7b7770.rlib" "/opt/crater/target/debug/deps/libsmallvec-8ab4c1b4228c68ef.rlib" "/opt/crater/target/debug/deps/liblock_api-494f6f1561bbf82e.rlib" "/opt/crater/target/debug/deps/libowning_ref-effe362413e7ab7d.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-d0a4946e4c2703bb.rlib" "/opt/crater/target/debug/deps/libscopeguard-316f896e0d3e978a.rlib" "/opt/crater/target/debug/deps/libtokio_fs-77539ad360bb2bf9.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-50bc12fb89d9372f.rlib" "/opt/crater/target/debug/deps/librand-4d2dd95f3d7aec75.rlib" "/opt/crater/target/debug/deps/librand_xorshift-4203f3157eb9a8e3.rlib" "/opt/crater/target/debug/deps/librand_pcg-8d4de0bb8369ce1b.rlib" "/opt/crater/target/debug/deps/librand_hc-bbd146a4b8bf6f4b.rlib" "/opt/crater/target/debug/deps/librand_chacha-e30594121fba25f8.rlib" "/opt/crater/target/debug/deps/librand_isaac-116c1a9914320278.rlib" "/opt/crater/target/debug/deps/librand_core-5fd440ec9008cce1.rlib" "/opt/crater/target/debug/deps/librand_os-df63c8a890c1e2e9.rlib" "/opt/crater/target/debug/deps/librand_jitter-06f1043e9c10514f.rlib" "/opt/crater/target/debug/deps/librand_core-fe4fc41bf9015dbc.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-f6668dbd335cb278.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-927d16f2b3f201b1.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-9b111a0846dc7592.rlib" "/opt/crater/target/debug/deps/libscopeguard-9b5b548023a82ae4.rlib" "/opt/crater/target/debug/deps/libmemoffset-e64a831d4be8abfc.rlib" "/opt/crater/target/debug/deps/libarrayvec-ec8906360acdff5b.rlib" "/opt/crater/target/debug/deps/libnodrop-844425db77ee9480.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-9f8eef7684cef0ea.rlib" "/opt/crater/target/debug/deps/libtokio_executor-45f8f98c41472383.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-c7636b44f63f0536.rlib" "/opt/crater/target/debug/deps/liblazy_static-eb33edc716f69401.rlib" "/opt/crater/target/debug/deps/libtokio_codec-92e76085bce9ee5c.rlib" "/opt/crater/target/debug/deps/libmio-0e2bc1a0dc1217dc.rlib" "/opt/crater/target/debug/deps/libtime-29b9853d922d9d06.rlib" "/opt/crater/target/debug/deps/libnet2-629edbfe8fd82654.rlib" "/opt/crater/target/debug/deps/libhttparse-edd6757da9f4355f.rlib" "/opt/crater/target/debug/deps/libhttp_body-46aeae0ed0eedb85.rlib" "/opt/crater/target/debug/deps/libtokio_buf-a66ce76991cc653b.rlib" "/opt/crater/target/debug/deps/libh2-2b0fdd898b57bae6.rlib" "/opt/crater/target/debug/deps/libindexmap-b695f4379dbb1f0f.rlib" "/opt/crater/target/debug/deps/libstring-ce779bbcf59f03f6.rlib" "/opt/crater/target/debug/deps/libslab-38e1dff674bc2c67.rlib" "/opt/crater/target/debug/deps/libtokio_io-c0ed09c53cebd468.rlib" "/opt/crater/target/debug/deps/liblog-55cfa8f7ed258bff.rlib" "/opt/crater/target/debug/deps/libcfg_if-3028bdd7b8e15bb5.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-87b63ccdc3471354.rlib" "/opt/crater/target/debug/deps/libnum_cpus-509d1090a02489e2.rlib" "/opt/crater/target/debug/deps/libhttp-88ee4a9dc93d3818.rlib" "/opt/crater/target/debug/deps/libitoa-d35f0a89557c3310.rlib" "/opt/crater/target/debug/deps/libfnv-0b54693efaf27e2a.rlib" "/opt/crater/target/debug/deps/libbytes-6eca479c9983e64d.rlib" "/opt/crater/target/debug/deps/libeither-718ea347c7788d34.rlib" "/opt/crater/target/debug/deps/libiovec-0aff63894148ec6b.rlib" "/opt/crater/target/debug/deps/liblibc-d019039477cac03b.rlib" "/opt/crater/target/debug/deps/libfutures-2204f6374ace2c39.rlib" "/opt/crater/target/debug/deps/libbase64-b248d06447d2c6c2.rlib" "/opt/crater/target/debug/deps/libbyteorder-585fd2581aa01382.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-4a76ff35a356aedf.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e11c7b3b3225afe2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-13217ede3d276f16.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-621a9ee22da6caa1.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-546c844e8071bbeb.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-be9569e4d599746f.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-47d8845cef2a3bc5.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-017511bce73a530c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-be7979c57a08057b.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d6459c4f0817c67c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-580035dd98451925.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-aee5c24fff305dea.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-8a55a4098920125a.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-9fc4b5be2ba5cc19.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: 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=bcd1faf655726dbc -C extra-filename=-bcd1faf655726dbc --out-dir /opt/crater/target/debug/examples -L dependency=/opt/crater/target/debug/deps --extern base64=/opt/crater/target/debug/deps/libbase64-b248d06447d2c6c2.rlib --extern dirs=/opt/crater/target/debug/deps/libdirs-5bede74871bfa962.rlib --extern dkregistry=/opt/crater/target/debug/deps/libdkregistry-fb4b68e76799ec46.rlib --extern env_logger=/opt/crater/target/debug/deps/libenv_logger-bca1979cfbcacec6.rlib --extern error_chain=/opt/crater/target/debug/deps/liberror_chain-ae29b04493143d93.rlib --extern futures=/opt/crater/target/debug/deps/libfutures-2204f6374ace2c39.rlib --extern http=/opt/crater/target/debug/deps/libhttp-88ee4a9dc93d3818.rlib --extern hyper=/opt/crater/target/debug/deps/libhyper-d5a8204d5bfcb20a.rlib --extern hyper_rustls=/opt/crater/target/debug/deps/libhyper_rustls-4f2f6d76e1ccc3d5.rlib --extern libflate=/opt/crater/target/debug/deps/liblibflate-c8e9fe893feaf4d9.rlib --extern log=/opt/crater/target/debug/deps/liblog-55cfa8f7ed258bff.rlib --extern mime=/opt/crater/target/debug/deps/libmime-2ad0b7e042b7ff0c.rlib --extern serde=/opt/crater/target/debug/deps/libserde-3a1343e806eb8450.rlib --extern serde_derive=/opt/crater/target/debug/deps/libserde_derive-8525889763034810.so --extern serde_json=/opt/crater/target/debug/deps/libserde_json-f6b540ffea90773e.rlib --extern spectral=/opt/crater/target/debug/deps/libspectral-be161721d7f1ddf6.rlib --extern strum=/opt/crater/target/debug/deps/libstrum-6fbbae14cf9e2f65.rlib --extern strum_macros=/opt/crater/target/debug/deps/libstrum_macros-4972ecf347d7af27.so --extern tar=/opt/crater/target/debug/deps/libtar-da96bc4e78f8113e.rlib --extern tokio_core=/opt/crater/target/debug/deps/libtokio_core-bea290b08ccc56e8.rlib --cap-lints=warn -L native=/opt/crater/target/debug/build/ring-1b60313adb5ead65/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "fd29a96f086ec23a0898368206db7d38bd46f1dfd127a1c8f33a740cf8a4c988"` [INFO] running `"docker" "rm" "-f" "fd29a96f086ec23a0898368206db7d38bd46f1dfd127a1c8f33a740cf8a4c988"` [INFO] [stdout] fd29a96f086ec23a0898368206db7d38bd46f1dfd127a1c8f33a740cf8a4c988