[INFO] cloning repository https://github.com/eduardo-uribe/rust-engineer [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/eduardo-uribe/rust-engineer" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Feduardo-uribe%2Frust-engineer", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Feduardo-uribe%2Frust-engineer'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 9992bd3a6bb6b588e29016acd92670e296f0b336 [INFO] building eduardo-uribe/rust-engineer against master#ad211ced81509462cdfe4c29ed10f97279a0acae for pr-135216 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Feduardo-uribe%2Frust-engineer" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/eduardo-uribe/rust-engineer on toolchain ad211ced81509462cdfe4c29ed10f97279a0acae [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ad211ced81509462cdfe4c29ed10f97279a0acae" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/eduardo-uribe/rust-engineer [INFO] finished tweaking git repo https://github.com/eduardo-uribe/rust-engineer [INFO] tweaked toml for git repo https://github.com/eduardo-uribe/rust-engineer written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/eduardo-uribe/rust-engineer 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" "+ad211ced81509462cdfe4c29ed10f97279a0acae" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded rocket_dyn_templates v0.2.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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" "+ad211ced81509462cdfe4c29ed10f97279a0acae" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ae36a9f3ca194a64b5a032ed91533431cab27cdb249c68010ae5e9de2c459833 [INFO] running `Command { std: "docker" "start" "-a" "ae36a9f3ca194a64b5a032ed91533431cab27cdb249c68010ae5e9de2c459833", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ae36a9f3ca194a64b5a032ed91533431cab27cdb249c68010ae5e9de2c459833", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ae36a9f3ca194a64b5a032ed91533431cab27cdb249c68010ae5e9de2c459833", kill_on_drop: false }` [INFO] [stdout] ae36a9f3ca194a64b5a032ed91533431cab27cdb249c68010ae5e9de2c459833 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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" "+ad211ced81509462cdfe4c29ed10f97279a0acae" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b6026cf7a501d8f4bec4de859a73224fa3ea43c34cd12896e06484b6f7a99618 [INFO] running `Command { std: "docker" "start" "-a" "b6026cf7a501d8f4bec4de859a73224fa3ea43c34cd12896e06484b6f7a99618", 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 version_check v0.9.4 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling autocfg v1.3.0 [INFO] [stderr] Compiling pin-project-lite v0.2.14 [INFO] [stderr] Compiling serde v1.0.204 [INFO] [stderr] Compiling itoa v1.0.11 [INFO] [stderr] Compiling log v0.4.22 [INFO] [stderr] Compiling bytes v1.6.1 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling once_cell v1.19.0 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling yansi v1.0.1 [INFO] [stderr] Compiling futures-core v0.3.30 [INFO] [stderr] Compiling siphasher v0.3.11 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Compiling httparse v1.9.4 [INFO] [stderr] Compiling crossbeam-utils v0.8.20 [INFO] [stderr] Compiling futures-sink v0.3.30 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling regex-syntax v0.8.4 [INFO] [stderr] Compiling phf_shared v0.11.2 [INFO] [stderr] Compiling futures-channel v0.3.30 [INFO] [stderr] Compiling powerfmt v0.2.0 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling tracing-core v0.1.32 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling futures-task v0.3.30 [INFO] [stderr] Compiling inlinable_string v0.1.15 [INFO] [stderr] Compiling thiserror v1.0.63 [INFO] [stderr] Compiling proc-macro2-diagnostics v0.10.1 [INFO] [stderr] Compiling futures-io v0.3.30 [INFO] [stderr] Compiling try-lock v0.2.5 [INFO] [stderr] Compiling http v0.2.12 [INFO] [stderr] Compiling num-conv v0.1.0 [INFO] [stderr] Compiling time-core v0.1.2 [INFO] [stderr] Compiling want v0.3.1 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling futures-util v0.3.30 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling cookie v0.18.1 [INFO] [stderr] Compiling deranged v0.3.11 [INFO] [stderr] Compiling httpdate v1.0.3 [INFO] [stderr] Compiling phf_generator v0.11.2 [INFO] [stderr] Compiling ref-cast v1.0.23 [INFO] [stderr] Compiling time-macros v0.2.18 [INFO] [stderr] Compiling smallvec v1.13.2 [INFO] [stderr] Compiling percent-encoding v2.3.1 [INFO] [stderr] Compiling tower-service v0.3.2 [INFO] [stderr] Compiling phf_codegen v0.11.2 [INFO] [stderr] Compiling uncased v0.9.10 [INFO] [stderr] Compiling phf v0.11.2 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling ucd-trie v0.1.6 [INFO] [stderr] Compiling bitflags v2.6.0 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling bstr v1.9.1 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Compiling walkdir v2.5.0 [INFO] [stderr] Compiling stable-pattern v0.1.0 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Compiling rustix v0.38.34 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling syn v2.0.71 [INFO] [stderr] Compiling socket2 v0.5.7 [INFO] [stderr] Compiling mio v0.8.11 [INFO] [stderr] Compiling signal-hook-registry v1.4.2 [INFO] [stderr] Compiling num_cpus v1.16.0 [INFO] [stderr] Compiling is-terminal v0.4.12 [INFO] [stderr] Compiling getrandom v0.2.15 [INFO] [stderr] Compiling unic-common v0.9.0 [INFO] [stderr] Compiling regex-automata v0.4.7 [INFO] [stderr] Compiling state v0.6.0 [INFO] [stderr] Compiling winnow v0.6.14 [INFO] [stderr] Compiling ppv-lite86 v0.2.17 [INFO] [stderr] Compiling http-body v0.4.6 [INFO] [stderr] Compiling libm v0.2.8 [INFO] [stderr] Compiling unic-char-range v0.9.0 [INFO] [stderr] Compiling tokio v1.38.1 [INFO] [stderr] Compiling either v1.13.0 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling unic-char-property v0.9.0 [INFO] [stderr] Compiling unic-ucd-version v0.9.0 [INFO] [stderr] Compiling futures v0.3.30 [INFO] [stderr] Compiling crossbeam-deque v0.8.5 [INFO] [stderr] Compiling indexmap v2.2.6 [INFO] [stderr] Compiling multer v3.1.0 [INFO] [stderr] Compiling time v0.3.36 [INFO] [stderr] Compiling figment v0.10.19 [INFO] [stderr] Compiling serde_json v1.0.120 [INFO] [stderr] Compiling iana-time-zone v0.1.60 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling linux-raw-sys v0.4.14 [INFO] [stderr] Compiling unic-ucd-segment v0.9.0 [INFO] [stderr] Compiling inotify-sys v0.1.5 [INFO] [stderr] Compiling http v1.1.0 [INFO] [stderr] Compiling rocket v0.5.1 [INFO] [stderr] Compiling regex v1.10.5 [INFO] [stderr] Compiling chrono v0.4.38 [INFO] [stderr] Compiling encoding_rs v0.8.34 [INFO] [stderr] Compiling glob v0.3.1 [INFO] [stderr] Compiling parse-zoneinfo v0.3.1 [INFO] [stderr] Compiling unicode-xid v0.2.4 [INFO] [stderr] Compiling ryu v1.0.18 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Compiling mime v0.3.17 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling fastrand v2.1.0 [INFO] [stderr] Compiling deunicode v1.6.0 [INFO] [stderr] Compiling inotify v0.9.6 [INFO] [stderr] Compiling humansize v2.1.3 [INFO] [stderr] Compiling chrono-tz-build v0.3.0 [INFO] [stderr] Compiling unic-segment v0.9.0 [INFO] [stderr] Compiling slug v0.1.5 [INFO] [stderr] Compiling parking_lot v0.12.3 [INFO] [stderr] Compiling filetime v0.2.23 [INFO] [stderr] Compiling crossbeam-channel v0.5.13 [INFO] [stderr] Compiling binascii v0.1.4 [INFO] [stderr] Compiling atomic v0.5.3 [INFO] [stderr] Compiling lazy_static v1.5.0 [INFO] [stderr] Compiling normpath v1.2.0 [INFO] [stderr] Compiling chrono-tz v0.9.0 [INFO] [stderr] Compiling notify v6.1.1 [INFO] [stderr] Compiling tempfile v3.10.1 [INFO] [stderr] Compiling globset v0.4.14 [INFO] [stderr] Compiling hyper v0.14.30 [INFO] [stderr] Compiling ignore v0.4.22 [INFO] [stderr] Compiling devise_core v0.4.1 [INFO] [stderr] Compiling globwalk v0.9.1 [INFO] [stderr] Compiling serde_derive v1.0.204 [INFO] [stderr] Compiling tokio-macros v2.3.0 [INFO] [stderr] Compiling pear_codegen v0.2.9 [INFO] [stderr] Compiling thiserror-impl v1.0.63 [INFO] [stderr] Compiling ref-cast-impl v1.0.23 [INFO] [stderr] Compiling async-stream-impl v0.3.5 [INFO] [stderr] Compiling async-trait v0.1.81 [INFO] [stderr] Compiling devise_codegen v0.4.1 [INFO] [stderr] Compiling async-stream v0.3.5 [INFO] [stderr] Compiling devise v0.4.1 [INFO] [stderr] Compiling pear v0.2.9 [INFO] [stderr] Compiling pest v2.7.11 [INFO] [stderr] Compiling rocket_http v0.5.1 [INFO] [stderr] Compiling pest_meta v2.7.11 [INFO] [stderr] Compiling pest_generator v2.7.11 [INFO] [stderr] Compiling rocket_codegen v0.5.1 [INFO] [stderr] Compiling pest_derive v2.7.11 [INFO] [stderr] Compiling tokio-util v0.7.11 [INFO] [stderr] Compiling tokio-stream v0.1.15 [INFO] [stderr] Compiling serde_spanned v0.6.6 [INFO] [stderr] Compiling toml_datetime v0.6.6 [INFO] [stderr] Compiling ubyte v0.10.4 [INFO] [stderr] Compiling toml_edit v0.22.16 [INFO] [stderr] Compiling h2 v0.3.26 [INFO] [stderr] Compiling tera v1.20.0 [INFO] [stderr] Compiling toml v0.8.15 [INFO] [stderr] Compiling rocket_dyn_templates v0.2.0 [INFO] [stderr] Compiling rust-backend-web-development v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: LC_ALL="C" PATH="/opt/rustwide/rustup-home/toolchains/ad211ced81509462cdfe4c29ed10f97279a0acae/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/rustup-home/toolchains/ad211ced81509462cdfe4c29ed10f97279a0acae/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/rustc2PQh26/symbols.o" "<17 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{librocket_dyn_templates-9a024a463075988a.rlib,libnotify-601dcd73c7eee0d4.rlib,libcrossbeam_channel-b1882b9c9e124ec0.rlib,libfiletime-6e7eb38acb59bab8.rlib,libinotify-a8321adf14e04e65.rlib,libinotify_sys-43f1918d0448c95c.rlib,libbitflags-e2b4db6c651223da.rlib,libnormpath-fbdb05a77dce8a13.rlib,libtera-65904b0d766c2987.rlib,libslug-f5c0f8f735871941.rlib,libdeunicode-859f88a9208541c1.rlib,libglobwalk-816d45b9839cdcc4.rlib,libignore-e914e124f7e49c7a.rlib,libwalkdir-1a00c768f8c7f3de.rlib,libsame_file-1ceb7b6153588b15.rlib,libcrossbeam_deque-c80e6bbc2ffab130.rlib,libcrossbeam_epoch-7b6bc3ead377f29e.rlib,libcrossbeam_utils-d3e61f58c772354d.rlib,libglobset-4b7b80605450be70.rlib,libbstr-4d6111eb6241fe70.rlib,libpest-518cf3754e7e653e.rlib,libucd_trie-cdff0278ac6747fa.rlib,libthiserror-a46fa03be0df9060.rlib,librand-4f193d7e935238d9.rlib,librand_chacha-3cab81f139e2a969.rlib,libppv_lite86-4250c766b4729968.rlib,librand_core-73772c071ea9440d.rlib,libgetrandom-130a500c742fee17.rlib,libunic_segment-9a82efb0fdea9f9b.rlib,libunic_ucd_segment-ce71ce7232c50ccd.rlib,libunic_ucd_version-95ab1c46fc2dce4c.rlib,libunic_common-95572032ffd99b0d.rlib,libunic_char_property-14ec15120d11108a.rlib,libunic_char_range-a799f89c5585e437.rlib,libregex-5bfa9783a2956527.rlib,libregex_automata-570df72ac8d1b64e.rlib,libaho_corasick-f95a2d77404a73d2.rlib,libregex_syntax-3a1fc10fb0bb10d0.rlib,liblazy_static-b3603208c0de2608.rlib,libhumansize-3f9d2f8dcb284e1b.rlib,liblibm-d79224f35ae9a7b6.rlib,libchrono_tz-0d6834c2d007d687.rlib,libphf-f4592ce42c87a924.rlib,libphf_shared-6a67c157c0247ec5.rlib,libsiphasher-7b49b0cc05d9e611.rlib,libchrono-bc502981c4815152.rlib,libnum_traits-2e7798ef804413f7.rlib,libiana_time_zone-a18c7932f053b032.rlib,libserde_json-4a90f535175c85cf.rlib,libryu-f8ba606093049f91.rlib,librocket-55847c708c1ca009.rlib,libtempfile-ab1fc51a58020e20.rlib,libfastrand-9c5266858c813c39.rlib,librustix-f37c83a9fc06a9c4.rlib,libbitflags-eb92e23a18d5cc91.rlib,liblinux_raw_sys-dd10f1d1b50fcb6c.rlib,librocket_http-ede382bc77ab66dc.rlib,libcookie-01fc867700ed1e0a.rlib,libstable_pattern-972dfc2c4ec00cc8.rlib,libref_cast-cdc67687bc364443.rlib,libpercent_encoding-9bee39bbc5bd523a.rlib,libhyper-b3027aac7faff5db.rlib,libh2-16178db80dab3c46.rlib,libtower_service-aa28c9aa29f1c654.rlib,libtracing-1201981393a7565d.rlib,libtracing_core-2e5058304bee1886.rlib,libonce_cell-24c5d665b6879050.rlib,libhttp_body-cadd9356fa4c0829.rlib,libhttpdate-9f9d2502c6a38412.rlib,libhttp-4537da6892d75c1f.rlib,libmulter-cc6452c946492153.rlib,libmime-4b44681fdb2c65f7.rlib,libtokio_util-f88b8e04af1a8099.rlib,libhttparse-9fd62e97bab6f1f1.rlib,libspin-bbfc7d9afebf93b8.rlib,libencoding_rs-721451430cd4dde4.rlib,libhttp-6bc91a0f85b89a5a.rlib,libfnv-2d77ec4f6f971b24.rlib,libeither-0d03427b61e42fdc.rlib,libtokio_stream-1034d0b594d8daba.rlib,libatomic-c07357df513237e0.rlib,libstate-0b52da1ac91aaf36.rlib,libparking_lot-ef61879b0dcfd815.rlib,libparking_lot_core-3d042872da86d960.rlib,libcfg_if-33ef6c02a07f9fec.rlib,libsmallvec-e2fbd282c83e646d.rlib,liblock_api-37dd246897ecc0fc.rlib,libscopeguard-d52bd00767847e44.rlib,libubyte-637a2c5d3aad2d2a.rlib,libtime-a1cc7c711a43f5c8.rlib,libitoa-4c6598116a867907.rlib,libtime_core-4e44e5dcd53c485d.rlib,libnum_conv-2c976fbf8b8f2899.rlib,libderanged-9df638cca9ea2119.rlib,libpowerfmt-a0c185df26c26a22.rlib,libfigment-3dab1f5041e0ec4f.rlib,libtoml-4f34ef835f9d1957.rlib,libtoml_edit-d24cf7e30aff79b1.rlib,libserde_spanned-10b49e615d605dbd.rlib,libindexmap-2877d42e6d06d9e3.rlib,libequivalent-fdc46004df91ad08.rlib,libhashbrown-5d9404f16ad26a3c.rlib,libwinnow-c444f3d0e3db63c9.rlib,libtoml_datetime-423209040e1b7089.rlib,libuncased-a2fb2bbccf5e8720.rlib,libpear-29de6c22def1db81.rlib,libinlinable_string-be82f8463bd0ceb4.rlib,libserde-ccf89dd0093d9778.rlib,libtokio-47ee70cd000dad72.rlib,libsignal_hook_registry-80bbe07b92d40203.rlib,libnum_cpus-7c2dce98dcb84092.rlib,libsocket2-ff0e049cb8e7a9c2.rlib,libbytes-b8c2ca00b3c0e98e.rlib,libmio-a6209a4ea106851c.rlib,liblog-669e9396cafcbb01.rlib,libfutures-2aa2a09f4215c661.rlib,libfutures_util-e3e8532c1fbd581b.rlib,libmemchr-3ffe5f7a52883367.rlib,libfutures_io-1e8dd8eeffe2c5f5.rlib,libslab-073199f209252607.rlib,libfutures_channel-a814b7bed2279676.rlib,libfutures_sink-ba628c80fbee78b4.rlib,libfutures_task-a34acde6ee26d4ab.rlib,libpin_utils-9a5791cba021167a.rlib,libasync_stream-1959b3595e09775d.rlib,libpin_project_lite-e0c50e8704e39276.rlib,libfutures_core-2da63d8c7891ede1.rlib,libyansi-03bfc53351f1cd53.rlib,libis_terminal-06c80d5ca53b4037.rlib,liblibc-fe9819ecd9fb6bb5.rlib}" "/opt/rustwide/rustup-home/toolchains/ad211ced81509462cdfe4c29ed10f97279a0acae/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/ad211ced81509462cdfe4c29ed10f97279a0acae/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/ad211ced81509462cdfe4c29ed10f97279a0acae/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/rust_backend_web_development-5bcbd87cc22f4e6f" "-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] #0 0x00007c81ce361ba7 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/opt/rustwide/rustup-home/toolchains/ad211ced81509462cdfe4c29ed10f97279a0acae/lib/libLLVM.so.19.1-rust-1.86.0-nightly+0x3f61ba7) [INFO] [stdout] #1 0x00007c81ce361fbc SignalHandler(int) (/opt/rustwide/rustup-home/toolchains/ad211ced81509462cdfe4c29ed10f97279a0acae/lib/libLLVM.so.19.1-rust-1.86.0-nightly+0x3f61fbc) [INFO] [stdout] #2 0x00007c81d2432520 (/lib/x86_64-linux-gnu/libc.so.6+0x42520) [INFO] [stdout] #3 0x00007c81d25908c6 (/lib/x86_64-linux-gnu/libc.so.6+0x1a08c6) [INFO] [stdout] #4 0x00007c81d127a118 llvm::StringTableBuilder::write(unsigned char*) const (.warm) bolt-pseudo.o:0:0 [INFO] [stdout] #5 0x00007c81ce313511 std::_Function_handler)::$_0>::_M_invoke(std::_Any_data const&) (/opt/rustwide/rustup-home/toolchains/ad211ced81509462cdfe4c29ed10f97279a0acae/lib/libLLVM.so.19.1-rust-1.86.0-nightly+0x3f13511) [INFO] [stdout] #6 0x00007c81ce311c7d llvm::parallelFor(unsigned long, unsigned long, llvm::function_ref) (/opt/rustwide/rustup-home/toolchains/ad211ced81509462cdfe4c29ed10f97279a0acae/lib/libLLVM.so.19.1-rust-1.86.0-nightly+0x3f11c7d) [INFO] [stdout] #7 0x00005ae34d2f7dad lld::elf::MergeNoTailSection::writeTo(unsigned char*) (/opt/rustwide/rustup-home/toolchains/ad211ced81509462cdfe4c29ed10f97279a0acae/lib/rustlib/x86_64-unknown-linux-gnu/bin/rust-lld+0x485dad) [INFO] [stdout] #8 0x00005ae34d28c7ba void lld::elf::OutputSection::writeTo >(unsigned char*, llvm::parallel::TaskGroup&)::'lambda'(unsigned long, unsigned long)::operator()(unsigned long, unsigned long) const OutputSections.cpp:0:0 [INFO] [stdout] #9 0x00007c81ce3133e2 std::_Function_handler, bool)::$_0>::_M_invoke(std::_Any_data const&) (/opt/rustwide/rustup-home/toolchains/ad211ced81509462cdfe4c29ed10f97279a0acae/lib/libLLVM.so.19.1-rust-1.86.0-nightly+0x3f133e2) [INFO] [stdout] #10 0x00007c81ce31279a llvm::parallel::detail::(anonymous namespace)::ThreadPoolExecutor::work(llvm::ThreadPoolStrategy, unsigned int) (/opt/rustwide/rustup-home/toolchains/ad211ced81509462cdfe4c29ed10f97279a0acae/lib/libLLVM.so.19.1-rust-1.86.0-nightly+0x3f1279a) [INFO] [stdout] #11 0x00007c81ce28dd00 execute_native_thread_routine (/opt/rustwide/rustup-home/toolchains/ad211ced81509462cdfe4c29ed10f97279a0acae/lib/libLLVM.so.19.1-rust-1.86.0-nightly+0x3e8dd00) [INFO] [stdout] #12 0x00007c81d2484ac3 (/lib/x86_64-linux-gnu/libc.so.6+0x94ac3) [INFO] [stdout] #13 0x00007c81d2515a04 __clone (/lib/x86_64-linux-gnu/libc.so.6+0x125a04) [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 `rust-backend-web-development` (bin "rust-backend-web-development") due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "b6026cf7a501d8f4bec4de859a73224fa3ea43c34cd12896e06484b6f7a99618", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b6026cf7a501d8f4bec4de859a73224fa3ea43c34cd12896e06484b6f7a99618", kill_on_drop: false }` [INFO] [stdout] b6026cf7a501d8f4bec4de859a73224fa3ea43c34cd12896e06484b6f7a99618