LArSoft / larwirecell

This code is part of the Liquid Argon Software (LArSoft) project. It contains simulation and reconstruction algorithms for LAr TPC detectors. If you have a problem, please log a redmine issue: https://cdcvs.fnal.gov/redmine/projects/larsoft/issues/new
0 stars 18 forks source link

DUNE CI tests failing -- seemingly related to larwirecell/wirecell #19

Closed calcuttj closed 2 years ago

calcuttj commented 2 years ago

see for example https://dbweb8.fnal.gov:8443/LarCI/app/ns:dune/storage/docs/2022/05/06/stdout%23GUAReYh.log


64: cet::exception caught in art
65: ---- Configuration BEGIN
66:   make_tool: 
67:   ---- Configuration BEGIN
68:     UnknownPlugin
69:     ---- Configuration BEGIN
70:       Unable to load requested library /cvmfs/larsoft.opensciencegrid.org/products/larwirecell/v09_08_00/slf7.x86_64.e20.prof/lib/liblarwirecell_Tools_WCLS_tool.so
71:       /scratch/workspace/build-larsoft/BUILDTYPE/prof/QUAL/s112-e20/label1/swarm/label2/SLF7/build/wirecell/v0_18_0/Linux64bit+3.10-2.17-e20-prof/lib64/libWireCellApps.so: cannot open shared object file: No such file or directory
72:     ---- Configuration END
73:     Plugin WCLS with version Unknown was not registered.
74:     Perhaps your plugin type is misspelled or is not a plugin recognized by this
75:     system.
76:   ---- Configuration END
77:   Exception caught while processing plugin spec: WCLS
78: ---- Configuration END
79: %MSG
80: Art has completed and will exit with status 9.```

This is after upgrading to larsoft v09_50_00
calcuttj commented 2 years ago

If there is a more relevant place to submit this issue, please let me know

calcuttj commented 2 years ago

Looking at the stated library, some dependencies are seemingly pointing to the build machine

srcs$ ldd /cvmfs/larsoft.opensciencegrid.org/products/larwirecell/v09_08_00/slf7.x86_64.e20.prof/lib/liblarwirecell_Tools_WCLS_tool.so
...... (skipping lines)
    linux-vdso.so.1 =>  (0x00007ffd17161000)
    /scratch/workspace/build-larsoft/BUILDTYPE/prof/QUAL/s112-e20/label1/swarm/label2/SLF7/build/wirecell/v0_18_0/Linux64bit+3.10-2.17-e20-prof/lib64/libWireCellApps.so => not found
    /scratch/workspace/build-larsoft/BUILDTYPE/prof/QUAL/s112-e20/label1/swarm/label2/SLF7/build/wirecell/v0_18_0/Linux64bit+3.10-2.17-e20-prof/lib64/libWireCellUtil.so => not found
    /scratch/workspace/build-larsoft/BUILDTYPE/prof/QUAL/s112-e20/label1/swarm/label2/SLF7/build/wirecell/v0_18_0/Linux64bit+3.10-2.17-e20-prof/lib64/libWireCellIface.so => not found
.... (skipping lines)
lgarren commented 2 years ago

Please use the LArSoft redmine issue tracker https://cdcvs.fnal.gov/redmine/projects/larsoft/issues/new

calcuttj commented 2 years ago

Done. Feel free to close this one

lgarren commented 2 years ago

Thanks @calcuttj