cockpit-project / bots

*beep* *boop* *beep*
GNU Lesser General Public License v2.1
24 stars 32 forks source link

cockpit-bridge throws exception tracebacks on arch #6531

Open allisonkarlitskaya opened 2 months ago

allisonkarlitskaya commented 2 months ago

"Upstream" report: https://github.com/cockpit-project/cockpit/issues/20635

cockpituous commented 2 months ago

arch Ooops, it happened again


# ----------------------------------------------------------------------
# testSorting (__main__.TestFiles.testSorting)
[0711/124423.944685:WARNING:sandbox_linux.cc(430)] InitializeSandbox() called with multiple threads in process gpu-process.

DevTools listening on ws://127.0.0.1:9552/devtools/browser/99e73a0a-4fac-4b42-b0d7-fffd70ec44d8
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1720701865732.364,"url":"http://127.0.0.2:9291/cockpit/@localhost/*/po.manifest.js","networkRequestId":"11450.19"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1720701865735.656,"url":"http://127.0.0.2:9291/cockpit/@localhost/*/po.js","networkRequestId":"11450.20"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9291/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1720701865777.691,"url":"http://127.0.0.2:9291/files"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9291/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1720701865777.795,"url":"http://127.0.0.2:9291/files"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1720701866747.757,"url":"http://127.0.0.2:9291/cockpit/@localhost/*/po.manifest.js","networkRequestId":"11450.168"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1720701866753.301,"url":"http://127.0.0.2:9291/cockpit/@localhost/*/po.js","networkRequestId":"11450.169"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9291/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1720701866783.839,"url":"http://127.0.0.2:9291/files#/?path=%252Fhome%252Fadmin"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9291/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1720701866783.931,"url":"http://127.0.0.2:9291/files#/?path=%252Fhome%252Fadmin"}
> warning: transport closed: disconnected
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1720701868449.326,"url":"http://127.0.0.2:9291/cockpit/@localhost/*/po.manifest.js","networkRequestId":"11450.330"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1720701868455.033,"url":"http://127.0.0.2:9291/cockpit/@localhost/*/po.js","networkRequestId":"11450.331"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9291/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1720701868524.518,"url":"http://127.0.0.2:9291/files"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9291/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1720701868524.62,"url":"http://127.0.0.2:9291/files"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1720701870343.384,"url":"http://127.0.0.2:9291/cockpit/@localhost/*/po.manifest.js","networkRequestId":"11450.480"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1720701870385.332,"url":"http://127.0.0.2:9291/cockpit/@localhost/*/po.js","networkRequestId":"11450.481"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9291/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1720701870387.346,"url":"http://127.0.0.2:9291/files#/?path=%252Fhome%252Fadmin"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9291/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1720701870387.44,"url":"http://127.0.0.2:9291/files#/?path=%252Fhome%252Fadmin"}
asyncio-ERROR: Exception in callback None()
handle: <Handle cancelled>
Traceback (most recent call last):
File "/usr/lib/python3.12/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/usr/lib/python3.12/site-packages/cockpit/transports.py", line 110, in _read_ready
self._protocol.data_received(data)
File "/usr/lib/python3.12/site-packages/cockpit/protocol.py", line 193, in data_received
result = self.consume_one_frame(self.buffer)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/cockpit/protocol.py", line 143, in consume_one_frame
self.frame_received(data[start:end])
File "/usr/lib/python3.12/site-packages/cockpit/protocol.py", line 97, in frame_received
self.control_received(data)
File "/usr/lib/python3.12/site-packages/cockpit/protocol.py", line 107, in control_received
self.channel_control_received(channel, command, message)
File "/usr/lib/python3.12/site-packages/cockpit/peer.py", line 212, in channel_control_received
self.send_channel_control(channel, command, message)
File "/usr/lib/python3.12/site-packages/cockpit/router.py", line 101, in send_channel_control
self.router.endpoints[self].remove(channel)
~~~~~~~~~~~~~~~~~~~~~^^^^^^
KeyError: <cockpit.superuser.SuperuserPeer object at 0x75af5558e660>
Wrote JS log to TestFiles-testSorting-arch-127.0.0.2-2401-FAIL.js.log
Journal extracted to TestFiles-testSorting-arch-127.0.0.2-2401-FAIL.log.gz
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/common/testlib.py", line 1720, in tearDown
    self.check_journal_messages()
  File "/work/make-checkout-workdir/test/common/testlib.py", line 2008, in check_journal_messages
    raise Error(UNEXPECTED_MESSAGE + "journal messages:\n" + first)
testlib.Error: FAIL: Test completed, but found unexpected journal messages:
asyncio-ERROR: Exception in callback None()

# Result testSorting (__main__.TestFiles.testSorting) failed
# 1 TEST FAILED [10s on 563f72ca4058]
not ok 16 /work/make-checkout-workdir/test/check-application TestFiles.testSorting [ND@2]

First occurrence: 2024-07-11T12:44:33.525063+00:00 | revision 42821e8ad629e907896fa15b4ca8e94a6611f328 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testSorting (__main__.TestFiles.testSorting)
[0715/113219.611720:WARNING:sandbox_linux.cc(430)] InitializeSandbox() called with multiple threads in process gpu-process.

DevTools listening on ws://127.0.0.1:9880/devtools/browser/2b3b3dd1-44c4-42ab-88eb-8e097d3a3223
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1721043141310.603,"url":"http://127.0.0.2:9891/cockpit/@localhost/*/po.manifest.js","networkRequestId":"11470.19"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1721043141311.705,"url":"http://127.0.0.2:9891/cockpit/@localhost/*/po.js","networkRequestId":"11470.20"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9891/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1721043141352.925,"url":"http://127.0.0.2:9891/files"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9891/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1721043141353.067,"url":"http://127.0.0.2:9891/files"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1721043142296.399,"url":"http://127.0.0.2:9891/cockpit/@localhost/*/po.js","networkRequestId":"11470.169"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1721043142312.427,"url":"http://127.0.0.2:9891/cockpit/@localhost/*/po.manifest.js","networkRequestId":"11470.168"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9891/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1721043142333.074,"url":"http://127.0.0.2:9891/files#/?path=%252Fhome%252Fadmin"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9891/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1721043142333.18,"url":"http://127.0.0.2:9891/files#/?path=%252Fhome%252Fadmin"}
> warning: transport closed: disconnected
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1721043144038.322,"url":"http://127.0.0.2:9891/cockpit/@localhost/*/po.manifest.js","networkRequestId":"11470.330"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1721043144041.13,"url":"http://127.0.0.2:9891/cockpit/@localhost/*/po.js","networkRequestId":"11470.331"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9891/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1721043144088.488,"url":"http://127.0.0.2:9891/files"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9891/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1721043144088.59,"url":"http://127.0.0.2:9891/files"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1721043145860.559,"url":"http://127.0.0.2:9891/cockpit/@localhost/*/po.manifest.js","networkRequestId":"11470.480"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1721043145879.774,"url":"http://127.0.0.2:9891/cockpit/@localhost/*/po.js","networkRequestId":"11470.481"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9891/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1721043145897.042,"url":"http://127.0.0.2:9891/files#/?path=%252Fhome%252Fadmin"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9891/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1721043145897.148,"url":"http://127.0.0.2:9891/files#/?path=%252Fhome%252Fadmin"}
asyncio-ERROR: Exception in callback None()
handle: <Handle cancelled>
Traceback (most recent call last):
File "/usr/lib/python3.12/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/usr/lib/python3.12/site-packages/cockpit/transports.py", line 110, in _read_ready
self._protocol.data_received(data)
File "/usr/lib/python3.12/site-packages/cockpit/protocol.py", line 193, in data_received
result = self.consume_one_frame(self.buffer)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/cockpit/protocol.py", line 143, in consume_one_frame
self.frame_received(data[start:end])
File "/usr/lib/python3.12/site-packages/cockpit/protocol.py", line 97, in frame_received
self.control_received(data)
File "/usr/lib/python3.12/site-packages/cockpit/protocol.py", line 107, in control_received
self.channel_control_received(channel, command, message)
File "/usr/lib/python3.12/site-packages/cockpit/peer.py", line 212, in channel_control_received
self.send_channel_control(channel, command, message)
File "/usr/lib/python3.12/site-packages/cockpit/router.py", line 101, in send_channel_control
self.router.endpoints[self].remove(channel)
~~~~~~~~~~~~~~~~~~~~~^^^^^^
KeyError: <cockpit.superuser.SuperuserPeer object at 0x755db2484950>
Wrote JS log to TestFiles-testSorting-arch-127.0.0.2-3001-FAIL.js.log
Journal extracted to TestFiles-testSorting-arch-127.0.0.2-3001-FAIL.log.gz
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/common/testlib.py", line 1720, in tearDown
    self.check_journal_messages()
  File "/work/make-checkout-workdir/test/common/testlib.py", line 2008, in check_journal_messages
    raise Error(UNEXPECTED_MESSAGE + "journal messages:\n" + first)
testlib.Error: FAIL: Test completed, but found unexpected journal messages:
asyncio-ERROR: Exception in callback None()

# Result testSorting (__main__.TestFiles.testSorting) failed
# 1 TEST FAILED [10s on 5c681d7fb6b4]
not ok 16 /work/make-checkout-workdir/test/check-application TestFiles.testSorting [ND@7]

First occurrence: 2024-07-15T11:32:29.013808+00:00 | revision 32ad4172a4609366b471a26f18d628fd95807ca6 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testSorting (__main__.TestFiles.testSorting)
[0726/133459.717070:WARNING:sandbox_linux.cc(430)] InitializeSandbox() called with multiple threads in process gpu-process.

DevTools listening on ws://127.0.0.1:9974/devtools/browser/0c862370-93b9-4c71-b0b7-943f35b2a81c
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1722000901403.657,"url":"http://127.0.0.2:9291/cockpit/@localhost/*/po.manifest.js","networkRequestId":"11065.19"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1722000901407.06,"url":"http://127.0.0.2:9291/cockpit/@localhost/*/po.js","networkRequestId":"11065.20"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9291/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1722000901443.65,"url":"http://127.0.0.2:9291/files"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9291/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1722000901443.77,"url":"http://127.0.0.2:9291/files"}
> log: path /
> log: path /home/admin/
> log: path /home/admin/
> log: path /home/admin/
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1722000902424.313,"url":"http://127.0.0.2:9291/cockpit/@localhost/*/po.js","networkRequestId":"11065.169"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1722000902440.66,"url":"http://127.0.0.2:9291/cockpit/@localhost/*/po.manifest.js","networkRequestId":"11065.168"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9291/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1722000902463.805,"url":"http://127.0.0.2:9291/files#/?path=%252Fhome%252Fadmin"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9291/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1722000902463.955,"url":"http://127.0.0.2:9291/files#/?path=%252Fhome%252Fadmin"}
> log: path /home/admin/
> log: path /home/admin/
> log: path /home/admin/
> warning: transport closed: disconnected
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1722000904192.384,"url":"http://127.0.0.2:9291/cockpit/@localhost/*/po.js","networkRequestId":"11065.331"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1722000904230.671,"url":"http://127.0.0.2:9291/cockpit/@localhost/*/po.manifest.js","networkRequestId":"11065.330"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9291/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1722000904280.132,"url":"http://127.0.0.2:9291/files"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9291/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1722000904280.244,"url":"http://127.0.0.2:9291/files"}
> log: path /
> log: path /home/admin/
> log: path /home/admin/
> log: path /home/admin/
> log: path /home/admin/
> log: path /home/admin/
> log: path /home/admin/
> log: path /home/admin/
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1722000906816.06,"url":"http://127.0.0.2:9291/cockpit/@localhost/*/po.manifest.js","networkRequestId":"11065.480"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1722000906834.098,"url":"http://127.0.0.2:9291/cockpit/@localhost/*/po.js","networkRequestId":"11065.481"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9291/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1722000906861.786,"url":"http://127.0.0.2:9291/files#/?path=%252Fhome%252Fadmin"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9291/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1722000906862.019,"url":"http://127.0.0.2:9291/files#/?path=%252Fhome%252Fadmin"}
> log: path /home/admin/
> log: path /home/admin/
> log: path /home/admin/
> log: path /home/admin/
> log: path /home/admin/
asyncio-ERROR: Exception in callback None()
handle: <Handle cancelled>
Traceback (most recent call last):
File "/usr/lib/python3.12/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/usr/lib/python3.12/site-packages/cockpit/transports.py", line 110, in _read_ready
self._protocol.data_received(data)
File "/usr/lib/python3.12/site-packages/cockpit/protocol.py", line 193, in data_received
result = self.consume_one_frame(self.buffer)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/cockpit/protocol.py", line 143, in consume_one_frame
self.frame_received(data[start:end])
File "/usr/lib/python3.12/site-packages/cockpit/protocol.py", line 97, in frame_received
self.control_received(data)
File "/usr/lib/python3.12/site-packages/cockpit/protocol.py", line 107, in control_received
self.channel_control_received(channel, command, message)
File "/usr/lib/python3.12/site-packages/cockpit/peer.py", line 212, in channel_control_received
self.send_channel_control(channel, command, message)
File "/usr/lib/python3.12/site-packages/cockpit/router.py", line 101, in send_channel_control
self.router.endpoints[self].remove(channel)
~~~~~~~~~~~~~~~~~~~~~^^^^^^
KeyError: <cockpit.superuser.SuperuserPeer object at 0x7c3672d2d0a0>
Wrote JS log to TestFiles-testSorting-arch-127.0.0.2-2401-FAIL.js.log
Journal extracted to TestFiles-testSorting-arch-127.0.0.2-2401-FAIL.log.gz
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/common/testlib.py", line 1765, in tearDown
    self.check_journal_messages()
  File "/work/make-checkout-workdir/test/common/testlib.py", line 2019, in check_journal_messages
    raise Error(UNEXPECTED_MESSAGE + "journal messages:\n" + first)
testlib.Error: FAIL: Test completed, but found unexpected journal messages:
asyncio-ERROR: Exception in callback None()

# Result testSorting (__main__.TestFiles.testSorting) failed
# 1 TEST FAILED [11s on 0c6f4debaae8]
not ok 16 /work/make-checkout-workdir/test/check-application TestFiles.testSorting [ND@2]

First occurrence: 2024-07-26T13:35:10.231700+00:00 | revision f2dd8a38704c758fe22844f55571450f3407b0cd Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testSorting (__main__.TestFiles.testSorting)
[0729/161303.569561:WARNING:sandbox_linux.cc(430)] InitializeSandbox() called with multiple threads in process gpu-process.

DevTools listening on ws://127.0.0.1:9303/devtools/browser/678ce196-6a64-4f27-90a4-e8d01c5a8492
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1722269585297.429,"url":"http://127.0.0.2:9291/cockpit/@localhost/*/po.js","networkRequestId":"11768.20"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1722269585306.542,"url":"http://127.0.0.2:9291/cockpit/@localhost/*/po.manifest.js","networkRequestId":"11768.19"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9291/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1722269585355.931,"url":"http://127.0.0.2:9291/files"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9291/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1722269585356.039,"url":"http://127.0.0.2:9291/files"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1722269586328.38,"url":"http://127.0.0.2:9291/cockpit/@localhost/*/po.js","networkRequestId":"11768.169"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1722269586339.067,"url":"http://127.0.0.2:9291/cockpit/@localhost/*/po.manifest.js","networkRequestId":"11768.168"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9291/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1722269586367.121,"url":"http://127.0.0.2:9291/files#/?path=%252Fhome%252Fadmin"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9291/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1722269586367.267,"url":"http://127.0.0.2:9291/files#/?path=%252Fhome%252Fadmin"}
> warning: transport closed: disconnected
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1722269587896.149,"url":"http://127.0.0.2:9291/cockpit/@localhost/*/po.js","networkRequestId":"11768.331"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1722269587910.375,"url":"http://127.0.0.2:9291/cockpit/@localhost/*/po.manifest.js","networkRequestId":"11768.330"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9291/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1722269587951.189,"url":"http://127.0.0.2:9291/files"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9291/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1722269587951.306,"url":"http://127.0.0.2:9291/files"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1722269590025.522,"url":"http://127.0.0.2:9291/cockpit/@localhost/*/po.manifest.js","networkRequestId":"11768.480"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1722269590047.003,"url":"http://127.0.0.2:9291/cockpit/@localhost/*/po.js","networkRequestId":"11768.481"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9291/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1722269590065.862,"url":"http://127.0.0.2:9291/files#/?path=%252Fhome%252Fadmin"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9291/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1722269590066.042,"url":"http://127.0.0.2:9291/files#/?path=%252Fhome%252Fadmin"}
asyncio-ERROR: Exception in callback None()
handle: <Handle cancelled>
Traceback (most recent call last):
File "/usr/lib/python3.12/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/usr/lib/python3.12/site-packages/cockpit/transports.py", line 110, in _read_ready
self._protocol.data_received(data)
File "/usr/lib/python3.12/site-packages/cockpit/protocol.py", line 193, in data_received
result = self.consume_one_frame(self.buffer)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/cockpit/protocol.py", line 143, in consume_one_frame
self.frame_received(data[start:end])
File "/usr/lib/python3.12/site-packages/cockpit/protocol.py", line 97, in frame_received
self.control_received(data)
File "/usr/lib/python3.12/site-packages/cockpit/protocol.py", line 107, in control_received
self.channel_control_received(channel, command, message)
File "/usr/lib/python3.12/site-packages/cockpit/peer.py", line 212, in channel_control_received
self.send_channel_control(channel, command, message)
File "/usr/lib/python3.12/site-packages/cockpit/router.py", line 101, in send_channel_control
self.router.endpoints[self].remove(channel)
~~~~~~~~~~~~~~~~~~~~~^^^^^^
KeyError: <cockpit.superuser.SuperuserPeer object at 0x76a35d1acc80>
Wrote JS log to TestFiles-testSorting-arch-127.0.0.2-2401-FAIL.js.log
Journal extracted to TestFiles-testSorting-arch-127.0.0.2-2401-FAIL.log.gz
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/common/testlib.py", line 1765, in tearDown
    self.check_journal_messages()
  File "/work/make-checkout-workdir/test/common/testlib.py", line 2019, in check_journal_messages
    raise Error(UNEXPECTED_MESSAGE + "journal messages:\n" + first)
testlib.Error: FAIL: Test completed, but found unexpected journal messages:
asyncio-ERROR: Exception in callback None()

# Result testSorting (__main__.TestFiles.testSorting) failed
# 1 TEST FAILED [11s on e1cbfae6e4c7]
not ok 16 /work/make-checkout-workdir/test/check-application TestFiles.testSorting [ND@2]

First occurrence: 2024-07-29T16:13:13.797433+00:00 | revision cef5dd6e65345a1768e4c70e879b56419da6ec47 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testSorting (__main__.TestFiles.testSorting)
[0731/153654.672629:WARNING:sandbox_linux.cc(430)] InitializeSandbox() called with multiple threads in process gpu-process.

DevTools listening on ws://127.0.0.1:9227/devtools/browser/12c07015-7426-4225-9677-135cd02d36e1
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1722440216617.974,"url":"http://127.0.0.2:9291/cockpit/@localhost/*/po.manifest.js","networkRequestId":"9048.19"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1722440216621.304,"url":"http://127.0.0.2:9291/cockpit/@localhost/*/po.js","networkRequestId":"9048.20"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9291/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1722440216658.299,"url":"http://127.0.0.2:9291/files"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9291/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1722440216658.439,"url":"http://127.0.0.2:9291/files"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1722440217628.93,"url":"http://127.0.0.2:9291/cockpit/@localhost/*/po.js","networkRequestId":"9048.169"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1722440217630.426,"url":"http://127.0.0.2:9291/cockpit/@localhost/*/po.manifest.js","networkRequestId":"9048.168"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9291/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1722440217655.871,"url":"http://127.0.0.2:9291/files#/?path=%252Fhome%252Fadmin"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9291/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1722440217656,"url":"http://127.0.0.2:9291/files#/?path=%252Fhome%252Fadmin"}
> warning: transport closed: disconnected
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1722440219251.626,"url":"http://127.0.0.2:9291/cockpit/@localhost/*/po.manifest.js","networkRequestId":"9048.330"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1722440219254.651,"url":"http://127.0.0.2:9291/cockpit/@localhost/*/po.js","networkRequestId":"9048.331"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9291/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1722440219278.098,"url":"http://127.0.0.2:9291/files"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9291/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1722440219278.536,"url":"http://127.0.0.2:9291/files"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1722440221601.55,"url":"http://127.0.0.2:9291/cockpit/@localhost/*/po.js","networkRequestId":"9048.481"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1722440221615.299,"url":"http://127.0.0.2:9291/cockpit/@localhost/*/po.manifest.js","networkRequestId":"9048.480"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9291/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1722440221642.675,"url":"http://127.0.0.2:9291/files#/?path=%252Fhome%252Fadmin"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9291/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1722440221642.807,"url":"http://127.0.0.2:9291/files#/?path=%252Fhome%252Fadmin"}
asyncio-ERROR: Exception in callback None()
handle: <Handle cancelled>
Traceback (most recent call last):
File "/usr/lib/python3.12/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/usr/lib/python3.12/site-packages/cockpit/transports.py", line 110, in _read_ready
self._protocol.data_received(data)
File "/usr/lib/python3.12/site-packages/cockpit/protocol.py", line 193, in data_received
result = self.consume_one_frame(self.buffer)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/cockpit/protocol.py", line 143, in consume_one_frame
self.frame_received(data[start:end])
File "/usr/lib/python3.12/site-packages/cockpit/protocol.py", line 97, in frame_received
self.control_received(data)
File "/usr/lib/python3.12/site-packages/cockpit/protocol.py", line 107, in control_received
self.channel_control_received(channel, command, message)
File "/usr/lib/python3.12/site-packages/cockpit/peer.py", line 212, in channel_control_received
self.send_channel_control(channel, command, message)
File "/usr/lib/python3.12/site-packages/cockpit/router.py", line 101, in send_channel_control
self.router.endpoints[self].remove(channel)
~~~~~~~~~~~~~~~~~~~~~^^^^^^
KeyError: <cockpit.superuser.SuperuserPeer object at 0x7c5665f5f7a0>
Wrote JS log to TestFiles-testSorting-arch-127.0.0.2-2401-FAIL.js.log
Journal extracted to TestFiles-testSorting-arch-127.0.0.2-2401-FAIL.log.gz
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/common/testlib.py", line 1765, in tearDown
    self.check_journal_messages()
  File "/work/make-checkout-workdir/test/common/testlib.py", line 2019, in check_journal_messages
    raise Error(UNEXPECTED_MESSAGE + "journal messages:\n" + first)
testlib.Error: FAIL: Test completed, but found unexpected journal messages:
asyncio-ERROR: Exception in callback None()

# Result testSorting (__main__.TestFiles.testSorting) failed
# 1 TEST FAILED [12s on cc261e95cc10]
not ok 16 /work/make-checkout-workdir/test/check-application TestFiles.testSorting [ND@2]

First occurrence: 2024-07-31T15:37:05.606603+00:00 | revision 83b389fec022f553b539f0b4f44de61f0b2c01b5 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testSorting (__main__.TestFiles.testSorting)
[0801/154106.152162:WARNING:sandbox_linux.cc(430)] InitializeSandbox() called with multiple threads in process gpu-process.

DevTools listening on ws://127.0.0.1:9977/devtools/browser/13280640-2440-4e7d-8135-734393d37e55
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1722526867927.799,"url":"http://127.0.0.2:9191/cockpit/@localhost/*/po.manifest.js","networkRequestId":"11818.19"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1722526867929.122,"url":"http://127.0.0.2:9191/cockpit/@localhost/*/po.js","networkRequestId":"11818.20"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9191/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1722526867976.671,"url":"http://127.0.0.2:9191/files"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9191/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1722526867976.778,"url":"http://127.0.0.2:9191/files"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1722526868925.733,"url":"http://127.0.0.2:9191/cockpit/@localhost/*/po.js","networkRequestId":"11818.169"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1722526868955.126,"url":"http://127.0.0.2:9191/cockpit/@localhost/*/po.manifest.js","networkRequestId":"11818.168"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9191/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1722526868957.035,"url":"http://127.0.0.2:9191/files#/?path=%252Fhome%252Fadmin"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9191/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1722526868957.195,"url":"http://127.0.0.2:9191/files#/?path=%252Fhome%252Fadmin"}
> warning: transport closed: disconnected
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1722526870629.858,"url":"http://127.0.0.2:9191/cockpit/@localhost/*/po.manifest.js","networkRequestId":"11818.330"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1722526870639.061,"url":"http://127.0.0.2:9191/cockpit/@localhost/*/po.js","networkRequestId":"11818.331"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9191/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1722526870669.729,"url":"http://127.0.0.2:9191/files"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9191/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1722526870669.849,"url":"http://127.0.0.2:9191/files"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1722526872871.824,"url":"http://127.0.0.2:9191/cockpit/@localhost/*/po.manifest.js","networkRequestId":"11818.480"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1722526872890.462,"url":"http://127.0.0.2:9191/cockpit/@localhost/*/po.js","networkRequestId":"11818.481"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9191/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1722526872908.641,"url":"http://127.0.0.2:9191/files#/?path=%252Fhome%252Fadmin"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9191/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1722526872908.753,"url":"http://127.0.0.2:9191/files#/?path=%252Fhome%252Fadmin"}
asyncio-ERROR: Exception in callback None()
handle: <Handle cancelled>
Traceback (most recent call last):
File "/usr/lib/python3.12/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/usr/lib/python3.12/site-packages/cockpit/transports.py", line 110, in _read_ready
self._protocol.data_received(data)
File "/usr/lib/python3.12/site-packages/cockpit/protocol.py", line 193, in data_received
result = self.consume_one_frame(self.buffer)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/cockpit/protocol.py", line 143, in consume_one_frame
self.frame_received(data[start:end])
File "/usr/lib/python3.12/site-packages/cockpit/protocol.py", line 97, in frame_received
self.control_received(data)
File "/usr/lib/python3.12/site-packages/cockpit/protocol.py", line 107, in control_received
self.channel_control_received(channel, command, message)
File "/usr/lib/python3.12/site-packages/cockpit/peer.py", line 212, in channel_control_received
self.send_channel_control(channel, command, message)
File "/usr/lib/python3.12/site-packages/cockpit/router.py", line 101, in send_channel_control
self.router.endpoints[self].remove(channel)
~~~~~~~~~~~~~~~~~~~~~^^^^^^
KeyError: <cockpit.superuser.SuperuserPeer object at 0x737732596450>
Wrote JS log to TestFiles-testSorting-arch-127.0.0.2-2301-FAIL.js.log
Journal extracted to TestFiles-testSorting-arch-127.0.0.2-2301-FAIL.log.gz
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/common/testlib.py", line 1769, in tearDown
    self.check_journal_messages()
  File "/work/make-checkout-workdir/test/common/testlib.py", line 2023, in check_journal_messages
    raise Error(UNEXPECTED_MESSAGE + "journal messages:\n" + first)
testlib.Error: FAIL: Test completed, but found unexpected journal messages:
asyncio-ERROR: Exception in callback None()

# Result testSorting (__main__.TestFiles.testSorting) failed
# 1 TEST FAILED [11s on f0b0ccaea9c8]
not ok 17 /work/make-checkout-workdir/test/check-application TestFiles.testSorting [ND@1]

First occurrence: 2024-08-01T15:41:16.832020+00:00 | revision 2dde256458e878b5aad41b6da536183117f2d36d Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testSorting (__main__.TestFiles.testSorting)
[0806/103157.454941:WARNING:sandbox_linux.cc(430)] InitializeSandbox() called with multiple threads in process gpu-process.

DevTools listening on ws://127.0.0.1:9797/devtools/browser/07df78a5-51c0-4fe6-8d42-685f12317e97
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1722940319338.28,"url":"http://127.0.0.2:9391/cockpit/@localhost/*/po.manifest.js","networkRequestId":"11948.19"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1722940319343.708,"url":"http://127.0.0.2:9391/cockpit/@localhost/*/po.js","networkRequestId":"11948.20"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9391/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1722940319381.874,"url":"http://127.0.0.2:9391/files"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9391/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1722940319382.016,"url":"http://127.0.0.2:9391/files"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1722940320370.729,"url":"http://127.0.0.2:9391/cockpit/@localhost/*/po.js","networkRequestId":"11948.169"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1722940320392.736,"url":"http://127.0.0.2:9391/cockpit/@localhost/*/po.manifest.js","networkRequestId":"11948.168"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9391/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1722940320394.928,"url":"http://127.0.0.2:9391/files#/?path=%252Fhome%252Fadmin"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9391/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1722940320395.02,"url":"http://127.0.0.2:9391/files#/?path=%252Fhome%252Fadmin"}
> warning: transport closed: disconnected
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1722940322079.883,"url":"http://127.0.0.2:9391/cockpit/@localhost/*/po.js","networkRequestId":"11948.331"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1722940322096.381,"url":"http://127.0.0.2:9391/cockpit/@localhost/*/po.manifest.js","networkRequestId":"11948.330"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9391/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1722940322130.273,"url":"http://127.0.0.2:9391/files"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9391/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1722940322130.387,"url":"http://127.0.0.2:9391/files"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1722940324643.372,"url":"http://127.0.0.2:9391/cockpit/@localhost/*/po.js","networkRequestId":"11948.481"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1722940324663.997,"url":"http://127.0.0.2:9391/cockpit/@localhost/*/po.manifest.js","networkRequestId":"11948.480"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9391/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1722940324683.587,"url":"http://127.0.0.2:9391/files#/?path=%252Fhome%252Fadmin"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9391/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1722940324683.712,"url":"http://127.0.0.2:9391/files#/?path=%252Fhome%252Fadmin"}
asyncio-ERROR: Exception in callback None()
handle: <Handle cancelled>
Traceback (most recent call last):
File "/usr/lib/python3.12/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/usr/lib/python3.12/site-packages/cockpit/transports.py", line 110, in _read_ready
self._protocol.data_received(data)
File "/usr/lib/python3.12/site-packages/cockpit/protocol.py", line 193, in data_received
result = self.consume_one_frame(self.buffer)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/cockpit/protocol.py", line 143, in consume_one_frame
self.frame_received(data[start:end])
File "/usr/lib/python3.12/site-packages/cockpit/protocol.py", line 97, in frame_received
self.control_received(data)
File "/usr/lib/python3.12/site-packages/cockpit/protocol.py", line 107, in control_received
self.channel_control_received(channel, command, message)
File "/usr/lib/python3.12/site-packages/cockpit/peer.py", line 212, in channel_control_received
self.send_channel_control(channel, command, message)
File "/usr/lib/python3.12/site-packages/cockpit/router.py", line 101, in send_channel_control
self.router.endpoints[self].remove(channel)
~~~~~~~~~~~~~~~~~~~~~^^^^^^
KeyError: <cockpit.superuser.SuperuserPeer object at 0x7785d95d1580>
Wrote JS log to TestFiles-testSorting-arch-127.0.0.2-2501-FAIL.js.log
Journal extracted to TestFiles-testSorting-arch-127.0.0.2-2501-FAIL.log.gz
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/common/testlib.py", line 1769, in tearDown
    self.check_journal_messages()
  File "/work/make-checkout-workdir/test/common/testlib.py", line 2023, in check_journal_messages
    raise Error(UNEXPECTED_MESSAGE + "journal messages:\n" + first)
testlib.Error: FAIL: Test completed, but found unexpected journal messages:
asyncio-ERROR: Exception in callback None()

# Result testSorting (__main__.TestFiles.testSorting) failed
# 1 TEST FAILED [12s on c236d470416b]
not ok 16 /work/make-checkout-workdir/test/check-application TestFiles.testSorting [ND@3]

First occurrence: 2024-08-06T10:32:08.649965+00:00 | revision 1352f5077603c7be5fcdcb4192f5c6cb78c08f77 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testSorting (__main__.TestFiles.testSorting)
[0812/075517.579775:WARNING:sandbox_linux.cc(430)] InitializeSandbox() called with multiple threads in process gpu-process.

DevTools listening on ws://127.0.0.1:9301/devtools/browser/f9d3e0ef-1046-4f73-9eee-f1830b564f3e
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1723449320620.428,"url":"http://127.0.0.2:9291/cockpit/@localhost/*/po.manifest.js","networkRequestId":"8723.19"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1723449320626.882,"url":"http://127.0.0.2:9291/cockpit/@localhost/*/po.js","networkRequestId":"8723.20"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9291/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1723449320648.366,"url":"http://127.0.0.2:9291/files"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9291/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1723449320649.714,"url":"http://127.0.0.2:9291/files"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1723449321646.692,"url":"http://127.0.0.2:9291/cockpit/@localhost/*/po.manifest.js","networkRequestId":"8723.168"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1723449321661.435,"url":"http://127.0.0.2:9291/cockpit/@localhost/*/po.js","networkRequestId":"8723.169"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9291/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1723449321683.707,"url":"http://127.0.0.2:9291/files#/?path=%252Fhome%252Fadmin"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9291/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1723449321684.328,"url":"http://127.0.0.2:9291/files#/?path=%252Fhome%252Fadmin"}
> warning: transport closed: disconnected
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1723449323179.372,"url":"http://127.0.0.2:9291/cockpit/@localhost/*/po.js","networkRequestId":"8723.331"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1723449323190.949,"url":"http://127.0.0.2:9291/cockpit/@localhost/*/po.manifest.js","networkRequestId":"8723.330"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9291/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1723449323223.025,"url":"http://127.0.0.2:9291/files"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9291/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1723449323223.157,"url":"http://127.0.0.2:9291/files"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1723449325807.367,"url":"http://127.0.0.2:9291/cockpit/@localhost/*/po.manifest.js","networkRequestId":"8723.480"}
CDP: {"source":"network","level":"error","text":"Failed to load resource: the server responded with a status of 404 (ERROR)","timestamp":1723449325822.535,"url":"http://127.0.0.2:9291/cockpit/@localhost/*/po.js","networkRequestId":"8723.481"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9291/cockpit/@localhost/*/po.manifest.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1723449325844.677,"url":"http://127.0.0.2:9291/files#/?path=%252Fhome%252Fadmin"}
CDP: {"source":"security","level":"error","text":"Refused to execute script from 'http://127.0.0.2:9291/cockpit/@localhost/*/po.js' because its MIME type ('text/html') is not executable, and strict MIME type checking is enabled.","timestamp":1723449325844.784,"url":"http://127.0.0.2:9291/files#/?path=%252Fhome%252Fadmin"}
asyncio-ERROR: Exception in callback None()
handle: <Handle cancelled>
Traceback (most recent call last):
File "/usr/lib/python3.12/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/usr/lib/python3.12/site-packages/cockpit/transports.py", line 110, in _read_ready
self._protocol.data_received(data)
File "/usr/lib/python3.12/site-packages/cockpit/protocol.py", line 193, in data_received
result = self.consume_one_frame(self.buffer)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/cockpit/protocol.py", line 143, in consume_one_frame
self.frame_received(data[start:end])
File "/usr/lib/python3.12/site-packages/cockpit/protocol.py", line 97, in frame_received
self.control_received(data)
File "/usr/lib/python3.12/site-packages/cockpit/protocol.py", line 107, in control_received
self.channel_control_received(channel, command, message)
File "/usr/lib/python3.12/site-packages/cockpit/peer.py", line 212, in channel_control_received
self.send_channel_control(channel, command, message)
File "/usr/lib/python3.12/site-packages/cockpit/router.py", line 101, in send_channel_control
self.router.endpoints[self].remove(channel)
~~~~~~~~~~~~~~~~~~~~~^^^^^^
KeyError: <cockpit.superuser.SuperuserPeer object at 0x75e5020bb830>
Wrote JS log to TestFiles-testSorting-arch-127.0.0.2-2401-FAIL.js.log
Journal extracted to TestFiles-testSorting-arch-127.0.0.2-2401-FAIL.log.gz
> warning: transport closed: disconnected
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/common/testlib.py", line 1768, in tearDown
    self.check_journal_messages()
  File "/work/make-checkout-workdir/test/common/testlib.py", line 2028, in check_journal_messages
    raise Error(UNEXPECTED_MESSAGE + "journal messages:\n" + first)
testlib.Error: FAIL: Test completed, but found unexpected journal messages:
asyncio-ERROR: Exception in callback None()

# Result testSorting (__main__.TestFiles.testSorting) failed
# 1 TEST FAILED [13s on 8e76df3130b6]
not ok 16 /work/make-checkout-workdir/test/check-application TestFiles.testSorting [ND@2]

First occurrence: 2024-08-12T07:55:31.354733+00:00 | revision 6daa590160f467a32f644621dc9610368d7e61be Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testSorting (__main__.TestFiles.testSorting)
Starting ChromeDriver 126.0.6478.182 (5b5d8292ddf182f8b2096fa665b473b6317906d5-refs/branch-heads/6478@{#1776}) on port 57355
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
> warn: transport closed: disconnected
asyncio-ERROR: Exception in callback None()
handle: <Handle cancelled>
Traceback (most recent call last):
File "/usr/lib/python3.12/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/usr/lib/python3.12/site-packages/cockpit/transports.py", line 110, in _read_ready
self._protocol.data_received(data)
File "/usr/lib/python3.12/site-packages/cockpit/protocol.py", line 193, in data_received
result = self.consume_one_frame(self.buffer)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/cockpit/protocol.py", line 143, in consume_one_frame
self.frame_received(data[start:end])
File "/usr/lib/python3.12/site-packages/cockpit/protocol.py", line 97, in frame_received
self.control_received(data)
File "/usr/lib/python3.12/site-packages/cockpit/protocol.py", line 107, in control_received
self.channel_control_received(channel, command, message)
File "/usr/lib/python3.12/site-packages/cockpit/peer.py", line 212, in channel_control_received
self.send_channel_control(channel, command, message)
File "/usr/lib/python3.12/site-packages/cockpit/router.py", line 101, in send_channel_control
self.router.endpoints[self].remove(channel)
~~~~~~~~~~~~~~~~~~~~~^^^^^^
KeyError: <cockpit.superuser.SuperuserPeer object at 0x78945e62cef0>
Wrote JS log to TestFiles-testSorting-arch-127.0.0.2-2801-FAIL.js.log
Journal extracted to TestFiles-testSorting-arch-127.0.0.2-2801-FAIL.log.gz
> warn: transport closed: disconnected
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/common/testlib.py", line 1833, in tearDown
    self.check_journal_messages()
  File "/work/make-checkout-workdir/test/common/testlib.py", line 2093, in check_journal_messages
    raise Error(UNEXPECTED_MESSAGE + "journal messages:\n" + first)
testlib.Error: FAIL: Test completed, but found unexpected journal messages:
asyncio-ERROR: Exception in callback None()

# Result testSorting (__main__.TestFiles.testSorting) failed
# 1 TEST FAILED [14s on 9543384eedbf]
not ok 16 /work/make-checkout-workdir/test/check-application TestFiles.testSorting [ND@5]

First occurrence: 2024-08-13T10:34:18.023769+00:00 | revision c795e167cc1a9f4bba7cf01cdb35862b43bdce73 Times recorded: 1 Latest occurrences:

# ----------------------------------------------------------------------
# testSorting (__main__.TestFiles.testSorting)
Starting ChromeDriver 127.0.6533.99 (f31af5097d90ef5ae5bd7b8700199bc6189ba34d-refs/branch-heads/6533@{#1910}) on port 37177
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
> warn: transport closed: disconnected
asyncio-ERROR: Exception in callback None()
handle: <Handle cancelled>
Traceback (most recent call last):
File "/usr/lib/python3.12/asyncio/events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "/usr/lib/python3.12/site-packages/cockpit/transports.py", line 110, in _read_ready
self._protocol.data_received(data)
File "/usr/lib/python3.12/site-packages/cockpit/protocol.py", line 193, in data_received
result = self.consume_one_frame(self.buffer)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/cockpit/protocol.py", line 143, in consume_one_frame
self.frame_received(data[start:end])
File "/usr/lib/python3.12/site-packages/cockpit/protocol.py", line 97, in frame_received
self.control_received(data)
File "/usr/lib/python3.12/site-packages/cockpit/protocol.py", line 107, in control_received
self.channel_control_received(channel, command, message)
File "/usr/lib/python3.12/site-packages/cockpit/peer.py", line 212, in channel_control_received
self.send_channel_control(channel, command, message)
File "/usr/lib/python3.12/site-packages/cockpit/router.py", line 101, in send_channel_control
self.router.endpoints[self].remove(channel)
~~~~~~~~~~~~~~~~~~~~~^^^^^^
KeyError: <cockpit.superuser.SuperuserPeer object at 0x7577788e07a0>
Wrote JS log to TestFiles-testSorting-arch-127.0.0.2-2901-FAIL.js.log
Journal extracted to TestFiles-testSorting-arch-127.0.0.2-2901-FAIL.log.gz
> warn: transport closed: disconnected
Traceback (most recent call last):
  File "/work/make-checkout-workdir/test/common/testlib.py", line 1898, in tearDown
    self.check_journal_messages()
  File "/work/make-checkout-workdir/test/common/testlib.py", line 2158, in check_journal_messages
    raise Error(UNEXPECTED_MESSAGE + "journal messages:\n" + first)
testlib.Error: FAIL: Test completed, but found unexpected journal messages:
asyncio-ERROR: Exception in callback None()

# Result testSorting (__main__.TestFiles.testSorting) failed
# 1 TEST FAILED [15s on 721b557eeb6f]
not ok 16 /work/make-checkout-workdir/test/check-application TestFiles.testSorting [ND@6]

First occurrence: 2024-08-20T11:21:18.535987+00:00 | revision 6a4741e1b1fa80d322f57ad79a30758b14386440 Times recorded: 1 Latest occurrences: