| $ remote_tester | |
| ---------------------------------------------------------------------- | |
| Connecting to jxharlow@testr-1.cloud.phx3.gdg... | |
| Tarring up /Users/jxharlow/Dev/cloud-init -> /var/folders/xj/fl7mwgh55hxclltynvxr4k9jp5tcyl/T/tmpsk0ffo.cloud-init.tar... | |
| Removing old /home/jxharlow/cloud-init... | |
| Copying /var/folders/xj/fl7mwgh55hxclltynvxr4k9jp5tcyl/T/tmpsk0ffo.cloud-init.tar to /home/jxharlow/cloud-init/tmpsk0ffo.cloud-init.tar... | |
| Extracting /home/jxharlow/cloud-init/tmpsk0ffo.cloud-init.tar... | |
| Running tox with venv py27... | |
| ---------------------------------------------------------------------- | |
| GLOB sdist-make: /home/jxharlow/cloud-init/setup.py | |
| py27 create: /home/jxharlow/cloud-init/.tox/py27 | |
| py27 installdeps: -r/home/jxharlow/cloud-init/test-requirements.txt, -r/home/jxharlow/cloud-init/requirements.txt | |
| py27 inst: /home/jxharlow/cloud-init/.tox/dist/cloud-init-0.7.8.zip | |
| py27 runtests: commands[0] | python -m nose tests | |
| /-..................SSSS\...|.../...-..........................\..........|................/............................-..........................\.................|............../...-...\....................|./..E-...\.......|../....-.............\........................|...../......-..................................................\...|........................./home/jxharlow/cloud-init/.tox/py27/lib/python2.7/site-packages/Cheetah/Compiler.py:1509: UserWarning: | |
| You don't have the C version of NameMapper installed! I'm disabling Cheetah's useStackFrames option as it is painfully slow with the Python version of NameMapper. You should get a copy of Cheetah with the compiled C version of NameMapper. | |
| "\nYou don't have the C version of NameMapper installed! " | |
| ../...........................-........F........................................\..................................|........................../...............................................................................-......\.....|................................................../.................................................................-................. | |
| ====================================================================== | |
| ERROR: test_hostname (tests.unittests.test_datasource.test_opennebula.TestOpenNebulaDataSource) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/jxharlow/cloud-init/tests/unittests/test_datasource/test_opennebula.py", line 205, in test_hostname | |
| results = ds.read_context_disk_dir(my_d) | |
| File "cloudinit/sources/DataSourceOpenNebula.py", line 410, in read_context_disk_dir | |
| (out, _) = util.subp(['ip', 'link']) | |
| File "cloudinit/util.py", line 1830, in subp | |
| errno=e.errno) | |
| ProcessExecutionError: Unexpected error while running command. | |
| Command: ['ip', 'link'] | |
| Exit code: - | |
| Reason: [Errno 2] No such file or directory | |
| Stdout: '' | |
| Stderr: '' | |
| -------------------- >> begin captured logging << -------------------- | |
| cloudinit.util: DEBUG: Reading from /tmp/tmpd2aqvf/HOSTNAME/context.sh (quiet=False) | |
| cloudinit.util: DEBUG: Read 64 bytes from /tmp/tmpd2aqvf/HOSTNAME/context.sh | |
| cloudinit.util: DEBUG: Running command ['bash', '-e'] with allowed return codes [0] (shell=False, capture=True) | |
| cloudinit.util: DEBUG: Reading from /tmp/tmpd2aqvf/PUBLIC_IP/context.sh (quiet=False) | |
| cloudinit.util: DEBUG: Read 65 bytes from /tmp/tmpd2aqvf/PUBLIC_IP/context.sh | |
| cloudinit.util: DEBUG: Running command ['bash', '-e'] with allowed return codes [0] (shell=False, capture=True) | |
| cloudinit.util: DEBUG: Reading from /tmp/tmpd2aqvf/IP_PUBLIC/context.sh (quiet=False) | |
| cloudinit.util: DEBUG: Read 65 bytes from /tmp/tmpd2aqvf/IP_PUBLIC/context.sh | |
| cloudinit.util: DEBUG: Running command ['bash', '-e'] with allowed return codes [0] (shell=False, capture=True) | |
| cloudinit.util: DEBUG: Reading from /tmp/tmpd2aqvf/ETH0_IP/context.sh (quiet=False) | |
| cloudinit.util: DEBUG: Read 63 bytes from /tmp/tmpd2aqvf/ETH0_IP/context.sh | |
| cloudinit.util: DEBUG: Running command ['bash', '-e'] with allowed return codes [0] (shell=False, capture=True) | |
| cloudinit.util: DEBUG: Running command ['ip', 'link'] with allowed return codes [0] (shell=False, capture=True) | |
| --------------------- >> end captured logging << --------------------- | |
| ====================================================================== | |
| ERROR: test_network_interfaces (tests.unittests.test_datasource.test_opennebula.TestOpenNebulaDataSource) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/jxharlow/cloud-init/tests/unittests/test_datasource/test_opennebula.py", line 213, in test_network_interfaces | |
| results = ds.read_context_disk_dir(self.seed_dir) | |
| File "cloudinit/sources/DataSourceOpenNebula.py", line 410, in read_context_disk_dir | |
| (out, _) = util.subp(['ip', 'link']) | |
| File "cloudinit/util.py", line 1830, in subp | |
| errno=e.errno) | |
| ProcessExecutionError: Unexpected error while running command. | |
| Command: ['ip', 'link'] | |
| Exit code: - | |
| Reason: [Errno 2] No such file or directory | |
| Stdout: '' | |
| Stderr: '' | |
| -------------------- >> begin captured logging << -------------------- | |
| cloudinit.util: DEBUG: Reading from /tmp/tmpf8uLDY/seed/opennebula/context.sh (quiet=False) | |
| cloudinit.util: DEBUG: Read 62 bytes from /tmp/tmpf8uLDY/seed/opennebula/context.sh | |
| cloudinit.util: DEBUG: Running command ['bash', '-e'] with allowed return codes [0] (shell=False, capture=True) | |
| cloudinit.util: DEBUG: Running command ['ip', 'link'] with allowed return codes [0] (shell=False, capture=True) | |
| --------------------- >> end captured logging << --------------------- | |
| ====================================================================== | |
| FAIL: test_apt_v3_mirror_search_dns - Test searching dns patterns | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/jxharlow/cloud-init/tests/unittests/test_handler/test_handler_apt_source_v3.py", line 986, in test_apt_v3_mirror_search_dns | |
| mockse.assert_has_calls(calls) | |
| File "/home/jxharlow/cloud-init/.tox/py27/lib/python2.7/site-packages/mock/mock.py", line 969, in assert_has_calls | |
| ), cause) | |
| File "/home/jxharlow/cloud-init/.tox/py27/lib/python2.7/site-packages/six.py", line 718, in raise_from | |
| raise value | |
| AssertionError: Calls not found. | |
| Expected: [call(None), | |
| call(['http://ubuntu-mirror.localdomain/ubuntu', 'http://ubuntu-mirror/ubuntu']), | |
| call(None), | |
| call(['http://ubuntu-security-mirror.localdomain/ubuntu', 'http://ubuntu-security-mirror/ubuntu'])] | |
| Actual: [call(None), | |
| call(['http://ubuntu-mirror.cloud.phx3.gdg/ubuntu', 'http://ubuntu-mirror.localdomain/ubuntu', 'http://ubuntu-mirror/ubuntu']), | |
| call(None), | |
| call(['http://ubuntu-security-mirror.cloud.phx3.gdg/ubuntu', 'http://ubuntu-security-mirror.localdomain/ubuntu', 'http://ubuntu-security-mirror/ubuntu'])] | |
| -------------------- >> begin captured logging << -------------------- | |
| tests.unittests.test_handler.test_handler_apt_configure_sources_list_v3: DEBUG: got primary mirror: http://mocked/foo | |
| tests.unittests.test_handler.test_handler_apt_configure_sources_list_v3: DEBUG: got security mirror: http://mocked/foo | |
| tests.unittests.test_handler.test_handler_apt_configure_sources_list_v3: DEBUG: got primary mirror: http://mocked/foo | |
| tests.unittests.test_handler.test_handler_apt_configure_sources_list_v3: DEBUG: got security mirror: http://mocked/foo | |
| cloudinit.util: DEBUG: Reading from /tmp/tmpWyxjBc/etc/hosts (quiet=False) | |
| cloudinit.util: DEBUG: Reading from /tmp/tmpWyxjBc/etc/hosts (quiet=False) | |
| tests.unittests.test_handler.test_handler_apt_configure_sources_list_v3: DEBUG: got primary mirror: phit | |
| cloudinit.util: DEBUG: Reading from /tmp/tmpWyxjBc/etc/hosts (quiet=False) | |
| cloudinit.util: DEBUG: Reading from /tmp/tmpWyxjBc/etc/hosts (quiet=False) | |
| tests.unittests.test_handler.test_handler_apt_configure_sources_list_v3: DEBUG: got security mirror: shit | |
| --------------------- >> end captured logging << --------------------- | |
| ---------------------------------------------------------------------- | |
| Ran 737 tests in 3.787s | |
| FAILED (SKIP=5, errors=2, failures=1) | |
| ERROR: InvocationError: '/home/jxharlow/cloud-init/.tox/py27/bin/python -m nose tests' | |
| ___________________________________ summary ____________________________________ | |
| ERROR: py27: commands failed |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment