Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 605586 - kde-apps/kimap-16.12.1 tests cannot be executed in parallel
Summary: kde-apps/kimap-16.12.1 tests cannot be executed in parallel
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-13 15:22 UTC by Paolo Pedroni
Modified: 2017-01-24 00:28 UTC (History)
0 users

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


Attachments
kimap-16.12.1:20170113-124723.log.gz - failing tests (kimap-16.12.1:20170113-124723.log.gz,28.80 KB, application/gzip)
2017-01-13 15:22 UTC, Paolo Pedroni
Details
kimap-16.12.1:20170113-124904.log.gz - succeeding tests (kimap-16.12.1:20170113-124904.log.gz,33.86 KB, application/gzip)
2017-01-13 15:23 UTC, Paolo Pedroni
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Paolo Pedroni 2017-01-13 15:22:47 UTC
Created attachment 459878 [details]
kimap-16.12.1:20170113-124723.log.gz - failing tests

On my PC I have MAKEOPTS="-j11 -l8". With this setting kde-apps/kimap-16.12.1 fails tests:

>>> Test phase: kde-apps/kimap-16.12.1
>>> Working in BUILD_DIR: "/var/tmp/portage/kde-apps/kimap-16.12.1/work/kimap-16.12.1_build"
ctest -j 11 --test-load 8
Test project /var/tmp/portage/kde-apps/kimap-16.12.1/work/kimap-16.12.1_build
      Start  1: fakeservertest
      Start  2: testrfccodecs
      Start  3: testsession
 1/26 Test  #1: fakeservertest ...................   Passed    0.02 sec
 2/26 Test  #2: testrfccodecs ....................   Passed    0.02 sec
 3/26 Test  #3: testsession ......................***Exception: Other  0.03 sec
      Start  4: logoutjobtest
      Start  5: capabilitiesjobtest
      Start  6: selectjobtest
 4/26 Test  #4: logoutjobtest ....................   Passed    0.02 sec
 5/26 Test  #6: selectjobtest ....................***Exception: Other  0.04 sec
 6/26 Test  #5: capabilitiesjobtest ..............***Exception: Other  0.04 sec
      Start  7: createjobtest
      Start  8: deletejobtest
      Start  9: expungejobtest
 7/26 Test  #8: deletejobtest ....................***Exception: Other  0.03 sec
 8/26 Test  #7: createjobtest ....................***Exception: Other  0.03 sec
 9/26 Test  #9: expungejobtest ...................   Passed    0.03 sec
      Start 10: fetchjobtest
      Start 11: renamejobtest
      Start 12: subscribejobtest
10/26 Test #11: renamejobtest ....................***Exception: Other  0.04 sec
11/26 Test #10: fetchjobtest .....................   Passed    0.04 sec
12/26 Test #12: subscribejobtest .................***Exception: Other  0.04 sec
      Start 13: unsubscribejobtest
      Start 14: listjobtest
      Start 15: storejobtest
13/26 Test #13: unsubscribejobtest ...............   Passed    0.02 sec
14/26 Test #14: listjobtest ......................***Exception: Other  0.04 sec
15/26 Test #15: storejobtest .....................***Exception: Other  0.04 sec
      Start 16: imapsettest
      Start 17: idjobtest
      Start 18: idlejobtest
16/26 Test #17: idjobtest ........................   Passed    0.02 sec
17/26 Test #18: idlejobtest ......................***Exception: Other  0.04 sec
18/26 Test #16: imapsettest ......................   Passed    0.04 sec
      Start 19: quotarootjobtest
      Start 20: searchjobtest
      Start 21: getmetadatajobtest
19/26 Test #20: searchjobtest ....................   Passed    0.10 sec
20/26 Test #19: quotarootjobtest .................***Exception: Other  0.11 sec
      Start 22: streamparsertest
      Start 23: setmetadatajobtest
      Start 24: appendjobtest
21/26 Test #23: setmetadatajobtest ...............   Passed    0.10 sec
22/26 Test #22: streamparsertest .................   Passed    0.20 sec
      Start 25: statusjobtest
      Start 26: movejobtest
23/26 Test #24: appendjobtest ....................***Exception: Other  0.37 sec
24/26 Test #25: statusjobtest ....................   Passed    0.16 sec
25/26 Test #26: movejobtest ......................***Exception: Other  0.16 sec
26/26 Test #21: getmetadatajobtest ...............***Exception: Other  0.47 sec

46% tests passed, 14 tests failed out of 26

Total Test time (real) =   0.72 sec

The following tests FAILED:
          3 - testsession (OTHER_FAULT)
          5 - capabilitiesjobtest (OTHER_FAULT)
          6 - selectjobtest (OTHER_FAULT)
          7 - createjobtest (OTHER_FAULT)
          8 - deletejobtest (OTHER_FAULT)
         11 - renamejobtest (OTHER_FAULT)
         12 - subscribejobtest (OTHER_FAULT)
         14 - listjobtest (OTHER_FAULT)
         15 - storejobtest (OTHER_FAULT)
         18 - idlejobtest (OTHER_FAULT)
         19 - quotarootjobtest (OTHER_FAULT)
         21 - getmetadatajobtest (OTHER_FAULT)
         24 - appendjobtest (OTHER_FAULT)
         26 - movejobtest (OTHER_FAULT)
Errors while running CTest

If I run it with MAKEOPTS=-j1 tests run fine:
>>> Test phase: kde-apps/kimap-16.12.1
>>> Working in BUILD_DIR: "/var/tmp/portage/kde-apps/kimap-16.12.1/work/kimap-16.12.1_build"
ctest -j 1 --test-load 999
Test project /var/tmp/portage/kde-apps/kimap-16.12.1/work/kimap-16.12.1_build
      Start  1: fakeservertest
 1/26 Test  #1: fakeservertest ...................   Passed    0.01 sec
      Start  2: testrfccodecs
 2/26 Test  #2: testrfccodecs ....................   Passed    0.01 sec
      Start  3: testsession
 3/26 Test  #3: testsession ......................   Passed    8.47 sec
      Start  4: logoutjobtest
 4/26 Test  #4: logoutjobtest ....................   Passed    0.02 sec
      Start  5: capabilitiesjobtest
 5/26 Test  #5: capabilitiesjobtest ..............   Passed    0.02 sec
      Start  6: selectjobtest
 6/26 Test  #6: selectjobtest ....................   Passed    0.02 sec
      Start  7: createjobtest
 7/26 Test  #7: createjobtest ....................   Passed    0.02 sec
      Start  8: deletejobtest
 8/26 Test  #8: deletejobtest ....................   Passed    0.02 sec
      Start  9: expungejobtest
 9/26 Test  #9: expungejobtest ...................   Passed    0.02 sec
      Start 10: fetchjobtest
10/26 Test #10: fetchjobtest .....................   Passed    0.02 sec
      Start 11: renamejobtest
11/26 Test #11: renamejobtest ....................   Passed    0.02 sec
      Start 12: subscribejobtest
12/26 Test #12: subscribejobtest .................   Passed    0.02 sec
      Start 13: unsubscribejobtest
13/26 Test #13: unsubscribejobtest ...............   Passed    0.01 sec
      Start 14: listjobtest
14/26 Test #14: listjobtest ......................   Passed    0.02 sec
      Start 15: storejobtest
15/26 Test #15: storejobtest .....................   Passed    0.02 sec
      Start 16: imapsettest
16/26 Test #16: imapsettest ......................   Passed    0.01 sec
      Start 17: idjobtest
17/26 Test #17: idjobtest ........................   Passed    0.01 sec
      Start 18: idlejobtest
18/26 Test #18: idlejobtest ......................   Passed    0.62 sec
      Start 19: quotarootjobtest
19/26 Test #19: quotarootjobtest .................   Passed    0.02 sec
      Start 20: searchjobtest
20/26 Test #20: searchjobtest ....................   Passed    0.02 sec
      Start 21: getmetadatajobtest
21/26 Test #21: getmetadatajobtest ...............   Passed    0.02 sec
      Start 22: streamparsertest
22/26 Test #22: streamparsertest .................   Passed    0.01 sec
      Start 23: setmetadatajobtest
23/26 Test #23: setmetadatajobtest ...............   Passed    0.02 sec
      Start 24: appendjobtest
24/26 Test #24: appendjobtest ....................   Passed    0.02 sec
      Start 25: statusjobtest
25/26 Test #25: statusjobtest ....................   Passed    0.02 sec
      Start 26: movejobtest
26/26 Test #26: movejobtest ......................   Passed    0.01 sec

100% tests passed, 0 tests failed out of 26

Total Test time (real) =   9.47 sec
 * Tests succeeded.
>>> Completed testing kde-apps/kimap-16.12.1

# Portage 2.3.0 (python 3.5.2-final-0, default/linux/amd64/13.0/desktop/plasma/systemd, gcc-5.4.0, glibc-2.23-r3, 4.8.17-gentoo x86_64)
=================================================================
                         System Settings
=================================================================
System uname: Linux-4.8.17-gentoo-x86_64-Intel-R-_Core-TM-_i7-2600_CPU_@_3.40GHz-with-gentoo-2.3
KiB Mem:    15865540 total,   3575604 free
KiB Swap:    8171516 total,   8171516 free
Timestamp of repository gentoo: Fri, 13 Jan 2017 09: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_p48-r1::gentoo
dev-java/java-config:     2.2.0-r3::gentoo
dev-lang/perl:            5.24.1_rc4::gentoo
dev-lang/python:          2.7.12::gentoo, 3.5.2::gentoo
dev-util/ccache:          3.2.4::gentoo
dev-util/cmake:           3.6.3::gentoo
dev-util/pkgconfig:       0.28-r2::gentoo
sys-apps/baselayout:      2.3::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.4.0-r2::gentoo
sys-devel/gcc-config:     1.8-r1::gentoo
sys-devel/libtool:        2.4.6-r2::gentoo
sys-devel/make:           4.1-r1::gentoo
sys-kernel/linux-headers: 4.4::gentoo (virtual/os-headers)
sys-libs/glibc:           2.23-r3::gentoo                                                                                          
Repositories:                                                                                                                      

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

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

ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="* -@EULA"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe -march=sandybridge -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=8192 -flto=8 -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 /var/lib/hsqldb"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php5.6/ext-active/ /etc/php/cgi-php5.6/ext-active/ /etc/php/cli-php5.6/ext-active/ /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-O2 -pipe -march=sandybridge -msahf --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=8192 -flto=8 -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://tux.rainside.sk/gentoo/ http://mirror.leaseweb.com/gentoo/ http://ftp.uni-erlangen.de/pub/mirrors/gentoo http://ftp.spline.inf.fu-berlin.de/mirrors/gentoo/"
LANG="it_IT.UTF-8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,--sort-common -flto=8 -fuse-linker-plugin -floop-interchange -ftree-loop-distribution -floop-strip-mine -floop-block -fgraphite-identity -ftree-vectorize"
MAKEOPTS="-j11 -l8"
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="X a52 aac aalib acl acpi adns alsa amd64 ao audiofile bash-completion bluetooth branding bzip2 cairo caps cdda cddb cdparanoia cdr cli cracklib crypt css cups curl cxx dbus declarative dga djvu dri dts dvd dvdr emboss encode exif expat fbcon ffmpeg fftw firefox flac fontconfig foomaticdb fortran ftp gd gdbm geoip gif gimp glamor gmp gnutls gphoto2 gpm graphviz gtk handbook iconv icu idn imagemagick imlib ipv6 java javascript jbig jpeg jpeg2k kde kipi 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 phonon plasma png policykit postscript ppds pulseaudio qml qt3support qt4 qt5 rdesktop readline recode samba sctp sdl seccomp session sndfile sockets speex spell sqlite sse sse2 ssl startup-notification subversion svg symlink syslog systemd sysvipc taglib theora threads tidy tiff truetype udev udisks unicode upower usb vaapi vcd vim-syntax vnc vorbis wayland widgets win32codecs wmf wxwidgets x264 xattr xcb xcomposite xine xinerama xml xpm xscreensaver xv xvid yahoo 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="aes avx mmx mmxext popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3" 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" L10N="it en" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="nlpsolver" LINGUAS="it it_IT" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-6" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_5 pypy pypy3" RUBY_TARGETS="ruby21" USERLAND="GNU" VIDEO_CARDS="intel i965" 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
=================================================================

kde-apps/kimap-16.12.1::gentoo was built with the following:
USE="test -debug" ABI_X86="64"

# emerge -1pqv =kde-apps/kimap-16.12.1
[ebuild   R   ] kde-apps/kimap-16.12.1  USE="{test} -debug"
Comment 1 Paolo Pedroni 2017-01-13 15:23:53 UTC
Created attachment 459880 [details]
kimap-16.12.1:20170113-124904.log.gz - succeeding tests
Comment 2 Andreas Sturmlechner gentoo-dev 2017-01-24 00:28:36 UTC
Thanks, fixed with commit 6654627bd7f77c860a82e27e5c50c96d3c367c15