[INFO] fetching crate ipfs-api 0.5.1... [INFO] extracting crate ipfs-api 0.5.1 into work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/ipfs-api/0.5.1 [INFO] extracting crate ipfs-api 0.5.1 into work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/ipfs-api/0.5.1 [INFO] validating manifest of ipfs-api-0.5.1 on toolchain master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of ipfs-api-0.5.1 on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing ipfs-api-0.5.1 [INFO] finished frobbing ipfs-api-0.5.1 [INFO] frobbed toml for ipfs-api-0.5.1 written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/ipfs-api/0.5.1/Cargo.toml [INFO] started frobbing ipfs-api-0.5.1 [INFO] finished frobbing ipfs-api-0.5.1 [INFO] frobbed toml for ipfs-api-0.5.1 written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/ipfs-api/0.5.1/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing ipfs-api-0.5.1 against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-7/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/ipfs-api/0.5.1:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "build" "--frozen"` [INFO] [stdout] 2d71d26424154653b52a1192a690849577e7268f74dcd59c3411c4178b9fd6ff [INFO] running `"docker" "start" "-a" "2d71d26424154653b52a1192a690849577e7268f74dcd59c3411c4178b9fd6ff"` [INFO] [stderr] Compiling hyper-multipart-rfc7578 v0.3.0 [INFO] [stderr] Compiling ipfs-api v0.5.1 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/client.rs:44:29 [INFO] [stderr] | [INFO] [stderr] 44 | type AsyncResponse = Box + Send + 'static>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send + 'static` [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/client.rs:51:35 [INFO] [stderr] | [INFO] [stderr] 51 | type AsyncStreamResponse = Box + Send + 'static>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Stream + Send + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/client.rs:285:41 [INFO] [stderr] | [INFO] [stderr] 285 | let stream: Box + Send + 'static> = [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Stream + Send + 'static` [INFO] [stderr] [INFO] [stderr] warning: struct is never constructed: `DagPut` [INFO] [stderr] --> src/request/dag.rs:22:1 [INFO] [stderr] | [INFO] [stderr] 22 | pub struct DagPut; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 15.32s [INFO] running `"docker" "inspect" "2d71d26424154653b52a1192a690849577e7268f74dcd59c3411c4178b9fd6ff"` [INFO] running `"docker" "rm" "-f" "2d71d26424154653b52a1192a690849577e7268f74dcd59c3411c4178b9fd6ff"` [INFO] [stdout] 2d71d26424154653b52a1192a690849577e7268f74dcd59c3411c4178b9fd6ff [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-7/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/ipfs-api/0.5.1:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] d4fccb685d03551dbf5d4370bc3c25dde57f15da43e6c924340814c21c5ab482 [INFO] running `"docker" "start" "-a" "d4fccb685d03551dbf5d4370bc3c25dde57f15da43e6c924340814c21c5ab482"` [INFO] [stderr] Compiling tokio-signal v0.2.7 [INFO] [stderr] Compiling trust-dns-proto v0.6.3 [INFO] [stderr] Compiling trust-dns-proto v0.5.0 [INFO] [stderr] Compiling trust-dns-resolver v0.10.3 [INFO] [stderr] Compiling actix v0.7.9 [INFO] [stderr] Compiling actix-net v0.2.6 [INFO] [stderr] Compiling actix-web v0.7.19 [INFO] [stderr] Compiling actix-multipart-rfc7578 v0.1.0 [INFO] [stderr] Compiling ipfs-api v0.5.1 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/client.rs:44:29 [INFO] [stderr] | [INFO] [stderr] 44 | type AsyncResponse = Box + Send + 'static>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Future + Send + 'static` [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/client.rs:51:35 [INFO] [stderr] | [INFO] [stderr] 51 | type AsyncStreamResponse = Box + Send + 'static>; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Stream + Send + 'static` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/client.rs:285:41 [INFO] [stderr] | [INFO] [stderr] 285 | let stream: Box + Send + 'static> = [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Stream + Send + 'static` [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/bootstrap_default-24f610916e07969a.bootstrap_default.9lb084je-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/bootstrap_default-24f610916e07969a.bootstrap_default.9lb084je-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/bootstrap_default-24f610916e07969a.bootstrap_default.9lb084je-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/bootstrap_default-24f610916e07969a.bootstrap_default.9lb084je-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/bootstrap_default-24f610916e07969a.bootstrap_default.9lb084je-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/bootstrap_default-24f610916e07969a.bootstrap_default.9lb084je-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/bootstrap_default-24f610916e07969a.bootstrap_default.9lb084je-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/bootstrap_default-24f610916e07969a.bootstrap_default.9lb084je-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/bootstrap_default-24f610916e07969a.bootstrap_default.9lb084je-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/bootstrap_default-24f610916e07969a.bootstrap_default.9lb084je-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/bootstrap_default-24f610916e07969a.bootstrap_default.9lb084je-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/bootstrap_default-24f610916e07969a.bootstrap_default.9lb084je-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/bootstrap_default-24f610916e07969a.bootstrap_default.9lb084je-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/bootstrap_default-24f610916e07969a.bootstrap_default.9lb084je-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/bootstrap_default-24f610916e07969a.bootstrap_default.9lb084je-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/bootstrap_default-24f610916e07969a.bootstrap_default.9lb084je-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/bootstrap_default-24f610916e07969a" "/opt/crater/target/debug/examples/bootstrap_default-24f610916e07969a.50oz11prm4ocnvyi.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/backtrace-sys-d638ae3455df95ba/out" "-L" "/opt/crater/target/debug/build/brotli-sys-a3f7663a1d6d73bc/out" "-L" "/opt/crater/target/debug/build/ring-51c49a2390b48f79/out" "-L" "/opt/crater/target/debug/build/miniz-sys-9a3e438f9cac4793/out" "-L" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libipfs_api-7be8c83734c93f5a.rlib" "/opt/crater/target/debug/deps/libwalkdir-60112f8527c33e85.rlib" "/opt/crater/target/debug/deps/libsame_file-3d350366c92c887c.rlib" "/opt/crater/target/debug/deps/libserde_urlencoded-30c8753893211f4a.rlib" "/opt/crater/target/debug/deps/liburl-0279e175d0a645b2.rlib" "/opt/crater/target/debug/deps/libencoding-d57e30384aaae36d.rlib" "/opt/crater/target/debug/deps/libencoding_index_tradchinese-b0212b30da9b1c00.rlib" "/opt/crater/target/debug/deps/libencoding_index_simpchinese-8f80d1c042747701.rlib" "/opt/crater/target/debug/deps/libencoding_index_japanese-72a9153ad72da1f9.rlib" "/opt/crater/target/debug/deps/libencoding_index_korean-ad960ffbf289d397.rlib" "/opt/crater/target/debug/deps/libencoding_index_singlebyte-44090d473b1cfa20.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-4058df92f77a8a44.rlib" "/opt/crater/target/debug/deps/libidna-6237972e57bbebc1.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-396c9037dc2e9061.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-1c3f7d9023c2eeee.rlib" "/opt/crater/target/debug/deps/libmatches-9fea24fa9cf53929.rlib" "/opt/crater/target/debug/deps/libdtoa-e84021b5161c7906.rlib" "/opt/crater/target/debug/deps/libserde_json-73c3913c70bebd83.rlib" "/opt/crater/target/debug/deps/libryu-a0e568301c6b07fe.rlib" "/opt/crater/target/debug/deps/libmultiaddr-c5660488e5b45f8c.rlib" "/opt/crater/target/debug/deps/libcid-233876571ec2b39d.rlib" "/opt/crater/target/debug/deps/libinteger_encoding-af9387ab86bf8543.rlib" "/opt/crater/target/debug/deps/libmultibase-6f7e06644ed4f162.rlib" "/opt/crater/target/debug/deps/libbase_x-3f8fa3137ba26015.rlib" "/opt/crater/target/debug/deps/libmultihash-6cc937fbdc3f66a0.rlib" "/opt/crater/target/debug/deps/libtiny_keccak-ea65234b601ac59c.rlib" "/opt/crater/target/debug/deps/libcrunchy-80c6d30655d838c3.rlib" "/opt/crater/target/debug/deps/libsha2-030c68ac850fba23.rlib" "/opt/crater/target/debug/deps/libfake_simd-85a86e9c00da6818.rlib" "/opt/crater/target/debug/deps/libblock_buffer-fd80cf0917a19c55.rlib" "/opt/crater/target/debug/deps/libarrayref-cbc27db921f74cdc.rlib" "/opt/crater/target/debug/deps/libdigest-15cac815435c4fcc.rlib" "/opt/crater/target/debug/deps/libgeneric_array-806520fb4ea6dd3f.rlib" "/opt/crater/target/debug/deps/libtypenum-f5bf57af0b368263.rlib" "/opt/crater/target/debug/deps/libbyte_tools-55aaa009d9a08339.rlib" "/opt/crater/target/debug/deps/libsha1-91d56151e4a9b1c0.rlib" "/opt/crater/target/debug/deps/libdirs-6fce019eab4ec4d7.rlib" "/opt/crater/target/debug/deps/libserde-933ea99b102e6ff6.rlib" "/opt/crater/target/debug/deps/libfailure-5539591b41a09060.rlib" "/opt/crater/target/debug/deps/libbacktrace-1d41b88fd1b79dc1.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-1b1a0b2ad78d5208.rlib" "/opt/crater/target/debug/deps/librustc_demangle-c1e0aac1bb54fd4c.rlib" "/opt/crater/target/debug/deps/libhyper_multipart_rfc7578-c360eb35e584c246.rlib" "/opt/crater/target/debug/deps/libcommon_multipart_rfc7578-8c53550ff93f772b.rlib" "/opt/crater/target/debug/deps/librand-6a0d1acfb1c82f28.rlib" "/opt/crater/target/debug/deps/libmime-7b3dafeabdd0dfaa.rlib" "/opt/crater/target/debug/deps/libunicase-326ffedb619ebddc.rlib" "/opt/crater/target/debug/deps/libhyper-13aa3fb18d06ebb3.rlib" "/opt/crater/target/debug/deps/libwant-f62579bf63a6c4b8.rlib" "/opt/crater/target/debug/deps/libtry_lock-08de7794c4db55e5.rlib" "/opt/crater/target/debug/deps/libtokio-b913ffd6cb186a3c.rlib" "/opt/crater/target/debug/deps/libtokio_trace_core-f5555a48adf3024a.rlib" "/opt/crater/target/debug/deps/libtokio_uds-197862eb6d906cf9.rlib" "/opt/crater/target/debug/deps/libmio_uds-36c84fa0b99c21d8.rlib" "/opt/crater/target/debug/deps/libtokio_udp-26b3582d41343048.rlib" "/opt/crater/target/debug/deps/libtokio_timer-d9fe948c1b0d2439.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-822f1be320e2db6d.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-fc0b2d1db53c7ec4.rlib" "/opt/crater/target/debug/deps/libtokio_sync-2b4991a36966218e.rlib" "/opt/crater/target/debug/deps/libparking_lot-de95c0220dcada77.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-1ed44d68a850b1bc.rlib" "/opt/crater/target/debug/deps/libsmallvec-ca4a0203749e9e8c.rlib" "/opt/crater/target/debug/deps/liblock_api-f6b7325823472916.rlib" "/opt/crater/target/debug/deps/libowning_ref-c34ce4d89c989c93.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-39b80d52d885a31d.rlib" "/opt/crater/target/debug/deps/libtokio_fs-a6294365cb265fee.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-d68da42dd9626bd0.rlib" "/opt/crater/target/debug/deps/librand-b197efa7da4505df.rlib" "/opt/crater/target/debug/deps/librand_xorshift-f084f711b92c39c1.rlib" "/opt/crater/target/debug/deps/librand_pcg-cebebf8d29fcd910.rlib" "/opt/crater/target/debug/deps/librand_hc-918e9b1d46af991f.rlib" "/opt/crater/target/debug/deps/librand_chacha-f54cdb59bf8e46e7.rlib" "/opt/crater/target/debug/deps/librand_isaac-eba5cc24f761d358.rlib" "/opt/crater/target/debug/deps/librand_core-1d860b4e848ceb7b.rlib" "/opt/crater/target/debug/deps/librand_os-c4d616461f23972b.rlib" "/opt/crater/target/debug/deps/librand_jitter-9b6606ddf582036e.rlib" "/opt/crater/target/debug/deps/librand_core-2f3dd869820ff822.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-e650790112c83cf8.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-ab17142b73f7f99e.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-b30d942aad6524ce.rlib" "/opt/crater/target/debug/deps/libscopeguard-4f938876ba0f86be.rlib" "/opt/crater/target/debug/deps/libmemoffset-07fb8d6dd7a47f76.rlib" "/opt/crater/target/debug/deps/libarrayvec-b8f99a1c12b2857e.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-753da457b800facc.rlib" "/opt/crater/target/debug/deps/libtokio_executor-fa4c4839877efc77.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-f631905e46f28cbf.rlib" "/opt/crater/target/debug/deps/liblazy_static-e5ded5d8dfa94ec6.rlib" "/opt/crater/target/debug/deps/libtokio_codec-fe71893b9225e665.rlib" "/opt/crater/target/debug/deps/libmio-10fce45ccd3bf7b5.rlib" "/opt/crater/target/debug/deps/libtime-a4a235ec7c280def.rlib" "/opt/crater/target/debug/deps/libnet2-3fecb1f8de0cefa2.rlib" "/opt/crater/target/debug/deps/libhttparse-e64c7b0359641bca.rlib" "/opt/crater/target/debug/deps/libhttp_body-a8fc924d51873de6.rlib" "/opt/crater/target/debug/deps/libtokio_buf-c8b696473fa9af4b.rlib" "/opt/crater/target/debug/deps/libh2-90e7ed0fb43a4064.rlib" "/opt/crater/target/debug/deps/libindexmap-d64a031d477d5ec2.rlib" "/opt/crater/target/debug/deps/libstring-5f41e67f39221093.rlib" "/opt/crater/target/debug/deps/libslab-879b06fb28109c49.rlib" "/opt/crater/target/debug/deps/libhttp-1618d9e0acc34fc8.rlib" "/opt/crater/target/debug/deps/libitoa-fd3b91a6e39605ba.rlib" "/opt/crater/target/debug/deps/libfnv-58c7188adf814461.rlib" "/opt/crater/target/debug/deps/libtokio_io-4a045c906faa1244.rlib" "/opt/crater/target/debug/deps/liblog-1a7ce054c2b9d5f0.rlib" "/opt/crater/target/debug/deps/libcfg_if-dcbbde79dd2a51e5.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-9d40eabe922ef116.rlib" "/opt/crater/target/debug/deps/libnum_cpus-ada2e7d9663bc751.rlib" "/opt/crater/target/debug/deps/libbytes-4dfb927be859bb71.rlib" "/opt/crater/target/debug/deps/libeither-39c7abb58fa4019a.rlib" "/opt/crater/target/debug/deps/libiovec-7a0e2cde0cfb9ed7.rlib" "/opt/crater/target/debug/deps/liblibc-855825b224a0aad6.rlib" "/opt/crater/target/debug/deps/libbyteorder-d6e6a234fa3d6f01.rlib" "/opt/crater/target/debug/deps/libfutures-a23195d5910e08cb.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-196d0eff8e603c0a.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-1c597f5941591e04.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-a20af2d3380aa511.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-f989f9e071798586.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-52fb60b932b5ef90.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-90a3fdc679697856.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-06d10270cfa51644.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8abb913fca550f79.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-31fd2baab47b156c.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0862cc65189bd4af.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-8010b8629f5aa3e5.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-2d032fe7d4e1e163.rlib" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-622fdce0dc084cba.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/e212b7d492c96d3837691ba29d32d5f468933fb8-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-a17fdd0a687135a8.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `ipfs-api`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `ipfs-api`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name ipfs_api src/lib.rs --color never --emit=dep-info,metadata,link -C debuginfo=2 --test --cfg 'feature="default"' --cfg 'feature="hyper"' --cfg 'feature="hyper-multipart-rfc7578"' -C metadata=1ebe709b4baea4ea -C extra-filename=-1ebe709b4baea4ea --out-dir /opt/crater/target/debug/deps -L dependency=/opt/crater/target/debug/deps --extern actix_multipart_rfc7578=/opt/crater/target/debug/deps/libactix_multipart_rfc7578-3d024be51f253ee7.rlib --extern actix_web=/opt/crater/target/debug/deps/libactix_web-049fe7230e3e99fc.rlib --extern bytes=/opt/crater/target/debug/deps/libbytes-4dfb927be859bb71.rlib --extern dirs=/opt/crater/target/debug/deps/libdirs-6fce019eab4ec4d7.rlib --extern failure=/opt/crater/target/debug/deps/libfailure-5539591b41a09060.rlib --extern futures=/opt/crater/target/debug/deps/libfutures-a23195d5910e08cb.rlib --extern http=/opt/crater/target/debug/deps/libhttp-1618d9e0acc34fc8.rlib --extern hyper=/opt/crater/target/debug/deps/libhyper-13aa3fb18d06ebb3.rlib --extern hyper_multipart_rfc7578=/opt/crater/target/debug/deps/libhyper_multipart_rfc7578-c360eb35e584c246.rlib --extern multiaddr=/opt/crater/target/debug/deps/libmultiaddr-c5660488e5b45f8c.rlib --extern serde=/opt/crater/target/debug/deps/libserde-933ea99b102e6ff6.rlib --extern serde_derive=/opt/crater/target/debug/deps/libserde_derive-0319dd91aea71d0a.so --extern serde_json=/opt/crater/target/debug/deps/libserde_json-73c3913c70bebd83.rlib --extern serde_urlencoded=/opt/crater/target/debug/deps/libserde_urlencoded-30c8753893211f4a.rlib --extern tar=/opt/crater/target/debug/deps/libtar-f5d521639b0c7dbb.rlib --extern tokio=/opt/crater/target/debug/deps/libtokio-b913ffd6cb186a3c.rlib --extern tokio_codec=/opt/crater/target/debug/deps/libtokio_codec-fe71893b9225e665.rlib --extern tokio_io=/opt/crater/target/debug/deps/libtokio_io-4a045c906faa1244.rlib --extern tokio_timer=/opt/crater/target/debug/deps/libtokio_timer-d9fe948c1b0d2439.rlib --extern walkdir=/opt/crater/target/debug/deps/libwalkdir-60112f8527c33e85.rlib --cap-lints=forbid -L native=/opt/crater/target/debug/build/backtrace-sys-d638ae3455df95ba/out -L native=/opt/crater/target/debug/build/brotli-sys-a3f7663a1d6d73bc/out -L native=/opt/crater/target/debug/build/ring-51c49a2390b48f79/out -L native=/opt/crater/target/debug/build/miniz-sys-9a3e438f9cac4793/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" "d4fccb685d03551dbf5d4370bc3c25dde57f15da43e6c924340814c21c5ab482"` [INFO] running `"docker" "rm" "-f" "d4fccb685d03551dbf5d4370bc3c25dde57f15da43e6c924340814c21c5ab482"` [INFO] [stdout] d4fccb685d03551dbf5d4370bc3c25dde57f15da43e6c924340814c21c5ab482