[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 master#c8865d8e195813ade6b84434ac9f8850e7112d1a for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-6/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "build" "--frozen"` [INFO] [stdout] a3a99bac2b05cca18db9abf7ce2bf0149735da683404bae1d93ef917bc4e9337 [INFO] running `"docker" "start" "-a" "a3a99bac2b05cca18db9abf7ce2bf0149735da683404bae1d93ef917bc4e9337"` [INFO] [stderr] Compiling tokio-fs v0.1.6 [INFO] [stderr] Compiling common-multipart-rfc7578 v0.1.1 [INFO] [stderr] Compiling tokio-udp v0.1.3 [INFO] [stderr] Compiling tokio-uds v0.2.5 [INFO] [stderr] Compiling tokio v0.1.21 [INFO] [stderr] Compiling hyper v0.12.29 [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 26.97s [INFO] running `"docker" "inspect" "a3a99bac2b05cca18db9abf7ce2bf0149735da683404bae1d93ef917bc4e9337"` [INFO] running `"docker" "rm" "-f" "a3a99bac2b05cca18db9abf7ce2bf0149735da683404bae1d93ef917bc4e9337"` [INFO] [stdout] a3a99bac2b05cca18db9abf7ce2bf0149735da683404bae1d93ef917bc4e9337 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-6/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 7ccf6bc3a645ed734393a6b6464a6f3ef198ada4255df442d922072cd4d09237 [INFO] running `"docker" "start" "-a" "7ccf6bc3a645ed734393a6b6464a6f3ef198ada4255df442d922072cd4d09237"` [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: 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=56f799dda0f4a3f4 -C extra-filename=-56f799dda0f4a3f4 --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-c7b7b7c678662e4c.rlib --extern actix_web=/opt/crater/target/debug/deps/libactix_web-b5df99a35915a5b1.rlib --extern bytes=/opt/crater/target/debug/deps/libbytes-384fe8e6f20018f6.rlib --extern dirs=/opt/crater/target/debug/deps/libdirs-15a0fc85e36567de.rlib --extern failure=/opt/crater/target/debug/deps/libfailure-8dfe45e3e6ab9688.rlib --extern futures=/opt/crater/target/debug/deps/libfutures-330fde0ed5f39ce1.rlib --extern http=/opt/crater/target/debug/deps/libhttp-62bdd9dc8df9972b.rlib --extern hyper=/opt/crater/target/debug/deps/libhyper-75a66aa989492390.rlib --extern hyper_multipart_rfc7578=/opt/crater/target/debug/deps/libhyper_multipart_rfc7578-035058cd97db7d35.rlib --extern multiaddr=/opt/crater/target/debug/deps/libmultiaddr-aa6cca529450b4e5.rlib --extern serde=/opt/crater/target/debug/deps/libserde-ee0a745999d717a9.rlib --extern serde_derive=/opt/crater/target/debug/deps/libserde_derive-ace744db476f6891.so --extern serde_json=/opt/crater/target/debug/deps/libserde_json-0f4256df9898c97c.rlib --extern serde_urlencoded=/opt/crater/target/debug/deps/libserde_urlencoded-d5ce2c9f9458ab35.rlib --extern tar=/opt/crater/target/debug/deps/libtar-d15f13f4b85e3397.rlib --extern tokio=/opt/crater/target/debug/deps/libtokio-631f0ff3f6763c53.rlib --extern tokio_codec=/opt/crater/target/debug/deps/libtokio_codec-092b3b20b32ccea4.rlib --extern tokio_io=/opt/crater/target/debug/deps/libtokio_io-7689f9d54e0ecb76.rlib --extern tokio_timer=/opt/crater/target/debug/deps/libtokio_timer-36d7c986eba0bf37.rlib --extern walkdir=/opt/crater/target/debug/deps/libwalkdir-d84676d909a77310.rlib --cap-lints=forbid -L native=/opt/crater/target/debug/build/backtrace-sys-97fbe42f4bb04fd3/out -L native=/opt/crater/target/debug/build/brotli-sys-3fd4b90ac83461a0/out -L native=/opt/crater/target/debug/build/ring-d69c543baf638c59/out -L native=/opt/crater/target/debug/build/miniz-sys-87d2436cd916c40c/out` (signal: 9, SIGKILL: kill) [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 get_stats examples/get_stats.rs --color never --crate-type bin --emit=dep-info,link -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="hyper"' --cfg 'feature="hyper-multipart-rfc7578"' -C metadata=ec01e13b69bf1949 -C extra-filename=-ec01e13b69bf1949 --out-dir /opt/crater/target/debug/examples -L dependency=/opt/crater/target/debug/deps --extern actix_multipart_rfc7578=/opt/crater/target/debug/deps/libactix_multipart_rfc7578-c7b7b7c678662e4c.rlib --extern actix_web=/opt/crater/target/debug/deps/libactix_web-b5df99a35915a5b1.rlib --extern bytes=/opt/crater/target/debug/deps/libbytes-384fe8e6f20018f6.rlib --extern dirs=/opt/crater/target/debug/deps/libdirs-15a0fc85e36567de.rlib --extern failure=/opt/crater/target/debug/deps/libfailure-8dfe45e3e6ab9688.rlib --extern futures=/opt/crater/target/debug/deps/libfutures-330fde0ed5f39ce1.rlib --extern http=/opt/crater/target/debug/deps/libhttp-62bdd9dc8df9972b.rlib --extern hyper=/opt/crater/target/debug/deps/libhyper-75a66aa989492390.rlib --extern hyper_multipart_rfc7578=/opt/crater/target/debug/deps/libhyper_multipart_rfc7578-035058cd97db7d35.rlib --extern ipfs_api=/opt/crater/target/debug/deps/libipfs_api-083e566b6217986b.rlib --extern multiaddr=/opt/crater/target/debug/deps/libmultiaddr-aa6cca529450b4e5.rlib --extern serde=/opt/crater/target/debug/deps/libserde-ee0a745999d717a9.rlib --extern serde_derive=/opt/crater/target/debug/deps/libserde_derive-ace744db476f6891.so --extern serde_json=/opt/crater/target/debug/deps/libserde_json-0f4256df9898c97c.rlib --extern serde_urlencoded=/opt/crater/target/debug/deps/libserde_urlencoded-d5ce2c9f9458ab35.rlib --extern tar=/opt/crater/target/debug/deps/libtar-d15f13f4b85e3397.rlib --extern tokio=/opt/crater/target/debug/deps/libtokio-631f0ff3f6763c53.rlib --extern tokio_codec=/opt/crater/target/debug/deps/libtokio_codec-092b3b20b32ccea4.rlib --extern tokio_io=/opt/crater/target/debug/deps/libtokio_io-7689f9d54e0ecb76.rlib --extern tokio_timer=/opt/crater/target/debug/deps/libtokio_timer-36d7c986eba0bf37.rlib --extern walkdir=/opt/crater/target/debug/deps/libwalkdir-d84676d909a77310.rlib --cap-lints=forbid -L native=/opt/crater/target/debug/build/backtrace-sys-97fbe42f4bb04fd3/out -L native=/opt/crater/target/debug/build/brotli-sys-3fd4b90ac83461a0/out -L native=/opt/crater/target/debug/build/ring-d69c543baf638c59/out -L native=/opt/crater/target/debug/build/miniz-sys-87d2436cd916c40c/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/resolve_name-6cef1a03f3cbb511.resolve_name.5hyol4ja-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/resolve_name-6cef1a03f3cbb511.resolve_name.5hyol4ja-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/resolve_name-6cef1a03f3cbb511.resolve_name.5hyol4ja-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/resolve_name-6cef1a03f3cbb511.resolve_name.5hyol4ja-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/resolve_name-6cef1a03f3cbb511.resolve_name.5hyol4ja-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/resolve_name-6cef1a03f3cbb511.resolve_name.5hyol4ja-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/resolve_name-6cef1a03f3cbb511.resolve_name.5hyol4ja-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/resolve_name-6cef1a03f3cbb511.resolve_name.5hyol4ja-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/resolve_name-6cef1a03f3cbb511.resolve_name.5hyol4ja-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/resolve_name-6cef1a03f3cbb511.resolve_name.5hyol4ja-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/resolve_name-6cef1a03f3cbb511.resolve_name.5hyol4ja-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/resolve_name-6cef1a03f3cbb511.resolve_name.5hyol4ja-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/resolve_name-6cef1a03f3cbb511.resolve_name.5hyol4ja-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/resolve_name-6cef1a03f3cbb511.resolve_name.5hyol4ja-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/resolve_name-6cef1a03f3cbb511.resolve_name.5hyol4ja-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/resolve_name-6cef1a03f3cbb511.resolve_name.5hyol4ja-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/resolve_name-6cef1a03f3cbb511" "/opt/crater/target/debug/examples/resolve_name-6cef1a03f3cbb511.25qqkf81krth2lq2.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-97fbe42f4bb04fd3/out" "-L" "/opt/crater/target/debug/build/brotli-sys-3fd4b90ac83461a0/out" "-L" "/opt/crater/target/debug/build/ring-d69c543baf638c59/out" "-L" "/opt/crater/target/debug/build/miniz-sys-87d2436cd916c40c/out" "-L" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libipfs_api-083e566b6217986b.rlib" "/opt/crater/target/debug/deps/libwalkdir-d84676d909a77310.rlib" "/opt/crater/target/debug/deps/libsame_file-6112efa04f5ccf40.rlib" "/opt/crater/target/debug/deps/libserde_urlencoded-d5ce2c9f9458ab35.rlib" "/opt/crater/target/debug/deps/liburl-a79e930195af4358.rlib" "/opt/crater/target/debug/deps/libencoding-880b1ae1b070bcac.rlib" "/opt/crater/target/debug/deps/libencoding_index_tradchinese-dc33c8d4bbd8f506.rlib" "/opt/crater/target/debug/deps/libencoding_index_simpchinese-c50f030abc614236.rlib" "/opt/crater/target/debug/deps/libencoding_index_japanese-355f122789aaa031.rlib" "/opt/crater/target/debug/deps/libencoding_index_korean-b6b8b29271a4c14f.rlib" "/opt/crater/target/debug/deps/libencoding_index_singlebyte-6299dcd2bf4fec16.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-1a9169b537a602ad.rlib" "/opt/crater/target/debug/deps/libidna-5a6ba5e5d66eb803.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-a09cc32c7ef234fe.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-e63038fe286d1806.rlib" "/opt/crater/target/debug/deps/libmatches-780a7ce4c0baebdd.rlib" "/opt/crater/target/debug/deps/libdtoa-dd243ce4c5166589.rlib" "/opt/crater/target/debug/deps/libserde_json-0f4256df9898c97c.rlib" "/opt/crater/target/debug/deps/libryu-c262a39b116a91d7.rlib" "/opt/crater/target/debug/deps/libmultiaddr-aa6cca529450b4e5.rlib" "/opt/crater/target/debug/deps/libcid-d68826c7d144b722.rlib" "/opt/crater/target/debug/deps/libinteger_encoding-8dc4048331351e38.rlib" "/opt/crater/target/debug/deps/libmultibase-e1705dcac516077c.rlib" "/opt/crater/target/debug/deps/libbase_x-6fcd4415cb7cb33f.rlib" "/opt/crater/target/debug/deps/libmultihash-2c42705e5254d9a5.rlib" "/opt/crater/target/debug/deps/libtiny_keccak-9b0ab12dc29cc893.rlib" "/opt/crater/target/debug/deps/libcrunchy-2e3916861cf3530a.rlib" "/opt/crater/target/debug/deps/libsha2-a4e4bec1b6eca3e3.rlib" "/opt/crater/target/debug/deps/libfake_simd-5d364bd7ce5cf801.rlib" "/opt/crater/target/debug/deps/libblock_buffer-454308af0f224aea.rlib" "/opt/crater/target/debug/deps/libarrayref-35f4d5cfcd9601a0.rlib" "/opt/crater/target/debug/deps/libdigest-154fd525927fee9e.rlib" "/opt/crater/target/debug/deps/libgeneric_array-9404bd1d93de6882.rlib" "/opt/crater/target/debug/deps/libtypenum-3728a947131c72a3.rlib" "/opt/crater/target/debug/deps/libbyte_tools-cfac1c6193c4a2f3.rlib" "/opt/crater/target/debug/deps/libsha1-6ffa29808543c650.rlib" "/opt/crater/target/debug/deps/libdirs-15a0fc85e36567de.rlib" "/opt/crater/target/debug/deps/libserde-ee0a745999d717a9.rlib" "/opt/crater/target/debug/deps/libfailure-8dfe45e3e6ab9688.rlib" "/opt/crater/target/debug/deps/libbacktrace-9fd749e9723adedc.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-dd607bfa4a9b2d5c.rlib" "/opt/crater/target/debug/deps/librustc_demangle-091a57b8cc5538c5.rlib" "/opt/crater/target/debug/deps/libhyper_multipart_rfc7578-035058cd97db7d35.rlib" "/opt/crater/target/debug/deps/libcommon_multipart_rfc7578-f552fa73ea0129b6.rlib" "/opt/crater/target/debug/deps/librand-8af25f317f3dbb86.rlib" "/opt/crater/target/debug/deps/libmime-3e0da024eadefb55.rlib" "/opt/crater/target/debug/deps/libunicase-306d7af3029a8161.rlib" "/opt/crater/target/debug/deps/libhyper-75a66aa989492390.rlib" "/opt/crater/target/debug/deps/libwant-b1ca0a03860611e8.rlib" "/opt/crater/target/debug/deps/libtry_lock-ce1dbb34e3041bce.rlib" "/opt/crater/target/debug/deps/libtokio-631f0ff3f6763c53.rlib" "/opt/crater/target/debug/deps/libtokio_trace_core-b66b9fe9cdf2d62b.rlib" "/opt/crater/target/debug/deps/libtokio_uds-cd947f3b0020c401.rlib" "/opt/crater/target/debug/deps/libmio_uds-633ad84671ba74e7.rlib" "/opt/crater/target/debug/deps/libtokio_udp-098a8091f2ea47e7.rlib" "/opt/crater/target/debug/deps/libtokio_timer-36d7c986eba0bf37.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-99f24a6b643c8002.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-25ec653a9529e1ef.rlib" "/opt/crater/target/debug/deps/libtokio_sync-608a18631878754c.rlib" "/opt/crater/target/debug/deps/libparking_lot-296714b23a42878a.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-431c54298d385d22.rlib" "/opt/crater/target/debug/deps/libsmallvec-cc0367f3da152132.rlib" "/opt/crater/target/debug/deps/liblock_api-0ad287323cbd8f10.rlib" "/opt/crater/target/debug/deps/libowning_ref-4446b9fa3ea776d6.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-4229d0c354364c12.rlib" "/opt/crater/target/debug/deps/libtokio_fs-23ac2fc7a339d27c.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-4a99171b3cd7ded1.rlib" "/opt/crater/target/debug/deps/librand-5e278658cb5abcfe.rlib" "/opt/crater/target/debug/deps/librand_xorshift-51ce163fe04d5110.rlib" "/opt/crater/target/debug/deps/librand_pcg-4a93ded8a6ae0b28.rlib" "/opt/crater/target/debug/deps/librand_hc-73e8b8b1292e6c42.rlib" "/opt/crater/target/debug/deps/librand_chacha-09f94f711170cd2f.rlib" "/opt/crater/target/debug/deps/librand_isaac-bd1dc0de1e7d11dc.rlib" "/opt/crater/target/debug/deps/librand_core-067332e6bc0704a3.rlib" "/opt/crater/target/debug/deps/librand_os-f71da36102cb96cf.rlib" "/opt/crater/target/debug/deps/librand_jitter-4b8d45d53bb1cef5.rlib" "/opt/crater/target/debug/deps/librand_core-161e0a90fc629c56.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-1b41fed02cac85c7.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-4786eadcd0c8287b.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-6fee774fdccf87e3.rlib" "/opt/crater/target/debug/deps/libscopeguard-fd1b9799252ebb40.rlib" "/opt/crater/target/debug/deps/libmemoffset-ded7f655f2feb8c2.rlib" "/opt/crater/target/debug/deps/libarrayvec-d1556eaa416971ed.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-d2e017437cfb05dd.rlib" "/opt/crater/target/debug/deps/libtokio_executor-163134a07660f038.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-93eaba5219e3ed62.rlib" "/opt/crater/target/debug/deps/liblazy_static-6b264ec86ae8595d.rlib" "/opt/crater/target/debug/deps/libtokio_codec-092b3b20b32ccea4.rlib" "/opt/crater/target/debug/deps/libmio-a46d3d3dcc0fb743.rlib" "/opt/crater/target/debug/deps/libtime-090696ea0a79ecae.rlib" "/opt/crater/target/debug/deps/libnet2-48edbee1a6d6d7d9.rlib" "/opt/crater/target/debug/deps/libhttparse-13ae51b6d30e33af.rlib" "/opt/crater/target/debug/deps/libhttp_body-48acc4e7cb9f80e9.rlib" "/opt/crater/target/debug/deps/libtokio_buf-8636a884d672dbed.rlib" "/opt/crater/target/debug/deps/libh2-0b8b8feeeadf33f4.rlib" "/opt/crater/target/debug/deps/libindexmap-04ceabf6b6c1f57d.rlib" "/opt/crater/target/debug/deps/libstring-51c4de4a3b3b5476.rlib" "/opt/crater/target/debug/deps/libslab-f8104c1e8bc477f3.rlib" "/opt/crater/target/debug/deps/libhttp-62bdd9dc8df9972b.rlib" "/opt/crater/target/debug/deps/libitoa-8f2c32a37dd77516.rlib" "/opt/crater/target/debug/deps/libfnv-6580cf988af79ef1.rlib" "/opt/crater/target/debug/deps/libtokio_io-7689f9d54e0ecb76.rlib" "/opt/crater/target/debug/deps/liblog-123e4ee491db5719.rlib" "/opt/crater/target/debug/deps/libcfg_if-ba8680437656667a.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-24a53d6e4cdc7385.rlib" "/opt/crater/target/debug/deps/libnum_cpus-0670be1a38937055.rlib" "/opt/crater/target/debug/deps/libbytes-384fe8e6f20018f6.rlib" "/opt/crater/target/debug/deps/libeither-fae432e867fd9680.rlib" "/opt/crater/target/debug/deps/libiovec-f4766169b59ec004.rlib" "/opt/crater/target/debug/deps/liblibc-2be231e10ed03565.rlib" "/opt/crater/target/debug/deps/libbyteorder-966099251460dcaf.rlib" "/opt/crater/target/debug/deps/libfutures-330fde0ed5f39ce1.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-5eb7072357e3f704.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-be57a0a20ef83edc.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-53ea5c4d1e8787c5.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-90a03fea645d1ca0.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-d0be8ec5eb12a622.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-c9bd1ed65ad5f9b5.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-232a620458cbc142.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-378c2daa95643520.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-b1ad0e3b0cafff9a.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bd92551ef79ec0f7.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-6f92150ede6dcf89.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-5d5836de4a922af7.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-0bd990bd23dec0da.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f5a50a9afbc6d167.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: 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/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/pubsub-be4c435a6415fc47.pubsub.b8kghg7s-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/pubsub-be4c435a6415fc47.pubsub.b8kghg7s-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/pubsub-be4c435a6415fc47.pubsub.b8kghg7s-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/pubsub-be4c435a6415fc47.pubsub.b8kghg7s-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/pubsub-be4c435a6415fc47.pubsub.b8kghg7s-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/pubsub-be4c435a6415fc47.pubsub.b8kghg7s-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/pubsub-be4c435a6415fc47.pubsub.b8kghg7s-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/pubsub-be4c435a6415fc47.pubsub.b8kghg7s-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/pubsub-be4c435a6415fc47.pubsub.b8kghg7s-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/pubsub-be4c435a6415fc47.pubsub.b8kghg7s-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/pubsub-be4c435a6415fc47.pubsub.b8kghg7s-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/pubsub-be4c435a6415fc47.pubsub.b8kghg7s-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/pubsub-be4c435a6415fc47.pubsub.b8kghg7s-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/pubsub-be4c435a6415fc47.pubsub.b8kghg7s-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/pubsub-be4c435a6415fc47.pubsub.b8kghg7s-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/pubsub-be4c435a6415fc47.pubsub.b8kghg7s-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/pubsub-be4c435a6415fc47" "/opt/crater/target/debug/examples/pubsub-be4c435a6415fc47.53fqdmofodudz76c.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-97fbe42f4bb04fd3/out" "-L" "/opt/crater/target/debug/build/brotli-sys-3fd4b90ac83461a0/out" "-L" "/opt/crater/target/debug/build/ring-d69c543baf638c59/out" "-L" "/opt/crater/target/debug/build/miniz-sys-87d2436cd916c40c/out" "-L" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libipfs_api-083e566b6217986b.rlib" "/opt/crater/target/debug/deps/libwalkdir-d84676d909a77310.rlib" "/opt/crater/target/debug/deps/libsame_file-6112efa04f5ccf40.rlib" "/opt/crater/target/debug/deps/libserde_urlencoded-d5ce2c9f9458ab35.rlib" "/opt/crater/target/debug/deps/liburl-a79e930195af4358.rlib" "/opt/crater/target/debug/deps/libencoding-880b1ae1b070bcac.rlib" "/opt/crater/target/debug/deps/libencoding_index_tradchinese-dc33c8d4bbd8f506.rlib" "/opt/crater/target/debug/deps/libencoding_index_simpchinese-c50f030abc614236.rlib" "/opt/crater/target/debug/deps/libencoding_index_japanese-355f122789aaa031.rlib" "/opt/crater/target/debug/deps/libencoding_index_korean-b6b8b29271a4c14f.rlib" "/opt/crater/target/debug/deps/libencoding_index_singlebyte-6299dcd2bf4fec16.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-1a9169b537a602ad.rlib" "/opt/crater/target/debug/deps/libidna-5a6ba5e5d66eb803.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-a09cc32c7ef234fe.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-e63038fe286d1806.rlib" "/opt/crater/target/debug/deps/libmatches-780a7ce4c0baebdd.rlib" "/opt/crater/target/debug/deps/libdtoa-dd243ce4c5166589.rlib" "/opt/crater/target/debug/deps/libserde_json-0f4256df9898c97c.rlib" "/opt/crater/target/debug/deps/libryu-c262a39b116a91d7.rlib" "/opt/crater/target/debug/deps/libmultiaddr-aa6cca529450b4e5.rlib" "/opt/crater/target/debug/deps/libcid-d68826c7d144b722.rlib" "/opt/crater/target/debug/deps/libinteger_encoding-8dc4048331351e38.rlib" "/opt/crater/target/debug/deps/libmultibase-e1705dcac516077c.rlib" "/opt/crater/target/debug/deps/libbase_x-6fcd4415cb7cb33f.rlib" "/opt/crater/target/debug/deps/libmultihash-2c42705e5254d9a5.rlib" "/opt/crater/target/debug/deps/libtiny_keccak-9b0ab12dc29cc893.rlib" "/opt/crater/target/debug/deps/libcrunchy-2e3916861cf3530a.rlib" "/opt/crater/target/debug/deps/libsha2-a4e4bec1b6eca3e3.rlib" "/opt/crater/target/debug/deps/libfake_simd-5d364bd7ce5cf801.rlib" "/opt/crater/target/debug/deps/libblock_buffer-454308af0f224aea.rlib" "/opt/crater/target/debug/deps/libarrayref-35f4d5cfcd9601a0.rlib" "/opt/crater/target/debug/deps/libdigest-154fd525927fee9e.rlib" "/opt/crater/target/debug/deps/libgeneric_array-9404bd1d93de6882.rlib" "/opt/crater/target/debug/deps/libtypenum-3728a947131c72a3.rlib" "/opt/crater/target/debug/deps/libbyte_tools-cfac1c6193c4a2f3.rlib" "/opt/crater/target/debug/deps/libsha1-6ffa29808543c650.rlib" "/opt/crater/target/debug/deps/libdirs-15a0fc85e36567de.rlib" "/opt/crater/target/debug/deps/libserde-ee0a745999d717a9.rlib" "/opt/crater/target/debug/deps/libfailure-8dfe45e3e6ab9688.rlib" "/opt/crater/target/debug/deps/libbacktrace-9fd749e9723adedc.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-dd607bfa4a9b2d5c.rlib" "/opt/crater/target/debug/deps/librustc_demangle-091a57b8cc5538c5.rlib" "/opt/crater/target/debug/deps/libhyper_multipart_rfc7578-035058cd97db7d35.rlib" "/opt/crater/target/debug/deps/libcommon_multipart_rfc7578-f552fa73ea0129b6.rlib" "/opt/crater/target/debug/deps/librand-8af25f317f3dbb86.rlib" "/opt/crater/target/debug/deps/libmime-3e0da024eadefb55.rlib" "/opt/crater/target/debug/deps/libunicase-306d7af3029a8161.rlib" "/opt/crater/target/debug/deps/libhyper-75a66aa989492390.rlib" "/opt/crater/target/debug/deps/libwant-b1ca0a03860611e8.rlib" "/opt/crater/target/debug/deps/libtry_lock-ce1dbb34e3041bce.rlib" "/opt/crater/target/debug/deps/libtokio-631f0ff3f6763c53.rlib" "/opt/crater/target/debug/deps/libtokio_trace_core-b66b9fe9cdf2d62b.rlib" "/opt/crater/target/debug/deps/libtokio_uds-cd947f3b0020c401.rlib" "/opt/crater/target/debug/deps/libmio_uds-633ad84671ba74e7.rlib" "/opt/crater/target/debug/deps/libtokio_udp-098a8091f2ea47e7.rlib" "/opt/crater/target/debug/deps/libtokio_timer-36d7c986eba0bf37.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-99f24a6b643c8002.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-25ec653a9529e1ef.rlib" "/opt/crater/target/debug/deps/libtokio_sync-608a18631878754c.rlib" "/opt/crater/target/debug/deps/libparking_lot-296714b23a42878a.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-431c54298d385d22.rlib" "/opt/crater/target/debug/deps/libsmallvec-cc0367f3da152132.rlib" "/opt/crater/target/debug/deps/liblock_api-0ad287323cbd8f10.rlib" "/opt/crater/target/debug/deps/libowning_ref-4446b9fa3ea776d6.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-4229d0c354364c12.rlib" "/opt/crater/target/debug/deps/libtokio_fs-23ac2fc7a339d27c.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-4a99171b3cd7ded1.rlib" "/opt/crater/target/debug/deps/librand-5e278658cb5abcfe.rlib" "/opt/crater/target/debug/deps/librand_xorshift-51ce163fe04d5110.rlib" "/opt/crater/target/debug/deps/librand_pcg-4a93ded8a6ae0b28.rlib" "/opt/crater/target/debug/deps/librand_hc-73e8b8b1292e6c42.rlib" "/opt/crater/target/debug/deps/librand_chacha-09f94f711170cd2f.rlib" "/opt/crater/target/debug/deps/librand_isaac-bd1dc0de1e7d11dc.rlib" "/opt/crater/target/debug/deps/librand_core-067332e6bc0704a3.rlib" "/opt/crater/target/debug/deps/librand_os-f71da36102cb96cf.rlib" "/opt/crater/target/debug/deps/librand_jitter-4b8d45d53bb1cef5.rlib" "/opt/crater/target/debug/deps/librand_core-161e0a90fc629c56.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-1b41fed02cac85c7.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-4786eadcd0c8287b.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-6fee774fdccf87e3.rlib" "/opt/crater/target/debug/deps/libscopeguard-fd1b9799252ebb40.rlib" "/opt/crater/target/debug/deps/libmemoffset-ded7f655f2feb8c2.rlib" "/opt/crater/target/debug/deps/libarrayvec-d1556eaa416971ed.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-d2e017437cfb05dd.rlib" "/opt/crater/target/debug/deps/libtokio_executor-163134a07660f038.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-93eaba5219e3ed62.rlib" "/opt/crater/target/debug/deps/liblazy_static-6b264ec86ae8595d.rlib" "/opt/crater/target/debug/deps/libtokio_codec-092b3b20b32ccea4.rlib" "/opt/crater/target/debug/deps/libmio-a46d3d3dcc0fb743.rlib" "/opt/crater/target/debug/deps/libtime-090696ea0a79ecae.rlib" "/opt/crater/target/debug/deps/libnet2-48edbee1a6d6d7d9.rlib" "/opt/crater/target/debug/deps/libhttparse-13ae51b6d30e33af.rlib" "/opt/crater/target/debug/deps/libhttp_body-48acc4e7cb9f80e9.rlib" "/opt/crater/target/debug/deps/libtokio_buf-8636a884d672dbed.rlib" "/opt/crater/target/debug/deps/libh2-0b8b8feeeadf33f4.rlib" "/opt/crater/target/debug/deps/libindexmap-04ceabf6b6c1f57d.rlib" "/opt/crater/target/debug/deps/libstring-51c4de4a3b3b5476.rlib" "/opt/crater/target/debug/deps/libslab-f8104c1e8bc477f3.rlib" "/opt/crater/target/debug/deps/libhttp-62bdd9dc8df9972b.rlib" "/opt/crater/target/debug/deps/libitoa-8f2c32a37dd77516.rlib" "/opt/crater/target/debug/deps/libfnv-6580cf988af79ef1.rlib" "/opt/crater/target/debug/deps/libtokio_io-7689f9d54e0ecb76.rlib" "/opt/crater/target/debug/deps/liblog-123e4ee491db5719.rlib" "/opt/crater/target/debug/deps/libcfg_if-ba8680437656667a.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-24a53d6e4cdc7385.rlib" "/opt/crater/target/debug/deps/libnum_cpus-0670be1a38937055.rlib" "/opt/crater/target/debug/deps/libbytes-384fe8e6f20018f6.rlib" "/opt/crater/target/debug/deps/libeither-fae432e867fd9680.rlib" "/opt/crater/target/debug/deps/libiovec-f4766169b59ec004.rlib" "/opt/crater/target/debug/deps/liblibc-2be231e10ed03565.rlib" "/opt/crater/target/debug/deps/libbyteorder-966099251460dcaf.rlib" "/opt/crater/target/debug/deps/libfutures-330fde0ed5f39ce1.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-5eb7072357e3f704.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-be57a0a20ef83edc.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-53ea5c4d1e8787c5.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-90a03fea645d1ca0.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-d0be8ec5eb12a622.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-c9bd1ed65ad5f9b5.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-232a620458cbc142.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-378c2daa95643520.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-b1ad0e3b0cafff9a.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bd92551ef79ec0f7.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-6f92150ede6dcf89.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-5d5836de4a922af7.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-0bd990bd23dec0da.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f5a50a9afbc6d167.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `ipfs-api`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/get_commands-989edf952abe73bf.get_commands.db4us9x3-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/get_commands-989edf952abe73bf.get_commands.db4us9x3-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/get_commands-989edf952abe73bf.get_commands.db4us9x3-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/get_commands-989edf952abe73bf.get_commands.db4us9x3-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/get_commands-989edf952abe73bf.get_commands.db4us9x3-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/get_commands-989edf952abe73bf.get_commands.db4us9x3-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/get_commands-989edf952abe73bf.get_commands.db4us9x3-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/get_commands-989edf952abe73bf.get_commands.db4us9x3-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/get_commands-989edf952abe73bf.get_commands.db4us9x3-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/get_commands-989edf952abe73bf.get_commands.db4us9x3-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/get_commands-989edf952abe73bf.get_commands.db4us9x3-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/get_commands-989edf952abe73bf.get_commands.db4us9x3-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/get_commands-989edf952abe73bf.get_commands.db4us9x3-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/get_commands-989edf952abe73bf.get_commands.db4us9x3-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/get_commands-989edf952abe73bf.get_commands.db4us9x3-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/get_commands-989edf952abe73bf.get_commands.db4us9x3-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/get_commands-989edf952abe73bf" "/opt/crater/target/debug/examples/get_commands-989edf952abe73bf.1szbqlzhanugt9ra.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-97fbe42f4bb04fd3/out" "-L" "/opt/crater/target/debug/build/brotli-sys-3fd4b90ac83461a0/out" "-L" "/opt/crater/target/debug/build/ring-d69c543baf638c59/out" "-L" "/opt/crater/target/debug/build/miniz-sys-87d2436cd916c40c/out" "-L" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libipfs_api-083e566b6217986b.rlib" "/opt/crater/target/debug/deps/libwalkdir-d84676d909a77310.rlib" "/opt/crater/target/debug/deps/libsame_file-6112efa04f5ccf40.rlib" "/opt/crater/target/debug/deps/libserde_urlencoded-d5ce2c9f9458ab35.rlib" "/opt/crater/target/debug/deps/liburl-a79e930195af4358.rlib" "/opt/crater/target/debug/deps/libencoding-880b1ae1b070bcac.rlib" "/opt/crater/target/debug/deps/libencoding_index_tradchinese-dc33c8d4bbd8f506.rlib" "/opt/crater/target/debug/deps/libencoding_index_simpchinese-c50f030abc614236.rlib" "/opt/crater/target/debug/deps/libencoding_index_japanese-355f122789aaa031.rlib" "/opt/crater/target/debug/deps/libencoding_index_korean-b6b8b29271a4c14f.rlib" "/opt/crater/target/debug/deps/libencoding_index_singlebyte-6299dcd2bf4fec16.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-1a9169b537a602ad.rlib" "/opt/crater/target/debug/deps/libidna-5a6ba5e5d66eb803.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-a09cc32c7ef234fe.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-e63038fe286d1806.rlib" "/opt/crater/target/debug/deps/libmatches-780a7ce4c0baebdd.rlib" "/opt/crater/target/debug/deps/libdtoa-dd243ce4c5166589.rlib" "/opt/crater/target/debug/deps/libserde_json-0f4256df9898c97c.rlib" "/opt/crater/target/debug/deps/libryu-c262a39b116a91d7.rlib" "/opt/crater/target/debug/deps/libmultiaddr-aa6cca529450b4e5.rlib" "/opt/crater/target/debug/deps/libcid-d68826c7d144b722.rlib" "/opt/crater/target/debug/deps/libinteger_encoding-8dc4048331351e38.rlib" "/opt/crater/target/debug/deps/libmultibase-e1705dcac516077c.rlib" "/opt/crater/target/debug/deps/libbase_x-6fcd4415cb7cb33f.rlib" "/opt/crater/target/debug/deps/libmultihash-2c42705e5254d9a5.rlib" "/opt/crater/target/debug/deps/libtiny_keccak-9b0ab12dc29cc893.rlib" "/opt/crater/target/debug/deps/libcrunchy-2e3916861cf3530a.rlib" "/opt/crater/target/debug/deps/libsha2-a4e4bec1b6eca3e3.rlib" "/opt/crater/target/debug/deps/libfake_simd-5d364bd7ce5cf801.rlib" "/opt/crater/target/debug/deps/libblock_buffer-454308af0f224aea.rlib" "/opt/crater/target/debug/deps/libarrayref-35f4d5cfcd9601a0.rlib" "/opt/crater/target/debug/deps/libdigest-154fd525927fee9e.rlib" "/opt/crater/target/debug/deps/libgeneric_array-9404bd1d93de6882.rlib" "/opt/crater/target/debug/deps/libtypenum-3728a947131c72a3.rlib" "/opt/crater/target/debug/deps/libbyte_tools-cfac1c6193c4a2f3.rlib" "/opt/crater/target/debug/deps/libsha1-6ffa29808543c650.rlib" "/opt/crater/target/debug/deps/libdirs-15a0fc85e36567de.rlib" "/opt/crater/target/debug/deps/libserde-ee0a745999d717a9.rlib" "/opt/crater/target/debug/deps/libfailure-8dfe45e3e6ab9688.rlib" "/opt/crater/target/debug/deps/libbacktrace-9fd749e9723adedc.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-dd607bfa4a9b2d5c.rlib" "/opt/crater/target/debug/deps/librustc_demangle-091a57b8cc5538c5.rlib" "/opt/crater/target/debug/deps/libhyper_multipart_rfc7578-035058cd97db7d35.rlib" "/opt/crater/target/debug/deps/libcommon_multipart_rfc7578-f552fa73ea0129b6.rlib" "/opt/crater/target/debug/deps/librand-8af25f317f3dbb86.rlib" "/opt/crater/target/debug/deps/libmime-3e0da024eadefb55.rlib" "/opt/crater/target/debug/deps/libunicase-306d7af3029a8161.rlib" "/opt/crater/target/debug/deps/libhyper-75a66aa989492390.rlib" "/opt/crater/target/debug/deps/libwant-b1ca0a03860611e8.rlib" "/opt/crater/target/debug/deps/libtry_lock-ce1dbb34e3041bce.rlib" "/opt/crater/target/debug/deps/libtokio-631f0ff3f6763c53.rlib" "/opt/crater/target/debug/deps/libtokio_trace_core-b66b9fe9cdf2d62b.rlib" "/opt/crater/target/debug/deps/libtokio_uds-cd947f3b0020c401.rlib" "/opt/crater/target/debug/deps/libmio_uds-633ad84671ba74e7.rlib" "/opt/crater/target/debug/deps/libtokio_udp-098a8091f2ea47e7.rlib" "/opt/crater/target/debug/deps/libtokio_timer-36d7c986eba0bf37.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-99f24a6b643c8002.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-25ec653a9529e1ef.rlib" "/opt/crater/target/debug/deps/libtokio_sync-608a18631878754c.rlib" "/opt/crater/target/debug/deps/libparking_lot-296714b23a42878a.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-431c54298d385d22.rlib" "/opt/crater/target/debug/deps/libsmallvec-cc0367f3da152132.rlib" "/opt/crater/target/debug/deps/liblock_api-0ad287323cbd8f10.rlib" "/opt/crater/target/debug/deps/libowning_ref-4446b9fa3ea776d6.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-4229d0c354364c12.rlib" "/opt/crater/target/debug/deps/libtokio_fs-23ac2fc7a339d27c.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-4a99171b3cd7ded1.rlib" "/opt/crater/target/debug/deps/librand-5e278658cb5abcfe.rlib" "/opt/crater/target/debug/deps/librand_xorshift-51ce163fe04d5110.rlib" "/opt/crater/target/debug/deps/librand_pcg-4a93ded8a6ae0b28.rlib" "/opt/crater/target/debug/deps/librand_hc-73e8b8b1292e6c42.rlib" "/opt/crater/target/debug/deps/librand_chacha-09f94f711170cd2f.rlib" "/opt/crater/target/debug/deps/librand_isaac-bd1dc0de1e7d11dc.rlib" "/opt/crater/target/debug/deps/librand_core-067332e6bc0704a3.rlib" "/opt/crater/target/debug/deps/librand_os-f71da36102cb96cf.rlib" "/opt/crater/target/debug/deps/librand_jitter-4b8d45d53bb1cef5.rlib" "/opt/crater/target/debug/deps/librand_core-161e0a90fc629c56.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-1b41fed02cac85c7.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-4786eadcd0c8287b.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-6fee774fdccf87e3.rlib" "/opt/crater/target/debug/deps/libscopeguard-fd1b9799252ebb40.rlib" "/opt/crater/target/debug/deps/libmemoffset-ded7f655f2feb8c2.rlib" "/opt/crater/target/debug/deps/libarrayvec-d1556eaa416971ed.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-d2e017437cfb05dd.rlib" "/opt/crater/target/debug/deps/libtokio_executor-163134a07660f038.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-93eaba5219e3ed62.rlib" "/opt/crater/target/debug/deps/liblazy_static-6b264ec86ae8595d.rlib" "/opt/crater/target/debug/deps/libtokio_codec-092b3b20b32ccea4.rlib" "/opt/crater/target/debug/deps/libmio-a46d3d3dcc0fb743.rlib" "/opt/crater/target/debug/deps/libtime-090696ea0a79ecae.rlib" "/opt/crater/target/debug/deps/libnet2-48edbee1a6d6d7d9.rlib" "/opt/crater/target/debug/deps/libhttparse-13ae51b6d30e33af.rlib" "/opt/crater/target/debug/deps/libhttp_body-48acc4e7cb9f80e9.rlib" "/opt/crater/target/debug/deps/libtokio_buf-8636a884d672dbed.rlib" "/opt/crater/target/debug/deps/libh2-0b8b8feeeadf33f4.rlib" "/opt/crater/target/debug/deps/libindexmap-04ceabf6b6c1f57d.rlib" "/opt/crater/target/debug/deps/libstring-51c4de4a3b3b5476.rlib" "/opt/crater/target/debug/deps/libslab-f8104c1e8bc477f3.rlib" "/opt/crater/target/debug/deps/libhttp-62bdd9dc8df9972b.rlib" "/opt/crater/target/debug/deps/libitoa-8f2c32a37dd77516.rlib" "/opt/crater/target/debug/deps/libfnv-6580cf988af79ef1.rlib" "/opt/crater/target/debug/deps/libtokio_io-7689f9d54e0ecb76.rlib" "/opt/crater/target/debug/deps/liblog-123e4ee491db5719.rlib" "/opt/crater/target/debug/deps/libcfg_if-ba8680437656667a.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-24a53d6e4cdc7385.rlib" "/opt/crater/target/debug/deps/libnum_cpus-0670be1a38937055.rlib" "/opt/crater/target/debug/deps/libbytes-384fe8e6f20018f6.rlib" "/opt/crater/target/debug/deps/libeither-fae432e867fd9680.rlib" "/opt/crater/target/debug/deps/libiovec-f4766169b59ec004.rlib" "/opt/crater/target/debug/deps/liblibc-2be231e10ed03565.rlib" "/opt/crater/target/debug/deps/libbyteorder-966099251460dcaf.rlib" "/opt/crater/target/debug/deps/libfutures-330fde0ed5f39ce1.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-5eb7072357e3f704.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-be57a0a20ef83edc.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-53ea5c4d1e8787c5.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-90a03fea645d1ca0.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-d0be8ec5eb12a622.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-c9bd1ed65ad5f9b5.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-232a620458cbc142.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-378c2daa95643520.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-b1ad0e3b0cafff9a.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bd92551ef79ec0f7.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-6f92150ede6dcf89.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-5d5836de4a922af7.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-0bd990bd23dec0da.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f5a50a9afbc6d167.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: 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/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/add_tar-be095b0e08dcd5cd.add_tar.3novyy4k-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/add_tar-be095b0e08dcd5cd.add_tar.3novyy4k-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/add_tar-be095b0e08dcd5cd.add_tar.3novyy4k-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/add_tar-be095b0e08dcd5cd.add_tar.3novyy4k-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/add_tar-be095b0e08dcd5cd.add_tar.3novyy4k-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/add_tar-be095b0e08dcd5cd.add_tar.3novyy4k-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/add_tar-be095b0e08dcd5cd.add_tar.3novyy4k-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/add_tar-be095b0e08dcd5cd.add_tar.3novyy4k-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/add_tar-be095b0e08dcd5cd.add_tar.3novyy4k-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/add_tar-be095b0e08dcd5cd.add_tar.3novyy4k-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/add_tar-be095b0e08dcd5cd.add_tar.3novyy4k-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/add_tar-be095b0e08dcd5cd.add_tar.3novyy4k-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/add_tar-be095b0e08dcd5cd.add_tar.3novyy4k-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/add_tar-be095b0e08dcd5cd.add_tar.3novyy4k-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/add_tar-be095b0e08dcd5cd.add_tar.3novyy4k-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/add_tar-be095b0e08dcd5cd.add_tar.3novyy4k-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/add_tar-be095b0e08dcd5cd" "/opt/crater/target/debug/examples/add_tar-be095b0e08dcd5cd.100y52bpuzmrz9cw.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-97fbe42f4bb04fd3/out" "-L" "/opt/crater/target/debug/build/brotli-sys-3fd4b90ac83461a0/out" "-L" "/opt/crater/target/debug/build/ring-d69c543baf638c59/out" "-L" "/opt/crater/target/debug/build/miniz-sys-87d2436cd916c40c/out" "-L" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libtar-d15f13f4b85e3397.rlib" "/opt/crater/target/debug/deps/libxattr-be9a850140a01a1e.rlib" "/opt/crater/target/debug/deps/libfiletime-f24274e5715cb27e.rlib" "/opt/crater/target/debug/deps/libipfs_api-083e566b6217986b.rlib" "/opt/crater/target/debug/deps/libwalkdir-d84676d909a77310.rlib" "/opt/crater/target/debug/deps/libsame_file-6112efa04f5ccf40.rlib" "/opt/crater/target/debug/deps/libserde_urlencoded-d5ce2c9f9458ab35.rlib" "/opt/crater/target/debug/deps/liburl-a79e930195af4358.rlib" "/opt/crater/target/debug/deps/libencoding-880b1ae1b070bcac.rlib" "/opt/crater/target/debug/deps/libencoding_index_tradchinese-dc33c8d4bbd8f506.rlib" "/opt/crater/target/debug/deps/libencoding_index_simpchinese-c50f030abc614236.rlib" "/opt/crater/target/debug/deps/libencoding_index_japanese-355f122789aaa031.rlib" "/opt/crater/target/debug/deps/libencoding_index_korean-b6b8b29271a4c14f.rlib" "/opt/crater/target/debug/deps/libencoding_index_singlebyte-6299dcd2bf4fec16.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-1a9169b537a602ad.rlib" "/opt/crater/target/debug/deps/libidna-5a6ba5e5d66eb803.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-a09cc32c7ef234fe.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-e63038fe286d1806.rlib" "/opt/crater/target/debug/deps/libmatches-780a7ce4c0baebdd.rlib" "/opt/crater/target/debug/deps/libdtoa-dd243ce4c5166589.rlib" "/opt/crater/target/debug/deps/libserde_json-0f4256df9898c97c.rlib" "/opt/crater/target/debug/deps/libryu-c262a39b116a91d7.rlib" "/opt/crater/target/debug/deps/libmultiaddr-aa6cca529450b4e5.rlib" "/opt/crater/target/debug/deps/libcid-d68826c7d144b722.rlib" "/opt/crater/target/debug/deps/libinteger_encoding-8dc4048331351e38.rlib" "/opt/crater/target/debug/deps/libmultibase-e1705dcac516077c.rlib" "/opt/crater/target/debug/deps/libbase_x-6fcd4415cb7cb33f.rlib" "/opt/crater/target/debug/deps/libmultihash-2c42705e5254d9a5.rlib" "/opt/crater/target/debug/deps/libtiny_keccak-9b0ab12dc29cc893.rlib" "/opt/crater/target/debug/deps/libcrunchy-2e3916861cf3530a.rlib" "/opt/crater/target/debug/deps/libsha2-a4e4bec1b6eca3e3.rlib" "/opt/crater/target/debug/deps/libfake_simd-5d364bd7ce5cf801.rlib" "/opt/crater/target/debug/deps/libblock_buffer-454308af0f224aea.rlib" "/opt/crater/target/debug/deps/libarrayref-35f4d5cfcd9601a0.rlib" "/opt/crater/target/debug/deps/libdigest-154fd525927fee9e.rlib" "/opt/crater/target/debug/deps/libgeneric_array-9404bd1d93de6882.rlib" "/opt/crater/target/debug/deps/libtypenum-3728a947131c72a3.rlib" "/opt/crater/target/debug/deps/libbyte_tools-cfac1c6193c4a2f3.rlib" "/opt/crater/target/debug/deps/libsha1-6ffa29808543c650.rlib" "/opt/crater/target/debug/deps/libdirs-15a0fc85e36567de.rlib" "/opt/crater/target/debug/deps/libserde-ee0a745999d717a9.rlib" "/opt/crater/target/debug/deps/libfailure-8dfe45e3e6ab9688.rlib" "/opt/crater/target/debug/deps/libbacktrace-9fd749e9723adedc.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-dd607bfa4a9b2d5c.rlib" "/opt/crater/target/debug/deps/librustc_demangle-091a57b8cc5538c5.rlib" "/opt/crater/target/debug/deps/libhyper_multipart_rfc7578-035058cd97db7d35.rlib" "/opt/crater/target/debug/deps/libcommon_multipart_rfc7578-f552fa73ea0129b6.rlib" "/opt/crater/target/debug/deps/librand-8af25f317f3dbb86.rlib" "/opt/crater/target/debug/deps/libmime-3e0da024eadefb55.rlib" "/opt/crater/target/debug/deps/libunicase-306d7af3029a8161.rlib" "/opt/crater/target/debug/deps/libhyper-75a66aa989492390.rlib" "/opt/crater/target/debug/deps/libwant-b1ca0a03860611e8.rlib" "/opt/crater/target/debug/deps/libtry_lock-ce1dbb34e3041bce.rlib" "/opt/crater/target/debug/deps/libtokio-631f0ff3f6763c53.rlib" "/opt/crater/target/debug/deps/libtokio_trace_core-b66b9fe9cdf2d62b.rlib" "/opt/crater/target/debug/deps/libtokio_uds-cd947f3b0020c401.rlib" "/opt/crater/target/debug/deps/libmio_uds-633ad84671ba74e7.rlib" "/opt/crater/target/debug/deps/libtokio_udp-098a8091f2ea47e7.rlib" "/opt/crater/target/debug/deps/libtokio_timer-36d7c986eba0bf37.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-99f24a6b643c8002.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-25ec653a9529e1ef.rlib" "/opt/crater/target/debug/deps/libtokio_sync-608a18631878754c.rlib" "/opt/crater/target/debug/deps/libparking_lot-296714b23a42878a.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-431c54298d385d22.rlib" "/opt/crater/target/debug/deps/libsmallvec-cc0367f3da152132.rlib" "/opt/crater/target/debug/deps/liblock_api-0ad287323cbd8f10.rlib" "/opt/crater/target/debug/deps/libowning_ref-4446b9fa3ea776d6.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-4229d0c354364c12.rlib" "/opt/crater/target/debug/deps/libtokio_fs-23ac2fc7a339d27c.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-4a99171b3cd7ded1.rlib" "/opt/crater/target/debug/deps/librand-5e278658cb5abcfe.rlib" "/opt/crater/target/debug/deps/librand_xorshift-51ce163fe04d5110.rlib" "/opt/crater/target/debug/deps/librand_pcg-4a93ded8a6ae0b28.rlib" "/opt/crater/target/debug/deps/librand_hc-73e8b8b1292e6c42.rlib" "/opt/crater/target/debug/deps/librand_chacha-09f94f711170cd2f.rlib" "/opt/crater/target/debug/deps/librand_isaac-bd1dc0de1e7d11dc.rlib" "/opt/crater/target/debug/deps/librand_core-067332e6bc0704a3.rlib" "/opt/crater/target/debug/deps/librand_os-f71da36102cb96cf.rlib" "/opt/crater/target/debug/deps/librand_jitter-4b8d45d53bb1cef5.rlib" "/opt/crater/target/debug/deps/librand_core-161e0a90fc629c56.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-1b41fed02cac85c7.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-4786eadcd0c8287b.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-6fee774fdccf87e3.rlib" "/opt/crater/target/debug/deps/libscopeguard-fd1b9799252ebb40.rlib" "/opt/crater/target/debug/deps/libmemoffset-ded7f655f2feb8c2.rlib" "/opt/crater/target/debug/deps/libarrayvec-d1556eaa416971ed.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-d2e017437cfb05dd.rlib" "/opt/crater/target/debug/deps/libtokio_executor-163134a07660f038.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-93eaba5219e3ed62.rlib" "/opt/crater/target/debug/deps/liblazy_static-6b264ec86ae8595d.rlib" "/opt/crater/target/debug/deps/libtokio_codec-092b3b20b32ccea4.rlib" "/opt/crater/target/debug/deps/libmio-a46d3d3dcc0fb743.rlib" "/opt/crater/target/debug/deps/libtime-090696ea0a79ecae.rlib" "/opt/crater/target/debug/deps/libnet2-48edbee1a6d6d7d9.rlib" "/opt/crater/target/debug/deps/libhttparse-13ae51b6d30e33af.rlib" "/opt/crater/target/debug/deps/libhttp_body-48acc4e7cb9f80e9.rlib" "/opt/crater/target/debug/deps/libtokio_buf-8636a884d672dbed.rlib" "/opt/crater/target/debug/deps/libh2-0b8b8feeeadf33f4.rlib" "/opt/crater/target/debug/deps/libindexmap-04ceabf6b6c1f57d.rlib" "/opt/crater/target/debug/deps/libstring-51c4de4a3b3b5476.rlib" "/opt/crater/target/debug/deps/libslab-f8104c1e8bc477f3.rlib" "/opt/crater/target/debug/deps/libhttp-62bdd9dc8df9972b.rlib" "/opt/crater/target/debug/deps/libitoa-8f2c32a37dd77516.rlib" "/opt/crater/target/debug/deps/libfnv-6580cf988af79ef1.rlib" "/opt/crater/target/debug/deps/libtokio_io-7689f9d54e0ecb76.rlib" "/opt/crater/target/debug/deps/liblog-123e4ee491db5719.rlib" "/opt/crater/target/debug/deps/libcfg_if-ba8680437656667a.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-24a53d6e4cdc7385.rlib" "/opt/crater/target/debug/deps/libnum_cpus-0670be1a38937055.rlib" "/opt/crater/target/debug/deps/libbytes-384fe8e6f20018f6.rlib" "/opt/crater/target/debug/deps/libeither-fae432e867fd9680.rlib" "/opt/crater/target/debug/deps/libiovec-f4766169b59ec004.rlib" "/opt/crater/target/debug/deps/liblibc-2be231e10ed03565.rlib" "/opt/crater/target/debug/deps/libbyteorder-966099251460dcaf.rlib" "/opt/crater/target/debug/deps/libfutures-330fde0ed5f39ce1.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-5eb7072357e3f704.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-be57a0a20ef83edc.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-53ea5c4d1e8787c5.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-90a03fea645d1ca0.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-d0be8ec5eb12a622.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-c9bd1ed65ad5f9b5.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-232a620458cbc142.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-378c2daa95643520.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-b1ad0e3b0cafff9a.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-bd92551ef79ec0f7.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-6f92150ede6dcf89.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-5d5836de4a922af7.rlib" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-0bd990bd23dec0da.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/c8865d8e195813ade6b84434ac9f8850e7112d1a-alt/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f5a50a9afbc6d167.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] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "7ccf6bc3a645ed734393a6b6464a6f3ef198ada4255df442d922072cd4d09237"` [INFO] running `"docker" "rm" "-f" "7ccf6bc3a645ed734393a6b6464a6f3ef198ada4255df442d922072cd4d09237"` [INFO] [stdout] 7ccf6bc3a645ed734393a6b6464a6f3ef198ada4255df442d922072cd4d09237