Mageia Bugzilla – Attachment 13556 Details for
Bug 30427
We still have rpmlint 1.11 while upstream is at 2.5.0 now
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
Full build output
Full build output (text/plain), 93.00 KB, created by
Kristoffer Grundström
on 2022-12-09 09:59:03 CET
(
hide
)
Description:
Full build output
Filename:
MIME Type:
Creator:
Kristoffer Grundström
Created:
2022-12-09 09:59:03 CET
Size:
93.00 KB
patch
obsolete
>[kristoffer@localhost Desktop]$ rpmbuild -ba rpmlint.spec >Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.38qLtU >+ umask 022 >+ cd /home/kristoffer/rpmbuild/BUILD >+ '[' 1 -eq 1 ']' >+ '[' 1 -eq 1 ']' >+ '[' 1 -eq 1 ']' >+ cd /home/kristoffer/rpmbuild/BUILD >+ rm -rf rpmlint-2.4.0 >+ /usr/lib/rpm/rpmuncompress -x /home/kristoffer/rpmbuild/SOURCES/rpmlint-2.4.0.tar.gz >+ STATUS=0 >+ '[' 0 -ne 0 ']' >+ cd rpmlint-2.4.0 >+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . >+ /usr/lib/rpm/rpmuncompress /home/kristoffer/rpmbuild/SOURCES/0001-fix-broken-regex-for-no-manual-page-for-binary-check.patch >+ /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f >+ sed -i s/python-magic/file-magic/g setup.py >+ sed -i -e 's/ --cov=rpmlint//' -e 's/ --flake8//' setup.cfg >+ sed -i '/^@pytest.mark.no_cover/d' test/test_lint.py >+ RPM_EC=0 >++ jobs -p >+ exit 0 >Executing(%generate_buildrequires): /bin/sh -e /var/tmp/rpm-tmp.NQiM1w >+ umask 022 >+ cd /home/kristoffer/rpmbuild/BUILD >+ cd rpmlint-2.4.0 >+ '[' 1 -eq 1 ']' >+ '[' 1 -eq 1 ']' >+ : >+ echo pyproject-rpm-macros >+ echo python3-devel >+ echo 'python3dist(pip) >= 19' >+ echo 'python3dist(packaging)' >+ '[' -f pyproject.toml ']' >+ echo '(python3dist(toml) if python3-devel < 3.11)' >+ rm -rfv '*.dist-info/' >+ '[' -f /usr/bin/python3 ']' >+ mkdir -p /home/kristoffer/rpmbuild/BUILD/rpmlint-2.4.0/.pyproject-builddir >+ CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' >+ LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags' >+ TMPDIR=/home/kristoffer/rpmbuild/BUILD/rpmlint-2.4.0/.pyproject-builddir >+ RPM_TOXENV=py310 >+ HOSTNAME=rpmbuild >+ /usr/bin/python3 -Bs /usr/lib/rpm/redhat/pyproject_buildrequires.py --generate-extras --python3_pkgversion 3 --wheeldir /home/kristoffer/rpmbuild/BUILD/rpmlint-2.4.0/pyproject-wheeldir >Handling setuptools>=39.2 from build-system.requires >Requirement satisfied: setuptools>=39.2 > (installed: setuptools 65.3.0) >Handling wheel from build-system.requires >Requirement satisfied: wheel > (installed: wheel 0.37.1) >/usr/lib/python3.10/site-packages/setuptools/config/setupcfg.py:508: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead. > warnings.warn(msg, warning_class) >HOOK STDOUT: running egg_info >HOOK STDOUT: creating rpmlint.egg-info >HOOK STDOUT: writing rpmlint.egg-info/PKG-INFO >HOOK STDOUT: writing dependency_links to rpmlint.egg-info/dependency_links.txt >HOOK STDOUT: writing entry points to rpmlint.egg-info/entry_points.txt >HOOK STDOUT: writing requirements to rpmlint.egg-info/requires.txt >HOOK STDOUT: writing top-level names to rpmlint.egg-info/top_level.txt >HOOK STDOUT: writing manifest file 'rpmlint.egg-info/SOURCES.txt' >HOOK STDOUT: reading manifest file 'rpmlint.egg-info/SOURCES.txt' >HOOK STDOUT: reading manifest template 'MANIFEST.in' >HOOK STDOUT: adding license file 'COPYING' >HOOK STDOUT: writing manifest file 'rpmlint.egg-info/SOURCES.txt' >Handling wheel from get_requires_for_build_wheel >Requirement satisfied: wheel > (installed: wheel 0.37.1) >HOOK STDOUT: running dist_info >HOOK STDOUT: writing rpmlint.egg-info/PKG-INFO >HOOK STDOUT: writing dependency_links to rpmlint.egg-info/dependency_links.txt >HOOK STDOUT: writing entry points to rpmlint.egg-info/entry_points.txt >HOOK STDOUT: writing requirements to rpmlint.egg-info/requires.txt >HOOK STDOUT: writing top-level names to rpmlint.egg-info/top_level.txt >HOOK STDOUT: reading manifest file 'rpmlint.egg-info/SOURCES.txt' >HOOK STDOUT: reading manifest template 'MANIFEST.in' >HOOK STDOUT: adding license file 'COPYING' >HOOK STDOUT: writing manifest file 'rpmlint.egg-info/SOURCES.txt' >HOOK STDOUT: creating '/home/kristoffer/rpmbuild/BUILD/rpmlint-2.4.0/rpmlint-2.4.0.dist-info' >Handling pybeam from hook generated metadata: Requires-Dist >Requirement satisfied: pybeam > (installed: pybeam 0.7) >Handling pyxdg from hook generated metadata: Requires-Dist >Requirement satisfied: pyxdg > (installed: pyxdg 0.28) >Handling rpm from hook generated metadata: Requires-Dist >Requirement satisfied: rpm > (installed: rpm 4.18.0) >Handling tomli-w from hook generated metadata: Requires-Dist >Requirement satisfied: tomli-w > (installed: tomli-w 1.0.0) >Handling zstandard from hook generated metadata: Requires-Dist >Requirement satisfied: zstandard > (installed: zstandard 0.19.0) >Handling pyenchant from hook generated metadata: Requires-Dist >Requirement satisfied: pyenchant > (installed: pyenchant 3.2.2) >Handling file-magic from hook generated metadata: Requires-Dist >Requirement satisfied: file-magic > (installed: file-magic 0.4.0) >Handling tomli ; python_version < "3.11" from hook generated metadata: Requires-Dist >Requirement satisfied: tomli ; python_version < "3.11" > (installed: tomli 2.0.1) >Handling importlib-metadata ; python_version < "3.8" from hook generated metadata: Requires-Dist >Ignoring alien requirement: importlib-metadata ; python_version < "3.8" >+ RPM_EC=0 >++ jobs -p >+ exit 0 >Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.I9FyuF >+ umask 022 >+ cd /home/kristoffer/rpmbuild/BUILD >+ cd rpmlint-2.4.0 >+ '[' 1 -eq 1 ']' >+ '[' 1 -eq 1 ']' >+ mkdir -p /home/kristoffer/rpmbuild/BUILD/rpmlint-2.4.0/.pyproject-builddir >+ CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' >+ LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags' >+ TMPDIR=/home/kristoffer/rpmbuild/BUILD/rpmlint-2.4.0/.pyproject-builddir >+ /usr/bin/python3 -Bs /usr/lib/rpm/redhat/pyproject_wheel.py /home/kristoffer/rpmbuild/BUILD/rpmlint-2.4.0/pyproject-wheeldir >Processing /home/kristoffer/rpmbuild/BUILD/rpmlint-2.4.0 > Running command Preparing metadata (pyproject.toml) > /usr/lib/python3.10/site-packages/setuptools/config/setupcfg.py:508: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead. > warnings.warn(msg, warning_class) > running dist_info > creating /home/kristoffer/rpmbuild/BUILD/rpmlint-2.4.0/.pyproject-builddir/pip-modern-metadata-63mtqhxs/rpmlint.egg-info > writing /home/kristoffer/rpmbuild/BUILD/rpmlint-2.4.0/.pyproject-builddir/pip-modern-metadata-63mtqhxs/rpmlint.egg-info/PKG-INFO > writing dependency_links to /home/kristoffer/rpmbuild/BUILD/rpmlint-2.4.0/.pyproject-builddir/pip-modern-metadata-63mtqhxs/rpmlint.egg-info/dependency_links.txt > writing entry points to /home/kristoffer/rpmbuild/BUILD/rpmlint-2.4.0/.pyproject-builddir/pip-modern-metadata-63mtqhxs/rpmlint.egg-info/entry_points.txt > writing requirements to /home/kristoffer/rpmbuild/BUILD/rpmlint-2.4.0/.pyproject-builddir/pip-modern-metadata-63mtqhxs/rpmlint.egg-info/requires.txt > writing top-level names to /home/kristoffer/rpmbuild/BUILD/rpmlint-2.4.0/.pyproject-builddir/pip-modern-metadata-63mtqhxs/rpmlint.egg-info/top_level.txt > writing manifest file '/home/kristoffer/rpmbuild/BUILD/rpmlint-2.4.0/.pyproject-builddir/pip-modern-metadata-63mtqhxs/rpmlint.egg-info/SOURCES.txt' > reading manifest file '/home/kristoffer/rpmbuild/BUILD/rpmlint-2.4.0/.pyproject-builddir/pip-modern-metadata-63mtqhxs/rpmlint.egg-info/SOURCES.txt' > reading manifest template 'MANIFEST.in' > adding license file 'COPYING' > writing manifest file '/home/kristoffer/rpmbuild/BUILD/rpmlint-2.4.0/.pyproject-builddir/pip-modern-metadata-63mtqhxs/rpmlint.egg-info/SOURCES.txt' > creating '/home/kristoffer/rpmbuild/BUILD/rpmlint-2.4.0/.pyproject-builddir/pip-modern-metadata-63mtqhxs/rpmlint-2.4.0.dist-info' > Preparing metadata (pyproject.toml) ... done >Building wheels for collected packages: rpmlint > Running command Building wheel for rpmlint (pyproject.toml) > /usr/lib/python3.10/site-packages/setuptools/config/setupcfg.py:508: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead. > warnings.warn(msg, warning_class) > running bdist_wheel > running build > running build_py > creating build > creating build/lib > creating build/lib/rpmlint > copying rpmlint/helpers.py -> build/lib/rpmlint > copying rpmlint/readelfparser.py -> build/lib/rpmlint > copying rpmlint/stringsparser.py -> build/lib/rpmlint > copying rpmlint/config.py -> build/lib/rpmlint > copying rpmlint/pkgfile.py -> build/lib/rpmlint > copying rpmlint/pkg.py -> build/lib/rpmlint > copying rpmlint/__isocodes__.py -> build/lib/rpmlint > copying rpmlint/arparser.py -> build/lib/rpmlint > copying rpmlint/spellcheck.py -> build/lib/rpmlint > copying rpmlint/filter.py -> build/lib/rpmlint > copying rpmlint/__init__.py -> build/lib/rpmlint > copying rpmlint/version.py -> build/lib/rpmlint > copying rpmlint/rpmdiff.py -> build/lib/rpmlint > copying rpmlint/cli.py -> build/lib/rpmlint > copying rpmlint/lint.py -> build/lib/rpmlint > copying rpmlint/objdumpparser.py -> build/lib/rpmlint > copying rpmlint/color.py -> build/lib/rpmlint > copying rpmlint/lddparser.py -> build/lib/rpmlint > creating build/lib/rpmlint/checks > copying rpmlint/checks/MenuXDGCheck.py -> build/lib/rpmlint/checks > copying rpmlint/checks/MixedOwnershipCheck.py -> build/lib/rpmlint/checks > copying rpmlint/checks/I18NCheck.py -> build/lib/rpmlint/checks > copying rpmlint/checks/SharedLibraryPolicyCheck.py -> build/lib/rpmlint/checks > copying rpmlint/checks/PAMModulesCheck.py -> build/lib/rpmlint/checks > copying rpmlint/checks/AbstractCheck.py -> build/lib/rpmlint/checks > copying rpmlint/checks/IconSizesCheck.py -> build/lib/rpmlint/checks > copying rpmlint/checks/InitScriptCheck.py -> build/lib/rpmlint/checks > copying rpmlint/checks/ConfigFilesCheck.py -> build/lib/rpmlint/checks > copying rpmlint/checks/SourceCheck.py -> build/lib/rpmlint/checks > copying rpmlint/checks/TagsCheck.py -> build/lib/rpmlint/checks > copying rpmlint/checks/DuplicatesCheck.py -> build/lib/rpmlint/checks > copying rpmlint/checks/MenuCheck.py -> build/lib/rpmlint/checks > copying rpmlint/checks/BashismsCheck.py -> build/lib/rpmlint/checks > copying rpmlint/checks/LibraryDependencyCheck.py -> build/lib/rpmlint/checks > copying rpmlint/checks/DBusPolicyCheck.py -> build/lib/rpmlint/checks > copying rpmlint/checks/ZyppSyntaxCheck.py -> build/lib/rpmlint/checks > copying rpmlint/checks/PkgConfigCheck.py -> build/lib/rpmlint/checks > copying rpmlint/checks/LogrotateCheck.py -> build/lib/rpmlint/checks > copying rpmlint/checks/ErlangCheck.py -> build/lib/rpmlint/checks > copying rpmlint/checks/SysVInitOnSystemdCheck.py -> build/lib/rpmlint/checks > copying rpmlint/checks/TmpFilesCheck.py -> build/lib/rpmlint/checks > copying rpmlint/checks/ZipCheck.py -> build/lib/rpmlint/checks > copying rpmlint/checks/SpecCheck.py -> build/lib/rpmlint/checks > copying rpmlint/checks/FilesCheck.py -> build/lib/rpmlint/checks > copying rpmlint/checks/SignatureCheck.py -> build/lib/rpmlint/checks > copying rpmlint/checks/FHSCheck.py -> build/lib/rpmlint/checks > copying rpmlint/checks/PostCheck.py -> build/lib/rpmlint/checks > copying rpmlint/checks/LSBCheck.py -> build/lib/rpmlint/checks > copying rpmlint/checks/XinetdDepCheck.py -> build/lib/rpmlint/checks > copying rpmlint/checks/DocCheck.py -> build/lib/rpmlint/checks > copying rpmlint/checks/AppDataCheck.py -> build/lib/rpmlint/checks > copying rpmlint/checks/AlternativesCheck.py -> build/lib/rpmlint/checks > copying rpmlint/checks/BinariesCheck.py -> build/lib/rpmlint/checks > copying rpmlint/checks/BuildRootAndDateCheck.py -> build/lib/rpmlint/checks > running egg_info > writing rpmlint.egg-info/PKG-INFO > writing dependency_links to rpmlint.egg-info/dependency_links.txt > writing entry points to rpmlint.egg-info/entry_points.txt > writing requirements to rpmlint.egg-info/requires.txt > writing top-level names to rpmlint.egg-info/top_level.txt > reading manifest file 'rpmlint.egg-info/SOURCES.txt' > reading manifest template 'MANIFEST.in' > adding license file 'COPYING' > writing manifest file 'rpmlint.egg-info/SOURCES.txt' > /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'rpmlint.descriptions' as data is deprecated, please list it in `packages`. > !! > > > ############################ > # Package would be ignored # > ############################ > Python recognizes 'rpmlint.descriptions' as an importable package, > but it is not listed in the `packages` configuration of setuptools. > > 'rpmlint.descriptions' has been automatically added to the distribution only > because it may contain data files, but this behavior is likely to change > in future versions of setuptools (and therefore is considered deprecated). > > Please make sure that 'rpmlint.descriptions' is included as a package by using > the `packages` configuration field or the proper discovery methods > (for example by using `find_namespace_packages(...)`/`find_namespace:` > instead of `find_packages(...)`/`find:`). > > You can read more about "package discovery" and "data files" on setuptools > documentation page. > > > !! > > check.warn(importable) > copying rpmlint/configdefaults.toml -> build/lib/rpmlint > creating build/lib/rpmlint/descriptions > copying rpmlint/descriptions/AlternativesCheck.toml -> build/lib/rpmlint/descriptions > copying rpmlint/descriptions/AppDataCheck.toml -> build/lib/rpmlint/descriptions > copying rpmlint/descriptions/BashismsCheck.toml -> build/lib/rpmlint/descriptions > copying rpmlint/descriptions/BinariesCheck.toml -> build/lib/rpmlint/descriptions > copying rpmlint/descriptions/BuildDateCheck.toml -> build/lib/rpmlint/descriptions > copying rpmlint/descriptions/BuildRootCheck.toml -> build/lib/rpmlint/descriptions > copying rpmlint/descriptions/CheckForXinetd.toml -> build/lib/rpmlint/descriptions > copying rpmlint/descriptions/ConfigFilesCheck.toml -> build/lib/rpmlint/descriptions > copying rpmlint/descriptions/DBusPolicyCheck.toml -> build/lib/rpmlint/descriptions > copying rpmlint/descriptions/DocCheck.toml -> build/lib/rpmlint/descriptions > copying rpmlint/descriptions/DuplicatesCheck.toml -> build/lib/rpmlint/descriptions > copying rpmlint/descriptions/ErlangCheck.toml -> build/lib/rpmlint/descriptions > copying rpmlint/descriptions/FilesCheck.toml -> build/lib/rpmlint/descriptions > copying rpmlint/descriptions/I18NCheck.toml -> build/lib/rpmlint/descriptions > copying rpmlint/descriptions/IconSizesCheck.toml -> build/lib/rpmlint/descriptions > copying rpmlint/descriptions/InitScriptCheck.toml -> build/lib/rpmlint/descriptions > copying rpmlint/descriptions/LSBCheck.toml -> build/lib/rpmlint/descriptions > copying rpmlint/descriptions/LibraryDependencyCheck.toml -> build/lib/rpmlint/descriptions > copying rpmlint/descriptions/LogrotateCheck.toml -> build/lib/rpmlint/descriptions > copying rpmlint/descriptions/MenuCheck.toml -> build/lib/rpmlint/descriptions > copying rpmlint/descriptions/MenuXDGCheck.toml -> build/lib/rpmlint/descriptions > copying rpmlint/descriptions/MixedOwnershipCheck.toml -> build/lib/rpmlint/descriptions > copying rpmlint/descriptions/PAMModulesCheck.toml -> build/lib/rpmlint/descriptions > copying rpmlint/descriptions/PkgConfigCheck.toml -> build/lib/rpmlint/descriptions > copying rpmlint/descriptions/SharedLibraryPolicyCheck.toml -> build/lib/rpmlint/descriptions > copying rpmlint/descriptions/SignatureCheck.toml -> build/lib/rpmlint/descriptions > copying rpmlint/descriptions/SourceCheck.toml -> build/lib/rpmlint/descriptions > copying rpmlint/descriptions/SpecCheck.toml -> build/lib/rpmlint/descriptions > copying rpmlint/descriptions/SysVInitOnSystemdCheck.toml -> build/lib/rpmlint/descriptions > copying rpmlint/descriptions/TagsCheck.toml -> build/lib/rpmlint/descriptions > copying rpmlint/descriptions/TmpFilesCheck.toml -> build/lib/rpmlint/descriptions > copying rpmlint/descriptions/ZipCheck.toml -> build/lib/rpmlint/descriptions > copying rpmlint/descriptions/ZyppSyntaxCheck.toml -> build/lib/rpmlint/descriptions > installing to build/bdist.linux-x86_64/wheel > running install > running install_lib > creating build/bdist.linux-x86_64 > creating build/bdist.linux-x86_64/wheel > creating build/bdist.linux-x86_64/wheel/rpmlint > creating build/bdist.linux-x86_64/wheel/rpmlint/checks > copying build/lib/rpmlint/checks/MenuXDGCheck.py -> build/bdist.linux-x86_64/wheel/rpmlint/checks > copying build/lib/rpmlint/checks/MixedOwnershipCheck.py -> build/bdist.linux-x86_64/wheel/rpmlint/checks > copying build/lib/rpmlint/checks/I18NCheck.py -> build/bdist.linux-x86_64/wheel/rpmlint/checks > copying build/lib/rpmlint/checks/SharedLibraryPolicyCheck.py -> build/bdist.linux-x86_64/wheel/rpmlint/checks > copying build/lib/rpmlint/checks/PAMModulesCheck.py -> build/bdist.linux-x86_64/wheel/rpmlint/checks > copying build/lib/rpmlint/checks/AbstractCheck.py -> build/bdist.linux-x86_64/wheel/rpmlint/checks > copying build/lib/rpmlint/checks/IconSizesCheck.py -> build/bdist.linux-x86_64/wheel/rpmlint/checks > copying build/lib/rpmlint/checks/InitScriptCheck.py -> build/bdist.linux-x86_64/wheel/rpmlint/checks > copying build/lib/rpmlint/checks/ConfigFilesCheck.py -> build/bdist.linux-x86_64/wheel/rpmlint/checks > copying build/lib/rpmlint/checks/SourceCheck.py -> build/bdist.linux-x86_64/wheel/rpmlint/checks > copying build/lib/rpmlint/checks/TagsCheck.py -> build/bdist.linux-x86_64/wheel/rpmlint/checks > copying build/lib/rpmlint/checks/DuplicatesCheck.py -> build/bdist.linux-x86_64/wheel/rpmlint/checks > copying build/lib/rpmlint/checks/MenuCheck.py -> build/bdist.linux-x86_64/wheel/rpmlint/checks > copying build/lib/rpmlint/checks/BashismsCheck.py -> build/bdist.linux-x86_64/wheel/rpmlint/checks > copying build/lib/rpmlint/checks/LibraryDependencyCheck.py -> build/bdist.linux-x86_64/wheel/rpmlint/checks > copying build/lib/rpmlint/checks/DBusPolicyCheck.py -> build/bdist.linux-x86_64/wheel/rpmlint/checks > copying build/lib/rpmlint/checks/ZyppSyntaxCheck.py -> build/bdist.linux-x86_64/wheel/rpmlint/checks > copying build/lib/rpmlint/checks/PkgConfigCheck.py -> build/bdist.linux-x86_64/wheel/rpmlint/checks > copying build/lib/rpmlint/checks/LogrotateCheck.py -> build/bdist.linux-x86_64/wheel/rpmlint/checks > copying build/lib/rpmlint/checks/ErlangCheck.py -> build/bdist.linux-x86_64/wheel/rpmlint/checks > copying build/lib/rpmlint/checks/SysVInitOnSystemdCheck.py -> build/bdist.linux-x86_64/wheel/rpmlint/checks > copying build/lib/rpmlint/checks/TmpFilesCheck.py -> build/bdist.linux-x86_64/wheel/rpmlint/checks > copying build/lib/rpmlint/checks/ZipCheck.py -> build/bdist.linux-x86_64/wheel/rpmlint/checks > copying build/lib/rpmlint/checks/SpecCheck.py -> build/bdist.linux-x86_64/wheel/rpmlint/checks > copying build/lib/rpmlint/checks/FilesCheck.py -> build/bdist.linux-x86_64/wheel/rpmlint/checks > copying build/lib/rpmlint/checks/SignatureCheck.py -> build/bdist.linux-x86_64/wheel/rpmlint/checks > copying build/lib/rpmlint/checks/FHSCheck.py -> build/bdist.linux-x86_64/wheel/rpmlint/checks > copying build/lib/rpmlint/checks/PostCheck.py -> build/bdist.linux-x86_64/wheel/rpmlint/checks > copying build/lib/rpmlint/checks/LSBCheck.py -> build/bdist.linux-x86_64/wheel/rpmlint/checks > copying build/lib/rpmlint/checks/XinetdDepCheck.py -> build/bdist.linux-x86_64/wheel/rpmlint/checks > copying build/lib/rpmlint/checks/DocCheck.py -> build/bdist.linux-x86_64/wheel/rpmlint/checks > copying build/lib/rpmlint/checks/AppDataCheck.py -> build/bdist.linux-x86_64/wheel/rpmlint/checks > copying build/lib/rpmlint/checks/AlternativesCheck.py -> build/bdist.linux-x86_64/wheel/rpmlint/checks > copying build/lib/rpmlint/checks/BinariesCheck.py -> build/bdist.linux-x86_64/wheel/rpmlint/checks > copying build/lib/rpmlint/checks/BuildRootAndDateCheck.py -> build/bdist.linux-x86_64/wheel/rpmlint/checks > copying build/lib/rpmlint/helpers.py -> build/bdist.linux-x86_64/wheel/rpmlint > creating build/bdist.linux-x86_64/wheel/rpmlint/descriptions > copying build/lib/rpmlint/descriptions/SysVInitOnSystemdCheck.toml -> build/bdist.linux-x86_64/wheel/rpmlint/descriptions > copying build/lib/rpmlint/descriptions/DocCheck.toml -> build/bdist.linux-x86_64/wheel/rpmlint/descriptions > copying build/lib/rpmlint/descriptions/AlternativesCheck.toml -> build/bdist.linux-x86_64/wheel/rpmlint/descriptions > copying build/lib/rpmlint/descriptions/FilesCheck.toml -> build/bdist.linux-x86_64/wheel/rpmlint/descriptions > copying build/lib/rpmlint/descriptions/SourceCheck.toml -> build/bdist.linux-x86_64/wheel/rpmlint/descriptions > copying build/lib/rpmlint/descriptions/ErlangCheck.toml -> build/bdist.linux-x86_64/wheel/rpmlint/descriptions > copying build/lib/rpmlint/descriptions/PkgConfigCheck.toml -> build/bdist.linux-x86_64/wheel/rpmlint/descriptions > copying build/lib/rpmlint/descriptions/InitScriptCheck.toml -> build/bdist.linux-x86_64/wheel/rpmlint/descriptions > copying build/lib/rpmlint/descriptions/LSBCheck.toml -> build/bdist.linux-x86_64/wheel/rpmlint/descriptions > copying build/lib/rpmlint/descriptions/TagsCheck.toml -> build/bdist.linux-x86_64/wheel/rpmlint/descriptions > copying build/lib/rpmlint/descriptions/AppDataCheck.toml -> build/bdist.linux-x86_64/wheel/rpmlint/descriptions > copying build/lib/rpmlint/descriptions/BinariesCheck.toml -> build/bdist.linux-x86_64/wheel/rpmlint/descriptions > copying build/lib/rpmlint/descriptions/BashismsCheck.toml -> build/bdist.linux-x86_64/wheel/rpmlint/descriptions > copying build/lib/rpmlint/descriptions/IconSizesCheck.toml -> build/bdist.linux-x86_64/wheel/rpmlint/descriptions > copying build/lib/rpmlint/descriptions/MenuCheck.toml -> build/bdist.linux-x86_64/wheel/rpmlint/descriptions > copying build/lib/rpmlint/descriptions/I18NCheck.toml -> build/bdist.linux-x86_64/wheel/rpmlint/descriptions > copying build/lib/rpmlint/descriptions/MenuXDGCheck.toml -> build/bdist.linux-x86_64/wheel/rpmlint/descriptions > copying build/lib/rpmlint/descriptions/DBusPolicyCheck.toml -> build/bdist.linux-x86_64/wheel/rpmlint/descriptions > copying build/lib/rpmlint/descriptions/DuplicatesCheck.toml -> build/bdist.linux-x86_64/wheel/rpmlint/descriptions > copying build/lib/rpmlint/descriptions/LogrotateCheck.toml -> build/bdist.linux-x86_64/wheel/rpmlint/descriptions > copying build/lib/rpmlint/descriptions/TmpFilesCheck.toml -> build/bdist.linux-x86_64/wheel/rpmlint/descriptions > copying build/lib/rpmlint/descriptions/ZyppSyntaxCheck.toml -> build/bdist.linux-x86_64/wheel/rpmlint/descriptions > copying build/lib/rpmlint/descriptions/SpecCheck.toml -> build/bdist.linux-x86_64/wheel/rpmlint/descriptions > copying build/lib/rpmlint/descriptions/CheckForXinetd.toml -> build/bdist.linux-x86_64/wheel/rpmlint/descriptions > copying build/lib/rpmlint/descriptions/BuildDateCheck.toml -> build/bdist.linux-x86_64/wheel/rpmlint/descriptions > copying build/lib/rpmlint/descriptions/LibraryDependencyCheck.toml -> build/bdist.linux-x86_64/wheel/rpmlint/descriptions > copying build/lib/rpmlint/descriptions/ConfigFilesCheck.toml -> build/bdist.linux-x86_64/wheel/rpmlint/descriptions > copying build/lib/rpmlint/descriptions/BuildRootCheck.toml -> build/bdist.linux-x86_64/wheel/rpmlint/descriptions > copying build/lib/rpmlint/descriptions/PAMModulesCheck.toml -> build/bdist.linux-x86_64/wheel/rpmlint/descriptions > copying build/lib/rpmlint/descriptions/SignatureCheck.toml -> build/bdist.linux-x86_64/wheel/rpmlint/descriptions > copying build/lib/rpmlint/descriptions/SharedLibraryPolicyCheck.toml -> build/bdist.linux-x86_64/wheel/rpmlint/descriptions > copying build/lib/rpmlint/descriptions/ZipCheck.toml -> build/bdist.linux-x86_64/wheel/rpmlint/descriptions > copying build/lib/rpmlint/descriptions/MixedOwnershipCheck.toml -> build/bdist.linux-x86_64/wheel/rpmlint/descriptions > copying build/lib/rpmlint/readelfparser.py -> build/bdist.linux-x86_64/wheel/rpmlint > copying build/lib/rpmlint/stringsparser.py -> build/bdist.linux-x86_64/wheel/rpmlint > copying build/lib/rpmlint/config.py -> build/bdist.linux-x86_64/wheel/rpmlint > copying build/lib/rpmlint/pkgfile.py -> build/bdist.linux-x86_64/wheel/rpmlint > copying build/lib/rpmlint/pkg.py -> build/bdist.linux-x86_64/wheel/rpmlint > copying build/lib/rpmlint/__isocodes__.py -> build/bdist.linux-x86_64/wheel/rpmlint > copying build/lib/rpmlint/arparser.py -> build/bdist.linux-x86_64/wheel/rpmlint > copying build/lib/rpmlint/spellcheck.py -> build/bdist.linux-x86_64/wheel/rpmlint > copying build/lib/rpmlint/filter.py -> build/bdist.linux-x86_64/wheel/rpmlint > copying build/lib/rpmlint/__init__.py -> build/bdist.linux-x86_64/wheel/rpmlint > copying build/lib/rpmlint/version.py -> build/bdist.linux-x86_64/wheel/rpmlint > copying build/lib/rpmlint/rpmdiff.py -> build/bdist.linux-x86_64/wheel/rpmlint > copying build/lib/rpmlint/cli.py -> build/bdist.linux-x86_64/wheel/rpmlint > copying build/lib/rpmlint/lint.py -> build/bdist.linux-x86_64/wheel/rpmlint > copying build/lib/rpmlint/objdumpparser.py -> build/bdist.linux-x86_64/wheel/rpmlint > copying build/lib/rpmlint/configdefaults.toml -> build/bdist.linux-x86_64/wheel/rpmlint > copying build/lib/rpmlint/color.py -> build/bdist.linux-x86_64/wheel/rpmlint > copying build/lib/rpmlint/lddparser.py -> build/bdist.linux-x86_64/wheel/rpmlint > running install_egg_info > Copying rpmlint.egg-info to build/bdist.linux-x86_64/wheel/rpmlint-2.4.0-py3.10.egg-info > running install_scripts > creating build/bdist.linux-x86_64/wheel/rpmlint-2.4.0.dist-info/WHEEL > creating '/home/kristoffer/rpmbuild/BUILD/rpmlint-2.4.0/.pyproject-builddir/pip-wheel-o6p400pw/tmpkbhtmvmc/rpmlint-2.4.0-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it > adding 'rpmlint/__init__.py' > adding 'rpmlint/__isocodes__.py' > adding 'rpmlint/arparser.py' > adding 'rpmlint/cli.py' > adding 'rpmlint/color.py' > adding 'rpmlint/config.py' > adding 'rpmlint/configdefaults.toml' > adding 'rpmlint/filter.py' > adding 'rpmlint/helpers.py' > adding 'rpmlint/lddparser.py' > adding 'rpmlint/lint.py' > adding 'rpmlint/objdumpparser.py' > adding 'rpmlint/pkg.py' > adding 'rpmlint/pkgfile.py' > adding 'rpmlint/readelfparser.py' > adding 'rpmlint/rpmdiff.py' > adding 'rpmlint/spellcheck.py' > adding 'rpmlint/stringsparser.py' > adding 'rpmlint/version.py' > adding 'rpmlint/checks/AbstractCheck.py' > adding 'rpmlint/checks/AlternativesCheck.py' > adding 'rpmlint/checks/AppDataCheck.py' > adding 'rpmlint/checks/BashismsCheck.py' > adding 'rpmlint/checks/BinariesCheck.py' > adding 'rpmlint/checks/BuildRootAndDateCheck.py' > adding 'rpmlint/checks/ConfigFilesCheck.py' > adding 'rpmlint/checks/DBusPolicyCheck.py' > adding 'rpmlint/checks/DocCheck.py' > adding 'rpmlint/checks/DuplicatesCheck.py' > adding 'rpmlint/checks/ErlangCheck.py' > adding 'rpmlint/checks/FHSCheck.py' > adding 'rpmlint/checks/FilesCheck.py' > adding 'rpmlint/checks/I18NCheck.py' > adding 'rpmlint/checks/IconSizesCheck.py' > adding 'rpmlint/checks/InitScriptCheck.py' > adding 'rpmlint/checks/LSBCheck.py' > adding 'rpmlint/checks/LibraryDependencyCheck.py' > adding 'rpmlint/checks/LogrotateCheck.py' > adding 'rpmlint/checks/MenuCheck.py' > adding 'rpmlint/checks/MenuXDGCheck.py' > adding 'rpmlint/checks/MixedOwnershipCheck.py' > adding 'rpmlint/checks/PAMModulesCheck.py' > adding 'rpmlint/checks/PkgConfigCheck.py' > adding 'rpmlint/checks/PostCheck.py' > adding 'rpmlint/checks/SharedLibraryPolicyCheck.py' > adding 'rpmlint/checks/SignatureCheck.py' > adding 'rpmlint/checks/SourceCheck.py' > adding 'rpmlint/checks/SpecCheck.py' > adding 'rpmlint/checks/SysVInitOnSystemdCheck.py' > adding 'rpmlint/checks/TagsCheck.py' > adding 'rpmlint/checks/TmpFilesCheck.py' > adding 'rpmlint/checks/XinetdDepCheck.py' > adding 'rpmlint/checks/ZipCheck.py' > adding 'rpmlint/checks/ZyppSyntaxCheck.py' > adding 'rpmlint/descriptions/AlternativesCheck.toml' > adding 'rpmlint/descriptions/AppDataCheck.toml' > adding 'rpmlint/descriptions/BashismsCheck.toml' > adding 'rpmlint/descriptions/BinariesCheck.toml' > adding 'rpmlint/descriptions/BuildDateCheck.toml' > adding 'rpmlint/descriptions/BuildRootCheck.toml' > adding 'rpmlint/descriptions/CheckForXinetd.toml' > adding 'rpmlint/descriptions/ConfigFilesCheck.toml' > adding 'rpmlint/descriptions/DBusPolicyCheck.toml' > adding 'rpmlint/descriptions/DocCheck.toml' > adding 'rpmlint/descriptions/DuplicatesCheck.toml' > adding 'rpmlint/descriptions/ErlangCheck.toml' > adding 'rpmlint/descriptions/FilesCheck.toml' > adding 'rpmlint/descriptions/I18NCheck.toml' > adding 'rpmlint/descriptions/IconSizesCheck.toml' > adding 'rpmlint/descriptions/InitScriptCheck.toml' > adding 'rpmlint/descriptions/LSBCheck.toml' > adding 'rpmlint/descriptions/LibraryDependencyCheck.toml' > adding 'rpmlint/descriptions/LogrotateCheck.toml' > adding 'rpmlint/descriptions/MenuCheck.toml' > adding 'rpmlint/descriptions/MenuXDGCheck.toml' > adding 'rpmlint/descriptions/MixedOwnershipCheck.toml' > adding 'rpmlint/descriptions/PAMModulesCheck.toml' > adding 'rpmlint/descriptions/PkgConfigCheck.toml' > adding 'rpmlint/descriptions/SharedLibraryPolicyCheck.toml' > adding 'rpmlint/descriptions/SignatureCheck.toml' > adding 'rpmlint/descriptions/SourceCheck.toml' > adding 'rpmlint/descriptions/SpecCheck.toml' > adding 'rpmlint/descriptions/SysVInitOnSystemdCheck.toml' > adding 'rpmlint/descriptions/TagsCheck.toml' > adding 'rpmlint/descriptions/TmpFilesCheck.toml' > adding 'rpmlint/descriptions/ZipCheck.toml' > adding 'rpmlint/descriptions/ZyppSyntaxCheck.toml' > adding 'rpmlint-2.4.0.dist-info/COPYING' > adding 'rpmlint-2.4.0.dist-info/METADATA' > adding 'rpmlint-2.4.0.dist-info/WHEEL' > adding 'rpmlint-2.4.0.dist-info/entry_points.txt' > adding 'rpmlint-2.4.0.dist-info/top_level.txt' > adding 'rpmlint-2.4.0.dist-info/RECORD' > removing build/bdist.linux-x86_64/wheel > Building wheel for rpmlint (pyproject.toml) ... done > Created wheel for rpmlint: filename=rpmlint-2.4.0-py3-none-any.whl size=169404 sha256=a9e20537436bcc360cb00070c4aa7a358aae6bd2231bcb4fa69c8d597d7598ba > Stored in directory: /home/kristoffer/.cache/pip/wheels/e6/b0/74/521434484648eed0fbff2f8c92ff729f24812d8266e1952e56 >Successfully built rpmlint >+ RPM_EC=0 >++ jobs -p >+ exit 0 >Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.QrhLDF >+ umask 022 >+ cd /home/kristoffer/rpmbuild/BUILD >+ '[' 1 -eq 1 ']' >+ '[' /home/kristoffer/rpmbuild/BUILDROOT/rpmlint-2.4.0-1.mga9.x86_64 '!=' / ']' >+ rm -rf /home/kristoffer/rpmbuild/BUILDROOT/rpmlint-2.4.0-1.mga9.x86_64 >++ dirname /home/kristoffer/rpmbuild/BUILDROOT/rpmlint-2.4.0-1.mga9.x86_64 >+ mkdir -p /home/kristoffer/rpmbuild/BUILDROOT >+ mkdir /home/kristoffer/rpmbuild/BUILDROOT/rpmlint-2.4.0-1.mga9.x86_64 >+ cd rpmlint-2.4.0 >+ '[' 1 -eq 1 ']' >++ ls /home/kristoffer/rpmbuild/BUILD/rpmlint-2.4.0/pyproject-wheeldir/rpmlint-2.4.0-py3-none-any.whl >++ xargs basename --multiple >++ sed -E 's/([^-]+)-([^-]+)-.+\.whl/\1==\2/' >+ specifier=rpmlint==2.4.0 >+ TMPDIR=/home/kristoffer/rpmbuild/BUILD/rpmlint-2.4.0/.pyproject-builddir >+ /usr/bin/python3 -m pip install --root /home/kristoffer/rpmbuild/BUILDROOT/rpmlint-2.4.0-1.mga9.x86_64 --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/kristoffer/rpmbuild/BUILD/rpmlint-2.4.0/pyproject-wheeldir rpmlint==2.4.0 >Using pip 22.2.2 from /usr/lib/python3.10/site-packages/pip (python 3.10) >Looking in links: /home/kristoffer/rpmbuild/BUILD/rpmlint-2.4.0/pyproject-wheeldir >Processing ./pyproject-wheeldir/rpmlint-2.4.0-py3-none-any.whl >Installing collected packages: rpmlint > Creating /home/kristoffer/rpmbuild/BUILDROOT/rpmlint-2.4.0-1.mga9.x86_64/usr/bin > changing mode of /home/kristoffer/rpmbuild/BUILDROOT/rpmlint-2.4.0-1.mga9.x86_64/usr/bin/rpmdiff to 755 > changing mode of /home/kristoffer/rpmbuild/BUILDROOT/rpmlint-2.4.0-1.mga9.x86_64/usr/bin/rpmlint to 755 >Successfully installed rpmlint-2.4.0 >+ '[' -d /home/kristoffer/rpmbuild/BUILDROOT/rpmlint-2.4.0-1.mga9.x86_64/usr/bin ']' >+ '[' -f /usr/bin/pathfix3.10.py ']' >+ pathfix=/usr/bin/pathfix.py >+ '[' -z s ']' >+ shebang_flags=-kas >+ /usr/bin/pathfix.py -pni /usr/bin/python3 -kas /home/kristoffer/rpmbuild/BUILDROOT/rpmlint-2.4.0-1.mga9.x86_64/usr/bin/rpmdiff /home/kristoffer/rpmbuild/BUILDROOT/rpmlint-2.4.0-1.mga9.x86_64/usr/bin/rpmlint >/home/kristoffer/rpmbuild/BUILDROOT/rpmlint-2.4.0-1.mga9.x86_64/usr/bin/rpmdiff: updating >/home/kristoffer/rpmbuild/BUILDROOT/rpmlint-2.4.0-1.mga9.x86_64/usr/bin/rpmlint: updating >+ rm -rfv /home/kristoffer/rpmbuild/BUILDROOT/rpmlint-2.4.0-1.mga9.x86_64/usr/bin/__pycache__ >+ rm -f /home/kristoffer/rpmbuild/BUILD/rpmlint-2.4.0-1.mga9.x86_64-pyproject-ghost-distinfo >+ site_dirs=() >+ '[' -d /home/kristoffer/rpmbuild/BUILDROOT/rpmlint-2.4.0-1.mga9.x86_64/usr/lib/python3.10/site-packages ']' >+ site_dirs+=("/usr/lib/python3.10/site-packages") >+ '[' /home/kristoffer/rpmbuild/BUILDROOT/rpmlint-2.4.0-1.mga9.x86_64/usr/lib64/python3.10/site-packages '!=' /home/kristoffer/rpmbuild/BUILDROOT/rpmlint-2.4.0-1.mga9.x86_64/usr/lib/python3.10/site-packages ']' >+ '[' -d /home/kristoffer/rpmbuild/BUILDROOT/rpmlint-2.4.0-1.mga9.x86_64/usr/lib64/python3.10/site-packages ']' >+ for site_dir in ${site_dirs[@]} >+ for distinfo in /home/kristoffer/rpmbuild/BUILDROOT/rpmlint-2.4.0-1.mga9.x86_64$site_dir/*.dist-info >+ echo '%ghost /usr/lib/python3.10/site-packages/rpmlint-2.4.0.dist-info' >+ sed -i s/pip/rpm/ /home/kristoffer/rpmbuild/BUILDROOT/rpmlint-2.4.0-1.mga9.x86_64/usr/lib/python3.10/site-packages/rpmlint-2.4.0.dist-info/INSTALLER >+ PYTHONPATH=/usr/lib/rpm/redhat >+ /usr/bin/python3 -B /usr/lib/rpm/redhat/pyproject_preprocess_record.py --buildroot /home/kristoffer/rpmbuild/BUILDROOT/rpmlint-2.4.0-1.mga9.x86_64 --record /home/kristoffer/rpmbuild/BUILDROOT/rpmlint-2.4.0-1.mga9.x86_64/usr/lib/python3.10/site-packages/rpmlint-2.4.0.dist-info/RECORD --output /home/kristoffer/rpmbuild/BUILD/rpmlint-2.4.0-1.mga9.x86_64-pyproject-record >+ rm -fv /home/kristoffer/rpmbuild/BUILDROOT/rpmlint-2.4.0-1.mga9.x86_64/usr/lib/python3.10/site-packages/rpmlint-2.4.0.dist-info/RECORD >removed '/home/kristoffer/rpmbuild/BUILDROOT/rpmlint-2.4.0-1.mga9.x86_64/usr/lib/python3.10/site-packages/rpmlint-2.4.0.dist-info/RECORD' >+ rm -fv /home/kristoffer/rpmbuild/BUILDROOT/rpmlint-2.4.0-1.mga9.x86_64/usr/lib/python3.10/site-packages/rpmlint-2.4.0.dist-info/REQUESTED >removed '/home/kristoffer/rpmbuild/BUILDROOT/rpmlint-2.4.0-1.mga9.x86_64/usr/lib/python3.10/site-packages/rpmlint-2.4.0.dist-info/REQUESTED' >++ wc -l /home/kristoffer/rpmbuild/BUILD/rpmlint-2.4.0-1.mga9.x86_64-pyproject-ghost-distinfo >++ cut -f1 '-d ' >+ lines=1 >+ '[' 1 -ne 1 ']' >+ /usr/bin/python3 /usr/lib/rpm/redhat/pyproject_save_files.py --output-files /home/kristoffer/rpmbuild/BUILD/rpmlint-2.4.0-1.mga9.x86_64-pyproject-files --output-modules /home/kristoffer/rpmbuild/BUILD/rpmlint-2.4.0-1.mga9.x86_64-pyproject-modules --buildroot /home/kristoffer/rpmbuild/BUILDROOT/rpmlint-2.4.0-1.mga9.x86_64 --sitelib /usr/lib/python3.10/site-packages --sitearch /usr/lib64/python3.10/site-packages --python-version 3.10 --pyproject-record /home/kristoffer/rpmbuild/BUILD/rpmlint-2.4.0-1.mga9.x86_64-pyproject-record --prefix /usr rpmlint >+ mkdir -p /home/kristoffer/rpmbuild/BUILDROOT/rpmlint-2.4.0-1.mga9.x86_64/etc/xdg/rpmlint/ >+ cp -a /home/kristoffer/rpmbuild/SOURCES/fedora.toml /home/kristoffer/rpmbuild/SOURCES/scoring.toml /home/kristoffer/rpmbuild/SOURCES/users-groups.toml /home/kristoffer/rpmbuild/SOURCES/warn-on-functions.toml /home/kristoffer/rpmbuild/BUILDROOT/rpmlint-2.4.0-1.mga9.x86_64/etc/xdg/rpmlint/ >+ /usr/bin/find-debuginfo -j4 --strict-build-id -m -i --build-id-seed 2.4.0-1.mga9 --unique-debug-suffix -2.4.0-1.mga9.x86_64 --unique-debug-src-base rpmlint-2.4.0-1.mga9.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/kristoffer/rpmbuild/BUILD/rpmlint-2.4.0 > >+ '[' '%{buildarch}' = noarch ']' >+ QA_CHECK_RPATHS=1 >+ case "${QA_CHECK_RPATHS:-}" in >+ /usr/lib/rpm/check-rpaths >+ /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 >+ /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 >Bytecompiling .py files below /home/kristoffer/rpmbuild/BUILDROOT/rpmlint-2.4.0-1.mga9.x86_64/usr/lib/python3.10 using python3.10 >+ /usr/lib/rpm/redhat/brp-python-hardlink >Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.8tCYuA >+ umask 022 >+ cd /home/kristoffer/rpmbuild/BUILD >+ cd rpmlint-2.4.0 >+ '[' 1 -eq 1 ']' >+ CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' >+ LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags' >+ PATH=/home/kristoffer/rpmbuild/BUILDROOT/rpmlint-2.4.0-1.mga9.x86_64/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/usr/local/sbin:/usr/sbin:/usr/lib64/qt5/bin:/usr/lib64/qt4/bin:/home/kristoffer/.local/bin:/home/kristoffer/bin >+ PYTHONPATH=/home/kristoffer/rpmbuild/BUILDROOT/rpmlint-2.4.0-1.mga9.x86_64/usr/lib64/python3.10/site-packages:/home/kristoffer/rpmbuild/BUILDROOT/rpmlint-2.4.0-1.mga9.x86_64/usr/lib/python3.10/site-packages >+ PYTHONDONTWRITEBYTECODE=1 >+ PYTEST_ADDOPTS=' --ignore=/home/kristoffer/rpmbuild/BUILD/rpmlint-2.4.0/.pyproject-builddir' >+ /usr/bin/pytest >======================================================== test session starts ========================================================= >platform linux -- Python 3.10.8, pytest-7.1.3, pluggy-1.0.0 -- /usr/bin/python3 >cachedir: .pytest_cache >rootdir: /home/kristoffer/rpmbuild/BUILD/rpmlint-2.4.0, configfile: setup.cfg >plugins: xdist-2.5.0, forked-1.4.0 >[gw0] linux Python 3.10.8 cwd: /home/kristoffer/rpmbuild/BUILD/rpmlint-2.4.0 >[gw1] linux Python 3.10.8 cwd: /home/kristoffer/rpmbuild/BUILD/rpmlint-2.4.0 >[gw2] linux Python 3.10.8 cwd: /home/kristoffer/rpmbuild/BUILD/rpmlint-2.4.0 >[gw3] linux Python 3.10.8 cwd: /home/kristoffer/rpmbuild/BUILD/rpmlint-2.4.0 >[gw0] Python 3.10.8 (main, Oct 30 2022, 15:46:14) [GCC 12.2.1 20221029] >[gw2] Python 3.10.8 (main, Oct 30 2022, 15:46:14) [GCC 12.2.1 20221029] >[gw1] Python 3.10.8 (main, Oct 30 2022, 15:46:14) [GCC 12.2.1 20221029] >[gw3] Python 3.10.8 (main, Oct 30 2022, 15:46:14) [GCC 12.2.1 20221029] >gw0 [335] / gw1 [335] / gw2 [335] / gw3 [335] >scheduling tests via LoadScheduling > >test/test_alternatives.py::test_update_alternative_borked[binary/alternatives-borked] >test/test_LSB.py::test_LSB_compliance[binary/fPing] >test/test_FHS.py::test_FHS_compliance[binary/non-fhs] >test/test_alternatives.py::test_update_alternative_ok[binary/alternatives-ok] >[gw1] [ 0%] PASSED test/test_alternatives.py::test_update_alternative_ok[binary/alternatives-ok] >test/test_alternatives.py::test_libalternative_ok[binary/libalternatives-ok] >[gw2] [ 0%] PASSED test/test_LSB.py::test_LSB_compliance[binary/fPing] >test/test_alternatives.py::test_update_alternatives_correctness[binary/python39-evtx] >[gw3] [ 0%] PASSED test/test_alternatives.py::test_update_alternative_borked[binary/alternatives-borked] >test/test_alternatives.py::test_libalternative_borked[binary/libalternatives-borked] >[gw1] [ 1%] PASSED test/test_alternatives.py::test_libalternative_ok[binary/libalternatives-ok] >test/test_bashisms.py::test_bashisms[binary/bashisms] >[gw2] [ 1%] PASSED test/test_alternatives.py::test_update_alternatives_correctness[binary/python39-evtx] >test/test_appdata.py::test_appdata_fail_no_checker[binary/appdata] >[gw3] [ 1%] PASSED test/test_alternatives.py::test_libalternative_borked[binary/libalternatives-borked] >test/test_bashisms.py::test_bashisms_error[binary/bashisms] >[gw0] [ 2%] PASSED test/test_FHS.py::test_FHS_compliance[binary/non-fhs] >test/test_alternatives.py::test_non_update_alternative_pkg[binary/self] >[gw2] [ 2%] PASSED test/test_appdata.py::test_appdata_fail_no_checker[binary/appdata] >test/test_binaries.py::test_waived_forbidden_c_calls[binary/ngircd] >[gw0] [ 2%] PASSED test/test_alternatives.py::test_non_update_alternative_pkg[binary/self] >test/test_appdata.py::test_appdata_fail[binary/appdata] >[gw2] [ 2%] PASSED test/test_binaries.py::test_waived_forbidden_c_calls[binary/ngircd] >test/test_binaries.py::test_libtool_wrapper[binary/libtool-wrapper] >[gw3] [ 3%] PASSED test/test_bashisms.py::test_bashisms_error[binary/bashisms] >test/test_binaries.py::test_lto_archive_text[binary/lto-text] >[gw0] [ 3%] PASSED test/test_appdata.py::test_appdata_fail[binary/appdata] >test/test_binaries.py::test_forbidden_c_calls[binary/crypto-policy] >[gw1] [ 3%] PASSED test/test_bashisms.py::test_bashisms[binary/bashisms] >test/test_binaries.py::test_lto_bytecode[binary/libreiserfscore-devel] >[gw2] [ 4%] PASSED test/test_binaries.py::test_libtool_wrapper[binary/libtool-wrapper] >test/test_binaries.py::test_position_independent_executable[binary/bcc-lua] >[gw3] [ 4%] PASSED test/test_binaries.py::test_lto_archive_text[binary/lto-text] >test/test_binaries.py::test_shlib_with_no_exec[binary/libnoexec] >[gw3] [ 4%] PASSED test/test_binaries.py::test_shlib_with_no_exec[binary/libnoexec] >test/test_binaries.py::test_only_non_binary_in_usr_lib_exception[binary/only-non-binary-in-usr-lib_exception] >[gw2] [ 5%] PASSED test/test_binaries.py::test_position_independent_executable[binary/bcc-lua] >test/test_binaries.py::test_invalid_la_file[binary/invalid-la-file] >[gw1] [ 5%] PASSED test/test_binaries.py::test_lto_bytecode[binary/libreiserfscore-devel] >test/test_binaries.py::test_no_arch_issues[binary/noarch] >[gw0] [ 5%] PASSED test/test_binaries.py::test_forbidden_c_calls[binary/crypto-policy] >test/test_binaries.py::test_lto_ghc_archive[binary/ghc] >[gw2] [ 5%] PASSED test/test_binaries.py::test_invalid_la_file[binary/invalid-la-file] >test/test_binaries.py::test_library[binary/libtest] >[gw3] [ 6%] PASSED test/test_binaries.py::test_only_non_binary_in_usr_lib_exception[binary/only-non-binary-in-usr-lib_exception] >test/test_binaries.py::test_non_position_independent_sugg[binary/non-position-independent-exec] >[gw1] [ 6%] PASSED test/test_binaries.py::test_no_arch_issues[binary/noarch] >test/test_binaries.py::test_only_non_binary_in_usr_lib[binary/only-non-binary-in-usr-lib] >[gw1] [ 6%] PASSED test/test_binaries.py::test_only_non_binary_in_usr_lib[binary/only-non-binary-in-usr-lib] >test/test_binaries.py::test_binary_in_etc[binary/binary-in-etc] >[gw2] [ 7%] PASSED test/test_binaries.py::test_library[binary/libtest] >test/test_binaries.py::test_not_valid_ldconfig_symlink[binary/libtest4] >[gw0] [ 7%] PASSED test/test_binaries.py::test_lto_ghc_archive[binary/ghc] >test/test_binaries.py::test_shlib_with_no_exec_glibc[binary/glibc] >[gw3] [ 7%] PASSED test/test_binaries.py::test_non_position_independent_sugg[binary/non-position-independent-exec] >test/test_binaries.py::test_shared_library2[binary/libtest2] >[gw1] [ 8%] PASSED test/test_binaries.py::test_binary_in_etc[binary/binary-in-etc] >test/test_binaries.py::test_shared_library1[binary/libtest1] >[gw2] [ 8%] PASSED test/test_binaries.py::test_not_valid_ldconfig_symlink[binary/libtest4] >test/test_build_date.py::test_build_date_time_correct[binary/bashisms] >[gw0] [ 8%] PASSED test/test_binaries.py::test_shlib_with_no_exec_glibc[binary/glibc] >test/test_binaries.py::test_no_binary[binary/no-binary] >[gw3] [ 8%] PASSED test/test_binaries.py::test_shared_library2[binary/libtest2] >test/test_binaries.py::test_dependency_information[binary/dependency-info] >[gw2] [ 9%] PASSED test/test_build_date.py::test_build_date_time_correct[binary/bashisms] >[gw1] [ 9%] PASSED test/test_binaries.py::test_shared_library1[binary/libtest1] >test/test_binaries.py::test_multiple_errors[binary/multiple_errors] >test/test_cli.py::test_parsing_opensuse_conf[test_arguments0] >[gw0] [ 9%] PASSED test/test_binaries.py::test_no_binary[binary/no-binary] >test/test_binaries.py::test_non_position_independent[binary/non-position-independent-exec] >[gw1] [ 10%] PASSED test/test_binaries.py::test_multiple_errors[binary/multiple_errors] >test/test_build_root.py::test_build_root[binary/buildroot] >[gw3] [ 10%] PASSED test/test_binaries.py::test_dependency_information[binary/dependency-info] >test/test_cli.py::test_parsing_non_existing_config_file[test_arguments0] >[gw3] [ 10%] PASSED test/test_cli.py::test_parsing_non_existing_config_file[test_arguments0] >[gw0] [ 11%] PASSED test/test_binaries.py::test_non_position_independent[binary/non-position-independent-exec] >[gw1] [ 11%] PASSED test/test_build_root.py::test_build_root[binary/buildroot] >test/test_binaries.py::test_invalid_ldconfig_symlink[binary/libtest3] >test/test_cli.py::test_parsing_fedora_conf[test_arguments0] >test/test_config.py::testpath <- test/Testing.py >[gw3] [ 11%] PASSED test/test_config.py::testpath <- test/Testing.py >test/test_config.py::test_parsing >[gw3] [ 11%] PASSED test/test_config.py::test_parsing >test/test_config.py::test_badness_functions >[gw3] [ 12%] PASSED test/test_config.py::test_badness_functions >test/test_dbus_policy.py::test_dbus_policy[binary/dbusrule] >[gw0] [ 12%] PASSED test/test_binaries.py::test_invalid_ldconfig_symlink[binary/libtest3] >test/test_build_date.py::test_build_date_time[binary/builddate] >[gw3] [ 12%] PASSED test/test_dbus_policy.py::test_dbus_policy[binary/dbusrule] >test/test_doc.py::test_doccheck[binary/mydoc] >[gw0] [ 13%] PASSED test/test_build_date.py::test_build_date_time[binary/builddate] >test/test_cli.py::test_parsing_config_file[test_arguments0] >[gw0] [ 13%] PASSED test/test_cli.py::test_parsing_config_file[test_arguments0] >test/test_config.py::test_printing >[gw0] [ 13%] PASSED test/test_config.py::test_printing >test/test_config.py::test_double_config >[gw0] [ 14%] PASSED test/test_config.py::test_double_config >test/test_config.py::test_rpmlint_loading >[gw0] [ 14%] PASSED test/test_config.py::test_rpmlint_loading >test/test_diff.py::testpath <- test/Testing.py >[gw0] [ 14%] PASSED test/test_diff.py::testpath <- test/Testing.py >test/test_doc.py::test_doc_file_dep[binary/doc-file-dependency] >[gw3] [ 14%] PASSED test/test_doc.py::test_doccheck[binary/mydoc] >test/test_duplicates.py::test_duplicates_correct[binary/bad-crc-uncompressed] >[gw0] [ 15%] PASSED test/test_doc.py::test_doc_file_dep[binary/doc-file-dependency] >test/test_erlang.py::test_erlang[binary/erlang-test] >[gw3] [ 15%] PASSED test/test_duplicates.py::test_duplicates_correct[binary/bad-crc-uncompressed] >test/test_files.py::test_pep0488 >[gw3] [ 15%] PASSED test/test_files.py::test_pep0488 >test/test_files.py::test_pyc_magic_from_chunk[37-3393] >[gw0] [ 16%] PASSED test/test_erlang.py::test_erlang[binary/erlang-test] >[gw3] [ 16%] PASSED test/test_files.py::test_pyc_magic_from_chunk[37-3393] >test/test_files.py::test_makefile_junk[binary/makefile-junk] >test/test_files.py::test_python_bytecode_magic[binary/python3-power] >[gw2] [ 16%] PASSED test/test_cli.py::test_parsing_opensuse_conf[test_arguments0] >test/test_config.py::test_custom_config >[gw3] [ 17%] PASSED test/test_files.py::test_makefile_junk[binary/makefile-junk] >test/test_files.py::test_script_interpreter >[gw2] [ 17%] PASSED test/test_config.py::test_custom_config >test/test_config.py::test_filters >[gw2] [ 17%] PASSED test/test_config.py::test_filters >test/test_config_files.py::test_config_files[binary/config-files] >[gw3] [ 17%] PASSED test/test_files.py::test_script_interpreter >test/test_filter.py::test_description_storing >[gw0] [ 18%] PASSED test/test_files.py::test_python_bytecode_magic[binary/python3-power] >test/test_files.py::test_pyc_mtime_from_chunk[36-1513659236] >[gw1] [ 18%] PASSED test/test_cli.py::test_parsing_fedora_conf[test_arguments0] >[gw2] [ 18%] PASSED test/test_config_files.py::test_config_files[binary/config-files] >test/test_config.py::test_broken_config >test/test_diff.py::test_distribution_tags >[gw1] [ 19%] PASSED test/test_config.py::test_broken_config >test/test_config.py::test_list_merging >[gw0] [ 19%] PASSED test/test_files.py::test_pyc_mtime_from_chunk[36-1513659236] >test/test_files.py::test_sphinx_inv_files[binary/python3-greenlet] >[gw1] [ 19%] PASSED test/test_config.py::test_list_merging >test/test_config_files.py::test_config_files_correct[binary/logrotate] >[gw3] [ 20%] PASSED test/test_filter.py::test_description_storing >test/test_filter.py::test_description_from_toml >[gw1] [ 20%] PASSED test/test_config_files.py::test_config_files_correct[binary/logrotate] >[gw3] [ 20%] PASSED test/test_filter.py::test_description_from_toml >test/test_filter.py::test_description_from_conf >test/test_diff.py::test_exclude >[gw3] [ 20%] PASSED test/test_filter.py::test_description_from_conf >test/test_filter.py::test_output >[gw0] [ 21%] PASSED test/test_files.py::test_sphinx_inv_files[binary/python3-greenlet] >test/test_files.py::test_scm_regex >[gw0] [ 21%] PASSED test/test_files.py::test_scm_regex >test/test_lint.py::testpath <- test/Testing.py >[gw0] [ 21%] PASSED test/test_lint.py::testpath <- test/Testing.py >test/test_lint.py::test_cases_loading >[gw3] [ 22%] PASSED test/test_filter.py::test_output >test/test_filter.py::test_filtered_output >[gw3] [ 22%] PASSED test/test_filter.py::test_filtered_output >test/test_filter.py::test_blocked_filters >[gw3] [ 22%] PASSED test/test_filter.py::test_blocked_filters >test/test_helpers.py::test_warnprint >[gw3] [ 22%] PASSED test/test_helpers.py::test_warnprint >test/test_helpers.py::test_bytetostr >[gw3] [ 23%] PASSED test/test_helpers.py::test_bytetostr >test/test_helpers.py::test_centering >[gw3] [ 23%] PASSED test/test_helpers.py::test_centering >test/test_icon_sizes.py::test_icon_sizes[binary/tasque] >[gw0] [ 23%] PASSED test/test_lint.py::test_cases_loading >test/test_lint.py::test_configoutput >[gw0] [ 24%] PASSED test/test_lint.py::test_configoutput >test/test_lint.py::test_explain_unknown >[gw3] [ 24%] PASSED test/test_icon_sizes.py::test_icon_sizes[binary/tasque] >test/test_ldd_parser.py::test_unused_dependency >[gw2] [ 24%] PASSED test/test_diff.py::test_distribution_tags >[gw0] [ 25%] PASSED test/test_lint.py::test_explain_unknown >test/test_lint.py::test_explain_known >test/test_doc.py::test_install_file_in_docs[binary/install-file-in-docs] >[gw3] [ 25%] PASSED test/test_ldd_parser.py::test_unused_dependency >test/test_ldd_parser.py::test_undefined_symbol >[gw0] [ 25%] PASSED test/test_lint.py::test_explain_known >test/test_lint.py::test_explain_with_unknown >[gw2] [ 25%] PASSED test/test_doc.py::test_install_file_in_docs[binary/install-file-in-docs] >test/test_files.py::test_pep3147 >[gw3] [ 26%] PASSED test/test_ldd_parser.py::test_undefined_symbol >test/test_ldd_parser.py::test_ldd_parser_failure >[gw2] [ 26%] PASSED test/test_files.py::test_pep3147 >test/test_files.py::test_file_not_utf8_for_compression_algorithms[binary/testdocumentation] >[gw0] [ 26%] PASSED test/test_lint.py::test_explain_with_unknown >test/test_lint.py::test_explain_no_binary_from_cfg >[gw3] [ 27%] PASSED test/test_ldd_parser.py::test_ldd_parser_failure >test/test_ldd_parser.py::test_dependencies >[gw2] [ 27%] PASSED test/test_files.py::test_file_not_utf8_for_compression_algorithms[binary/testdocumentation] >test/test_files.py::test_pyc_mtime_from_chunk[37-1519778958] >[gw0] [ 27%] PASSED test/test_lint.py::test_explain_no_binary_from_cfg >test/test_lint.py::test_explain_non_standard_dir_from_cfg >[gw2] [ 28%] PASSED test/test_files.py::test_pyc_mtime_from_chunk[37-1519778958] >test/test_files.py::test_invalid_package[binary/filechecks] >[gw3] [ 28%] PASSED test/test_ldd_parser.py::test_dependencies >test/test_ldd_parser.py::test_unused_dependency_in_package >[gw0] [ 28%] PASSED test/test_lint.py::test_explain_non_standard_dir_from_cfg >test/test_lint.py::test_descriptions_from_config[packages0] >[gw2] [ 28%] PASSED test/test_files.py::test_invalid_package[binary/filechecks] >test/test_files.py::test_lib_regex >[gw2] [ 29%] PASSED test/test_files.py::test_lib_regex >test/test_files.py::test_distribution_tags[binary/ngircd] >[gw3] [ 29%] PASSED test/test_ldd_parser.py::test_unused_dependency_in_package >test/test_ldd_parser.py::test_unused_dependency_in_package_for_executable >[gw2] [ 29%] PASSED test/test_files.py::test_distribution_tags[binary/ngircd] >test/test_files.py::test_provides_devel[binary/development] >[gw2] [ 30%] PASSED test/test_files.py::test_provides_devel[binary/development] >test/test_files.py::test_shlib1[binary/shlib1] >[gw3] [ 30%] PASSED test/test_ldd_parser.py::test_unused_dependency_in_package_for_executable >test/test_ldd_parser.py::test_opt_dependency >[gw2] [ 30%] PASSED test/test_files.py::test_shlib1[binary/shlib1] >test/test_files.py::test_shlib2_devel[binary/shlib2-devel] >[gw3] [ 31%] PASSED test/test_ldd_parser.py::test_opt_dependency >test/test_ldd_parser.py::test_usr_dependency >[gw2] [ 31%] PASSED test/test_files.py::test_shlib2_devel[binary/shlib2-devel] >test/test_files.py::test_zero_length_ignore[/usr/lib/emptyfile-True-binary/file-zero-length] >[gw2] [ 31%] PASSED test/test_files.py::test_zero_length_ignore[/usr/lib/emptyfile-True-binary/file-zero-length] >test/test_files.py::test_zero_length_ignore[/usr/lib/nonemptyfile-False-binary/file-zero-length] >[gw3] [ 31%] PASSED test/test_ldd_parser.py::test_usr_dependency >test/test_lib_dependency.py::test_shlib2_devel[binary/shlib2-devel] >[gw0] [ 32%] PASSED test/test_lint.py::test_descriptions_from_config[packages0] >test/test_lint.py::test_run_single[packages0] >[gw2] [ 32%] PASSED test/test_files.py::test_zero_length_ignore[/usr/lib/nonemptyfile-False-binary/file-zero-length] >test/test_files.py::test_zero_length_ignore[/etc/security/console.apps-False-binary/file-zero-length] >[gw3] [ 32%] PASSED test/test_lib_dependency.py::test_shlib2_devel[binary/shlib2-devel] >test/test_objdump_parser.py::test_executable_stack_package >[gw0] [ 33%] PASSED test/test_lint.py::test_run_single[packages0] >test/test_lint.py::test_run_installed[packages0] >[gw2] [ 33%] PASSED test/test_files.py::test_zero_length_ignore[/etc/security/console.apps-False-binary/file-zero-length] >test/test_files.py::test_zero_length_ignore[/usr/lib/.nosearch-False-binary/file-zero-length] >[gw3] [ 33%] PASSED test/test_objdump_parser.py::test_executable_stack_package >test/test_pam_modules.py::test_pam_modules[binary/pam-module] >[gw3] [ 34%] PASSED test/test_pam_modules.py::test_pam_modules[binary/pam-module] >test/test_pkg.py::test_parse_deps >[gw2] [ 34%] PASSED test/test_files.py::test_zero_length_ignore[/usr/lib/.nosearch-False-binary/file-zero-length] >[gw3] [ 34%] PASSED test/test_pkg.py::test_parse_deps >test/test_pkg.py::test_range_compare >[gw3] [ 34%] PASSED test/test_pkg.py::test_range_compare >test/test_pkgconfig.py::test_pkg_config[binary/pc] >test/test_files.py::test_zero_length_ignore[/usr/lib/python/__init__.py-False-binary/file-zero-length] >[gw0] [ 35%] PASSED test/test_lint.py::test_run_installed[packages0] >[gw3] [ 35%] PASSED test/test_pkgconfig.py::test_pkg_config[binary/pc] >test/test_pkgconfig.py::test_pkg_config_correct[binary/libreiserfscore-devel] >test/test_lint.py::test_run_strict[packages0] >[gw2] [ 35%] PASSED test/test_files.py::test_zero_length_ignore[/usr/lib/python/__init__.py-False-binary/file-zero-length] >test/test_files.py::test_zero_length_ignore[/usr/lib/python/py.typed-False-binary/file-zero-length] >[gw2] [ 36%] PASSED test/test_files.py::test_zero_length_ignore[/usr/lib/python/py.typed-False-binary/file-zero-length] >test/test_files.py::test_zero_length_ignore[/usr/lib/python/pypackagefromwheel-0.0.0.dist-info/REQUESTED-False-binary/file-zero-length] >[gw0] [ 36%] PASSED test/test_lint.py::test_run_strict[packages0] >test/test_lint.py::test_run_installed_not_present >[gw3] [ 36%] PASSED test/test_pkgconfig.py::test_pkg_config_correct[binary/libreiserfscore-devel] >test/test_readelf_parser.py::test_empty_archive >[gw2] [ 37%] PASSED test/test_files.py::test_zero_length_ignore[/usr/lib/python/pypackagefromwheel-0.0.0.dist-info/REQUESTED-False-binary/file-zero-length] >test/test_files.py::test_zero_length_ignore[/usr/lib/ruby/gem.build_complete-False-binary/file-zero-length] >[gw0] [ 37%] PASSED test/test_lint.py::test_run_installed_not_present >test/test_lint.py::test_run_installed_and_no_files >[gw3] [ 37%] PASSED test/test_readelf_parser.py::test_empty_archive >test/test_readelf_parser.py::test_simple_archive >[gw2] [ 37%] PASSED test/test_files.py::test_zero_length_ignore[/usr/lib/ruby/gem.build_complete-False-binary/file-zero-length] >test/test_files.py::test_manual_pages[binary/manual-pages] >[gw3] [ 38%] PASSED test/test_readelf_parser.py::test_simple_archive >test/test_readelf_parser.py::test_program_header_parsing >[gw0] [ 38%] PASSED test/test_lint.py::test_run_installed_and_no_files >test/test_lint.py::test_header_information >[gw2] [ 38%] PASSED test/test_files.py::test_manual_pages[binary/manual-pages] >test/test_filter.py::testpath <- test/Testing.py >[gw3] [ 39%] PASSED test/test_readelf_parser.py::test_program_header_parsing >test/test_readelf_parser.py::test_dynamic_section_parsing >[gw2] [ 39%] PASSED test/test_filter.py::testpath <- test/Testing.py >test/test_filter.py::test_filters_regexp >[gw2] [ 39%] PASSED test/test_filter.py::test_filters_regexp >test/test_filter.py::test_data_storing >[gw0] [ 40%] PASSED test/test_lint.py::test_header_information >test/test_lint.py::test_run_full_rpm[configs0-packages0] >[gw3] [ 40%] PASSED test/test_readelf_parser.py::test_dynamic_section_parsing >test/test_readelf_parser.py::test_rpath >[gw3] [ 40%] PASSED test/test_readelf_parser.py::test_rpath >test/test_readelf_parser.py::test_lto_bytecode >[gw2] [ 40%] PASSED test/test_filter.py::test_data_storing >test/test_filter.py::test_data_storing_backward_compat >[gw2] [ 41%] PASSED test/test_filter.py::test_data_storing_backward_compat >test/test_signature.py::test_no_signature[binary/no-signature] >[gw3] [ 41%] PASSED test/test_readelf_parser.py::test_lto_bytecode >test/test_readelf_parser.py::test_lto_archive_text >[gw3] [ 41%] PASSED test/test_readelf_parser.py::test_lto_archive_text >test/test_readelf_parser.py::test_non_pic_code_library >[gw2] [ 42%] PASSED test/test_signature.py::test_no_signature[binary/no-signature] >test/test_signature.py::test_unknown_key[binary/unknown-key] >[gw2] [ 42%] PASSED test/test_signature.py::test_unknown_key[binary/unknown-key] >test/test_signature.py::test_invalid_signature[binary/hello] >[gw3] [ 42%] PASSED test/test_readelf_parser.py::test_non_pic_code_library >test/test_readelf_parser.py::test_no_ldconfig_symlink >[gw2] [ 42%] PASSED test/test_signature.py::test_invalid_signature[binary/hello] >test/test_sources.py::test_extension_and_permissions[source/wrongsrc] >[gw2] [ 43%] PASSED test/test_sources.py::test_extension_and_permissions[source/wrongsrc] >test/test_sources.py::test_compression_and_multispec[source/not-compressed-multi-spec] >[gw3] [ 43%] PASSED test/test_readelf_parser.py::test_no_ldconfig_symlink >test/test_readelf_parser.py::test_call_mktemp >[gw2] [ 43%] PASSED test/test_sources.py::test_compression_and_multispec[source/not-compressed-multi-spec] >test/test_speccheck.py::test_check_include >[gw3] [ 44%] PASSED test/test_readelf_parser.py::test_call_mktemp >test/test_readelf_parser.py::test_call_setgroups >[gw2] [ 44%] PASSED test/test_speccheck.py::test_check_include >test/test_speccheck.py::test_patch_not_applied[spec/SpecCheck2] >[gw3] [ 44%] PASSED test/test_readelf_parser.py::test_call_setgroups >test/test_readelf_parser.py::test_call_gethostbyname >[gw3] [ 45%] PASSED test/test_readelf_parser.py::test_call_gethostbyname >test/test_readelf_parser.py::test_missing_dependency >[gw2] [ 45%] PASSED test/test_speccheck.py::test_patch_not_applied[spec/SpecCheck2] >test/test_speccheck.py::test_patch_not_applied[spec/SpecCheck3] >[gw3] [ 45%] PASSED test/test_readelf_parser.py::test_missing_dependency >test/test_readelf_parser.py::test_bca_files >[gw2] [ 45%] PASSED test/test_speccheck.py::test_patch_not_applied[spec/SpecCheck3] >test/test_speccheck.py::test_distribution_tags[spec/SpecCheck] >[gw3] [ 46%] PASSED test/test_readelf_parser.py::test_bca_files >test/test_readelf_parser.py::test_shlib_policy_name_error >[gw3] [ 46%] PASSED test/test_readelf_parser.py::test_shlib_policy_name_error >test/test_shlib_policy.py::test_shlib_policy_wrong_name[binary/libtest1] >[gw2] [ 46%] PASSED test/test_speccheck.py::test_distribution_tags[spec/SpecCheck] >test/test_speccheck.py::test_forbidden_controlchars_found[spec/SpecCheck4] >[gw3] [ 47%] PASSED test/test_shlib_policy.py::test_shlib_policy_wrong_name[binary/libtest1] >test/test_shlib_policy.py::test_shlib_policy_missing_suffix[binary/libslp-missing-suffix] >[gw2] [ 47%] PASSED test/test_speccheck.py::test_forbidden_controlchars_found[spec/SpecCheck4] >test/test_speccheck.py::test_check_no_spec_file[source/no-spec-file] >[gw2] [ 47%] PASSED test/test_speccheck.py::test_check_no_spec_file[source/no-spec-file] >test/test_speccheck.py::test_check_no_spec_file_not_applied[source/CheckInclude] >[gw3] [ 48%] PASSED test/test_shlib_policy.py::test_shlib_policy_missing_suffix[binary/libslp-missing-suffix] >test/test_shlib_policy.py::test_shlib_policy_errors[binary/libslp1234] >[gw2] [ 48%] PASSED test/test_speccheck.py::test_check_no_spec_file_not_applied[source/CheckInclude] >test/test_speccheck.py::test_check_non_utf8_spec_file[spec/non-utf8-spec-file] >[gw3] [ 48%] PASSED test/test_shlib_policy.py::test_shlib_policy_errors[binary/libslp1234] >test/test_speccheck.py::test_check_invalid_spec_name[source/invalid-spec-name] >[gw1] [ 48%] PASSED test/test_diff.py::test_exclude >[gw2] [ 49%] PASSED test/test_speccheck.py::test_check_non_utf8_spec_file[spec/non-utf8-spec-file] >test/test_duplicates.py::test_duplicates[binary/duplicates] >test/test_speccheck.py::test_check_non_utf8_spec_file_not_applied[spec/SpecCheckTemp] >[gw1] [ 49%] PASSED test/test_duplicates.py::test_duplicates[binary/duplicates] >test/test_files.py::test_py2 >[gw1] [ 49%] PASSED test/test_files.py::test_py2 >[gw2] [ 50%] PASSED test/test_speccheck.py::test_check_non_utf8_spec_file_not_applied[spec/SpecCheckTemp] >test/test_files.py::test_pyc_magic_from_chunk[36-3379] >test/test_speccheck.py::test_check_setup_is_quiet[spec/SpecCheckTemp] >[gw3] [ 50%] PASSED test/test_speccheck.py::test_check_invalid_spec_name[source/invalid-spec-name] >test/test_speccheck.py::test_check_invalid_spec_name_not_applied[source/CheckInclude] >[gw1] [ 50%] PASSED test/test_files.py::test_pyc_magic_from_chunk[36-3379] >test/test_files.py::test_devel_files[binary/netmask-debugsource] >[gw2] [ 51%] PASSED test/test_speccheck.py::test_check_setup_is_quiet[spec/SpecCheckTemp] >test/test_speccheck.py::test_check_setup_not_quiet_not_applied[spec/SpecCheck2] >[gw1] [ 51%] PASSED test/test_files.py::test_devel_files[binary/netmask-debugsource] >test/test_files.py::test_tcl_package[binary/tclpackage] >[gw3] [ 51%] PASSED test/test_speccheck.py::test_check_invalid_spec_name_not_applied[source/CheckInclude] >test/test_speccheck.py::test_check_non_break_space[spec/non-break-space] >[gw1] [ 51%] PASSED test/test_files.py::test_tcl_package[binary/tclpackage] >test/test_files.py::test_rust_files[binary/rust] >[gw1] [ 52%] PASSED test/test_files.py::test_rust_files[binary/rust] >test/test_lint.py::test_run_full_directory[packages0] >[gw2] [ 52%] PASSED test/test_speccheck.py::test_check_setup_not_quiet_not_applied[spec/SpecCheck2] >[gw3] [ 52%] PASSED test/test_speccheck.py::test_check_non_break_space[spec/non-break-space] >test/test_speccheck.py::test_check_setup_not_in_prep[spec/setup-not-in-prep] >test/test_speccheck.py::test_check_non_break_space_not_applied[spec/SpecCheck2] >[gw2] [ 53%] PASSED test/test_speccheck.py::test_check_setup_not_in_prep[spec/setup-not-in-prep] >test/test_speccheck.py::test_check_setup_inside_prep[spec/SpecCheckTemp] >[gw3] [ 53%] PASSED test/test_speccheck.py::test_check_non_break_space_not_applied[spec/SpecCheck2] >test/test_speccheck.py::test_check_rpm_buildroot_usage_under_prep[spec/rpm-buildroot-usage] >[gw2] [ 53%] PASSED test/test_speccheck.py::test_check_setup_inside_prep[spec/SpecCheckTemp] >test/test_speccheck.py::test_check_setup_not_in_prep_not_applied[spec/SpecCheck2] >[gw3] [ 54%] PASSED test/test_speccheck.py::test_check_rpm_buildroot_usage_under_prep[spec/rpm-buildroot-usage] >test/test_speccheck.py::test_check_rpm_buildroot_usage_under_build[spec/SpecCheckTemp] >[gw2] [ 54%] PASSED test/test_speccheck.py::test_check_setup_not_in_prep_not_applied[spec/SpecCheck2] >test/test_speccheck.py::test_check_autopatch_not_in_prep[spec/%autopatch-not-in-prep] >[gw3] [ 54%] PASSED test/test_speccheck.py::test_check_rpm_buildroot_usage_under_build[spec/SpecCheckTemp] >test/test_speccheck.py::test_check_rpm_buildroot_usage_not_applied[spec/SpecCheck2] >[gw2] [ 54%] PASSED test/test_speccheck.py::test_check_autopatch_not_in_prep[spec/%autopatch-not-in-prep] >test/test_speccheck.py::test_check_autopatch_in_prep[spec/SpecCheckTemp] >[gw2] [ 55%] PASSED test/test_speccheck.py::test_check_autopatch_in_prep[spec/SpecCheckTemp] >test/test_speccheck.py::test_check_autopatch_not_in_prep_not_applied[spec/SpecCheck2] >[gw3] [ 55%] PASSED test/test_speccheck.py::test_check_rpm_buildroot_usage_not_applied[spec/SpecCheck2] >test/test_speccheck.py::test_check_rpm_buildroot_usage_shell_var[spec/rpm-buildroot-usage-shell-var] >[gw3] [ 55%] PASSED test/test_speccheck.py::test_check_rpm_buildroot_usage_shell_var[spec/rpm-buildroot-usage-shell-var] >test/test_speccheck.py::test_check_make_check_outside_check_section[spec/make-check-outside-check-section] >[gw2] [ 56%] PASSED test/test_speccheck.py::test_check_autopatch_not_in_prep_not_applied[spec/SpecCheck2] >test/test_speccheck.py::test_check_autosetup_not_in_prep[spec/%autosetup-not-in-prep] >[gw2] [ 56%] PASSED test/test_speccheck.py::test_check_autosetup_not_in_prep[spec/%autosetup-not-in-prep] >test/test_speccheck.py::test_check_autosetup_inside_prep[spec/SpecCheckTemp] >[gw3] [ 56%] PASSED test/test_speccheck.py::test_check_make_check_outside_check_section[spec/make-check-outside-check-section] >test/test_speccheck.py::test_check_make_check_inside_check_section[spec/SpecCheckTemp] >[gw2] [ 57%] PASSED test/test_speccheck.py::test_check_autosetup_inside_prep[spec/SpecCheckTemp] >test/test_speccheck.py::test_check_autosetup_not_in_prep_not_applied[spec/SpecCheck2] >[gw3] [ 57%] PASSED test/test_speccheck.py::test_check_make_check_inside_check_section[spec/SpecCheckTemp] >test/test_speccheck.py::test_check_make_check_outside_not_applied[spec/SpecCheck2] >[gw2] [ 57%] PASSED test/test_speccheck.py::test_check_autosetup_not_in_prep_not_applied[spec/SpecCheck2] >test/test_speccheck.py::test_check_use_of_rpm_source_dir[spec/use-of-RPM-SOURCE-DIR] >[gw3] [ 57%] PASSED test/test_speccheck.py::test_check_make_check_outside_not_applied[spec/SpecCheck2] >test/test_speccheck.py::test_check_setup_not_quiet[spec/setup-not-quiet] >[gw2] [ 58%] PASSED test/test_speccheck.py::test_check_use_of_rpm_source_dir[spec/use-of-RPM-SOURCE-DIR] >test/test_speccheck.py::test_check_use_of_rsd_not_applied[spec/SpecCheck2] >[gw3] [ 58%] PASSED test/test_speccheck.py::test_check_setup_not_quiet[spec/setup-not-quiet] >test/test_speccheck.py::test_check_cwls_not_applied[spec/SpecCheck2] >[gw2] [ 58%] PASSED test/test_speccheck.py::test_check_use_of_rsd_not_applied[spec/SpecCheck2] >test/test_speccheck.py::test_check_configure_without_libdir_spec[spec/configure-without-libdir-spec] >[gw3] [ 59%] PASSED test/test_speccheck.py::test_check_cwls_not_applied[spec/SpecCheck2] >test/test_speccheck.py::test_check_hardcoded_library_path[spec/hardcoded-library-path] >[gw2] [ 59%] PASSED test/test_speccheck.py::test_check_configure_without_libdir_spec[spec/configure-without-libdir-spec] >test/test_speccheck.py::test_check_hardcoded_prefix_tag_not_applied[spec/SpecCheck2] >[gw3] [ 59%] PASSED test/test_speccheck.py::test_check_hardcoded_library_path[spec/hardcoded-library-path] >test/test_speccheck.py::test_check_hclp_not_applied[spec/SpecCheck2] >[gw2] [ 60%] PASSED test/test_speccheck.py::test_check_hardcoded_prefix_tag_not_applied[spec/SpecCheck2] >test/test_speccheck.py::test_check_prereq_use[spec/prereq_use] >[gw3] [ 60%] PASSED test/test_speccheck.py::test_check_hclp_not_applied[spec/SpecCheck2] >test/test_speccheck.py::test_check_obsolete_tag[spec/obsolete-tag] >[gw3] [ 60%] PASSED test/test_speccheck.py::test_check_obsolete_tag[spec/obsolete-tag] >test/test_speccheck.py::test_check_obsolete_tag_not_applied[spec/SpecCheck2] >[gw2] [ 60%] PASSED test/test_speccheck.py::test_check_prereq_use[spec/prereq_use] >test/test_speccheck.py::test_check_prereq_use_not_found[spec/patch-not-applied] >[gw2] [ 61%] PASSED test/test_speccheck.py::test_check_prereq_use_not_found[spec/patch-not-applied] >test/test_speccheck.py::test_check_prereq_use_not_applied[spec/mixed-use-of-spaces-and-tabs] >[gw3] [ 61%] PASSED test/test_speccheck.py::test_check_obsolete_tag_not_applied[spec/SpecCheck2] >test/test_speccheck.py::test_check_hardcoded_path_in_buildroot_tag[spec/hardcoded-path-in-buildroot-tag] >[gw2] [ 61%] PASSED test/test_speccheck.py::test_check_prereq_use_not_applied[spec/mixed-use-of-spaces-and-tabs] >test/test_speccheck.py::test_check_buildprereq_use[spec/buildprereq-use] >[gw3] [ 62%] PASSED test/test_speccheck.py::test_check_hardcoded_path_in_buildroot_tag[spec/hardcoded-path-in-buildroot-tag] >test/test_speccheck.py::test_check_hpbt_not_applied[spec/SpecCheck2] >[gw2] [ 62%] PASSED test/test_speccheck.py::test_check_buildprereq_use[spec/buildprereq-use] >test/test_speccheck.py::test_check_buildprereq_use_not_applied[spec/SpecCheck2] >[gw3] [ 62%] PASSED test/test_speccheck.py::test_check_hpbt_not_applied[spec/SpecCheck2] >test/test_speccheck.py::test_check_buildarch_instead_of_exclusivearch_tag[spec/buildarch-instead-of-exclusivearch-tag] >[gw2] [ 62%] PASSED test/test_speccheck.py::test_check_buildprereq_use_not_applied[spec/SpecCheck2] >test/test_speccheck.py::test_check_forbidden_controlchar_found[spec/forbidden-controlchar-found] >[gw3] [ 63%] PASSED test/test_speccheck.py::test_check_buildarch_instead_of_exclusivearch_tag[spec/buildarch-instead-of-exclusivearch-tag] >test/test_speccheck.py::test_check_biet_not_applied[spec/SpecCheck2] >[gw2] [ 63%] PASSED test/test_speccheck.py::test_check_forbidden_controlchar_found[spec/forbidden-controlchar-found] >test/test_speccheck.py::test_check_forbidden_controlchar_not_found[spec/SpecCheckTemp] >[gw2] [ 63%] PASSED test/test_speccheck.py::test_check_forbidden_controlchar_not_found[spec/SpecCheckTemp] >test/test_speccheck.py::test_check_coid[spec/comparison-operator-in-deptoken] >[gw3] [ 64%] PASSED test/test_speccheck.py::test_check_biet_not_applied[spec/SpecCheck2] >test/test_speccheck.py::test_check_hardcoded_packager_tag[spec/hardcoded-packager-tag] >[gw2] [ 64%] PASSED test/test_speccheck.py::test_check_coid[spec/comparison-operator-in-deptoken] >test/test_speccheck.py::test_check_coid_found[spec/SpecCheckTemp] >[gw3] [ 64%] PASSED test/test_speccheck.py::test_check_hardcoded_packager_tag[spec/hardcoded-packager-tag] >test/test_speccheck.py::test_check_hardcoded_packager_tag_not_applied[spec/SpecCheck2] >[gw2] [ 65%] PASSED test/test_speccheck.py::test_check_coid_found[spec/SpecCheckTemp] >test/test_speccheck.py::test_check_coid_is_found[spec/SpecCheck2] >[gw3] [ 65%] PASSED test/test_speccheck.py::test_check_hardcoded_packager_tag_not_applied[spec/SpecCheck2] >test/test_speccheck.py::test_check_hardcoded_prefix_tag[spec/hardcoded-prefix-tag] >[gw2] [ 65%] PASSED test/test_speccheck.py::test_check_coid_is_found[spec/SpecCheck2] >test/test_speccheck.py::test_check_coid_is_found_with_single_space[spec/%autopatch-not-in-prep] >[gw3] [ 65%] PASSED test/test_speccheck.py::test_check_hardcoded_prefix_tag[spec/hardcoded-prefix-tag] >test/test_speccheck.py::test_check_autochangelog[spec/macro-in-changelog-autochangelog] >[gw2] [ 66%] PASSED test/test_speccheck.py::test_check_coid_is_found_with_single_space[spec/%autopatch-not-in-prep] >test/test_speccheck.py::test_check_coid_is_found_with_double_space[spec/%autosetup-not-in-prep] >[gw3] [ 66%] PASSED test/test_speccheck.py::test_check_autochangelog[spec/macro-in-changelog-autochangelog] >test/test_speccheck.py::test_check_macro_in_changelog_not_found[spec/SpecCheck2] >[gw2] [ 66%] PASSED test/test_speccheck.py::test_check_coid_is_found_with_double_space[spec/%autosetup-not-in-prep] >[gw1] [ 67%] PASSED test/test_lint.py::test_run_full_directory[packages0] >test/test_speccheck.py::test_check_unversioned_explicit_version[spec/unversioned-explicit-version] >test/test_lint.py::test_run_empty >[gw1] [ 67%] PASSED test/test_lint.py::test_run_empty >test/test_lint.py::test_run_rpmlintrc_single_dir[packages0] >[gw3] [ 67%] PASSED test/test_speccheck.py::test_check_macro_in_changelog_not_found[spec/SpecCheck2] >test/test_speccheck.py::test_check_macro_in_changelog_not_applied[spec/SpecCheckTemp] >[gw2] [ 68%] PASSED test/test_speccheck.py::test_check_unversioned_explicit_version[spec/unversioned-explicit-version] >test/test_speccheck.py::test_check_unversioned_explicit_version_not_found[spec/%autosetup-not-in-prep] >[gw1] [ 68%] PASSED test/test_lint.py::test_run_rpmlintrc_single_dir[packages0] >test/test_lint.py::test_run_rpmlintrc_multiple[packages0] >[gw2] [ 68%] PASSED test/test_speccheck.py::test_check_unversioned_explicit_version_not_found[spec/%autosetup-not-in-prep] >test/test_speccheck.py::test_check_uev_not_applied[spec/SpecCheck2] >[gw3] [ 68%] PASSED test/test_speccheck.py::test_check_macro_in_changelog_not_applied[spec/SpecCheckTemp] >test/test_speccheck.py::test_check_libdir_macro_in_noarch_package[spec/libdir-macro-in-noarch-package] >[gw1] [ 69%] PASSED test/test_lint.py::test_run_rpmlintrc_multiple[packages0] >test/test_lint.py::test_run_rpmlintrc_single_file[packages0] >[gw3] [ 69%] PASSED test/test_speccheck.py::test_check_libdir_macro_in_noarch_package[spec/libdir-macro-in-noarch-package] >test/test_speccheck.py::test_check_lmnp_not_applied[spec/mixed-use-of-spaces-and-tabs] >[gw2] [ 69%] PASSED test/test_speccheck.py::test_check_uev_not_applied[spec/SpecCheck2] >test/test_speccheck.py::test_check_unversioned_explicit_obsoletes[spec/unversioned-explicit-obsoletes] >[gw1] [ 70%] PASSED test/test_lint.py::test_run_rpmlintrc_single_file[packages0] >test/test_lint.py::test_installed_package >[gw3] [ 70%] PASSED test/test_speccheck.py::test_check_lmnp_not_applied[spec/mixed-use-of-spaces-and-tabs] >test/test_speccheck.py::test_check_deprecated_grep[spec/deprecated-grep] >[gw2] [ 70%] PASSED test/test_speccheck.py::test_check_unversioned_explicit_obsoletes[spec/unversioned-explicit-obsoletes] >test/test_speccheck.py::test_check_unversioned_explicit_obsoletes_not_found[spec/%autopatch-not-in-prep] >[gw3] [ 71%] PASSED test/test_speccheck.py::test_check_deprecated_grep[spec/deprecated-grep] >test/test_speccheck.py::test_check_deprecated_grep_not_found[spec/SpecCheckTemp] >[gw2] [ 71%] PASSED test/test_speccheck.py::test_check_unversioned_explicit_obsoletes_not_found[spec/%autopatch-not-in-prep] >test/test_speccheck.py::test_check_ueo_not_found[spec/SpecCheckTemp] >[gw1] [ 71%] PASSED test/test_lint.py::test_installed_package >test/test_logrotate.py::test_logrotate[binary/logrotate] >[gw3] [ 71%] PASSED test/test_speccheck.py::test_check_deprecated_grep_not_found[spec/SpecCheckTemp] >test/test_speccheck.py::test_check_deprecated_grep_not_applied[spec/SpecCheck2] >[gw2] [ 72%] PASSED test/test_speccheck.py::test_check_ueo_not_found[spec/SpecCheckTemp] >test/test_speccheck.py::test_check_macro_in_changelog[spec/macro-in-changelog] >[gw1] [ 72%] PASSED test/test_logrotate.py::test_logrotate[binary/logrotate] >test/test_menuxdg.py::test_raises_parse_error[binary/menuxdg1] >[gw1] [ 72%] PASSED test/test_menuxdg.py::test_raises_parse_error[binary/menuxdg1] >test/test_menuxdg.py::test_without_binary[binary/desktopfile-bad-binary] >[gw3] [ 73%] PASSED test/test_speccheck.py::test_check_deprecated_grep_not_applied[spec/SpecCheck2] >test/test_speccheck.py::test_check_macro_in_comment[spec/macro-in-comment] >[gw2] [ 73%] PASSED test/test_speccheck.py::test_check_macro_in_changelog[spec/macro-in-changelog] >test/test_speccheck.py::test_check_more_than_one_changelog_section[spec/more-than-one-%changelog] >[gw1] [ 73%] PASSED test/test_menuxdg.py::test_without_binary[binary/desktopfile-bad-binary] >test/test_menuxdg.py::test_duplicate[binary/desktopfile-bad-duplicate] >[gw3] [ 74%] PASSED test/test_speccheck.py::test_check_macro_in_comment[spec/macro-in-comment] >test/test_speccheck.py::test_check_macro_in_comment_not_found[spec/%autosetup-not-in-prep] >[gw2] [ 74%] PASSED test/test_speccheck.py::test_check_more_than_one_changelog_section[spec/more-than-one-%changelog] >test/test_speccheck.py::test_check_mtocs_not_applied[spec/SpecCheck2] >[gw1] [ 74%] PASSED test/test_menuxdg.py::test_duplicate[binary/desktopfile-bad-duplicate] >test/test_menuxdg.py::test_missing_header[binary/desktopfile-bad-section] >[gw3] [ 74%] PASSED test/test_speccheck.py::test_check_macro_in_comment_not_found[spec/%autosetup-not-in-prep] >test/test_speccheck.py::test_check_macro_in_comment_not_applied[spec/SpecCheck2] >[gw1] [ 75%] PASSED test/test_menuxdg.py::test_missing_header[binary/desktopfile-bad-section] >test/test_menuxdg.py::test_bad_unicode[binary/desktopfile-bad-unicode] >[gw2] [ 75%] PASSED test/test_speccheck.py::test_check_mtocs_not_applied[spec/SpecCheck2] >test/test_speccheck.py::test_check_lib_package_without_mklibname[spec/lib-package-without-%mklibname] >[gw1] [ 75%] PASSED test/test_menuxdg.py::test_bad_unicode[binary/desktopfile-bad-unicode] >test/test_menuxdg.py::test_good[binary/desktopfile-good] >[gw3] [ 76%] PASSED test/test_speccheck.py::test_check_macro_in_comment_not_applied[spec/SpecCheck2] >test/test_speccheck.py::test_check_no_build_root_tag[spec/no-buildroot-tag] >[gw2] [ 76%] PASSED test/test_speccheck.py::test_check_lib_package_without_mklibname[spec/lib-package-without-%mklibname] >test/test_speccheck.py::test_check_lpwm_not_applied[spec/SpecCheck2] >[gw1] [ 76%] PASSED test/test_menuxdg.py::test_good[binary/desktopfile-good] >test/test_mixed_ownership.py::test_mixed_ownership[binary/mixed-ownership] >[gw3] [ 77%] PASSED test/test_speccheck.py::test_check_no_build_root_tag[spec/no-buildroot-tag] >test/test_speccheck.py::test_check_no_build_root_tag_not_applied[spec/SpecCheck2] >[gw1] [ 77%] PASSED test/test_mixed_ownership.py::test_mixed_ownership[binary/mixed-ownership] >test/test_objdump_parser.py::test_basic >[gw2] [ 77%] PASSED test/test_speccheck.py::test_check_lpwm_not_applied[spec/SpecCheck2] >test/test_speccheck.py::test_check_depscript_without_disabling_depgen[spec/depscript-without-disabling-depgen] >[gw1] [ 77%] PASSED test/test_objdump_parser.py::test_basic >test/test_speccheck.py::test_check_dwdd_not_applied[spec/SpecCheck2] >[gw2] [ 78%] PASSED test/test_speccheck.py::test_check_depscript_without_disabling_depgen[spec/depscript-without-disabling-depgen] >test/test_speccheck.py::test_check_depscript_without_disabling_depgen_not_found[spec/SpecCheckTemp] >[gw3] [ 78%] PASSED test/test_speccheck.py::test_check_no_build_root_tag_not_applied[spec/SpecCheck2] >test/test_speccheck.py::test_check_no_essential_section[spec/no-%%%s-section] >[gw1] [ 78%] PASSED test/test_speccheck.py::test_check_dwdd_not_applied[spec/SpecCheck2] >test/test_speccheck.py::test_check_patch_fuzz_is_changed[spec/patch-fuzz-is-changed] >[gw3] [ 79%] PASSED test/test_speccheck.py::test_check_no_essential_section[spec/no-%%%s-section] >test/test_speccheck.py::test_check_no_essential_section_not_applied[spec/SpecCheck2] >[gw2] [ 79%] PASSED test/test_speccheck.py::test_check_depscript_without_disabling_depgen_not_found[spec/SpecCheckTemp] >test/test_speccheck.py::test_check_mixed_use_of_spaces_and_tabs_not_applied[spec/SpecCheck2] >[gw1] [ 79%] PASSED test/test_speccheck.py::test_check_patch_fuzz_is_changed[spec/patch-fuzz-is-changed] >test/test_speccheck.py::test_check_patch_fuzz_is_changed_not_found[spec/SpecCheckTemp] >[gw3] [ 80%] PASSED test/test_speccheck.py::test_check_no_essential_section_not_applied[spec/SpecCheck2] >test/test_speccheck.py::test_check_patch_not_applied_not_enforced[spec/mixed-use-of-spaces-and-tabs] >[gw2] [ 80%] PASSED test/test_speccheck.py::test_check_mixed_use_of_spaces_and_tabs_not_applied[spec/SpecCheck2] >test/test_speccheck.py::test_check_ifarch_applied_patch[spec/%ifarch-applied-patch] >[gw1] [ 80%] PASSED test/test_speccheck.py::test_check_patch_fuzz_is_changed_not_found[spec/SpecCheckTemp] >test/test_speccheck.py::test_check_patch_fuzz_is_changed_not_applied[spec/macro-in-comment] >[gw3] [ 80%] PASSED test/test_speccheck.py::test_check_patch_not_applied_not_enforced[spec/mixed-use-of-spaces-and-tabs] >test/test_speccheck.py::test_check_invalid_url[spec/SpecCheck2] >[gw2] [ 81%] PASSED test/test_speccheck.py::test_check_ifarch_applied_patch[spec/%ifarch-applied-patch] >test/test_speccheck.py::test_check_ifarch_applied_not_enforced[spec/mixed-use-of-spaces-and-tabs] >[gw1] [ 81%] PASSED test/test_speccheck.py::test_check_patch_fuzz_is_changed_not_applied[spec/macro-in-comment] >test/test_speccheck.py::test_check_mixed_use_of_spaces_and_tabs[spec/mixed-use-of-spaces-and-tabs] >[gw2] [ 81%] PASSED test/test_speccheck.py::test_check_ifarch_applied_not_enforced[spec/mixed-use-of-spaces-and-tabs] >test/test_speccheck.py::test_check_patch_not_applied[spec/patch-not-applied] >[gw1] [ 82%] PASSED test/test_speccheck.py::test_check_mixed_use_of_spaces_and_tabs[spec/mixed-use-of-spaces-and-tabs] >test/test_spellchecking.py::test_spelldict >[gw1] [ 82%] PASSED test/test_spellchecking.py::test_spelldict >test/test_spellchecking.py::test_spellchecking >[gw3] [ 82%] PASSED test/test_speccheck.py::test_check_invalid_url[spec/SpecCheck2] >test/test_speccheck.py::test_check_invalid_url_not_applied[spec/mixed-use-of-spaces-and-tabs] >[gw2] [ 82%] PASSED test/test_speccheck.py::test_check_patch_not_applied[spec/patch-not-applied] >test/test_speccheck.py::test_check_patch_not_found[spec/mixed-use-of-spaces-and-tabs] >[gw3] [ 83%] PASSED test/test_speccheck.py::test_check_invalid_url_not_applied[spec/mixed-use-of-spaces-and-tabs] >test/test_speccheck.py::test_python_setup_test[spec/python-setup-test] >[gw2] [ 83%] PASSED test/test_speccheck.py::test_check_patch_not_found[spec/mixed-use-of-spaces-and-tabs] >test/test_sysvinitonsystemd.py::test_sysv_init_on_systemd_check[binary/init] >[gw3] [ 83%] PASSED test/test_speccheck.py::test_python_setup_test[spec/python-setup-test] >[gw2] [ 84%] PASSED test/test_sysvinitonsystemd.py::test_sysv_init_on_systemd_check[binary/init] >test/test_sysvinitonsystemd.py::test_overshadowing_of_initscript[binary/rc-links] >test/test_tags.py::test_self_provides[binary/self] >[gw1] [ 84%] PASSED test/test_spellchecking.py::test_spellchecking >test/test_spellchecking.py::test_pkgname_spellchecking >[gw1] [ 84%] PASSED test/test_spellchecking.py::test_pkgname_spellchecking >test/test_spellchecking.py::test_ignorelist_spellchecking >[gw1] [ 85%] PASSED test/test_spellchecking.py::test_ignorelist_spellchecking >test/test_tags.py::test_missing_provides[binary/missingprovides] >[gw3] [ 85%] PASSED test/test_tags.py::test_self_provides[binary/self] >test/test_tags.py::test_useless_provides_only_versions[binary/fuse-common] >[gw2] [ 85%] PASSED test/test_sysvinitonsystemd.py::test_overshadowing_of_initscript[binary/rc-links] >test/test_tags.py::test_unexpanded_macros[binary/unexpanded1] >[gw1] [ 85%] PASSED test/test_tags.py::test_missing_provides[binary/missingprovides] >test/test_tags.py::test_invalid_license_exception[binary/invalid-exception] >[gw3] [ 86%] PASSED test/test_tags.py::test_useless_provides_only_versions[binary/fuse-common] >test/test_tags.py::test_development_package[binary/foo-devel] >[gw2] [ 86%] PASSED test/test_tags.py::test_unexpanded_macros[binary/unexpanded1] >[gw1] [ 86%] PASSED test/test_tags.py::test_invalid_license_exception[binary/invalid-exception] >test/test_tags.py::test_valid_license_exception[binary/valid-exception] >test/test_tags.py::test_forbidden_controlchar_found_changelog[binary/ruby2.6-rubygem-fast_gettext] >[gw3] [ 87%] PASSED test/test_tags.py::test_development_package[binary/foo-devel] >test/test_tags.py::test_check_unexpanded_macro[binary/unexpanded-macro-exp] >[gw1] [ 87%] PASSED test/test_tags.py::test_forbidden_controlchar_found_changelog[binary/ruby2.6-rubygem-fast_gettext] >test/test_tags.py::test_forbidden_controlchar_found[binary/SpecCheck4] >[gw3] [ 87%] PASSED test/test_tags.py::test_check_unexpanded_macro[binary/unexpanded-macro-exp] >test/test_tags.py::test_check_errors[binary/invalid-version] >[gw2] [ 88%] PASSED test/test_tags.py::test_valid_license_exception[binary/valid-exception] >test/test_tags.py::test_forbidden_controlchar_found_requires[binary/xtables-addons-kmp-default] >[gw1] [ 88%] PASSED test/test_tags.py::test_forbidden_controlchar_found[binary/SpecCheck4] >test/test_tags.py::test_check_summary_warning[binary/summary-warning] >[gw3] [ 88%] PASSED test/test_tags.py::test_check_errors[binary/invalid-version] >test/test_tags.py::test_check_warning[binary/no-url-tag] >[gw1] [ 88%] PASSED test/test_tags.py::test_check_summary_warning[binary/summary-warning] >test/test_tags.py::test_check_misc_warning[binary/misc-warnings] >[gw3] [ 89%] PASSED test/test_tags.py::test_check_warning[binary/no-url-tag] >test/test_tags.py::test_check_misc_warning_not_found[binary/misc-no-warnings] >[gw2] [ 89%] PASSED test/test_tags.py::test_forbidden_controlchar_found_requires[binary/xtables-addons-kmp-default] >test/test_tags.py::test_check_errors_not_found[binary/invalid-la-file] >[gw1] [ 89%] PASSED test/test_tags.py::test_check_misc_warning[binary/misc-warnings] >test/test_tags.py::test_check_invalid_dependency[binary/invalid-dependency] >[gw3] [ 90%] PASSED test/test_tags.py::test_check_misc_warning_not_found[binary/misc-no-warnings] >test/test_tags.py::test_package_random_warnings[binary/random-exp] >[gw2] [ 90%] PASSED test/test_tags.py::test_check_errors_not_found[binary/invalid-la-file] >test/test_tags.py::test_package_random_exp[binary/random-devel] >[gw3] [ 90%] PASSED test/test_tags.py::test_package_random_warnings[binary/random-exp] >test/test_tags.py::test_check_invalid_license[binary/invalid-license] >[gw2] [ 91%] PASSED test/test_tags.py::test_package_random_exp[binary/random-devel] >test/test_tags.py::test_package_not_std_release_extension[binary/not-standard-release-extension] >[gw1] [ 91%] PASSED test/test_tags.py::test_check_invalid_dependency[binary/invalid-dependency] >test/test_tags.py::test_check_requires_on_release[binary/requires-on-release] >[gw2] [ 91%] PASSED test/test_tags.py::test_package_not_std_release_extension[binary/not-standard-release-extension] >test/test_tags.py::test_package_dev_dependency[binary/dev-dependency] >[gw1] [ 91%] PASSED test/test_tags.py::test_check_requires_on_release[binary/requires-on-release] >test/test_tags.py::test_summary_on_multiple_lines[binary/summary-on-multiple-lines] >[gw3] [ 92%] PASSED test/test_tags.py::test_check_invalid_license[binary/invalid-license] >test/test_tags.py::test_check_non_standard_group[binary/non-standard-group] >[gw1] [ 92%] PASSED test/test_tags.py::test_summary_on_multiple_lines[binary/summary-on-multiple-lines] >test/test_tmp_files.py::test_tmpfiles2[binary/systemd-tmpfiles] >[gw2] [ 92%] PASSED test/test_tags.py::test_package_dev_dependency[binary/dev-dependency] >test/test_tmp_files.py::test_tmpfiles[binary/tempfiled] >[gw1] [ 93%] PASSED test/test_tmp_files.py::test_tmpfiles2[binary/systemd-tmpfiles] >test/test_xinetd.py::test_xinetd[binary/needxinetd] >[gw3] [ 93%] PASSED test/test_tags.py::test_check_non_standard_group[binary/non-standard-group] >test/test_tmp_files.py::test_tmpfiles_correct[binary/systemd-tmpfiles_correct] >[gw1] [ 93%] PASSED test/test_xinetd.py::test_xinetd[binary/needxinetd] >test/test_zip.py::test_classpath_and_index[binary/asm] >[gw3] [ 94%] PASSED test/test_tmp_files.py::test_tmpfiles_correct[binary/systemd-tmpfiles_correct] >[gw2] [ 94%] PASSED test/test_tmp_files.py::test_tmpfiles[binary/tempfiled] >test/test_zip.py::test_zip1[binary/ruby2.5-rubygem-rubyzip-testsuite] >test/test_zip.py::test_bad_crc_and_compression[binary/bad-crc-uncompressed] >[gw2] [ 94%] PASSED test/test_zip.py::test_bad_crc_and_compression[binary/bad-crc-uncompressed] >[gw1] [ 94%] PASSED test/test_zip.py::test_classpath_and_index[binary/asm] >test/test_zip.py::test_zip2[binary/texlive-codepage-doc] >[gw3] [ 95%] PASSED test/test_zip.py::test_zip1[binary/ruby2.5-rubygem-rubyzip-testsuite] >test/test_zypp_syntax.py::test_packageand[binary/packageand] >[gw1] [ 95%] PASSED test/test_zip.py::test_zip2[binary/texlive-codepage-doc] >[gw3] [ 95%] PASSED test/test_zypp_syntax.py::test_packageand[binary/packageand] >[gw0] [ 96%] PASSED test/test_lint.py::test_run_full_rpm[configs0-packages0] >test/test_lint.py::test_run_full_specs[configs0-packages0] >[gw0] [ 96%] PASSED test/test_lint.py::test_run_full_specs[configs0-packages0] >test/test_readelf_parser.py::test_stripped_archive >[gw0] [ 96%] PASSED test/test_readelf_parser.py::test_stripped_archive >test/test_readelf_parser.py::test_lto_archive_text_function_sections >[gw0] [ 97%] PASSED test/test_readelf_parser.py::test_lto_archive_text_function_sections >test/test_readelf_parser.py::test_lto_archive_init_array >[gw0] [ 97%] PASSED test/test_readelf_parser.py::test_lto_archive_init_array >test/test_readelf_parser.py::test_lto_archive_preinit_array >[gw0] [ 97%] PASSED test/test_readelf_parser.py::test_lto_archive_preinit_array >test/test_readelf_parser.py::test_lto_archive_with_only_data >[gw0] [ 97%] PASSED test/test_readelf_parser.py::test_lto_archive_with_only_data >test/test_readelf_parser.py::test_archive_with_debuginfo >[gw0] [ 98%] PASSED test/test_readelf_parser.py::test_archive_with_debuginfo >test/test_readelf_parser.py::test_executable_stack >[gw0] [ 98%] PASSED test/test_readelf_parser.py::test_executable_stack >test/test_readelf_parser.py::test_readelf_failure >[gw0] [ 98%] PASSED test/test_readelf_parser.py::test_readelf_failure >test/test_readelf_parser.py::test_readelf_failure_in_package >[gw0] [ 99%] PASSED test/test_readelf_parser.py::test_readelf_failure_in_package >test/test_readelf_parser.py::test_readelf_single_error_message >[gw0] [ 99%] PASSED test/test_readelf_parser.py::test_readelf_single_error_message >test/test_readelf_parser.py::test_no_soname >[gw0] [ 99%] PASSED test/test_readelf_parser.py::test_no_soname >test/test_readelf_parser.py::test_invalid_soname >[gw0] [100%] PASSED test/test_readelf_parser.py::test_invalid_soname > >========================================================== warnings summary ========================================================== >test/test_diff.py::test_distribution_tags >test/test_diff.py::test_distribution_tags > /home/kristoffer/rpmbuild/BUILD/rpmlint-2.4.0/test/test_diff.py:10: PendingDeprecationWarning: method is obsolete > diff = Rpmdiff(oldpkg, newpkg, ignore) > >test/test_diff.py::test_distribution_tags >test/test_diff.py::test_distribution_tags > /home/kristoffer/rpmbuild/BUILD/rpmlint-2.4.0/test/test_diff.py:18: PendingDeprecationWarning: method is obsolete > diff = Rpmdiff(oldpkg, newpkg, ignore) > >test/test_diff.py::test_exclude >test/test_diff.py::test_exclude >test/test_diff.py::test_exclude >test/test_diff.py::test_exclude >test/test_diff.py::test_exclude >test/test_diff.py::test_exclude >test/test_diff.py::test_exclude >test/test_diff.py::test_exclude > /home/kristoffer/rpmbuild/BUILD/rpmlint-2.4.0/test/test_diff.py:33: PendingDeprecationWarning: method is obsolete > diff = Rpmdiff(oldpkg, newpkg, ignore, exclude) > >test/test_diff.py::test_exclude >test/test_diff.py::test_exclude >test/test_diff.py::test_exclude >test/test_diff.py::test_exclude >test/test_diff.py::test_exclude >test/test_diff.py::test_exclude > /home/kristoffer/rpmbuild/BUILD/rpmlint-2.4.0/test/test_diff.py:39: PendingDeprecationWarning: method is obsolete > diff = Rpmdiff(oldpkg, newpkg, ignore, exclude) > >test/test_diff.py::test_exclude >test/test_diff.py::test_exclude >test/test_diff.py::test_exclude >test/test_diff.py::test_exclude > /home/kristoffer/rpmbuild/BUILD/rpmlint-2.4.0/test/test_diff.py:45: PendingDeprecationWarning: method is obsolete > diff = Rpmdiff(oldpkg, newpkg, ignore, exclude) > >-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html >================================================= 335 passed, 22 warnings in 57.32s ================================================== >+ RPM_EC=0 >++ jobs -p >+ exit 0 >Processing files: rpmlint-2.4.0-1.mga9.noarch >Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.cHCPcj >+ umask 022 >+ cd /home/kristoffer/rpmbuild/BUILD >+ cd rpmlint-2.4.0 >+ DOCDIR=/home/kristoffer/rpmbuild/BUILDROOT/rpmlint-2.4.0-1.mga9.x86_64/usr/share/doc/rpmlint >+ export LC_ALL=C >+ LC_ALL=C >+ export DOCDIR >+ /usr/bin/mkdir -p /home/kristoffer/rpmbuild/BUILDROOT/rpmlint-2.4.0-1.mga9.x86_64/usr/share/doc/rpmlint >+ cp -pr README.md /home/kristoffer/rpmbuild/BUILDROOT/rpmlint-2.4.0-1.mga9.x86_64/usr/share/doc/rpmlint >+ RPM_EC=0 >++ jobs -p >+ exit 0 >Provides: config(rpmlint) = 2.4.0-1.mga9 python3.10dist(rpmlint) = 2.4 python3dist(rpmlint) = 2.4 rpmlint = 2.4.0-1.mga9 >Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 >Requires: python(abi) = 3.10 python3.10dist(file-magic) python3.10dist(pybeam) python3.10dist(pyenchant) python3.10dist(pyxdg) python3.10dist(rpm) python3.10dist(tomli) python3.10dist(tomli-w) python3.10dist(zstandard) >Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/kristoffer/rpmbuild/BUILDROOT/rpmlint-2.4.0-1.mga9.x86_64 >Wrote: /home/kristoffer/rpmbuild/SRPMS/rpmlint-2.4.0-1.mga9.src.rpm >Wrote: /home/kristoffer/rpmbuild/RPMS/noarch/rpmlint-2.4.0-1.mga9.noarch.rpm >Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.ZeG2We >+ umask 022 >+ cd /home/kristoffer/rpmbuild/BUILD >+ cd rpmlint-2.4.0 >+ /usr/bin/rm -rf /home/kristoffer/rpmbuild/BUILDROOT/rpmlint-2.4.0-1.mga9.x86_64 >+ RPM_EC=0 >++ jobs -p >+ exit 0 >Executing(rmbuild): /bin/sh -e /var/tmp/rpm-tmp.nWW9Xi >+ umask 022 >+ cd /home/kristoffer/rpmbuild/BUILD >+ rm -rf rpmlint-2.4.0 rpmlint-2.4.0.gemspec >+ RPM_EC=0 >++ jobs -p >+ exit 0
[kristoffer@localhost Desktop]$ rpmbuild -ba rpmlint.spec Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.38qLtU + umask 022 + cd /home/kristoffer/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/kristoffer/rpmbuild/BUILD + rm -rf rpmlint-2.4.0 + /usr/lib/rpm/rpmuncompress -x /home/kristoffer/rpmbuild/SOURCES/rpmlint-2.4.0.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd rpmlint-2.4.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/lib/rpm/rpmuncompress /home/kristoffer/rpmbuild/SOURCES/0001-fix-broken-regex-for-no-manual-page-for-binary-check.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f + sed -i s/python-magic/file-magic/g setup.py + sed -i -e 's/ --cov=rpmlint//' -e 's/ --flake8//' setup.cfg + sed -i '/^@pytest.mark.no_cover/d' test/test_lint.py + RPM_EC=0 ++ jobs -p + exit 0 Executing(%generate_buildrequires): /bin/sh -e /var/tmp/rpm-tmp.NQiM1w + umask 022 + cd /home/kristoffer/rpmbuild/BUILD + cd rpmlint-2.4.0 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + : + echo pyproject-rpm-macros + echo python3-devel + echo 'python3dist(pip) >= 19' + echo 'python3dist(packaging)' + '[' -f pyproject.toml ']' + echo '(python3dist(toml) if python3-devel < 3.11)' + rm -rfv '*.dist-info/' + '[' -f /usr/bin/python3 ']' + mkdir -p /home/kristoffer/rpmbuild/BUILD/rpmlint-2.4.0/.pyproject-builddir + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags' + TMPDIR=/home/kristoffer/rpmbuild/BUILD/rpmlint-2.4.0/.pyproject-builddir + RPM_TOXENV=py310 + HOSTNAME=rpmbuild + /usr/bin/python3 -Bs /usr/lib/rpm/redhat/pyproject_buildrequires.py --generate-extras --python3_pkgversion 3 --wheeldir /home/kristoffer/rpmbuild/BUILD/rpmlint-2.4.0/pyproject-wheeldir Handling setuptools>=39.2 from build-system.requires Requirement satisfied: setuptools>=39.2 (installed: setuptools 65.3.0) Handling wheel from build-system.requires Requirement satisfied: wheel (installed: wheel 0.37.1) /usr/lib/python3.10/site-packages/setuptools/config/setupcfg.py:508: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead. warnings.warn(msg, warning_class) HOOK STDOUT: running egg_info HOOK STDOUT: creating rpmlint.egg-info HOOK STDOUT: writing rpmlint.egg-info/PKG-INFO HOOK STDOUT: writing dependency_links to rpmlint.egg-info/dependency_links.txt HOOK STDOUT: writing entry points to rpmlint.egg-info/entry_points.txt HOOK STDOUT: writing requirements to rpmlint.egg-info/requires.txt HOOK STDOUT: writing top-level names to rpmlint.egg-info/top_level.txt HOOK STDOUT: writing manifest file 'rpmlint.egg-info/SOURCES.txt' HOOK STDOUT: reading manifest file 'rpmlint.egg-info/SOURCES.txt' HOOK STDOUT: reading manifest template 'MANIFEST.in' HOOK STDOUT: adding license file 'COPYING' HOOK STDOUT: writing manifest file 'rpmlint.egg-info/SOURCES.txt' Handling wheel from get_requires_for_build_wheel Requirement satisfied: wheel (installed: wheel 0.37.1) HOOK STDOUT: running dist_info HOOK STDOUT: writing rpmlint.egg-info/PKG-INFO HOOK STDOUT: writing dependency_links to rpmlint.egg-info/dependency_links.txt HOOK STDOUT: writing entry points to rpmlint.egg-info/entry_points.txt HOOK STDOUT: writing requirements to rpmlint.egg-info/requires.txt HOOK STDOUT: writing top-level names to rpmlint.egg-info/top_level.txt HOOK STDOUT: reading manifest file 'rpmlint.egg-info/SOURCES.txt' HOOK STDOUT: reading manifest template 'MANIFEST.in' HOOK STDOUT: adding license file 'COPYING' HOOK STDOUT: writing manifest file 'rpmlint.egg-info/SOURCES.txt' HOOK STDOUT: creating '/home/kristoffer/rpmbuild/BUILD/rpmlint-2.4.0/rpmlint-2.4.0.dist-info' Handling pybeam from hook generated metadata: Requires-Dist Requirement satisfied: pybeam (installed: pybeam 0.7) Handling pyxdg from hook generated metadata: Requires-Dist Requirement satisfied: pyxdg (installed: pyxdg 0.28) Handling rpm from hook generated metadata: Requires-Dist Requirement satisfied: rpm (installed: rpm 4.18.0) Handling tomli-w from hook generated metadata: Requires-Dist Requirement satisfied: tomli-w (installed: tomli-w 1.0.0) Handling zstandard from hook generated metadata: Requires-Dist Requirement satisfied: zstandard (installed: zstandard 0.19.0) Handling pyenchant from hook generated metadata: Requires-Dist Requirement satisfied: pyenchant (installed: pyenchant 3.2.2) Handling file-magic from hook generated metadata: Requires-Dist Requirement satisfied: file-magic (installed: file-magic 0.4.0) Handling tomli ; python_version < "3.11" from hook generated metadata: Requires-Dist Requirement satisfied: tomli ; python_version < "3.11" (installed: tomli 2.0.1) Handling importlib-metadata ; python_version < "3.8" from hook generated metadata: Requires-Dist Ignoring alien requirement: importlib-metadata ; python_version < "3.8" + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.I9FyuF + umask 022 + cd /home/kristoffer/rpmbuild/BUILD + cd rpmlint-2.4.0 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + mkdir -p /home/kristoffer/rpmbuild/BUILD/rpmlint-2.4.0/.pyproject-builddir + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags' + TMPDIR=/home/kristoffer/rpmbuild/BUILD/rpmlint-2.4.0/.pyproject-builddir + /usr/bin/python3 -Bs /usr/lib/rpm/redhat/pyproject_wheel.py /home/kristoffer/rpmbuild/BUILD/rpmlint-2.4.0/pyproject-wheeldir Processing /home/kristoffer/rpmbuild/BUILD/rpmlint-2.4.0 Running command Preparing metadata (pyproject.toml) /usr/lib/python3.10/site-packages/setuptools/config/setupcfg.py:508: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead. warnings.warn(msg, warning_class) running dist_info creating /home/kristoffer/rpmbuild/BUILD/rpmlint-2.4.0/.pyproject-builddir/pip-modern-metadata-63mtqhxs/rpmlint.egg-info writing /home/kristoffer/rpmbuild/BUILD/rpmlint-2.4.0/.pyproject-builddir/pip-modern-metadata-63mtqhxs/rpmlint.egg-info/PKG-INFO writing dependency_links to /home/kristoffer/rpmbuild/BUILD/rpmlint-2.4.0/.pyproject-builddir/pip-modern-metadata-63mtqhxs/rpmlint.egg-info/dependency_links.txt writing entry points to /home/kristoffer/rpmbuild/BUILD/rpmlint-2.4.0/.pyproject-builddir/pip-modern-metadata-63mtqhxs/rpmlint.egg-info/entry_points.txt writing requirements to /home/kristoffer/rpmbuild/BUILD/rpmlint-2.4.0/.pyproject-builddir/pip-modern-metadata-63mtqhxs/rpmlint.egg-info/requires.txt writing top-level names to /home/kristoffer/rpmbuild/BUILD/rpmlint-2.4.0/.pyproject-builddir/pip-modern-metadata-63mtqhxs/rpmlint.egg-info/top_level.txt writing manifest file '/home/kristoffer/rpmbuild/BUILD/rpmlint-2.4.0/.pyproject-builddir/pip-modern-metadata-63mtqhxs/rpmlint.egg-info/SOURCES.txt' reading manifest file '/home/kristoffer/rpmbuild/BUILD/rpmlint-2.4.0/.pyproject-builddir/pip-modern-metadata-63mtqhxs/rpmlint.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'COPYING' writing manifest file '/home/kristoffer/rpmbuild/BUILD/rpmlint-2.4.0/.pyproject-builddir/pip-modern-metadata-63mtqhxs/rpmlint.egg-info/SOURCES.txt' creating '/home/kristoffer/rpmbuild/BUILD/rpmlint-2.4.0/.pyproject-builddir/pip-modern-metadata-63mtqhxs/rpmlint-2.4.0.dist-info' Preparing metadata (pyproject.toml) ... done Building wheels for collected packages: rpmlint Running command Building wheel for rpmlint (pyproject.toml) /usr/lib/python3.10/site-packages/setuptools/config/setupcfg.py:508: SetuptoolsDeprecationWarning: The license_file parameter is deprecated, use license_files instead. warnings.warn(msg, warning_class) running bdist_wheel running build running build_py creating build creating build/lib creating build/lib/rpmlint copying rpmlint/helpers.py -> build/lib/rpmlint copying rpmlint/readelfparser.py -> build/lib/rpmlint copying rpmlint/stringsparser.py -> build/lib/rpmlint copying rpmlint/config.py -> build/lib/rpmlint copying rpmlint/pkgfile.py -> build/lib/rpmlint copying rpmlint/pkg.py -> build/lib/rpmlint copying rpmlint/__isocodes__.py -> build/lib/rpmlint copying rpmlint/arparser.py -> build/lib/rpmlint copying rpmlint/spellcheck.py -> build/lib/rpmlint copying rpmlint/filter.py -> build/lib/rpmlint copying rpmlint/__init__.py -> build/lib/rpmlint copying rpmlint/version.py -> build/lib/rpmlint copying rpmlint/rpmdiff.py -> build/lib/rpmlint copying rpmlint/cli.py -> build/lib/rpmlint copying rpmlint/lint.py -> build/lib/rpmlint copying rpmlint/objdumpparser.py -> build/lib/rpmlint copying rpmlint/color.py -> build/lib/rpmlint copying rpmlint/lddparser.py -> build/lib/rpmlint creating build/lib/rpmlint/checks copying rpmlint/checks/MenuXDGCheck.py -> build/lib/rpmlint/checks copying rpmlint/checks/MixedOwnershipCheck.py -> build/lib/rpmlint/checks copying rpmlint/checks/I18NCheck.py -> build/lib/rpmlint/checks copying rpmlint/checks/SharedLibraryPolicyCheck.py -> build/lib/rpmlint/checks copying rpmlint/checks/PAMModulesCheck.py -> build/lib/rpmlint/checks copying rpmlint/checks/AbstractCheck.py -> build/lib/rpmlint/checks copying rpmlint/checks/IconSizesCheck.py -> build/lib/rpmlint/checks copying rpmlint/checks/InitScriptCheck.py -> build/lib/rpmlint/checks copying rpmlint/checks/ConfigFilesCheck.py -> build/lib/rpmlint/checks copying rpmlint/checks/SourceCheck.py -> build/lib/rpmlint/checks copying rpmlint/checks/TagsCheck.py -> build/lib/rpmlint/checks copying rpmlint/checks/DuplicatesCheck.py -> build/lib/rpmlint/checks copying rpmlint/checks/MenuCheck.py -> build/lib/rpmlint/checks copying rpmlint/checks/BashismsCheck.py -> build/lib/rpmlint/checks copying rpmlint/checks/LibraryDependencyCheck.py -> build/lib/rpmlint/checks copying rpmlint/checks/DBusPolicyCheck.py -> build/lib/rpmlint/checks copying rpmlint/checks/ZyppSyntaxCheck.py -> build/lib/rpmlint/checks copying rpmlint/checks/PkgConfigCheck.py -> build/lib/rpmlint/checks copying rpmlint/checks/LogrotateCheck.py -> build/lib/rpmlint/checks copying rpmlint/checks/ErlangCheck.py -> build/lib/rpmlint/checks copying rpmlint/checks/SysVInitOnSystemdCheck.py -> build/lib/rpmlint/checks copying rpmlint/checks/TmpFilesCheck.py -> build/lib/rpmlint/checks copying rpmlint/checks/ZipCheck.py -> build/lib/rpmlint/checks copying rpmlint/checks/SpecCheck.py -> build/lib/rpmlint/checks copying rpmlint/checks/FilesCheck.py -> build/lib/rpmlint/checks copying rpmlint/checks/SignatureCheck.py -> build/lib/rpmlint/checks copying rpmlint/checks/FHSCheck.py -> build/lib/rpmlint/checks copying rpmlint/checks/PostCheck.py -> build/lib/rpmlint/checks copying rpmlint/checks/LSBCheck.py -> build/lib/rpmlint/checks copying rpmlint/checks/XinetdDepCheck.py -> build/lib/rpmlint/checks copying rpmlint/checks/DocCheck.py -> build/lib/rpmlint/checks copying rpmlint/checks/AppDataCheck.py -> build/lib/rpmlint/checks copying rpmlint/checks/AlternativesCheck.py -> build/lib/rpmlint/checks copying rpmlint/checks/BinariesCheck.py -> build/lib/rpmlint/checks copying rpmlint/checks/BuildRootAndDateCheck.py -> build/lib/rpmlint/checks running egg_info writing rpmlint.egg-info/PKG-INFO writing dependency_links to rpmlint.egg-info/dependency_links.txt writing entry points to rpmlint.egg-info/entry_points.txt writing requirements to rpmlint.egg-info/requires.txt writing top-level names to rpmlint.egg-info/top_level.txt reading manifest file 'rpmlint.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'COPYING' writing manifest file 'rpmlint.egg-info/SOURCES.txt' /usr/lib/python3.10/site-packages/setuptools/command/build_py.py:202: SetuptoolsDeprecationWarning: Installing 'rpmlint.descriptions' as data is deprecated, please list it in `packages`. !! ############################ # Package would be ignored # ############################ Python recognizes 'rpmlint.descriptions' as an importable package, but it is not listed in the `packages` configuration of setuptools. 'rpmlint.descriptions' has been automatically added to the distribution only because it may contain data files, but this behavior is likely to change in future versions of setuptools (and therefore is considered deprecated). Please make sure that 'rpmlint.descriptions' is included as a package by using the `packages` configuration field or the proper discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" and "data files" on setuptools documentation page. !! check.warn(importable) copying rpmlint/configdefaults.toml -> build/lib/rpmlint creating build/lib/rpmlint/descriptions copying rpmlint/descriptions/AlternativesCheck.toml -> build/lib/rpmlint/descriptions copying rpmlint/descriptions/AppDataCheck.toml -> build/lib/rpmlint/descriptions copying rpmlint/descriptions/BashismsCheck.toml -> build/lib/rpmlint/descriptions copying rpmlint/descriptions/BinariesCheck.toml -> build/lib/rpmlint/descriptions copying rpmlint/descriptions/BuildDateCheck.toml -> build/lib/rpmlint/descriptions copying rpmlint/descriptions/BuildRootCheck.toml -> build/lib/rpmlint/descriptions copying rpmlint/descriptions/CheckForXinetd.toml -> build/lib/rpmlint/descriptions copying rpmlint/descriptions/ConfigFilesCheck.toml -> build/lib/rpmlint/descriptions copying rpmlint/descriptions/DBusPolicyCheck.toml -> build/lib/rpmlint/descriptions copying rpmlint/descriptions/DocCheck.toml -> build/lib/rpmlint/descriptions copying rpmlint/descriptions/DuplicatesCheck.toml -> build/lib/rpmlint/descriptions copying rpmlint/descriptions/ErlangCheck.toml -> build/lib/rpmlint/descriptions copying rpmlint/descriptions/FilesCheck.toml -> build/lib/rpmlint/descriptions copying rpmlint/descriptions/I18NCheck.toml -> build/lib/rpmlint/descriptions copying rpmlint/descriptions/IconSizesCheck.toml -> build/lib/rpmlint/descriptions copying rpmlint/descriptions/InitScriptCheck.toml -> build/lib/rpmlint/descriptions copying rpmlint/descriptions/LSBCheck.toml -> build/lib/rpmlint/descriptions copying rpmlint/descriptions/LibraryDependencyCheck.toml -> build/lib/rpmlint/descriptions copying rpmlint/descriptions/LogrotateCheck.toml -> build/lib/rpmlint/descriptions copying rpmlint/descriptions/MenuCheck.toml -> build/lib/rpmlint/descriptions copying rpmlint/descriptions/MenuXDGCheck.toml -> build/lib/rpmlint/descriptions copying rpmlint/descriptions/MixedOwnershipCheck.toml -> build/lib/rpmlint/descriptions copying rpmlint/descriptions/PAMModulesCheck.toml -> build/lib/rpmlint/descriptions copying rpmlint/descriptions/PkgConfigCheck.toml -> build/lib/rpmlint/descriptions copying rpmlint/descriptions/SharedLibraryPolicyCheck.toml -> build/lib/rpmlint/descriptions copying rpmlint/descriptions/SignatureCheck.toml -> build/lib/rpmlint/descriptions copying rpmlint/descriptions/SourceCheck.toml -> build/lib/rpmlint/descriptions copying rpmlint/descriptions/SpecCheck.toml -> build/lib/rpmlint/descriptions copying rpmlint/descriptions/SysVInitOnSystemdCheck.toml -> build/lib/rpmlint/descriptions copying rpmlint/descriptions/TagsCheck.toml -> build/lib/rpmlint/descriptions copying rpmlint/descriptions/TmpFilesCheck.toml -> build/lib/rpmlint/descriptions copying rpmlint/descriptions/ZipCheck.toml -> build/lib/rpmlint/descriptions copying rpmlint/descriptions/ZyppSyntaxCheck.toml -> build/lib/rpmlint/descriptions installing to build/bdist.linux-x86_64/wheel running install running install_lib creating build/bdist.linux-x86_64 creating build/bdist.linux-x86_64/wheel creating build/bdist.linux-x86_64/wheel/rpmlint creating build/bdist.linux-x86_64/wheel/rpmlint/checks copying build/lib/rpmlint/checks/MenuXDGCheck.py -> build/bdist.linux-x86_64/wheel/rpmlint/checks copying build/lib/rpmlint/checks/MixedOwnershipCheck.py -> build/bdist.linux-x86_64/wheel/rpmlint/checks copying build/lib/rpmlint/checks/I18NCheck.py -> build/bdist.linux-x86_64/wheel/rpmlint/checks copying build/lib/rpmlint/checks/SharedLibraryPolicyCheck.py -> build/bdist.linux-x86_64/wheel/rpmlint/checks copying build/lib/rpmlint/checks/PAMModulesCheck.py -> build/bdist.linux-x86_64/wheel/rpmlint/checks copying build/lib/rpmlint/checks/AbstractCheck.py -> build/bdist.linux-x86_64/wheel/rpmlint/checks copying build/lib/rpmlint/checks/IconSizesCheck.py -> build/bdist.linux-x86_64/wheel/rpmlint/checks copying build/lib/rpmlint/checks/InitScriptCheck.py -> build/bdist.linux-x86_64/wheel/rpmlint/checks copying build/lib/rpmlint/checks/ConfigFilesCheck.py -> build/bdist.linux-x86_64/wheel/rpmlint/checks copying build/lib/rpmlint/checks/SourceCheck.py -> build/bdist.linux-x86_64/wheel/rpmlint/checks copying build/lib/rpmlint/checks/TagsCheck.py -> build/bdist.linux-x86_64/wheel/rpmlint/checks copying build/lib/rpmlint/checks/DuplicatesCheck.py -> build/bdist.linux-x86_64/wheel/rpmlint/checks copying build/lib/rpmlint/checks/MenuCheck.py -> build/bdist.linux-x86_64/wheel/rpmlint/checks copying build/lib/rpmlint/checks/BashismsCheck.py -> build/bdist.linux-x86_64/wheel/rpmlint/checks copying build/lib/rpmlint/checks/LibraryDependencyCheck.py -> build/bdist.linux-x86_64/wheel/rpmlint/checks copying build/lib/rpmlint/checks/DBusPolicyCheck.py -> build/bdist.linux-x86_64/wheel/rpmlint/checks copying build/lib/rpmlint/checks/ZyppSyntaxCheck.py -> build/bdist.linux-x86_64/wheel/rpmlint/checks copying build/lib/rpmlint/checks/PkgConfigCheck.py -> build/bdist.linux-x86_64/wheel/rpmlint/checks copying build/lib/rpmlint/checks/LogrotateCheck.py -> build/bdist.linux-x86_64/wheel/rpmlint/checks copying build/lib/rpmlint/checks/ErlangCheck.py -> build/bdist.linux-x86_64/wheel/rpmlint/checks copying build/lib/rpmlint/checks/SysVInitOnSystemdCheck.py -> build/bdist.linux-x86_64/wheel/rpmlint/checks copying build/lib/rpmlint/checks/TmpFilesCheck.py -> build/bdist.linux-x86_64/wheel/rpmlint/checks copying build/lib/rpmlint/checks/ZipCheck.py -> build/bdist.linux-x86_64/wheel/rpmlint/checks copying build/lib/rpmlint/checks/SpecCheck.py -> build/bdist.linux-x86_64/wheel/rpmlint/checks copying build/lib/rpmlint/checks/FilesCheck.py -> build/bdist.linux-x86_64/wheel/rpmlint/checks copying build/lib/rpmlint/checks/SignatureCheck.py -> build/bdist.linux-x86_64/wheel/rpmlint/checks copying build/lib/rpmlint/checks/FHSCheck.py -> build/bdist.linux-x86_64/wheel/rpmlint/checks copying build/lib/rpmlint/checks/PostCheck.py -> build/bdist.linux-x86_64/wheel/rpmlint/checks copying build/lib/rpmlint/checks/LSBCheck.py -> build/bdist.linux-x86_64/wheel/rpmlint/checks copying build/lib/rpmlint/checks/XinetdDepCheck.py -> build/bdist.linux-x86_64/wheel/rpmlint/checks copying build/lib/rpmlint/checks/DocCheck.py -> build/bdist.linux-x86_64/wheel/rpmlint/checks copying build/lib/rpmlint/checks/AppDataCheck.py -> build/bdist.linux-x86_64/wheel/rpmlint/checks copying build/lib/rpmlint/checks/AlternativesCheck.py -> build/bdist.linux-x86_64/wheel/rpmlint/checks copying build/lib/rpmlint/checks/BinariesCheck.py -> build/bdist.linux-x86_64/wheel/rpmlint/checks copying build/lib/rpmlint/checks/BuildRootAndDateCheck.py -> build/bdist.linux-x86_64/wheel/rpmlint/checks copying build/lib/rpmlint/helpers.py -> build/bdist.linux-x86_64/wheel/rpmlint creating build/bdist.linux-x86_64/wheel/rpmlint/descriptions copying build/lib/rpmlint/descriptions/SysVInitOnSystemdCheck.toml -> build/bdist.linux-x86_64/wheel/rpmlint/descriptions copying build/lib/rpmlint/descriptions/DocCheck.toml -> build/bdist.linux-x86_64/wheel/rpmlint/descriptions copying build/lib/rpmlint/descriptions/AlternativesCheck.toml -> build/bdist.linux-x86_64/wheel/rpmlint/descriptions copying build/lib/rpmlint/descriptions/FilesCheck.toml -> build/bdist.linux-x86_64/wheel/rpmlint/descriptions copying build/lib/rpmlint/descriptions/SourceCheck.toml -> build/bdist.linux-x86_64/wheel/rpmlint/descriptions copying build/lib/rpmlint/descriptions/ErlangCheck.toml -> build/bdist.linux-x86_64/wheel/rpmlint/descriptions copying build/lib/rpmlint/descriptions/PkgConfigCheck.toml -> build/bdist.linux-x86_64/wheel/rpmlint/descriptions copying build/lib/rpmlint/descriptions/InitScriptCheck.toml -> build/bdist.linux-x86_64/wheel/rpmlint/descriptions copying build/lib/rpmlint/descriptions/LSBCheck.toml -> build/bdist.linux-x86_64/wheel/rpmlint/descriptions copying build/lib/rpmlint/descriptions/TagsCheck.toml -> build/bdist.linux-x86_64/wheel/rpmlint/descriptions copying build/lib/rpmlint/descriptions/AppDataCheck.toml -> build/bdist.linux-x86_64/wheel/rpmlint/descriptions copying build/lib/rpmlint/descriptions/BinariesCheck.toml -> build/bdist.linux-x86_64/wheel/rpmlint/descriptions copying build/lib/rpmlint/descriptions/BashismsCheck.toml -> build/bdist.linux-x86_64/wheel/rpmlint/descriptions copying build/lib/rpmlint/descriptions/IconSizesCheck.toml -> build/bdist.linux-x86_64/wheel/rpmlint/descriptions copying build/lib/rpmlint/descriptions/MenuCheck.toml -> build/bdist.linux-x86_64/wheel/rpmlint/descriptions copying build/lib/rpmlint/descriptions/I18NCheck.toml -> build/bdist.linux-x86_64/wheel/rpmlint/descriptions copying build/lib/rpmlint/descriptions/MenuXDGCheck.toml -> build/bdist.linux-x86_64/wheel/rpmlint/descriptions copying build/lib/rpmlint/descriptions/DBusPolicyCheck.toml -> build/bdist.linux-x86_64/wheel/rpmlint/descriptions copying build/lib/rpmlint/descriptions/DuplicatesCheck.toml -> build/bdist.linux-x86_64/wheel/rpmlint/descriptions copying build/lib/rpmlint/descriptions/LogrotateCheck.toml -> build/bdist.linux-x86_64/wheel/rpmlint/descriptions copying build/lib/rpmlint/descriptions/TmpFilesCheck.toml -> build/bdist.linux-x86_64/wheel/rpmlint/descriptions copying build/lib/rpmlint/descriptions/ZyppSyntaxCheck.toml -> build/bdist.linux-x86_64/wheel/rpmlint/descriptions copying build/lib/rpmlint/descriptions/SpecCheck.toml -> build/bdist.linux-x86_64/wheel/rpmlint/descriptions copying build/lib/rpmlint/descriptions/CheckForXinetd.toml -> build/bdist.linux-x86_64/wheel/rpmlint/descriptions copying build/lib/rpmlint/descriptions/BuildDateCheck.toml -> build/bdist.linux-x86_64/wheel/rpmlint/descriptions copying build/lib/rpmlint/descriptions/LibraryDependencyCheck.toml -> build/bdist.linux-x86_64/wheel/rpmlint/descriptions copying build/lib/rpmlint/descriptions/ConfigFilesCheck.toml -> build/bdist.linux-x86_64/wheel/rpmlint/descriptions copying build/lib/rpmlint/descriptions/BuildRootCheck.toml -> build/bdist.linux-x86_64/wheel/rpmlint/descriptions copying build/lib/rpmlint/descriptions/PAMModulesCheck.toml -> build/bdist.linux-x86_64/wheel/rpmlint/descriptions copying build/lib/rpmlint/descriptions/SignatureCheck.toml -> build/bdist.linux-x86_64/wheel/rpmlint/descriptions copying build/lib/rpmlint/descriptions/SharedLibraryPolicyCheck.toml -> build/bdist.linux-x86_64/wheel/rpmlint/descriptions copying build/lib/rpmlint/descriptions/ZipCheck.toml -> build/bdist.linux-x86_64/wheel/rpmlint/descriptions copying build/lib/rpmlint/descriptions/MixedOwnershipCheck.toml -> build/bdist.linux-x86_64/wheel/rpmlint/descriptions copying build/lib/rpmlint/readelfparser.py -> build/bdist.linux-x86_64/wheel/rpmlint copying build/lib/rpmlint/stringsparser.py -> build/bdist.linux-x86_64/wheel/rpmlint copying build/lib/rpmlint/config.py -> build/bdist.linux-x86_64/wheel/rpmlint copying build/lib/rpmlint/pkgfile.py -> build/bdist.linux-x86_64/wheel/rpmlint copying build/lib/rpmlint/pkg.py -> build/bdist.linux-x86_64/wheel/rpmlint copying build/lib/rpmlint/__isocodes__.py -> build/bdist.linux-x86_64/wheel/rpmlint copying build/lib/rpmlint/arparser.py -> build/bdist.linux-x86_64/wheel/rpmlint copying build/lib/rpmlint/spellcheck.py -> build/bdist.linux-x86_64/wheel/rpmlint copying build/lib/rpmlint/filter.py -> build/bdist.linux-x86_64/wheel/rpmlint copying build/lib/rpmlint/__init__.py -> build/bdist.linux-x86_64/wheel/rpmlint copying build/lib/rpmlint/version.py -> build/bdist.linux-x86_64/wheel/rpmlint copying build/lib/rpmlint/rpmdiff.py -> build/bdist.linux-x86_64/wheel/rpmlint copying build/lib/rpmlint/cli.py -> build/bdist.linux-x86_64/wheel/rpmlint copying build/lib/rpmlint/lint.py -> build/bdist.linux-x86_64/wheel/rpmlint copying build/lib/rpmlint/objdumpparser.py -> build/bdist.linux-x86_64/wheel/rpmlint copying build/lib/rpmlint/configdefaults.toml -> build/bdist.linux-x86_64/wheel/rpmlint copying build/lib/rpmlint/color.py -> build/bdist.linux-x86_64/wheel/rpmlint copying build/lib/rpmlint/lddparser.py -> build/bdist.linux-x86_64/wheel/rpmlint running install_egg_info Copying rpmlint.egg-info to build/bdist.linux-x86_64/wheel/rpmlint-2.4.0-py3.10.egg-info running install_scripts creating build/bdist.linux-x86_64/wheel/rpmlint-2.4.0.dist-info/WHEEL creating '/home/kristoffer/rpmbuild/BUILD/rpmlint-2.4.0/.pyproject-builddir/pip-wheel-o6p400pw/tmpkbhtmvmc/rpmlint-2.4.0-py3-none-any.whl' and adding 'build/bdist.linux-x86_64/wheel' to it adding 'rpmlint/__init__.py' adding 'rpmlint/__isocodes__.py' adding 'rpmlint/arparser.py' adding 'rpmlint/cli.py' adding 'rpmlint/color.py' adding 'rpmlint/config.py' adding 'rpmlint/configdefaults.toml' adding 'rpmlint/filter.py' adding 'rpmlint/helpers.py' adding 'rpmlint/lddparser.py' adding 'rpmlint/lint.py' adding 'rpmlint/objdumpparser.py' adding 'rpmlint/pkg.py' adding 'rpmlint/pkgfile.py' adding 'rpmlint/readelfparser.py' adding 'rpmlint/rpmdiff.py' adding 'rpmlint/spellcheck.py' adding 'rpmlint/stringsparser.py' adding 'rpmlint/version.py' adding 'rpmlint/checks/AbstractCheck.py' adding 'rpmlint/checks/AlternativesCheck.py' adding 'rpmlint/checks/AppDataCheck.py' adding 'rpmlint/checks/BashismsCheck.py' adding 'rpmlint/checks/BinariesCheck.py' adding 'rpmlint/checks/BuildRootAndDateCheck.py' adding 'rpmlint/checks/ConfigFilesCheck.py' adding 'rpmlint/checks/DBusPolicyCheck.py' adding 'rpmlint/checks/DocCheck.py' adding 'rpmlint/checks/DuplicatesCheck.py' adding 'rpmlint/checks/ErlangCheck.py' adding 'rpmlint/checks/FHSCheck.py' adding 'rpmlint/checks/FilesCheck.py' adding 'rpmlint/checks/I18NCheck.py' adding 'rpmlint/checks/IconSizesCheck.py' adding 'rpmlint/checks/InitScriptCheck.py' adding 'rpmlint/checks/LSBCheck.py' adding 'rpmlint/checks/LibraryDependencyCheck.py' adding 'rpmlint/checks/LogrotateCheck.py' adding 'rpmlint/checks/MenuCheck.py' adding 'rpmlint/checks/MenuXDGCheck.py' adding 'rpmlint/checks/MixedOwnershipCheck.py' adding 'rpmlint/checks/PAMModulesCheck.py' adding 'rpmlint/checks/PkgConfigCheck.py' adding 'rpmlint/checks/PostCheck.py' adding 'rpmlint/checks/SharedLibraryPolicyCheck.py' adding 'rpmlint/checks/SignatureCheck.py' adding 'rpmlint/checks/SourceCheck.py' adding 'rpmlint/checks/SpecCheck.py' adding 'rpmlint/checks/SysVInitOnSystemdCheck.py' adding 'rpmlint/checks/TagsCheck.py' adding 'rpmlint/checks/TmpFilesCheck.py' adding 'rpmlint/checks/XinetdDepCheck.py' adding 'rpmlint/checks/ZipCheck.py' adding 'rpmlint/checks/ZyppSyntaxCheck.py' adding 'rpmlint/descriptions/AlternativesCheck.toml' adding 'rpmlint/descriptions/AppDataCheck.toml' adding 'rpmlint/descriptions/BashismsCheck.toml' adding 'rpmlint/descriptions/BinariesCheck.toml' adding 'rpmlint/descriptions/BuildDateCheck.toml' adding 'rpmlint/descriptions/BuildRootCheck.toml' adding 'rpmlint/descriptions/CheckForXinetd.toml' adding 'rpmlint/descriptions/ConfigFilesCheck.toml' adding 'rpmlint/descriptions/DBusPolicyCheck.toml' adding 'rpmlint/descriptions/DocCheck.toml' adding 'rpmlint/descriptions/DuplicatesCheck.toml' adding 'rpmlint/descriptions/ErlangCheck.toml' adding 'rpmlint/descriptions/FilesCheck.toml' adding 'rpmlint/descriptions/I18NCheck.toml' adding 'rpmlint/descriptions/IconSizesCheck.toml' adding 'rpmlint/descriptions/InitScriptCheck.toml' adding 'rpmlint/descriptions/LSBCheck.toml' adding 'rpmlint/descriptions/LibraryDependencyCheck.toml' adding 'rpmlint/descriptions/LogrotateCheck.toml' adding 'rpmlint/descriptions/MenuCheck.toml' adding 'rpmlint/descriptions/MenuXDGCheck.toml' adding 'rpmlint/descriptions/MixedOwnershipCheck.toml' adding 'rpmlint/descriptions/PAMModulesCheck.toml' adding 'rpmlint/descriptions/PkgConfigCheck.toml' adding 'rpmlint/descriptions/SharedLibraryPolicyCheck.toml' adding 'rpmlint/descriptions/SignatureCheck.toml' adding 'rpmlint/descriptions/SourceCheck.toml' adding 'rpmlint/descriptions/SpecCheck.toml' adding 'rpmlint/descriptions/SysVInitOnSystemdCheck.toml' adding 'rpmlint/descriptions/TagsCheck.toml' adding 'rpmlint/descriptions/TmpFilesCheck.toml' adding 'rpmlint/descriptions/ZipCheck.toml' adding 'rpmlint/descriptions/ZyppSyntaxCheck.toml' adding 'rpmlint-2.4.0.dist-info/COPYING' adding 'rpmlint-2.4.0.dist-info/METADATA' adding 'rpmlint-2.4.0.dist-info/WHEEL' adding 'rpmlint-2.4.0.dist-info/entry_points.txt' adding 'rpmlint-2.4.0.dist-info/top_level.txt' adding 'rpmlint-2.4.0.dist-info/RECORD' removing build/bdist.linux-x86_64/wheel Building wheel for rpmlint (pyproject.toml) ... done Created wheel for rpmlint: filename=rpmlint-2.4.0-py3-none-any.whl size=169404 sha256=a9e20537436bcc360cb00070c4aa7a358aae6bd2231bcb4fa69c8d597d7598ba Stored in directory: /home/kristoffer/.cache/pip/wheels/e6/b0/74/521434484648eed0fbff2f8c92ff729f24812d8266e1952e56 Successfully built rpmlint + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.QrhLDF + umask 022 + cd /home/kristoffer/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/kristoffer/rpmbuild/BUILDROOT/rpmlint-2.4.0-1.mga9.x86_64 '!=' / ']' + rm -rf /home/kristoffer/rpmbuild/BUILDROOT/rpmlint-2.4.0-1.mga9.x86_64 ++ dirname /home/kristoffer/rpmbuild/BUILDROOT/rpmlint-2.4.0-1.mga9.x86_64 + mkdir -p /home/kristoffer/rpmbuild/BUILDROOT + mkdir /home/kristoffer/rpmbuild/BUILDROOT/rpmlint-2.4.0-1.mga9.x86_64 + cd rpmlint-2.4.0 + '[' 1 -eq 1 ']' ++ ls /home/kristoffer/rpmbuild/BUILD/rpmlint-2.4.0/pyproject-wheeldir/rpmlint-2.4.0-py3-none-any.whl ++ xargs basename --multiple ++ sed -E 's/([^-]+)-([^-]+)-.+\.whl/\1==\2/' + specifier=rpmlint==2.4.0 + TMPDIR=/home/kristoffer/rpmbuild/BUILD/rpmlint-2.4.0/.pyproject-builddir + /usr/bin/python3 -m pip install --root /home/kristoffer/rpmbuild/BUILDROOT/rpmlint-2.4.0-1.mga9.x86_64 --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/kristoffer/rpmbuild/BUILD/rpmlint-2.4.0/pyproject-wheeldir rpmlint==2.4.0 Using pip 22.2.2 from /usr/lib/python3.10/site-packages/pip (python 3.10) Looking in links: /home/kristoffer/rpmbuild/BUILD/rpmlint-2.4.0/pyproject-wheeldir Processing ./pyproject-wheeldir/rpmlint-2.4.0-py3-none-any.whl Installing collected packages: rpmlint Creating /home/kristoffer/rpmbuild/BUILDROOT/rpmlint-2.4.0-1.mga9.x86_64/usr/bin changing mode of /home/kristoffer/rpmbuild/BUILDROOT/rpmlint-2.4.0-1.mga9.x86_64/usr/bin/rpmdiff to 755 changing mode of /home/kristoffer/rpmbuild/BUILDROOT/rpmlint-2.4.0-1.mga9.x86_64/usr/bin/rpmlint to 755 Successfully installed rpmlint-2.4.0 + '[' -d /home/kristoffer/rpmbuild/BUILDROOT/rpmlint-2.4.0-1.mga9.x86_64/usr/bin ']' + '[' -f /usr/bin/pathfix3.10.py ']' + pathfix=/usr/bin/pathfix.py + '[' -z s ']' + shebang_flags=-kas + /usr/bin/pathfix.py -pni /usr/bin/python3 -kas /home/kristoffer/rpmbuild/BUILDROOT/rpmlint-2.4.0-1.mga9.x86_64/usr/bin/rpmdiff /home/kristoffer/rpmbuild/BUILDROOT/rpmlint-2.4.0-1.mga9.x86_64/usr/bin/rpmlint /home/kristoffer/rpmbuild/BUILDROOT/rpmlint-2.4.0-1.mga9.x86_64/usr/bin/rpmdiff: updating /home/kristoffer/rpmbuild/BUILDROOT/rpmlint-2.4.0-1.mga9.x86_64/usr/bin/rpmlint: updating + rm -rfv /home/kristoffer/rpmbuild/BUILDROOT/rpmlint-2.4.0-1.mga9.x86_64/usr/bin/__pycache__ + rm -f /home/kristoffer/rpmbuild/BUILD/rpmlint-2.4.0-1.mga9.x86_64-pyproject-ghost-distinfo + site_dirs=() + '[' -d /home/kristoffer/rpmbuild/BUILDROOT/rpmlint-2.4.0-1.mga9.x86_64/usr/lib/python3.10/site-packages ']' + site_dirs+=("/usr/lib/python3.10/site-packages") + '[' /home/kristoffer/rpmbuild/BUILDROOT/rpmlint-2.4.0-1.mga9.x86_64/usr/lib64/python3.10/site-packages '!=' /home/kristoffer/rpmbuild/BUILDROOT/rpmlint-2.4.0-1.mga9.x86_64/usr/lib/python3.10/site-packages ']' + '[' -d /home/kristoffer/rpmbuild/BUILDROOT/rpmlint-2.4.0-1.mga9.x86_64/usr/lib64/python3.10/site-packages ']' + for site_dir in ${site_dirs[@]} + for distinfo in /home/kristoffer/rpmbuild/BUILDROOT/rpmlint-2.4.0-1.mga9.x86_64$site_dir/*.dist-info + echo '%ghost /usr/lib/python3.10/site-packages/rpmlint-2.4.0.dist-info' + sed -i s/pip/rpm/ /home/kristoffer/rpmbuild/BUILDROOT/rpmlint-2.4.0-1.mga9.x86_64/usr/lib/python3.10/site-packages/rpmlint-2.4.0.dist-info/INSTALLER + PYTHONPATH=/usr/lib/rpm/redhat + /usr/bin/python3 -B /usr/lib/rpm/redhat/pyproject_preprocess_record.py --buildroot /home/kristoffer/rpmbuild/BUILDROOT/rpmlint-2.4.0-1.mga9.x86_64 --record /home/kristoffer/rpmbuild/BUILDROOT/rpmlint-2.4.0-1.mga9.x86_64/usr/lib/python3.10/site-packages/rpmlint-2.4.0.dist-info/RECORD --output /home/kristoffer/rpmbuild/BUILD/rpmlint-2.4.0-1.mga9.x86_64-pyproject-record + rm -fv /home/kristoffer/rpmbuild/BUILDROOT/rpmlint-2.4.0-1.mga9.x86_64/usr/lib/python3.10/site-packages/rpmlint-2.4.0.dist-info/RECORD removed '/home/kristoffer/rpmbuild/BUILDROOT/rpmlint-2.4.0-1.mga9.x86_64/usr/lib/python3.10/site-packages/rpmlint-2.4.0.dist-info/RECORD' + rm -fv /home/kristoffer/rpmbuild/BUILDROOT/rpmlint-2.4.0-1.mga9.x86_64/usr/lib/python3.10/site-packages/rpmlint-2.4.0.dist-info/REQUESTED removed '/home/kristoffer/rpmbuild/BUILDROOT/rpmlint-2.4.0-1.mga9.x86_64/usr/lib/python3.10/site-packages/rpmlint-2.4.0.dist-info/REQUESTED' ++ wc -l /home/kristoffer/rpmbuild/BUILD/rpmlint-2.4.0-1.mga9.x86_64-pyproject-ghost-distinfo ++ cut -f1 '-d ' + lines=1 + '[' 1 -ne 1 ']' + /usr/bin/python3 /usr/lib/rpm/redhat/pyproject_save_files.py --output-files /home/kristoffer/rpmbuild/BUILD/rpmlint-2.4.0-1.mga9.x86_64-pyproject-files --output-modules /home/kristoffer/rpmbuild/BUILD/rpmlint-2.4.0-1.mga9.x86_64-pyproject-modules --buildroot /home/kristoffer/rpmbuild/BUILDROOT/rpmlint-2.4.0-1.mga9.x86_64 --sitelib /usr/lib/python3.10/site-packages --sitearch /usr/lib64/python3.10/site-packages --python-version 3.10 --pyproject-record /home/kristoffer/rpmbuild/BUILD/rpmlint-2.4.0-1.mga9.x86_64-pyproject-record --prefix /usr rpmlint + mkdir -p /home/kristoffer/rpmbuild/BUILDROOT/rpmlint-2.4.0-1.mga9.x86_64/etc/xdg/rpmlint/ + cp -a /home/kristoffer/rpmbuild/SOURCES/fedora.toml /home/kristoffer/rpmbuild/SOURCES/scoring.toml /home/kristoffer/rpmbuild/SOURCES/users-groups.toml /home/kristoffer/rpmbuild/SOURCES/warn-on-functions.toml /home/kristoffer/rpmbuild/BUILDROOT/rpmlint-2.4.0-1.mga9.x86_64/etc/xdg/rpmlint/ + /usr/bin/find-debuginfo -j4 --strict-build-id -m -i --build-id-seed 2.4.0-1.mga9 --unique-debug-suffix -2.4.0-1.mga9.x86_64 --unique-debug-src-base rpmlint-2.4.0-1.mga9.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/kristoffer/rpmbuild/BUILD/rpmlint-2.4.0 + '[' '%{buildarch}' = noarch ']' + QA_CHECK_RPATHS=1 + case "${QA_CHECK_RPATHS:-}" in + /usr/lib/rpm/check-rpaths + /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 + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 Bytecompiling .py files below /home/kristoffer/rpmbuild/BUILDROOT/rpmlint-2.4.0-1.mga9.x86_64/usr/lib/python3.10 using python3.10 + /usr/lib/rpm/redhat/brp-python-hardlink Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.8tCYuA + umask 022 + cd /home/kristoffer/rpmbuild/BUILD + cd rpmlint-2.4.0 + '[' 1 -eq 1 ']' + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags' + PATH=/home/kristoffer/rpmbuild/BUILDROOT/rpmlint-2.4.0-1.mga9.x86_64/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/usr/local/sbin:/usr/sbin:/usr/lib64/qt5/bin:/usr/lib64/qt4/bin:/home/kristoffer/.local/bin:/home/kristoffer/bin + PYTHONPATH=/home/kristoffer/rpmbuild/BUILDROOT/rpmlint-2.4.0-1.mga9.x86_64/usr/lib64/python3.10/site-packages:/home/kristoffer/rpmbuild/BUILDROOT/rpmlint-2.4.0-1.mga9.x86_64/usr/lib/python3.10/site-packages + PYTHONDONTWRITEBYTECODE=1 + PYTEST_ADDOPTS=' --ignore=/home/kristoffer/rpmbuild/BUILD/rpmlint-2.4.0/.pyproject-builddir' + /usr/bin/pytest ======================================================== test session starts ========================================================= platform linux -- Python 3.10.8, pytest-7.1.3, pluggy-1.0.0 -- /usr/bin/python3 cachedir: .pytest_cache rootdir: /home/kristoffer/rpmbuild/BUILD/rpmlint-2.4.0, configfile: setup.cfg plugins: xdist-2.5.0, forked-1.4.0 [gw0] linux Python 3.10.8 cwd: /home/kristoffer/rpmbuild/BUILD/rpmlint-2.4.0 [gw1] linux Python 3.10.8 cwd: /home/kristoffer/rpmbuild/BUILD/rpmlint-2.4.0 [gw2] linux Python 3.10.8 cwd: /home/kristoffer/rpmbuild/BUILD/rpmlint-2.4.0 [gw3] linux Python 3.10.8 cwd: /home/kristoffer/rpmbuild/BUILD/rpmlint-2.4.0 [gw0] Python 3.10.8 (main, Oct 30 2022, 15:46:14) [GCC 12.2.1 20221029] [gw2] Python 3.10.8 (main, Oct 30 2022, 15:46:14) [GCC 12.2.1 20221029] [gw1] Python 3.10.8 (main, Oct 30 2022, 15:46:14) [GCC 12.2.1 20221029] [gw3] Python 3.10.8 (main, Oct 30 2022, 15:46:14) [GCC 12.2.1 20221029] gw0 [335] / gw1 [335] / gw2 [335] / gw3 [335] scheduling tests via LoadScheduling test/test_alternatives.py::test_update_alternative_borked[binary/alternatives-borked] test/test_LSB.py::test_LSB_compliance[binary/fPing] test/test_FHS.py::test_FHS_compliance[binary/non-fhs] test/test_alternatives.py::test_update_alternative_ok[binary/alternatives-ok] [gw1] [ 0%] PASSED test/test_alternatives.py::test_update_alternative_ok[binary/alternatives-ok] test/test_alternatives.py::test_libalternative_ok[binary/libalternatives-ok] [gw2] [ 0%] PASSED test/test_LSB.py::test_LSB_compliance[binary/fPing] test/test_alternatives.py::test_update_alternatives_correctness[binary/python39-evtx] [gw3] [ 0%] PASSED test/test_alternatives.py::test_update_alternative_borked[binary/alternatives-borked] test/test_alternatives.py::test_libalternative_borked[binary/libalternatives-borked] [gw1] [ 1%] PASSED test/test_alternatives.py::test_libalternative_ok[binary/libalternatives-ok] test/test_bashisms.py::test_bashisms[binary/bashisms] [gw2] [ 1%] PASSED test/test_alternatives.py::test_update_alternatives_correctness[binary/python39-evtx] test/test_appdata.py::test_appdata_fail_no_checker[binary/appdata] [gw3] [ 1%] PASSED test/test_alternatives.py::test_libalternative_borked[binary/libalternatives-borked] test/test_bashisms.py::test_bashisms_error[binary/bashisms] [gw0] [ 2%] PASSED test/test_FHS.py::test_FHS_compliance[binary/non-fhs] test/test_alternatives.py::test_non_update_alternative_pkg[binary/self] [gw2] [ 2%] PASSED test/test_appdata.py::test_appdata_fail_no_checker[binary/appdata] test/test_binaries.py::test_waived_forbidden_c_calls[binary/ngircd] [gw0] [ 2%] PASSED test/test_alternatives.py::test_non_update_alternative_pkg[binary/self] test/test_appdata.py::test_appdata_fail[binary/appdata] [gw2] [ 2%] PASSED test/test_binaries.py::test_waived_forbidden_c_calls[binary/ngircd] test/test_binaries.py::test_libtool_wrapper[binary/libtool-wrapper] [gw3] [ 3%] PASSED test/test_bashisms.py::test_bashisms_error[binary/bashisms] test/test_binaries.py::test_lto_archive_text[binary/lto-text] [gw0] [ 3%] PASSED test/test_appdata.py::test_appdata_fail[binary/appdata] test/test_binaries.py::test_forbidden_c_calls[binary/crypto-policy] [gw1] [ 3%] PASSED test/test_bashisms.py::test_bashisms[binary/bashisms] test/test_binaries.py::test_lto_bytecode[binary/libreiserfscore-devel] [gw2] [ 4%] PASSED test/test_binaries.py::test_libtool_wrapper[binary/libtool-wrapper] test/test_binaries.py::test_position_independent_executable[binary/bcc-lua] [gw3] [ 4%] PASSED test/test_binaries.py::test_lto_archive_text[binary/lto-text] test/test_binaries.py::test_shlib_with_no_exec[binary/libnoexec] [gw3] [ 4%] PASSED test/test_binaries.py::test_shlib_with_no_exec[binary/libnoexec] test/test_binaries.py::test_only_non_binary_in_usr_lib_exception[binary/only-non-binary-in-usr-lib_exception] [gw2] [ 5%] PASSED test/test_binaries.py::test_position_independent_executable[binary/bcc-lua] test/test_binaries.py::test_invalid_la_file[binary/invalid-la-file] [gw1] [ 5%] PASSED test/test_binaries.py::test_lto_bytecode[binary/libreiserfscore-devel] test/test_binaries.py::test_no_arch_issues[binary/noarch] [gw0] [ 5%] PASSED test/test_binaries.py::test_forbidden_c_calls[binary/crypto-policy] test/test_binaries.py::test_lto_ghc_archive[binary/ghc] [gw2] [ 5%] PASSED test/test_binaries.py::test_invalid_la_file[binary/invalid-la-file] test/test_binaries.py::test_library[binary/libtest] [gw3] [ 6%] PASSED test/test_binaries.py::test_only_non_binary_in_usr_lib_exception[binary/only-non-binary-in-usr-lib_exception] test/test_binaries.py::test_non_position_independent_sugg[binary/non-position-independent-exec] [gw1] [ 6%] PASSED test/test_binaries.py::test_no_arch_issues[binary/noarch] test/test_binaries.py::test_only_non_binary_in_usr_lib[binary/only-non-binary-in-usr-lib] [gw1] [ 6%] PASSED test/test_binaries.py::test_only_non_binary_in_usr_lib[binary/only-non-binary-in-usr-lib] test/test_binaries.py::test_binary_in_etc[binary/binary-in-etc] [gw2] [ 7%] PASSED test/test_binaries.py::test_library[binary/libtest] test/test_binaries.py::test_not_valid_ldconfig_symlink[binary/libtest4] [gw0] [ 7%] PASSED test/test_binaries.py::test_lto_ghc_archive[binary/ghc] test/test_binaries.py::test_shlib_with_no_exec_glibc[binary/glibc] [gw3] [ 7%] PASSED test/test_binaries.py::test_non_position_independent_sugg[binary/non-position-independent-exec] test/test_binaries.py::test_shared_library2[binary/libtest2] [gw1] [ 8%] PASSED test/test_binaries.py::test_binary_in_etc[binary/binary-in-etc] test/test_binaries.py::test_shared_library1[binary/libtest1] [gw2] [ 8%] PASSED test/test_binaries.py::test_not_valid_ldconfig_symlink[binary/libtest4] test/test_build_date.py::test_build_date_time_correct[binary/bashisms] [gw0] [ 8%] PASSED test/test_binaries.py::test_shlib_with_no_exec_glibc[binary/glibc] test/test_binaries.py::test_no_binary[binary/no-binary] [gw3] [ 8%] PASSED test/test_binaries.py::test_shared_library2[binary/libtest2] test/test_binaries.py::test_dependency_information[binary/dependency-info] [gw2] [ 9%] PASSED test/test_build_date.py::test_build_date_time_correct[binary/bashisms] [gw1] [ 9%] PASSED test/test_binaries.py::test_shared_library1[binary/libtest1] test/test_binaries.py::test_multiple_errors[binary/multiple_errors] test/test_cli.py::test_parsing_opensuse_conf[test_arguments0] [gw0] [ 9%] PASSED test/test_binaries.py::test_no_binary[binary/no-binary] test/test_binaries.py::test_non_position_independent[binary/non-position-independent-exec] [gw1] [ 10%] PASSED test/test_binaries.py::test_multiple_errors[binary/multiple_errors] test/test_build_root.py::test_build_root[binary/buildroot] [gw3] [ 10%] PASSED test/test_binaries.py::test_dependency_information[binary/dependency-info] test/test_cli.py::test_parsing_non_existing_config_file[test_arguments0] [gw3] [ 10%] PASSED test/test_cli.py::test_parsing_non_existing_config_file[test_arguments0] [gw0] [ 11%] PASSED test/test_binaries.py::test_non_position_independent[binary/non-position-independent-exec] [gw1] [ 11%] PASSED test/test_build_root.py::test_build_root[binary/buildroot] test/test_binaries.py::test_invalid_ldconfig_symlink[binary/libtest3] test/test_cli.py::test_parsing_fedora_conf[test_arguments0] test/test_config.py::testpath <- test/Testing.py [gw3] [ 11%] PASSED test/test_config.py::testpath <- test/Testing.py test/test_config.py::test_parsing [gw3] [ 11%] PASSED test/test_config.py::test_parsing test/test_config.py::test_badness_functions [gw3] [ 12%] PASSED test/test_config.py::test_badness_functions test/test_dbus_policy.py::test_dbus_policy[binary/dbusrule] [gw0] [ 12%] PASSED test/test_binaries.py::test_invalid_ldconfig_symlink[binary/libtest3] test/test_build_date.py::test_build_date_time[binary/builddate] [gw3] [ 12%] PASSED test/test_dbus_policy.py::test_dbus_policy[binary/dbusrule] test/test_doc.py::test_doccheck[binary/mydoc] [gw0] [ 13%] PASSED test/test_build_date.py::test_build_date_time[binary/builddate] test/test_cli.py::test_parsing_config_file[test_arguments0] [gw0] [ 13%] PASSED test/test_cli.py::test_parsing_config_file[test_arguments0] test/test_config.py::test_printing [gw0] [ 13%] PASSED test/test_config.py::test_printing test/test_config.py::test_double_config [gw0] [ 14%] PASSED test/test_config.py::test_double_config test/test_config.py::test_rpmlint_loading [gw0] [ 14%] PASSED test/test_config.py::test_rpmlint_loading test/test_diff.py::testpath <- test/Testing.py [gw0] [ 14%] PASSED test/test_diff.py::testpath <- test/Testing.py test/test_doc.py::test_doc_file_dep[binary/doc-file-dependency] [gw3] [ 14%] PASSED test/test_doc.py::test_doccheck[binary/mydoc] test/test_duplicates.py::test_duplicates_correct[binary/bad-crc-uncompressed] [gw0] [ 15%] PASSED test/test_doc.py::test_doc_file_dep[binary/doc-file-dependency] test/test_erlang.py::test_erlang[binary/erlang-test] [gw3] [ 15%] PASSED test/test_duplicates.py::test_duplicates_correct[binary/bad-crc-uncompressed] test/test_files.py::test_pep0488 [gw3] [ 15%] PASSED test/test_files.py::test_pep0488 test/test_files.py::test_pyc_magic_from_chunk[37-3393] [gw0] [ 16%] PASSED test/test_erlang.py::test_erlang[binary/erlang-test] [gw3] [ 16%] PASSED test/test_files.py::test_pyc_magic_from_chunk[37-3393] test/test_files.py::test_makefile_junk[binary/makefile-junk] test/test_files.py::test_python_bytecode_magic[binary/python3-power] [gw2] [ 16%] PASSED test/test_cli.py::test_parsing_opensuse_conf[test_arguments0] test/test_config.py::test_custom_config [gw3] [ 17%] PASSED test/test_files.py::test_makefile_junk[binary/makefile-junk] test/test_files.py::test_script_interpreter [gw2] [ 17%] PASSED test/test_config.py::test_custom_config test/test_config.py::test_filters [gw2] [ 17%] PASSED test/test_config.py::test_filters test/test_config_files.py::test_config_files[binary/config-files] [gw3] [ 17%] PASSED test/test_files.py::test_script_interpreter test/test_filter.py::test_description_storing [gw0] [ 18%] PASSED test/test_files.py::test_python_bytecode_magic[binary/python3-power] test/test_files.py::test_pyc_mtime_from_chunk[36-1513659236] [gw1] [ 18%] PASSED test/test_cli.py::test_parsing_fedora_conf[test_arguments0] [gw2] [ 18%] PASSED test/test_config_files.py::test_config_files[binary/config-files] test/test_config.py::test_broken_config test/test_diff.py::test_distribution_tags [gw1] [ 19%] PASSED test/test_config.py::test_broken_config test/test_config.py::test_list_merging [gw0] [ 19%] PASSED test/test_files.py::test_pyc_mtime_from_chunk[36-1513659236] test/test_files.py::test_sphinx_inv_files[binary/python3-greenlet] [gw1] [ 19%] PASSED test/test_config.py::test_list_merging test/test_config_files.py::test_config_files_correct[binary/logrotate] [gw3] [ 20%] PASSED test/test_filter.py::test_description_storing test/test_filter.py::test_description_from_toml [gw1] [ 20%] PASSED test/test_config_files.py::test_config_files_correct[binary/logrotate] [gw3] [ 20%] PASSED test/test_filter.py::test_description_from_toml test/test_filter.py::test_description_from_conf test/test_diff.py::test_exclude [gw3] [ 20%] PASSED test/test_filter.py::test_description_from_conf test/test_filter.py::test_output [gw0] [ 21%] PASSED test/test_files.py::test_sphinx_inv_files[binary/python3-greenlet] test/test_files.py::test_scm_regex [gw0] [ 21%] PASSED test/test_files.py::test_scm_regex test/test_lint.py::testpath <- test/Testing.py [gw0] [ 21%] PASSED test/test_lint.py::testpath <- test/Testing.py test/test_lint.py::test_cases_loading [gw3] [ 22%] PASSED test/test_filter.py::test_output test/test_filter.py::test_filtered_output [gw3] [ 22%] PASSED test/test_filter.py::test_filtered_output test/test_filter.py::test_blocked_filters [gw3] [ 22%] PASSED test/test_filter.py::test_blocked_filters test/test_helpers.py::test_warnprint [gw3] [ 22%] PASSED test/test_helpers.py::test_warnprint test/test_helpers.py::test_bytetostr [gw3] [ 23%] PASSED test/test_helpers.py::test_bytetostr test/test_helpers.py::test_centering [gw3] [ 23%] PASSED test/test_helpers.py::test_centering test/test_icon_sizes.py::test_icon_sizes[binary/tasque] [gw0] [ 23%] PASSED test/test_lint.py::test_cases_loading test/test_lint.py::test_configoutput [gw0] [ 24%] PASSED test/test_lint.py::test_configoutput test/test_lint.py::test_explain_unknown [gw3] [ 24%] PASSED test/test_icon_sizes.py::test_icon_sizes[binary/tasque] test/test_ldd_parser.py::test_unused_dependency [gw2] [ 24%] PASSED test/test_diff.py::test_distribution_tags [gw0] [ 25%] PASSED test/test_lint.py::test_explain_unknown test/test_lint.py::test_explain_known test/test_doc.py::test_install_file_in_docs[binary/install-file-in-docs] [gw3] [ 25%] PASSED test/test_ldd_parser.py::test_unused_dependency test/test_ldd_parser.py::test_undefined_symbol [gw0] [ 25%] PASSED test/test_lint.py::test_explain_known test/test_lint.py::test_explain_with_unknown [gw2] [ 25%] PASSED test/test_doc.py::test_install_file_in_docs[binary/install-file-in-docs] test/test_files.py::test_pep3147 [gw3] [ 26%] PASSED test/test_ldd_parser.py::test_undefined_symbol test/test_ldd_parser.py::test_ldd_parser_failure [gw2] [ 26%] PASSED test/test_files.py::test_pep3147 test/test_files.py::test_file_not_utf8_for_compression_algorithms[binary/testdocumentation] [gw0] [ 26%] PASSED test/test_lint.py::test_explain_with_unknown test/test_lint.py::test_explain_no_binary_from_cfg [gw3] [ 27%] PASSED test/test_ldd_parser.py::test_ldd_parser_failure test/test_ldd_parser.py::test_dependencies [gw2] [ 27%] PASSED test/test_files.py::test_file_not_utf8_for_compression_algorithms[binary/testdocumentation] test/test_files.py::test_pyc_mtime_from_chunk[37-1519778958] [gw0] [ 27%] PASSED test/test_lint.py::test_explain_no_binary_from_cfg test/test_lint.py::test_explain_non_standard_dir_from_cfg [gw2] [ 28%] PASSED test/test_files.py::test_pyc_mtime_from_chunk[37-1519778958] test/test_files.py::test_invalid_package[binary/filechecks] [gw3] [ 28%] PASSED test/test_ldd_parser.py::test_dependencies test/test_ldd_parser.py::test_unused_dependency_in_package [gw0] [ 28%] PASSED test/test_lint.py::test_explain_non_standard_dir_from_cfg test/test_lint.py::test_descriptions_from_config[packages0] [gw2] [ 28%] PASSED test/test_files.py::test_invalid_package[binary/filechecks] test/test_files.py::test_lib_regex [gw2] [ 29%] PASSED test/test_files.py::test_lib_regex test/test_files.py::test_distribution_tags[binary/ngircd] [gw3] [ 29%] PASSED test/test_ldd_parser.py::test_unused_dependency_in_package test/test_ldd_parser.py::test_unused_dependency_in_package_for_executable [gw2] [ 29%] PASSED test/test_files.py::test_distribution_tags[binary/ngircd] test/test_files.py::test_provides_devel[binary/development] [gw2] [ 30%] PASSED test/test_files.py::test_provides_devel[binary/development] test/test_files.py::test_shlib1[binary/shlib1] [gw3] [ 30%] PASSED test/test_ldd_parser.py::test_unused_dependency_in_package_for_executable test/test_ldd_parser.py::test_opt_dependency [gw2] [ 30%] PASSED test/test_files.py::test_shlib1[binary/shlib1] test/test_files.py::test_shlib2_devel[binary/shlib2-devel] [gw3] [ 31%] PASSED test/test_ldd_parser.py::test_opt_dependency test/test_ldd_parser.py::test_usr_dependency [gw2] [ 31%] PASSED test/test_files.py::test_shlib2_devel[binary/shlib2-devel] test/test_files.py::test_zero_length_ignore[/usr/lib/emptyfile-True-binary/file-zero-length] [gw2] [ 31%] PASSED test/test_files.py::test_zero_length_ignore[/usr/lib/emptyfile-True-binary/file-zero-length] test/test_files.py::test_zero_length_ignore[/usr/lib/nonemptyfile-False-binary/file-zero-length] [gw3] [ 31%] PASSED test/test_ldd_parser.py::test_usr_dependency test/test_lib_dependency.py::test_shlib2_devel[binary/shlib2-devel] [gw0] [ 32%] PASSED test/test_lint.py::test_descriptions_from_config[packages0] test/test_lint.py::test_run_single[packages0] [gw2] [ 32%] PASSED test/test_files.py::test_zero_length_ignore[/usr/lib/nonemptyfile-False-binary/file-zero-length] test/test_files.py::test_zero_length_ignore[/etc/security/console.apps-False-binary/file-zero-length] [gw3] [ 32%] PASSED test/test_lib_dependency.py::test_shlib2_devel[binary/shlib2-devel] test/test_objdump_parser.py::test_executable_stack_package [gw0] [ 33%] PASSED test/test_lint.py::test_run_single[packages0] test/test_lint.py::test_run_installed[packages0] [gw2] [ 33%] PASSED test/test_files.py::test_zero_length_ignore[/etc/security/console.apps-False-binary/file-zero-length] test/test_files.py::test_zero_length_ignore[/usr/lib/.nosearch-False-binary/file-zero-length] [gw3] [ 33%] PASSED test/test_objdump_parser.py::test_executable_stack_package test/test_pam_modules.py::test_pam_modules[binary/pam-module] [gw3] [ 34%] PASSED test/test_pam_modules.py::test_pam_modules[binary/pam-module] test/test_pkg.py::test_parse_deps [gw2] [ 34%] PASSED test/test_files.py::test_zero_length_ignore[/usr/lib/.nosearch-False-binary/file-zero-length] [gw3] [ 34%] PASSED test/test_pkg.py::test_parse_deps test/test_pkg.py::test_range_compare [gw3] [ 34%] PASSED test/test_pkg.py::test_range_compare test/test_pkgconfig.py::test_pkg_config[binary/pc] test/test_files.py::test_zero_length_ignore[/usr/lib/python/__init__.py-False-binary/file-zero-length] [gw0] [ 35%] PASSED test/test_lint.py::test_run_installed[packages0] [gw3] [ 35%] PASSED test/test_pkgconfig.py::test_pkg_config[binary/pc] test/test_pkgconfig.py::test_pkg_config_correct[binary/libreiserfscore-devel] test/test_lint.py::test_run_strict[packages0] [gw2] [ 35%] PASSED test/test_files.py::test_zero_length_ignore[/usr/lib/python/__init__.py-False-binary/file-zero-length] test/test_files.py::test_zero_length_ignore[/usr/lib/python/py.typed-False-binary/file-zero-length] [gw2] [ 36%] PASSED test/test_files.py::test_zero_length_ignore[/usr/lib/python/py.typed-False-binary/file-zero-length] test/test_files.py::test_zero_length_ignore[/usr/lib/python/pypackagefromwheel-0.0.0.dist-info/REQUESTED-False-binary/file-zero-length] [gw0] [ 36%] PASSED test/test_lint.py::test_run_strict[packages0] test/test_lint.py::test_run_installed_not_present [gw3] [ 36%] PASSED test/test_pkgconfig.py::test_pkg_config_correct[binary/libreiserfscore-devel] test/test_readelf_parser.py::test_empty_archive [gw2] [ 37%] PASSED test/test_files.py::test_zero_length_ignore[/usr/lib/python/pypackagefromwheel-0.0.0.dist-info/REQUESTED-False-binary/file-zero-length] test/test_files.py::test_zero_length_ignore[/usr/lib/ruby/gem.build_complete-False-binary/file-zero-length] [gw0] [ 37%] PASSED test/test_lint.py::test_run_installed_not_present test/test_lint.py::test_run_installed_and_no_files [gw3] [ 37%] PASSED test/test_readelf_parser.py::test_empty_archive test/test_readelf_parser.py::test_simple_archive [gw2] [ 37%] PASSED test/test_files.py::test_zero_length_ignore[/usr/lib/ruby/gem.build_complete-False-binary/file-zero-length] test/test_files.py::test_manual_pages[binary/manual-pages] [gw3] [ 38%] PASSED test/test_readelf_parser.py::test_simple_archive test/test_readelf_parser.py::test_program_header_parsing [gw0] [ 38%] PASSED test/test_lint.py::test_run_installed_and_no_files test/test_lint.py::test_header_information [gw2] [ 38%] PASSED test/test_files.py::test_manual_pages[binary/manual-pages] test/test_filter.py::testpath <- test/Testing.py [gw3] [ 39%] PASSED test/test_readelf_parser.py::test_program_header_parsing test/test_readelf_parser.py::test_dynamic_section_parsing [gw2] [ 39%] PASSED test/test_filter.py::testpath <- test/Testing.py test/test_filter.py::test_filters_regexp [gw2] [ 39%] PASSED test/test_filter.py::test_filters_regexp test/test_filter.py::test_data_storing [gw0] [ 40%] PASSED test/test_lint.py::test_header_information test/test_lint.py::test_run_full_rpm[configs0-packages0] [gw3] [ 40%] PASSED test/test_readelf_parser.py::test_dynamic_section_parsing test/test_readelf_parser.py::test_rpath [gw3] [ 40%] PASSED test/test_readelf_parser.py::test_rpath test/test_readelf_parser.py::test_lto_bytecode [gw2] [ 40%] PASSED test/test_filter.py::test_data_storing test/test_filter.py::test_data_storing_backward_compat [gw2] [ 41%] PASSED test/test_filter.py::test_data_storing_backward_compat test/test_signature.py::test_no_signature[binary/no-signature] [gw3] [ 41%] PASSED test/test_readelf_parser.py::test_lto_bytecode test/test_readelf_parser.py::test_lto_archive_text [gw3] [ 41%] PASSED test/test_readelf_parser.py::test_lto_archive_text test/test_readelf_parser.py::test_non_pic_code_library [gw2] [ 42%] PASSED test/test_signature.py::test_no_signature[binary/no-signature] test/test_signature.py::test_unknown_key[binary/unknown-key] [gw2] [ 42%] PASSED test/test_signature.py::test_unknown_key[binary/unknown-key] test/test_signature.py::test_invalid_signature[binary/hello] [gw3] [ 42%] PASSED test/test_readelf_parser.py::test_non_pic_code_library test/test_readelf_parser.py::test_no_ldconfig_symlink [gw2] [ 42%] PASSED test/test_signature.py::test_invalid_signature[binary/hello] test/test_sources.py::test_extension_and_permissions[source/wrongsrc] [gw2] [ 43%] PASSED test/test_sources.py::test_extension_and_permissions[source/wrongsrc] test/test_sources.py::test_compression_and_multispec[source/not-compressed-multi-spec] [gw3] [ 43%] PASSED test/test_readelf_parser.py::test_no_ldconfig_symlink test/test_readelf_parser.py::test_call_mktemp [gw2] [ 43%] PASSED test/test_sources.py::test_compression_and_multispec[source/not-compressed-multi-spec] test/test_speccheck.py::test_check_include [gw3] [ 44%] PASSED test/test_readelf_parser.py::test_call_mktemp test/test_readelf_parser.py::test_call_setgroups [gw2] [ 44%] PASSED test/test_speccheck.py::test_check_include test/test_speccheck.py::test_patch_not_applied[spec/SpecCheck2] [gw3] [ 44%] PASSED test/test_readelf_parser.py::test_call_setgroups test/test_readelf_parser.py::test_call_gethostbyname [gw3] [ 45%] PASSED test/test_readelf_parser.py::test_call_gethostbyname test/test_readelf_parser.py::test_missing_dependency [gw2] [ 45%] PASSED test/test_speccheck.py::test_patch_not_applied[spec/SpecCheck2] test/test_speccheck.py::test_patch_not_applied[spec/SpecCheck3] [gw3] [ 45%] PASSED test/test_readelf_parser.py::test_missing_dependency test/test_readelf_parser.py::test_bca_files [gw2] [ 45%] PASSED test/test_speccheck.py::test_patch_not_applied[spec/SpecCheck3] test/test_speccheck.py::test_distribution_tags[spec/SpecCheck] [gw3] [ 46%] PASSED test/test_readelf_parser.py::test_bca_files test/test_readelf_parser.py::test_shlib_policy_name_error [gw3] [ 46%] PASSED test/test_readelf_parser.py::test_shlib_policy_name_error test/test_shlib_policy.py::test_shlib_policy_wrong_name[binary/libtest1] [gw2] [ 46%] PASSED test/test_speccheck.py::test_distribution_tags[spec/SpecCheck] test/test_speccheck.py::test_forbidden_controlchars_found[spec/SpecCheck4] [gw3] [ 47%] PASSED test/test_shlib_policy.py::test_shlib_policy_wrong_name[binary/libtest1] test/test_shlib_policy.py::test_shlib_policy_missing_suffix[binary/libslp-missing-suffix] [gw2] [ 47%] PASSED test/test_speccheck.py::test_forbidden_controlchars_found[spec/SpecCheck4] test/test_speccheck.py::test_check_no_spec_file[source/no-spec-file] [gw2] [ 47%] PASSED test/test_speccheck.py::test_check_no_spec_file[source/no-spec-file] test/test_speccheck.py::test_check_no_spec_file_not_applied[source/CheckInclude] [gw3] [ 48%] PASSED test/test_shlib_policy.py::test_shlib_policy_missing_suffix[binary/libslp-missing-suffix] test/test_shlib_policy.py::test_shlib_policy_errors[binary/libslp1234] [gw2] [ 48%] PASSED test/test_speccheck.py::test_check_no_spec_file_not_applied[source/CheckInclude] test/test_speccheck.py::test_check_non_utf8_spec_file[spec/non-utf8-spec-file] [gw3] [ 48%] PASSED test/test_shlib_policy.py::test_shlib_policy_errors[binary/libslp1234] test/test_speccheck.py::test_check_invalid_spec_name[source/invalid-spec-name] [gw1] [ 48%] PASSED test/test_diff.py::test_exclude [gw2] [ 49%] PASSED test/test_speccheck.py::test_check_non_utf8_spec_file[spec/non-utf8-spec-file] test/test_duplicates.py::test_duplicates[binary/duplicates] test/test_speccheck.py::test_check_non_utf8_spec_file_not_applied[spec/SpecCheckTemp] [gw1] [ 49%] PASSED test/test_duplicates.py::test_duplicates[binary/duplicates] test/test_files.py::test_py2 [gw1] [ 49%] PASSED test/test_files.py::test_py2 [gw2] [ 50%] PASSED test/test_speccheck.py::test_check_non_utf8_spec_file_not_applied[spec/SpecCheckTemp] test/test_files.py::test_pyc_magic_from_chunk[36-3379] test/test_speccheck.py::test_check_setup_is_quiet[spec/SpecCheckTemp] [gw3] [ 50%] PASSED test/test_speccheck.py::test_check_invalid_spec_name[source/invalid-spec-name] test/test_speccheck.py::test_check_invalid_spec_name_not_applied[source/CheckInclude] [gw1] [ 50%] PASSED test/test_files.py::test_pyc_magic_from_chunk[36-3379] test/test_files.py::test_devel_files[binary/netmask-debugsource] [gw2] [ 51%] PASSED test/test_speccheck.py::test_check_setup_is_quiet[spec/SpecCheckTemp] test/test_speccheck.py::test_check_setup_not_quiet_not_applied[spec/SpecCheck2] [gw1] [ 51%] PASSED test/test_files.py::test_devel_files[binary/netmask-debugsource] test/test_files.py::test_tcl_package[binary/tclpackage] [gw3] [ 51%] PASSED test/test_speccheck.py::test_check_invalid_spec_name_not_applied[source/CheckInclude] test/test_speccheck.py::test_check_non_break_space[spec/non-break-space] [gw1] [ 51%] PASSED test/test_files.py::test_tcl_package[binary/tclpackage] test/test_files.py::test_rust_files[binary/rust] [gw1] [ 52%] PASSED test/test_files.py::test_rust_files[binary/rust] test/test_lint.py::test_run_full_directory[packages0] [gw2] [ 52%] PASSED test/test_speccheck.py::test_check_setup_not_quiet_not_applied[spec/SpecCheck2] [gw3] [ 52%] PASSED test/test_speccheck.py::test_check_non_break_space[spec/non-break-space] test/test_speccheck.py::test_check_setup_not_in_prep[spec/setup-not-in-prep] test/test_speccheck.py::test_check_non_break_space_not_applied[spec/SpecCheck2] [gw2] [ 53%] PASSED test/test_speccheck.py::test_check_setup_not_in_prep[spec/setup-not-in-prep] test/test_speccheck.py::test_check_setup_inside_prep[spec/SpecCheckTemp] [gw3] [ 53%] PASSED test/test_speccheck.py::test_check_non_break_space_not_applied[spec/SpecCheck2] test/test_speccheck.py::test_check_rpm_buildroot_usage_under_prep[spec/rpm-buildroot-usage] [gw2] [ 53%] PASSED test/test_speccheck.py::test_check_setup_inside_prep[spec/SpecCheckTemp] test/test_speccheck.py::test_check_setup_not_in_prep_not_applied[spec/SpecCheck2] [gw3] [ 54%] PASSED test/test_speccheck.py::test_check_rpm_buildroot_usage_under_prep[spec/rpm-buildroot-usage] test/test_speccheck.py::test_check_rpm_buildroot_usage_under_build[spec/SpecCheckTemp] [gw2] [ 54%] PASSED test/test_speccheck.py::test_check_setup_not_in_prep_not_applied[spec/SpecCheck2] test/test_speccheck.py::test_check_autopatch_not_in_prep[spec/%autopatch-not-in-prep] [gw3] [ 54%] PASSED test/test_speccheck.py::test_check_rpm_buildroot_usage_under_build[spec/SpecCheckTemp] test/test_speccheck.py::test_check_rpm_buildroot_usage_not_applied[spec/SpecCheck2] [gw2] [ 54%] PASSED test/test_speccheck.py::test_check_autopatch_not_in_prep[spec/%autopatch-not-in-prep] test/test_speccheck.py::test_check_autopatch_in_prep[spec/SpecCheckTemp] [gw2] [ 55%] PASSED test/test_speccheck.py::test_check_autopatch_in_prep[spec/SpecCheckTemp] test/test_speccheck.py::test_check_autopatch_not_in_prep_not_applied[spec/SpecCheck2] [gw3] [ 55%] PASSED test/test_speccheck.py::test_check_rpm_buildroot_usage_not_applied[spec/SpecCheck2] test/test_speccheck.py::test_check_rpm_buildroot_usage_shell_var[spec/rpm-buildroot-usage-shell-var] [gw3] [ 55%] PASSED test/test_speccheck.py::test_check_rpm_buildroot_usage_shell_var[spec/rpm-buildroot-usage-shell-var] test/test_speccheck.py::test_check_make_check_outside_check_section[spec/make-check-outside-check-section] [gw2] [ 56%] PASSED test/test_speccheck.py::test_check_autopatch_not_in_prep_not_applied[spec/SpecCheck2] test/test_speccheck.py::test_check_autosetup_not_in_prep[spec/%autosetup-not-in-prep] [gw2] [ 56%] PASSED test/test_speccheck.py::test_check_autosetup_not_in_prep[spec/%autosetup-not-in-prep] test/test_speccheck.py::test_check_autosetup_inside_prep[spec/SpecCheckTemp] [gw3] [ 56%] PASSED test/test_speccheck.py::test_check_make_check_outside_check_section[spec/make-check-outside-check-section] test/test_speccheck.py::test_check_make_check_inside_check_section[spec/SpecCheckTemp] [gw2] [ 57%] PASSED test/test_speccheck.py::test_check_autosetup_inside_prep[spec/SpecCheckTemp] test/test_speccheck.py::test_check_autosetup_not_in_prep_not_applied[spec/SpecCheck2] [gw3] [ 57%] PASSED test/test_speccheck.py::test_check_make_check_inside_check_section[spec/SpecCheckTemp] test/test_speccheck.py::test_check_make_check_outside_not_applied[spec/SpecCheck2] [gw2] [ 57%] PASSED test/test_speccheck.py::test_check_autosetup_not_in_prep_not_applied[spec/SpecCheck2] test/test_speccheck.py::test_check_use_of_rpm_source_dir[spec/use-of-RPM-SOURCE-DIR] [gw3] [ 57%] PASSED test/test_speccheck.py::test_check_make_check_outside_not_applied[spec/SpecCheck2] test/test_speccheck.py::test_check_setup_not_quiet[spec/setup-not-quiet] [gw2] [ 58%] PASSED test/test_speccheck.py::test_check_use_of_rpm_source_dir[spec/use-of-RPM-SOURCE-DIR] test/test_speccheck.py::test_check_use_of_rsd_not_applied[spec/SpecCheck2] [gw3] [ 58%] PASSED test/test_speccheck.py::test_check_setup_not_quiet[spec/setup-not-quiet] test/test_speccheck.py::test_check_cwls_not_applied[spec/SpecCheck2] [gw2] [ 58%] PASSED test/test_speccheck.py::test_check_use_of_rsd_not_applied[spec/SpecCheck2] test/test_speccheck.py::test_check_configure_without_libdir_spec[spec/configure-without-libdir-spec] [gw3] [ 59%] PASSED test/test_speccheck.py::test_check_cwls_not_applied[spec/SpecCheck2] test/test_speccheck.py::test_check_hardcoded_library_path[spec/hardcoded-library-path] [gw2] [ 59%] PASSED test/test_speccheck.py::test_check_configure_without_libdir_spec[spec/configure-without-libdir-spec] test/test_speccheck.py::test_check_hardcoded_prefix_tag_not_applied[spec/SpecCheck2] [gw3] [ 59%] PASSED test/test_speccheck.py::test_check_hardcoded_library_path[spec/hardcoded-library-path] test/test_speccheck.py::test_check_hclp_not_applied[spec/SpecCheck2] [gw2] [ 60%] PASSED test/test_speccheck.py::test_check_hardcoded_prefix_tag_not_applied[spec/SpecCheck2] test/test_speccheck.py::test_check_prereq_use[spec/prereq_use] [gw3] [ 60%] PASSED test/test_speccheck.py::test_check_hclp_not_applied[spec/SpecCheck2] test/test_speccheck.py::test_check_obsolete_tag[spec/obsolete-tag] [gw3] [ 60%] PASSED test/test_speccheck.py::test_check_obsolete_tag[spec/obsolete-tag] test/test_speccheck.py::test_check_obsolete_tag_not_applied[spec/SpecCheck2] [gw2] [ 60%] PASSED test/test_speccheck.py::test_check_prereq_use[spec/prereq_use] test/test_speccheck.py::test_check_prereq_use_not_found[spec/patch-not-applied] [gw2] [ 61%] PASSED test/test_speccheck.py::test_check_prereq_use_not_found[spec/patch-not-applied] test/test_speccheck.py::test_check_prereq_use_not_applied[spec/mixed-use-of-spaces-and-tabs] [gw3] [ 61%] PASSED test/test_speccheck.py::test_check_obsolete_tag_not_applied[spec/SpecCheck2] test/test_speccheck.py::test_check_hardcoded_path_in_buildroot_tag[spec/hardcoded-path-in-buildroot-tag] [gw2] [ 61%] PASSED test/test_speccheck.py::test_check_prereq_use_not_applied[spec/mixed-use-of-spaces-and-tabs] test/test_speccheck.py::test_check_buildprereq_use[spec/buildprereq-use] [gw3] [ 62%] PASSED test/test_speccheck.py::test_check_hardcoded_path_in_buildroot_tag[spec/hardcoded-path-in-buildroot-tag] test/test_speccheck.py::test_check_hpbt_not_applied[spec/SpecCheck2] [gw2] [ 62%] PASSED test/test_speccheck.py::test_check_buildprereq_use[spec/buildprereq-use] test/test_speccheck.py::test_check_buildprereq_use_not_applied[spec/SpecCheck2] [gw3] [ 62%] PASSED test/test_speccheck.py::test_check_hpbt_not_applied[spec/SpecCheck2] test/test_speccheck.py::test_check_buildarch_instead_of_exclusivearch_tag[spec/buildarch-instead-of-exclusivearch-tag] [gw2] [ 62%] PASSED test/test_speccheck.py::test_check_buildprereq_use_not_applied[spec/SpecCheck2] test/test_speccheck.py::test_check_forbidden_controlchar_found[spec/forbidden-controlchar-found] [gw3] [ 63%] PASSED test/test_speccheck.py::test_check_buildarch_instead_of_exclusivearch_tag[spec/buildarch-instead-of-exclusivearch-tag] test/test_speccheck.py::test_check_biet_not_applied[spec/SpecCheck2] [gw2] [ 63%] PASSED test/test_speccheck.py::test_check_forbidden_controlchar_found[spec/forbidden-controlchar-found] test/test_speccheck.py::test_check_forbidden_controlchar_not_found[spec/SpecCheckTemp] [gw2] [ 63%] PASSED test/test_speccheck.py::test_check_forbidden_controlchar_not_found[spec/SpecCheckTemp] test/test_speccheck.py::test_check_coid[spec/comparison-operator-in-deptoken] [gw3] [ 64%] PASSED test/test_speccheck.py::test_check_biet_not_applied[spec/SpecCheck2] test/test_speccheck.py::test_check_hardcoded_packager_tag[spec/hardcoded-packager-tag] [gw2] [ 64%] PASSED test/test_speccheck.py::test_check_coid[spec/comparison-operator-in-deptoken] test/test_speccheck.py::test_check_coid_found[spec/SpecCheckTemp] [gw3] [ 64%] PASSED test/test_speccheck.py::test_check_hardcoded_packager_tag[spec/hardcoded-packager-tag] test/test_speccheck.py::test_check_hardcoded_packager_tag_not_applied[spec/SpecCheck2] [gw2] [ 65%] PASSED test/test_speccheck.py::test_check_coid_found[spec/SpecCheckTemp] test/test_speccheck.py::test_check_coid_is_found[spec/SpecCheck2] [gw3] [ 65%] PASSED test/test_speccheck.py::test_check_hardcoded_packager_tag_not_applied[spec/SpecCheck2] test/test_speccheck.py::test_check_hardcoded_prefix_tag[spec/hardcoded-prefix-tag] [gw2] [ 65%] PASSED test/test_speccheck.py::test_check_coid_is_found[spec/SpecCheck2] test/test_speccheck.py::test_check_coid_is_found_with_single_space[spec/%autopatch-not-in-prep] [gw3] [ 65%] PASSED test/test_speccheck.py::test_check_hardcoded_prefix_tag[spec/hardcoded-prefix-tag] test/test_speccheck.py::test_check_autochangelog[spec/macro-in-changelog-autochangelog] [gw2] [ 66%] PASSED test/test_speccheck.py::test_check_coid_is_found_with_single_space[spec/%autopatch-not-in-prep] test/test_speccheck.py::test_check_coid_is_found_with_double_space[spec/%autosetup-not-in-prep] [gw3] [ 66%] PASSED test/test_speccheck.py::test_check_autochangelog[spec/macro-in-changelog-autochangelog] test/test_speccheck.py::test_check_macro_in_changelog_not_found[spec/SpecCheck2] [gw2] [ 66%] PASSED test/test_speccheck.py::test_check_coid_is_found_with_double_space[spec/%autosetup-not-in-prep] [gw1] [ 67%] PASSED test/test_lint.py::test_run_full_directory[packages0] test/test_speccheck.py::test_check_unversioned_explicit_version[spec/unversioned-explicit-version] test/test_lint.py::test_run_empty [gw1] [ 67%] PASSED test/test_lint.py::test_run_empty test/test_lint.py::test_run_rpmlintrc_single_dir[packages0] [gw3] [ 67%] PASSED test/test_speccheck.py::test_check_macro_in_changelog_not_found[spec/SpecCheck2] test/test_speccheck.py::test_check_macro_in_changelog_not_applied[spec/SpecCheckTemp] [gw2] [ 68%] PASSED test/test_speccheck.py::test_check_unversioned_explicit_version[spec/unversioned-explicit-version] test/test_speccheck.py::test_check_unversioned_explicit_version_not_found[spec/%autosetup-not-in-prep] [gw1] [ 68%] PASSED test/test_lint.py::test_run_rpmlintrc_single_dir[packages0] test/test_lint.py::test_run_rpmlintrc_multiple[packages0] [gw2] [ 68%] PASSED test/test_speccheck.py::test_check_unversioned_explicit_version_not_found[spec/%autosetup-not-in-prep] test/test_speccheck.py::test_check_uev_not_applied[spec/SpecCheck2] [gw3] [ 68%] PASSED test/test_speccheck.py::test_check_macro_in_changelog_not_applied[spec/SpecCheckTemp] test/test_speccheck.py::test_check_libdir_macro_in_noarch_package[spec/libdir-macro-in-noarch-package] [gw1] [ 69%] PASSED test/test_lint.py::test_run_rpmlintrc_multiple[packages0] test/test_lint.py::test_run_rpmlintrc_single_file[packages0] [gw3] [ 69%] PASSED test/test_speccheck.py::test_check_libdir_macro_in_noarch_package[spec/libdir-macro-in-noarch-package] test/test_speccheck.py::test_check_lmnp_not_applied[spec/mixed-use-of-spaces-and-tabs] [gw2] [ 69%] PASSED test/test_speccheck.py::test_check_uev_not_applied[spec/SpecCheck2] test/test_speccheck.py::test_check_unversioned_explicit_obsoletes[spec/unversioned-explicit-obsoletes] [gw1] [ 70%] PASSED test/test_lint.py::test_run_rpmlintrc_single_file[packages0] test/test_lint.py::test_installed_package [gw3] [ 70%] PASSED test/test_speccheck.py::test_check_lmnp_not_applied[spec/mixed-use-of-spaces-and-tabs] test/test_speccheck.py::test_check_deprecated_grep[spec/deprecated-grep] [gw2] [ 70%] PASSED test/test_speccheck.py::test_check_unversioned_explicit_obsoletes[spec/unversioned-explicit-obsoletes] test/test_speccheck.py::test_check_unversioned_explicit_obsoletes_not_found[spec/%autopatch-not-in-prep] [gw3] [ 71%] PASSED test/test_speccheck.py::test_check_deprecated_grep[spec/deprecated-grep] test/test_speccheck.py::test_check_deprecated_grep_not_found[spec/SpecCheckTemp] [gw2] [ 71%] PASSED test/test_speccheck.py::test_check_unversioned_explicit_obsoletes_not_found[spec/%autopatch-not-in-prep] test/test_speccheck.py::test_check_ueo_not_found[spec/SpecCheckTemp] [gw1] [ 71%] PASSED test/test_lint.py::test_installed_package test/test_logrotate.py::test_logrotate[binary/logrotate] [gw3] [ 71%] PASSED test/test_speccheck.py::test_check_deprecated_grep_not_found[spec/SpecCheckTemp] test/test_speccheck.py::test_check_deprecated_grep_not_applied[spec/SpecCheck2] [gw2] [ 72%] PASSED test/test_speccheck.py::test_check_ueo_not_found[spec/SpecCheckTemp] test/test_speccheck.py::test_check_macro_in_changelog[spec/macro-in-changelog] [gw1] [ 72%] PASSED test/test_logrotate.py::test_logrotate[binary/logrotate] test/test_menuxdg.py::test_raises_parse_error[binary/menuxdg1] [gw1] [ 72%] PASSED test/test_menuxdg.py::test_raises_parse_error[binary/menuxdg1] test/test_menuxdg.py::test_without_binary[binary/desktopfile-bad-binary] [gw3] [ 73%] PASSED test/test_speccheck.py::test_check_deprecated_grep_not_applied[spec/SpecCheck2] test/test_speccheck.py::test_check_macro_in_comment[spec/macro-in-comment] [gw2] [ 73%] PASSED test/test_speccheck.py::test_check_macro_in_changelog[spec/macro-in-changelog] test/test_speccheck.py::test_check_more_than_one_changelog_section[spec/more-than-one-%changelog] [gw1] [ 73%] PASSED test/test_menuxdg.py::test_without_binary[binary/desktopfile-bad-binary] test/test_menuxdg.py::test_duplicate[binary/desktopfile-bad-duplicate] [gw3] [ 74%] PASSED test/test_speccheck.py::test_check_macro_in_comment[spec/macro-in-comment] test/test_speccheck.py::test_check_macro_in_comment_not_found[spec/%autosetup-not-in-prep] [gw2] [ 74%] PASSED test/test_speccheck.py::test_check_more_than_one_changelog_section[spec/more-than-one-%changelog] test/test_speccheck.py::test_check_mtocs_not_applied[spec/SpecCheck2] [gw1] [ 74%] PASSED test/test_menuxdg.py::test_duplicate[binary/desktopfile-bad-duplicate] test/test_menuxdg.py::test_missing_header[binary/desktopfile-bad-section] [gw3] [ 74%] PASSED test/test_speccheck.py::test_check_macro_in_comment_not_found[spec/%autosetup-not-in-prep] test/test_speccheck.py::test_check_macro_in_comment_not_applied[spec/SpecCheck2] [gw1] [ 75%] PASSED test/test_menuxdg.py::test_missing_header[binary/desktopfile-bad-section] test/test_menuxdg.py::test_bad_unicode[binary/desktopfile-bad-unicode] [gw2] [ 75%] PASSED test/test_speccheck.py::test_check_mtocs_not_applied[spec/SpecCheck2] test/test_speccheck.py::test_check_lib_package_without_mklibname[spec/lib-package-without-%mklibname] [gw1] [ 75%] PASSED test/test_menuxdg.py::test_bad_unicode[binary/desktopfile-bad-unicode] test/test_menuxdg.py::test_good[binary/desktopfile-good] [gw3] [ 76%] PASSED test/test_speccheck.py::test_check_macro_in_comment_not_applied[spec/SpecCheck2] test/test_speccheck.py::test_check_no_build_root_tag[spec/no-buildroot-tag] [gw2] [ 76%] PASSED test/test_speccheck.py::test_check_lib_package_without_mklibname[spec/lib-package-without-%mklibname] test/test_speccheck.py::test_check_lpwm_not_applied[spec/SpecCheck2] [gw1] [ 76%] PASSED test/test_menuxdg.py::test_good[binary/desktopfile-good] test/test_mixed_ownership.py::test_mixed_ownership[binary/mixed-ownership] [gw3] [ 77%] PASSED test/test_speccheck.py::test_check_no_build_root_tag[spec/no-buildroot-tag] test/test_speccheck.py::test_check_no_build_root_tag_not_applied[spec/SpecCheck2] [gw1] [ 77%] PASSED test/test_mixed_ownership.py::test_mixed_ownership[binary/mixed-ownership] test/test_objdump_parser.py::test_basic [gw2] [ 77%] PASSED test/test_speccheck.py::test_check_lpwm_not_applied[spec/SpecCheck2] test/test_speccheck.py::test_check_depscript_without_disabling_depgen[spec/depscript-without-disabling-depgen] [gw1] [ 77%] PASSED test/test_objdump_parser.py::test_basic test/test_speccheck.py::test_check_dwdd_not_applied[spec/SpecCheck2] [gw2] [ 78%] PASSED test/test_speccheck.py::test_check_depscript_without_disabling_depgen[spec/depscript-without-disabling-depgen] test/test_speccheck.py::test_check_depscript_without_disabling_depgen_not_found[spec/SpecCheckTemp] [gw3] [ 78%] PASSED test/test_speccheck.py::test_check_no_build_root_tag_not_applied[spec/SpecCheck2] test/test_speccheck.py::test_check_no_essential_section[spec/no-%%%s-section] [gw1] [ 78%] PASSED test/test_speccheck.py::test_check_dwdd_not_applied[spec/SpecCheck2] test/test_speccheck.py::test_check_patch_fuzz_is_changed[spec/patch-fuzz-is-changed] [gw3] [ 79%] PASSED test/test_speccheck.py::test_check_no_essential_section[spec/no-%%%s-section] test/test_speccheck.py::test_check_no_essential_section_not_applied[spec/SpecCheck2] [gw2] [ 79%] PASSED test/test_speccheck.py::test_check_depscript_without_disabling_depgen_not_found[spec/SpecCheckTemp] test/test_speccheck.py::test_check_mixed_use_of_spaces_and_tabs_not_applied[spec/SpecCheck2] [gw1] [ 79%] PASSED test/test_speccheck.py::test_check_patch_fuzz_is_changed[spec/patch-fuzz-is-changed] test/test_speccheck.py::test_check_patch_fuzz_is_changed_not_found[spec/SpecCheckTemp] [gw3] [ 80%] PASSED test/test_speccheck.py::test_check_no_essential_section_not_applied[spec/SpecCheck2] test/test_speccheck.py::test_check_patch_not_applied_not_enforced[spec/mixed-use-of-spaces-and-tabs] [gw2] [ 80%] PASSED test/test_speccheck.py::test_check_mixed_use_of_spaces_and_tabs_not_applied[spec/SpecCheck2] test/test_speccheck.py::test_check_ifarch_applied_patch[spec/%ifarch-applied-patch] [gw1] [ 80%] PASSED test/test_speccheck.py::test_check_patch_fuzz_is_changed_not_found[spec/SpecCheckTemp] test/test_speccheck.py::test_check_patch_fuzz_is_changed_not_applied[spec/macro-in-comment] [gw3] [ 80%] PASSED test/test_speccheck.py::test_check_patch_not_applied_not_enforced[spec/mixed-use-of-spaces-and-tabs] test/test_speccheck.py::test_check_invalid_url[spec/SpecCheck2] [gw2] [ 81%] PASSED test/test_speccheck.py::test_check_ifarch_applied_patch[spec/%ifarch-applied-patch] test/test_speccheck.py::test_check_ifarch_applied_not_enforced[spec/mixed-use-of-spaces-and-tabs] [gw1] [ 81%] PASSED test/test_speccheck.py::test_check_patch_fuzz_is_changed_not_applied[spec/macro-in-comment] test/test_speccheck.py::test_check_mixed_use_of_spaces_and_tabs[spec/mixed-use-of-spaces-and-tabs] [gw2] [ 81%] PASSED test/test_speccheck.py::test_check_ifarch_applied_not_enforced[spec/mixed-use-of-spaces-and-tabs] test/test_speccheck.py::test_check_patch_not_applied[spec/patch-not-applied] [gw1] [ 82%] PASSED test/test_speccheck.py::test_check_mixed_use_of_spaces_and_tabs[spec/mixed-use-of-spaces-and-tabs] test/test_spellchecking.py::test_spelldict [gw1] [ 82%] PASSED test/test_spellchecking.py::test_spelldict test/test_spellchecking.py::test_spellchecking [gw3] [ 82%] PASSED test/test_speccheck.py::test_check_invalid_url[spec/SpecCheck2] test/test_speccheck.py::test_check_invalid_url_not_applied[spec/mixed-use-of-spaces-and-tabs] [gw2] [ 82%] PASSED test/test_speccheck.py::test_check_patch_not_applied[spec/patch-not-applied] test/test_speccheck.py::test_check_patch_not_found[spec/mixed-use-of-spaces-and-tabs] [gw3] [ 83%] PASSED test/test_speccheck.py::test_check_invalid_url_not_applied[spec/mixed-use-of-spaces-and-tabs] test/test_speccheck.py::test_python_setup_test[spec/python-setup-test] [gw2] [ 83%] PASSED test/test_speccheck.py::test_check_patch_not_found[spec/mixed-use-of-spaces-and-tabs] test/test_sysvinitonsystemd.py::test_sysv_init_on_systemd_check[binary/init] [gw3] [ 83%] PASSED test/test_speccheck.py::test_python_setup_test[spec/python-setup-test] [gw2] [ 84%] PASSED test/test_sysvinitonsystemd.py::test_sysv_init_on_systemd_check[binary/init] test/test_sysvinitonsystemd.py::test_overshadowing_of_initscript[binary/rc-links] test/test_tags.py::test_self_provides[binary/self] [gw1] [ 84%] PASSED test/test_spellchecking.py::test_spellchecking test/test_spellchecking.py::test_pkgname_spellchecking [gw1] [ 84%] PASSED test/test_spellchecking.py::test_pkgname_spellchecking test/test_spellchecking.py::test_ignorelist_spellchecking [gw1] [ 85%] PASSED test/test_spellchecking.py::test_ignorelist_spellchecking test/test_tags.py::test_missing_provides[binary/missingprovides] [gw3] [ 85%] PASSED test/test_tags.py::test_self_provides[binary/self] test/test_tags.py::test_useless_provides_only_versions[binary/fuse-common] [gw2] [ 85%] PASSED test/test_sysvinitonsystemd.py::test_overshadowing_of_initscript[binary/rc-links] test/test_tags.py::test_unexpanded_macros[binary/unexpanded1] [gw1] [ 85%] PASSED test/test_tags.py::test_missing_provides[binary/missingprovides] test/test_tags.py::test_invalid_license_exception[binary/invalid-exception] [gw3] [ 86%] PASSED test/test_tags.py::test_useless_provides_only_versions[binary/fuse-common] test/test_tags.py::test_development_package[binary/foo-devel] [gw2] [ 86%] PASSED test/test_tags.py::test_unexpanded_macros[binary/unexpanded1] [gw1] [ 86%] PASSED test/test_tags.py::test_invalid_license_exception[binary/invalid-exception] test/test_tags.py::test_valid_license_exception[binary/valid-exception] test/test_tags.py::test_forbidden_controlchar_found_changelog[binary/ruby2.6-rubygem-fast_gettext] [gw3] [ 87%] PASSED test/test_tags.py::test_development_package[binary/foo-devel] test/test_tags.py::test_check_unexpanded_macro[binary/unexpanded-macro-exp] [gw1] [ 87%] PASSED test/test_tags.py::test_forbidden_controlchar_found_changelog[binary/ruby2.6-rubygem-fast_gettext] test/test_tags.py::test_forbidden_controlchar_found[binary/SpecCheck4] [gw3] [ 87%] PASSED test/test_tags.py::test_check_unexpanded_macro[binary/unexpanded-macro-exp] test/test_tags.py::test_check_errors[binary/invalid-version] [gw2] [ 88%] PASSED test/test_tags.py::test_valid_license_exception[binary/valid-exception] test/test_tags.py::test_forbidden_controlchar_found_requires[binary/xtables-addons-kmp-default] [gw1] [ 88%] PASSED test/test_tags.py::test_forbidden_controlchar_found[binary/SpecCheck4] test/test_tags.py::test_check_summary_warning[binary/summary-warning] [gw3] [ 88%] PASSED test/test_tags.py::test_check_errors[binary/invalid-version] test/test_tags.py::test_check_warning[binary/no-url-tag] [gw1] [ 88%] PASSED test/test_tags.py::test_check_summary_warning[binary/summary-warning] test/test_tags.py::test_check_misc_warning[binary/misc-warnings] [gw3] [ 89%] PASSED test/test_tags.py::test_check_warning[binary/no-url-tag] test/test_tags.py::test_check_misc_warning_not_found[binary/misc-no-warnings] [gw2] [ 89%] PASSED test/test_tags.py::test_forbidden_controlchar_found_requires[binary/xtables-addons-kmp-default] test/test_tags.py::test_check_errors_not_found[binary/invalid-la-file] [gw1] [ 89%] PASSED test/test_tags.py::test_check_misc_warning[binary/misc-warnings] test/test_tags.py::test_check_invalid_dependency[binary/invalid-dependency] [gw3] [ 90%] PASSED test/test_tags.py::test_check_misc_warning_not_found[binary/misc-no-warnings] test/test_tags.py::test_package_random_warnings[binary/random-exp] [gw2] [ 90%] PASSED test/test_tags.py::test_check_errors_not_found[binary/invalid-la-file] test/test_tags.py::test_package_random_exp[binary/random-devel] [gw3] [ 90%] PASSED test/test_tags.py::test_package_random_warnings[binary/random-exp] test/test_tags.py::test_check_invalid_license[binary/invalid-license] [gw2] [ 91%] PASSED test/test_tags.py::test_package_random_exp[binary/random-devel] test/test_tags.py::test_package_not_std_release_extension[binary/not-standard-release-extension] [gw1] [ 91%] PASSED test/test_tags.py::test_check_invalid_dependency[binary/invalid-dependency] test/test_tags.py::test_check_requires_on_release[binary/requires-on-release] [gw2] [ 91%] PASSED test/test_tags.py::test_package_not_std_release_extension[binary/not-standard-release-extension] test/test_tags.py::test_package_dev_dependency[binary/dev-dependency] [gw1] [ 91%] PASSED test/test_tags.py::test_check_requires_on_release[binary/requires-on-release] test/test_tags.py::test_summary_on_multiple_lines[binary/summary-on-multiple-lines] [gw3] [ 92%] PASSED test/test_tags.py::test_check_invalid_license[binary/invalid-license] test/test_tags.py::test_check_non_standard_group[binary/non-standard-group] [gw1] [ 92%] PASSED test/test_tags.py::test_summary_on_multiple_lines[binary/summary-on-multiple-lines] test/test_tmp_files.py::test_tmpfiles2[binary/systemd-tmpfiles] [gw2] [ 92%] PASSED test/test_tags.py::test_package_dev_dependency[binary/dev-dependency] test/test_tmp_files.py::test_tmpfiles[binary/tempfiled] [gw1] [ 93%] PASSED test/test_tmp_files.py::test_tmpfiles2[binary/systemd-tmpfiles] test/test_xinetd.py::test_xinetd[binary/needxinetd] [gw3] [ 93%] PASSED test/test_tags.py::test_check_non_standard_group[binary/non-standard-group] test/test_tmp_files.py::test_tmpfiles_correct[binary/systemd-tmpfiles_correct] [gw1] [ 93%] PASSED test/test_xinetd.py::test_xinetd[binary/needxinetd] test/test_zip.py::test_classpath_and_index[binary/asm] [gw3] [ 94%] PASSED test/test_tmp_files.py::test_tmpfiles_correct[binary/systemd-tmpfiles_correct] [gw2] [ 94%] PASSED test/test_tmp_files.py::test_tmpfiles[binary/tempfiled] test/test_zip.py::test_zip1[binary/ruby2.5-rubygem-rubyzip-testsuite] test/test_zip.py::test_bad_crc_and_compression[binary/bad-crc-uncompressed] [gw2] [ 94%] PASSED test/test_zip.py::test_bad_crc_and_compression[binary/bad-crc-uncompressed] [gw1] [ 94%] PASSED test/test_zip.py::test_classpath_and_index[binary/asm] test/test_zip.py::test_zip2[binary/texlive-codepage-doc] [gw3] [ 95%] PASSED test/test_zip.py::test_zip1[binary/ruby2.5-rubygem-rubyzip-testsuite] test/test_zypp_syntax.py::test_packageand[binary/packageand] [gw1] [ 95%] PASSED test/test_zip.py::test_zip2[binary/texlive-codepage-doc] [gw3] [ 95%] PASSED test/test_zypp_syntax.py::test_packageand[binary/packageand] [gw0] [ 96%] PASSED test/test_lint.py::test_run_full_rpm[configs0-packages0] test/test_lint.py::test_run_full_specs[configs0-packages0] [gw0] [ 96%] PASSED test/test_lint.py::test_run_full_specs[configs0-packages0] test/test_readelf_parser.py::test_stripped_archive [gw0] [ 96%] PASSED test/test_readelf_parser.py::test_stripped_archive test/test_readelf_parser.py::test_lto_archive_text_function_sections [gw0] [ 97%] PASSED test/test_readelf_parser.py::test_lto_archive_text_function_sections test/test_readelf_parser.py::test_lto_archive_init_array [gw0] [ 97%] PASSED test/test_readelf_parser.py::test_lto_archive_init_array test/test_readelf_parser.py::test_lto_archive_preinit_array [gw0] [ 97%] PASSED test/test_readelf_parser.py::test_lto_archive_preinit_array test/test_readelf_parser.py::test_lto_archive_with_only_data [gw0] [ 97%] PASSED test/test_readelf_parser.py::test_lto_archive_with_only_data test/test_readelf_parser.py::test_archive_with_debuginfo [gw0] [ 98%] PASSED test/test_readelf_parser.py::test_archive_with_debuginfo test/test_readelf_parser.py::test_executable_stack [gw0] [ 98%] PASSED test/test_readelf_parser.py::test_executable_stack test/test_readelf_parser.py::test_readelf_failure [gw0] [ 98%] PASSED test/test_readelf_parser.py::test_readelf_failure test/test_readelf_parser.py::test_readelf_failure_in_package [gw0] [ 99%] PASSED test/test_readelf_parser.py::test_readelf_failure_in_package test/test_readelf_parser.py::test_readelf_single_error_message [gw0] [ 99%] PASSED test/test_readelf_parser.py::test_readelf_single_error_message test/test_readelf_parser.py::test_no_soname [gw0] [ 99%] PASSED test/test_readelf_parser.py::test_no_soname test/test_readelf_parser.py::test_invalid_soname [gw0] [100%] PASSED test/test_readelf_parser.py::test_invalid_soname ========================================================== warnings summary ========================================================== test/test_diff.py::test_distribution_tags test/test_diff.py::test_distribution_tags /home/kristoffer/rpmbuild/BUILD/rpmlint-2.4.0/test/test_diff.py:10: PendingDeprecationWarning: method is obsolete diff = Rpmdiff(oldpkg, newpkg, ignore) test/test_diff.py::test_distribution_tags test/test_diff.py::test_distribution_tags /home/kristoffer/rpmbuild/BUILD/rpmlint-2.4.0/test/test_diff.py:18: PendingDeprecationWarning: method is obsolete diff = Rpmdiff(oldpkg, newpkg, ignore) test/test_diff.py::test_exclude test/test_diff.py::test_exclude test/test_diff.py::test_exclude test/test_diff.py::test_exclude test/test_diff.py::test_exclude test/test_diff.py::test_exclude test/test_diff.py::test_exclude test/test_diff.py::test_exclude /home/kristoffer/rpmbuild/BUILD/rpmlint-2.4.0/test/test_diff.py:33: PendingDeprecationWarning: method is obsolete diff = Rpmdiff(oldpkg, newpkg, ignore, exclude) test/test_diff.py::test_exclude test/test_diff.py::test_exclude test/test_diff.py::test_exclude test/test_diff.py::test_exclude test/test_diff.py::test_exclude test/test_diff.py::test_exclude /home/kristoffer/rpmbuild/BUILD/rpmlint-2.4.0/test/test_diff.py:39: PendingDeprecationWarning: method is obsolete diff = Rpmdiff(oldpkg, newpkg, ignore, exclude) test/test_diff.py::test_exclude test/test_diff.py::test_exclude test/test_diff.py::test_exclude test/test_diff.py::test_exclude /home/kristoffer/rpmbuild/BUILD/rpmlint-2.4.0/test/test_diff.py:45: PendingDeprecationWarning: method is obsolete diff = Rpmdiff(oldpkg, newpkg, ignore, exclude) -- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html ================================================= 335 passed, 22 warnings in 57.32s ================================================== + RPM_EC=0 ++ jobs -p + exit 0 Processing files: rpmlint-2.4.0-1.mga9.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.cHCPcj + umask 022 + cd /home/kristoffer/rpmbuild/BUILD + cd rpmlint-2.4.0 + DOCDIR=/home/kristoffer/rpmbuild/BUILDROOT/rpmlint-2.4.0-1.mga9.x86_64/usr/share/doc/rpmlint + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/kristoffer/rpmbuild/BUILDROOT/rpmlint-2.4.0-1.mga9.x86_64/usr/share/doc/rpmlint + cp -pr README.md /home/kristoffer/rpmbuild/BUILDROOT/rpmlint-2.4.0-1.mga9.x86_64/usr/share/doc/rpmlint + RPM_EC=0 ++ jobs -p + exit 0 Provides: config(rpmlint) = 2.4.0-1.mga9 python3.10dist(rpmlint) = 2.4 python3dist(rpmlint) = 2.4 rpmlint = 2.4.0-1.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 3.10 python3.10dist(file-magic) python3.10dist(pybeam) python3.10dist(pyenchant) python3.10dist(pyxdg) python3.10dist(rpm) python3.10dist(tomli) python3.10dist(tomli-w) python3.10dist(zstandard) Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/kristoffer/rpmbuild/BUILDROOT/rpmlint-2.4.0-1.mga9.x86_64 Wrote: /home/kristoffer/rpmbuild/SRPMS/rpmlint-2.4.0-1.mga9.src.rpm Wrote: /home/kristoffer/rpmbuild/RPMS/noarch/rpmlint-2.4.0-1.mga9.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.ZeG2We + umask 022 + cd /home/kristoffer/rpmbuild/BUILD + cd rpmlint-2.4.0 + /usr/bin/rm -rf /home/kristoffer/rpmbuild/BUILDROOT/rpmlint-2.4.0-1.mga9.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(rmbuild): /bin/sh -e /var/tmp/rpm-tmp.nWW9Xi + umask 022 + cd /home/kristoffer/rpmbuild/BUILD + rm -rf rpmlint-2.4.0 rpmlint-2.4.0.gemspec + RPM_EC=0 ++ jobs -p + exit 0
View Attachment As Raw
Actions:
View
Attachments on
bug 30427
:
13554
|
13555
|
13556
|
13600
|
13601
|
14058