Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 583274 - dev-python/pbr-1.9.1 fails tests with pypy3
Summary: dev-python/pbr-1.9.1 fails tests with pypy3
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Matthew Thode ( prometheanfire )
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-17 10:15 UTC by Paolo Pedroni
Modified: 2020-03-27 09:02 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
pbr-1.9.1:20160517-085153.log.gz (pbr-1.9.1:20160517-085153.log.gz,10.72 KB, application/gzip)
2016-05-17 10:15 UTC, Paolo Pedroni
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Paolo Pedroni 2016-05-17 10:15:11 UTC
Created attachment 434510 [details]
pbr-1.9.1:20160517-085153.log.gz

Installing pbr script to /var/tmp/portage/dev-python/pbr-1.9.1/work/pbr-1.9.1-pypy3/test/scripts
/var/tmp/portage/dev-python/pbr-1.9.1/temp/tmpjl4pos/tmps3z9js/bin/pypy3: error while loading shared libraries: libpypy-c.so: cannot open shared object file: No such file or directory
running=OS_STDOUT_CAPTURE=1 OS_STDERR_CAPTURE=1 OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-60} ${PYTHON:-python} -m subunit.run discover -t ./ .  
======================================================================
FAIL: pbr.tests.test_packaging.TestPackagingWheels.test_generates_c_extensions
tags: worker-0
----------------------------------------------------------------------
Empty attachments:
  pythonlogging:''
  pythonlogging:'pbr'
  stderr

stdout: {{{
Initialized empty Git repository in /var/tmp/portage/dev-python/pbr-1.9.1/temp/tmpsk08hz/tmp172a0q/testpackage/.git/









running bdist_wheel
running build
running build_py
Running custom build_py command.
creating build
creating build/lib.linux-x86_64-3.2
creating build/lib.linux-x86_64-3.2/pbr_testpackage
copying pbr_testpackage/__init__.py -> build/lib.linux-x86_64-3.2/pbr_testpackage
copying pbr_testpackage/wsgi.py -> build/lib.linux-x86_64-3.2/pbr_testpackage
copying pbr_testpackage/extra.py -> build/lib.linux-x86_64-3.2/pbr_testpackage
copying pbr_testpackage/cmd.py -> build/lib.linux-x86_64-3.2/pbr_testpackage
copying pbr_testpackage/_setup_hooks.py -> build/lib.linux-x86_64-3.2/pbr_testpackage
running build_ext
building 'pbr_testpackage.testext' extension
creating build/temp.linux-x86_64-3.2
creating build/temp.linux-x86_64-3.2/src
cc -O2 -fPIC -Wimplicit -O2 -pipe -march=amdfam10 -msahf -mlzcnt -mpopcnt --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=512 -flto=5 -fuse-linker-plugin -floop-interchange -ftree-loop-distribution -floop-strip-mine -floop-block -fgraphite-identity -ftree-vectorize -I/usr/lib64/pypy3/include -c src/testext.c -o build/temp.linux-x86_64-3.2/src/testext.o
cc -shared -O2 -pipe -march=amdfam10 -msahf -mlzcnt -mpopcnt --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=512 -flto=5 -fuse-linker-plugin -floop-interchange -ftree-loop-distribution -floop-strip-mine -floop-block -fgraphite-identity -ftree-vectorize -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,--sort-common -flto=5 -fuse-linker-plugin -floop-interchange -ftree-loop-distribution -floop-strip-mine -floop-block -fgraphite-identity -ftree-vectorize build/temp.linux-x86_64-3.2/src/testext.o -o build/lib.linux-x86_64-3.2/pbr_testpackage/testext.pypy3-24.so
installing to build/bdist.linux-x86_64/wheel
running install
[pbr] Writing ChangeLog
[pbr] Generating ChangeLog
[pbr] ChangeLog complete (0.0s)
[pbr] Generating AUTHORS
[pbr] AUTHORS complete (0.1s)
running install_lib
creating build/bdist.linux-x86_64
creating build/bdist.linux-x86_64/wheel
creating build/bdist.linux-x86_64/wheel/pbr_testpackage
copying build/lib.linux-x86_64-3.2/pbr_testpackage/testext.pypy3-24.so -> build/bdist.linux-x86_64/wheel/pbr_testpackage
copying build/lib.linux-x86_64-3.2/pbr_testpackage/_setup_hooks.py -> build/bdist.linux-x86_64/wheel/pbr_testpackage
copying build/lib.linux-x86_64-3.2/pbr_testpackage/cmd.py -> build/bdist.linux-x86_64/wheel/pbr_testpackage
copying build/lib.linux-x86_64-3.2/pbr_testpackage/extra.py -> build/bdist.linux-x86_64/wheel/pbr_testpackage
copying build/lib.linux-x86_64-3.2/pbr_testpackage/wsgi.py -> build/bdist.linux-x86_64/wheel/pbr_testpackage
copying build/lib.linux-x86_64-3.2/pbr_testpackage/__init__.py -> build/bdist.linux-x86_64/wheel/pbr_testpackage
running install_egg_info
running egg_info
creating pbr_testpackage.egg-info
writing pbr to pbr_testpackage.egg-info/pbr.json
writing pbr_testpackage.egg-info/PKG-INFO
writing top-level names to pbr_testpackage.egg-info/top_level.txt
writing dependency_links to pbr_testpackage.egg-info/dependency_links.txt
writing entry points to pbr_testpackage.egg-info/entry_points.txt
[pbr] Processing SOURCES.txt
writing manifest file 'pbr_testpackage.egg-info/SOURCES.txt'
[pbr] In git context, generating filelist from git
reading manifest template 'MANIFEST.in'
writing manifest file 'pbr_testpackage.egg-info/SOURCES.txt'
Copying pbr_testpackage.egg-info to build/bdist.linux-x86_64/wheel/pbr_testpackage-0.0-py3.2.egg-info
running install_scripts
Installing pbr_test_wsgi script to build/bdist.linux-x86_64/wheel/pbr_testpackage-0.0.data/scripts
Installing pbr_test_wsgi_with_class script to build/bdist.linux-x86_64/wheel/pbr_testpackage-0.0.data/scripts
creating build/bdist.linux-x86_64/wheel/pbr_testpackage-0.0.dist-info/WHEEL
warning: build_py: byte-compiling is disabled, skipping.

warning: install_lib: byte-compiling is disabled, skipping.

warning: no previously-included files found matching '.gitignore'
warning: no previously-included files found matching '.gitreview'
warning: no previously-included files matching '*.pyc' found anywhere in distribution
}}}

Traceback (most recent call last):
  File "pbr/tests/test_packaging.py", line 370, in test_generates_c_extensions
    self.assertTrue(os.path.exists(static_object_path))
  File "/usr/lib64/pypy3/site-packages/unittest2/case.py", line 702, in assertTrue
    raise self.failureException(msg)
AssertionError: False is not true
======================================================================
FAIL: pbr.tests.test_packaging.TestRequirementParsing.test_requirement_parsing
tags: worker-0
----------------------------------------------------------------------
Empty attachments:
  pythonlogging:''
  pythonlogging:'pbr'
  stderr

stdout: {{{
Initialized empty Git repository in /var/tmp/portage/dev-python/pbr-1.9.1/temp/tmpjl4pos/tmp9e3xto/test_reqparse/.git/











[master (root-commit) 66a08c7] test commit
 4 files changed, 19 insertions(+)
 create mode 100644 4
 create mode 100644 requirements.txt
 create mode 100644 setup.cfg
 create mode 100644 setup.py
}}}

traceback-1: {{{
Traceback (most recent call last):
  File "/usr/lib64/pypy3/site-packages/testtools/testcase.py", line 666, in useFixture
    fixture.setUp()
  File "/usr/lib64/pypy3/site-packages/fixtures/fixture.py", line 214, in setUp
    six.reraise(*err)
  File "/usr/lib64/pypy3/site-packages/six.py", line 686, in reraise
    raise value
  File "/usr/lib64/pypy3/site-packages/fixtures/fixture.py", line 197, in setUp
    self._setUp()
  File "pbr/tests/test_packaging.py", line 185, in _setUp
    virtualenv.create_environment(path, clear=True)
  File "/usr/lib64/pypy3/site-packages/virtualenv.py", line 994, in create_environment
    site_packages=site_packages, clear=clear, symlink=symlink))
  File "/usr/lib64/pypy3/site-packages/virtualenv.py", line 1472, in install_python
    sys.exit(100)
SystemExit: 100

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "pbr/tests/test_packaging.py", line 720, in test_requirement_parsing
    venv = self.useFixture(Venv('reqParse'))
  File "/usr/lib64/pypy3/site-packages/testtools/testcase.py", line 670, in useFixture
    gather_details(fixture.getDetails(), self.getDetails())
  File "/usr/lib64/pypy3/site-packages/fixtures/fixture.py", line 170, in getDetails
    result = dict(self._details)
TypeError: 'NoneType' object is not iterable
}}}

Traceback (most recent call last):
  File "/usr/lib64/pypy3/site-packages/fixtures/fixture.py", line 214, in setUp
    six.reraise(*err)
  File "/usr/lib64/pypy3/site-packages/six.py", line 686, in reraise
    raise value
  File "/usr/lib64/pypy3/site-packages/fixtures/fixture.py", line 197, in setUp
    self._setUp()
  File "pbr/tests/test_packaging.py", line 185, in _setUp
    virtualenv.create_environment(path, clear=True)
  File "/usr/lib64/pypy3/site-packages/virtualenv.py", line 994, in create_environment
    site_packages=site_packages, clear=clear, symlink=symlink))
  File "/usr/lib64/pypy3/site-packages/virtualenv.py", line 1472, in install_python
    sys.exit(100)
SystemExit: 100
Ran 162 tests in 99.190s
FAILED (id=0, failures=2, skips=21)
 * ERROR: dev-python/pbr-1.9.1::gentoo failed (test phase):
 *   testr run failed under pypy3

# emerge --info =dev-python/pbr-1.9.1
Portage 2.2.28 (python 2.7.11-final-0, default/linux/amd64/13.0/desktop, gcc-5.3.0, glibc-2.22-r4, 4.4.10-gentoo x86_64)
=================================================================
                         System Settings
=================================================================
System uname: Linux-4.4.10-gentoo-x86_64-AMD_Phenom-tm-_II_X4_965_Processor-with-gentoo-2.2
KiB Mem:    12275240 total,   9469028 free
KiB Swap:    8351740 total,   8351740 free
Timestamp of repository gentoo: Tue, 17 May 2016 06:45:01 +0000
sh dash 0.5.8.2
ld GNU gold (Gentoo 2.25.1 p1.1 2.25.1) 1.11
distcc 3.2rc1 x86_64-pc-linux-gnu [enabled]
ccache version 3.2.4 [disabled]
app-shells/bash:          4.3_p42-r1::gentoo
dev-lang/perl:            5.22.2::gentoo
dev-lang/python:          2.7.11-r2::gentoo, 3.4.3-r7::gentoo
dev-util/ccache:          3.2.4::gentoo
dev-util/cmake:           3.3.1-r1::gentoo
dev-util/pkgconfig:       0.28-r2::gentoo
sys-apps/baselayout:      2.2::gentoo
sys-apps/openrc:          0.19.1::gentoo
sys-apps/sandbox:         2.10-r1::gentoo
sys-devel/autoconf:       2.13::gentoo, 2.69::gentoo
sys-devel/automake:       1.11.6-r1::gentoo, 1.14.1::gentoo, 1.15::gentoo
sys-devel/binutils:       2.25.1-r1::gentoo
sys-devel/gcc:            5.3.0::gentoo
sys-devel/gcc-config:     1.8-r1::gentoo
sys-devel/libtool:        2.4.6-r1::gentoo
sys-devel/make:           4.1-r1::gentoo
sys-kernel/linux-headers: 4.3::gentoo (virtual/os-headers)
sys-libs/glibc:           2.22-r4::gentoo
Repositories:

gentoo
    location: /usr/portage
    sync-type: rsync
    sync-uri: rsync://rsync.europe.gentoo.org/gentoo-portage
    priority: -1000

kde
    location: /var/lib/layman/kde
    sync-type: git
    sync-uri: git://anongit.gentoo.org/proj/kde.git
    masters: gentoo kde
    priority: 0

x-portage
    location: /usr/local/portage
    masters: gentoo
    priority: 1

ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="* -@EULA"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe -march=amdfam10 -msahf -mlzcnt -mpopcnt --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=512 -flto=5 -fuse-linker-plugin -floop-interchange -ftree-loop-distribution -floop-strip-mine -floop-block -fgraphite-identity -ftree-vectorize"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/lib64/libreoffice/program/sofficerc /usr/share/config /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-O2 -pipe -march=amdfam10 -msahf -mlzcnt -mpopcnt --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=512 -flto=5 -fuse-linker-plugin -floop-interchange -ftree-loop-distribution -floop-strip-mine -floop-block -fgraphite-identity -ftree-vectorize"
DISTDIR="/usr/portage/distfiles"
EMERGE_DEFAULT_OPTS="--keep-going y --with-bdeps y"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs cgroup compress-build-logs config-protect-if-modified distcc distlocks ebuild-locks ipc-sandbox merge-sync news parallel-fetch protect-owned sandbox sfperms split-elog split-log strict test unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="http://ftp-stud.hs-esslingen.de/pub/Mirrors/gentoo/ ftp://mirror.switch.ch/mirror/gentoo/ http://gentoo.mirror.dkm.cz/pub/gentoo/ http://ftp.halifax.rwth-aachen.de/gentoo/ http://ftp.uni-erlangen.de/pub/mirrors/gentoo"
LANG="it_IT.UTF-8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,--sort-common -flto=5 -fuse-linker-plugin -floop-interchange -ftree-loop-distribution -floop-strip-mine -floop-block -fgraphite-identity -ftree-vectorize"
MAKEOPTS="-j12 -l4"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git"
PORTAGE_TMPDIR="/var/tmp"
USE="3dnow X a52 aac aalib acl acpi alsa amd64 ao audiofile bash-completion bluetooth branding bzip2 cairo caps cdda cddb cdparanoia cdr cli consolekit cracklib crypt css cups curl cxx dbus dga djvu dri dts dvd dvdr emboss encode exif expat fbcon ffmpeg fftw flac fontconfig fortran ftp gd gdbm gif glamor gmp gnutls gpm graphviz gtk iconv icu idn ieee1394 imagemagick imlib inotify introspection ipv6 jbig jpeg jpeg2k kde lame lcms libass libcaca libnotify libsamplerate lm_sensors lua lzma lzo mad mmap mmx mmxext mng modules mp3 mp4 mpeg mplayer multilib musicbrainz ncurses nls nptl nsplugin offensive ogg openal openexr opengl openmp pam pango pcre pdf png policykit postscript ppds pulseaudio qt3support qt4 rdesktop readline samba sctp sdl seccomp session sndfile speex spell sqlite sse sse2 ssl startup-notification svg symlink syslog systemd taglib theora threads tiff truetype udev udisks unicode upower usb vaapi vcd vdpau vim-syntax vorbis wavpack wayland win32codecs wmf wxwidgets x264 xattr xcb xcomposite xine xinerama xml xpm xscreensaver xv xvid zlib" ABI_X86="64" ALSA_CARDS="hda-intel virmidi" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump author" CAMERAS="kodak ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="3dnow 3dnowext mmx mmxext popcnt sse sse2 sse3 sse4a" CURL_SSL="gnutls" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ublox ubx" GRUB_PLATFORMS="pc" INPUT_DEVICES="evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LINGUAS="it it_IT" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-5" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_4 pypy pypy3" RUBY_TARGETS="ruby21" USERLAND="GNU" VIDEO_CARDS="radeon r600" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  CC, CPPFLAGS, CTARGET, CXX, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON

=================================================================
                        Package Settings
=================================================================

dev-python/pbr-1.9.1::gentoo was built with the following:
USE="-test" ABI_X86="64" PYTHON_TARGETS="pypy pypy3 python2_7 python3_4 -python3_3 -python3_5"

# emerge -1pqv =dev-python/pbr-1.9.1
[ebuild   R   ] dev-python/pbr-1.9.1  USE="{test*}" PYTHON_TARGETS="pypy pypy3 python2_7 python3_4 -python3_3 (-python3_5)"
Comment 1 Paolo Pedroni 2016-06-16 07:59:54 UTC
With latest pypy3-5.2.0_alpha1 only the second test (pbr.tests.test_packaging.TestRequirementParsing.test_requirement_parsing) fails.
Comment 2 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2020-03-27 09:02:33 UTC
Old version removed.  Please reopen if you can reproduce with current.