Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to publish artifacts: Failed to publish artifact FILE: Read timed out #11

Open
mmakhalaf opened this issue Nov 3, 2020 · 1 comment

Comments

@mmakhalaf
Copy link

We get this intermittent error in the artefact publishing step

Publishing artifacts
20:16:06
    Collecting files to publish: [D:\TeamCity.Agent2\temp\buildTmp\Artifacts]
20:16:06
    Publishing 2282 files using [ArtifactsCachePublisher]: D:/TeamCity.Agent2/temp/buildTmp/Artifacts
20:16:06
    Publishing 2282 files using [GoogleArtifactsPublisher]: D:/TeamCity.Agent2/temp/buildTmp/Artifacts
20:16:27
    Failed to publish artifacts: Failed to publish artifact Tests/x64/Output/Test_ToolpathPPOutput_Data/PP_Output_Result/general/Test_PocketRaster_Pocket 1 (Angled) [5]_gcode_arc_mm.OUT: Read timed out
20:16:27
    Failed to publish artifacts: Failed to publish artifact Tests/x64/Output/Test_ToolpathPPOutput_Data/PP_Output_Result/general/Test_PocketRaster_Pocket 1 (Angled) [5]_gcode_arc_mm.OUT: Read timed out

We have an independent build step which publishes the same artefacts to a separate google bucket (which uses Google's storage python library) and we never get this error, so I'm not sure.

Any ideas?

Thanks

@horgh
Copy link

horgh commented Oct 25, 2021

We infrequently get these kinds of transient network errors as well. It would be good if these kinds of errors could be automatically retried. I realize we could likely automatically retry all errors, but these in particular are different than actual test failures.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants