03-10 11:43 root DEBUG fedora-review 0.11.0 05c5b26 2025-11-29 22:53:53 +0000 started 03-10 11:43 root DEBUG Command line: /bin/fedora-review --no-colors --prebuilt --rpm-spec --name ghostty --mock-config /var/lib/copr-rpmbuild/results/configs/child.cfg 03-10 11:43 root INFO Processing local files: ghostty 03-10 11:43 root DEBUG Active settings after processing options 03-10 11:43 root DEBUG bz_url: https://bugzilla.redhat.com 03-10 11:43 root DEBUG _con_handler: (INFO)> 03-10 11:43 root DEBUG _log_config_done: True 03-10 11:43 root DEBUG cache: False 03-10 11:43 root DEBUG resultdir: None 03-10 11:43 root DEBUG init_done: True 03-10 11:43 root DEBUG uniqueext: None 03-10 11:43 root DEBUG configdir: None 03-10 11:43 root DEBUG log_level: 20 03-10 11:43 root DEBUG prebuilt: True 03-10 11:43 root DEBUG verbose: False 03-10 11:43 root DEBUG name: ghostty 03-10 11:43 root DEBUG use_colors: False 03-10 11:43 root DEBUG session_log: /var/lib/copr-rpmbuild/results/cache/fedora-review.log 03-10 11:43 root DEBUG bug: None 03-10 11:43 root DEBUG url: None 03-10 11:43 root DEBUG copr_build_descriptor: None 03-10 11:43 root DEBUG list_checks: False 03-10 11:43 root DEBUG list_flags: False 03-10 11:43 root DEBUG list_plugins: False 03-10 11:43 root DEBUG version: False 03-10 11:43 root DEBUG flags: [] 03-10 11:43 root DEBUG repo: None 03-10 11:43 root DEBUG mock_config: /var/lib/copr-rpmbuild/results/configs/child.cfg 03-10 11:43 root DEBUG no_report: False 03-10 11:43 root DEBUG nobuild: False 03-10 11:43 root DEBUG mock_options: --no-cleanup-after --no-clean --plugin-option=tmpfs:keep_mounted=True 03-10 11:43 root DEBUG other_bz: None 03-10 11:43 root DEBUG plugins_arg: None 03-10 11:43 root DEBUG single: None 03-10 11:43 root DEBUG rpm_spec: True 03-10 11:43 root DEBUG exclude: None 03-10 11:43 root DEBUG checksum: sha256 03-10 11:43 root DEBUG plugins: {} 03-10 11:43 root INFO Getting .spec and .srpm Urls from : Local files in /var/lib/copr-rpmbuild/results 03-10 11:43 root INFO --> SRPM url: file:///var/lib/copr-rpmbuild/results/ghostty-1.3.0-1.fc45.src.rpm 03-10 11:43 root INFO Using review directory: /var/lib/copr-rpmbuild/results/ghostty 03-10 11:43 root DEBUG find_urls completed: 0.329 03-10 11:44 root DEBUG Avoiding init of working mock root 03-10 11:44 root DEBUG Url download completed: 23.215 03-10 11:44 root DEBUG --> /var/lib/copr-rpmbuild/results/ghostty/upstream : https://release.files.ghostty.org/1.3.0/ghostty-1.3.0.tar.gz 03-10 11:44 root INFO Downloading (Source0): https://release.files.ghostty.org/1.3.0/ghostty-1.3.0.tar.gz 03-10 11:44 root DEBUG Download error on https://release.files.ghostty.org/1.3.0/ghostty-1.3.0.tar.gz, : 'Error HTTP Error 403: Forbidden downloading https://release.files.ghostty.org/1.3.0/ghostty-1.3.0.tar.gz' Traceback (most recent call last): File "/usr/lib/python3.14/site-packages/FedoraReview/helpers_mixin.py", line 89, in urlretrieve istream = urllib.request.urlopen(url) File "/usr/lib64/python3.14/urllib/request.py", line 187, in urlopen return opener.open(url, data, timeout) ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^ File "/usr/lib64/python3.14/urllib/request.py", line 493, in open response = meth(req, response) File "/usr/lib64/python3.14/urllib/request.py", line 602, in http_response response = self.parent.error( 'http', request, response, code, msg, hdrs) File "/usr/lib64/python3.14/urllib/request.py", line 531, in error return self._call_chain(*args) ~~~~~~~~~~~~~~~~^^^^^^^ File "/usr/lib64/python3.14/urllib/request.py", line 464, in _call_chain result = func(*args) File "/usr/lib64/python3.14/urllib/request.py", line 611, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 403: Forbidden During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.14/site-packages/FedoraReview/source.py", line 75, in __init__ self.filename = self._get_file(url, ReviewDirs.upstream, my_logger) ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/site-packages/FedoraReview/helpers_mixin.py", line 112, in _get_file self.urlretrieve(link, path) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^ File "/usr/lib/python3.14/site-packages/FedoraReview/helpers_mixin.py", line 98, in urlretrieve raise DownloadError(str(err), url) FedoraReview.helpers_mixin.DownloadError: 'Error HTTP Error 403: Forbidden downloading https://release.files.ghostty.org/1.3.0/ghostty-1.3.0.tar.gz' 03-10 11:44 root WARNING Cannot download url: https://release.files.ghostty.org/1.3.0/ghostty-1.3.0.tar.gz 03-10 11:44 root INFO No upstream for (Source0): ghostty-1.3.0.tar.gz 03-10 11:44 root DEBUG --> /var/lib/copr-rpmbuild/results/ghostty/upstream : https://release.files.ghostty.org/1.3.0/ghostty-1.3.0.tar.gz.minisig 03-10 11:44 root INFO Downloading (Source1): https://release.files.ghostty.org/1.3.0/ghostty-1.3.0.tar.gz.minisig 03-10 11:44 root DEBUG Download error on https://release.files.ghostty.org/1.3.0/ghostty-1.3.0.tar.gz.minisig, : 'Error HTTP Error 403: Forbidden downloading https://release.files.ghostty.org/1.3.0/ghostty-1.3.0.tar.gz.minisig' Traceback (most recent call last): File "/usr/lib/python3.14/site-packages/FedoraReview/helpers_mixin.py", line 89, in urlretrieve istream = urllib.request.urlopen(url) File "/usr/lib64/python3.14/urllib/request.py", line 187, in urlopen return opener.open(url, data, timeout) ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^ File "/usr/lib64/python3.14/urllib/request.py", line 493, in open response = meth(req, response) File "/usr/lib64/python3.14/urllib/request.py", line 602, in http_response response = self.parent.error( 'http', request, response, code, msg, hdrs) File "/usr/lib64/python3.14/urllib/request.py", line 531, in error return self._call_chain(*args) ~~~~~~~~~~~~~~~~^^^^^^^ File "/usr/lib64/python3.14/urllib/request.py", line 464, in _call_chain result = func(*args) File "/usr/lib64/python3.14/urllib/request.py", line 611, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 403: Forbidden During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.14/site-packages/FedoraReview/source.py", line 75, in __init__ self.filename = self._get_file(url, ReviewDirs.upstream, my_logger) ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/site-packages/FedoraReview/helpers_mixin.py", line 112, in _get_file self.urlretrieve(link, path) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^ File "/usr/lib/python3.14/site-packages/FedoraReview/helpers_mixin.py", line 98, in urlretrieve raise DownloadError(str(err), url) FedoraReview.helpers_mixin.DownloadError: 'Error HTTP Error 403: Forbidden downloading https://release.files.ghostty.org/1.3.0/ghostty-1.3.0.tar.gz.minisig' 03-10 11:44 root WARNING Cannot download url: https://release.files.ghostty.org/1.3.0/ghostty-1.3.0.tar.gz.minisig 03-10 11:44 root INFO No upstream for (Source1): ghostty-1.3.0.tar.gz.minisig 03-10 11:44 root DEBUG --> /var/lib/copr-rpmbuild/results/ghostty/upstream : https://github.com/nemtrif/utfcpp/archive/refs/tags/v4.0.5/utfcpp-4.0.5.tar.gz 03-10 11:44 root INFO Downloading (Source10): https://github.com/nemtrif/utfcpp/archive/refs/tags/v4.0.5/utfcpp-4.0.5.tar.gz 03-10 11:44 root DEBUG --> /var/lib/copr-rpmbuild/results/ghostty/upstream : https://github.com/mbadolato/iTerm2-Color-Schemes/releases/download/release-20260216-151611-fc73ce3/ghostty-themes.tgz#/ghostty-themes-20260216-151611-fc73ce3.tgz 03-10 11:44 root INFO Downloading (Source11): https://github.com/mbadolato/iTerm2-Color-Schemes/releases/download/release-20260216-151611-fc73ce3/ghostty-themes.tgz#/ghostty-themes-20260216-151611-fc73ce3.tgz 03-10 11:44 root DEBUG --> /var/lib/copr-rpmbuild/results/ghostty/upstream : https://github.com/vancluever/z2d/archive/refs/tags/v0.10.0.tar.gz 03-10 11:44 root INFO Downloading (Source12): https://github.com/vancluever/z2d/archive/refs/tags/v0.10.0.tar.gz 03-10 11:44 root DEBUG --> /var/lib/copr-rpmbuild/results/ghostty/upstream : https://github.com/KhronosGroup/SPIRV-Cross/archive/476f384eb7d9e48613c45179e502a15ab95b6b49/SPIRV-Cross-476f384eb7d9e48613c45179e502a15ab95b6b49.tar.gz 03-10 11:44 root INFO Downloading (Source13): https://github.com/KhronosGroup/SPIRV-Cross/archive/476f384eb7d9e48613c45179e502a15ab95b6b49/SPIRV-Cross-476f384eb7d9e48613c45179e502a15ab95b6b49.tar.gz 03-10 11:44 root DEBUG --> /var/lib/copr-rpmbuild/results/ghostty/upstream : https://github.com/rockorager/libvaxis/archive/7dbb9fd3122e4ffad262dd7c151d80d863b68558/libvaxis-7dbb9fd3122e4ffad262dd7c151d80d863b68558.tar.gz 03-10 11:44 root INFO Downloading (Source14): https://github.com/rockorager/libvaxis/archive/7dbb9fd3122e4ffad262dd7c151d80d863b68558/libvaxis-7dbb9fd3122e4ffad262dd7c151d80d863b68558.tar.gz 03-10 11:44 root DEBUG --> /var/lib/copr-rpmbuild/results/ghostty/upstream : https://github.com/KhronosGroup/glslang/archive/refs/tags/14.2.0/glslang-14.2.0.tar.gz 03-10 11:44 root INFO Downloading (Source15): https://github.com/KhronosGroup/glslang/archive/refs/tags/14.2.0/glslang-14.2.0.tar.gz 03-10 11:44 root DEBUG --> /var/lib/copr-rpmbuild/results/ghostty/upstream : https://github.com/google/highway/archive/66486a10623fa0d72fe91260f96c892e41aceb06/highway-66486a10623fa0d72fe91260f96c892e41aceb06.tar.gz 03-10 11:44 root INFO Downloading (Source16): https://github.com/google/highway/archive/66486a10623fa0d72fe91260f96c892e41aceb06/highway-66486a10623fa0d72fe91260f96c892e41aceb06.tar.gz 03-10 11:44 root DEBUG --> /var/lib/copr-rpmbuild/results/ghostty/upstream : https://github.com/mitchellh/libxev/archive/34fa50878aec6e5fa8f532867001ab3c36fae23e/libxev-34fa50878aec6e5fa8f532867001ab3c36fae23e.tar.gz 03-10 11:44 root INFO Downloading (Source17): https://github.com/mitchellh/libxev/archive/34fa50878aec6e5fa8f532867001ab3c36fae23e/libxev-34fa50878aec6e5fa8f532867001ab3c36fae23e.tar.gz 03-10 11:44 root DEBUG --> /var/lib/copr-rpmbuild/results/ghostty/upstream : https://github.com/ocornut/imgui/archive/refs/tags/v1.92.5-docking/imgui-1.92.5-docking.tar.gz 03-10 11:44 root INFO Downloading (Source18): https://github.com/ocornut/imgui/archive/refs/tags/v1.92.5-docking/imgui-1.92.5-docking.tar.gz 03-10 11:44 root DEBUG --> /var/lib/copr-rpmbuild/results/ghostty/upstream : https://deps.files.ghostty.org/DearBindings_v0.17_ImGui_v1.92.5-docking.tar.gz 03-10 11:44 root INFO Downloading (Source19): https://deps.files.ghostty.org/DearBindings_v0.17_ImGui_v1.92.5-docking.tar.gz 03-10 11:44 root DEBUG Download error on https://deps.files.ghostty.org/DearBindings_v0.17_ImGui_v1.92.5-docking.tar.gz, : 'Error HTTP Error 403: Forbidden downloading https://deps.files.ghostty.org/DearBindings_v0.17_ImGui_v1.92.5-docking.tar.gz' Traceback (most recent call last): File "/usr/lib/python3.14/site-packages/FedoraReview/helpers_mixin.py", line 89, in urlretrieve istream = urllib.request.urlopen(url) File "/usr/lib64/python3.14/urllib/request.py", line 187, in urlopen return opener.open(url, data, timeout) ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^ File "/usr/lib64/python3.14/urllib/request.py", line 493, in open response = meth(req, response) File "/usr/lib64/python3.14/urllib/request.py", line 602, in http_response response = self.parent.error( 'http', request, response, code, msg, hdrs) File "/usr/lib64/python3.14/urllib/request.py", line 531, in error return self._call_chain(*args) ~~~~~~~~~~~~~~~~^^^^^^^ File "/usr/lib64/python3.14/urllib/request.py", line 464, in _call_chain result = func(*args) File "/usr/lib64/python3.14/urllib/request.py", line 611, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 403: Forbidden During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.14/site-packages/FedoraReview/source.py", line 75, in __init__ self.filename = self._get_file(url, ReviewDirs.upstream, my_logger) ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/site-packages/FedoraReview/helpers_mixin.py", line 112, in _get_file self.urlretrieve(link, path) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^ File "/usr/lib/python3.14/site-packages/FedoraReview/helpers_mixin.py", line 98, in urlretrieve raise DownloadError(str(err), url) FedoraReview.helpers_mixin.DownloadError: 'Error HTTP Error 403: Forbidden downloading https://deps.files.ghostty.org/DearBindings_v0.17_ImGui_v1.92.5-docking.tar.gz' 03-10 11:44 root WARNING Cannot download url: https://deps.files.ghostty.org/DearBindings_v0.17_ImGui_v1.92.5-docking.tar.gz 03-10 11:44 root INFO No upstream for (Source19): DearBindings_v0.17_ImGui_v1.92.5-docking.tar.gz 03-10 11:44 root DEBUG --> /var/lib/copr-rpmbuild/results/ghostty/upstream : https://github.com/google/wuffs/archive/refs/tags/v0.4.0-alpha.9/wuffs-0.4.0-alpha.9.tar.gz 03-10 11:44 root INFO Downloading (Source20): https://github.com/google/wuffs/archive/refs/tags/v0.4.0-alpha.9/wuffs-0.4.0-alpha.9.tar.gz 03-10 11:44 root DEBUG --> /var/lib/copr-rpmbuild/results/ghostty/upstream : https://deps.files.ghostty.org/ziglyph-b89d43d1e3fb01b6074bc1f7fc980324b04d26a5.tar.gz 03-10 11:44 root INFO Downloading (Source21): https://deps.files.ghostty.org/ziglyph-b89d43d1e3fb01b6074bc1f7fc980324b04d26a5.tar.gz 03-10 11:44 root DEBUG Download error on https://deps.files.ghostty.org/ziglyph-b89d43d1e3fb01b6074bc1f7fc980324b04d26a5.tar.gz, : 'Error HTTP Error 403: Forbidden downloading https://deps.files.ghostty.org/ziglyph-b89d43d1e3fb01b6074bc1f7fc980324b04d26a5.tar.gz' Traceback (most recent call last): File "/usr/lib/python3.14/site-packages/FedoraReview/helpers_mixin.py", line 89, in urlretrieve istream = urllib.request.urlopen(url) File "/usr/lib64/python3.14/urllib/request.py", line 187, in urlopen return opener.open(url, data, timeout) ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^ File "/usr/lib64/python3.14/urllib/request.py", line 493, in open response = meth(req, response) File "/usr/lib64/python3.14/urllib/request.py", line 602, in http_response response = self.parent.error( 'http', request, response, code, msg, hdrs) File "/usr/lib64/python3.14/urllib/request.py", line 531, in error return self._call_chain(*args) ~~~~~~~~~~~~~~~~^^^^^^^ File "/usr/lib64/python3.14/urllib/request.py", line 464, in _call_chain result = func(*args) File "/usr/lib64/python3.14/urllib/request.py", line 611, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 403: Forbidden During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.14/site-packages/FedoraReview/source.py", line 75, in __init__ self.filename = self._get_file(url, ReviewDirs.upstream, my_logger) ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/site-packages/FedoraReview/helpers_mixin.py", line 112, in _get_file self.urlretrieve(link, path) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^ File "/usr/lib/python3.14/site-packages/FedoraReview/helpers_mixin.py", line 98, in urlretrieve raise DownloadError(str(err), url) FedoraReview.helpers_mixin.DownloadError: 'Error HTTP Error 403: Forbidden downloading https://deps.files.ghostty.org/ziglyph-b89d43d1e3fb01b6074bc1f7fc980324b04d26a5.tar.gz' 03-10 11:44 root WARNING Cannot download url: https://deps.files.ghostty.org/ziglyph-b89d43d1e3fb01b6074bc1f7fc980324b04d26a5.tar.gz 03-10 11:44 root INFO No upstream for (Source21): ziglyph-b89d43d1e3fb01b6074bc1f7fc980324b04d26a5.tar.gz 03-10 11:44 root DEBUG --> /var/lib/copr-rpmbuild/results/ghostty/upstream : https://github.com/natecraddock/zf/archive/3c52637b7e937c5ae61fd679717da3e276765b23/zf-3c52637b7e937c5ae61fd679717da3e276765b23.tar.gz 03-10 11:44 root INFO Downloading (Source22): https://github.com/natecraddock/zf/archive/3c52637b7e937c5ae61fd679717da3e276765b23/zf-3c52637b7e937c5ae61fd679717da3e276765b23.tar.gz 03-10 11:44 root DEBUG --> /var/lib/copr-rpmbuild/results/ghostty/upstream : https://github.com/TUSF/zigimg/archive/d7b7ab0ba0899643831ef042bd73289510b39906/zigimg-d7b7ab0ba0899643831ef042bd73289510b39906.tar.gz 03-10 11:44 root INFO Downloading (Source23): https://github.com/TUSF/zigimg/archive/d7b7ab0ba0899643831ef042bd73289510b39906/zigimg-d7b7ab0ba0899643831ef042bd73289510b39906.tar.gz 03-10 11:44 root DEBUG --> /var/lib/copr-rpmbuild/results/ghostty/upstream : https://codeberg.org/atman/zg/archive/4a002763419a34d61dcbb1f415821b83b9bf8ddc.tar.gz 03-10 11:44 root INFO Downloading (Source24): https://codeberg.org/atman/zg/archive/4a002763419a34d61dcbb1f415821b83b9bf8ddc.tar.gz 03-10 11:44 root DEBUG --> /var/lib/copr-rpmbuild/results/ghostty/upstream : https://codeberg.org/ifreund/zig-wayland/archive/1b5c038ec10da20ed3a15b0b2a6db1c21383e8ea.tar.gz 03-10 11:44 root INFO Downloading (Source25): https://codeberg.org/ifreund/zig-wayland/archive/1b5c038ec10da20ed3a15b0b2a6db1c21383e8ea.tar.gz 03-10 11:44 root DEBUG --> /var/lib/copr-rpmbuild/results/ghostty/upstream : https://gitlab.freedesktop.org/wayland/wayland/-/archive/9cb3d7aa9dc995ffafdbdef7ab86a949d0fb0e7d/wayland-9cb3d7aa9dc995ffafdbdef7ab86a949d0fb0e7d.tar.gz 03-10 11:44 root INFO Downloading (Source26): https://gitlab.freedesktop.org/wayland/wayland/-/archive/9cb3d7aa9dc995ffafdbdef7ab86a949d0fb0e7d/wayland-9cb3d7aa9dc995ffafdbdef7ab86a949d0fb0e7d.tar.gz 03-10 11:44 root DEBUG --> /var/lib/copr-rpmbuild/results/ghostty/upstream : https://gitlab.freedesktop.org/wayland/wayland-protocols/-/archive/258d8f88f2c8c25a830c6316f87d23ce1a0f12d9/wayland-protocols-258d8f88f2c8c25a830c6316f87d23ce1a0f12d9.tar.gz 03-10 11:44 root INFO Downloading (Source27): https://gitlab.freedesktop.org/wayland/wayland-protocols/-/archive/258d8f88f2c8c25a830c6316f87d23ce1a0f12d9/wayland-protocols-258d8f88f2c8c25a830c6316f87d23ce1a0f12d9.tar.gz 03-10 11:44 root DEBUG --> /var/lib/copr-rpmbuild/results/ghostty/upstream : https://github.com/KDE/plasma-wayland-protocols/archive/db525e8f9da548cffa2ac77618dd0fbe7f511b86/plasma-wayland-protocols-db525e8f9da548cffa2ac77618dd0fbe7f511b86.tar.gz 03-10 11:44 root INFO Downloading (Source28): https://github.com/KDE/plasma-wayland-protocols/archive/db525e8f9da548cffa2ac77618dd0fbe7f511b86/plasma-wayland-protocols-db525e8f9da548cffa2ac77618dd0fbe7f511b86.tar.gz 03-10 11:44 root DEBUG --> /var/lib/copr-rpmbuild/results/ghostty/upstream : https://github.com/ghostty-org/zig-gobject/releases/download/0.7.0-2025-11-08-23-1/ghostty-gobject-0.7.0-2025-11-08-23-1.tar.zst 03-10 11:44 root INFO Downloading (Source29): https://github.com/ghostty-org/zig-gobject/releases/download/0.7.0-2025-11-08-23-1/ghostty-gobject-0.7.0-2025-11-08-23-1.tar.zst 03-10 11:44 root DEBUG --> /var/lib/copr-rpmbuild/results/ghostty/upstream : https://deps.files.ghostty.org/JetBrainsMono-2.304.tar.gz 03-10 11:44 root INFO Downloading (Source30): https://deps.files.ghostty.org/JetBrainsMono-2.304.tar.gz 03-10 11:44 root DEBUG Download error on https://deps.files.ghostty.org/JetBrainsMono-2.304.tar.gz, : 'Error HTTP Error 403: Forbidden downloading https://deps.files.ghostty.org/JetBrainsMono-2.304.tar.gz' Traceback (most recent call last): File "/usr/lib/python3.14/site-packages/FedoraReview/helpers_mixin.py", line 89, in urlretrieve istream = urllib.request.urlopen(url) File "/usr/lib64/python3.14/urllib/request.py", line 187, in urlopen return opener.open(url, data, timeout) ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^ File "/usr/lib64/python3.14/urllib/request.py", line 493, in open response = meth(req, response) File "/usr/lib64/python3.14/urllib/request.py", line 602, in http_response response = self.parent.error( 'http', request, response, code, msg, hdrs) File "/usr/lib64/python3.14/urllib/request.py", line 531, in error return self._call_chain(*args) ~~~~~~~~~~~~~~~~^^^^^^^ File "/usr/lib64/python3.14/urllib/request.py", line 464, in _call_chain result = func(*args) File "/usr/lib64/python3.14/urllib/request.py", line 611, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 403: Forbidden During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.14/site-packages/FedoraReview/source.py", line 75, in __init__ self.filename = self._get_file(url, ReviewDirs.upstream, my_logger) ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/site-packages/FedoraReview/helpers_mixin.py", line 112, in _get_file self.urlretrieve(link, path) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^ File "/usr/lib/python3.14/site-packages/FedoraReview/helpers_mixin.py", line 98, in urlretrieve raise DownloadError(str(err), url) FedoraReview.helpers_mixin.DownloadError: 'Error HTTP Error 403: Forbidden downloading https://deps.files.ghostty.org/JetBrainsMono-2.304.tar.gz' 03-10 11:44 root WARNING Cannot download url: https://deps.files.ghostty.org/JetBrainsMono-2.304.tar.gz 03-10 11:44 root INFO No upstream for (Source30): JetBrainsMono-2.304.tar.gz 03-10 11:44 root DEBUG --> /var/lib/copr-rpmbuild/results/ghostty/upstream : https://deps.files.ghostty.org/NerdFontsSymbolsOnly-3.4.0.tar.gz 03-10 11:44 root INFO Downloading (Source31): https://deps.files.ghostty.org/NerdFontsSymbolsOnly-3.4.0.tar.gz 03-10 11:44 root DEBUG Download error on https://deps.files.ghostty.org/NerdFontsSymbolsOnly-3.4.0.tar.gz, : 'Error HTTP Error 403: Forbidden downloading https://deps.files.ghostty.org/NerdFontsSymbolsOnly-3.4.0.tar.gz' Traceback (most recent call last): File "/usr/lib/python3.14/site-packages/FedoraReview/helpers_mixin.py", line 89, in urlretrieve istream = urllib.request.urlopen(url) File "/usr/lib64/python3.14/urllib/request.py", line 187, in urlopen return opener.open(url, data, timeout) ~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^ File "/usr/lib64/python3.14/urllib/request.py", line 493, in open response = meth(req, response) File "/usr/lib64/python3.14/urllib/request.py", line 602, in http_response response = self.parent.error( 'http', request, response, code, msg, hdrs) File "/usr/lib64/python3.14/urllib/request.py", line 531, in error return self._call_chain(*args) ~~~~~~~~~~~~~~~~^^^^^^^ File "/usr/lib64/python3.14/urllib/request.py", line 464, in _call_chain result = func(*args) File "/usr/lib64/python3.14/urllib/request.py", line 611, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 403: Forbidden During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.14/site-packages/FedoraReview/source.py", line 75, in __init__ self.filename = self._get_file(url, ReviewDirs.upstream, my_logger) ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.14/site-packages/FedoraReview/helpers_mixin.py", line 112, in _get_file self.urlretrieve(link, path) ~~~~~~~~~~~~~~~~^^^^^^^^^^^^ File "/usr/lib/python3.14/site-packages/FedoraReview/helpers_mixin.py", line 98, in urlretrieve raise DownloadError(str(err), url) FedoraReview.helpers_mixin.DownloadError: 'Error HTTP Error 403: Forbidden downloading https://deps.files.ghostty.org/NerdFontsSymbolsOnly-3.4.0.tar.gz' 03-10 11:44 root WARNING Cannot download url: https://deps.files.ghostty.org/NerdFontsSymbolsOnly-3.4.0.tar.gz 03-10 11:44 root INFO No upstream for (Source31): NerdFontsSymbolsOnly-3.4.0.tar.gz 03-10 11:44 root DEBUG --> /var/lib/copr-rpmbuild/results/ghostty/upstream : https://github.com/make-github-pseudonymous-again/pixels/archive/d843c2714d32e15b48b8d7eeb480295af537f877/pixels-d843c27.tar.gz 03-10 11:44 root INFO Downloading (Source32): https://github.com/make-github-pseudonymous-again/pixels/archive/d843c2714d32e15b48b8d7eeb480295af537f877/pixels-d843c27.tar.gz 03-10 11:44 root DEBUG --> /var/lib/copr-rpmbuild/results/ghostty/upstream : https://github.com/jacobsandlund/uucode/archive/5f05f8f83a75caea201f12cc8ea32a2d82ea9732/uucode-5f05f8f83a75caea201f12cc8ea32a2d82ea9732.tar.gz 03-10 11:44 root INFO Downloading (Source33): https://github.com/jacobsandlund/uucode/archive/5f05f8f83a75caea201f12cc8ea32a2d82ea9732/uucode-5f05f8f83a75caea201f12cc8ea32a2d82ea9732.tar.gz 03-10 11:44 root DEBUG --> /var/lib/copr-rpmbuild/results/ghostty/upstream : https://github.com/jacobsandlund/uucode/archive/refs/tags/v0.2.0.tar.gz 03-10 11:44 root INFO Downloading (Source34): https://github.com/jacobsandlund/uucode/archive/refs/tags/v0.2.0.tar.gz 03-10 11:44 root INFO Running checks and generating report 03-10 11:44 root DEBUG Running check: CheckResultdir 03-10 11:44 root DEBUG CheckResultdir completed: 0.000 seconds 03-10 11:44 root DEBUG Running check: CheckBuild 03-10 11:44 root DEBUG Running: rpm -ql --dump --nosignature -p /var/lib/copr-rpmbuild/results/ghostty-1.3.0-1.fc45.x86_64.rpm 03-10 11:44 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 355, in listpaths mode = int(mode, 8) ValueError: invalid literal for int() with base 8: '0ea3846da22471c4999631c3ac23846d01343be17059c436d220dca121fc19cf' 03-10 11:44 root ERROR Exception down the road... (logs in /var/lib/copr-rpmbuild/results/cache/fedora-review.log) 03-10 11:44 root DEBUG Report completed: 35.478 seconds