Package: ilorest
Version: 3.2.2+ds1-2
Severity: serious

When rebuilding ilorest, I ran into error below on my build server
which has limited network access. AFAICT, adding a build-dependency on
python3-pbr should address this failure.

Cheers,
Sven

+ python3.9 setup.py install --install-layout=deb --root
/<<PKGBUILDDIR>>/debian/tmp
/usr/lib/python3/dist-packages/setuptools/dist.py:717: UserWarning:
Usage of dash-separated 'author-email' will not be supported in future
versions. Please use the underscore name 'author_email' instead
  warnings.warn(
WARNING: Retrying (Retry(total=4, connect=None, read=None,
redirect=None, status=None)) after connection broken by
'NewConnectionError('<urllib3.connection.HTTPSConnection object at
0x7f312df7ef40>: Failed to establish a new connection: [Errno -3]
Temporary failure in name resolution')': /simple/pbr/
WARNING: Retrying (Retry(total=3, connect=None, read=None,
redirect=None, status=None)) after connection broken by
'NewConnectionError('<urllib3.connection.HTTPSConnection object at
0x7f312df7e490>: Failed to establish a new connection: [Errno -3]
Temporary failure in name resolution')': /simple/pbr/
WARNING: Retrying (Retry(total=2, connect=None, read=None,
redirect=None, status=None)) after connection broken by
'NewConnectionError('<urllib3.connection.HTTPSConnection object at
0x7f312df7e700>: Failed to establish a new connection: [Errno -3]
Temporary failure in name resolution')': /simple/pbr/
WARNING: Retrying (Retry(total=1, connect=None, read=None,
redirect=None, status=None)) after connection broken by
'NewConnectionError('<urllib3.connection.HTTPSConnection object at
0x7f312df7ed30>: Failed to establish a new connection: [Errno -3]
Temporary failure in name resolution')': /simple/pbr/
WARNING: Retrying (Retry(total=0, connect=None, read=None,
redirect=None, status=None)) after connection broken by
'NewConnectionError('<urllib3.connection.HTTPSConnection object at
0x7f312df7e9d0>: Failed to establish a new connection: [Errno -3]
Temporary failure in name resolution')': /simple/pbr/
ERROR: Could not find a version that satisfies the requirement pbr>=2.0.0
ERROR: No matching distribution found for pbr>=2.0.0
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/setuptools/installer.py", line
75, in fetch_build_egg
    subprocess.check_call(cmd)
  File "/usr/lib/python3.9/subprocess.py", line 373, in check_call
    raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['/usr/bin/python3.9', '-m',
'pip', '--disable-pip-version-check', 'wheel', '--no-deps', '-w',
'/tmp/tmpjfkqfcf6', '--quiet', 'pbr>=2.0.0']' returned non-zero exit
status 1.

Reply via email to