Description
In a nutshell, if you set up a work area based on last night's nightly, NFD_DEV_260717_A9, and proceed to run
dunedaq_integtest_bundle.sh -r daqsystemtest --include minimal_system_quick_test
you'll see this error, which is enough to result in the test failing despite other outputs (raw data file, etc.) looking fine:
[2026/07/17 15:23:39 UTC] ERROR sh.py:1725 drunc.ssh_process_lifetime_manager_shell Warning: untrusted X11 forwarding setup failed: xauth key data not generated
Steps to reproduce
Reproduction described above. Once you've recreated the problem, you can also see that using drunc from the prior nightly works fine. Assuming you're in the base of your work area with the environment set up:
cd pythoncode
git clone https://github.com/DUNE-DAQ/drunc
cd drunc
git checkout fee38fdfa02 # The code from the `NFD_DEV_260716_A9` nightly
cd ../..
dbt-build
dunedaq_integtest_bundle.sh -r daqsystemtest --include minimal_system_quick_test
...should work.
Version and environment
NFD_DEV_260717_A9
Impact
Large
Anything else?
No response
Description
In a nutshell, if you set up a work area based on last night's nightly,
NFD_DEV_260717_A9, and proceed to rundunedaq_integtest_bundle.sh -r daqsystemtest --include minimal_system_quick_testyou'll see this error, which is enough to result in the test failing despite other outputs (raw data file, etc.) looking fine:
[2026/07/17 15:23:39 UTC] ERROR sh.py:1725 drunc.ssh_process_lifetime_manager_shell Warning: untrusted X11 forwarding setup failed: xauth key data not generatedSteps to reproduce
Reproduction described above. Once you've recreated the problem, you can also see that using
druncfrom the prior nightly works fine. Assuming you're in the base of your work area with the environment set up:...should work.
Version and environment
NFD_DEV_260717_A9Impact
Large
Anything else?
No response