Skip to content

[Bug]: A change in the last day to drunc seems to have broken the integration tests #977

Description

@jcfreeman2

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

Metadata

Metadata

Assignees

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions