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 Touch seeded packages, which is subscribed to python3.3 in Ubuntu. https://bugs.launchpad.net/bugs/1264554 Title: python3.4 autopkg test failures Status in python3.3 package in Ubuntu: Won't Fix Status in python3.4 package in Ubuntu: Fix Released Status in python3.4 source package in Trusty: Triaged Bug description: see https://jenkins.qa.ubuntu.com/view/Trusty/view/AutoPkgTest/job/trusty-adt-python3.4/24/ disabled these in the autopkg tests for now. need some investigation To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/python3.3/+bug/1264554/+subscriptions -- Mailing list: https://launchpad.net/~touch-packages Post to : touch-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~touch-packages More help : https://help.launchpad.net/ListHelp