Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- (env) root@cb9d89caa5e7:/tmp/traveler-integrated# ./bundle.py --otf2 /root/workspace/apex.819743/release/proc40/OTF2_archive/APEX.otf2 --db_dir /root/workspace/traveler-plot-data
- #################################
- Adding data for: 2de4e77f-1bb5-42d9-8c97-32ebc63b1185 (Untitled dataset)
- Parsing OTF2 events (.=2500 events)
- Error encountered; purging corrupted data for: 2de4e77f-1bb5-42d9-8c97-32ebc63b1185
- Traceback (most recent call last):
- File "/tmp/traveler-integrated/./bundle.py", line 185, in <module>
- asyncio.get_event_loop().run_until_complete(main())
- File "/usr/lib/python3.10/asyncio/base_events.py", line 649, in run_until_complete
- return future.result()
- File "/tmp/traveler-integrated/./bundle.py", line 174, in main
- await db.processOtf2(datasetId, FakeFile(paths['otf2']))
- File "/tmp/traveler-integrated/data_store/_otf2_functions.py", line 60, in processOtf2
- await self.processRawTrace(datasetId, file, log)
- File "/tmp/traveler-integrated/data_store/_otf2_functions.py", line 132, in processRawTrace
- counts = self.processEvent(datasetId, currentEvent)
- File "/tmp/traveler-integrated/data_store/_otf2_functions.py", line 54, in processEvent
- self.sortedEventsByLocation[event['Location']].add((event['Timestamp'], event))
- File "/tmp/env/lib/python3.10/site-packages/sortedcontainers/sortedlist.py", line 272, in add
- pos = bisect_right(_maxes, value)
- TypeError: '<' not supported between instances of 'dict' and 'dict'
Advertisement
Add Comment
Please, Sign In to add comment