[INFO] cloning repository https://github.com/nausicaea/grimoire [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/nausicaea/grimoire" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnausicaea%2Fgrimoire", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnausicaea%2Fgrimoire'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] fb66169b9dd6ed3963d8a101d8f97e506c615cce [INFO] building nausicaea/grimoire against try#8b8eff55bd72abbb57167bc42222a7f91d41cb0d for pr-142134-abi-ast-error [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnausicaea%2Fgrimoire" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/nausicaea/grimoire on toolchain 8b8eff55bd72abbb57167bc42222a7f91d41cb0d [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8b8eff55bd72abbb57167bc42222a7f91d41cb0d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/nausicaea/grimoire [INFO] finished tweaking git repo https://github.com/nausicaea/grimoire [INFO] tweaked toml for git repo https://github.com/nausicaea/grimoire written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/nausicaea/grimoire 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" "+8b8eff55bd72abbb57167bc42222a7f91d41cb0d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:eea15d5475069c3ef791f10c2c6b5af2ee421ef2da1e680ecce1cba46243983b" "/opt/rustwide/cargo-home/bin/cargo" "+8b8eff55bd72abbb57167bc42222a7f91d41cb0d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 39575198f5e2b887946ed3df70c2646655bb88940ef3ff1657acd576818cb9e6 [INFO] running `Command { std: "docker" "start" "-a" "39575198f5e2b887946ed3df70c2646655bb88940ef3ff1657acd576818cb9e6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "39575198f5e2b887946ed3df70c2646655bb88940ef3ff1657acd576818cb9e6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "39575198f5e2b887946ed3df70c2646655bb88940ef3ff1657acd576818cb9e6", kill_on_drop: false }` [INFO] [stdout] 39575198f5e2b887946ed3df70c2646655bb88940ef3ff1657acd576818cb9e6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eea15d5475069c3ef791f10c2c6b5af2ee421ef2da1e680ecce1cba46243983b" "/opt/rustwide/cargo-home/bin/cargo" "+8b8eff55bd72abbb57167bc42222a7f91d41cb0d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 86794f7c6426a84ec602f7b25410dc4e204c61d93c0ca3da5f8229c570a6ad80 [INFO] running `Command { std: "docker" "start" "-a" "86794f7c6426a84ec602f7b25410dc4e204c61d93c0ca3da5f8229c570a6ad80", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.86 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling libc v0.2.155 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling autocfg v1.3.0 [INFO] [stderr] Compiling pin-project-lite v0.2.14 [INFO] [stderr] Compiling once_cell v1.19.0 [INFO] [stderr] Compiling futures-core v0.3.30 [INFO] [stderr] Compiling bytes v1.6.1 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling cc v1.1.5 [INFO] [stderr] Compiling typenum v1.17.0 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling futures-task v0.3.30 [INFO] [stderr] Compiling futures-io v0.3.30 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling itoa v1.0.11 [INFO] [stderr] Compiling futures-sink v0.3.30 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Compiling tinyvec_macros v0.1.1 [INFO] [stderr] Compiling serde v1.0.204 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Compiling tinyvec v1.8.0 [INFO] [stderr] Compiling zerocopy v0.7.35 [INFO] [stderr] Compiling syn v2.0.71 [INFO] [stderr] Compiling futures-channel v0.3.30 [INFO] [stderr] Compiling getrandom v0.2.15 [INFO] [stderr] Compiling mio v0.8.11 [INFO] [stderr] Compiling socket2 v0.5.7 [INFO] [stderr] Compiling num_cpus v1.16.0 [INFO] [stderr] Compiling allocator-api2 v0.2.18 [INFO] [stderr] Compiling unicode-bidi v0.3.15 [INFO] [stderr] Compiling log v0.4.22 [INFO] [stderr] Compiling unicode-normalization v0.1.23 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Compiling percent-encoding v2.3.1 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling subtle v2.6.1 [INFO] [stderr] Compiling form_urlencoded v1.2.1 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling tracing-core v0.1.32 [INFO] [stderr] Compiling block-buffer v0.10.4 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling smallvec v1.13.2 [INFO] [stderr] Compiling thiserror v1.0.63 [INFO] [stderr] Compiling idna v0.5.0 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling ring v0.17.8 [INFO] [stderr] Compiling ryu v1.0.18 [INFO] [stderr] Compiling indexmap v2.2.6 [INFO] [stderr] Compiling untrusted v0.9.0 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling pkg-config v0.3.30 [INFO] [stderr] Compiling crossbeam-utils v0.8.20 [INFO] [stderr] Compiling vcpkg v0.2.15 [INFO] [stderr] Compiling ppv-lite86 v0.2.17 [INFO] [stderr] Compiling bitflags v2.6.0 [INFO] [stderr] Compiling url v2.5.2 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling serde_json v1.0.120 [INFO] [stderr] Compiling rustls v0.21.12 [INFO] [stderr] Compiling cpufeatures v0.2.12 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling paste v1.0.15 [INFO] [stderr] Compiling openssl-sys v0.9.102 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling base64 v0.21.7 [INFO] [stderr] Compiling crc-catalog v2.4.0 [INFO] [stderr] Compiling unicode_categories v0.1.1 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling http v1.1.0 [INFO] [stderr] Compiling atoi v2.0.0 [INFO] [stderr] Compiling crossbeam-queue v0.3.11 [INFO] [stderr] Compiling crc v3.2.1 [INFO] [stderr] Compiling rustls-pemfile v1.0.4 [INFO] [stderr] Compiling parking_lot v0.12.3 [INFO] [stderr] Compiling hashlink v0.8.4 [INFO] [stderr] Compiling webpki-roots v0.25.4 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling event-listener v2.5.3 [INFO] [stderr] Compiling unicode-segmentation v1.11.0 [INFO] [stderr] Compiling byteorder v1.5.0 [INFO] [stderr] Compiling tokio v1.38.1 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Compiling unicode-properties v0.1.1 [INFO] [stderr] Compiling httparse v1.9.4 [INFO] [stderr] Compiling openssl v0.10.64 [INFO] [stderr] Compiling sqlformat v0.2.4 [INFO] [stderr] Compiling rustix v0.38.34 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling ipnet v2.9.0 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling stringprep v0.1.5 [INFO] [stderr] Compiling futures-intrusive v0.5.0 [INFO] [stderr] Compiling http-body v1.0.1 [INFO] [stderr] Compiling futures-util v0.3.30 [INFO] [stderr] Compiling hmac v0.12.1 [INFO] [stderr] Compiling tracing-attributes v0.1.27 [INFO] [stderr] Compiling tokio-macros v2.3.0 [INFO] [stderr] Compiling futures-macro v0.3.30 [INFO] [stderr] Compiling serde_derive v1.0.204 [INFO] [stderr] Compiling thiserror-impl v1.0.63 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling sct v0.7.1 [INFO] [stderr] Compiling rustls-webpki v0.101.7 [INFO] [stderr] Compiling pin-project-internal v1.1.5 [INFO] [stderr] Compiling async-trait v0.1.81 [INFO] [stderr] Compiling tokio-stream v0.1.15 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling sha2 v0.10.8 [INFO] [stderr] Compiling whoami v1.5.1 [INFO] [stderr] Compiling try-lock v0.2.5 [INFO] [stderr] Compiling native-tls v0.2.12 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling home v0.5.9 [INFO] [stderr] Compiling atomic-waker v1.1.2 [INFO] [stderr] Compiling linux-raw-sys v0.4.14 [INFO] [stderr] Compiling dotenvy v0.15.7 [INFO] [stderr] Compiling want v0.3.1 [INFO] [stderr] Compiling pin-project v1.1.5 [INFO] [stderr] Compiling hkdf v0.12.4 [INFO] [stderr] Compiling md-5 v0.10.6 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling fastrand v2.1.0 [INFO] [stderr] Compiling openssl-probe v0.1.5 [INFO] [stderr] Compiling tower-layer v0.3.2 [INFO] [stderr] Compiling anyhow v1.0.86 [INFO] [stderr] Compiling tokio-util v0.7.11 [INFO] [stderr] Compiling tower-service v0.3.2 [INFO] [stderr] Compiling tower v0.4.13 [INFO] [stderr] Compiling h2 v0.4.5 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling utf8parse v0.2.2 [INFO] [stderr] Compiling tempfile v3.10.1 [INFO] [stderr] Compiling regex-syntax v0.8.4 [INFO] [stderr] Compiling match_cfg v0.1.0 [INFO] [stderr] Compiling hostname v0.3.1 [INFO] [stderr] Compiling anstyle-parse v0.2.4 [INFO] [stderr] Compiling either v1.13.0 [INFO] [stderr] Compiling ipnetwork v0.20.0 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling http-body-util v0.1.2 [INFO] [stderr] Compiling enum-as-inner v0.6.0 [INFO] [stderr] Compiling sqlx-core v0.7.4 [INFO] [stderr] Compiling idna v0.4.0 [INFO] [stderr] Compiling regex-syntax v0.6.29 [INFO] [stderr] Compiling regex-automata v0.4.7 [INFO] [stderr] Compiling hyper v1.4.1 [INFO] [stderr] Compiling base64 v0.22.1 [INFO] [stderr] Compiling data-encoding v2.6.0 [INFO] [stderr] Compiling rustls-pki-types v1.7.0 [INFO] [stderr] Compiling hyper-util v0.1.6 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling is_terminal_polyfill v1.70.0 [INFO] [stderr] Compiling anstyle-query v1.1.0 [INFO] [stderr] Compiling anstyle v1.0.7 [INFO] [stderr] Compiling sqlx-postgres v0.7.4 [INFO] [stderr] Compiling linked-hash-map v0.5.6 [INFO] [stderr] Compiling colorchoice v1.0.1 [INFO] [stderr] Compiling lru-cache v0.1.2 [INFO] [stderr] Compiling anstream v0.6.14 [INFO] [stderr] Compiling regex v1.10.5 [INFO] [stderr] Compiling resolv-conf v0.7.0 [INFO] [stderr] Compiling hyper-tls v0.6.0 [INFO] [stderr] Compiling rustls-pemfile v2.1.2 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling hickory-proto v0.24.1 [INFO] [stderr] Compiling tokio-socks v0.5.1 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling encoding_rs v0.8.34 [INFO] [stderr] Compiling sync_wrapper v1.0.1 [INFO] [stderr] Compiling overload v0.1.1 [INFO] [stderr] Compiling lazy_static v1.5.0 [INFO] [stderr] Compiling strsim v0.11.1 [INFO] [stderr] Compiling mime v0.3.17 [INFO] [stderr] Compiling clap_lex v0.7.1 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Compiling clap_builder v4.5.9 [INFO] [stderr] Compiling clap_derive v4.5.8 [INFO] [stderr] Compiling reqwest v0.12.5 [INFO] [stderr] Compiling matchers v0.1.0 [INFO] [stderr] Compiling sharded-slab v0.1.7 [INFO] [stderr] Compiling nu-ansi-term v0.46.0 [INFO] [stderr] Compiling futures-executor v0.3.30 [INFO] [stderr] Compiling sqlx-macros-core v0.7.4 [INFO] [stderr] Compiling tracing-log v0.2.0 [INFO] [stderr] Compiling thread_local v1.1.8 [INFO] [stderr] Compiling time-core v0.1.2 [INFO] [stderr] Compiling powerfmt v0.2.0 [INFO] [stderr] Compiling num-conv v0.1.0 [INFO] [stderr] Compiling time-macros v0.2.18 [INFO] [stderr] Compiling deranged v0.3.11 [INFO] [stderr] Compiling hickory-resolver v0.24.1 [INFO] [stderr] Compiling clap v4.5.9 [INFO] [stderr] Compiling tracing-subscriber v0.3.18 [INFO] [stderr] Compiling reqwest-middleware v0.3.2 [INFO] [stderr] Compiling sqlx-macros v0.7.4 [INFO] [stderr] Compiling futures v0.3.30 [INFO] [stderr] Compiling cookie v0.18.1 [INFO] [stderr] Compiling reqwest-ratelimit v0.2.0 [INFO] [stderr] Compiling time v0.3.36 [INFO] [stderr] Compiling itertools v0.13.0 [INFO] [stderr] Compiling leaky-bucket v1.1.2 [INFO] [stderr] Compiling reqwest-leaky-bucket v0.2.0 [INFO] [stderr] Compiling base64ct v1.6.0 [INFO] [stderr] Compiling sqlx v0.7.4 [INFO] [stderr] Compiling grimoire v0.1.0 (/opt/rustwide/workdir/crates/grimoire) [INFO] [stderr] Compiling cert-recon v0.1.0 (/opt/rustwide/workdir/crates/cert-recon) [INFO] [stderr] Compiling http-recon v0.1.0 (/opt/rustwide/workdir/crates/http-recon) [INFO] [stderr] Compiling dns-recon v0.1.0 (/opt/rustwide/workdir/crates/dns-recon) [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcHW6FjE/symbols.o" "<17 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libtracing_subscriber-54a6c6fc47614c48.rlib,libnu_ansi_term-60a771209a1312ae.rlib,liboverload-b5187db320b7a775.rlib,libsharded_slab-64323f127fa24757.rlib,liblazy_static-30a961c9c1cd9eba.rlib,libmatchers-24062e33ffd967d0.rlib,libregex_automata-36306b325dfc2771.rlib,libregex_syntax-0054fbcf44fd72b3.rlib,libthread_local-6ea61a9830156b69.rlib,libtracing_log-ea2203fd2ef8cf5e.rlib,libtokio_util-4ef7e3fef618fbe4.rlib,libgrimoire-684b020c4ac7495c.rlib,libhickory_resolver-5f49a0556663eb26.rlib,libresolv_conf-aef6779a79c1bd45.rlib,libhostname-8120feb96e0166d1.rlib,libmatch_cfg-6edf8addf1a96442.rlib,libquick_error-df6fb51d0bfdc795.rlib,libparking_lot-da743663ef350816.rlib,libparking_lot_core-278864c72552a6d6.rlib,liblock_api-423bf677477e101f.rlib,libscopeguard-67c3654d02e9645e.rlib,liblru_cache-1df43a6c46d172fb.rlib,liblinked_hash_map-d3de10c87a1128cf.rlib,libhickory_proto-7a7c36bba57832f6.rlib,libdata_encoding-e7ce9b8e9807d20e.rlib,libipnet-c8c1718b9b7662b4.rlib,libidna-45d417e7c4d0abe2.rlib,libregex-ffc3e4e23bd5efcf.rlib,libregex_automata-e11fccf7612f1645.rlib,libaho_corasick-e00fcb05de037a19.rlib,libregex_syntax-2dbc24c2b930e3ec.rlib,libfutures-41c72937374c18fc.rlib,libfutures_executor-c0ed5a64ee85bb56.rlib,libclap-37f2bc844ea4e8a9.rlib,libclap_builder-faad2382dd82fb8f.rlib,libstrsim-5a3bb5d6992b819d.rlib,libanstream-52163429540b4afb.rlib,libanstyle_query-5a2656210f69062a.rlib,libis_terminal_polyfill-5f0179ed91cc614d.rlib,libcolorchoice-91012d8b1888b01d.rlib,libanstyle_parse-725a61ccadb43898.rlib,libutf8parse-69368f0ec3005ada.rlib,libclap_lex-555e5ff3d9d0c998.rlib,libanstyle-2b116b477cd554c0.rlib,libsqlx-a9b921a5520f3eea.rlib,libsqlx_postgres-8b4f142f8d85f655.rlib,libdotenvy-6646139180f84943.rlib,libcrc-04c35eb910bfa033.rlib,libcrc_catalog-93924531bb89d229.rlib,libhex-5de1ffba8b3d39d3.rlib,libwhoami-7ce98d05fc5311fa.rlib,libhome-84ae46d8d8600970.rlib,libbitflags-721e179aca0a22e5.rlib,libmd5-a86be80fa1b16069.rlib,libbyteorder-abb70cb661d9e2d5.rlib,libatoi-0751f087d30ec98d.rlib,libnum_traits-e3bcd16f1a092b8b.rlib,libstringprep-9c824b62df09fbcb.rlib,libunicode_properties-9932cc86b00e12b3.rlib,librand-a3a1ddcdb204c218.rlib,librand_chacha-a966924a71064d21.rlib,libppv_lite86-780f6b52789f9bd1.rlib,librand_core-2f64a2be68f09897.rlib,libhkdf-f8f921c4b8e9f978.rlib,libhmac-b657f6ea49e97b7d.rlib,libsqlx_core-64b6a86f9c1180c6.rlib,librustls_pemfile-3055e13dbdfe6520.rlib,libbase64-ae6e7688c73c35ad.rlib,libwebpki_roots-c5df284597cfa0a3.rlib,libtracing-8c7abeb4ec898be2.rlib,libtracing_core-bf443edc26feb9fd.rlib,libthiserror-2d4e03306543e45c.rlib,libsmallvec-2b24dd1c48ef1525.rlib,libindexmap-15cb248930c0d18a.rlib,libequivalent-fc3c04bb40821167.rlib,libsha2-14720fb10d97d884.rlib,libcpufeatures-9a616128b8d35e43.rlib,libdigest-e0b08ebca1e01d16.rlib,libsubtle-b9da09c14453651d.rlib,libblock_buffer-30cb3845dbf6a508.rlib,libcrypto_common-95250a0fa1397c42.rlib,libgeneric_array-fd8fc0934e76db42.rlib,libtypenum-05242b0d5d19c4a9.rlib,librustls-3aefaf94b480299b.rlib,libsct-f8110173f096f373.rlib,libwebpki-8d769b2479cd7827.rlib,libring-b0df09cef0752778.rlib,libspin-f57b98577ed61e73.rlib,libuntrusted-71f7cc08585af207.rlib,libsqlformat-40db7cd9d23d72b1.rlib,libunicode_categories-34f491ad3fa0de48.rlib,libnom-e045ef5bd473068b.rlib,libtokio-54d8af0db351a8de.rlib,libnum_cpus-89e51cbff601d2eb.rlib,libsocket2-fe7f5f48469ff204.rlib,libmio-a1eddc04f4d997b3.rlib,libbytes-5555e6b14b4f81d5.rlib,libhashlink-050bc751ee83fc3a.rlib,libhashbrown-5857035293bb3eab.rlib,libahash-9f0f8c57a27d7b6f.rlib,libgetrandom-2548aa402f058fc2.rlib,liblibc-98dba1174e7d255d.rlib,libonce_cell-ae0e60aed4d005fd.rlib,libcfg_if-02ffc4ff30a29427.rlib,libzerocopy-368165a0613648bf.rlib,liballocator_api2-0eb66aa46d9105fd.rlib,libipnetwork-3ae5a1927f093212.rlib,libserde_json-e5f2ea894087de2c.rlib,libitoa-d59dc7759465efa8.rlib,libryu-9737e5133661fb23.rlib,liburl-3829d54b29a18c5c.rlib,libidna-818695b014366251.rlib,libunicode_normalization-92c108699dae1125.rlib,libtinyvec-e5d640db9da04b86.rlib,libtinyvec_macros-5b8ad4faad6e7290.rlib,libunicode_bidi-f5ebb08d469f84fb.rlib,libform_urlencoded-ed8722d40932e3ea.rlib,libpercent_encoding-b41fb32edf79c8cd.rlib,liblog-faf469e4de46f969.rlib,libcrossbeam_queue-1dd9f7badc3ed476.rlib,libcrossbeam_utils-e4768fea4b4aa724.rlib,libevent_listener-149834561025cafc.rlib,libfutures_util-94452a16642a42d6.rlib,libmemchr-e6e0114228c0da46.rlib,libfutures_io-91f6bdf7c11bd84e.rlib,libslab-c5aa853fa08bce26.rlib,libfutures_channel-24961cdec4328fc0.rlib,libpin_project_lite-18ea60fc9b9af23e.rlib,libfutures_sink-130a091f889c46cd.rlib,libfutures_task-f3b8618104bf1bc9.rlib,libpin_utils-ea4b982528073b6b.rlib,libfutures_core-c1cbca173594daa7.rlib,libitertools-22f9081e67bdeeab.rlib,libeither-2055bd38413bf2f2.rlib,libserde-3beb6f9ce2ff80a1.rlib,libanyhow-aa7522d2e8fc1f71.rlib}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,libcfg_if-*,liblibc-*,liballoc-*,librustc_std_workspace_core-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcHW6FjE/raw-dylibs" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,-znostart-stop-gc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/ring-c7f222ae112f7503/out" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/dns_recon-f3ff897cd78c4454" "-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] LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `dns-recon` (bin "dns-recon") due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "86794f7c6426a84ec602f7b25410dc4e204c61d93c0ca3da5f8229c570a6ad80", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "86794f7c6426a84ec602f7b25410dc4e204c61d93c0ca3da5f8229c570a6ad80", kill_on_drop: false }` [INFO] [stdout] 86794f7c6426a84ec602f7b25410dc4e204c61d93c0ca3da5f8229c570a6ad80