satacker

Untitled

Sep 29th, 2023
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. (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
  2. #################################
  3. Adding data for: 2de4e77f-1bb5-42d9-8c97-32ebc63b1185 (Untitled dataset)
  4. Parsing OTF2 events (.=2500 events)
  5. Error encountered; purging corrupted data for: 2de4e77f-1bb5-42d9-8c97-32ebc63b1185
  6. Traceback (most recent call last):
  7. File "/tmp/traveler-integrated/./bundle.py", line 185, in <module>
  8. asyncio.get_event_loop().run_until_complete(main())
  9. File "/usr/lib/python3.10/asyncio/base_events.py", line 649, in run_until_complete
  10. return future.result()
  11. File "/tmp/traveler-integrated/./bundle.py", line 174, in main
  12. await db.processOtf2(datasetId, FakeFile(paths['otf2']))
  13. File "/tmp/traveler-integrated/data_store/_otf2_functions.py", line 60, in processOtf2
  14. await self.processRawTrace(datasetId, file, log)
  15. File "/tmp/traveler-integrated/data_store/_otf2_functions.py", line 132, in processRawTrace
  16. counts = self.processEvent(datasetId, currentEvent)
  17. File "/tmp/traveler-integrated/data_store/_otf2_functions.py", line 54, in processEvent
  18. self.sortedEventsByLocation[event['Location']].add((event['Timestamp'], event))
  19. File "/tmp/env/lib/python3.10/site-packages/sortedcontainers/sortedlist.py", line 272, in add
  20. pos = bisect_right(_maxes, value)
  21. TypeError: '<' not supported between instances of 'dict' and 'dict'
Advertisement
Add Comment
Please, Sign In to add comment