D: [iurt_root_command] chroot Building target platforms: x86_64 Building for target x86_64 warning: /home/pterjan/rpmbuild/SPECS/python-llfuse.spec line 39: autopatch: no matching patches in range Installing /home/pterjan/rpmbuild/SRPMS/python-llfuse-1.5.0-3.mga10.src.rpm Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.YK6hrp Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.SQHEW7 + umask 022 + cd /home/pterjan/rpmbuild/BUILD/python-llfuse-1.5.0-build + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD/python-llfuse-1.5.0-build + rm -rf llfuse-1.5.0 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/llfuse-1.5.0.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd llfuse-1.5.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + find . -type f -name llfuse.c -print -delete ./src/llfuse.c + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.qccL6L + umask 022 + cd /home/pterjan/rpmbuild/BUILD/python-llfuse-1.5.0-build + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' + export RUSTFLAGS + LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd llfuse-1.5.0 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + /usr/bin/python3 setup.py build_cython /usr/lib/python3.13/site-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'tests_require' warnings.warn(msg) /usr/lib/python3.13/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL) See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running build_cython Compiling /home/pterjan/rpmbuild/BUILD/python-llfuse-1.5.0-build/llfuse-1.5.0/src/llfuse.pyx performance hint: src/handlers.pxi:13:5: Exception check on 'fuse_init' will always require the GIL to be acquired. Possible solutions: 1. Declare 'fuse_init' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions. 2. Use an 'int' return type on 'fuse_init' to allow an error code to be returned. performance hint: src/handlers.pxi:20:5: Exception check on 'fuse_destroy' will always require the GIL to be acquired. Possible solutions: 1. Declare 'fuse_destroy' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions. 2. Use an 'int' return type on 'fuse_destroy' to allow an error code to be returned. performance hint: src/handlers.pxi:31:5: Exception check on 'fuse_lookup' will always require the GIL to be acquired. Possible solutions: 1. Declare 'fuse_lookup' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions. 2. Use an 'int' return type on 'fuse_lookup' to allow an error code to be returned. performance hint: src/handlers.pxi:51:5: Exception check on 'fuse_forget' will always require the GIL to be acquired. Possible solutions: 1. Declare 'fuse_forget' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions. 2. Use an 'int' return type on 'fuse_forget' to allow an error code to be returned. performance hint: src/handlers.pxi:61:5: Exception check on 'fuse_forget_multi' will always require the GIL to be acquired. Possible solutions: 1. Declare 'fuse_forget_multi' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions. 2. Use an 'int' return type on 'fuse_forget_multi' to allow an error code to be returned. performance hint: src/handlers.pxi:73:5: Exception check on 'fuse_getattr' will always require the GIL to be acquired. Possible solutions: 1. Declare 'fuse_getattr' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions. 2. Use an 'int' return type on 'fuse_getattr' to allow an error code to be returned. performance hint: src/handlers.pxi:92:5: Exception check on 'fuse_setattr' will always require the GIL to be acquired. Possible solutions: 1. Declare 'fuse_setattr' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions. 2. Use an 'int' return type on 'fuse_setattr' to allow an error code to be returned. performance hint: src/handlers.pxi:148:5: Exception check on 'fuse_readlink' will always require the GIL to be acquired. Possible solutions: 1. Declare 'fuse_readlink' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions. 2. Use an 'int' return type on 'fuse_readlink' to allow an error code to be returned. performance hint: src/handlers.pxi:165:5: Exception check on 'fuse_mknod' will always require the GIL to be acquired. Possible solutions: 1. Declare 'fuse_mknod' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions. 2. Use an 'int' return type on 'fuse_mknod' to allow an error code to be returned. performance hint: src/handlers.pxi:184:5: Exception check on 'fuse_mkdir' will always require the GIL to be acquired. Possible solutions: 1. Declare 'fuse_mkdir' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions. 2. Use an 'int' return type on 'fuse_mkdir' to allow an error code to be returned. performance hint: src/handlers.pxi:206:5: Exception check on 'fuse_unlink' will always require the GIL to be acquired. Possible solutions: 1. Declare 'fuse_unlink' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions. 2. Use an 'int' return type on 'fuse_unlink' to allow an error code to be returned. performance hint: src/handlers.pxi:222:5: Exception check on 'fuse_rmdir' will always require the GIL to be acquired. Possible solutions: 1. Declare 'fuse_rmdir' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions. 2. Use an 'int' return type on 'fuse_rmdir' to allow an error code to be returned. performance hint: src/handlers.pxi:238:5: Exception check on 'fuse_symlink' will always require the GIL to be acquired. Possible solutions: 1. Declare 'fuse_symlink' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions. 2. Use an 'int' return type on 'fuse_symlink' to allow an error code to be returned. performance hint: src/handlers.pxi:257:5: Exception check on 'fuse_rename' will always require the GIL to be acquired. Possible solutions: 1. Declare 'fuse_rename' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions. 2. Use an 'int' return type on 'fuse_rename' to allow an error code to be returned. performance hint: src/handlers.pxi:275:5: Exception check on 'fuse_link' will always require the GIL to be acquired. Possible solutions: 1. Declare 'fuse_link' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions. 2. Use an 'int' return type on 'fuse_link' to allow an error code to be returned. performance hint: src/handlers.pxi:295:5: Exception check on 'fuse_open' will always require the GIL to be acquired. Possible solutions: 1. Declare 'fuse_open' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions. 2. Use an 'int' return type on 'fuse_open' to allow an error code to be returned. performance hint: src/handlers.pxi:316:5: Exception check on 'fuse_read' will always require the GIL to be acquired. Possible solutions: 1. Declare 'fuse_read' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions. 2. Use an 'int' return type on 'fuse_read' to allow an error code to be returned. performance hint: src/handlers.pxi:337:5: Exception check on 'fuse_write' will always require the GIL to be acquired. Possible solutions: 1. Declare 'fuse_write' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions. 2. Use an 'int' return type on 'fuse_write' to allow an error code to be returned. performance hint: src/handlers.pxi:362:5: Exception check on 'fuse_write_buf' will always require the GIL to be acquired. Possible solutions: 1. Declare 'fuse_write_buf' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions. 2. Use an 'int' return type on 'fuse_write_buf' to allow an error code to be returned. performance hint: src/handlers.pxi:385:5: Exception check on 'fuse_flush' will always require the GIL to be acquired. Possible solutions: 1. Declare 'fuse_flush' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions. 2. Use an 'int' return type on 'fuse_flush' to allow an error code to be returned. performance hint: src/handlers.pxi:400:5: Exception check on 'fuse_release' will always require the GIL to be acquired. Possible solutions: 1. Declare 'fuse_release' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions. 2. Use an 'int' return type on 'fuse_release' to allow an error code to be returned. performance hint: src/handlers.pxi:415:5: Exception check on 'fuse_fsync' will always require the GIL to be acquired. Possible solutions: 1. Declare 'fuse_fsync' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions. 2. Use an 'int' return type on 'fuse_fsync' to allow an error code to be returned. performance hint: src/handlers.pxi:431:5: Exception check on 'fuse_opendir' will always require the GIL to be acquired. Possible solutions: 1. Declare 'fuse_opendir' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions. 2. Use an 'int' return type on 'fuse_opendir' to allow an error code to be returned. performance hint: src/handlers.pxi:448:5: Exception check on 'fuse_readdir' will always require the GIL to be acquired. Possible solutions: 1. Declare 'fuse_readdir' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions. 2. Use an 'int' return type on 'fuse_readdir' to allow an error code to be returned. performance hint: src/handlers.pxi:482:5: Exception check on 'fuse_releasedir' will always require the GIL to be acquired. Possible solutions: 1. Declare 'fuse_releasedir' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions. 2. Use an 'int' return type on 'fuse_releasedir' to allow an error code to be returned. performance hint: src/handlers.pxi:498:5: Exception check on 'fuse_fsyncdir' will always require the GIL to be acquired. Possible solutions: 1. Declare 'fuse_fsyncdir' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions. 2. Use an 'int' return type on 'fuse_fsyncdir' to allow an error code to be returned. performance hint: src/handlers.pxi:515:5: Exception check on 'fuse_statfs' will always require the GIL to be acquired. Possible solutions: 1. Declare 'fuse_statfs' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions. 2. Use an 'int' return type on 'fuse_statfs' to allow an error code to be returned. performance hint: src/handlers.pxi:533:5: Exception check on 'fuse_setxattr_darwin' will always require the GIL to be acquired. Possible solutions: 1. Declare 'fuse_setxattr_darwin' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions. 2. Use an 'int' return type on 'fuse_setxattr_darwin' to allow an error code to be returned. performance hint: src/handlers.pxi:553:5: Exception check on 'fuse_setxattr' will always require the GIL to be acquired. Possible solutions: 1. Declare 'fuse_setxattr' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions. 2. Use an 'int' return type on 'fuse_setxattr' to allow an error code to be returned. performance hint: src/handlers.pxi:601:5: Exception check on 'fuse_getxattr_darwin' will always require the GIL to be acquired. Possible solutions: 1. Declare 'fuse_getxattr_darwin' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions. 2. Use an 'int' return type on 'fuse_getxattr_darwin' to allow an error code to be returned. performance hint: src/handlers.pxi:613:5: Exception check on 'fuse_getxattr' will always require the GIL to be acquired. Possible solutions: 1. Declare 'fuse_getxattr' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions. 2. Use an 'int' return type on 'fuse_getxattr' to allow an error code to be returned. performance hint: src/handlers.pxi:641:5: Exception check on 'fuse_listxattr' will always require the GIL to be acquired. Possible solutions: 1. Declare 'fuse_listxattr' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions. 2. Use an 'int' return type on 'fuse_listxattr' to allow an error code to be returned. performance hint: src/handlers.pxi:671:5: Exception check on 'fuse_removexattr' will always require the GIL to be acquired. Possible solutions: 1. Declare 'fuse_removexattr' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions. 2. Use an 'int' return type on 'fuse_removexattr' to allow an error code to be returned. performance hint: src/handlers.pxi:687:5: Exception check on 'fuse_access' will always require the GIL to be acquired. Possible solutions: 1. Declare 'fuse_access' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions. 2. Use an 'int' return type on 'fuse_access' to allow an error code to be returned. performance hint: src/handlers.pxi:707:5: Exception check on 'fuse_create' will always require the GIL to be acquired. Possible solutions: 1. Declare 'fuse_create' as 'noexcept' if you control the definition and you're sure you don't want the function to raise exceptions. 2. Use an 'int' return type on 'fuse_create' to allow an error code to be returned. Using Cython version 3.0.12. + mkdir -p /home/pterjan/rpmbuild/BUILD/python-llfuse-1.5.0-build/llfuse-1.5.0/.pyproject-builddir + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + VALAFLAGS=-g + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' + LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + CXX=g++ + TMPDIR=/home/pterjan/rpmbuild/BUILD/python-llfuse-1.5.0-build/llfuse-1.5.0/.pyproject-builddir + /usr/bin/python3 -Bs /usr/lib/rpm/redhat/pyproject_wheel.py /home/pterjan/rpmbuild/BUILD/python-llfuse-1.5.0-build/llfuse-1.5.0/pyproject-wheeldir Processing /home/pterjan/rpmbuild/BUILD/python-llfuse-1.5.0-build/llfuse-1.5.0 Preparing metadata (pyproject.toml): started Running command Preparing metadata (pyproject.toml) /usr/lib/python3.13/site-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'tests_require' warnings.warn(msg) /usr/lib/python3.13/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL) See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running dist_info creating /home/pterjan/rpmbuild/BUILD/python-llfuse-1.5.0-build/llfuse-1.5.0/.pyproject-builddir/pip-modern-metadata-bw4bzkaj/llfuse.egg-info writing /home/pterjan/rpmbuild/BUILD/python-llfuse-1.5.0-build/llfuse-1.5.0/.pyproject-builddir/pip-modern-metadata-bw4bzkaj/llfuse.egg-info/PKG-INFO writing dependency_links to /home/pterjan/rpmbuild/BUILD/python-llfuse-1.5.0-build/llfuse-1.5.0/.pyproject-builddir/pip-modern-metadata-bw4bzkaj/llfuse.egg-info/dependency_links.txt writing top-level names to /home/pterjan/rpmbuild/BUILD/python-llfuse-1.5.0-build/llfuse-1.5.0/.pyproject-builddir/pip-modern-metadata-bw4bzkaj/llfuse.egg-info/top_level.txt writing manifest file '/home/pterjan/rpmbuild/BUILD/python-llfuse-1.5.0-build/llfuse-1.5.0/.pyproject-builddir/pip-modern-metadata-bw4bzkaj/llfuse.egg-info/SOURCES.txt' reading manifest file '/home/pterjan/rpmbuild/BUILD/python-llfuse-1.5.0-build/llfuse-1.5.0/.pyproject-builddir/pip-modern-metadata-bw4bzkaj/llfuse.egg-info/SOURCES.txt' adding license file 'LICENSE' writing manifest file '/home/pterjan/rpmbuild/BUILD/python-llfuse-1.5.0-build/llfuse-1.5.0/.pyproject-builddir/pip-modern-metadata-bw4bzkaj/llfuse.egg-info/SOURCES.txt' creating '/home/pterjan/rpmbuild/BUILD/python-llfuse-1.5.0-build/llfuse-1.5.0/.pyproject-builddir/pip-modern-metadata-bw4bzkaj/llfuse-1.5.0.dist-info' Preparing metadata (pyproject.toml): finished with status 'done' Building wheels for collected packages: llfuse Building wheel for llfuse (pyproject.toml): started Running command Building wheel for llfuse (pyproject.toml) /usr/lib/python3.13/site-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'tests_require' warnings.warn(msg) /usr/lib/python3.13/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL) See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running bdist_wheel running build running build_ext building 'llfuse' extension creating build/temp.linux-x86_64-cpython-313/src gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -fPIC -I/usr/include/python3.13 -c src/llfuse.c -o build/temp.linux-x86_64-cpython-313/src/llfuse.o -I/usr/include/fuse -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=29 -Wall -Wextra -Wconversion -Wsign-compare -DLLFUSE_VERSION=\"1.5.0\" -Wno-unused-function -Wno-implicit-fallthrough -Wno-unused-parameter In file included from /usr/include/python3.13/internal/pycore_code.h:12, from /usr/include/python3.13/internal/pycore_frame.h:13, from src/llfuse.c:63169: /usr/include/python3.13/internal/pycore_backoff.h: In function ‘make_backoff_counter’: /usr/include/python3.13/internal/pycore_backoff.h:60:20: warning: conversion from ‘uint16_t’ {aka ‘short unsigned int’} to ‘short unsigned int:12’ may change value [-Wconversion] 60 | result.value = value; | ^~~~~ /usr/include/python3.13/internal/pycore_backoff.h:61:22: warning: conversion from ‘uint16_t’ {aka ‘short unsigned int’} to ‘unsigned char:4’ may change value [-Wconversion] 61 | result.backoff = backoff; | ^~~~~~~ /usr/include/python3.13/internal/pycore_backoff.h: In function ‘restart_backoff_counter’: /usr/include/python3.13/internal/pycore_backoff.h:78:66: warning: conversion from ‘int’ to ‘uint16_t’ {aka ‘short unsigned int’} may change value [-Wconversion] 78 | return make_backoff_counter((1 << (counter.backoff + 1)) - 1, counter.backoff + 1); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~ gcc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -fPIC -I/usr/include/python3.13 -c src/lock.c -o build/temp.linux-x86_64-cpython-313/src/lock.o -I/usr/include/fuse -D_FILE_OFFSET_BITS=64 -DFUSE_USE_VERSION=29 -Wall -Wextra -Wconversion -Wsign-compare -DLLFUSE_VERSION=\"1.5.0\" -Wno-unused-function -Wno-implicit-fallthrough -Wno-unused-parameter creating build/lib.linux-x86_64-cpython-313 gcc -shared -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full build/temp.linux-x86_64-cpython-313/src/llfuse.o build/temp.linux-x86_64-cpython-313/src/lock.o -L/usr/lib64 -lpython3.13 -o build/lib.linux-x86_64-cpython-313/llfuse.cpython-313-x86_64-linux-gnu.so -lfuse -pthread -lpthread -lrt installing to build/bdist.linux-x86_64/wheel running install running install_lib creating build/bdist.linux-x86_64/wheel copying build/lib.linux-x86_64-cpython-313/llfuse.cpython-313-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/. running install_egg_info running egg_info writing src/llfuse.egg-info/PKG-INFO writing dependency_links to src/llfuse.egg-info/dependency_links.txt writing top-level names to src/llfuse.egg-info/top_level.txt reading manifest file 'src/llfuse.egg-info/SOURCES.txt' adding license file 'LICENSE' writing manifest file 'src/llfuse.egg-info/SOURCES.txt' Copying src/llfuse.egg-info to build/bdist.linux-x86_64/wheel/./llfuse-1.5.0-py3.13.egg-info running install_scripts creating build/bdist.linux-x86_64/wheel/llfuse-1.5.0.dist-info/WHEEL creating '/home/pterjan/rpmbuild/BUILD/python-llfuse-1.5.0-build/llfuse-1.5.0/.pyproject-builddir/pip-wheel-8bax06c3/.tmp-s85a4dbo/llfuse-1.5.0-cp313-cp313-linux_x86_64.whl' and adding 'build/bdist.linux-x86_64/wheel' to it adding 'llfuse.cpython-313-x86_64-linux-gnu.so' adding 'llfuse-1.5.0.dist-info/licenses/LICENSE' adding 'llfuse-1.5.0.dist-info/METADATA' adding 'llfuse-1.5.0.dist-info/WHEEL' adding 'llfuse-1.5.0.dist-info/top_level.txt' adding 'llfuse-1.5.0.dist-info/zip-safe' adding 'llfuse-1.5.0.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel Building wheel for llfuse (pyproject.toml): finished with status 'done' Created wheel for llfuse: filename=llfuse-1.5.0-cp313-cp313-linux_x86_64.whl size=1326487 sha256=06ed4cdb26cade90050af2ba7578fb7ab0a703189078c84901f9067e40ab3d7f Stored in directory: /home/pterjan/.cache/pip/wheels/39/0e/a2/861c1d85eff1dbcf0717b004860d79ea1a84263d6b85060de3 Successfully built llfuse + rm doc/html/.buildinfo + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.9ZL1Zn + umask 022 + cd /home/pterjan/rpmbuild/BUILD/python-llfuse-1.5.0-build + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILD/python-llfuse-1.5.0-build/BUILDROOT '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILD/python-llfuse-1.5.0-build/BUILDROOT ++ dirname /home/pterjan/rpmbuild/BUILD/python-llfuse-1.5.0-build/BUILDROOT + mkdir -p /home/pterjan/rpmbuild/BUILD/python-llfuse-1.5.0-build + mkdir /home/pterjan/rpmbuild/BUILD/python-llfuse-1.5.0-build/BUILDROOT + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full ' + export FCFLAGS + VALAFLAGS=-g + export VALAFLAGS + RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn' + export RUSTFLAGS + LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + LT_SYS_LIBRARY_PATH=/usr/lib64: + export LT_SYS_LIBRARY_PATH + CC=gcc + export CC + CXX=g++ + export CXX + cd llfuse-1.5.0 + '[' 1 -eq 1 ']' ++ ls /home/pterjan/rpmbuild/BUILD/python-llfuse-1.5.0-build/llfuse-1.5.0/pyproject-wheeldir/llfuse-1.5.0-cp313-cp313-linux_x86_64.whl ++ xargs basename --multiple ++ sed -E 's/([^-]+)-([^-]+)-.+\.whl/\1==\2/' + specifier=llfuse==1.5.0 + '[' -z llfuse==1.5.0 ']' + TMPDIR=/home/pterjan/rpmbuild/BUILD/python-llfuse-1.5.0-build/llfuse-1.5.0/.pyproject-builddir + /usr/bin/python3 -m pip install --root /home/pterjan/rpmbuild/BUILD/python-llfuse-1.5.0-build/BUILDROOT --prefix /usr --no-deps --disable-pip-version-check --progress-bar off --verbose --ignore-installed --no-warn-script-location --no-index --no-cache-dir --find-links /home/pterjan/rpmbuild/BUILD/python-llfuse-1.5.0-build/llfuse-1.5.0/pyproject-wheeldir llfuse==1.5.0 Using pip 25.0.1 from /usr/lib/python3.13/site-packages/pip (python 3.13) Looking in links: /home/pterjan/rpmbuild/BUILD/python-llfuse-1.5.0-build/llfuse-1.5.0/pyproject-wheeldir Processing ./pyproject-wheeldir/llfuse-1.5.0-cp313-cp313-linux_x86_64.whl Installing collected packages: llfuse Successfully installed llfuse-1.5.0 + '[' -d /home/pterjan/rpmbuild/BUILD/python-llfuse-1.5.0-build/BUILDROOT/usr/bin ']' + rm -f /home/pterjan/rpmbuild/BUILD/python-llfuse-1.5.0-build/python-llfuse-1.5.0-3.mga10.x86_64-pyproject-ghost-distinfo + site_dirs=() + '[' -d /home/pterjan/rpmbuild/BUILD/python-llfuse-1.5.0-build/BUILDROOT/usr/lib/python3.13/site-packages ']' + '[' /home/pterjan/rpmbuild/BUILD/python-llfuse-1.5.0-build/BUILDROOT/usr/lib64/python3.13/site-packages '!=' /home/pterjan/rpmbuild/BUILD/python-llfuse-1.5.0-build/BUILDROOT/usr/lib/python3.13/site-packages ']' + '[' -d /home/pterjan/rpmbuild/BUILD/python-llfuse-1.5.0-build/BUILDROOT/usr/lib64/python3.13/site-packages ']' + site_dirs+=("/usr/lib64/python3.13/site-packages") + for site_dir in ${site_dirs[@]} + for distinfo in /home/pterjan/rpmbuild/BUILD/python-llfuse-1.5.0-build/BUILDROOT$site_dir/*.dist-info + echo '%ghost /usr/lib64/python3.13/site-packages/llfuse-1.5.0.dist-info' + sed -i s/pip/rpm/ /home/pterjan/rpmbuild/BUILD/python-llfuse-1.5.0-build/BUILDROOT/usr/lib64/python3.13/site-packages/llfuse-1.5.0.dist-info/INSTALLER + PYTHONPATH=/usr/lib/rpm/redhat + /usr/bin/python3 -B /usr/lib/rpm/redhat/pyproject_preprocess_record.py --buildroot /home/pterjan/rpmbuild/BUILD/python-llfuse-1.5.0-build/BUILDROOT --record /home/pterjan/rpmbuild/BUILD/python-llfuse-1.5.0-build/BUILDROOT/usr/lib64/python3.13/site-packages/llfuse-1.5.0.dist-info/RECORD --output /home/pterjan/rpmbuild/BUILD/python-llfuse-1.5.0-build/python-llfuse-1.5.0-3.mga10.x86_64-pyproject-record + rm -fv /home/pterjan/rpmbuild/BUILD/python-llfuse-1.5.0-build/BUILDROOT/usr/lib64/python3.13/site-packages/llfuse-1.5.0.dist-info/RECORD removed '/home/pterjan/rpmbuild/BUILD/python-llfuse-1.5.0-build/BUILDROOT/usr/lib64/python3.13/site-packages/llfuse-1.5.0.dist-info/RECORD' + rm -fv /home/pterjan/rpmbuild/BUILD/python-llfuse-1.5.0-build/BUILDROOT/usr/lib64/python3.13/site-packages/llfuse-1.5.0.dist-info/REQUESTED removed '/home/pterjan/rpmbuild/BUILD/python-llfuse-1.5.0-build/BUILDROOT/usr/lib64/python3.13/site-packages/llfuse-1.5.0.dist-info/REQUESTED' ++ wc -l /home/pterjan/rpmbuild/BUILD/python-llfuse-1.5.0-build/python-llfuse-1.5.0-3.mga10.x86_64-pyproject-ghost-distinfo ++ cut -f1 '-d ' + lines=1 + '[' 1 -ne 1 ']' + RPM_FILES_ESCAPE=4.19 + /usr/bin/python3 /usr/lib/rpm/redhat/pyproject_save_files.py --output-files /home/pterjan/rpmbuild/BUILD/python-llfuse-1.5.0-build/python-llfuse-1.5.0-3.mga10.x86_64-pyproject-files --output-modules /home/pterjan/rpmbuild/BUILD/python-llfuse-1.5.0-build/python-llfuse-1.5.0-3.mga10.x86_64-pyproject-modules --buildroot /home/pterjan/rpmbuild/BUILD/python-llfuse-1.5.0-build/BUILDROOT --sitelib /usr/lib/python3.13/site-packages --sitearch /usr/lib64/python3.13/site-packages --python-version 3.13 --pyproject-record /home/pterjan/rpmbuild/BUILD/python-llfuse-1.5.0-build/python-llfuse-1.5.0-3.mga10.x86_64-pyproject-record --prefix /usr llfuse + /usr/bin/find-debuginfo -j16 --strict-build-id -m -i --build-id-seed 1.5.0-3.mga10 --unique-debug-suffix -1.5.0-3.mga10.x86_64 --unique-debug-src-base python-llfuse-1.5.0-3.mga10.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/python-llfuse-1.5.0-build/llfuse-1.5.0 find-debuginfo: starting Extracting debug info from 1 files DWARF-compressing 1 files sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. Creating .debug symlinks for symlinks to ELF files Copying sources found by 'debugedit -l' to /usr/src/debug/python-llfuse-1.5.0-3.mga10.x86_64 find-debuginfo: done + /usr/lib/rpm/check-buildroot + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_desktop_files + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/brp-remove-la-files + /usr/lib/rpm/redhat/brp-mangle-shebangs + env -u SOURCE_DATE_EPOCH /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 -j16 Bytecompiling .py files below /home/pterjan/rpmbuild/BUILD/python-llfuse-1.5.0-build/BUILDROOT/usr/lib64/python3.13 using python3.13 Not clamping source mtimes, $SOURCE_DATE_EPOCH not set Bytecompiling .py files below /home/pterjan/rpmbuild/BUILD/python-llfuse-1.5.0-build/BUILDROOT/usr/lib/debug/usr/lib64/python3.13 using python3.13 Not clamping source mtimes, $SOURCE_DATE_EPOCH not set + /usr/lib/rpm/redhat/brp-python-hardlink Reading /home/pterjan/rpmbuild/BUILD/python-llfuse-1.5.0-build/SPECPARTS/rpm-debuginfo.specpart Processing files: python3-llfuse-1.5.0-3.mga10.x86_64 Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.2jo7G7 + umask 022 + cd /home/pterjan/rpmbuild/BUILD/python-llfuse-1.5.0-build + cd llfuse-1.5.0 + DOCDIR=/home/pterjan/rpmbuild/BUILD/python-llfuse-1.5.0-build/BUILDROOT/usr/share/doc/python3-llfuse + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/python-llfuse-1.5.0-build/BUILDROOT/usr/share/doc/python3-llfuse + cp -pr /home/pterjan/rpmbuild/BUILD/python-llfuse-1.5.0-build/llfuse-1.5.0/Changes.rst /home/pterjan/rpmbuild/BUILD/python-llfuse-1.5.0-build/BUILDROOT/usr/share/doc/python3-llfuse + cp -pr /home/pterjan/rpmbuild/BUILD/python-llfuse-1.5.0-build/llfuse-1.5.0/doc/html /home/pterjan/rpmbuild/BUILD/python-llfuse-1.5.0-build/BUILDROOT/usr/share/doc/python3-llfuse + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.6KjLuD + umask 022 + cd /home/pterjan/rpmbuild/BUILD/python-llfuse-1.5.0-build + cd llfuse-1.5.0 + LICENSEDIR=/home/pterjan/rpmbuild/BUILD/python-llfuse-1.5.0-build/BUILDROOT/usr/share/licenses/python3-llfuse + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/python-llfuse-1.5.0-build/BUILDROOT/usr/share/licenses/python3-llfuse + cp -pr /home/pterjan/rpmbuild/BUILD/python-llfuse-1.5.0-build/llfuse-1.5.0/LICENSE /home/pterjan/rpmbuild/BUILD/python-llfuse-1.5.0-build/BUILDROOT/usr/share/licenses/python3-llfuse + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-llfuse = 1.5.0-3.mga10 python3-llfuse = 1.5.0-3.mga10 python3-llfuse(x86-64) = 1.5.0-3.mga10 python3.13-llfuse = 1.5.0-3.mga10 python3.13dist(llfuse) = 1.5 python3dist(llfuse) = 1.5 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.2)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.32)(64bit) libc.so.6(GLIBC_2.34)(64bit) libc.so.6(GLIBC_2.4)(64bit) libfuse.so.2()(64bit) libfuse.so.2(FUSE_2.4)(64bit) libfuse.so.2(FUSE_2.5)(64bit) libfuse.so.2(FUSE_2.6)(64bit) libfuse.so.2(FUSE_2.8)(64bit) libfuse.so.2(FUSE_2.9)(64bit) libpython3.13.so.1.0()(64bit) python(abi) = 3.13 Obsoletes: python-llfuse < 1.5.0-3.mga10 Processing files: python-llfuse-debugsource-1.5.0-3.mga10.x86_64 Provides: python-llfuse-debugsource = 1.5.0-3.mga10 python-llfuse-debugsource(x86-64) = 1.5.0-3.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python3-llfuse-debuginfo-1.5.0-3.mga10.x86_64 Provides: debuginfo(build-id) = 87566cfafd0ea50692ba680e656a882be8ed5f99 python-llfuse-debuginfo = 1.5.0-3.mga10 python3-llfuse-debuginfo = 1.5.0-3.mga10 python3-llfuse-debuginfo(x86-64) = 1.5.0-3.mga10 python3.13-llfuse-debuginfo = 1.5.0-3.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: python-llfuse-debugsource(x86-64) = 1.5.0-3.mga10 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILD/python-llfuse-1.5.0-build/BUILDROOT Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/python3-llfuse-debuginfo-1.5.0-3.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/python-llfuse-debugsource-1.5.0-3.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/python3-llfuse-1.5.0-3.mga10.x86_64.rpm Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.yLvDq7 + umask 022 + cd /home/pterjan/rpmbuild/BUILD/python-llfuse-1.5.0-build + test -d /home/pterjan/rpmbuild/BUILD/python-llfuse-1.5.0-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/python-llfuse-1.5.0-build + rm -rf /home/pterjan/rpmbuild/BUILD/python-llfuse-1.5.0-build + RPM_EC=0 ++ jobs -p + exit 0 RPM build warnings: /home/pterjan/rpmbuild/SPECS/python-llfuse.spec line 39: autopatch: no matching patches in range D: [iurt_root_command] Success!