[INFO] fetching crate xx 0.1.4...
[INFO] testing xx-0.1.4 against 1.57.0 for beta-1.58-1
[INFO] extracting crate xx 0.1.4 into /workspace/builds/worker-17/source
[INFO] validating manifest of crates.io crate xx 0.1.4 on toolchain 1.57.0
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.57.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate xx 0.1.4
[INFO] finished tweaking crates.io crate xx 0.1.4
[INFO] tweaked toml for crates.io crate xx 0.1.4 written to /workspace/builds/worker-17/source/Cargo.toml
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.57.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }`
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.57.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e8397a04204aaf8b9f284182a6f9e27a3c2e67044d0943b4415b160bfc957681" "/opt/rustwide/cargo-home/bin/cargo" "+1.57.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d654234f7c886120e9a7dc636ba8f094d742686d17eecbb19e538cf59f795e56
[INFO] running `Command { std: "docker" "start" "-a" "d654234f7c886120e9a7dc636ba8f094d742686d17eecbb19e538cf59f795e56", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d654234f7c886120e9a7dc636ba8f094d742686d17eecbb19e538cf59f795e56", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d654234f7c886120e9a7dc636ba8f094d742686d17eecbb19e538cf59f795e56", kill_on_drop: false }`
[INFO] [stdout] d654234f7c886120e9a7dc636ba8f094d742686d17eecbb19e538cf59f795e56
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e8397a04204aaf8b9f284182a6f9e27a3c2e67044d0943b4415b160bfc957681" "/opt/rustwide/cargo-home/bin/cargo" "+1.57.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6edd514f1d4c0fa63685451c87080a85622587e9527701ab8047c84b05ae4ab5
[INFO] running `Command { std: "docker" "start" "-a" "6edd514f1d4c0fa63685451c87080a85622587e9527701ab8047c84b05ae4ab5", kill_on_drop: false }`
[INFO] [stderr]    Compiling cfg-if v0.1.10
[INFO] [stderr]    Compiling futures v0.1.31
[INFO] [stderr]    Compiling semver-parser v0.7.0
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]    Compiling maybe-uninit v2.0.0
[INFO] [stderr]    Compiling byteorder v1.4.3
[INFO] [stderr]    Compiling either v1.6.1
[INFO] [stderr]    Compiling autocfg v0.1.7
[INFO] [stderr]    Compiling scopeguard v1.1.0
[INFO] [stderr]    Compiling tinyvec_macros v0.1.0
[INFO] [stderr]    Compiling syn v1.0.82
[INFO] [stderr]    Compiling rand_core v0.4.2
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling matches v0.1.9
[INFO] [stderr]    Compiling slab v0.4.5
[INFO] [stderr]    Compiling pkg-config v0.3.23
[INFO] [stderr]    Compiling itoa v0.4.8
[INFO] [stderr]    Compiling unicode-bidi v0.3.7
[INFO] [stderr]    Compiling version_check v0.9.3
[INFO] [stderr]    Compiling memchr v2.4.1
[INFO] [stderr]    Compiling typenum v1.14.0
[INFO] [stderr]    Compiling serde v1.0.130
[INFO] [stderr]    Compiling openssl v0.10.38
[INFO] [stderr]    Compiling httparse v1.5.1
[INFO] [stderr]    Compiling failure_derive v0.1.8
[INFO] [stderr]    Compiling percent-encoding v1.0.1
[INFO] [stderr]    Compiling hashbrown v0.11.2
[INFO] [stderr]    Compiling ryu v1.0.6
[INFO] [stderr]    Compiling foreign-types-shared v0.1.1
[INFO] [stderr]    Compiling percent-encoding v2.1.0
[INFO] [stderr]    Compiling once_cell v1.8.0
[INFO] [stderr]    Compiling native-tls v0.2.8
[INFO] [stderr]    Compiling try-lock v0.2.3
[INFO] [stderr]    Compiling crc32fast v1.3.0
[INFO] [stderr]    Compiling serde_json v1.0.72
[INFO] [stderr]    Compiling byte-tools v0.2.0
[INFO] [stderr]    Compiling openssl-probe v0.1.4
[INFO] [stderr]    Compiling encoding_rs v0.8.30
[INFO] [stderr]    Compiling arrayref v0.3.6
[INFO] [stderr]    Compiling fake-simd v0.1.2
[INFO] [stderr]    Compiling mime v0.3.16
[INFO] [stderr]    Compiling dtoa v0.4.8
[INFO] [stderr]    Compiling safemem v0.3.3
[INFO] [stderr]    Compiling crossbeam-utils v0.7.2
[INFO] [stderr]    Compiling memoffset v0.5.6
[INFO] [stderr]    Compiling crossbeam-epoch v0.8.2
[INFO] [stderr]    Compiling indexmap v1.7.0
[INFO] [stderr]    Compiling try_from v0.3.2
[INFO] [stderr]    Compiling iovec v0.1.4
[INFO] [stderr]    Compiling net2 v0.2.37
[INFO] [stderr]    Compiling time v0.1.44
[INFO] [stderr]    Compiling lock_api v0.3.4
[INFO] [stderr]    Compiling tinyvec v1.5.1
[INFO] [stderr]    Compiling foreign-types v0.3.2
[INFO] [stderr]    Compiling block-buffer v0.3.3
[INFO] [stderr]    Compiling semver v0.9.0
[INFO] [stderr]    Compiling form_urlencoded v1.0.1
[INFO] [stderr]    Compiling base64 v0.10.1
[INFO] [stderr]    Compiling base64 v0.9.3
[INFO] [stderr]    Compiling rand_core v0.3.1
[INFO] [stderr]    Compiling rand_os v0.1.3
[INFO] [stderr]    Compiling rand_jitter v0.1.4
[INFO] [stderr]    Compiling rand_pcg v0.1.2
[INFO] [stderr]    Compiling rand_chacha v0.1.1
[INFO] [stderr]    Compiling rand v0.6.5
[INFO] [stderr]    Compiling bytes v0.4.12
[INFO] [stderr]    Compiling tokio-sync v0.1.8
[INFO] [stderr]    Compiling futures-cpupool v0.1.8
[INFO] [stderr]    Compiling smallvec v0.6.14
[INFO] [stderr]    Compiling rand_xorshift v0.1.1
[INFO] [stderr]    Compiling rand_isaac v0.1.1
[INFO] [stderr]    Compiling rand_hc v0.1.0
[INFO] [stderr]    Compiling openssl-sys v0.9.71
[INFO] [stderr]    Compiling unicase v2.6.0
[INFO] [stderr]    Compiling flate2 v1.0.22
[INFO] [stderr]    Compiling mio v0.6.23
[INFO] [stderr]    Compiling want v0.2.0
[INFO] [stderr]    Compiling rustc_version v0.2.3
[INFO] [stderr]    Compiling object v0.27.1
[INFO] [stderr]    Compiling tokio-io v0.1.13
[INFO] [stderr]    Compiling http v0.1.21
[INFO] [stderr]    Compiling tokio-buf v0.1.1
[INFO] [stderr]    Compiling string v0.2.1
[INFO] [stderr]    Compiling tokio-executor v0.1.10
[INFO] [stderr]    Compiling crossbeam-queue v0.2.3
[INFO] [stderr]    Compiling unicode-normalization v0.1.19
[INFO] [stderr]    Compiling parking_lot_core v0.6.2
[INFO] [stderr]    Compiling parking_lot v0.9.0
[INFO] [stderr]    Compiling hyper v0.12.36
[INFO] [stderr]    Compiling tokio-timer v0.2.13
[INFO] [stderr]    Compiling tokio-current-thread v0.1.7
[INFO] [stderr]    Compiling crossbeam-deque v0.7.4
[INFO] [stderr]    Compiling generic-array v0.9.1
[INFO] [stderr]    Compiling tokio-threadpool v0.1.18
[INFO] [stderr]    Compiling mime_guess v2.0.3
[INFO] [stderr]    Compiling digest v0.7.6
[INFO] [stderr]    Compiling sha2 v0.7.1
[INFO] [stderr]    Compiling sha-1 v0.7.0
[INFO] [stderr]    Compiling uuid v0.7.4
[INFO] [stderr]    Compiling idna v0.1.5
[INFO] [stderr]    Compiling idna v0.2.3
[INFO] [stderr]    Compiling tokio-reactor v0.1.12
[INFO] [stderr]    Compiling tokio-tcp v0.1.4
[INFO] [stderr]    Compiling synstructure v0.12.6
[INFO] [stderr]    Compiling tokio v0.1.22
[INFO] [stderr]    Compiling url v2.2.2
[INFO] [stderr]    Compiling url v1.7.2
[INFO] [stderr]    Compiling http-body v0.1.0
[INFO] [stderr]    Compiling h2 v0.1.26
[INFO] [stderr]    Compiling publicsuffix v1.5.6
[INFO] [stderr]    Compiling cookie v0.12.0
[INFO] [stderr]    Compiling serde_derive v1.0.130
[INFO] [stderr]    Compiling backtrace v0.3.63
[INFO] [stderr]    Compiling failure v0.1.8
[INFO] [stderr]    Compiling hyper-tls v0.3.2
[INFO] [stderr]    Compiling serde_urlencoded v0.5.5
[INFO] [stderr]    Compiling cookie_store v0.7.0
[INFO] [stderr]    Compiling reqwest v0.9.24
[INFO] [stderr]    Compiling xx v0.1.4 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 31.59s
[INFO] running `Command { std: "docker" "inspect" "6edd514f1d4c0fa63685451c87080a85622587e9527701ab8047c84b05ae4ab5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6edd514f1d4c0fa63685451c87080a85622587e9527701ab8047c84b05ae4ab5", kill_on_drop: false }`
[INFO] [stdout] 6edd514f1d4c0fa63685451c87080a85622587e9527701ab8047c84b05ae4ab5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e8397a04204aaf8b9f284182a6f9e27a3c2e67044d0943b4415b160bfc957681" "/opt/rustwide/cargo-home/bin/cargo" "+1.57.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2e99c56c0439823c419a62284b1d8c338c16673f1401ec346db003fb39f48151
[INFO] running `Command { std: "docker" "start" "-a" "2e99c56c0439823c419a62284b1d8c338c16673f1401ec346db003fb39f48151", kill_on_drop: false }`
[INFO] [stderr]    Compiling xx v0.1.4 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished test [unoptimized + debuginfo] target(s) in 0.91s
[INFO] running `Command { std: "docker" "inspect" "2e99c56c0439823c419a62284b1d8c338c16673f1401ec346db003fb39f48151", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2e99c56c0439823c419a62284b1d8c338c16673f1401ec346db003fb39f48151", kill_on_drop: false }`
[INFO] [stdout] 2e99c56c0439823c419a62284b1d8c338c16673f1401ec346db003fb39f48151
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-17/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e8397a04204aaf8b9f284182a6f9e27a3c2e67044d0943b4415b160bfc957681" "/opt/rustwide/cargo-home/bin/cargo" "+1.57.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 20b3f5daddc7bd987c68d89940940baf0c1edcb7b5e65c89d1213d33f08c31f0
[INFO] running `Command { std: "docker" "start" "-a" "20b3f5daddc7bd987c68d89940940baf0c1edcb7b5e65c89d1213d33f08c31f0", kill_on_drop: false }`
[INFO] [stderr]     Finished test [unoptimized + debuginfo] target(s) in 0.12s
[INFO] [stderr]      Running unittests (/opt/rustwide/target/debug/deps/xx-f24f11d4b446fff3)
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests xx
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 6 tests
[INFO] [stdout] test src/http.rs - http::download (line 17) ... FAILED
[INFO] [stdout] test src/hash.rs - hash::file_sha256 (line 34) ... FAILED
[INFO] [stdout] test src/hash.rs - hash::file_sha512 (line 54) ... ok
[INFO] [stdout] test src/base64.rs - base64::decode_hex (line 28) ... ok
[INFO] [stdout] test src/hash.rs - hash::file_sha1 (line 14) ... ok
[INFO] [stdout] test src/base64.rs - base64::decode (line 44) ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/http.rs - http::download (line 17) stdout ----
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note: "cc" "-m64" "/tmp/rustdoctestT5owOr/rust_out.rust_out.1376475e-cgu.0.rcgu.o" "/tmp/rustdoctestT5owOr/rust_out.3oi7hjnjienb8flc.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.57.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libxx-b53ce67dff3e0415.rlib" "/opt/rustwide/target/debug/deps/libreqwest-e698f275f89e2369.rlib" "/opt/rustwide/target/debug/deps/libuuid-0e91ca5664e07a58.rlib" "/opt/rustwide/target/debug/deps/librand-b4e0e33b900255e5.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-88a260127ae67cd7.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-509255c8ae6115e2.rlib" "/opt/rustwide/target/debug/deps/librand_hc-0fe72827a033a245.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-4048f2478606eaf7.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-260197419401b49d.rlib" "/opt/rustwide/target/debug/deps/librand_core-297197533efbf2e5.rlib" "/opt/rustwide/target/debug/deps/librand_os-5f9504d42bb1231e.rlib" "/opt/rustwide/target/debug/deps/librand_jitter-9aa3e43f11ba1aac.rlib" "/opt/rustwide/target/debug/deps/librand_core-9380736fef8c0697.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-17e369d14619cb69.rlib" "/opt/rustwide/target/debug/deps/libdtoa-bf477e13f0d8823c.rlib" "/opt/rustwide/target/debug/deps/libmime_guess-1aaf4945c2670be3.rlib" "/opt/rustwide/target/debug/deps/libunicase-93032c4ae5db9fcf.rlib" "/opt/rustwide/target/debug/deps/libmime-63ec26969dbef992.rlib" "/opt/rustwide/target/debug/deps/libflate2-aa6e84e921699857.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-94967a3338965d92.rlib" "/opt/rustwide/target/debug/deps/libhyper_tls-6d4c06a66660dbef.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-1735efa3cdba2853.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-c409642dc7e018b9.rlib" "/opt/rustwide/target/debug/deps/libopenssl-9b95de5ca43b488d.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-7fa1babf08843306.rlib" "/opt/rustwide/target/debug/deps/libbitflags-61aba1fe2f663891.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-fcd98f9d78f5f3a1.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-7975e966c29a9810.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-c939bac60e407a63.rlib" "/opt/rustwide/target/debug/deps/libhyper-7d9304b7fe8f5e19.rlib" "/opt/rustwide/target/debug/deps/libwant-957d9a46a3acc925.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-1442028b2fcece1b.rlib" "/opt/rustwide/target/debug/deps/libtokio-ee15bc3fefa2a35e.rlib" "/opt/rustwide/target/debug/deps/libtokio_timer-fb8ee74c87daeb0f.rlib" "/opt/rustwide/target/debug/deps/libtokio_threadpool-541748283df29eaf.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-a958e2fe05f7d63a.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-7246484145e9a652.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-3b5994092faa3f7e.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-a06536b4ee0f084c.rlib" "/opt/rustwide/target/debug/deps/libtokio_tcp-33d6407810afa088.rlib" "/opt/rustwide/target/debug/deps/libtokio_reactor-cd155d2c7f8b197b.rlib" "/opt/rustwide/target/debug/deps/libtokio_sync-3ee935044c38f133.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-4e4387e4313bc0aa.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-8c35696e76983c1b.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-6d48a99b00173e0c.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-1a3a06c709685ce8.rlib" "/opt/rustwide/target/debug/deps/liblock_api-ae7cbcbefe7e9fd0.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-89fefb27e90b3ba6.rlib" "/opt/rustwide/target/debug/deps/libtokio_current_thread-d93bad356d8f4e83.rlib" "/opt/rustwide/target/debug/deps/libtokio_executor-0164b982eba04949.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-e6d0c8b78c03cf11.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-34e665e8c18442e7.rlib" "/opt/rustwide/target/debug/deps/libmio-8c9d9c99b57fd488.rlib" "/opt/rustwide/target/debug/deps/libnet2-1d3e05d824dc2bad.rlib" "/opt/rustwide/target/debug/deps/libhttparse-30db6ee4ddac0b4b.rlib" "/opt/rustwide/target/debug/deps/libhttp_body-01af12c4e16b275d.rlib" "/opt/rustwide/target/debug/deps/libtokio_buf-8dbe341faebc2668.rlib" "/opt/rustwide/target/debug/deps/libh2-d0df8a76cf57196c.rlib" "/opt/rustwide/target/debug/deps/libindexmap-df3e420b5be4e952.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-f1b5457ad12f2b05.rlib" "/opt/rustwide/target/debug/deps/libstring-a2f98e33bc2279ca.rlib" "/opt/rustwide/target/debug/deps/libslab-0bedc0589d618eac.rlib" "/opt/rustwide/target/debug/deps/libtokio_io-7f1c46ff09fb4510.rlib" "/opt/rustwide/target/debug/deps/libfutures_cpupool-9894baa97f5601fe.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-f37fdec3191b4593.rlib" "/opt/rustwide/target/debug/deps/libhttp-8a55d03a818431bf.rlib" "/opt/rustwide/target/debug/deps/libfnv-7df00f3026d7de0f.rlib" "/opt/rustwide/target/debug/deps/libfutures-3b965359e5782f42.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-0e1b1c3d33fa0be9.rlib" "/opt/rustwide/target/debug/deps/libcookie_store-3fbf70ad3d7e8f7a.rlib" "/opt/rustwide/target/debug/deps/libserde_json-5a52459b692f6c46.rlib" "/opt/rustwide/target/debug/deps/libryu-07777cfa4b44728e.rlib" "/opt/rustwide/target/debug/deps/libitoa-0f0c53e133de12fe.rlib" "/opt/rustwide/target/debug/deps/liblog-c07bdbbd7af8730b.rlib" "/opt/rustwide/target/debug/deps/libpublicsuffix-eafbdeb83afbcb50.rlib" "/opt/rustwide/target/debug/deps/liburl-5f07283194ef82af.rlib" "/opt/rustwide/target/debug/deps/libidna-6207089661be4100.rlib" "/opt/rustwide/target/debug/deps/libform_urlencoded-c5ea47c8fa28ca24.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-ab63f59cece6956f.rlib" "/opt/rustwide/target/debug/deps/libtry_from-01b3ea2a51984308.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-dbe66bd6986d871f.rlib" "/opt/rustwide/target/debug/deps/libserde-9f5ab426c73cc1f0.rlib" "/opt/rustwide/target/debug/deps/libfailure-b411f52212884eca.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-2c8ae9fad9a673de.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-fbe88607f51f7399.rlib" "/opt/rustwide/target/debug/deps/libadler-33172fd980bcee7d.rlib" "/opt/rustwide/target/debug/deps/libobject-eca316a32bf08413.rlib" "/opt/rustwide/target/debug/deps/libmemchr-e6299342ad20ceb2.rlib" "/opt/rustwide/target/debug/deps/libaddr2line-5be39bd2872f7ffb.rlib" "/opt/rustwide/target/debug/deps/libgimli-6eff472bf0fceb04.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-ab143ea84ab1a05a.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-7a28a631d203cb11.rlib" "/opt/rustwide/target/debug/deps/libcookie-0751abcd4daec3c8.rlib" "/opt/rustwide/target/debug/deps/libtime-0505f6fa1856acb8.rlib" "/opt/rustwide/target/debug/deps/liburl-662621a48bbe4569.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-7c88db830c540797.rlib" "/opt/rustwide/target/debug/deps/libidna-a0b72c7b656cce14.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-0b3497a264328bc5.rlib" "/opt/rustwide/target/debug/deps/libtinyvec-7f150e8006b0a4e8.rlib" "/opt/rustwide/target/debug/deps/libtinyvec_macros-f2ba152f2808f6db.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-3f8aeaf2e6b4afc4.rlib" "/opt/rustwide/target/debug/deps/libmatches-f20c421e615cb7ce.rlib" "/opt/rustwide/target/debug/deps/libbytes-4dcfcad2a210f975.rlib" "/opt/rustwide/target/debug/deps/libeither-7981bef766310a25.rlib" "/opt/rustwide/target/debug/deps/libiovec-d20dd64198696b97.rlib" "/opt/rustwide/target/debug/deps/liblibc-8a1830e09aa36022.rlib" "/opt/rustwide/target/debug/deps/libbase64-7e9144da9c5621da.rlib" "/opt/rustwide/target/debug/deps/libsha2-244cb18cadfda5c4.rlib" "/opt/rustwide/target/debug/deps/libsha1-ab7bd0c908b5e118.rlib" "/opt/rustwide/target/debug/deps/libfake_simd-513610543850d392.rlib" "/opt/rustwide/target/debug/deps/libblock_buffer-208612ff4a0931dd.rlib" "/opt/rustwide/target/debug/deps/libbyte_tools-a589de6195f309de.rlib" "/opt/rustwide/target/debug/deps/libarrayref-83589b169542061d.rlib" "/opt/rustwide/target/debug/deps/libdigest-00b0091b8d10de07.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-23ccbacc7ebd7445.rlib" "/opt/rustwide/target/debug/deps/libtypenum-875684461ce3af81.rlib" "/opt/rustwide/target/debug/deps/libbase64-7d27a535a96429f4.rlib" "/opt/rustwide/target/debug/deps/libsafemem-589017a3ca034685.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-fd7ce5205f0a7dff.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.57.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-7c582493123fc1dd.rlib" "/opt/rustwide/rustup-home/toolchains/1.57.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-1392776590706175.rlib" "/opt/rustwide/rustup-home/toolchains/1.57.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-2eb6edf4d031cd1e.rlib" "/opt/rustwide/rustup-home/toolchains/1.57.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-33a7ad3b5f7fedf6.rlib" "/opt/rustwide/rustup-home/toolchains/1.57.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-7d32adce541987d9.rlib" "/opt/rustwide/rustup-home/toolchains/1.57.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-5cb369120f224726.rlib" "/opt/rustwide/rustup-home/toolchains/1.57.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-6ab2efd1d2f431a9.rlib" "/opt/rustwide/rustup-home/toolchains/1.57.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-567f611439253c7e.rlib" "/opt/rustwide/rustup-home/toolchains/1.57.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-ebbc63efd6d2efc5.rlib" "/opt/rustwide/rustup-home/toolchains/1.57.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-862830f0d224a2e1.rlib" "/opt/rustwide/rustup-home/toolchains/1.57.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-cad0401ae7a80e32.rlib" "/opt/rustwide/rustup-home/toolchains/1.57.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-fd54290077194763.rlib" "/opt/rustwide/rustup-home/toolchains/1.57.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-4fc3313c8ccb1ec0.rlib" "/opt/rustwide/rustup-home/toolchains/1.57.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-19bf8dffe82b09d4.rlib" "/opt/rustwide/rustup-home/toolchains/1.57.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-afc95b1640c4beca.rlib" "/opt/rustwide/rustup-home/toolchains/1.57.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-aff6658baa87e3d1.rlib" "/opt/rustwide/rustup-home/toolchains/1.57.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-8be8a1689a4f7b48.rlib" "/opt/rustwide/rustup-home/toolchains/1.57.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-5284934f66073844.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.57.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-2a0b2a4f96acb821.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/1.57.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/tmp/rustdoctestT5owOr/rust_out" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs"
[INFO] [stdout]   = note: collect2: fatal error: ld terminated with signal 9 [Killed]
[INFO] [stdout]           compilation terminated.
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/hash.rs - hash::file_sha256 (line 34) stdout ----
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note: "cc" "-m64" "/tmp/rustdoctestviOjXe/rust_out.rust_out.1376475e-cgu.0.rcgu.o" "/tmp/rustdoctestviOjXe/rust_out.3oi7hjnjienb8flc.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/1.57.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libxx-b53ce67dff3e0415.rlib" "/opt/rustwide/target/debug/deps/libreqwest-e698f275f89e2369.rlib" "/opt/rustwide/target/debug/deps/libuuid-0e91ca5664e07a58.rlib" "/opt/rustwide/target/debug/deps/librand-b4e0e33b900255e5.rlib" "/opt/rustwide/target/debug/deps/librand_xorshift-88a260127ae67cd7.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-509255c8ae6115e2.rlib" "/opt/rustwide/target/debug/deps/librand_hc-0fe72827a033a245.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-4048f2478606eaf7.rlib" "/opt/rustwide/target/debug/deps/librand_isaac-260197419401b49d.rlib" "/opt/rustwide/target/debug/deps/librand_core-297197533efbf2e5.rlib" "/opt/rustwide/target/debug/deps/librand_os-5f9504d42bb1231e.rlib" "/opt/rustwide/target/debug/deps/librand_jitter-9aa3e43f11ba1aac.rlib" "/opt/rustwide/target/debug/deps/librand_core-9380736fef8c0697.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-17e369d14619cb69.rlib" "/opt/rustwide/target/debug/deps/libdtoa-bf477e13f0d8823c.rlib" "/opt/rustwide/target/debug/deps/libmime_guess-1aaf4945c2670be3.rlib" "/opt/rustwide/target/debug/deps/libunicase-93032c4ae5db9fcf.rlib" "/opt/rustwide/target/debug/deps/libmime-63ec26969dbef992.rlib" "/opt/rustwide/target/debug/deps/libflate2-aa6e84e921699857.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-94967a3338965d92.rlib" "/opt/rustwide/target/debug/deps/libhyper_tls-6d4c06a66660dbef.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-1735efa3cdba2853.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-c409642dc7e018b9.rlib" "/opt/rustwide/target/debug/deps/libopenssl-9b95de5ca43b488d.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-7fa1babf08843306.rlib" "/opt/rustwide/target/debug/deps/libbitflags-61aba1fe2f663891.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-fcd98f9d78f5f3a1.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-7975e966c29a9810.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-c939bac60e407a63.rlib" "/opt/rustwide/target/debug/deps/libhyper-7d9304b7fe8f5e19.rlib" "/opt/rustwide/target/debug/deps/libwant-957d9a46a3acc925.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-1442028b2fcece1b.rlib" "/opt/rustwide/target/debug/deps/libtokio-ee15bc3fefa2a35e.rlib" "/opt/rustwide/target/debug/deps/libtokio_timer-fb8ee74c87daeb0f.rlib" "/opt/rustwide/target/debug/deps/libtokio_threadpool-541748283df29eaf.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-a958e2fe05f7d63a.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_deque-7246484145e9a652.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_epoch-3b5994092faa3f7e.rlib" "/opt/rustwide/target/debug/deps/libmemoffset-a06536b4ee0f084c.rlib" "/opt/rustwide/target/debug/deps/libtokio_tcp-33d6407810afa088.rlib" "/opt/rustwide/target/debug/deps/libtokio_reactor-cd155d2c7f8b197b.rlib" "/opt/rustwide/target/debug/deps/libtokio_sync-3ee935044c38f133.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-4e4387e4313bc0aa.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-8c35696e76983c1b.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-6d48a99b00173e0c.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-1a3a06c709685ce8.rlib" "/opt/rustwide/target/debug/deps/liblock_api-ae7cbcbefe7e9fd0.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-89fefb27e90b3ba6.rlib" "/opt/rustwide/target/debug/deps/libtokio_current_thread-d93bad356d8f4e83.rlib" "/opt/rustwide/target/debug/deps/libtokio_executor-0164b982eba04949.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-e6d0c8b78c03cf11.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-34e665e8c18442e7.rlib" "/opt/rustwide/target/debug/deps/libmio-8c9d9c99b57fd488.rlib" "/opt/rustwide/target/debug/deps/libnet2-1d3e05d824dc2bad.rlib" "/opt/rustwide/target/debug/deps/libhttparse-30db6ee4ddac0b4b.rlib" "/opt/rustwide/target/debug/deps/libhttp_body-01af12c4e16b275d.rlib" "/opt/rustwide/target/debug/deps/libtokio_buf-8dbe341faebc2668.rlib" "/opt/rustwide/target/debug/deps/libh2-d0df8a76cf57196c.rlib" "/opt/rustwide/target/debug/deps/libindexmap-df3e420b5be4e952.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-f1b5457ad12f2b05.rlib" "/opt/rustwide/target/debug/deps/libstring-a2f98e33bc2279ca.rlib" "/opt/rustwide/target/debug/deps/libslab-0bedc0589d618eac.rlib" "/opt/rustwide/target/debug/deps/libtokio_io-7f1c46ff09fb4510.rlib" "/opt/rustwide/target/debug/deps/libfutures_cpupool-9894baa97f5601fe.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-f37fdec3191b4593.rlib" "/opt/rustwide/target/debug/deps/libhttp-8a55d03a818431bf.rlib" "/opt/rustwide/target/debug/deps/libfnv-7df00f3026d7de0f.rlib" "/opt/rustwide/target/debug/deps/libfutures-3b965359e5782f42.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-0e1b1c3d33fa0be9.rlib" "/opt/rustwide/target/debug/deps/libcookie_store-3fbf70ad3d7e8f7a.rlib" "/opt/rustwide/target/debug/deps/libserde_json-5a52459b692f6c46.rlib" "/opt/rustwide/target/debug/deps/libryu-07777cfa4b44728e.rlib" "/opt/rustwide/target/debug/deps/libitoa-0f0c53e133de12fe.rlib" "/opt/rustwide/target/debug/deps/liblog-c07bdbbd7af8730b.rlib" "/opt/rustwide/target/debug/deps/libpublicsuffix-eafbdeb83afbcb50.rlib" "/opt/rustwide/target/debug/deps/liburl-5f07283194ef82af.rlib" "/opt/rustwide/target/debug/deps/libidna-6207089661be4100.rlib" "/opt/rustwide/target/debug/deps/libform_urlencoded-c5ea47c8fa28ca24.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-ab63f59cece6956f.rlib" "/opt/rustwide/target/debug/deps/libtry_from-01b3ea2a51984308.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-dbe66bd6986d871f.rlib" "/opt/rustwide/target/debug/deps/libserde-9f5ab426c73cc1f0.rlib" "/opt/rustwide/target/debug/deps/libfailure-b411f52212884eca.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-2c8ae9fad9a673de.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-fbe88607f51f7399.rlib" "/opt/rustwide/target/debug/deps/libadler-33172fd980bcee7d.rlib" "/opt/rustwide/target/debug/deps/libobject-eca316a32bf08413.rlib" "/opt/rustwide/target/debug/deps/libmemchr-e6299342ad20ceb2.rlib" "/opt/rustwide/target/debug/deps/libaddr2line-5be39bd2872f7ffb.rlib" "/opt/rustwide/target/debug/deps/libgimli-6eff472bf0fceb04.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-ab143ea84ab1a05a.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-7a28a631d203cb11.rlib" "/opt/rustwide/target/debug/deps/libcookie-0751abcd4daec3c8.rlib" "/opt/rustwide/target/debug/deps/libtime-0505f6fa1856acb8.rlib" "/opt/rustwide/target/debug/deps/liburl-662621a48bbe4569.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-7c88db830c540797.rlib" "/opt/rustwide/target/debug/deps/libidna-a0b72c7b656cce14.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-0b3497a264328bc5.rlib" "/opt/rustwide/target/debug/deps/libtinyvec-7f150e8006b0a4e8.rlib" "/opt/rustwide/target/debug/deps/libtinyvec_macros-f2ba152f2808f6db.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-3f8aeaf2e6b4afc4.rlib" "/opt/rustwide/target/debug/deps/libmatches-f20c421e615cb7ce.rlib" "/opt/rustwide/target/debug/deps/libbytes-4dcfcad2a210f975.rlib" "/opt/rustwide/target/debug/deps/libeither-7981bef766310a25.rlib" "/opt/rustwide/target/debug/deps/libiovec-d20dd64198696b97.rlib" "/opt/rustwide/target/debug/deps/liblibc-8a1830e09aa36022.rlib" "/opt/rustwide/target/debug/deps/libbase64-7e9144da9c5621da.rlib" "/opt/rustwide/target/debug/deps/libsha2-244cb18cadfda5c4.rlib" "/opt/rustwide/target/debug/deps/libsha1-ab7bd0c908b5e118.rlib" "/opt/rustwide/target/debug/deps/libfake_simd-513610543850d392.rlib" "/opt/rustwide/target/debug/deps/libblock_buffer-208612ff4a0931dd.rlib" "/opt/rustwide/target/debug/deps/libbyte_tools-a589de6195f309de.rlib" "/opt/rustwide/target/debug/deps/libarrayref-83589b169542061d.rlib" "/opt/rustwide/target/debug/deps/libdigest-00b0091b8d10de07.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-23ccbacc7ebd7445.rlib" "/opt/rustwide/target/debug/deps/libtypenum-875684461ce3af81.rlib" "/opt/rustwide/target/debug/deps/libbase64-7d27a535a96429f4.rlib" "/opt/rustwide/target/debug/deps/libsafemem-589017a3ca034685.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-fd7ce5205f0a7dff.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.57.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-7c582493123fc1dd.rlib" "/opt/rustwide/rustup-home/toolchains/1.57.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-1392776590706175.rlib" "/opt/rustwide/rustup-home/toolchains/1.57.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-2eb6edf4d031cd1e.rlib" "/opt/rustwide/rustup-home/toolchains/1.57.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-33a7ad3b5f7fedf6.rlib" "/opt/rustwide/rustup-home/toolchains/1.57.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-7d32adce541987d9.rlib" "/opt/rustwide/rustup-home/toolchains/1.57.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-5cb369120f224726.rlib" "/opt/rustwide/rustup-home/toolchains/1.57.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-6ab2efd1d2f431a9.rlib" "/opt/rustwide/rustup-home/toolchains/1.57.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-567f611439253c7e.rlib" "/opt/rustwide/rustup-home/toolchains/1.57.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-ebbc63efd6d2efc5.rlib" "/opt/rustwide/rustup-home/toolchains/1.57.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-862830f0d224a2e1.rlib" "/opt/rustwide/rustup-home/toolchains/1.57.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-cad0401ae7a80e32.rlib" "/opt/rustwide/rustup-home/toolchains/1.57.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-fd54290077194763.rlib" "/opt/rustwide/rustup-home/toolchains/1.57.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-4fc3313c8ccb1ec0.rlib" "/opt/rustwide/rustup-home/toolchains/1.57.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-19bf8dffe82b09d4.rlib" "/opt/rustwide/rustup-home/toolchains/1.57.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-afc95b1640c4beca.rlib" "/opt/rustwide/rustup-home/toolchains/1.57.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-aff6658baa87e3d1.rlib" "/opt/rustwide/rustup-home/toolchains/1.57.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-8be8a1689a4f7b48.rlib" "/opt/rustwide/rustup-home/toolchains/1.57.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-5284934f66073844.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.57.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-2a0b2a4f96acb821.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/1.57.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/tmp/rustdoctestviOjXe/rust_out" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs"
[INFO] [stdout]   = note: collect2: fatal error: ld terminated with signal 9 [Killed]
[INFO] [stdout]           compilation terminated.
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/hash.rs - hash::file_sha256 (line 34)
[INFO] [stdout]     src/http.rs - http::download (line 17)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 4 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 5.09s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass '--doc'
[INFO] running `Command { std: "docker" "inspect" "20b3f5daddc7bd987c68d89940940baf0c1edcb7b5e65c89d1213d33f08c31f0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "20b3f5daddc7bd987c68d89940940baf0c1edcb7b5e65c89d1213d33f08c31f0", kill_on_drop: false }`
[INFO] [stdout] 20b3f5daddc7bd987c68d89940940baf0c1edcb7b5e65c89d1213d33f08c31f0