vallox_websocket_api-2.8.1 can't compile #235

Closed
opened 2021-10-03 13:26:05 +02:00 by onkelbeh · 0 comments
Owner
 * Package:    dev-python/vallox-websocket-api-2.8.1
 * Repository: HomeAssistantRepository
 * Maintainer: b@edevau.net
 * Upstream:   yozik04@gmail.com
 * USE:        abi_x86_64 amd64 elibc_glibc kernel_linux python_targets_python3_9 test userland_GNU
 * FEATURES:   network-sandbox preserve-libs sandbox userpriv usersandbox
>>> Unpacking source...
>>> Unpacking vallox-websocket-api-2.8.1.tar.gz to /var/tmp/portage/dev-python/vallox-websocket-api-2.8.1/work
>>> Source unpacked in /var/tmp/portage/dev-python/vallox-websocket-api-2.8.1/work
>>> Preparing source in /var/tmp/portage/dev-python/vallox-websocket-api-2.8.1/work/vallox_websocket_api-2.8.1 ...
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/dev-python/vallox-websocket-api-2.8.1/work/vallox_websocket_api-2.8.1 ...
>>> Source configured.
>>> Compiling source in /var/tmp/portage/dev-python/vallox-websocket-api-2.8.1/work/vallox_websocket_api-2.8.1 ...
 * python3_9: running distutils-r1_run_phase distutils-r1_python_compile
python3.9 setup.py build -j 6
/usr/lib/python3.9/site-packages/setuptools/dist.py:697: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead
  warnings.warn(
WARNING: The wheel package is not available.
  Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7fccd910e610>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))': /simple/wheel/
  Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7fccd90eadc0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))': /simple/wheel/
  Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7fccd90ea160>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))': /simple/wheel/
  Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7fccd90ea430>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))': /simple/wheel/
  Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7fccd90eaa00>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))': /simple/wheel/
  Could not find a version that satisfies the requirement wheel (from versions: )
No matching distribution found for wheel
Traceback (most recent call last):
  File "/usr/lib/python3.9/site-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', '/var/tmp/portage/dev-python/vallox-websocket-api-2.8.1/temp/tmpinnihr8o', '--quiet', 'wheel']' returned non-zero exit status 1.

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

Traceback (most recent call last):
  File "/var/tmp/portage/dev-python/vallox-websocket-api-2.8.1/work/vallox_websocket_api-2.8.1/setup.py", line 19, in <module>
    setup(
  File "/usr/lib/python3.9/site-packages/setuptools/__init__.py", line 152, in setup
    _install_setup_requires(attrs)
  File "/usr/lib/python3.9/site-packages/setuptools/__init__.py", line 147, in _install_setup_requires
    dist.fetch_build_eggs(dist.setup_requires)
  File "/usr/lib/python3.9/site-packages/setuptools/dist.py", line 785, in fetch_build_eggs
    resolved_dists = pkg_resources.working_set.resolve(
  File "/usr/lib/python3.9/site-packages/pkg_resources/__init__.py", line 766, in resolve
    dist = best[req.key] = env.best_match(
  File "/usr/lib/python3.9/site-packages/pkg_resources/__init__.py", line 1051, in best_match
    return self.obtain(req, installer)
  File "/usr/lib/python3.9/site-packages/pkg_resources/__init__.py", line 1063, in obtain
    return installer(requirement)
  File "/usr/lib/python3.9/site-packages/setuptools/dist.py", line 844, in fetch_build_egg
    return fetch_build_egg(self, req)
  File "/usr/lib/python3.9/site-packages/setuptools/installer.py", line 77, 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', '/var/tmp/portage/dev-python/vallox-websocket-api-2.8.1/temp/tmpinnihr8o', '--quiet', 'wheel']' returned non-zero exit status 1.
 * ERROR: dev-python/vallox-websocket-api-2.8.1::HomeAssistantRepository failed (compile phase):
 *   (no error message)
 *
 * Call stack:
 *     ebuild.sh, line  127:  Called src_compile
 *   environment, line 2860:  Called distutils-r1_src_compile
 *   environment, line 1165:  Called _distutils-r1_run_foreach_impl 'distutils-r1_python_compile'
 *   environment, line  459:  Called python_foreach_impl 'distutils-r1_run_phase' 'distutils-r1_python_compile'
 *   environment, line 2538:  Called multibuild_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile'
 *   environment, line 2068:  Called _multibuild_run '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile'
 *   environment, line 2066:  Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'distutils-r1_python_compile'
 *   environment, line  770:  Called distutils-r1_run_phase 'distutils-r1_python_compile'
 *   environment, line 1156:  Called distutils-r1_python_compile
 *   environment, line 1014:  Called esetup.py 'build' '-j' '6'
 *   environment, line 1603:  Called die
 * The specific snippet of code:
 *       "${@}" || die -n;
 *
 * If you need support, post the output of `emerge --info '=dev-python/vallox-websocket-api-2.8.1::HomeAssistantRepository'`,
 * the complete build log and the output of `emerge -pqv '=dev-python/vallox-websocket-api-2.8.1::HomeAssistantRepository'`.
 * The complete build log is located at '/var/tmp/portage/dev-python/vallox-websocket-api-2.8.1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/dev-python/vallox-websocket-api-2.8.1/temp/environment'.
 * Working directory: '/var/tmp/portage/dev-python/vallox-websocket-api-2.8.1/work/vallox_websocket_api-2.8.1'
 * S: '/var/tmp/portage/dev-python/vallox-websocket-api-2.8.1/work/vallox_websocket_api-2.8.1'
``` * Package: dev-python/vallox-websocket-api-2.8.1 * Repository: HomeAssistantRepository * Maintainer: b@edevau.net * Upstream: yozik04@gmail.com * USE: abi_x86_64 amd64 elibc_glibc kernel_linux python_targets_python3_9 test userland_GNU * FEATURES: network-sandbox preserve-libs sandbox userpriv usersandbox >>> Unpacking source... >>> Unpacking vallox-websocket-api-2.8.1.tar.gz to /var/tmp/portage/dev-python/vallox-websocket-api-2.8.1/work >>> Source unpacked in /var/tmp/portage/dev-python/vallox-websocket-api-2.8.1/work >>> Preparing source in /var/tmp/portage/dev-python/vallox-websocket-api-2.8.1/work/vallox_websocket_api-2.8.1 ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/dev-python/vallox-websocket-api-2.8.1/work/vallox_websocket_api-2.8.1 ... >>> Source configured. >>> Compiling source in /var/tmp/portage/dev-python/vallox-websocket-api-2.8.1/work/vallox_websocket_api-2.8.1 ... * python3_9: running distutils-r1_run_phase distutils-r1_python_compile python3.9 setup.py build -j 6 /usr/lib/python3.9/site-packages/setuptools/dist.py:697: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead warnings.warn( WARNING: The wheel package is not available. Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7fccd910e610>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))': /simple/wheel/ Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7fccd90eadc0>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))': /simple/wheel/ Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7fccd90ea160>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))': /simple/wheel/ Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7fccd90ea430>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))': /simple/wheel/ Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7fccd90eaa00>: Failed to establish a new connection: [Errno -3] Temporary failure in name resolution'))': /simple/wheel/ Could not find a version that satisfies the requirement wheel (from versions: ) No matching distribution found for wheel Traceback (most recent call last): File "/usr/lib/python3.9/site-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', '/var/tmp/portage/dev-python/vallox-websocket-api-2.8.1/temp/tmpinnihr8o', '--quiet', 'wheel']' returned non-zero exit status 1. The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/var/tmp/portage/dev-python/vallox-websocket-api-2.8.1/work/vallox_websocket_api-2.8.1/setup.py", line 19, in <module> setup( File "/usr/lib/python3.9/site-packages/setuptools/__init__.py", line 152, in setup _install_setup_requires(attrs) File "/usr/lib/python3.9/site-packages/setuptools/__init__.py", line 147, in _install_setup_requires dist.fetch_build_eggs(dist.setup_requires) File "/usr/lib/python3.9/site-packages/setuptools/dist.py", line 785, in fetch_build_eggs resolved_dists = pkg_resources.working_set.resolve( File "/usr/lib/python3.9/site-packages/pkg_resources/__init__.py", line 766, in resolve dist = best[req.key] = env.best_match( File "/usr/lib/python3.9/site-packages/pkg_resources/__init__.py", line 1051, in best_match return self.obtain(req, installer) File "/usr/lib/python3.9/site-packages/pkg_resources/__init__.py", line 1063, in obtain return installer(requirement) File "/usr/lib/python3.9/site-packages/setuptools/dist.py", line 844, in fetch_build_egg return fetch_build_egg(self, req) File "/usr/lib/python3.9/site-packages/setuptools/installer.py", line 77, 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', '/var/tmp/portage/dev-python/vallox-websocket-api-2.8.1/temp/tmpinnihr8o', '--quiet', 'wheel']' returned non-zero exit status 1. * ERROR: dev-python/vallox-websocket-api-2.8.1::HomeAssistantRepository failed (compile phase): * (no error message) * * Call stack: * ebuild.sh, line 127: Called src_compile * environment, line 2860: Called distutils-r1_src_compile * environment, line 1165: Called _distutils-r1_run_foreach_impl 'distutils-r1_python_compile' * environment, line 459: Called python_foreach_impl 'distutils-r1_run_phase' 'distutils-r1_python_compile' * environment, line 2538: Called multibuild_foreach_variant '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile' * environment, line 2068: Called _multibuild_run '_python_multibuild_wrapper' 'distutils-r1_run_phase' 'distutils-r1_python_compile' * environment, line 2066: Called _python_multibuild_wrapper 'distutils-r1_run_phase' 'distutils-r1_python_compile' * environment, line 770: Called distutils-r1_run_phase 'distutils-r1_python_compile' * environment, line 1156: Called distutils-r1_python_compile * environment, line 1014: Called esetup.py 'build' '-j' '6' * environment, line 1603: Called die * The specific snippet of code: * "${@}" || die -n; * * If you need support, post the output of `emerge --info '=dev-python/vallox-websocket-api-2.8.1::HomeAssistantRepository'`, * the complete build log and the output of `emerge -pqv '=dev-python/vallox-websocket-api-2.8.1::HomeAssistantRepository'`. * The complete build log is located at '/var/tmp/portage/dev-python/vallox-websocket-api-2.8.1/temp/build.log'. * The ebuild environment file is located at '/var/tmp/portage/dev-python/vallox-websocket-api-2.8.1/temp/environment'. * Working directory: '/var/tmp/portage/dev-python/vallox-websocket-api-2.8.1/work/vallox_websocket_api-2.8.1' * S: '/var/tmp/portage/dev-python/vallox-websocket-api-2.8.1/work/vallox_websocket_api-2.8.1' ```
onkelbeh added the Bug label 2021-10-03 13:26:05 +02:00
onkelbeh added this to the Mid Ebuild Compile Test 2021.10 milestone 2021-10-03 13:26:11 +02:00
Sign in to join this conversation.
No Label Bug
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: onkelbeh/HomeAssistantRepository#235