analysis/fitting_examples.py
=== stdout of analysis/tests/fitting_examples.py ===
[INFO] Steering file: /data/b2soft/buildbot/development/releases/current/analysis/tests/fitting_examples.py
[INFO] Steering file: /data/b2soft/buildbot/development/releases/current/analysis/examples/fitting/B2A404-Rave-VertexFit.py
[WARNING] RAVE is deprecated since it is not maintained.
Whilst we will not remove RAVE, it is not recommended for analysis use, other than benchmarking or legacy studies.
Instead, we recommend TreeFitter (treeFit) or KFit.
Try:
treeFit('D0:kpi',0.0, updateAllDaughters=False, path=mypath)
To silence this warning, add silence_warning=True when you call this function.
[WARNING] RAVE is deprecated since it is not maintained.
Whilst we will not remove RAVE, it is not recommended for analysis use, other than benchmarking or legacy studies.
Instead, we recommend TreeFitter (treeFit) or KFit.
Try:
treeFit('D*+',0.0, updateAllDaughters=False, path=mypath)
To silence this warning, add silence_warning=True when you call this function.
[INFO] Starting event processing, random seed is set to '12ba96c3736c545eaebbe9dd1b22268c104bc0d89c91515d970487c8cb805673'
[INFO] Added file /belle2/examples-data/B02pi0D0_D2kpi_B2Dstarpi_Dstar2Dpi_D2kpi.root
[INFO] Conditions Database: found working server
url = http://belle2db.sdcc.bnl.gov/b2s/rest/
[ERROR] Conditions Database: Cannot download information on global tag. Usually this means it doesn't exist and you misspelled the name
server url = http://belle2db.sdcc.bnl.gov/b2s/rest/
globaltag = Legacy_IP_Information
[FATAL] Conditions data: Problems with globaltag configuration, cannot continue { function: void Belle2::Database::nextMetadataProvider() }
[INFO] ===Error Summary================================================================
[FATAL] Conditions data: Problems with globaltag configuration, cannot continue
[ERROR] Conditions Database: Cannot download information on global tag. Usually this means it doesn't exist and you misspelled the name
server url = http://belle2db.sdcc.bnl.gov/b2s/rest/
globaltag = Legacy_IP_Information
[INFO] ================================================================================
[ERROR] in total, 1 errors occurred during processing
[INFO] Steering file: /data/b2soft/buildbot/development/releases/current/analysis/examples/fitting/B2A405-Rave-MassVertexFit.py
[WARNING] RAVE is deprecated since it is not maintained.
Whilst we will not remove RAVE, it is not recommended for analysis use, other than benchmarking or legacy studies.
Instead, we recommend TreeFitter (treeFit) or KFit.
Try:
treeFit('D0:kpi',0.0, updateAllDaughters=False, path=mypath)
To silence this warning, add silence_warning=True when you call this function.
[WARNING] RAVE is deprecated since it is not maintained.
Whilst we will not remove RAVE, it is not recommended for analysis use, other than benchmarking or legacy studies.
Instead, we recommend TreeFitter (treeFit) or KFit.
Try:
treeFit('D0:kpi_mass',0.0, updateAllDaughters=False, path=mypath)
To silence this warning, add silence_warning=True when you call this function.
[WARNING] RAVE is deprecated since it is not maintained.
Whilst we will not remove RAVE, it is not recommended for analysis use, other than benchmarking or legacy studies.
Instead, we recommend TreeFitter (treeFit) or KFit.
Try:
treeFit('D*+:1',0.0, updateAllDaughters=False, path=mypath)
To silence this warning, add silence_warning=True when you call this function.
[WARNING] RAVE is deprecated since it is not maintained.
Whilst we will not remove RAVE, it is not recommended for analysis use, other than benchmarking or legacy studies.
Instead, we recommend TreeFitter (treeFit) or KFit.
Try:
treeFit('D*+:2',0.0, updateAllDaughters=False, path=mypath)
Please consult the documentation at https://software.belle2.org
(search for TreeFitter) for special constraints.
To silence this warning, add silence_warning=True when you call this function.
[INFO] Starting event processing, random seed is set to '3a69730bd86e7ad9360e540cbc5475da21336fc513caedb8fca0099e9c1d2f85'
[INFO] Added file /belle2/examples-data/B02pi0D0_D2kpi_B2Dstarpi_Dstar2Dpi_D2kpi.root
[INFO] Conditions Database: found working server
url = http://belle2db.sdcc.bnl.gov/b2s/rest/
[ERROR] Conditions Database: Cannot download information on global tag. Usually this means it doesn't exist and you misspelled the name
server url = http://belle2db.sdcc.bnl.gov/b2s/rest/
globaltag = master_2018-11-28
[FATAL] Conditions data: Problems with globaltag configuration, cannot continue { function: void Belle2::Database::nextMetadataProvider() }
[INFO] ===Error Summary================================================================
[FATAL] Conditions data: Problems with globaltag configuration, cannot continue
[ERROR] Conditions Database: Cannot download information on global tag. Usually this means it doesn't exist and you misspelled the name
server url = http://belle2db.sdcc.bnl.gov/b2s/rest/
globaltag = master_2018-11-28
[INFO] ================================================================================
[ERROR] in total, 1 errors occurred during processing
=== stderr of analysis/tests/fitting_examples.py ===
======================================================================
FAIL: test_fitting_examples (__main__.ExamplesTest) [B2A404-Rave-VertexFit.py]
Test supported fitting examples.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/data/b2soft/buildbot/development/releases/current/lib/Linux_x86_64/opt/b2test_utils_analysis.py", line 47, in _test_examples_dir
self.assertEqual(result.returncode, 0)
AssertionError: 1 != 0
======================================================================
FAIL: test_fitting_examples (__main__.ExamplesTest) [B2A405-Rave-MassVertexFit.py]
Test supported fitting examples.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/data/b2soft/buildbot/development/releases/current/lib/Linux_x86_64/opt/b2test_utils_analysis.py", line 47, in _test_examples_dir
self.assertEqual(result.returncode, 0)
AssertionError: 1 != 0
----------------------------------------------------------------------
Ran 1 test in 680.344s
FAILED (failures=2)
=== end analysis/tests/fitting_examples.py ===