The attempt to merge lp:~ralsina/tanuki-agent/orgless-e2e-snap 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 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 mccabe>=0.2.1,<0.4 (from flake8==2.4.1->-r test_requirements.txt (line 1)) Downloading/unpacking pyflakes>=0.8.1,<0.9 (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, pep8, mccabe, pyflakes, py Successfully installed flake8 pytest pytest-capturelog Markdown pep8 mccabe pyflakes 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.43DxWp, inifile: plugins: capturelog collected 48 items test_agent.py ................................................ ========================== 48 passed in 0.34 seconds =========================== env/bin/flake8 *.py scripts/*.py --max-line-length=99 scripts/e2e-snap.py:82:32: E222 multiple spaces after operator scripts/e2e-snap.py:102:25: E122 continuation line missing indentation or outdented scripts/e2e-snap.py:103:25: E122 continuation line missing indentation or outdented scripts/e2e-snap.py:104:25: E122 continuation line missing indentation or outdented scripts/e2e-snap.py:105:25: E122 continuation line missing indentation or outdented scripts/e2e-snap.py:129:25: E122 continuation line missing indentation or outdented scripts/e2e-snap.py:144:17: E303 too many blank lines (2) scripts/e2e-snap.py:156:11: F821 undefined name 'E2eImage' scripts/e2e.py:421:1: W293 blank line contains whitespace scripts/e2e.py:424:62: W291 trailing whitespace bzr: ERROR: Not a branch: "/tmp/tarmac/branch.43DxWp/". Branched 5 revisions. make: *** [raw-lint] Error 1