Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 877825 - dev-build/cmake-3.24.2 fails tests
Summary: dev-build/cmake-3.24.2 fails tests
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal with 1 vote (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2022-10-21 09:26 UTC by Paolo Pedroni
Modified: 2024-01-14 19:54 UTC (History)
4 users (show)

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


Attachments
cmake-3.24.2:20221021-080453.log.gz (cmake-3.24.2:20221021-080453.log.gz,82.87 KB, application/gzip)
2022-10-21 09: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 2022-10-21 09:26:50 UTC
Created attachment 824931 [details]
cmake-3.24.2:20221021-080453.log.gz

The following tests FAILED:
        141 - ExternalProject (Failed)
        209 - CTest.UpdateGIT (Failed)
        572 - RunCMake.PrecompileHeaders (Failed)
Errors while running CTest
 * ERROR: dev-util/cmake-3.24.2::gentoo failed (test phase)

From the log file:
        Start 209: CTest.UpdateGIT
193/694 Test #209: CTest.UpdateGIT ...................................***Failed    0.44 sec
Using GIT tools:
 git = /usr/bin/git
Creating test directory...
Detected default branch name 'master'
Creating repository...
Creating submodule...
Importing content...
CMake Error at /var/tmp/portage/dev-util/cmake-3.24.2/work/cmake-3.24.2/Tests/CTestUpdateCommon.cmake:13 (message):
  Child failed (128), output is

    Cloning into '/var/tmp/portage/dev-util/cmake-3.24.2/work/cmake-3.24.2_build/Tests/CTest UpdateGIT/import/module'...
    fatal: transport 'file' not allowed
    fatal: clone of '/var/tmp/portage/dev-util/cmake-3.24.2/work/cmake-3.24.2_build/Tests/CTest UpdateGIT/module.git' into submodule
 path '/var/tmp/portage/dev-util/cmake-3.24.2/work/cmake-3.24.2_build/Tests/CTest UpdateGIT/import/module' failed

  Command =
  [WORKING_DIRECTORY;/var/tmp/portage/dev-util/cmake-3.24.2/work/cmake-3.24.2_build/Tests/CTest
  UpdateGIT/import;COMMAND;/var/tmp/portage/dev-util/cmake-3.24.2/work/cmake-3.24.2_build/Tests/CTest
  UpdateGIT/git.sh;submodule;add;../module.git;module]

Call Stack (most recent call first):
  CTestUpdateGIT.cmake:104 (run_child)
[...]
        Start 572: RunCMake.PrecompileHeaders
578/694 Test #572: RunCMake.PrecompileHeaders ........................***Failed   34.17 sec
-- DisabledPch - PASSED
-- PchDebugGenex - PASSED
-- PchInterface - PASSED
-- PchInterface-build - PASSED
-- PchInterface-test - PASSED
-- PchPrologueEpilogue - PASSED
-- SkipPrecompileHeaders - PASSED
-- SkipPrecompileHeaders-build - PASSED
-- SkipPrecompileHeaders-test - PASSED
-- CXXnotC - PASSED
-- CXXnotC-build - PASSED
-- CXXnotC-test - PASSED
-- PchReuseFrom - PASSED
-- PchReuseFrom-build - PASSED
-- PchReuseFrom-test - PASSED
-- PchReuseFromPrefixed - PASSED
CMake Error at /var/tmp/portage/dev-util/cmake-3.24.2/work/cmake-3.24.2/Tests/RunCMake/RunCMake.cmake:216 (message):
  PchReuseFromPrefixed-build - FAILED:

  stderr does not match that expected.

  Command was:

   command> "/var/tmp/portage/dev-util/cmake-3.24.2/work/cmake-3.24.2_build/bin/cmake" "--build" "." "--config" "Debug"

  Actual stdout:

   actual-out> [ 14%] Building C object CMakeFiles/empty.dir/cmake_pch.h.gch
   actual-out> [ 28%] Building C object CMakeFiles/empty.dir/empty.c.o
   actual-out> [ 42%] Linking C static library libempty.a
   actual-out> [ 42%] Built target empty
   actual-out> [ 57%] Building C object CMakeFiles/foo.dir/foo.c.o
   actual-out> [ 71%] Linking C static library libfoo.a
   actual-out> [ 71%] Built target foo
   actual-out> [ 85%] Building C object CMakeFiles/foobar.dir/foobar.c.o
   actual-out> [100%] Linking C executable foobar
   actual-out> [100%] Built target foobar

  Expected stderr to match:

   expect-err> ^(|Warning #670: precompiled header file [^
   expect-err> ]* was not generated in this directory)$

  Actual stderr:

   actual-err> cc1: warning: /var/tmp/portage/dev-util/cmake-3.24.2/work/cmake-3.24.2_build/Tests/RunCMake/PrecompileHeaders/PchReuseFromPrefixed-build/CMakeFiles/empty.dir/cmake_pch.h.gch: created by a different GCC executable [-Winvalid-pch]

Call Stack (most recent call first):
  /var/tmp/portage/dev-util/cmake-3.24.2/work/cmake-3.24.2/Tests/RunCMake/RunCMake.cmake:230 (run_cmake)
  /var/tmp/portage/dev-util/cmake-3.24.2/work/cmake-3.24.2/Tests/RunCMake/PrecompileHeaders/RunCMakeTest.cmake:8 (run_cmake_command)
  /var/tmp/portage/dev-util/cmake-3.24.2/work/cmake-3.24.2/Tests/RunCMake/PrecompileHeaders/RunCMakeTest.cmake:19 (run_test)


-- PchReuseFromPrefixed-test - PASSED
-- PchReuseFromSubdir - PASSED
-- PchReuseFromSubdir-build - PASSED
-- PchReuseFromSubdir-test - PASSED
-- PchMultilanguage - PASSED
-- PchWarnInvalid - PASSED
-- PchReuseFromObjLib - PASSED
-- PchReuseFromObjLib-build - PASSED
-- PchReuseFromObjLib-test - PASSED
-- PchIncludedAllLanguages - PASSED
-- PchIncludedAllLanguages-build - PASSED
-- PchIncludedAllLanguages-test - PASSED
-- PchIncludedOneLanguage - PASSED
-- PchIncludedOneLanguage-build - PASSED
-- PchIncludedOneLanguage-test - PASSED
-- PchLibObjLibExe - PASSED
-- PchLibObjLibExe-build - PASSED
-- PchLibObjLibExe-test - PASSED
[...]
        Start 141: ExternalProject
692/694 Test #141: ExternalProject ...................................***Failed   12.22 sec
[...]
[ 59%] Performing download step (git clone) for 'TS1-GIT-all-GIT_SUBMODULES'
Cloning into 'TS1-GIT-all-GIT_SUBMODULES'...
done.
Already on 'master'
Your branch is up to date with 'origin/master'.
Submodule 'm/m1' (/var/tmp/portage/dev-util/cmake-3.24.2/work/cmake-3.24.2_build/Tests/ExternalProject/CMakeExternals/Source/../../L
ocalRepositories/GIT) registered for path 'm/m1'
Submodule 'm/m2' (/var/tmp/portage/dev-util/cmake-3.24.2/work/cmake-3.24.2_build/Tests/ExternalProject/CMakeExternals/Source/../../L
ocalRepositories/GIT) registered for path 'm/m2'
Submodule 'm/m3' (/var/tmp/portage/dev-util/cmake-3.24.2/work/cmake-3.24.2_build/Tests/ExternalProject/CMakeExternals/Source/../../L
ocalRepositories/GIT) registered for path 'm/m3'
Cloning into '/var/tmp/portage/dev-util/cmake-3.24.2/work/cmake-3.24.2_build/Tests/ExternalProject/CMakeExternals/Source/TS1-GIT-all
-GIT_SUBMODULES/m/m1'...
fatal: transport 'file' not allowed
fatal: clone of '/var/tmp/portage/dev-util/cmake-3.24.2/work/cmake-3.24.2_build/Tests/ExternalProject/CMakeExternals/Source/../../Lo
calRepositories/GIT' into submodule path '/var/tmp/portage/dev-util/cmake-3.24.2/work/cmake-3.24.2_build/Tests/ExternalProject/CMake
Externals/Source/TS1-GIT-all-GIT_SUBMODULES/m/m1' failed
Failed to clone 'm/m1'. Retry scheduled
Cloning into '/var/tmp/portage/dev-util/cmake-3.24.2/work/cmake-3.24.2_build/Tests/ExternalProject/CMakeExternals/Source/TS1-GIT-all
-GIT_SUBMODULES/m/m2'...
fatal: transport 'file' not allowed
fatal: clone of '/var/tmp/portage/dev-util/cmake-3.24.2/work/cmake-3.24.2_build/Tests/ExternalProject/CMakeExternals/Source/../../Lo
calRepositories/GIT' into submodule path '/var/tmp/portage/dev-util/cmake-3.24.2/work/cmake-3.24.2_build/Tests/ExternalProject/CMake
Externals/Source/TS1-GIT-all-GIT_SUBMODULES/m/m2' failed
Failed to clone 'm/m2'. Retry scheduled
Cloning into '/var/tmp/portage/dev-util/cmake-3.24.2/work/cmake-3.24.2_build/Tests/ExternalProject/CMakeExternals/Source/TS1-GIT-all
-GIT_SUBMODULES/m/m3'...
fatal: transport 'file' not allowed
fatal: clone of '/var/tmp/portage/dev-util/cmake-3.24.2/work/cmake-3.24.2_build/Tests/ExternalProject/CMakeExternals/Source/../../Lo
calRepositories/GIT' into submodule path '/var/tmp/portage/dev-util/cmake-3.24.2/work/cmake-3.24.2_build/Tests/ExternalProject/CMake
Externals/Source/TS1-GIT-all-GIT_SUBMODULES/m/m3' failed
Failed to clone 'm/m3'. Retry scheduled
Cloning into '/var/tmp/portage/dev-util/cmake-3.24.2/work/cmake-3.24.2_build/Tests/ExternalProject/CMakeExternals/Source/TS1-GIT-all
-GIT_SUBMODULES/m/m1'...
fatal: transport 'file' not allowed
fatal: clone of '/var/tmp/portage/dev-util/cmake-3.24.2/work/cmake-3.24.2_build/Tests/ExternalProject/CMakeExternals/Source/../../Lo
calRepositories/GIT' into submodule path '/var/tmp/portage/dev-util/cmake-3.24.2/work/cmake-3.24.2_build/Tests/ExternalProject/CMake
Externals/Source/TS1-GIT-all-GIT_SUBMODULES/m/m1' failed
Failed to clone 'm/m1' a second time, aborting
CMake Error at /var/tmp/portage/dev-util/cmake-3.24.2/work/cmake-3.24.2_build/Tests/ExternalProject/CMakeExternals/tmp/TS1-GIT-all-G
IT_SUBMODULES/TS1-GIT-all-GIT_SUBMODULES-gitclone.cmake:62 (message):
  Failed to update submodules in:
  '/var/tmp/portage/dev-util/cmake-3.24.2/work/cmake-3.24.2_build/Tests/ExternalProject/CMakeExternals/Source/TS1-GIT-all-GIT_SUBMODULES'


gmake[2]: *** [CMakeFiles/TS1-GIT-all-GIT_SUBMODULES.dir/build.make:100: CMakeExternals/Stamp/TS1-GIT-all-GIT_SUBMODULES/TS1-GIT-all-GIT_SUBMODULES-download] Error 1
gmake[1]: *** [CMakeFiles/Makefile2:1657: CMakeFiles/TS1-GIT-all-GIT_SUBMODULES.dir/all] Error 2
gmake: *** [Makefile:101: all] Error 2

/var/tmp/portage/dev-util/cmake-3.24.2/work/cmake-3.24.2_build/Testing/Temporary/LastTest.log is basically empty:
Start testing: Oct 21 10:08 CEST
----------------------------------------------------------
End testing: Oct 21 10:08 CEST
Comment 1 Paolo Pedroni 2022-10-21 09:27:35 UTC
# emerge --info =dev-util/cmake-3.24.2
Portage 3.0.38.1 (python 3.10.8-final-0, default/linux/amd64/17.1/desktop/plasma/systemd, gcc-12, glibc-2.35-r8, 5.15.74-gentoo x86_64)
=================================================================
                         System Settings
=================================================================
System uname: Linux-5.15.74-gentoo-x86_64-Intel-R-_Core-TM-_i5-1035G1_CPU_@_1.00GHz-with-glibc2.35
KiB Mem:    15892308 total,   1193056 free
KiB Swap:   16777212 total,  16770044 free
Timestamp of repository gentoo: Fri, 21 Oct 2022 07:15:01 +0000
Head commit of repository gentoo: a5568f0d95d4d590df70a60f3c0d91a7fa46b016
sh dash 0.5.11.5
ld GNU ld (Gentoo 2.39 p5) 2.39.0
distcc 3.4 x86_64-pc-linux-gnu [enabled]
ccache version 4.5.1 [disabled]
app-misc/pax-utils:        1.3.5::gentoo
app-shells/bash:           5.1_p16-r1::gentoo
dev-java/java-config:      2.3.1::gentoo
dev-lang/perl:             5.34.1-r3::gentoo
dev-lang/python:           3.10.8::gentoo
dev-lang/rust:             1.64.0-r1::gentoo
dev-util/ccache:           4.5.1::gentoo
dev-util/cmake:            3.23.3::gentoo
dev-util/meson:            0.62.2::gentoo
sys-apps/baselayout:       2.8::gentoo
sys-apps/sandbox:          2.29::gentoo
sys-apps/systemd:          251.4::gentoo
sys-devel/autoconf:        2.71-r1::gentoo
sys-devel/automake:        1.16.5::gentoo
sys-devel/binutils:        2.39-r4::gentoo
sys-devel/binutils-config: 5.4.1::gentoo
sys-devel/clang:           14.0.6-r1::gentoo
sys-devel/gcc:             12.2.1_p20221008::gentoo
sys-devel/gcc-config:      2.5-r1::gentoo
sys-devel/libtool:         2.4.7::gentoo
sys-devel/lld:             14.0.6-r1::gentoo
sys-devel/llvm:            14.0.6-r2::gentoo
sys-devel/make:            4.3::gentoo
sys-kernel/linux-headers:  5.15-r3::gentoo (virtual/os-headers)
sys-libs/glibc:            2.35-r8::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-jobs: 1
    sync-rsync-verify-max-age: 24
    sync-rsync-extra-opts: 
    sync-rsync-verify-metamanifest: yes

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

ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="@FREE"
AR="/usr/bin/gcc-ar"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe -frecord-gcc-switches -march=icelake-client -mabm -ftree-vectorize -flto=4"
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=icelake-client -mabm -ftree-vectorize -flto=4"
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 XDG_STATE_HOME"
FCFLAGS="-O2 -pipe -frecord-gcc-switches -march=icelake-client -mabm -ftree-vectorize -flto=4"
FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs buildpkg-live cgroup compress-build-logs config-protect-if-modified distcc distlocks ebuild-locks fixlafiles 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=icelake-client -mabm -ftree-vectorize -flto=4"
GENTOO_MIRRORS="http://ftp.belnet.be/pub/rsync.gentoo.org/gentoo/ http://ftp.fau.de/gentoo https://ftp.fau.de/gentoo https://ftp.belnet.be/pub/rsync.gentoo.org/gentoo/"
LANG="it_IT.utf8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,--sort-common -ftree-vectorize -flto=4"
LINGUAS="it it_IT"
MAKEOPTS="-j15 -l8"
NM="/usr/bin/gcc-nm"
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"
RANLIB="/usr/bin/gcc-ranlib"
SHELL="/bin/bash"
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 encode exif expat fbcon ffmpeg fftw flac fontconfig foomaticdb fortran ftp gd gdbm geoip gif gimp gmp gnutls gphoto2 gpm graphviz gstreamer gtk gui guile handbook iconv icu idn imagemagick imlib introspection ipv6 java javascript jbig jemalloc jpeg jpeg2k kde kwallet lame lcms libass libglvnd libnotify libsamplerate libtirpc lm-sensors lua lz4 lzma lzo mad magic mmap mng mp3 mp4 mpeg multilib musicbrainz ncurses networkmanager nls nptl offensive ogg openal opengl openmp opus pam pango 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 test-rust 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 xinerama xml xpm xscreensaver xv xvid yahoo zip zlib zstd" ABI_X86="64" ADA_TARGET="gnat_2020" 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" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="aes avx avx2 avx512f avx512dq avx512cd avx512bw avx512vl avx512vbmi f16c fma3 mmx mmxext pclmul popcnt rdrand sha 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-4 php8-0" POSTGRES_TARGETS="postgres12 postgres13" PYTHON_SINGLE_TARGET="python3_10" PYTHON_TARGETS="python3_10" RUBY_TARGETS="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:  ADDR2LINE, ARFLAGS, AS, ASFLAGS, CC, CCLD, CONFIG_SHELL, CPP, CPPFLAGS, CTARGET, CXX, CXXFILT, ELFEDIT, EXTRA_ECONF, F77FLAGS, FC, GCOV, GPROF, INSTALL_MASK, LC_ALL, LD, LEX, LFLAGS, LIBTOOL, MAKE, MAKEFLAGS, OBJCOPY, OBJDUMP, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, READELF, RUSTFLAGS, SIZE, STRINGS, STRIP, YACC, YFLAGS

# emerge -1pqv =dev-util/cmake-3.24.2
[ebuild     U ] dev-util/cmake-3.24.2 [3.23.3] USE="ncurses qt5 test verify-sig -doc -emacs"