Skip to content

CI frequently fails due to errors fetching maven dependencies (perhaps a general networking issue though?). #78

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

Closed
mikelehen opened this issue Oct 18, 2018 · 5 comments
Assignees
Labels
ci-flakiness CI issues that cause flakiness

Comments

@mikelehen
Copy link
Contributor

See for example https://k8s-gubernator.appspot.com/build/android-ci/pr-logs/pull/firebase_firebase-android-sdk/76/smoke-tests-debug/1052700842647359491/:

W1017 23:22:18.094] Could not resolve all files for configuration ':buildSrc:runtimeClasspath'.
W1017 23:22:18.094] > Could not download sdk-common.jar (com.android.tools:sdk-common:26.0.1)
W1017 23:22:18.094]    > Could not get resource 'https://maven.google.com/com/android/tools/sdk-common/26.0.1/sdk-common-26.0.1.jar'.
W1017 23:22:18.095]       > Connection reset

Based on other flakes, I wonder if there's general network unreliability in the CI environment.

@mikelehen mikelehen added the ci-flakiness CI issues that cause flakiness label Oct 18, 2018
@samtstern
Copy link
Contributor

This may not be related, but in my own experience I have seen some gradle versions time out when talking to maven.google.com a lot, but upgrading to the latest gradle/gradlew version fixed it for me.

@mikelehen
Copy link
Contributor Author

Seems these still happen...? https://k8s-gubernator.appspot.com/build/android-ci/pr-logs/pull/firebase_firebase-android-sdk/226/smoke-tests-release/1091131208982597632/

W0201 00:36:20.602] Execution failed for task ':firebase-database-collection:downloadLicenses'.
W0201 00:36:20.602] > java.net.SocketTimeoutException: Read timed out

@vkryachko
Copy link
Member

@ashwinraghav Looks like the flakiness is caused by license download, can we somehow cache them or store the most wide-spread ones in the repo?

@vkryachko
Copy link
Member

Since this was only a problem in the old smoke tests - which are no longer around - closing this issue.
Feel free to re-open if this happens again.

@firebase firebase locked and limited conversation to collaborators Oct 14, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
ci-flakiness CI issues that cause flakiness
Projects
None yet
Development

No branches or pull requests

4 participants