05-12 18:15 root DEBUG fedora-review 0.11.0 05c5b26 2025-11-29 22:53:53 +0000 started 05-12 18:15 root DEBUG Command line: /bin/fedora-review --no-colors --prebuilt --rpm-spec --name kernel-cachyos-server --mock-config /var/lib/copr-rpmbuild/results/configs/child.cfg 05-12 18:15 root INFO Processing local files: kernel-cachyos-server 05-12 18:15 root DEBUG Active settings after processing options 05-12 18:15 root DEBUG bz_url: https://bugzilla.redhat.com 05-12 18:15 root DEBUG _con_handler: (INFO)> 05-12 18:15 root DEBUG _log_config_done: True 05-12 18:15 root DEBUG cache: False 05-12 18:15 root DEBUG resultdir: None 05-12 18:15 root DEBUG init_done: True 05-12 18:15 root DEBUG uniqueext: None 05-12 18:15 root DEBUG configdir: None 05-12 18:15 root DEBUG log_level: 20 05-12 18:15 root DEBUG prebuilt: True 05-12 18:15 root DEBUG verbose: False 05-12 18:15 root DEBUG name: kernel-cachyos-server 05-12 18:15 root DEBUG use_colors: False 05-12 18:15 root DEBUG session_log: /var/lib/copr-rpmbuild/results/cache/fedora-review.log 05-12 18:15 root DEBUG bug: None 05-12 18:15 root DEBUG url: None 05-12 18:15 root DEBUG copr_build_descriptor: None 05-12 18:15 root DEBUG list_checks: False 05-12 18:15 root DEBUG list_flags: False 05-12 18:15 root DEBUG list_plugins: False 05-12 18:15 root DEBUG version: False 05-12 18:15 root DEBUG flags: [] 05-12 18:15 root DEBUG repo: None 05-12 18:15 root DEBUG mock_config: /var/lib/copr-rpmbuild/results/configs/child.cfg 05-12 18:15 root DEBUG no_report: False 05-12 18:15 root DEBUG nobuild: False 05-12 18:15 root DEBUG mock_options: --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True 05-12 18:15 root DEBUG other_bz: None 05-12 18:15 root DEBUG plugins_arg: None 05-12 18:15 root DEBUG single: None 05-12 18:15 root DEBUG rpm_spec: True 05-12 18:15 root DEBUG exclude: None 05-12 18:15 root DEBUG checksum: sha256 05-12 18:15 root DEBUG plugins: {} 05-12 18:15 root INFO Getting .spec and .srpm Urls from : Local files in /var/lib/copr-rpmbuild/results 05-12 18:15 root INFO --> SRPM url: file:///var/lib/copr-rpmbuild/results/kernel-cachyos-server-7.0.5-cachyserver1.fc45.src.rpm 05-12 18:15 root INFO Using review directory: /var/lib/copr-rpmbuild/results/kernel-cachyos-server 05-12 18:16 root DEBUG find_urls completed: 1.733 05-12 18:16 root DEBUG Avoiding init of working mock root 05-12 18:16 root DEBUG Url download completed: 27.981 05-12 18:16 root DEBUG --> /var/lib/copr-rpmbuild/results/kernel-cachyos-server/upstream : https://github.com/CachyOS/linux/archive/refs/tags/cachyos-7.0.5-1.tar.gz 05-12 18:16 root INFO Downloading (Source0): https://github.com/CachyOS/linux/archive/refs/tags/cachyos-7.0.5-1.tar.gz 05-12 18:16 root DEBUG --> /var/lib/copr-rpmbuild/results/kernel-cachyos-server/upstream : https://raw.githubusercontent.com/CachyOS/linux-cachyos/master/linux-cachyos-server/config 05-12 18:16 root INFO Downloading (Source1): https://raw.githubusercontent.com/CachyOS/linux-cachyos/master/linux-cachyos-server/config 05-12 18:16 root INFO Running checks and generating report 05-12 18:16 root DEBUG Running check: CheckResultdir 05-12 18:16 root DEBUG CheckResultdir completed: 0.000 seconds 05-12 18:16 root DEBUG Running check: CheckBuild 05-12 18:16 root DEBUG Running: rpm -ql --dump --nosignature -p /var/lib/copr-rpmbuild/results/kernel-cachyos-server-core-7.0.5-cachyserver1.fc45.x86_64.rpm 05-12 18:16 root DEBUG Running: rpm -ql --dump --nosignature -p /var/lib/copr-rpmbuild/results/kernel-cachyos-server-modules-7.0.5-cachyserver1.fc45.x86_64.rpm 05-12 18:16 root DEBUG Running: rpm -ql --dump --nosignature -p /var/lib/copr-rpmbuild/results/kernel-cachyos-server-devel-7.0.5-cachyserver1.fc45.x86_64.rpm 05-12 18:16 root DEBUG Running: rpm -ql --dump --nosignature -p /var/lib/copr-rpmbuild/results/kernel-cachyos-server-devel-matched-7.0.5-cachyserver1.fc45.x86_64.rpm 05-12 18:16 root DEBUG Exception down the road... Traceback (most recent call last): File "/usr/lib/python3.14/site-packages/FedoraReview/review_helper.py", line 236, in run self._do_run(outfile) ~~~~~~~~~~~~^^^^^^^^^ File "/usr/lib/python3.14/site-packages/FedoraReview/review_helper.py", line 226, in _do_run self._do_report(outfile) ~~~~~~~~~~~~~~~^^^^^^^^^ File "/usr/lib/python3.14/site-packages/FedoraReview/review_helper.py", line 99, in _do_report self._run_checks(self.bug.spec_file, self.bug.srpm_file, outfile) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/site-packages/FedoraReview/review_helper.py", line 117, in _run_checks self.checks.run_checks(output=output, writedown=not Settings.no_report) ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/site-packages/FedoraReview/checks.py", line 389, in run_checks run_check(name) ~~~~~~~~~^^^^^^ File "/usr/lib/python3.14/site-packages/FedoraReview/checks.py", line 364, in run_check check.run() ~~~~~~~~~^^ File "/usr/lib/python3.14/site-packages/FedoraReview/plugins/generic_build.py", line 204, in run listfiles() ~~~~~~~~~^^ File "/usr/lib/python3.14/site-packages/FedoraReview/plugins/generic_build.py", line 192, in listfiles dirs, files = deps.listpaths(path) ~~~~~~~~~~~~~~^^^^^^ File "/usr/lib/python3.14/site-packages/FedoraReview/deps.py", line 349, in listpaths first_number_start = first_number_match.start() ^^^^^^^^^^^^^^^^^^^^^^^^ AttributeError: 'NoneType' object has no attribute 'start' 05-12 18:16 root ERROR Exception down the road... (logs in /var/lib/copr-rpmbuild/results/cache/fedora-review.log) 05-12 18:16 root DEBUG Report completed: 34.744 seconds