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
....................................................................................................................................................................................................................................F.......s..........................................E.................ssss.s..ssss..E........................................E......................................ssss.sssssssssss......s.s.sss...................................................................................................................................ssssssssssssssssssssssssssssssssssssssssss...............................................................................................................................ssssssssssssssssssssssssssssssssssssssssss......Sending SIGTERM to pr-server.
........E
Stderr:
/usr/lib64/python3.13/ast.py:50: ResourceWarning: unclosed database in <sqlite3.Connection object at 0x7f7cd22b7790>
  return compile(source, filename, mode, flags,
ResourceWarning: Enable tracemalloc to get the object allocation traceback
.E.......
======================================================================
ERROR: test_gitfetch (bb.tests.fetch.FetcherNetworkTest.test_gitfetch)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-fedora/build/layers/bitbake/lib/bb/tests/fetch.py", line 1122, in test_gitfetch
    self.gitfetcher(url1, url2)
    ~~~~~~~~~~~~~~~^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-fedora/build/layers/bitbake/lib/bb/tests/fetch.py", line 1109, in gitfetcher
    fetcher.download()
    ~~~~~~~~~~~~~~~~^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-fedora/build/layers/bitbake/lib/bb/fetch2/__init__.py", line 1968, in download
    raise FetchError("Unable to fetch URL from any source.", u)
bb.fetch2.FetchError: Fetcher failure for URL: 'git://git.openembedded.org/bitbake;branch=master;protocol=https'. Unable to fetch URL from any source.

Stdout:
Cloning into bare repository '/tmp/bitbake-fetch-9gospl30/download/git2/git.openembedded.org.bitbake'...
fatal: unable to access 'https://git.openembedded.org/bitbake/': TLS connect error: error:0A000126:SSL routines::unexpected eof while reading
Failed to fetch URL git://git.openembedded.org/bitbake;branch=master;protocol=https, attempting MIRRORS if available
Fetcher failure: Fetch command export PSEUDO_DISABLED=1; LANG=C git -c gc.autoDetach=false -c core.pager=cat -c safe.bareRepository=all -c clone.defaultRemoteName=origin clone --bare --mirror https://git.openembedded.org/bitbake /tmp/bitbake-fetch-9gospl30/download/git2/git.openembedded.org.bitbake --progress failed with exit code 128, see logfile for output

======================================================================
ERROR: test_make_shallow_bitbake (bb.tests.fetch.GitMakeShallowTest.test_make_shallow_bitbake)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-fedora/build/layers/bitbake/lib/bb/tests/fetch.py", line 1845, in test_make_shallow_bitbake
    self.git('fetch --tags origin')
    ~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-fedora/build/layers/bitbake/lib/bb/tests/fetch.py", line 440, in git
    return bb.process.run(cmd, cwd=cwd)[0]
           ~~~~~~~~~~~~~~^^^^^^^^^^^^^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-fedora/build/layers/bitbake/lib/bb/process.py", line 189, in run
    raise ExecutionError(cmd, pipe.returncode, stdout, stderr)
bb.process.ExecutionError: Execution of 'git -c safe.bareRepository=all fetch --tags origin' failed with exit code 128:
fatal: could not read Username for 'https://github.com': No such device or address
fatal: the remote end hung up unexpectedly


======================================================================
ERROR: test_noshared_unpack (bb.tests.fetch.GitSharedTest.test_noshared_unpack)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-fedora/build/layers/bitbake/lib/bb/tests/fetch.py", line 3477, in test_noshared_unpack
    fetcher.download()
    ~~~~~~~~~~~~~~~~^^
  File "/srv/pokybuild/yocto-worker/oe-selftest-fedora/build/layers/bitbake/lib/bb/fetch2/__init__.py", line 1968, in download
    raise FetchError("Unable to fetch URL from any source.", u)
bb.fetch2.FetchError: Fetcher failure for URL: 'git://git.openembedded.org/bitbake;branch=master;protocol=https'. Unable to fetch URL from any source.

Stdout:
Cloning into bare repository '/tmp/bitbake-fetch-86aijzjh/download/git2/git.openembedded.org.bitbake'...
fatal: unable to access 'https://git.openembedded.org/bitbake/': TLS connect error: error:0A000126:SSL routines::unexpected eof while reading
Failed to fetch URL git://git.openembedded.org/bitbake;branch=master;protocol=https, attempting MIRRORS if available
Fetcher failure: Fetch command export PSEUDO_DISABLED=1; LANG=C git -c gc.autoDetach=false -c core.pager=cat -c safe.bareRepository=all -c clone.defaultRemoteName=origin clone --bare --mirror https://git.openembedded.org/bitbake /tmp/bitbake-fetch-86aijzjh/download/git2/git.openembedded.org.bitbake --progress failed with exit code 128, see logfile for output

======================================================================
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 213, in load_index_web
    pindex['branches'] = _get_json_response(index.apilinks['branches'] + 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/branches/?filter=name:sumo: Unexpected exception: [Error 8] [SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1032)

Stderr:
/usr/lib64/python3.13/ast.py:50: ResourceWarning: unclosed database in <sqlite3.Connection object at 0x7f7cd22b7790>
  return compile(source, filename, mode, flags,
ResourceWarning: Enable tracemalloc to get the object allocation traceback

======================================================================
ERROR: test_find_layerbranch (layerindexlib.tests.restapi.LayerIndexWebRestApiTest.test_find_layerbranch)
----------------------------------------------------------------------
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 213, in load_index_web
    pindex['branches'] = _get_json_response(index.apilinks['branches'] + 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/branches/?filter=name:sumo: Unexpected exception: [Error 8] [SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1032)

======================================================================
FAIL: test_git_latest_versionstring (bb.tests.fetch.FetchLatestVersionTest.test_git_latest_versionstring) (pn='presentproto')
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/srv/pokybuild/yocto-worker/oe-selftest-fedora/build/layers/bitbake/lib/bb/tests/fetch.py", line 1592, in test_git_latest_versionstring
    self.assertTrue(verstring, msg="Could not find upstream version for %s" % k[0])
    ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AssertionError: '' is not true : Could not find upstream version for presentproto

Stdout:
Could not list remote: Fetcher failure: Fetch command export PSEUDO_DISABLED=1; git -c gc.autoDetach=false -c core.pager=cat -c safe.bareRepository=all -c clone.defaultRemoteName=origin ls-remote https://git.yoctoproject.org/bbfetchtests-presentproto refs/tags/* failed with exit code 128, output:
fatal: unable to access 'https://git.yoctoproject.org/bbfetchtests-presentproto/': TLS connect error: error:0A000126:SSL routines::unexpected eof while reading


----------------------------------------------------------------------
Ran 786 tests in 1029.525s

FAILED (failures=1, errors=5, skipped=114)

Stdout:
Could not list remote: Fetcher failure: Fetch command export PSEUDO_DISABLED=1; git -c gc.autoDetach=false -c core.pager=cat -c safe.bareRepository=all -c clone.defaultRemoteName=origin ls-remote https://git.yoctoproject.org/bbfetchtests-presentproto refs/tags/* failed with exit code 128, output:
fatal: unable to access 'https://git.yoctoproject.org/bbfetchtests-presentproto/': TLS connect error: error:0A000126:SSL routines::unexpected eof while reading


Stdout:
Cloning into bare repository '/tmp/bitbake-fetch-9gospl30/download/git2/git.openembedded.org.bitbake'...
fatal: unable to access 'https://git.openembedded.org/bitbake/': TLS connect error: error:0A000126:SSL routines::unexpected eof while reading
Failed to fetch URL git://git.openembedded.org/bitbake;branch=master;protocol=https, attempting MIRRORS if available
Fetcher failure: Fetch command export PSEUDO_DISABLED=1; LANG=C git -c gc.autoDetach=false -c core.pager=cat -c safe.bareRepository=all -c clone.defaultRemoteName=origin clone --bare --mirror https://git.openembedded.org/bitbake /tmp/bitbake-fetch-9gospl30/download/git2/git.openembedded.org.bitbake --progress failed with exit code 128, see logfile for output

Stdout:
Cloning into bare repository '/tmp/bitbake-fetch-86aijzjh/download/git2/git.openembedded.org.bitbake'...
fatal: unable to access 'https://git.openembedded.org/bitbake/': TLS connect error: error:0A000126:SSL routines::unexpected eof while reading
Failed to fetch URL git://git.openembedded.org/bitbake;branch=master;protocol=https, attempting MIRRORS if available
Fetcher failure: Fetch command export PSEUDO_DISABLED=1; LANG=C git -c gc.autoDetach=false -c core.pager=cat -c safe.bareRepository=all -c clone.defaultRemoteName=origin clone --bare --mirror https://git.openembedded.org/bitbake /tmp/bitbake-fetch-86aijzjh/download/git2/git.openembedded.org.bitbake --progress failed with exit code 128, see logfile for output

Error details

Submitted on:
09/09/26 13:44
Error type:
Bitbake selftest
Command:
bitbake-selftest
Machine:
unset
Distro:
unset
Build system:
unknown
Target system:
unknown
Host distro:
unknown
Branch:
stable/wrynose-nut
Commit:
unknown
Build:
#250502
Submitter:
yp-ab-opensuse160-vk-1.yocto.io
Link back:
https://autobuilder.yoctoproject.org/valkyrie/#/builders/48/builds/4627
Similar errors:
0
Open a bug