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

Errors setting up buildbot_travis #102

Open
stefanseefeld opened this issue Feb 11, 2019 · 2 comments
Open

Errors setting up buildbot_travis #102

stefanseefeld opened this issue Feb 11, 2019 · 2 comments

Comments

@stefanseefeld
Copy link
Contributor

I'm setting up a buildbot_travis instance to explore various features. I'm following the process outlined in https://github.com/buildbot/buildbot_travis/blob/master/README.rst, i.e. setting up a virtualenv using Python3, then starting the master.
From within the web interface I spawn a "LocalWorker", then set up https://github.com/buildbot/buildbot.git as "git+poller" project. Doing a "force build" eventually results in lots of build failures with errors in the " setup virtualenv" step, specifically

Setting up virtualenv sandbox
The path python3.5 (from --python=python3.5) does not exist
program finished with exit code 1

I see similar failures for python3.7. Only python3.6 and python2.7 succeed.

@stefanseefeld
Copy link
Contributor Author

twistd.log
cfg.yml

(I had to rename the cfg.yml file as github prevents me from uploading files with the .yml extension.)

@levitte
Copy link
Contributor

levitte commented Dec 14, 2019

I usually use the full path, i.e. --python=/usr/bin/python3.5

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