Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 823816 - kde-frameworks/ki18n-5.88.0 fails tests
Summary: kde-frameworks/ki18n-5.88.0 fails tests
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords: PullRequest, TESTFAILURE
Depends on:
Blocks:
 
Reported: 2021-11-15 09:33 UTC by Paolo Pedroni
Modified: 2022-11-18 14:51 UTC (History)
3 users (show)

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


Attachments
ki18n-5.88.0:20211115-092613.log.gz (ki18n-5.88.0:20211115-092613.log.gz,10.35 KB, application/gzip)
2021-11-15 09:33 UTC, Paolo Pedroni
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Paolo Pedroni 2021-11-15 09:33:38 UTC
Created attachment 751226 [details]
ki18n-5.88.0:20211115-092613.log.gz

>>> Test phase: kde-frameworks/ki18n-5.88.0
 * Source directory (CMAKE_USE_DIR): "/var/tmp/portage/kde-frameworks/ki18n-5.88.0/work/ki18n-5.88.0"
 * Build directory  (BUILD_DIR):     "/var/tmp/portage/kde-frameworks/ki18n-5.88.0/work/ki18n-5.88.0_build"
ctest -j 7 --test-load 6
Test project /var/tmp/portage/kde-frameworks/ki18n-5.88.0/work/ki18n-5.88.0_build
    Start 1: ki18n-declarativetest
1/8 Test #1: ki18n-declarativetest ............   Passed    0.02 sec
    Start 2: ki18n-klocalizedstringtest
2/8 Test #2: ki18n-klocalizedstringtest .......   Passed    0.01 sec
    Start 3: ki18n-ktranscripttest
3/8 Test #3: ki18n-ktranscripttest ............   Passed    0.03 sec
    Start 4: ki18n-ktranscriptcleantest
4/8 Test #4: ki18n-ktranscriptcleantest .......   Passed    0.01 sec
    Start 5: ki18n_install
5/8 Test #5: ki18n_install ....................   Passed    0.51 sec
    Start 6: kcountrytest
6/8 Test #6: kcountrytest .....................***Failed    0.30 sec
    Start 7: kcountrysubdivisiontest
7/8 Test #7: kcountrysubdivisiontest ..........***Failed    0.02 sec
    Start 8: ktimezonetest
8/8 Test #8: ktimezonetest ....................   Passed    0.01 sec

75% tests passed, 2 tests failed out of 8

Total Test time (real) =   0.91 sec

The following tests FAILED:
          6 - kcountrytest (Failed)
          7 - kcountrysubdivisiontest (Failed)
Errors while running CTest
Output from these tests are in: /var/tmp/portage/kde-frameworks/ki18n-5.88.0/work/ki18n-5.88.0_build/Testing/Temporary/LastTest.log

Relevant part of LastTest.log says:
6/8 Testing: kcountrytest
6/8 Test: kcountrytest
Command: "/var/tmp/portage/kde-frameworks/ki18n-5.88.0/work/ki18n-5.88.0_build/bin/kcountrytest"
Directory: /var/tmp/portage/kde-frameworks/ki18n-5.88.0/work/ki18n-5.88.0_build/autotests
"kcountrytest" start time: Nov 15 10:26 CET
Output:
----------------------------------------------------------
********* Start testing of KCountryTest *********
Config: Using QtTest library 5.15.2, Qt 5.15.2 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 11.2.0), gentoo unk
nown
PASS   : KCountryTest::initTestCase()
PASS   : KCountryTest::testEmpty()
FAIL!  : KCountryTest::testLookup() Compared values are not the same
   Actual   (c.name()):        "New Zealand"
   Expected (QStringLiteral("Nouvelle-Zélande")): "Nouvelle-Z\u00E9lande"
   Loc: [/var/tmp/portage/kde-frameworks/ki18n-5.88.0/work/ki18n-5.88.0/autotests/kcountrytest.cpp(46)]
PASS   : KCountryTest::benchmarkLookup()
RESULT : KCountryTest::benchmarkLookup():
     0.000031 msecs per iteration (total: 67, iterations: 2097152)
PASS   : KCountryTest::testList()
PASS   : KCountryTest::testTimezone()
PASS   : KCountryTest::testFromLocation(invalid)
PASS   : KCountryTest::testFromLocation(out-of-coverage)
PASS   : KCountryTest::testFromLocation(BR)
PASS   : KCountryTest::testFromLocation(CA)
PASS   : KCountryTest::testFromLocation(DE)
PASS   : KCountryTest::testFromLocation(NZ)
PASS   : KCountryTest::testFromLocation(Randa)
PASS   : KCountryTest::testFromLocation(Maastricht)
PASS   : KCountryTest::testFromLocation(Aachen)
PASS   : KCountryTest::testFromLocation(Geneva)
PASS   : KCountryTest::testFromLocation(Busingen)
PASS   : KCountryTest::testFromLocation(Tijuana)
PASS   : KCountryTest::testFromLocation(you-got-to-be-kidding-me)
FAIL!  : KCountryTest::testFromName() Compared values are not the same
   Actual   (KCountry::fromName(u"Nouvelle-Zélande").alpha2()): ""
   Expected (QLatin1String("NZ")):                   "NZ"
   Loc: [/var/tmp/portage/kde-frameworks/ki18n-5.88.0/work/ki18n-5.88.0/autotests/kcountrytest.cpp(184)]
FAIL!  : KCountryTest::benchmarkFromName() Compared values are not the same
   Actual   (KCountry::fromName(u"Nouvelle-Zélande").alpha2()): ""
   Expected (QLatin1String("NZ")):                   "NZ"
   Loc: [/var/tmp/portage/kde-frameworks/ki18n-5.88.0/work/ki18n-5.88.0/autotests/kcountrytest.cpp(207)]
PASS   : KCountryTest::cleanupTestCase()
Totals: 19 passed, 3 failed, 0 skipped, 0 blacklisted, 292ms
********* Finished testing of KCountryTest *********
<end of output>
Test time =   0.30 sec
----------------------------------------------------------
Test Failed.
"kcountrytest" end time: Nov 15 10:26 CET
"kcountrytest" time elapsed: 00:00:00
----------------------------------------------------------

7/8 Testing: kcountrysubdivisiontest
7/8 Test: kcountrysubdivisiontest
Command: "/var/tmp/portage/kde-frameworks/ki18n-5.88.0/work/ki18n-5.88.0_build/bin/kcountrysubdivisiontest"
Directory: /var/tmp/portage/kde-frameworks/ki18n-5.88.0/work/ki18n-5.88.0_build/autotests
"kcountrysubdivisiontest" start time: Nov 15 10:26 CET
Output:
----------------------------------------------------------
********* Start testing of KCountrySubdivisionTest *********
Config: Using QtTest library 5.15.2, Qt 5.15.2 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 11.2.0), gentoo unknown
PASS   : KCountrySubdivisionTest::initTestCase()
PASS   : KCountrySubdivisionTest::testEmpty()
FAIL!  : KCountrySubdivisionTest::testLookup() Compared values are not the same
   Actual   (s.name())                : "Wien"
   Expected (QStringLiteral("Vienne")): "Vienne"
   Loc: [/var/tmp/portage/kde-frameworks/ki18n-5.88.0/work/ki18n-5.88.0/autotests/kcountrysubdivisiontest.cpp(50)]
PASS   : KCountrySubdivisionTest::testSubList()
PASS   : KCountrySubdivisionTest::testTopList()
PASS   : KCountrySubdivisionTest::testTimezone()
PASS   : KCountrySubdivisionTest::testFromLocation(invalid)
PASS   : KCountrySubdivisionTest::testFromLocation(out-of-coverage)
PASS   : KCountrySubdivisionTest::testFromLocation(US-AK)
PASS   : KCountrySubdivisionTest::testFromLocation(US-CA)
PASS   : KCountrySubdivisionTest::testFromLocation(FR-IDF)
PASS   : KCountrySubdivisionTest::testFromLocation(DE-BW)
PASS   : KCountrySubdivisionTest::cleanupTestCase()
Totals: 12 passed, 1 failed, 0 skipped, 0 blacklisted, 7ms
********* Finished testing of KCountrySubdivisionTest *********
<end of output>
Test time =   0.02 sec
----------------------------------------------------------
Test Failed.
"kcountrysubdivisiontest" end time: Nov 15 10:26 CET
"kcountrysubdivisiontest" time elapsed: 00:00:00
----------------------------------------------------------

# emerge --info =kde-frameworks/ki18n-5.88.0
Portage 3.0.28 (python 3.9.7-final-0, default/linux/amd64/17.1/desktop/plasma/systemd, gcc-11.2.0, glibc-2.33-r7, 5.10.76-gentoo-r1 x86_64)
=================================================================
                         System Settings
=================================================================
System uname: Linux-5.10.76-gentoo-r1-x86_64-Intel-R-_Core-TM-_i5-8400_CPU_@_2.80GHz-with-glibc2.33
KiB Mem:    16055364 total,    182580 free
KiB Swap:   16777212 total,   8281340 free
Timestamp of repository gentoo: Mon, 15 Nov 2021 07:45:01 +0000
Head commit of repository gentoo: 6be6a952bef5e640dd3a49fb447e5858e967ec8f
sh dash 0.5.11.3-r1
ld GNU gold (Gentoo 2.37_p1 p0 2.37) 1.16
distcc 3.4 x86_64-pc-linux-gnu [disabled]
ccache version 4.4.2 [disabled]
app-shells/bash:          5.1_p8::gentoo
dev-java/java-config:     2.3.1::gentoo
dev-lang/perl:            5.34.0-r3::gentoo
dev-lang/python:          2.7.18_p13::gentoo, 3.9.7_p1::gentoo
dev-lang/rust:            1.56.1::gentoo
dev-util/ccache:          4.4.2::gentoo
dev-util/cmake:           3.20.5::gentoo
sys-apps/baselayout:      2.7::gentoo
sys-apps/sandbox:         2.25::gentoo
sys-devel/autoconf:       2.13-r1::gentoo, 2.71-r1::gentoo
sys-devel/automake:       1.16.4::gentoo
sys-devel/binutils:       2.37_p1::gentoo
sys-devel/gcc:            11.2.0::gentoo
sys-devel/gcc-config:     2.4::gentoo
sys-devel/libtool:        2.4.6-r6::gentoo
sys-devel/make:           4.3::gentoo
sys-kernel/linux-headers: 5.10::gentoo (virtual/os-headers)
sys-libs/glibc:           2.33-r7::gentoo
Repositories:

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

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

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

ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="@FREE"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe -frecord-gcc-switches -march=skylake -mabm -ftree-vectorize -flto=6"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/lib64/libreoffice/program/sofficerc /usr/share/config /usr/share/easy-rsa /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 -frecord-gcc-switches -march=skylake -mabm -ftree-vectorize -flto=6"
DISTDIR="/var/cache/distfiles"
EMERGE_DEFAULT_OPTS="--keep-going y --with-bdeps y"
ENV_UNSET="CARGO_HOME DBUS_SESSION_BUS_ADDRESS DISPLAY GOBIN GOPATH 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 -frecord-gcc-switches -march=skylake -mabm -ftree-vectorize -flto=6"
FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs cgroup compress-build-logs config-protect-if-modified distlocks ebuild-locks ipc-sandbox merge-sync multilib-strict network-sandbox news parallel-fetch pid-sandbox preserve-libs protect-owned qa-unresolved-soname-deps sandbox sfperms sign split-elog split-log strict strict-keepdir test unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-O2 -pipe -frecord-gcc-switches -march=skylake -mabm -ftree-vectorize -flto=6"
GENTOO_MIRRORS="http://mirror.init7.net/gentoo/ https://mirror.init7.net/gentoo/ http://mirror.leaseweb.com/gentoo/ http://ftp.fau.de/gentoo"
LANG="it_IT.utf8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,--sort-common -ftree-vectorize -flto=6"
LINGUAS="it it_IT"
MAKEOPTS="-j7 -l6"
PKGDIR="/var/cache/binpkgs"
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 brotli bzip2 cairo caps cdda cddb cdparanoia cdr cli crypt css cups curl dbus declarative dga djvu dri dts dvd dvdr emboss encode exif expat fbcon ffmpeg fftw flac fontconfig foomaticdb fortran ftp gd gdbm geoip gif gimp gmp gnutls gphoto2 gpm graphviz gtk gui guile handbook iconv icu idn imagemagick imlib introspection ipv6 java javascript jbig jemalloc jpeg jpeg2k kde kipi kwallet lame lcms libass libglvnd libnotify libsamplerate libtirpc lm-sensors lua lzma lzo mad magic mmap mng mp3 mp4 mpeg mplayer multilib musicbrainz ncurses nls nptl offensive ogg openal opengl openmp pam pango pch pcre pdf plasma png policykit postscript ppds pulseaudio qml qt5 rdesktop readline recode samba sctp sdl seccomp sndfile sockets speex spell split-usr sqlite ssl startup-notification svg symlink syslog systemd sysvipc taglib telemetry test theora threads tidy tiff truetype udev udisks unicode upower usb v4l vaapi vala verify-sig vim-syntax vnc vorbis wavpack wayland webp widgets win32codecs wmf wxwidgets x264 xattr xcb xine xinerama xml xpm xscreensaver xv xvid yahoo zip zlib zstd" ABI_X86="64" ADA_TARGET="gnat_2019" 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 sheets words" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="aes avx avx2 f16c fma3 mmx mmxext pclmul popcnt rdrand sse sse2 sse3 sse4_1 sse4_2 ssse3" CURL_SSL="gnutls" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock greis isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="libinput" KERNEL="linux" L10N="it en" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LUA_SINGLE_TARGET="lua5-1" LUA_TARGETS="lua5-1" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php7-3 php7-4" POSTGRES_TARGETS="postgres12 postgres13" PYTHON_SINGLE_TARGET="python3_9" PYTHON_TARGETS="python3_9" RUBY_TARGETS="ruby26 ruby27" USERLAND="GNU" VIDEO_CARDS="intel i965 iris" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq proto steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  CC, CPPFLAGS, CTARGET, CXX, INSTALL_MASK, LC_ALL, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, RUSTFLAGS
Comment 1 James Beddek 2021-11-19 03:38:23 UTC
The failing tests require LANG fr_CH to be available.
Comment 2 Larry the Git Cow gentoo-dev 2021-11-19 03:49:01 UTC
The bug has been closed via the following commit(s):

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

commit 049c2b973b3c80752c885b317f8172a50f9a14a4
Author:     James Beddek <telans@posteo.de>
AuthorDate: 2021-11-19 03:39:05 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-11-19 03:48:50 +0000

    kde-frameworks/ki18n: exclude failing tests requiring fr_CH
    
    Closes: https://bugs.gentoo.org/823816
    Signed-off-by: James Beddek <telans@posteo.de>
    Closes: https://github.com/gentoo/gentoo/pull/22997
    Signed-off-by: Sam James <sam@gentoo.org>

 kde-frameworks/ki18n/ki18n-5.88.0.ebuild | 6 ++++++
 1 file changed, 6 insertions(+)
Comment 3 Larry the Git Cow gentoo-dev 2021-11-19 03:49:14 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/proj/kde.git/commit/?id=4eca972074d02d0e706c02652f194b26dc3ba2ad

commit 4eca972074d02d0e706c02652f194b26dc3ba2ad
Author:     James Beddek <telans@posteo.de>
AuthorDate: 2021-11-19 03:39:05 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-11-19 03:48:46 +0000

    kde-frameworks/ki18n: exclude failing tests requiring fr_CH
    
    Closes: https://bugs.gentoo.org/823816
    Signed-off-by: James Beddek <telans@posteo.de>
    Closes: https://github.com/gentoo/gentoo/pull/22997
    Signed-off-by: Sam James <sam@gentoo.org>

 kde-frameworks/ki18n/ki18n-9999.ebuild | 6 ++++++
 1 file changed, 6 insertions(+)
Comment 4 jospezial 2022-11-18 14:51:56 UTC
This looks like the upstream fix for this bug.:

https://invent.kde.org/frameworks/ki18n/-/commit/6ea5e1a54a40f1faca86ee91ed1589378f9aa044
"kcountrysubdivisiontest fix "Missing reference in range-for"

Fix clazy issues like "autotests/kcountrysubdivisiontest.cpp:93:14:
Missing reference in range-for with non trivial type (KCountrySubdivision)
[clazy-range-loop-reference]
autotests/kcountrysubdivisiontest.cpp:109:14: Missing reference in
range-for with non trivial type (KCountrySubdivision) [clazy-range-loop-reference]".
"
Maybe I was wrong when posting it to Bug 876496