Running '. ./init-build-env; bitbake-selftest' with output to /srv/pokybuild/yocto-worker/oe-selftest-fedora/build/build/command-1-cmds.log in /srv/pokybuild/yocto-worker/oe-selftest-fedora/build/build
Poky - The Yocto Project testing distribution
.......................................................................................................................................................................................................................................................................s............................................................ssss.s..sssss...........................................................................sssssssssssssssssss..E...s.s.sss...............................................................ssssssss..........................................................................ssssssssssssssssssssssssssssssssssssssssssssss............................................................................................................................................ssssssssssssssssssssssssssssssssssssssssssssss......Sending SIGTERM to pr-server.
........E
Stderr:
/srv/pokybuild/yocto-worker/oe-selftest-fedora/build/layers/bitbake/lib/bb/data_smart.py:490: ResourceWarning: unclosed database in <sqlite3.Connection object at 0x7f53a33e5210>
def need_overrides(self):
ResourceWarning: Enable tracemalloc to get the object allocation traceback
...E.....
======================================================================
ERROR: test_npmsw_bundled (bb.tests.fetch.NPMTest.test_npmsw_bundled)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/srv/pokybuild/yocto-worker/oe-selftest-fedora/build/layers/bitbake/lib/bb/tests/fetch.py", line 3624, in test_npmsw_bundled
fetcher.download()
~~~~~~~~~~~~~~~~^^
File "/srv/pokybuild/yocto-worker/oe-selftest-fedora/build/layers/bitbake/lib/bb/fetch/__init__.py", line 1961, in download
raise FetchError("Unable to fetch URL from any source.", u)
bb.fetch.FetchError: Fetcher failure for URL: 'npmsw:///tmp/bitbake-fetch-h6uyk9cv/data/npm-shrinkwrap.json'. Unable to fetch URL from any source.
Stdout:
--2026-09-10 19:13:58-- https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz
Resolving registry.npmjs.org (registry.npmjs.org)... 2606:4700::6810:222, 2606:4700::6810:822, 2606:4700::6810:a22, ...
Connecting to registry.npmjs.org (registry.npmjs.org)|2606:4700::6810:222|:443... connected.
OpenSSL: error:0A000126:SSL routines::unexpected eof while reading
Unable to establish SSL connection.
Failed to fetch URL https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz;downloadfilename=npm2/array-flatten-1.1.1.tgz;sha1sum=9a5f699051b1e7073328f2a008968b64ea2955d2, attempting MIRRORS if available
Fetcher failure: Fetch command ['wget', '--tries=2', '--timeout=100', '--output-document=/tmp/bitbake-fetch-h6uyk9cv/download/npm2/array-flatten-1.1.1.tgz.tmp', '--continue', '--directory-prefix=/tmp/bitbake-fetch-h6uyk9cv/download', 'https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz', '--progress=dot', '--verbose'] failed with exit code 4, see logfile for output
Failed to fetch URL npmsw:///tmp/bitbake-fetch-h6uyk9cv/data/npm-shrinkwrap.json, attempting MIRRORS if available
Fetcher failure for URL: 'https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz;downloadfilename=npm2/array-flatten-1.1.1.tgz;sha1sum=9a5f699051b1e7073328f2a008968b64ea2955d2'. Unable to fetch URL from any source.
======================================================================
ERROR: test_dependency_resolution (layerindexlib.tests.restapi.LayerIndexWebRestApiTest.test_dependency_resolution)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib64/python3.13/urllib/request.py", line 1319, in do_open
h.request(req.get_method(), req.selector, req.data, headers,
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
encode_chunked=req.has_header('Transfer-encoding'))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib64/python3.13/http/client.py", line 1367, in request
self._send_request(method, url, body, headers, encode_chunked)
~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib64/python3.13/http/client.py", line 1413, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib64/python3.13/http/client.py", line 1362, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib64/python3.13/http/client.py", line 1122, in _send_output
self.send(msg)
~~~~~~~~~^^^^^
File "/usr/lib64/python3.13/http/client.py", line 1066, in send
self.connect()
~~~~~~~~~~~~^^
File "/usr/lib64/python3.13/http/client.py", line 1508, in connect
self.sock = self._context.wrap_socket(self.sock,
~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^
server_hostname=server_hostname)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib64/python3.13/ssl.py", line 455, in wrap_socket
return self.sslsocket_class._create(
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
sock=sock,
^^^^^^^^^^
...<5 lines>...
session=session
^^^^^^^^^^^^^^^
)
^
File "/usr/lib64/python3.13/ssl.py", line 1076, in _create
self.do_handshake()
~~~~~~~~~~~~~~~~~^^
File "/usr/lib64/python3.13/ssl.py", line 1372, in do_handshake
self._sslobj.do_handshake()
~~~~~~~~~~~~~~~~~~~~~~~~~^^
ssl.SSLEOFError: [SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1032)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/srv/pokybuild/yocto-worker/oe-selftest-fedora/build/layers/bitbake/lib/layerindexlib/__init__.py", line 138, in _fetch_url
res = urlopen(Request(url, headers={'User-Agent': 'Mozilla/5.0 (bitbake/lib/layerindex)'}, unverifiable=True))
File "/usr/lib64/python3.13/urllib/request.py", line 189, in urlopen
return opener.open(url, data, timeout)
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^
File "/usr/lib64/python3.13/urllib/request.py", line 489, in open
response = self._open(req, data)
File "/usr/lib64/python3.13/urllib/request.py", line 506, in _open
result = self._call_chain(self.handle_open, protocol, protocol +
'_open', req)
File "/usr/lib64/python3.13/urllib/request.py", line 466, in _call_chain
result = func(*args)
File "/usr/lib64/python3.13/urllib/request.py", line 1367, in https_open
return self.do_open(http.client.HTTPSConnection, req,
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
context=self._context)
^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib64/python3.13/urllib/request.py", line 1322, in do_open
raise URLError(err)
urllib.error.URLError: <urlopen error [SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1032)>
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/srv/pokybuild/yocto-worker/oe-selftest-fedora/build/layers/bitbake/lib/layerindexlib/tests/restapi.py", line 25, in setUp
self.layerindex.load_layerindex('https://layers.openembedded.org/layerindex/api/;branch=sumo', load=['layerDependencies'])
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/srv/pokybuild/yocto-worker/oe-selftest-fedora/build/layers/bitbake/lib/layerindexlib/__init__.py", line 219, in load_layerindex
indexEnt = plugin.load_index(indexURI, load)
File "/srv/pokybuild/yocto-worker/oe-selftest-fedora/build/layers/bitbake/lib/layerindexlib/restapi.py", line 45, in load_index
return self.load_index_web(up, url, load)
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
File "/srv/pokybuild/yocto-worker/oe-selftest-fedora/build/layers/bitbake/lib/layerindexlib/restapi.py", line 262, in load_index_web
pindex[lName] = _get_json_response(index.apilinks[lName] + filter,
~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
username=up.username, password=up.password)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/srv/pokybuild/yocto-worker/oe-selftest-fedora/build/layers/bitbake/lib/layerindexlib/restapi.py", line 160, in _get_json_response
res = self.layerindex._fetch_url(up_stripped.geturl(), username=username, password=password)
File "/srv/pokybuild/yocto-worker/oe-selftest-fedora/build/layers/bitbake/lib/layerindexlib/__init__.py", line 167, in _fetch_url
raise LayerIndexFetchError(url, "Unexpected exception: [Error %s] %s" % (error, reason))
layerindexlib.LayerIndexFetchError: Unable to fetch layerindex url https://layers.openembedded.org/layerindex/api/layerDependencies/?filter=layerbranch__branch__name:sumo: Unexpected exception: [Error 8] [SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1032)
Stderr:
/srv/pokybuild/yocto-worker/oe-selftest-fedora/build/layers/bitbake/lib/bb/data_smart.py:490: ResourceWarning: unclosed database in <sqlite3.Connection object at 0x7f53a33e5210>
def need_overrides(self):
ResourceWarning: Enable tracemalloc to get the object allocation traceback
======================================================================
ERROR: test_layerindex_store_file (layerindexlib.tests.restapi.LayerIndexWebRestApiTest.test_layerindex_store_file)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib64/python3.13/urllib/request.py", line 1319, in do_open
h.request(req.get_method(), req.selector, req.data, headers,
~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
encode_chunked=req.has_header('Transfer-encoding'))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib64/python3.13/http/client.py", line 1367, in request
self._send_request(method, url, body, headers, encode_chunked)
~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib64/python3.13/http/client.py", line 1413, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib64/python3.13/http/client.py", line 1362, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib64/python3.13/http/client.py", line 1122, in _send_output
self.send(msg)
~~~~~~~~~^^^^^
File "/usr/lib64/python3.13/http/client.py", line 1066, in send
self.connect()
~~~~~~~~~~~~^^
File "/usr/lib64/python3.13/http/client.py", line 1508, in connect
self.sock = self._context.wrap_socket(self.sock,
~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^
server_hostname=server_hostname)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib64/python3.13/ssl.py", line 455, in wrap_socket
return self.sslsocket_class._create(
~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
sock=sock,
^^^^^^^^^^
...<5 lines>...
session=session
^^^^^^^^^^^^^^^
)
^
File "/usr/lib64/python3.13/ssl.py", line 1076, in _create
self.do_handshake()
~~~~~~~~~~~~~~~~~^^
File "/usr/lib64/python3.13/ssl.py", line 1372, in do_handshake
self._sslobj.do_handshake()
~~~~~~~~~~~~~~~~~~~~~~~~~^^
ssl.SSLEOFError: [SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1032)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/srv/pokybuild/yocto-worker/oe-selftest-fedora/build/layers/bitbake/lib/layerindexlib/__init__.py", line 138, in _fetch_url
res = urlopen(Request(url, headers={'User-Agent': 'Mozilla/5.0 (bitbake/lib/layerindex)'}, unverifiable=True))
File "/usr/lib64/python3.13/urllib/request.py", line 189, in urlopen
return opener.open(url, data, timeout)
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^
File "/usr/lib64/python3.13/urllib/request.py", line 489, in open
response = self._open(req, data)
File "/usr/lib64/python3.13/urllib/request.py", line 506, in _open
result = self._call_chain(self.handle_open, protocol, protocol +
'_open', req)
File "/usr/lib64/python3.13/urllib/request.py", line 466, in _call_chain
result = func(*args)
File "/usr/lib64/python3.13/urllib/request.py", line 1367, in https_open
return self.do_open(http.client.HTTPSConnection, req,
~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
context=self._context)
^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib64/python3.13/urllib/request.py", line 1322, in do_open
raise URLError(err)
urllib.error.URLError: <urlopen error [SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1032)>
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/srv/pokybuild/yocto-worker/oe-selftest-fedora/build/layers/bitbake/lib/layerindexlib/restapi.py", line 197, in load_index_web
index.apilinks = _get_json_response(apiurl=url, username=up.username, password=up.password)
~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/srv/pokybuild/yocto-worker/oe-selftest-fedora/build/layers/bitbake/lib/layerindexlib/restapi.py", line 160, in _get_json_response
res = self.layerindex._fetch_url(up_stripped.geturl(), username=username, password=password)
File "/srv/pokybuild/yocto-worker/oe-selftest-fedora/build/layers/bitbake/lib/layerindexlib/__init__.py", line 167, in _fetch_url
raise LayerIndexFetchError(url, "Unexpected exception: [Error %s] %s" % (error, reason))
layerindexlib.LayerIndexFetchError: Unable to fetch layerindex url https://layers.openembedded.org/layerindex/api/: Unexpected exception: [Error 8] [SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1032)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/srv/pokybuild/yocto-worker/oe-selftest-fedora/build/layers/bitbake/lib/layerindexlib/tests/restapi.py", line 25, in setUp
self.layerindex.load_layerindex('https://layers.openembedded.org/layerindex/api/;branch=sumo', load=['layerDependencies'])
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/srv/pokybuild/yocto-worker/oe-selftest-fedora/build/layers/bitbake/lib/layerindexlib/__init__.py", line 219, in load_layerindex
indexEnt = plugin.load_index(indexURI, load)
File "/srv/pokybuild/yocto-worker/oe-selftest-fedora/build/layers/bitbake/lib/layerindexlib/restapi.py", line 45, in load_index
return self.load_index_web(up, url, load)
~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
File "/srv/pokybuild/yocto-worker/oe-selftest-fedora/build/layers/bitbake/lib/layerindexlib/restapi.py", line 199, in load_index_web
raise layerindexlib.LayerIndexFetchError(url, e)
layerindexlib.LayerIndexFetchError: Unable to fetch layerindex url https://layers.openembedded.org/layerindex/api/;branch=sumo: Unable to fetch layerindex url https://layers.openembedded.org/layerindex/api/: Unexpected exception: [Error 8] [SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1032)
----------------------------------------------------------------------
Ran 845 tests in 859.332s
FAILED (errors=3, skipped=135)
Stdout:
--2026-09-10 19:13:58-- https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz
Resolving registry.npmjs.org (registry.npmjs.org)... 2606:4700::6810:222, 2606:4700::6810:822, 2606:4700::6810:a22, ...
Connecting to registry.npmjs.org (registry.npmjs.org)|2606:4700::6810:222|:443... connected.
OpenSSL: error:0A000126:SSL routines::unexpected eof while reading
Unable to establish SSL connection.
Failed to fetch URL https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz;downloadfilename=npm2/array-flatten-1.1.1.tgz;sha1sum=9a5f699051b1e7073328f2a008968b64ea2955d2, attempting MIRRORS if available
Fetcher failure: Fetch command ['wget', '--tries=2', '--timeout=100', '--output-document=/tmp/bitbake-fetch-h6uyk9cv/download/npm2/array-flatten-1.1.1.tgz.tmp', '--continue', '--directory-prefix=/tmp/bitbake-fetch-h6uyk9cv/download', 'https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz', '--progress=dot', '--verbose'] failed with exit code 4, see logfile for output
Failed to fetch URL npmsw:///tmp/bitbake-fetch-h6uyk9cv/data/npm-shrinkwrap.json, attempting MIRRORS if available
Fetcher failure for URL: 'https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz;downloadfilename=npm2/array-flatten-1.1.1.tgz;sha1sum=9a5f699051b1e7073328f2a008968b64ea2955d2'. Unable to fetch URL from any source.