Invalid top element #464
-
Beta Was this translation helpful? Give feedback.
Replies: 11 comments 2 replies
-
Hi @Ezols , That does seem strange. Can you please share the uploader output from the Orb? Can you also ask the Orb to use verbose, that may give us more clues. The XML does look fine, from what you've shared. |
Beta Was this translation helpful? Give feedback.
-
@Ezols "unknown error" is a bug that means it's still processing. Are they still marked that? This looks like a successful upload, at least. |
Beta Was this translation helpful? Give feedback.
-
Hey, yea, all uploads are with "unknown error" Im on trial period, not sure if that affects anything - "Developer plan" |
Beta Was this translation helpful? Give feedback.
-
Hi @Ezols , Plan shouldn’t matter for this. I don't think the warnings would either. Do you know roughly how big the uploaded coverage files are? I think this is an issue we are digging into where the box processing the report dies (out of memory/killed?) without being able to hand the job back to the queue to be tried again. I don't think you were the cause, more likely that you just got unlucky. If you try again it should work, but a fresh commit may be better. Please let me know if it keeps happening. |
Beta Was this translation helpful? Give feedback.
-
Morning. File - cobertura-coverage.xml is 20 KB small with 481 lines in it. no luck, tried manually to:
From circle ci, pretty much the same steps, just with ci orb. Not sure what that does mean, i have created new branch from master and added codecov upload steps in there. next uploads were as before with Unknown error and in ci: `Failed uploading test results: File: home/circleci/project/coverage/cobertura-coverage.xml had the following problems:
|
Beta Was this translation helpful? Give feedback.
-
Hi @Ezols , I apologize, can you point out where |
Beta Was this translation helpful? Give feedback.
-
Hey, sorry, discard "invalid top level element: coverage", that was caused by ci artifact upload, removed it, deployed again, all success and still i see "Unknow error" in codecov.io |
Beta Was this translation helpful? Give feedback.
-
Hi @Ezols , Got It. Can you please share the latest SHA again as text? My eyes are too bad to grab it from a screenshot, sorry. |
Beta Was this translation helpful? Give feedback.
-
Hi @Ezols , This looks to be an issue we are investigating where (we think) the worker task that is trying to process the report runs out of memory and crashes. Can I ask you to try and see if generating the report in lcov instead works? |
Beta Was this translation helpful? Give feedback.
-
Hi @Ezols , I mispoke. Can you please make sure you have a valid team bot configured https://docs.codecov.com/docs/team-bot ? We are having access issues reading your repo at upload time. |
Beta Was this translation helpful? Give feedback.
-
Hey, sorry for late answers. Looks like im getting all the nececary details, thank you for your assistance. |
Beta Was this translation helpful? Give feedback.
Hi @Ezols ,
I mispoke. Can you please make sure you have a valid team bot configured https://docs.codecov.com/docs/team-bot ? We are having access issues reading your repo at upload time.