Running '. ./oe-init-build-env; ${SCRIPTSDIR}/run-abint /srv/autobuilder/valkyrie.yocto.io/pub/non-release/20250607-47/testresults/../../abint/' with output to /srv/pokybuild/yocto-worker/metrics/build/build/command-6-cmds.log
This is the default build configuration for the Poky reference distribution.

### Shell environment set up for builds. ###

You can now run 'bitbake <target>'

Common targets are:
    core-image-minimal
    core-image-full-cmdline
    core-image-sato
    core-image-weston
    meta-toolchain
    meta-ide-support

You can also run generated qemu images with a command like 'runqemu qemux86-64'.

Other commonly useful commands are:
 - 'devtool' and 'recipetool' handle common recipe tasks
 - 'bitbake-layers' handles common layer tasks
 - 'oe-pkgdata-util' handles common target package tasks
Building venv...
Collecting arrow
  Using cached arrow-1.3.0-py3-none-any.whl (66 kB)
Collecting requests
  Using cached requests-2.32.3-py3-none-any.whl (64 kB)
Collecting python-bugzilla
  Using cached python_bugzilla-3.3.0.tar.gz (120 kB)
  Preparing metadata (setup.py): started
  Preparing metadata (setup.py): finished with status 'done'
Collecting Jinja2
  Using cached jinja2-3.1.6-py3-none-any.whl (134 kB)
Collecting jinja2-humanize-extension
  Using cached jinja2_humanize_extension-0.4.0-py3-none-any.whl (4.8 kB)
Collecting python-dateutil>=2.7.0
  Using cached python_dateutil-2.9.0.post0-py2.py3-none-any.whl (229 kB)
Collecting types-python-dateutil>=2.8.10
  Using cached types_python_dateutil-2.9.0.20250516-py3-none-any.whl (14 kB)
Collecting charset-normalizer<4,>=2
  Using cached charset_normalizer-3.4.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (147 kB)
Collecting idna<4,>=2.5
  Using cached idna-3.10-py3-none-any.whl (70 kB)
Collecting urllib3<3,>=1.21.1
  Using cached urllib3-2.4.0-py3-none-any.whl (128 kB)
Collecting certifi>=2017.4.17
  Using cached certifi-2025.4.26-py3-none-any.whl (159 kB)
Collecting MarkupSafe>=2.0
  Using cached MarkupSafe-3.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (23 kB)
Collecting humanize>=3.14.0
  Using cached humanize-4.12.3-py3-none-any.whl (128 kB)
Collecting six>=1.5
  Using cached six-1.17.0-py2.py3-none-any.whl (11 kB)
Installing collected packages: urllib3, types-python-dateutil, six, MarkupSafe, idna, humanize, charset-normalizer, certifi, requests, python-dateutil, Jinja2, python-bugzilla, jinja2-humanize-extension, arrow
  DEPRECATION: python-bugzilla is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at https://github.com/pypa/pip/issues/8559
  Running setup.py install for python-bugzilla: started
  Running setup.py install for python-bugzilla: finished with status 'done'
Successfully installed Jinja2-3.1.6 MarkupSafe-3.0.2 arrow-1.3.0 certifi-2025.4.26 charset-normalizer-3.4.2 humanize-4.12.3 idna-3.10 jinja2-humanize-extension-0.4.0 python-bugzilla-3.3.0 python-dateutil-2.9.0.post0 requests-2.32.3 six-1.17.0 types-python-dateutil-2.9.0.20250516 urllib3-2.4.0
Generating report...
Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/metrics/yocto-autobuilder-helper/scripts/abint/venv/lib/python3.11/site-packages/bugzilla/_session.py", line 109, in request
    response.raise_for_status()
  File "/srv/pokybuild/yocto-worker/metrics/yocto-autobuilder-helper/scripts/abint/venv/lib/python3.11/site-packages/requests/models.py", line 1024, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 403 Client Error: Forbidden for url: https://bugzilla.yoctoproject.org/rest/version

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/metrics/yocto-autobuilder-helper/scripts/abint/./abint.py", line 130, in <module>
    data = get_data()
           ^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/metrics/yocto-autobuilder-helper/scripts/abint/./abint.py", line 60, in get_data
    bz = bugzilla.Bugzilla("https://bugzilla.yoctoproject.org/rest")
         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/metrics/yocto-autobuilder-helper/scripts/abint/venv/lib/python3.11/site-packages/bugzilla/base.py", line 254, in __init__
    self.connect(url)
  File "/srv/pokybuild/yocto-worker/metrics/yocto-autobuilder-helper/scripts/abint/venv/lib/python3.11/site-packages/bugzilla/base.py", line 529, in connect
    version = self._backend.bugzilla_version()["version"]
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/metrics/yocto-autobuilder-helper/scripts/abint/venv/lib/python3.11/site-packages/bugzilla/_backendrest.py", line 103, in bugzilla_version
    return self._get("/version")
           ^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/metrics/yocto-autobuilder-helper/scripts/abint/venv/lib/python3.11/site-packages/bugzilla/_backendrest.py", line 85, in _get
    return self._op("GET", *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/metrics/yocto-autobuilder-helper/scripts/abint/venv/lib/python3.11/site-packages/bugzilla/_backendrest.py", line 80, in _op
    self._handle_error(e)
  File "/srv/pokybuild/yocto-worker/metrics/yocto-autobuilder-helper/scripts/abint/venv/lib/python3.11/site-packages/bugzilla/_backendrest.py", line 42, in _handle_error
    raise e
  File "/srv/pokybuild/yocto-worker/metrics/yocto-autobuilder-helper/scripts/abint/venv/lib/python3.11/site-packages/bugzilla/_backendrest.py", line 76, in _op
    response = self._bugzillasession.request(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/metrics/yocto-autobuilder-helper/scripts/abint/venv/lib/python3.11/site-packages/bugzilla/_session.py", line 115, in request
    raise BugzillaHTTPError(
  File "/srv/pokybuild/yocto-worker/metrics/yocto-autobuilder-helper/scripts/abint/venv/lib/python3.11/site-packages/bugzilla/_session.py", line 109, in request
    response.raise_for_status()
  File "/srv/pokybuild/yocto-worker/metrics/yocto-autobuilder-helper/scripts/abint/venv/lib/python3.11/site-packages/requests/models.py", line 1024, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
bugzilla.exceptions.BugzillaHTTPError: 403 Client Error: Forbidden for url: https://bugzilla.yoctoproject.org/rest/version

Error details

Submitted on:
07/06/25 02:20
Error type:
Core
Command:
/
Machine:
qemux86-64
Distro:
poky
Build system:
unknown
Target system:
unknown
Host distro:
unknown
Branch:
master
Commit:
unknown
Build:
#207498
Submitter:
yp-ab-debian12-vk-8
Link back:
https://autobuilder.yoctoproject.org/valkyrie/#/builders/103/builds/1261
Similar errors:
1
Open a bug