The attempt to merge lp:~noise/tanuki-agent/test_tarball2 into lp:tanuki-agent failed. Below is the output from the failed tests. rm -rf env logs rm -f version_info.py find . -name '*.pyc' -delete find . -name '*.~*' -delete virtualenv -p python3 env Using base prefix '/usr' New python executable in env/bin/python3 Also creating executable in env/bin/python Installing setuptools, pip...done. Running virtualenv with interpreter /usr/bin/python3 bzr version-info -r "-1" --format=custom --template="revno = '{revno}'\n" > "version_info.py" || echo "revno = 'UNKNOWN'" > "version_info.py" rm -rf /tmp/pip-cache bzr branch lp:~tanuki/tanuki-agent/pip-cache /tmp/pip-cache env/bin/pip install --no-index --find-links=/tmp/pip-cache -r requirements.txt Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking docopt==0.6.2 (from -r requirements.txt (line 1)) Downloading/unpacking requests==2.7.0 (from -r requirements.txt (line 2)) Downloading/unpacking requests-oauthlib==0.5.0 (from -r requirements.txt (line 3)) Downloading/unpacking oauthlib==1.0.3 (from -r requirements.txt (line 4)) Installing collected packages: docopt, requests, requests-oauthlib, oauthlib Successfully installed docopt requests requests-oauthlib oauthlib Cleaning up... env/bin/pip install --no-index --find-links=/tmp/pip-cache -r test_requirements.txt Ignoring indexes: https://pypi.python.org/simple/ Downloading/unpacking flake8==2.4.1 (from -r test_requirements.txt (line 1)) Downloading/unpacking pytest==2.7.2 (from -r test_requirements.txt (line 2)) Downloading/unpacking pytest-capturelog==0.7 (from -r test_requirements.txt (line 3)) Downloading/unpacking Markdown==2.6.2 (from -r test_requirements.txt (line 4)) Downloading/unpacking pyflakes>=0.8.1,<0.9 (from flake8==2.4.1->-r test_requirements.txt (line 1)) Downloading/unpacking mccabe>=0.2.1,<0.4 (from flake8==2.4.1->-r test_requirements.txt (line 1)) Downloading/unpacking pep8>=1.5.7,!=1.6.0,!=1.6.1,!=1.6.2 (from flake8==2.4.1->-r test_requirements.txt (line 1)) Downloading/unpacking py>=1.4.29 (from pytest==2.7.2->-r test_requirements.txt (line 2)) Installing collected packages: flake8, pytest, pytest-capturelog, Markdown, pyflakes, mccabe, pep8, py Successfully installed flake8 pytest pytest-capturelog Markdown pyflakes mccabe pep8 py Cleaning up... rm -rf logs env/bin/py.test agent.py test_agent.py ============================= test session starts ============================== platform linux -- Python 3.4.3 -- py-1.4.30 -- pytest-2.7.2 rootdir: /tmp/tarmac/branch.wFQGO8, inifile: plugins: capturelog collected 49 items test_agent.py ................................................. ========================== 49 passed in 0.62 seconds =========================== env/bin/flake8 *.py scripts/*.py --max-line-length=99 env/bin/flake8 rpi2-sample-provkit/setup rpi2-sample-provkit/provision rpi2-sample-provkit/provision2 rpi2-sample-provkit/runtest rpi2-sample-provkit/sshrobot rpi2-sample-provkit/utils.py --max-line-length=99 --builtins=raw_input env/bin/flake8 rpi2-sample-provkit/test_tarball_content/test* --max-line-length=99 rpi2-sample-provkit/test_tarball_content/test2:47:1: W293 blank line contains whitespace bzr: ERROR: Not a branch: "/tmp/tarmac/branch.wFQGO8/". Branched 5 revisions. make: *** [raw-lint] Error 1