Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Python: Dev

Buildbot failure puzzle

 

 

Python dev RSS feed   Index | Next | Previous | View Threaded


tjreedy at udel

Aug 10, 2013, 5:25 PM

Post #1 of 2 (19 views)
Permalink
Buildbot failure puzzle

At least the following 3.4 buildbots have failed today with an error I
do not understand: AMD64 FreeBSD, PPC64, x86Ubuntu, x86 WinServer 2003.
Except for the Windows BB, it was the only failure and hence the only
reason to not be green.

ERROR: test_xmlcharnamereplace (test.test_codeccallbacks.CodecCallbackTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/home/shager/cpython-buildarea/3.x.edelsohn-powerlinux-ppc64/build/Lib/test/test_codeccallbacks.py",
line 112, in test_xmlcharnamereplace
self.assertEqual(sin.encode("ascii", "test.xmlcharnamereplace"), sout)
File
"/home/shager/cpython-buildarea/3.x.edelsohn-powerlinux-ppc64/build/Lib/test/test_codeccallbacks.py",
line 102, in xmlcharnamereplace
l.append("&%s;" % html.entities.codepoint2name[ord(c)])
AttributeError: 'module' object has no attribute 'entities'

test_codeccallbacks.py: lines from 2008-05-17
line 002: import html.entities
...
line 102: l.append("&%s;" % html.entities.codepoint2name[ord(c)])

I checked with an editor and these are the only two appearances of
'html' (so it was not rebound to anything else) and the spellings in the
file are the same. Indeed, the same code has worked on at least some of
the same machines.

--
Terry Jan Reedy

_______________________________________________
Python-Dev mailing list
Python-Dev [at] python
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: http://mail.python.org/mailman/options/python-dev/list-python-dev%40lists.gossamer-threads.com


solipsis at pitrou

Aug 10, 2013, 5:29 PM

Post #2 of 2 (18 views)
Permalink
Re: Buildbot failure puzzle [In reply to]

On Sat, 10 Aug 2013 20:25:04 -0400
Terry Reedy <tjreedy [at] udel> wrote:
> At least the following 3.4 buildbots have failed today with an error I
> do not understand: AMD64 FreeBSD, PPC64, x86Ubuntu, x86 WinServer 2003.

http://bugs.python.org/issue18706



_______________________________________________
Python-Dev mailing list
Python-Dev [at] python
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: http://mail.python.org/mailman/options/python-dev/list-python-dev%40lists.gossamer-threads.com

Python dev RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.