[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 beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-5/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/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" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] 4c27d47d80cf453d4eb4c86819e0d782a4e6ad77f2e94902d23bb8fa3ebb1037 [INFO] running `"docker" "start" "-a" "4c27d47d80cf453d4eb4c86819e0d782a4e6ad77f2e94902d23bb8fa3ebb1037"` [INFO] [stderr] Compiling ring v0.14.6 [INFO] [stderr] Compiling gridiron v0.6.0 [INFO] [stderr] Compiling regex v1.1.9 [INFO] [stderr] Compiling openssl v0.10.24 [INFO] [stderr] Compiling tokio-io v0.1.12 [INFO] [stderr] Compiling http v0.1.18 [INFO] [stderr] Compiling tokio-buf v0.1.1 [INFO] [stderr] Compiling string v0.2.1 [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 chrono v0.4.7 [INFO] [stderr] Compiling ed25519-dalek v1.0.0-pre.1 [INFO] [stderr] Compiling crossbeam-deque v0.7.1 [INFO] [stderr] Compiling tokio-reactor v0.1.9 [INFO] [stderr] Compiling tokio-codec v0.1.1 [INFO] [stderr] Compiling tokio-threadpool v0.1.15 [INFO] [stderr] Compiling recrypt v0.8.0 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling tokio-uds v0.2.5 [INFO] [stderr] Compiling tokio-udp v0.1.3 [INFO] [stderr] Compiling publicsuffix v1.5.2 [INFO] [stderr] Compiling native-tls v0.2.3 [INFO] [stderr] Compiling tokio-fs v0.1.6 [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 tokio v0.1.22 [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 31s [INFO] running `"docker" "inspect" "4c27d47d80cf453d4eb4c86819e0d782a4e6ad77f2e94902d23bb8fa3ebb1037"` [INFO] running `"docker" "rm" "-f" "4c27d47d80cf453d4eb4c86819e0d782a4e6ad77f2e94902d23bb8fa3ebb1037"` [INFO] [stdout] 4c27d47d80cf453d4eb4c86819e0d782a4e6ad77f2e94902d23bb8fa3ebb1037 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-5/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/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" "+beta-2019-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] 883addb86cf94a9493c241eb1f87c4c6596840812529e17a822d6131d2a8a636 [INFO] running `"docker" "start" "-a" "883addb86cf94a9493c241eb1f87c4c6596840812529e17a822d6131d2a8a636"` [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/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/deps/group_ops-906c14c633b4d38b.group_ops.63p7tsqj-cgu.0.rcgu.o" "/opt/crater/target/debug/deps/group_ops-906c14c633b4d38b.group_ops.63p7tsqj-cgu.1.rcgu.o" "/opt/crater/target/debug/deps/group_ops-906c14c633b4d38b.group_ops.63p7tsqj-cgu.10.rcgu.o" "/opt/crater/target/debug/deps/group_ops-906c14c633b4d38b.group_ops.63p7tsqj-cgu.11.rcgu.o" "/opt/crater/target/debug/deps/group_ops-906c14c633b4d38b.group_ops.63p7tsqj-cgu.12.rcgu.o" "/opt/crater/target/debug/deps/group_ops-906c14c633b4d38b.group_ops.63p7tsqj-cgu.13.rcgu.o" "/opt/crater/target/debug/deps/group_ops-906c14c633b4d38b.group_ops.63p7tsqj-cgu.14.rcgu.o" "/opt/crater/target/debug/deps/group_ops-906c14c633b4d38b.group_ops.63p7tsqj-cgu.15.rcgu.o" "/opt/crater/target/debug/deps/group_ops-906c14c633b4d38b.group_ops.63p7tsqj-cgu.2.rcgu.o" "/opt/crater/target/debug/deps/group_ops-906c14c633b4d38b.group_ops.63p7tsqj-cgu.3.rcgu.o" "/opt/crater/target/debug/deps/group_ops-906c14c633b4d38b.group_ops.63p7tsqj-cgu.4.rcgu.o" "/opt/crater/target/debug/deps/group_ops-906c14c633b4d38b.group_ops.63p7tsqj-cgu.5.rcgu.o" "/opt/crater/target/debug/deps/group_ops-906c14c633b4d38b.group_ops.63p7tsqj-cgu.6.rcgu.o" "/opt/crater/target/debug/deps/group_ops-906c14c633b4d38b.group_ops.63p7tsqj-cgu.7.rcgu.o" "/opt/crater/target/debug/deps/group_ops-906c14c633b4d38b.group_ops.63p7tsqj-cgu.8.rcgu.o" "/opt/crater/target/debug/deps/group_ops-906c14c633b4d38b.group_ops.63p7tsqj-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/deps/group_ops-906c14c633b4d38b" "/opt/crater/target/debug/deps/group_ops-906c14c633b4d38b.4l4uxfp82o74vxdw.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-6101be3cd6f59d32/out" "-L" "/opt/crater/target/debug/build/backtrace-sys-d5ae900bfde9750d/out" "-L" "/opt/crater/target/debug/build/ring-bfc899f80a7b0741/out" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libfrank_jwt-b59a47f29bbf431c.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-f0d86b2ef6410e4f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-28a84d78fba0104f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-625008d0a6744ece.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-b85c11af396739da.rlib" "/opt/crater/target/debug/deps/libironoxide-a4fbf7016574dbcb.rlib" "/opt/crater/target/debug/deps/libreqwest-2ff8ef6836c871a6.rlib" "/opt/crater/target/debug/deps/libuuid-2d1988437dbf0932.rlib" "/opt/crater/target/debug/deps/libserde_urlencoded-96d38369e9d78dd4.rlib" "/opt/crater/target/debug/deps/libdtoa-d00aefffc4eb47c6.rlib" "/opt/crater/target/debug/deps/libmime_guess-e0b509de2ddd47d6.rlib" "/opt/crater/target/debug/deps/libmime-08b233499a8575f9.rlib" "/opt/crater/target/debug/deps/libunicase-f706828e628bdd0b.rlib" "/opt/crater/target/debug/deps/libflate2-28ad40e653d33c16.rlib" "/opt/crater/target/debug/deps/libminiz_oxide-c0bad7cc9cb5c5a1.rlib" "/opt/crater/target/debug/deps/libadler32-b7013a55566e2bf0.rlib" "/opt/crater/target/debug/deps/libcrc32fast-36786f74e06a90c6.rlib" "/opt/crater/target/debug/deps/libhyper_tls-3e8f2ea7c4aefb03.rlib" "/opt/crater/target/debug/deps/libnative_tls-eeff5407550aba2f.rlib" "/opt/crater/target/debug/deps/libopenssl_probe-b2544a39eea5fe98.rlib" "/opt/crater/target/debug/deps/libopenssl-dc73da370ec9da9c.rlib" "/opt/crater/target/debug/deps/libopenssl_sys-5973142cb3b71c16.rlib" "/opt/crater/target/debug/deps/libforeign_types-4eb93eebf43a44d4.rlib" "/opt/crater/target/debug/deps/libforeign_types_shared-e23d8c6f366950c3.rlib" "/opt/crater/target/debug/deps/libbitflags-c2b055ef483e7b37.rlib" "/opt/crater/target/debug/deps/libhyper-99ad15e2c5540ae5.rlib" "/opt/crater/target/debug/deps/libwant-1dfc82cad47c42cc.rlib" "/opt/crater/target/debug/deps/libtry_lock-61cf02fb622299fa.rlib" "/opt/crater/target/debug/deps/libtokio-7b1a9e106f0b180f.rlib" "/opt/crater/target/debug/deps/libtokio_uds-8baa97f32bfdbe85.rlib" "/opt/crater/target/debug/deps/libmio_uds-30f764d0ece3396a.rlib" "/opt/crater/target/debug/deps/libtokio_udp-3cc6282e636214c6.rlib" "/opt/crater/target/debug/deps/libtokio_timer-75862919a827a589.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-d620b78c0dd3ce87.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-76e9c8c5c3831187.rlib" "/opt/crater/target/debug/deps/libtokio_sync-e9d8e5fe6c538a0e.rlib" "/opt/crater/target/debug/deps/libparking_lot-400a8d3c085676c6.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-0e65b710b55b2a9d.rlib" "/opt/crater/target/debug/deps/liblock_api-fc146aa09c055915.rlib" "/opt/crater/target/debug/deps/libowning_ref-3fc2847bd21aa6e0.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-0255958156eadff4.rlib" "/opt/crater/target/debug/deps/libscopeguard-22a7afc64d55fe2c.rlib" "/opt/crater/target/debug/deps/libtokio_fs-41210eaa102bcdc6.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-333a0b9d543b7d93.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-192d8425956d128c.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-8d1794bec26ade30.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-b7e89ee22752e229.rlib" "/opt/crater/target/debug/deps/libscopeguard-0bc963131f7c0d17.rlib" "/opt/crater/target/debug/deps/libmemoffset-d44318d335d18b97.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-6ac061d96bf44ca3.rlib" "/opt/crater/target/debug/deps/libtokio_executor-6884c4857664533a.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-6ba84e62876d2a3b.rlib" "/opt/crater/target/debug/deps/libtokio_codec-1380aa90708f2336.rlib" "/opt/crater/target/debug/deps/libmio-78388d2f58980e4b.rlib" "/opt/crater/target/debug/deps/libnet2-bb453ffc26c3f792.rlib" "/opt/crater/target/debug/deps/libhttparse-c28176d01bc731e0.rlib" "/opt/crater/target/debug/deps/libhttp_body-4013fa9eb40e0d61.rlib" "/opt/crater/target/debug/deps/libtokio_buf-58e7c93efafaf872.rlib" "/opt/crater/target/debug/deps/libh2-22e64b19c9a1fdd7.rlib" "/opt/crater/target/debug/deps/libindexmap-7e7e602ce07f2ecc.rlib" "/opt/crater/target/debug/deps/libstring-38b1c6660f0f2cb6.rlib" "/opt/crater/target/debug/deps/libslab-9297145f06665f9b.rlib" "/opt/crater/target/debug/deps/libtokio_io-2e4d3b8992630f96.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-06d6ecfc654c76f9.rlib" "/opt/crater/target/debug/deps/libnum_cpus-b569161181e0c021.rlib" "/opt/crater/target/debug/deps/libhttp-c2c6900d3c55716f.rlib" "/opt/crater/target/debug/deps/libfnv-6e18f98be4338210.rlib" "/opt/crater/target/debug/deps/libencoding_rs-204ed7d4ab480255.rlib" "/opt/crater/target/debug/deps/libcookie_store-6345cb8048cf2ecb.rlib" "/opt/crater/target/debug/deps/libpublicsuffix-f4864d7fc4f467f3.rlib" "/opt/crater/target/debug/deps/liberror_chain-73fd2519d03dd285.rlib" "/opt/crater/target/debug/deps/libtry_from-6a0be2916c46c903.rlib" "/opt/crater/target/debug/deps/libcookie-738cc15b56d8f964.rlib" "/opt/crater/target/debug/deps/liburl-ee604ccef16e6499.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-b2b1eddedcc9d5cc.rlib" "/opt/crater/target/debug/deps/libidna-7075ca6261d9bac1.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-b16029f4e9e6461c.rlib" "/opt/crater/target/debug/deps/libsmallvec-7295b1a781bd56b7.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-020a270ca49d2bee.rlib" "/opt/crater/target/debug/deps/libmatches-9f7ad04d44b47530.rlib" "/opt/crater/target/debug/deps/libbytes-6d23e016a2aef3f8.rlib" "/opt/crater/target/debug/deps/libiovec-700e4a654a679356.rlib" "/opt/crater/target/debug/deps/libregex-622409c3f9bfe6dc.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-cc1cabb2cf7145bf.rlib" "/opt/crater/target/debug/deps/libregex_syntax-bd99c61924ee7656.rlib" "/opt/crater/target/debug/deps/libthread_local-dc312346ae57221e.rlib" "/opt/crater/target/debug/deps/libaho_corasick-d762a0026dd53dbb.rlib" "/opt/crater/target/debug/deps/libmemchr-23e7689be8a12a36.rlib" "/opt/crater/target/debug/deps/libchrono-9b5ff7c3a0fa271f.rlib" "/opt/crater/target/debug/deps/libnum_integer-767d771ccd48986b.rlib" "/opt/crater/target/debug/deps/libtime-c375bf02baafb2fd.rlib" "/opt/crater/target/debug/deps/librecrypt-891e86138d98ef2e.rlib" "/opt/crater/target/debug/deps/libhex-cfcedefda878ea76.rlib" "/opt/crater/target/debug/deps/libed25519_dalek-84ea556721b797ac.rlib" "/opt/crater/target/debug/deps/libsha2-f2e93cfc2b0318ef.rlib" "/opt/crater/target/debug/deps/libopaque_debug-093e4211df89fae5.rlib" "/opt/crater/target/debug/deps/libfake_simd-e1387e2307bc9117.rlib" "/opt/crater/target/debug/deps/libblock_buffer-092f9c25de6f05c5.rlib" "/opt/crater/target/debug/deps/libblock_padding-2fb48bf1bc4cf340.rlib" "/opt/crater/target/debug/deps/libbyte_tools-f8d365e1b6ceb1ad.rlib" "/opt/crater/target/debug/deps/libfailure-e533f5339fa6fa33.rlib" "/opt/crater/target/debug/deps/libbacktrace-0ba24489b33d7a88.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-4ba3fb5c8a305755.rlib" "/opt/crater/target/debug/deps/librustc_demangle-93c44a61a479f45e.rlib" "/opt/crater/target/debug/deps/libcurve25519_dalek-b88ca97ff819b615.rlib" "/opt/crater/target/debug/deps/libsubtle-ae66a4f632a460ed.rlib" "/opt/crater/target/debug/deps/libdigest-2a0a4def9ff55e36.rlib" "/opt/crater/target/debug/deps/libgeneric_array-5941195327992807.rlib" "/opt/crater/target/debug/deps/libtypenum-ad63c9a6e6a7b644.rlib" "/opt/crater/target/debug/deps/libarrayvec-f64ddaa5f4449e8f.rlib" "/opt/crater/target/debug/deps/libnodrop-7f98e5f8ec110eeb.rlib" "/opt/crater/target/debug/deps/liblog-ab552fa662c561dc.rlib" "/opt/crater/target/debug/deps/libcfg_if-c978b2f886ff1de7.rlib" "/opt/crater/target/debug/deps/libgridiron-6cc14c839e41e9de.rlib" "/opt/crater/target/debug/deps/libnum_traits-c28daeab5210b49d.rlib" "/opt/crater/target/debug/deps/libarrayref-1ed5e1b8f0a3edeb.rlib" "/opt/crater/target/debug/deps/libclear_on_drop-d680ef5c6a4ce526.rlib" "/opt/crater/target/debug/deps/libitertools-9dd23d04e7f30d9f.rlib" "/opt/crater/target/debug/deps/libeither-1998051dbbd0c569.rlib" "/opt/crater/target/debug/deps/libfutures-f60afb80ba7dd5f9.rlib" "/opt/crater/target/debug/deps/libring-7793360818f8978a.rlib" "/opt/crater/target/debug/deps/libspin-fe24398cdf0d54d5.rlib" "/opt/crater/target/debug/deps/libuntrusted-5376089619eed254.rlib" "/opt/crater/target/debug/deps/librand-33b14839704f6f0d.rlib" "/opt/crater/target/debug/deps/librand_xorshift-c510ed96f159d569.rlib" "/opt/crater/target/debug/deps/librand_pcg-ed671db4fe3757e2.rlib" "/opt/crater/target/debug/deps/librand_hc-94813d937b907e5a.rlib" "/opt/crater/target/debug/deps/librand_chacha-a0ab587e5ae3769a.rlib" "/opt/crater/target/debug/deps/librand_isaac-bff44345c2e754dd.rlib" "/opt/crater/target/debug/deps/librand_core-02ec49988e74052f.rlib" "/opt/crater/target/debug/deps/librand_os-4634e01c13ceff4d.rlib" "/opt/crater/target/debug/deps/liblibc-37f3d1c853b3b7bd.rlib" "/opt/crater/target/debug/deps/librand_jitter-a13c2857ac7f2734.rlib" "/opt/crater/target/debug/deps/librand_core-a5a514f3409fd81c.rlib" "/opt/crater/target/debug/deps/liblazy_static-df8b3d370f96c908.rlib" "/opt/crater/target/debug/deps/libquick_error-f50ea951eae373ef.rlib" "/opt/crater/target/debug/deps/libbase64_serde-7b5f746dd2a1126b.rlib" "/opt/crater/target/debug/deps/libbase64-7523406705e87494.rlib" "/opt/crater/target/debug/deps/libbyteorder-5a42253a37e30aea.rlib" "/opt/crater/target/debug/deps/libserde_json-5e1c62a001e50ba1.rlib" "/opt/crater/target/debug/deps/libryu-a9583eff3872e809.rlib" "/opt/crater/target/debug/deps/libitoa-fbd08118d5c2ed14.rlib" "/opt/crater/target/debug/deps/libserde-50e5d46514dccf4f.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-1d6d86bd078a28e9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e9721e46a424e2a9.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-c07193698f282147.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-6da45690f3863086.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-690797036dd27680.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-d3896ccbfd8eda2b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7cccc3739e3d7623.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5e9ba178a513cd29.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-5ca9f83bf63d1f4b.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bba1c7ef9e950882.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-e23c9de62012deb5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9b59dffdcd513d5d.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-17392340ab2e4a97.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-08-13-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ac21508a81e3f7f3.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: Cannot allocate memory [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `ironoxide`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "883addb86cf94a9493c241eb1f87c4c6596840812529e17a822d6131d2a8a636"` [INFO] running `"docker" "rm" "-f" "883addb86cf94a9493c241eb1f87c4c6596840812529e17a822d6131d2a8a636"` [INFO] [stdout] 883addb86cf94a9493c241eb1f87c4c6596840812529e17a822d6131d2a8a636