[INFO] crate ipfs-api 0.5.1 is already in cache [INFO] extracting crate ipfs-api 0.5.1 into work/ex/beta-1.38-1/sources/1.37.0/reg/ipfs-api/0.5.1 [INFO] extracting crate ipfs-api 0.5.1 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/ipfs-api/0.5.1 [INFO] validating manifest of ipfs-api-0.5.1 on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of ipfs-api-0.5.1 on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing 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/beta-1.38-1/sources/1.37.0/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/beta-1.38-1/sources/beta-2019-08-13/reg/ipfs-api/0.5.1/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] 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 ipfs-api-0.5.1 against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/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=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "build" "--frozen"` [INFO] [stdout] bfe8d67a3dd7b5acb5bafd425d1254ae4051c39a67528f157b6f5ddce7c9022e [INFO] running `"docker" "start" "-a" "bfe8d67a3dd7b5acb5bafd425d1254ae4051c39a67528f157b6f5ddce7c9022e"` [INFO] [stderr] Compiling multibase v0.6.0 [INFO] [stderr] Compiling common-multipart-rfc7578 v0.1.1 [INFO] [stderr] Compiling multihash v0.8.0 [INFO] [stderr] Compiling cid v0.3.1 [INFO] [stderr] Compiling hyper-multipart-rfc7578 v0.3.0 [INFO] [stderr] Compiling multiaddr v0.3.1 [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 14.30s [INFO] running `"docker" "inspect" "bfe8d67a3dd7b5acb5bafd425d1254ae4051c39a67528f157b6f5ddce7c9022e"` [INFO] running `"docker" "rm" "-f" "bfe8d67a3dd7b5acb5bafd425d1254ae4051c39a67528f157b6f5ddce7c9022e"` [INFO] [stdout] bfe8d67a3dd7b5acb5bafd425d1254ae4051c39a67528f157b6f5ddce7c9022e [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/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=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 208bd1dd1b83f0063658b9be7677cf1e51113300592f4afb56011e52c5c171b0 [INFO] running `"docker" "start" "-a" "208bd1dd1b83f0063658b9be7677cf1e51113300592f4afb56011e52c5c171b0"` [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] error: Could not compile `ipfs-api`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name add_tar examples/add_tar.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=52daeeacf451e520 -C extra-filename=-52daeeacf451e520 --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-1fc0461376e93ba8.rlib --extern actix_web=/opt/crater/target/debug/deps/libactix_web-500b687be78d7630.rlib --extern bytes=/opt/crater/target/debug/deps/libbytes-6eca479c9983e64d.rlib --extern dirs=/opt/crater/target/debug/deps/libdirs-5bede74871bfa962.rlib --extern failure=/opt/crater/target/debug/deps/libfailure-46523e08b76fa7cd.rlib --extern futures=/opt/crater/target/debug/deps/libfutures-2204f6374ace2c39.rlib --extern http=/opt/crater/target/debug/deps/libhttp-88ee4a9dc93d3818.rlib --extern hyper=/opt/crater/target/debug/deps/libhyper-d8624eded71882b6.rlib --extern hyper_multipart_rfc7578=/opt/crater/target/debug/deps/libhyper_multipart_rfc7578-11f11bf6f08a0c7b.rlib --extern ipfs_api=/opt/crater/target/debug/deps/libipfs_api-400e4763eeb3fef2.rlib --extern multiaddr=/opt/crater/target/debug/deps/libmultiaddr-e025ea165c4867fd.rlib --extern serde=/opt/crater/target/debug/deps/libserde-3a1343e806eb8450.rlib --extern serde_derive=/opt/crater/target/debug/deps/libserde_derive-8525889763034810.so --extern serde_json=/opt/crater/target/debug/deps/libserde_json-f6b540ffea90773e.rlib --extern serde_urlencoded=/opt/crater/target/debug/deps/libserde_urlencoded-d26ea8bd042b776a.rlib --extern tar=/opt/crater/target/debug/deps/libtar-da96bc4e78f8113e.rlib --extern tokio=/opt/crater/target/debug/deps/libtokio-46d75ddac72f57b8.rlib --extern tokio_codec=/opt/crater/target/debug/deps/libtokio_codec-9b13ed34161afe38.rlib --extern tokio_io=/opt/crater/target/debug/deps/libtokio_io-6a1ede5678cf27e0.rlib --extern tokio_timer=/opt/crater/target/debug/deps/libtokio_timer-c93f6415d850a3a5.rlib --extern walkdir=/opt/crater/target/debug/deps/libwalkdir-9732b146893c009a.rlib --cap-lints=warn -L native=/opt/crater/target/debug/build/backtrace-sys-5c81d3694d492bc0/out -L native=/opt/crater/target/debug/build/brotli-sys-d6e70083c16f6e1a/out -L native=/opt/crater/target/debug/build/ring-597a163fca5fad41/out -L native=/opt/crater/target/debug/build/miniz-sys-5ae27cb3fc5ef2d5/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 ping_peer examples/ping_peer.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=2e1c014aa6645768 -C extra-filename=-2e1c014aa6645768 --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-1fc0461376e93ba8.rlib --extern actix_web=/opt/crater/target/debug/deps/libactix_web-500b687be78d7630.rlib --extern bytes=/opt/crater/target/debug/deps/libbytes-6eca479c9983e64d.rlib --extern dirs=/opt/crater/target/debug/deps/libdirs-5bede74871bfa962.rlib --extern failure=/opt/crater/target/debug/deps/libfailure-46523e08b76fa7cd.rlib --extern futures=/opt/crater/target/debug/deps/libfutures-2204f6374ace2c39.rlib --extern http=/opt/crater/target/debug/deps/libhttp-88ee4a9dc93d3818.rlib --extern hyper=/opt/crater/target/debug/deps/libhyper-d8624eded71882b6.rlib --extern hyper_multipart_rfc7578=/opt/crater/target/debug/deps/libhyper_multipart_rfc7578-11f11bf6f08a0c7b.rlib --extern ipfs_api=/opt/crater/target/debug/deps/libipfs_api-400e4763eeb3fef2.rlib --extern multiaddr=/opt/crater/target/debug/deps/libmultiaddr-e025ea165c4867fd.rlib --extern serde=/opt/crater/target/debug/deps/libserde-3a1343e806eb8450.rlib --extern serde_derive=/opt/crater/target/debug/deps/libserde_derive-8525889763034810.so --extern serde_json=/opt/crater/target/debug/deps/libserde_json-f6b540ffea90773e.rlib --extern serde_urlencoded=/opt/crater/target/debug/deps/libserde_urlencoded-d26ea8bd042b776a.rlib --extern tar=/opt/crater/target/debug/deps/libtar-da96bc4e78f8113e.rlib --extern tokio=/opt/crater/target/debug/deps/libtokio-46d75ddac72f57b8.rlib --extern tokio_codec=/opt/crater/target/debug/deps/libtokio_codec-9b13ed34161afe38.rlib --extern tokio_io=/opt/crater/target/debug/deps/libtokio_io-6a1ede5678cf27e0.rlib --extern tokio_timer=/opt/crater/target/debug/deps/libtokio_timer-c93f6415d850a3a5.rlib --extern walkdir=/opt/crater/target/debug/deps/libwalkdir-9732b146893c009a.rlib --cap-lints=warn -L native=/opt/crater/target/debug/build/backtrace-sys-5c81d3694d492bc0/out -L native=/opt/crater/target/debug/build/brotli-sys-d6e70083c16f6e1a/out -L native=/opt/crater/target/debug/build/ring-597a163fca5fad41/out -L native=/opt/crater/target/debug/build/miniz-sys-5ae27cb3fc5ef2d5/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 dns examples/dns.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=954b0478c1ab78c3 -C extra-filename=-954b0478c1ab78c3 --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-1fc0461376e93ba8.rlib --extern actix_web=/opt/crater/target/debug/deps/libactix_web-500b687be78d7630.rlib --extern bytes=/opt/crater/target/debug/deps/libbytes-6eca479c9983e64d.rlib --extern dirs=/opt/crater/target/debug/deps/libdirs-5bede74871bfa962.rlib --extern failure=/opt/crater/target/debug/deps/libfailure-46523e08b76fa7cd.rlib --extern futures=/opt/crater/target/debug/deps/libfutures-2204f6374ace2c39.rlib --extern http=/opt/crater/target/debug/deps/libhttp-88ee4a9dc93d3818.rlib --extern hyper=/opt/crater/target/debug/deps/libhyper-d8624eded71882b6.rlib --extern hyper_multipart_rfc7578=/opt/crater/target/debug/deps/libhyper_multipart_rfc7578-11f11bf6f08a0c7b.rlib --extern ipfs_api=/opt/crater/target/debug/deps/libipfs_api-400e4763eeb3fef2.rlib --extern multiaddr=/opt/crater/target/debug/deps/libmultiaddr-e025ea165c4867fd.rlib --extern serde=/opt/crater/target/debug/deps/libserde-3a1343e806eb8450.rlib --extern serde_derive=/opt/crater/target/debug/deps/libserde_derive-8525889763034810.so --extern serde_json=/opt/crater/target/debug/deps/libserde_json-f6b540ffea90773e.rlib --extern serde_urlencoded=/opt/crater/target/debug/deps/libserde_urlencoded-d26ea8bd042b776a.rlib --extern tar=/opt/crater/target/debug/deps/libtar-da96bc4e78f8113e.rlib --extern tokio=/opt/crater/target/debug/deps/libtokio-46d75ddac72f57b8.rlib --extern tokio_codec=/opt/crater/target/debug/deps/libtokio_codec-9b13ed34161afe38.rlib --extern tokio_io=/opt/crater/target/debug/deps/libtokio_io-6a1ede5678cf27e0.rlib --extern tokio_timer=/opt/crater/target/debug/deps/libtokio_timer-c93f6415d850a3a5.rlib --extern walkdir=/opt/crater/target/debug/deps/libwalkdir-9732b146893c009a.rlib --cap-lints=warn -L native=/opt/crater/target/debug/build/backtrace-sys-5c81d3694d492bc0/out -L native=/opt/crater/target/debug/build/brotli-sys-d6e70083c16f6e1a/out -L native=/opt/crater/target/debug/build/ring-597a163fca5fad41/out -L native=/opt/crater/target/debug/build/miniz-sys-5ae27cb3fc5ef2d5/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] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/resolve_name-b7c6c53af3ae114f.resolve_name.bwq1u9xp-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/resolve_name-b7c6c53af3ae114f.resolve_name.bwq1u9xp-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/resolve_name-b7c6c53af3ae114f.resolve_name.bwq1u9xp-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/resolve_name-b7c6c53af3ae114f.resolve_name.bwq1u9xp-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/resolve_name-b7c6c53af3ae114f.resolve_name.bwq1u9xp-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/resolve_name-b7c6c53af3ae114f.resolve_name.bwq1u9xp-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/resolve_name-b7c6c53af3ae114f.resolve_name.bwq1u9xp-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/resolve_name-b7c6c53af3ae114f.resolve_name.bwq1u9xp-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/resolve_name-b7c6c53af3ae114f.resolve_name.bwq1u9xp-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/resolve_name-b7c6c53af3ae114f.resolve_name.bwq1u9xp-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/resolve_name-b7c6c53af3ae114f.resolve_name.bwq1u9xp-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/resolve_name-b7c6c53af3ae114f.resolve_name.bwq1u9xp-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/resolve_name-b7c6c53af3ae114f.resolve_name.bwq1u9xp-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/resolve_name-b7c6c53af3ae114f.resolve_name.bwq1u9xp-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/resolve_name-b7c6c53af3ae114f.resolve_name.bwq1u9xp-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/resolve_name-b7c6c53af3ae114f.resolve_name.bwq1u9xp-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/resolve_name-b7c6c53af3ae114f" "/opt/crater/target/debug/examples/resolve_name-b7c6c53af3ae114f.328y82h5149xpkzh.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-5c81d3694d492bc0/out" "-L" "/opt/crater/target/debug/build/brotli-sys-d6e70083c16f6e1a/out" "-L" "/opt/crater/target/debug/build/ring-597a163fca5fad41/out" "-L" "/opt/crater/target/debug/build/miniz-sys-5ae27cb3fc5ef2d5/out" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libipfs_api-400e4763eeb3fef2.rlib" "/opt/crater/target/debug/deps/libwalkdir-9732b146893c009a.rlib" "/opt/crater/target/debug/deps/libsame_file-20f5d349f4fddef0.rlib" "/opt/crater/target/debug/deps/libserde_urlencoded-d26ea8bd042b776a.rlib" "/opt/crater/target/debug/deps/liburl-f943eec50fd40e71.rlib" "/opt/crater/target/debug/deps/libencoding-a504f0c84579b1c2.rlib" "/opt/crater/target/debug/deps/libencoding_index_tradchinese-a5c8de531ff486b0.rlib" "/opt/crater/target/debug/deps/libencoding_index_simpchinese-5c0e60522710732c.rlib" "/opt/crater/target/debug/deps/libencoding_index_japanese-1be8d91d0a52e864.rlib" "/opt/crater/target/debug/deps/libencoding_index_korean-3525f39ef2e9a9c9.rlib" "/opt/crater/target/debug/deps/libencoding_index_singlebyte-06eaa0be26a98b31.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-7ae675a5263db170.rlib" "/opt/crater/target/debug/deps/libidna-52fbc9ef9e77809d.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-3ac46972447058ab.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-ad8beb3a11009df0.rlib" "/opt/crater/target/debug/deps/libmatches-5962f64d87545c04.rlib" "/opt/crater/target/debug/deps/libdtoa-8ca04c299b5dbe41.rlib" "/opt/crater/target/debug/deps/libserde_json-f6b540ffea90773e.rlib" "/opt/crater/target/debug/deps/libryu-be578719e5bf2327.rlib" "/opt/crater/target/debug/deps/libmultiaddr-e025ea165c4867fd.rlib" "/opt/crater/target/debug/deps/libcid-9d40a92dfc8b11c4.rlib" "/opt/crater/target/debug/deps/libinteger_encoding-a53f76cc9102d703.rlib" "/opt/crater/target/debug/deps/libmultibase-6176c6d6b90385ec.rlib" "/opt/crater/target/debug/deps/libbase_x-0da3149e0fbc86aa.rlib" "/opt/crater/target/debug/deps/libmultihash-df4c5c6875b982de.rlib" "/opt/crater/target/debug/deps/libtiny_keccak-985ebc383fd92da3.rlib" "/opt/crater/target/debug/deps/libcrunchy-97d26876816d4016.rlib" "/opt/crater/target/debug/deps/libsha2-504586203a5eaa99.rlib" "/opt/crater/target/debug/deps/libfake_simd-9a7a25a362cdb1bc.rlib" "/opt/crater/target/debug/deps/libblock_buffer-fc797310c50e591d.rlib" "/opt/crater/target/debug/deps/libarrayref-a56c034901878e2e.rlib" "/opt/crater/target/debug/deps/libdigest-30f93245539468f2.rlib" "/opt/crater/target/debug/deps/libgeneric_array-8ec2d879b1ae6574.rlib" "/opt/crater/target/debug/deps/libtypenum-49005c187b93bc71.rlib" "/opt/crater/target/debug/deps/libbyte_tools-e0808b81140be31c.rlib" "/opt/crater/target/debug/deps/libsha1-322f1c636f1e3698.rlib" "/opt/crater/target/debug/deps/libdirs-5bede74871bfa962.rlib" "/opt/crater/target/debug/deps/libserde-3a1343e806eb8450.rlib" "/opt/crater/target/debug/deps/libfailure-46523e08b76fa7cd.rlib" "/opt/crater/target/debug/deps/libbacktrace-b55b2db5d65cb8a4.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-01c69401428504e5.rlib" "/opt/crater/target/debug/deps/librustc_demangle-dd44235a42da0b4e.rlib" "/opt/crater/target/debug/deps/libhyper_multipart_rfc7578-11f11bf6f08a0c7b.rlib" "/opt/crater/target/debug/deps/libcommon_multipart_rfc7578-47d8265667e7c0fc.rlib" "/opt/crater/target/debug/deps/librand-7be3a21921134c52.rlib" "/opt/crater/target/debug/deps/libmime-2ad0b7e042b7ff0c.rlib" "/opt/crater/target/debug/deps/libunicase-9d7982dbb3c6947a.rlib" "/opt/crater/target/debug/deps/libhyper-d8624eded71882b6.rlib" "/opt/crater/target/debug/deps/libwant-29fa141ff4fb9fb1.rlib" "/opt/crater/target/debug/deps/libtry_lock-5d6601f1f27a9bbb.rlib" "/opt/crater/target/debug/deps/libtokio-46d75ddac72f57b8.rlib" "/opt/crater/target/debug/deps/libtokio_uds-a672117921d1eb82.rlib" "/opt/crater/target/debug/deps/libmio_uds-c2adf450a8cd66f2.rlib" "/opt/crater/target/debug/deps/libtokio_udp-a7089c56f4a47fe8.rlib" "/opt/crater/target/debug/deps/libtokio_timer-c93f6415d850a3a5.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-1d529c1b65c89ff8.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-94c2daa3f117e520.rlib" "/opt/crater/target/debug/deps/libtokio_sync-be5eabd68f6f693c.rlib" "/opt/crater/target/debug/deps/libparking_lot-b0edbae249953a77.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-07c1c93dbdd48fd5.rlib" "/opt/crater/target/debug/deps/libsmallvec-8ab4c1b4228c68ef.rlib" "/opt/crater/target/debug/deps/liblock_api-494f6f1561bbf82e.rlib" "/opt/crater/target/debug/deps/libowning_ref-effe362413e7ab7d.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-d0a4946e4c2703bb.rlib" "/opt/crater/target/debug/deps/libscopeguard-316f896e0d3e978a.rlib" "/opt/crater/target/debug/deps/libtokio_fs-5e6a8dbe9983097b.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-06933823d14fe413.rlib" "/opt/crater/target/debug/deps/librand-65b8c47b411eebc9.rlib" "/opt/crater/target/debug/deps/librand_xorshift-ff7441af0a9fb520.rlib" "/opt/crater/target/debug/deps/librand_pcg-8d4de0bb8369ce1b.rlib" "/opt/crater/target/debug/deps/librand_hc-04d208c1d9952d78.rlib" "/opt/crater/target/debug/deps/librand_chacha-7a7143ada6e2f196.rlib" "/opt/crater/target/debug/deps/librand_isaac-3a9329c693cd3f14.rlib" "/opt/crater/target/debug/deps/librand_core-16454af531e76575.rlib" "/opt/crater/target/debug/deps/librand_os-df63c8a890c1e2e9.rlib" "/opt/crater/target/debug/deps/librand_jitter-06f1043e9c10514f.rlib" "/opt/crater/target/debug/deps/librand_core-fe4fc41bf9015dbc.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-f6668dbd335cb278.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-927d16f2b3f201b1.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-9b111a0846dc7592.rlib" "/opt/crater/target/debug/deps/libscopeguard-9b5b548023a82ae4.rlib" "/opt/crater/target/debug/deps/libmemoffset-e64a831d4be8abfc.rlib" "/opt/crater/target/debug/deps/libarrayvec-ec8906360acdff5b.rlib" "/opt/crater/target/debug/deps/libnodrop-844425db77ee9480.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-9f8eef7684cef0ea.rlib" "/opt/crater/target/debug/deps/libtokio_executor-45f8f98c41472383.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-c7636b44f63f0536.rlib" "/opt/crater/target/debug/deps/liblazy_static-eb33edc716f69401.rlib" "/opt/crater/target/debug/deps/libtokio_codec-9b13ed34161afe38.rlib" "/opt/crater/target/debug/deps/libmio-ecbb24ded872582f.rlib" "/opt/crater/target/debug/deps/libtime-29b9853d922d9d06.rlib" "/opt/crater/target/debug/deps/libnet2-629edbfe8fd82654.rlib" "/opt/crater/target/debug/deps/libhttparse-edd6757da9f4355f.rlib" "/opt/crater/target/debug/deps/libhttp_body-46aeae0ed0eedb85.rlib" "/opt/crater/target/debug/deps/libtokio_buf-a66ce76991cc653b.rlib" "/opt/crater/target/debug/deps/libh2-d6561eea3f3e58fc.rlib" "/opt/crater/target/debug/deps/libindexmap-b695f4379dbb1f0f.rlib" "/opt/crater/target/debug/deps/libstring-ce779bbcf59f03f6.rlib" "/opt/crater/target/debug/deps/libslab-38e1dff674bc2c67.rlib" "/opt/crater/target/debug/deps/libhttp-88ee4a9dc93d3818.rlib" "/opt/crater/target/debug/deps/libitoa-d35f0a89557c3310.rlib" "/opt/crater/target/debug/deps/libfnv-0b54693efaf27e2a.rlib" "/opt/crater/target/debug/deps/libtokio_io-6a1ede5678cf27e0.rlib" "/opt/crater/target/debug/deps/liblog-b2a55b6d3b9925f1.rlib" "/opt/crater/target/debug/deps/libcfg_if-3028bdd7b8e15bb5.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-87b63ccdc3471354.rlib" "/opt/crater/target/debug/deps/libnum_cpus-509d1090a02489e2.rlib" "/opt/crater/target/debug/deps/libbytes-6eca479c9983e64d.rlib" "/opt/crater/target/debug/deps/libeither-718ea347c7788d34.rlib" "/opt/crater/target/debug/deps/libiovec-0aff63894148ec6b.rlib" "/opt/crater/target/debug/deps/liblibc-d019039477cac03b.rlib" "/opt/crater/target/debug/deps/libbyteorder-585fd2581aa01382.rlib" "/opt/crater/target/debug/deps/libfutures-2204f6374ace2c39.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-4a76ff35a356aedf.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e11c7b3b3225afe2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-13217ede3d276f16.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-621a9ee22da6caa1.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-546c844e8071bbeb.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-be9569e4d599746f.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-47d8845cef2a3bc5.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-017511bce73a530c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-be7979c57a08057b.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d6459c4f0817c67c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-580035dd98451925.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-aee5c24fff305dea.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-8a55a4098920125a.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-9fc4b5be2ba5cc19.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/get_commands-3941130383023606.get_commands.6f3t89xj-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/get_commands-3941130383023606.get_commands.6f3t89xj-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/get_commands-3941130383023606.get_commands.6f3t89xj-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/get_commands-3941130383023606.get_commands.6f3t89xj-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/get_commands-3941130383023606.get_commands.6f3t89xj-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/get_commands-3941130383023606.get_commands.6f3t89xj-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/get_commands-3941130383023606.get_commands.6f3t89xj-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/get_commands-3941130383023606.get_commands.6f3t89xj-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/get_commands-3941130383023606.get_commands.6f3t89xj-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/get_commands-3941130383023606.get_commands.6f3t89xj-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/get_commands-3941130383023606.get_commands.6f3t89xj-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/get_commands-3941130383023606.get_commands.6f3t89xj-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/get_commands-3941130383023606.get_commands.6f3t89xj-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/get_commands-3941130383023606.get_commands.6f3t89xj-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/get_commands-3941130383023606.get_commands.6f3t89xj-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/get_commands-3941130383023606.get_commands.6f3t89xj-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/get_commands-3941130383023606" "/opt/crater/target/debug/examples/get_commands-3941130383023606.khyimftcdprt9gm.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-5c81d3694d492bc0/out" "-L" "/opt/crater/target/debug/build/brotli-sys-d6e70083c16f6e1a/out" "-L" "/opt/crater/target/debug/build/ring-597a163fca5fad41/out" "-L" "/opt/crater/target/debug/build/miniz-sys-5ae27cb3fc5ef2d5/out" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libipfs_api-400e4763eeb3fef2.rlib" "/opt/crater/target/debug/deps/libwalkdir-9732b146893c009a.rlib" "/opt/crater/target/debug/deps/libsame_file-20f5d349f4fddef0.rlib" "/opt/crater/target/debug/deps/libserde_urlencoded-d26ea8bd042b776a.rlib" "/opt/crater/target/debug/deps/liburl-f943eec50fd40e71.rlib" "/opt/crater/target/debug/deps/libencoding-a504f0c84579b1c2.rlib" "/opt/crater/target/debug/deps/libencoding_index_tradchinese-a5c8de531ff486b0.rlib" "/opt/crater/target/debug/deps/libencoding_index_simpchinese-5c0e60522710732c.rlib" "/opt/crater/target/debug/deps/libencoding_index_japanese-1be8d91d0a52e864.rlib" "/opt/crater/target/debug/deps/libencoding_index_korean-3525f39ef2e9a9c9.rlib" "/opt/crater/target/debug/deps/libencoding_index_singlebyte-06eaa0be26a98b31.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-7ae675a5263db170.rlib" "/opt/crater/target/debug/deps/libidna-52fbc9ef9e77809d.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-3ac46972447058ab.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-ad8beb3a11009df0.rlib" "/opt/crater/target/debug/deps/libmatches-5962f64d87545c04.rlib" "/opt/crater/target/debug/deps/libdtoa-8ca04c299b5dbe41.rlib" "/opt/crater/target/debug/deps/libserde_json-f6b540ffea90773e.rlib" "/opt/crater/target/debug/deps/libryu-be578719e5bf2327.rlib" "/opt/crater/target/debug/deps/libmultiaddr-e025ea165c4867fd.rlib" "/opt/crater/target/debug/deps/libcid-9d40a92dfc8b11c4.rlib" "/opt/crater/target/debug/deps/libinteger_encoding-a53f76cc9102d703.rlib" "/opt/crater/target/debug/deps/libmultibase-6176c6d6b90385ec.rlib" "/opt/crater/target/debug/deps/libbase_x-0da3149e0fbc86aa.rlib" "/opt/crater/target/debug/deps/libmultihash-df4c5c6875b982de.rlib" "/opt/crater/target/debug/deps/libtiny_keccak-985ebc383fd92da3.rlib" "/opt/crater/target/debug/deps/libcrunchy-97d26876816d4016.rlib" "/opt/crater/target/debug/deps/libsha2-504586203a5eaa99.rlib" "/opt/crater/target/debug/deps/libfake_simd-9a7a25a362cdb1bc.rlib" "/opt/crater/target/debug/deps/libblock_buffer-fc797310c50e591d.rlib" "/opt/crater/target/debug/deps/libarrayref-a56c034901878e2e.rlib" "/opt/crater/target/debug/deps/libdigest-30f93245539468f2.rlib" "/opt/crater/target/debug/deps/libgeneric_array-8ec2d879b1ae6574.rlib" "/opt/crater/target/debug/deps/libtypenum-49005c187b93bc71.rlib" "/opt/crater/target/debug/deps/libbyte_tools-e0808b81140be31c.rlib" "/opt/crater/target/debug/deps/libsha1-322f1c636f1e3698.rlib" "/opt/crater/target/debug/deps/libdirs-5bede74871bfa962.rlib" "/opt/crater/target/debug/deps/libserde-3a1343e806eb8450.rlib" "/opt/crater/target/debug/deps/libfailure-46523e08b76fa7cd.rlib" "/opt/crater/target/debug/deps/libbacktrace-b55b2db5d65cb8a4.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-01c69401428504e5.rlib" "/opt/crater/target/debug/deps/librustc_demangle-dd44235a42da0b4e.rlib" "/opt/crater/target/debug/deps/libhyper_multipart_rfc7578-11f11bf6f08a0c7b.rlib" "/opt/crater/target/debug/deps/libcommon_multipart_rfc7578-47d8265667e7c0fc.rlib" "/opt/crater/target/debug/deps/librand-7be3a21921134c52.rlib" "/opt/crater/target/debug/deps/libmime-2ad0b7e042b7ff0c.rlib" "/opt/crater/target/debug/deps/libunicase-9d7982dbb3c6947a.rlib" "/opt/crater/target/debug/deps/libhyper-d8624eded71882b6.rlib" "/opt/crater/target/debug/deps/libwant-29fa141ff4fb9fb1.rlib" "/opt/crater/target/debug/deps/libtry_lock-5d6601f1f27a9bbb.rlib" "/opt/crater/target/debug/deps/libtokio-46d75ddac72f57b8.rlib" "/opt/crater/target/debug/deps/libtokio_uds-a672117921d1eb82.rlib" "/opt/crater/target/debug/deps/libmio_uds-c2adf450a8cd66f2.rlib" "/opt/crater/target/debug/deps/libtokio_udp-a7089c56f4a47fe8.rlib" "/opt/crater/target/debug/deps/libtokio_timer-c93f6415d850a3a5.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-1d529c1b65c89ff8.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-94c2daa3f117e520.rlib" "/opt/crater/target/debug/deps/libtokio_sync-be5eabd68f6f693c.rlib" "/opt/crater/target/debug/deps/libparking_lot-b0edbae249953a77.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-07c1c93dbdd48fd5.rlib" "/opt/crater/target/debug/deps/libsmallvec-8ab4c1b4228c68ef.rlib" "/opt/crater/target/debug/deps/liblock_api-494f6f1561bbf82e.rlib" "/opt/crater/target/debug/deps/libowning_ref-effe362413e7ab7d.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-d0a4946e4c2703bb.rlib" "/opt/crater/target/debug/deps/libscopeguard-316f896e0d3e978a.rlib" "/opt/crater/target/debug/deps/libtokio_fs-5e6a8dbe9983097b.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-06933823d14fe413.rlib" "/opt/crater/target/debug/deps/librand-65b8c47b411eebc9.rlib" "/opt/crater/target/debug/deps/librand_xorshift-ff7441af0a9fb520.rlib" "/opt/crater/target/debug/deps/librand_pcg-8d4de0bb8369ce1b.rlib" "/opt/crater/target/debug/deps/librand_hc-04d208c1d9952d78.rlib" "/opt/crater/target/debug/deps/librand_chacha-7a7143ada6e2f196.rlib" "/opt/crater/target/debug/deps/librand_isaac-3a9329c693cd3f14.rlib" "/opt/crater/target/debug/deps/librand_core-16454af531e76575.rlib" "/opt/crater/target/debug/deps/librand_os-df63c8a890c1e2e9.rlib" "/opt/crater/target/debug/deps/librand_jitter-06f1043e9c10514f.rlib" "/opt/crater/target/debug/deps/librand_core-fe4fc41bf9015dbc.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-f6668dbd335cb278.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-927d16f2b3f201b1.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-9b111a0846dc7592.rlib" "/opt/crater/target/debug/deps/libscopeguard-9b5b548023a82ae4.rlib" "/opt/crater/target/debug/deps/libmemoffset-e64a831d4be8abfc.rlib" "/opt/crater/target/debug/deps/libarrayvec-ec8906360acdff5b.rlib" "/opt/crater/target/debug/deps/libnodrop-844425db77ee9480.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-9f8eef7684cef0ea.rlib" "/opt/crater/target/debug/deps/libtokio_executor-45f8f98c41472383.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-c7636b44f63f0536.rlib" "/opt/crater/target/debug/deps/liblazy_static-eb33edc716f69401.rlib" "/opt/crater/target/debug/deps/libtokio_codec-9b13ed34161afe38.rlib" "/opt/crater/target/debug/deps/libmio-ecbb24ded872582f.rlib" "/opt/crater/target/debug/deps/libtime-29b9853d922d9d06.rlib" "/opt/crater/target/debug/deps/libnet2-629edbfe8fd82654.rlib" "/opt/crater/target/debug/deps/libhttparse-edd6757da9f4355f.rlib" "/opt/crater/target/debug/deps/libhttp_body-46aeae0ed0eedb85.rlib" "/opt/crater/target/debug/deps/libtokio_buf-a66ce76991cc653b.rlib" "/opt/crater/target/debug/deps/libh2-d6561eea3f3e58fc.rlib" "/opt/crater/target/debug/deps/libindexmap-b695f4379dbb1f0f.rlib" "/opt/crater/target/debug/deps/libstring-ce779bbcf59f03f6.rlib" "/opt/crater/target/debug/deps/libslab-38e1dff674bc2c67.rlib" "/opt/crater/target/debug/deps/libhttp-88ee4a9dc93d3818.rlib" "/opt/crater/target/debug/deps/libitoa-d35f0a89557c3310.rlib" "/opt/crater/target/debug/deps/libfnv-0b54693efaf27e2a.rlib" "/opt/crater/target/debug/deps/libtokio_io-6a1ede5678cf27e0.rlib" "/opt/crater/target/debug/deps/liblog-b2a55b6d3b9925f1.rlib" "/opt/crater/target/debug/deps/libcfg_if-3028bdd7b8e15bb5.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-87b63ccdc3471354.rlib" "/opt/crater/target/debug/deps/libnum_cpus-509d1090a02489e2.rlib" "/opt/crater/target/debug/deps/libbytes-6eca479c9983e64d.rlib" "/opt/crater/target/debug/deps/libeither-718ea347c7788d34.rlib" "/opt/crater/target/debug/deps/libiovec-0aff63894148ec6b.rlib" "/opt/crater/target/debug/deps/liblibc-d019039477cac03b.rlib" "/opt/crater/target/debug/deps/libbyteorder-585fd2581aa01382.rlib" "/opt/crater/target/debug/deps/libfutures-2204f6374ace2c39.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-4a76ff35a356aedf.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e11c7b3b3225afe2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-13217ede3d276f16.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-621a9ee22da6caa1.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-546c844e8071bbeb.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-be9569e4d599746f.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-47d8845cef2a3bc5.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-017511bce73a530c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-be7979c57a08057b.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d6459c4f0817c67c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-580035dd98451925.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-aee5c24fff305dea.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-8a55a4098920125a.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-9fc4b5be2ba5cc19.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: BFD (GNU Binutils for Debian) 2.28 internal error, aborting at ../../bfd/merge.c:908 in _bfd_merged_section_offset [INFO] [stderr] [INFO] [stderr] /usr/bin/ld: Please report this bug. [INFO] [stderr] [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] = note: /usr/bin/ld: BFD (GNU Binutils for Debian) 2.28 internal error, aborting at ../../bfd/merge.c:908 in _bfd_merged_section_offset [INFO] [stderr] [INFO] [stderr] /usr/bin/ld: Please report this bug. [INFO] [stderr] [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 `ipfs-api`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/get_version-078828cb25f3a50e.get_version.bz38jzfz-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/get_version-078828cb25f3a50e.get_version.bz38jzfz-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/get_version-078828cb25f3a50e.get_version.bz38jzfz-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/get_version-078828cb25f3a50e.get_version.bz38jzfz-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/get_version-078828cb25f3a50e.get_version.bz38jzfz-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/get_version-078828cb25f3a50e.get_version.bz38jzfz-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/get_version-078828cb25f3a50e.get_version.bz38jzfz-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/get_version-078828cb25f3a50e.get_version.bz38jzfz-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/get_version-078828cb25f3a50e.get_version.bz38jzfz-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/get_version-078828cb25f3a50e.get_version.bz38jzfz-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/get_version-078828cb25f3a50e.get_version.bz38jzfz-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/get_version-078828cb25f3a50e.get_version.bz38jzfz-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/get_version-078828cb25f3a50e.get_version.bz38jzfz-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/get_version-078828cb25f3a50e.get_version.bz38jzfz-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/get_version-078828cb25f3a50e.get_version.bz38jzfz-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/get_version-078828cb25f3a50e.get_version.bz38jzfz-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/get_version-078828cb25f3a50e" "/opt/crater/target/debug/examples/get_version-078828cb25f3a50e.3wg9vptb1kqeeho5.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-5c81d3694d492bc0/out" "-L" "/opt/crater/target/debug/build/brotli-sys-d6e70083c16f6e1a/out" "-L" "/opt/crater/target/debug/build/ring-597a163fca5fad41/out" "-L" "/opt/crater/target/debug/build/miniz-sys-5ae27cb3fc5ef2d5/out" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libipfs_api-400e4763eeb3fef2.rlib" "/opt/crater/target/debug/deps/libwalkdir-9732b146893c009a.rlib" "/opt/crater/target/debug/deps/libsame_file-20f5d349f4fddef0.rlib" "/opt/crater/target/debug/deps/libserde_urlencoded-d26ea8bd042b776a.rlib" "/opt/crater/target/debug/deps/liburl-f943eec50fd40e71.rlib" "/opt/crater/target/debug/deps/libencoding-a504f0c84579b1c2.rlib" "/opt/crater/target/debug/deps/libencoding_index_tradchinese-a5c8de531ff486b0.rlib" "/opt/crater/target/debug/deps/libencoding_index_simpchinese-5c0e60522710732c.rlib" "/opt/crater/target/debug/deps/libencoding_index_japanese-1be8d91d0a52e864.rlib" "/opt/crater/target/debug/deps/libencoding_index_korean-3525f39ef2e9a9c9.rlib" "/opt/crater/target/debug/deps/libencoding_index_singlebyte-06eaa0be26a98b31.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-7ae675a5263db170.rlib" "/opt/crater/target/debug/deps/libidna-52fbc9ef9e77809d.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-3ac46972447058ab.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-ad8beb3a11009df0.rlib" "/opt/crater/target/debug/deps/libmatches-5962f64d87545c04.rlib" "/opt/crater/target/debug/deps/libdtoa-8ca04c299b5dbe41.rlib" "/opt/crater/target/debug/deps/libserde_json-f6b540ffea90773e.rlib" "/opt/crater/target/debug/deps/libryu-be578719e5bf2327.rlib" "/opt/crater/target/debug/deps/libmultiaddr-e025ea165c4867fd.rlib" "/opt/crater/target/debug/deps/libcid-9d40a92dfc8b11c4.rlib" "/opt/crater/target/debug/deps/libinteger_encoding-a53f76cc9102d703.rlib" "/opt/crater/target/debug/deps/libmultibase-6176c6d6b90385ec.rlib" "/opt/crater/target/debug/deps/libbase_x-0da3149e0fbc86aa.rlib" "/opt/crater/target/debug/deps/libmultihash-df4c5c6875b982de.rlib" "/opt/crater/target/debug/deps/libtiny_keccak-985ebc383fd92da3.rlib" "/opt/crater/target/debug/deps/libcrunchy-97d26876816d4016.rlib" "/opt/crater/target/debug/deps/libsha2-504586203a5eaa99.rlib" "/opt/crater/target/debug/deps/libfake_simd-9a7a25a362cdb1bc.rlib" "/opt/crater/target/debug/deps/libblock_buffer-fc797310c50e591d.rlib" "/opt/crater/target/debug/deps/libarrayref-a56c034901878e2e.rlib" "/opt/crater/target/debug/deps/libdigest-30f93245539468f2.rlib" "/opt/crater/target/debug/deps/libgeneric_array-8ec2d879b1ae6574.rlib" "/opt/crater/target/debug/deps/libtypenum-49005c187b93bc71.rlib" "/opt/crater/target/debug/deps/libbyte_tools-e0808b81140be31c.rlib" "/opt/crater/target/debug/deps/libsha1-322f1c636f1e3698.rlib" "/opt/crater/target/debug/deps/libdirs-5bede74871bfa962.rlib" "/opt/crater/target/debug/deps/libserde-3a1343e806eb8450.rlib" "/opt/crater/target/debug/deps/libfailure-46523e08b76fa7cd.rlib" "/opt/crater/target/debug/deps/libbacktrace-b55b2db5d65cb8a4.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-01c69401428504e5.rlib" "/opt/crater/target/debug/deps/librustc_demangle-dd44235a42da0b4e.rlib" "/opt/crater/target/debug/deps/libhyper_multipart_rfc7578-11f11bf6f08a0c7b.rlib" "/opt/crater/target/debug/deps/libcommon_multipart_rfc7578-47d8265667e7c0fc.rlib" "/opt/crater/target/debug/deps/librand-7be3a21921134c52.rlib" "/opt/crater/target/debug/deps/libmime-2ad0b7e042b7ff0c.rlib" "/opt/crater/target/debug/deps/libunicase-9d7982dbb3c6947a.rlib" "/opt/crater/target/debug/deps/libhyper-d8624eded71882b6.rlib" "/opt/crater/target/debug/deps/libwant-29fa141ff4fb9fb1.rlib" "/opt/crater/target/debug/deps/libtry_lock-5d6601f1f27a9bbb.rlib" "/opt/crater/target/debug/deps/libtokio-46d75ddac72f57b8.rlib" "/opt/crater/target/debug/deps/libtokio_uds-a672117921d1eb82.rlib" "/opt/crater/target/debug/deps/libmio_uds-c2adf450a8cd66f2.rlib" "/opt/crater/target/debug/deps/libtokio_udp-a7089c56f4a47fe8.rlib" "/opt/crater/target/debug/deps/libtokio_timer-c93f6415d850a3a5.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-1d529c1b65c89ff8.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-94c2daa3f117e520.rlib" "/opt/crater/target/debug/deps/libtokio_sync-be5eabd68f6f693c.rlib" "/opt/crater/target/debug/deps/libparking_lot-b0edbae249953a77.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-07c1c93dbdd48fd5.rlib" "/opt/crater/target/debug/deps/libsmallvec-8ab4c1b4228c68ef.rlib" "/opt/crater/target/debug/deps/liblock_api-494f6f1561bbf82e.rlib" "/opt/crater/target/debug/deps/libowning_ref-effe362413e7ab7d.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-d0a4946e4c2703bb.rlib" "/opt/crater/target/debug/deps/libscopeguard-316f896e0d3e978a.rlib" "/opt/crater/target/debug/deps/libtokio_fs-5e6a8dbe9983097b.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-06933823d14fe413.rlib" "/opt/crater/target/debug/deps/librand-65b8c47b411eebc9.rlib" "/opt/crater/target/debug/deps/librand_xorshift-ff7441af0a9fb520.rlib" "/opt/crater/target/debug/deps/librand_pcg-8d4de0bb8369ce1b.rlib" "/opt/crater/target/debug/deps/librand_hc-04d208c1d9952d78.rlib" "/opt/crater/target/debug/deps/librand_chacha-7a7143ada6e2f196.rlib" "/opt/crater/target/debug/deps/librand_isaac-3a9329c693cd3f14.rlib" "/opt/crater/target/debug/deps/librand_core-16454af531e76575.rlib" "/opt/crater/target/debug/deps/librand_os-df63c8a890c1e2e9.rlib" "/opt/crater/target/debug/deps/librand_jitter-06f1043e9c10514f.rlib" "/opt/crater/target/debug/deps/librand_core-fe4fc41bf9015dbc.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-f6668dbd335cb278.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-927d16f2b3f201b1.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-9b111a0846dc7592.rlib" "/opt/crater/target/debug/deps/libscopeguard-9b5b548023a82ae4.rlib" "/opt/crater/target/debug/deps/libmemoffset-e64a831d4be8abfc.rlib" "/opt/crater/target/debug/deps/libarrayvec-ec8906360acdff5b.rlib" "/opt/crater/target/debug/deps/libnodrop-844425db77ee9480.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-9f8eef7684cef0ea.rlib" "/opt/crater/target/debug/deps/libtokio_executor-45f8f98c41472383.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-c7636b44f63f0536.rlib" "/opt/crater/target/debug/deps/liblazy_static-eb33edc716f69401.rlib" "/opt/crater/target/debug/deps/libtokio_codec-9b13ed34161afe38.rlib" "/opt/crater/target/debug/deps/libmio-ecbb24ded872582f.rlib" "/opt/crater/target/debug/deps/libtime-29b9853d922d9d06.rlib" "/opt/crater/target/debug/deps/libnet2-629edbfe8fd82654.rlib" "/opt/crater/target/debug/deps/libhttparse-edd6757da9f4355f.rlib" "/opt/crater/target/debug/deps/libhttp_body-46aeae0ed0eedb85.rlib" "/opt/crater/target/debug/deps/libtokio_buf-a66ce76991cc653b.rlib" "/opt/crater/target/debug/deps/libh2-d6561eea3f3e58fc.rlib" "/opt/crater/target/debug/deps/libindexmap-b695f4379dbb1f0f.rlib" "/opt/crater/target/debug/deps/libstring-ce779bbcf59f03f6.rlib" "/opt/crater/target/debug/deps/libslab-38e1dff674bc2c67.rlib" "/opt/crater/target/debug/deps/libhttp-88ee4a9dc93d3818.rlib" "/opt/crater/target/debug/deps/libitoa-d35f0a89557c3310.rlib" "/opt/crater/target/debug/deps/libfnv-0b54693efaf27e2a.rlib" "/opt/crater/target/debug/deps/libtokio_io-6a1ede5678cf27e0.rlib" "/opt/crater/target/debug/deps/liblog-b2a55b6d3b9925f1.rlib" "/opt/crater/target/debug/deps/libcfg_if-3028bdd7b8e15bb5.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-87b63ccdc3471354.rlib" "/opt/crater/target/debug/deps/libnum_cpus-509d1090a02489e2.rlib" "/opt/crater/target/debug/deps/libbytes-6eca479c9983e64d.rlib" "/opt/crater/target/debug/deps/libeither-718ea347c7788d34.rlib" "/opt/crater/target/debug/deps/libiovec-0aff63894148ec6b.rlib" "/opt/crater/target/debug/deps/liblibc-d019039477cac03b.rlib" "/opt/crater/target/debug/deps/libbyteorder-585fd2581aa01382.rlib" "/opt/crater/target/debug/deps/libfutures-2204f6374ace2c39.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-4a76ff35a356aedf.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e11c7b3b3225afe2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-13217ede3d276f16.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-621a9ee22da6caa1.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-546c844e8071bbeb.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-be9569e4d599746f.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-47d8845cef2a3bc5.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-017511bce73a530c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-be7979c57a08057b.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d6459c4f0817c67c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-580035dd98451925.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-aee5c24fff305dea.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-8a55a4098920125a.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-9fc4b5be2ba5cc19.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: final link failed: Nonrepresentable section on output [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 `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/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/bootstrap_default-47659d9a0a08ed41.bootstrap_default.utzqyv67-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/bootstrap_default-47659d9a0a08ed41.bootstrap_default.utzqyv67-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/bootstrap_default-47659d9a0a08ed41.bootstrap_default.utzqyv67-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/bootstrap_default-47659d9a0a08ed41.bootstrap_default.utzqyv67-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/bootstrap_default-47659d9a0a08ed41.bootstrap_default.utzqyv67-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/bootstrap_default-47659d9a0a08ed41.bootstrap_default.utzqyv67-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/bootstrap_default-47659d9a0a08ed41.bootstrap_default.utzqyv67-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/bootstrap_default-47659d9a0a08ed41.bootstrap_default.utzqyv67-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/bootstrap_default-47659d9a0a08ed41.bootstrap_default.utzqyv67-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/bootstrap_default-47659d9a0a08ed41.bootstrap_default.utzqyv67-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/bootstrap_default-47659d9a0a08ed41.bootstrap_default.utzqyv67-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/bootstrap_default-47659d9a0a08ed41.bootstrap_default.utzqyv67-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/bootstrap_default-47659d9a0a08ed41.bootstrap_default.utzqyv67-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/bootstrap_default-47659d9a0a08ed41.bootstrap_default.utzqyv67-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/bootstrap_default-47659d9a0a08ed41.bootstrap_default.utzqyv67-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/bootstrap_default-47659d9a0a08ed41.bootstrap_default.utzqyv67-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/bootstrap_default-47659d9a0a08ed41" "/opt/crater/target/debug/examples/bootstrap_default-47659d9a0a08ed41.1wrkg35hbq9jn0pc.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-5c81d3694d492bc0/out" "-L" "/opt/crater/target/debug/build/brotli-sys-d6e70083c16f6e1a/out" "-L" "/opt/crater/target/debug/build/ring-597a163fca5fad41/out" "-L" "/opt/crater/target/debug/build/miniz-sys-5ae27cb3fc5ef2d5/out" "-L" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libipfs_api-400e4763eeb3fef2.rlib" "/opt/crater/target/debug/deps/libwalkdir-9732b146893c009a.rlib" "/opt/crater/target/debug/deps/libsame_file-20f5d349f4fddef0.rlib" "/opt/crater/target/debug/deps/libserde_urlencoded-d26ea8bd042b776a.rlib" "/opt/crater/target/debug/deps/liburl-f943eec50fd40e71.rlib" "/opt/crater/target/debug/deps/libencoding-a504f0c84579b1c2.rlib" "/opt/crater/target/debug/deps/libencoding_index_tradchinese-a5c8de531ff486b0.rlib" "/opt/crater/target/debug/deps/libencoding_index_simpchinese-5c0e60522710732c.rlib" "/opt/crater/target/debug/deps/libencoding_index_japanese-1be8d91d0a52e864.rlib" "/opt/crater/target/debug/deps/libencoding_index_korean-3525f39ef2e9a9c9.rlib" "/opt/crater/target/debug/deps/libencoding_index_singlebyte-06eaa0be26a98b31.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-7ae675a5263db170.rlib" "/opt/crater/target/debug/deps/libidna-52fbc9ef9e77809d.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-3ac46972447058ab.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-ad8beb3a11009df0.rlib" "/opt/crater/target/debug/deps/libmatches-5962f64d87545c04.rlib" "/opt/crater/target/debug/deps/libdtoa-8ca04c299b5dbe41.rlib" "/opt/crater/target/debug/deps/libserde_json-f6b540ffea90773e.rlib" "/opt/crater/target/debug/deps/libryu-be578719e5bf2327.rlib" "/opt/crater/target/debug/deps/libmultiaddr-e025ea165c4867fd.rlib" "/opt/crater/target/debug/deps/libcid-9d40a92dfc8b11c4.rlib" "/opt/crater/target/debug/deps/libinteger_encoding-a53f76cc9102d703.rlib" "/opt/crater/target/debug/deps/libmultibase-6176c6d6b90385ec.rlib" "/opt/crater/target/debug/deps/libbase_x-0da3149e0fbc86aa.rlib" "/opt/crater/target/debug/deps/libmultihash-df4c5c6875b982de.rlib" "/opt/crater/target/debug/deps/libtiny_keccak-985ebc383fd92da3.rlib" "/opt/crater/target/debug/deps/libcrunchy-97d26876816d4016.rlib" "/opt/crater/target/debug/deps/libsha2-504586203a5eaa99.rlib" "/opt/crater/target/debug/deps/libfake_simd-9a7a25a362cdb1bc.rlib" "/opt/crater/target/debug/deps/libblock_buffer-fc797310c50e591d.rlib" "/opt/crater/target/debug/deps/libarrayref-a56c034901878e2e.rlib" "/opt/crater/target/debug/deps/libdigest-30f93245539468f2.rlib" "/opt/crater/target/debug/deps/libgeneric_array-8ec2d879b1ae6574.rlib" "/opt/crater/target/debug/deps/libtypenum-49005c187b93bc71.rlib" "/opt/crater/target/debug/deps/libbyte_tools-e0808b81140be31c.rlib" "/opt/crater/target/debug/deps/libsha1-322f1c636f1e3698.rlib" "/opt/crater/target/debug/deps/libdirs-5bede74871bfa962.rlib" "/opt/crater/target/debug/deps/libserde-3a1343e806eb8450.rlib" "/opt/crater/target/debug/deps/libfailure-46523e08b76fa7cd.rlib" "/opt/crater/target/debug/deps/libbacktrace-b55b2db5d65cb8a4.rlib" "/opt/crater/target/debug/deps/libbacktrace_sys-01c69401428504e5.rlib" "/opt/crater/target/debug/deps/librustc_demangle-dd44235a42da0b4e.rlib" "/opt/crater/target/debug/deps/libhyper_multipart_rfc7578-11f11bf6f08a0c7b.rlib" "/opt/crater/target/debug/deps/libcommon_multipart_rfc7578-47d8265667e7c0fc.rlib" "/opt/crater/target/debug/deps/librand-7be3a21921134c52.rlib" "/opt/crater/target/debug/deps/libmime-2ad0b7e042b7ff0c.rlib" "/opt/crater/target/debug/deps/libunicase-9d7982dbb3c6947a.rlib" "/opt/crater/target/debug/deps/libhyper-d8624eded71882b6.rlib" "/opt/crater/target/debug/deps/libwant-29fa141ff4fb9fb1.rlib" "/opt/crater/target/debug/deps/libtry_lock-5d6601f1f27a9bbb.rlib" "/opt/crater/target/debug/deps/libtokio-46d75ddac72f57b8.rlib" "/opt/crater/target/debug/deps/libtokio_uds-a672117921d1eb82.rlib" "/opt/crater/target/debug/deps/libmio_uds-c2adf450a8cd66f2.rlib" "/opt/crater/target/debug/deps/libtokio_udp-a7089c56f4a47fe8.rlib" "/opt/crater/target/debug/deps/libtokio_timer-c93f6415d850a3a5.rlib" "/opt/crater/target/debug/deps/libtokio_tcp-1d529c1b65c89ff8.rlib" "/opt/crater/target/debug/deps/libtokio_reactor-94c2daa3f117e520.rlib" "/opt/crater/target/debug/deps/libtokio_sync-be5eabd68f6f693c.rlib" "/opt/crater/target/debug/deps/libparking_lot-b0edbae249953a77.rlib" "/opt/crater/target/debug/deps/libparking_lot_core-07c1c93dbdd48fd5.rlib" "/opt/crater/target/debug/deps/libsmallvec-8ab4c1b4228c68ef.rlib" "/opt/crater/target/debug/deps/liblock_api-494f6f1561bbf82e.rlib" "/opt/crater/target/debug/deps/libowning_ref-effe362413e7ab7d.rlib" "/opt/crater/target/debug/deps/libstable_deref_trait-d0a4946e4c2703bb.rlib" "/opt/crater/target/debug/deps/libscopeguard-316f896e0d3e978a.rlib" "/opt/crater/target/debug/deps/libtokio_fs-5e6a8dbe9983097b.rlib" "/opt/crater/target/debug/deps/libtokio_threadpool-06933823d14fe413.rlib" "/opt/crater/target/debug/deps/librand-65b8c47b411eebc9.rlib" "/opt/crater/target/debug/deps/librand_xorshift-ff7441af0a9fb520.rlib" "/opt/crater/target/debug/deps/librand_pcg-8d4de0bb8369ce1b.rlib" "/opt/crater/target/debug/deps/librand_hc-04d208c1d9952d78.rlib" "/opt/crater/target/debug/deps/librand_chacha-7a7143ada6e2f196.rlib" "/opt/crater/target/debug/deps/librand_isaac-3a9329c693cd3f14.rlib" "/opt/crater/target/debug/deps/librand_core-16454af531e76575.rlib" "/opt/crater/target/debug/deps/librand_os-df63c8a890c1e2e9.rlib" "/opt/crater/target/debug/deps/librand_jitter-06f1043e9c10514f.rlib" "/opt/crater/target/debug/deps/librand_core-fe4fc41bf9015dbc.rlib" "/opt/crater/target/debug/deps/libcrossbeam_queue-f6668dbd335cb278.rlib" "/opt/crater/target/debug/deps/libcrossbeam_deque-927d16f2b3f201b1.rlib" "/opt/crater/target/debug/deps/libcrossbeam_epoch-9b111a0846dc7592.rlib" "/opt/crater/target/debug/deps/libscopeguard-9b5b548023a82ae4.rlib" "/opt/crater/target/debug/deps/libmemoffset-e64a831d4be8abfc.rlib" "/opt/crater/target/debug/deps/libarrayvec-ec8906360acdff5b.rlib" "/opt/crater/target/debug/deps/libnodrop-844425db77ee9480.rlib" "/opt/crater/target/debug/deps/libtokio_current_thread-9f8eef7684cef0ea.rlib" "/opt/crater/target/debug/deps/libtokio_executor-45f8f98c41472383.rlib" "/opt/crater/target/debug/deps/libcrossbeam_utils-c7636b44f63f0536.rlib" "/opt/crater/target/debug/deps/liblazy_static-eb33edc716f69401.rlib" "/opt/crater/target/debug/deps/libtokio_codec-9b13ed34161afe38.rlib" "/opt/crater/target/debug/deps/libmio-ecbb24ded872582f.rlib" "/opt/crater/target/debug/deps/libtime-29b9853d922d9d06.rlib" "/opt/crater/target/debug/deps/libnet2-629edbfe8fd82654.rlib" "/opt/crater/target/debug/deps/libhttparse-edd6757da9f4355f.rlib" "/opt/crater/target/debug/deps/libhttp_body-46aeae0ed0eedb85.rlib" "/opt/crater/target/debug/deps/libtokio_buf-a66ce76991cc653b.rlib" "/opt/crater/target/debug/deps/libh2-d6561eea3f3e58fc.rlib" "/opt/crater/target/debug/deps/libindexmap-b695f4379dbb1f0f.rlib" "/opt/crater/target/debug/deps/libstring-ce779bbcf59f03f6.rlib" "/opt/crater/target/debug/deps/libslab-38e1dff674bc2c67.rlib" "/opt/crater/target/debug/deps/libhttp-88ee4a9dc93d3818.rlib" "/opt/crater/target/debug/deps/libitoa-d35f0a89557c3310.rlib" "/opt/crater/target/debug/deps/libfnv-0b54693efaf27e2a.rlib" "/opt/crater/target/debug/deps/libtokio_io-6a1ede5678cf27e0.rlib" "/opt/crater/target/debug/deps/liblog-b2a55b6d3b9925f1.rlib" "/opt/crater/target/debug/deps/libcfg_if-3028bdd7b8e15bb5.rlib" "/opt/crater/target/debug/deps/libfutures_cpupool-87b63ccdc3471354.rlib" "/opt/crater/target/debug/deps/libnum_cpus-509d1090a02489e2.rlib" "/opt/crater/target/debug/deps/libbytes-6eca479c9983e64d.rlib" "/opt/crater/target/debug/deps/libeither-718ea347c7788d34.rlib" "/opt/crater/target/debug/deps/libiovec-0aff63894148ec6b.rlib" "/opt/crater/target/debug/deps/liblibc-d019039477cac03b.rlib" "/opt/crater/target/debug/deps/libbyteorder-585fd2581aa01382.rlib" "/opt/crater/target/debug/deps/libfutures-2204f6374ace2c39.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-4a76ff35a356aedf.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e11c7b3b3225afe2.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-13217ede3d276f16.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-621a9ee22da6caa1.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-546c844e8071bbeb.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-be9569e4d599746f.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-47d8845cef2a3bc5.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-017511bce73a530c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-be7979c57a08057b.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d6459c4f0817c67c.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-580035dd98451925.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-aee5c24fff305dea.rlib" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-8a55a4098920125a.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/1.37.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-9fc4b5be2ba5cc19.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /usr/bin/ld: BFD (GNU Binutils for Debian) 2.28 internal error, aborting at ../../bfd/elf64-x86-64.c:4731 in elf_x86_64_relocate_section [INFO] [stderr] [INFO] [stderr] /usr/bin/ld: Please report this bug. [INFO] [stderr] [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 `ipfs-api`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "208bd1dd1b83f0063658b9be7677cf1e51113300592f4afb56011e52c5c171b0"` [INFO] running `"docker" "rm" "-f" "208bd1dd1b83f0063658b9be7677cf1e51113300592f4afb56011e52c5c171b0"` [INFO] [stdout] 208bd1dd1b83f0063658b9be7677cf1e51113300592f4afb56011e52c5c171b0