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 09F8AD16 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 D0D49C90 for ; Sun, 30 Nov 2014 00:52:31 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sAU0qVfI008305 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: maintainer-feedback requested: [Bug 195515] [arm] lang/python unstable and fails its own test suite Date: Sun, 30 Nov 2014 00:52:31 +0000 X-Bugzilla-Type: request Message-ID: In-Reply-To: References: X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable 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 Sean Bruno has reassigned Bugzilla Automation 's request for maintainer-feedback to python@FreeBSD.= org: Bug 195515: [arm] lang/python unstable and fails its own test suite https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D195515 --- Description --- Created attachment 150014 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D150014&action= =3Dedit make test output from python27 The "make test" target in python27 fails for arm on emulated and real hardw= are. 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-stati= c" \ --magic "\x7f\x45\x4c\x46\x01\x01\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x02\x00\x= 28\x 00" \ --mask=20 "\xff\xff\xff\xff\xff\xff\xff\x00\xff\xff\xff\xff\xff\xff\xff\xff\xfe\xff\x= ff\x ff" \ --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 ha= ngs, 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 ha= ve attached the output of my test run for your examination. --- Comment #1 from Bugzilla Automation --- Auto-assigned to maintainer python@FreeBSD.org=