For the record, this reproduces perfectly well in local QEMU:

  adt-run --apt-pocket=proposed -U -s --testname testsuite python3.4 ---
qemu /srv/vm/adt-trusty-amd64-cloud.img

so this is not specific to the production CI environment. -s starts a
shell after failure; after that the failure can be reproduced more
quickly and directly:

$ python3.4 -W default -bb -E -R -m test -j 1 -w -uall,-network,-urlfetch,-gui 
test.test_socket
[...]
======================================================================
ERROR: testRecvmsgPeek (test.test_socket.RecvmsgUDP6Test)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python3.4/test/test_socket.py", line 2363, in testRecvmsgPeek
    socket.MSG_PEEK)
  File "/usr/lib/python3.4/test/test_socket.py", line 1907, in doRecvmsg
    result = sock.recvmsg(bufsize, *args)
OSError: [Errno 14] Bad address

======================================================================
ERROR: testRecvmsgPeek (test.test_socket.RecvmsgIntoUDP6Test)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python3.4/test/test_socket.py", line 2363, in testRecvmsgPeek
    socket.MSG_PEEK)
  File "/usr/lib/python3.4/test/test_socket.py", line 1998, in doRecvmsg
    result = sock.recvmsg_into([buf], *args)
OSError: [Errno 14] Bad address

However, downgrading the packages to 3.4.3-1ubuntu1~14.04.1 fails on the
exact same issue. So this indeed does not look like a regression in
python3.4 itself but in one of its underlying libraries or perhaps a
changed kernel.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1264554

Title:
  python3.4 autopkg test failures

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python3.3/+bug/1264554/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to