[INFO] cloning repository https://github.com/la10736/z2p [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/la10736/z2p" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fla10736%2Fz2p", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fla10736%2Fz2p'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a79ec6f78d36906ca4b66d50ea87172cf7cb2b28 [INFO] testing la10736/z2p against 1.49.0 for beta-1.50-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fla10736%2Fz2p" "/workspace/builds/worker-2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/la10736/z2p on toolchain 1.49.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.49.0" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/la10736/z2p [INFO] finished tweaking git repo https://github.com/la10736/z2p [INFO] tweaked toml for git repo https://github.com/la10736/z2p written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/la10736/z2p already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.49.0" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "+1.49.0" "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] 1a4a01bf2952bfc70012d5e6bc8ee9cf65438c65abda086132c582aaa051013b [INFO] running `Command { std: "docker" "start" "-a" "1a4a01bf2952bfc70012d5e6bc8ee9cf65438c65abda086132c582aaa051013b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1a4a01bf2952bfc70012d5e6bc8ee9cf65438c65abda086132c582aaa051013b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1a4a01bf2952bfc70012d5e6bc8ee9cf65438c65abda086132c582aaa051013b", kill_on_drop: false }` [INFO] [stdout] 1a4a01bf2952bfc70012d5e6bc8ee9cf65438c65abda086132c582aaa051013b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "+1.49.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4a65839117f8ebc668781564a1d4bba64687d44d97f1a71bd167a75309b2c251 [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" "4a65839117f8ebc668781564a1d4bba64687d44d97f1a71bd167a75309b2c251", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.42 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Compiling serde v1.0.117 [INFO] [stderr] Compiling futures-io v0.3.6 [INFO] [stderr] Compiling cache-padded v1.1.1 [INFO] [stderr] Compiling serde_json v1.0.59 [INFO] [stderr] Compiling parking v2.0.0 [INFO] [stderr] Compiling fastrand v1.4.0 [INFO] [stderr] Compiling waker-fn v1.1.0 [INFO] [stderr] Compiling vec-arena v1.0.0 [INFO] [stderr] Compiling event-listener v2.5.1 [INFO] [stderr] Compiling futures-sink v0.3.6 [INFO] [stderr] Compiling async-task v4.0.2 [INFO] [stderr] Compiling atomic-waker v1.0.0 [INFO] [stderr] Compiling anyhow v1.0.33 [INFO] [stderr] Compiling arrayvec v0.5.1 [INFO] [stderr] Compiling data-encoding v2.3.0 [INFO] [stderr] Compiling http-types v2.5.0 [INFO] [stderr] Compiling curl v0.4.33 [INFO] [stderr] Compiling rustversion v1.0.3 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling infer v0.2.3 [INFO] [stderr] Compiling isahc v0.9.10 [INFO] [stderr] Compiling rustc-demangle v0.1.17 [INFO] [stderr] Compiling lexical-core v0.7.4 [INFO] [stderr] Compiling arrayref v0.3.6 [INFO] [stderr] Compiling subtle v1.0.0 [INFO] [stderr] Compiling stable_deref_trait v1.2.0 [INFO] [stderr] Compiling constant_time_eq v0.1.5 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling route-recognizer v0.2.0 [INFO] [stderr] Compiling take_mut v0.2.2 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling num-traits v0.2.12 [INFO] [stderr] Compiling libnghttp2-sys v0.1.4+1.41.0 [INFO] [stderr] Compiling futures-task v0.3.6 [INFO] [stderr] Compiling cookie v0.14.2 [INFO] [stderr] Compiling ring v0.16.15 [INFO] [stderr] Compiling blake3 v0.3.7 [INFO] [stderr] Compiling nom v5.1.2 [INFO] [stderr] Compiling sharded-slab v0.1.0 [INFO] [stderr] Compiling libz-sys v1.1.2 [INFO] [stderr] Compiling curl-sys v0.4.36+curl-7.71.1 [INFO] [stderr] Compiling concurrent-queue v1.2.2 [INFO] [stderr] Compiling futures-channel v0.3.6 [INFO] [stderr] Compiling async-mutex v1.4.0 [INFO] [stderr] Compiling yaml-rust v0.4.4 [INFO] [stderr] Compiling stringprep v0.1.2 [INFO] [stderr] Compiling nb-connect v1.0.2 [INFO] [stderr] Compiling parking_lot_core v0.7.2 [INFO] [stderr] Compiling gethostname v0.2.1 [INFO] [stderr] Compiling futures-lite v1.10.1 [INFO] [stderr] Compiling regex-automata v0.1.9 [INFO] [stderr] Compiling async-channel v1.5.0 [INFO] [stderr] Compiling crypto-mac v0.7.0 [INFO] [stderr] Compiling crypto-mac v0.8.0 [INFO] [stderr] Compiling block-cipher v0.7.1 [INFO] [stderr] Compiling universal-hash v0.4.0 [INFO] [stderr] Compiling aead v0.3.2 [INFO] [stderr] Compiling backtrace v0.3.53 [INFO] [stderr] Compiling md-5 v0.8.0 [INFO] [stderr] Compiling parking_lot v0.10.2 [INFO] [stderr] Compiling polling v2.0.0 [INFO] [stderr] Compiling kv-log-macro v1.0.7 [INFO] [stderr] Compiling mio v0.6.22 [INFO] [stderr] Compiling tracing-log v0.1.1 [INFO] [stderr] Compiling os_info v2.0.8 [INFO] [stderr] Compiling hmac v0.7.1 [INFO] [stderr] Compiling pbkdf2 v0.3.0 [INFO] [stderr] Compiling aes-soft v0.4.0 [INFO] [stderr] Compiling sha2 v0.9.1 [INFO] [stderr] Compiling hmac v0.8.1 [INFO] [stderr] Compiling polyval v0.4.1 [INFO] [stderr] Compiling typed-builder v0.3.0 [INFO] [stderr] Compiling futures-intrusive v0.3.1 [INFO] [stderr] Compiling aes v0.4.0 [INFO] [stderr] Compiling async-io v1.1.9 [INFO] [stderr] Compiling async-executor v1.3.0 [INFO] [stderr] Compiling blocking v1.0.1 [INFO] [stderr] Compiling hkdf v0.9.0 [INFO] [stderr] Compiling matchers v0.0.1 [INFO] [stderr] Compiling uuid v0.8.1 [INFO] [stderr] Compiling ghash v0.3.0 [INFO] [stderr] Compiling tokio v0.2.22 [INFO] [stderr] Compiling crossbeam-channel v0.4.4 [INFO] [stderr] Compiling crossbeam-queue v0.2.3 [INFO] [stderr] Compiling num-integer v0.1.43 [INFO] [stderr] Compiling num-traits v0.1.43 [INFO] [stderr] Compiling async-global-executor v1.3.0 [INFO] [stderr] Compiling aes-gcm v0.6.0 [INFO] [stderr] Compiling serde-hjson v0.9.1 [INFO] [stderr] Compiling byte-pool v0.2.2 [INFO] [stderr] Compiling webpki v0.21.3 [INFO] [stderr] Compiling sct v0.6.0 [INFO] [stderr] Compiling rustls v0.17.0 [INFO] [stderr] Compiling webpki-roots v0.18.0 [INFO] [stderr] Compiling darling_core v0.10.2 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling synstructure v0.12.4 [INFO] [stderr] Compiling tokio-rustls v0.13.1 [INFO] [stderr] Compiling serde_derive v1.0.117 [INFO] [stderr] Compiling pin-project-internal v0.4.26 [INFO] [stderr] Compiling thiserror-impl v1.0.21 [INFO] [stderr] Compiling futures-macro v0.3.6 [INFO] [stderr] Compiling async-attributes v1.1.1 [INFO] [stderr] Compiling time-macros-impl v0.1.1 [INFO] [stderr] Compiling tracing-attributes v0.1.11 [INFO] [stderr] Compiling async-trait v0.1.41 [INFO] [stderr] Compiling enum-as-inner v0.3.3 [INFO] [stderr] Compiling derivative v2.1.1 [INFO] [stderr] Compiling async-std v1.6.5 [INFO] [stderr] Compiling err-derive v0.2.4 [INFO] [stderr] Compiling time-macros v0.1.1 [INFO] [stderr] Compiling time v0.2.22 [INFO] [stderr] Compiling thiserror v1.0.21 [INFO] [stderr] Compiling darling_macro v0.10.2 [INFO] [stderr] Compiling pin-project v0.4.26 [INFO] [stderr] Compiling futures-util v0.3.6 [INFO] [stderr] Compiling tracing v0.1.22 [INFO] [stderr] Compiling darling v0.10.2 [INFO] [stderr] Compiling tracing-futures v0.2.4 [INFO] [stderr] Compiling serde_with_macros v1.3.0 [INFO] [stderr] Compiling futures-executor v0.3.6 [INFO] [stderr] Compiling sluice v0.5.2 [INFO] [stderr] Compiling futures v0.3.6 [INFO] [stderr] Compiling url v2.1.1 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling serde_urlencoded v0.7.0 [INFO] [stderr] Compiling serde_qs v0.7.0 [INFO] [stderr] Compiling bincode v1.3.1 [INFO] [stderr] Compiling tracing-serde v0.1.2 [INFO] [stderr] Compiling toml v0.5.7 [INFO] [stderr] Compiling serde_with v1.6.0 [INFO] [stderr] Compiling trust-dns-proto v0.19.5 [INFO] [stderr] Compiling async-session v2.0.1 [INFO] [stderr] Compiling femme v2.1.1 [INFO] [stderr] Compiling tracing-subscriber v0.2.15 [INFO] [stderr] Compiling bson v1.1.0 [INFO] [stderr] Compiling config v0.10.1 [INFO] [stderr] Compiling trust-dns-resolver v0.19.5 [INFO] [stderr] Compiling tracing-bunyan-formatter v0.1.7 [INFO] [stderr] Compiling async-h1 v2.1.2 [INFO] [stderr] Compiling async-sse v4.0.1 [INFO] [stderr] Compiling http-client v6.1.0 [INFO] [stderr] Compiling tide v0.15.0 [INFO] [stderr] Compiling mongodb v1.1.1 [INFO] [stderr] Compiling tide-tracing v0.0.7 [INFO] [stderr] Compiling z2p v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4m 45s [INFO] running `Command { std: "docker" "inspect" "4a65839117f8ebc668781564a1d4bba64687d44d97f1a71bd167a75309b2c251", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4a65839117f8ebc668781564a1d4bba64687d44d97f1a71bd167a75309b2c251", kill_on_drop: false }` [INFO] [stdout] 4a65839117f8ebc668781564a1d4bba64687d44d97f1a71bd167a75309b2c251 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "+1.49.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 58a4f7213584f2dc9732011fd334e80764afd26b3c6acd52fa2ff57169194c80 [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" "58a4f7213584f2dc9732011fd334e80764afd26b3c6acd52fa2ff57169194c80", kill_on_drop: false }` [INFO] [stderr] Compiling json v0.12.4 [INFO] [stderr] Compiling unindent v0.1.7 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling rstest v0.6.4 [INFO] [stderr] Compiling bstr v0.2.14 [INFO] [stderr] Compiling serde_yaml v0.8.14 [INFO] [stderr] Compiling surf v2.1.0 [INFO] [stderr] Compiling csv v1.1.4 [INFO] [stderr] Compiling z2p v0.1.0 (/opt/rustwide/workdir) [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/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/z2p-85c6f97a972464f9.z2p.b6c7e5uy-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/z2p-85c6f97a972464f9.z2p.b6c7e5uy-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/z2p-85c6f97a972464f9.z2p.b6c7e5uy-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/z2p-85c6f97a972464f9.z2p.b6c7e5uy-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/z2p-85c6f97a972464f9.z2p.b6c7e5uy-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/z2p-85c6f97a972464f9.z2p.b6c7e5uy-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/z2p-85c6f97a972464f9.z2p.b6c7e5uy-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/z2p-85c6f97a972464f9.z2p.b6c7e5uy-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/z2p-85c6f97a972464f9.z2p.b6c7e5uy-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/z2p-85c6f97a972464f9.z2p.b6c7e5uy-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/z2p-85c6f97a972464f9.z2p.b6c7e5uy-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/z2p-85c6f97a972464f9.z2p.b6c7e5uy-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/z2p-85c6f97a972464f9.z2p.b6c7e5uy-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/z2p-85c6f97a972464f9.z2p.b6c7e5uy-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/z2p-85c6f97a972464f9.z2p.b6c7e5uy-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/z2p-85c6f97a972464f9.z2p.b6c7e5uy-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/z2p-85c6f97a972464f9" "/opt/rustwide/target/debug/deps/z2p-85c6f97a972464f9.511s4wq9vkb7kzz9.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/ring-beda36433a6cb9e4/out" "-L" "/opt/rustwide/target/debug/build/curl-sys-bd1c6f41c726ffbd/out/build" "-L" "/opt/rustwide/target/debug/build/libnghttp2-sys-e43d64923cf423fe/out/i/lib" "-L" "/opt/rustwide/target/debug/build/blake3-271d69d074ce18d3/out" "-L" "/opt/rustwide/target/debug/build/blake3-271d69d074ce18d3/out" "-L" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libtide_tracing-7ac18912953802bb.rlib" "/opt/rustwide/target/debug/deps/libserde_yaml-20ddb9c8b489031d.rlib" "/opt/rustwide/target/debug/deps/libdtoa-25df5bc84a5aa33e.rlib" "/opt/rustwide/target/debug/deps/libconfig-b4150f4a01716b08.rlib" "/opt/rustwide/target/debug/deps/libini-fa8070730d911eb5.rlib" "/opt/rustwide/target/debug/deps/libserde_hjson-b1f3def444cb608c.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-36207b424eef6a01.rlib" "/opt/rustwide/target/debug/deps/liblinked_hash_map-928257da469df9d2.rlib" "/opt/rustwide/target/debug/deps/libserde-c4127e2ae30808ac.rlib" "/opt/rustwide/target/debug/deps/libyaml_rust-ce8f387bba75f180.rlib" "/opt/rustwide/target/debug/deps/libtoml-bed54a27acf519d6.rlib" "/opt/rustwide/target/debug/deps/libnom-36f4c2c19c085ffb.rlib" "/opt/rustwide/target/debug/deps/liblexical_core-c41af6ac833fda6b.rlib" "/opt/rustwide/target/debug/deps/libstatic_assertions-ac453ec36b9d397e.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-6609e81d71a1bf05.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-c352aab3e89370e6.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-5a89b15f567bd092.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-f48d3ad387757b0f.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-bf2dc5d6d88f70a5.rlib" "/opt/rustwide/target/debug/deps/libtracing_bunyan_formatter-8bada37a0941da29.rlib" "/opt/rustwide/target/debug/deps/libgethostname-075cfe0257f40a47.rlib" "/opt/rustwide/target/debug/deps/libtracing_subscriber-f57f3e2349418d5d.rlib" "/opt/rustwide/target/debug/deps/libsharded_slab-c395c8c104714a74.rlib" "/opt/rustwide/target/debug/deps/libtracing_serde-412cd178c67dc0de.rlib" "/opt/rustwide/target/debug/deps/libansi_term-eb7bfe6b04a36946.rlib" "/opt/rustwide/target/debug/deps/libmatchers-a6e0b96e0820276a.rlib" "/opt/rustwide/target/debug/deps/libregex_automata-ec01e474b7d2c85e.rlib" "/opt/rustwide/target/debug/deps/libregex-a6cac87353047206.rlib" "/opt/rustwide/target/debug/deps/libthread_local-76e36b18ae5ab5a5.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-203b7ab1130a7d41.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-7c1188042998c85e.rlib" "/opt/rustwide/target/debug/deps/libtracing_log-140b2477c15187cb.rlib" "/opt/rustwide/target/debug/deps/libtide-8f01f8f53f641bb0.rlib" "/opt/rustwide/target/debug/deps/libasync_sse-2d6a357cf171e338.rlib" "/opt/rustwide/target/debug/deps/libasync_h1-55772f48728a9511.rlib" "/opt/rustwide/target/debug/deps/libhttparse-70ee21a856a9db0a.rlib" "/opt/rustwide/target/debug/deps/libbyte_pool-9d01ec4f4f2a6e3d.rlib" "/opt/rustwide/target/debug/deps/libstable_deref_trait-5f10265e8ae1f329.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-b0535afb18dcbfef.rlib" "/opt/rustwide/target/debug/deps/libhttp_client-c06698338cb99704.rlib" "/opt/rustwide/target/debug/deps/libisahc-2a7065bce020fd3c.rlib" "/opt/rustwide/target/debug/deps/libsluice-4db918898812f20f.rlib" "/opt/rustwide/target/debug/deps/libtracing_futures-81eeae79f503f502.rlib" "/opt/rustwide/target/debug/deps/libtracing-129395f3e07b0ad4.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-129ad8673e437837.rlib" "/opt/rustwide/target/debug/deps/libtracing_core-f02f6b2406e547a2.rlib" "/opt/rustwide/target/debug/deps/libcurl-93dea88dcc31559a.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-0807aab40c872817.rlib" "/opt/rustwide/target/debug/deps/libcurl_sys-e90e69d735c30a11.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-47f20c8f8cd0e49e.rlib" "/opt/rustwide/target/debug/deps/liblibz_sys-8f6688152706a1d8.rlib" "/opt/rustwide/target/debug/deps/liblibnghttp2_sys-aed87dd03953b4eb.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-902c0c35291145a2.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-ba8c860573beb973.rlib" "/opt/rustwide/target/debug/deps/libhttp-62abdda2dfd21777.rlib" "/opt/rustwide/target/debug/deps/libasync_session-8aff886a15da625e.rlib" "/opt/rustwide/target/debug/deps/libbincode-3d126251ab1d72ee.rlib" "/opt/rustwide/target/debug/deps/libblake3-fcd252ee53c5787c.rlib" "/opt/rustwide/target/debug/deps/libconstant_time_eq-a77c40727df85d73.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-9cf39d1f0ac0f488.rlib" "/opt/rustwide/target/debug/deps/libarrayref-3c1208ed30c61842.rlib" "/opt/rustwide/target/debug/deps/libfemme-fce6ad24a20a4630.rlib" "/opt/rustwide/target/debug/deps/libroute_recognizer-bb83f3813209aa8b.rlib" "/opt/rustwide/target/debug/deps/libhttp_types-3d1a471ca954d61b.rlib" "/opt/rustwide/target/debug/deps/libserde_qs-4053b9a3ed38ada7.rlib" "/opt/rustwide/target/debug/deps/libdata_encoding-459a8bdd2ad64b5e.rlib" "/opt/rustwide/target/debug/deps/libanyhow-5eeb87a13127abc5.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-67ac0dc5a25002a1.rlib" "/opt/rustwide/target/debug/deps/libform_urlencoded-e26891aebe4d3d4b.rlib" "/opt/rustwide/target/debug/deps/libinfer-7da8b39ec0b5b364.rlib" "/opt/rustwide/target/debug/deps/libcookie-86b36e90fc77cbc2.rlib" "/opt/rustwide/target/debug/deps/libhkdf-95368d1c59f39000.rlib" "/opt/rustwide/target/debug/deps/libhmac-2bc917400bc7a09e.rlib" "/opt/rustwide/target/debug/deps/libcrypto_mac-a23604a634d42167.rlib" "/opt/rustwide/target/debug/deps/libsha2-5e514113d7f74b4e.rlib" "/opt/rustwide/target/debug/deps/libcpuid_bool-bef27313aeb3cb1d.rlib" "/opt/rustwide/target/debug/deps/libopaque_debug-85fbb66a36e2bede.rlib" "/opt/rustwide/target/debug/deps/libdigest-049cf40499e48d09.rlib" "/opt/rustwide/target/debug/deps/libblock_buffer-f96db7b33eff4f75.rlib" "/opt/rustwide/target/debug/deps/libaes_gcm-85b9a0a7fb367dd9.rlib" "/opt/rustwide/target/debug/deps/libghash-47666905aa068c98.rlib" "/opt/rustwide/target/debug/deps/libpolyval-251a4c8d25712106.rlib" "/opt/rustwide/target/debug/deps/libuniversal_hash-ad5ddbff5ea027d2.rlib" "/opt/rustwide/target/debug/deps/libsubtle-e7dd94ced4d3a608.rlib" "/opt/rustwide/target/debug/deps/libaes-6011241e73ce05d4.rlib" "/opt/rustwide/target/debug/deps/libaes_soft-c79d4a5a7896df5c.rlib" "/opt/rustwide/target/debug/deps/libaead-17984fdf142d12e0.rlib" "/opt/rustwide/target/debug/deps/libblock_cipher-0cb5ec72b1c1bace.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-2746e050f209506d.rlib" "/opt/rustwide/target/debug/deps/libtime-d4b9c95295d41780.rlib" "/opt/rustwide/target/debug/deps/libtime_macros-7235457bfdb3d87e.rlib" "/opt/rustwide/target/debug/deps/libstandback-55cf3dfc99cd4ea0.rlib" "/opt/rustwide/target/debug/deps/libunindent-2dad095652b65047.rlib" "/opt/rustwide/target/debug/deps/libmongodb-df6a1f1a1afbf7d6.rlib" "/opt/rustwide/target/debug/deps/libtake_mut-dd1fdcc10b09b6eb.rlib" "/opt/rustwide/target/debug/deps/libversion_check-b69729d05d75dbf3.rlib" "/opt/rustwide/target/debug/deps/libpbkdf2-c86444ff72369d78.rlib" "/opt/rustwide/target/debug/deps/libstringprep-33013537c17b343c.rlib" "/opt/rustwide/target/debug/deps/libsocket2-a8769ac3b652f11e.rlib" "/opt/rustwide/target/debug/deps/libasync_std-39a81065dc975641.rlib" "/opt/rustwide/target/debug/deps/libblocking-9d9f0fe33dff4342.rlib" "/opt/rustwide/target/debug/deps/libatomic_waker-3f474c95973cd58f.rlib" "/opt/rustwide/target/debug/deps/libasync_channel-54e0927ba2b169c8.rlib" "/opt/rustwide/target/debug/deps/libasync_global_executor-b409f1fbd69dfd37.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-17f713335dfc4dd3.rlib" "/opt/rustwide/target/debug/deps/libasync_executor-c0bd82fc4c6b5c9c.rlib" "/opt/rustwide/target/debug/deps/libasync_task-8aef7a1fffa5c1fc.rlib" "/opt/rustwide/target/debug/deps/libasync_io-431e07d4d0f03cc4.rlib" "/opt/rustwide/target/debug/deps/libnb_connect-f4b55aa6d990fec4.rlib" "/opt/rustwide/target/debug/deps/libvec_arena-f781bf66b56648b4.rlib" "/opt/rustwide/target/debug/deps/libpolling-a20cb77e5122fd60.rlib" "/opt/rustwide/target/debug/deps/libconcurrent_queue-324e9f5d188245f6.rlib" "/opt/rustwide/target/debug/deps/libcache_padded-faa80e76359f0e18.rlib" "/opt/rustwide/target/debug/deps/libfutures_lite-d2cc5e093cfda2f0.rlib" "/opt/rustwide/target/debug/deps/libfastrand-d6aec19f4fd85183.rlib" "/opt/rustwide/target/debug/deps/libwaker_fn-bbf53c70cfd292e4.rlib" "/opt/rustwide/target/debug/deps/libparking-2332d1c9b50bae8b.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-ff13728372c662eb.rlib" "/opt/rustwide/target/debug/deps/libasync_mutex-ad6195bfa15f12bd.rlib" "/opt/rustwide/target/debug/deps/libevent_listener-cecac2aec7086288.rlib" "/opt/rustwide/target/debug/deps/libkv_log_macro-a9ddcf206ea66d2d.rlib" "/opt/rustwide/target/debug/deps/libtokio_rustls-76923177346bae97.rlib" "/opt/rustwide/target/debug/deps/libfutures_intrusive-407a021a23fba41f.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-9bdd349dd0abbc02.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-a257e2d65b5b5a6f.rlib" "/opt/rustwide/target/debug/deps/liblock_api-dbb4a111800d5527.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-61a8585eac99cded.rlib" "/opt/rustwide/target/debug/deps/libos_info-32b20463843f5fa5.rlib" "/opt/rustwide/target/debug/deps/libbitflags-de31228f2c0549ed.rlib" "/opt/rustwide/target/debug/deps/libuuid-f5389cec355c7e53.rlib" "/opt/rustwide/target/debug/deps/libwebpki_roots-e96f3b7a80a5275d.rlib" "/opt/rustwide/target/debug/deps/libtrust_dns_resolver-a8a6596931a8ed8e.rlib" "/opt/rustwide/target/debug/deps/libresolv_conf-7885f6750108d922.rlib" "/opt/rustwide/target/debug/deps/libhostname-f103104214e6e249.rlib" "/opt/rustwide/target/debug/deps/libmatch_cfg-aebef96a4a07fd27.rlib" "/opt/rustwide/target/debug/deps/libquick_error-02525b70077f996f.rlib" "/opt/rustwide/target/debug/deps/libtrust_dns_proto-33ec85af7c11f2c8.rlib" "/opt/rustwide/target/debug/deps/liburl-1438715560b8c5bc.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-118ab8cd0c12994c.rlib" "/opt/rustwide/target/debug/deps/libidna-82d980a8c47e1f9a.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-fb89eba847a639dd.rlib" "/opt/rustwide/target/debug/deps/libtinyvec-138c271064a97844.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-7e8075a07f0e5422.rlib" "/opt/rustwide/target/debug/deps/libmatches-5499bb0a916b29b9.rlib" "/opt/rustwide/target/debug/deps/libthiserror-ff8c79cc2b844f93.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-cb0664aea39510cc.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-717c95e0ca43996f.rlib" "/opt/rustwide/target/debug/deps/libadler-797761d55cc6d77d.rlib" "/opt/rustwide/target/debug/deps/libobject-28b8645602eca8ef.rlib" "/opt/rustwide/target/debug/deps/libaddr2line-e1a45fca33362bb8.rlib" "/opt/rustwide/target/debug/deps/libgimli-f2dc741e271a0d9c.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-d836a7202f0431f0.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-d538ccec70a358a4.rlib" "/opt/rustwide/target/debug/deps/libtokio-3cdd2e884ac8b03e.rlib" "/opt/rustwide/target/debug/deps/libfnv-751e5967119454f8.rlib" "/opt/rustwide/target/debug/deps/libmio-3fcbf730dceebda6.rlib" "/opt/rustwide/target/debug/deps/libiovec-e236bf8f451e9555.rlib" "/opt/rustwide/target/debug/deps/libnet2-db648b03ed6804f9.rlib" "/opt/rustwide/target/debug/deps/libbytes-8f475ca97d0bfeee.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-fca56883cbd8b2b3.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-06940346a638646b.rlib" "/opt/rustwide/target/debug/deps/liblru_cache-39fb356ad49a0a3f.rlib" "/opt/rustwide/target/debug/deps/libstrsim-da1969f20a4aa0be.rlib" "/opt/rustwide/target/debug/deps/librustls-ecb2c4d102bf5efc.rlib" "/opt/rustwide/target/debug/deps/libbase64-bd76cc5e92a459fa.rlib" "/opt/rustwide/target/debug/deps/libsct-8f010746c69d9cbb.rlib" "/opt/rustwide/target/debug/deps/libwebpki-4c3d6406f5a0b6b7.rlib" "/opt/rustwide/target/debug/deps/libring-887182f0d12fe3bd.rlib" "/opt/rustwide/target/debug/deps/libspin-37d4123b82335501.rlib" "/opt/rustwide/target/debug/deps/libuntrusted-77ec9bc9f48f5db0.rlib" "/opt/rustwide/target/debug/deps/liblog-574ec1b45a6b839c.rlib" "/opt/rustwide/target/debug/deps/libsha2-454ead701e607a48.rlib" "/opt/rustwide/target/debug/deps/libsha1-59fd306ace52e577.rlib" "/opt/rustwide/target/debug/deps/libfake_simd-3704098158514f49.rlib" "/opt/rustwide/target/debug/deps/libmd5-ccbfef73a5394ed3.rlib" "/opt/rustwide/target/debug/deps/libopaque_debug-efd5d3f8c67be758.rlib" "/opt/rustwide/target/debug/deps/libblock_buffer-944918fbef163d39.rlib" "/opt/rustwide/target/debug/deps/libblock_padding-0cbcbf39d870dce5.rlib" "/opt/rustwide/target/debug/deps/libbyte_tools-7b41428fbe7b62c6.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-04b16b37fbc1beb3.rlib" "/opt/rustwide/target/debug/deps/libhmac-9fd505c5cbe26133.rlib" "/opt/rustwide/target/debug/deps/libcrypto_mac-757ec53960a1749b.rlib" "/opt/rustwide/target/debug/deps/libsubtle-203f19858ca045df.rlib" "/opt/rustwide/target/debug/deps/libdigest-560da67ecda1b926.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-863acf4de67dbc62.rlib" "/opt/rustwide/target/debug/deps/libtypenum-a5e8dd74bd8dfb37.rlib" "/opt/rustwide/target/debug/deps/libfutures-6d4956db6863d8d4.rlib" "/opt/rustwide/target/debug/deps/libfutures_executor-95b3204938ffb04f.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-f58c235043abeeee.rlib" "/opt/rustwide/target/debug/deps/libmemchr-68751ffea57ec29e.rlib" "/opt/rustwide/target/debug/deps/libproc_macro_nested-cd96790c1dea6f14.rlib" "/opt/rustwide/target/debug/deps/libfutures_io-f0921434753a6bca.rlib" "/opt/rustwide/target/debug/deps/libslab-65742487a18009d6.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-1787ba9f5b24e720.rlib" "/opt/rustwide/target/debug/deps/libpin_project-2bba55dfcecec4bc.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-c867196d7acfe745.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-931ecade30c6a64f.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-debe3179146a0b19.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-1b5011892cb37eb5.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-64d99a2866f6a30c.rlib" "/opt/rustwide/target/debug/deps/libbson-9b78cb07a74deef3.rlib" "/opt/rustwide/target/debug/deps/libbase64-f3ec148fd12597ac.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-7895c92c6d278491.rlib" "/opt/rustwide/target/debug/deps/librand-0e7b39ac874c528c.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-05e1c79f5a6809a3.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-dade1abeea8bcadc.rlib" "/opt/rustwide/target/debug/deps/librand_core-79767dcea1243202.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-ba145b9364127310.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-b10e0993eefc366b.rlib" "/opt/rustwide/target/debug/deps/libhex-8a54554534812d95.rlib" "/opt/rustwide/target/debug/deps/liblinked_hash_map-8af8311b9ad75415.rlib" "/opt/rustwide/target/debug/deps/libserde_json-1e5fdea0a2280e58.rlib" "/opt/rustwide/target/debug/deps/libryu-37b6e9a22bb2209d.rlib" "/opt/rustwide/target/debug/deps/libitoa-2e73d811797b95b6.rlib" "/opt/rustwide/target/debug/deps/libindexmap-9894472726dacf19.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-c81ff6afa81291d5.rlib" "/opt/rustwide/target/debug/deps/libchrono-33717b8606cd4bea.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-29b3a43b035ba458.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-39a216e4f7477a11.rlib" "/opt/rustwide/target/debug/deps/libtime-ab1af41d372e556c.rlib" "/opt/rustwide/target/debug/deps/liblibc-3ca4e9240d5786cb.rlib" "/opt/rustwide/target/debug/deps/libserde_with-b313f2a45ed0601a.rlib" "/opt/rustwide/target/debug/deps/libserde-4aff833d1b1c5854.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-e12de7683a34c500.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-446a53c2e468675f.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-86fef9fb252a2d33.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-3bed9bfd30304751.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-0e38eeb474a7b386.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-a846ed547b824740.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-c9540f0a4fb9265d.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7d2ca66c92c356eb.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-147e2c808f949493.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-bd2a4369506670e9.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-74bfdd0ce7d0ed48.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-6777f47f1c491841.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-b104f1790174f2be.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-db37898996f45c13.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-25b7435131fc4938.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-9d4b6f3c097e876e.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-3f953ad652ab829a.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lz" "-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: could not compile `z2p` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [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/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/subscribe-72fe4a36f3bb8aea.subscribe.c25zkku1-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/subscribe-72fe4a36f3bb8aea.subscribe.c25zkku1-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/subscribe-72fe4a36f3bb8aea.subscribe.c25zkku1-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/subscribe-72fe4a36f3bb8aea.subscribe.c25zkku1-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/subscribe-72fe4a36f3bb8aea.subscribe.c25zkku1-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/subscribe-72fe4a36f3bb8aea.subscribe.c25zkku1-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/subscribe-72fe4a36f3bb8aea.subscribe.c25zkku1-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/subscribe-72fe4a36f3bb8aea.subscribe.c25zkku1-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/subscribe-72fe4a36f3bb8aea.subscribe.c25zkku1-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/subscribe-72fe4a36f3bb8aea.subscribe.c25zkku1-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/subscribe-72fe4a36f3bb8aea.subscribe.c25zkku1-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/subscribe-72fe4a36f3bb8aea.subscribe.c25zkku1-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/subscribe-72fe4a36f3bb8aea.subscribe.c25zkku1-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/subscribe-72fe4a36f3bb8aea.subscribe.c25zkku1-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/subscribe-72fe4a36f3bb8aea.subscribe.c25zkku1-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/subscribe-72fe4a36f3bb8aea.subscribe.c25zkku1-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/subscribe-72fe4a36f3bb8aea" "/opt/rustwide/target/debug/deps/subscribe-72fe4a36f3bb8aea.3oijsg52oeu26chd.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/ring-beda36433a6cb9e4/out" "-L" "/opt/rustwide/target/debug/build/curl-sys-bd1c6f41c726ffbd/out/build" "-L" "/opt/rustwide/target/debug/build/libnghttp2-sys-e43d64923cf423fe/out/i/lib" "-L" "/opt/rustwide/target/debug/build/blake3-271d69d074ce18d3/out" "-L" "/opt/rustwide/target/debug/build/blake3-271d69d074ce18d3/out" "-L" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-6609e81d71a1bf05.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libterm-c352aab3e89370e6.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-5a89b15f567bd092.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-f48d3ad387757b0f.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-bf2dc5d6d88f70a5.rlib" "/opt/rustwide/target/debug/deps/libsurf-9d43d633febec041.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-4411a264aa9d9bed.rlib" "/opt/rustwide/target/debug/deps/libz2p-8a9f8c32b79cea0e.rlib" "/opt/rustwide/target/debug/deps/libtide_tracing-7ac18912953802bb.rlib" "/opt/rustwide/target/debug/deps/libconfig-b4150f4a01716b08.rlib" "/opt/rustwide/target/debug/deps/libini-fa8070730d911eb5.rlib" "/opt/rustwide/target/debug/deps/libserde_hjson-b1f3def444cb608c.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-36207b424eef6a01.rlib" "/opt/rustwide/target/debug/deps/liblinked_hash_map-928257da469df9d2.rlib" "/opt/rustwide/target/debug/deps/libserde-c4127e2ae30808ac.rlib" "/opt/rustwide/target/debug/deps/libyaml_rust-ce8f387bba75f180.rlib" "/opt/rustwide/target/debug/deps/libtoml-bed54a27acf519d6.rlib" "/opt/rustwide/target/debug/deps/libnom-36f4c2c19c085ffb.rlib" "/opt/rustwide/target/debug/deps/liblexical_core-c41af6ac833fda6b.rlib" "/opt/rustwide/target/debug/deps/libstatic_assertions-ac453ec36b9d397e.rlib" "/opt/rustwide/target/debug/deps/libtracing_bunyan_formatter-8bada37a0941da29.rlib" "/opt/rustwide/target/debug/deps/libgethostname-075cfe0257f40a47.rlib" "/opt/rustwide/target/debug/deps/libtracing_subscriber-f57f3e2349418d5d.rlib" "/opt/rustwide/target/debug/deps/libsharded_slab-c395c8c104714a74.rlib" "/opt/rustwide/target/debug/deps/libtracing_serde-412cd178c67dc0de.rlib" "/opt/rustwide/target/debug/deps/libansi_term-eb7bfe6b04a36946.rlib" "/opt/rustwide/target/debug/deps/libmatchers-a6e0b96e0820276a.rlib" "/opt/rustwide/target/debug/deps/libregex_automata-ec01e474b7d2c85e.rlib" "/opt/rustwide/target/debug/deps/libregex-a6cac87353047206.rlib" "/opt/rustwide/target/debug/deps/libthread_local-76e36b18ae5ab5a5.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-203b7ab1130a7d41.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-7c1188042998c85e.rlib" "/opt/rustwide/target/debug/deps/libtracing_log-140b2477c15187cb.rlib" "/opt/rustwide/target/debug/deps/libtide-8f01f8f53f641bb0.rlib" "/opt/rustwide/target/debug/deps/libasync_sse-2d6a357cf171e338.rlib" "/opt/rustwide/target/debug/deps/libasync_h1-55772f48728a9511.rlib" "/opt/rustwide/target/debug/deps/libhttparse-70ee21a856a9db0a.rlib" "/opt/rustwide/target/debug/deps/libbyte_pool-9d01ec4f4f2a6e3d.rlib" "/opt/rustwide/target/debug/deps/libstable_deref_trait-5f10265e8ae1f329.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_queue-b0535afb18dcbfef.rlib" "/opt/rustwide/target/debug/deps/libhttp_client-c06698338cb99704.rlib" "/opt/rustwide/target/debug/deps/libisahc-2a7065bce020fd3c.rlib" "/opt/rustwide/target/debug/deps/libsluice-4db918898812f20f.rlib" "/opt/rustwide/target/debug/deps/libtracing_futures-81eeae79f503f502.rlib" "/opt/rustwide/target/debug/deps/libtracing-129395f3e07b0ad4.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-129ad8673e437837.rlib" "/opt/rustwide/target/debug/deps/libtracing_core-f02f6b2406e547a2.rlib" "/opt/rustwide/target/debug/deps/libcurl-93dea88dcc31559a.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-0807aab40c872817.rlib" "/opt/rustwide/target/debug/deps/libcurl_sys-e90e69d735c30a11.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-47f20c8f8cd0e49e.rlib" "/opt/rustwide/target/debug/deps/liblibz_sys-8f6688152706a1d8.rlib" "/opt/rustwide/target/debug/deps/liblibnghttp2_sys-aed87dd03953b4eb.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-902c0c35291145a2.rlib" "/opt/rustwide/target/debug/deps/libmaybe_uninit-ba8c860573beb973.rlib" "/opt/rustwide/target/debug/deps/libhttp-62abdda2dfd21777.rlib" "/opt/rustwide/target/debug/deps/libasync_session-8aff886a15da625e.rlib" "/opt/rustwide/target/debug/deps/libbincode-3d126251ab1d72ee.rlib" "/opt/rustwide/target/debug/deps/libblake3-fcd252ee53c5787c.rlib" "/opt/rustwide/target/debug/deps/libconstant_time_eq-a77c40727df85d73.rlib" "/opt/rustwide/target/debug/deps/libarrayvec-9cf39d1f0ac0f488.rlib" "/opt/rustwide/target/debug/deps/libarrayref-3c1208ed30c61842.rlib" "/opt/rustwide/target/debug/deps/libfemme-fce6ad24a20a4630.rlib" "/opt/rustwide/target/debug/deps/libroute_recognizer-bb83f3813209aa8b.rlib" "/opt/rustwide/target/debug/deps/libhttp_types-3d1a471ca954d61b.rlib" "/opt/rustwide/target/debug/deps/libserde_qs-4053b9a3ed38ada7.rlib" "/opt/rustwide/target/debug/deps/libdata_encoding-459a8bdd2ad64b5e.rlib" "/opt/rustwide/target/debug/deps/libanyhow-5eeb87a13127abc5.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-67ac0dc5a25002a1.rlib" "/opt/rustwide/target/debug/deps/libform_urlencoded-e26891aebe4d3d4b.rlib" "/opt/rustwide/target/debug/deps/libinfer-7da8b39ec0b5b364.rlib" "/opt/rustwide/target/debug/deps/libcookie-86b36e90fc77cbc2.rlib" "/opt/rustwide/target/debug/deps/libhkdf-95368d1c59f39000.rlib" "/opt/rustwide/target/debug/deps/libhmac-2bc917400bc7a09e.rlib" "/opt/rustwide/target/debug/deps/libcrypto_mac-a23604a634d42167.rlib" "/opt/rustwide/target/debug/deps/libsha2-5e514113d7f74b4e.rlib" "/opt/rustwide/target/debug/deps/libcpuid_bool-bef27313aeb3cb1d.rlib" "/opt/rustwide/target/debug/deps/libopaque_debug-85fbb66a36e2bede.rlib" "/opt/rustwide/target/debug/deps/libdigest-049cf40499e48d09.rlib" "/opt/rustwide/target/debug/deps/libblock_buffer-f96db7b33eff4f75.rlib" "/opt/rustwide/target/debug/deps/libaes_gcm-85b9a0a7fb367dd9.rlib" "/opt/rustwide/target/debug/deps/libghash-47666905aa068c98.rlib" "/opt/rustwide/target/debug/deps/libpolyval-251a4c8d25712106.rlib" "/opt/rustwide/target/debug/deps/libuniversal_hash-ad5ddbff5ea027d2.rlib" "/opt/rustwide/target/debug/deps/libsubtle-e7dd94ced4d3a608.rlib" "/opt/rustwide/target/debug/deps/libaes-6011241e73ce05d4.rlib" "/opt/rustwide/target/debug/deps/libaes_soft-c79d4a5a7896df5c.rlib" "/opt/rustwide/target/debug/deps/libaead-17984fdf142d12e0.rlib" "/opt/rustwide/target/debug/deps/libblock_cipher-0cb5ec72b1c1bace.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-2746e050f209506d.rlib" "/opt/rustwide/target/debug/deps/libtime-d4b9c95295d41780.rlib" "/opt/rustwide/target/debug/deps/libtime_macros-7235457bfdb3d87e.rlib" "/opt/rustwide/target/debug/deps/libstandback-55cf3dfc99cd4ea0.rlib" "/opt/rustwide/target/debug/deps/libmongodb-df6a1f1a1afbf7d6.rlib" "/opt/rustwide/target/debug/deps/libtake_mut-dd1fdcc10b09b6eb.rlib" "/opt/rustwide/target/debug/deps/libversion_check-b69729d05d75dbf3.rlib" "/opt/rustwide/target/debug/deps/libpbkdf2-c86444ff72369d78.rlib" "/opt/rustwide/target/debug/deps/libstringprep-33013537c17b343c.rlib" "/opt/rustwide/target/debug/deps/libsocket2-a8769ac3b652f11e.rlib" "/opt/rustwide/target/debug/deps/libtokio_rustls-76923177346bae97.rlib" "/opt/rustwide/target/debug/deps/libfutures_intrusive-407a021a23fba41f.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-9bdd349dd0abbc02.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-a257e2d65b5b5a6f.rlib" "/opt/rustwide/target/debug/deps/liblock_api-dbb4a111800d5527.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-61a8585eac99cded.rlib" "/opt/rustwide/target/debug/deps/libos_info-32b20463843f5fa5.rlib" "/opt/rustwide/target/debug/deps/libbitflags-de31228f2c0549ed.rlib" "/opt/rustwide/target/debug/deps/libuuid-f5389cec355c7e53.rlib" "/opt/rustwide/target/debug/deps/libwebpki_roots-e96f3b7a80a5275d.rlib" "/opt/rustwide/target/debug/deps/libtrust_dns_resolver-a8a6596931a8ed8e.rlib" "/opt/rustwide/target/debug/deps/libresolv_conf-7885f6750108d922.rlib" "/opt/rustwide/target/debug/deps/libhostname-f103104214e6e249.rlib" "/opt/rustwide/target/debug/deps/libmatch_cfg-aebef96a4a07fd27.rlib" "/opt/rustwide/target/debug/deps/libquick_error-02525b70077f996f.rlib" "/opt/rustwide/target/debug/deps/libtrust_dns_proto-33ec85af7c11f2c8.rlib" "/opt/rustwide/target/debug/deps/liburl-1438715560b8c5bc.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-118ab8cd0c12994c.rlib" "/opt/rustwide/target/debug/deps/libidna-82d980a8c47e1f9a.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-fb89eba847a639dd.rlib" "/opt/rustwide/target/debug/deps/libtinyvec-138c271064a97844.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-7e8075a07f0e5422.rlib" "/opt/rustwide/target/debug/deps/libmatches-5499bb0a916b29b9.rlib" "/opt/rustwide/target/debug/deps/libthiserror-ff8c79cc2b844f93.rlib" "/opt/rustwide/target/debug/deps/libbacktrace-cb0664aea39510cc.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-717c95e0ca43996f.rlib" "/opt/rustwide/target/debug/deps/libadler-797761d55cc6d77d.rlib" "/opt/rustwide/target/debug/deps/libobject-28b8645602eca8ef.rlib" "/opt/rustwide/target/debug/deps/libaddr2line-e1a45fca33362bb8.rlib" "/opt/rustwide/target/debug/deps/libgimli-f2dc741e271a0d9c.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-d836a7202f0431f0.rlib" "/opt/rustwide/target/debug/deps/librustc_demangle-d538ccec70a358a4.rlib" "/opt/rustwide/target/debug/deps/libtokio-3cdd2e884ac8b03e.rlib" "/opt/rustwide/target/debug/deps/libfnv-751e5967119454f8.rlib" "/opt/rustwide/target/debug/deps/libmio-3fcbf730dceebda6.rlib" "/opt/rustwide/target/debug/deps/libiovec-e236bf8f451e9555.rlib" "/opt/rustwide/target/debug/deps/libnet2-db648b03ed6804f9.rlib" "/opt/rustwide/target/debug/deps/libbytes-8f475ca97d0bfeee.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-06940346a638646b.rlib" "/opt/rustwide/target/debug/deps/liblru_cache-39fb356ad49a0a3f.rlib" "/opt/rustwide/target/debug/deps/libstrsim-da1969f20a4aa0be.rlib" "/opt/rustwide/target/debug/deps/librustls-ecb2c4d102bf5efc.rlib" "/opt/rustwide/target/debug/deps/libbase64-bd76cc5e92a459fa.rlib" "/opt/rustwide/target/debug/deps/libsct-8f010746c69d9cbb.rlib" "/opt/rustwide/target/debug/deps/libwebpki-4c3d6406f5a0b6b7.rlib" "/opt/rustwide/target/debug/deps/libring-887182f0d12fe3bd.rlib" "/opt/rustwide/target/debug/deps/libspin-37d4123b82335501.rlib" "/opt/rustwide/target/debug/deps/libuntrusted-77ec9bc9f48f5db0.rlib" "/opt/rustwide/target/debug/deps/libsha2-454ead701e607a48.rlib" "/opt/rustwide/target/debug/deps/libsha1-59fd306ace52e577.rlib" "/opt/rustwide/target/debug/deps/libfake_simd-3704098158514f49.rlib" "/opt/rustwide/target/debug/deps/libmd5-ccbfef73a5394ed3.rlib" "/opt/rustwide/target/debug/deps/libopaque_debug-efd5d3f8c67be758.rlib" "/opt/rustwide/target/debug/deps/libblock_buffer-944918fbef163d39.rlib" "/opt/rustwide/target/debug/deps/libblock_padding-0cbcbf39d870dce5.rlib" "/opt/rustwide/target/debug/deps/libbyte_tools-7b41428fbe7b62c6.rlib" "/opt/rustwide/target/debug/deps/libbyteorder-04b16b37fbc1beb3.rlib" "/opt/rustwide/target/debug/deps/libhmac-9fd505c5cbe26133.rlib" "/opt/rustwide/target/debug/deps/libcrypto_mac-757ec53960a1749b.rlib" "/opt/rustwide/target/debug/deps/libsubtle-203f19858ca045df.rlib" "/opt/rustwide/target/debug/deps/libdigest-560da67ecda1b926.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-863acf4de67dbc62.rlib" "/opt/rustwide/target/debug/deps/libtypenum-a5e8dd74bd8dfb37.rlib" "/opt/rustwide/target/debug/deps/libfutures-6d4956db6863d8d4.rlib" "/opt/rustwide/target/debug/deps/libfutures_executor-95b3204938ffb04f.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-f58c235043abeeee.rlib" "/opt/rustwide/target/debug/deps/libproc_macro_nested-cd96790c1dea6f14.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-1787ba9f5b24e720.rlib" "/opt/rustwide/target/debug/deps/libpin_project-2bba55dfcecec4bc.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-c867196d7acfe745.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-931ecade30c6a64f.rlib" "/opt/rustwide/target/debug/deps/libbson-9b78cb07a74deef3.rlib" "/opt/rustwide/target/debug/deps/libbase64-f3ec148fd12597ac.rlib" "/opt/rustwide/target/debug/deps/librand-0e7b39ac874c528c.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-05e1c79f5a6809a3.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-dade1abeea8bcadc.rlib" "/opt/rustwide/target/debug/deps/librand_core-79767dcea1243202.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-ba145b9364127310.rlib" "/opt/rustwide/target/debug/deps/libhex-8a54554534812d95.rlib" "/opt/rustwide/target/debug/deps/liblinked_hash_map-8af8311b9ad75415.rlib" "/opt/rustwide/target/debug/deps/libserde_json-1e5fdea0a2280e58.rlib" "/opt/rustwide/target/debug/deps/libryu-37b6e9a22bb2209d.rlib" "/opt/rustwide/target/debug/deps/libitoa-2e73d811797b95b6.rlib" "/opt/rustwide/target/debug/deps/libindexmap-9894472726dacf19.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-c81ff6afa81291d5.rlib" "/opt/rustwide/target/debug/deps/libserde_with-b313f2a45ed0601a.rlib" "/opt/rustwide/target/debug/deps/libchrono-33717b8606cd4bea.rlib" "/opt/rustwide/target/debug/deps/libserde-4aff833d1b1c5854.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-29b3a43b035ba458.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-39a216e4f7477a11.rlib" "/opt/rustwide/target/debug/deps/libtime-ab1af41d372e556c.rlib" "/opt/rustwide/target/debug/deps/libasync_std-39a81065dc975641.rlib" "/opt/rustwide/target/debug/deps/libblocking-9d9f0fe33dff4342.rlib" "/opt/rustwide/target/debug/deps/libatomic_waker-3f474c95973cd58f.rlib" "/opt/rustwide/target/debug/deps/libasync_channel-54e0927ba2b169c8.rlib" "/opt/rustwide/target/debug/deps/libasync_global_executor-b409f1fbd69dfd37.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-17f713335dfc4dd3.rlib" "/opt/rustwide/target/debug/deps/libasync_executor-c0bd82fc4c6b5c9c.rlib" "/opt/rustwide/target/debug/deps/libasync_task-8aef7a1fffa5c1fc.rlib" "/opt/rustwide/target/debug/deps/libasync_io-431e07d4d0f03cc4.rlib" "/opt/rustwide/target/debug/deps/libnb_connect-f4b55aa6d990fec4.rlib" "/opt/rustwide/target/debug/deps/libvec_arena-f781bf66b56648b4.rlib" "/opt/rustwide/target/debug/deps/libpolling-a20cb77e5122fd60.rlib" "/opt/rustwide/target/debug/deps/liblibc-3ca4e9240d5786cb.rlib" "/opt/rustwide/target/debug/deps/libconcurrent_queue-324e9f5d188245f6.rlib" "/opt/rustwide/target/debug/deps/libcache_padded-faa80e76359f0e18.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-debe3179146a0b19.rlib" "/opt/rustwide/target/debug/deps/libfutures_lite-d2cc5e093cfda2f0.rlib" "/opt/rustwide/target/debug/deps/libmemchr-68751ffea57ec29e.rlib" "/opt/rustwide/target/debug/deps/libfastrand-d6aec19f4fd85183.rlib" "/opt/rustwide/target/debug/deps/libwaker_fn-bbf53c70cfd292e4.rlib" "/opt/rustwide/target/debug/deps/libparking-2332d1c9b50bae8b.rlib" "/opt/rustwide/target/debug/deps/libfutures_io-f0921434753a6bca.rlib" "/opt/rustwide/target/debug/deps/libslab-65742487a18009d6.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-ff13728372c662eb.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-7895c92c6d278491.rlib" "/opt/rustwide/target/debug/deps/libasync_mutex-ad6195bfa15f12bd.rlib" "/opt/rustwide/target/debug/deps/libevent_listener-cecac2aec7086288.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-fca56883cbd8b2b3.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-1b5011892cb37eb5.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-64d99a2866f6a30c.rlib" "/opt/rustwide/target/debug/deps/libkv_log_macro-a9ddcf206ea66d2d.rlib" "/opt/rustwide/target/debug/deps/liblog-574ec1b45a6b839c.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-b10e0993eefc366b.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-e12de7683a34c500.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-446a53c2e468675f.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-86fef9fb252a2d33.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-3bed9bfd30304751.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-0e38eeb474a7b386.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-a846ed547b824740.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-c9540f0a4fb9265d.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-7d2ca66c92c356eb.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-147e2c808f949493.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-bd2a4369506670e9.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-74bfdd0ce7d0ed48.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-6777f47f1c491841.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-b104f1790174f2be.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-db37898996f45c13.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-25b7435131fc4938.rlib" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-9d4b6f3c097e876e.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/1.49.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-3f953ad652ab829a.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lz" "-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" "58a4f7213584f2dc9732011fd334e80764afd26b3c6acd52fa2ff57169194c80", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "58a4f7213584f2dc9732011fd334e80764afd26b3c6acd52fa2ff57169194c80", kill_on_drop: false }` [INFO] [stdout] 58a4f7213584f2dc9732011fd334e80764afd26b3c6acd52fa2ff57169194c80