On 1/20/26 06:08, Stefan Hajnoczi wrote:
The following changes since commit 38879a667fbb4ef54c70de71494882615f600a64:

   Merge tag 'pull-tcg-20260119' of https://gitlab.com/rth7680/qemu into 
staging (2026-01-19 09:04:31 +1100)

are available in the Git repository at:

   https://gitlab.com/stefanha/qemu.git tags/tracing-pull-request

for you to fetch changes up to 0527c4fdd28ae8b13ecc34f80b91e42ce42b917f:

   tests/tracetool: Honor the Python interpreter that "configure" detected 
(2026-01-19 13:58:23 -0500)

----------------------------------------------------------------
Pull request

- Thomas Huth's Python interpreter fix
- Paolo Bonzini's tracetool cleanups
- Stefan Hajnoczi's tracetool test QEMU_TEST_KEEP_SCRATCH=1 support

This has lots of failures:

https://gitlab.com/qemu-project/qemu/-/jobs/12772423978

Summary of Failures:
507/512 tracetool - qemu:dtrace                                              
FAIL             0.03s   exit status 1
508/512 tracetool - qemu:ftrace                                              
FAIL             0.04s   exit status 1
509/512 tracetool - qemu:log                                                 
FAIL             0.04s   exit status 1
510/512 tracetool - qemu:simple                                              
FAIL             0.04s   exit status 1
511/512 tracetool - qemu:syslog                                              
FAIL             0.04s   exit status 1
512/512 tracetool - qemu:ust                                                 
FAIL             0.03s   exit status 1

https://gitlab.com/qemu-project/qemu/-/jobs/12772423994

Log file "stdout" content for test "38-tests/tracetool-isort.sh" (FAIL):
ERROR: /builds/qemu-project/qemu/scripts/tracetool/__init__.py Imports are 
incorrectly sorted and/or formatted.
ERROR: /builds/qemu-project/qemu/scripts/tracetool/backend/__init__.py Imports 
are incorrectly sorted and/or formatted.
ERROR: /builds/qemu-project/qemu/scripts/tracetool/backend/dtrace.py Imports 
are incorrectly sorted and/or formatted.
ERROR: /builds/qemu-project/qemu/scripts/tracetool/backend/ftrace.py Imports 
are incorrectly sorted and/or formatted.
ERROR: /builds/qemu-project/qemu/scripts/tracetool/backend/log.py Imports are 
incorrectly sorted and/or formatted.
ERROR: /builds/qemu-project/qemu/scripts/tracetool/backend/simple.py Imports 
are incorrectly sorted and/or formatted.
ERROR: /builds/qemu-project/qemu/scripts/tracetool/backend/syslog.py Imports 
are incorrectly sorted and/or formatted.
ERROR: /builds/qemu-project/qemu/scripts/tracetool/backend/ust.py Imports are 
incorrectly sorted and/or formatted.
ERROR: /builds/qemu-project/qemu/scripts/tracetool/format/__init__.py Imports 
are incorrectly sorted and/or formatted.
ERROR: /builds/qemu-project/qemu/scripts/tracetool/format/c.py Imports are 
incorrectly sorted and/or formatted.
ERROR: /builds/qemu-project/qemu/scripts/tracetool/format/d.py Imports are 
incorrectly sorted and/or formatted.
ERROR: /builds/qemu-project/qemu/scripts/tracetool/format/h.py Imports are 
incorrectly sorted and/or formatted.
ERROR: /builds/qemu-project/qemu/scripts/tracetool/format/log_stap.py Imports 
are incorrectly sorted and/or formatted.
ERROR: /builds/qemu-project/qemu/scripts/tracetool/format/rs.py Imports are 
incorrectly sorted and/or formatted.
ERROR: /builds/qemu-project/qemu/scripts/tracetool/format/simpletrace_stap.py 
Imports are incorrectly sorted and/or formatted.
ERROR: /builds/qemu-project/qemu/scripts/tracetool/format/stap.py Imports are 
incorrectly sorted and/or formatted.
ERROR: /builds/qemu-project/qemu/scripts/tracetool/format/ust_events_c.py 
Imports are incorrectly sorted and/or formatted.
ERROR: /builds/qemu-project/qemu/scripts/tracetool/format/ust_events_h.py 
Imports are incorrectly sorted and/or formatted.
Log file "stderr" content for test "38-tests/tracetool-isort.sh" (FAIL):
Log file "stdout" content for test "39-tests/tracetool-mypy.sh" (FAIL):
tracetool/backend/dtrace.py:76: error: Function is missing a type annotation  
[no-untyped-def]
tracetool/backend/dtrace.py:91: error: Function is missing a type annotation  
[no-untyped-def]
tracetool/backend/dtrace.py:99: error: Function is missing a type annotation  
[no-untyped-def]
Found 3 errors in 1 file (checked 18 source files)


r~

Reply via email to