Skip to content

Instantly share code, notes, and snippets.

@pdeperio
Created May 1, 2016 20:00
Show Gist options
  • Save pdeperio/e6b28fdb21263f3428bdce0a18378cb3 to your computer and use it in GitHub Desktop.
Save pdeperio/e6b28fdb21263f3428bdce0a18378cb3 to your computer and use it in GitHub Desktop.
pax crash
discarding /project/lgrandi/anaconda3/envs/pax_head/bin from PATH
prepending /project/lgrandi/anaconda3/envs/pax_head/bin to PATH
Activate: ROOT has been sourced. Environment settings are ready.
ROOTSYS=/project/lgrandi/anaconda3/envs/pax_head
python /project/lgrandi/deployHQ/cax/cax/tasks/process.py 160501_1745 /project/lgrandi/xenon1t/160501_1745 midway-login1
processor MainProcess L89 INFO This is PAX version 4.9.1, running with configuration for XENON1T.
ReadZipped MainProcess L101 INFO InputFromFolder: Selecting file /project/lgrandi/xenon1t/160501_1745/XENON1T-0-000000000-000000496-000000497.zip (number 1/1 in folder) for reading
#error "You need a ISO C conforming compiler to use the glibc headers"
*** Interpreter error recovered ***
Event: 0%| | 0/497 [00:00<?, ?it/s]FindHits MainProcess L266 WARNING [Event 0] Event has no pulses??!
ROOT.TBranchElement.InitializeOffsets MainProcess L98 CRITICAL Could not find the real data member 'area_per_channel' when constructing the branch 'peaks' [Likely an internal error, please report to the developers].
Traceback (most recent call last):
File "_ctypes/callbacks.c", line 234, in 'calling callback function'
File "/project/lgrandi/anaconda3/envs/pax_head/lib/python3.4/site-packages/rootpy/logger/roothandler.py", line 123, in python_logging_error_handler
log.CRITICAL("abort().. expect a stack trace")
TypeError: 'int' object is not callable
ROOT.TBranchElement.InitializeOffsets MainProcess L98 CRITICAL Could not find the real data member 'hits_per_channel' when constructing the branch 'peaks' [Likely an internal error, please report to the developers].
Traceback (most recent call last):
File "_ctypes/callbacks.c", line 234, in 'calling callback function'
File "/project/lgrandi/anaconda3/envs/pax_head/lib/python3.4/site-packages/rootpy/logger/roothandler.py", line 123, in python_logging_error_handler
log.CRITICAL("abort().. expect a stack trace")
TypeError: 'int' object is not callable
ROOT.TBranchElement.InitializeOffsets MainProcess L98 CRITICAL Could not find the real data member 'n_saturated_per_channel' when constructing the branch 'peaks' [Likely an internal error, please report to the developers].
Traceback (most recent call last):
File "_ctypes/callbacks.c", line 234, in 'calling callback function'
File "/project/lgrandi/anaconda3/envs/pax_head/lib/python3.4/site-packages/rootpy/logger/roothandler.py", line 123, in python_logging_error_handler
log.CRITICAL("abort().. expect a stack trace")
TypeError: 'int' object is not callable
ROOT.TBranchElement.InitializeOffsets MainProcess L98 CRITICAL Could not find the real data member 'sum_waveform' when constructing the branch 'peaks' [Likely an internal error, please report to the developers].
Traceback (most recent call last):
File "_ctypes/callbacks.c", line 234, in 'calling callback function'
File "/project/lgrandi/anaconda3/envs/pax_head/lib/python3.4/site-packages/rootpy/logger/roothandler.py", line 123, in python_logging_error_handler
log.CRITICAL("abort().. expect a stack trace")
TypeError: 'int' object is not callable
ROOT.TBranchElement.InitializeOffsets MainProcess L98 CRITICAL Could not find the real data member 'sum_waveform_top' when constructing the branch 'peaks' [Likely an internal error, please report to the developers].
Traceback (most recent call last):
File "_ctypes/callbacks.c", line 234, in 'calling callback function'
File "/project/lgrandi/anaconda3/envs/pax_head/lib/python3.4/site-packages/rootpy/logger/roothandler.py", line 123, in python_logging_error_handler
log.CRITICAL("abort().. expect a stack trace")
TypeError: 'int' object is not callable
Event: 0%| | 1/497 [00:00<03:23, 2.44it/s]FindHits MainProcess L266 WARNING [Event 1] Event has no pulses??!
FindHits MainProcess L266 WARNING [Event 2] Event has no pulses??!
FindHits MainProcess L266 WARNING [Event 3] Event has no pulses??!
FindHits MainProcess L266 WARNING [Event 4] Event has no pulses??!
FindHits MainProcess L266 WARNING [Event 5] Event has no pulses??!
FindHits MainProcess L266 WARNING [Event 6] Event has no pulses??!
FindHits MainProcess L266 WARNING [Event 7] Event has no pulses??!
FindHits MainProcess L266 WARNING [Event 8] Event has no pulses??!
FindHits MainProcess L266 WARNING [Event 9] Event has no pulses??!
FindHits MainProcess L266 WARNING [Event 10] Event has no pulses??!
FindHits MainProcess L266 WARNING [Event 11] Event has no pulses??!
/project/lgrandi/anaconda3/envs/pax_head/lib/python3.4/site-packages/numpy/lib/shape_base.py:873: VisibleDeprecationWarning: using a non-integer number instead of an integer will result in an error in the future
return c.reshape(shape_out)
/project/lgrandi/anaconda3/envs/pax_head/lib/python3.4/site-packages/numpy/lib/nanfunctions.py:227: RuntimeWarning: All-NaN axis encountered
warnings.warn("All-NaN axis encountered", RuntimeWarning)
/project/lgrandi/anaconda3/envs/pax_head/lib/python3.4/site-packages/numpy/lib/nanfunctions.py:326: RuntimeWarning: All-NaN slice encountered
warnings.warn("All-NaN slice encountered", RuntimeWarning)
processing 160501_1745 /project/lgrandi/xenon1t/160501_1745
Output file /project/lgrandi/xenon1t/160501_1745.root already exists, overwriting.
Traceback (most recent call last):
File "/project/lgrandi/deployHQ/cax/cax/tasks/process.py", line 164, in <module>
process(sys.argv[1], sys.argv[2], sys.argv[3])
File "/project/lgrandi/deployHQ/cax/cax/tasks/process.py", line 72, in process
p.run()
File "/project/lgrandi/anaconda3/envs/pax_head/lib/python3.4/site-packages/pax-4.9.1-py3.4.egg/pax/core.py", line 505, in run
self.process_event(event)
File "/project/lgrandi/anaconda3/envs/pax_head/lib/python3.4/site-packages/pax-4.9.1-py3.4.egg/pax/core.py", line 361, in process_event
event = plugin.process_event(event)
File "/project/lgrandi/anaconda3/envs/pax_head/lib/python3.4/site-packages/pax-4.9.1-py3.4.egg/pax/plugin.py", line 90, in process_event
event = self._process_event(event)
File "/project/lgrandi/anaconda3/envs/pax_head/lib/python3.4/site-packages/pax-4.9.1-py3.4.egg/pax/plugin.py", line 107, in _process_event
return self.transform_event(event)
File "/project/lgrandi/anaconda3/envs/pax_head/lib/python3.4/site-packages/pax-4.9.1-py3.4.egg/pax/plugins/io/ROOTClass.py", line 74, in transform_event
self.set_root_object_attrs(event, root_event)
File "/project/lgrandi/anaconda3/envs/pax_head/lib/python3.4/site-packages/pax-4.9.1-py3.4.egg/pax/plugins/io/ROOTClass.py", line 114, in set_root_object_attrs
self.set_root_object_attrs(element_python_object, element_root_object)
File "/project/lgrandi/anaconda3/envs/pax_head/lib/python3.4/site-packages/pax-4.9.1-py3.4.egg/pax/plugins/io/ROOTClass.py", line 123, in set_root_object_attrs
root_field_type = root_field.typecode
AttributeError: 'float' object has no attribute 'typecode'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment