[llvm] [llvm-profdata] fix typo (PR #116754)

LLVM Continuous Integration via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 19 19:36:23 PST 2024


llvm-ci wrote:

LLVM Buildbot has detected a new failure on builder `clang-cmake-x86_64-avx512-linux` running on `avx512-intel64` while building `llvm` at step 13 "test-suite".

Full details are available at: https://lab.llvm.org/buildbot/#/builders/133/builds/7088

<details>
<summary>Here is the relevant piece of the build log for the reference</summary>

```
Step 13 (test-suite) failure: test (failure)
...
    result = litsupport.testplan.executePlanTestResult(context, plan)
  File "/localdisk2/buildbot/llvm-worker/clang-cmake-x86_64-avx512-linux/test/sandbox/build/litsupport/testplan.py", line 160, in executePlanTestResult
    result_code = _executePlan(context, testplan)
  File "/localdisk2/buildbot/llvm-worker/clang-cmake-x86_64-avx512-linux/test/sandbox/build/litsupport/testplan.py", line 110, in _executePlan
    _, _, exitCode, _ = _executeScript(context, plan.verifyscript, "verify")
  File "/localdisk2/buildbot/llvm-worker/clang-cmake-x86_64-avx512-linux/test/sandbox/build/litsupport/testplan.py", line 61, in _executeScript
    logging.info("\n".join(script))
Message: '/localdisk2/buildbot/llvm-worker/clang-cmake-x86_64-avx512-linux/test/sandbox/build/tools/HashProgramOutput.sh /localdisk2/buildbot/llvm-worker/clang-cmake-x86_64-avx512-linux/test/sandbox/build/SingleSource/Benchmarks/Polybench/medley/floyd-warshall/Output/floyd-warshall.test.out\n/localdisk2/buildbot/llvm-worker/clang-cmake-x86_64-avx512-linux/test/sandbox/build/tools/fpcmp-target /localdisk2/buildbot/llvm-worker/clang-cmake-x86_64-avx512-linux/test/sandbox/build/SingleSource/Benchmarks/Polybench/medley/floyd-warshall/Output/floyd-warshall.test.out /localdisk2/buildbot/llvm-worker/clang-cmake-x86_64-avx512-linux/test/sandbox/build/SingleSource/Benchmarks/Polybench/medley/floyd-warshall/floyd-warshall.reference_output'
Arguments: ()
UNRESOLVED: test-suite :: SingleSource/Benchmarks/Polybench/medley/floyd-warshall/floyd-warshall.test (2519 of 2519)
******************** TEST 'test-suite :: SingleSource/Benchmarks/Polybench/medley/floyd-warshall/floyd-warshall.test' FAILED ********************
Exception during script execution:
OSError: [Errno 28] No space left on device

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/localdisk2/buildbot/llvm-worker/clang-cmake-x86_64-avx512-linux/llvm/llvm/utils/lit/lit/worker.py", line 76, in _execute_test_handle_errors
    result = test.config.test_format.execute(test, lit_config)
  File "/localdisk2/buildbot/llvm-worker/clang-cmake-x86_64-avx512-linux/test/sandbox/build/litsupport/test.py", line 71, in execute
    result = litsupport.testplan.executePlanTestResult(context, plan)
  File "/localdisk2/buildbot/llvm-worker/clang-cmake-x86_64-avx512-linux/test/sandbox/build/litsupport/testplan.py", line 160, in executePlanTestResult
    result_code = _executePlan(context, testplan)
  File "/localdisk2/buildbot/llvm-worker/clang-cmake-x86_64-avx512-linux/test/sandbox/build/litsupport/testplan.py", line 110, in _executePlan
    _, _, exitCode, _ = _executeScript(context, plan.verifyscript, "verify")
  File "/localdisk2/buildbot/llvm-worker/clang-cmake-x86_64-avx512-linux/test/sandbox/build/litsupport/testplan.py", line 62, in _executeScript
    res = executeFunc(
  File "/localdisk2/buildbot/llvm-worker/clang-cmake-x86_64-avx512-linux/llvm/llvm/utils/lit/lit/TestRunner.py", line 1277, in executeScript
    f.close()
OSError: [Errno 28] No space left on device


********************
llvm-lit: /localdisk2/buildbot/llvm-worker/clang-cmake-x86_64-avx512-linux/llvm/llvm/utils/lit/lit/TestTimes.py:39: warning: Could not save test time: /localdisk2/buildbot/llvm-worker/clang-cmake-x86_64-avx512-linux/test/sandbox/build/.lit_test_times.txt
********************
Unresolved Tests (1):
  test-suite :: SingleSource/Benchmarks/Polybench/medley/floyd-warshall/floyd-warshall.test


Testing Time: 296.72s

Total Discovered Tests: 2519
  Passed    : 2518 (99.96%)
  Unresolved:    1 (0.04%)
Traceback (most recent call last):
  File "/localdisk2/buildbot/llvm-worker/clang-cmake-x86_64-avx512-linux/stage1/bin/llvm-lit", line 47, in <module>
    main(builtin_parameters)
  File "/localdisk2/buildbot/llvm-worker/clang-cmake-x86_64-avx512-linux/llvm/llvm/utils/lit/lit/main.py", line 145, in main
    report.write_results(tests_for_report, elapsed)

```

</details>

https://github.com/llvm/llvm-project/pull/116754


More information about the llvm-commits mailing list