You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
13: Traceback (most recent call last):
13: File "/cvmfs/sw-nightlies.hsf.org/key4hep/releases/2024-07-08/x86_64-almalinux9-gcc11.4.1-opt/dd4hep/fe64884cac492f18574a8e2af37560667f7f3802_develop-6pb2jj/bin/ddsim", line 25, in <module>
13: sys.exit(RUNNER.run())
13: File "/cvmfs/sw-nightlies.hsf.org/key4hep/releases/2024-07-08/x86_64-almalinux9-gcc11.4.1-opt/dd4hep/fe64884cac492f18574a8e2af37560667f7f3802_develop-6pb2jj/lib/python3.10/site-packages/DDSim/DD4hepSimulation.py", line 494, in run
13: self.__setupSensitiveDetectors(detectors, function, defFilter, defAction, abort)
13: File "/cvmfs/sw-nightlies.hsf.org/key4hep/releases/2024-07-08/x86_64-almalinux9-gcc11.4.1-opt/dd4hep/fe64884cac492f18574a8e2af37560667f7f3802_develop-6pb2jj/lib/python3.10/site-packages/DDSim/DD4hepSimulation.py", line 652, in __setupSensitiveDetectors
13: seq, act = setupFunction(det, action)
13: File "/cvmfs/sw-nightlies.hsf.org/key4hep/releases/2024-07-08/x86_64-almalinux9-gcc11.4.1-opt/dd4hep/fe64884cac492f18574a8e2af37560667f7f3802_develop-6pb2jj/lib/python3.10/site-packages/DDG4.py", line 684, in setupCalorimeter
13: elif typ is not None and self.sensitive_types.get(typ):
13: TypeError: unhashable type: 'dict'
13: corrupted size vs. prev_size in fastbins
13: *** Break *** abort
Additional context
No response
The text was updated successfully, but these errors were encountered:
Check duplicate issues.
Goal
Hi,
The k4geo repository stores the geometry of detectors for future colliders. I noticed that CI failed with nightlies over the weekend:
https://github.com/key4hep/k4geo/actions/runs/9834053300/job/27145226265
I suspect about one of the last PR, #1288
Please, let us know if we can provide further information that could be useful to solve the issue.
Operating System and Version
Alma9
compiler
GCC 11.4
ROOT Version
6.30/06
DD4hep Version
master
Reproducer
the following steps will reproduce the error, in Alma9 (or Ubuntu22)
The error message is the following:
Additional context
No response
The text was updated successfully, but these errors were encountered: