Skip to content

Sporadic unit test fail on Linux MultipleDevsKernelBundleTest/PersistentCache #18122

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
sarnex opened this issue Apr 21, 2025 · 0 comments
Open
Assignees
Labels
bug Something isn't working confirmed

Comments

@sarnex
Copy link
Contributor

sarnex commented Apr 21, 2025

Describe the bug

Some examples
https://github.com/intel/llvm/actions/runs/14517272172/job/40729215018
https://github.com/intel/llvm/actions/runs/14574901661/job/40878873462
https://github.com/intel/llvm/actions/runs/14578596726/job/40890121165

FAIL: SYCL-Unit :: program_manager/./ProgramManagerTests/20/21 (1599 of 1782)
******************** TEST 'SYCL-Unit :: program_manager/./ProgramManagerTests/20/21' FAILED ********************
Script(shard):
--
GTEST_OUTPUT=json:/__w/llvm/llvm/build/tools/sycl/unittests/program_manager/./ProgramManagerTests-SYCL-Unit-371636-20-21.json GTEST_SHUFFLE=0 GTEST_TOTAL_SHARDS=21 GTEST_SHARD_INDEX=20 /__w/llvm/llvm/build/tools/sycl/unittests/program_manager/./ProgramManagerTests
--

Script:
--
/__w/llvm/llvm/build/tools/sycl/unittests/program_manager/./ProgramManagerTests --gtest_filter=MultipleDevsKernelBundleTestInstance/MultipleDevsKernelBundleTest.PersistentCache/1
--
/__w/llvm/llvm/src/sycl/unittests/program_manager/MultipleDevsKernelBundle.cpp:577: Failure
Expected equality of these values:
  Res.size()
    Which is: 0
  static_cast<size_t>(2)
    Which is: 2
Expected cache items to be loaded

/__w/llvm/llvm/src/sycl/unittests/program_manager/MultipleDevsKernelBundle.cpp:591: Failure
Expected equality of these values:
  ProgramCreateWithBinaryCounter
    Which is: 0
  1
Expect 1 urProgramCreateWithBinary calls


/__w/llvm/llvm/src/sycl/unittests/program_manager/MultipleDevsKernelBundle.cpp:577
Expected equality of these values:
  Res.size()
    Which is: 0
  static_cast<size_t>(2)
    Which is: 2
Expected cache items to be loaded

/__w/llvm/llvm/src/sycl/unittests/program_manager/MultipleDevsKernelBundle.cpp:591
Expected equality of these values:
  ProgramCreateWithBinaryCounter
    Which is: 0
  1
Expect 1 urProgramCreateWithBinary calls



********************
Testing:  0.. 10.. 20.. 30.. 40.. 50.. 60.. 70.. 80.. 90.. 
********************
Failed Tests (1):
  SYCL-Unit :: program_manager/./ProgramManagerTests/MultipleDevsKernelBundleTestInstance/MultipleDevsKernelBundleTest/PersistentCache/1

To reproduce

  1. Include a code snippet that is as short as possible
  2. Specify the command which should be used to compile the program
  3. Specify the command which should be used to launch the program
  4. Indicate what is wrong and what was expected

Environment

No response

Additional context

No response

@sarnex sarnex added bug Something isn't working confirmed labels Apr 21, 2025
sarnex added a commit that referenced this issue Apr 21, 2025
See [here](#18122).

Signed-off-by: Sarnie, Nick <nick.sarnie@intel.com>
@againull againull self-assigned this Apr 21, 2025
vinser52 pushed a commit to sergey-semenov/llvm that referenced this issue Apr 22, 2025
See [here](intel#18122).

Signed-off-by: Sarnie, Nick <nick.sarnie@intel.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working confirmed
Projects
None yet
Development

No branches or pull requests

2 participants