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

pull-test-infra-bazel flakes upon installing gubernator requirements.txt #4989

Closed
krzyzacy opened this issue Oct 13, 2017 · 5 comments
Closed
Assignees
Labels
area/gubernator Issues or PRs related to code in /gubernator

Comments

@krzyzacy
Copy link
Member

krzyzacy commented Oct 13, 2017

sample: https://k8s-gubernator.appspot.com/build/kubernetes-jenkins/pr-logs/pull/test-infra/4986/pull-test-infra-bazel/8659/

I1013 00:25:37.785] Call:  /workspace/./test-infra/jenkins/../scenarios/kubernetes_bazel.py --build=//... --install=gubernator/test_requirements.txt '--test=//... //verify:verify-all' --test-args=--test_output=errors
W1013 00:25:37.861] Run: ('pip', 'install', '-r', 'gubernator/test_requirements.txt')
I1013 00:25:39.576] Collecting webtest (from -r gubernator/test_requirements.txt (line 1))
I1013 00:25:39.807]   Downloading WebTest-2.0.28-py2.py3-none-any.whl
I1013 00:25:39.882] Collecting nosegae (from -r gubernator/test_requirements.txt (line 2))
I1013 00:25:39.949]   Downloading NoseGAE-0.5.10.tar.gz
I1013 00:25:40.026]     Complete output from command python setup.py egg_info:
I1013 00:25:40.027]     Traceback (most recent call last):
I1013 00:25:40.027]       File "<string>", line 1, in <module>
I1013 00:25:40.027]     ImportError: No module named setuptools
@BenTheElder BenTheElder changed the title pr-test-infra-bazel flakes upon install setuptools pull-test-infra-bazel flakes upon install setuptools Oct 13, 2017
@BenTheElder BenTheElder changed the title pull-test-infra-bazel flakes upon install setuptools pull-test-infra-bazel flakes upon installing gubernator requirements.txt Oct 13, 2017
@BenTheElder
Copy link
Member

setuptools isn't being installed, which is causing WebTest to fail, because our python deps are broken: #4849

@BenTheElder BenTheElder added the area/gubernator Issues or PRs related to code in /gubernator label Oct 13, 2017
@xiangpengzhao
Copy link
Contributor

also see in #4991

@krzyzacy
Copy link
Member Author

/assign @rmmh

@BenTheElder
Copy link
Member

We probably need to move setuptools to requirements.txt or to being installed in the image now instead of in here https://github.com/kubernetes/test-infra/blob/master/gubernator/test_requirements.txt

@BenTheElder
Copy link
Member

this looks to be fine now. fixed in #4997 and #4998
/close

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/gubernator Issues or PRs related to code in /gubernator
Projects
None yet
Development

No branches or pull requests

5 participants