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

ITS/MFT decoder sends vector with certain errors details #13829

Merged
merged 1 commit into from
Jan 3, 2025

Conversation

shahor02
Copy link
Collaborator

An output vectoro2::itsmft::ErrorMessage is added with information about ChipStat::RepeatingPixel error details (at the moment, other errors may be added). Each element of ErrorMessage is assigned as:
errMsg.id = chipID
errMsg.errType = ChipStat::RepeatingPixel (at the moment) errMsg.errInfo0 = row
errMsg.errInfo1 = col

An output vector<o2::itsmft::ErrorMessage> is added with information about
ChipStat::RepeatingPixel error details (at the moment, other errors may be added).
Each element of ErrorMessage is assigned as:
errMsg.id = chipID
errMsg.errType = ChipStat::RepeatingPixel (at the moment)
errMsg.errInfo0 = row
errMsg.errInfo1 = col
@shahor02 shahor02 requested a review from mconcas as a code owner December 27, 2024 23:26
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-apass4
async-2023-pp-apass4
async-2024-pp-apass1
async-2022-pp-apass7
async-2024-pp-cpass0
async-2024-PbPb-apass1
async-2024-ppRef-apass1

@alibuild
Copy link
Collaborator

alibuild commented Dec 31, 2024

Error while checking build/O2/fullCI for a0a01cc at 2025-01-02 13:15:

## sw/BUILD/O2-latest/log
c++: error: unrecognized command-line option '--rtlib=compiler-rt'
c++: error: unrecognized command-line option '--rtlib=compiler-rt'


## sw/BUILD/O2Physics-latest/log
Error in cling::AutoLoadingVisitor::InsertIntoAutoLoadingState:
Error in cling::AutoLoadingVisitor::InsertIntoAutoLoadingState:
Error in cling::AutoLoadingVisitor::InsertIntoAutoLoadingState:
Error in cling::AutoLoadingVisitor::InsertIntoAutoLoadingState:
Error in cling::AutoLoadingVisitor::InsertIntoAutoLoadingState:
Error in cling::AutoLoadingVisitor::InsertIntoAutoLoadingState:
Error in cling::AutoLoadingVisitor::InsertIntoAutoLoadingState:
Error in cling::AutoLoadingVisitor::InsertIntoAutoLoadingState:
Error in cling::AutoLoadingVisitor::InsertIntoAutoLoadingState:
Error in cling::AutoLoadingVisitor::InsertIntoAutoLoadingState:
Error in cling::AutoLoadingVisitor::InsertIntoAutoLoadingState:
Error in cling::AutoLoadingVisitor::InsertIntoAutoLoadingState:


## sw/BUILD/O2-full-system-test-latest/log
Detected critical problem in logfile reco_NOGPU.log
reco_NOGPU.log:[34911:calib-phos-l1phase]: [12:15:35][ERROR] Exception while running: Fatal error. Rethrowing.
reco_NOGPU.log-[34911:calib-phos-l1phase]: [12:15:35][FATAL] Unhandled o2::framework::runtime_error reached the top of main of o2-phos-calib-workflow, device shutting down. Reason: Fatal error
[34911:calib-phos-l1phase]: [12:15:35][ERROR] Requested resource does not exist: http://alice-ccdb.cern.ch//PHS/Calib/BadMap/1735820135419/
[34911:calib-phos-l1phase]: [12:15:35][FATAL] Got nullptr from CCDB for path PHS/Calib/BadMap and timestamp 1735820135419
[34911:calib-phos-l1phase]: [12:15:35][ERROR] Exception while running: Fatal error. Rethrowing.
[34911:calib-phos-l1phase]: [12:15:35][FATAL] Unhandled o2::framework::runtime_error reached the top of main of o2-phos-calib-workflow, device shutting down. Reason: Fatal error
[ERROR] Workflow crashed - PID 34911 (calib-phos-l1phase) did not exit correctly however it's not clear why. Exit code forced to 128.


## sw/BUILD/o2checkcode-latest/log
--
========== List of errors found ==========
++ GRERR=0
++ grep -v clang-diagnostic-error error-log.txt
++ grep ' error:'
++ GRERR=1
++ [[ 1 == 0 ]]
++ mkdir -p /sw/INSTALLROOT/c03d0402e07a35bf5e047c75224ee0bc85ed8a80/slc8_x86-64/o2checkcode/1.0-local172/etc/modulefiles
++ cat
--

Full log here.

@iravasen
Copy link
Contributor

iravasen commented Jan 3, 2025

Hi @shahor02, thanks a lot! This looks fine to me. I will not be able to test it immediately but at some point this feature will be used in the ITS digital scan.

@shahor02 shahor02 merged commit f5d37d2 into AliceO2Group:dev Jan 3, 2025
12 checks passed
@shahor02 shahor02 deleted the pr_itserrmsg branch January 3, 2025 11:23
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.

3 participants