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..ssss................................................................................ssss.sssssssssss......s.s.sss.................................................................................................................................ssssssssssssssssssssssssssssssssssssssss.........................................................................................................................ssssssssssssssssssssssssssssssssssssssss......Sending SIGTERM to pr-server.
........E
Stderr:
/usr/lib64/python3.13/tokenize.py:437: ResourceWarning: unclosed database in <sqlite3.Connection object at 0x7fc27706c4f0>
  if not blank_re.match(first):
ResourceWarning: Enable tracemalloc to get the object allocation traceback
EEEEE....
======================================================================
ERROR: test_dependency_resolution (layerindexlib.tests.restapi.LayerIndexWebRestApiTest.test_dependency_resolution)
----------------------------------------------------------------------
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 495, in open
    response = meth(req, response)
  File "/usr/lib64/python3.13/urllib/request.py", line 604, in http_response
    response = self.parent.error(
        'http', request, response, code, msg, hdrs)
  File "/usr/lib64/python3.13/urllib/request.py", line 533, in error
    return self._call_chain(*args)
           ~~~~~~~~~~~~~~~~^^^^^^^
  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 613, in http_error_default
    raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 504: Gateway Timeout

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 149, in _fetch_url
    raise LayerIndexFetchError(url, e)
layerindexlib.LayerIndexFetchError: Unable to fetch layerindex url https://layers.openembedded.org/layerindex/api/: HTTP Error 504: Gateway Timeout

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/: HTTP Error 504: Gateway Timeout

Stderr:
/usr/lib64/python3.13/tokenize.py:437: ResourceWarning: unclosed database in <sqlite3.Connection object at 0x7fc27706c4f0>
  if not blank_re.match(first):
ResourceWarning: Enable tracemalloc to get the object allocation traceback

======================================================================
ERROR: test_find_collection (layerindexlib.tests.restapi.LayerIndexWebRestApiTest.test_find_collection)
----------------------------------------------------------------------
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 495, in open
    response = meth(req, response)
  File "/usr/lib64/python3.13/urllib/request.py", line 604, in http_response
    response = self.parent.error(
        'http', request, response, code, msg, hdrs)
  File "/usr/lib64/python3.13/urllib/request.py", line 533, in error
    return self._call_chain(*args)
           ~~~~~~~~~~~~~~~~^^^^^^^
  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 613, in http_error_default
    raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 504: Gateway Timeout

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 149, in _fetch_url
    raise LayerIndexFetchError(url, e)
layerindexlib.LayerIndexFetchError: Unable to fetch layerindex url https://layers.openembedded.org/layerindex/api/: HTTP Error 504: Gateway Timeout

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/: HTTP Error 504: Gateway Timeout

======================================================================
ERROR: test_find_layerbranch (layerindexlib.tests.restapi.LayerIndexWebRestApiTest.test_find_layerbranch)
----------------------------------------------------------------------
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 495, in open
    response = meth(req, response)
  File "/usr/lib64/python3.13/urllib/request.py", line 604, in http_response
    response = self.parent.error(
        'http', request, response, code, msg, hdrs)
  File "/usr/lib64/python3.13/urllib/request.py", line 533, in error
    return self._call_chain(*args)
           ~~~~~~~~~~~~~~~~^^^^^^^
  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 613, in http_error_default
    raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 504: Gateway Timeout

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 149, in _fetch_url
    raise LayerIndexFetchError(url, e)
layerindexlib.LayerIndexFetchError: Unable to fetch layerindex url https://layers.openembedded.org/layerindex/api/: HTTP Error 504: Gateway Timeout

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/: HTTP Error 504: Gateway Timeout

======================================================================
ERROR: test_layerindex_is_empty (layerindexlib.tests.restapi.LayerIndexWebRestApiTest.test_layerindex_is_empty)
----------------------------------------------------------------------
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 495, in open
    response = meth(req, response)
  File "/usr/lib64/python3.13/urllib/request.py", line 604, in http_response
    response = self.parent.error(
        'http', request, response, code, msg, hdrs)
  File "/usr/lib64/python3.13/urllib/request.py", line 533, in error
    return self._call_chain(*args)
           ~~~~~~~~~~~~~~~~^^^^^^^
  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 613, in http_error_default
    raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 504: Gateway Timeout

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 149, in _fetch_url
    raise LayerIndexFetchError(url, e)
layerindexlib.LayerIndexFetchError: Unable to fetch layerindex url https://layers.openembedded.org/layerindex/api/: HTTP Error 504: Gateway Timeout

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/: HTTP Error 504: Gateway Timeout

======================================================================
ERROR: test_layerindex_store_file (layerindexlib.tests.restapi.LayerIndexWebRestApiTest.test_layerindex_store_file)
----------------------------------------------------------------------
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 495, in open
    response = meth(req, response)
  File "/usr/lib64/python3.13/urllib/request.py", line 604, in http_response
    response = self.parent.error(
        'http', request, response, code, msg, hdrs)
  File "/usr/lib64/python3.13/urllib/request.py", line 533, in error
    return self._call_chain(*args)
           ~~~~~~~~~~~~~~~~^^^^^^^
  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 613, in http_error_default
    raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 504: Gateway Timeout

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 149, in _fetch_url
    raise LayerIndexFetchError(url, e)
layerindexlib.LayerIndexFetchError: Unable to fetch layerindex url https://layers.openembedded.org/layerindex/api/: HTTP Error 504: Gateway Timeout

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/: HTTP Error 504: Gateway Timeout

======================================================================
ERROR: test_layerindex_store_split (layerindexlib.tests.restapi.LayerIndexWebRestApiTest.test_layerindex_store_split)
----------------------------------------------------------------------
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 495, in open
    response = meth(req, response)
  File "/usr/lib64/python3.13/urllib/request.py", line 604, in http_response
    response = self.parent.error(
        'http', request, response, code, msg, hdrs)
  File "/usr/lib64/python3.13/urllib/request.py", line 533, in error
    return self._call_chain(*args)
           ~~~~~~~~~~~~~~~~^^^^^^^
  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 613, in http_error_default
    raise HTTPError(req.full_url, code, msg, hdrs, fp)
urllib.error.HTTPError: HTTP Error 504: Gateway Timeout

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 149, in _fetch_url
    raise LayerIndexFetchError(url, e)
layerindexlib.LayerIndexFetchError: Unable to fetch layerindex url https://layers.openembedded.org/layerindex/api/: HTTP Error 504: Gateway Timeout

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/: HTTP Error 504: Gateway Timeout

----------------------------------------------------------------------
Ran 763 tests in 1624.285s

FAILED (errors=6, skipped=110)

Error details

Submitted on:
16/04/26 22:59
Error type:
Bitbake selftest
Command:
bitbake-selftest
Machine:
unset
Distro:
unset
Build system:
unknown
Target system:
unknown
Host distro:
unknown
Branch:
master
Commit:
unknown
Build:
#236502
Submitter:
yp-ab-opensuse160-vk-1.yocto.io
Link back:
https://autobuilder.yoctoproject.org/valkyrie/#/builders/48/builds/3568
Similar errors:
1
Open a bug