[INFO] fetching crate smol 1.2.5... [INFO] testing smol-1.2.5 against beta-2021-01-01 for beta-1.50-1 [INFO] extracting crate smol 1.2.5 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate smol 1.2.5 on toolchain beta-2021-01-01 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-01-01" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate smol 1.2.5 [INFO] finished tweaking crates.io crate smol 1.2.5 [INFO] tweaked toml for crates.io crate smol 1.2.5 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate crates.io crate smol 1.2.5 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-01-01" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded async-sse v4.0.0 [INFO] [stderr] Downloaded tide v0.13.0 [INFO] [stderr] Downloaded blake3 v0.3.6 [INFO] [stderr] Downloaded async-net v1.4.3 [INFO] [stderr] Downloaded async-dup v1.2.2 [INFO] [stderr] Downloaded async-process v1.0.0 [INFO] [stderr] Downloaded simple-mutex v1.1.5 [INFO] [stderr] Downloaded async-tungstenite v0.8.0 [INFO] [stderr] Downloaded http-client v4.0.0 [INFO] [stderr] Downloaded timerfd v1.1.1 [INFO] [stderr] Downloaded async-io v1.1.2 [INFO] [stderr] Downloaded futures-lite v1.11.0 [INFO] [stderr] Downloaded async-fs v1.3.0 [INFO] [stderr] Downloaded async-std v1.6.4 [INFO] [stderr] Downloaded time v0.2.20 [INFO] [stderr] Downloaded async-task v4.0.0 [INFO] [stderr] Downloaded surf v2.0.0-alpha.5 [INFO] [stderr] Downloaded async-global-executor v1.1.1 [INFO] [stderr] Downloaded nb-connect v1.0.0 [INFO] [stderr] Downloaded async-mutex v1.3.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-01-01" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 8f6769bde92e7afea9d2b839a8156cb89974e990c7ff2ec6d48f1426bb87339f [INFO] running `Command { std: "docker" "start" "-a" "8f6769bde92e7afea9d2b839a8156cb89974e990c7ff2ec6d48f1426bb87339f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8f6769bde92e7afea9d2b839a8156cb89974e990c7ff2ec6d48f1426bb87339f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8f6769bde92e7afea9d2b839a8156cb89974e990c7ff2ec6d48f1426bb87339f", kill_on_drop: false }` [INFO] [stdout] 8f6769bde92e7afea9d2b839a8156cb89974e990c7ff2ec6d48f1426bb87339f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-01-01" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 208329f17091100e01294ab7e320f07725e62193564c338ce7c92810e6b03f80 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "208329f17091100e01294ab7e320f07725e62193564c338ce7c92810e6b03f80", 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] [stderr] Compiling libc v0.2.77 [INFO] [stderr] Compiling futures-io v0.3.5 [INFO] [stderr] Compiling fastrand v1.3.5 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Compiling async-task v4.0.0 [INFO] [stderr] Compiling async-lock v2.3.0 [INFO] [stderr] Compiling async-channel v1.4.2 [INFO] [stderr] Compiling futures-lite v1.11.0 [INFO] [stderr] Compiling blocking v1.0.0 [INFO] [stderr] Compiling async-executor v1.3.0 [INFO] [stderr] Compiling async-fs v1.3.0 [INFO] [stderr] Compiling nb-connect v1.0.0 [INFO] [stderr] Compiling polling v1.1.0 [INFO] [stderr] Compiling signal-hook-registry v1.2.1 [INFO] [stderr] Compiling signal-hook v0.1.16 [INFO] [stderr] Compiling async-io v1.1.2 [INFO] [stderr] Compiling async-process v1.0.0 [INFO] [stderr] Compiling async-net v1.4.3 [INFO] [stderr] Compiling smol v1.2.5 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 17.55s [INFO] running `Command { std: "docker" "inspect" "208329f17091100e01294ab7e320f07725e62193564c338ce7c92810e6b03f80", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "208329f17091100e01294ab7e320f07725e62193564c338ce7c92810e6b03f80", kill_on_drop: false }` [INFO] [stdout] 208329f17091100e01294ab7e320f07725e62193564c338ce7c92810e6b03f80 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-01-01" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e2a942c4a126ba99af9a3181ab2d2a1faa7e2b8f101728f9c5fb0616004e6193 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "e2a942c4a126ba99af9a3181ab2d2a1faa7e2b8f101728f9c5fb0616004e6193", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.21 [INFO] [stderr] Compiling syn v1.0.41 [INFO] [stderr] Compiling serde v1.0.116 [INFO] [stderr] Compiling proc-macro-hack v0.5.18 [INFO] [stderr] Compiling cc v1.0.60 [INFO] [stderr] Compiling subtle v2.3.0 [INFO] [stderr] Compiling async-task v3.0.0 [INFO] [stderr] Compiling const_fn v0.4.2 [INFO] [stderr] Compiling data-encoding v2.3.0 [INFO] [stderr] Compiling new_debug_unreachable v1.0.4 [INFO] [stderr] Compiling infer v0.1.7 [INFO] [stderr] Compiling precomputed-hash v0.1.1 [INFO] [stderr] Compiling mac v0.1.1 [INFO] [stderr] Compiling nodrop v0.1.14 [INFO] [stderr] Compiling hashbrown v0.9.0 [INFO] [stderr] Compiling thin-slice v0.1.1 [INFO] [stderr] Compiling ego-tree v0.6.2 [INFO] [stderr] Compiling route-recognizer v0.2.0 [INFO] [stderr] Compiling standback v0.2.10 [INFO] [stderr] Compiling futures-task v0.3.5 [INFO] [stderr] Compiling time v0.2.20 [INFO] [stderr] Compiling cookie v0.14.2 [INFO] [stderr] Compiling tracing-core v0.1.16 [INFO] [stderr] Compiling phf_shared v0.8.0 [INFO] [stderr] Compiling async-mutex v1.3.0 [INFO] [stderr] Compiling simple-mutex v1.1.5 [INFO] [stderr] Compiling futures-channel v0.3.5 [INFO] [stderr] Compiling dtoa-short v0.3.2 [INFO] [stderr] Compiling futf v0.1.4 [INFO] [stderr] Compiling servo_arc v0.1.1 [INFO] [stderr] Compiling getrandom v0.1.15 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling inotify-sys v0.1.3 [INFO] [stderr] Compiling timerfd v1.1.1 [INFO] [stderr] Compiling kv-log-macro v1.0.7 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling indexmap v1.6.0 [INFO] [stderr] Compiling nix v0.17.0 [INFO] [stderr] Compiling nix v0.18.0 [INFO] [stderr] Compiling async-dup v1.2.2 [INFO] [stderr] Compiling tendril v0.4.1 [INFO] [stderr] Compiling crypto-mac v0.8.0 [INFO] [stderr] Compiling universal-hash v0.4.0 [INFO] [stderr] Compiling block-cipher v0.7.1 [INFO] [stderr] Compiling aead v0.3.2 [INFO] [stderr] Compiling backtrace v0.3.50 [INFO] [stderr] Compiling tracing v0.1.19 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling inotify v0.8.3 [INFO] [stderr] Compiling tokio v0.2.22 [INFO] [stderr] Compiling sha2 v0.9.1 [INFO] [stderr] Compiling sha-1 v0.9.1 [INFO] [stderr] Compiling async-global-executor v1.1.1 [INFO] [stderr] Compiling byte-pool v0.2.2 [INFO] [stderr] Compiling hmac v0.8.1 [INFO] [stderr] Compiling aes-soft v0.4.0 [INFO] [stderr] Compiling polyval v0.4.0 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand_pcg v0.2.1 [INFO] [stderr] Compiling async-std v1.6.4 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling hkdf v0.9.0 [INFO] [stderr] Compiling error-chain v0.12.4 [INFO] [stderr] Compiling ghash v0.3.0 [INFO] [stderr] Compiling aes v0.4.0 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling openssl-sys v0.9.58 [INFO] [stderr] Compiling blake3 v0.3.6 [INFO] [stderr] Compiling aes-gcm v0.6.0 [INFO] [stderr] Compiling phf_generator v0.8.0 [INFO] [stderr] Compiling tempfile v3.1.0 [INFO] [stderr] Compiling openssl v0.10.30 [INFO] [stderr] Compiling native-tls v0.2.4 [INFO] [stderr] Compiling phf_codegen v0.8.0 [INFO] [stderr] Compiling string_cache_codegen v0.5.1 [INFO] [stderr] Compiling selectors v0.22.0 [INFO] [stderr] Compiling tokio-util v0.3.1 [INFO] [stderr] Compiling ctrlc v3.1.6 [INFO] [stderr] Compiling serde_derive v1.0.116 [INFO] [stderr] Compiling pin-project-internal v0.4.23 [INFO] [stderr] Compiling time-macros-impl v0.1.1 [INFO] [stderr] Compiling futures-macro v0.3.5 [INFO] [stderr] Compiling phf_macros v0.8.0 [INFO] [stderr] Compiling thiserror-impl v1.0.20 [INFO] [stderr] Compiling cssparser v0.27.2 [INFO] [stderr] Compiling async-trait v0.1.40 [INFO] [stderr] Compiling html5ever v0.25.1 [INFO] [stderr] Compiling cssparser-macros v0.6.0 [INFO] [stderr] Compiling derive_more v0.99.10 [INFO] [stderr] Compiling time-macros v0.1.0 [INFO] [stderr] Compiling phf v0.8.0 [INFO] [stderr] Compiling thiserror v1.0.20 [INFO] [stderr] Compiling pin-project v0.4.23 [INFO] [stderr] Compiling futures-util v0.3.5 [INFO] [stderr] Compiling futures-executor v0.3.5 [INFO] [stderr] Compiling h2 v0.2.6 [INFO] [stderr] Compiling futures v0.3.5 [INFO] [stderr] Compiling serde_json v1.0.57 [INFO] [stderr] Compiling url v2.1.1 [INFO] [stderr] Compiling serde_qs v0.6.1 [INFO] [stderr] Compiling string_cache v0.8.0 [INFO] [stderr] Compiling bincode v1.3.1 [INFO] [stderr] Compiling chrono v0.4.15 [INFO] [stderr] Compiling serde_urlencoded v0.6.1 [INFO] [stderr] Compiling async-native-tls v0.3.3 [INFO] [stderr] Compiling tungstenite v0.11.1 [INFO] [stderr] Compiling async-session v2.0.1 [INFO] [stderr] Compiling femme v2.1.1 [INFO] [stderr] Compiling http-types v2.4.0 [INFO] [stderr] Compiling markup5ever v0.10.0 [INFO] [stderr] Compiling async-tungstenite v0.8.0 [INFO] [stderr] Compiling async-h1 v2.1.2 [INFO] [stderr] Compiling async-sse v4.0.0 [INFO] [stderr] Compiling http-client v4.0.0 [INFO] [stderr] Compiling tide v0.13.0 [INFO] [stderr] Compiling surf v2.0.0-alpha.5 [INFO] [stderr] Compiling hyper v0.13.8 [INFO] [stderr] Compiling scraper v0.12.0 [INFO] [stderr] Compiling smol v1.2.5 (/opt/rustwide/workdir) [INFO] [stderr] error: could not compile `smol` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name hyper_client --edition=2018 examples/hyper-client.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 -C metadata=dee34ea1fb51e40d -C extra-filename=-dee34ea1fb51e40d --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-f373882276a4634e.rlib --extern async_channel=/opt/rustwide/target/debug/deps/libasync_channel-983d793f07064f13.rlib --extern async_dup=/opt/rustwide/target/debug/deps/libasync_dup-c179c8b9e8b8d914.rlib --extern async_executor=/opt/rustwide/target/debug/deps/libasync_executor-677785fd11c4516a.rlib --extern async_fs=/opt/rustwide/target/debug/deps/libasync_fs-918fd992b4786311.rlib --extern async_h1=/opt/rustwide/target/debug/deps/libasync_h1-6b2e00847f1f241a.rlib --extern async_io=/opt/rustwide/target/debug/deps/libasync_io-8efe67869123d18e.rlib --extern async_lock=/opt/rustwide/target/debug/deps/libasync_lock-0848d68691081086.rlib --extern async_native_tls=/opt/rustwide/target/debug/deps/libasync_native_tls-98c79c65511f0338.rlib --extern async_net=/opt/rustwide/target/debug/deps/libasync_net-c0a2d8fd0787948f.rlib --extern async_process=/opt/rustwide/target/debug/deps/libasync_process-6d67e531cf7c81c5.rlib --extern async_std=/opt/rustwide/target/debug/deps/libasync_std-21858fc089356e8f.rlib --extern async_tungstenite=/opt/rustwide/target/debug/deps/libasync_tungstenite-b4506685b28bbefc.rlib --extern base64=/opt/rustwide/target/debug/deps/libbase64-eb76252f3a009c81.rlib --extern blocking=/opt/rustwide/target/debug/deps/libblocking-0538401f27a60a0b.rlib --extern ctrlc=/opt/rustwide/target/debug/deps/libctrlc-7bcf68c230d0dc4c.rlib --extern doc_comment=/opt/rustwide/target/debug/deps/libdoc_comment-4a01fa799d0c7ea7.rlib --extern futures=/opt/rustwide/target/debug/deps/libfutures-3dda3aed295539f7.rlib --extern futures_lite=/opt/rustwide/target/debug/deps/libfutures_lite-1e52db51a2a8dc9a.rlib --extern http=/opt/rustwide/target/debug/deps/libhttp-69eb81db368187d7.rlib --extern http_types=/opt/rustwide/target/debug/deps/libhttp_types-771e228103c81bec.rlib --extern hyper=/opt/rustwide/target/debug/deps/libhyper-350d9a608882f970.rlib --extern inotify=/opt/rustwide/target/debug/deps/libinotify-42dfe8c1107aa8af.rlib --extern native_tls=/opt/rustwide/target/debug/deps/libnative_tls-433c6013a1b980f6.rlib --extern nix=/opt/rustwide/target/debug/deps/libnix-f4eac44890374f34.rlib --extern num_cpus=/opt/rustwide/target/debug/deps/libnum_cpus-7c930ec725cadfe9.rlib --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-7d26ff1c9d0b40d3.rlib --extern scraper=/opt/rustwide/target/debug/deps/libscraper-3202c64e28c14053.rlib --extern signal_hook=/opt/rustwide/target/debug/deps/libsignal_hook-4a011b755ac09566.rlib --extern smol=/opt/rustwide/target/debug/deps/libsmol-413daa4705c57d5e.rlib --extern surf=/opt/rustwide/target/debug/deps/libsurf-6a10128bb80fd812.rlib --extern tempfile=/opt/rustwide/target/debug/deps/libtempfile-bc5eff32d697ed78.rlib --extern tide=/opt/rustwide/target/debug/deps/libtide-83631790d62dad36.rlib --extern timerfd=/opt/rustwide/target/debug/deps/libtimerfd-6c8e6b4ed93e143c.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-e07740671e0cf5f4.rlib --extern tungstenite=/opt/rustwide/target/debug/deps/libtungstenite-c05cddd44169e916.rlib --extern url=/opt/rustwide/target/debug/deps/liburl-ad27a69aee9a0c32.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/blake3-be1d3e0f0022ecb0/out -L native=/opt/rustwide/target/debug/build/blake3-be1d3e0f0022ecb0/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: linking with `cc` failed: exit code: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-Wl,--eh-frame-hdr" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/examples/web_crawler-e5e29d2f87f4029d.web_crawler.96tgjrdi-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/web_crawler-e5e29d2f87f4029d.web_crawler.96tgjrdi-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/web_crawler-e5e29d2f87f4029d.web_crawler.96tgjrdi-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/web_crawler-e5e29d2f87f4029d.web_crawler.96tgjrdi-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/web_crawler-e5e29d2f87f4029d.web_crawler.96tgjrdi-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/web_crawler-e5e29d2f87f4029d.web_crawler.96tgjrdi-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/web_crawler-e5e29d2f87f4029d.web_crawler.96tgjrdi-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/web_crawler-e5e29d2f87f4029d.web_crawler.96tgjrdi-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/web_crawler-e5e29d2f87f4029d.web_crawler.96tgjrdi-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/web_crawler-e5e29d2f87f4029d.web_crawler.96tgjrdi-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/web_crawler-e5e29d2f87f4029d.web_crawler.96tgjrdi-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/web_crawler-e5e29d2f87f4029d.web_crawler.96tgjrdi-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/web_crawler-e5e29d2f87f4029d.web_crawler.96tgjrdi-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/web_crawler-e5e29d2f87f4029d.web_crawler.96tgjrdi-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/web_crawler-e5e29d2f87f4029d.web_crawler.96tgjrdi-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/web_crawler-e5e29d2f87f4029d.web_crawler.96tgjrdi-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/examples/web_crawler-e5e29d2f87f4029d" "/opt/rustwide/target/debug/examples/web_crawler-e5e29d2f87f4029d.7megg6k5bqrxnhv.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/blake3-be1d3e0f0022ecb0/out" "-L" "/opt/rustwide/target/debug/build/blake3-be1d3e0f0022ecb0/out" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libsmol-413daa4705c57d5e.rlib" "/opt/rustwide/target/debug/deps/libasync_process-6d67e531cf7c81c5.rlib" "/opt/rustwide/target/debug/deps/libsignal_hook-4a011b755ac09566.rlib" "/opt/rustwide/target/debug/deps/libsignal_hook_registry-867486f01cc28342.rlib" "/opt/rustwide/target/debug/deps/libarc_swap-6847e788abf972bd.rlib" "/opt/rustwide/target/debug/deps/libasync_net-c0a2d8fd0787948f.rlib" "/opt/rustwide/target/debug/deps/libasync_lock-0848d68691081086.rlib" "/opt/rustwide/target/debug/deps/libasync_fs-918fd992b4786311.rlib" "/opt/rustwide/target/debug/deps/libsurf-6a10128bb80fd812.rlib" "/opt/rustwide/target/debug/deps/libhttp_client-b5283df54e7646ac.rlib" "/opt/rustwide/target/debug/deps/libasync_native_tls-98c79c65511f0338.rlib" "/opt/rustwide/target/debug/deps/libthiserror-ca03e85b66ba17d7.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-433c6013a1b980f6.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-65d1fa460031adce.rlib" "/opt/rustwide/target/debug/deps/libopenssl-699800f508a7b34b.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-319a0ef215cf5c58.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-55dec0f74faa33df.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-cf5ba4a61f263f83.rlib" "/opt/rustwide/target/debug/deps/libasync_h1-6b2e00847f1f241a.rlib" "/opt/rustwide/target/debug/deps/libhttparse-4498e44828a5bbeb.rlib" "/opt/rustwide/target/debug/deps/libhttp_types-771e228103c81bec.rlib" "/opt/rustwide/target/debug/deps/libserde_qs-4dcca67038a0f575.rlib" "/opt/rustwide/target/debug/deps/libdata_encoding-94d5ba4842d51e8e.rlib" "/opt/rustwide/target/debug/deps/liberror_chain-8cf12a5d9d9699f5.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-0aa0291f84f9f829.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-ae6bb96e6f95cebd.rlib" "/opt/rustwide/target/debug/deps/libadler-013da12b1c81b559.rlib" "/opt/rustwide/target/debug/deps/libobject-d35b30e92c0ee9f4.rlib" "/opt/rustwide/target/debug/deps/libaddr2line-d4040fef94e5a117.rlib" "/opt/rustwide/target/debug/deps/libgimli-3addaa230542a93f.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-a9cad29397bf25c6.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-f9f3253f720a4090.rlib" "/opt/rustwide/target/debug/deps/libserde_json-fb5114a2830f5e9c.rlib" "/opt/rustwide/target/debug/deps/libryu-f21f59bb2c528cca.rlib" "/opt/rustwide/target/debug/deps/libinfer-1f383fdf4c629993.rlib" "/opt/rustwide/target/debug/deps/liburl-ad27a69aee9a0c32.rlib" "/opt/rustwide/target/debug/deps/libidna-d1001262a88f7d92.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-0bb884e1dee70d85.rlib" "/opt/rustwide/target/debug/deps/libtinyvec-9ad8162a9f2f93bf.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-2a3427138786ef48.rlib" "/opt/rustwide/target/debug/deps/libcookie-12c148e47b97e195.rlib" "/opt/rustwide/target/debug/deps/libhkdf-573d76c056f3333c.rlib" "/opt/rustwide/target/debug/deps/libhmac-39e9d26944df7ab6.rlib" "/opt/rustwide/target/debug/deps/libcrypto_mac-189457491a54bd63.rlib" "/opt/rustwide/target/debug/deps/libsha2-9ae7f82fdef987cf.rlib" "/opt/rustwide/target/debug/deps/libcpuid_bool-e23de2cf16c14806.rlib" "/opt/rustwide/target/debug/deps/libopaque_debug-e3af6b50f8d5b688.rlib" "/opt/rustwide/target/debug/deps/libdigest-339a2f35f2a0fc7d.rlib" "/opt/rustwide/target/debug/deps/libblock_buffer-4b2484984238dc27.rlib" "/opt/rustwide/target/debug/deps/libaes_gcm-5348214d73d46e98.rlib" "/opt/rustwide/target/debug/deps/libghash-0e5b331708f2abb9.rlib" "/opt/rustwide/target/debug/deps/libpolyval-c9efb431db7a85bf.rlib" "/opt/rustwide/target/debug/deps/libuniversal_hash-492396d8b6e27689.rlib" "/opt/rustwide/target/debug/deps/libsubtle-ee6a161b0101f6c0.rlib" "/opt/rustwide/target/debug/deps/libaes-7ebad624bb19fe1e.rlib" "/opt/rustwide/target/debug/deps/libaes_soft-6ad3a5f955eeedb9.rlib" "/opt/rustwide/target/debug/deps/libopaque_debug-526b45f238f54092.rlib" "/opt/rustwide/target/debug/deps/libaead-ed5272f525800052.rlib" "/opt/rustwide/target/debug/deps/libblock_cipher-14c27869e81a3ef9.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-606ab37d32ab5af2.rlib" "/opt/rustwide/target/debug/deps/libtypenum-e718507592485383.rlib" "/opt/rustwide/target/debug/deps/libbase64-eb76252f3a009c81.rlib" "/opt/rustwide/target/debug/deps/librand-46e328cfbb4e8170.rlib" "/opt/rustwide/target/debug/deps/librand_pcg-865c53392201f180.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-14694500c6486903.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-793c9886b2b888b1.rlib" "/opt/rustwide/target/debug/deps/librand_core-979cc510d9dd2da3.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-eacb85070419ab34.rlib" "/opt/rustwide/target/debug/deps/libtime-4e275b68e6594157.rlib" "/opt/rustwide/target/debug/deps/libtime_macros-d2adecf04ab9b450.rlib" "/opt/rustwide/target/debug/deps/libstandback-14de82212e14411c.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-6ae592ab414920f8.rlib" "/opt/rustwide/target/debug/deps/libbyte_pool-dace220cae2aded9.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-34bfa4a7f77ee224.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-eaf618366f8551a4.rlib" "/opt/rustwide/target/debug/deps/libasync_std-21858fc089356e8f.rlib" "/opt/rustwide/target/debug/deps/libblocking-0538401f27a60a0b.rlib" "/opt/rustwide/target/debug/deps/libatomic_waker-59cb734d3c0e786e.rlib" "/opt/rustwide/target/debug/deps/libasync_global_executor-36eaa84cd5ed58d4.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-7c930ec725cadfe9.rlib" "/opt/rustwide/target/debug/deps/libasync_executor-677785fd11c4516a.rlib" "/opt/rustwide/target/debug/deps/libasync_task-599d1c6144203d34.rlib" "/opt/rustwide/target/debug/deps/libasync_io-8efe67869123d18e.rlib" "/opt/rustwide/target/debug/deps/libnb_connect-f26bc02b163c1742.rlib" "/opt/rustwide/target/debug/deps/libvec_arena-5d27aa6e6bfc7e78.rlib" "/opt/rustwide/target/debug/deps/libpolling-02f3d3e54ac70e54.rlib" "/opt/rustwide/target/debug/deps/liblibc-a28ffae9dd108e56.rlib" "/opt/rustwide/target/debug/deps/libfutures_lite-1e52db51a2a8dc9a.rlib" "/opt/rustwide/target/debug/deps/libfastrand-768277bbfed4641c.rlib" "/opt/rustwide/target/debug/deps/libwaker_fn-7539c2fc84d421b3.rlib" "/opt/rustwide/target/debug/deps/libparking-20586ac7989f3189.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-62efd5c3c3e18fe4.rlib" "/opt/rustwide/target/debug/deps/libasync_mutex-634dec9a0de13cb8.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-e5c99df355e3e2ea.rlib" "/opt/rustwide/target/debug/deps/libkv_log_macro-31a640d787c1143d.rlib" "/opt/rustwide/target/debug/deps/libfutures-3dda3aed295539f7.rlib" "/opt/rustwide/target/debug/deps/libfutures_executor-b9d0613fbc17636d.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-13fd45cd06edbf16.rlib" "/opt/rustwide/target/debug/deps/libmemchr-fd792b7b14fb3a9a.rlib" "/opt/rustwide/target/debug/deps/libproc_macro_nested-c68870df848724b4.rlib" "/opt/rustwide/target/debug/deps/libfutures_io-8c5eca7d58065d3b.rlib" "/opt/rustwide/target/debug/deps/libslab-f568091877b30548.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-05c1ec9d923fc7b4.rlib" "/opt/rustwide/target/debug/deps/libpin_project-dd68ee5bda37186d.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-e49103231e729aa4.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-09b6bce297bad90d.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-7d26ff1c9d0b40d3.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-16ce9e91f7781613.rlib" "/opt/rustwide/target/debug/deps/libscraper-3202c64e28c14053.rlib" "/opt/rustwide/target/debug/deps/libselectors-1ab909fa2ddd0296.rlib" "/opt/rustwide/target/debug/deps/libthin_slice-af9356f7c023d0f5.rlib" "/opt/rustwide/target/debug/deps/libservo_arc-f2ca2d836a3eb51a.rlib" "/opt/rustwide/target/debug/deps/libstable_deref_trait-fd3a449dde0ad161.rlib" "/opt/rustwide/target/debug/deps/libnodrop-9930c0e3be6b3e1a.rlib" "/opt/rustwide/target/debug/deps/libfxhash-c2bd72848bedb4c6.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-2f9d4a3f19411b1e.rlib" "/opt/rustwide/target/debug/deps/libcssparser-cb18aa232804fcf8.rlib" "/opt/rustwide/target/debug/deps/libitoa-d91ad7e883758af9.rlib" "/opt/rustwide/target/debug/deps/libdtoa_short-bc3ffa4f46be5edb.rlib" "/opt/rustwide/target/debug/deps/libdtoa-1db77edde63def9c.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-df957b2a11624f21.rlib" "/opt/rustwide/target/debug/deps/libbitflags-8a5476fab5bb3232.rlib" "/opt/rustwide/target/debug/deps/libego_tree-ac848490fa45a20c.rlib" "/opt/rustwide/target/debug/deps/libmatches-48febceb3dcc9296.rlib" "/opt/rustwide/target/debug/deps/libhtml5ever-57aa6d0350d0bfe5.rlib" "/opt/rustwide/target/debug/deps/liblog-9eadb0415de29753.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-3bb9a546b52233f2.rlib" "/opt/rustwide/target/debug/deps/libmarkup5ever-3029998781fd0ba4.rlib" "/opt/rustwide/target/debug/deps/libstring_cache-c726fa191186e2de.rlib" "/opt/rustwide/target/debug/deps/libprecomputed_hash-f5880674525033b8.rlib" "/opt/rustwide/target/debug/deps/libserde-9a3cd1453ee13cd0.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-b2d06f7d60fcbb27.rlib" "/opt/rustwide/target/debug/deps/libphf-d96215f91eab51c4.rlib" "/opt/rustwide/target/debug/deps/libphf_shared-f04ad9186ab7141c.rlib" "/opt/rustwide/target/debug/deps/libsiphasher-c534524a7b71023d.rlib" "/opt/rustwide/target/debug/deps/libtendril-c386f989b0b7e06f.rlib" "/opt/rustwide/target/debug/deps/libutf8-2b4dcfddee452a7c.rlib" "/opt/rustwide/target/debug/deps/libfutf-5a81398b72b145c9.rlib" "/opt/rustwide/target/debug/deps/libdebug_unreachable-794b0241d539915f.rlib" "/opt/rustwide/target/debug/deps/libmac-f2762aacab9b05e2.rlib" "/opt/rustwide/target/debug/deps/libasync_channel-983d793f07064f13.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-558f3951e09ad2ea.rlib" "/opt/rustwide/target/debug/deps/libevent_listener-9f09ff7de481a3fa.rlib" "/opt/rustwide/target/debug/deps/libconcurrent_queue-c31c972669483669.rlib" "/opt/rustwide/target/debug/deps/libcache_padded-ac4d326c75ac5cf2.rlib" "/opt/rustwide/target/debug/deps/libanyhow-f373882276a4634e.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-7444fd17919e9af0.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-0ee2f67026959ab7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-df1bcd1e82256d04.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-ed9ecf1b54021131.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-0ede66bb24e94b96.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-7c2de7f50940865c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-b138d50085fd4683.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-6576870d8f2b9ae2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-042a30c5f67b2c91.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-7b3f33d3dbe385dc.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-90b3063cd7b22527.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-17f9484f8dc4da1e.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-df38345acd9d92e1.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-a5e10ca10bdd9e54.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-9e5b4162eeef2cef.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-3a4e739a77468800.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2021-01-01-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-0f3a0c116d5e04d6.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lutil" "-ldl" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "e2a942c4a126ba99af9a3181ab2d2a1faa7e2b8f101728f9c5fb0616004e6193", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e2a942c4a126ba99af9a3181ab2d2a1faa7e2b8f101728f9c5fb0616004e6193", kill_on_drop: false }` [INFO] [stdout] e2a942c4a126ba99af9a3181ab2d2a1faa7e2b8f101728f9c5fb0616004e6193