cal-itp / data-infra

Cal-ITP data infrastructure
https://docs.calitp.org/data-infra
GNU Affero General Public License v3.0
47 stars 12 forks source link

CalledProcessError: Command '['java', '-jar', '/gtfs-realtime-validator.jar', '-gtfs', '/tmp/tmpuqdpd_uu/gtfs.zip', '... #2554

Open cal-itp-sentry[bot] opened 1 year ago

cal-itp-sentry[bot] commented 1 year ago

Sentry Issue: CAL-ITP-DATA-INFRA-24DD

CalledProcessError: Command '['java', '-jar', '/gtfs-realtime-validator.jar', '-gtfs', '/tmp/tmpuqdpd_uu/gtfs.zip', '-gtfsRealtimePath', '/tmp/tmpuqdpd_uu/rt_5cb55aa2d061fe9b41335ec1650d27ef/', '-sort', 'name']' returned non-zero exit status 1.
  File "gtfs_rt_parser.py", line 634, in parse_and_validate
    return validate_and_upload(
  File "gtfs_rt_parser.py", line 377, in validate_and_upload
    execute_rt_validator(
  File "gtfs_rt_parser.py", line 360, in execute_rt_validator
    subprocess.run(
atvaccaro commented 1 year ago

This is due to duplicate data in CSVs; we should open an upstream issue asking whether we think the validator can handle this type of situation.