CoffeaTeam / docker-coffea-base

Base Docker image for Coffea
BSD 3-Clause "New" or "Revised" License
2 stars 8 forks source link

Revert "Update Coffea version to 0.7.22" #92

Closed oshadura closed 1 year ago

oshadura commented 1 year ago

Reverts CoffeaTeam/docker-coffea-base#89

lgray commented 1 year ago

something break?

oshadura commented 1 year ago

I am trying to understand why pytest got broken after I merged 0.7.22 (I see an xrootd "operation expired" error). Just wanted to make sure everything works as it should.

oshadura commented 1 year ago

Looks like EOS is down...

>>> uproot.open("root://eospublic.cern.ch//eos/root-eos/cms_opendata_2012_nanoaod/Run2012B_DoubleMuParked.root")
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/opt/conda/lib/python3.8/site-packages/uproot/reading.py", line 141, in open
    file = ReadOnlyFile(
  File "/opt/conda/lib/python3.8/site-packages/uproot/reading.py", line 580, in __init__
    self._source = Source(
  File "/opt/conda/lib/python3.8/site-packages/uproot/source/xrootd.py", line 453, in __init__
    self._open()
  File "/opt/conda/lib/python3.8/site-packages/uproot/source/xrootd.py", line 457, in _open
    [
  File "/opt/conda/lib/python3.8/site-packages/uproot/source/xrootd.py", line 458, in <listcomp>
    XRootDResource(self._file_path, self._timeout)
  File "/opt/conda/lib/python3.8/site-packages/uproot/source/xrootd.py", line 83, in __init__
    self._open()
  File "/opt/conda/lib/python3.8/site-packages/uproot/source/xrootd.py", line 92, in _open
    self._xrd_error(status)
  File "/opt/conda/lib/python3.8/site-packages/uproot/source/xrootd.py", line 118, in _xrd_error
    raise OSError(
OSError: XRootD error: [ERROR] Operation expired
in file root://eospublic.cern.ch//eos/root-eos/cms_opendata_2012_nanoaod/Run2012B_DoubleMuParked.root
>>> 
oshadura commented 1 year ago

EOS is back! I will close this PR and restart GH actions that failed before.