[ci] Add Debian testing (with builtin_llvm=OFF) - #23372
Draft
ferdymercury wants to merge 6 commits into
Draft
ferdymercury wants to merge 6 commits into
ferdymercury wants to merge 6 commits into
Conversation
Collaborator
Author
|
@alja @osschar maybe you know why debiantesting CI build fails with a heap error? https://github.com/root-project/root/actions/runs/34956369673/job/104339538592?pr=23372 |
1 task
Test Results 23 files 23 suites 4d 20h 40m 45s ⏱️ For more details on these failures, see this check. Results for commit fae3603. ♻️ This comment has been updated with latest results. |
ferdymercury
force-pushed
the
patch-24
branch
2 times, most recently
from
September 16, 2026 07:34
b4684d8 to
9af027a
Compare
ferdymercury
marked this pull request as ready for review
September 16, 2026 08:49
It's like Debian13, but tests the new libcivetweb-dev package, so builtin_civetweb can be OFF.
[ci] disable pyspark on Debiantesting
CMake Error at cmake/modules/FindPySpark.cmake:34 (message):
Currently, there are no Spark versions that support Java version greater
than 21. Found Java version 25.0.4.1.
Call Stack (most recent call first):
cmake/modules/SearchInstalledSoftware.cmake:1259 (find_package)
CMakeLists.txt:131 (include)
ferdymercury
force-pushed
the
patch-24
branch
from
September 22, 2026 07:24
9af027a to
aca5e2d
Compare
ferdymercury
marked this pull request as draft
September 22, 2026 07:34
rror: /github/home/ROOT-CI/src/roottest/root/tree/selectorreader/runCollections.C:169:37: error: invalid operands to binary expression ('iterator' (aka '__gnu_cxx::__normal_iterator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > *, vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > > >') and 'iterator')
for (std::string const &treeName : trees)
^
/github/home/ROOT-CI/build/include/TString.h:56:9: note: candidate function not viable: no known conversion from 'iterator' (aka '__gnu_cxx::__normal_iterator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > *, vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > > >') to 'const TString' for 1st argument
Bool_t operator==(const TString &s1, const char *s2);
^ ~~~~~~~~~~~~~~~~~
to figure out crash with libCling
Collaborator
Author
|
@guitargeek in TMVA-SOFIE I see:
|
This branch has not been deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This Pull request:
Changes or fixes:
Fedora CI has rawhide, So Debian CI has testing for analogy. But no need to merge this, it can stay as a draft PR for individual testing of new packages. New package to test will be libmathtext-dev.
It's like Debian13, but tests the new libcivetweb-dev package, so builtin_civetweb can be OFF. fyi @linev confirmed that new Debian civetweb will be compatible.
First results not too bad: only 13 tests failing with
builtin_llvm=OFFMerge first
Checklist: