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

Investigate build-core-pypy3 failures #1044

Closed
codeboten opened this issue Aug 26, 2020 · 0 comments · Fixed by #1067
Closed

Investigate build-core-pypy3 failures #1044

codeboten opened this issue Aug 26, 2020 · 0 comments · Fixed by #1067
Assignees
Labels
build & infra Issues related to build & infrastructure.

Comments

@codeboten
Copy link
Contributor

Builds are intermittently failing the build-core-pypy3 job. This looks like a timing issue in the getting started tests run under pypy3:

>           raise MaxRetryError(_pool, url, error or ResponseError(cause))
E           urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='localhost', port=5000): Max retries exceeded with url: / (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x00007f0c072ad2b8>: Failed to establish a new connection: [Errno 111] Connection refused',))

../../../.tox/pypy3-test-core-getting-started/site-packages/urllib3/util/retry.py:439: MaxRetryError

Full log:

https://app.circleci.com/pipelines/github/open-telemetry/opentelemetry-python/733/workflows/ed2f57e1-11c5-4b92-9f3a-06ece287e97d/jobs/15242

@codeboten codeboten added the build & infra Issues related to build & infrastructure. label Aug 26, 2020
@codeboten codeboten self-assigned this Sep 2, 2020
codeboten pushed a commit to codeboten/opentelemetry-python that referenced this issue Sep 2, 2020
This test was causing pypy3-core-getting-started jobs to fail intermittently. Removing the arbitrary sleep and replacing it with a retry strategy.

Fixes open-telemetry#1044
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build & infra Issues related to build & infrastructure.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant