Message250987
| Author |
vstinner |
| Recipients |
belopolsky, serhiy.storchaka, vstinner |
| Date |
2015年09月18日.13:50:48 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1442584249.02.0.854297601638.issue25168@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
It looks like the failure is random. It probably depends on the test order.
http://buildbot.python.org/all/builders/s390x%20SLES%203.4/builds/45/steps/test/logs/stdio
======================================================================
ERROR: test_strptime (test.datetimetester.TestDateTimeTZ_Pure)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.4.edelsohn-sles-z/build/Lib/test/datetimetester.py", line 1941, in test_strptime
dt = strptime(dtstr, "%z %Z")
File "/home/dje/cpython-buildarea/3.4.edelsohn-sles-z/build/Lib/datetime.py", line 1607, in strptime
return _strptime._strptime_datetime(cls, date_string, format)
File "/home/dje/cpython-buildarea/3.4.edelsohn-sles-z/build/Lib/_strptime.py", line 500, in _strptime_datetime
tt, fraction = _strptime(data_string, format)
File "/home/dje/cpython-buildarea/3.4.edelsohn-sles-z/build/Lib/_strptime.py", line 337, in _strptime
(data_string, format))
ValueError: time data '-0500 EST' does not match format '%z %Z'
======================================================================
ERROR: test_strptime (test.datetimetester.TestDateTime_Pure)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.4.edelsohn-sles-z/build/Lib/test/datetimetester.py", line 1941, in test_strptime
dt = strptime(dtstr, "%z %Z")
File "/home/dje/cpython-buildarea/3.4.edelsohn-sles-z/build/Lib/datetime.py", line 1607, in strptime
return _strptime._strptime_datetime(cls, date_string, format)
File "/home/dje/cpython-buildarea/3.4.edelsohn-sles-z/build/Lib/_strptime.py", line 500, in _strptime_datetime
tt, fraction = _strptime(data_string, format)
File "/home/dje/cpython-buildarea/3.4.edelsohn-sles-z/build/Lib/_strptime.py", line 337, in _strptime
(data_string, format))
ValueError: time data '-0500 EST' does not match format '%z %Z'
======================================================================
ERROR: test_strptime (test.datetimetester.TestSubclassDateTime_Pure)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/dje/cpython-buildarea/3.4.edelsohn-sles-z/build/Lib/test/datetimetester.py", line 1941, in test_strptime
dt = strptime(dtstr, "%z %Z")
File "/home/dje/cpython-buildarea/3.4.edelsohn-sles-z/build/Lib/datetime.py", line 1607, in strptime
return _strptime._strptime_datetime(cls, date_string, format)
File "/home/dje/cpython-buildarea/3.4.edelsohn-sles-z/build/Lib/_strptime.py", line 500, in _strptime_datetime
tt, fraction = _strptime(data_string, format)
File "/home/dje/cpython-buildarea/3.4.edelsohn-sles-z/build/Lib/_strptime.py", line 337, in _strptime
(data_string, format))
ValueError: time data '-0500 EST' does not match format '%z %Z' |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2015年09月18日 13:50:49 | vstinner | set | recipients:
+ vstinner, belopolsky, serhiy.storchaka |
| 2015年09月18日 13:50:49 | vstinner | set | messageid: <1442584249.02.0.854297601638.issue25168@psf.upfronthosting.co.za> |
| 2015年09月18日 13:50:48 | vstinner | link | issue25168 messages |
| 2015年09月18日 13:50:48 | vstinner | create |
|