This repository was archived by the owner on Dec 11, 2019. It is now read-only.
Pass workflow / instance / job / execution to the job from Pinball.#78
Open
anshulpundir wants to merge 1 commit intopinterest:masterfrom
Open
Pass workflow / instance / job / execution to the job from Pinball.#78anshulpundir wants to merge 1 commit intopinterest:masterfrom
anshulpundir wants to merge 1 commit intopinterest:masterfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Unable to run tests:
ERROR: invocation failed (exit code 1), logfile: /Users/anshulp/code/pinball-fork/.tox/py27/log/py27-1.log
ERROR: actionid: py27
msg: getenv
cmdargs: ['/Users/anshulp/code/pinball-fork/.tox/py27/bin/pip', 'install', '-r/Users/anshulp/code/pinball-fork/requirements.txt', 'pytest']
env: {'LANG': 'en_US.UTF-8', 'USERNAME': 'root', 'TERM': 'xterm-256color', 'SHELL': '/bin/sh', 'SUDO_COMMAND': '/Users/anshulp/code/pinball-fork/pinb/bin/tox', 'VERSIONER_PYTHON_PREFER_32_BIT': 'no', 'SUDO_UID': '0', 'SUDO_GID': '0', 'SSH_AUTH_SOCK': '/private/tmp/com.apple.launchd.5wLh1KPp79/Listeners', 'VIRTUAL_ENV': '/Users/anshulp/code/pinball-fork/.tox/py27', '__CF_USER_TEXT_ENCODING': '0x0:0:0', 'PYTHONHASHSEED': '197297078', 'LOGNAME': 'root', 'USER': 'root', 'MAIL': '/var/mail/root', 'PATH': '/Users/anshulp/code/pinball-fork/.tox/py27/bin:/Users/anshulp/code/pinball-fork/pinb/bin:/opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/anshulp/arcanist/arcanist/bin', 'SUDO_USER': 'root', 'PS1': '(pinb) [\T][\e[0;32m] \w[\e[0;36m]$(print_symlink)[\e[0;31m]$(parse_git_branch)[\e[0m] $ ', 'HOME': '/var/root', 'VERSIONER_PYTHON_VERSION': '2.7'}
Collecting pytest
Using cached pytest-3.0.3-py2.py3-none-any.whl
Collecting argparse==1.2.1 (from -r /Users/anshulp/code/pinball-fork/requirements.txt (line 1))
Using cached argparse-1.2.1.tar.gz
Collecting boto==2.8.0 (from -r /Users/anshulp/code/pinball-fork/requirements.txt (line 2))
Using cached boto-2.8.0.tar.gz
Collecting Django==1.5.4 (from -r /Users/anshulp/code/pinball-fork/requirements.txt (line 3))
Using cached Django-1.5.4.tar.gz
Collecting guppy==0.1.10 (from -r /Users/anshulp/code/pinball-fork/requirements.txt (line 4))
Using cached guppy-0.1.10.tar.gz
Collecting mock==0.8.0 (from -r /Users/anshulp/code/pinball-fork/requirements.txt (line 5))
Using cached mock-0.8.0.zip
Collecting MySQL-python==1.2.3 (from -r /Users/anshulp/code/pinball-fork/requirements.txt (line 6))
Using cached MySQL-python-1.2.3.tar.gz
Complete output from command python setup.py egg_info:
sh: mysql_config: command not found
Traceback (most recent call last):
File "", line 1, in
File "/private/tmp/pip-build-tmgGwy/MySQL-python/setup.py", line 15, in
metadata, options = get_config()
File "setup_posix.py", line 43, in get_config
libs = mysql_config("libs_r")
File "setup_posix.py", line 24, in mysql_config
raise EnvironmentError("%s not found" % (mysql_config.path,))
EnvironmentError: mysql_config not found
Command "python setup.py egg_info" failed with error code 1 in /private/tmp/pip-build-tmgGwy/MySQL-python/
ERROR: could not install deps [-r/Users/anshulp/code/pinball-fork/requirements.txt, pytest]; v = InvocationError('/Users/anshulp/code/pinball-fork/.tox/py27/bin/pip install -r/Users/anshulp/code/pinball-fork/requirements.txt pytest (see /Users/anshulp/code/pinball-fork/.tox/py27/log/py27-1.log)', 1)
_________________________________________________________ summary __________________________________________________________
ERROR: py27: could not install deps [-r/Users/anshulp/code/pinball-fork/requirements.txt, pytest]; v = InvocationError('/Users/anshulp/code/pinball-fork/.tox/py27/bin/pip install -r/Users/anshulp/code/pinball-fork/requirements.txt pytest (see /Users/anshulp/code/pinball-fork/.tox/py27/log/py27-1.log)', 1)