JuliaCI / Coverage.jl

Take Julia code coverage and memory allocation results, do useful things with them
MIT License
174 stars 68 forks source link

Error on Travis when submitting to Coveralls #286

Closed ronisbr closed 4 years ago

ronisbr commented 4 years ago

Hi!

I am using this package on Travis to submit the results to Coveralls and I am getting this error message:

ERROR: HTTP.ExceptionRequest.StatusError(422, "POST", "/api/v1/jobs", HTTP.Messages.Response:
498"""
499HTTP/1.1 422 Unprocessable Entity
500Date: Thu, 05 Nov 2020 02:20:07 GMT
501Content-Type: application/json; charset=utf-8
502Content-Length: 121
503Connection: keep-alive
504Set-Cookie: __cfduid=d10bbb5339f9c8a006c289552bd20812f1604542807; expires=Sat, 05-Dec-20 02:20:07 GMT; path=/; domain=.coveralls.io; HttpOnly; SameSite=Lax
505Cache-Control: no-cache
506Status: 422 Unprocessable Entity
507Strict-Transport-Security: max-age=15552000
508X-Content-Type-Options: nosniff
509X-Frame-Options: SAMEORIGIN
510X-Powered-By: Phusion Passenger Enterprise 6.0.5
511X-Request-Id: 6ea62b62-7018-4f82-bb57-5fbbbd966f35
512X-Runtime: 0.373184
513X-XSS-Protection: 1; mode=block
514CF-Cache-Status: DYNAMIC
515cf-request-id: 0637cd5543000017fb0d3e4000000001
516Expect-CT: max-age=604800, report-uri="https://report-uri.cloudflare.com/cdn-cgi/beacon/expect-ct"
517Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report?s=hpINg34lWIDXqtP77amkqQHIqodtyy13AAx7YTE77G45q87ON%2F6K828JL1j5NGlLXhqbaQ4ALSFpbb6TE5tRU6HtaASYgaUrC0tKDgg%3D"}],"group":"cf-nel","max_age":604800}
518NEL: {"report_to":"cf-nel","max_age":604800}
519Server: cloudflare
520CF-RAY: 5ed31802087717fb-ATL
521
522{"message":"service_job_id (741529190) must be unique for Travis Jobs not supplying a Coveralls Repo Token","error":true}""")

I am not sure if the problem is with this package, Coverall, or Travis.

ronisbr commented 4 years ago

Never mind. Problem is coming and going. Seems some kind of instability somewhere. Sorry for the noise!