[lld] [LLD][MinGW] Handle MIPS machine (PR #157742)
LLVM Continuous Integration via llvm-commits
llvm-commits at lists.llvm.org
Sun Nov 23 08:02:06 PST 2025
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `llvm-clang-x86_64-expensive-checks-win` running on `as-worker-93` while building `lld` at step 7 "test-build-unified-tree-check-all".
Full details are available at: https://lab.llvm.org/buildbot/#/builders/14/builds/4730
<details>
<summary>Here is the relevant piece of the build log for the reference</summary>
```
Step 7 (test-build-unified-tree-check-all) failure: test (failure)
******************** TEST 'LLVM-Unit :: CAS/./CASTests.exe/31/36' FAILED ********************
Script(shard):
--
GTEST_OUTPUT=json:C:\a\llvm-clang-x86_64-expensive-checks-win\build\unittests\CAS\.\CASTests.exe-LLVM-Unit-9136-31-36.json GTEST_SHUFFLE=0 GTEST_TOTAL_SHARDS=36 GTEST_SHARD_INDEX=31 C:\a\llvm-clang-x86_64-expensive-checks-win\build\unittests\CAS\.\CASTests.exe
--
Script:
--
C:\a\llvm-clang-x86_64-expensive-checks-win\build\unittests\CAS\.\CASTests.exe --gtest_filter=OnDiskCAS/CASTest.BlobsBigParallel/0
--
C:\a\llvm-clang-x86_64-expensive-checks-win\llvm-project\llvm\unittests\CAS\ObjectStoreTest.cpp(315): error: Value of: llvm::detail::TakeError(CAS->getProxy(*ID).moveInto(Node))
Expected: succeeded
Actual: failed ('C:\Users\Buildbot\AppData\Local\Temp\lit-tmp-eu73x940\on-disk-cas-74147e\leaf+0.9504.v1': no such file or directory)
C:\a\llvm-clang-x86_64-expensive-checks-win\llvm-project\llvm\unittests\CAS\ObjectStoreTest.cpp(315): error: Value of: llvm::detail::TakeError(CAS->getProxy(*ID).moveInto(Node))
Expected: succeeded
Actual: failed ('C:\Users\Buildbot\AppData\Local\Temp\lit-tmp-eu73x940\on-disk-cas-74147e\leaf+0.9504.v1': no such file or directory)
C:\a\llvm-clang-x86_64-expensive-checks-win\llvm-project\llvm\unittests\CAS\ObjectStoreTest.cpp(315): error: Value of: llvm::detail::TakeError(CAS->getProxy(*ID).moveInto(Node))
Expected: succeeded
Actual: failed ('C:\Users\Buildbot\AppData\Local\Temp\lit-tmp-eu73x940\on-disk-cas-74147e\leaf+0.10384.v1': no such file or directory)
C:\a\llvm-clang-x86_64-expensive-checks-win\llvm-project\llvm\unittests\CAS\ObjectStoreTest.cpp(315): error: Value of: llvm::detail::TakeError(CAS->getProxy(*ID).moveInto(Node))
Expected: succeeded
Actual: failed ('C:\Users\Buildbot\AppData\Local\Temp\lit-tmp-eu73x940\on-disk-cas-74147e\leaf+0.10504.v1': no such file or directory)
C:\a\llvm-clang-x86_64-expensive-checks-win\llvm-project\llvm\unittests\CAS\ObjectStoreTest.cpp(315): error: Value of: llvm::detail::TakeError(CAS->getProxy(*ID).moveInto(Node))
Expected: succeeded
Actual: failed ('C:\Users\Buildbot\AppData\Local\Temp\lit-tmp-eu73x940\on-disk-cas-74147e\leaf+0.10304.v1': no such file or directory)
C:\a\llvm-clang-x86_64-expensive-checks-win\llvm-project\llvm\unittests\CAS\ObjectStoreTest.cpp(315): error: Value of: llvm::detail::TakeError(CAS->getProxy(*ID).moveInto(Node))
Expected: succeeded
Actual: failed ('C:\Users\Buildbot\AppData\Local\Temp\lit-tmp-eu73x940\on-disk-cas-74147e\leaf+0.11824.v1': no such file or directory)
C:\a\llvm-clang-x86_64-expensive-checks-win\llvm-project\llvm\unittests\CAS\ObjectStoreTest.cpp(315): error: Value of: llvm::detail::TakeError(CAS->getProxy(*ID).moveInto(Node))
Expected: succeeded
Actual: failed ('C:\Users\Buildbot\AppData\Local\Temp\lit-tmp-eu73x940\on-disk-cas-74147e\leaf+0.12184.v1': no such file or directory)
C:\a\llvm-clang-x86_64-expensive-checks-win\llvm-project\llvm\unittests\CAS\ObjectStoreTest.cpp(315): error: Value of: llvm::detail::TakeError(CAS->getProxy(*ID).moveInto(Node))
Expected: succeeded
Actual: failed ('C:\Users\Buildbot\AppData\Local\Temp\lit-tmp-eu73x940\on-disk-cas-74147e\leaf+0.12184.v1': no such file or directory)
C:\a\llvm-clang-x86_64-expensive-checks-win\llvm-project\llvm\unittests\CAS\ObjectStoreTest.cpp(315): error: Value of: llvm::detail::TakeError(CAS->getProxy(*ID).moveInto(Node))
Expected: succeeded
Actual: failed ('C:\Users\Buildbot\AppData\Local\Temp\lit-tmp-eu73x940\on-disk-cas-74147e\leaf+0.12344.v1': no such file or directory)
C:\a\llvm-clang-x86_64-expensive-checks-win\llvm-project\llvm\unittests\CAS\ObjectStoreTest.cpp(315): error: Value of: llvm::detail::TakeError(CAS->getProxy(*ID).moveInto(Node))
Expected: succeeded
Actual: failed ('C:\Users\Buildbot\AppData\Local\Temp\lit-tmp-eu73x940\on-disk-cas-74147e\leaf+0.12384.v1': no such file or directory)
...
```
</details>
https://github.com/llvm/llvm-project/pull/157742
More information about the llvm-commits
mailing list