Running '. ./oe-init-build-env; echo 'do_cve_check:layer-core = ""' >> conf/auto.conf ; ${SCRIPTSDIR}/run-cvecheck --metrics ../yocto-metrics-meta-oe --branch scarthgap --results /srv/autobuilder/autobuilder.pluto.local/pub/non-release/20260107-8/testresults/../../patchmetrics-meta-oe --push' with output to /home/pokybuild/yocto-worker/metrics/build/build/command-5-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
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
Loading cache...done.
Loaded 0 entries from dependency cache.
Parsing recipes...done.
Parsing of 3139 .bb files complete (0 cached, 3139 parsed). 5165 targets, 136 skipped, 0 masked, 0 errors.
NOTE: Resolving any missing task queue dependencies
NOTE: Multiple providers are available for runtime ssh (dropbear, openssh)
Consider defining a PREFERRED_RPROVIDER entry to match ssh

Build Configuration:
BB_VERSION           = "2.8.0"
BUILD_SYS            = "x86_64-linux"
NATIVELSBSTRING      = "universal"
TARGET_SYS           = "x86_64-poky-linux"
MACHINE              = "qemux86-64"
DISTRO               = "poky"
DISTRO_VERSION       = "5.0.11"
TUNE_FEATURES        = "m64 core2"
TARGET_FPU           = ""
meta                 
meta-poky            
meta-yocto-bsp       = "scarthgap:e711b2f39a94879812e5d7f721018f911f25ce38"
meta-oe              
meta-python          
meta-perl            
meta-networking      
meta-multimedia      
meta-gnome           
meta-xfce            
meta-filesystems     
meta-initramfs       
meta-webserver       = "scarthgap:e8fd97d86af86cdcc5a6eb3f301cbaf6a2084943"

Initialising tasks...ERROR: An uncaught exception occurred in runqueue
Traceback (most recent call last):
  File "/home/pokybuild/yocto-worker/metrics/build/bitbake/lib/bb/runqueue.py", line 1652, in execute_runqueue
    return self._execute_runqueue()
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/pokybuild/yocto-worker/metrics/build/bitbake/lib/bb/runqueue.py", line 1568, in _execute_runqueue
    if self.rqdata.prepare() == 0:
       ^^^^^^^^^^^^^^^^^^^^^
  File "/home/pokybuild/yocto-worker/metrics/build/bitbake/lib/bb/runqueue.py", line 1291, in prepare
    unihashes = bb.parse.siggen.get_unihashes(ready)
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/pokybuild/yocto-worker/metrics/build/bitbake/lib/bb/siggen.py", line 730, in get_unihashes
    with self.client() as client:
  File "/usr/lib/python3.11/contextlib.py", line 137, in __enter__
    return next(self.gen)
           ^^^^^^^^^^^^^^
  File "/home/pokybuild/yocto-worker/metrics/build/bitbake/lib/bb/siggen.py", line 595, in client
    self._client = hashserv.create_client(self.server, **self.get_hashserv_creds())
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/pokybuild/yocto-worker/metrics/build/bitbake/lib/hashserv/__init__.py", line 86, in create_client
    raise e
  File "/home/pokybuild/yocto-worker/metrics/build/bitbake/lib/hashserv/__init__.py", line 80, in create_client
    c.connect_websocket(*a)
  File "/home/pokybuild/yocto-worker/metrics/build/bitbake/lib/bb/asyncrpc/client.py", line 205, in wrapper
    return self.loop.run_until_complete(downcall(*args, **kwargs))
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/asyncio/base_events.py", line 653, in run_until_complete
    return future.result()
           ^^^^^^^^^^^^^^^
  File "/home/pokybuild/yocto-worker/metrics/build/bitbake/lib/bb/asyncrpc/client.py", line 87, in connect_websocket
    import websockets
ModuleNotFoundError: No module named 'websockets'

ERROR: Running idle function
Traceback (most recent call last):
  File "/home/pokybuild/yocto-worker/metrics/build/bitbake/lib/bb/server/process.py", line 435, in idle_thread_internal
    retval = function(self, data, False)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/pokybuild/yocto-worker/metrics/build/bitbake/lib/bb/cooker.py", line 1488, in buildTargetsIdle
    retval = rq.execute_runqueue()
             ^^^^^^^^^^^^^^^^^^^^^
  File "/home/pokybuild/yocto-worker/metrics/build/bitbake/lib/bb/runqueue.py", line 1652, in execute_runqueue
    return self._execute_runqueue()
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/pokybuild/yocto-worker/metrics/build/bitbake/lib/bb/runqueue.py", line 1568, in _execute_runqueue
    if self.rqdata.prepare() == 0:
       ^^^^^^^^^^^^^^^^^^^^^
  File "/home/pokybuild/yocto-worker/metrics/build/bitbake/lib/bb/runqueue.py", line 1291, in prepare
    unihashes = bb.parse.siggen.get_unihashes(ready)
                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/pokybuild/yocto-worker/metrics/build/bitbake/lib/bb/siggen.py", line 730, in get_unihashes
    with self.client() as client:
  File "/usr/lib/python3.11/contextlib.py", line 137, in __enter__
    return next(self.gen)
           ^^^^^^^^^^^^^^
  File "/home/pokybuild/yocto-worker/metrics/build/bitbake/lib/bb/siggen.py", line 595, in client
    self._client = hashserv.create_client(self.server, **self.get_hashserv_creds())
                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/home/pokybuild/yocto-worker/metrics/build/bitbake/lib/hashserv/__init__.py", line 86, in create_client
    raise e
  File "/home/pokybuild/yocto-worker/metrics/build/bitbake/lib/hashserv/__init__.py", line 80, in create_client
    c.connect_websocket(*a)
  File "/home/pokybuild/yocto-worker/metrics/build/bitbake/lib/bb/asyncrpc/client.py", line 205, in wrapper
    return self.loop.run_until_complete(downcall(*args, **kwargs))
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3.11/asyncio/base_events.py", line 653, in run_until_complete
    return future.result()
           ^^^^^^^^^^^^^^^
  File "/home/pokybuild/yocto-worker/metrics/build/bitbake/lib/bb/asyncrpc/client.py", line 87, in connect_websocket
    import websockets
ModuleNotFoundError: No module named 'websockets'


Summary: There were 2 ERROR messages, returning a non-zero exit code.

Error details

Submitted on:
06/01/26 23:33
Error type:
Core
Command:
h
Machine:
qemux86-64
Distro:
poky
Build system:
unknown
Target system:
unknown
Host distro:
unknown
Branch:
scarthgap
Commit:
unknown
Build:
#223751
Submitter:
yp-ab-bagheera
Link back:
http://pluto.local:8010/#/builders/63/builds/318
Similar errors:
79
Open a bug