AliceO2
AliceO2 copied to clipboard
Separating executable for Run 3 and Run 5 (the different modules will not mix)
Separating sim executable for Run3 / Run5.
-
o2-sim
ando2-sim-serial
work only with Run 3 modules, while -
o2-sim-run5
ando2-sim-serial-run5
work only with Run 5 modules.
We added the logic in SimConfig.cxx which checks whether the correct modules are used with the -m
flag and the code returns with FATAL ERROR if the wrong modules are used. If no module specified, the executable builds all the Run3 or Run5 modules, depending on which executable is used.
Hi @zovarga @sawenzel, thanks a lot for taking care of this.
I have a general question: could not be possible to have a more generic separation between run3 (production) and all other upgrades?
For instance: IT3 => ITS 3, it's not a run 5 detector, it will eventually require almost everything from run 3 but ITS, at least standing thins as they are now. In later upgrades indeed we might need to redefine even some of the hardcoded volumes (e.g. pipe, magnet, shields, etc.) which I see now are included only if this is not run5. But I guess something like cave and hall will more or less stay the same (please correct me if I am wrong).
@mconcas : Yes, I agree we'll need more configurability in any case. The present PR is a first step/investigation that was motivated from the goal to not load upgrade geometry libraries in the sim, when they are not needed (and vice versa). And separate run3 and run5 executable would wrap some of the configurations consistently so that the user would not need to pass them all the time to a generic executable. Finally, a proper plugin mechanism with some json-config files, describing a possible consistent configuration, might need to be targeted.
In any case, at the moment the PR does not compile for all CI configs. We need to rethink a bit where this is going.
Hello Matteo & Sandro.
The current modifications have been implemented with the assumption, that ENABLE_UPGRADES
is always true.
One of the tests fails because it runs the code with the above variable being false. I have to revise the logic to be consistent with that case, too.
We should get rid of ENABLE_UPGRADES
eventually anyway, it was only left in the code because it occurs at too many places, and we concluded that it might be better to leave it there for now and advance in small steps.
Otherwise the code works as intended.
Error while checking build/O2/o2-dataflow-cs8 for 86192c8f1499f113bb8220796a58b3502c35df3d at 2022-09-03 11:07:
## sw/BUILD/O2-latest/log
/sw/SOURCES/O2/9665-slc8_x86-64/0/Common/SimConfig/src/SimConfig.cxx:89:25: error: 'IT3' is not a member of 'o2::detectors::DetID'
/sw/SOURCES/O2/9665-slc8_x86-64/0/Common/SimConfig/src/SimConfig.cxx:89:44: error: 'TRK' is not a member of 'o2::detectors::DetID'
/sw/SOURCES/O2/9665-slc8_x86-64/0/Common/SimConfig/src/SimConfig.cxx:89:63: error: 'FT3' is not a member of 'o2::detectors::DetID'
/sw/SOURCES/O2/9665-slc8_x86-64/0/Common/SimConfig/src/SimConfig.cxx:89:82: error: 'FCT' is not a member of 'o2::detectors::DetID'
/sw/SOURCES/O2/9665-slc8_x86-64/0/Common/SimConfig/src/SimConfig.cxx:103:25: error: 'IT3' is not a member of 'o2::detectors::DetID'
/sw/SOURCES/O2/9665-slc8_x86-64/0/Common/SimConfig/src/SimConfig.cxx:103:44: error: 'TRK' is not a member of 'o2::detectors::DetID'
/sw/SOURCES/O2/9665-slc8_x86-64/0/Common/SimConfig/src/SimConfig.cxx:103:63: error: 'FT3' is not a member of 'o2::detectors::DetID'
/sw/SOURCES/O2/9665-slc8_x86-64/0/Common/SimConfig/src/SimConfig.cxx:103:82: error: 'FCT' is not a member of 'o2::detectors::DetID'
ninja: build stopped: subcommand failed.
Full log here.
Error while checking build/O2/o2-dataflow for 86192c8f1499f113bb8220796a58b3502c35df3d at 2022-08-31 08:06:
## sw/BUILD/O2-latest/log
/sw/SOURCES/O2/9665-slc7_x86-64/0/Common/SimConfig/src/SimConfig.cxx:89:25: error: 'IT3' is not a member of 'o2::detectors::DetID'
/sw/SOURCES/O2/9665-slc7_x86-64/0/Common/SimConfig/src/SimConfig.cxx:89:44: error: 'TRK' is not a member of 'o2::detectors::DetID'
/sw/SOURCES/O2/9665-slc7_x86-64/0/Common/SimConfig/src/SimConfig.cxx:89:63: error: 'FT3' is not a member of 'o2::detectors::DetID'
/sw/SOURCES/O2/9665-slc7_x86-64/0/Common/SimConfig/src/SimConfig.cxx:89:82: error: 'FCT' is not a member of 'o2::detectors::DetID'
/sw/SOURCES/O2/9665-slc7_x86-64/0/Common/SimConfig/src/SimConfig.cxx:103:25: error: 'IT3' is not a member of 'o2::detectors::DetID'
/sw/SOURCES/O2/9665-slc7_x86-64/0/Common/SimConfig/src/SimConfig.cxx:103:44: error: 'TRK' is not a member of 'o2::detectors::DetID'
/sw/SOURCES/O2/9665-slc7_x86-64/0/Common/SimConfig/src/SimConfig.cxx:103:63: error: 'FT3' is not a member of 'o2::detectors::DetID'
/sw/SOURCES/O2/9665-slc7_x86-64/0/Common/SimConfig/src/SimConfig.cxx:103:82: error: 'FCT' is not a member of 'o2::detectors::DetID'
ninja: build stopped: subcommand failed.
Full log here.
Error while checking build/O2/o2-cs8 for 86192c8f1499f113bb8220796a58b3502c35df3d at 2022-09-10 05:54:
## sw/BUILD/O2-latest/log
124/447 Test #90: CCDB/test/testCcdbApi.cxx ............................................................***Failed 12.77 sec
<!doctype html><html lang="en"><head><title>HTTP Status 500 – Internal Server Error</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 500 – Internal Server Error</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Cannot upload the blob to the local file /root/QC/71/9232/27324a30-30bb-11ed-8a5c-c0a80209250c</p><p><b>Description</b> The server encountered an unexpected condition that prevented it from fulfilling the request.</p><hr class="line" /></body></html>[ERROR] Requested resource does not exist: http://ccdb-test.cern.ch:8080/Test/pid16586/CCDBPath/1662781589296/Hello=World/
/sw/SOURCES/O2/9665-slc8_x86-64/0/CCDB/test/testCcdbApi.cxx(142): [1;31;49merror: in "store_retrieve_TMemFile_templated_test": check path2 != nullptr has failed [0 == nullptr][0;39;49m
/sw/SOURCES/O2/9665-slc8_x86-64/0/CCDB/test/testCcdbApi.cxx(145): [1;31;49merror: in "store_retrieve_TMemFile_templated_test": check path2 && path2->getPathString().CompareTo("HelloWorld") == 0 has failed[0;39;49m
[ERROR] Requested resource does not exist: http://ccdb-test.cern.ch:8080/Test/pid16586/CCDBPath/1662781589302/Hello=World/
[ERROR] Requested resource does not exist: http://ccdb-test.cern.ch:8080/Test/pid16586/CCDBPath/1662781589303/Hello=World/
/sw/SOURCES/O2/9665-slc8_x86-64/0/CCDB/test/testCcdbApi.cxx(153): [1;31;49merror: in "store_retrieve_TMemFile_templated_test": check md.count("Hello") == 1 has failed [0 != 1][0;39;49m
/sw/SOURCES/O2/9665-slc8_x86-64/0/CCDB/test/testCcdbApi.cxx(154): [1;31;49merror: in "store_retrieve_TMemFile_templated_test": check md["Hello"] == "World" has failed [ != World][0;39;49m
<!doctype html><html lang="en"><head><title>HTTP Status 500 – Internal Server Error</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 500 – Internal Server Error</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Cannot upload the blob to the local file /root/QC/51/1499/2737bd48-30bb-11ed-8a5c-c0a80209250c</p><p><b>Description</b> The server encountered an unexpected condition that prevented it from fulfilling the request.</p><hr class="line" /></body></html>[ERROR] Requested resource does not exist: http://ccdb-test.cern.ch:8080/Test/pid16586/tree2/1662781589331/Hello=World/
/sw/SOURCES/O2/9665-slc8_x86-64/0/CCDB/test/testCcdbApi.cxx(168): [1;31;49merror: in "store_retrieve_TMemFile_templated_test": check tree != nullptr has failed[0;39;49m
/sw/SOURCES/O2/9665-slc8_x86-64/0/CCDB/test/testCcdbApi.cxx(169): [1;31;49merror: in "store_retrieve_TMemFile_templated_test": check tree != nullptr && std::strcmp(tree->GetName(), "tree123") == 0 has failed[0;39;49m
/sw/SOURCES/O2/9665-slc8_x86-64/0/CCDB/test/testCcdbApi.cxx(170): [1;31;49merror: in "store_retrieve_TMemFile_templated_test": check tree != nullptr && tree->GetEntries() == 1 has failed[0;39;49m
[ERROR] Requested resource does not exist: http://ccdb-test.cern.ch:8080/Test/pid16586//1662781589333/
[ERROR] Unable to find object Test/pid16586//1662781589333, Aborting
[ERROR] Local snapshot /tmp/IuN9aIgqnsz1uG8p/Test/pid16586/CCDBPath/snapshot.root not found
/sw/SOURCES/O2/9665-slc8_x86-64/0/CCDB/test/testCcdbApi.cxx(188): [1;31;49merror: in "store_retrieve_TMemFile_templated_test": check snapshot.retrieveFromTFileAny<o2::ccdb::IdPath>(basePath + "CCDBPath", f.metadata) != nullptr has failed[0;39;49m
[ERROR] Local snapshot /tmp/IuN9aIgqnsz1uG8p/Test/pid16586/tree2/snapshot.root not found
/sw/SOURCES/O2/9665-slc8_x86-64/0/CCDB/test/testCcdbApi.cxx(192): [1;31;49merror: in "store_retrieve_TMemFile_templated_test": check tree != nullptr has failed[0;39;49m
/sw/SOURCES/O2/9665-slc8_x86-64/0/CCDB/test/testCcdbApi.cxx(193): [1;31;49merror: in "store_retrieve_TMemFile_templated_test": check tree != nullptr && std::strcmp(tree->GetName(), "tree123") == 0 has failed[0;39;49m
/sw/SOURCES/O2/9665-slc8_x86-64/0/CCDB/test/testCcdbApi.cxx(194): [1;31;49merror: in "store_retrieve_TMemFile_templated_test": check tree != nullptr && tree->GetEntries() == 1 has failed[0;39;49m
<!doctype html><html lang="en"><head><title>HTTP Status 500 – Internal Server Error</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 500 – Internal Server Error</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Cannot upload the blob to the local file /root/QC/39/3755/273b2384-30bb-11ed-8a5c-c0a80209250c</p><p><b>Description</b> The server encountered an unexpected condition that prevented it from fulfilling the request.</p><hr class="line" /></body></html>[ERROR] Requested resource does not exist: http://ccdb-test.cern.ch:8080/Test/pid16586/CCDBPathUnitTest/1000/Hello=World/
/sw/SOURCES/O2/9665-slc8_x86-64/0/CCDB/test/testCcdbApi.cxx(237): [1;31;49merror: in "timestamptest": check path2 != nullptr has failed [0 == nullptr][0;39;49m
[ERROR] Requested resource does not exist: http://ccdb-test.cern.ch:8080/Test/pid16586/CCDBPathUnitTest/1000/Hello=World/
/sw/SOURCES/O2/9665-slc8_x86-64/0/CCDB/test/testCcdbApi.cxx(242): [1;31;49merror: in "timestamptest": check p != nullptr has failed [0 == nullptr][0;39;49m
[ERROR] Requested resource does not exist: http://ccdb-test.cern.ch:8080/Test/pid16586/CCDBPathUnitTest/1001/Hello=World/
/sw/SOURCES/O2/9665-slc8_x86-64/0/CCDB/test/testCcdbApi.cxx(242): [1;31;49merror: in "timestamptest": check p != nullptr has failed [0 == nullptr][0;39;49m
[ERROR] Requested resource does not exist: http://ccdb-test.cern.ch:8080/Test/pid16586/CCDBPathUnitTest/1002/Hello=World/
/sw/SOURCES/O2/9665-slc8_x86-64/0/CCDB/test/testCcdbApi.cxx(242): [1;31;49merror: in "timestamptest": check p != nullptr has failed [0 == nullptr][0;39;49m
[ERROR] Requested resource does not exist: http://ccdb-test.cern.ch:8080/Test/pid16586/CCDBPathUnitTest/1003/Hello=World/
/sw/SOURCES/O2/9665-slc8_x86-64/0/CCDB/test/testCcdbApi.cxx(242): [1;31;49merror: in "timestamptest": check p != nullptr has failed [0 == nullptr][0;39;49m
[ERROR] Requested resource does not exist: http://ccdb-test.cern.ch:8080/Test/pid16586/CCDBPathUnitTest/1004/Hello=World/
/sw/SOURCES/O2/9665-slc8_x86-64/0/CCDB/test/testCcdbApi.cxx(242): [1;31;49merror: in "timestamptest": check p != nullptr has failed [0 == nullptr][0;39;49m
[ERROR] Requested resource does not exist: http://ccdb-test.cern.ch:8080/Test/pid16586/CCDBPathUnitTest/1005/Hello=World/
/sw/SOURCES/O2/9665-slc8_x86-64/0/CCDB/test/testCcdbApi.cxx(242): [1;31;49merror: in "timestamptest": check p != nullptr has failed [0 == nullptr][0;39;49m
[ERROR] Requested resource does not exist: http://ccdb-test.cern.ch:8080/Test/pid16586/CCDBPathUnitTest/1006/Hello=World/
/sw/SOURCES/O2/9665-slc8_x86-64/0/CCDB/test/testCcdbApi.cxx(242): [1;31;49merror: in "timestamptest": check p != nullptr has failed [0 == nullptr][0;39;49m
[ERROR] Requested resource does not exist: http://ccdb-test.cern.ch:8080/Test/pid16586/CCDBPathUnitTest/1007/Hello=World/
/sw/SOURCES/O2/9665-slc8_x86-64/0/CCDB/test/testCcdbApi.cxx(242): [1;31;49merror: in "timestamptest": check p != nullptr has failed [0 == nullptr][0;39;49m
[ERROR] Requested resource does not exist: http://ccdb-test.cern.ch:8080/Test/pid16586/CCDBPathUnitTest/1008/Hello=World/
/sw/SOURCES/O2/9665-slc8_x86-64/0/CCDB/test/testCcdbApi.cxx(242): [1;31;49merror: in "timestamptest": check p != nullptr has failed [0 == nullptr][0;39;49m
[ERROR] Requested resource does not exist: http://ccdb-test.cern.ch:8080/Test/pid16586/CCDBPathUnitTest/1009/Hello=World/
/sw/SOURCES/O2/9665-slc8_x86-64/0/CCDB/test/testCcdbApi.cxx(242): [1;31;49merror: in "timestamptest": check p != nullptr has failed [0 == nullptr][0;39;49m
[ERROR] Requested resource does not exist: http://ccdb-test.cern.ch:8080/Test/pid16586/CCDBPathUnitTest/999/Hello=World/
[ERROR] Requested resource does not exist: http://ccdb-test.cern.ch:8080/Test/pid16586/CCDBPathUnitTest/1010/Hello=World/
[ERROR] Requested resource does not exist: http://ccdb-test.cern.ch:8080/Test/pid16586/CCDBPathUnitTest/1662781589373/
/sw/SOURCES/O2/9665-slc8_x86-64/0/CCDB/test/testCcdbApi.cxx(270): [1;31;49merror: in "retrieveTemplatedWithHeaders": check headers.count("Hello") == 1 has failed[0;39;49m
/sw/SOURCES/O2/9665-slc8_x86-64/0/CCDB/test/testCcdbApi.cxx(271): [1;31;49merror: in "retrieveTemplatedWithHeaders": check headers["Hello"] == "World" has failed[0;39;49m
[ERROR] Requested resource does not exist: http://ccdb-test.cern.ch:8080/Test/pid16586/th1/1662781589376/Hello=World/
/sw/SOURCES/O2/9665-slc8_x86-64/0/CCDB/test/testCcdbApi.cxx(279): [1;31;49merror: in "retrieveTMemFile_test": check obj != nullptr has failed [0 == nullptr][0;39;49m
Full log here.
Error while checking build/AliceO2/O2/o2/macOS-arm for 86192c8f1499f113bb8220796a58b3502c35df3d at 2022-09-04 08:50:
## sw/BUILD/O2-latest/log
118/445 Test #90: CCDB/test/testCcdbApi_ConfigParam.cxx ................................................***Failed 17.40 sec
[ERROR] Requested resource does not exist: http://ccdb-test.cern.ch:8080/GLO/Config/PVertexer/1662273378283/
/System/Volumes/Data/build/nomad/alloc/627e7c3c-41b1-6bbb-b5b0-3fab21115acf/ci/local/o2/sw/SOURCES/O2/9665/0/CCDB/test/testCcdbApi_ConfigParam.cxx:130: [1;31;49merror: in "testConfigParamRetrieval": check object != nullptr has failed[0;39;49m
/System/Volumes/Data/build/nomad/alloc/627e7c3c-41b1-6bbb-b5b0-3fab21115acf/ci/local/o2/sw/SOURCES/O2/9665/0/CCDB/test/testCcdbApi_ConfigParam.cxx:132: [1;31;49merror: in "testConfigParamRetrieval": check object->getMemberProvenance("useMeanVertexConstraint") == o2::conf::ConfigurableParam::EParamProvenance::kCCDB has failed[0;39;49m
/System/Volumes/Data/build/nomad/alloc/627e7c3c-41b1-6bbb-b5b0-3fab21115acf/ci/local/o2/sw/SOURCES/O2/9665/0/CCDB/test/testCcdbApi_ConfigParam.cxx:134: [1;31;49merror: in "testConfigParamRetrieval": check p1.getMemberProvenance("useMeanVertexConstraint") == o2::conf::ConfigurableParam::EParamProvenance::kCCDB has failed[0;39;49m
/System/Volumes/Data/build/nomad/alloc/627e7c3c-41b1-6bbb-b5b0-3fab21115acf/ci/local/o2/sw/SOURCES/O2/9665/0/CCDB/test/testCcdbApi_ConfigParam.cxx:135: [1;31;49merror: in "testConfigParamRetrieval": check object == &p1 has failed[0;39;49m
169/445 Test #92: CCDB/test/testBasicCCDBManager.cxx ...................................................***Failed 100.71 sec
[ERROR] Requested resource does not exist: http://ccdb-test.cern.ch:8080/Test/CachingA/1500/
[FATAL] Got nullptr from CCDB for path Test/CachingA and timestamp 1500
unknown location:0: [4;31;49mfatal error: in "TestBasicCCDBManager": unknown type[0;39;49m
445/445 Test #89: CCDB/test/testCcdbApi.cxx ............................................................***Failed 800.54 sec
<!doctype html><html lang="en"><head><title>HTTP Status 500 – Internal Server Error</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 500 – Internal Server Error</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Cannot insert the object in the database</p><p><b>Description</b> The server encountered an unexpected condition that prevented it from fulfilling the request.</p><hr class="line" /></body></html>[ERROR] Requested resource does not exist: http://ccdb-test.cern.ch:8080/Test/pid74656/CCDBPath/1662273538999/Hello=World/
/System/Volumes/Data/build/nomad/alloc/627e7c3c-41b1-6bbb-b5b0-3fab21115acf/ci/local/o2/sw/SOURCES/O2/9665/0/CCDB/test/testCcdbApi.cxx:142: [1;31;49merror: in "store_retrieve_TMemFile_templated_test": check path2 != nullptr has failed [0x0 == nullptr][0;39;49m
/System/Volumes/Data/build/nomad/alloc/627e7c3c-41b1-6bbb-b5b0-3fab21115acf/ci/local/o2/sw/SOURCES/O2/9665/0/CCDB/test/testCcdbApi.cxx:145: [1;31;49merror: in "store_retrieve_TMemFile_templated_test": check path2 && path2->getPathString().CompareTo("HelloWorld") == 0 has failed[0;39;49m
[ERROR] Requested resource does not exist: http://ccdb-test.cern.ch:8080/Test/pid74656/CCDBPath/1662273564744/Hello=World/
[ERROR] Requested resource does not exist: http://ccdb-test.cern.ch:8080/Test/pid74656/CCDBPath/1662273592517/Hello=World/
/System/Volumes/Data/build/nomad/alloc/627e7c3c-41b1-6bbb-b5b0-3fab21115acf/ci/local/o2/sw/SOURCES/O2/9665/0/CCDB/test/testCcdbApi.cxx:153: [1;31;49merror: in "store_retrieve_TMemFile_templated_test": check md.count("Hello") == 1 has failed [0 != 1][0;39;49m
/System/Volumes/Data/build/nomad/alloc/627e7c3c-41b1-6bbb-b5b0-3fab21115acf/ci/local/o2/sw/SOURCES/O2/9665/0/CCDB/test/testCcdbApi.cxx:154: [1;31;49merror: in "store_retrieve_TMemFile_templated_test": check md["Hello"] == "World" has failed [ != World][0;39;49m
<!doctype html><html lang="en"><head><title>HTTP Status 500 – Internal Server Error</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 500 – Internal Server Error</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Cannot insert the object in the database</p><p><b>Description</b> The server encountered an unexpected condition that prevented it from fulfilling the request.</p><hr class="line" /></body></html>[ERROR] Requested resource does not exist: http://ccdb-test.cern.ch:8080/Test/pid74656/tree2/1662273730375/Hello=World/
/System/Volumes/Data/build/nomad/alloc/627e7c3c-41b1-6bbb-b5b0-3fab21115acf/ci/local/o2/sw/SOURCES/O2/9665/0/CCDB/test/testCcdbApi.cxx:168: [1;31;49merror: in "store_retrieve_TMemFile_templated_test": check tree != nullptr has failed[0;39;49m
/System/Volumes/Data/build/nomad/alloc/627e7c3c-41b1-6bbb-b5b0-3fab21115acf/ci/local/o2/sw/SOURCES/O2/9665/0/CCDB/test/testCcdbApi.cxx:169: [1;31;49merror: in "store_retrieve_TMemFile_templated_test": check tree != nullptr && std::strcmp(tree->GetName(), "tree123") == 0 has failed[0;39;49m
/System/Volumes/Data/build/nomad/alloc/627e7c3c-41b1-6bbb-b5b0-3fab21115acf/ci/local/o2/sw/SOURCES/O2/9665/0/CCDB/test/testCcdbApi.cxx:170: [1;31;49merror: in "store_retrieve_TMemFile_templated_test": check tree != nullptr && tree->GetEntries() == 1 has failed[0;39;49m
[ERROR] Requested resource does not exist: http://ccdb-test.cern.ch:8080/Test/pid74656//1662273763700/
[ERROR] Unable to find object Test/pid74656//1662273763700, Aborting
[ERROR] Local snapshot /tmp/sQzldVI5ZuGXbEWR/Test/pid74656/CCDBPath/snapshot.root not found
/System/Volumes/Data/build/nomad/alloc/627e7c3c-41b1-6bbb-b5b0-3fab21115acf/ci/local/o2/sw/SOURCES/O2/9665/0/CCDB/test/testCcdbApi.cxx:188: [1;31;49merror: in "store_retrieve_TMemFile_templated_test": check snapshot.retrieveFromTFileAny<o2::ccdb::IdPath>(basePath + "CCDBPath", f.metadata) != nullptr has failed[0;39;49m
[ERROR] Local snapshot /tmp/sQzldVI5ZuGXbEWR/Test/pid74656/tree2/snapshot.root not found
/System/Volumes/Data/build/nomad/alloc/627e7c3c-41b1-6bbb-b5b0-3fab21115acf/ci/local/o2/sw/SOURCES/O2/9665/0/CCDB/test/testCcdbApi.cxx:192: [1;31;49merror: in "store_retrieve_TMemFile_templated_test": check tree != nullptr has failed[0;39;49m
/System/Volumes/Data/build/nomad/alloc/627e7c3c-41b1-6bbb-b5b0-3fab21115acf/ci/local/o2/sw/SOURCES/O2/9665/0/CCDB/test/testCcdbApi.cxx:193: [1;31;49merror: in "store_retrieve_TMemFile_templated_test": check tree != nullptr && std::strcmp(tree->GetName(), "tree123") == 0 has failed[0;39;49m
/System/Volumes/Data/build/nomad/alloc/627e7c3c-41b1-6bbb-b5b0-3fab21115acf/ci/local/o2/sw/SOURCES/O2/9665/0/CCDB/test/testCcdbApi.cxx:194: [1;31;49merror: in "store_retrieve_TMemFile_templated_test": check tree != nullptr && tree->GetEntries() == 1 has failed[0;39;49m
<!doctype html><html lang="en"><head><title>HTTP Status 500 – Internal Server Error</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 500 – Internal Server Error</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Cannot insert the object in the database</p><p><b>Description</b> The server encountered an unexpected condition that prevented it from fulfilling the request.</p><hr class="line" /></body></html>[ERROR] Requested resource does not exist: http://ccdb-test.cern.ch:8080/Test/pid74656/CCDBPathUnitTest/1000/Hello=World/
/System/Volumes/Data/build/nomad/alloc/627e7c3c-41b1-6bbb-b5b0-3fab21115acf/ci/local/o2/sw/SOURCES/O2/9665/0/CCDB/test/testCcdbApi.cxx:237: [1;31;49merror: in "timestamptest": check path2 != nullptr has failed [0x0 == nullptr][0;39;49m
[ERROR] Requested resource does not exist: http://ccdb-test.cern.ch:8080/Test/pid74656/CCDBPathUnitTest/1000/Hello=World/
/System/Volumes/Data/build/nomad/alloc/627e7c3c-41b1-6bbb-b5b0-3fab21115acf/ci/local/o2/sw/SOURCES/O2/9665/0/CCDB/test/testCcdbApi.cxx:242: [1;31;49merror: in "timestamptest": check p != nullptr has failed [0x0 == nullptr][0;39;49m
[ERROR] Requested resource does not exist: http://ccdb-test.cern.ch:8080/Test/pid74656/CCDBPathUnitTest/1001/Hello=World/
/System/Volumes/Data/build/nomad/alloc/627e7c3c-41b1-6bbb-b5b0-3fab21115acf/ci/local/o2/sw/SOURCES/O2/9665/0/CCDB/test/testCcdbApi.cxx:242: [1;31;49merror: in "timestamptest": check p != nullptr has failed [0x0 == nullptr][0;39;49m
[ERROR] Requested resource does not exist: http://ccdb-test.cern.ch:8080/Test/pid74656/CCDBPathUnitTest/1002/Hello=World/
/System/Volumes/Data/build/nomad/alloc/627e7c3c-41b1-6bbb-b5b0-3fab21115acf/ci/local/o2/sw/SOURCES/O2/9665/0/CCDB/test/testCcdbApi.cxx:242: [1;31;49merror: in "timestamptest": check p != nullptr has failed [0x0 == nullptr][0;39;49m
[ERROR] Requested resource does not exist: http://ccdb-test.cern.ch:8080/Test/pid74656/CCDBPathUnitTest/1003/Hello=World/
/System/Volumes/Data/build/nomad/alloc/627e7c3c-41b1-6bbb-b5b0-3fab21115acf/ci/local/o2/sw/SOURCES/O2/9665/0/CCDB/test/testCcdbApi.cxx:242: [1;31;49merror: in "timestamptest": check p != nullptr has failed [0x0 == nullptr][0;39;49m
[ERROR] Requested resource does not exist: http://ccdb-test.cern.ch:8080/Test/pid74656/CCDBPathUnitTest/1004/Hello=World/
/System/Volumes/Data/build/nomad/alloc/627e7c3c-41b1-6bbb-b5b0-3fab21115acf/ci/local/o2/sw/SOURCES/O2/9665/0/CCDB/test/testCcdbApi.cxx:242: [1;31;49merror: in "timestamptest": check p != nullptr has failed [0x0 == nullptr][0;39;49m
[ERROR] Requested resource does not exist: http://ccdb-test.cern.ch:8080/Test/pid74656/CCDBPathUnitTest/1005/Hello=World/
/System/Volumes/Data/build/nomad/alloc/627e7c3c-41b1-6bbb-b5b0-3fab21115acf/ci/local/o2/sw/SOURCES/O2/9665/0/CCDB/test/testCcdbApi.cxx:242: [1;31;49merror: in "timestamptest": check p != nullptr has failed [0x0 == nullptr][0;39;49m
[ERROR] Requested resource does not exist: http://ccdb-test.cern.ch:8080/Test/pid74656/CCDBPathUnitTest/1006/Hello=World/
/System/Volumes/Data/build/nomad/alloc/627e7c3c-41b1-6bbb-b5b0-3fab21115acf/ci/local/o2/sw/SOURCES/O2/9665/0/CCDB/test/testCcdbApi.cxx:242: [1;31;49merror: in "timestamptest": check p != nullptr has failed [0x0 == nullptr][0;39;49m
[ERROR] Requested resource does not exist: http://ccdb-test.cern.ch:8080/Test/pid74656/CCDBPathUnitTest/1007/Hello=World/
/System/Volumes/Data/build/nomad/alloc/627e7c3c-41b1-6bbb-b5b0-3fab21115acf/ci/local/o2/sw/SOURCES/O2/9665/0/CCDB/test/testCcdbApi.cxx:242: [1;31;49merror: in "timestamptest": check p != nullptr has failed [0x0 == nullptr][0;39;49m
[ERROR] Requested resource does not exist: http://ccdb-test.cern.ch:8080/Test/pid74656/CCDBPathUnitTest/1008/Hello=World/
Full log here.
Error while checking build/AliceO2/O2/o2/macOS for 86192c8f1499f113bb8220796a58b3502c35df3d at 2022-09-04 14:18:
## sw/BUILD/O2-latest/log
118/445 Test #90: CCDB/test/testCcdbApi_ConfigParam.cxx ................................................***Failed 36.19 sec
[ERROR] Requested resource does not exist: http://ccdb-test.cern.ch:8080/GLO/Config/PVertexer/1662293298941/
/System/Volumes/Data/build/nomad/alloc/f7552d80-4750-bbd0-a1cd-d8b3785f2966/ci/local/o2/sw/SOURCES/O2/9665/0/CCDB/test/testCcdbApi_ConfigParam.cxx:130: [1;31;49merror: in "testConfigParamRetrieval": check object != nullptr has failed[0;39;49m
/System/Volumes/Data/build/nomad/alloc/f7552d80-4750-bbd0-a1cd-d8b3785f2966/ci/local/o2/sw/SOURCES/O2/9665/0/CCDB/test/testCcdbApi_ConfigParam.cxx:132: [1;31;49merror: in "testConfigParamRetrieval": check object->getMemberProvenance("useMeanVertexConstraint") == o2::conf::ConfigurableParam::EParamProvenance::kCCDB has failed[0;39;49m
/System/Volumes/Data/build/nomad/alloc/f7552d80-4750-bbd0-a1cd-d8b3785f2966/ci/local/o2/sw/SOURCES/O2/9665/0/CCDB/test/testCcdbApi_ConfigParam.cxx:134: [1;31;49merror: in "testConfigParamRetrieval": check p1.getMemberProvenance("useMeanVertexConstraint") == o2::conf::ConfigurableParam::EParamProvenance::kCCDB has failed[0;39;49m
/System/Volumes/Data/build/nomad/alloc/f7552d80-4750-bbd0-a1cd-d8b3785f2966/ci/local/o2/sw/SOURCES/O2/9665/0/CCDB/test/testCcdbApi_ConfigParam.cxx:135: [1;31;49merror: in "testConfigParamRetrieval": check object == &p1 has failed[0;39;49m
165/445 Test #92: CCDB/test/testBasicCCDBManager.cxx ...................................................***Failed 144.13 sec
[ERROR] Requested resource does not exist: http://ccdb-test.cern.ch:8080/Test/CachingA/1500/
[FATAL] Got nullptr from CCDB for path Test/CachingA and timestamp 1500
unknown location:0: [4;31;49mfatal error: in "TestBasicCCDBManager": unknown type[0;39;49m
444/445 Test #89: CCDB/test/testCcdbApi.cxx ............................................................***Failed 452.34 sec
<!doctype html><html lang="en"><head><title>HTTP Status 500 – Internal Server Error</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 500 – Internal Server Error</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Cannot insert the object in the database</p><p><b>Description</b> The server encountered an unexpected condition that prevented it from fulfilling the request.</p><hr class="line" /></body></html>[ERROR] Requested resource does not exist: http://ccdb-test.cern.ch:8080/Test/pid50777/CCDBPath/1662293504383/Hello=World/
/System/Volumes/Data/build/nomad/alloc/f7552d80-4750-bbd0-a1cd-d8b3785f2966/ci/local/o2/sw/SOURCES/O2/9665/0/CCDB/test/testCcdbApi.cxx:142: [1;31;49merror: in "store_retrieve_TMemFile_templated_test": check path2 != nullptr has failed [0x0 == nullptr][0;39;49m
/System/Volumes/Data/build/nomad/alloc/f7552d80-4750-bbd0-a1cd-d8b3785f2966/ci/local/o2/sw/SOURCES/O2/9665/0/CCDB/test/testCcdbApi.cxx:145: [1;31;49merror: in "store_retrieve_TMemFile_templated_test": check path2 && path2->getPathString().CompareTo("HelloWorld") == 0 has failed[0;39;49m
[ERROR] Requested resource does not exist: http://ccdb-test.cern.ch:8080/Test/pid50777/CCDBPath/1662293506906/Hello=World/
[ERROR] Requested resource does not exist: http://ccdb-test.cern.ch:8080/Test/pid50777/CCDBPath/1662293529628/Hello=World/
/System/Volumes/Data/build/nomad/alloc/f7552d80-4750-bbd0-a1cd-d8b3785f2966/ci/local/o2/sw/SOURCES/O2/9665/0/CCDB/test/testCcdbApi.cxx:153: [1;31;49merror: in "store_retrieve_TMemFile_templated_test": check md.count("Hello") == 1 has failed [0 != 1][0;39;49m
/System/Volumes/Data/build/nomad/alloc/f7552d80-4750-bbd0-a1cd-d8b3785f2966/ci/local/o2/sw/SOURCES/O2/9665/0/CCDB/test/testCcdbApi.cxx:154: [1;31;49merror: in "store_retrieve_TMemFile_templated_test": check md["Hello"] == "World" has failed [ != World][0;39;49m
<!doctype html><html lang="en"><head><title>HTTP Status 500 – Internal Server Error</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 500 – Internal Server Error</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Cannot insert the object in the database</p><p><b>Description</b> The server encountered an unexpected condition that prevented it from fulfilling the request.</p><hr class="line" /></body></html>[ERROR] Requested resource does not exist: http://ccdb-test.cern.ch:8080/Test/pid50777/tree2/1662293558917/Hello=World/
/System/Volumes/Data/build/nomad/alloc/f7552d80-4750-bbd0-a1cd-d8b3785f2966/ci/local/o2/sw/SOURCES/O2/9665/0/CCDB/test/testCcdbApi.cxx:168: [1;31;49merror: in "store_retrieve_TMemFile_templated_test": check tree != nullptr has failed[0;39;49m
/System/Volumes/Data/build/nomad/alloc/f7552d80-4750-bbd0-a1cd-d8b3785f2966/ci/local/o2/sw/SOURCES/O2/9665/0/CCDB/test/testCcdbApi.cxx:169: [1;31;49merror: in "store_retrieve_TMemFile_templated_test": check tree != nullptr && std::strcmp(tree->GetName(), "tree123") == 0 has failed[0;39;49m
/System/Volumes/Data/build/nomad/alloc/f7552d80-4750-bbd0-a1cd-d8b3785f2966/ci/local/o2/sw/SOURCES/O2/9665/0/CCDB/test/testCcdbApi.cxx:170: [1;31;49merror: in "store_retrieve_TMemFile_templated_test": check tree != nullptr && tree->GetEntries() == 1 has failed[0;39;49m
[ERROR] Requested resource does not exist: http://ccdb-test.cern.ch:8080/Test/pid50777//1662293562450/
[ERROR] Unable to find object Test/pid50777//1662293562450, Aborting
[ERROR] Local snapshot /tmp/sQzldVI5ZuGXbEWR/Test/pid50777/CCDBPath/snapshot.root not found
/System/Volumes/Data/build/nomad/alloc/f7552d80-4750-bbd0-a1cd-d8b3785f2966/ci/local/o2/sw/SOURCES/O2/9665/0/CCDB/test/testCcdbApi.cxx:188: [1;31;49merror: in "store_retrieve_TMemFile_templated_test": check snapshot.retrieveFromTFileAny<o2::ccdb::IdPath>(basePath + "CCDBPath", f.metadata) != nullptr has failed[0;39;49m
[ERROR] Local snapshot /tmp/sQzldVI5ZuGXbEWR/Test/pid50777/tree2/snapshot.root not found
/System/Volumes/Data/build/nomad/alloc/f7552d80-4750-bbd0-a1cd-d8b3785f2966/ci/local/o2/sw/SOURCES/O2/9665/0/CCDB/test/testCcdbApi.cxx:192: [1;31;49merror: in "store_retrieve_TMemFile_templated_test": check tree != nullptr has failed[0;39;49m
/System/Volumes/Data/build/nomad/alloc/f7552d80-4750-bbd0-a1cd-d8b3785f2966/ci/local/o2/sw/SOURCES/O2/9665/0/CCDB/test/testCcdbApi.cxx:193: [1;31;49merror: in "store_retrieve_TMemFile_templated_test": check tree != nullptr && std::strcmp(tree->GetName(), "tree123") == 0 has failed[0;39;49m
/System/Volumes/Data/build/nomad/alloc/f7552d80-4750-bbd0-a1cd-d8b3785f2966/ci/local/o2/sw/SOURCES/O2/9665/0/CCDB/test/testCcdbApi.cxx:194: [1;31;49merror: in "store_retrieve_TMemFile_templated_test": check tree != nullptr && tree->GetEntries() == 1 has failed[0;39;49m
<!doctype html><html lang="en"><head><title>HTTP Status 500 – Internal Server Error</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 500 – Internal Server Error</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Cannot insert the object in the database</p><p><b>Description</b> The server encountered an unexpected condition that prevented it from fulfilling the request.</p><hr class="line" /></body></html>[ERROR] Requested resource does not exist: http://ccdb-test.cern.ch:8080/Test/pid50777/CCDBPathUnitTest/1000/Hello=World/
/System/Volumes/Data/build/nomad/alloc/f7552d80-4750-bbd0-a1cd-d8b3785f2966/ci/local/o2/sw/SOURCES/O2/9665/0/CCDB/test/testCcdbApi.cxx:237: [1;31;49merror: in "timestamptest": check path2 != nullptr has failed [0x0 == nullptr][0;39;49m
[ERROR] Requested resource does not exist: http://ccdb-test.cern.ch:8080/Test/pid50777/CCDBPathUnitTest/1000/Hello=World/
/System/Volumes/Data/build/nomad/alloc/f7552d80-4750-bbd0-a1cd-d8b3785f2966/ci/local/o2/sw/SOURCES/O2/9665/0/CCDB/test/testCcdbApi.cxx:242: [1;31;49merror: in "timestamptest": check p != nullptr has failed [0x0 == nullptr][0;39;49m
[ERROR] Requested resource does not exist: http://ccdb-test.cern.ch:8080/Test/pid50777/CCDBPathUnitTest/1001/Hello=World/
/System/Volumes/Data/build/nomad/alloc/f7552d80-4750-bbd0-a1cd-d8b3785f2966/ci/local/o2/sw/SOURCES/O2/9665/0/CCDB/test/testCcdbApi.cxx:242: [1;31;49merror: in "timestamptest": check p != nullptr has failed [0x0 == nullptr][0;39;49m
[ERROR] Requested resource does not exist: http://ccdb-test.cern.ch:8080/Test/pid50777/CCDBPathUnitTest/1002/Hello=World/
/System/Volumes/Data/build/nomad/alloc/f7552d80-4750-bbd0-a1cd-d8b3785f2966/ci/local/o2/sw/SOURCES/O2/9665/0/CCDB/test/testCcdbApi.cxx:242: [1;31;49merror: in "timestamptest": check p != nullptr has failed [0x0 == nullptr][0;39;49m
[ERROR] Requested resource does not exist: http://ccdb-test.cern.ch:8080/Test/pid50777/CCDBPathUnitTest/1003/Hello=World/
/System/Volumes/Data/build/nomad/alloc/f7552d80-4750-bbd0-a1cd-d8b3785f2966/ci/local/o2/sw/SOURCES/O2/9665/0/CCDB/test/testCcdbApi.cxx:242: [1;31;49merror: in "timestamptest": check p != nullptr has failed [0x0 == nullptr][0;39;49m
[ERROR] Requested resource does not exist: http://ccdb-test.cern.ch:8080/Test/pid50777/CCDBPathUnitTest/1004/Hello=World/
/System/Volumes/Data/build/nomad/alloc/f7552d80-4750-bbd0-a1cd-d8b3785f2966/ci/local/o2/sw/SOURCES/O2/9665/0/CCDB/test/testCcdbApi.cxx:242: [1;31;49merror: in "timestamptest": check p != nullptr has failed [0x0 == nullptr][0;39;49m
[ERROR] Requested resource does not exist: http://ccdb-test.cern.ch:8080/Test/pid50777/CCDBPathUnitTest/1005/Hello=World/
/System/Volumes/Data/build/nomad/alloc/f7552d80-4750-bbd0-a1cd-d8b3785f2966/ci/local/o2/sw/SOURCES/O2/9665/0/CCDB/test/testCcdbApi.cxx:242: [1;31;49merror: in "timestamptest": check p != nullptr has failed [0x0 == nullptr][0;39;49m
[ERROR] Requested resource does not exist: http://ccdb-test.cern.ch:8080/Test/pid50777/CCDBPathUnitTest/1006/Hello=World/
/System/Volumes/Data/build/nomad/alloc/f7552d80-4750-bbd0-a1cd-d8b3785f2966/ci/local/o2/sw/SOURCES/O2/9665/0/CCDB/test/testCcdbApi.cxx:242: [1;31;49merror: in "timestamptest": check p != nullptr has failed [0x0 == nullptr][0;39;49m
[ERROR] Requested resource does not exist: http://ccdb-test.cern.ch:8080/Test/pid50777/CCDBPathUnitTest/1007/Hello=World/
/System/Volumes/Data/build/nomad/alloc/f7552d80-4750-bbd0-a1cd-d8b3785f2966/ci/local/o2/sw/SOURCES/O2/9665/0/CCDB/test/testCcdbApi.cxx:242: [1;31;49merror: in "timestamptest": check p != nullptr has failed [0x0 == nullptr][0;39;49m
[ERROR] Requested resource does not exist: http://ccdb-test.cern.ch:8080/Test/pid50777/CCDBPathUnitTest/1008/Hello=World/
Full log here.
Error while checking build/O2/fullCI for 86192c8f1499f113bb8220796a58b3502c35df3d at 2022-09-06 11:09:
No log files found
Full log here.
Error while checking build/O2/o2 for 86192c8f1499f113bb8220796a58b3502c35df3d at 2022-09-09 00:07:
## sw/BUILD/O2-latest/log
93/447 Test #90: CCDB/test/testCcdbApi.cxx ............................................................***Failed 3.80 sec
<!doctype html><html lang="en"><head><title>HTTP Status 500 – Internal Server Error</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 500 – Internal Server Error</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Cannot upload the blob to the local file /root/QC/19/2517/25d172f0-2fc1-11ed-8986-c0a80209250c</p><p><b>Description</b> The server encountered an unexpected condition that prevented it from fulfilling the request.</p><hr class="line" /></body></html>[ERROR] Requested resource does not exist: http://ccdb-test.cern.ch:8080/Test/pid16889/CCDBPath/1662674212802/Hello=World/
/sw/SOURCES/O2/9665-slc7_x86-64/0/CCDB/test/testCcdbApi.cxx(142): [1;31;49merror: in "store_retrieve_TMemFile_templated_test": check path2 != nullptr has failed [0 == nullptr][0;39;49m
/sw/SOURCES/O2/9665-slc7_x86-64/0/CCDB/test/testCcdbApi.cxx(145): [1;31;49merror: in "store_retrieve_TMemFile_templated_test": check path2 && path2->getPathString().CompareTo("HelloWorld") == 0 has failed[0;39;49m
[ERROR] Requested resource does not exist: http://ccdb-test.cern.ch:8080/Test/pid16889/CCDBPath/1662674212817/Hello=World/
[ERROR] Requested resource does not exist: http://ccdb-test.cern.ch:8080/Test/pid16889/CCDBPath/1662674212843/Hello=World/
/sw/SOURCES/O2/9665-slc7_x86-64/0/CCDB/test/testCcdbApi.cxx(153): [1;31;49merror: in "store_retrieve_TMemFile_templated_test": check md.count("Hello") == 1 has failed [0 != 1][0;39;49m
/sw/SOURCES/O2/9665-slc7_x86-64/0/CCDB/test/testCcdbApi.cxx(154): [1;31;49merror: in "store_retrieve_TMemFile_templated_test": check md["Hello"] == "World" has failed [ != World][0;39;49m
<!doctype html><html lang="en"><head><title>HTTP Status 500 – Internal Server Error</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 500 – Internal Server Error</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Cannot upload the blob to the local file /root/QC/74/5674/25e703c7-2fc1-11ed-8986-c0a80209250c</p><p><b>Description</b> The server encountered an unexpected condition that prevented it from fulfilling the request.</p><hr class="line" /></body></html>[ERROR] Requested resource does not exist: http://ccdb-test.cern.ch:8080/Test/pid16889/tree2/1662674212943/Hello=World/
/sw/SOURCES/O2/9665-slc7_x86-64/0/CCDB/test/testCcdbApi.cxx(168): [1;31;49merror: in "store_retrieve_TMemFile_templated_test": check tree != nullptr has failed[0;39;49m
/sw/SOURCES/O2/9665-slc7_x86-64/0/CCDB/test/testCcdbApi.cxx(169): [1;31;49merror: in "store_retrieve_TMemFile_templated_test": check tree != nullptr && std::strcmp(tree->GetName(), "tree123") == 0 has failed[0;39;49m
/sw/SOURCES/O2/9665-slc7_x86-64/0/CCDB/test/testCcdbApi.cxx(170): [1;31;49merror: in "store_retrieve_TMemFile_templated_test": check tree != nullptr && tree->GetEntries() == 1 has failed[0;39;49m
[ERROR] Requested resource does not exist: http://ccdb-test.cern.ch:8080/Test/pid16889//1662674212955/
[ERROR] Unable to find object Test/pid16889//1662674212955, Aborting
[ERROR] Local snapshot /tmp/CrVp1fTIul7eGqu5/Test/pid16889/CCDBPath/snapshot.root not found
/sw/SOURCES/O2/9665-slc7_x86-64/0/CCDB/test/testCcdbApi.cxx(188): [1;31;49merror: in "store_retrieve_TMemFile_templated_test": check snapshot.retrieveFromTFileAny<o2::ccdb::IdPath>(basePath + "CCDBPath", f.metadata) != nullptr has failed[0;39;49m
[ERROR] Local snapshot /tmp/CrVp1fTIul7eGqu5/Test/pid16889/tree2/snapshot.root not found
/sw/SOURCES/O2/9665-slc7_x86-64/0/CCDB/test/testCcdbApi.cxx(192): [1;31;49merror: in "store_retrieve_TMemFile_templated_test": check tree != nullptr has failed[0;39;49m
/sw/SOURCES/O2/9665-slc7_x86-64/0/CCDB/test/testCcdbApi.cxx(193): [1;31;49merror: in "store_retrieve_TMemFile_templated_test": check tree != nullptr && std::strcmp(tree->GetName(), "tree123") == 0 has failed[0;39;49m
/sw/SOURCES/O2/9665-slc7_x86-64/0/CCDB/test/testCcdbApi.cxx(194): [1;31;49merror: in "store_retrieve_TMemFile_templated_test": check tree != nullptr && tree->GetEntries() == 1 has failed[0;39;49m
<!doctype html><html lang="en"><head><title>HTTP Status 500 – Internal Server Error</title><style type="text/css">body {font-family:Tahoma,Arial,sans-serif;} h1, h2, h3, b {color:white;background-color:#525D76;} h1 {font-size:22px;} h2 {font-size:16px;} h3 {font-size:14px;} p {font-size:12px;} a {color:black;} .line {height:1px;background-color:#525D76;border:none;}</style></head><body><h1>HTTP Status 500 – Internal Server Error</h1><hr class="line" /><p><b>Type</b> Status Report</p><p><b>Message</b> Cannot upload the blob to the local file /root/QC/36/3558/25f280cd-2fc1-11ed-8986-c0a80209250c</p><p><b>Description</b> The server encountered an unexpected condition that prevented it from fulfilling the request.</p><hr class="line" /></body></html>[ERROR] Requested resource does not exist: http://ccdb-test.cern.ch:8080/Test/pid16889/CCDBPathUnitTest/1000/Hello=World/
/sw/SOURCES/O2/9665-slc7_x86-64/0/CCDB/test/testCcdbApi.cxx(237): [1;31;49merror: in "timestamptest": check path2 != nullptr has failed [0 == nullptr][0;39;49m
[ERROR] Requested resource does not exist: http://ccdb-test.cern.ch:8080/Test/pid16889/CCDBPathUnitTest/1000/Hello=World/
/sw/SOURCES/O2/9665-slc7_x86-64/0/CCDB/test/testCcdbApi.cxx(242): [1;31;49merror: in "timestamptest": check p != nullptr has failed [0 == nullptr][0;39;49m
[ERROR] Requested resource does not exist: http://ccdb-test.cern.ch:8080/Test/pid16889/CCDBPathUnitTest/1001/Hello=World/
/sw/SOURCES/O2/9665-slc7_x86-64/0/CCDB/test/testCcdbApi.cxx(242): [1;31;49merror: in "timestamptest": check p != nullptr has failed [0 == nullptr][0;39;49m
[ERROR] Requested resource does not exist: http://ccdb-test.cern.ch:8080/Test/pid16889/CCDBPathUnitTest/1002/Hello=World/
/sw/SOURCES/O2/9665-slc7_x86-64/0/CCDB/test/testCcdbApi.cxx(242): [1;31;49merror: in "timestamptest": check p != nullptr has failed [0 == nullptr][0;39;49m
[ERROR] Requested resource does not exist: http://ccdb-test.cern.ch:8080/Test/pid16889/CCDBPathUnitTest/1003/Hello=World/
/sw/SOURCES/O2/9665-slc7_x86-64/0/CCDB/test/testCcdbApi.cxx(242): [1;31;49merror: in "timestamptest": check p != nullptr has failed [0 == nullptr][0;39;49m
[ERROR] Requested resource does not exist: http://ccdb-test.cern.ch:8080/Test/pid16889/CCDBPathUnitTest/1004/Hello=World/
/sw/SOURCES/O2/9665-slc7_x86-64/0/CCDB/test/testCcdbApi.cxx(242): [1;31;49merror: in "timestamptest": check p != nullptr has failed [0 == nullptr][0;39;49m
[ERROR] Requested resource does not exist: http://ccdb-test.cern.ch:8080/Test/pid16889/CCDBPathUnitTest/1005/Hello=World/
/sw/SOURCES/O2/9665-slc7_x86-64/0/CCDB/test/testCcdbApi.cxx(242): [1;31;49merror: in "timestamptest": check p != nullptr has failed [0 == nullptr][0;39;49m
[ERROR] Requested resource does not exist: http://ccdb-test.cern.ch:8080/Test/pid16889/CCDBPathUnitTest/1006/Hello=World/
/sw/SOURCES/O2/9665-slc7_x86-64/0/CCDB/test/testCcdbApi.cxx(242): [1;31;49merror: in "timestamptest": check p != nullptr has failed [0 == nullptr][0;39;49m
[ERROR] Requested resource does not exist: http://ccdb-test.cern.ch:8080/Test/pid16889/CCDBPathUnitTest/1007/Hello=World/
/sw/SOURCES/O2/9665-slc7_x86-64/0/CCDB/test/testCcdbApi.cxx(242): [1;31;49merror: in "timestamptest": check p != nullptr has failed [0 == nullptr][0;39;49m
[ERROR] Requested resource does not exist: http://ccdb-test.cern.ch:8080/Test/pid16889/CCDBPathUnitTest/1008/Hello=World/
/sw/SOURCES/O2/9665-slc7_x86-64/0/CCDB/test/testCcdbApi.cxx(242): [1;31;49merror: in "timestamptest": check p != nullptr has failed [0 == nullptr][0;39;49m
[ERROR] Requested resource does not exist: http://ccdb-test.cern.ch:8080/Test/pid16889/CCDBPathUnitTest/1009/Hello=World/
/sw/SOURCES/O2/9665-slc7_x86-64/0/CCDB/test/testCcdbApi.cxx(242): [1;31;49merror: in "timestamptest": check p != nullptr has failed [0 == nullptr][0;39;49m
[ERROR] Requested resource does not exist: http://ccdb-test.cern.ch:8080/Test/pid16889/CCDBPathUnitTest/999/Hello=World/
[ERROR] Requested resource does not exist: http://ccdb-test.cern.ch:8080/Test/pid16889/CCDBPathUnitTest/1010/Hello=World/
[ERROR] Requested resource does not exist: http://ccdb-test.cern.ch:8080/Test/pid16889/CCDBPathUnitTest/1662674213058/
/sw/SOURCES/O2/9665-slc7_x86-64/0/CCDB/test/testCcdbApi.cxx(270): [1;31;49merror: in "retrieveTemplatedWithHeaders": check headers.count("Hello") == 1 has failed[0;39;49m
/sw/SOURCES/O2/9665-slc7_x86-64/0/CCDB/test/testCcdbApi.cxx(271): [1;31;49merror: in "retrieveTemplatedWithHeaders": check headers["Hello"] == "World" has failed[0;39;49m
[ERROR] Requested resource does not exist: http://ccdb-test.cern.ch:8080/Test/pid16889/th1/1662674213064/Hello=World/
/sw/SOURCES/O2/9665-slc7_x86-64/0/CCDB/test/testCcdbApi.cxx(279): [1;31;49merror: in "retrieveTMemFile_test": check obj != nullptr has failed [0 == nullptr][0;39;49m
Full log here.
Error while checking build/O2/o2-dataflow for a6ab8cd5e8e411d9dba4ef91c99fc640cab3b222 at 2022-09-13 04:33:
## sw/BUILD/O2-latest/log
100% tests passed, 0 tests failed out of 426
87/106 Test #101: test_Framework_test_SimpleDataProcessingDevice01 ........***Failed 2.82 sec
[ERROR] pid 24778 (internal-dpl-injected-dummy-sink) crashed with 1
[ERROR] SEVERE: Device internal-dpl-injected-dummy-sink (24778) returned with 1
99% tests passed, 1 tests failed out of 101
Full log here.
Error while checking build/O2/o2-cs8 for a6ab8cd5e8e411d9dba4ef91c99fc640cab3b222 at 2022-09-13 07:29:
## sw/BUILD/O2-latest/log
449/449 Test #405: o2sim_hepmc ..........................................................................***Timeout 400.04 sec
99% tests passed, 1 tests failed out of 449
94/106 Test #108: test_Framework_test_SingleDataSource ....................***Failed 2.88 sec
[ERROR] pid 25104 (internal-dpl-injected-dummy-sink) crashed with 1
[ERROR] SEVERE: Device internal-dpl-injected-dummy-sink (25104) returned with 1
99% tests passed, 1 tests failed out of 101
Full log here.
Error while checking build/O2/o2-dataflow-cs8 for 115a2a25b66a7435df3c36742254f6374c620ed2 at 2022-09-13 16:46:
## sw/BUILD/O2-latest/log
100% tests passed, 0 tests failed out of 426
94/106 Test #108: test_Framework_test_SingleDataSource ....................***Failed 2.95 sec
[ERROR] pid 24933 (internal-dpl-injected-dummy-sink) crashed with 1
[ERROR] SEVERE: Device internal-dpl-injected-dummy-sink (24933) returned with 1
99% tests passed, 1 tests failed out of 101
Full log here.
Error while checking build/O2/o2-dataflow for 115a2a25b66a7435df3c36742254f6374c620ed2 at 2022-09-14 02:13:
## sw/BUILD/O2-latest/log
100% tests passed, 0 tests failed out of 426
100% tests passed, 0 tests failed out of 101
## sw/BUILD/QualityControl-latest/log
31/42 Test #33: multinode_test ..........................***Failed 35.71 sec
2022-09-14 00:12:11.996772 !!! [1;31mError - Cycle duration is too short (5), replaced by a duration of 10 seconds.[0m
2022-09-14 00:12:11.996882 !!! [1;31mError - Cycle duration is too short (5), replaced by a duration of 10 seconds.[0m
[4005:qc-check-TST-MultiNodeRemoteTest]: 2022-09-14 00:12:13.411725 !!! [1;31mError - Cycle duration is too short (5), replaced by a duration of 10 seconds.[0m
[4000:TST-MultiNodeLocalTest37326-proxy]: 2022-09-14 00:12:13.412875 !!! [1;31mError - Cycle duration is too short (5), replaced by a duration of 10 seconds.[0m
[4006:internal-dpl-injected-dummy-sink]: 2022-09-14 00:12:13.413578 !!! [1;31mError - Cycle duration is too short (5), replaced by a duration of 10 seconds.[0m
[4004:qc-check-TST-MultiNodeLocalTest]: 2022-09-14 00:12:13.436420 !!! [1;31mError - Cycle duration is too short (5), replaced by a duration of 10 seconds.[0m
[4001:sampling2]: 2022-09-14 00:12:13.436810 !!! [1;31mError - Cycle duration is too short (5), replaced by a duration of 10 seconds.[0m
[3999:internal-dpl-clock]: 2022-09-14 00:12:13.444087 !!! [1;31mError - Cycle duration is too short (5), replaced by a duration of 10 seconds.[0m
[4002:TST-MERGER-MultiNodeLocalTest373261l-0]: 2022-09-14 00:12:13.445176 !!! [1;31mError - Cycle duration is too short (5), replaced by a duration of 10 seconds.[0m
[4003:qc-task-TST-MultiNodeRemoteTest34489]: 2022-09-14 00:12:13.446119 !!! [1;31mError - Cycle duration is too short (5), replaced by a duration of 10 seconds.[0m
[4004:qc-check-TST-MultiNodeLocalTest]: 2022-09-14 00:12:13.462417 !!! [1;31mError - Could not find the DPL InfoLogger.[0m
[4005:qc-check-TST-MultiNodeRemoteTest]: 2022-09-14 00:12:13.465110 !!! [1;31mError - Could not find the DPL InfoLogger.[0m
[4015:qc-task-TST-MultiNodeLocalTest37326]: 2022-09-14 00:12:13.475021 !!! [1;31mError - Cycle duration is too short (5), replaced by a duration of 10 seconds.[0m
[4015:qc-task-TST-MultiNodeLocalTest37326]: 2022-09-14 00:12:13.497851 !!! [1;31mError - Could not find the DPL InfoLogger[0m
[4016:sampling2-proxy]: 2022-09-14 00:12:13.498748 !!! [1;31mError - Cycle duration is too short (5), replaced by a duration of 10 seconds.[0m
[4017:TST-MultiNodeLocalTest37326-proxy]: 2022-09-14 00:12:13.498748 !!! [1;31mError - Cycle duration is too short (5), replaced by a duration of 10 seconds.[0m
[4014:Dispatcher]: 2022-09-14 00:12:13.499857 !!! [1;31mError - Cycle duration is too short (5), replaced by a duration of 10 seconds.[0m
[4003:qc-task-TST-MultiNodeRemoteTest34489]: 2022-09-14 00:12:13.482346 !!! [1;31mError - Could not find the DPL InfoLogger[0m
[ERROR] websocket_server_callback: Error while reading from websocketconnection reset by peer
[ERROR] SEVERE: Device internal-dpl-clock (3999) returned with 128
98% tests passed, 1 tests failed out of 42
Full log here.