Ubuntu Pastebin

Paste from smoser at Fri, 10 Mar 2017 17:45:41 +0000

Download as text
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
$ python3 -m tests.cloud_tests run -v -n zesty --deb cloud-init_all.deb -t tests/cloud_tests/configs/modules/set_password.yaml
2017-03-10 12:44:43,130 - tests.cloud_tests - DEBUG - running with args: Namespace(deb='cloud-init_all.deb', os_name=['zesty'], platform=['lxd'], ppa=None, quiet=False, repo=None, result=None, rpm=None, script=None, subcmd='run', test_config=['tests/cloud_tests/configs/modules/set_password.yaml'], upgrade=False, verbose=True)

2017-03-10 12:44:43,131 - tests.cloud_tests - DEBUG - using tmpdir /tmp/cloud_test_data_5cb0rwdc
2017-03-10 12:44:43,133 - tests.cloud_tests - INFO - setting up platform: lxd
2017-03-10 12:44:43,200 - tests.cloud_tests - INFO - acquiring image for os: zesty
2017-03-10 12:44:57,531 - tests.cloud_tests - INFO - setting up image: distro=ubuntu, release=zesty
2017-03-10 12:44:57,536 - tests.cloud_tests - DEBUG - installing deb: cloud-init_all.deb into target
2017-03-10 12:45:12,774 - tests.cloud_tests - ERROR - stage part: setup func for --deb, install deb encountered error: too many values to unpack (expected 3)
2017-03-10 12:45:12,775 - tests.cloud_tests - ERROR - traceback:
  File "/home/smoser-public/src/cloud-init/cloud-init/tests/cloud_tests/stage.py", line 54, in run_single
    call()
  File "/home/smoser-public/src/cloud-init/cloud-init/tests/cloud_tests/setup_image.py", line 26, in install_deb
    image.push_file(args.deb, remote_path)
  File "/home/smoser-public/src/cloud-init/cloud-init/tests/cloud_tests/images/lxd.py", line 59, in push_file
    return self.instance.push_file(local_path, remote_path)
  File "/home/smoser-public/src/cloud-init/cloud-init/tests/cloud_tests/images/lxd.py", line 33, in instance
    self._instance.start(wait=True, wait_time=self.config.get('timeout'))
  File "/home/smoser-public/src/cloud-init/cloud-init/tests/cloud_tests/instances/lxd.py", line 93, in start
    self._wait_for_cloud_init(wait_time)
  File "/home/smoser-public/src/cloud-init/cloud-init/tests/cloud_tests/instances/base.py", line 115, in _wait_for_cloud_init
    (out, err, exit) = self.execute(['/bin/bash', '-c', cmd])

2017-03-10 12:45:16,144 - tests.cloud_tests - DEBUG - collect stages: {'name': 'collect data', 'time': 33.013100385665894, 'success': False, 'stages': [{'name': 'collect for platform: lxd', 'time': 32.95407176017761, 'success': False, 'stages': [{'name': 'set up and collect data for os: zesty', 'time': 15.254722833633423, 'success': False, 'stages': [{'name': 'set up for image: distro=ubuntu, release=zesty', 'time': 15.244271516799927, 'success': False, 'stages': [{'name': 'setup func for --deb, install deb', 'time': 15.24426555633545, 'success': False, 'errors': ['too many values to unpack (expected 3)']}], 'errors': []}], 'errors': []}], 'errors': []}], 'errors': []}
2017-03-10 12:45:16,144 - tests.cloud_tests - DEBUG - found test data: {}

2017-03-10 12:45:16,144 - tests.cloud_tests - DEBUG - verify results: {}
2017-03-10 12:45:16,144 - tests.cloud_tests - WARNING - some tests failed, leaving data in /tmp/cloud_test_data_5cb0rwdc
Download as text