[INFO] crate ironoxide 0.9.0 is already in cache [INFO] extracting crate ironoxide 0.9.0 into work/ex/beta-1.38-1/sources/1.37.0/reg/ironoxide/0.9.0 [INFO] extracting crate ironoxide 0.9.0 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/ironoxide/0.9.0 [INFO] validating manifest of ironoxide-0.9.0 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 ironoxide-0.9.0 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 ironoxide-0.9.0 [INFO] finished frobbing ironoxide-0.9.0 [INFO] frobbed toml for ironoxide-0.9.0 written to work/ex/beta-1.38-1/sources/1.37.0/reg/ironoxide/0.9.0/Cargo.toml [INFO] started frobbing ironoxide-0.9.0 [INFO] finished frobbing ironoxide-0.9.0 [INFO] frobbed toml for ironoxide-0.9.0 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/ironoxide/0.9.0/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] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing ironoxide-0.9.0 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-1/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/ironoxide/0.9.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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] dde08bb7403c40014c29d16428a515dac235086d013f9333fe18caa05ebc7299 [INFO] running `"docker" "start" "-a" "dde08bb7403c40014c29d16428a515dac235086d013f9333fe18caa05ebc7299"` [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling ring v0.14.6 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling gridiron v0.6.0 [INFO] [stderr] Compiling native-tls v0.2.3 [INFO] [stderr] Compiling crossbeam-epoch v0.7.2 [INFO] [stderr] Compiling uuid v0.7.4 [INFO] [stderr] Compiling base64-serde v0.3.2 [INFO] [stderr] Compiling ed25519-dalek v1.0.0-pre.1 [INFO] [stderr] Compiling regex v1.1.9 [INFO] [stderr] Compiling crossbeam-deque v0.7.1 [INFO] [stderr] Compiling tokio-io v0.1.12 [INFO] [stderr] Compiling string v0.2.1 [INFO] [stderr] Compiling http v0.1.18 [INFO] [stderr] Compiling tokio-buf v0.1.1 [INFO] [stderr] Compiling recrypt v0.8.0 [INFO] [stderr] Compiling tokio-threadpool v0.1.15 [INFO] [stderr] Compiling tokio-reactor v0.1.9 [INFO] [stderr] Compiling tokio-codec v0.1.1 [INFO] [stderr] Compiling tokio-fs v0.1.6 [INFO] [stderr] Compiling tokio-udp v0.1.3 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling tokio-uds v0.2.5 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling publicsuffix v1.5.2 [INFO] [stderr] Compiling http-body v0.1.0 [INFO] [stderr] Compiling h2 v0.1.26 [INFO] [stderr] Compiling cookie_store v0.7.0 [INFO] [stderr] Compiling hyper v0.12.33 [INFO] [stderr] Compiling hyper-tls v0.3.2 [INFO] [stderr] Compiling reqwest v0.9.20 [INFO] [stderr] Compiling ironoxide v0.9.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/internal/document_api/requests.rs:202:14 [INFO] [stderr] | [INFO] [stderr] 202 | ) -> Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [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/internal/document_api/requests.rs:403:14 [INFO] [stderr] | [INFO] [stderr] 403 | ) -> Box + 'a> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/internal/group_api/requests.rs:142:14 [INFO] [stderr] | [INFO] [stderr] 142 | ) -> Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/internal/group_api/requests.rs:154:14 [INFO] [stderr] | [INFO] [stderr] 154 | ) -> Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/internal/group_api/mod.rs:240:10 [INFO] [stderr] | [INFO] [stderr] 240 | ) -> Box, Vec>), Error = IronOxideErr> + 'a> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future, Vec>), Error = IronOxideErr> + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/internal/user_api/requests.rs:271:14 [INFO] [stderr] | [INFO] [stderr] 271 | ) -> Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/internal/user_api/requests.rs:285:14 [INFO] [stderr] | [INFO] [stderr] 285 | ) -> Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/internal/user_api/mod.rs:348:10 [INFO] [stderr] | [INFO] [stderr] 348 | ) -> Box, Vec>), Error = IronOxideErr> + 'a> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future, Vec>), Error = IronOxideErr> + 'a` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 29s [INFO] running `"docker" "inspect" "dde08bb7403c40014c29d16428a515dac235086d013f9333fe18caa05ebc7299"` [INFO] running `"docker" "rm" "-f" "dde08bb7403c40014c29d16428a515dac235086d013f9333fe18caa05ebc7299"` [INFO] [stdout] dde08bb7403c40014c29d16428a515dac235086d013f9333fe18caa05ebc7299 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/ironoxide/0.9.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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] 0c0e79066977209f92cc5005819cb477c8ca43adfc3cbfbf4ca3ff742c21cdaa [INFO] running `"docker" "start" "-a" "0c0e79066977209f92cc5005819cb477c8ca43adfc3cbfbf4ca3ff742c21cdaa"` [INFO] [stderr] Compiling galvanic-assert v0.8.7 [INFO] [stderr] Compiling frank_jwt v3.1.1 [INFO] [stderr] Compiling ironoxide v0.9.0 (/opt/crater/workdir) [INFO] [stderr] warning: function is never used: `init_sdk` [INFO] [stderr] --> tests/common/mod.rs:48:1 [INFO] [stderr] | [INFO] [stderr] 48 | pub fn init_sdk() -> IronOxide { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `init_sdk_get_user` [INFO] [stderr] --> tests/common/mod.rs:53:1 [INFO] [stderr] | [INFO] [stderr] 53 | pub fn init_sdk_get_user() -> (UserId, IronOxide) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `create_second_user` [INFO] [stderr] --> tests/common/mod.rs:95:1 [INFO] [stderr] | [INFO] [stderr] 95 | pub fn create_second_user() -> UserVerifyResult { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `create_second_user` [INFO] [stderr] --> tests/common/mod.rs:95:1 [INFO] [stderr] | [INFO] [stderr] 95 | pub fn create_second_user() -> UserVerifyResult { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/internal/document_api/requests.rs:202:14 [INFO] [stderr] | [INFO] [stderr] 202 | ) -> Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [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/internal/document_api/requests.rs:403:14 [INFO] [stderr] | [INFO] [stderr] 403 | ) -> Box + 'a> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/internal/group_api/requests.rs:142:14 [INFO] [stderr] | [INFO] [stderr] 142 | ) -> Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/internal/group_api/requests.rs:154:14 [INFO] [stderr] | [INFO] [stderr] 154 | ) -> Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/internal/group_api/mod.rs:240:10 [INFO] [stderr] | [INFO] [stderr] 240 | ) -> Box, Vec>), Error = IronOxideErr> + 'a> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future, Vec>), Error = IronOxideErr> + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/internal/user_api/requests.rs:271:14 [INFO] [stderr] | [INFO] [stderr] 271 | ) -> Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/internal/user_api/requests.rs:285:14 [INFO] [stderr] | [INFO] [stderr] 285 | ) -> Box> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/internal/user_api/mod.rs:348:10 [INFO] [stderr] | [INFO] [stderr] 348 | ) -> Box, Vec>), Error = IronOxideErr> + 'a> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future, Vec>), Error = IronOxideErr> + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/internal/mod.rs:559:51 [INFO] [stderr] | [INFO] [stderr] 559 | pub fn contains<'a>(expected: &'a str) -> Box + 'a> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Matcher + 'a` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/internal/mod.rs:572:57 [INFO] [stderr] | [INFO] [stderr] 572 | pub fn length<'a, I, T>(expected: &'a usize) -> Box + 'a> [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Matcher + 'a` [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/document_ops-4e154485aba8e857.document_ops.92px9mh6-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/document_ops-4e154485aba8e857.document_ops.92px9mh6-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/document_ops-4e154485aba8e857.document_ops.92px9mh6-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/document_ops-4e154485aba8e857.document_ops.92px9mh6-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/document_ops-4e154485aba8e857.document_ops.92px9mh6-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/document_ops-4e154485aba8e857.document_ops.92px9mh6-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/document_ops-4e154485aba8e857.document_ops.92px9mh6-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/document_ops-4e154485aba8e857.document_ops.92px9mh6-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/document_ops-4e154485aba8e857.document_ops.92px9mh6-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/document_ops-4e154485aba8e857.document_ops.92px9mh6-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/document_ops-4e154485aba8e857.document_ops.92px9mh6-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/document_ops-4e154485aba8e857.document_ops.92px9mh6-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/document_ops-4e154485aba8e857.document_ops.92px9mh6-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/document_ops-4e154485aba8e857.document_ops.92px9mh6-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/document_ops-4e154485aba8e857.document_ops.92px9mh6-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/document_ops-4e154485aba8e857.document_ops.92px9mh6-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/document_ops-4e154485aba8e857" "/opt/crater/target/debug/deps/document_ops-4e154485aba8e857.3yl1iwtvqfgos3gl.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/clear_on_drop-a8c35b0ff87b4d51/out" "-L" "/opt/crater/target/debug/build/backtrace-sys-5c81d3694d492bc0/out" "-L" "/opt/crater/target/debug/build/ring-c6f92feb211b7da2/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/libfrank_jwt-5c33d4d01df056a0.rlib" "/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/libironoxide-d907ca94a392ea9f.rlib" "/opt/crater/target/debug/deps/libreqwest-f488030e445b4a28.rlib" "/opt/crater/target/debug/deps/libuuid-b22f9a58d29ec5fa.rlib" "/opt/crater/target/debug/deps/libserde_urlencoded-8da661a98f06a658.rlib" "/opt/crater/target/debug/deps/libdtoa-8ca04c299b5dbe41.rlib" "/opt/crater/target/debug/deps/libmime_guess-3fc3b2664ea12de9.rlib" "/opt/crater/target/debug/deps/libmime-2ad0b7e042b7ff0c.rlib" "/opt/crater/target/debug/deps/libunicase-9d7982dbb3c6947a.rlib" "/opt/crater/target/debug/deps/libflate2-2419d51371a737f0.rlib" "/opt/crater/target/debug/deps/libminiz_oxide-a784a5fb9651ea82.rlib" "/opt/crater/target/debug/deps/libadler32-28cce00de1b6c9b3.rlib" "/opt/crater/target/debug/deps/libcrc32fast-6889bae451d673e1.rlib" "/opt/crater/target/debug/deps/libhyper_tls-305947df7ee0bc54.rlib" "/opt/crater/target/debug/deps/libnative_tls-a0a52542ea0f44f7.rlib" "/opt/crater/target/debug/deps/libopenssl_probe-572f1d9abab6f21c.rlib" "/opt/crater/target/debug/deps/libopenssl-3f644da969142f8d.rlib" "/opt/crater/target/debug/deps/libopenssl_sys-69f752e5ebbdfef0.rlib" "/opt/crater/target/debug/deps/libforeign_types-2a1e48607c06fed3.rlib" "/opt/crater/target/debug/deps/libforeign_types_shared-ba70a268c095ba50.rlib" "/opt/crater/target/debug/deps/libbitflags-bcd34e8f74846360.rlib" "/opt/crater/target/debug/deps/libhyper-54a878532ffa0ad0.rlib" "/opt/crater/target/debug/deps/libwant-29fa141ff4fb9fb1.rlib" "/opt/crater/target/debug/deps/libtry_lock-5d6601f1f27a9bbb.rlib" "/opt/crater/target/debug/deps/libtokio-53422f05be81ef32.rlib" "/opt/crater/target/debug/deps/libtokio_uds-63a9fa4b7c4b720e.rlib" "/opt/crater/target/debug/deps/libmio_uds-c2adf450a8cd66f2.rlib" "/opt/crater/target/debug/deps/libtokio_udp-6e84857de906b9e7.rlib" "/opt/crater/target/debug/deps/libtokio_timer-58e898076e0f19f0.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-3493bac110723b5d.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-b28eaedf78c54276.rlib" "/opt/crater/target/debug/deps/libtokio_sync-be5eabd68f6f693c.rlib" "/opt/crater/target/debug/deps/libparking_lot-9e1f7d5d4f0112b0.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-3090c138126b03de.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-9e0672b54cdf084c.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-91aaf45f5cf0381e.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-6aaec8d7f473e848.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-95034f5c9243dd93.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-159a3aea1ae47892.rlib" "/opt/crater/target/debug/deps/libscopeguard-9b5b548023a82ae4.rlib" "/opt/crater/target/debug/deps/libmemoffset-e64a831d4be8abfc.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-30ead43f47db0a5c.rlib" "/opt/crater/target/debug/deps/libtokio_executor-28bfcf11b3f0f111.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-691171b5ffbe88b4.rlib" "/opt/crater/target/debug/deps/libtokio_codec-cecd7250480f6f1f.rlib" "/opt/crater/target/debug/deps/libmio-ecbb24ded872582f.rlib" "/opt/crater/target/debug/deps/libnet2-629edbfe8fd82654.rlib" "/opt/crater/target/debug/deps/libhttparse-edd6757da9f4355f.rlib" "/opt/crater/target/debug/deps/libhttp_body-c271d6d1aa0047a7.rlib" "/opt/crater/target/debug/deps/libtokio_buf-9dbe840ea83ed1c5.rlib" "/opt/crater/target/debug/deps/libh2-32728c17e9330337.rlib" "/opt/crater/target/debug/deps/libindexmap-b695f4379dbb1f0f.rlib" "/opt/crater/target/debug/deps/libstring-b88ec663ff84eb95.rlib" "/opt/crater/target/debug/deps/libslab-38e1dff674bc2c67.rlib" "/opt/crater/target/debug/deps/libtokio_io-6a46ef3f495214fb.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-5a2b897d631e610b.rlib" "/opt/crater/target/debug/deps/libfnv-0b54693efaf27e2a.rlib" "/opt/crater/target/debug/deps/libencoding_rs-9520a36bfdc8bdfc.rlib" "/opt/crater/target/debug/deps/libcookie_store-95782cca7a8bd367.rlib" "/opt/crater/target/debug/deps/libpublicsuffix-82f905fadb709e91.rlib" "/opt/crater/target/debug/deps/liberror_chain-7dae83f1e0a7ab03.rlib" "/opt/crater/target/debug/deps/libtry_from-04c0de54a6c05aa7.rlib" "/opt/crater/target/debug/deps/libcookie-30b693ed53df93de.rlib" "/opt/crater/target/debug/deps/liburl-ebaefb0ef9c8c191.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-7ae675a5263db170.rlib" "/opt/crater/target/debug/deps/libidna-52fbc9ef9e77809d.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-3ac46972447058ab.rlib" "/opt/crater/target/debug/deps/libsmallvec-8ab4c1b4228c68ef.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-ad8beb3a11009df0.rlib" "/opt/crater/target/debug/deps/libmatches-5962f64d87545c04.rlib" "/opt/crater/target/debug/deps/libbytes-ff24add1f4cf8765.rlib" "/opt/crater/target/debug/deps/libiovec-0aff63894148ec6b.rlib" "/opt/crater/target/debug/deps/libregex-785bd809122b61d1.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-2228619ed4752127.rlib" "/opt/crater/target/debug/deps/libregex_syntax-74b9e606898eafee.rlib" "/opt/crater/target/debug/deps/libthread_local-8c7127bfc065007d.rlib" "/opt/crater/target/debug/deps/libaho_corasick-05f4d1fa22c64ffe.rlib" "/opt/crater/target/debug/deps/libmemchr-5970d48417368191.rlib" "/opt/crater/target/debug/deps/libchrono-d47b30e4a49e994c.rlib" "/opt/crater/target/debug/deps/libnum_integer-d8f0709d8b9fa165.rlib" "/opt/crater/target/debug/deps/libtime-29b9853d922d9d06.rlib" "/opt/crater/target/debug/deps/librecrypt-ca80b6ea118b2417.rlib" "/opt/crater/target/debug/deps/libhex-979204dee82ccb65.rlib" "/opt/crater/target/debug/deps/libed25519_dalek-9bfa2c3a8097ff6a.rlib" "/opt/crater/target/debug/deps/libsha2-491cff0a4c9d7416.rlib" "/opt/crater/target/debug/deps/libopaque_debug-255025b57567df48.rlib" "/opt/crater/target/debug/deps/libfake_simd-9a7a25a362cdb1bc.rlib" "/opt/crater/target/debug/deps/libblock_buffer-ebf5dd594ee16dc6.rlib" "/opt/crater/target/debug/deps/libblock_padding-370e4db4f9b1dfea.rlib" "/opt/crater/target/debug/deps/libbyte_tools-c381564ad523d754.rlib" "/opt/crater/target/debug/deps/libfailure-d111ede8b4b28ffa.rlib" "/opt/crater/target/debug/deps/libbacktrace-b55b2db5d65cb8a4.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-01c69401428504e5.rlib" "/opt/crater/target/debug/deps/librustc_demangle-dd44235a42da0b4e.rlib" "/opt/crater/target/debug/deps/libcurve25519_dalek-b0e113b290e79e6a.rlib" "/opt/crater/target/debug/deps/libsubtle-11153bb66de78f03.rlib" "/opt/crater/target/debug/deps/libdigest-fec3093eb5607e70.rlib" "/opt/crater/target/debug/deps/libgeneric_array-b922dedc9fc93200.rlib" "/opt/crater/target/debug/deps/libtypenum-49005c187b93bc71.rlib" "/opt/crater/target/debug/deps/libarrayvec-8134a1e7f46d183c.rlib" "/opt/crater/target/debug/deps/libnodrop-844425db77ee9480.rlib" "/opt/crater/target/debug/deps/liblog-b2a55b6d3b9925f1.rlib" "/opt/crater/target/debug/deps/libcfg_if-3028bdd7b8e15bb5.rlib" "/opt/crater/target/debug/deps/libgridiron-f338d72246b6c83d.rlib" "/opt/crater/target/debug/deps/libnum_traits-d11dcc7883adaecb.rlib" "/opt/crater/target/debug/deps/libarrayref-a56c034901878e2e.rlib" "/opt/crater/target/debug/deps/libclear_on_drop-49ba04dc808d8f34.rlib" "/opt/crater/target/debug/deps/libitertools-3d2aabe61fa04b2e.rlib" "/opt/crater/target/debug/deps/libeither-718ea347c7788d34.rlib" "/opt/crater/target/debug/deps/libfutures-2204f6374ace2c39.rlib" "/opt/crater/target/debug/deps/libring-6489e30242d9ca91.rlib" "/opt/crater/target/debug/deps/libspin-cceaf3f54b3a8c9c.rlib" "/opt/crater/target/debug/deps/libuntrusted-77a27d5c4055ec86.rlib" "/opt/crater/target/debug/deps/librand-3574e865d04dd267.rlib" "/opt/crater/target/debug/deps/librand_xorshift-c4174d08510eca33.rlib" "/opt/crater/target/debug/deps/librand_pcg-8d4de0bb8369ce1b.rlib" "/opt/crater/target/debug/deps/librand_hc-572a4898473cc51c.rlib" "/opt/crater/target/debug/deps/librand_chacha-b8f70f14fb658cf9.rlib" "/opt/crater/target/debug/deps/librand_isaac-27d9dfd38c391d34.rlib" "/opt/crater/target/debug/deps/librand_core-35b66dec93bb156d.rlib" "/opt/crater/target/debug/deps/librand_os-df63c8a890c1e2e9.rlib" "/opt/crater/target/debug/deps/liblibc-d019039477cac03b.rlib" "/opt/crater/target/debug/deps/librand_jitter-06f1043e9c10514f.rlib" "/opt/crater/target/debug/deps/librand_core-fe4fc41bf9015dbc.rlib" "/opt/crater/target/debug/deps/liblazy_static-024dbe6825df62a4.rlib" "/opt/crater/target/debug/deps/libquick_error-a2165722eb49e44c.rlib" "/opt/crater/target/debug/deps/libbase64_serde-d6619edf2d6393a5.rlib" "/opt/crater/target/debug/deps/libbase64-87137b6a64d081c9.rlib" "/opt/crater/target/debug/deps/libbyteorder-9edb795f62cff3b2.rlib" "/opt/crater/target/debug/deps/libserde_json-cc7d2cf7e5d933a8.rlib" "/opt/crater/target/debug/deps/libryu-be578719e5bf2327.rlib" "/opt/crater/target/debug/deps/libitoa-d35f0a89557c3310.rlib" "/opt/crater/target/debug/deps/libserde-dd12c9a5c23ee338.rlib" "/opt/crater/target/debug/deps/libgalvanic_assert-9372573c2139e995.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" "-lssl" "-lcrypto" "-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 `ironoxide`. [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.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/ironoxide-21c00351fc7edf60.ironoxide.bednuulm-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/ironoxide-21c00351fc7edf60.ironoxide.bednuulm-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/ironoxide-21c00351fc7edf60.ironoxide.bednuulm-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/ironoxide-21c00351fc7edf60.ironoxide.bednuulm-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/ironoxide-21c00351fc7edf60.ironoxide.bednuulm-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/ironoxide-21c00351fc7edf60.ironoxide.bednuulm-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/ironoxide-21c00351fc7edf60.ironoxide.bednuulm-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/ironoxide-21c00351fc7edf60.ironoxide.bednuulm-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/ironoxide-21c00351fc7edf60.ironoxide.bednuulm-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/ironoxide-21c00351fc7edf60.ironoxide.bednuulm-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/ironoxide-21c00351fc7edf60.ironoxide.bednuulm-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/ironoxide-21c00351fc7edf60.ironoxide.bednuulm-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/ironoxide-21c00351fc7edf60.ironoxide.bednuulm-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/ironoxide-21c00351fc7edf60.ironoxide.bednuulm-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/ironoxide-21c00351fc7edf60.ironoxide.bednuulm-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/ironoxide-21c00351fc7edf60.ironoxide.bednuulm-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/ironoxide-21c00351fc7edf60" "/opt/crater/target/debug/deps/ironoxide-21c00351fc7edf60.1s05pii6cph8kihw.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/clear_on_drop-a8c35b0ff87b4d51/out" "-L" "/opt/crater/target/debug/build/backtrace-sys-5c81d3694d492bc0/out" "-L" "/opt/crater/target/debug/build/ring-c6f92feb211b7da2/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/libreqwest-f488030e445b4a28.rlib" "/opt/crater/target/debug/deps/libuuid-b22f9a58d29ec5fa.rlib" "/opt/crater/target/debug/deps/libserde_urlencoded-8da661a98f06a658.rlib" "/opt/crater/target/debug/deps/libdtoa-8ca04c299b5dbe41.rlib" "/opt/crater/target/debug/deps/libmime_guess-3fc3b2664ea12de9.rlib" "/opt/crater/target/debug/deps/libmime-2ad0b7e042b7ff0c.rlib" "/opt/crater/target/debug/deps/libunicase-9d7982dbb3c6947a.rlib" "/opt/crater/target/debug/deps/libflate2-2419d51371a737f0.rlib" "/opt/crater/target/debug/deps/libminiz_oxide-a784a5fb9651ea82.rlib" "/opt/crater/target/debug/deps/libadler32-28cce00de1b6c9b3.rlib" "/opt/crater/target/debug/deps/libcrc32fast-6889bae451d673e1.rlib" "/opt/crater/target/debug/deps/libhyper_tls-305947df7ee0bc54.rlib" "/opt/crater/target/debug/deps/libnative_tls-a0a52542ea0f44f7.rlib" "/opt/crater/target/debug/deps/libopenssl_probe-572f1d9abab6f21c.rlib" "/opt/crater/target/debug/deps/libopenssl-3f644da969142f8d.rlib" "/opt/crater/target/debug/deps/libopenssl_sys-69f752e5ebbdfef0.rlib" "/opt/crater/target/debug/deps/libforeign_types-2a1e48607c06fed3.rlib" "/opt/crater/target/debug/deps/libforeign_types_shared-ba70a268c095ba50.rlib" "/opt/crater/target/debug/deps/libbitflags-bcd34e8f74846360.rlib" "/opt/crater/target/debug/deps/libhyper-54a878532ffa0ad0.rlib" "/opt/crater/target/debug/deps/libwant-29fa141ff4fb9fb1.rlib" "/opt/crater/target/debug/deps/libtry_lock-5d6601f1f27a9bbb.rlib" "/opt/crater/target/debug/deps/libtokio-53422f05be81ef32.rlib" "/opt/crater/target/debug/deps/libtokio_uds-63a9fa4b7c4b720e.rlib" "/opt/crater/target/debug/deps/libmio_uds-c2adf450a8cd66f2.rlib" "/opt/crater/target/debug/deps/libtokio_udp-6e84857de906b9e7.rlib" "/opt/crater/target/debug/deps/libtokio_timer-58e898076e0f19f0.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-3493bac110723b5d.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-b28eaedf78c54276.rlib" "/opt/crater/target/debug/deps/libtokio_sync-be5eabd68f6f693c.rlib" "/opt/crater/target/debug/deps/libparking_lot-9e1f7d5d4f0112b0.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-3090c138126b03de.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-9e0672b54cdf084c.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-91aaf45f5cf0381e.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-6aaec8d7f473e848.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-95034f5c9243dd93.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-159a3aea1ae47892.rlib" "/opt/crater/target/debug/deps/libscopeguard-9b5b548023a82ae4.rlib" "/opt/crater/target/debug/deps/libmemoffset-e64a831d4be8abfc.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-30ead43f47db0a5c.rlib" "/opt/crater/target/debug/deps/libtokio_executor-28bfcf11b3f0f111.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-691171b5ffbe88b4.rlib" "/opt/crater/target/debug/deps/libtokio_codec-cecd7250480f6f1f.rlib" "/opt/crater/target/debug/deps/libmio-ecbb24ded872582f.rlib" "/opt/crater/target/debug/deps/libnet2-629edbfe8fd82654.rlib" "/opt/crater/target/debug/deps/libhttparse-edd6757da9f4355f.rlib" "/opt/crater/target/debug/deps/libhttp_body-c271d6d1aa0047a7.rlib" "/opt/crater/target/debug/deps/libtokio_buf-9dbe840ea83ed1c5.rlib" "/opt/crater/target/debug/deps/libh2-32728c17e9330337.rlib" "/opt/crater/target/debug/deps/libindexmap-b695f4379dbb1f0f.rlib" "/opt/crater/target/debug/deps/libstring-b88ec663ff84eb95.rlib" "/opt/crater/target/debug/deps/libslab-38e1dff674bc2c67.rlib" "/opt/crater/target/debug/deps/libtokio_io-6a46ef3f495214fb.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-5a2b897d631e610b.rlib" "/opt/crater/target/debug/deps/libfnv-0b54693efaf27e2a.rlib" "/opt/crater/target/debug/deps/libencoding_rs-9520a36bfdc8bdfc.rlib" "/opt/crater/target/debug/deps/libcookie_store-95782cca7a8bd367.rlib" "/opt/crater/target/debug/deps/libserde_json-cc7d2cf7e5d933a8.rlib" "/opt/crater/target/debug/deps/libryu-be578719e5bf2327.rlib" "/opt/crater/target/debug/deps/libitoa-d35f0a89557c3310.rlib" "/opt/crater/target/debug/deps/libpublicsuffix-82f905fadb709e91.rlib" "/opt/crater/target/debug/deps/liberror_chain-7dae83f1e0a7ab03.rlib" "/opt/crater/target/debug/deps/libtry_from-04c0de54a6c05aa7.rlib" "/opt/crater/target/debug/deps/libcookie-30b693ed53df93de.rlib" "/opt/crater/target/debug/deps/liburl-ebaefb0ef9c8c191.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-7ae675a5263db170.rlib" "/opt/crater/target/debug/deps/libidna-52fbc9ef9e77809d.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-3ac46972447058ab.rlib" "/opt/crater/target/debug/deps/libsmallvec-8ab4c1b4228c68ef.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-ad8beb3a11009df0.rlib" "/opt/crater/target/debug/deps/libmatches-5962f64d87545c04.rlib" "/opt/crater/target/debug/deps/libbytes-ff24add1f4cf8765.rlib" "/opt/crater/target/debug/deps/libiovec-0aff63894148ec6b.rlib" "/opt/crater/target/debug/deps/libregex-785bd809122b61d1.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-2228619ed4752127.rlib" "/opt/crater/target/debug/deps/libregex_syntax-74b9e606898eafee.rlib" "/opt/crater/target/debug/deps/libthread_local-8c7127bfc065007d.rlib" "/opt/crater/target/debug/deps/libaho_corasick-05f4d1fa22c64ffe.rlib" "/opt/crater/target/debug/deps/libmemchr-5970d48417368191.rlib" "/opt/crater/target/debug/deps/libchrono-d47b30e4a49e994c.rlib" "/opt/crater/target/debug/deps/libnum_integer-d8f0709d8b9fa165.rlib" "/opt/crater/target/debug/deps/libtime-29b9853d922d9d06.rlib" "/opt/crater/target/debug/deps/librecrypt-ca80b6ea118b2417.rlib" "/opt/crater/target/debug/deps/libhex-979204dee82ccb65.rlib" "/opt/crater/target/debug/deps/libed25519_dalek-9bfa2c3a8097ff6a.rlib" "/opt/crater/target/debug/deps/libsha2-491cff0a4c9d7416.rlib" "/opt/crater/target/debug/deps/libopaque_debug-255025b57567df48.rlib" "/opt/crater/target/debug/deps/libfake_simd-9a7a25a362cdb1bc.rlib" "/opt/crater/target/debug/deps/libblock_buffer-ebf5dd594ee16dc6.rlib" "/opt/crater/target/debug/deps/libblock_padding-370e4db4f9b1dfea.rlib" "/opt/crater/target/debug/deps/libbyte_tools-c381564ad523d754.rlib" "/opt/crater/target/debug/deps/libfailure-d111ede8b4b28ffa.rlib" "/opt/crater/target/debug/deps/libbacktrace-b55b2db5d65cb8a4.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-01c69401428504e5.rlib" "/opt/crater/target/debug/deps/librustc_demangle-dd44235a42da0b4e.rlib" "/opt/crater/target/debug/deps/libcurve25519_dalek-b0e113b290e79e6a.rlib" "/opt/crater/target/debug/deps/libsubtle-11153bb66de78f03.rlib" "/opt/crater/target/debug/deps/libdigest-fec3093eb5607e70.rlib" "/opt/crater/target/debug/deps/libgeneric_array-b922dedc9fc93200.rlib" "/opt/crater/target/debug/deps/libtypenum-49005c187b93bc71.rlib" "/opt/crater/target/debug/deps/libarrayvec-8134a1e7f46d183c.rlib" "/opt/crater/target/debug/deps/libnodrop-844425db77ee9480.rlib" "/opt/crater/target/debug/deps/liblog-b2a55b6d3b9925f1.rlib" "/opt/crater/target/debug/deps/libcfg_if-3028bdd7b8e15bb5.rlib" "/opt/crater/target/debug/deps/libgridiron-f338d72246b6c83d.rlib" "/opt/crater/target/debug/deps/libnum_traits-d11dcc7883adaecb.rlib" "/opt/crater/target/debug/deps/libarrayref-a56c034901878e2e.rlib" "/opt/crater/target/debug/deps/libclear_on_drop-49ba04dc808d8f34.rlib" "/opt/crater/target/debug/deps/libitertools-3d2aabe61fa04b2e.rlib" "/opt/crater/target/debug/deps/libeither-718ea347c7788d34.rlib" "/opt/crater/target/debug/deps/libfutures-2204f6374ace2c39.rlib" "/opt/crater/target/debug/deps/libring-6489e30242d9ca91.rlib" "/opt/crater/target/debug/deps/libspin-cceaf3f54b3a8c9c.rlib" "/opt/crater/target/debug/deps/libuntrusted-77a27d5c4055ec86.rlib" "/opt/crater/target/debug/deps/librand-3574e865d04dd267.rlib" "/opt/crater/target/debug/deps/librand_xorshift-c4174d08510eca33.rlib" "/opt/crater/target/debug/deps/librand_pcg-8d4de0bb8369ce1b.rlib" "/opt/crater/target/debug/deps/librand_hc-572a4898473cc51c.rlib" "/opt/crater/target/debug/deps/librand_chacha-b8f70f14fb658cf9.rlib" "/opt/crater/target/debug/deps/librand_isaac-27d9dfd38c391d34.rlib" "/opt/crater/target/debug/deps/librand_core-35b66dec93bb156d.rlib" "/opt/crater/target/debug/deps/librand_os-df63c8a890c1e2e9.rlib" "/opt/crater/target/debug/deps/liblibc-d019039477cac03b.rlib" "/opt/crater/target/debug/deps/librand_jitter-06f1043e9c10514f.rlib" "/opt/crater/target/debug/deps/librand_core-fe4fc41bf9015dbc.rlib" "/opt/crater/target/debug/deps/libgalvanic_assert-9372573c2139e995.rlib" "/opt/crater/target/debug/deps/liblazy_static-024dbe6825df62a4.rlib" "/opt/crater/target/debug/deps/libquick_error-a2165722eb49e44c.rlib" "/opt/crater/target/debug/deps/libbase64_serde-d6619edf2d6393a5.rlib" "/opt/crater/target/debug/deps/libserde-dd12c9a5c23ee338.rlib" "/opt/crater/target/debug/deps/libbase64-87137b6a64d081c9.rlib" "/opt/crater/target/debug/deps/libbyteorder-9edb795f62cff3b2.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" "-lssl" "-lcrypto" "-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 `ironoxide`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "0c0e79066977209f92cc5005819cb477c8ca43adfc3cbfbf4ca3ff742c21cdaa"` [INFO] running `"docker" "rm" "-f" "0c0e79066977209f92cc5005819cb477c8ca43adfc3cbfbf4ca3ff742c21cdaa"` [INFO] [stdout] 0c0e79066977209f92cc5005819cb477c8ca43adfc3cbfbf4ca3ff742c21cdaa