[Libvirt-ci] Build failed in Jenkins: osinfo-db-check » libvirt-freebsd-12 #110

See <https://ci.centos.org/job/osinfo-db-check/systems=libvirt-freebsd-12/110/display/redirect> ------------------------------------------ [...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

participants (1)
-
ci@centos.org