Created
June 5, 2014 06:06
-
-
Save marcoemorais/c8230c01ac559c8dfc7b to your computer and use it in GitHub Desktop.
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
mmorais@displaytoday rally$ tox -c mytox.ini -e pep8,py27 | |
pep8 develop-inst-noop: /home/mmorais/rally | |
pep8 runtests: commands[0] | flake8 | |
py27 develop-inst-noop: /home/mmorais/rally | |
py27 runtests: commands[0] | python setup.py testr --slowest --testr-args= | |
running testr | |
running=OS_STDOUT_CAPTURE=1 OS_STDERR_CAPTURE=1 ${PYTHON:-python} -m subunit.run discover -t ./ ./tests --list | |
_warn("Not using mpz_powm_sec. You should rebuild using libgmp >= 5 to avoid timing attack vulnerability.", PowmInsecureWarning) | |
running=OS_STDOUT_CAPTURE=1 OS_STDERR_CAPTURE=1 ${PYTHON:-python} -m subunit.run discover -t ./ ./tests --load-list /tmp/tmp7Jrd4c | |
running=OS_STDOUT_CAPTURE=1 OS_STDERR_CAPTURE=1 ${PYTHON:-python} -m subunit.run discover -t ./ ./tests --load-list /tmp/tmpkfGpvS | |
====================================================================== | |
FAIL: tests.doc.test_task_samples.TaskSampleTestCase.test_schema_is_valid | |
tags: worker-0 | |
---------------------------------------------------------------------- | |
Empty attachments: | |
stderr | |
stdout | |
Traceback (most recent call last): | |
File "/home/mmorais/rallytoxve/lib/python2.7/site-packages/mock.py", line 1201, in patched | |
return func(*args, **keywargs) | |
File "tests/doc/test_task_samples.py", line 64, in test_schema_is_valid | |
"These scenarios don't have samples: %s" % missing) | |
File "/home/mmorais/rallytoxve/lib/python2.7/site-packages/testtools/testcase.py", line 321, in assertEqual | |
self.assertThat(observed, matcher, message) | |
File "/home/mmorais/rallytoxve/lib/python2.7/site-packages/testtools/testcase.py", line 406, in assertThat | |
raise mismatch_error | |
MismatchError: set(['FakePlugin.testplugin']) != set([]): These scenarios don't have samples: set(['FakePlugin.testplugin']) | |
====================================================================== | |
FAIL: process-returncode | |
tags: worker-0 | |
---------------------------------------------------------------------- | |
Binary content: | |
traceback (test/plain; charset="utf8") | |
Ran 632 (+1) tests in 3.884s (+0.388s) | |
FAILED (id=269, failures=2 (+2)) | |
error: testr failed (1) | |
ERROR: InvocationError: '/home/mmorais/rallytoxve/bin/python setup.py testr --slowest --testr-args=' | |
______________________________________________________ summary _______________________________________________________ | |
pep8: commands succeeded | |
ERROR: py27: commands failed | |
mmorais@displaytoday rally$ git log -n 1 | |
commit 3bf539630540b80e91bb6ddcf496978bd0e6c174 | |
Merge: b6bb8fb 08e69fb | |
Author: Jenkins <[email protected]> | |
Date: Thu Jun 5 02:45:21 2014 +0000 | |
Merge "Add missing keys to rally runner result" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment