[INFO] cloning repository https://github.com/landaire/project-zero-bugs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/landaire/project-zero-bugs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flandaire%2Fproject-zero-bugs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flandaire%2Fproject-zero-bugs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 8137898290ddc28796fc220625f2f97e8b93dd8d
[INFO] building landaire/project-zero-bugs against try#334963c956d25708feab489a3816ae63f639355d for pr-135216
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Flandaire%2Fproject-zero-bugs" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/landaire/project-zero-bugs on toolchain 334963c956d25708feab489a3816ae63f639355d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/landaire/project-zero-bugs
[INFO] finished tweaking git repo https://github.com/landaire/project-zero-bugs
[INFO] tweaked toml for git repo https://github.com/landaire/project-zero-bugs written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/landaire/project-zero-bugs already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 5f8794bc6558c17af43c4b84dfb6fac640e6eda9d2d9bd585db7a21efa908e96
[INFO] running `Command { std: "docker" "start" "-a" "5f8794bc6558c17af43c4b84dfb6fac640e6eda9d2d9bd585db7a21efa908e96", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5f8794bc6558c17af43c4b84dfb6fac640e6eda9d2d9bd585db7a21efa908e96", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5f8794bc6558c17af43c4b84dfb6fac640e6eda9d2d9bd585db7a21efa908e96", kill_on_drop: false }`
[INFO] [stdout] 5f8794bc6558c17af43c4b84dfb6fac640e6eda9d2d9bd585db7a21efa908e96
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 926fd6ea1533c4641a3bb564c144e0625c1461044c4c84a18dcf8456b5c84bf6
[INFO] running `Command { std: "docker" "start" "-a" "926fd6ea1533c4641a3bb564c144e0625c1461044c4c84a18dcf8456b5c84bf6", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.81
[INFO] [stderr]    Compiling unicode-ident v1.0.12
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]    Compiling autocfg v1.2.0
[INFO] [stderr]    Compiling pin-project-lite v0.2.14
[INFO] [stderr]    Compiling version_check v0.9.4
[INFO] [stderr]    Compiling bytes v1.6.0
[INFO] [stderr]    Compiling memchr v2.7.2
[INFO] [stderr]    Compiling itoa v1.0.11
[INFO] [stderr]    Compiling once_cell v1.19.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.9
[INFO] [stderr]    Compiling log v0.4.21
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling futures-core v0.3.30
[INFO] [stderr]    Compiling cc v1.0.94
[INFO] [stderr]    Compiling futures-sink v0.3.30
[INFO] [stderr]    Compiling equivalent v1.0.1
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling hashbrown v0.14.3
[INFO] [stderr]    Compiling futures-channel v0.3.30
[INFO] [stderr]    Compiling pin-utils v0.1.0
[INFO] [stderr]    Compiling typenum v1.17.0
[INFO] [stderr]    Compiling futures-task v0.3.30
[INFO] [stderr]    Compiling futures-io v0.3.30
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling serde v1.0.198
[INFO] [stderr]    Compiling tracing-core v0.1.32
[INFO] [stderr]    Compiling untrusted v0.9.0
[INFO] [stderr]    Compiling httparse v1.8.0
[INFO] [stderr]    Compiling try-lock v0.2.5
[INFO] [stderr]    Compiling percent-encoding v2.3.1
[INFO] [stderr]    Compiling tower-service v0.3.2
[INFO] [stderr]    Compiling want v0.3.1
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling tinyvec_macros v0.1.1
[INFO] [stderr]    Compiling tinyvec v1.6.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling subtle v2.5.0
[INFO] [stderr]    Compiling form_urlencoded v1.2.1
[INFO] [stderr]    Compiling lock_api v0.4.11
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling rustls-pki-types v1.4.1
[INFO] [stderr]    Compiling rustls v0.21.10
[INFO] [stderr]    Compiling ryu v1.0.17
[INFO] [stderr]    Compiling unicode-bidi v0.3.15
[INFO] [stderr]    Compiling http v0.2.12
[INFO] [stderr]    Compiling http v1.1.0
[INFO] [stderr]    Compiling indexmap v2.2.6
[INFO] [stderr]    Compiling num-traits v0.2.18
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling unicode-normalization v0.1.23
[INFO] [stderr]    Compiling serde_json v1.0.116
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling encoding_rs v0.8.34
[INFO] [stderr]    Compiling ppv-lite86 v0.2.17
[INFO] [stderr]    Compiling syn v2.0.60
[INFO] [stderr]    Compiling rustls v0.22.3
[INFO] [stderr]    Compiling winnow v0.5.40
[INFO] [stderr]    Compiling getrandom v0.2.14
[INFO] [stderr]    Compiling mio v0.8.11
[INFO] [stderr]    Compiling socket2 v0.5.6
[INFO] [stderr]    Compiling signal-hook-registry v1.4.1
[INFO] [stderr]    Compiling ring v0.17.8
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling num_cpus v1.16.0
[INFO] [stderr]    Compiling idna v0.5.0
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling toml_datetime v0.6.5
[INFO] [stderr]    Compiling rustversion v1.0.15
[INFO] [stderr]    Compiling mime v0.3.17
[INFO] [stderr]    Compiling httpdate v1.0.3
[INFO] [stderr]    Compiling cpufeatures v0.2.12
[INFO] [stderr]    Compiling crc32fast v1.4.0
[INFO] [stderr]    Compiling alloc-no-stdlib v2.0.4
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling alloc-stdlib v0.2.2
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling digest v0.9.0
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling http-body v1.0.0
[INFO] [stderr]    Compiling http-body v0.4.6
[INFO] [stderr]    Compiling sync_wrapper v0.1.2
[INFO] [stderr]    Compiling thiserror v1.0.58
[INFO] [stderr]    Compiling ipnet v2.9.0
[INFO] [stderr]    Compiling base64 v0.21.7
[INFO] [stderr]    Compiling tower-layer v0.3.2
[INFO] [stderr]    Compiling utf8parse v0.2.1
[INFO] [stderr]    Compiling iana-time-zone v0.1.60
[INFO] [stderr]    Compiling adler v1.0.2
[INFO] [stderr]    Compiling zeroize v1.7.0
[INFO] [stderr]    Compiling miniz_oxide v0.7.2
[INFO] [stderr]    Compiling rustls-pemfile v1.0.4
[INFO] [stderr]    Compiling anstyle-parse v0.2.3
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling brotli-decompressor v2.5.1
[INFO] [stderr]    Compiling block-buffer v0.9.0
[INFO] [stderr]    Compiling crypto-mac v0.11.0
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling webpki-roots v0.25.4
[INFO] [stderr]    Compiling colorchoice v1.0.0
[INFO] [stderr]    Compiling anstyle-query v1.0.2
[INFO] [stderr]    Compiling regex-syntax v0.8.3
[INFO] [stderr]    Compiling powerfmt v0.2.0
[INFO] [stderr]    Compiling lazy_static v1.4.0
[INFO] [stderr]    Compiling opaque-debug v0.3.1
[INFO] [stderr]    Compiling anstyle v1.0.6
[INFO] [stderr]    Compiling base64 v0.13.1
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]    Compiling sha-1 v0.9.8
[INFO] [stderr]    Compiling sha2 v0.10.8
[INFO] [stderr]    Compiling hmac v0.11.0
[INFO] [stderr]    Compiling toml_edit v0.19.15
[INFO] [stderr]    Compiling flate2 v1.0.28
[INFO] [stderr]    Compiling brotli v3.5.0
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling time-core v0.1.2
[INFO] [stderr]    Compiling num-conv v0.1.0
[INFO] [stderr]    Compiling anstream v0.6.13
[INFO] [stderr]    Compiling clap_lex v0.7.0
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling overload v0.1.1
[INFO] [stderr]    Compiling anyhow v1.0.82
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling base64 v0.22.0
[INFO] [stderr]    Compiling oauth-credentials v0.3.0
[INFO] [stderr]    Compiling clap_builder v4.5.2
[INFO] [stderr]    Compiling nu-ansi-term v0.46.0
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling quick-xml v0.31.0
[INFO] [stderr]    Compiling http-body-util v0.1.1
[INFO] [stderr]    Compiling uuid v1.8.0
[INFO] [stderr]    Compiling rustls-pemfile v2.1.2
[INFO] [stderr]    Compiling webpki-roots v0.26.1
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling thread_local v1.1.8
[INFO] [stderr]    Compiling siphasher v1.0.1
[INFO] [stderr]    Compiling dotenv v0.15.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.18
[INFO] [stderr]    Compiling regex-automata v0.4.6
[INFO] [stderr]    Compiling strum_macros v0.24.3
[INFO] [stderr]    Compiling tokio-macros v2.2.0
[INFO] [stderr]    Compiling futures-macro v0.3.30
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling serde_derive v1.0.198
[INFO] [stderr]    Compiling rustls-webpki v0.101.7
[INFO] [stderr]    Compiling sct v0.7.1
[INFO] [stderr]    Compiling pin-project-internal v1.1.5
[INFO] [stderr]    Compiling rustls-webpki v0.102.2
[INFO] [stderr]    Compiling thiserror-impl v1.0.58
[INFO] [stderr]    Compiling tokio v1.37.0
[INFO] [stderr]    Compiling futures-util v0.3.30
[INFO] [stderr]    Compiling pin-project v1.1.5
[INFO] [stderr]    Compiling proc-macro-crate v1.3.1
[INFO] [stderr]    Compiling clap_derive v4.5.4
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling async-trait v0.1.80
[INFO] [stderr]    Compiling strum v0.24.1
[INFO] [stderr]    Compiling oauth1-request-derive v0.4.2
[INFO] [stderr]    Compiling oauth1-request v0.5.1
[INFO] [stderr]    Compiling regex v1.10.4
[INFO] [stderr]    Compiling clap v4.5.4
[INFO] [stderr]    Compiling futures-executor v0.3.30
[INFO] [stderr]    Compiling futures v0.3.30
[INFO] [stderr]    Compiling url v2.5.0
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling chrono v0.4.38
[INFO] [stderr]    Compiling serde_path_to_error v0.1.16
[INFO] [stderr]    Compiling deranged v0.3.11
[INFO] [stderr]    Compiling tokio-util v0.7.10
[INFO] [stderr]    Compiling tokio-rustls v0.24.1
[INFO] [stderr]    Compiling tower v0.4.13
[INFO] [stderr]    Compiling tokio-rustls v0.25.0
[INFO] [stderr]    Compiling async-compression v0.4.6
[INFO] [stderr]    Compiling time v0.3.36
[INFO] [stderr]    Compiling h2 v0.3.26
[INFO] [stderr]    Compiling h2 v0.4.4
[INFO] [stderr]    Compiling feed-rs v1.4.0
[INFO] [stderr]    Compiling hyper v1.3.1
[INFO] [stderr]    Compiling hyper v0.14.28
[INFO] [stderr]    Compiling hyper-util v0.1.3
[INFO] [stderr]    Compiling hyper-rustls v0.26.0
[INFO] [stderr]    Compiling reqwest v0.12.3
[INFO] [stderr]    Compiling hyper-rustls v0.24.2
[INFO] [stderr]    Compiling reqwest v0.11.27
[INFO] [stderr]    Compiling oauth2 v4.4.2
[INFO] [stderr]    Compiling twitter-v2 v0.1.8
[INFO] [stderr]    Compiling project-zero-twitter v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused imports: `Mutex`, `OnceLock`, and `collections::HashSet`
[INFO] [stdout]  --> src/main.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 |     collections::HashSet,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 3 |     sync::{atomic::Ordering, Mutex, OnceLock},
[INFO] [stdout]   |                              ^^^^^  ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Deserialize` and `Serialize`
[INFO] [stdout]  --> src/main.rs:9:13
[INFO] [stdout]   |
[INFO] [stdout] 9 | use serde::{Deserialize, Serialize};
[INFO] [stdout]   |             ^^^^^^^^^^^  ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `task::JoinSet`
[INFO] [stdout]   --> src/main.rs:10:13
[INFO] [stdout]    |
[INFO] [stdout] 10 | use tokio::{task::JoinSet, time::sleep};
[INFO] [stdout]    |             ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `twitter::post_tweet`
[INFO] [stdout]   --> src/main.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | use twitter::post_tweet;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `bytes::Buf`
[INFO] [stdout]  --> src/bug_tracker.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use bytes::Buf;
[INFO] [stdout]   |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `regex::Regex`
[INFO] [stdout]  --> src/bug_tracker.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use regex::Regex;
[INFO] [stdout]   |     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `HeaderMap`
[INFO] [stdout]  --> src/bug_tracker.rs:3:23
[INFO] [stdout]   |
[INFO] [stdout] 3 | use reqwest::header::{HeaderMap, ACCEPT, CONTENT_TYPE};
[INFO] [stdout]   |                       ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Deserialize` and `Serialize`
[INFO] [stdout]  --> src/bug_tracker.rs:4:13
[INFO] [stdout]   |
[INFO] [stdout] 4 | use serde::{Deserialize, Serialize};
[INFO] [stdout]   |             ^^^^^^^^^^^  ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `path::Path`
[INFO] [stdout]  --> src/config.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 |     path::Path,
[INFO] [stdout]   |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `BearerToken` and `Oauth2Token`
[INFO] [stdout]  --> src/twitter.rs:5:21
[INFO] [stdout]   |
[INFO] [stdout] 5 |     authorization::{BearerToken, Oauth1aToken, Oauth2Token},
[INFO] [stdout]   |                     ^^^^^^^^^^^                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note: LC_ALL="C" PATH="/opt/rustwide/rustup-home/toolchains/334963c956d25708feab489a3816ae63f639355d/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/rustup-home/toolchains/334963c956d25708feab489a3816ae63f639355d/lib/rustlib/x86_64-unknown-linux-gnu/bin/self-contained:/opt/rustwide/cargo-home/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" VSLANG="1033" "cc" "-m64" "/tmp/rustcFY32Oo/symbols.o" "<17 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libdotenv-ed16f8757ac7f100.rlib,libtracing_subscriber-0d6f3b2ce05c6a46.rlib,libnu_ansi_term-c634e6ff7c6e5c03.rlib,liboverload-23726fa51fddfe0c.rlib,libthread_local-d5da2ac9bf724ea4.rlib,libsharded_slab-d0f6894ec548ca49.rlib,libtracing_log-2dfb1197110322db.rlib,libfeed_rs-78de5bb9880abd31.rlib,libuuid-d9d1b690f170b909.rlib,libsiphasher-f4ddcf7845cbccbe.rlib,libquick_xml-f152b1ef4ce60818.rlib,liblazy_static-2bb390fee0230a38.rlib,libanyhow-ee70fbd11e6fed51.rlib,libtwitter_v2-944de4b5e58979ba.rlib,liboauth1_request-0207aab9de864681.rlib,libsha1-c9a95c51c5ac4b82.rlib,libopaque_debug-1c8528c9b2d49180.rlib,libblock_buffer-883b02c9160feeec.rlib,libhmac-32f135df2f7376d0.rlib,libdigest-dcd1dc2f4d4ce4bb.rlib,libcrypto_mac-3e912bdc68a199a6.rlib,liboauth_credentials-171b2d9156a7a834.rlib,libtime-3d86af1d6fccc63b.rlib,libtime_core-4e44e5dcd53c485d.rlib,libnum_conv-2c976fbf8b8f2899.rlib,libderanged-4957e8ecf2bed579.rlib,libpowerfmt-a0c185df26c26a22.rlib,libstrum-36ccc3e5dca32ec5.rlib,libfutures-844f5fd3d6664c13.rlib,libfutures_executor-a3702ab5ec682c15.rlib,liboauth2-e5d03ff7bee3c687.rlib,libserde_path_to_error-5579ceca12e21892.rlib,libbase64-b5296a10b8334a2c.rlib,libsha2-07dad748dd2ef65a.rlib,libcpufeatures-42c2188ae17ada4c.rlib,libdigest-a901e0ab52b66573.rlib,libblock_buffer-4df9c1873c9f7c79.rlib,libcrypto_common-4c5b7ae24a9d0f97.rlib,libgeneric_array-54985d075ba32a93.rlib,libtypenum-e3323f6ed06bf501.rlib,librand-0186c8daad31576c.rlib,librand_chacha-77f791ec6b7ebd88.rlib,libppv_lite86-4250c766b4729968.rlib,librand_core-2ca0635ca96a0cc7.rlib,libreqwest-055e0e0a410d8eb4.rlib,librustls_pemfile-c56e6940cc22dba4.rlib,libhyper_rustls-3d8f7d13f458accf.rlib,libwebpki_roots-881d9833caf02a91.rlib,libbase64-64299f9d815d057c.rlib,libtokio_rustls-f8a88cb53011726a.rlib,libmime-4b44681fdb2c65f7.rlib,libencoding_rs-721451430cd4dde4.rlib,librustls-4d2eeddb4749ce11.rlib,libsct-bbdf91a43e22445d.rlib,libwebpki-072d8c2ab1be9442.rlib,libhyper-4a5c11c4abbc54d3.rlib,libh2-ad5cacd37426d697.rlib,libsync_wrapper-17f912c27eab8964.rlib,libhttp_body-188e6f4bedcbeda3.rlib,libhttp-7b014e9667cf8998.rlib,libthiserror-d9643538c8c2cdc0.rlib,libchrono-cd5f3727e0514cde.rlib,libnum_traits-5b4c7e4c2993f988.rlib,libiana_time_zone-a18c7932f053b032.rlib,libserde_json-988523a0114a216f.rlib,libreqwest-0bb11d4dc9542aae.rlib,libserde_urlencoded-fe1d3fa07c9bba30.rlib,libryu-0f2a15b68b451590.rlib,libwebpki_roots-a1b7c607815bbea0.rlib,librustls_pemfile-837413cf0d889ee5.rlib,libbase64-78d8dc57c3b9852a.rlib,libipnet-f3b116e706e145a1.rlib,libhyper_rustls-ea92e94ba129f9f4.rlib,libtokio_rustls-aef4177bb9400957.rlib,librustls-6cf5c1d19171db42.rlib,libsubtle-3b4c11045c466f47.rlib,libwebpki-4d554eaa737d9126.rlib,libring-3646fa08c0086cd5.rlib,libgetrandom-dd0975b5c8889523.rlib,libspin-b0f789aa2a8dd050.rlib,libuntrusted-3420b86308bec153.rlib,libzeroize-1be4c5cc0a0f7c30.rlib,librustls_pki_types-f57dcc5758f06084.rlib,libasync_compression-bc0306a31a6140b0.rlib,libflate2-739b1d856385fd1c.rlib,libminiz_oxide-d44335dced1e8a40.rlib,libadler-f4caa73e14204bdd.rlib,libcrc32fast-5f9f4d343513b5eb.rlib,libbrotli-fccb9ce38319a1da.rlib,libbrotli_decompressor-24ee79edf4d8af6d.rlib,liballoc_stdlib-be9175862277e1f4.rlib,liballoc_no_stdlib-06c983927188c99c.rlib,libhyper_util-5a104c0503c52236.rlib,libtower-132db0fa03552d31.rlib,libpin_project-c32455be921633ac.rlib,libtower_layer-d544d4bd616865b8.rlib,libtower_service-aa28c9aa29f1c654.rlib,libhyper-1db7f885029b9b63.rlib,libwant-0f3c3ee377cad37f.rlib,libtry_lock-aabba5e3d97e6b57.rlib,libhttparse-a126edcdcf1e38a4.rlib,libh2-9b2140880c3a084f.rlib,libindexmap-ea937f11c533218e.rlib,libequivalent-fdc46004df91ad08.rlib,libhashbrown-9dbb75234fa537e4.rlib,libtokio_util-1b05ec90a5bfd399.rlib,libfutures_util-768e709653276b87.rlib,libfutures_io-1e8dd8eeffe2c5f5.rlib,libslab-1e47b72764e775e1.rlib,libfutures_channel-a814b7bed2279676.rlib,libfutures_sink-ba628c80fbee78b4.rlib,libfutures_task-a34acde6ee26d4ab.rlib,libpin_utils-9a5791cba021167a.rlib,libhttp_body_util-ffcafade2a053c8c.rlib,libhttp_body-4763073fc0bad614.rlib,libfutures_core-2da63d8c7891ede1.rlib,liburl-84366922fb4fc254.rlib,libidna-8d1e3bbd73664030.rlib,libunicode_normalization-8579a66cb66c3a6e.rlib,libtinyvec-c9d39c3280bd728d.rlib,libtinyvec_macros-1c14e8980bff1229.rlib,libunicode_bidi-625e08feb990b286.rlib,libform_urlencoded-a5edb5174711de82.rlib,libpercent_encoding-9bee39bbc5bd523a.rlib,libhttp-2f6429de8c748e17.rlib,libitoa-4c6598116a867907.rlib,libfnv-2d77ec4f6f971b24.rlib,libregex-1670b2d4a7436485.rlib,libregex_automata-5f1041d78354b440.rlib,libaho_corasick-21386b6dd214be5a.rlib,libmemchr-659d2f3239d1b4b2.rlib,libregex_syntax-8de78d0afdb2bf35.rlib,libtracing-0c4230aec031bd99.rlib,liblog-276235a63555025f.rlib,libtracing_core-eba40dc5ee368a5c.rlib,libonce_cell-24c5d665b6879050.rlib,libtokio-2ab64dec25f024cd.rlib,libsignal_hook_registry-5deaa7d81e31b387.rlib,libnum_cpus-4b23935e38da6c78.rlib,libsocket2-27bc74f81dd3e6f2.rlib,libbytes-9c2a396be262bdae.rlib,libmio-75920e1456dc3bc9.rlib,libparking_lot-6b8e237551d221c9.rlib,libparking_lot_core-725086df6dd4a252.rlib,liblibc-1668185cbc4ad514.rlib,libcfg_if-33ef6c02a07f9fec.rlib,libsmallvec-e2fbd282c83e646d.rlib,liblock_api-821df0900875cb63.rlib,libscopeguard-d52bd00767847e44.rlib,libpin_project_lite-e0c50e8704e39276.rlib,libserde-8d834aa550f1de60.rlib,libclap-174d5fb2eb70e668.rlib,libclap_builder-af537826c5b2ee6a.rlib,libstrsim-24acdad2526b95b7.rlib,libanstream-c64133867fc8176d.rlib,libanstyle_query-8d3653252a5c3fa6.rlib,libcolorchoice-bfe75a9d19074058.rlib,libanstyle_parse-1f4e0b1d916c325f.rlib,libutf8parse-e98db3169219ea11.rlib,libclap_lex-b5c2fb94a3ed7e8d.rlib,libanstyle-3f5f62a5160c2726.rlib}" "/opt/rustwide/rustup-home/toolchains/334963c956d25708feab489a3816ae63f639355d/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-d6f1d924b2f4233e.rlib,libpanic_unwind-00eb06e39850f679.rlib,libobject-d0382f11baa011b6.rlib,libmemchr-b7e2e2c1a7e4643d.rlib,libaddr2line-30ced7f1999cfa29.rlib,libgimli-3ee7e14c58e31ebd.rlib,librustc_demangle-a4f649bba77ffcc5.rlib,libstd_detect-c89a3ce7ad7c3dbd.rlib,libhashbrown-e1ce1d3d110c6707.rlib,librustc_std_workspace_alloc-e0604fecbf0f39dc.rlib,libminiz_oxide-0a9c6172f04822cc.rlib,libadler2-14a33f7117abcee7.rlib,libunwind-24c16adbe5e57356.rlib,libcfg_if-d2688d4a5c8e415b.rlib,liblibc-8ff7ba6d97853f27.rlib,liballoc-5c001d095eb077ec.rlib,librustc_std_workspace_core-395a38b8e0851c9b.rlib,libcore-d453bab70303062c.rlib,libcompiler_builtins-dd545221bb4f4734.rlib}" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-B/opt/rustwide/rustup-home/toolchains/334963c956d25708feab489a3816ae63f639355d/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/ring-737b2dd1bdce6b42/out" "-L" "/opt/rustwide/rustup-home/toolchains/334963c956d25708feab489a3816ae63f639355d/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/project_zero_twitter-98f9a607122801a6" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace.
[INFO] [stdout]           Stack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var `LLVM_SYMBOLIZER_PATH` to point to it):
[INFO] [stdout]           0  libLLVM.so.19.1-rust-1.86.0-nightly 0x00007a5765f51ba7 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) + 39
[INFO] [stdout]           1  libLLVM.so.19.1-rust-1.86.0-nightly 0x00007a5765f51fbc
[INFO] [stdout]           2  libc.so.6                           0x00007a5769ff1520
[INFO] [stdout]           3  libc.so.6                           0x00007a576a14f85d
[INFO] [stdout]           4  libLLVM.so.19.1-rust-1.86.0-nightly 0x00007a5768e6e394
[INFO] [stdout]           5  libLLVM.so.19.1-rust-1.86.0-nightly 0x00007a5765f03511
[INFO] [stdout]           6  libLLVM.so.19.1-rust-1.86.0-nightly 0x00007a5765f01c7d llvm::parallelFor(unsigned long, unsigned long, llvm::function_ref<void (unsigned long)>) + 205
[INFO] [stdout]           7  rust-lld                            0x00005cb5f6559dad
[INFO] [stdout]           8  rust-lld                            0x00005cb5f64ee7ba
[INFO] [stdout]           9  libLLVM.so.19.1-rust-1.86.0-nightly 0x00007a5765f033e2
[INFO] [stdout]           10 libLLVM.so.19.1-rust-1.86.0-nightly 0x00007a5765f0279a
[INFO] [stdout]           11 libLLVM.so.19.1-rust-1.86.0-nightly 0x00007a5765e7dd00
[INFO] [stdout]           12 libc.so.6                           0x00007a576a043ac3
[INFO] [stdout]           13 libc.so.6                           0x00007a576a0d4a04 clone + 68
[INFO] [stdout]           collect2: fatal error: ld terminated with signal 7 [Bus error], core dumped
[INFO] [stdout]           compilation terminated.
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `project-zero-twitter` (bin "project-zero-twitter") due to 1 previous error; 10 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "926fd6ea1533c4641a3bb564c144e0625c1461044c4c84a18dcf8456b5c84bf6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "926fd6ea1533c4641a3bb564c144e0625c1461044c4c84a18dcf8456b5c84bf6", kill_on_drop: false }`
[INFO] [stdout] 926fd6ea1533c4641a3bb564c144e0625c1461044c4c84a18dcf8456b5c84bf6
