hypothesis / report

The internal global reporting product for Hypothesis
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

Daily report fails with: ImportError: Error relocating /usr/local/lib/python3.11/lib-dynload/pyexpat.cpython-311-x86_64-linux-musl.so #368

Closed sentry-io[bot] closed 4 months ago

sentry-io[bot] commented 4 months ago

Sentry Issue: REPORT-1F

ImportError: Error relocating /usr/local/lib/python3.11/lib-dynload/pyexpat.cpython-311-x86_64-linux-musl.so: XML_SetReparseDeferralEnabled: symbol not found
(6 additional frame(s) were not displayed)
...
  File "run_data_task.py", line 84, in <module>
    main()
  File "run_data_task.py", line 76, in main
    for step in script.execute(connection, dry_run=args.dry_run):
  File "01_hubspot_import.py", line 112, in main
    owners = list(api_client.get_owners())
  File "report/data_sources/hubspot/client.py", line 199, in get_owners
    return (owner.to_dict() for owner in self.api_client.crm.owners.get_all())