Ryan Skraba created FLINK-35002: ----------------------------------- Summary: GitHub action/upload-artifact@v4 can timeout Key: FLINK-35002 URL: https://issues.apache.org/jira/browse/FLINK-35002 Project: Flink Issue Type: Bug Components: Build System Reporter: Ryan Skraba
A timeout can occur when uploading a successfully built artifact: * [https://github.com/apache/flink/actions/runs/8516411871/job/23325392650] {code:java} 2024-04-02T02:20:15.6355368Z With the provided path, there will be 1 file uploaded 2024-04-02T02:20:15.6360133Z Artifact name is valid! 2024-04-02T02:20:15.6362872Z Root directory input is valid! 2024-04-02T02:20:20.6975036Z Attempt 1 of 5 failed with error: Request timeout: /twirp/github.actions.results.api.v1.ArtifactService/CreateArtifact. Retrying request in 3000 ms... 2024-04-02T02:20:28.7084937Z Attempt 2 of 5 failed with error: Request timeout: /twirp/github.actions.results.api.v1.ArtifactService/CreateArtifact. Retrying request in 4785 ms... 2024-04-02T02:20:38.5015936Z Attempt 3 of 5 failed with error: Request timeout: /twirp/github.actions.results.api.v1.ArtifactService/CreateArtifact. Retrying request in 7375 ms... 2024-04-02T02:20:50.8901508Z Attempt 4 of 5 failed with error: Request timeout: /twirp/github.actions.results.api.v1.ArtifactService/CreateArtifact. Retrying request in 14988 ms... 2024-04-02T02:21:10.9028438Z ##[error]Failed to CreateArtifact: Failed to make request after 5 attempts: Request timeout: /twirp/github.actions.results.api.v1.ArtifactService/CreateArtifact 2024-04-02T02:22:59.9893296Z Post job cleanup. 2024-04-02T02:22:59.9958844Z Post job cleanup. {code} (This is unlikely to be something we can fix, but we can track it.) -- This message was sent by Atlassian Jira (v8.20.10#820010)