This repository was archived by the owner on Jan 29, 2025. It is now read-only.
Replace log.exception with debug, it spams log when slave is dead #60
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Without tests, cant build against latest tox image fails
`pypy-django18 create: /app/.tox/pypy-django18
ERROR: invocation failed (exit code 1), logfile: /app/.tox/pypy-django18/log/pypy-django18-0.log
ERROR: actionid: pypy-django18
msg: getenv
cmdargs: ['/.pyenv/versions/3.7.0/bin/python', '-m', 'virtualenv', '--python', '/.pyenv/shims/pypy', 'pypy-django18']
Using base prefix '/.pyenv/versions/pypy3.3-5.5-alpha'
New pypy executable in /app/.tox/pypy-django18/bin/pypy
Installing setuptools, pip, wheel...
Complete output from command /app/.tox/pypy-django18/bin/pypy - setuptools pip wheel:
DEPRECATION: Python 3.3 supported has been deprecated and support for it will be dropped in the future. Please upgrade your Python.
Looking in links: /.pyenv/versions/3.7.0/lib/python3.7/site-packages, /.pyenv/versions/3.7.0/lib/python3.7/site-packages/virtualenv_support
Collecting setuptools
Using cached https://files.pythonhosted.org/packages/7f/e1/820d941153923aac1d49d7fc37e17b6e73bfbd2904959fffbad77900cf92/setuptools-39.2.0-py2.py3-none-any.whl
Collecting pip
Collecting wheel
wheel requires Python '>=2.7, !=3.0., !=3.1., !=3.2., !=3.3.' but the running Python is 3.3.5
...Installing setuptools, pip, wheel...done.
Traceback (most recent call last):
File "/.pyenv/versions/3.7.0/lib/python3.7/site-packages/virtualenv.py", line 2343, in
main()
File "/.pyenv/versions/3.7.0/lib/python3.7/site-packages/virtualenv.py", line 712, in main
symlink=options.symlink)
File "/.pyenv/versions/3.7.0/lib/python3.7/site-packages/virtualenv.py", line 947, in create_environment
download=download,
File "/.pyenv/versions/3.7.0/lib/python3.7/site-packages/virtualenv.py", line 904, in install_wheel
call_subprocess(cmd, show_stdout=False, extra_env=env, stdin=SCRIPT)
File "/.pyenv/versions/3.7.0/lib/python3.7/site-packages/virtualenv.py", line 796, in call_subprocess
% (cmd_desc, proc.returncode))
OSError: Command /app/.tox/pypy-django18/bin/pypy - setuptools pip wheel failed with error code 1
Running virtualenv with interpreter /.pyenv/shims/pypy
ERROR: Error creating virtualenv. Note that some special characters (e.g. ':' and unicode symbols) in paths are not supported by virtualenv. Error details: InvocationError('/.pyenv/versions/3.7.0/bin/python -m virtualenv --python /.pyenv/shims/pypy pypy-django18 (see /app/.tox/pypy-django18/log/pypy-django18-0.log)', 1)`