Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 665682 - =kde-frameworks/kcoreaddons-5.50.0 fails kformattest test
Summary: =kde-frameworks/kcoreaddons-5.50.0 fails kformattest test
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: https://phabricator.kde.org/D14967
Whiteboard:
Keywords:
: 668860 (view as bug list)
Depends on:
Blocks:
 
Reported: 2018-09-11 08:26 UTC by Paolo Pedroni
Modified: 2021-02-16 16:01 UTC (History)
0 users

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


Attachments
kcoreaddons-5.50.0:20180911-072739.log.gz (kcoreaddons-5.50.0:20180911-072739.log.gz,51.39 KB, application/gzip)
2018-09-11 08:26 UTC, Paolo Pedroni
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Paolo Pedroni 2018-09-11 08:26:15 UTC
Created attachment 546590 [details]
kcoreaddons-5.50.0:20180911-072739.log.gz

Here we are, once more. :-(

>>> Test phase: kde-frameworks/kcoreaddons-5.50.0
>>> Working in BUILD_DIR: "/var/tmp/portage/kde-frameworks/kcoreaddons-5.50.0/work/kcoreaddons-5.50.0_build"
ctest -j 12 --test-load 6 -j1 -E (kautosavefiletest|kdirwatch_qfswatch_unittest)
Test project /var/tmp/portage/kde-frameworks/kcoreaddons-5.50.0/work/kcoreaddons-5.50.0_build
      Start  1: kaboutdatatest
 1/21 Test  #1: kaboutdatatest ...................   Passed    0.03 sec
      Start  2: kaboutdataapplicationdatatest
 2/21 Test  #2: kaboutdataapplicationdatatest ....   Passed    0.02 sec
      Start  3: kcompositejobtest
 3/21 Test  #3: kcompositejobtest ................   Passed    0.02 sec
      Start  4: kformattest
 4/21 Test  #4: kformattest ......................***Failed    0.02 sec
      Start  5: kjobtest
 5/21 Test  #5: kjobtest .........................   Passed    0.32 sec
      Start  6: kpluginfactorytest
 6/21 Test  #6: kpluginfactorytest ...............   Passed    0.02 sec
      Start  7: kpluginloadertest
 7/21 Test  #7: kpluginloadertest ................   Passed    0.05 sec
      Start  8: kpluginmetadatatest
 8/21 Test  #8: kpluginmetadatatest ..............   Passed    0.02 sec
      Start  9: kprocesstest
 9/21 Test  #9: kprocesstest .....................   Passed    0.14 sec
      Start 10: krandomtest
10/21 Test #10: krandomtest ......................   Passed    0.05 sec
      Start 11: kshareddatacachetest
11/21 Test #11: kshareddatacachetest .............   Passed    0.02 sec
      Start 12: kshelltest
12/21 Test #12: kshelltest .......................   Passed    0.02 sec
      Start 13: kurlmimedatatest
13/21 Test #13: kurlmimedatatest .................   Passed    0.02 sec
      Start 14: kstringhandlertest
14/21 Test #14: kstringhandlertest ...............   Passed    0.02 sec
      Start 15: kusertest
15/21 Test #15: kusertest ........................   Passed    0.04 sec
      Start 16: kdelibs4migrationtest
16/21 Test #16: kdelibs4migrationtest ............   Passed    0.02 sec
      Start 17: kdelibs4configmigratortest
17/21 Test #17: kdelibs4configmigratortest .......   Passed    0.07 sec
      Start 18: desktoptojsontest
18/21 Test #18: desktoptojsontest ................   Passed    0.19 sec
      Start 19: ktexttohtmltest
19/21 Test #19: ktexttohtmltest ..................   Passed    1.98 sec
      Start 20: kdirwatch_stat_unittest
20/21 Test #20: kdirwatch_stat_unittest ..........   Passed   22.86 sec
      Start 21: kdirwatch_inotify_unittest
21/21 Test #21: kdirwatch_inotify_unittest .......   Passed   14.96 sec

95% tests passed, 1 tests failed out of 21

Total Test time (real) =  40.94 sec

The following tests FAILED:
          4 - kformattest (Failed)
Errors while running CTest
 * ERROR: kde-frameworks/kcoreaddons-5.50.0::gentoo failed (test phase):
 *   Tests failed. When you file a bug, please attach the following file: 
 *      /var/tmp/portage/kde-frameworks/kcoreaddons-5.50.0/work/kcoreaddons-5.50.0_build/Testing/Temporary/LastTest.log

Relevant part of LastTest.log:
4/21 Testing: kformattest
4/21 Test: kformattest
Command: "/var/tmp/portage/kde-frameworks/kcoreaddons-5.50.0/work/kcoreaddons-5.50.0_build/bin/kformattest"
Directory: /var/tmp/portage/kde-frameworks/kcoreaddons-5.50.0/work/kcoreaddons-5.50.0_build/autotests
"kformattest" start time: Sep 11 09:28 CEST
Output:
----------------------------------------------------------
********* Start testing of KFormatTest *********
Config: Using QtTest library 5.11.1, Qt 5.11.1 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 8.2.0)
PASS   : KFormatTest::initTestCase()
PASS   : KFormatTest::formatByteSize()
PASS   : KFormatTest::formatDuration()
FAIL!  : KFormatTest::formatDecimalDuration() Compared values are not the same
   Actual   (format.formatDecimalDuration(10))   : "10 milliseconds"
   Expected (QStringLiteral("10 millisecond(s)")): "10 millisecond(s)"
   Loc: [/var/tmp/portage/kde-frameworks/kcoreaddons-5.50.0/work/kcoreaddons-5.50.0/autotests/kformattest.cpp(293)]
FAIL!  : KFormatTest::formatSpelloutDuration() Compared values are not the same
   Actual   (format.formatSpelloutDuration(1000)): "1 second"
   Expected (QStringLiteral("1 second(s)"))      : "1 second(s)"
   Loc: [/var/tmp/portage/kde-frameworks/kcoreaddons-5.50.0/work/kcoreaddons-5.50.0/autotests/kformattest.cpp(309)]
PASS   : KFormatTest::formatRelativeDate()
PASS   : KFormatTest::formatValue()
PASS   : KFormatTest::cleanupTestCase()
Totals: 6 passed, 2 failed, 0 skipped, 0 blacklisted, 3ms
********* Finished testing of KFormatTest *********
<end of output>
Test time =   0.02 sec
----------------------------------------------------------
Test Failed.
"kformattest" end time: Sep 11 09:28 CEST
"kformattest" time elapsed: 00:00:00
----------------------------------------------------------

# emerge --info =kde-frameworks/kcoreaddons-5.50.0
Portage 2.3.40 (python 3.6.5-final-0, default/linux/amd64/17.1/desktop/plasma/systemd, gcc-8.2.0, glibc-2.27-r6, 4.17.19-gentoo x86_64)
=================================================================
                         System Settings
=================================================================
System uname: Linux-4.17.19-gentoo-x86_64-AMD_Phenom-tm-_II_X6_1100T_Processor-with-gentoo-2.4.1
KiB Mem:    12016324 total,   3810360 free
KiB Swap:   12582908 total,  12582908 free
Timestamp of repository gentoo: Mon, 10 Sep 2018 09:15:01 +0000
Head commit of repository gentoo: 9b497dc963cb8fe9fd8c77e525210b824b6eac54
sh dash 0.5.9.1-r3
ld GNU gold (Gentoo 2.30 p2 2.30.0) 1.15
distcc 3.2rc1 x86_64-pc-linux-gnu [enabled]
ccache version 3.3.4 [disabled]
app-shells/bash:          4.4_p12::gentoo
dev-java/java-config:     2.2.0-r4::gentoo
dev-lang/perl:            5.26.2::gentoo
dev-lang/python:          2.7.15::gentoo, 3.6.5::gentoo
dev-util/ccache:          3.3.4-r1::gentoo
dev-util/cmake:           3.9.6::gentoo
dev-util/pkgconfig:       0.29.2::gentoo
sys-apps/baselayout:      2.4.1-r2::gentoo
sys-apps/sandbox:         2.13::gentoo
sys-devel/autoconf:       2.13::gentoo, 2.69-r4::gentoo
sys-devel/automake:       1.15.1-r2::gentoo
sys-devel/binutils:       2.30-r2::gentoo
sys-devel/gcc:            8.2.0-r2::gentoo
sys-devel/gcc-config:     2.0::gentoo
sys-devel/libtool:        2.4.6-r3::gentoo
sys-devel/make:           4.2.1-r4::gentoo
sys-kernel/linux-headers: 4.17::gentoo (virtual/os-headers)
sys-libs/glibc:           2.27-r6::gentoo
Repositories:

gentoo
    location: /usr/portage
    sync-type: rsync
    sync-uri: rsync://rsync.europe.gentoo.org/gentoo-portage
    priority: -1000
    sync-rsync-verify-max-age: 24
    sync-rsync-verify-jobs: 1
    sync-rsync-verify-metamanifest: yes
    sync-rsync-extra-opts: 

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=amdfam10 -msahf -mlzcnt -mpopcnt --param l1-cache-size=64 --param l1-cache-line-size=64 --param l2-cache-size=512 -flto=7"
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=7"
DISTDIR="/usr/portage/distfiles"
EMERGE_DEFAULT_OPTS="--keep-going y --with-bdeps y"
ENV_UNSET="DBUS_SESSION_BUS_ADDRESS DISPLAY PERL5LIB PERL5OPT PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs cgroup compress-build-logs config-protect-if-modified distcc distlocks ebuild-locks ipc-sandbox merge-sync multilib-strict network-sandbox news parallel-fetch preserve-libs 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.halifax.rwth-aachen.de/gentoo/ http://tux.rainside.sk/gentoo/ http://gentoo.mneisen.org/ http://gentoo.tiscali.nl/ http://gentoo.inode.at/"
LANG="it_IT.UTF-8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,--sort-common -flto=7"
MAKEOPTS="-j12 -l6"
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 activities adns alsa amd64 ao audiofile bash-completion bluetooth branding bzip2 cairo caps cdda cddb cdparanoia cdr cli crypt css cups curl cxx dbus declarative dga djvu dri dts dvd dvdr emboss encode exif expat fbcon ffmpeg fftw flac fontconfig 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 kwallet lame lcms libass libcaca libnotify libsamplerate libtirpc lm_sensors lua lzma lzo mad mmap mng modules mp3 mp4 mpeg mplayer multilib musicbrainz ncurses nls nptl nsplugin offensive ogg openal opengl openmp pam pango pcre pdf phonon plasma png policykit postscript ppds pulseaudio qml qt5 rdesktop readline recode samba scanner sctp sdl seccomp sndfile sockets speex spell sqlite sqlite3 ssl startup-notification svg symlink syslog systemd sysvipc taglib theora threads tidy tiff truetype udev udisks unicode upower usb vaapi vcd vdpau vim-syntax vnc vorbis wayland widgets win32codecs wmf wxwidgets x264 xattr xcb xcomposite xine 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="karbon plan sheets stage words" 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 isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" GRUB_PLATFORMS="pc" INPUT_DEVICES="libinput" KERNEL="linux" L10N="it en" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="nlpsolver" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-6 php7-0" POSTGRES_TARGETS="postgres9_5 postgres10" PYTHON_SINGLE_TARGET="python3_6" PYTHON_TARGETS="python2_7 python3_6 pypy pypy3" RUBY_TARGETS="ruby23" SANE_BACKENDS="epson epson2" 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, LINGUAS, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS

# emerge -1pqv =kde-frameworks/kcoreaddons-5.50.0
[ebuild     U ] kde-frameworks/kcoreaddons-5.50.0 [5.46.0] USE="nls {test*} -debug -doc (-fam)"
Comment 1 Andreas Sturmlechner gentoo-dev 2018-09-12 12:17:39 UTC
Please try with the patch from $URL.
Comment 2 Paolo Pedroni 2018-09-12 12:52:14 UTC
/var/tmp/portage/kde-frameworks/kcoreaddons-5.50.0/work/kcoreaddons-5.50.0/autotests/kformattest.cpp:392:10: fatal error: kcoreaddons_qmloader.h: No such file or directory
 #include "kcoreaddons_qmloader.h"
          ^~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
distcc[30424] ERROR: compile /var/tmp/portage/kde-frameworks/kcoreaddons-5.50.0/work/kcoreaddons-5.50.0/autotests/kformattest.cpp on principale/7 failed
distcc[30424] (dcc_build_somewhere) Warning: remote compilation of '/var/tmp/portage/kde-frameworks/kcoreaddons-5.50.0/work/kcoreaddons-5.50.0/autotests/kformattest.cpp' failed, retrying locally
distcc[30424] Warning: failed to distribute /var/tmp/portage/kde-frameworks/kcoreaddons-5.50.0/work/kcoreaddons-5.50.0/autotests/kformattest.cpp to principale/7, running locally instead
/var/tmp/portage/kde-frameworks/kcoreaddons-5.50.0/work/kcoreaddons-5.50.0/autotests/kformattest.cpp:392:10: fatal error: kcoreaddons_qmloader.h: No such file or directory
 #include "kcoreaddons_qmloader.h"
          ^~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
distcc[30424] ERROR: compile /var/tmp/portage/kde-frameworks/kcoreaddons-5.50.0/work/kcoreaddons-5.50.0/autotests/kformattest.cpp on localhost failed
make[2]: *** [autotests/CMakeFiles/kformattest.dir/build.make:63: autotests/CMakeFiles/kformattest.dir/kformattest.cpp.o] Error 1
make[2]: Leaving directory '/var/tmp/portage/kde-frameworks/kcoreaddons-5.50.0/work/kcoreaddons-5.50.0_build'
make[1]: *** [CMakeFiles/Makefile2:4956: autotests/CMakeFiles/kformattest.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
Comment 3 Larry the Git Cow gentoo-dev 2018-10-09 21:05:03 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1585752bbdf402b2cd5993bf955e7fe53425503

commit d1585752bbdf402b2cd5993bf955e7fe53425503
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2018-10-09 20:40:10 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2018-10-09 21:04:32 +0000

    kde-frameworks/kcoreaddons: Disable broken kformattest
    
    Bug: https://bugs.gentoo.org/665682
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
    Package-Manager: Portage-2.3.51, Repoman-2.3.11

 kde-frameworks/kcoreaddons/kcoreaddons-5.50.0.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
Comment 4 Andreas Sturmlechner gentoo-dev 2018-10-17 10:18:53 UTC
*** Bug 668860 has been marked as a duplicate of this bug. ***