From owner-freebsd-python@FreeBSD.ORG Sun Nov 30 00:52:32 2014 Return-Path: Delivered-To: python@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3F955D17 for ; Sun, 30 Nov 2014 00:52:32 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 0D333C91 for ; Sun, 30 Nov 2014 00:52:32 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sAU0qVqC008342 for ; Sun, 30 Nov 2014 00:52:31 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 195515] New: [arm] lang/python unstable and fails its own test suite Date: Sun, 30 Nov 2014 00:52:31 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports Tree X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: sbruno@FreeBSD.org X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: python@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter cc flagtypes.name attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-python@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: FreeBSD-specific Python issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Nov 2014 00:52:32 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=195515 Bug ID: 195515 Summary: [arm] lang/python unstable and fails its own test suite Product: Ports Tree Version: Latest Hardware: arm OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: python@FreeBSD.org Reporter: sbruno@FreeBSD.org CC: sson@freebsd.org Assignee: python@FreeBSD.org Flags: maintainer-feedback?(python@FreeBSD.org) Created attachment 150014 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=150014&action=edit make test output from python27 The "make test" target in python27 fails for arm on emulated and real hardware. test scenario: Install emulators/qemu-user-static and ports-mgmt/poudriere-devel Use the binmisc activator to setup redirection to qemu-bsd-user: /usr/sbin/binmiscctl add armv6 --interpreter "/usr/local/bin/qemu-arm-static" \ --magic "\x7f\x45\x4c\x46\x01\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x28\x00" \ --mask "\xff\xff\xff\xff\xff\xff\xff\x00\xff\xff\xff\xff\xff\xff\xff\xff\xfe\xff\xff\xff" \ --size 20 --set-enabled use poudriere devel 3.1 to create a test jail and ports tree: poudriere jail -c -j 11-armv6 -m svn -v head -a arm.armv6 -x poudriere ports -c -p 11-armv6-test Mount devfs and the ports tree into the jail: mkdir -p /usr/local/poudriere/jails/11-armv6/usr/ports mount -t nullfs /usr/local/poudriere/ports/11-armv6-test /usr/local/poudriere/jails/11-armv6/usr/ports mount -t devfs devfs usr/local/poudriere/jails/11-armv6/dev Chroot into jail and start build of python27: chroot /usr/local/poudriere/jail/11-armv6/ cd /usr/ports/lang/python27 make -DBATCH This should take about 20 minutes with emulation. If the build fails or hangs, it can be cancelled. Run regression tests: cd work/Python-2.7.8 make test This should yield the same results as one would find on real hardware. I have attached the output of my test run for your examination. --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer python@FreeBSD.org -- You are receiving this mail because: You are the assignee for the bug.