analysis/test_b2info-luminosity.py

=== stdout of analysis/tests/test_b2info-luminosity.py ===
[INFO] Steering file: /data/b2soft/buildbot/light/build/analysis/tests/test_b2info-luminosity.py
[INFO] Need to get some runs from RunDB for exp [18]
[INFO] Reading exp 18 from rundb (this can take a while depending on the size of the query)
=== stderr of analysis/tests/test_b2info-luminosity.py ===
Traceback (most recent call last):
  File "/data/b2soft/buildbot/light/build/bin/Linux_x86_64/opt/b2info-luminosity", line 674, in 
    lumi = Luminosity(args)
           ^^^^^^^^^^^^^^^^
  File "/data/b2soft/buildbot/light/build/bin/Linux_x86_64/opt/b2info-luminosity", line 191, in __init__
    self.df = self.getDataFrame(self.exp)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/data/b2soft/buildbot/light/build/bin/Linux_x86_64/opt/b2info-luminosity", line 496, in getDataFrame
    df = pd.concat([df, self.getDataFrameFromRunRegistry(exp, new_runs[exp])], sort=False, ignore_index=True)
                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/data/b2soft/buildbot/light/build/bin/Linux_x86_64/opt/b2info-luminosity", line 350, in getDataFrameFromRunRegistry
    for run in self.get_run_info(**run_params):
  File "/data/b2soft/buildbot/light/build/bin/Linux_x86_64/opt/b2info-luminosity", line 306, in pagination
    request.raise_for_status()
  File "/cvmfs/belle.cern.ch/el9/externals/v02-03-03/Linux_x86_64/common/lib/python3.11/site-packages/requests/models.py", line 1024, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 503 Server Error: Service Unavailable for url: https://rundb.belle2.org/rest/v1/runs/?expand=True&limit=100&max_experiment=18&max_run=650&min_experiment=18&min_run=100&offset=200&run_type=physics
Traceback (most recent call last):
  File "/data/b2soft/buildbot/light/build/analysis/tests/test_b2info-luminosity.py", line 33, in 
    subprocess.check_call(
  File "/cvmfs/belle.cern.ch/el9/externals/v02-03-03/Linux_x86_64/common/lib/python3.11/subprocess.py", line 413, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['b2info-luminosity', '--exp', '18', '--runs', '100,200-300,600-650', '--what', 'online', '--token', 'eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJlbmRwb2ludHMiOlsicmVzdC92MS9ydW5zLyJdLCJuYW1lIjoiYmFzZjJfdW5pdHRlc3QifQ.QGfS2g5w0KwSCoL1BrLwyo-FwBzd6Gb60rbq036_as4']' returned non-zero exit status 1.
=== end analysis/tests/test_b2info-luminosity.py ===