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

DPL: make helper for typeId consteval #12854

Open
wants to merge 3 commits into
base: dev
Choose a base branch
from
Open

Conversation

ktf
Copy link
Member

@ktf ktf commented Mar 13, 2024

DPL: make helper for typeId consteval

@ktf ktf requested a review from a team as a code owner March 13, 2024 09:46
Copy link
Contributor

REQUEST FOR PRODUCTION RELEASES:
To request your PR to be included in production software, please add the corresponding labels called "async-" to your PR. Add the labels directly (if you have the permissions) or add a comment of the form (note that labels are separated by a ",")

+async-label <label1>, <label2>, !<label3> ...

This will add <label1> and <label2> and removes <label3>.

The following labels are available
async-2023-pbpb-apass
async-2023-pp-apass1
async-2022-pp-apass6
async-2022-pp-apass4
async-mc
async-data

@alibuild
Copy link
Collaborator

Error while checking build/O2/fullCI for fed0d4a at 2024-03-13 13:08:

## sw/BUILD/O2-latest/log
c++: error: unrecognized command-line option '--rtlib=compiler-rt'
c++: error: unrecognized command-line option '--rtlib=compiler-rt'
/sw/SOURCES/O2/12854-slc8_x86-64/0/Framework/Core/include/Framework/ServiceRegistry.h:200:30: error: call to consteval function 'o2::framework::TypeIdHelpers::uniqueId<void>' is not a constant expression
Error: /sw/slc8_x86-64/ROOT/v6-30-01-alice4-2/bin/rootcling: compilation failure (/sw/BUILD/7f4bb9710528f965f3c189e26c1a11de4d72153e/O2/Detectors/PHOS/calib/G__O2PHOSCalibWorkflowa4baefe8dc_dictUmbrella.h)
ninja: build stopped: subcommand failed.

Full log here.

@alibuild
Copy link
Collaborator

Error while checking build/O2/fullCI for c766640 at 2024-03-13 17:03:

## sw/BUILD/O2-latest/log
c++: error: unrecognized command-line option '--rtlib=compiler-rt'
c++: error: unrecognized command-line option '--rtlib=compiler-rt'
/sw/SOURCES/O2/12854-slc8_x86-64/0/Framework/Core/include/Framework/ServiceRegistry.h:200:30: error: call to consteval function 'o2::framework::TypeIdHelpers::uniqueId<void>' is not a constant expression
Error: /sw/slc8_x86-64/ROOT/v6-30-01-alice4-2/bin/rootcling: compilation failure (/sw/BUILD/7f4bb9710528f965f3c189e26c1a11de4d72153e/O2/Detectors/PHOS/calib/G__O2PHOSCalibWorkflow62a0a5dc43_dictUmbrella.h)
ninja: build stopped: subcommand failed.

Full log here.

@alibuild
Copy link
Collaborator

Error while checking build/O2/fullCI for a6d3268 at 2024-03-14 16:26:

## sw/BUILD/O2-latest/log
c++: error: unrecognized command-line option '--rtlib=compiler-rt'
c++: error: unrecognized command-line option '--rtlib=compiler-rt'
/sw/SOURCES/O2/12854-slc8_x86-64/0/Framework/Core/include/Framework/ServiceRegistry.h:200:30: error: call to consteval function 'o2::framework::TypeIdHelpers::uniqueId<o2::framework::ServiceRegistry::Key>' is not a constant expression
Error: /sw/slc8_x86-64/ROOT/v6-30-01-alice4-2/bin/rootcling: compilation failure (/sw/BUILD/7f4bb9710528f965f3c189e26c1a11de4d72153e/O2/Detectors/PHOS/calib/G__O2PHOSCalibWorkflow97c9d3eea8_dictUmbrella.h)
ninja: build stopped: subcommand failed.

Full log here.

@alibuild
Copy link
Collaborator

Error while checking build/O2/fullCI for b8d90b9 at 2024-03-14 23:42:

## sw/BUILD/O2-latest/log
c++: error: unrecognized command-line option '--rtlib=compiler-rt'
c++: error: unrecognized command-line option '--rtlib=compiler-rt'
/sw/SOURCES/O2/12854-slc8_x86-64/0/Framework/Core/include/Framework/ServiceRegistry.h:200:30: error: call to consteval function 'o2::framework::TypeIdHelpers::uniqueId<void>' is not a constant expression
Error: /sw/slc8_x86-64/ROOT/v6-30-01-alice4-2/bin/rootcling: compilation failure (/sw/BUILD/7f4bb9710528f965f3c189e26c1a11de4d72153e/O2/Detectors/TRD/pid/G__O2TRDPID83e6528394_dictUmbrella.h)
ninja: build stopped: subcommand failed.

Full log here.

@alibuild
Copy link
Collaborator

alibuild commented Mar 15, 2024

Error while checking build/O2/fullCI for dc4bf48 at 2024-03-29 05:10:

## sw/BUILD/O2-latest/log
c++: error: unrecognized command-line option '--rtlib=compiler-rt'
c++: error: unrecognized command-line option '--rtlib=compiler-rt'
/sw/SOURCES/O2/12854-slc8_x86-64/0/Framework/Core/include/Framework/ServiceRegistry.h:200:30: error: call to consteval function 'o2::framework::TypeIdHelpers::uniqueId<void>' is not a constant expression
Error: /sw/slc8_x86-64/ROOT/v6-30-01-alice4-6/bin/rootcling: compilation failure (/sw/BUILD/c2b451b8d68ff22d59f8d4caeeaef7542fe80ea6/O2/Detectors/TRD/pid/G__O2TRDPID8e445ffb28_dictUmbrella.h)
ninja: build stopped: subcommand failed.

Full log here.

Copy link
Contributor

This PR did not have any update in the last 30 days. Is it still needed? Unless further action in will be closed in 5 days.

@github-actions github-actions bot added the stale label Apr 29, 2024
@github-actions github-actions bot closed this May 5, 2024
@ktf ktf removed the stale label May 5, 2024
@ktf ktf reopened this May 5, 2024
Copy link
Contributor

github-actions bot commented May 5, 2024

REQUEST FOR PRODUCTION RELEASES:
To request your PR to be included in production software, please add the corresponding labels called "async-" to your PR. Add the labels directly (if you have the permissions) or add a comment of the form (note that labels are separated by a ",")

+async-label <label1>, <label2>, !<label3> ...

This will add <label1> and <label2> and removes <label3>.

The following labels are available
async-2023-pbpb-apass3
async-2023-pbpb-apass4
async-2022-pp-apass6-2023-PbPb-apass2
async-2022-pp-apass4
async-2022-pp-apass4-accepted
async-2022-pp-apass6-2023-PbPb-apass2-accepted
async-2023-pbpb-apass3-accepted
async-2023-pbpb-apass4-accepted

@alibuild
Copy link
Collaborator

alibuild commented May 8, 2024

Error while checking build/O2/fullCI for 2d2e2f0 at 2024-06-04 02:47:

## sw/BUILD/O2-latest/log
c++: error: unrecognized command-line option '--rtlib=compiler-rt'
c++: error: unrecognized command-line option '--rtlib=compiler-rt'
/sw/SOURCES/O2/12854-slc8_x86-64/0/Framework/Core/include/Framework/ServiceRegistry.h:200:30: error: call to consteval function 'o2::framework::TypeIdHelpers::uniqueId<void>' is not a constant expression
Error: /sw/slc8_x86-64/ROOT/v6-30-01-alice5-1/bin/rootcling: compilation failure (/sw/BUILD/9c2b5a25d9d762bb3371a938b698b8897c4646e3/O2/Detectors/TRD/pid/G__O2TRDPID3ac25cf88d_dictUmbrella.h)
ninja: build stopped: subcommand failed.

Full log here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants