analysis/vertexfit.py

=== stdout of analysis/tests/vertexfit.py ===
[INFO] Steering file: /data/b2soft/buildbot/development/releases/current/analysis/tests/vertexfit.py
[INFO] Starting event processing, random seed is set to 'e89828ee5bf8e787cfc0f3bf8b78a08f1239abf4a202f67a188acd9377cb75ab'
[INFO] Added file /data/b2soft/buildbot/development/releases/current/analysis/tests/mdst.root
[INFO] Conditions Database: found working metadata provider
	provider = http://belle2db.sdcc.bnl.gov/b2s/rest/
[INFO] Conditions data: configured globaltags (highest priority first) are release-05-01-03, Legacy_CollisionAxisCMS
[ERROR] Conditions Database: Problem parsing payload information.
	globaltag = release-05-01-03
	server url = http://belle2db.sdcc.bnl.gov/b2s/rest/
	error = Operation too slow. Less than 10240 bytes/sec transferred the last 60 seconds
[WARNING] Conditions data: Problem with payload metadata provider, trying to fall back to next provider...
	provider = http://belle2db.sdcc.bnl.gov/b2s/rest/
[INFO] Conditions Database: found working metadata provider
	provider = /cvmfs/belle.cern.ch/conditions/database.sqlite
[INFO] ParticleLoader's Summary of Actions:
[INFO]  o) creating (anti-)ParticleList with name: K-:all (K+:all)
[INFO]    -> MDST source: Tracks
[INFO] ParticleLoader's Summary of Actions:
[INFO]  o) creating (anti-)ParticleList with name: pi+:all (pi-:all)
[INFO]    -> MDST source: Tracks
[INFO] ParticleLoader's Summary of Actions:
[INFO]  o) creating (anti-)ParticleList with name: gamma:all (gamma:all)
[INFO]    -> MDST source: ECLClusters and KLMClusters
[INFO] ParticleSelector: gamma
[INFO]    -> With cuts  : isFromECL
[INFO] MCMatcher module will search for Particle -> MCParticle associations for the ParticleList pi0.
[INFO]   - The MCMatcher will use default algorithm suitable for analysis of Belle II MC.
[INFO] ParticleVertexFitter: Performing vertex fit on pi0 using KFit
[INFO] MCMatcher module will search for Particle -> MCParticle associations for the ParticleList D0.
[INFO]   - The MCMatcher will use default algorithm suitable for analysis of Belle II MC.
[INFO] ParticleVertexFitter: Performing vertex fit on D0 using KFit
[INFO] ParticleVertexFitter: Using specified decay string: D0 -> ^K- ^pi+ pi0
[FATAL] 1 ERROR(S) occurred! The processing of events will not be started.  { function: void Belle2::EventProcessor::process(const Belle2::PathPtr&, long int) }
[INFO] ===Error Summary================================================================
[FATAL] 1 ERROR(S) occurred! The processing of events will not be started.
[ERROR] Conditions Database: Problem parsing payload information.
	globaltag = release-05-01-03
	server url = http://belle2db.sdcc.bnl.gov/b2s/rest/
	error = Operation too slow. Less than 10240 bytes/sec transferred the last 60 seconds
[WARNING] Conditions data: Problem with payload metadata provider, trying to fall back to next provider...
	provider = http://belle2db.sdcc.bnl.gov/b2s/rest/
[INFO] ================================================================================
[ERROR] in total, 1 errors occurred during processing
[WARNING] in total, 1 warnings occurred during processing
=== stderr of analysis/tests/vertexfit.py ===
Traceback (most recent call last):
  File "/data/b2soft/buildbot/development/releases/current/analysis/tests/vertexfit.py", line 65, in 
    check(testFile.name)
  File "/data/b2soft/buildbot/development/releases/current/analysis/tests/vertexfit.py", line 26, in check
    if ntuple.GetEntries() == 0:
       ^^^^^^^^^^^^^^^^^
AttributeError: 'TObject' object has no attribute 'GetEntries'
=== end analysis/tests/vertexfit.py ===