Skip to content
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

[DevMSAN] Skip more unsupported memory access pattern #16427

Merged
merged 10 commits into from
Jan 2, 2025

Conversation

zhaomaosu
Copy link
Contributor

@zhaomaosu zhaomaosu commented Dec 19, 2024

@zhaomaosu zhaomaosu marked this pull request as ready for review December 20, 2024 10:10
@zhaomaosu zhaomaosu requested review from a team as code owners December 20, 2024 10:10
@aarongreig
Copy link
Contributor

seeing quite an unusual fail on this:

 -- Check for working C compiler: /opt/sycl/bin/clang - broken
  The C compiler

    "/opt/sycl/bin/clang"

  is not able to compile a simple test program.

  It fails with the following output:

    Change Dir: /__w/llvm/llvm/build/CMakeFiles/CMakeTmp
    
    Run Build Command(s):/usr/bin/ninja cmTC_36137 && [1/2] Building C object CMakeFiles/cmTC_36137.dir/testCCompiler.c.o
    FAILED: CMakeFiles/cmTC_36137.dir/testCCompiler.c.o 
    /opt/sycl/bin/clang    -o CMakeFiles/cmTC_36137.dir/testCCompiler.c.o -c /__w/llvm/llvm/build/CMakeFiles/CMakeTmp/testCCompiler.c
    /opt/sycl/bin/clang: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.36' not found (required by /opt/sycl/bin/clang)
    /opt/sycl/bin/clang: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.38' not found (required by /opt/sycl/bin/clang)
    /opt/sycl/bin/clang: /lib/x86_64-linux-gnu/libstdc++.so.6: version `GLIBCXX_3.4.32' not found (required by /opt/sycl/bin/clang)
    ninja: build stopped: subcommand failed.

https://github.com/intel/llvm/actions/runs/12548459168/job/34988150003#step:7:33

@intel/llvm-gatekeepers I think we have a runner-related problem

@sarnex
Copy link
Contributor

sarnex commented Dec 30, 2024

That's really weird, let me disable that runner and take a look, I'll try restarting the build on another runner. Thanks for the ping.

@sarnex
Copy link
Contributor

sarnex commented Dec 30, 2024

ah ok i understand the problem, its my bad, give me a sec

@sarnex
Copy link
Contributor

sarnex commented Dec 30, 2024

#16489 should fix it but once it's merged I need to manually run the nightly job, will post an update here when it should be fixed

@sarnex
Copy link
Contributor

sarnex commented Dec 30, 2024

Fixed, sorry for the trouble!

@aarongreig
Copy link
Contributor

thanks for the quick fix!

@zhaomaosu zhaomaosu requested a review from a team January 2, 2025 06:20
@zhaomaosu
Copy link
Contributor Author

Hi @intel/llvm-gatekeepers, this PR is ready to be merged. Thanks.

@steffenlarsen steffenlarsen merged commit 0070c93 into intel:sycl Jan 2, 2025
15 checks passed
KornevNikita pushed a commit that referenced this pull request Feb 19, 2025
KornevNikita pushed a commit that referenced this pull request Feb 25, 2025
KornevNikita pushed a commit that referenced this pull request Feb 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants