Your message dated Tue, 31 May 2022 09:04:31 +0000
with message-id <e1nvxnj-0001b1...@fasolo.debian.org>
and subject line Bug#1011139: fixed in python-omegaconf 2.1.0~rc1-3
has caused the Debian Bug report #1011139,
regarding python-omegaconf: FTBFS without internet connection
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1011139: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1011139
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: python-omegaconf
Version: 2.1.0~rc1-2
Severity: serious
Tags: ftbfs
Justification: fails to build from source (but built successfully in the past)
X-Debbugs-Cc: sl...@ubuntu.com

Dear Maintainer,

The python-omegaconf package fails to build from source, whenever the host
is not connected to the internet (or behind a proxy). This can also be seen in
Debian's reproducible-builds:
https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/python-omegaconf.html

Cheers,
  Lukas

python3.9 setup.py install --install-layout=deb --root 
/build/1st/python-omegaconf-2.1.0~rc1/debian/tmp
/usr/lib/python3/dist-packages/setuptools/installer.py:27: 
SetuptoolsDeprecationWarning: setuptools.installer is deprecated. Requirements 
should be satisfied by a PEP 517 installer.
  warnings.warn(
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, 
status=None)) after connection broken by 
'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 
0x7fc7d15cad00>: Failed to establish a new connection: [Errno -3] Temporary 
failure in name resolution')': /simple/pytest-runner/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, 
status=None)) after connection broken by 
'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 
0x7fc7d15cafa0>: Failed to establish a new connection: [Errno -3] Temporary 
failure in name resolution')': /simple/pytest-runner/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, 
status=None)) after connection broken by 
'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 
0x7fc7d1570280>: Failed to establish a new connection: [Errno -3] Temporary 
failure in name resolution')': /simple/pytest-runner/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, 
status=None)) after connection broken by 
'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 
0x7fc7d1570460>: Failed to establish a new connection: [Errno -3] Temporary 
failure in name resolution')': /simple/pytest-runner/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, 
status=None)) after connection broken by 
'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at 
0x7fc7d1570610>: Failed to establish a new connection: [Errno -3] Temporary 
failure in name resolution')': /simple/pytest-runner/
ERROR: Could not find a version that satisfies the requirement pytest-runner 
(from versions: none)
ERROR: No matching distribution found for pytest-runner
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/setuptools/installer.py", line 82, 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/tmpjd7rmory', 
'--quiet', 'pytest-runner']' returned non-zero exit status 1.

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/build/1st/python-omegaconf-2.1.0~rc1/setup.py", line 34, in <module>
    setuptools.setup(
  File "/usr/lib/python3/dist-packages/setuptools/__init__.py", line 152, in 
setup
    _install_setup_requires(attrs)
  File "/usr/lib/python3/dist-packages/setuptools/__init__.py", line 147, in 
_install_setup_requires
    dist.fetch_build_eggs(dist.setup_requires)
  File "/usr/lib/python3/dist-packages/setuptools/dist.py", line 812, in 
fetch_build_eggs
    resolved_dists = pkg_resources.working_set.resolve(
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 771, in 
resolve
    dist = best[req.key] = env.best_match(
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 1056, 
in best_match
    return self.obtain(req, installer)
  File "/usr/lib/python3/dist-packages/pkg_resources/__init__.py", line 1068, 
in obtain
    return installer(requirement)
  File "/usr/lib/python3/dist-packages/setuptools/dist.py", line 883, in 
fetch_build_egg
    return fetch_build_egg(self, req)
  File "/usr/lib/python3/dist-packages/setuptools/installer.py", line 84, in 
fetch_build_egg
    raise DistutilsError(str(e)) from e
distutils.errors.DistutilsError: Command '['/usr/bin/python3.9', '-m', 'pip', 
'--disable-pip-version-check', 'wheel', '--no-deps', '-w', '/tmp/tmpjd7rmory', 
'--quiet', 'pytest-runner']' returned non-zero exit status 1.
make[1]: *** [debian/rules:18: override_dh_auto_install] Error 1

-- System Information:
Debian Release: bookworm/sid
  APT prefers jammy-updates
  APT policy: (500, 'jammy-updates'), (500, 'jammy-security'), (500, 'jammy')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.15.0-27-generic (SMP w/4 CPU threads)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

--- End Message ---
--- Begin Message ---
Source: python-omegaconf
Source-Version: 2.1.0~rc1-3
Done: Thomas Goirand <z...@debian.org>

We believe that the bug you reported is fixed in the latest version of
python-omegaconf, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1011...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Thomas Goirand <z...@debian.org> (supplier of updated python-omegaconf package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Tue, 31 May 2022 10:45:28 +0200
Source: python-omegaconf
Architecture: source
Version: 2.1.0~rc1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian OpenStack <team+openst...@tracker.debian.org>
Changed-By: Thomas Goirand <z...@debian.org>
Closes: 1011139
Changes:
 python-omegaconf (2.1.0~rc1-3) unstable; urgency=medium
 .
   * Defines http_proxy=127.0.0.1:9 to avoid internet trafic.
   * Add python3-pytest-runner as build-depends (Closes: #1011139).
Checksums-Sha1:
 1f17c5a66be4eb3618b285e3bad2d8584f1e631c 2189 python-omegaconf_2.1.0~rc1-3.dsc
 e3f40543be7d3d034819664b9de91ad12ceb61c8 2444 
python-omegaconf_2.1.0~rc1-3.debian.tar.xz
 d3b1d840ed01a53a94fd487ced69d49878e04898 9187 
python-omegaconf_2.1.0~rc1-3_amd64.buildinfo
Checksums-Sha256:
 c7e3e76977d850fa25d645dbe60f8172dc34772a556d4fa9a6b12eaa9ca53d5e 2189 
python-omegaconf_2.1.0~rc1-3.dsc
 2db7722d20510536937c17ed9e548c620b72e0e79f0cdc3cad56572ac2326099 2444 
python-omegaconf_2.1.0~rc1-3.debian.tar.xz
 2d9ade2c11d5fa3ae296a747ca34f0f92311187ec691bbf7be9cc3603fc2084c 9187 
python-omegaconf_2.1.0~rc1-3_amd64.buildinfo
Files:
 a0f1f423fd056c9c02807c5e656c3c69 2189 python optional 
python-omegaconf_2.1.0~rc1-3.dsc
 6dacb12311103bd54a982a9017003f28 2444 python optional 
python-omegaconf_2.1.0~rc1-3.debian.tar.xz
 d6b2f0255cb6f850cc47c964bf3da703 9187 python optional 
python-omegaconf_2.1.0~rc1-3_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEoLGp81CJVhMOekJc1BatFaxrQ/4FAmKV1poACgkQ1BatFaxr
Q/5PnBAAiRvqob0+whzlwiF1F6bXDqUJr+EZbFdx4WcEVK/yMbixTcGcovdKdLza
hEr3N5YsoycPbAi3J9YJSNsQC3/DfRMWnX+aOWGQjF/iCfktZKW8lp8CNZrTlneX
6B+orWDxf9R12wTiqRpVcQaW4oh9srnufjRhcINtix9PHuF8jYYnb9mH5NzbNXSr
QxRmFdWeTjnHn2Nc505nb7HbC3gx0qdzAnIQK9qDQTbdEK/CRgbVR/N/BC7LZdcF
bGanvBavLj8vTTBkwG9VA4ZcDU/sc0q+h59gEM7prI68ba7Cuji39OELXqvJOO+g
uNJNM7rSRmYHICgbhJ8Q0qtwWlD8BBovlbFoHLVdTb2Yfl4uwTs0CvV4rqiQtdY/
5bCC66XEbUVetvHvQQkNJEeGwV9Kp1wkQxIMkUt3cZrxiRsqR2bN+rQPILt1bRRR
RwdKwpmsPw5OzQNJ+DN0q2AlZZ8mZ7PI4DU8/imL11+XgJ5YbdmfvmJhICuivetg
cYjQpL6U5XhlUcRkmfg1dDRIZWiUUt2R6TL/YI7vGEUE0THjZbn9lZZkmlObF1sG
oei7ZEBubJ1GIRw4Ilwf2VK0wDlFaHKP2wR8wtR8vv+AFvmhAnHmlatWJ31FdZFM
GAVHAYZHUlco/J8JGEeZ8CuNkCtRP0MMaTicADxfKBlsHhSjDo0=
=uhoi
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to