DEBUG: Executing python function extend_recipe_sysroot
NOTE: Direct dependencies are ['virtual:native:TOPDIR/sources/openembedded-core/meta/recipes-devtools/patch/patch_2.7.6.bb:do_populate_sysroot', 'virtual:native:TOPDIR/sources/openembedded-core/meta/recipes-devtools/python/python3-wheel_0.37.1.bb:do_populate_sysroot', 'virtual:native:TOPDIR/sources/openembedded-core/meta/recipes-devtools/python/python3-pip_22.0.3.bb:do_populate_sysroot', 'virtual:native:TOPDIR/sources/openembedded-core/meta/recipes-devtools/python/python3_3.10.2.bb:do_populate_sysroot', 'TOPDIR/sources/openembedded-core/meta/recipes-devtools/quilt/quilt-native_0.67.bb:do_populate_sysroot', 'TOPDIR/sources/openembedded-core/meta/recipes-core/glibc/glibc_2.35.bb:do_populate_sysroot', 'TOPDIR/sources/meta-clang/recipes-devtools/clang/compiler-rt_git.bb:do_populate_sysroot', 'TOPDIR/sources/meta-clang/recipes-devtools/clang/libcxx_git.bb:do_populate_sysroot', 'virtual:native:TOPDIR/sources/openembedded-core/meta/recipes-devtools/python/python3-setuptools_59.5.0.bb:do_populate_sysroot', 'TOPDIR/sources/meta-clang/recipes-devtools/clang/clang-cross_git.bb:do_populate_sysroot', 'virtual:native:TOPDIR/sources/openembedded-core/meta/recipes-devtools/pseudo/pseudo_git.bb:do_populate_sysroot', 'TOPDIR/sources/openembedded-core/meta/recipes-devtools/python/python3_3.10.2.bb:do_populate_sysroot']
NOTE: Installed into sysroot: []
NOTE: Skipping as already exists in sysroot: ['patch-native', 'python3-wheel-native', 'python3-pip-native', 'python3-native', 'quilt-native', 'glibc', 'compiler-rt', 'libcxx', 'python3-setuptools-native', 'clang-cross-aarch64', 'pseudo-native', 'python3', 'libtool-native', 'attr-native', 'python3-flit-core-native', 'unzip-native', 'linux-libc-headers', 'gcc-runtime', 'util-linux-libuuid', 'libtirpc', 'readline', 'bzip2', 'libxcrypt', 'sqlite3', 'openssl', 'libnsl2', 'libffi', 'opkg-utils', 'zlib', 'gdbm', 'xz', 'openssl-native', 'sqlite3-native', 'libtirpc-native', 'readline-native', 'bzip2-native', 'gdbm-native', 'libnsl2-native', 'zlib-native', 'xz-native', 'libffi-native', 'util-linux-libuuid-native', 'libgcc', 'binutils-cross-aarch64', 'clang-native', 'texinfo-dummy-native', 'gettext-minimal-native', 'ncurses', 'perl-native', 'ncurses-native', 'flex-native', 'gnu-config-native', 'cmake-native', 'libxml2-native', 'binutils-native', 'swig-native', 'libedit-native', 'm4-native', 'zstd-native', 'curl-native', 'elfutils-native', 'libpcre-native', 'libarchive-native', 'libmicrohttpd-native', 'lzo-native', 'gnutls-native', 'libgcrypt-native', 'libunistring-native', 'nettle-native', 'libidn2-native', 'gmp-native', 'libcap-native', 'libgpg-error-native']
DEBUG: Python function extend_recipe_sysroot finished
DEBUG: Executing shell function do_install
Using pip 22.0.3 from TOPDIR/build/tmp/work/cortexa72-yoe-linux/python3-thrift/0.15.0-r0/recipe-sysroot-native/usr/lib/python3.10/site-packages/pip (python 3.10)
Non-user install due to --prefix or --target option
Ignoring indexes: https://pypi.org/simple
Created temporary directory: /tmp/pip-ephem-wheel-cache-5_5qpuvr
Created temporary directory: /tmp/pip-req-tracker-usxdgiup
Initialized build tracking at /tmp/pip-req-tracker-usxdgiup
Created build tracker: /tmp/pip-req-tracker-usxdgiup
Entered build tracker: /tmp/pip-req-tracker-usxdgiup
Created temporary directory: /tmp/pip-install-kytd_lot
WARNING: Requirement 'TOPDIR/build/tmp/work/cortexa72-yoe-linux/python3-thrift/0.15.0-r0/thrift-0.15.0/dist/thrift-*-*.whl' looks like a filename, but the file does not exist
ERROR: thrift-*-*.whl is not a valid wheel filename.
Exception information:
Traceback (most recent call last):
  File "TOPDIR/build/tmp/work/cortexa72-yoe-linux/python3-thrift/0.15.0-r0/recipe-sysroot-native/usr/lib/python3.10/site-packages/pip/_internal/cli/base_command.py", line 167, in exc_logging_wrapper
    status = run_func(*args)
  File "TOPDIR/build/tmp/work/cortexa72-yoe-linux/python3-thrift/0.15.0-r0/recipe-sysroot-native/usr/lib/python3.10/site-packages/pip/_internal/cli/req_command.py", line 205, in wrapper
    return func(self, options, args)
  File "TOPDIR/build/tmp/work/cortexa72-yoe-linux/python3-thrift/0.15.0-r0/recipe-sysroot-native/usr/lib/python3.10/site-packages/pip/_internal/commands/install.py", line 305, in run
    reqs = self.get_requirements(args, options, finder, session)
  File "TOPDIR/build/tmp/work/cortexa72-yoe-linux/python3-thrift/0.15.0-r0/recipe-sysroot-native/usr/lib/python3.10/site-packages/pip/_internal/cli/req_command.py", line 416, in get_requirements
    req_to_add = install_req_from_line(
  File "TOPDIR/build/tmp/work/cortexa72-yoe-linux/python3-thrift/0.15.0-r0/recipe-sysroot-native/usr/lib/python3.10/site-packages/pip/_internal/req/constructors.py", line 390, in install_req_from_line
    parts = parse_req_from_line(name, line_source)
  File "TOPDIR/build/tmp/work/cortexa72-yoe-linux/python3-thrift/0.15.0-r0/recipe-sysroot-native/usr/lib/python3.10/site-packages/pip/_internal/req/constructors.py", line 319, in parse_req_from_line
    wheel = Wheel(link.filename)  # can raise InvalidWheelFilename
  File "TOPDIR/build/tmp/work/cortexa72-yoe-linux/python3-thrift/0.15.0-r0/recipe-sysroot-native/usr/lib/python3.10/site-packages/pip/_internal/models/wheel.py", line 28, in __init__
    raise InvalidWheelFilename(f"{filename} is not a valid wheel filename.")
pip._internal.exceptions.InvalidWheelFilename: thrift-*-*.whl is not a valid wheel filename.
Removed build tracker: '/tmp/pip-req-tracker-usxdgiup'
ERROR: Failed to pip install wheel. Check the logs.
WARNING: TOPDIR/build/tmp/work/cortexa72-yoe-linux/python3-thrift/0.15.0-r0/temp/run.do_install.2034682:192 exit 1 from 'exit 1'
WARNING: Backtrace (BB generated script): 
	#1: bbfatal_log, TOPDIR/build/tmp/work/cortexa72-yoe-linux/python3-thrift/0.15.0-r0/temp/run.do_install.2034682, line 192
	#2: pip_install_wheel_do_install, TOPDIR/build/tmp/work/cortexa72-yoe-linux/python3-thrift/0.15.0-r0/temp/run.do_install.2034682, line 171
	#3: setuptools3_do_install, TOPDIR/build/tmp/work/cortexa72-yoe-linux/python3-thrift/0.15.0-r0/temp/run.do_install.2034682, line 165
	#4: do_install, TOPDIR/build/tmp/work/cortexa72-yoe-linux/python3-thrift/0.15.0-r0/temp/run.do_install.2034682, line 160
	#5: main, TOPDIR/build/tmp/work/cortexa72-yoe-linux/python3-thrift/0.15.0-r0/temp/run.do_install.2034682, line 196

Error details

Submitted on:
09/03/22 10:52
Error type:
Recipe
Task:
do_install
Recipe:
python3-thrift
Recipe version:
0.15.0-r0
Machine:
raspberrypi4-64
Distro:
yoe
Build system:
x86_64-linux
Target system:
aarch64-yoe-linux
Host distro:
universal/arch
Branch:
yoe/mut
Commit:
333754e89a274a7cfe3131dc4455f10df1b5c4a0
Build:
#142503
Submitter:
raj.khem@gmail.com
Similar errors:
0
Open a bug