[INFO] cloning repository https://github.com/kumina-dev/url-shortener-rust [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kumina-dev/url-shortener-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkumina-dev%2Furl-shortener-rust", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkumina-dev%2Furl-shortener-rust'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 643a2f6f594a9a949ff1d527b53910f196c07780 [INFO] building kumina-dev/url-shortener-rust against try#334963c956d25708feab489a3816ae63f639355d for pr-135216 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkumina-dev%2Furl-shortener-rust" "/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/kumina-dev/url-shortener-rust 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/kumina-dev/url-shortener-rust [INFO] finished tweaking git repo https://github.com/kumina-dev/url-shortener-rust [INFO] tweaked toml for git repo https://github.com/kumina-dev/url-shortener-rust written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/kumina-dev/url-shortener-rust 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-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 41aad116222428a102b964686576cfb6fc81fd4346190927bef3394bd2d9f328 [INFO] running `Command { std: "docker" "start" "-a" "41aad116222428a102b964686576cfb6fc81fd4346190927bef3394bd2d9f328", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "41aad116222428a102b964686576cfb6fc81fd4346190927bef3394bd2d9f328", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "41aad116222428a102b964686576cfb6fc81fd4346190927bef3394bd2d9f328", kill_on_drop: false }` [INFO] [stdout] 41aad116222428a102b964686576cfb6fc81fd4346190927bef3394bd2d9f328 [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=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] 1632dbb927ebf28d33a16853b99980845b01bfeda649f57b4d1a55692d612039 [INFO] running `Command { std: "docker" "start" "-a" "1632dbb927ebf28d33a16853b99980845b01bfeda649f57b4d1a55692d612039", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.151 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling proc-macro2 v1.0.70 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling parking_lot_core v0.9.9 [INFO] [stderr] Compiling futures-core v0.3.29 [INFO] [stderr] Compiling pin-project-lite v0.2.13 [INFO] [stderr] Compiling bytes v1.5.0 [INFO] [stderr] Compiling smallvec v1.11.2 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling once_cell v1.19.0 [INFO] [stderr] Compiling futures-task v0.3.29 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling itoa v1.0.10 [INFO] [stderr] Compiling futures-util v0.3.29 [INFO] [stderr] Compiling futures-sink v0.3.29 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling httparse v1.8.0 [INFO] [stderr] Compiling hashbrown v0.14.3 [INFO] [stderr] Compiling futures-channel v0.3.29 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling try-lock v0.2.5 [INFO] [stderr] Compiling tower-service v0.3.2 [INFO] [stderr] Compiling want v0.3.1 [INFO] [stderr] Compiling httpdate v1.0.3 [INFO] [stderr] Compiling tracing-core v0.1.32 [INFO] [stderr] Compiling lock_api v0.4.11 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling http v0.2.11 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling quote v1.0.33 [INFO] [stderr] Compiling indexmap v2.1.0 [INFO] [stderr] Compiling http-body v0.4.6 [INFO] [stderr] Compiling syn v2.0.41 [INFO] [stderr] Compiling socket2 v0.5.5 [INFO] [stderr] Compiling signal-hook-registry v1.4.1 [INFO] [stderr] Compiling mio v0.8.10 [INFO] [stderr] Compiling num_cpus v1.16.0 [INFO] [stderr] Compiling socket2 v0.4.10 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling tokio-macros v2.2.0 [INFO] [stderr] Compiling tokio v1.35.0 [INFO] [stderr] Compiling tokio-util v0.7.10 [INFO] [stderr] Compiling h2 v0.3.22 [INFO] [stderr] Compiling hyper v0.14.27 [INFO] [stderr] Compiling url_shortener 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/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/rustcIwgESH/symbols.o" "<17 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libhyper-a3d19becd079dbb4.rlib,libwant-0f3c3ee377cad37f.rlib,libtry_lock-aabba5e3d97e6b57.rlib,libsocket2-8a916b8d4ff3daaf.rlib,libhttparse-a126edcdcf1e38a4.rlib,libh2-47a00e2f16dda45f.rlib,libindexmap-4ae1131d34353f41.rlib,libequivalent-fdc46004df91ad08.rlib,libhashbrown-9dbb75234fa537e4.rlib,libslab-04579c13bebef5f6.rlib,libtokio_util-50c22f3e667ffd6f.rlib,libfutures_sink-b1d55117526f33f8.rlib,libtower_service-aa28c9aa29f1c654.rlib,libtracing-905e4c8be13ebfc0.rlib,libtracing_core-2e5058304bee1886.rlib,libonce_cell-24c5d665b6879050.rlib,libfutures_channel-185f8608b31ca5b8.rlib,libhttp_body-95df84960baf9adb.rlib,libfutures_util-7b7da2545a66d66f.rlib,libfutures_task-1c6f9880aa25690b.rlib,libpin_utils-9a5791cba021167a.rlib,libfutures_core-ff204b2dbc9995f7.rlib,libtokio-70a95cf4cf33a4e2.rlib,libsignal_hook_registry-2e7192cfabdd9dc0.rlib,libnum_cpus-68b6b60f11a40ea7.rlib,libsocket2-ad7baa9876e64620.rlib,libmio-40acc9fc958b5511.rlib,libparking_lot-a0434b87c44e1e8e.rlib,libparking_lot_core-49c337b4a501f36e.rlib,liblibc-0124761c4bd01839.rlib,libcfg_if-33ef6c02a07f9fec.rlib,libsmallvec-133db1030405329c.rlib,liblock_api-fe55b33dfa9608af.rlib,libscopeguard-d52bd00767847e44.rlib,libpin_project_lite-89bb0688a32eddef.rlib,libhttpdate-9f9d2502c6a38412.rlib,libhttp-aa2566f022e3bbb8.rlib,libitoa-cbcf4da6e0ac7621.rlib,libbytes-3ad72df070df6f8e.rlib,libfnv-2d77ec4f6f971b24.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/rustup-home/toolchains/334963c956d25708feab489a3816ae63f639355d/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/url_shortener-c17b00ac80261870" "-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 0x00007a8cc5f51ba7 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) (/opt/rustwide/rustup-home/toolchains/334963c956d25708feab489a3816ae63f639355d/lib/libLLVM.so.19.1-rust-1.86.0-nightly+0x3f51ba7) [INFO] [stdout] #1 0x00007a8cc5f51fbc SignalHandler(int) (/opt/rustwide/rustup-home/toolchains/334963c956d25708feab489a3816ae63f639355d/lib/libLLVM.so.19.1-rust-1.86.0-nightly+0x3f51fbc) [INFO] [stdout] #2 0x00007a8cc1e19520 (/lib/x86_64-linux-gnu/libc.so.6+0x42520) [INFO] [stdout] #3 0x00007a8cc1f77977 (/lib/x86_64-linux-gnu/libc.so.6+0x1a0977) [INFO] [stdout] #4 0x00007a8cc8e6e394 llvm::StringTableBuilder::write(unsigned char*) const (.warm) bolt-pseudo.o:0:0 [INFO] [stdout] #5 0x00007a8cc5f03511 std::_Function_handler)::$_0>::_M_invoke(std::_Any_data const&) (/opt/rustwide/rustup-home/toolchains/334963c956d25708feab489a3816ae63f639355d/lib/libLLVM.so.19.1-rust-1.86.0-nightly+0x3f03511) [INFO] [stdout] #6 0x00007a8cc5f01c7d llvm::parallelFor(unsigned long, unsigned long, llvm::function_ref) (/opt/rustwide/rustup-home/toolchains/334963c956d25708feab489a3816ae63f639355d/lib/libLLVM.so.19.1-rust-1.86.0-nightly+0x3f01c7d) [INFO] [stdout] #7 0x00005da04d565dad lld::elf::MergeNoTailSection::writeTo(unsigned char*) (/opt/rustwide/rustup-home/toolchains/334963c956d25708feab489a3816ae63f639355d/lib/rustlib/x86_64-unknown-linux-gnu/bin/rust-lld+0x485dad) [INFO] [stdout] #8 0x00005da04d4fa7ba 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 0x00007a8cc5f033e2 std::_Function_handler, bool)::$_0>::_M_invoke(std::_Any_data const&) (/opt/rustwide/rustup-home/toolchains/334963c956d25708feab489a3816ae63f639355d/lib/libLLVM.so.19.1-rust-1.86.0-nightly+0x3f033e2) [INFO] [stdout] #10 0x00007a8cc5f0279a llvm::parallel::detail::(anonymous namespace)::ThreadPoolExecutor::work(llvm::ThreadPoolStrategy, unsigned int) (/opt/rustwide/rustup-home/toolchains/334963c956d25708feab489a3816ae63f639355d/lib/libLLVM.so.19.1-rust-1.86.0-nightly+0x3f0279a) [INFO] [stdout] #11 0x00007a8cc5e7dd00 execute_native_thread_routine (/opt/rustwide/rustup-home/toolchains/334963c956d25708feab489a3816ae63f639355d/lib/libLLVM.so.19.1-rust-1.86.0-nightly+0x3e7dd00) [INFO] [stdout] #12 0x00007a8cc1e6bac3 (/lib/x86_64-linux-gnu/libc.so.6+0x94ac3) [INFO] [stdout] #13 0x00007a8cc1efca04 __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 `url_shortener` (bin "url_shortener") due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "1632dbb927ebf28d33a16853b99980845b01bfeda649f57b4d1a55692d612039", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1632dbb927ebf28d33a16853b99980845b01bfeda649f57b4d1a55692d612039", kill_on_drop: false }` [INFO] [stdout] 1632dbb927ebf28d33a16853b99980845b01bfeda649f57b4d1a55692d612039