NetBSD Problem Report #49501

From martin@duskware.de  Wed Dec 24 11:02:14 2014
Return-Path: <martin@duskware.de>
Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK))
	by mollari.NetBSD.org (Postfix) with ESMTPS id 11338A582D
	for <gnats-bugs@gnats.NetBSD.org>; Wed, 24 Dec 2014 11:02:14 +0000 (UTC)
From: martin@NetBSD.org
Reply-To: martin@NetBSD.org
To: gnats-bugs@NetBSD.org
Subject: python27 test failures
X-Send-Pr-Version: 3.95

>Number:         49501
>Category:       pkg
>Synopsis:       python27 test failures
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Dec 24 11:05:00 +0000 2014
>Originator:     Martin Husemann
>Release:        NetBSD 7.99.3
>Organization:
The NetBSD Foundation, Inc.
>Environment:
System: NetBSD space-truckin.duskware.de 7.99.3 NetBSD 7.99.3 (CUBIETRUCK) #122: Fri Dec 19 18:35:40 CET 2014 martin@night-owl.duskware.de:/usr/src/sys/arch/evbarm/compile/CUBIETRUCK evbarm
Architecture: earmv7hfeb
Machine: evbarm
>Description:

While trying to analyze PR 49490 I suspected the problem might be more a 
python than a HG problem, so I ran the unit tests (thanks wiz!) and got
various fallout. Some of this might be ARM/big endian specific. The FPU
errors are expected (Cortex A7 CPUs do not implement the relevant exceptions).

But at least ctypes, kqueue and multiprocessing should be looked at, I think
plist is a known issue.

[ 98/400] test_ctypes
test test_ctypes failed -- multiple errors occurred; run in verbose mode for details

[113/400/1] test_distutils
test test_distutils failed -- Traceback (most recent call last):
  File "/usr/pkgobj/lang/python27/work/Python-2.7.9/Lib/distutils/tests/test_unixccompiler.py", line 103, in test_runtime_libdir_option
    self.assertEqual(self.cc.rpath_foo(), '-R/foo')
AssertionError: '-Wl,-R/foo' != '-R/foo'

[195/400/2] test_kqueue
test test_kqueue failed -- multiple errors occurred; run in verbose mode for details

[212/400/3] test_math
test test_math failed -- Traceback (most recent call last):
  File "/usr/pkgobj/lang/python27/work/Python-2.7.9/Lib/test/test_math.py", line 583, in testLdexp
    self.assertRaises(OverflowError, math.ldexp, 1., n)
AssertionError: OverflowError not raised

[227/400/5] test_multiprocessing
Process Process-16:
Traceback (most recent call last):
  File "/usr/pkgobj/lang/python27/work/Python-2.7.9/Lib/multiprocessing/process.py", line 258, in _bootstrap
    self.run()
  File "/usr/pkgobj/lang/python27/work/Python-2.7.9/Lib/multiprocessing/process.py", line 114, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/pkgobj/lang/python27/work/Python-2.7.9/Lib/test/test_multiprocessing.py", line 1621, in _writefd
    fd = reduction.recv_handle(conn)
  File "/usr/pkgobj/lang/python27/work/Python-2.7.9/Lib/multiprocessing/reduction.py", line 83, in recv_handle
    return _multiprocessing.recvfd(conn.fileno())
RuntimeError: No file descriptor received
Process Process-17:
Traceback (most recent call last):
  File "/usr/pkgobj/lang/python27/work/Python-2.7.9/Lib/multiprocessing/process.py", line 258, in _bootstrap
    self.run()
  File "/usr/pkgobj/lang/python27/work/Python-2.7.9/Lib/multiprocessing/process.py", line 114, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/pkgobj/lang/python27/work/Python-2.7.9/Lib/test/test_multiprocessing.py", line 1621, in _writefd
    fd = reduction.recv_handle(conn)
  File "/usr/pkgobj/lang/python27/work/Python-2.7.9/Lib/multiprocessing/reduction.py", line 83, in recv_handle
    return _multiprocessing.recvfd(conn.fileno())
RuntimeError: No file descriptor received
test test_multiprocessing failed -- multiple errors occurred; run in verbose mode for details

[257/400/6] test_plistlib
test test_plistlib failed -- multiple errors occurred; run in verbose mode for details


>How-To-Repeat:

cd pkgsrc/lang/python27
make test

>Fix:
n/a

NetBSD Home
NetBSD PR Database Search

(Contact us) $NetBSD: query-full-pr,v 1.39 2013/11/01 18:47:49 spz Exp $
$NetBSD: gnats_config.sh,v 1.8 2006/05/07 09:23:38 tsutsui Exp $
Copyright © 1994-2014 The NetBSD Foundation, Inc. ALL RIGHTS RESERVED.