Skip to content

[Bug]: Errors when running drunc in split shell mode #709

Description

@emmuhamm

Description

There might be a configuration error as trying to boot the process manager shell leads to an error.

RuntimeError: 
Unable to open database off of "config/daqsystemtest/example-configs.data.xml"; one reason is that it looks 
like the database type wasn't specified in the name (i.e. "oksconflibs:<filename>")

Steps to reproduce

Setup nightly

From a new terminal session

source /cvmfs/dunedaq.opensciencegrid.org/setup_dunedaq.sh
setup_dbt latest
dbt-create -n NFD_DEV_251117_A9
cd NFD_DEV_251117_A9 

. env.sh
dbt-build
dbt-workarea-env

Sourcing the nightly

When spawning a new terminal session, go to the nightly directory and run

. env.sh
dbt-build
dbt-workarea-env

Reproducible

In one new terminal session (session A) after sourcing the nightly:

drunc-process-manager ssh-standalone 12345

In another terminal session (session B) after sourcing the nightly:

drunc-process-manager-shell grpc://localhost:12345

This spawns you in the PM shell. Now from the PM shell, do a boot:

boot config/daqsystemtest/example-configs.data.xml local-1x1-config reproducible-test

This is where the error happens

Version and environment

First observed on NFD_DEV_251117_A9. Also seen in NFD_DEV_251118_A9.

Impact

Small/Isolated

Anything else?

Full error log

A full log of booting an example config wth a local 1x1 config
drunc-process-manager > boot config/daqsystemtest/example-configs.data.xml local-1x1-config emir-test
[2025/11/18 12:13:56] INFO       process_manager_driver.py:77   controller.ProcessManagerDriver:              Booting session emir-test      
[2025/11/18 12:13:56] ERROR      commands.py:75                 process_manager.shell:                                                       
                                 Unable to open database off of "config/daqsystemtest/example-configs.data.xml"; one reason is that it looks 
                                 like the database type wasn't specified in the name (i.e. "oksconflibs:<filename>")                         
                                                                                                                                             
                                 ╭─────────────────────────────────── Traceback (most recent call last) ────────────────────────────────────╮
                                 │ /cvmfs/dunedaq-development.opensciencegrid.org/nightly/NB_DEV_251117_A9/spack-0.22.0/opt/spack/linux-alm │
                                 │ alinux9-x86_64/gcc-13.2.0/conffwk-NB_DEV_251117_A9-4iwmj46jaajyksr74gonnylvfsrnxeqe/lib64/python/conffwk │
                                 │ /Configuration.py:64 in __init__                                                                         │
                                 │                                                                                                          │
                                 │    61 │   │   """                                                                                        │
                                 │    62 │   │                                                                                              │
                                 │    63 │   │   try:                                                                                       │
                                 │ ❱  64 │   │   │   super(Configuration, self).__init__(connection)                                        │
                                 │    65 │   │   except RuntimeError:                                                                       │
                                 │    66 │   │   │   preamble = f"Unable to open database off of \"{connection}\""                          │
                                 │    67 │   │   │   if not re.search(r"^oksconflibs:", connection):                                        │
                                 │                                                                                                          │
                                 │ /cvmfs/dunedaq-development.opensciencegrid.org/nightly/NB_DEV_251117_A9/spack-0.22.0/opt/spack/linux-alm │
                                 │ alinux9-x86_64/gcc-13.2.0/conffwk-NB_DEV_251117_A9-4iwmj46jaajyksr74gonnylvfsrnxeqe/lib64/python/conffwk │
                                 │ /proxy.py:89 in initfun                                                                                  │
                                 │                                                                                                          │
                                 │    86 │   │   # functions take the same arguments                                                        │
                                 │    87 │   │   # This can be easily changed with some input from the                                      │
                                 │    88 │   │   # delegate class                                                                           │
                                 │ ❱  89 │   │   obj = memberclass(*args, **kwds)                                                           │
                                 │    90 │   │   self._obj = obj                                                                            │
                                 │    91 │                                                                                                  │
                                 │    92 │   initfun.__doc__ = \                                                                            │
                                 ╰──────────────────────────────────────────────────────────────────────────────────────────────────────────╯
                                 RuntimeError: failed to load implementation plug-in 'libconfig/daqsystemtest/example-configs.data.xml.so':  
                                 "libconfig/daqsystemtest/example-configs.data.xml.so: cannot open shared object file: No such file or       
                                 directory"                                                                                                  
                                                                                                                                             
                                 During handling of the above exception, another exception occurred:                                         
                                                                                                                                             
                                 ╭─────────────────────────────────── Traceback (most recent call last) ────────────────────────────────────╮
                                 │ /nfs/home/emmuhamm/temp/NFD_DEV_251117_A9/.venv/lib/python3.10/site-packages/drunc/process_manager/inter │
                                 │ face/commands.py:66 in boot                                                                              │
                                 │                                                                                                          │
                                 │    63 │   │   │   log_level="INFO",  ## Unused anyway!!                                                  │
                                 │    64 │   │   │   override_logs=override_logs,                                                           │
                                 │    65 │   │   )                                                                                          │
                                 │ ❱  66 │   │   for result in results:                                                                     │
                                 │    67 │   │   │   if not result:                                                                         │
                                 │    68 │   │   │   │   break                                                                              │
                                 │    69 │   │   │   log.debug(                                                                             │
                                 │                                                                                                          │
                                 │ /nfs/home/emmuhamm/temp/NFD_DEV_251117_A9/.venv/lib/python3.10/site-packages/drunc/process_manager/proce │
                                 │ ss_manager_driver.py:83 in boot                                                                          │
                                 │                                                                                                          │
                                 │    80 │   │   self._consolidate_config(session_name, conf_file)                                          │
                                 │    81 │   │                                                                                              │
                                 │    82 │   │   # Step 2 - initialise session                                                              │
                                 │ ❱  83 │   │   db, session_dal = self._initialise_session(conf_file, conf_id)                             │
                                 │    84 │   │                                                                                              │
                                 │    85 │   │   # Step 3 - connect_to_service                                                              │
                                 │    86 │   │   csc, connection_server, connection_port = self._connect_to_service(                        │
                                 │                                                                                                          │
                                 │ /nfs/home/emmuhamm/temp/NFD_DEV_251117_A9/.venv/lib/python3.10/site-packages/drunc/process_manager/proce │
                                 │ ss_manager_driver.py:354 in _initialise_session                                                          │
                                 │                                                                                                          │
                                 │   351 │   def _initialise_session(self, conf_file: str, conf_id: str) -> tuple:                          │
                                 │   352 │   │   import conffwk  # isort: skip                                                              │
                                 │   353 │   │                                                                                              │
                                 │ ❱ 354 │   │   db = conffwk.Configuration(conf_file)                                                      │
                                 │   355 │   │   session_dal = db.get_dal(class_name="Session", uid=conf_id)                                │
                                 │   356 │   │   return db, session_dal                                                                     │
                                 │   357                                                                                                    │
                                 │                                                                                                          │
                                 │ /cvmfs/dunedaq-development.opensciencegrid.org/nightly/NB_DEV_251117_A9/spack-0.22.0/opt/spack/linux-alm │
                                 │ alinux9-x86_64/gcc-13.2.0/conffwk-NB_DEV_251117_A9-4iwmj46jaajyksr74gonnylvfsrnxeqe/lib64/python/conffwk │
                                 │ /Configuration.py:68 in __init__                                                                         │
                                 │                                                                                                          │
                                 │    65 │   │   except RuntimeError:                                                                       │
                                 │    66 │   │   │   preamble = f"Unable to open database off of \"{connection}\""                          │
                                 │    67 │   │   │   if not re.search(r"^oksconflibs:", connection):                                        │
                                 │ ❱  68 │   │   │   │   raise RuntimeError(f"""                                                            │
                                 │    69 {preamble}; one reason is that it looks                                                            │
                                 │    70 like the database type wasn't specified in the name (i.e. \"oksconflibs:<filename>\")              │
                                 │    71 """)                                                                                               │
                                 ╰──────────────────────────────────────────────────────────────────────────────────────────────────────────╯
                                 RuntimeError:                                                                                               
                                 Unable to open database off of "config/daqsystemtest/example-configs.data.xml"; one reason is that it looks 
                                 like the database type wasn't specified in the name (i.e. "oksconflibs:<filename>")                         
                                                                                                                                             
Traceback (most recent call last):
  File "/cvmfs/dunedaq-development.opensciencegrid.org/nightly/NB_DEV_251117_A9/spack-0.22.0/opt/spack/linux-almalinux9-x86_64/gcc-13.2.0/conffwk-NB_DEV_251117_A9-4iwmj46jaajyksr74gonnylvfsrnxeqe/lib64/python/conffwk/Configuration.py", line 64, in __init__
    super(Configuration, self).__init__(connection)
  File "/cvmfs/dunedaq-development.opensciencegrid.org/nightly/NB_DEV_251117_A9/spack-0.22.0/opt/spack/linux-almalinux9-x86_64/gcc-13.2.0/conffwk-NB_DEV_251117_A9-4iwmj46jaajyksr74gonnylvfsrnxeqe/lib64/python/conffwk/proxy.py", line 89, in initfun
    obj = memberclass(*args, **kwds)
RuntimeError: failed to load implementation plug-in 'libconfig/daqsystemtest/example-configs.data.xml.so': "libconfig/daqsystemtest/example-configs.data.xml.so: cannot open shared object file: No such file or directory"

During handling of the above exception, another exception occurred:

RuntimeError: 
Unable to open database off of "config/daqsystemtest/example-configs.data.xml"; one reason is that it looks 
like the database type wasn't specified in the name (i.e. "oksconflibs:<filename>")

Running OKS dump

oks_dump -f <filename>, where filename is config/daqsystemtest/example-configs.data.xml.

Can be checked to see if anything happens, and as discussed with Pawel it looks okay.

OKS dump output
(dbt) [emmuhamm@np04-srv-019 NFD_DEV_251117_A9]$ oks_dump -f config/daqsystemtest/example-configs.data.xml
Reading data file "/cvmfs/dunedaq-development.opensciencegrid.org/nightly/NFD_DEV_251117_A9/spack-0.22.0/opt/spack/linux-almalinux9-x86_64/gcc-13.2.0/daqsystemtest-NFD_DEV_251117_A9-ft7xkdzrn7a2svalvtfbmwbzpjj5ht6e/share/config/daqsystemtest/example-configs.data.xml" in normal format (10988 bytes)...
(non-fully-qualified filename was "config/daqsystemtest/example-configs.data.xml")
 * loading 49 classes from file "/cvmfs/dunedaq-development.opensciencegrid.org/nightly/NB_DEV_251117_A9/spack-0.22.0/opt/spack/linux-almalinux9-x86_64/gcc-13.2.0/confmodel-NB_DEV_251117_A9-aebmcqlmq5rhz2ph5qfwlbmpmttk3mii/share/schema/confmodel/dunedaq.schema.xml"...
 * reading data file "/cvmfs/dunedaq-development.opensciencegrid.org/nightly/NFD_DEV_251117_A9/spack-0.22.0/opt/spack/linux-almalinux9-x86_64/gcc-13.2.0/daqsystemtest-NFD_DEV_251117_A9-ft7xkdzrn7a2svalvtfbmwbzpjj5ht6e/share/config/daqsystemtest/ccm.data.xml" in normal format (10284 bytes)...
 * reading data file "/cvmfs/dunedaq-development.opensciencegrid.org/nightly/NFD_DEV_251117_A9/spack-0.22.0/opt/spack/linux-almalinux9-x86_64/gcc-13.2.0/daqsystemtest-NFD_DEV_251117_A9-ft7xkdzrn7a2svalvtfbmwbzpjj5ht6e/share/config/daqsystemtest/fsm.data.xml" in normal format (14530 bytes)...
 * reading data file "/cvmfs/dunedaq-development.opensciencegrid.org/nightly/NFD_DEV_251117_A9/spack-0.22.0/opt/spack/linux-almalinux9-x86_64/gcc-13.2.0/daqsystemtest-NFD_DEV_251117_A9-ft7xkdzrn7a2svalvtfbmwbzpjj5ht6e/share/config/daqsystemtest/hosts.data.xml" in normal format (3685 bytes)...
 * reading data file "/cvmfs/dunedaq-development.opensciencegrid.org/nightly/NFD_DEV_251117_A9/spack-0.22.0/opt/spack/linux-almalinux9-x86_64/gcc-13.2.0/daqsystemtest-NFD_DEV_251117_A9-ft7xkdzrn7a2svalvtfbmwbzpjj5ht6e/share/config/daqsystemtest/ru-segment.data.xml" in normal format (22439 bytes)...
 * loading 66 classes from file "/cvmfs/dunedaq-development.opensciencegrid.org/nightly/NB_DEV_251117_A9/spack-0.22.0/opt/spack/linux-almalinux9-x86_64/gcc-13.2.0/appmodel-NB_DEV_251117_A9-5istjv6f4lx5y3yfsfqsn4qnfvvhpjxa/share/schema/appmodel/application.schema.xml"...
 * loading 33 classes from file "/cvmfs/dunedaq-development.opensciencegrid.org/nightly/NB_DEV_251117_A9/spack-0.22.0/opt/spack/linux-almalinux9-x86_64/gcc-13.2.0/appmodel-NB_DEV_251117_A9-5istjv6f4lx5y3yfsfqsn4qnfvvhpjxa/share/schema/appmodel/fdmodules.schema.xml"...
 * loading 8 classes from file "/cvmfs/dunedaq-development.opensciencegrid.org/nightly/NB_DEV_251117_A9/spack-0.22.0/opt/spack/linux-almalinux9-x86_64/gcc-13.2.0/appmodel-NB_DEV_251117_A9-5istjv6f4lx5y3yfsfqsn4qnfvvhpjxa/share/schema/appmodel/wiec.schema.xml"...
 * loading 10 classes from file "/cvmfs/dunedaq-development.opensciencegrid.org/nightly/NB_DEV_251117_A9/spack-0.22.0/opt/spack/linux-almalinux9-x86_64/gcc-13.2.0/appmodel-NB_DEV_251117_A9-5istjv6f4lx5y3yfsfqsn4qnfvvhpjxa/share/schema/appmodel/hermes.schema.xml"...
 * reading data file "/cvmfs/dunedaq-development.opensciencegrid.org/nightly/NFD_DEV_251117_A9/spack-0.22.0/opt/spack/linux-almalinux9-x86_64/gcc-13.2.0/daqsystemtest-NFD_DEV_251117_A9-ft7xkdzrn7a2svalvtfbmwbzpjj5ht6e/share/config/daqsystemtest/connections.data.xml" in normal format (21547 bytes)...
 * loading 57 classes from file "/cvmfs/dunedaq-development.opensciencegrid.org/nightly/NB_DEV_251117_A9/spack-0.22.0/opt/spack/linux-almalinux9-x86_64/gcc-13.2.0/appmodel-NB_DEV_251117_A9-5istjv6f4lx5y3yfsfqsn4qnfvvhpjxa/share/schema/appmodel/trigger.schema.xml"...
 * reading data file "/cvmfs/dunedaq-development.opensciencegrid.org/nightly/NFD_DEV_251117_A9/spack-0.22.0/opt/spack/linux-almalinux9-x86_64/gcc-13.2.0/daqsystemtest-NFD_DEV_251117_A9-ft7xkdzrn7a2svalvtfbmwbzpjj5ht6e/share/config/daqsystemtest/moduleconfs.data.xml" in normal format (39488 bytes)...
 * reading data file "/cvmfs/dunedaq-development.opensciencegrid.org/nightly/NFD_DEV_251117_A9/spack-0.22.0/opt/spack/linux-almalinux9-x86_64/gcc-13.2.0/daqsystemtest-NFD_DEV_251117_A9-ft7xkdzrn7a2svalvtfbmwbzpjj5ht6e/share/config/daqsystemtest/df-segment.data.xml" in normal format (9804 bytes)...
 * reading data file "/cvmfs/dunedaq-development.opensciencegrid.org/nightly/NFD_DEV_251117_A9/spack-0.22.0/opt/spack/linux-almalinux9-x86_64/gcc-13.2.0/daqsystemtest-NFD_DEV_251117_A9-ft7xkdzrn7a2svalvtfbmwbzpjj5ht6e/share/config/daqsystemtest/hsi-fake-segment.data.xml" in normal format (7512 bytes)...
 * reading data file "/cvmfs/dunedaq-development.opensciencegrid.org/nightly/NFD_DEV_251117_A9/spack-0.22.0/opt/spack/linux-almalinux9-x86_64/gcc-13.2.0/daqsystemtest-NFD_DEV_251117_A9-ft7xkdzrn7a2svalvtfbmwbzpjj5ht6e/share/config/daqsystemtest/trigger-segment.data.xml" in normal format (9216 bytes)...
/cvmfs/dunedaq-development.opensciencegrid.org/nightly/NB_DEV_251117_A9/spack-0.22.0/opt/spack/linux-almalinux9-x86_64/gcc-13.2.0/appmodel-NB_DEV_251117_A9-5istjv6f4lx5y3yfsfqsn4qnfvvhpjxa/share/schema/appmodel/application.schema.xml
/cvmfs/dunedaq-development.opensciencegrid.org/nightly/NB_DEV_251117_A9/spack-0.22.0/opt/spack/linux-almalinux9-x86_64/gcc-13.2.0/appmodel-NB_DEV_251117_A9-5istjv6f4lx5y3yfsfqsn4qnfvvhpjxa/share/schema/appmodel/fdmodules.schema.xml
/cvmfs/dunedaq-development.opensciencegrid.org/nightly/NB_DEV_251117_A9/spack-0.22.0/opt/spack/linux-almalinux9-x86_64/gcc-13.2.0/appmodel-NB_DEV_251117_A9-5istjv6f4lx5y3yfsfqsn4qnfvvhpjxa/share/schema/appmodel/hermes.schema.xml
/cvmfs/dunedaq-development.opensciencegrid.org/nightly/NB_DEV_251117_A9/spack-0.22.0/opt/spack/linux-almalinux9-x86_64/gcc-13.2.0/appmodel-NB_DEV_251117_A9-5istjv6f4lx5y3yfsfqsn4qnfvvhpjxa/share/schema/appmodel/trigger.schema.xml
/cvmfs/dunedaq-development.opensciencegrid.org/nightly/NB_DEV_251117_A9/spack-0.22.0/opt/spack/linux-almalinux9-x86_64/gcc-13.2.0/appmodel-NB_DEV_251117_A9-5istjv6f4lx5y3yfsfqsn4qnfvvhpjxa/share/schema/appmodel/wiec.schema.xml
/cvmfs/dunedaq-development.opensciencegrid.org/nightly/NB_DEV_251117_A9/spack-0.22.0/opt/spack/linux-almalinux9-x86_64/gcc-13.2.0/confmodel-NB_DEV_251117_A9-aebmcqlmq5rhz2ph5qfwlbmpmttk3mii/share/schema/confmodel/dunedaq.schema.xml
/cvmfs/dunedaq-development.opensciencegrid.org/nightly/NFD_DEV_251117_A9/spack-0.22.0/opt/spack/linux-almalinux9-x86_64/gcc-13.2.0/daqsystemtest-NFD_DEV_251117_A9-ft7xkdzrn7a2svalvtfbmwbzpjj5ht6e/share/config/daqsystemtest/ccm.data.xml
/cvmfs/dunedaq-development.opensciencegrid.org/nightly/NFD_DEV_251117_A9/spack-0.22.0/opt/spack/linux-almalinux9-x86_64/gcc-13.2.0/daqsystemtest-NFD_DEV_251117_A9-ft7xkdzrn7a2svalvtfbmwbzpjj5ht6e/share/config/daqsystemtest/connections.data.xml
/cvmfs/dunedaq-development.opensciencegrid.org/nightly/NFD_DEV_251117_A9/spack-0.22.0/opt/spack/linux-almalinux9-x86_64/gcc-13.2.0/daqsystemtest-NFD_DEV_251117_A9-ft7xkdzrn7a2svalvtfbmwbzpjj5ht6e/share/config/daqsystemtest/df-segment.data.xml
/cvmfs/dunedaq-development.opensciencegrid.org/nightly/NFD_DEV_251117_A9/spack-0.22.0/opt/spack/linux-almalinux9-x86_64/gcc-13.2.0/daqsystemtest-NFD_DEV_251117_A9-ft7xkdzrn7a2svalvtfbmwbzpjj5ht6e/share/config/daqsystemtest/example-configs.data.xml
/cvmfs/dunedaq-development.opensciencegrid.org/nightly/NFD_DEV_251117_A9/spack-0.22.0/opt/spack/linux-almalinux9-x86_64/gcc-13.2.0/daqsystemtest-NFD_DEV_251117_A9-ft7xkdzrn7a2svalvtfbmwbzpjj5ht6e/share/config/daqsystemtest/fsm.data.xml
/cvmfs/dunedaq-development.opensciencegrid.org/nightly/NFD_DEV_251117_A9/spack-0.22.0/opt/spack/linux-almalinux9-x86_64/gcc-13.2.0/daqsystemtest-NFD_DEV_251117_A9-ft7xkdzrn7a2svalvtfbmwbzpjj5ht6e/share/config/daqsystemtest/hosts.data.xml
/cvmfs/dunedaq-development.opensciencegrid.org/nightly/NFD_DEV_251117_A9/spack-0.22.0/opt/spack/linux-almalinux9-x86_64/gcc-13.2.0/daqsystemtest-NFD_DEV_251117_A9-ft7xkdzrn7a2svalvtfbmwbzpjj5ht6e/share/config/daqsystemtest/hsi-fake-segment.data.xml
/cvmfs/dunedaq-development.opensciencegrid.org/nightly/NFD_DEV_251117_A9/spack-0.22.0/opt/spack/linux-almalinux9-x86_64/gcc-13.2.0/daqsystemtest-NFD_DEV_251117_A9-ft7xkdzrn7a2svalvtfbmwbzpjj5ht6e/share/config/daqsystemtest/moduleconfs.data.xml
/cvmfs/dunedaq-development.opensciencegrid.org/nightly/NFD_DEV_251117_A9/spack-0.22.0/opt/spack/linux-almalinux9-x86_64/gcc-13.2.0/daqsystemtest-NFD_DEV_251117_A9-ft7xkdzrn7a2svalvtfbmwbzpjj5ht6e/share/config/daqsystemtest/ru-segment.data.xml
/cvmfs/dunedaq-development.opensciencegrid.org/nightly/NFD_DEV_251117_A9/spack-0.22.0/opt/spack/linux-almalinux9-x86_64/gcc-13.2.0/daqsystemtest-NFD_DEV_251117_A9-ft7xkdzrn7a2svalvtfbmwbzpjj5ht6e/share/config/daqsystemtest/trigger-segment.data.xml
 * close OKS data "/cvmfs/dunedaq-development.opensciencegrid.org/nightly/NFD_DEV_251117_A9/spack-0.22.0/opt/spack/linux-almalinux9-x86_64/gcc-13.2.0/daqsystemtest-NFD_DEV_251117_A9-ft7xkdzrn7a2svalvtfbmwbzpjj5ht6e/share/config/daqsystemtest/ccm.data.xml"...
 * close OKS data "/cvmfs/dunedaq-development.opensciencegrid.org/nightly/NFD_DEV_251117_A9/spack-0.22.0/opt/spack/linux-almalinux9-x86_64/gcc-13.2.0/daqsystemtest-NFD_DEV_251117_A9-ft7xkdzrn7a2svalvtfbmwbzpjj5ht6e/share/config/daqsystemtest/connections.data.xml"...
 * close OKS data "/cvmfs/dunedaq-development.opensciencegrid.org/nightly/NFD_DEV_251117_A9/spack-0.22.0/opt/spack/linux-almalinux9-x86_64/gcc-13.2.0/daqsystemtest-NFD_DEV_251117_A9-ft7xkdzrn7a2svalvtfbmwbzpjj5ht6e/share/config/daqsystemtest/df-segment.data.xml"...
Close OKS data "/cvmfs/dunedaq-development.opensciencegrid.org/nightly/NFD_DEV_251117_A9/spack-0.22.0/opt/spack/linux-almalinux9-x86_64/gcc-13.2.0/daqsystemtest-NFD_DEV_251117_A9-ft7xkdzrn7a2svalvtfbmwbzpjj5ht6e/share/config/daqsystemtest/example-configs.data.xml"...
 * close OKS data "/cvmfs/dunedaq-development.opensciencegrid.org/nightly/NFD_DEV_251117_A9/spack-0.22.0/opt/spack/linux-almalinux9-x86_64/gcc-13.2.0/daqsystemtest-NFD_DEV_251117_A9-ft7xkdzrn7a2svalvtfbmwbzpjj5ht6e/share/config/daqsystemtest/fsm.data.xml"...
 * close OKS data "/cvmfs/dunedaq-development.opensciencegrid.org/nightly/NFD_DEV_251117_A9/spack-0.22.0/opt/spack/linux-almalinux9-x86_64/gcc-13.2.0/daqsystemtest-NFD_DEV_251117_A9-ft7xkdzrn7a2svalvtfbmwbzpjj5ht6e/share/config/daqsystemtest/hosts.data.xml"...
 * close OKS data "/cvmfs/dunedaq-development.opensciencegrid.org/nightly/NFD_DEV_251117_A9/spack-0.22.0/opt/spack/linux-almalinux9-x86_64/gcc-13.2.0/daqsystemtest-NFD_DEV_251117_A9-ft7xkdzrn7a2svalvtfbmwbzpjj5ht6e/share/config/daqsystemtest/hsi-fake-segment.data.xml"...
 * close OKS data "/cvmfs/dunedaq-development.opensciencegrid.org/nightly/NFD_DEV_251117_A9/spack-0.22.0/opt/spack/linux-almalinux9-x86_64/gcc-13.2.0/daqsystemtest-NFD_DEV_251117_A9-ft7xkdzrn7a2svalvtfbmwbzpjj5ht6e/share/config/daqsystemtest/moduleconfs.data.xml"...
 * close OKS data "/cvmfs/dunedaq-development.opensciencegrid.org/nightly/NFD_DEV_251117_A9/spack-0.22.0/opt/spack/linux-almalinux9-x86_64/gcc-13.2.0/daqsystemtest-NFD_DEV_251117_A9-ft7xkdzrn7a2svalvtfbmwbzpjj5ht6e/share/config/daqsystemtest/ru-segment.data.xml"...
 * close OKS data "/cvmfs/dunedaq-development.opensciencegrid.org/nightly/NFD_DEV_251117_A9/spack-0.22.0/opt/spack/linux-almalinux9-x86_64/gcc-13.2.0/daqsystemtest-NFD_DEV_251117_A9-ft7xkdzrn7a2svalvtfbmwbzpjj5ht6e/share/config/daqsystemtest/trigger-segment.data.xml"...
 * close OKS schema "/cvmfs/dunedaq-development.opensciencegrid.org/nightly/NB_DEV_251117_A9/spack-0.22.0/opt/spack/linux-almalinux9-x86_64/gcc-13.2.0/appmodel-NB_DEV_251117_A9-5istjv6f4lx5y3yfsfqsn4qnfvvhpjxa/share/schema/appmodel/application.schema.xml"...
 * close OKS schema "/cvmfs/dunedaq-development.opensciencegrid.org/nightly/NB_DEV_251117_A9/spack-0.22.0/opt/spack/linux-almalinux9-x86_64/gcc-13.2.0/appmodel-NB_DEV_251117_A9-5istjv6f4lx5y3yfsfqsn4qnfvvhpjxa/share/schema/appmodel/fdmodules.schema.xml"...
 * close OKS schema "/cvmfs/dunedaq-development.opensciencegrid.org/nightly/NB_DEV_251117_A9/spack-0.22.0/opt/spack/linux-almalinux9-x86_64/gcc-13.2.0/appmodel-NB_DEV_251117_A9-5istjv6f4lx5y3yfsfqsn4qnfvvhpjxa/share/schema/appmodel/hermes.schema.xml"...
 * close OKS schema "/cvmfs/dunedaq-development.opensciencegrid.org/nightly/NB_DEV_251117_A9/spack-0.22.0/opt/spack/linux-almalinux9-x86_64/gcc-13.2.0/appmodel-NB_DEV_251117_A9-5istjv6f4lx5y3yfsfqsn4qnfvvhpjxa/share/schema/appmodel/trigger.schema.xml"...
 * close OKS schema "/cvmfs/dunedaq-development.opensciencegrid.org/nightly/NB_DEV_251117_A9/spack-0.22.0/opt/spack/linux-almalinux9-x86_64/gcc-13.2.0/appmodel-NB_DEV_251117_A9-5istjv6f4lx5y3yfsfqsn4qnfvvhpjxa/share/schema/appmodel/wiec.schema.xml"...
 * close OKS schema "/cvmfs/dunedaq-development.opensciencegrid.org/nightly/NB_DEV_251117_A9/spack-0.22.0/opt/spack/linux-almalinux9-x86_64/gcc-13.2.0/confmodel-NB_DEV_251117_A9-aebmcqlmq5rhz2ph5qfwlbmpmttk3mii/share/schema/confmodel/dunedaq.schema.xml"...
(dbt) [emmuhamm@np04-srv-019 NFD_DEV_251117_A9]$ 

Metadata

Metadata

Assignees

Labels

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions