libvirt List Archives
Sign In Sign Up
Manage this list Sign In Sign Up

Keyboard Shortcuts

Thread View

  • j: Next unread message
  • k: Previous unread message
  • j a: Jump to all threads
  • j l: Jump to MailingList overview

CI

Thread Start a new thread
Download
Threads by month
  • ----- 2025 -----
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2024 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2023 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2022 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2021 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2020 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2019 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2018 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2017 -----
  • December
  • November
  • October
  • September
  • August
  • July
  • June
  • May
  • April
  • March
  • February
  • January
  • ----- 2016 -----
  • December
  • November
  • October
  • September
  • August
  • July
ci@lists.libvirt.org

May 2019

  • 2 participants
  • 38 discussions
[Libvirt-ci] Build failed in Jenkins: osinfo-db-check » libvirt-freebsd-11 #110
by ci@centos.org 21 May '19

21 May '19
See <https://ci.centos.org/job/osinfo-db-check/systems=libvirt-freebsd-11/110/di…> ------------------------------------------ [...truncated 344.44 KB...] if not date_string: return None > return datetime.date.fromisoformat(date_string) E AttributeError: type object 'datetime.date' has no attribute 'fromisoformat' tests/test_dates.py:12: AttributeError ________________________ test_dates[scientificlinux6.5] ________________________ osxml = <Os shortid=scientificlinux6.5> @util.os_parametrize('osxml', filter_dates=True) def test_dates(osxml): > release_date = _parse_date(osxml.release_date) tests/test_dates.py:17: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ date_string = '2014-01-31' def _parse_date(date_string): if not date_string: return None > return datetime.date.fromisoformat(date_string) E AttributeError: type object 'datetime.date' has no attribute 'fromisoformat' tests/test_dates.py:12: AttributeError ________________________ test_dates[scientificlinux6.6] ________________________ osxml = <Os shortid=scientificlinux6.6> @util.os_parametrize('osxml', filter_dates=True) def test_dates(osxml): > release_date = _parse_date(osxml.release_date) tests/test_dates.py:17: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ date_string = '2014-11-12' def _parse_date(date_string): if not date_string: return None > return datetime.date.fromisoformat(date_string) E AttributeError: type object 'datetime.date' has no attribute 'fromisoformat' tests/test_dates.py:12: AttributeError ________________________ test_dates[scientificlinux6.7] ________________________ osxml = <Os shortid=scientificlinux6.7> @util.os_parametrize('osxml', filter_dates=True) def test_dates(osxml): > release_date = _parse_date(osxml.release_date) tests/test_dates.py:17: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ date_string = '2015-08-26' def _parse_date(date_string): if not date_string: return None > return datetime.date.fromisoformat(date_string) E AttributeError: type object 'datetime.date' has no attribute 'fromisoformat' tests/test_dates.py:12: AttributeError ________________________ test_dates[scientificlinux6.8] ________________________ osxml = <Os shortid=scientificlinux6.8> @util.os_parametrize('osxml', filter_dates=True) def test_dates(osxml): > release_date = _parse_date(osxml.release_date) tests/test_dates.py:17: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ date_string = '2016-07-15' def _parse_date(date_string): if not date_string: return None > return datetime.date.fromisoformat(date_string) E AttributeError: type object 'datetime.date' has no attribute 'fromisoformat' tests/test_dates.py:12: AttributeError ________________________ test_dates[scientificlinux6.9] ________________________ osxml = <Os shortid=scientificlinux6.9> @util.os_parametrize('osxml', filter_dates=True) def test_dates(osxml): > release_date = _parse_date(osxml.release_date) tests/test_dates.py:17: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ date_string = '2017-04-17' def _parse_date(date_string): if not date_string: return None > return datetime.date.fromisoformat(date_string) E AttributeError: type object 'datetime.date' has no attribute 'fromisoformat' tests/test_dates.py:12: AttributeError ________________________ test_dates[scientificlinux7.0] ________________________ osxml = <Os shortid=scientificlinux7.0> @util.os_parametrize('osxml', filter_dates=True) def test_dates(osxml): > release_date = _parse_date(osxml.release_date) tests/test_dates.py:17: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ date_string = '2014-10-13' def _parse_date(date_string): if not date_string: return None > return datetime.date.fromisoformat(date_string) E AttributeError: type object 'datetime.date' has no attribute 'fromisoformat' tests/test_dates.py:12: AttributeError ________________________ test_dates[scientificlinux7.1] ________________________ osxml = <Os shortid=scientificlinux7.1> @util.os_parametrize('osxml', filter_dates=True) def test_dates(osxml): > release_date = _parse_date(osxml.release_date) tests/test_dates.py:17: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ date_string = '2015-04-13' def _parse_date(date_string): if not date_string: return None > return datetime.date.fromisoformat(date_string) E AttributeError: type object 'datetime.date' has no attribute 'fromisoformat' tests/test_dates.py:12: AttributeError ________________________ test_dates[scientificlinux7.2] ________________________ osxml = <Os shortid=scientificlinux7.2> @util.os_parametrize('osxml', filter_dates=True) def test_dates(osxml): > release_date = _parse_date(osxml.release_date) tests/test_dates.py:17: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ date_string = '2016-02-05' def _parse_date(date_string): if not date_string: return None > return datetime.date.fromisoformat(date_string) E AttributeError: type object 'datetime.date' has no attribute 'fromisoformat' tests/test_dates.py:12: AttributeError ________________________ test_dates[scientificlinux7.3] ________________________ osxml = <Os shortid=scientificlinux7.3> @util.os_parametrize('osxml', filter_dates=True) def test_dates(osxml): > release_date = _parse_date(osxml.release_date) tests/test_dates.py:17: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ date_string = '2017-01-25' def _parse_date(date_string): if not date_string: return None > return datetime.date.fromisoformat(date_string) E AttributeError: type object 'datetime.date' has no attribute 'fromisoformat' tests/test_dates.py:12: AttributeError ________________________ test_dates[scientificlinux7.4] ________________________ osxml = <Os shortid=scientificlinux7.4> @util.os_parametrize('osxml', filter_dates=True) def test_dates(osxml): > release_date = _parse_date(osxml.release_date) tests/test_dates.py:17: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ date_string = '2017-10-02' def _parse_date(date_string): if not date_string: return None > return datetime.date.fromisoformat(date_string) E AttributeError: type object 'datetime.date' has no attribute 'fromisoformat' tests/test_dates.py:12: AttributeError ________________________ test_dates[scientificlinux7.5] ________________________ osxml = <Os shortid=scientificlinux7.5> @util.os_parametrize('osxml', filter_dates=True) def test_dates(osxml): > release_date = _parse_date(osxml.release_date) tests/test_dates.py:17: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ date_string = '2018-05-10' def _parse_date(date_string): if not date_string: return None > return datetime.date.fromisoformat(date_string) E AttributeError: type object 'datetime.date' has no attribute 'fromisoformat' tests/test_dates.py:12: AttributeError ________________________ test_dates[scientificlinux7.6] ________________________ osxml = <Os shortid=scientificlinux7.6> @util.os_parametrize('osxml', filter_dates=True) def test_dates(osxml): > release_date = _parse_date(osxml.release_date) tests/test_dates.py:17: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ date_string = '2018-12-03' def _parse_date(date_string): if not date_string: return None > return datetime.date.fromisoformat(date_string) E AttributeError: type object 'datetime.date' has no attribute 'fromisoformat' tests/test_dates.py:12: AttributeError =================== 545 failed, 1321 passed in 79.04 seconds =================== gmake: *** [Makefile:124: check] Error 1 Build step 'Execute shell' marked build as failure
1 1
0 0
[Libvirt-ci] Build failed in Jenkins: osinfo-db-check » libvirt-freebsd-12 #110
by ci@centos.org 21 May '19

21 May '19
See <https://ci.centos.org/job/osinfo-db-check/systems=libvirt-freebsd-12/110/di…> ------------------------------------------ [...truncated 344.44 KB...] if not date_string: return None > return datetime.date.fromisoformat(date_string) E AttributeError: type object 'datetime.date' has no attribute 'fromisoformat' tests/test_dates.py:12: AttributeError ________________________ test_dates[scientificlinux6.5] ________________________ osxml = <Os shortid=scientificlinux6.5> @util.os_parametrize('osxml', filter_dates=True) def test_dates(osxml): > release_date = _parse_date(osxml.release_date) tests/test_dates.py:17: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ date_string = '2014-01-31' def _parse_date(date_string): if not date_string: return None > return datetime.date.fromisoformat(date_string) E AttributeError: type object 'datetime.date' has no attribute 'fromisoformat' tests/test_dates.py:12: AttributeError ________________________ test_dates[scientificlinux6.6] ________________________ osxml = <Os shortid=scientificlinux6.6> @util.os_parametrize('osxml', filter_dates=True) def test_dates(osxml): > release_date = _parse_date(osxml.release_date) tests/test_dates.py:17: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ date_string = '2014-11-12' def _parse_date(date_string): if not date_string: return None > return datetime.date.fromisoformat(date_string) E AttributeError: type object 'datetime.date' has no attribute 'fromisoformat' tests/test_dates.py:12: AttributeError ________________________ test_dates[scientificlinux6.7] ________________________ osxml = <Os shortid=scientificlinux6.7> @util.os_parametrize('osxml', filter_dates=True) def test_dates(osxml): > release_date = _parse_date(osxml.release_date) tests/test_dates.py:17: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ date_string = '2015-08-26' def _parse_date(date_string): if not date_string: return None > return datetime.date.fromisoformat(date_string) E AttributeError: type object 'datetime.date' has no attribute 'fromisoformat' tests/test_dates.py:12: AttributeError ________________________ test_dates[scientificlinux6.8] ________________________ osxml = <Os shortid=scientificlinux6.8> @util.os_parametrize('osxml', filter_dates=True) def test_dates(osxml): > release_date = _parse_date(osxml.release_date) tests/test_dates.py:17: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ date_string = '2016-07-15' def _parse_date(date_string): if not date_string: return None > return datetime.date.fromisoformat(date_string) E AttributeError: type object 'datetime.date' has no attribute 'fromisoformat' tests/test_dates.py:12: AttributeError ________________________ test_dates[scientificlinux6.9] ________________________ osxml = <Os shortid=scientificlinux6.9> @util.os_parametrize('osxml', filter_dates=True) def test_dates(osxml): > release_date = _parse_date(osxml.release_date) tests/test_dates.py:17: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ date_string = '2017-04-17' def _parse_date(date_string): if not date_string: return None > return datetime.date.fromisoformat(date_string) E AttributeError: type object 'datetime.date' has no attribute 'fromisoformat' tests/test_dates.py:12: AttributeError ________________________ test_dates[scientificlinux7.0] ________________________ osxml = <Os shortid=scientificlinux7.0> @util.os_parametrize('osxml', filter_dates=True) def test_dates(osxml): > release_date = _parse_date(osxml.release_date) tests/test_dates.py:17: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ date_string = '2014-10-13' def _parse_date(date_string): if not date_string: return None > return datetime.date.fromisoformat(date_string) E AttributeError: type object 'datetime.date' has no attribute 'fromisoformat' tests/test_dates.py:12: AttributeError ________________________ test_dates[scientificlinux7.1] ________________________ osxml = <Os shortid=scientificlinux7.1> @util.os_parametrize('osxml', filter_dates=True) def test_dates(osxml): > release_date = _parse_date(osxml.release_date) tests/test_dates.py:17: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ date_string = '2015-04-13' def _parse_date(date_string): if not date_string: return None > return datetime.date.fromisoformat(date_string) E AttributeError: type object 'datetime.date' has no attribute 'fromisoformat' tests/test_dates.py:12: AttributeError ________________________ test_dates[scientificlinux7.2] ________________________ osxml = <Os shortid=scientificlinux7.2> @util.os_parametrize('osxml', filter_dates=True) def test_dates(osxml): > release_date = _parse_date(osxml.release_date) tests/test_dates.py:17: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ date_string = '2016-02-05' def _parse_date(date_string): if not date_string: return None > return datetime.date.fromisoformat(date_string) E AttributeError: type object 'datetime.date' has no attribute 'fromisoformat' tests/test_dates.py:12: AttributeError ________________________ test_dates[scientificlinux7.3] ________________________ osxml = <Os shortid=scientificlinux7.3> @util.os_parametrize('osxml', filter_dates=True) def test_dates(osxml): > release_date = _parse_date(osxml.release_date) tests/test_dates.py:17: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ date_string = '2017-01-25' def _parse_date(date_string): if not date_string: return None > return datetime.date.fromisoformat(date_string) E AttributeError: type object 'datetime.date' has no attribute 'fromisoformat' tests/test_dates.py:12: AttributeError ________________________ test_dates[scientificlinux7.4] ________________________ osxml = <Os shortid=scientificlinux7.4> @util.os_parametrize('osxml', filter_dates=True) def test_dates(osxml): > release_date = _parse_date(osxml.release_date) tests/test_dates.py:17: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ date_string = '2017-10-02' def _parse_date(date_string): if not date_string: return None > return datetime.date.fromisoformat(date_string) E AttributeError: type object 'datetime.date' has no attribute 'fromisoformat' tests/test_dates.py:12: AttributeError ________________________ test_dates[scientificlinux7.5] ________________________ osxml = <Os shortid=scientificlinux7.5> @util.os_parametrize('osxml', filter_dates=True) def test_dates(osxml): > release_date = _parse_date(osxml.release_date) tests/test_dates.py:17: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ date_string = '2018-05-10' def _parse_date(date_string): if not date_string: return None > return datetime.date.fromisoformat(date_string) E AttributeError: type object 'datetime.date' has no attribute 'fromisoformat' tests/test_dates.py:12: AttributeError ________________________ test_dates[scientificlinux7.6] ________________________ osxml = <Os shortid=scientificlinux7.6> @util.os_parametrize('osxml', filter_dates=True) def test_dates(osxml): > release_date = _parse_date(osxml.release_date) tests/test_dates.py:17: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ date_string = '2018-12-03' def _parse_date(date_string): if not date_string: return None > return datetime.date.fromisoformat(date_string) E AttributeError: type object 'datetime.date' has no attribute 'fromisoformat' tests/test_dates.py:12: AttributeError =================== 545 failed, 1321 passed in 75.40 seconds =================== gmake: *** [Makefile:124: check] Error 1 Build step 'Execute shell' marked build as failure
1 1
0 0
[Libvirt-ci] Build failed in Jenkins: osinfo-db-check » libvirt-debian-9 #110
by ci@centos.org 21 May '19

21 May '19
See <https://ci.centos.org/job/osinfo-db-check/systems=libvirt-debian-9/110/disp…> ------------------------------------------ [...truncated 344.14 KB...] return None > return datetime.date.fromisoformat(date_string) E AttributeError: type object 'datetime.date' has no attribute 'fromisoformat' tests/test_dates.py:12: AttributeError ______________________________ test_dates[alt8.1] ______________________________ osxml = <Os shortid=alt8.1> @util.os_parametrize('osxml', filter_dates=True) def test_dates(osxml): > release_date = _parse_date(osxml.release_date) tests/test_dates.py:17: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ date_string = '2016-06-01' def _parse_date(date_string): if not date_string: return None > return datetime.date.fromisoformat(date_string) E AttributeError: type object 'datetime.date' has no attribute 'fromisoformat' tests/test_dates.py:12: AttributeError ______________________________ test_dates[alt8.2] ______________________________ osxml = <Os shortid=alt8.2> @util.os_parametrize('osxml', filter_dates=True) def test_dates(osxml): > release_date = _parse_date(osxml.release_date) tests/test_dates.py:17: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ date_string = '2017-12-30' def _parse_date(date_string): if not date_string: return None > return datetime.date.fromisoformat(date_string) E AttributeError: type object 'datetime.date' has no attribute 'fromisoformat' tests/test_dates.py:12: AttributeError ___________________________ test_dates[altlinux1.0] ____________________________ osxml = <Os shortid=altlinux1.0> @util.os_parametrize('osxml', filter_dates=True) def test_dates(osxml): > release_date = _parse_date(osxml.release_date) tests/test_dates.py:17: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ date_string = '2001-03-01' def _parse_date(date_string): if not date_string: return None > return datetime.date.fromisoformat(date_string) E AttributeError: type object 'datetime.date' has no attribute 'fromisoformat' tests/test_dates.py:12: AttributeError ___________________________ test_dates[altlinux2.0] ____________________________ osxml = <Os shortid=altlinux2.0> @util.os_parametrize('osxml', filter_dates=True) def test_dates(osxml): > release_date = _parse_date(osxml.release_date) tests/test_dates.py:17: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ date_string = '2002-04-20' def _parse_date(date_string): if not date_string: return None > return datetime.date.fromisoformat(date_string) E AttributeError: type object 'datetime.date' has no attribute 'fromisoformat' tests/test_dates.py:12: AttributeError ___________________________ test_dates[altlinux2.2] ____________________________ osxml = <Os shortid=altlinux2.2> @util.os_parametrize('osxml', filter_dates=True) def test_dates(osxml): > release_date = _parse_date(osxml.release_date) tests/test_dates.py:17: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ date_string = '2003-03-01' def _parse_date(date_string): if not date_string: return None > return datetime.date.fromisoformat(date_string) E AttributeError: type object 'datetime.date' has no attribute 'fromisoformat' tests/test_dates.py:12: AttributeError ___________________________ test_dates[altlinux2.4] ____________________________ osxml = <Os shortid=altlinux2.4> @util.os_parametrize('osxml', filter_dates=True) def test_dates(osxml): > release_date = _parse_date(osxml.release_date) tests/test_dates.py:17: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ date_string = '2004-09-01' def _parse_date(date_string): if not date_string: return None > return datetime.date.fromisoformat(date_string) E AttributeError: type object 'datetime.date' has no attribute 'fromisoformat' tests/test_dates.py:12: AttributeError ___________________________ test_dates[altlinux3.0] ____________________________ osxml = <Os shortid=altlinux3.0> @util.os_parametrize('osxml', filter_dates=True) def test_dates(osxml): > release_date = _parse_date(osxml.release_date) tests/test_dates.py:17: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ date_string = '2005-03-22' def _parse_date(date_string): if not date_string: return None > return datetime.date.fromisoformat(date_string) E AttributeError: type object 'datetime.date' has no attribute 'fromisoformat' tests/test_dates.py:12: AttributeError ___________________________ test_dates[altlinux4.0] ____________________________ osxml = <Os shortid=altlinux4.0> @util.os_parametrize('osxml', filter_dates=True) def test_dates(osxml): > release_date = _parse_date(osxml.release_date) tests/test_dates.py:17: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ date_string = '2007-06-01' def _parse_date(date_string): if not date_string: return None > return datetime.date.fromisoformat(date_string) E AttributeError: type object 'datetime.date' has no attribute 'fromisoformat' tests/test_dates.py:12: AttributeError ___________________________ test_dates[altlinux4.1] ____________________________ osxml = <Os shortid=altlinux4.1> @util.os_parametrize('osxml', filter_dates=True) def test_dates(osxml): > release_date = _parse_date(osxml.release_date) tests/test_dates.py:17: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ date_string = '2008-12-07' def _parse_date(date_string): if not date_string: return None > return datetime.date.fromisoformat(date_string) E AttributeError: type object 'datetime.date' has no attribute 'fromisoformat' tests/test_dates.py:12: AttributeError ___________________________ test_dates[altlinux5.0] ____________________________ osxml = <Os shortid=altlinux5.0> @util.os_parametrize('osxml', filter_dates=True) def test_dates(osxml): > release_date = _parse_date(osxml.release_date) tests/test_dates.py:17: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ date_string = '2009-10-29' def _parse_date(date_string): if not date_string: return None > return datetime.date.fromisoformat(date_string) E AttributeError: type object 'datetime.date' has no attribute 'fromisoformat' tests/test_dates.py:12: AttributeError ___________________________ test_dates[altlinux6.0] ____________________________ osxml = <Os shortid=altlinux6.0> @util.os_parametrize('osxml', filter_dates=True) def test_dates(osxml): > release_date = _parse_date(osxml.release_date) tests/test_dates.py:17: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ date_string = '2011-10-26' def _parse_date(date_string): if not date_string: return None > return datetime.date.fromisoformat(date_string) E AttributeError: type object 'datetime.date' has no attribute 'fromisoformat' tests/test_dates.py:12: AttributeError ___________________________ test_dates[altlinux7.0] ____________________________ osxml = <Os shortid=altlinux7.0> @util.os_parametrize('osxml', filter_dates=True) def test_dates(osxml): > release_date = _parse_date(osxml.release_date) tests/test_dates.py:17: _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ date_string = '2012-10-01' def _parse_date(date_string): if not date_string: return None > return datetime.date.fromisoformat(date_string) E AttributeError: type object 'datetime.date' has no attribute 'fromisoformat' tests/test_dates.py:12: AttributeError =================== 545 failed, 1321 passed in 63.04 seconds =================== Makefile:124: recipe for target 'check' failed make: *** [check] Error 1 Build step 'Execute shell' marked build as failure
1 1
0 0
[Libvirt-ci] Failed: libvirt/libvirt#2325 (v4.2-maint - f845754)
by Travis CI 21 May '19

21 May '19
Build Update for libvirt/libvirt ------------------------------------- Build: #2325 Status: Failed Duration: 26 mins and 6 secs Commit: f845754 (v4.2-maint) Author: Daniel P. Berrangé Message: logging: restrict sockets to mode 0600 The virtlogd daemon's only intended client is the libvirtd daemon. As such it should never allow clients from other user accounts to connect. The code already enforces this and drops clients from other UIDs, but we can get earlier (and thus stronger) protection against DoS by setting the socket permissions to 0600 Fixes CVE-2019-10132 Reviewed-by: Ján Tomko <jtomko(a)redhat.com> Signed-off-by: Daniel P. Berrangé <berrange(a)redhat.com> (cherry picked from commit e37bd65f9948c1185456b2cdaa3bd6e875af680f) View the changeset: https://github.com/libvirt/libvirt/compare/9bef445981a2^...f845754de1b4 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/535284872?utm_medium=notificat… -- You can unsubscribe from build emails from the libvirt/libvirt repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=4872032&ut…. Or unsubscribe from *all* email updating your settings at https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notificati…. Or configure specific recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications.
1 0
0 0
[Libvirt-ci] Errored: libvirt/libvirt#2326 (v4.1-maint - f0e0141)
by Travis CI 21 May '19

21 May '19
Build Update for libvirt/libvirt ------------------------------------- Build: #2326 Status: Errored Duration: 18 mins and 24 secs Commit: f0e0141 (v4.1-maint) Author: Daniel P. Berrangé Message: logging: restrict sockets to mode 0600 The virtlogd daemon's only intended client is the libvirtd daemon. As such it should never allow clients from other user accounts to connect. The code already enforces this and drops clients from other UIDs, but we can get earlier (and thus stronger) protection against DoS by setting the socket permissions to 0600 Fixes CVE-2019-10132 Reviewed-by: Ján Tomko <jtomko(a)redhat.com> Signed-off-by: Daniel P. Berrangé <berrange(a)redhat.com> (cherry picked from commit e37bd65f9948c1185456b2cdaa3bd6e875af680f) View the changeset: https://github.com/libvirt/libvirt/compare/4cb90fa2335b...f0e014133104 View the full build log and details: https://travis-ci.org/libvirt/libvirt/builds/535284882?utm_medium=notificat… -- You can unsubscribe from build emails from the libvirt/libvirt repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=4872032&ut…. Or unsubscribe from *all* email updating your settings at https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notificati…. Or configure specific recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications.
1 0
0 0
[Libvirt-ci] Jenkins build is back to normal : libvirt+mingw64-build » libvirt-fedora-rawhide #586
by ci@centos.org 20 May '19

20 May '19
See <https://ci.centos.org/job/libvirt+mingw64-build/systems=libvirt-fedora-rawh…>
1 0
0 0
[Libvirt-ci] Build failed in Jenkins: libvirt+mingw32-build » libvirt-fedora-rawhide #582
by ci@centos.org 17 May '19

17 May '19
See <https://ci.centos.org/job/libvirt+mingw32-build/systems=libvirt-fedora-rawh…> Changes: [pkrempa] qemu: blockjob: Fix saving of inactive XML after completed legacy ------------------------------------------ [...truncated 359.19 KB...] rm -f ../../po/fr.gmo ../../po/fr.gmo-t msgfmt -c -o ../../po/fr.gmo-t ../../po/fr.po mv ../../po/fil.gmo-t ../../po/fil.gmo rm -f ../../po/fur.gmo ../../po/fur.gmo-t msgfmt -c -o ../../po/fur.gmo-t ../../po/fur.po mv ../../po/fi.gmo-t ../../po/fi.gmo rm -f ../../po/ga.gmo ../../po/ga.gmo-t msgfmt -c -o ../../po/ga.gmo-t ../../po/ga.po mv ../../po/fr.gmo-t ../../po/fr.gmo rm -f ../../po/gl.gmo ../../po/gl.gmo-t msgfmt -c -o ../../po/gl.gmo-t ../../po/gl.po mv ../../po/fur.gmo-t ../../po/fur.gmo rm -f ../../po/gu.gmo ../../po/gu.gmo-t msgfmt -c -o ../../po/gu.gmo-t ../../po/gu.po mv ../../po/ga.gmo-t ../../po/ga.gmo rm -f ../../po/he.gmo ../../po/he.gmo-t msgfmt -c -o ../../po/he.gmo-t ../../po/he.po mv ../../po/gl.gmo-t ../../po/gl.gmo rm -f ../../po/hi.gmo ../../po/hi.gmo-t msgfmt -c -o ../../po/hi.gmo-t ../../po/hi.po mv ../../po/he.gmo-t ../../po/he.gmo rm -f ../../po/hr.gmo ../../po/hr.gmo-t msgfmt -c -o ../../po/hr.gmo-t ../../po/hr.po mv ../../po/gu.gmo-t ../../po/gu.gmo rm -f ../../po/hu.gmo ../../po/hu.gmo-t msgfmt -c -o ../../po/hu.gmo-t ../../po/hu.po mv ../../po/hi.gmo-t ../../po/hi.gmo rm -f ../../po/ia.gmo ../../po/ia.gmo-t msgfmt -c -o ../../po/ia.gmo-t ../../po/ia.po mv ../../po/hu.gmo-t ../../po/hu.gmo rm -f ../../po/id.gmo ../../po/id.gmo-t msgfmt -c -o ../../po/id.gmo-t ../../po/id.po mv ../../po/hr.gmo-t ../../po/hr.gmo rm -f ../../po/ilo.gmo ../../po/ilo.gmo-t msgfmt -c -o ../../po/ilo.gmo-t ../../po/ilo.po mv ../../po/ia.gmo-t ../../po/ia.gmo rm -f ../../po/is.gmo ../../po/is.gmo-t msgfmt -c -o ../../po/is.gmo-t ../../po/is.po mv ../../po/id.gmo-t ../../po/id.gmo rm -f ../../po/it.gmo ../../po/it.gmo-t msgfmt -c -o ../../po/it.gmo-t ../../po/it.po mv ../../po/ilo.gmo-t ../../po/ilo.gmo rm -f ../../po/ja.gmo ../../po/ja.gmo-t msgfmt -c -o ../../po/ja.gmo-t ../../po/ja.po mv ../../po/is.gmo-t ../../po/is.gmo rm -f ../../po/ka.gmo ../../po/ka.gmo-t msgfmt -c -o ../../po/ka.gmo-t ../../po/ka.po mv ../../po/it.gmo-t ../../po/it.gmo rm -f ../../po/kk.gmo ../../po/kk.gmo-t msgfmt -c -o ../../po/kk.gmo-t ../../po/kk.po mv ../../po/ja.gmo-t ../../po/ja.gmo rm -f ../../po/km.gmo ../../po/km.gmo-t msgfmt -c -o ../../po/km.gmo-t ../../po/km.po mv ../../po/ka.gmo-t ../../po/ka.gmo rm -f ../../po/kn.gmo ../../po/kn.gmo-t msgfmt -c -o ../../po/kn.gmo-t ../../po/kn.po mv ../../po/kk.gmo-t ../../po/kk.gmo rm -f ../../po/ko.gmo ../../po/ko.gmo-t msgfmt -c -o ../../po/ko.gmo-t ../../po/ko.po mv ../../po/km.gmo-t ../../po/km.gmo rm -f ../../po/kw_GB.gmo ../../po/kw_GB.gmo-t msgfmt -c -o ../../po/kw_GB.gmo-t ../../po/kw_GB.po mv ../../po/ko.gmo-t ../../po/ko.gmo rm -f ../../po/kw(a)kkcor.gmo ../../po/kw(a)kkcor.gmo-t mv ../../po/kn.gmo-t ../../po/kn.gmo msgfmt -c -o ../../po/kw(a)kkcor.gmo-t ../../po/kw(a)kkcor.po rm -f ../../po/kw.gmo ../../po/kw.gmo-t msgfmt -c -o ../../po/kw.gmo-t ../../po/kw.po mv ../../po/kw_GB.gmo-t ../../po/kw_GB.gmo rm -f ../../po/kw(a)uccor.gmo ../../po/kw(a)uccor.gmo-t msgfmt -c -o ../../po/kw(a)uccor.gmo-t ../../po/kw(a)uccor.po mv ../../po/kw.gmo-t ../../po/kw.gmo rm -f ../../po/ky.gmo ../../po/ky.gmo-t msgfmt -c -o ../../po/ky.gmo-t ../../po/ky.po mv ../../po/kw(a)kkcor.gmo-t ../../po/kw(a)kkcor.gmo rm -f ../../po/lt.gmo ../../po/lt.gmo-t msgfmt -c -o ../../po/lt.gmo-t ../../po/lt.po mv ../../po/kw(a)uccor.gmo-t ../../po/kw(a)uccor.gmo rm -f ../../po/lv.gmo ../../po/lv.gmo-t msgfmt -c -o ../../po/lv.gmo-t ../../po/lv.po mv ../../po/ky.gmo-t ../../po/ky.gmo rm -f ../../po/mai.gmo ../../po/mai.gmo-t msgfmt -c -o ../../po/mai.gmo-t ../../po/mai.po mv ../../po/lv.gmo-t ../../po/lv.gmo mv ../../po/lt.gmo-t ../../po/lt.gmo rm -f ../../po/mk.gmo ../../po/mk.gmo-t msgfmt -c -o ../../po/mk.gmo-t ../../po/mk.po rm -f ../../po/ml.gmo ../../po/ml.gmo-t msgfmt -c -o ../../po/ml.gmo-t ../../po/ml.po mv ../../po/mai.gmo-t ../../po/mai.gmo rm -f ../../po/mn.gmo ../../po/mn.gmo-t msgfmt -c -o ../../po/mn.gmo-t ../../po/mn.po mv ../../po/mk.gmo-t ../../po/mk.gmo rm -f ../../po/mr.gmo ../../po/mr.gmo-t msgfmt -c -o ../../po/mr.gmo-t ../../po/mr.po mv ../../po/ml.gmo-t ../../po/ml.gmo rm -f ../../po/ms.gmo ../../po/ms.gmo-t msgfmt -c -o ../../po/ms.gmo-t ../../po/ms.po mv ../../po/mn.gmo-t ../../po/mn.gmo rm -f ../../po/my.gmo ../../po/my.gmo-t msgfmt -c -o ../../po/my.gmo-t ../../po/my.po mv ../../po/ms.gmo-t ../../po/ms.gmo mv ../../po/mr.gmo-t ../../po/mr.gmo rm -f ../../po/nb.gmo ../../po/nb.gmo-t msgfmt -c -o ../../po/nb.gmo-t ../../po/nb.po rm -f ../../po/nds.gmo ../../po/nds.gmo-t msgfmt -c -o ../../po/nds.gmo-t ../../po/nds.po mv ../../po/my.gmo-t ../../po/my.gmo rm -f ../../po/ne.gmo ../../po/ne.gmo-t msgfmt -c -o ../../po/ne.gmo-t ../../po/ne.po mv ../../po/nds.gmo-t ../../po/nds.gmo rm -f ../../po/nl.gmo ../../po/nl.gmo-t msgfmt -c -o ../../po/nl.gmo-t ../../po/nl.po mv ../../po/nb.gmo-t ../../po/nb.gmo rm -f ../../po/nn.gmo ../../po/nn.gmo-t msgfmt -c -o ../../po/nn.gmo-t ../../po/nn.po mv ../../po/ne.gmo-t ../../po/ne.gmo rm -f ../../po/nso.gmo ../../po/nso.gmo-t msgfmt -c -o ../../po/nso.gmo-t ../../po/nso.po mv ../../po/nl.gmo-t ../../po/nl.gmo rm -f ../../po/or.gmo ../../po/or.gmo-t msgfmt -c -o ../../po/or.gmo-t ../../po/or.po mv ../../po/nn.gmo-t ../../po/nn.gmo rm -f ../../po/pa.gmo ../../po/pa.gmo-t msgfmt -c -o ../../po/pa.gmo-t ../../po/pa.po mv ../../po/nso.gmo-t ../../po/nso.gmo rm -f ../../po/pl.gmo ../../po/pl.gmo-t msgfmt -c -o ../../po/pl.gmo-t ../../po/pl.po mv ../../po/pa.gmo-t ../../po/pa.gmo rm -f ../../po/pt_BR.gmo ../../po/pt_BR.gmo-t msgfmt -c -o ../../po/pt_BR.gmo-t ../../po/pt_BR.po mv ../../po/or.gmo-t ../../po/or.gmo rm -f ../../po/pt.gmo ../../po/pt.gmo-t msgfmt -c -o ../../po/pt.gmo-t ../../po/pt.po mv ../../po/pl.gmo-t ../../po/pl.gmo rm -f ../../po/ro.gmo ../../po/ro.gmo-t msgfmt -c -o ../../po/ro.gmo-t ../../po/ro.po mv ../../po/pt.gmo-t ../../po/pt.gmo rm -f ../../po/ru.gmo ../../po/ru.gmo-t msgfmt -c -o ../../po/ru.gmo-t ../../po/ru.po mv ../../po/pt_BR.gmo-t ../../po/pt_BR.gmo rm -f ../../po/si.gmo ../../po/si.gmo-t msgfmt -c -o ../../po/si.gmo-t ../../po/si.po mv ../../po/ro.gmo-t ../../po/ro.gmo rm -f ../../po/sk.gmo ../../po/sk.gmo-t msgfmt -c -o ../../po/sk.gmo-t ../../po/sk.po mv ../../po/si.gmo-t ../../po/si.gmo rm -f ../../po/sl.gmo ../../po/sl.gmo-t msgfmt -c -o ../../po/sl.gmo-t ../../po/sl.po mv ../../po/ru.gmo-t ../../po/ru.gmo rm -f ../../po/sq.gmo ../../po/sq.gmo-t msgfmt -c -o ../../po/sq.gmo-t ../../po/sq.po mv ../../po/sk.gmo-t ../../po/sk.gmo rm -f ../../po/sr(a)latin.gmo ../../po/sr(a)latin.gmo-t msgfmt -c -o ../../po/sr(a)latin.gmo-t ../../po/sr(a)latin.po mv ../../po/sq.gmo-t ../../po/sq.gmo rm -f ../../po/sr.gmo ../../po/sr.gmo-t msgfmt -c -o ../../po/sr.gmo-t ../../po/sr.po mv ../../po/sl.gmo-t ../../po/sl.gmo rm -f ../../po/sv.gmo ../../po/sv.gmo-t msgfmt -c -o ../../po/sv.gmo-t ../../po/sv.po mv ../../po/sr(a)latin.gmo-t ../../po/sr(a)latin.gmo rm -f ../../po/ta.gmo ../../po/ta.gmo-t msgfmt -c -o ../../po/ta.gmo-t ../../po/ta.po mv ../../po/sr.gmo-t ../../po/sr.gmo rm -f ../../po/te.gmo ../../po/te.gmo-t msgfmt -c -o ../../po/te.gmo-t ../../po/te.po mv ../../po/sv.gmo-t ../../po/sv.gmo rm -f ../../po/tg.gmo ../../po/tg.gmo-t msgfmt -c -o ../../po/tg.gmo-t ../../po/tg.po mv ../../po/ta.gmo-t ../../po/ta.gmo rm -f ../../po/th.gmo ../../po/th.gmo-t msgfmt -c -o ../../po/th.gmo-t ../../po/th.po mv ../../po/tg.gmo-t ../../po/tg.gmo rm -f ../../po/tr.gmo ../../po/tr.gmo-t msgfmt -c -o ../../po/tr.gmo-t ../../po/tr.po mv ../../po/te.gmo-t ../../po/te.gmo rm -f ../../po/tw.gmo ../../po/tw.gmo-t msgfmt -c -o ../../po/tw.gmo-t ../../po/tw.po mv ../../po/th.gmo-t ../../po/th.gmo rm -f ../../po/uk.gmo ../../po/uk.gmo-t msgfmt -c -o ../../po/uk.gmo-t ../../po/uk.po mv ../../po/tr.gmo-t ../../po/tr.gmo rm -f ../../po/ur.gmo ../../po/ur.gmo-t msgfmt -c -o ../../po/ur.gmo-t ../../po/ur.po mv ../../po/tw.gmo-t ../../po/tw.gmo rm -f ../../po/vi.gmo ../../po/vi.gmo-t msgfmt -c -o ../../po/vi.gmo-t ../../po/vi.po mv ../../po/ur.gmo-t ../../po/ur.gmo rm -f ../../po/wba.gmo ../../po/wba.gmo-t msgfmt -c -o ../../po/wba.gmo-t ../../po/wba.po mv ../../po/uk.gmo-t ../../po/uk.gmo rm -f ../../po/yo.gmo ../../po/yo.gmo-t mv ../../po/vi.gmo-t ../../po/vi.gmo msgfmt -c -o ../../po/yo.gmo-t ../../po/yo.po rm -f ../../po/zh_CN.gmo ../../po/zh_CN.gmo-t msgfmt -c -o ../../po/zh_CN.gmo-t ../../po/zh_CN.po mv ../../po/wba.gmo-t ../../po/wba.gmo rm -f ../../po/zh_HK.gmo ../../po/zh_HK.gmo-t msgfmt -c -o ../../po/zh_HK.gmo-t ../../po/zh_HK.po mv ../../po/yo.gmo-t ../../po/yo.gmo rm -f ../../po/zh_TW.gmo ../../po/zh_TW.gmo-t msgfmt -c -o ../../po/zh_TW.gmo-t ../../po/zh_TW.po mv ../../po/zh_CN.gmo-t ../../po/zh_CN.gmo rm -f ../../po/zu.gmo ../../po/zu.gmo-t msgfmt -c -o ../../po/zu.gmo-t ../../po/zu.po mv ../../po/zh_HK.gmo-t ../../po/zh_HK.gmo mv ../../po/zh_TW.gmo-t ../../po/zh_TW.gmo mv ../../po/zu.gmo-t ../../po/zu.gmo mkdir -p /home/jenkins/build/libvirt/i686-w64-mingw32/sys-root/mingw/share/locale for lang in af am anp ar as ast bal be bg bn_IN bn bo br brx bs ca cs cy da de_CH de el en_GB eo es et eu fa fil fi fr fur ga gl gu he hi hr hu ia id ilo is it ja ka kk km kn ko kw_GB kw@kkcor kw kw@uccor ky lt lv mai mk ml mn mr ms my nb nds ne nl nn nso or pa pl pt_BR pt ro ru si sk sl sq sr@latin sr sv ta te tg th tr tw uk ur vi wba yo zh_CN zh_HK zh_TW zu; do \ d=/home/jenkins/build/libvirt/i686-w64-mingw32/sys-root/mingw/share/locale/$lang/LC_MESSAGES; \ mkdir -p $d; \ install -m 0644 ../../po/$lang.gmo $d/libvirt.mo; \ done gmake[3]: Leaving directory '<https://ci.centos.org/job/libvirt+mingw32-build/systems=libvirt-fedora-rawh…'> gmake[2]: Leaving directory '<https://ci.centos.org/job/libvirt+mingw32-build/systems=libvirt-fedora-rawh…'> gmake[1]: Leaving directory '<https://ci.centos.org/job/libvirt+mingw32-build/systems=libvirt-fedora-rawh…'> Making install in examples gmake[1]: Entering directory '<https://ci.centos.org/job/libvirt+mingw32-build/systems=libvirt-fedora-rawh…'> gmake[2]: Entering directory '<https://ci.centos.org/job/libvirt+mingw32-build/systems=libvirt-fedora-rawh…'> gmake[2]: Nothing to be done for 'install-exec-am'. /bin/sh <https://ci.centos.org/job/libvirt+mingw32-build/systems=libvirt-fedora-rawh…> -d /home/jenkins/build/libvirt/i686-w64-mingw32/sys-root/mingw/share/doc/libvirt/examples for p in dominfo/info1.exe dommigrate/dommigrate.exe domsuspend/suspend.exe domtop/domtop.exe hellolibvirt/hellolibvirt.exe object-events/event-test.exe openauth/openauth.exe rename/rename.exe admin/list_servers.exe admin/list_clients.exe admin/threadpool_params.exe admin/client_limits.exe admin/client_info.exe admin/client_close.exe admin/logging.exe; do \ d=$(dirname $p); \ /bin/sh <https://ci.centos.org/job/libvirt+mingw32-build/systems=libvirt-fedora-rawh…> -d /home/jenkins/build/libvirt/i686-w64-mingw32/sys-root/mingw/share/doc/libvirt/examples/$d; \ /usr/bin/install -c -m 644 ../../examples/${p}.c /home/jenkins/build/libvirt/i686-w64-mingw32/sys-root/mingw/share/doc/libvirt/examples/$d/; \ done /usr/bin/install: cannot stat '../../examples/dominfo/info1.exe.c': No such file or directory /usr/bin/install: cannot stat '../../examples/dommigrate/dommigrate.exe.c': No such file or directory /usr/bin/install: cannot stat '../../examples/domsuspend/suspend.exe.c': No such file or directory /usr/bin/install: cannot stat '../../examples/domtop/domtop.exe.c': No such file or directory /usr/bin/install: cannot stat '../../examples/hellolibvirt/hellolibvirt.exe.c': No such file or directory /usr/bin/install: cannot stat '../../examples/object-events/event-test.exe.c': No such file or directory /usr/bin/install: cannot stat '../../examples/openauth/openauth.exe.c': No such file or directory /usr/bin/install: cannot stat '../../examples/rename/rename.exe.c': No such file or directory /usr/bin/install: cannot stat '../../examples/admin/list_servers.exe.c': No such file or directory /usr/bin/install: cannot stat '../../examples/admin/list_clients.exe.c': No such file or directory /usr/bin/install: cannot stat '../../examples/admin/threadpool_params.exe.c': No such file or directory /usr/bin/install: cannot stat '../../examples/admin/client_limits.exe.c': No such file or directory /usr/bin/install: cannot stat '../../examples/admin/client_info.exe.c': No such file or directory /usr/bin/install: cannot stat '../../examples/admin/client_close.exe.c': No such file or directory /usr/bin/install: cannot stat '../../examples/admin/logging.exe.c': No such file or directory gmake[2]: *** [Makefile:2643: install-data-local] Error 1 gmake[2]: Leaving directory '<https://ci.centos.org/job/libvirt+mingw32-build/systems=libvirt-fedora-rawh…'> gmake[1]: *** [Makefile:2469: install-am] Error 2 gmake[1]: Leaving directory '<https://ci.centos.org/job/libvirt+mingw32-build/systems=libvirt-fedora-rawh…'> gmake: *** [Makefile:2130: install-recursive] Error 1 Build step 'Execute shell' marked build as failure
1 3
0 0
[Libvirt-ci] Build failed in Jenkins: libvirt+mingw64-build » libvirt-fedora-rawhide #582
by ci@centos.org 17 May '19

17 May '19
See <https://ci.centos.org/job/libvirt+mingw64-build/systems=libvirt-fedora-rawh…> Changes: [pkrempa] qemu: blockjob: Fix saving of inactive XML after completed legacy ------------------------------------------ [...truncated 361.34 KB...] rm -f ../../po/fr.gmo ../../po/fr.gmo-t msgfmt -c -o ../../po/fr.gmo-t ../../po/fr.po mv ../../po/fil.gmo-t ../../po/fil.gmo rm -f ../../po/fur.gmo ../../po/fur.gmo-t msgfmt -c -o ../../po/fur.gmo-t ../../po/fur.po mv ../../po/fi.gmo-t ../../po/fi.gmo rm -f ../../po/ga.gmo ../../po/ga.gmo-t msgfmt -c -o ../../po/ga.gmo-t ../../po/ga.po mv ../../po/fr.gmo-t ../../po/fr.gmo rm -f ../../po/gl.gmo ../../po/gl.gmo-t msgfmt -c -o ../../po/gl.gmo-t ../../po/gl.po mv ../../po/fur.gmo-t ../../po/fur.gmo rm -f ../../po/gu.gmo ../../po/gu.gmo-t msgfmt -c -o ../../po/gu.gmo-t ../../po/gu.po mv ../../po/ga.gmo-t ../../po/ga.gmo rm -f ../../po/he.gmo ../../po/he.gmo-t msgfmt -c -o ../../po/he.gmo-t ../../po/he.po mv ../../po/gl.gmo-t ../../po/gl.gmo rm -f ../../po/hi.gmo ../../po/hi.gmo-t msgfmt -c -o ../../po/hi.gmo-t ../../po/hi.po mv ../../po/gu.gmo-t ../../po/gu.gmo rm -f ../../po/hr.gmo ../../po/hr.gmo-t msgfmt -c -o ../../po/hr.gmo-t ../../po/hr.po mv ../../po/he.gmo-t ../../po/he.gmo rm -f ../../po/hu.gmo ../../po/hu.gmo-t msgfmt -c -o ../../po/hu.gmo-t ../../po/hu.po mv ../../po/hi.gmo-t ../../po/hi.gmo rm -f ../../po/ia.gmo ../../po/ia.gmo-t msgfmt -c -o ../../po/ia.gmo-t ../../po/ia.po mv ../../po/hr.gmo-t ../../po/hr.gmo rm -f ../../po/id.gmo ../../po/id.gmo-t msgfmt -c -o ../../po/id.gmo-t ../../po/id.po mv ../../po/hu.gmo-t ../../po/hu.gmo rm -f ../../po/ilo.gmo ../../po/ilo.gmo-t msgfmt -c -o ../../po/ilo.gmo-t ../../po/ilo.po mv ../../po/ia.gmo-t ../../po/ia.gmo rm -f ../../po/is.gmo ../../po/is.gmo-t msgfmt -c -o ../../po/is.gmo-t ../../po/is.po mv ../../po/id.gmo-t ../../po/id.gmo mv ../../po/ilo.gmo-t ../../po/ilo.gmo rm -f ../../po/it.gmo ../../po/it.gmo-t rm -f ../../po/ja.gmo ../../po/ja.gmo-t msgfmt -c -o ../../po/it.gmo-t ../../po/it.po msgfmt -c -o ../../po/ja.gmo-t ../../po/ja.po mv ../../po/is.gmo-t ../../po/is.gmo rm -f ../../po/ka.gmo ../../po/ka.gmo-t msgfmt -c -o ../../po/ka.gmo-t ../../po/ka.po mv ../../po/it.gmo-t ../../po/it.gmo rm -f ../../po/kk.gmo ../../po/kk.gmo-t msgfmt -c -o ../../po/kk.gmo-t ../../po/kk.po mv ../../po/ja.gmo-t ../../po/ja.gmo rm -f ../../po/km.gmo ../../po/km.gmo-t msgfmt -c -o ../../po/km.gmo-t ../../po/km.po mv ../../po/ka.gmo-t ../../po/ka.gmo rm -f ../../po/kn.gmo ../../po/kn.gmo-t msgfmt -c -o ../../po/kn.gmo-t ../../po/kn.po mv ../../po/kk.gmo-t ../../po/kk.gmo rm -f ../../po/ko.gmo ../../po/ko.gmo-t msgfmt -c -o ../../po/ko.gmo-t ../../po/ko.po mv ../../po/km.gmo-t ../../po/km.gmo rm -f ../../po/kw_GB.gmo ../../po/kw_GB.gmo-t msgfmt -c -o ../../po/kw_GB.gmo-t ../../po/kw_GB.po mv ../../po/kn.gmo-t ../../po/kn.gmo rm -f ../../po/kw(a)kkcor.gmo ../../po/kw(a)kkcor.gmo-t msgfmt -c -o ../../po/kw(a)kkcor.gmo-t ../../po/kw(a)kkcor.po mv ../../po/ko.gmo-t ../../po/ko.gmo rm -f ../../po/kw.gmo ../../po/kw.gmo-t msgfmt -c -o ../../po/kw.gmo-t ../../po/kw.po mv ../../po/kw_GB.gmo-t ../../po/kw_GB.gmo rm -f ../../po/kw(a)uccor.gmo ../../po/kw(a)uccor.gmo-t msgfmt -c -o ../../po/kw(a)uccor.gmo-t ../../po/kw(a)uccor.po mv ../../po/kw(a)kkcor.gmo-t ../../po/kw(a)kkcor.gmo rm -f ../../po/ky.gmo ../../po/ky.gmo-t msgfmt -c -o ../../po/ky.gmo-t ../../po/ky.po mv ../../po/kw.gmo-t ../../po/kw.gmo rm -f ../../po/lt.gmo ../../po/lt.gmo-t msgfmt -c -o ../../po/lt.gmo-t ../../po/lt.po mv ../../po/kw(a)uccor.gmo-t ../../po/kw(a)uccor.gmo rm -f ../../po/lv.gmo ../../po/lv.gmo-t msgfmt -c -o ../../po/lv.gmo-t ../../po/lv.po mv ../../po/ky.gmo-t ../../po/ky.gmo rm -f ../../po/mai.gmo ../../po/mai.gmo-t msgfmt -c -o ../../po/mai.gmo-t ../../po/mai.po mv ../../po/lt.gmo-t ../../po/lt.gmo mv ../../po/lv.gmo-t ../../po/lv.gmo rm -f ../../po/mk.gmo ../../po/mk.gmo-t rm -f ../../po/ml.gmo ../../po/ml.gmo-t msgfmt -c -o ../../po/mk.gmo-t ../../po/mk.po msgfmt -c -o ../../po/ml.gmo-t ../../po/ml.po mv ../../po/mai.gmo-t ../../po/mai.gmo rm -f ../../po/mn.gmo ../../po/mn.gmo-t msgfmt -c -o ../../po/mn.gmo-t ../../po/mn.po mv ../../po/mk.gmo-t ../../po/mk.gmo rm -f ../../po/mr.gmo ../../po/mr.gmo-t msgfmt -c -o ../../po/mr.gmo-t ../../po/mr.po mv ../../po/ml.gmo-t ../../po/ml.gmo rm -f ../../po/ms.gmo ../../po/ms.gmo-t msgfmt -c -o ../../po/ms.gmo-t ../../po/ms.po mv ../../po/mn.gmo-t ../../po/mn.gmo rm -f ../../po/my.gmo ../../po/my.gmo-t msgfmt -c -o ../../po/my.gmo-t ../../po/my.po mv ../../po/mr.gmo-t ../../po/mr.gmo rm -f ../../po/nb.gmo ../../po/nb.gmo-t msgfmt -c -o ../../po/nb.gmo-t ../../po/nb.po mv ../../po/my.gmo-t ../../po/my.gmo mv ../../po/ms.gmo-t ../../po/ms.gmo rm -f ../../po/nds.gmo ../../po/nds.gmo-t rm -f ../../po/ne.gmo ../../po/ne.gmo-t msgfmt -c -o ../../po/nds.gmo-t ../../po/nds.po msgfmt -c -o ../../po/ne.gmo-t ../../po/ne.po mv ../../po/nb.gmo-t ../../po/nb.gmo rm -f ../../po/nl.gmo ../../po/nl.gmo-t msgfmt -c -o ../../po/nl.gmo-t ../../po/nl.po mv ../../po/nds.gmo-t ../../po/nds.gmo mv ../../po/ne.gmo-t ../../po/ne.gmo rm -f ../../po/nn.gmo ../../po/nn.gmo-t rm -f ../../po/nso.gmo ../../po/nso.gmo-t msgfmt -c -o ../../po/nn.gmo-t ../../po/nn.po msgfmt -c -o ../../po/nso.gmo-t ../../po/nso.po mv ../../po/nl.gmo-t ../../po/nl.gmo rm -f ../../po/or.gmo ../../po/or.gmo-t msgfmt -c -o ../../po/or.gmo-t ../../po/or.po mv ../../po/nn.gmo-t ../../po/nn.gmo rm -f ../../po/pa.gmo ../../po/pa.gmo-t msgfmt -c -o ../../po/pa.gmo-t ../../po/pa.po mv ../../po/nso.gmo-t ../../po/nso.gmo rm -f ../../po/pl.gmo ../../po/pl.gmo-t msgfmt -c -o ../../po/pl.gmo-t ../../po/pl.po mv ../../po/or.gmo-t ../../po/or.gmo rm -f ../../po/pt_BR.gmo ../../po/pt_BR.gmo-t msgfmt -c -o ../../po/pt_BR.gmo-t ../../po/pt_BR.po mv ../../po/pa.gmo-t ../../po/pa.gmo rm -f ../../po/pt.gmo ../../po/pt.gmo-t msgfmt -c -o ../../po/pt.gmo-t ../../po/pt.po mv ../../po/pl.gmo-t ../../po/pl.gmo rm -f ../../po/ro.gmo ../../po/ro.gmo-t msgfmt -c -o ../../po/ro.gmo-t ../../po/ro.po mv ../../po/pt_BR.gmo-t ../../po/pt_BR.gmo rm -f ../../po/ru.gmo ../../po/ru.gmo-t mv ../../po/ro.gmo-t ../../po/ro.gmo mv ../../po/pt.gmo-t ../../po/pt.gmo msgfmt -c -o ../../po/ru.gmo-t ../../po/ru.po rm -f ../../po/si.gmo ../../po/si.gmo-t msgfmt -c -o ../../po/si.gmo-t ../../po/si.po rm -f ../../po/sk.gmo ../../po/sk.gmo-t msgfmt -c -o ../../po/sk.gmo-t ../../po/sk.po mv ../../po/sk.gmo-t ../../po/sk.gmo rm -f ../../po/sl.gmo ../../po/sl.gmo-t msgfmt -c -o ../../po/sl.gmo-t ../../po/sl.po mv ../../po/si.gmo-t ../../po/si.gmo rm -f ../../po/sq.gmo ../../po/sq.gmo-t msgfmt -c -o ../../po/sq.gmo-t ../../po/sq.po mv ../../po/ru.gmo-t ../../po/ru.gmo rm -f ../../po/sr(a)latin.gmo ../../po/sr(a)latin.gmo-t msgfmt -c -o ../../po/sr(a)latin.gmo-t ../../po/sr(a)latin.po mv ../../po/sl.gmo-t ../../po/sl.gmo rm -f ../../po/sr.gmo ../../po/sr.gmo-t msgfmt -c -o ../../po/sr.gmo-t ../../po/sr.po mv ../../po/sq.gmo-t ../../po/sq.gmo rm -f ../../po/sv.gmo ../../po/sv.gmo-t msgfmt -c -o ../../po/sv.gmo-t ../../po/sv.po mv ../../po/sr(a)latin.gmo-t ../../po/sr(a)latin.gmo rm -f ../../po/ta.gmo ../../po/ta.gmo-t msgfmt -c -o ../../po/ta.gmo-t ../../po/ta.po mv ../../po/sr.gmo-t ../../po/sr.gmo rm -f ../../po/te.gmo ../../po/te.gmo-t msgfmt -c -o ../../po/te.gmo-t ../../po/te.po mv ../../po/sv.gmo-t ../../po/sv.gmo rm -f ../../po/tg.gmo ../../po/tg.gmo-t msgfmt -c -o ../../po/tg.gmo-t ../../po/tg.po mv ../../po/ta.gmo-t ../../po/ta.gmo rm -f ../../po/th.gmo ../../po/th.gmo-t msgfmt -c -o ../../po/th.gmo-t ../../po/th.po mv ../../po/tg.gmo-t ../../po/tg.gmo rm -f ../../po/tr.gmo ../../po/tr.gmo-t msgfmt -c -o ../../po/tr.gmo-t ../../po/tr.po mv ../../po/te.gmo-t ../../po/te.gmo rm -f ../../po/tw.gmo ../../po/tw.gmo-t msgfmt -c -o ../../po/tw.gmo-t ../../po/tw.po mv ../../po/th.gmo-t ../../po/th.gmo rm -f ../../po/uk.gmo ../../po/uk.gmo-t msgfmt -c -o ../../po/uk.gmo-t ../../po/uk.po mv ../../po/tr.gmo-t ../../po/tr.gmo rm -f ../../po/ur.gmo ../../po/ur.gmo-t msgfmt -c -o ../../po/ur.gmo-t ../../po/ur.po mv ../../po/tw.gmo-t ../../po/tw.gmo rm -f ../../po/vi.gmo ../../po/vi.gmo-t msgfmt -c -o ../../po/vi.gmo-t ../../po/vi.po mv ../../po/ur.gmo-t ../../po/ur.gmo rm -f ../../po/wba.gmo ../../po/wba.gmo-t msgfmt -c -o ../../po/wba.gmo-t ../../po/wba.po mv ../../po/uk.gmo-t ../../po/uk.gmo rm -f ../../po/yo.gmo ../../po/yo.gmo-t msgfmt -c -o ../../po/yo.gmo-t ../../po/yo.po mv ../../po/vi.gmo-t ../../po/vi.gmo rm -f ../../po/zh_CN.gmo ../../po/zh_CN.gmo-t msgfmt -c -o ../../po/zh_CN.gmo-t ../../po/zh_CN.po mv ../../po/wba.gmo-t ../../po/wba.gmo rm -f ../../po/zh_HK.gmo ../../po/zh_HK.gmo-t msgfmt -c -o ../../po/zh_HK.gmo-t ../../po/zh_HK.po mv ../../po/yo.gmo-t ../../po/yo.gmo rm -f ../../po/zh_TW.gmo ../../po/zh_TW.gmo-t msgfmt -c -o ../../po/zh_TW.gmo-t ../../po/zh_TW.po mv ../../po/zh_CN.gmo-t ../../po/zh_CN.gmo rm -f ../../po/zu.gmo ../../po/zu.gmo-t msgfmt -c -o ../../po/zu.gmo-t ../../po/zu.po mv ../../po/zh_HK.gmo-t ../../po/zh_HK.gmo mv ../../po/zh_TW.gmo-t ../../po/zh_TW.gmo mv ../../po/zu.gmo-t ../../po/zu.gmo mkdir -p /home/jenkins/build/libvirt/x86_64-w64-mingw32/sys-root/mingw/share/locale for lang in af am anp ar as ast bal be bg bn_IN bn bo br brx bs ca cs cy da de_CH de el en_GB eo es et eu fa fil fi fr fur ga gl gu he hi hr hu ia id ilo is it ja ka kk km kn ko kw_GB kw@kkcor kw kw@uccor ky lt lv mai mk ml mn mr ms my nb nds ne nl nn nso or pa pl pt_BR pt ro ru si sk sl sq sr@latin sr sv ta te tg th tr tw uk ur vi wba yo zh_CN zh_HK zh_TW zu; do \ d=/home/jenkins/build/libvirt/x86_64-w64-mingw32/sys-root/mingw/share/locale/$lang/LC_MESSAGES; \ mkdir -p $d; \ install -m 0644 ../../po/$lang.gmo $d/libvirt.mo; \ done gmake[3]: Leaving directory '<https://ci.centos.org/job/libvirt+mingw64-build/systems=libvirt-fedora-rawh…'> gmake[2]: Leaving directory '<https://ci.centos.org/job/libvirt+mingw64-build/systems=libvirt-fedora-rawh…'> gmake[1]: Leaving directory '<https://ci.centos.org/job/libvirt+mingw64-build/systems=libvirt-fedora-rawh…'> Making install in examples gmake[1]: Entering directory '<https://ci.centos.org/job/libvirt+mingw64-build/systems=libvirt-fedora-rawh…'> gmake[2]: Entering directory '<https://ci.centos.org/job/libvirt+mingw64-build/systems=libvirt-fedora-rawh…'> gmake[2]: Nothing to be done for 'install-exec-am'. /bin/sh <https://ci.centos.org/job/libvirt+mingw64-build/systems=libvirt-fedora-rawh…> -d /home/jenkins/build/libvirt/x86_64-w64-mingw32/sys-root/mingw/share/doc/libvirt/examples for p in dominfo/info1.exe dommigrate/dommigrate.exe domsuspend/suspend.exe domtop/domtop.exe hellolibvirt/hellolibvirt.exe object-events/event-test.exe openauth/openauth.exe rename/rename.exe admin/list_servers.exe admin/list_clients.exe admin/threadpool_params.exe admin/client_limits.exe admin/client_info.exe admin/client_close.exe admin/logging.exe; do \ d=$(dirname $p); \ /bin/sh <https://ci.centos.org/job/libvirt+mingw64-build/systems=libvirt-fedora-rawh…> -d /home/jenkins/build/libvirt/x86_64-w64-mingw32/sys-root/mingw/share/doc/libvirt/examples/$d; \ /usr/bin/install -c -m 644 ../../examples/${p}.c /home/jenkins/build/libvirt/x86_64-w64-mingw32/sys-root/mingw/share/doc/libvirt/examples/$d/; \ done /usr/bin/install: cannot stat '../../examples/dominfo/info1.exe.c': No such file or directory /usr/bin/install: cannot stat '../../examples/dommigrate/dommigrate.exe.c': No such file or directory /usr/bin/install: cannot stat '../../examples/domsuspend/suspend.exe.c': No such file or directory /usr/bin/install: cannot stat '../../examples/domtop/domtop.exe.c': No such file or directory /usr/bin/install: cannot stat '../../examples/hellolibvirt/hellolibvirt.exe.c': No such file or directory /usr/bin/install: cannot stat '../../examples/object-events/event-test.exe.c': No such file or directory /usr/bin/install: cannot stat '../../examples/openauth/openauth.exe.c': No such file or directory /usr/bin/install: cannot stat '../../examples/rename/rename.exe.c': No such file or directory /usr/bin/install: cannot stat '../../examples/admin/list_servers.exe.c': No such file or directory /usr/bin/install: cannot stat '../../examples/admin/list_clients.exe.c': No such file or directory /usr/bin/install: cannot stat '../../examples/admin/threadpool_params.exe.c': No such file or directory /usr/bin/install: cannot stat '../../examples/admin/client_limits.exe.c': No such file or directory /usr/bin/install: cannot stat '../../examples/admin/client_info.exe.c': No such file or directory /usr/bin/install: cannot stat '../../examples/admin/client_close.exe.c': No such file or directory /usr/bin/install: cannot stat '../../examples/admin/logging.exe.c': No such file or directory gmake[2]: *** [Makefile:2643: install-data-local] Error 1 gmake[2]: Leaving directory '<https://ci.centos.org/job/libvirt+mingw64-build/systems=libvirt-fedora-rawh…'> gmake[1]: *** [Makefile:2469: install-am] Error 2 gmake[1]: Leaving directory '<https://ci.centos.org/job/libvirt+mingw64-build/systems=libvirt-fedora-rawh…'> gmake: *** [Makefile:2130: install-recursive] Error 1 Build step 'Execute shell' marked build as failure
1 1
0 0
[Libvirt-ci] Build failed in Jenkins: libvirt+mingw64-build » libvirt-fedora-rawhide #572
by ci@centos.org 16 May '19

16 May '19
See <https://ci.centos.org/job/libvirt+mingw64-build/systems=libvirt-fedora-rawh…> Changes: [abologna] docs: Introduce $(modules) [abologna] docs: Introduce $(devhelphtml_generated) [abologna] docs: Install documentation under $(docdir) [abologna] examples: Install under $(docdir) ------------------------------------------ [...truncated 361.28 KB...] msgfmt -c -o ../../po/fi.gmo-t ../../po/fi.po msgfmt -c -o ../../po/fr.gmo-t ../../po/fr.po mv ../../po/fr.gmo-t ../../po/fr.gmo rm -f ../../po/fur.gmo ../../po/fur.gmo-t msgfmt -c -o ../../po/fur.gmo-t ../../po/fur.po mv ../../po/fi.gmo-t ../../po/fi.gmo rm -f ../../po/ga.gmo ../../po/ga.gmo-t msgfmt -c -o ../../po/ga.gmo-t ../../po/ga.po mv ../../po/fil.gmo-t ../../po/fil.gmo rm -f ../../po/gl.gmo ../../po/gl.gmo-t msgfmt -c -o ../../po/gl.gmo-t ../../po/gl.po mv ../../po/fur.gmo-t ../../po/fur.gmo rm -f ../../po/gu.gmo ../../po/gu.gmo-t msgfmt -c -o ../../po/gu.gmo-t ../../po/gu.po mv ../../po/gl.gmo-t ../../po/gl.gmo mv ../../po/ga.gmo-t ../../po/ga.gmo rm -f ../../po/he.gmo ../../po/he.gmo-t rm -f ../../po/hi.gmo ../../po/hi.gmo-t msgfmt -c -o ../../po/he.gmo-t ../../po/he.po msgfmt -c -o ../../po/hi.gmo-t ../../po/hi.po mv ../../po/he.gmo-t ../../po/he.gmo rm -f ../../po/hr.gmo ../../po/hr.gmo-t msgfmt -c -o ../../po/hr.gmo-t ../../po/hr.po mv ../../po/gu.gmo-t ../../po/gu.gmo rm -f ../../po/hu.gmo ../../po/hu.gmo-t msgfmt -c -o ../../po/hu.gmo-t ../../po/hu.po mv ../../po/hi.gmo-t ../../po/hi.gmo rm -f ../../po/ia.gmo ../../po/ia.gmo-t msgfmt -c -o ../../po/ia.gmo-t ../../po/ia.po mv ../../po/hr.gmo-t ../../po/hr.gmo rm -f ../../po/id.gmo ../../po/id.gmo-t msgfmt -c -o ../../po/id.gmo-t ../../po/id.po mv ../../po/hu.gmo-t ../../po/hu.gmo rm -f ../../po/ilo.gmo ../../po/ilo.gmo-t msgfmt -c -o ../../po/ilo.gmo-t ../../po/ilo.po mv ../../po/ia.gmo-t ../../po/ia.gmo rm -f ../../po/is.gmo ../../po/is.gmo-t msgfmt -c -o ../../po/is.gmo-t ../../po/is.po mv ../../po/ilo.gmo-t ../../po/ilo.gmo rm -f ../../po/it.gmo ../../po/it.gmo-t msgfmt -c -o ../../po/it.gmo-t ../../po/it.po mv ../../po/id.gmo-t ../../po/id.gmo rm -f ../../po/ja.gmo ../../po/ja.gmo-t msgfmt -c -o ../../po/ja.gmo-t ../../po/ja.po mv ../../po/is.gmo-t ../../po/is.gmo rm -f ../../po/ka.gmo ../../po/ka.gmo-t msgfmt -c -o ../../po/ka.gmo-t ../../po/ka.po mv ../../po/it.gmo-t ../../po/it.gmo rm -f ../../po/kk.gmo ../../po/kk.gmo-t msgfmt -c -o ../../po/kk.gmo-t ../../po/kk.po mv ../../po/ka.gmo-t ../../po/ka.gmo rm -f ../../po/km.gmo ../../po/km.gmo-t msgfmt -c -o ../../po/km.gmo-t ../../po/km.po mv ../../po/ja.gmo-t ../../po/ja.gmo rm -f ../../po/kn.gmo ../../po/kn.gmo-t msgfmt -c -o ../../po/kn.gmo-t ../../po/kn.po mv ../../po/kk.gmo-t ../../po/kk.gmo rm -f ../../po/ko.gmo ../../po/ko.gmo-t msgfmt -c -o ../../po/ko.gmo-t ../../po/ko.po mv ../../po/km.gmo-t ../../po/km.gmo rm -f ../../po/kw_GB.gmo ../../po/kw_GB.gmo-t msgfmt -c -o ../../po/kw_GB.gmo-t ../../po/kw_GB.po mv ../../po/kn.gmo-t ../../po/kn.gmo rm -f ../../po/kw(a)kkcor.gmo ../../po/kw(a)kkcor.gmo-t msgfmt -c -o ../../po/kw(a)kkcor.gmo-t ../../po/kw(a)kkcor.po mv ../../po/ko.gmo-t ../../po/ko.gmo rm -f ../../po/kw.gmo ../../po/kw.gmo-t msgfmt -c -o ../../po/kw.gmo-t ../../po/kw.po mv ../../po/kw_GB.gmo-t ../../po/kw_GB.gmo rm -f ../../po/kw(a)uccor.gmo ../../po/kw(a)uccor.gmo-t msgfmt -c -o ../../po/kw(a)uccor.gmo-t ../../po/kw(a)uccor.po mv ../../po/kw(a)kkcor.gmo-t ../../po/kw(a)kkcor.gmo rm -f ../../po/ky.gmo ../../po/ky.gmo-t msgfmt -c -o ../../po/ky.gmo-t ../../po/ky.po mv ../../po/kw.gmo-t ../../po/kw.gmo rm -f ../../po/lt.gmo ../../po/lt.gmo-t msgfmt -c -o ../../po/lt.gmo-t ../../po/lt.po mv ../../po/kw(a)uccor.gmo-t ../../po/kw(a)uccor.gmo rm -f ../../po/lv.gmo ../../po/lv.gmo-t msgfmt -c -o ../../po/lv.gmo-t ../../po/lv.po mv ../../po/ky.gmo-t ../../po/ky.gmo rm -f ../../po/mai.gmo ../../po/mai.gmo-t msgfmt -c -o ../../po/mai.gmo-t ../../po/mai.po mv ../../po/lv.gmo-t ../../po/lv.gmo rm -f ../../po/mk.gmo ../../po/mk.gmo-t mv ../../po/lt.gmo-t ../../po/lt.gmo msgfmt -c -o ../../po/mk.gmo-t ../../po/mk.po rm -f ../../po/ml.gmo ../../po/ml.gmo-t msgfmt -c -o ../../po/ml.gmo-t ../../po/ml.po mv ../../po/mai.gmo-t ../../po/mai.gmo rm -f ../../po/mn.gmo ../../po/mn.gmo-t msgfmt -c -o ../../po/mn.gmo-t ../../po/mn.po mv ../../po/mk.gmo-t ../../po/mk.gmo rm -f ../../po/mr.gmo ../../po/mr.gmo-t msgfmt -c -o ../../po/mr.gmo-t ../../po/mr.po mv ../../po/mn.gmo-t ../../po/mn.gmo rm -f ../../po/ms.gmo ../../po/ms.gmo-t msgfmt -c -o ../../po/ms.gmo-t ../../po/ms.po mv ../../po/ml.gmo-t ../../po/ml.gmo rm -f ../../po/my.gmo ../../po/my.gmo-t msgfmt -c -o ../../po/my.gmo-t ../../po/my.po mv ../../po/ms.gmo-t ../../po/ms.gmo mv ../../po/mr.gmo-t ../../po/mr.gmo rm -f ../../po/nb.gmo ../../po/nb.gmo-t msgfmt -c -o ../../po/nb.gmo-t ../../po/nb.po rm -f ../../po/nds.gmo ../../po/nds.gmo-t msgfmt -c -o ../../po/nds.gmo-t ../../po/nds.po mv ../../po/my.gmo-t ../../po/my.gmo rm -f ../../po/ne.gmo ../../po/ne.gmo-t msgfmt -c -o ../../po/ne.gmo-t ../../po/ne.po mv ../../po/ne.gmo-t ../../po/ne.gmo mv ../../po/nb.gmo-t ../../po/nb.gmo rm -f ../../po/nl.gmo ../../po/nl.gmo-t rm -f ../../po/nn.gmo ../../po/nn.gmo-t msgfmt -c -o ../../po/nl.gmo-t ../../po/nl.po msgfmt -c -o ../../po/nn.gmo-t ../../po/nn.po mv ../../po/nds.gmo-t ../../po/nds.gmo rm -f ../../po/nso.gmo ../../po/nso.gmo-t msgfmt -c -o ../../po/nso.gmo-t ../../po/nso.po mv ../../po/nl.gmo-t ../../po/nl.gmo rm -f ../../po/or.gmo ../../po/or.gmo-t msgfmt -c -o ../../po/or.gmo-t ../../po/or.po mv ../../po/nso.gmo-t ../../po/nso.gmo rm -f ../../po/pa.gmo ../../po/pa.gmo-t msgfmt -c -o ../../po/pa.gmo-t ../../po/pa.po mv ../../po/nn.gmo-t ../../po/nn.gmo rm -f ../../po/pl.gmo ../../po/pl.gmo-t msgfmt -c -o ../../po/pl.gmo-t ../../po/pl.po mv ../../po/pl.gmo-t ../../po/pl.gmo rm -f ../../po/pt_BR.gmo ../../po/pt_BR.gmo-t msgfmt -c -o ../../po/pt_BR.gmo-t ../../po/pt_BR.po mv ../../po/or.gmo-t ../../po/or.gmo rm -f ../../po/pt.gmo ../../po/pt.gmo-t msgfmt -c -o ../../po/pt.gmo-t ../../po/pt.po mv ../../po/pa.gmo-t ../../po/pa.gmo rm -f ../../po/ro.gmo ../../po/ro.gmo-t msgfmt -c -o ../../po/ro.gmo-t ../../po/ro.po mv ../../po/pt.gmo-t ../../po/pt.gmo rm -f ../../po/ru.gmo ../../po/ru.gmo-t msgfmt -c -o ../../po/ru.gmo-t ../../po/ru.po mv ../../po/pt_BR.gmo-t ../../po/pt_BR.gmo rm -f ../../po/si.gmo ../../po/si.gmo-t msgfmt -c -o ../../po/si.gmo-t ../../po/si.po mv ../../po/ro.gmo-t ../../po/ro.gmo rm -f ../../po/sk.gmo ../../po/sk.gmo-t msgfmt -c -o ../../po/sk.gmo-t ../../po/sk.po mv ../../po/si.gmo-t ../../po/si.gmo mv ../../po/ru.gmo-t ../../po/ru.gmo rm -f ../../po/sl.gmo ../../po/sl.gmo-t rm -f ../../po/sq.gmo ../../po/sq.gmo-t msgfmt -c -o ../../po/sl.gmo-t ../../po/sl.po msgfmt -c -o ../../po/sq.gmo-t ../../po/sq.po mv ../../po/sk.gmo-t ../../po/sk.gmo rm -f ../../po/sr(a)latin.gmo ../../po/sr(a)latin.gmo-t msgfmt -c -o ../../po/sr(a)latin.gmo-t ../../po/sr(a)latin.po mv ../../po/sq.gmo-t ../../po/sq.gmo rm -f ../../po/sr.gmo ../../po/sr.gmo-t msgfmt -c -o ../../po/sr.gmo-t ../../po/sr.po mv ../../po/sl.gmo-t ../../po/sl.gmo rm -f ../../po/sv.gmo ../../po/sv.gmo-t msgfmt -c -o ../../po/sv.gmo-t ../../po/sv.po mv ../../po/sr(a)latin.gmo-t ../../po/sr(a)latin.gmo rm -f ../../po/ta.gmo ../../po/ta.gmo-t msgfmt -c -o ../../po/ta.gmo-t ../../po/ta.po mv ../../po/sv.gmo-t ../../po/sv.gmo rm -f ../../po/te.gmo ../../po/te.gmo-t mv ../../po/sr.gmo-t ../../po/sr.gmo msgfmt -c -o ../../po/te.gmo-t ../../po/te.po rm -f ../../po/tg.gmo ../../po/tg.gmo-t msgfmt -c -o ../../po/tg.gmo-t ../../po/tg.po mv ../../po/ta.gmo-t ../../po/ta.gmo rm -f ../../po/th.gmo ../../po/th.gmo-t msgfmt -c -o ../../po/th.gmo-t ../../po/th.po mv ../../po/tg.gmo-t ../../po/tg.gmo rm -f ../../po/tr.gmo ../../po/tr.gmo-t msgfmt -c -o ../../po/tr.gmo-t ../../po/tr.po mv ../../po/th.gmo-t ../../po/th.gmo rm -f ../../po/tw.gmo ../../po/tw.gmo-t msgfmt -c -o ../../po/tw.gmo-t ../../po/tw.po mv ../../po/te.gmo-t ../../po/te.gmo rm -f ../../po/uk.gmo ../../po/uk.gmo-t msgfmt -c -o ../../po/uk.gmo-t ../../po/uk.po mv ../../po/tr.gmo-t ../../po/tr.gmo rm -f ../../po/ur.gmo ../../po/ur.gmo-t msgfmt -c -o ../../po/ur.gmo-t ../../po/ur.po mv ../../po/tw.gmo-t ../../po/tw.gmo rm -f ../../po/vi.gmo ../../po/vi.gmo-t msgfmt -c -o ../../po/vi.gmo-t ../../po/vi.po mv ../../po/uk.gmo-t ../../po/uk.gmo rm -f ../../po/wba.gmo ../../po/wba.gmo-t msgfmt -c -o ../../po/wba.gmo-t ../../po/wba.po mv ../../po/ur.gmo-t ../../po/ur.gmo rm -f ../../po/yo.gmo ../../po/yo.gmo-t msgfmt -c -o ../../po/yo.gmo-t ../../po/yo.po mv ../../po/vi.gmo-t ../../po/vi.gmo rm -f ../../po/zh_CN.gmo ../../po/zh_CN.gmo-t msgfmt -c -o ../../po/zh_CN.gmo-t ../../po/zh_CN.po mv ../../po/wba.gmo-t ../../po/wba.gmo mv ../../po/yo.gmo-t ../../po/yo.gmo rm -f ../../po/zh_HK.gmo ../../po/zh_HK.gmo-t rm -f ../../po/zh_TW.gmo ../../po/zh_TW.gmo-t msgfmt -c -o ../../po/zh_HK.gmo-t ../../po/zh_HK.po msgfmt -c -o ../../po/zh_TW.gmo-t ../../po/zh_TW.po mv ../../po/zh_CN.gmo-t ../../po/zh_CN.gmo mv ../../po/zh_HK.gmo-t ../../po/zh_HK.gmo rm -f ../../po/zu.gmo ../../po/zu.gmo-t msgfmt -c -o ../../po/zu.gmo-t ../../po/zu.po mv ../../po/zh_TW.gmo-t ../../po/zh_TW.gmo mv ../../po/zu.gmo-t ../../po/zu.gmo mkdir -p /home/jenkins/build/libvirt/x86_64-w64-mingw32/sys-root/mingw/share/locale for lang in af am anp ar as ast bal be bg bn_IN bn bo br brx bs ca cs cy da de_CH de el en_GB eo es et eu fa fil fi fr fur ga gl gu he hi hr hu ia id ilo is it ja ka kk km kn ko kw_GB kw@kkcor kw kw@uccor ky lt lv mai mk ml mn mr ms my nb nds ne nl nn nso or pa pl pt_BR pt ro ru si sk sl sq sr@latin sr sv ta te tg th tr tw uk ur vi wba yo zh_CN zh_HK zh_TW zu; do \ d=/home/jenkins/build/libvirt/x86_64-w64-mingw32/sys-root/mingw/share/locale/$lang/LC_MESSAGES; \ mkdir -p $d; \ install -m 0644 ../../po/$lang.gmo $d/libvirt.mo; \ done gmake[3]: Leaving directory '<https://ci.centos.org/job/libvirt+mingw64-build/systems=libvirt-fedora-rawh…'> gmake[2]: Leaving directory '<https://ci.centos.org/job/libvirt+mingw64-build/systems=libvirt-fedora-rawh…'> gmake[1]: Leaving directory '<https://ci.centos.org/job/libvirt+mingw64-build/systems=libvirt-fedora-rawh…'> Making install in examples gmake[1]: Entering directory '<https://ci.centos.org/job/libvirt+mingw64-build/systems=libvirt-fedora-rawh…'> gmake[2]: Entering directory '<https://ci.centos.org/job/libvirt+mingw64-build/systems=libvirt-fedora-rawh…'> gmake[2]: Nothing to be done for 'install-exec-am'. /bin/sh <https://ci.centos.org/job/libvirt+mingw64-build/systems=libvirt-fedora-rawh…> -d /home/jenkins/build/libvirt/x86_64-w64-mingw32/sys-root/mingw/share/doc/libvirt/examples for p in dominfo/info1.exe dommigrate/dommigrate.exe domsuspend/suspend.exe domtop/domtop.exe hellolibvirt/hellolibvirt.exe object-events/event-test.exe openauth/openauth.exe rename/rename.exe admin/list_servers.exe admin/list_clients.exe admin/threadpool_params.exe admin/client_limits.exe admin/client_info.exe admin/client_close.exe admin/logging.exe; do \ d=$(dirname $p); \ /bin/sh <https://ci.centos.org/job/libvirt+mingw64-build/systems=libvirt-fedora-rawh…> -d /home/jenkins/build/libvirt/x86_64-w64-mingw32/sys-root/mingw/share/doc/libvirt/examples/$d; \ /usr/bin/install -c -m 644 ../../examples/${p}.c /home/jenkins/build/libvirt/x86_64-w64-mingw32/sys-root/mingw/share/doc/libvirt/examples/$d/; \ done /usr/bin/install: cannot stat '../../examples/dominfo/info1.exe.c': No such file or directory /usr/bin/install: cannot stat '../../examples/dommigrate/dommigrate.exe.c': No such file or directory /usr/bin/install: cannot stat '../../examples/domsuspend/suspend.exe.c': No such file or directory /usr/bin/install: cannot stat '../../examples/domtop/domtop.exe.c': No such file or directory /usr/bin/install: cannot stat '../../examples/hellolibvirt/hellolibvirt.exe.c': No such file or directory /usr/bin/install: cannot stat '../../examples/object-events/event-test.exe.c': No such file or directory /usr/bin/install: cannot stat '../../examples/openauth/openauth.exe.c': No such file or directory /usr/bin/install: cannot stat '../../examples/rename/rename.exe.c': No such file or directory /usr/bin/install: cannot stat '../../examples/admin/list_servers.exe.c': No such file or directory /usr/bin/install: cannot stat '../../examples/admin/list_clients.exe.c': No such file or directory /usr/bin/install: cannot stat '../../examples/admin/threadpool_params.exe.c': No such file or directory /usr/bin/install: cannot stat '../../examples/admin/client_limits.exe.c': No such file or directory /usr/bin/install: cannot stat '../../examples/admin/client_info.exe.c': No such file or directory /usr/bin/install: cannot stat '../../examples/admin/client_close.exe.c': No such file or directory /usr/bin/install: cannot stat '../../examples/admin/logging.exe.c': No such file or directory gmake[2]: *** [Makefile:2643: install-data-local] Error 1 gmake[2]: Leaving directory '<https://ci.centos.org/job/libvirt+mingw64-build/systems=libvirt-fedora-rawh…'> gmake[1]: *** [Makefile:2469: install-am] Error 2 gmake[1]: Leaving directory '<https://ci.centos.org/job/libvirt+mingw64-build/systems=libvirt-fedora-rawh…'> gmake: *** [Makefile:2130: install-recursive] Error 1 Build step 'Execute shell' marked build as failure
1 8
0 0
[Libvirt-ci] Build failed in Jenkins: libvirt+mingw32-build » libvirt-fedora-rawhide #572
by ci@centos.org 16 May '19

16 May '19
See <https://ci.centos.org/job/libvirt+mingw32-build/systems=libvirt-fedora-rawh…> Changes: [abologna] docs: Introduce $(modules) [abologna] docs: Introduce $(devhelphtml_generated) [abologna] docs: Install documentation under $(docdir) [abologna] examples: Install under $(docdir) ------------------------------------------ [...truncated 359.17 KB...] rm -f ../../po/fr.gmo ../../po/fr.gmo-t msgfmt -c -o ../../po/fr.gmo-t ../../po/fr.po mv ../../po/fil.gmo-t ../../po/fil.gmo rm -f ../../po/fur.gmo ../../po/fur.gmo-t msgfmt -c -o ../../po/fur.gmo-t ../../po/fur.po mv ../../po/fi.gmo-t ../../po/fi.gmo rm -f ../../po/ga.gmo ../../po/ga.gmo-t msgfmt -c -o ../../po/ga.gmo-t ../../po/ga.po mv ../../po/fr.gmo-t ../../po/fr.gmo rm -f ../../po/gl.gmo ../../po/gl.gmo-t msgfmt -c -o ../../po/gl.gmo-t ../../po/gl.po mv ../../po/fur.gmo-t ../../po/fur.gmo rm -f ../../po/gu.gmo ../../po/gu.gmo-t msgfmt -c -o ../../po/gu.gmo-t ../../po/gu.po mv ../../po/ga.gmo-t ../../po/ga.gmo rm -f ../../po/he.gmo ../../po/he.gmo-t msgfmt -c -o ../../po/he.gmo-t ../../po/he.po mv ../../po/gl.gmo-t ../../po/gl.gmo rm -f ../../po/hi.gmo ../../po/hi.gmo-t msgfmt -c -o ../../po/hi.gmo-t ../../po/hi.po mv ../../po/he.gmo-t ../../po/he.gmo rm -f ../../po/hr.gmo ../../po/hr.gmo-t msgfmt -c -o ../../po/hr.gmo-t ../../po/hr.po mv ../../po/gu.gmo-t ../../po/gu.gmo rm -f ../../po/hu.gmo ../../po/hu.gmo-t msgfmt -c -o ../../po/hu.gmo-t ../../po/hu.po mv ../../po/hi.gmo-t ../../po/hi.gmo rm -f ../../po/ia.gmo ../../po/ia.gmo-t msgfmt -c -o ../../po/ia.gmo-t ../../po/ia.po mv ../../po/hr.gmo-t ../../po/hr.gmo rm -f ../../po/id.gmo ../../po/id.gmo-t msgfmt -c -o ../../po/id.gmo-t ../../po/id.po mv ../../po/hu.gmo-t ../../po/hu.gmo rm -f ../../po/ilo.gmo ../../po/ilo.gmo-t msgfmt -c -o ../../po/ilo.gmo-t ../../po/ilo.po mv ../../po/ia.gmo-t ../../po/ia.gmo rm -f ../../po/is.gmo ../../po/is.gmo-t msgfmt -c -o ../../po/is.gmo-t ../../po/is.po mv ../../po/ilo.gmo-t ../../po/ilo.gmo rm -f ../../po/it.gmo ../../po/it.gmo-t msgfmt -c -o ../../po/it.gmo-t ../../po/it.po mv ../../po/id.gmo-t ../../po/id.gmo rm -f ../../po/ja.gmo ../../po/ja.gmo-t msgfmt -c -o ../../po/ja.gmo-t ../../po/ja.po mv ../../po/is.gmo-t ../../po/is.gmo rm -f ../../po/ka.gmo ../../po/ka.gmo-t msgfmt -c -o ../../po/ka.gmo-t ../../po/ka.po mv ../../po/it.gmo-t ../../po/it.gmo rm -f ../../po/kk.gmo ../../po/kk.gmo-t msgfmt -c -o ../../po/kk.gmo-t ../../po/kk.po mv ../../po/ja.gmo-t ../../po/ja.gmo rm -f ../../po/km.gmo ../../po/km.gmo-t msgfmt -c -o ../../po/km.gmo-t ../../po/km.po mv ../../po/ka.gmo-t ../../po/ka.gmo rm -f ../../po/kn.gmo ../../po/kn.gmo-t msgfmt -c -o ../../po/kn.gmo-t ../../po/kn.po mv ../../po/kk.gmo-t ../../po/kk.gmo rm -f ../../po/ko.gmo ../../po/ko.gmo-t msgfmt -c -o ../../po/ko.gmo-t ../../po/ko.po mv ../../po/km.gmo-t ../../po/km.gmo rm -f ../../po/kw_GB.gmo ../../po/kw_GB.gmo-t msgfmt -c -o ../../po/kw_GB.gmo-t ../../po/kw_GB.po mv ../../po/kn.gmo-t ../../po/kn.gmo rm -f ../../po/kw(a)kkcor.gmo ../../po/kw(a)kkcor.gmo-t msgfmt -c -o ../../po/kw(a)kkcor.gmo-t ../../po/kw(a)kkcor.po mv ../../po/kw_GB.gmo-t ../../po/kw_GB.gmo rm -f ../../po/kw.gmo ../../po/kw.gmo-t msgfmt -c -o ../../po/kw.gmo-t ../../po/kw.po mv ../../po/ko.gmo-t ../../po/ko.gmo rm -f ../../po/kw(a)uccor.gmo ../../po/kw(a)uccor.gmo-t msgfmt -c -o ../../po/kw(a)uccor.gmo-t ../../po/kw(a)uccor.po mv ../../po/kw(a)kkcor.gmo-t ../../po/kw(a)kkcor.gmo rm -f ../../po/ky.gmo ../../po/ky.gmo-t msgfmt -c -o ../../po/ky.gmo-t ../../po/ky.po mv ../../po/kw.gmo-t ../../po/kw.gmo rm -f ../../po/lt.gmo ../../po/lt.gmo-t msgfmt -c -o ../../po/lt.gmo-t ../../po/lt.po mv ../../po/kw(a)uccor.gmo-t ../../po/kw(a)uccor.gmo rm -f ../../po/lv.gmo ../../po/lv.gmo-t msgfmt -c -o ../../po/lv.gmo-t ../../po/lv.po mv ../../po/ky.gmo-t ../../po/ky.gmo rm -f ../../po/mai.gmo ../../po/mai.gmo-t msgfmt -c -o ../../po/mai.gmo-t ../../po/mai.po mv ../../po/lt.gmo-t ../../po/lt.gmo rm -f ../../po/mk.gmo ../../po/mk.gmo-t msgfmt -c -o ../../po/mk.gmo-t ../../po/mk.po mv ../../po/lv.gmo-t ../../po/lv.gmo rm -f ../../po/ml.gmo ../../po/ml.gmo-t msgfmt -c -o ../../po/ml.gmo-t ../../po/ml.po mv ../../po/mai.gmo-t ../../po/mai.gmo rm -f ../../po/mn.gmo ../../po/mn.gmo-t msgfmt -c -o ../../po/mn.gmo-t ../../po/mn.po mv ../../po/mk.gmo-t ../../po/mk.gmo rm -f ../../po/mr.gmo ../../po/mr.gmo-t msgfmt -c -o ../../po/mr.gmo-t ../../po/mr.po mv ../../po/mn.gmo-t ../../po/mn.gmo rm -f ../../po/ms.gmo ../../po/ms.gmo-t msgfmt -c -o ../../po/ms.gmo-t ../../po/ms.po mv ../../po/ml.gmo-t ../../po/ml.gmo rm -f ../../po/my.gmo ../../po/my.gmo-t msgfmt -c -o ../../po/my.gmo-t ../../po/my.po mv ../../po/mr.gmo-t ../../po/mr.gmo rm -f ../../po/nb.gmo ../../po/nb.gmo-t msgfmt -c -o ../../po/nb.gmo-t ../../po/nb.po mv ../../po/ms.gmo-t ../../po/ms.gmo rm -f ../../po/nds.gmo ../../po/nds.gmo-t msgfmt -c -o ../../po/nds.gmo-t ../../po/nds.po mv ../../po/my.gmo-t ../../po/my.gmo rm -f ../../po/ne.gmo ../../po/ne.gmo-t msgfmt -c -o ../../po/ne.gmo-t ../../po/ne.po mv ../../po/nb.gmo-t ../../po/nb.gmo rm -f ../../po/nl.gmo ../../po/nl.gmo-t msgfmt -c -o ../../po/nl.gmo-t ../../po/nl.po mv ../../po/nds.gmo-t ../../po/nds.gmo rm -f ../../po/nn.gmo ../../po/nn.gmo-t msgfmt -c -o ../../po/nn.gmo-t ../../po/nn.po mv ../../po/ne.gmo-t ../../po/ne.gmo rm -f ../../po/nso.gmo ../../po/nso.gmo-t msgfmt -c -o ../../po/nso.gmo-t ../../po/nso.po mv ../../po/nn.gmo-t ../../po/nn.gmo rm -f ../../po/or.gmo ../../po/or.gmo-t msgfmt -c -o ../../po/or.gmo-t ../../po/or.po mv ../../po/nl.gmo-t ../../po/nl.gmo rm -f ../../po/pa.gmo ../../po/pa.gmo-t msgfmt -c -o ../../po/pa.gmo-t ../../po/pa.po mv ../../po/nso.gmo-t ../../po/nso.gmo rm -f ../../po/pl.gmo ../../po/pl.gmo-t msgfmt -c -o ../../po/pl.gmo-t ../../po/pl.po mv ../../po/or.gmo-t ../../po/or.gmo rm -f ../../po/pt_BR.gmo ../../po/pt_BR.gmo-t msgfmt -c -o ../../po/pt_BR.gmo-t ../../po/pt_BR.po mv ../../po/pa.gmo-t ../../po/pa.gmo rm -f ../../po/pt.gmo ../../po/pt.gmo-t msgfmt -c -o ../../po/pt.gmo-t ../../po/pt.po mv ../../po/pl.gmo-t ../../po/pl.gmo rm -f ../../po/ro.gmo ../../po/ro.gmo-t msgfmt -c -o ../../po/ro.gmo-t ../../po/ro.po mv ../../po/pt_BR.gmo-t ../../po/pt_BR.gmo mv ../../po/pt.gmo-t ../../po/pt.gmo rm -f ../../po/ru.gmo ../../po/ru.gmo-t rm -f ../../po/si.gmo ../../po/si.gmo-t msgfmt -c -o ../../po/ru.gmo-t ../../po/ru.po msgfmt -c -o ../../po/si.gmo-t ../../po/si.po mv ../../po/ro.gmo-t ../../po/ro.gmo rm -f ../../po/sk.gmo ../../po/sk.gmo-t msgfmt -c -o ../../po/sk.gmo-t ../../po/sk.po mv ../../po/si.gmo-t ../../po/si.gmo rm -f ../../po/sl.gmo ../../po/sl.gmo-t msgfmt -c -o ../../po/sl.gmo-t ../../po/sl.po mv ../../po/sk.gmo-t ../../po/sk.gmo rm -f ../../po/sq.gmo ../../po/sq.gmo-t msgfmt -c -o ../../po/sq.gmo-t ../../po/sq.po mv ../../po/ru.gmo-t ../../po/ru.gmo rm -f ../../po/sr(a)latin.gmo ../../po/sr(a)latin.gmo-t msgfmt -c -o ../../po/sr(a)latin.gmo-t ../../po/sr(a)latin.po mv ../../po/sl.gmo-t ../../po/sl.gmo rm -f ../../po/sr.gmo ../../po/sr.gmo-t msgfmt -c -o ../../po/sr.gmo-t ../../po/sr.po mv ../../po/sq.gmo-t ../../po/sq.gmo rm -f ../../po/sv.gmo ../../po/sv.gmo-t msgfmt -c -o ../../po/sv.gmo-t ../../po/sv.po mv ../../po/sr(a)latin.gmo-t ../../po/sr(a)latin.gmo rm -f ../../po/ta.gmo ../../po/ta.gmo-t msgfmt -c -o ../../po/ta.gmo-t ../../po/ta.po mv ../../po/sv.gmo-t ../../po/sv.gmo rm -f ../../po/te.gmo ../../po/te.gmo-t mv ../../po/sr.gmo-t ../../po/sr.gmo msgfmt -c -o ../../po/te.gmo-t ../../po/te.po rm -f ../../po/tg.gmo ../../po/tg.gmo-t msgfmt -c -o ../../po/tg.gmo-t ../../po/tg.po mv ../../po/ta.gmo-t ../../po/ta.gmo rm -f ../../po/th.gmo ../../po/th.gmo-t msgfmt -c -o ../../po/th.gmo-t ../../po/th.po mv ../../po/tg.gmo-t ../../po/tg.gmo rm -f ../../po/tr.gmo ../../po/tr.gmo-t msgfmt -c -o ../../po/tr.gmo-t ../../po/tr.po mv ../../po/te.gmo-t ../../po/te.gmo rm -f ../../po/tw.gmo ../../po/tw.gmo-t msgfmt -c -o ../../po/tw.gmo-t ../../po/tw.po mv ../../po/th.gmo-t ../../po/th.gmo rm -f ../../po/uk.gmo ../../po/uk.gmo-t msgfmt -c -o ../../po/uk.gmo-t ../../po/uk.po mv ../../po/tr.gmo-t ../../po/tr.gmo rm -f ../../po/ur.gmo ../../po/ur.gmo-t msgfmt -c -o ../../po/ur.gmo-t ../../po/ur.po mv ../../po/tw.gmo-t ../../po/tw.gmo rm -f ../../po/vi.gmo ../../po/vi.gmo-t msgfmt -c -o ../../po/vi.gmo-t ../../po/vi.po mv ../../po/ur.gmo-t ../../po/ur.gmo rm -f ../../po/wba.gmo ../../po/wba.gmo-t msgfmt -c -o ../../po/wba.gmo-t ../../po/wba.po mv ../../po/uk.gmo-t ../../po/uk.gmo rm -f ../../po/yo.gmo ../../po/yo.gmo-t msgfmt -c -o ../../po/yo.gmo-t ../../po/yo.po mv ../../po/vi.gmo-t ../../po/vi.gmo rm -f ../../po/zh_CN.gmo ../../po/zh_CN.gmo-t msgfmt -c -o ../../po/zh_CN.gmo-t ../../po/zh_CN.po mv ../../po/wba.gmo-t ../../po/wba.gmo rm -f ../../po/zh_HK.gmo ../../po/zh_HK.gmo-t msgfmt -c -o ../../po/zh_HK.gmo-t ../../po/zh_HK.po mv ../../po/yo.gmo-t ../../po/yo.gmo rm -f ../../po/zh_TW.gmo ../../po/zh_TW.gmo-t msgfmt -c -o ../../po/zh_TW.gmo-t ../../po/zh_TW.po mv ../../po/zh_CN.gmo-t ../../po/zh_CN.gmo rm -f ../../po/zu.gmo ../../po/zu.gmo-t msgfmt -c -o ../../po/zu.gmo-t ../../po/zu.po mv ../../po/zh_HK.gmo-t ../../po/zh_HK.gmo mv ../../po/zh_TW.gmo-t ../../po/zh_TW.gmo mv ../../po/zu.gmo-t ../../po/zu.gmo mkdir -p /home/jenkins/build/libvirt/i686-w64-mingw32/sys-root/mingw/share/locale for lang in af am anp ar as ast bal be bg bn_IN bn bo br brx bs ca cs cy da de_CH de el en_GB eo es et eu fa fil fi fr fur ga gl gu he hi hr hu ia id ilo is it ja ka kk km kn ko kw_GB kw@kkcor kw kw@uccor ky lt lv mai mk ml mn mr ms my nb nds ne nl nn nso or pa pl pt_BR pt ro ru si sk sl sq sr@latin sr sv ta te tg th tr tw uk ur vi wba yo zh_CN zh_HK zh_TW zu; do \ d=/home/jenkins/build/libvirt/i686-w64-mingw32/sys-root/mingw/share/locale/$lang/LC_MESSAGES; \ mkdir -p $d; \ install -m 0644 ../../po/$lang.gmo $d/libvirt.mo; \ done gmake[3]: Leaving directory '<https://ci.centos.org/job/libvirt+mingw32-build/systems=libvirt-fedora-rawh…'> gmake[2]: Leaving directory '<https://ci.centos.org/job/libvirt+mingw32-build/systems=libvirt-fedora-rawh…'> gmake[1]: Leaving directory '<https://ci.centos.org/job/libvirt+mingw32-build/systems=libvirt-fedora-rawh…'> Making install in examples gmake[1]: Entering directory '<https://ci.centos.org/job/libvirt+mingw32-build/systems=libvirt-fedora-rawh…'> gmake[2]: Entering directory '<https://ci.centos.org/job/libvirt+mingw32-build/systems=libvirt-fedora-rawh…'> gmake[2]: Nothing to be done for 'install-exec-am'. /bin/sh <https://ci.centos.org/job/libvirt+mingw32-build/systems=libvirt-fedora-rawh…> -d /home/jenkins/build/libvirt/i686-w64-mingw32/sys-root/mingw/share/doc/libvirt/examples for p in dominfo/info1.exe dommigrate/dommigrate.exe domsuspend/suspend.exe domtop/domtop.exe hellolibvirt/hellolibvirt.exe object-events/event-test.exe openauth/openauth.exe rename/rename.exe admin/list_servers.exe admin/list_clients.exe admin/threadpool_params.exe admin/client_limits.exe admin/client_info.exe admin/client_close.exe admin/logging.exe; do \ d=$(dirname $p); \ /bin/sh <https://ci.centos.org/job/libvirt+mingw32-build/systems=libvirt-fedora-rawh…> -d /home/jenkins/build/libvirt/i686-w64-mingw32/sys-root/mingw/share/doc/libvirt/examples/$d; \ /usr/bin/install -c -m 644 ../../examples/${p}.c /home/jenkins/build/libvirt/i686-w64-mingw32/sys-root/mingw/share/doc/libvirt/examples/$d/; \ done /usr/bin/install: cannot stat '../../examples/dominfo/info1.exe.c': No such file or directory /usr/bin/install: cannot stat '../../examples/dommigrate/dommigrate.exe.c': No such file or directory /usr/bin/install: cannot stat '../../examples/domsuspend/suspend.exe.c': No such file or directory /usr/bin/install: cannot stat '../../examples/domtop/domtop.exe.c': No such file or directory /usr/bin/install: cannot stat '../../examples/hellolibvirt/hellolibvirt.exe.c': No such file or directory /usr/bin/install: cannot stat '../../examples/object-events/event-test.exe.c': No such file or directory /usr/bin/install: cannot stat '../../examples/openauth/openauth.exe.c': No such file or directory /usr/bin/install: cannot stat '../../examples/rename/rename.exe.c': No such file or directory /usr/bin/install: cannot stat '../../examples/admin/list_servers.exe.c': No such file or directory /usr/bin/install: cannot stat '../../examples/admin/list_clients.exe.c': No such file or directory /usr/bin/install: cannot stat '../../examples/admin/threadpool_params.exe.c': No such file or directory /usr/bin/install: cannot stat '../../examples/admin/client_limits.exe.c': No such file or directory /usr/bin/install: cannot stat '../../examples/admin/client_info.exe.c': No such file or directory /usr/bin/install: cannot stat '../../examples/admin/client_close.exe.c': No such file or directory /usr/bin/install: cannot stat '../../examples/admin/logging.exe.c': No such file or directory gmake[2]: *** [Makefile:2643: install-data-local] Error 1 gmake[2]: Leaving directory '<https://ci.centos.org/job/libvirt+mingw32-build/systems=libvirt-fedora-rawh…'> gmake[1]: *** [Makefile:2469: install-am] Error 2 gmake[1]: Leaving directory '<https://ci.centos.org/job/libvirt+mingw32-build/systems=libvirt-fedora-rawh…'> gmake: *** [Makefile:2130: install-recursive] Error 1 Build step 'Execute shell' marked build as failure
1 8
0 0
  • ← Newer
  • 1
  • 2
  • 3
  • 4
  • Older →

HyperKitty Powered by HyperKitty version 1.3.12.