Ubuntu Pastebin

Paste from powersj at Thu, 27 Apr 2017 19:02:33 +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
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
CentOS 6 Failures
======================================================================
======================================================================
ERROR: test_write_config (tests.unittests.test_handler.test_handler_yum_add_repo.TestConfig)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/root/cloud-init/tests/unittests/test_handler/test_handler_yum_add_repo.py", line 75, in test_write_config
    "Contains section {}".format(section))
ValueError: zero length field name in format
-------------------- >> begin captured logging << --------------------
cloudinit.util: DEBUG: Writing to /tmp/tmpbDFrhs/etc/yum.repos.d/epel_testing.repo - wb: [420] 286 bytes
cloudinit.util: DEBUG: Reading from /tmp/tmpbDFrhs/etc/yum.repos.d/epel_testing.repo (quiet=False)
cloudinit.util: DEBUG: Read 286 bytes from /tmp/tmpbDFrhs/etc/yum.repos.d/epel_testing.repo
--------------------- >> end captured logging << ---------------------

======================================================================
ERROR: test_write_config_array (tests.unittests.test_handler.test_handler_yum_add_repo.TestConfig)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/root/cloud-init/tests/unittests/test_handler/test_handler_yum_add_repo.py", line 112, in test_write_config_array
    "Contains section {}".format(section))
ValueError: zero length field name in format
-------------------- >> begin captured logging << --------------------
cloudinit.util: DEBUG: Writing to /tmp/tmp_iVV8l/etc/yum.repos.d/puppetlabs_products.repo - wb: [420] 312 bytes
cloudinit.util: DEBUG: Reading from /tmp/tmp_iVV8l/etc/yum.repos.d/puppetlabs_products.repo (quiet=False)
cloudinit.util: DEBUG: Read 312 bytes from /tmp/tmp_iVV8l/etc/yum.repos.d/puppetlabs_products.repo
--------------------- >> end captured logging << ---------------------

======================================================================
FAIL: test_apt_v3_source_list_debian - without custom sources or parms
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/root/cloud-init/tests/unittests/test_handler/test_handler_apt_configure_sources_list_v3.py", line 151, in test_apt_v3_source_list_debian
    self._apt_source_list(cfg, EXPECTED_BASE_CONTENT, 'debian')
  File "/root/cloud-init/tests/unittests/test_handler/test_handler_apt_configure_sources_list_v3.py", line 141, in _apt_source_list
    ('/etc/cloud/templates/sources.list.%s.tmpl' % distro))
  File "/usr/lib/python2.6/site-packages/mock/mock.py", line 999, in assert_any_call
    ), cause)
  File "/usr/lib/python2.6/site-packages/six.py", line 718, in raise_from
    raise value
AssertionError: isfile('/etc/cloud/templates/sources.list.debian.tmpl') call not found
-------------------- >> begin captured logging << --------------------
tests.unittests.test_handler.test_handler_apt_configure_sources_list_v3: DEBUG: debconf_selections was not set in config
tests.unittests.test_handler.test_handler_apt_configure_sources_list_v3: DEBUG: Nothing to do: No apt config and no apt commands
--------------------- >> end captured logging << ---------------------

======================================================================
FAIL: test_apt_v3_source_list_ubuntu - without custom sources or parms
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/root/cloud-init/tests/unittests/test_handler/test_handler_apt_configure_sources_list_v3.py", line 156, in test_apt_v3_source_list_ubuntu
    self._apt_source_list(cfg, EXPECTED_BASE_CONTENT, 'ubuntu')
  File "/root/cloud-init/tests/unittests/test_handler/test_handler_apt_configure_sources_list_v3.py", line 141, in _apt_source_list
    ('/etc/cloud/templates/sources.list.%s.tmpl' % distro))
  File "/usr/lib/python2.6/site-packages/mock/mock.py", line 999, in assert_any_call
    ), cause)
  File "/usr/lib/python2.6/site-packages/six.py", line 718, in raise_from
    raise value
AssertionError: isfile('/etc/cloud/templates/sources.list.ubuntu.tmpl') call not found
-------------------- >> begin captured logging << --------------------
tests.unittests.test_handler.test_handler_apt_configure_sources_list_v3: DEBUG: debconf_selections was not set in config
tests.unittests.test_handler.test_handler_apt_configure_sources_list_v3: DEBUG: Nothing to do: No apt config and no apt commands
--------------------- >> end captured logging << ---------------------





CentOS 7 Failures
======================================================================
======================================================================
FAIL: test_apt_v3_source_list_debian - without custom sources or parms
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/root/cloud-init/tests/unittests/test_handler/test_handler_apt_configure_sources_list_v3.py", line 151, in test_apt_v3_source_list_debian
    self._apt_source_list(cfg, EXPECTED_BASE_CONTENT, 'debian')
  File "/root/cloud-init/tests/unittests/test_handler/test_handler_apt_configure_sources_list_v3.py", line 141, in _apt_source_list
    ('/etc/cloud/templates/sources.list.%s.tmpl' % distro))
  File "/usr/lib/python2.7/site-packages/mock/mock.py", line 999, in assert_any_call
    ), cause)
  File "/usr/lib/python2.7/site-packages/six.py", line 718, in raise_from
    raise value
AssertionError: isfile('/etc/cloud/templates/sources.list.debian.tmpl') call not found
-------------------- >> begin captured logging << --------------------
tests.unittests.test_handler.test_handler_apt_configure_sources_list_v3: DEBUG: debconf_selections was not set in config
tests.unittests.test_handler.test_handler_apt_configure_sources_list_v3: DEBUG: Nothing to do: No apt config and no apt commands
--------------------- >> end captured logging << ---------------------

======================================================================
FAIL: test_apt_v3_source_list_ubuntu - without custom sources or parms
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/root/cloud-init/tests/unittests/test_handler/test_handler_apt_configure_sources_list_v3.py", line 156, in test_apt_v3_source_list_ubuntu
    self._apt_source_list(cfg, EXPECTED_BASE_CONTENT, 'ubuntu')
  File "/root/cloud-init/tests/unittests/test_handler/test_handler_apt_configure_sources_list_v3.py", line 141, in _apt_source_list
    ('/etc/cloud/templates/sources.list.%s.tmpl' % distro))
  File "/usr/lib/python2.7/site-packages/mock/mock.py", line 999, in assert_any_call
    ), cause)
  File "/usr/lib/python2.7/site-packages/six.py", line 718, in raise_from
    raise value
AssertionError: isfile('/etc/cloud/templates/sources.list.ubuntu.tmpl') call not found
-------------------- >> begin captured logging << --------------------
tests.unittests.test_handler.test_handler_apt_configure_sources_list_v3: DEBUG: debconf_selections was not set in config
tests.unittests.test_handler.test_handler_apt_configure_sources_list_v3: DEBUG: Nothing to do: No apt config and no apt commands
--------------------- >> end captured logging << ---------------------
Download as text