analysis/graFEI_examples.py

=== stdout of analysis/tests/graFEI_examples.py ===
[INFO] Steering file: /data/b2soft/buildbot/light/build/analysis/tests/graFEI_examples.py
[INFO] Steering file: /data/b2soft/buildbot/light/build/analysis/examples/GraFEI/graFEI_ntupliser_B.py

                                                  ____  ____    _      ____  ____  _
                                                  |  _  |__|   /_\     |___  |___  |
                                                  |__|  |  \  /   \    |     |___  |

                                o
                               / \
                              /   \                             x-----x                        _      _
                             /     \            |-----\         |\   /|        |-----\        |0 1 3 3 5|
                            o       \           |----- \        | \ / |        |----- \       |1 0 3 3 5|
                           / \       \          |----- /        |  x  |        |----- /       |3 3 0 1 5|
                          /   \       \         |-----/         | / \ |        |-----/        |3 3 1 0 5|
                         /     \       \                        |/   \|                       |5 5 5 5 0|
                        o       o       \                       x-----x                         ̄       ̄
                       / \     / \       \
                      x   x   x   x       x

      Authors: Jacopo Cerasoli, Giulio Dujany, Lucas Martel, Corentin Santos. 2022 - 2024
      Model description: https://indico.cern.ch/event/1106990/papers/4996235/files/12252-ACAT_2022_proceedings.pdf
      Based on the work of Kahn et al: https://iopscience.iop.org/article/10.1088/2632-2153/ac8de0
      Please consider citing both articles.
      Code adapted from https://github.com/Helmholtz-AI-Energy/BaumBauen
      
[INFO] The random number seed is set to "42"
[INFO] Starting event processing, random seed is set to '42'
[INFO] Added file /belle2/validation-data/mdst16.root
[INFO] Conditions Database: found working metadata provider
	provider = /cvmfs/belle.cern.ch/conditions/database.sqlite
[WARNING] Local Database: Global tag does not exist
	database = /cvmfs/belle.cern.ch/conditions/database.sqlite
	globaltag = 
[WARNING] Conditions data: One (or more) globaltag is not available in the current metadata proivder, trying next one ...
[INFO] Conditions Database: found working metadata provider
	provider = http://belle2db.sdcc.bnl.gov/b2s/rest/
[WARNING] Could not download url, retrying ...
	url = http://belle2db.sdcc.bnl.gov/b2s/rest/v2/globalTag/
	error = The requested URL returned error: 405
	try = 1
	waiting time = 1.3584627619297096
[WARNING] Could not download url, retrying ...
	url = http://belle2db.sdcc.bnl.gov/b2s/rest/v2/globalTag/
	error = The requested URL returned error: 405
	try = 2
	waiting time = 1.1261439760029539
[WARNING] Could not download url, retrying ...
	url = http://belle2db.sdcc.bnl.gov/b2s/rest/v2/globalTag/
	error = The requested URL returned error: 405
	try = 3
	waiting time = 8.2879462688834717
[WARNING] Could not download url, retrying ...
	url = http://belle2db.sdcc.bnl.gov/b2s/rest/v2/globalTag/
	error = The requested URL returned error: 405
	try = 4
	waiting time = 42.283645943970136
[WARNING] Could not download url, retrying ...
	url = http://belle2db.sdcc.bnl.gov/b2s/rest/v2/globalTag/
	error = The requested URL returned error: 405
	try = 5
	waiting time = 49.519855254833878
[WARNING] Conditions Database: Cannot download information on global tag. Either the database is overloaded or the selected globaltag doesn't exist
	server url = http://belle2db.sdcc.bnl.gov/b2s/rest/
	globaltag = 
	query = /v2/globalTag/
[WARNING] Conditions data: One (or more) globaltag is not available in the current metadata proivder, trying next one ...
[WARNING] Conditions data: Metadata provider not usable, trying next one ...
	provider = http://blcdb.sdcc.bnl.gov/api/cdb_rest/
	error = The requested URL returned error: 404
[FATAL] Conditions data: No more metadata providers available  { function: void Belle2::Database::nextMetadataProvider() }
[INFO] ===Error Summary================================================================
[FATAL] Conditions data: No more metadata providers available
[WARNING] Could not download url, retrying ...
    (last message occurred 5 times)
[WARNING] Conditions data: One (or more) globaltag is not available in the current metadata proivder, trying next one ...
    (last message occurred 2 times)
[WARNING] Conditions data: Metadata provider not usable, trying next one ...
	provider = http://blcdb.sdcc.bnl.gov/api/cdb_rest/
	error = The requested URL returned error: 404
[WARNING] Conditions Database: Cannot download information on global tag. Either the database is overloaded or the selected globaltag doesn't exist
	server url = http://belle2db.sdcc.bnl.gov/b2s/rest/
	globaltag = 
	query = /v2/globalTag/
[WARNING] Local Database: Global tag does not exist
	database = /cvmfs/belle.cern.ch/conditions/database.sqlite
	globaltag = 
[INFO] ================================================================================
[WARNING] in total, 10 warnings occurred during processing
[INFO] Steering file: /data/b2soft/buildbot/light/build/analysis/examples/GraFEI/graFEI_ntupliser_Upsilon.py

                                                  ____  ____    _      ____  ____  _
                                                  |  _  |__|   /_\     |___  |___  |
                                                  |__|  |  \  /   \    |     |___  |

                                o
                               / \
                              /   \                             x-----x                        _      _
                             /     \            |-----\         |\   /|        |-----\        |0 1 3 3 5|
                            o       \           |----- \        | \ / |        |----- \       |1 0 3 3 5|
                           / \       \          |----- /        |  x  |        |----- /       |3 3 0 1 5|
                          /   \       \         |-----/         | / \ |        |-----/        |3 3 1 0 5|
                         /     \       \                        |/   \|                       |5 5 5 5 0|
                        o       o       \                       x-----x                         ̄       ̄
                       / \     / \       \
                      x   x   x   x       x

      Authors: Jacopo Cerasoli, Giulio Dujany, Lucas Martel, Corentin Santos. 2022 - 2024
      Model description: https://indico.cern.ch/event/1106990/papers/4996235/files/12252-ACAT_2022_proceedings.pdf
      Based on the work of Kahn et al: https://iopscience.iop.org/article/10.1088/2632-2153/ac8de0
      Please consider citing both articles.
      Code adapted from https://github.com/Helmholtz-AI-Energy/BaumBauen
      
[INFO] The random number seed is set to "42"
[INFO] Starting event processing, random seed is set to '42'
[INFO] Added file /belle2/validation-data/mdst16.root
[INFO] ParticleLoader's Summary of Actions:
[INFO]  o) creating (anti-)ParticleList with name: p+:all (anti-p-:all)
[INFO]    -> MDST source: Tracks
[INFO]  o) creating (anti-)ParticleList with name: e+:all (e-:all)
[INFO]    -> MDST source: Tracks
[INFO]  o) creating (anti-)ParticleList with name: pi+:all (pi-:all)
[INFO]    -> MDST source: Tracks
[INFO]  o) creating (anti-)ParticleList with name: mu+:all (mu-:all)
[INFO]    -> MDST source: Tracks
[INFO]  o) creating (anti-)ParticleList with name: K+:all (K-:all)
[INFO]    -> MDST source: Tracks
[INFO] ParticleSelector: p+:final
[INFO]    -> With cuts  : pidIsMostLikely(0.068,0.05,0.7326,0.1315,0.0183,6e-05)>0 and nCDCHits>20 and thetaInCDCAcceptance and abs(dz)<1.0 and dr<0.5 and p<5 and pt>0.2
[INFO] ParticleSelector: e+:final
[INFO]    -> With cuts  : pidIsMostLikely(0.068,0.05,0.7326,0.1315,0.0183,6e-05)>0 and nCDCHits>20 and thetaInCDCAcceptance and abs(dz)<1.0 and dr<0.5 and p<5 and pt>0.2
[INFO] ParticleSelector: pi+:final
[INFO]    -> With cuts  : pidIsMostLikely(0.068,0.05,0.7326,0.1315,0.0183,6e-05)>0 and nCDCHits>20 and thetaInCDCAcceptance and abs(dz)<1.0 and dr<0.5 and p<5 and pt>0.2
[INFO] ParticleSelector: mu+:final
[INFO]    -> With cuts  : pidIsMostLikely(0.068,0.05,0.7326,0.1315,0.0183,6e-05)>0 and nCDCHits>20 and thetaInCDCAcceptance and abs(dz)<1.0 and dr<0.5 and p<5 and pt>0.2
[INFO] ParticleSelector: K+:final
[INFO]    -> With cuts  : pidIsMostLikely(0.068,0.05,0.7326,0.1315,0.0183,6e-05)>0 and nCDCHits>20 and thetaInCDCAcceptance and abs(dz)<1.0 and dr<0.5 and p<5 and pt>0.2
[INFO] ParticleLoader's Summary of Actions:
[INFO]  o) creating ParticleList with name: gamma:all
[INFO]    -> MDST source: ECLClusters and KLMClusters
[INFO] ParticleSelector: gamma:cdc
[INFO]    -> With cuts  : inCDCAcceptance
[INFO] ParticleSelector: gamma:cdc
[INFO]    -> With cuts  : isFromECL
[INFO] Conditions Database: found working metadata provider
	provider = /cvmfs/belle.cern.ch/conditions/database.sqlite
[WARNING] Local Database: Global tag does not exist
	database = /cvmfs/belle.cern.ch/conditions/database.sqlite
	globaltag =   { module: MVAExpert }
[WARNING] Conditions data: One (or more) globaltag is not available in the current metadata proivder, trying next one ...  { module: MVAExpert }
[INFO] Conditions Database: found working metadata provider
	provider = http://belle2db.sdcc.bnl.gov/b2s/rest/
[WARNING] Could not download url, retrying ...
	url = http://belle2db.sdcc.bnl.gov/b2s/rest/v2/globalTag/
	error = The requested URL returned error: 405
	try = 1
	waiting time = 1.3584627619297096  { module: MVAExpert }
[WARNING] Could not download url, retrying ...
	url = http://belle2db.sdcc.bnl.gov/b2s/rest/v2/globalTag/
	error = The requested URL returned error: 405
	try = 2
	waiting time = 1.1261439760029539  { module: MVAExpert }
[WARNING] Could not download url, retrying ...
	url = http://belle2db.sdcc.bnl.gov/b2s/rest/v2/globalTag/
	error = The requested URL returned error: 405
	try = 3
	waiting time = 8.2879462688834717  { module: MVAExpert }
[WARNING] Could not download url, retrying ...
	url = http://belle2db.sdcc.bnl.gov/b2s/rest/v2/globalTag/
	error = The requested URL returned error: 405
	try = 4
	waiting time = 42.283645943970136  { module: MVAExpert }
[WARNING] Could not download url, retrying ...
	url = http://belle2db.sdcc.bnl.gov/b2s/rest/v2/globalTag/
	error = The requested URL returned error: 405
	try = 5
	waiting time = 49.519855254833878  { module: MVAExpert }
[WARNING] Conditions Database: Cannot download information on global tag. Either the database is overloaded or the selected globaltag doesn't exist
	server url = http://belle2db.sdcc.bnl.gov/b2s/rest/
	globaltag = 
	query = /v2/globalTag/  { module: MVAExpert }
[WARNING] Conditions data: One (or more) globaltag is not available in the current metadata proivder, trying next one ...  { module: MVAExpert }
[WARNING] Conditions data: Metadata provider not usable, trying next one ...
	provider = http://blcdb.sdcc.bnl.gov/api/cdb_rest/
	error = The requested URL returned error: 404  { module: MVAExpert }
[FATAL] Conditions data: No more metadata providers available  { module: MVAExpert function: void Belle2::Database::nextMetadataProvider() }
[INFO] ===Error Summary================================================================
[FATAL] Conditions data: No more metadata providers available  { module: MVAExpert }
[WARNING] Could not download url, retrying ...  { module: MVAExpert }
    (last message occurred 5 times)
[WARNING] Conditions data: One (or more) globaltag is not available in the current metadata proivder, trying next one ...  { module: MVAExpert }
    (last message occurred 2 times)
[WARNING] Conditions data: Metadata provider not usable, trying next one ...
	provider = http://blcdb.sdcc.bnl.gov/api/cdb_rest/
	error = The requested URL returned error: 404  { module: MVAExpert }
[WARNING] Conditions Database: Cannot download information on global tag. Either the database is overloaded or the selected globaltag doesn't exist
	server url = http://belle2db.sdcc.bnl.gov/b2s/rest/
	globaltag = 
	query = /v2/globalTag/  { module: MVAExpert }
[WARNING] Local Database: Global tag does not exist
	database = /cvmfs/belle.cern.ch/conditions/database.sqlite
	globaltag =   { module: MVAExpert }
[INFO] ================================================================================
[WARNING] in total, 10 warnings occurred during processing
=== stderr of analysis/tests/graFEI_examples.py ===
FF
======================================================================
FAIL: test_grafei_examples (__main__.ExamplesTest.test_grafei_examples) [graFEI_ntupliser_B.py]
Test supported GraFEI examples.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/data/b2soft/buildbot/light/build/lib/Linux_x86_64/opt/b2test_utils_analysis.py", line 53, in _test_examples_dir
    self.assertEqual(result.returncode, 0)
AssertionError: 1 != 0

======================================================================
FAIL: test_grafei_examples (__main__.ExamplesTest.test_grafei_examples) [graFEI_ntupliser_Upsilon.py]
Test supported GraFEI examples.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/data/b2soft/buildbot/light/build/lib/Linux_x86_64/opt/b2test_utils_analysis.py", line 53, in _test_examples_dir
    self.assertEqual(result.returncode, 0)
AssertionError: 1 != 0

----------------------------------------------------------------------
Ran 1 test in 233.611s

FAILED (failures=2)
=== end analysis/tests/graFEI_examples.py ===