INFO: not using any hashes in /data/userland-archives/hashes for keepassxc-2.7.10-src.tar.xz (overridden with --hash)
Source /data/userland-archives/keepassxc-2.7.10-src.tar.xz... not found, skipping file copy
Source https://github.com/keepassxreboot/keepassxc/releases/download/2.7.10/keepassxc-2.7.10-src.tar.xz... 
    downloading... ok
    validating signature... checking local signature... not found
    signature validation failed

    validating hash... ok
patching file CMakeLists.txt
Hunk #1 succeeded at 352 (offset 16 lines).
patching file src/core/Totp.cpp
Hunk #1 succeeded at 266 (offset 28 lines).
patching file tests/TestDatabase.cpp
Hunk #1 succeeded at 162 with fuzz 1.
patching file CMakeLists.txt
patching file tests/TestEntryModel.cpp
-- The C compiler identification is GNU 14.2.0
-- The CXX compiler identification is GNU 14.2.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/gcc/14/bin/gcc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/gcc/14/bin/g++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Setting up build for KeePassXC v2.7.10

-- Found Botan: /usr/lib/amd64/libbotan-3.so (found version "3.8.1")
-- Found OpenMP_C: -fopenmp (found version "4.5")
-- Found OpenMP_CXX: -fopenmp (found version "4.5")
-- Found OpenMP: TRUE (found version "4.5")
-- Performing Test CC_HAS_Werror_format_security
-- Performing Test CC_HAS_Werror_format_security - Success
-- Performing Test CXX_HAS_Werror_format_security
-- Performing Test CXX_HAS_Werror_format_security - Success
-- Performing Test CC_HAS_Werror_implicit_function_declaration
-- Performing Test CC_HAS_Werror_implicit_function_declaration - Success
-- Performing Test CC_HAS_Wcast_align
-- Performing Test CC_HAS_Wcast_align - Success
-- Performing Test CXX_HAS_Wcast_align
-- Performing Test CXX_HAS_Wcast_align - Success
-- Performing Test CC_HAS_Qunused_arguments
-- Performing Test CC_HAS_Qunused_arguments - Failed
-- Performing Test CXX_HAS_Qunused_arguments
-- Performing Test CXX_HAS_Qunused_arguments - Failed
-- Performing Test CXX_HAS_fsized_deallocation
-- Performing Test CXX_HAS_fsized_deallocation - Success
-- Performing Test HAVE_DEALLOCATION_FUNCTIONS
-- Performing Test HAVE_DEALLOCATION_FUNCTIONS - Success
-- Found ZLIB: /usr/lib/amd64/libz.so (found version "1.3.1")
-- Found Minizip: /usr/lib/amd64/libminizip.so
-- Performing Test HAVE_PR_SET_DUMPABLE
-- Performing Test HAVE_PR_SET_DUMPABLE - Failed
-- Performing Test HAVE_MALLOC_H
-- Performing Test HAVE_MALLOC_H - Success
-- Performing Test HAVE_MALLOC_USABLE_SIZE
-- Performing Test HAVE_MALLOC_USABLE_SIZE - Failed
-- Performing Test HAVE_RLIMIT_CORE
-- Performing Test HAVE_RLIMIT_CORE - Success
-- Found X11: /usr/include  found components: Xi XTest
-- Looking for XOpenDisplay in /usr/lib/amd64/libX11.so;/usr/lib/amd64/libXext.so
-- Looking for XOpenDisplay in /usr/lib/amd64/libX11.so;/usr/lib/amd64/libXext.so - found
-- Looking for gethostbyname
-- Looking for gethostbyname - not found
-- Looking for gethostbyname in nsl
-- Looking for gethostbyname in nsl - found
-- Looking for connect
-- Looking for connect - found
-- Looking for remove
-- Looking for remove - found
-- Looking for shmat
-- Looking for shmat - found
-- Looking for IceConnectionNumber in ICE
-- Looking for IceConnectionNumber in ICE - found
-- Found Readline: /usr/include
-- Found QREncode: /usr/lib/amd64/libqrencode.so
-- Including translations...

CMake Warning (dev) at share/CMakeLists.txt:76 (add_custom_command):
  Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given.  Assuming
  POST_BUILD to preserve backward compatibility.

  Policy CMP0175 is not set: add_custom_command() rejects invalid arguments.
  Run "cmake --help-policy CMP0175" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.
This warning is for project developers.  Use -Wno-dev to suppress it.

CMake Warning (dev) at share/CMakeLists.txt:86 (add_custom_command):
  Exactly one of PRE_BUILD, PRE_LINK, or POST_BUILD must be given.  Assuming
  POST_BUILD to preserve backward compatibility.

  Policy CMP0175 is not set: add_custom_command() rejects invalid arguments.
  Run "cmake --help-policy CMP0175" for policy details.  Use the cmake_policy
  command to set the policy and suppress this warning.
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Enabled features:
 * Auto-Type, Automatic password typing
 * Networking, Compile KeePassXC with network access code (e.g. for downloading website icons)
 * KeePassXC-Browser, Browser integration with KeePassXC-Browser
 * Passkeys, Passkeys support for browser integration
 * SSHAgent, SSH agent integration compatible with KeeAgent
 * FdoSecrets, Implement freedesktop.org Secret Storage Spec server side API.

-- Disabled features:
 * KeeShare, Sharing integration with KeeShare
 * YubiKey, YubiKey HMAC-SHA1 challenge-response
 * UpdateCheck, Automatic update checking

-- Configuring done (11.4s)
-- Generating done (1.5s)
CMake Warning:
  Manually-specified variables were not used by the project:

    CMAKE_Fortran_COMPILER
    CMAKE_Fortran_FLAGS
    LIBEXEC_INSTALL_DIR
    LIB_INSTALL_DIR
    LIB_SUFFIX


-- Build files have been written to: /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64
Change Dir: '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'

Run Build Command(s): /usr/bin/cmake -E env VERBOSE=1 /usr/bin/gmake -f Makefile -j8
/usr/bin/cmake -S/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 -B/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 --check-build-system CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/CMakeFiles /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64//CMakeFiles/progress.marks
/usr/bin/gmake  -f CMakeFiles/Makefile2 all
gmake[1]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f src/thirdparty/zxcvbn/CMakeFiles/zxcvbn_autogen_timestamp_deps.dir/build.make src/thirdparty/zxcvbn/CMakeFiles/zxcvbn_autogen_timestamp_deps.dir/depend
/usr/bin/gmake  -f src/CMakeFiles/autotype_autogen_timestamp_deps.dir/build.make src/CMakeFiles/autotype_autogen_timestamp_deps.dir/depend
/usr/bin/gmake  -f src/fdosecrets/CMakeFiles/fdosecrets_autogen_timestamp_deps.dir/build.make src/fdosecrets/CMakeFiles/fdosecrets_autogen_timestamp_deps.dir/depend
/usr/bin/gmake  -f src/browser/CMakeFiles/keepassxcbrowser_autogen_timestamp_deps.dir/build.make src/browser/CMakeFiles/keepassxcbrowser_autogen_timestamp_deps.dir/depend
/usr/bin/gmake  -f src/qrcode/CMakeFiles/qrcode_autogen_timestamp_deps.dir/build.make src/qrcode/CMakeFiles/qrcode_autogen_timestamp_deps.dir/depend
/usr/bin/gmake  -f src/sshagent/CMakeFiles/sshagent_autogen_timestamp_deps.dir/build.make src/sshagent/CMakeFiles/sshagent_autogen_timestamp_deps.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/thirdparty/zxcvbn /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/thirdparty/zxcvbn/CMakeFiles/zxcvbn_autogen_timestamp_deps.dir/DependInfo.cmake "--color="
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/CMakeFiles/autotype_autogen_timestamp_deps.dir/DependInfo.cmake "--color="
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/fdosecrets /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets/CMakeFiles/fdosecrets_autogen_timestamp_deps.dir/DependInfo.cmake "--color="
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/browser /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser/CMakeFiles/keepassxcbrowser_autogen_timestamp_deps.dir/DependInfo.cmake "--color="
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/sshagent /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/sshagent /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/sshagent/CMakeFiles/sshagent_autogen_timestamp_deps.dir/DependInfo.cmake "--color="
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/qrcode /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/qrcode /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/qrcode/CMakeFiles/qrcode_autogen_timestamp_deps.dir/DependInfo.cmake "--color="
/usr/bin/gmake  -f share/translations/CMakeFiles/translations.dir/build.make share/translations/CMakeFiles/translations.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/share/translations /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations/CMakeFiles/translations.dir/DependInfo.cmake "--color="
/usr/bin/gmake  -f src/proxy/CMakeFiles/proxy_alloc_autogen_timestamp_deps.dir/build.make src/proxy/CMakeFiles/proxy_alloc_autogen_timestamp_deps.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/proxy /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/proxy /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/proxy/CMakeFiles/proxy_alloc_autogen_timestamp_deps.dir/DependInfo.cmake "--color="
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f src/thirdparty/zxcvbn/CMakeFiles/zxcvbn_autogen_timestamp_deps.dir/build.make src/thirdparty/zxcvbn/CMakeFiles/zxcvbn_autogen_timestamp_deps.dir/build
/usr/bin/gmake  -f src/CMakeFiles/autotype_autogen_timestamp_deps.dir/build.make src/CMakeFiles/autotype_autogen_timestamp_deps.dir/build
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Nothing to be done for 'src/CMakeFiles/autotype_autogen_timestamp_deps.dir/build'.
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f share/translations/CMakeFiles/translations.dir/build.make share/translations/CMakeFiles/translations.dir/build
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Nothing to be done for 'src/thirdparty/zxcvbn/CMakeFiles/zxcvbn_autogen_timestamp_deps.dir/build'.
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f src/sshagent/CMakeFiles/sshagent_autogen_timestamp_deps.dir/build.make src/sshagent/CMakeFiles/sshagent_autogen_timestamp_deps.dir/build
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Nothing to be done for 'src/sshagent/CMakeFiles/sshagent_autogen_timestamp_deps.dir/build'.
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f src/fdosecrets/CMakeFiles/fdosecrets_autogen_timestamp_deps.dir/build.make src/fdosecrets/CMakeFiles/fdosecrets_autogen_timestamp_deps.dir/build
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Nothing to be done for 'src/fdosecrets/CMakeFiles/fdosecrets_autogen_timestamp_deps.dir/build'.
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f src/proxy/CMakeFiles/proxy_alloc_autogen_timestamp_deps.dir/build.make src/proxy/CMakeFiles/proxy_alloc_autogen_timestamp_deps.dir/build
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f src/browser/CMakeFiles/keepassxcbrowser_autogen_timestamp_deps.dir/build.make src/browser/CMakeFiles/keepassxcbrowser_autogen_timestamp_deps.dir/build
[  0%] Built target autotype_autogen_timestamp_deps
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Nothing to be done for 'src/proxy/CMakeFiles/proxy_alloc_autogen_timestamp_deps.dir/build'.
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f src/qrcode/CMakeFiles/qrcode_autogen_timestamp_deps.dir/build.make src/qrcode/CMakeFiles/qrcode_autogen_timestamp_deps.dir/build
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Nothing to be done for 'src/browser/CMakeFiles/keepassxcbrowser_autogen_timestamp_deps.dir/build'.
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[  0%] Built target zxcvbn_autogen_timestamp_deps
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Nothing to be done for 'src/qrcode/CMakeFiles/qrcode_autogen_timestamp_deps.dir/build'.
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[  0%] Generating keepassxc_ar.qm
[  0%] Built target sshagent_autogen_timestamp_deps
/usr/bin/gmake  -f tests/CMakeFiles/testsupport_autogen_timestamp_deps.dir/build.make tests/CMakeFiles/testsupport_autogen_timestamp_deps.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testsupport_autogen_timestamp_deps.dir/DependInfo.cmake "--color="
[  0%] Built target fdosecrets_autogen_timestamp_deps
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations && /usr/lib/qt/5.15/bin/amd64/lrelease /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/share/translations/keepassxc_ar.ts -qm /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations/keepassxc_ar.qm
/usr/bin/gmake  -f src/thirdparty/zxcvbn/CMakeFiles/zxcvbn_autogen.dir/build.make src/thirdparty/zxcvbn/CMakeFiles/zxcvbn_autogen.dir/depend
[  0%] Built target keepassxcbrowser_autogen_timestamp_deps
[  0%] Built target proxy_alloc_autogen_timestamp_deps
/usr/bin/gmake  -f src/CMakeFiles/autotype_autogen.dir/build.make src/CMakeFiles/autotype_autogen.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/thirdparty/zxcvbn /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/thirdparty/zxcvbn/CMakeFiles/zxcvbn_autogen.dir/DependInfo.cmake "--color="
[  0%] Generating keepassxc_bg.qm
[  0%] Built target qrcode_autogen_timestamp_deps
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/CMakeFiles/autotype_autogen.dir/DependInfo.cmake "--color="
/usr/bin/gmake  -f src/fdosecrets/CMakeFiles/fdosecrets_autogen.dir/build.make src/fdosecrets/CMakeFiles/fdosecrets_autogen.dir/depend
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations && /usr/lib/qt/5.15/bin/amd64/lrelease /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/share/translations/keepassxc_bg.ts -qm /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations/keepassxc_bg.qm
/usr/bin/gmake  -f src/browser/CMakeFiles/keepassxcbrowser_autogen.dir/build.make src/browser/CMakeFiles/keepassxcbrowser_autogen.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/fdosecrets /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets/CMakeFiles/fdosecrets_autogen.dir/DependInfo.cmake "--color="
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/browser /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser/CMakeFiles/keepassxcbrowser_autogen.dir/DependInfo.cmake "--color="
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testsupport_autogen_timestamp_deps.dir/build.make tests/CMakeFiles/testsupport_autogen_timestamp_deps.dir/build
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Nothing to be done for 'tests/CMakeFiles/testsupport_autogen_timestamp_deps.dir/build'.
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[  0%] Generating keepassxc_ca.qm
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f src/thirdparty/zxcvbn/CMakeFiles/zxcvbn_autogen.dir/build.make src/thirdparty/zxcvbn/CMakeFiles/zxcvbn_autogen.dir/build
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations && /usr/lib/qt/5.15/bin/amd64/lrelease /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/share/translations/keepassxc_ca.ts -qm /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations/keepassxc_ca.qm
/usr/bin/gmake  -f src/CMakeFiles/autotype_autogen.dir/build.make src/CMakeFiles/autotype_autogen.dir/build
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f src/fdosecrets/CMakeFiles/fdosecrets_autogen.dir/build.make src/fdosecrets/CMakeFiles/fdosecrets_autogen.dir/build
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f src/browser/CMakeFiles/keepassxcbrowser_autogen.dir/build.make src/browser/CMakeFiles/keepassxcbrowser_autogen.dir/build
[  0%] Built target testsupport_autogen_timestamp_deps
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f src/qrcode/CMakeFiles/qrcode_autogen.dir/build.make src/qrcode/CMakeFiles/qrcode_autogen.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/qrcode /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/qrcode /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/qrcode/CMakeFiles/qrcode_autogen.dir/DependInfo.cmake "--color="
[  1%] Automatic MOC and UIC for target zxcvbn
[  2%] Automatic MOC and UIC for target autotype
[  2%] Automatic MOC and UIC for target fdosecrets
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/thirdparty/zxcvbn && /usr/bin/cmake -E cmake_autogen /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/thirdparty/zxcvbn/CMakeFiles/zxcvbn_autogen.dir/AutogenInfo.json Release
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/bin/cmake -E cmake_autogen /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/CMakeFiles/autotype_autogen.dir/AutogenInfo.json Release
[  2%] Automatic MOC and UIC for target keepassxcbrowser
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets && /usr/bin/cmake -E cmake_autogen /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets/CMakeFiles/fdosecrets_autogen.dir/AutogenInfo.json Release
Updating '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations/keepassxc_bg.qm'...
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser && /usr/bin/cmake -E cmake_autogen /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser/CMakeFiles/keepassxcbrowser_autogen.dir/AutogenInfo.json Release
Updating '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations/keepassxc_ca.qm'...
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f src/qrcode/CMakeFiles/qrcode_autogen.dir/build.make src/qrcode/CMakeFiles/qrcode_autogen.dir/build
AutoGen: Refreshing parse cache because it doesn't exist.
AutoMoc: Generating "BIN:/src/thirdparty/zxcvbn/zxcvbn_autogen/moc_predefs.h", because it doesn't exist.
/usr/gcc/14/bin/g++ -std=gnu++20 -w -dM -E /usr/share/cmake-4.0/Modules/CMakeCXXCompilerABI.cpp -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include
    Generated 1027 translation(s) (1027 finished and 0 unfinished)
    Ignored 1070 untranslated source text(s)
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
AutoGen: Refreshing parse cache because it doesn't exist.
AutoMoc: Generating "BIN:/src/autotype_autogen/moc_predefs.h", because it doesn't exist.
/usr/gcc/14/bin/g++ -std=gnu++20 -w -dM -E /usr/share/cmake-4.0/Modules/CMakeCXXCompilerABI.cpp -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include
AutoGen: Refreshing parse cache because it doesn't exist.
AutoMoc: Generating "BIN:/src/fdosecrets/fdosecrets_autogen/moc_predefs.h", because it doesn't exist.
/usr/gcc/14/bin/g++ -std=gnu++20 -w -dM -E /usr/share/cmake-4.0/Modules/CMakeCXXCompilerABI.cpp -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/fdosecrets -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtDBus -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include
Updating '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations/keepassxc_ar.qm'...
AutoGen: Refreshing parse cache because it doesn't exist.
    Generated 2430 translation(s) (2430 finished and 0 unfinished)
AutoMoc: Generating "BIN:/src/browser/keepassxcbrowser_autogen/moc_predefs.h", because it doesn't exist.
/usr/gcc/14/bin/g++ -std=gnu++20 -w -dM -E /usr/share/cmake-4.0/Modules/CMakeCXXCompilerABI.cpp -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/browser -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include
[  2%] Automatic MOC and UIC for target qrcode
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/qrcode && /usr/bin/cmake -E cmake_autogen /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/qrcode/CMakeFiles/qrcode_autogen.dir/AutogenInfo.json Release
[  2%] Generating keepassxc_cs.qm
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations && /usr/lib/qt/5.15/bin/amd64/lrelease /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/share/translations/keepassxc_cs.ts -qm /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations/keepassxc_cs.qm
[  2%] Generating keepassxc_da.qm
AutoGen: Refreshing parse cache because it doesn't exist.
AutoMoc: Generating "BIN:/src/qrcode/qrcode_autogen/moc_predefs.h", because it doesn't exist.
/usr/gcc/14/bin/g++ -std=gnu++20 -w -dM -E /usr/share/cmake-4.0/Modules/CMakeCXXCompilerABI.cpp -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations && /usr/lib/qt/5.15/bin/amd64/lrelease /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/share/translations/keepassxc_da.ts -qm /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations/keepassxc_da.qm
AutoGen: Parsing "SRC:/src/thirdparty/zxcvbn/zxcvbn.h"
AutoGen: Parsing "SRC:/src/thirdparty/zxcvbn/zxcvbn.c"
AutoMoc: Generating MOC compilation "BIN:/src/thirdparty/zxcvbn/zxcvbn_autogen/mocs_compilation.cpp"
AutoMoc: Merging MOC dependencies into "BIN:/src/thirdparty/zxcvbn/zxcvbn_autogen/deps"
    Generated 1896 translation(s) (1896 finished and 0 unfinished)
    Ignored 534 untranslated source text(s)
AutoGen: Writing the parse cache file "BIN:/src/thirdparty/zxcvbn/CMakeFiles/zxcvbn_autogen.dir/ParseCache.txt"
AutoGen: Parsing "SRC:/src/autotype/AutoType.h"
AutoGen: Parsing "SRC:/src/autotype/AutoTypeAction.h"
AutoGen: Parsing "SRC:/src/autotype/AutoTypeMatchModel.h"
AutoGen: Parsing "SRC:/src/autotype/AutoTypeMatchView.h"
AutoGen: Parsing "SRC:/src/autotype/AutoTypeSelectDialog.h"
AutoGen: Parsing "SRC:/src/autotype/PickcharsDialog.h"
AutoGen: Parsing "SRC:/src/autotype/ShortcutWidget.h"
AutoGen: Parsing "SRC:/src/autotype/WindowSelectComboBox.h"
AutoGen: Parsing "SRC:/src/core/Tools.h"
AutoGen: Parsing "SRC:/src/autotype/AutoType.cpp"
AutoGen: Parsing "SRC:/src/autotype/AutoTypeAction.cpp"
AutoGen: Parsing "SRC:/src/autotype/AutoTypeMatchModel.cpp"
AutoGen: Parsing "SRC:/src/autotype/AutoTypeMatchView.cpp"
AutoGen: Parsing "SRC:/src/autotype/AutoTypeSelectDialog.cpp"
AutoGen: Parsing "SRC:/src/autotype/PickcharsDialog.cpp"
AutoGen: Parsing "SRC:/src/autotype/ShortcutWidget.cpp"
AutoGen: Parsing "SRC:/src/autotype/WindowSelectComboBox.cpp"
AutoGen: Parsing "SRC:/src/core/Tools.cpp"
AutoGen: Writing the settings file "BIN:/src/thirdparty/zxcvbn/CMakeFiles/zxcvbn_autogen.dir/AutogenUsed.txt"
AutoGen: Parsing "SRC:/src/fdosecrets/FdoSecretsPlugin.h"
AutoGen: Parsing "SRC:/src/fdosecrets/FdoSecretsSettings.h"
AutoGen: Parsing "SRC:/src/fdosecrets/dbus/DBusClient.h"
AutoGen: Parsing "SRC:/src/fdosecrets/dbus/DBusMgr.h"
AutoGen: Parsing "SRC:/src/fdosecrets/dbus/DBusTypes.h"
AutoGen: Parsing "SRC:/src/fdosecrets/objects/Collection.h"
AutoGen: Parsing "SRC:/src/fdosecrets/objects/Item.h"
AutoGen: Parsing "SRC:/src/fdosecrets/objects/Prompt.h"
AutoGen: Parsing "SRC:/src/fdosecrets/objects/Service.h"
AutoGen: Parsing "SRC:/src/fdosecrets/objects/Session.h"
AutoGen: Parsing "SRC:/src/fdosecrets/objects/SessionCipher.h"
AutoMoc: Generating "BIN:/src/autotype_autogen/F22UK32LQA/moc_AutoType.cpp", because it doesn't exist, from "SRC:/src/autotype/AutoType.h"
/usr/lib/qt/5.15/bin/amd64/moc -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/autotype_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/autotype_autogen/F22UK32LQA/moc_AutoType.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/autotype/AutoType.h
AutoGen: Parsing "SRC:/src/fdosecrets/dbus/DBusObject.h"
AutoGen: Parsing "SRC:/src/fdosecrets/widgets/DatabaseSettingsWidgetFdoSecrets.h"
AutoGen: Parsing "SRC:/src/fdosecrets/widgets/RowButtonHelper.h"
AutoMoc: Generating "BIN:/src/autotype_autogen/F22UK32LQA/moc_AutoTypeMatchModel.cpp", because it doesn't exist, from "SRC:/src/autotype/AutoTypeMatchModel.h"
/usr/lib/qt/5.15/bin/amd64/moc -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/autotype_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/autotype_autogen/F22UK32LQA/moc_AutoTypeMatchModel.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/autotype/AutoTypeMatchModel.h
AutoGen: Parsing "SRC:/src/fdosecrets/widgets/AccessControlDialog.h"
AutoGen: Parsing "SRC:/src/fdosecrets/widgets/SettingsWidgetFdoSecrets.h"
AutoGen: Parsing "SRC:/src/fdosecrets/FdoSecretsPlugin.cpp"
AutoMoc: Generating "BIN:/src/autotype_autogen/F22UK32LQA/moc_AutoTypeMatchView.cpp", because it doesn't exist, from "SRC:/src/autotype/AutoTypeMatchView.h"
/usr/lib/qt/5.15/bin/amd64/moc -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/autotype_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/autotype_autogen/F22UK32LQA/moc_AutoTypeMatchView.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/autotype/AutoTypeMatchView.h
AutoGen: Parsing "SRC:/src/fdosecrets/widgets/SettingsModels.h"
AutoGen: Parsing "SRC:/src/fdosecrets/FdoSecretsSettings.cpp"
AutoGen: Parsing "SRC:/src/fdosecrets/dbus/DBusClient.cpp"
AutoGen: Parsing "SRC:/src/fdosecrets/dbus/DBusDispatch.cpp"
AutoGen: Parsing "SRC:/src/fdosecrets/dbus/DBusObject.cpp"
AutoGen: Parsing "SRC:/src/fdosecrets/dbus/DBusMgr.cpp"
AutoGen: Parsing "SRC:/src/fdosecrets/dbus/DBusTypes.cpp"
AutoGen: Parsing "SRC:/src/fdosecrets/objects/Collection.cpp"
AutoGen: Parsing "SRC:/src/fdosecrets/objects/Item.cpp"
AutoGen: Parsing "SRC:/src/fdosecrets/objects/Prompt.cpp"
AutoGen: Parsing "SRC:/src/fdosecrets/objects/Service.cpp"
AutoGen: Parsing "SRC:/src/fdosecrets/objects/Session.cpp"
AutoGen: Parsing "SRC:/src/fdosecrets/objects/SessionCipher.cpp"
AutoGen: Parsing "SRC:/src/fdosecrets/widgets/AccessControlDialog.cpp"
AutoGen: Parsing "SRC:/src/fdosecrets/widgets/DatabaseSettingsWidgetFdoSecrets.cpp"
AutoGen: Parsing "SRC:/src/fdosecrets/widgets/RowButtonHelper.cpp"
AutoGen: Parsing "SRC:/src/fdosecrets/widgets/SettingsModels.cpp"
AutoGen: Parsing "SRC:/src/fdosecrets/widgets/SettingsWidgetFdoSecrets.cpp"
AutoMoc: Generating "BIN:/src/autotype_autogen/F22UK32LQA/moc_AutoTypeSelectDialog.cpp", because it doesn't exist, from "SRC:/src/autotype/AutoTypeSelectDialog.h"
/usr/lib/qt/5.15/bin/amd64/moc -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/autotype_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/autotype_autogen/F22UK32LQA/moc_AutoTypeSelectDialog.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/autotype/AutoTypeSelectDialog.h
AutoMoc: Generating "BIN:/src/autotype_autogen/F22UK32LQA/moc_PickcharsDialog.cpp", because it doesn't exist, from "SRC:/src/autotype/PickcharsDialog.h"
/usr/lib/qt/5.15/bin/amd64/moc -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/autotype_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/autotype_autogen/F22UK32LQA/moc_PickcharsDialog.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/autotype/PickcharsDialog.h
AutoMoc: Generating "BIN:/src/autotype_autogen/F22UK32LQA/moc_ShortcutWidget.cpp", because it doesn't exist, from "SRC:/src/autotype/ShortcutWidget.h"
/usr/lib/qt/5.15/bin/amd64/moc -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/autotype_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/autotype_autogen/F22UK32LQA/moc_ShortcutWidget.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/autotype/ShortcutWidget.h
AutoMoc: Generating "BIN:/src/autotype_autogen/F22UK32LQA/moc_WindowSelectComboBox.cpp", because it doesn't exist, from "SRC:/src/autotype/WindowSelectComboBox.h"
/usr/lib/qt/5.15/bin/amd64/moc -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/autotype_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/autotype_autogen/F22UK32LQA/moc_WindowSelectComboBox.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/autotype/WindowSelectComboBox.h
AutoUic: Generating "BIN:/src/autotype_autogen/include/ui_AutoTypeSelectDialog.h", because it doesn't exist, from "SRC:/src/autotype/AutoTypeSelectDialog.ui"
/usr/lib/qt/5.15/bin/amd64/uic -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/autotype_autogen/include/ui_AutoTypeSelectDialog.h /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/autotype/AutoTypeSelectDialog.ui
AutoUic: Generating "BIN:/src/fdosecrets/fdosecrets_autogen/include/ui_AccessControlDialog.h", because it doesn't exist, from "SRC:/src/fdosecrets/widgets/AccessControlDialog.ui"
/usr/lib/qt/5.15/bin/amd64/uic -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets/fdosecrets_autogen/include/ui_AccessControlDialog.h /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/fdosecrets/widgets/AccessControlDialog.ui
AutoUic: Generating "BIN:/src/fdosecrets/fdosecrets_autogen/include/ui_DatabaseSettingsWidgetFdoSecrets.h", because it doesn't exist, from "SRC:/src/fdosecrets/widgets/DatabaseSettingsWidgetFdoSecrets.ui"
/usr/lib/qt/5.15/bin/amd64/uic -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets/fdosecrets_autogen/include/ui_DatabaseSettingsWidgetFdoSecrets.h /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/fdosecrets/widgets/DatabaseSettingsWidgetFdoSecrets.ui
AutoMoc: Generating "BIN:/src/fdosecrets/fdosecrets_autogen/EWIEGA46WW/moc_FdoSecretsPlugin.cpp", because it doesn't exist, from "SRC:/src/fdosecrets/FdoSecretsPlugin.h"
/usr/lib/qt/5.15/bin/amd64/moc -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/fdosecrets -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtDBus -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets/fdosecrets_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets/fdosecrets_autogen/EWIEGA46WW/moc_FdoSecretsPlugin.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/fdosecrets/FdoSecretsPlugin.h
AutoUic: Generating "BIN:/src/fdosecrets/fdosecrets_autogen/include/ui_SettingsWidgetFdoSecrets.h", because it doesn't exist, from "SRC:/src/fdosecrets/widgets/SettingsWidgetFdoSecrets.ui"
/usr/lib/qt/5.15/bin/amd64/uic -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets/fdosecrets_autogen/include/ui_SettingsWidgetFdoSecrets.h /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/fdosecrets/widgets/SettingsWidgetFdoSecrets.ui
AutoMoc: Generating "BIN:/src/fdosecrets/fdosecrets_autogen/KS3UX4TNHX/moc_DBusMgr.cpp", because it doesn't exist, from "SRC:/src/fdosecrets/dbus/DBusMgr.h"
/usr/lib/qt/5.15/bin/amd64/moc -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/fdosecrets -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtDBus -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets/fdosecrets_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets/fdosecrets_autogen/KS3UX4TNHX/moc_DBusMgr.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/fdosecrets/dbus/DBusMgr.h
AutoMoc: Generating "BIN:/src/fdosecrets/fdosecrets_autogen/KS3UX4TNHX/moc_DBusObject.cpp", because it doesn't exist, from "SRC:/src/fdosecrets/dbus/DBusObject.h"
/usr/lib/qt/5.15/bin/amd64/moc -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/fdosecrets -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtDBus -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets/fdosecrets_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets/fdosecrets_autogen/KS3UX4TNHX/moc_DBusObject.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/fdosecrets/dbus/DBusObject.h
AutoMoc: Generating "BIN:/src/fdosecrets/fdosecrets_autogen/64PJ3GCGVF/moc_Collection.cpp", because it doesn't exist, from "SRC:/src/fdosecrets/objects/Collection.h"
/usr/lib/qt/5.15/bin/amd64/moc -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/fdosecrets -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtDBus -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets/fdosecrets_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets/fdosecrets_autogen/64PJ3GCGVF/moc_Collection.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/fdosecrets/objects/Collection.h
AutoMoc: Generating "BIN:/src/fdosecrets/fdosecrets_autogen/64PJ3GCGVF/moc_Item.cpp", because it doesn't exist, from "SRC:/src/fdosecrets/objects/Item.h"
/usr/lib/qt/5.15/bin/amd64/moc -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/fdosecrets -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtDBus -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets/fdosecrets_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets/fdosecrets_autogen/64PJ3GCGVF/moc_Item.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/fdosecrets/objects/Item.h
AutoGen: Parsing "SRC:/src/browser/BrowserAccessControlDialog.h"
AutoGen: Parsing "SRC:/src/browser/BrowserAction.h"
AutoGen: Parsing "SRC:/src/browser/BrowserCbor.h"
AutoGen: Parsing "SRC:/src/browser/BrowserEntrySaveDialog.h"
AutoGen: Parsing "SRC:/src/browser/BrowserHost.h"
AutoGen: Parsing "SRC:/src/browser/BrowserMessageBuilder.h"
AutoGen: Parsing "SRC:/src/browser/BrowserPasskeys.h"
AutoGen: Parsing "SRC:/src/browser/BrowserPasskeysClient.h"
AutoGen: Parsing "SRC:/src/browser/BrowserPasskeysConfirmationDialog.h"
AutoGen: Parsing "SRC:/src/browser/BrowserSettings.h"
AutoGen: Parsing "SRC:/src/browser/BrowserSettingsPage.h"
AutoGen: Parsing "SRC:/src/browser/BrowserEntryConfig.h"
AutoGen: Parsing "SRC:/src/browser/BrowserSettingsWidget.h"
AutoGen: Parsing "SRC:/src/browser/BrowserShared.h"
AutoGen: Parsing "SRC:/src/browser/CustomTableWidget.h"
AutoGen: Parsing "SRC:/src/browser/NativeMessageInstaller.h"
AutoGen: Parsing "SRC:/src/browser/PasskeyUtils.h"
AutoGen: Parsing "SRC:/src/browser/BrowserAccessControlDialog.cpp"
AutoGen: Parsing "SRC:/src/browser/BrowserAction.cpp"
AutoGen: Parsing "SRC:/src/browser/BrowserCbor.cpp"
AutoGen: Parsing "SRC:/src/browser/BrowserEntryConfig.cpp"
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/thirdparty/zxcvbn && /usr/bin/cmake -E touch /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/thirdparty/zxcvbn/zxcvbn_autogen/timestamp
AutoGen: Parsing "SRC:/src/browser/BrowserEntrySaveDialog.cpp"
AutoGen: Parsing "SRC:/src/browser/BrowserHost.cpp"
AutoGen: Parsing "SRC:/src/browser/BrowserMessageBuilder.cpp"
AutoGen: Parsing "SRC:/src/browser/BrowserPasskeys.cpp"
AutoGen: Parsing "SRC:/src/browser/BrowserPasskeysClient.cpp"
AutoGen: Parsing "SRC:/src/browser/BrowserPasskeysConfirmationDialog.cpp"
AutoGen: Parsing "SRC:/src/browser/BrowserService.cpp"
AutoGen: Parsing "SRC:/src/browser/BrowserSettings.cpp"
AutoGen: Parsing "SRC:/src/browser/BrowserSettingsPage.cpp"
AutoGen: Parsing "SRC:/src/browser/BrowserSettingsWidget.cpp"
AutoGen: Parsing "SRC:/src/browser/BrowserShared.cpp"
AutoGen: Parsing "SRC:/src/browser/CustomTableWidget.cpp"
AutoGen: Parsing "SRC:/src/browser/NativeMessageInstaller.cpp"
AutoGen: Parsing "SRC:/src/browser/PasskeyUtils.cpp"
AutoGen: Parsing "SRC:/src/browser/BrowserService.h"
Updating '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations/keepassxc_cs.qm'...
AutoUic: Generating "BIN:/src/browser/keepassxcbrowser_autogen/include/ui_BrowserAccessControlDialog.h", because it doesn't exist, from "SRC:/src/browser/BrowserAccessControlDialog.ui"
/usr/lib/qt/5.15/bin/amd64/uic -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser/keepassxcbrowser_autogen/include/ui_BrowserAccessControlDialog.h /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/browser/BrowserAccessControlDialog.ui
AutoMoc: Generating "BIN:/src/browser/keepassxcbrowser_autogen/EWIEGA46WW/moc_BrowserAccessControlDialog.cpp", because it doesn't exist, from "SRC:/src/browser/BrowserAccessControlDialog.h"
/usr/lib/qt/5.15/bin/amd64/moc -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/browser -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser/keepassxcbrowser_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser/keepassxcbrowser_autogen/EWIEGA46WW/moc_BrowserAccessControlDialog.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/browser/BrowserAccessControlDialog.h
AutoMoc: Generating "BIN:/src/browser/keepassxcbrowser_autogen/EWIEGA46WW/moc_BrowserEntryConfig.cpp", because it doesn't exist, from "SRC:/src/browser/BrowserEntryConfig.h"
/usr/lib/qt/5.15/bin/amd64/moc -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/browser -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser/keepassxcbrowser_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser/keepassxcbrowser_autogen/EWIEGA46WW/moc_BrowserEntryConfig.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/browser/BrowserEntryConfig.h
AutoUic: Generating "BIN:/src/browser/keepassxcbrowser_autogen/include/ui_BrowserEntrySaveDialog.h", because it doesn't exist, from "SRC:/src/browser/BrowserEntrySaveDialog.ui"
/usr/lib/qt/5.15/bin/amd64/uic -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser/keepassxcbrowser_autogen/include/ui_BrowserEntrySaveDialog.h /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/browser/BrowserEntrySaveDialog.ui
AutoUic: Generating "BIN:/src/browser/keepassxcbrowser_autogen/include/ui_BrowserPasskeysConfirmationDialog.h", because it doesn't exist, from "SRC:/src/browser/BrowserPasskeysConfirmationDialog.ui"
/usr/lib/qt/5.15/bin/amd64/uic -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser/keepassxcbrowser_autogen/include/ui_BrowserPasskeysConfirmationDialog.h /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/browser/BrowserPasskeysConfirmationDialog.ui
AutoMoc: Generating "BIN:/src/browser/keepassxcbrowser_autogen/EWIEGA46WW/moc_BrowserEntrySaveDialog.cpp", because it doesn't exist, from "SRC:/src/browser/BrowserEntrySaveDialog.h"
/usr/lib/qt/5.15/bin/amd64/moc -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/browser -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser/keepassxcbrowser_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser/keepassxcbrowser_autogen/EWIEGA46WW/moc_BrowserEntrySaveDialog.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/browser/BrowserEntrySaveDialog.h
AutoMoc: Generating "BIN:/src/browser/keepassxcbrowser_autogen/EWIEGA46WW/moc_BrowserHost.cpp", because it doesn't exist, from "SRC:/src/browser/BrowserHost.h"
/usr/lib/qt/5.15/bin/amd64/moc -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/browser -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser/keepassxcbrowser_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser/keepassxcbrowser_autogen/EWIEGA46WW/moc_BrowserHost.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/browser/BrowserHost.h
AutoMoc: Generating "BIN:/src/browser/keepassxcbrowser_autogen/EWIEGA46WW/moc_BrowserPasskeys.cpp", because it doesn't exist, from "SRC:/src/browser/BrowserPasskeys.h"
/usr/lib/qt/5.15/bin/amd64/moc -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/browser -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser/keepassxcbrowser_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser/keepassxcbrowser_autogen/EWIEGA46WW/moc_BrowserPasskeys.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/browser/BrowserPasskeys.h
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
    Generated 2041 translation(s) (2041 finished and 0 unfinished)
    Ignored 389 untranslated source text(s)
Updating '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations/keepassxc_da.qm'...
[  3%] Generating keepassxc_de.qm
AutoGen: Parsing "SRC:/src/qrcode/QrCode.h"
AutoGen: Parsing "SRC:/src/qrcode/QrCode_p.h"
AutoGen: Parsing "SRC:/src/qrcode/QrCode.cpp"
AutoMoc: Generating MOC compilation "BIN:/src/qrcode/qrcode_autogen/mocs_compilation.cpp"
AutoMoc: Merging MOC dependencies into "BIN:/src/qrcode/qrcode_autogen/deps"
AutoGen: Writing the parse cache file "BIN:/src/qrcode/CMakeFiles/qrcode_autogen.dir/ParseCache.txt"
AutoGen: Writing the settings file "BIN:/src/qrcode/CMakeFiles/qrcode_autogen.dir/AutogenUsed.txt"
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations && /usr/lib/qt/5.15/bin/amd64/lrelease /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/share/translations/keepassxc_de.ts -qm /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations/keepassxc_de.qm
    Generated 1398 translation(s) (1398 finished and 0 unfinished)
    Ignored 898 untranslated source text(s)
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/qrcode && /usr/bin/cmake -E touch /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/qrcode/qrcode_autogen/timestamp
[  3%] Built target zxcvbn_autogen
[  3%] Generating keepassxc_el.qm
/usr/bin/gmake  -f src/sshagent/CMakeFiles/sshagent_autogen.dir/build.make src/sshagent/CMakeFiles/sshagent_autogen.dir/depend
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations && /usr/lib/qt/5.15/bin/amd64/lrelease /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/share/translations/keepassxc_el.ts -qm /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations/keepassxc_el.qm
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/sshagent /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/sshagent /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/sshagent/CMakeFiles/sshagent_autogen.dir/DependInfo.cmake "--color="
[  3%] Generating keepassxc_en_GB.qm
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations && /usr/lib/qt/5.15/bin/amd64/lrelease /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/share/translations/keepassxc_en_GB.ts -qm /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations/keepassxc_en_GB.qm
Updating '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations/keepassxc_de.qm'...
[  3%] Built target qrcode_autogen
/usr/bin/gmake  -f src/proxy/CMakeFiles/proxy_alloc_autogen.dir/build.make src/proxy/CMakeFiles/proxy_alloc_autogen.dir/depend
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f src/sshagent/CMakeFiles/sshagent_autogen.dir/build.make src/sshagent/CMakeFiles/sshagent_autogen.dir/build
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/proxy /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/proxy /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/proxy/CMakeFiles/proxy_alloc_autogen.dir/DependInfo.cmake "--color="
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
    Generated 2427 translation(s) (2427 finished and 0 unfinished)
    Ignored 3 untranslated source text(s)
Updating '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations/keepassxc_el.qm'...
[  3%] Automatic MOC and UIC for target sshagent
Updating '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations/keepassxc_en_GB.qm'...
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/sshagent && /usr/bin/cmake -E cmake_autogen /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/sshagent/CMakeFiles/sshagent_autogen.dir/AutogenInfo.json Release
/usr/bin/gmake  -f src/proxy/CMakeFiles/proxy_alloc_autogen.dir/build.make src/proxy/CMakeFiles/proxy_alloc_autogen.dir/build
[  3%] Generating keepassxc_en_US.qm
    Generated 2202 translation(s) (2202 finished and 0 unfinished)
    Ignored 228 untranslated source text(s)
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations && /usr/lib/qt/5.15/bin/amd64/lrelease /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/share/translations/keepassxc_en_US.ts -qm /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations/keepassxc_en_US.qm
    Generated 2423 translation(s) (2423 finished and 0 unfinished)
    Ignored 7 untranslated source text(s)
AutoGen: Refreshing parse cache because it doesn't exist.
AutoMoc: Generating "BIN:/src/sshagent/sshagent_autogen/moc_predefs.h", because it doesn't exist.
/usr/gcc/14/bin/g++ -std=gnu++20 -w -dM -E /usr/share/cmake-4.0/Modules/CMakeCXXCompilerABI.cpp -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/sshagent -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/sshagent -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include
[  3%] Automatic MOC and UIC for target proxy_alloc
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/proxy && /usr/bin/cmake -E cmake_autogen /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/proxy/CMakeFiles/proxy_alloc_autogen.dir/AutogenInfo.json Release
[  3%] Generating keepassxc_es.qm
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations && /usr/lib/qt/5.15/bin/amd64/lrelease /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/share/translations/keepassxc_es.ts -qm /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations/keepassxc_es.qm
[  3%] Generating keepassxc_et.qm
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations && /usr/lib/qt/5.15/bin/amd64/lrelease /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/share/translations/keepassxc_et.ts -qm /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations/keepassxc_et.qm
AutoGen: Refreshing parse cache because it doesn't exist.
Updating '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations/keepassxc_en_US.qm'...
AutoMoc: Generating "BIN:/src/proxy/proxy_alloc_autogen/moc_predefs.h", because it doesn't exist.
/usr/gcc/14/bin/g++ -std=gnu++20 -w -dM -E /usr/share/cmake-4.0/Modules/CMakeCXXCompilerABI.cpp -DQT_CORE_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include
    Generated 2300 translation(s) (2300 finished and 0 unfinished)
    Ignored 130 untranslated source text(s)
Updating '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations/keepassxc_es.qm'...
Updating '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations/keepassxc_et.qm'...
AutoGen: Parsing "SRC:/src/sshagent/ASN1Key.h"
AutoGen: Parsing "SRC:/src/sshagent/AgentSettingsPage.h"
AutoGen: Parsing "SRC:/src/sshagent/AgentSettingsWidget.h"
AutoGen: Parsing "SRC:/src/sshagent/KeeAgentSettings.h"
AutoGen: Parsing "SRC:/src/sshagent/BinaryStream.h"
AutoGen: Parsing "SRC:/src/sshagent/ASN1Key.cpp"
AutoGen: Parsing "SRC:/src/sshagent/SSHAgent.h"
AutoGen: Parsing "SRC:/src/sshagent/AgentSettingsPage.cpp"
AutoGen: Parsing "SRC:/src/sshagent/AgentSettingsWidget.cpp"
AutoGen: Parsing "SRC:/src/sshagent/BinaryStream.cpp"
AutoGen: Parsing "SRC:/src/sshagent/KeeAgentSettings.cpp"
AutoGen: Parsing "SRC:/src/sshagent/OpenSSHKey.cpp"
AutoGen: Parsing "SRC:/src/sshagent/SSHAgent.cpp"
AutoGen: Parsing "SRC:/src/sshagent/OpenSSHKey.h"
[  4%] Generating keepassxc_fi.qm
AutoMoc: Generating "BIN:/src/sshagent/sshagent_autogen/EWIEGA46WW/moc_AgentSettingsWidget.cpp", because it doesn't exist, from "SRC:/src/sshagent/AgentSettingsWidget.h"
/usr/lib/qt/5.15/bin/amd64/moc -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/sshagent -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/sshagent -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/sshagent/sshagent_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/sshagent/sshagent_autogen/EWIEGA46WW/moc_AgentSettingsWidget.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/sshagent/AgentSettingsWidget.h
AutoMoc: Generating "BIN:/src/sshagent/sshagent_autogen/EWIEGA46WW/moc_BinaryStream.cpp", because it doesn't exist, from "SRC:/src/sshagent/BinaryStream.h"
/usr/lib/qt/5.15/bin/amd64/moc -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/sshagent -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/sshagent -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/sshagent/sshagent_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/sshagent/sshagent_autogen/EWIEGA46WW/moc_BinaryStream.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/sshagent/BinaryStream.h
AutoUic: Generating "BIN:/src/sshagent/sshagent_autogen/include/ui_AgentSettingsWidget.h", because it doesn't exist, from "SRC:/src/sshagent/AgentSettingsWidget.ui"
/usr/lib/qt/5.15/bin/amd64/uic -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/sshagent/sshagent_autogen/include/ui_AgentSettingsWidget.h /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/sshagent/AgentSettingsWidget.ui
AutoGen: Parsing "SRC:/src/core/Alloc.cpp"
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
    Generated 2427 translation(s) (2427 finished and 0 unfinished)
    Ignored 3 untranslated source text(s)
AutoMoc: Generating MOC compilation "BIN:/src/proxy/proxy_alloc_autogen/mocs_compilation.cpp"
AutoMoc: Merging MOC dependencies into "BIN:/src/proxy/proxy_alloc_autogen/deps"
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations && /usr/lib/qt/5.15/bin/amd64/lrelease /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/share/translations/keepassxc_fi.ts -qm /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations/keepassxc_fi.qm
AutoGen: Writing the parse cache file "BIN:/src/proxy/CMakeFiles/proxy_alloc_autogen.dir/ParseCache.txt"
AutoGen: Writing the settings file "BIN:/src/proxy/CMakeFiles/proxy_alloc_autogen.dir/AutogenUsed.txt"
AutoMoc: Generating "BIN:/src/sshagent/sshagent_autogen/EWIEGA46WW/moc_OpenSSHKey.cpp", because it doesn't exist, from "SRC:/src/sshagent/OpenSSHKey.h"
/usr/lib/qt/5.15/bin/amd64/moc -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/sshagent -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/sshagent -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/sshagent/sshagent_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/sshagent/sshagent_autogen/EWIEGA46WW/moc_OpenSSHKey.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/sshagent/OpenSSHKey.h
    Generated 2430 translation(s) (2430 finished and 0 unfinished)
AutoMoc: Generating "BIN:/src/sshagent/sshagent_autogen/EWIEGA46WW/moc_SSHAgent.cpp", because it doesn't exist, from "SRC:/src/sshagent/SSHAgent.h"
/usr/lib/qt/5.15/bin/amd64/moc -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/sshagent -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/sshagent -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/sshagent/sshagent_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/sshagent/sshagent_autogen/EWIEGA46WW/moc_SSHAgent.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/sshagent/SSHAgent.h
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/proxy && /usr/bin/cmake -E touch /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/proxy/proxy_alloc_autogen/timestamp
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[  4%] Generating keepassxc_fil.qm
[  4%] Generating keepassxc_fr.qm
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations && /usr/lib/qt/5.15/bin/amd64/lrelease /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/share/translations/keepassxc_fil.ts -qm /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations/keepassxc_fil.qm
Updating '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations/keepassxc_fi.qm'...
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations && /usr/lib/qt/5.15/bin/amd64/lrelease /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/share/translations/keepassxc_fr.ts -qm /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations/keepassxc_fr.qm
[  4%] Built target proxy_alloc_autogen
/usr/bin/gmake  -f tests/CMakeFiles/testsupport_autogen.dir/build.make tests/CMakeFiles/testsupport_autogen.dir/depend
    Generated 2374 translation(s) (2374 finished and 0 unfinished)
    Ignored 56 untranslated source text(s)
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testsupport_autogen.dir/DependInfo.cmake "--color="
Updating '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations/keepassxc_fil.qm'...
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[  4%] Generating keepassxc_fr_CA.qm
/usr/bin/gmake  -f tests/CMakeFiles/testsupport_autogen.dir/build.make tests/CMakeFiles/testsupport_autogen.dir/build
Updating '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations/keepassxc_fr.qm'...
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations && /usr/lib/qt/5.15/bin/amd64/lrelease /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/share/translations/keepassxc_fr_CA.ts -qm /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations/keepassxc_fr_CA.qm
    Generated 2000 translation(s) (2000 finished and 0 unfinished)
    Ignored 430 untranslated source text(s)
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
    Generated 2421 translation(s) (2421 finished and 0 unfinished)
    Ignored 9 untranslated source text(s)
[  4%] Automatic MOC and UIC for target testsupport
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E cmake_autogen /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testsupport_autogen.dir/AutogenInfo.json Release
Updating '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations/keepassxc_fr_CA.qm'...
[  4%] Generating keepassxc_he.qm
AutoGen: Refreshing parse cache because it doesn't exist.
AutoMoc: Generating "BIN:/tests/testsupport_autogen/moc_predefs.h", because it doesn't exist.
/usr/gcc/14/bin/g++ -std=gnu++20 -w -dM -E /usr/share/cmake-4.0/Modules/CMakeCXXCompilerABI.cpp -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS "-DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\"" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtTest -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations && /usr/lib/qt/5.15/bin/amd64/lrelease /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/share/translations/keepassxc_he.ts -qm /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations/keepassxc_he.qm
[  4%] Generating keepassxc_hr.qm
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
    Generated 1754 translation(s) (1754 finished and 0 unfinished)
    Ignored 676 untranslated source text(s)
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations && /usr/lib/qt/5.15/bin/amd64/lrelease /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/share/translations/keepassxc_hr.ts -qm /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations/keepassxc_hr.qm
[  5%] Generating keepassxc_hu.qm
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations && /usr/lib/qt/5.15/bin/amd64/lrelease /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/share/translations/keepassxc_hu.ts -qm /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations/keepassxc_hu.qm
Updating '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations/keepassxc_hr.qm'...
Updating '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations/keepassxc_he.qm'...
AutoGen: Parsing "SRC:/tests/FailDevice.h"
AutoGen: Parsing "SRC:/tests/mock/MockClock.h"
AutoGen: Parsing "SRC:/tests/modeltest.h"
AutoGen: Parsing "SRC:/tests/util/TemporaryFile.h"
AutoGen: Parsing "SRC:/tests/FailDevice.cpp"
AutoGen: Parsing "SRC:/tests/mock/MockClock.cpp"
AutoGen: Parsing "SRC:/tests/util/TemporaryFile.cpp"
AutoGen: Parsing "SRC:/tests/modeltest.cpp"
AutoMoc: Generating "BIN:/tests/testsupport_autogen/EWIEGA46WW/moc_FailDevice.cpp", because it doesn't exist, from "SRC:/tests/FailDevice.h"
/usr/lib/qt/5.15/bin/amd64/moc -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS "-DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\"" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtTest -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testsupport_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testsupport_autogen/EWIEGA46WW/moc_FailDevice.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests/FailDevice.h
AutoMoc: Generating "BIN:/tests/testsupport_autogen/EWIEGA46WW/moc_modeltest.cpp", because it doesn't exist, from "SRC:/tests/modeltest.h"
/usr/lib/qt/5.15/bin/amd64/moc -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS "-DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\"" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtTest -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testsupport_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testsupport_autogen/EWIEGA46WW/moc_modeltest.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests/modeltest.h
AutoMoc: Generating "BIN:/tests/testsupport_autogen/KH43KSYMFX/moc_TemporaryFile.cpp", because it doesn't exist, from "SRC:/tests/util/TemporaryFile.h"
/usr/lib/qt/5.15/bin/amd64/moc -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS "-DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\"" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtTest -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testsupport_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testsupport_autogen/KH43KSYMFX/moc_TemporaryFile.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests/util/TemporaryFile.h
    Generated 1044 translation(s) (1044 finished and 0 unfinished)
    Ignored 1053 untranslated source text(s)
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
    Generated 2353 translation(s) (2353 finished and 0 unfinished)
    Ignored 77 untranslated source text(s)
Updating '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations/keepassxc_hu.qm'...
[  5%] Generating keepassxc_id.qm
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations && /usr/lib/qt/5.15/bin/amd64/lrelease /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/share/translations/keepassxc_id.ts -qm /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations/keepassxc_id.qm
[  5%] Generating keepassxc_it.qm
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
    Generated 2427 translation(s) (2427 finished and 0 unfinished)
    Ignored 3 untranslated source text(s)
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations && /usr/lib/qt/5.15/bin/amd64/lrelease /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/share/translations/keepassxc_it.ts -qm /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations/keepassxc_it.qm
[  5%] Generating keepassxc_ja.qm
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations && /usr/lib/qt/5.15/bin/amd64/lrelease /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/share/translations/keepassxc_ja.ts -qm /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations/keepassxc_ja.qm
Updating '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations/keepassxc_id.qm'...
Updating '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations/keepassxc_it.qm'...
    Generated 2166 translation(s) (2166 finished and 0 unfinished)
    Ignored 264 untranslated source text(s)
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
    Generated 2403 translation(s) (2403 finished and 0 unfinished)
    Ignored 27 untranslated source text(s)
Updating '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations/keepassxc_ja.qm'...
AutoMoc: Generating "BIN:/src/browser/keepassxcbrowser_autogen/EWIEGA46WW/moc_BrowserPasskeysClient.cpp", because it doesn't exist, from "SRC:/src/browser/BrowserPasskeysClient.h"
/usr/lib/qt/5.15/bin/amd64/moc -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/browser -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser/keepassxcbrowser_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser/keepassxcbrowser_autogen/EWIEGA46WW/moc_BrowserPasskeysClient.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/browser/BrowserPasskeysClient.h
AutoUic: Generating "BIN:/src/browser/keepassxcbrowser_autogen/include/ui_BrowserSettingsWidget.h", because it doesn't exist, from "SRC:/src/browser/BrowserSettingsWidget.ui"
/usr/lib/qt/5.15/bin/amd64/uic -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser/keepassxcbrowser_autogen/include/ui_BrowserSettingsWidget.h /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/browser/BrowserSettingsWidget.ui
AutoMoc: Generating "BIN:/src/browser/keepassxcbrowser_autogen/EWIEGA46WW/moc_BrowserPasskeysConfirmationDialog.cpp", because it doesn't exist, from "SRC:/src/browser/BrowserPasskeysConfirmationDialog.h"
/usr/lib/qt/5.15/bin/amd64/moc -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/browser -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser/keepassxcbrowser_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser/keepassxcbrowser_autogen/EWIEGA46WW/moc_BrowserPasskeysConfirmationDialog.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/browser/BrowserPasskeysConfirmationDialog.h
[  5%] Generating keepassxc_km.qm
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations && /usr/lib/qt/5.15/bin/amd64/lrelease /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/share/translations/keepassxc_km.ts -qm /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations/keepassxc_km.qm
[  5%] Generating keepassxc_ko.qm
    Generated 2381 translation(s) (2381 finished and 0 unfinished)
    Ignored 49 untranslated source text(s)
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations && /usr/lib/qt/5.15/bin/amd64/lrelease /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/share/translations/keepassxc_ko.ts -qm /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations/keepassxc_ko.qm
[  6%] Generating keepassxc_lt.qm
Updating '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations/keepassxc_km.qm'...
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations && /usr/lib/qt/5.15/bin/amd64/lrelease /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/share/translations/keepassxc_lt.ts -qm /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations/keepassxc_lt.qm
Updating '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations/keepassxc_ko.qm'...
    Generated 2036 translation(s) (2036 finished and 0 unfinished)
    Ignored 394 untranslated source text(s)
    Generated 2334 translation(s) (2334 finished and 0 unfinished)
    Ignored 96 untranslated source text(s)
Updating '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations/keepassxc_lt.qm'...
[  6%] Generating keepassxc_my.qm
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations && /usr/lib/qt/5.15/bin/amd64/lrelease /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/share/translations/keepassxc_my.ts -qm /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations/keepassxc_my.qm
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
    Generated 2074 translation(s) (2074 finished and 0 unfinished)
    Ignored 356 untranslated source text(s)
[  6%] Generating keepassxc_nb.qm
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations && /usr/lib/qt/5.15/bin/amd64/lrelease /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/share/translations/keepassxc_nb.ts -qm /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations/keepassxc_nb.qm
AutoUic: Generating "BIN:/src/autotype_autogen/include/ui_PickcharsDialog.h", because it doesn't exist, from "SRC:/src/autotype/PickcharsDialog.ui"
/usr/lib/qt/5.15/bin/amd64/uic -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/autotype_autogen/include/ui_PickcharsDialog.h /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/autotype/PickcharsDialog.ui
[  6%] Generating keepassxc_nl.qm
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations && /usr/lib/qt/5.15/bin/amd64/lrelease /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/share/translations/keepassxc_nl.ts -qm /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations/keepassxc_nl.qm
Updating '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations/keepassxc_my.qm'...
Updating '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations/keepassxc_nb.qm'...
    Generated 1988 translation(s) (1988 finished and 0 unfinished)
    Ignored 442 untranslated source text(s)
    Generated 2262 translation(s) (2262 finished and 0 unfinished)
    Ignored 168 untranslated source text(s)
Updating '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations/keepassxc_nl.qm'...
[  6%] Generating keepassxc_pl.qm
    Generated 2430 translation(s) (2430 finished and 0 unfinished)
[  6%] Generating keepassxc_pt_BR.qm
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations && /usr/lib/qt/5.15/bin/amd64/lrelease /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/share/translations/keepassxc_pl.ts -qm /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations/keepassxc_pl.qm
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations && /usr/lib/qt/5.15/bin/amd64/lrelease /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/share/translations/keepassxc_pt_BR.ts -qm /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations/keepassxc_pt_BR.qm
[  7%] Generating keepassxc_pt_PT.qm
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations && /usr/lib/qt/5.15/bin/amd64/lrelease /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/share/translations/keepassxc_pt_PT.ts -qm /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations/keepassxc_pt_PT.qm
Updating '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations/keepassxc_pt_BR.qm'...
Updating '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations/keepassxc_pl.qm'...
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
    Generated 2404 translation(s) (2404 finished and 0 unfinished)
    Ignored 26 untranslated source text(s)
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
    Generated 2430 translation(s) (2430 finished and 0 unfinished)
Updating '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations/keepassxc_pt_PT.qm'...
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
    Generated 2427 translation(s) (2427 finished and 0 unfinished)
    Ignored 3 untranslated source text(s)
[  7%] Generating keepassxc_ro.qm
[  7%] Generating keepassxc_ru.qm
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations && /usr/lib/qt/5.15/bin/amd64/lrelease /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/share/translations/keepassxc_ro.ts -qm /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations/keepassxc_ro.qm
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations && /usr/lib/qt/5.15/bin/amd64/lrelease /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/share/translations/keepassxc_ru.ts -qm /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations/keepassxc_ru.qm
[  7%] Generating keepassxc_si.qm
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations && /usr/lib/qt/5.15/bin/amd64/lrelease /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/share/translations/keepassxc_si.ts -qm /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations/keepassxc_si.qm
Updating '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations/keepassxc_ro.qm'...
Updating '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations/keepassxc_ru.qm'...
AutoMoc: Generating "BIN:/src/browser/keepassxcbrowser_autogen/EWIEGA46WW/moc_BrowserService.cpp", because it doesn't exist, from "SRC:/src/browser/BrowserService.h"
/usr/lib/qt/5.15/bin/amd64/moc -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/browser -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser/keepassxcbrowser_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser/keepassxcbrowser_autogen/EWIEGA46WW/moc_BrowserService.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/browser/BrowserService.h
    Generated 1595 translation(s) (1595 finished and 0 unfinished)
    Ignored 835 untranslated source text(s)
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
    Generated 2430 translation(s) (2430 finished and 0 unfinished)
Updating '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations/keepassxc_si.qm'...
    Generated 1955 translation(s) (1955 finished and 0 unfinished)
    Ignored 475 untranslated source text(s)
[  7%] Generating keepassxc_sk.qm
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations && /usr/lib/qt/5.15/bin/amd64/lrelease /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/share/translations/keepassxc_sk.ts -qm /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations/keepassxc_sk.qm
/usr/bin/gmake  -f src/thirdparty/zxcvbn/CMakeFiles/zxcvbn.dir/build.make src/thirdparty/zxcvbn/CMakeFiles/zxcvbn.dir/depend
[  7%] Generating keepassxc_sl.qm
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/thirdparty/zxcvbn /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/thirdparty/zxcvbn/CMakeFiles/zxcvbn.dir/DependInfo.cmake "--color="
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations && /usr/lib/qt/5.15/bin/amd64/lrelease /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/share/translations/keepassxc_sl.ts -qm /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations/keepassxc_sl.qm
Dependencies file "src/thirdparty/zxcvbn/zxcvbn_autogen/deps" is newer than depends file "/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/thirdparty/zxcvbn/CMakeFiles/zxcvbn.dir/compiler_depend.internal".
Consolidate compiler generated dependencies of target zxcvbn
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f src/thirdparty/zxcvbn/CMakeFiles/zxcvbn.dir/build.make src/thirdparty/zxcvbn/CMakeFiles/zxcvbn.dir/build
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
Updating '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations/keepassxc_sk.qm'...
Updating '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations/keepassxc_sl.qm'...
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
    Generated 1794 translation(s) (1794 finished and 0 unfinished)
    Ignored 636 untranslated source text(s)
    Generated 1109 translation(s) (1109 finished and 0 unfinished)
    Ignored 988 untranslated source text(s)
[  7%] Building CXX object src/thirdparty/zxcvbn/CMakeFiles/zxcvbn.dir/zxcvbn_autogen/mocs_compilation.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/thirdparty/zxcvbn && /usr/gcc/14/bin/g++ -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/thirdparty/zxcvbn/zxcvbn_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -MD -MT src/thirdparty/zxcvbn/CMakeFiles/zxcvbn.dir/zxcvbn_autogen/mocs_compilation.cpp.o -MF CMakeFiles/zxcvbn.dir/zxcvbn_autogen/mocs_compilation.cpp.o.d -o CMakeFiles/zxcvbn.dir/zxcvbn_autogen/mocs_compilation.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/thirdparty/zxcvbn/zxcvbn_autogen/mocs_compilation.cpp
[  7%] Generating keepassxc_sr.qm
[  8%] Generating keepassxc_sq.qm
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations && /usr/lib/qt/5.15/bin/amd64/lrelease /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/share/translations/keepassxc_sr.ts -qm /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations/keepassxc_sr.qm
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations && /usr/lib/qt/5.15/bin/amd64/lrelease /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/share/translations/keepassxc_sq.ts -qm /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations/keepassxc_sq.qm
[  8%] Building C object src/thirdparty/zxcvbn/CMakeFiles/zxcvbn.dir/zxcvbn.c.o
Updating '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations/keepassxc_sq.qm'...
Updating '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations/keepassxc_sr.qm'...
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/thirdparty/zxcvbn && /usr/gcc/14/bin/gcc -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/thirdparty/zxcvbn/zxcvbn_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fstack-protector-strong -Wchar-subscripts -Wwrite-strings -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Werror=implicit-function-declaration -Wcast-align -O3 -DNDEBUG -std=gnu99 -fPIC -MD -MT src/thirdparty/zxcvbn/CMakeFiles/zxcvbn.dir/zxcvbn.c.o -MF CMakeFiles/zxcvbn.dir/zxcvbn.c.o.d -o CMakeFiles/zxcvbn.dir/zxcvbn.c.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn/zxcvbn.c
    Generated 2287 translation(s) (2287 finished and 0 unfinished)
    Ignored 143 untranslated source text(s)
    Generated 1516 translation(s) (1516 finished and 0 unfinished)
    Ignored 914 untranslated source text(s)
[  8%] Generating keepassxc_th.qm
[  8%] Generating keepassxc_sv.qm
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations && /usr/lib/qt/5.15/bin/amd64/lrelease /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/share/translations/keepassxc_th.ts -qm /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations/keepassxc_th.qm
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations && /usr/lib/qt/5.15/bin/amd64/lrelease /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/share/translations/keepassxc_sv.ts -qm /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations/keepassxc_sv.qm
Updating '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations/keepassxc_th.qm'...
Updating '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations/keepassxc_sv.qm'...
    Generated 2052 translation(s) (2052 finished and 0 unfinished)
    Ignored 378 untranslated source text(s)
    Generated 2426 translation(s) (2426 finished and 0 unfinished)
    Ignored 4 untranslated source text(s)
[  8%] Generating keepassxc_tr.qm
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations && /usr/lib/qt/5.15/bin/amd64/lrelease /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/share/translations/keepassxc_tr.ts -qm /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations/keepassxc_tr.qm
[  8%] Generating keepassxc_uk.qm
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations && /usr/lib/qt/5.15/bin/amd64/lrelease /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/share/translations/keepassxc_uk.ts -qm /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations/keepassxc_uk.qm
Updating '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations/keepassxc_tr.qm'...
Updating '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations/keepassxc_uk.qm'...
AutoMoc: Generating "BIN:/src/fdosecrets/fdosecrets_autogen/64PJ3GCGVF/moc_Session.cpp", because it doesn't exist, from "SRC:/src/fdosecrets/objects/Session.h"
/usr/lib/qt/5.15/bin/amd64/moc -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/fdosecrets -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtDBus -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets/fdosecrets_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets/fdosecrets_autogen/64PJ3GCGVF/moc_Session.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/fdosecrets/objects/Session.h
AutoMoc: Generating "BIN:/src/fdosecrets/fdosecrets_autogen/64PJ3GCGVF/moc_Service.cpp", because it doesn't exist, from "SRC:/src/fdosecrets/objects/Service.h"
/usr/lib/qt/5.15/bin/amd64/moc -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/fdosecrets -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtDBus -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets/fdosecrets_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets/fdosecrets_autogen/64PJ3GCGVF/moc_Service.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/fdosecrets/objects/Service.h
AutoMoc: Generating "BIN:/src/fdosecrets/fdosecrets_autogen/64PJ3GCGVF/moc_Prompt.cpp", because it doesn't exist, from "SRC:/src/fdosecrets/objects/Prompt.h"
/usr/lib/qt/5.15/bin/amd64/moc -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/fdosecrets -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtDBus -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets/fdosecrets_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets/fdosecrets_autogen/64PJ3GCGVF/moc_Prompt.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/fdosecrets/objects/Prompt.h
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
    Generated 2427 translation(s) (2427 finished and 0 unfinished)
    Ignored 3 untranslated source text(s)
Removed plural forms as the target language has less forms.
If this sounds wrong, possibly the target language is not set or recognized.
    Generated 2380 translation(s) (2380 finished and 0 unfinished)
    Ignored 50 untranslated source text(s)
[  9%] Generating keepassxc_zh_CN.qm
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations && /usr/lib/qt/5.15/bin/amd64/lrelease /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/share/translations/keepassxc_zh_CN.ts -qm /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations/keepassxc_zh_CN.qm
[  9%] Generating keepassxc_zh_TW.qm
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations && /usr/lib/qt/5.15/bin/amd64/lrelease /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/share/translations/keepassxc_zh_TW.ts -qm /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations/keepassxc_zh_TW.qm
Updating '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations/keepassxc_zh_TW.qm'...
Updating '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/share/translations/keepassxc_zh_CN.qm'...
    Generated 2430 translation(s) (2430 finished and 0 unfinished)
    Generated 2430 translation(s) (2430 finished and 0 unfinished)
AutoMoc: Reading dependencies from "BIN:/src/browser/keepassxcbrowser_autogen/EWIEGA46WW/moc_BrowserEntryConfig.cpp.d"
/usr/bin/gmake  -f src/qrcode/CMakeFiles/qrcode.dir/build.make src/qrcode/CMakeFiles/qrcode.dir/depend
AutoMoc: Generating "BIN:/src/browser/keepassxcbrowser_autogen/EWIEGA46WW/moc_BrowserSettingsWidget.cpp", because it doesn't exist, from "SRC:/src/browser/BrowserSettingsWidget.h"
/usr/lib/qt/5.15/bin/amd64/moc -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/browser -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser/keepassxcbrowser_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser/keepassxcbrowser_autogen/EWIEGA46WW/moc_BrowserSettingsWidget.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/browser/BrowserSettingsWidget.h
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/qrcode /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/qrcode /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/qrcode/CMakeFiles/qrcode.dir/DependInfo.cmake "--color="
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
Dependencies file "src/qrcode/qrcode_autogen/deps" is newer than depends file "/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/qrcode/CMakeFiles/qrcode.dir/compiler_depend.internal".
Consolidate compiler generated dependencies of target qrcode
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[  9%] Built target translations
/usr/bin/gmake  -f src/qrcode/CMakeFiles/qrcode.dir/build.make src/qrcode/CMakeFiles/qrcode.dir/build
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f src/proxy/CMakeFiles/proxy_alloc.dir/build.make src/proxy/CMakeFiles/proxy_alloc.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/proxy /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/proxy /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/proxy/CMakeFiles/proxy_alloc.dir/DependInfo.cmake "--color="
[ 10%] Building CXX object src/qrcode/CMakeFiles/qrcode.dir/qrcode_autogen/mocs_compilation.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/qrcode && /usr/gcc/14/bin/g++ -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/qrcode/qrcode_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/qrcode/CMakeFiles/qrcode.dir/qrcode_autogen/mocs_compilation.cpp.o -MF CMakeFiles/qrcode.dir/qrcode_autogen/mocs_compilation.cpp.o.d -o CMakeFiles/qrcode.dir/qrcode_autogen/mocs_compilation.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/qrcode/qrcode_autogen/mocs_compilation.cpp
Dependencies file "src/proxy/proxy_alloc_autogen/deps" is newer than depends file "/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/proxy/CMakeFiles/proxy_alloc.dir/compiler_depend.internal".
Consolidate compiler generated dependencies of target proxy_alloc
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f src/proxy/CMakeFiles/proxy_alloc.dir/build.make src/proxy/CMakeFiles/proxy_alloc.dir/build
AutoMoc: Reading dependencies from "BIN:/tests/testsupport_autogen/KH43KSYMFX/moc_TemporaryFile.cpp.d"
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 10%] Building CXX object src/proxy/CMakeFiles/proxy_alloc.dir/proxy_alloc_autogen/mocs_compilation.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/proxy && /usr/gcc/14/bin/g++ -DQT_CORE_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/proxy/proxy_alloc_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/proxy/CMakeFiles/proxy_alloc.dir/proxy_alloc_autogen/mocs_compilation.cpp.o -MF CMakeFiles/proxy_alloc.dir/proxy_alloc_autogen/mocs_compilation.cpp.o.d -o CMakeFiles/proxy_alloc.dir/proxy_alloc_autogen/mocs_compilation.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/proxy/proxy_alloc_autogen/mocs_compilation.cpp
[ 10%] Building CXX object src/qrcode/CMakeFiles/qrcode.dir/QrCode.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/qrcode && /usr/gcc/14/bin/g++ -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/qrcode/qrcode_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/qrcode/CMakeFiles/qrcode.dir/QrCode.cpp.o -MF CMakeFiles/qrcode.dir/QrCode.cpp.o.d -o CMakeFiles/qrcode.dir/QrCode.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/qrcode/QrCode.cpp
AutoMoc: Reading dependencies from "BIN:/src/autotype_autogen/F22UK32LQA/moc_PickcharsDialog.cpp.d"
[ 10%] Building CXX object src/proxy/CMakeFiles/proxy_alloc.dir/__/core/Alloc.cpp.o
AutoMoc: Reading dependencies from "BIN:/src/sshagent/sshagent_autogen/EWIEGA46WW/moc_SSHAgent.cpp.d"
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/proxy && /usr/gcc/14/bin/g++ -DQT_CORE_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/proxy/proxy_alloc_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/proxy/CMakeFiles/proxy_alloc.dir/__/core/Alloc.cpp.o -MF CMakeFiles/proxy_alloc.dir/__/core/Alloc.cpp.o.d -o CMakeFiles/proxy_alloc.dir/__/core/Alloc.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/core/Alloc.cpp
AutoMoc: Reading dependencies from "BIN:/src/autotype_autogen/F22UK32LQA/moc_AutoTypeMatchView.cpp.d"
AutoMoc: Reading dependencies from "BIN:/src/sshagent/sshagent_autogen/EWIEGA46WW/moc_AgentSettingsWidget.cpp.d"
AutoMoc: Reading dependencies from "BIN:/src/browser/keepassxcbrowser_autogen/EWIEGA46WW/moc_BrowserPasskeys.cpp.d"
AutoMoc: Generating "BIN:/src/browser/keepassxcbrowser_autogen/EWIEGA46WW/moc_CustomTableWidget.cpp", because it doesn't exist, from "SRC:/src/browser/CustomTableWidget.h"
/usr/lib/qt/5.15/bin/amd64/moc -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/browser -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser/keepassxcbrowser_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser/keepassxcbrowser_autogen/EWIEGA46WW/moc_CustomTableWidget.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/browser/CustomTableWidget.h
AutoMoc: Reading dependencies from "BIN:/src/browser/keepassxcbrowser_autogen/EWIEGA46WW/moc_BrowserPasskeysClient.cpp.d"
AutoMoc: Generating "BIN:/src/browser/keepassxcbrowser_autogen/EWIEGA46WW/moc_PasskeyUtils.cpp", because it doesn't exist, from "SRC:/src/browser/PasskeyUtils.h"
/usr/lib/qt/5.15/bin/amd64/moc -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/browser -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser/keepassxcbrowser_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser/keepassxcbrowser_autogen/EWIEGA46WW/moc_PasskeyUtils.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/browser/PasskeyUtils.h
AutoMoc: Reading dependencies from "BIN:/src/autotype_autogen/F22UK32LQA/moc_AutoTypeMatchModel.cpp.d"
AutoMoc: Reading dependencies from "BIN:/src/autotype_autogen/F22UK32LQA/moc_ShortcutWidget.cpp.d"
AutoMoc: Reading dependencies from "BIN:/src/autotype_autogen/F22UK32LQA/moc_AutoTypeSelectDialog.cpp.d"
AutoMoc: Reading dependencies from "BIN:/src/autotype_autogen/F22UK32LQA/moc_AutoType.cpp.d"
AutoMoc: Reading dependencies from "BIN:/src/browser/keepassxcbrowser_autogen/EWIEGA46WW/moc_BrowserPasskeysConfirmationDialog.cpp.d"
AutoMoc: Reading dependencies from "BIN:/src/browser/keepassxcbrowser_autogen/EWIEGA46WW/moc_BrowserHost.cpp.d"
AutoMoc: Reading dependencies from "BIN:/src/browser/keepassxcbrowser_autogen/EWIEGA46WW/moc_BrowserAccessControlDialog.cpp.d"
AutoMoc: Reading dependencies from "BIN:/src/autotype_autogen/F22UK32LQA/moc_WindowSelectComboBox.cpp.d"
AutoMoc: Generating MOC compilation "BIN:/src/autotype_autogen/mocs_compilation.cpp"
AutoMoc: Merging MOC dependencies into "BIN:/src/autotype_autogen/deps"
AutoGen: Writing the parse cache file "BIN:/src/CMakeFiles/autotype_autogen.dir/ParseCache.txt"
AutoGen: Writing the settings file "BIN:/src/CMakeFiles/autotype_autogen.dir/AutogenUsed.txt"
AutoMoc: Reading dependencies from "BIN:/tests/testsupport_autogen/EWIEGA46WW/moc_modeltest.cpp.d"
AutoMoc: Reading dependencies from "BIN:/src/sshagent/sshagent_autogen/EWIEGA46WW/moc_BinaryStream.cpp.d"
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/bin/cmake -E touch /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/autotype_autogen/timestamp
AutoMoc: Reading dependencies from "BIN:/src/browser/keepassxcbrowser_autogen/EWIEGA46WW/moc_BrowserEntrySaveDialog.cpp.d"
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
AutoMoc: Reading dependencies from "BIN:/tests/testsupport_autogen/EWIEGA46WW/moc_FailDevice.cpp.d"
AutoMoc: Generating MOC compilation "BIN:/tests/testsupport_autogen/mocs_compilation.cpp"
AutoMoc: Merging MOC dependencies into "BIN:/tests/testsupport_autogen/deps"
AutoGen: Writing the parse cache file "BIN:/tests/CMakeFiles/testsupport_autogen.dir/ParseCache.txt"
[ 10%] Built target autotype_autogen
AutoGen: Writing the settings file "BIN:/tests/CMakeFiles/testsupport_autogen.dir/AutogenUsed.txt"
/usr/bin/gmake  -f src/CMakeFiles/autotype.dir/build.make src/CMakeFiles/autotype.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/CMakeFiles/autotype.dir/DependInfo.cmake "--color="
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E touch /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testsupport_autogen/timestamp
Dependencies file "src/autotype_autogen/deps" is newer than depends file "/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/CMakeFiles/autotype.dir/compiler_depend.internal".
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
Consolidate compiler generated dependencies of target autotype
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f src/CMakeFiles/autotype.dir/build.make src/CMakeFiles/autotype.dir/build
[ 10%] Built target testsupport_autogen
/usr/bin/gmake  -f tests/CMakeFiles/testsupport.dir/build.make tests/CMakeFiles/testsupport.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testsupport.dir/DependInfo.cmake "--color="
[ 10%] Building CXX object src/CMakeFiles/autotype.dir/autotype_autogen/mocs_compilation.cpp.o
Dependencies file "tests/testsupport_autogen/deps" is newer than depends file "/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testsupport.dir/compiler_depend.internal".
AutoMoc: Reading dependencies from "BIN:/src/browser/keepassxcbrowser_autogen/EWIEGA46WW/moc_BrowserService.cpp.d"
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/autotype_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/autotype.dir/autotype_autogen/mocs_compilation.cpp.o -MF CMakeFiles/autotype.dir/autotype_autogen/mocs_compilation.cpp.o.d -o CMakeFiles/autotype.dir/autotype_autogen/mocs_compilation.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/autotype_autogen/mocs_compilation.cpp
Consolidate compiler generated dependencies of target testsupport
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testsupport.dir/build.make tests/CMakeFiles/testsupport.dir/build
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 10%] Building CXX object tests/CMakeFiles/testsupport.dir/testsupport_autogen/mocs_compilation.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testsupport_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/../src -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtTest -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT tests/CMakeFiles/testsupport.dir/testsupport_autogen/mocs_compilation.cpp.o -MF CMakeFiles/testsupport.dir/testsupport_autogen/mocs_compilation.cpp.o.d -o CMakeFiles/testsupport.dir/testsupport_autogen/mocs_compilation.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testsupport_autogen/mocs_compilation.cpp
AutoMoc: Reading dependencies from "BIN:/src/fdosecrets/fdosecrets_autogen/EWIEGA46WW/moc_FdoSecretsPlugin.cpp.d"
AutoMoc: Generating "BIN:/src/fdosecrets/fdosecrets_autogen/IMAN36LHMA/moc_AccessControlDialog.cpp", because it doesn't exist, from "SRC:/src/fdosecrets/widgets/AccessControlDialog.h"
/usr/lib/qt/5.15/bin/amd64/moc -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/fdosecrets -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtDBus -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets/fdosecrets_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets/fdosecrets_autogen/IMAN36LHMA/moc_AccessControlDialog.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/fdosecrets/widgets/AccessControlDialog.h
AutoMoc: Reading dependencies from "BIN:/src/fdosecrets/fdosecrets_autogen/KS3UX4TNHX/moc_DBusMgr.cpp.d"
AutoMoc: Generating "BIN:/src/fdosecrets/fdosecrets_autogen/IMAN36LHMA/moc_DatabaseSettingsWidgetFdoSecrets.cpp", because it doesn't exist, from "SRC:/src/fdosecrets/widgets/DatabaseSettingsWidgetFdoSecrets.h"
/usr/lib/qt/5.15/bin/amd64/moc -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/fdosecrets -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtDBus -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets/fdosecrets_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets/fdosecrets_autogen/IMAN36LHMA/moc_DatabaseSettingsWidgetFdoSecrets.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/fdosecrets/widgets/DatabaseSettingsWidgetFdoSecrets.h
AutoMoc: Reading dependencies from "BIN:/src/browser/keepassxcbrowser_autogen/EWIEGA46WW/moc_PasskeyUtils.cpp.d"
AutoMoc: Reading dependencies from "BIN:/src/sshagent/sshagent_autogen/EWIEGA46WW/moc_OpenSSHKey.cpp.d"
AutoMoc: Generating MOC compilation "BIN:/src/sshagent/sshagent_autogen/mocs_compilation.cpp"
AutoMoc: Merging MOC dependencies into "BIN:/src/sshagent/sshagent_autogen/deps"
AutoGen: Writing the parse cache file "BIN:/src/sshagent/CMakeFiles/sshagent_autogen.dir/ParseCache.txt"
AutoGen: Writing the settings file "BIN:/src/sshagent/CMakeFiles/sshagent_autogen.dir/AutogenUsed.txt"
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/sshagent && /usr/bin/cmake -E touch /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/sshagent/sshagent_autogen/timestamp
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 10%] Built target sshagent_autogen
[ 11%] Building CXX object tests/CMakeFiles/testsupport.dir/modeltest.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testsupport_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/../src -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtTest -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT tests/CMakeFiles/testsupport.dir/modeltest.cpp.o -MF CMakeFiles/testsupport.dir/modeltest.cpp.o.d -o CMakeFiles/testsupport.dir/modeltest.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests/modeltest.cpp
AutoMoc: Reading dependencies from "BIN:/src/fdosecrets/fdosecrets_autogen/64PJ3GCGVF/moc_Collection.cpp.d"
AutoMoc: Generating "BIN:/src/fdosecrets/fdosecrets_autogen/IMAN36LHMA/moc_SettingsModels.cpp", because it doesn't exist, from "SRC:/src/fdosecrets/widgets/SettingsModels.h"
/usr/lib/qt/5.15/bin/amd64/moc -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/fdosecrets -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtDBus -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets/fdosecrets_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets/fdosecrets_autogen/IMAN36LHMA/moc_SettingsModels.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/fdosecrets/widgets/SettingsModels.h
AutoMoc: Reading dependencies from "BIN:/src/browser/keepassxcbrowser_autogen/EWIEGA46WW/moc_BrowserSettingsWidget.cpp.d"
AutoMoc: Reading dependencies from "BIN:/src/fdosecrets/fdosecrets_autogen/64PJ3GCGVF/moc_Service.cpp.d"
AutoMoc: Reading dependencies from "BIN:/src/fdosecrets/fdosecrets_autogen/64PJ3GCGVF/moc_Prompt.cpp.d"
AutoMoc: Generating "BIN:/src/fdosecrets/fdosecrets_autogen/IMAN36LHMA/moc_SettingsWidgetFdoSecrets.cpp", because it doesn't exist, from "SRC:/src/fdosecrets/widgets/SettingsWidgetFdoSecrets.h"
/usr/lib/qt/5.15/bin/amd64/moc -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/fdosecrets -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtDBus -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets/fdosecrets_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets/fdosecrets_autogen/IMAN36LHMA/moc_SettingsWidgetFdoSecrets.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/fdosecrets/widgets/SettingsWidgetFdoSecrets.h
AutoMoc: Generating "BIN:/src/fdosecrets/fdosecrets_autogen/include/DatabaseSettingsWidgetFdoSecrets.moc", because it doesn't exist, from "SRC:/src/fdosecrets/widgets/DatabaseSettingsWidgetFdoSecrets.cpp"
/usr/lib/qt/5.15/bin/amd64/moc -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/fdosecrets -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtDBus -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets/fdosecrets_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets/fdosecrets_autogen/include/DatabaseSettingsWidgetFdoSecrets.moc /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/fdosecrets/widgets/DatabaseSettingsWidgetFdoSecrets.cpp
AutoMoc: Reading dependencies from "BIN:/src/browser/keepassxcbrowser_autogen/EWIEGA46WW/moc_CustomTableWidget.cpp.d"
AutoMoc: Generating MOC compilation "BIN:/src/browser/keepassxcbrowser_autogen/mocs_compilation.cpp"
AutoMoc: Merging MOC dependencies into "BIN:/src/browser/keepassxcbrowser_autogen/deps"
AutoGen: Writing the parse cache file "BIN:/src/browser/CMakeFiles/keepassxcbrowser_autogen.dir/ParseCache.txt"
AutoGen: Writing the settings file "BIN:/src/browser/CMakeFiles/keepassxcbrowser_autogen.dir/AutogenUsed.txt"
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser && /usr/bin/cmake -E touch /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser/keepassxcbrowser_autogen/timestamp
AutoMoc: Reading dependencies from "BIN:/src/fdosecrets/fdosecrets_autogen/KS3UX4TNHX/moc_DBusObject.cpp.d"
AutoMoc: Generating "BIN:/src/fdosecrets/fdosecrets_autogen/include/SettingsWidgetFdoSecrets.moc", because it doesn't exist, from "SRC:/src/fdosecrets/widgets/SettingsWidgetFdoSecrets.cpp"
/usr/lib/qt/5.15/bin/amd64/moc -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/fdosecrets -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtDBus -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets/fdosecrets_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets/fdosecrets_autogen/include/SettingsWidgetFdoSecrets.moc /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/fdosecrets/widgets/SettingsWidgetFdoSecrets.cpp
AutoMoc: Reading dependencies from "BIN:/src/fdosecrets/fdosecrets_autogen/64PJ3GCGVF/moc_Item.cpp.d"
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 11%] Built target keepassxcbrowser_autogen
/usr/bin/gmake  -f src/sshagent/CMakeFiles/sshagent.dir/build.make src/sshagent/CMakeFiles/sshagent.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/sshagent /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/sshagent /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/sshagent/CMakeFiles/sshagent.dir/DependInfo.cmake "--color="
Dependencies file "src/sshagent/sshagent_autogen/deps" is newer than depends file "/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/sshagent/CMakeFiles/sshagent.dir/compiler_depend.internal".
AutoMoc: Reading dependencies from "BIN:/src/fdosecrets/fdosecrets_autogen/64PJ3GCGVF/moc_Session.cpp.d"
Consolidate compiler generated dependencies of target sshagent
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f src/sshagent/CMakeFiles/sshagent.dir/build.make src/sshagent/CMakeFiles/sshagent.dir/build
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 11%] Building CXX object src/sshagent/CMakeFiles/sshagent.dir/sshagent_autogen/mocs_compilation.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/sshagent && /usr/gcc/14/bin/g++ -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/sshagent/sshagent_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/sshagent -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/sshagent -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtNetwork -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/sshagent/CMakeFiles/sshagent.dir/sshagent_autogen/mocs_compilation.cpp.o -MF CMakeFiles/sshagent.dir/sshagent_autogen/mocs_compilation.cpp.o.d -o CMakeFiles/sshagent.dir/sshagent_autogen/mocs_compilation.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/sshagent/sshagent_autogen/mocs_compilation.cpp
AutoMoc: Reading dependencies from "BIN:/src/fdosecrets/fdosecrets_autogen/IMAN36LHMA/moc_AccessControlDialog.cpp.d"
AutoMoc: Reading dependencies from "BIN:/src/fdosecrets/fdosecrets_autogen/IMAN36LHMA/moc_DatabaseSettingsWidgetFdoSecrets.cpp.d"
AutoMoc: Reading dependencies from "BIN:/src/fdosecrets/fdosecrets_autogen/IMAN36LHMA/moc_SettingsModels.cpp.d"
AutoMoc: Reading dependencies from "BIN:/src/fdosecrets/fdosecrets_autogen/IMAN36LHMA/moc_SettingsWidgetFdoSecrets.cpp.d"
AutoMoc: Reading dependencies from "BIN:/src/fdosecrets/fdosecrets_autogen/include/DatabaseSettingsWidgetFdoSecrets.moc.d"
AutoMoc: Reading dependencies from "BIN:/src/fdosecrets/fdosecrets_autogen/include/SettingsWidgetFdoSecrets.moc.d"
AutoMoc: Generating MOC compilation "BIN:/src/fdosecrets/fdosecrets_autogen/mocs_compilation.cpp"
AutoMoc: Merging MOC dependencies into "BIN:/src/fdosecrets/fdosecrets_autogen/deps"
AutoGen: Writing the parse cache file "BIN:/src/fdosecrets/CMakeFiles/fdosecrets_autogen.dir/ParseCache.txt"
AutoGen: Writing the settings file "BIN:/src/fdosecrets/CMakeFiles/fdosecrets_autogen.dir/AutogenUsed.txt"
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets && /usr/bin/cmake -E touch /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets/fdosecrets_autogen/timestamp
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 11%] Built target fdosecrets_autogen
/usr/bin/gmake  -f src/browser/CMakeFiles/keepassxcbrowser.dir/build.make src/browser/CMakeFiles/keepassxcbrowser.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/browser /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser/CMakeFiles/keepassxcbrowser.dir/DependInfo.cmake "--color="
Dependencies file "src/browser/keepassxcbrowser_autogen/deps" is newer than depends file "/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser/CMakeFiles/keepassxcbrowser.dir/compiler_depend.internal".
Consolidate compiler generated dependencies of target keepassxcbrowser
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f src/browser/CMakeFiles/keepassxcbrowser.dir/build.make src/browser/CMakeFiles/keepassxcbrowser.dir/build
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 11%] Building CXX object src/browser/CMakeFiles/keepassxcbrowser.dir/keepassxcbrowser_autogen/mocs_compilation.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser/keepassxcbrowser_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/browser -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtNetwork -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/browser/CMakeFiles/keepassxcbrowser.dir/keepassxcbrowser_autogen/mocs_compilation.cpp.o -MF CMakeFiles/keepassxcbrowser.dir/keepassxcbrowser_autogen/mocs_compilation.cpp.o.d -o CMakeFiles/keepassxcbrowser.dir/keepassxcbrowser_autogen/mocs_compilation.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser/keepassxcbrowser_autogen/mocs_compilation.cpp
[ 11%] Linking CXX static library libproxy_alloc.a
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/proxy && /usr/bin/cmake -P CMakeFiles/proxy_alloc.dir/cmake_clean_target.cmake
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/proxy && /usr/bin/cmake -E cmake_link_script CMakeFiles/proxy_alloc.dir/link.txt --verbose=1
/usr/bin/amd64/ar qc libproxy_alloc.a CMakeFiles/proxy_alloc.dir/proxy_alloc_autogen/mocs_compilation.cpp.o CMakeFiles/proxy_alloc.dir/__/core/Alloc.cpp.o
/usr/bin/ranlib libproxy_alloc.a
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 12%] Built target proxy_alloc
[ 13%] Building CXX object src/sshagent/CMakeFiles/sshagent.dir/AgentSettingsPage.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/sshagent && /usr/gcc/14/bin/g++ -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/sshagent/sshagent_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/sshagent -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/sshagent -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtNetwork -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/sshagent/CMakeFiles/sshagent.dir/AgentSettingsPage.cpp.o -MF CMakeFiles/sshagent.dir/AgentSettingsPage.cpp.o.d -o CMakeFiles/sshagent.dir/AgentSettingsPage.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/sshagent/AgentSettingsPage.cpp
[ 13%] Linking CXX static library libzxcvbn.a
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/thirdparty/zxcvbn && /usr/bin/cmake -P CMakeFiles/zxcvbn.dir/cmake_clean_target.cmake
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/thirdparty/zxcvbn && /usr/bin/cmake -E cmake_link_script CMakeFiles/zxcvbn.dir/link.txt --verbose=1
/usr/bin/amd64/ar qc libzxcvbn.a CMakeFiles/zxcvbn.dir/zxcvbn_autogen/mocs_compilation.cpp.o CMakeFiles/zxcvbn.dir/zxcvbn.c.o
/usr/bin/ranlib libzxcvbn.a
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 13%] Built target zxcvbn
[ 13%] Building CXX object src/sshagent/CMakeFiles/sshagent.dir/AgentSettingsWidget.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/sshagent && /usr/gcc/14/bin/g++ -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/sshagent/sshagent_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/sshagent -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/sshagent -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtNetwork -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/sshagent/CMakeFiles/sshagent.dir/AgentSettingsWidget.cpp.o -MF CMakeFiles/sshagent.dir/AgentSettingsWidget.cpp.o.d -o CMakeFiles/sshagent.dir/AgentSettingsWidget.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/sshagent/AgentSettingsWidget.cpp
[ 13%] Building CXX object src/browser/CMakeFiles/keepassxcbrowser.dir/BrowserAccessControlDialog.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser/keepassxcbrowser_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/browser -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtNetwork -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/browser/CMakeFiles/keepassxcbrowser.dir/BrowserAccessControlDialog.cpp.o -MF CMakeFiles/keepassxcbrowser.dir/BrowserAccessControlDialog.cpp.o.d -o CMakeFiles/keepassxcbrowser.dir/BrowserAccessControlDialog.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/browser/BrowserAccessControlDialog.cpp
[ 13%] Building CXX object src/sshagent/CMakeFiles/sshagent.dir/ASN1Key.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/sshagent && /usr/gcc/14/bin/g++ -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/sshagent/sshagent_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/sshagent -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/sshagent -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtNetwork -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/sshagent/CMakeFiles/sshagent.dir/ASN1Key.cpp.o -MF CMakeFiles/sshagent.dir/ASN1Key.cpp.o.d -o CMakeFiles/sshagent.dir/ASN1Key.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/sshagent/ASN1Key.cpp
[ 13%] Linking CXX static library libqrcode.a
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/qrcode && /usr/bin/cmake -P CMakeFiles/qrcode.dir/cmake_clean_target.cmake
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/qrcode && /usr/bin/cmake -E cmake_link_script CMakeFiles/qrcode.dir/link.txt --verbose=1
/usr/bin/amd64/ar qc libqrcode.a CMakeFiles/qrcode.dir/qrcode_autogen/mocs_compilation.cpp.o CMakeFiles/qrcode.dir/QrCode.cpp.o
/usr/bin/ranlib libqrcode.a
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 13%] Built target qrcode
[ 14%] Building CXX object src/browser/CMakeFiles/keepassxcbrowser.dir/BrowserAction.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser/keepassxcbrowser_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/browser -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtNetwork -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/browser/CMakeFiles/keepassxcbrowser.dir/BrowserAction.cpp.o -MF CMakeFiles/keepassxcbrowser.dir/BrowserAction.cpp.o.d -o CMakeFiles/keepassxcbrowser.dir/BrowserAction.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/browser/BrowserAction.cpp
[ 14%] Building CXX object src/CMakeFiles/autotype.dir/core/Tools.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/autotype_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/autotype.dir/core/Tools.cpp.o -MF CMakeFiles/autotype.dir/core/Tools.cpp.o.d -o CMakeFiles/autotype.dir/core/Tools.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/core/Tools.cpp
[ 14%] Building CXX object tests/CMakeFiles/testsupport.dir/FailDevice.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testsupport_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/../src -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtTest -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT tests/CMakeFiles/testsupport.dir/FailDevice.cpp.o -MF CMakeFiles/testsupport.dir/FailDevice.cpp.o.d -o CMakeFiles/testsupport.dir/FailDevice.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests/FailDevice.cpp
[ 14%] Building CXX object src/sshagent/CMakeFiles/sshagent.dir/BinaryStream.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/sshagent && /usr/gcc/14/bin/g++ -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/sshagent/sshagent_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/sshagent -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/sshagent -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtNetwork -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/sshagent/CMakeFiles/sshagent.dir/BinaryStream.cpp.o -MF CMakeFiles/sshagent.dir/BinaryStream.cpp.o.d -o CMakeFiles/sshagent.dir/BinaryStream.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/sshagent/BinaryStream.cpp
[ 14%] Building CXX object src/browser/CMakeFiles/keepassxcbrowser.dir/BrowserEntryConfig.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser/keepassxcbrowser_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/browser -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtNetwork -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/browser/CMakeFiles/keepassxcbrowser.dir/BrowserEntryConfig.cpp.o -MF CMakeFiles/keepassxcbrowser.dir/BrowserEntryConfig.cpp.o.d -o CMakeFiles/keepassxcbrowser.dir/BrowserEntryConfig.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/browser/BrowserEntryConfig.cpp
[ 14%] Building CXX object src/browser/CMakeFiles/keepassxcbrowser.dir/BrowserEntrySaveDialog.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser/keepassxcbrowser_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/browser -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtNetwork -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/browser/CMakeFiles/keepassxcbrowser.dir/BrowserEntrySaveDialog.cpp.o -MF CMakeFiles/keepassxcbrowser.dir/BrowserEntrySaveDialog.cpp.o.d -o CMakeFiles/keepassxcbrowser.dir/BrowserEntrySaveDialog.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/browser/BrowserEntrySaveDialog.cpp
[ 14%] Building CXX object src/browser/CMakeFiles/keepassxcbrowser.dir/BrowserHost.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser/keepassxcbrowser_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/browser -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtNetwork -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/browser/CMakeFiles/keepassxcbrowser.dir/BrowserHost.cpp.o -MF CMakeFiles/keepassxcbrowser.dir/BrowserHost.cpp.o.d -o CMakeFiles/keepassxcbrowser.dir/BrowserHost.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/browser/BrowserHost.cpp
[ 14%] Building CXX object tests/CMakeFiles/testsupport.dir/mock/MockClock.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testsupport_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/../src -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtTest -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT tests/CMakeFiles/testsupport.dir/mock/MockClock.cpp.o -MF CMakeFiles/testsupport.dir/mock/MockClock.cpp.o.d -o CMakeFiles/testsupport.dir/mock/MockClock.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests/mock/MockClock.cpp
[ 14%] Building CXX object src/sshagent/CMakeFiles/sshagent.dir/KeeAgentSettings.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/sshagent && /usr/gcc/14/bin/g++ -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/sshagent/sshagent_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/sshagent -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/sshagent -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtNetwork -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/sshagent/CMakeFiles/sshagent.dir/KeeAgentSettings.cpp.o -MF CMakeFiles/sshagent.dir/KeeAgentSettings.cpp.o.d -o CMakeFiles/sshagent.dir/KeeAgentSettings.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/sshagent/KeeAgentSettings.cpp
[ 14%] Building CXX object src/CMakeFiles/autotype.dir/autotype/AutoType.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/autotype_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/autotype.dir/autotype/AutoType.cpp.o -MF CMakeFiles/autotype.dir/autotype/AutoType.cpp.o.d -o CMakeFiles/autotype.dir/autotype/AutoType.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/autotype/AutoType.cpp
[ 14%] Building CXX object src/browser/CMakeFiles/keepassxcbrowser.dir/BrowserMessageBuilder.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser/keepassxcbrowser_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/browser -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtNetwork -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/browser/CMakeFiles/keepassxcbrowser.dir/BrowserMessageBuilder.cpp.o -MF CMakeFiles/keepassxcbrowser.dir/BrowserMessageBuilder.cpp.o.d -o CMakeFiles/keepassxcbrowser.dir/BrowserMessageBuilder.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/browser/BrowserMessageBuilder.cpp
[ 14%] Building CXX object src/sshagent/CMakeFiles/sshagent.dir/OpenSSHKey.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/sshagent && /usr/gcc/14/bin/g++ -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/sshagent/sshagent_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/sshagent -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/sshagent -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtNetwork -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/sshagent/CMakeFiles/sshagent.dir/OpenSSHKey.cpp.o -MF CMakeFiles/sshagent.dir/OpenSSHKey.cpp.o.d -o CMakeFiles/sshagent.dir/OpenSSHKey.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/sshagent/OpenSSHKey.cpp
[ 14%] Building CXX object src/browser/CMakeFiles/keepassxcbrowser.dir/BrowserSettingsPage.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser/keepassxcbrowser_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/browser -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtNetwork -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/browser/CMakeFiles/keepassxcbrowser.dir/BrowserSettingsPage.cpp.o -MF CMakeFiles/keepassxcbrowser.dir/BrowserSettingsPage.cpp.o.d -o CMakeFiles/keepassxcbrowser.dir/BrowserSettingsPage.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/browser/BrowserSettingsPage.cpp
[ 15%] Building CXX object src/sshagent/CMakeFiles/sshagent.dir/SSHAgent.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/sshagent && /usr/gcc/14/bin/g++ -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/sshagent/sshagent_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/sshagent -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/sshagent -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtNetwork -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/sshagent/CMakeFiles/sshagent.dir/SSHAgent.cpp.o -MF CMakeFiles/sshagent.dir/SSHAgent.cpp.o.d -o CMakeFiles/sshagent.dir/SSHAgent.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/sshagent/SSHAgent.cpp
[ 15%] Building CXX object tests/CMakeFiles/testsupport.dir/util/TemporaryFile.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testsupport_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/../src -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtTest -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT tests/CMakeFiles/testsupport.dir/util/TemporaryFile.cpp.o -MF CMakeFiles/testsupport.dir/util/TemporaryFile.cpp.o.d -o CMakeFiles/testsupport.dir/util/TemporaryFile.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests/util/TemporaryFile.cpp
[ 15%] Building CXX object src/browser/CMakeFiles/keepassxcbrowser.dir/BrowserSettingsWidget.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser/keepassxcbrowser_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/browser -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtNetwork -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/browser/CMakeFiles/keepassxcbrowser.dir/BrowserSettingsWidget.cpp.o -MF CMakeFiles/keepassxcbrowser.dir/BrowserSettingsWidget.cpp.o.d -o CMakeFiles/keepassxcbrowser.dir/BrowserSettingsWidget.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/browser/BrowserSettingsWidget.cpp
[ 16%] Building CXX object src/browser/CMakeFiles/keepassxcbrowser.dir/BrowserService.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser/keepassxcbrowser_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/browser -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtNetwork -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/browser/CMakeFiles/keepassxcbrowser.dir/BrowserService.cpp.o -MF CMakeFiles/keepassxcbrowser.dir/BrowserService.cpp.o.d -o CMakeFiles/keepassxcbrowser.dir/BrowserService.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/browser/BrowserService.cpp
[ 16%] Building CXX object src/browser/CMakeFiles/keepassxcbrowser.dir/BrowserSettings.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser/keepassxcbrowser_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/browser -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtNetwork -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/browser/CMakeFiles/keepassxcbrowser.dir/BrowserSettings.cpp.o -MF CMakeFiles/keepassxcbrowser.dir/BrowserSettings.cpp.o.d -o CMakeFiles/keepassxcbrowser.dir/BrowserSettings.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/browser/BrowserSettings.cpp
[ 16%] Building CXX object src/browser/CMakeFiles/keepassxcbrowser.dir/BrowserShared.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser/keepassxcbrowser_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/browser -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtNetwork -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/browser/CMakeFiles/keepassxcbrowser.dir/BrowserShared.cpp.o -MF CMakeFiles/keepassxcbrowser.dir/BrowserShared.cpp.o.d -o CMakeFiles/keepassxcbrowser.dir/BrowserShared.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/browser/BrowserShared.cpp
[ 16%] Linking CXX static library libtestsupport.a
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -P CMakeFiles/testsupport.dir/cmake_clean_target.cmake
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/testsupport.dir/link.txt --verbose=1
/usr/bin/amd64/ar qc libtestsupport.a CMakeFiles/testsupport.dir/testsupport_autogen/mocs_compilation.cpp.o CMakeFiles/testsupport.dir/modeltest.cpp.o CMakeFiles/testsupport.dir/FailDevice.cpp.o CMakeFiles/testsupport.dir/mock/MockClock.cpp.o CMakeFiles/testsupport.dir/util/TemporaryFile.cpp.o
/usr/bin/ranlib libtestsupport.a
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 16%] Built target testsupport
/usr/bin/gmake  -f src/fdosecrets/CMakeFiles/fdosecrets.dir/build.make src/fdosecrets/CMakeFiles/fdosecrets.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/fdosecrets /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets/CMakeFiles/fdosecrets.dir/DependInfo.cmake "--color="
Dependencies file "src/fdosecrets/fdosecrets_autogen/deps" is newer than depends file "/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets/CMakeFiles/fdosecrets.dir/compiler_depend.internal".
Consolidate compiler generated dependencies of target fdosecrets
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f src/fdosecrets/CMakeFiles/fdosecrets.dir/build.make src/fdosecrets/CMakeFiles/fdosecrets.dir/build
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 16%] Building CXX object src/fdosecrets/CMakeFiles/fdosecrets.dir/fdosecrets_autogen/mocs_compilation.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets && /usr/gcc/14/bin/g++ -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets/fdosecrets_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/fdosecrets -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtDBus -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/fdosecrets/CMakeFiles/fdosecrets.dir/fdosecrets_autogen/mocs_compilation.cpp.o -MF CMakeFiles/fdosecrets.dir/fdosecrets_autogen/mocs_compilation.cpp.o.d -o CMakeFiles/fdosecrets.dir/fdosecrets_autogen/mocs_compilation.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets/fdosecrets_autogen/mocs_compilation.cpp
[ 16%] Building CXX object src/CMakeFiles/autotype.dir/autotype/AutoTypeAction.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/autotype_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/autotype.dir/autotype/AutoTypeAction.cpp.o -MF CMakeFiles/autotype.dir/autotype/AutoTypeAction.cpp.o.d -o CMakeFiles/autotype.dir/autotype/AutoTypeAction.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/autotype/AutoTypeAction.cpp
[ 16%] Building CXX object src/browser/CMakeFiles/keepassxcbrowser.dir/CustomTableWidget.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser/keepassxcbrowser_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/browser -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtNetwork -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/browser/CMakeFiles/keepassxcbrowser.dir/CustomTableWidget.cpp.o -MF CMakeFiles/keepassxcbrowser.dir/CustomTableWidget.cpp.o.d -o CMakeFiles/keepassxcbrowser.dir/CustomTableWidget.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/browser/CustomTableWidget.cpp
[ 16%] Linking CXX static library libsshagent.a
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/sshagent && /usr/bin/cmake -P CMakeFiles/sshagent.dir/cmake_clean_target.cmake
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/sshagent && /usr/bin/cmake -E cmake_link_script CMakeFiles/sshagent.dir/link.txt --verbose=1
/usr/bin/amd64/ar qc libsshagent.a CMakeFiles/sshagent.dir/sshagent_autogen/mocs_compilation.cpp.o CMakeFiles/sshagent.dir/AgentSettingsPage.cpp.o CMakeFiles/sshagent.dir/AgentSettingsWidget.cpp.o CMakeFiles/sshagent.dir/ASN1Key.cpp.o CMakeFiles/sshagent.dir/BinaryStream.cpp.o CMakeFiles/sshagent.dir/KeeAgentSettings.cpp.o CMakeFiles/sshagent.dir/OpenSSHKey.cpp.o CMakeFiles/sshagent.dir/SSHAgent.cpp.o
/usr/bin/ranlib libsshagent.a
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 16%] Built target sshagent
/usr/bin/gmake  -f src/proxy/CMakeFiles/keepassxc-proxy_autogen_timestamp_deps.dir/build.make src/proxy/CMakeFiles/keepassxc-proxy_autogen_timestamp_deps.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/proxy /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/proxy /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/proxy/CMakeFiles/keepassxc-proxy_autogen_timestamp_deps.dir/DependInfo.cmake "--color="
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f src/proxy/CMakeFiles/keepassxc-proxy_autogen_timestamp_deps.dir/build.make src/proxy/CMakeFiles/keepassxc-proxy_autogen_timestamp_deps.dir/build
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Nothing to be done for 'src/proxy/CMakeFiles/keepassxc-proxy_autogen_timestamp_deps.dir/build'.
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 16%] Built target keepassxc-proxy_autogen_timestamp_deps
/usr/bin/gmake  -f src/cli/CMakeFiles/cli_autogen_timestamp_deps.dir/build.make src/cli/CMakeFiles/cli_autogen_timestamp_deps.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/cli /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/cli /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/cli/CMakeFiles/cli_autogen_timestamp_deps.dir/DependInfo.cmake "--color="
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f src/cli/CMakeFiles/cli_autogen_timestamp_deps.dir/build.make src/cli/CMakeFiles/cli_autogen_timestamp_deps.dir/build
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Nothing to be done for 'src/cli/CMakeFiles/cli_autogen_timestamp_deps.dir/build'.
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 16%] Built target cli_autogen_timestamp_deps
[ 17%] Building CXX object src/fdosecrets/CMakeFiles/fdosecrets.dir/FdoSecretsPlugin.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets && /usr/gcc/14/bin/g++ -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets/fdosecrets_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/fdosecrets -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtDBus -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/fdosecrets/CMakeFiles/fdosecrets.dir/FdoSecretsPlugin.cpp.o -MF CMakeFiles/fdosecrets.dir/FdoSecretsPlugin.cpp.o.d -o CMakeFiles/fdosecrets.dir/FdoSecretsPlugin.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/fdosecrets/FdoSecretsPlugin.cpp
[ 17%] Building CXX object src/browser/CMakeFiles/keepassxcbrowser.dir/NativeMessageInstaller.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser/keepassxcbrowser_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/browser -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtNetwork -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/browser/CMakeFiles/keepassxcbrowser.dir/NativeMessageInstaller.cpp.o -MF CMakeFiles/keepassxcbrowser.dir/NativeMessageInstaller.cpp.o.d -o CMakeFiles/keepassxcbrowser.dir/NativeMessageInstaller.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/browser/NativeMessageInstaller.cpp
[ 17%] Building CXX object src/browser/CMakeFiles/keepassxcbrowser.dir/BrowserCbor.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser/keepassxcbrowser_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/browser -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtNetwork -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/browser/CMakeFiles/keepassxcbrowser.dir/BrowserCbor.cpp.o -MF CMakeFiles/keepassxcbrowser.dir/BrowserCbor.cpp.o.d -o CMakeFiles/keepassxcbrowser.dir/BrowserCbor.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/browser/BrowserCbor.cpp
[ 17%] Building CXX object src/fdosecrets/CMakeFiles/fdosecrets.dir/widgets/SettingsModels.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets && /usr/gcc/14/bin/g++ -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets/fdosecrets_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/fdosecrets -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtDBus -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/fdosecrets/CMakeFiles/fdosecrets.dir/widgets/SettingsModels.cpp.o -MF CMakeFiles/fdosecrets.dir/widgets/SettingsModels.cpp.o.d -o CMakeFiles/fdosecrets.dir/widgets/SettingsModels.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/fdosecrets/widgets/SettingsModels.cpp
[ 17%] Building CXX object src/CMakeFiles/autotype.dir/autotype/AutoTypeMatchModel.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/autotype_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/autotype.dir/autotype/AutoTypeMatchModel.cpp.o -MF CMakeFiles/autotype.dir/autotype/AutoTypeMatchModel.cpp.o.d -o CMakeFiles/autotype.dir/autotype/AutoTypeMatchModel.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/autotype/AutoTypeMatchModel.cpp
[ 17%] Building CXX object src/fdosecrets/CMakeFiles/fdosecrets.dir/widgets/SettingsWidgetFdoSecrets.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets && /usr/gcc/14/bin/g++ -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets/fdosecrets_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/fdosecrets -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtDBus -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/fdosecrets/CMakeFiles/fdosecrets.dir/widgets/SettingsWidgetFdoSecrets.cpp.o -MF CMakeFiles/fdosecrets.dir/widgets/SettingsWidgetFdoSecrets.cpp.o.d -o CMakeFiles/fdosecrets.dir/widgets/SettingsWidgetFdoSecrets.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/fdosecrets/widgets/SettingsWidgetFdoSecrets.cpp
[ 17%] Building CXX object src/fdosecrets/CMakeFiles/fdosecrets.dir/widgets/RowButtonHelper.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets && /usr/gcc/14/bin/g++ -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets/fdosecrets_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/fdosecrets -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtDBus -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/fdosecrets/CMakeFiles/fdosecrets.dir/widgets/RowButtonHelper.cpp.o -MF CMakeFiles/fdosecrets.dir/widgets/RowButtonHelper.cpp.o.d -o CMakeFiles/fdosecrets.dir/widgets/RowButtonHelper.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/fdosecrets/widgets/RowButtonHelper.cpp
[ 17%] Building CXX object src/fdosecrets/CMakeFiles/fdosecrets.dir/widgets/DatabaseSettingsWidgetFdoSecrets.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets && /usr/gcc/14/bin/g++ -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets/fdosecrets_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/fdosecrets -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtDBus -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/fdosecrets/CMakeFiles/fdosecrets.dir/widgets/DatabaseSettingsWidgetFdoSecrets.cpp.o -MF CMakeFiles/fdosecrets.dir/widgets/DatabaseSettingsWidgetFdoSecrets.cpp.o.d -o CMakeFiles/fdosecrets.dir/widgets/DatabaseSettingsWidgetFdoSecrets.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/fdosecrets/widgets/DatabaseSettingsWidgetFdoSecrets.cpp
/usr/bin/gmake  -f src/proxy/CMakeFiles/keepassxc-proxy_autogen.dir/build.make src/proxy/CMakeFiles/keepassxc-proxy_autogen.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/proxy /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/proxy /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/proxy/CMakeFiles/keepassxc-proxy_autogen.dir/DependInfo.cmake "--color="
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f src/proxy/CMakeFiles/keepassxc-proxy_autogen.dir/build.make src/proxy/CMakeFiles/keepassxc-proxy_autogen.dir/build
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 17%] Automatic MOC and UIC for target keepassxc-proxy
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/proxy && /usr/bin/cmake -E cmake_autogen /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/proxy/CMakeFiles/keepassxc-proxy_autogen.dir/AutogenInfo.json Release
AutoGen: Refreshing parse cache because it doesn't exist.
AutoMoc: Generating "BIN:/src/proxy/keepassxc-proxy_autogen/moc_predefs.h", because it doesn't exist.
/usr/gcc/14/bin/g++ -std=gnu++20 -w -dM -E /usr/share/cmake-4.0/Modules/CMakeCXXCompilerABI.cpp -DQT_CORE_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include
AutoGen: Parsing "SRC:/src/browser/BrowserShared.h"
AutoGen: Parsing "SRC:/src/proxy/NativeMessagingProxy.h"
AutoGen: Parsing "SRC:/src/browser/BrowserShared.cpp"
AutoGen: Parsing "SRC:/src/proxy/keepassxc-proxy.cpp"
AutoGen: Parsing "SRC:/src/proxy/NativeMessagingProxy.cpp"
AutoMoc: Generating "BIN:/src/proxy/keepassxc-proxy_autogen/EWIEGA46WW/moc_NativeMessagingProxy.cpp", because it doesn't exist, from "SRC:/src/proxy/NativeMessagingProxy.h"
/usr/lib/qt/5.15/bin/amd64/moc -DQT_CORE_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/proxy/keepassxc-proxy_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/proxy/keepassxc-proxy_autogen/EWIEGA46WW/moc_NativeMessagingProxy.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/proxy/NativeMessagingProxy.h
[ 18%] Building CXX object src/browser/CMakeFiles/keepassxcbrowser.dir/BrowserPasskeys.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser/keepassxcbrowser_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/browser -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtNetwork -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/browser/CMakeFiles/keepassxcbrowser.dir/BrowserPasskeys.cpp.o -MF CMakeFiles/keepassxcbrowser.dir/BrowserPasskeys.cpp.o.d -o CMakeFiles/keepassxcbrowser.dir/BrowserPasskeys.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/browser/BrowserPasskeys.cpp
AutoMoc: Reading dependencies from "BIN:/src/proxy/keepassxc-proxy_autogen/EWIEGA46WW/moc_NativeMessagingProxy.cpp.d"
AutoMoc: Generating MOC compilation "BIN:/src/proxy/keepassxc-proxy_autogen/mocs_compilation.cpp"
AutoMoc: Merging MOC dependencies into "BIN:/src/proxy/keepassxc-proxy_autogen/deps"
AutoGen: Writing the parse cache file "BIN:/src/proxy/CMakeFiles/keepassxc-proxy_autogen.dir/ParseCache.txt"
AutoGen: Writing the settings file "BIN:/src/proxy/CMakeFiles/keepassxc-proxy_autogen.dir/AutogenUsed.txt"
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/proxy && /usr/bin/cmake -E touch /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/proxy/keepassxc-proxy_autogen/timestamp
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 18%] Built target keepassxc-proxy_autogen
[ 18%] Building CXX object src/fdosecrets/CMakeFiles/fdosecrets.dir/widgets/AccessControlDialog.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets && /usr/gcc/14/bin/g++ -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets/fdosecrets_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/fdosecrets -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtDBus -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/fdosecrets/CMakeFiles/fdosecrets.dir/widgets/AccessControlDialog.cpp.o -MF CMakeFiles/fdosecrets.dir/widgets/AccessControlDialog.cpp.o.d -o CMakeFiles/fdosecrets.dir/widgets/AccessControlDialog.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/fdosecrets/widgets/AccessControlDialog.cpp
[ 18%] Building CXX object src/browser/CMakeFiles/keepassxcbrowser.dir/BrowserPasskeysClient.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser/keepassxcbrowser_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/browser -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtNetwork -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/browser/CMakeFiles/keepassxcbrowser.dir/BrowserPasskeysClient.cpp.o -MF CMakeFiles/keepassxcbrowser.dir/BrowserPasskeysClient.cpp.o.d -o CMakeFiles/keepassxcbrowser.dir/BrowserPasskeysClient.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/browser/BrowserPasskeysClient.cpp
[ 19%] Building CXX object src/CMakeFiles/autotype.dir/autotype/AutoTypeMatchView.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/autotype_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/autotype.dir/autotype/AutoTypeMatchView.cpp.o -MF CMakeFiles/autotype.dir/autotype/AutoTypeMatchView.cpp.o.d -o CMakeFiles/autotype.dir/autotype/AutoTypeMatchView.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/autotype/AutoTypeMatchView.cpp
[ 20%] Building CXX object src/fdosecrets/CMakeFiles/fdosecrets.dir/FdoSecretsSettings.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets && /usr/gcc/14/bin/g++ -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets/fdosecrets_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/fdosecrets -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtDBus -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/fdosecrets/CMakeFiles/fdosecrets.dir/FdoSecretsSettings.cpp.o -MF CMakeFiles/fdosecrets.dir/FdoSecretsSettings.cpp.o.d -o CMakeFiles/fdosecrets.dir/FdoSecretsSettings.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/fdosecrets/FdoSecretsSettings.cpp
[ 20%] Building CXX object src/browser/CMakeFiles/keepassxcbrowser.dir/BrowserPasskeysConfirmationDialog.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser/keepassxcbrowser_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/browser -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtNetwork -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/browser/CMakeFiles/keepassxcbrowser.dir/BrowserPasskeysConfirmationDialog.cpp.o -MF CMakeFiles/keepassxcbrowser.dir/BrowserPasskeysConfirmationDialog.cpp.o.d -o CMakeFiles/keepassxcbrowser.dir/BrowserPasskeysConfirmationDialog.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/browser/BrowserPasskeysConfirmationDialog.cpp
[ 20%] Building CXX object src/fdosecrets/CMakeFiles/fdosecrets.dir/dbus/DBusClient.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets && /usr/gcc/14/bin/g++ -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets/fdosecrets_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/fdosecrets -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtDBus -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/fdosecrets/CMakeFiles/fdosecrets.dir/dbus/DBusClient.cpp.o -MF CMakeFiles/fdosecrets.dir/dbus/DBusClient.cpp.o.d -o CMakeFiles/fdosecrets.dir/dbus/DBusClient.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/fdosecrets/dbus/DBusClient.cpp
[ 20%] Building CXX object src/CMakeFiles/autotype.dir/autotype/AutoTypeSelectDialog.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/autotype_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/autotype.dir/autotype/AutoTypeSelectDialog.cpp.o -MF CMakeFiles/autotype.dir/autotype/AutoTypeSelectDialog.cpp.o.d -o CMakeFiles/autotype.dir/autotype/AutoTypeSelectDialog.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/autotype/AutoTypeSelectDialog.cpp
[ 20%] Building CXX object src/browser/CMakeFiles/keepassxcbrowser.dir/PasskeyUtils.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser/keepassxcbrowser_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/browser -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtNetwork -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/browser/CMakeFiles/keepassxcbrowser.dir/PasskeyUtils.cpp.o -MF CMakeFiles/keepassxcbrowser.dir/PasskeyUtils.cpp.o.d -o CMakeFiles/keepassxcbrowser.dir/PasskeyUtils.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/browser/PasskeyUtils.cpp
[ 20%] Building CXX object src/fdosecrets/CMakeFiles/fdosecrets.dir/dbus/DBusMgr.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets && /usr/gcc/14/bin/g++ -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets/fdosecrets_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/fdosecrets -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtDBus -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/fdosecrets/CMakeFiles/fdosecrets.dir/dbus/DBusMgr.cpp.o -MF CMakeFiles/fdosecrets.dir/dbus/DBusMgr.cpp.o.d -o CMakeFiles/fdosecrets.dir/dbus/DBusMgr.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/fdosecrets/dbus/DBusMgr.cpp
[ 20%] Building CXX object src/fdosecrets/CMakeFiles/fdosecrets.dir/dbus/DBusDispatch.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets && /usr/gcc/14/bin/g++ -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets/fdosecrets_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/fdosecrets -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtDBus -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/fdosecrets/CMakeFiles/fdosecrets.dir/dbus/DBusDispatch.cpp.o -MF CMakeFiles/fdosecrets.dir/dbus/DBusDispatch.cpp.o.d -o CMakeFiles/fdosecrets.dir/dbus/DBusDispatch.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/fdosecrets/dbus/DBusDispatch.cpp
[ 20%] Building CXX object src/fdosecrets/CMakeFiles/fdosecrets.dir/dbus/DBusObject.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets && /usr/gcc/14/bin/g++ -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets/fdosecrets_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/fdosecrets -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtDBus -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/fdosecrets/CMakeFiles/fdosecrets.dir/dbus/DBusObject.cpp.o -MF CMakeFiles/fdosecrets.dir/dbus/DBusObject.cpp.o.d -o CMakeFiles/fdosecrets.dir/dbus/DBusObject.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/fdosecrets/dbus/DBusObject.cpp
[ 20%] Building CXX object src/fdosecrets/CMakeFiles/fdosecrets.dir/objects/Service.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets && /usr/gcc/14/bin/g++ -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets/fdosecrets_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/fdosecrets -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtDBus -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/fdosecrets/CMakeFiles/fdosecrets.dir/objects/Service.cpp.o -MF CMakeFiles/fdosecrets.dir/objects/Service.cpp.o.d -o CMakeFiles/fdosecrets.dir/objects/Service.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/fdosecrets/objects/Service.cpp
[ 21%] Building CXX object src/fdosecrets/CMakeFiles/fdosecrets.dir/objects/Session.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets && /usr/gcc/14/bin/g++ -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets/fdosecrets_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/fdosecrets -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtDBus -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/fdosecrets/CMakeFiles/fdosecrets.dir/objects/Session.cpp.o -MF CMakeFiles/fdosecrets.dir/objects/Session.cpp.o.d -o CMakeFiles/fdosecrets.dir/objects/Session.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/fdosecrets/objects/Session.cpp
/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/autotype/AutoTypeSelectDialog.cpp: In constructor 'AutoTypeSelectDialog::AutoTypeSelectDialog(QWidget*)':
/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/autotype/AutoTypeSelectDialog.cpp:80:48: warning: arithmetic between different enumeration types 'Qt::Modifier' and 'Qt::Key' is deprecated [-Wdeprecated-enum-enum-conversion]
   80 |     m_ui->searchCheckBox->setShortcut(Qt::CTRL + Qt::Key_F);
      |                                       ~~~~~~~~~^~~~~~~~~~~
/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/autotype/AutoTypeSelectDialog.cpp: In member function 'void AutoTypeSelectDialog::buildActionMenu()':
/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/autotype/AutoTypeSelectDialog.cpp:309:46: warning: arithmetic between different enumeration types 'Qt::Modifier' and 'Qt::Key' is deprecated [-Wdeprecated-enum-enum-conversion]
  309 |     typeUsernameAction->setShortcut(Qt::CTRL + Qt::Key_1);
      |                                     ~~~~~~~~~^~~~~~~~~~~
/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/autotype/AutoTypeSelectDialog.cpp:317:46: warning: arithmetic between different enumeration types 'Qt::Modifier' and 'Qt::Key' is deprecated [-Wdeprecated-enum-enum-conversion]
  317 |     typePasswordAction->setShortcut(Qt::CTRL + Qt::Key_2);
      |                                     ~~~~~~~~~^~~~~~~~~~~
/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/autotype/AutoTypeSelectDialog.cpp:325:42: warning: arithmetic between different enumeration types 'Qt::Modifier' and 'Qt::Key' is deprecated [-Wdeprecated-enum-enum-conversion]
  325 |     typeTotpAction->setShortcut(Qt::CTRL + Qt::Key_3);
      |                                 ~~~~~~~~~^~~~~~~~~~~
[ 21%] Building CXX object src/fdosecrets/CMakeFiles/fdosecrets.dir/objects/SessionCipher.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets && /usr/gcc/14/bin/g++ -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets/fdosecrets_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/fdosecrets -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtDBus -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/fdosecrets/CMakeFiles/fdosecrets.dir/objects/SessionCipher.cpp.o -MF CMakeFiles/fdosecrets.dir/objects/SessionCipher.cpp.o.d -o CMakeFiles/fdosecrets.dir/objects/SessionCipher.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/fdosecrets/objects/SessionCipher.cpp
[ 21%] Linking CXX static library libkeepassxcbrowser.a
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser && /usr/bin/cmake -P CMakeFiles/keepassxcbrowser.dir/cmake_clean_target.cmake
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/browser && /usr/bin/cmake -E cmake_link_script CMakeFiles/keepassxcbrowser.dir/link.txt --verbose=1
/usr/bin/amd64/ar qc libkeepassxcbrowser.a CMakeFiles/keepassxcbrowser.dir/keepassxcbrowser_autogen/mocs_compilation.cpp.o CMakeFiles/keepassxcbrowser.dir/BrowserAccessControlDialog.cpp.o CMakeFiles/keepassxcbrowser.dir/BrowserAction.cpp.o CMakeFiles/keepassxcbrowser.dir/BrowserEntryConfig.cpp.o CMakeFiles/keepassxcbrowser.dir/BrowserEntrySaveDialog.cpp.o CMakeFiles/keepassxcbrowser.dir/BrowserHost.cpp.o CMakeFiles/keepassxcbrowser.dir/BrowserMessageBuilder.cpp.o CMakeFiles/keepassxcbrowser.dir/BrowserSettingsPage.cpp.o CMakeFiles/keepassxcbrowser.dir/BrowserSettingsWidget.cpp.o CMakeFiles/keepassxcbrowser.dir/BrowserService.cpp.o CMakeFiles/keepassxcbrowser.dir/BrowserSettings.cpp.o CMakeFiles/keepassxcbrowser.dir/BrowserShared.cpp.o CMakeFiles/keepassxcbrowser.dir/CustomTableWidget.cpp.o CMakeFiles/keepassxcbrowser.dir/NativeMessageInstaller.cpp.o CMakeFiles/keepassxcbrowser.dir/BrowserCbor.cpp.o CMakeFiles/keepassxcbrowser.dir/BrowserPasskeys.cpp.o CMakeFiles/keepassxcbrowser.dir/BrowserPasskeysClient.cpp.o CMakeFiles/keepassxcbrowser.dir/BrowserPasskeysConfirmationDialog.cpp.o CMakeFiles/keepassxcbrowser.dir/PasskeyUtils.cpp.o
/usr/bin/ranlib libkeepassxcbrowser.a
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 21%] Built target keepassxcbrowser
/usr/bin/gmake  -f src/cli/CMakeFiles/cli_autogen.dir/build.make src/cli/CMakeFiles/cli_autogen.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/cli /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/cli /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/cli/CMakeFiles/cli_autogen.dir/DependInfo.cmake "--color="
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f src/cli/CMakeFiles/cli_autogen.dir/build.make src/cli/CMakeFiles/cli_autogen.dir/build
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 21%] Automatic MOC and UIC for target cli
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/cli && /usr/bin/cmake -E cmake_autogen /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/cli/CMakeFiles/cli_autogen.dir/AutogenInfo.json Release
AutoGen: Refreshing parse cache because it doesn't exist.
AutoMoc: Generating "BIN:/src/cli/cli_autogen/moc_predefs.h", because it doesn't exist.
/usr/gcc/14/bin/g++ -std=gnu++20 -w -dM -E /usr/share/cmake-4.0/Modules/CMakeCXXCompilerABI.cpp -DQT_CORE_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DUSE_READLINE -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include
AutoGen: Parsing "SRC:/src/cli/Add.h"
AutoGen: Parsing "SRC:/src/cli/AddGroup.h"
AutoGen: Parsing "SRC:/src/cli/Analyze.h"
AutoGen: Parsing "SRC:/src/cli/AttachmentImport.h"
AutoGen: Parsing "SRC:/src/cli/Clip.h"
AutoGen: Parsing "SRC:/src/cli/AttachmentRemove.h"
AutoGen: Parsing "SRC:/src/cli/Close.h"
AutoGen: Parsing "SRC:/src/cli/Command.h"
AutoGen: Parsing "SRC:/src/cli/DatabaseEdit.h"
AutoGen: Parsing "SRC:/src/cli/DatabaseCreate.h"
AutoGen: Parsing "SRC:/src/cli/DatabaseInfo.h"
AutoGen: Parsing "SRC:/src/cli/DatabaseCommand.h"
AutoGen: Parsing "SRC:/src/cli/Diceware.h"
AutoGen: Parsing "SRC:/src/cli/Edit.h"
AutoGen: Parsing "SRC:/src/cli/Generate.h"
AutoGen: Parsing "SRC:/src/cli/Help.h"
AutoGen: Parsing "SRC:/src/cli/Export.h"
AutoGen: Parsing "SRC:/src/cli/Import.h"
AutoGen: Parsing "SRC:/src/cli/Estimate.h"
AutoGen: Parsing "SRC:/src/cli/List.h"
AutoGen: Parsing "SRC:/src/cli/Merge.h"
AutoGen: Parsing "SRC:/src/cli/Move.h"
AutoGen: Parsing "SRC:/src/cli/Open.h"
AutoGen: Parsing "SRC:/src/cli/Remove.h"
AutoGen: Parsing "SRC:/src/cli/RemoveGroup.h"
AutoGen: Parsing "SRC:/src/cli/Search.h"
AutoGen: Parsing "SRC:/src/cli/Exit.h"
AutoGen: Parsing "SRC:/src/cli/Show.h"
AutoGen: Parsing "SRC:/src/cli/Add.cpp"
AutoGen: Parsing "SRC:/src/cli/AddGroup.cpp"
AutoGen: Parsing "SRC:/src/cli/AttachmentImport.cpp"
AutoGen: Parsing "SRC:/src/cli/AttachmentExport.cpp"
AutoGen: Parsing "SRC:/src/cli/AttachmentRemove.cpp"
AutoGen: Parsing "SRC:/src/cli/Analyze.cpp"
AutoGen: Parsing "SRC:/src/cli/Clip.cpp"
AutoGen: Parsing "SRC:/src/cli/Close.cpp"
AutoGen: Parsing "SRC:/src/cli/DatabaseCommand.cpp"
AutoGen: Parsing "SRC:/src/cli/Command.cpp"
AutoGen: Parsing "SRC:/src/cli/DatabaseCreate.cpp"
AutoGen: Parsing "SRC:/src/cli/DatabaseEdit.cpp"
AutoGen: Parsing "SRC:/src/cli/Diceware.cpp"
AutoGen: Parsing "SRC:/src/cli/DatabaseInfo.cpp"
AutoGen: Parsing "SRC:/src/cli/Edit.cpp"
AutoGen: Parsing "SRC:/src/cli/Estimate.cpp"
AutoGen: Parsing "SRC:/src/cli/Exit.cpp"
AutoGen: Parsing "SRC:/src/cli/Export.cpp"
AutoGen: Parsing "SRC:/src/cli/Help.cpp"
AutoGen: Parsing "SRC:/src/cli/Generate.cpp"
AutoGen: Parsing "SRC:/src/cli/Import.cpp"
AutoGen: Parsing "SRC:/src/cli/Merge.cpp"
AutoGen: Parsing "SRC:/src/cli/List.cpp"
AutoGen: Parsing "SRC:/src/cli/Move.cpp"
AutoGen: Parsing "SRC:/src/cli/Open.cpp"
AutoGen: Parsing "SRC:/src/cli/Remove.cpp"
AutoGen: Parsing "SRC:/src/cli/RemoveGroup.cpp"
AutoGen: Parsing "SRC:/src/cli/Show.cpp"
AutoGen: Parsing "SRC:/src/cli/Search.cpp"
AutoGen: Parsing "SRC:/src/cli/AttachmentExport.h"
AutoMoc: Generating MOC compilation "BIN:/src/cli/cli_autogen/mocs_compilation.cpp"
AutoMoc: Merging MOC dependencies into "BIN:/src/cli/cli_autogen/deps"
AutoGen: Writing the parse cache file "BIN:/src/cli/CMakeFiles/cli_autogen.dir/ParseCache.txt"
AutoGen: Writing the settings file "BIN:/src/cli/CMakeFiles/cli_autogen.dir/AutogenUsed.txt"
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/cli && /usr/bin/cmake -E touch /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/cli/cli_autogen/timestamp
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 21%] Built target cli_autogen
/usr/bin/gmake  -f src/proxy/CMakeFiles/keepassxc-proxy.dir/build.make src/proxy/CMakeFiles/keepassxc-proxy.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/proxy /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/proxy /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/proxy/CMakeFiles/keepassxc-proxy.dir/DependInfo.cmake "--color="
Dependencies file "src/proxy/keepassxc-proxy_autogen/deps" is newer than depends file "/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/proxy/CMakeFiles/keepassxc-proxy.dir/compiler_depend.internal".
Consolidate compiler generated dependencies of target keepassxc-proxy
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f src/proxy/CMakeFiles/keepassxc-proxy.dir/build.make src/proxy/CMakeFiles/keepassxc-proxy.dir/build
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 21%] Building CXX object src/proxy/CMakeFiles/keepassxc-proxy.dir/keepassxc-proxy_autogen/mocs_compilation.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/proxy && /usr/gcc/14/bin/g++ -DQT_CORE_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/proxy/keepassxc-proxy_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtNetwork -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIE -fPIC -MD -MT src/proxy/CMakeFiles/keepassxc-proxy.dir/keepassxc-proxy_autogen/mocs_compilation.cpp.o -MF CMakeFiles/keepassxc-proxy.dir/keepassxc-proxy_autogen/mocs_compilation.cpp.o.d -o CMakeFiles/keepassxc-proxy.dir/keepassxc-proxy_autogen/mocs_compilation.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/proxy/keepassxc-proxy_autogen/mocs_compilation.cpp
[ 21%] Building CXX object src/CMakeFiles/autotype.dir/autotype/PickcharsDialog.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/autotype_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/autotype.dir/autotype/PickcharsDialog.cpp.o -MF CMakeFiles/autotype.dir/autotype/PickcharsDialog.cpp.o.d -o CMakeFiles/autotype.dir/autotype/PickcharsDialog.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/autotype/PickcharsDialog.cpp
[ 21%] Building CXX object src/fdosecrets/CMakeFiles/fdosecrets.dir/objects/Collection.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets && /usr/gcc/14/bin/g++ -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets/fdosecrets_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/fdosecrets -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtDBus -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/fdosecrets/CMakeFiles/fdosecrets.dir/objects/Collection.cpp.o -MF CMakeFiles/fdosecrets.dir/objects/Collection.cpp.o.d -o CMakeFiles/fdosecrets.dir/objects/Collection.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/fdosecrets/objects/Collection.cpp
[ 21%] Building CXX object src/proxy/CMakeFiles/keepassxc-proxy.dir/__/browser/BrowserShared.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/proxy && /usr/gcc/14/bin/g++ -DQT_CORE_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/proxy/keepassxc-proxy_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtNetwork -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIE -fPIC -MD -MT src/proxy/CMakeFiles/keepassxc-proxy.dir/__/browser/BrowserShared.cpp.o -MF CMakeFiles/keepassxc-proxy.dir/__/browser/BrowserShared.cpp.o.d -o CMakeFiles/keepassxc-proxy.dir/__/browser/BrowserShared.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/browser/BrowserShared.cpp
[ 21%] Building CXX object src/fdosecrets/CMakeFiles/fdosecrets.dir/objects/Item.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets && /usr/gcc/14/bin/g++ -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets/fdosecrets_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/fdosecrets -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtDBus -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/fdosecrets/CMakeFiles/fdosecrets.dir/objects/Item.cpp.o -MF CMakeFiles/fdosecrets.dir/objects/Item.cpp.o.d -o CMakeFiles/fdosecrets.dir/objects/Item.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/fdosecrets/objects/Item.cpp
[ 21%] Building CXX object src/proxy/CMakeFiles/keepassxc-proxy.dir/keepassxc-proxy.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/proxy && /usr/gcc/14/bin/g++ -DQT_CORE_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/proxy/keepassxc-proxy_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtNetwork -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIE -fPIC -MD -MT src/proxy/CMakeFiles/keepassxc-proxy.dir/keepassxc-proxy.cpp.o -MF CMakeFiles/keepassxc-proxy.dir/keepassxc-proxy.cpp.o.d -o CMakeFiles/keepassxc-proxy.dir/keepassxc-proxy.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/proxy/keepassxc-proxy.cpp
[ 21%] Building CXX object src/fdosecrets/CMakeFiles/fdosecrets.dir/objects/Prompt.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets && /usr/gcc/14/bin/g++ -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets/fdosecrets_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/fdosecrets -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtDBus -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/fdosecrets/CMakeFiles/fdosecrets.dir/objects/Prompt.cpp.o -MF CMakeFiles/fdosecrets.dir/objects/Prompt.cpp.o.d -o CMakeFiles/fdosecrets.dir/objects/Prompt.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/fdosecrets/objects/Prompt.cpp
/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/autotype/PickcharsDialog.cpp: In constructor 'PickcharsDialog::PickcharsDialog(const QString&, QWidget*)':
/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/autotype/PickcharsDialog.cpp:84:39: warning: arithmetic between different enumeration types 'Qt::Modifier' and 'Qt::Key' is deprecated [-Wdeprecated-enum-enum-conversion]
   84 |     shortcut = new QShortcut(Qt::CTRL + Qt::Key_S, this);
      |                              ~~~~~~~~~^~~~~~~~~~~
[ 21%] Building CXX object src/fdosecrets/CMakeFiles/fdosecrets.dir/dbus/DBusTypes.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets && /usr/gcc/14/bin/g++ -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets/fdosecrets_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/fdosecrets -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtDBus -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/fdosecrets/CMakeFiles/fdosecrets.dir/dbus/DBusTypes.cpp.o -MF CMakeFiles/fdosecrets.dir/dbus/DBusTypes.cpp.o.d -o CMakeFiles/fdosecrets.dir/dbus/DBusTypes.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/fdosecrets/dbus/DBusTypes.cpp
[ 21%] Building CXX object src/proxy/CMakeFiles/keepassxc-proxy.dir/NativeMessagingProxy.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/proxy && /usr/gcc/14/bin/g++ -DQT_CORE_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/proxy/keepassxc-proxy_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtNetwork -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIE -fPIC -MD -MT src/proxy/CMakeFiles/keepassxc-proxy.dir/NativeMessagingProxy.cpp.o -MF CMakeFiles/keepassxc-proxy.dir/NativeMessagingProxy.cpp.o.d -o CMakeFiles/keepassxc-proxy.dir/NativeMessagingProxy.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/proxy/NativeMessagingProxy.cpp
[ 21%] Building CXX object src/CMakeFiles/autotype.dir/autotype/ShortcutWidget.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/autotype_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/autotype.dir/autotype/ShortcutWidget.cpp.o -MF CMakeFiles/autotype.dir/autotype/ShortcutWidget.cpp.o.d -o CMakeFiles/autotype.dir/autotype/ShortcutWidget.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/autotype/ShortcutWidget.cpp
/usr/bin/gmake  -f src/cli/CMakeFiles/cli.dir/build.make src/cli/CMakeFiles/cli.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/cli /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/cli /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/cli/CMakeFiles/cli.dir/DependInfo.cmake "--color="
Dependencies file "src/cli/cli_autogen/deps" is newer than depends file "/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/cli/CMakeFiles/cli.dir/compiler_depend.internal".
Consolidate compiler generated dependencies of target cli
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f src/cli/CMakeFiles/cli.dir/build.make src/cli/CMakeFiles/cli.dir/build
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 21%] Building CXX object src/cli/CMakeFiles/cli.dir/cli_autogen/mocs_compilation.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/cli && /usr/gcc/14/bin/g++ -DQT_CORE_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DUSE_READLINE -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/cli/cli_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/cli/CMakeFiles/cli.dir/cli_autogen/mocs_compilation.cpp.o -MF CMakeFiles/cli.dir/cli_autogen/mocs_compilation.cpp.o.d -o CMakeFiles/cli.dir/cli_autogen/mocs_compilation.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/cli/cli_autogen/mocs_compilation.cpp
[ 21%] Building CXX object src/cli/CMakeFiles/cli.dir/Add.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/cli && /usr/gcc/14/bin/g++ -DQT_CORE_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DUSE_READLINE -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/cli/cli_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/cli/CMakeFiles/cli.dir/Add.cpp.o -MF CMakeFiles/cli.dir/Add.cpp.o.d -o CMakeFiles/cli.dir/Add.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/cli/Add.cpp
[ 21%] Building CXX object src/cli/CMakeFiles/cli.dir/AddGroup.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/cli && /usr/gcc/14/bin/g++ -DQT_CORE_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DUSE_READLINE -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/cli/cli_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/cli/CMakeFiles/cli.dir/AddGroup.cpp.o -MF CMakeFiles/cli.dir/AddGroup.cpp.o.d -o CMakeFiles/cli.dir/AddGroup.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/cli/AddGroup.cpp
[ 22%] Linking CXX executable keepassxc-proxy
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/proxy && /usr/bin/cmake -E cmake_link_script CMakeFiles/keepassxc-proxy.dir/link.txt --verbose=1
/usr/gcc/14/bin/g++ -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -m64 -lsocket -lcurses -Wl,--no-undefined "CMakeFiles/keepassxc-proxy.dir/keepassxc-proxy_autogen/mocs_compilation.cpp.o" "CMakeFiles/keepassxc-proxy.dir/__/browser/BrowserShared.cpp.o" "CMakeFiles/keepassxc-proxy.dir/keepassxc-proxy.cpp.o" "CMakeFiles/keepassxc-proxy.dir/NativeMessagingProxy.cpp.o" -o keepassxc-proxy  -Wl,-R/usr/lib/qt/5.15/lib/amd64: libproxy_alloc.a /usr/lib/qt/5.15/lib/amd64/libQt5Network.so.5.15.16 /usr/lib/amd64/libbotan-3.so /usr/lib/qt/5.15/lib/amd64/libQt5Core.so.5.15.16
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 22%] Built target keepassxc-proxy
[ 22%] Building CXX object src/CMakeFiles/autotype.dir/autotype/WindowSelectComboBox.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_WIDGETS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/autotype_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/autotype.dir/autotype/WindowSelectComboBox.cpp.o -MF CMakeFiles/autotype.dir/autotype/WindowSelectComboBox.cpp.o.d -o CMakeFiles/autotype.dir/autotype/WindowSelectComboBox.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/autotype/WindowSelectComboBox.cpp
[ 22%] Building CXX object src/cli/CMakeFiles/cli.dir/Analyze.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/cli && /usr/gcc/14/bin/g++ -DQT_CORE_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DUSE_READLINE -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/cli/cli_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/cli/CMakeFiles/cli.dir/Analyze.cpp.o -MF CMakeFiles/cli.dir/Analyze.cpp.o.d -o CMakeFiles/cli.dir/Analyze.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/cli/Analyze.cpp
[ 23%] Building CXX object src/cli/CMakeFiles/cli.dir/AttachmentExport.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/cli && /usr/gcc/14/bin/g++ -DQT_CORE_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DUSE_READLINE -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/cli/cli_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/cli/CMakeFiles/cli.dir/AttachmentExport.cpp.o -MF CMakeFiles/cli.dir/AttachmentExport.cpp.o.d -o CMakeFiles/cli.dir/AttachmentExport.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/cli/AttachmentExport.cpp
[ 23%] Building CXX object src/cli/CMakeFiles/cli.dir/AttachmentImport.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/cli && /usr/gcc/14/bin/g++ -DQT_CORE_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DUSE_READLINE -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/cli/cli_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/cli/CMakeFiles/cli.dir/AttachmentImport.cpp.o -MF CMakeFiles/cli.dir/AttachmentImport.cpp.o.d -o CMakeFiles/cli.dir/AttachmentImport.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/cli/AttachmentImport.cpp
[ 23%] Building CXX object src/cli/CMakeFiles/cli.dir/AttachmentRemove.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/cli && /usr/gcc/14/bin/g++ -DQT_CORE_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DUSE_READLINE -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/cli/cli_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/cli/CMakeFiles/cli.dir/AttachmentRemove.cpp.o -MF CMakeFiles/cli.dir/AttachmentRemove.cpp.o.d -o CMakeFiles/cli.dir/AttachmentRemove.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/cli/AttachmentRemove.cpp
[ 23%] Building CXX object src/cli/CMakeFiles/cli.dir/Clip.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/cli && /usr/gcc/14/bin/g++ -DQT_CORE_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DUSE_READLINE -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/cli/cli_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/cli/CMakeFiles/cli.dir/Clip.cpp.o -MF CMakeFiles/cli.dir/Clip.cpp.o.d -o CMakeFiles/cli.dir/Clip.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/cli/Clip.cpp
[ 23%] Building CXX object src/cli/CMakeFiles/cli.dir/Close.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/cli && /usr/gcc/14/bin/g++ -DQT_CORE_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DUSE_READLINE -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/cli/cli_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/cli/CMakeFiles/cli.dir/Close.cpp.o -MF CMakeFiles/cli.dir/Close.cpp.o.d -o CMakeFiles/cli.dir/Close.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/cli/Close.cpp
[ 24%] Linking CXX static library libfdosecrets.a
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets && /usr/bin/cmake -P CMakeFiles/fdosecrets.dir/cmake_clean_target.cmake
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/fdosecrets && /usr/bin/cmake -E cmake_link_script CMakeFiles/fdosecrets.dir/link.txt --verbose=1
/usr/bin/amd64/ar qc libfdosecrets.a CMakeFiles/fdosecrets.dir/fdosecrets_autogen/mocs_compilation.cpp.o CMakeFiles/fdosecrets.dir/FdoSecretsPlugin.cpp.o CMakeFiles/fdosecrets.dir/widgets/SettingsModels.cpp.o CMakeFiles/fdosecrets.dir/widgets/SettingsWidgetFdoSecrets.cpp.o CMakeFiles/fdosecrets.dir/widgets/RowButtonHelper.cpp.o CMakeFiles/fdosecrets.dir/widgets/DatabaseSettingsWidgetFdoSecrets.cpp.o CMakeFiles/fdosecrets.dir/widgets/AccessControlDialog.cpp.o CMakeFiles/fdosecrets.dir/FdoSecretsSettings.cpp.o CMakeFiles/fdosecrets.dir/dbus/DBusClient.cpp.o CMakeFiles/fdosecrets.dir/dbus/DBusMgr.cpp.o CMakeFiles/fdosecrets.dir/dbus/DBusDispatch.cpp.o CMakeFiles/fdosecrets.dir/dbus/DBusObject.cpp.o CMakeFiles/fdosecrets.dir/objects/Service.cpp.o CMakeFiles/fdosecrets.dir/objects/Session.cpp.o CMakeFiles/fdosecrets.dir/objects/SessionCipher.cpp.o CMakeFiles/fdosecrets.dir/objects/Collection.cpp.o CMakeFiles/fdosecrets.dir/objects/Item.cpp.o CMakeFiles/fdosecrets.dir/objects/Prompt.cpp.o CMakeFiles/fdosecrets.dir/dbus/DBusTypes.cpp.o
/usr/bin/ranlib libfdosecrets.a
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 24%] Built target fdosecrets
[ 24%] Building CXX object src/cli/CMakeFiles/cli.dir/Command.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/cli && /usr/gcc/14/bin/g++ -DQT_CORE_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DUSE_READLINE -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/cli/cli_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/cli/CMakeFiles/cli.dir/Command.cpp.o -MF CMakeFiles/cli.dir/Command.cpp.o.d -o CMakeFiles/cli.dir/Command.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/cli/Command.cpp
[ 24%] Linking CXX static library libautotype.a
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/bin/cmake -P CMakeFiles/autotype.dir/cmake_clean_target.cmake
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/bin/cmake -E cmake_link_script CMakeFiles/autotype.dir/link.txt --verbose=1
/usr/bin/amd64/ar qc libautotype.a CMakeFiles/autotype.dir/autotype_autogen/mocs_compilation.cpp.o CMakeFiles/autotype.dir/core/Tools.cpp.o CMakeFiles/autotype.dir/autotype/AutoType.cpp.o CMakeFiles/autotype.dir/autotype/AutoTypeAction.cpp.o CMakeFiles/autotype.dir/autotype/AutoTypeMatchModel.cpp.o CMakeFiles/autotype.dir/autotype/AutoTypeMatchView.cpp.o CMakeFiles/autotype.dir/autotype/AutoTypeSelectDialog.cpp.o CMakeFiles/autotype.dir/autotype/PickcharsDialog.cpp.o CMakeFiles/autotype.dir/autotype/ShortcutWidget.cpp.o CMakeFiles/autotype.dir/autotype/WindowSelectComboBox.cpp.o
/usr/bin/ranlib libautotype.a
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 24%] Built target autotype
[ 25%] Building CXX object src/cli/CMakeFiles/cli.dir/DatabaseCommand.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/cli && /usr/gcc/14/bin/g++ -DQT_CORE_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DUSE_READLINE -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/cli/cli_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/cli/CMakeFiles/cli.dir/DatabaseCommand.cpp.o -MF CMakeFiles/cli.dir/DatabaseCommand.cpp.o.d -o CMakeFiles/cli.dir/DatabaseCommand.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/cli/DatabaseCommand.cpp
[ 25%] Building CXX object src/cli/CMakeFiles/cli.dir/DatabaseCreate.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/cli && /usr/gcc/14/bin/g++ -DQT_CORE_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DUSE_READLINE -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/cli/cli_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/cli/CMakeFiles/cli.dir/DatabaseCreate.cpp.o -MF CMakeFiles/cli.dir/DatabaseCreate.cpp.o.d -o CMakeFiles/cli.dir/DatabaseCreate.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/cli/DatabaseCreate.cpp
[ 25%] Building CXX object src/cli/CMakeFiles/cli.dir/DatabaseEdit.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/cli && /usr/gcc/14/bin/g++ -DQT_CORE_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DUSE_READLINE -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/cli/cli_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/cli/CMakeFiles/cli.dir/DatabaseEdit.cpp.o -MF CMakeFiles/cli.dir/DatabaseEdit.cpp.o.d -o CMakeFiles/cli.dir/DatabaseEdit.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/cli/DatabaseEdit.cpp
[ 25%] Building CXX object src/cli/CMakeFiles/cli.dir/DatabaseInfo.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/cli && /usr/gcc/14/bin/g++ -DQT_CORE_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DUSE_READLINE -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/cli/cli_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/cli/CMakeFiles/cli.dir/DatabaseInfo.cpp.o -MF CMakeFiles/cli.dir/DatabaseInfo.cpp.o.d -o CMakeFiles/cli.dir/DatabaseInfo.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/cli/DatabaseInfo.cpp
[ 25%] Building CXX object src/cli/CMakeFiles/cli.dir/Diceware.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/cli && /usr/gcc/14/bin/g++ -DQT_CORE_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DUSE_READLINE -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/cli/cli_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/cli/CMakeFiles/cli.dir/Diceware.cpp.o -MF CMakeFiles/cli.dir/Diceware.cpp.o.d -o CMakeFiles/cli.dir/Diceware.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/cli/Diceware.cpp
[ 25%] Building CXX object src/cli/CMakeFiles/cli.dir/Edit.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/cli && /usr/gcc/14/bin/g++ -DQT_CORE_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DUSE_READLINE -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/cli/cli_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/cli/CMakeFiles/cli.dir/Edit.cpp.o -MF CMakeFiles/cli.dir/Edit.cpp.o.d -o CMakeFiles/cli.dir/Edit.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/cli/Edit.cpp
[ 26%] Building CXX object src/cli/CMakeFiles/cli.dir/Estimate.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/cli && /usr/gcc/14/bin/g++ -DQT_CORE_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DUSE_READLINE -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/cli/cli_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/cli/CMakeFiles/cli.dir/Estimate.cpp.o -MF CMakeFiles/cli.dir/Estimate.cpp.o.d -o CMakeFiles/cli.dir/Estimate.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/cli/Estimate.cpp
[ 26%] Building CXX object src/cli/CMakeFiles/cli.dir/Exit.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/cli && /usr/gcc/14/bin/g++ -DQT_CORE_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DUSE_READLINE -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/cli/cli_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/cli/CMakeFiles/cli.dir/Exit.cpp.o -MF CMakeFiles/cli.dir/Exit.cpp.o.d -o CMakeFiles/cli.dir/Exit.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/cli/Exit.cpp
[ 26%] Building CXX object src/cli/CMakeFiles/cli.dir/Export.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/cli && /usr/gcc/14/bin/g++ -DQT_CORE_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DUSE_READLINE -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/cli/cli_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/cli/CMakeFiles/cli.dir/Export.cpp.o -MF CMakeFiles/cli.dir/Export.cpp.o.d -o CMakeFiles/cli.dir/Export.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/cli/Export.cpp
[ 26%] Building CXX object src/cli/CMakeFiles/cli.dir/Generate.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/cli && /usr/gcc/14/bin/g++ -DQT_CORE_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DUSE_READLINE -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/cli/cli_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/cli/CMakeFiles/cli.dir/Generate.cpp.o -MF CMakeFiles/cli.dir/Generate.cpp.o.d -o CMakeFiles/cli.dir/Generate.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/cli/Generate.cpp
[ 26%] Building CXX object src/cli/CMakeFiles/cli.dir/Help.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/cli && /usr/gcc/14/bin/g++ -DQT_CORE_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DUSE_READLINE -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/cli/cli_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/cli/CMakeFiles/cli.dir/Help.cpp.o -MF CMakeFiles/cli.dir/Help.cpp.o.d -o CMakeFiles/cli.dir/Help.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/cli/Help.cpp
[ 26%] Building CXX object src/cli/CMakeFiles/cli.dir/Import.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/cli && /usr/gcc/14/bin/g++ -DQT_CORE_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DUSE_READLINE -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/cli/cli_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/cli/CMakeFiles/cli.dir/Import.cpp.o -MF CMakeFiles/cli.dir/Import.cpp.o.d -o CMakeFiles/cli.dir/Import.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/cli/Import.cpp
[ 27%] Building CXX object src/cli/CMakeFiles/cli.dir/List.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/cli && /usr/gcc/14/bin/g++ -DQT_CORE_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DUSE_READLINE -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/cli/cli_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/cli/CMakeFiles/cli.dir/List.cpp.o -MF CMakeFiles/cli.dir/List.cpp.o.d -o CMakeFiles/cli.dir/List.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/cli/List.cpp
[ 27%] Building CXX object src/cli/CMakeFiles/cli.dir/Merge.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/cli && /usr/gcc/14/bin/g++ -DQT_CORE_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DUSE_READLINE -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/cli/cli_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/cli/CMakeFiles/cli.dir/Merge.cpp.o -MF CMakeFiles/cli.dir/Merge.cpp.o.d -o CMakeFiles/cli.dir/Merge.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/cli/Merge.cpp
[ 27%] Building CXX object src/cli/CMakeFiles/cli.dir/Move.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/cli && /usr/gcc/14/bin/g++ -DQT_CORE_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DUSE_READLINE -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/cli/cli_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/cli/CMakeFiles/cli.dir/Move.cpp.o -MF CMakeFiles/cli.dir/Move.cpp.o.d -o CMakeFiles/cli.dir/Move.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/cli/Move.cpp
[ 27%] Building CXX object src/cli/CMakeFiles/cli.dir/Open.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/cli && /usr/gcc/14/bin/g++ -DQT_CORE_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DUSE_READLINE -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/cli/cli_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/cli/CMakeFiles/cli.dir/Open.cpp.o -MF CMakeFiles/cli.dir/Open.cpp.o.d -o CMakeFiles/cli.dir/Open.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/cli/Open.cpp
[ 27%] Building CXX object src/cli/CMakeFiles/cli.dir/Remove.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/cli && /usr/gcc/14/bin/g++ -DQT_CORE_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DUSE_READLINE -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/cli/cli_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/cli/CMakeFiles/cli.dir/Remove.cpp.o -MF CMakeFiles/cli.dir/Remove.cpp.o.d -o CMakeFiles/cli.dir/Remove.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/cli/Remove.cpp
[ 27%] Building CXX object src/cli/CMakeFiles/cli.dir/RemoveGroup.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/cli && /usr/gcc/14/bin/g++ -DQT_CORE_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DUSE_READLINE -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/cli/cli_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/cli/CMakeFiles/cli.dir/RemoveGroup.cpp.o -MF CMakeFiles/cli.dir/RemoveGroup.cpp.o.d -o CMakeFiles/cli.dir/RemoveGroup.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/cli/RemoveGroup.cpp
[ 28%] Building CXX object src/cli/CMakeFiles/cli.dir/Search.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/cli && /usr/gcc/14/bin/g++ -DQT_CORE_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DUSE_READLINE -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/cli/cli_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/cli/CMakeFiles/cli.dir/Search.cpp.o -MF CMakeFiles/cli.dir/Search.cpp.o.d -o CMakeFiles/cli.dir/Search.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/cli/Search.cpp
[ 28%] Building CXX object src/cli/CMakeFiles/cli.dir/Show.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/cli && /usr/gcc/14/bin/g++ -DQT_CORE_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DUSE_READLINE -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/cli/cli_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/cli/CMakeFiles/cli.dir/Show.cpp.o -MF CMakeFiles/cli.dir/Show.cpp.o.d -o CMakeFiles/cli.dir/Show.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/cli/Show.cpp
/usr/bin/gmake  -f src/CMakeFiles/keepassx_core_autogen_timestamp_deps.dir/build.make src/CMakeFiles/keepassx_core_autogen_timestamp_deps.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/CMakeFiles/keepassx_core_autogen_timestamp_deps.dir/DependInfo.cmake "--color="
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f src/CMakeFiles/keepassx_core_autogen_timestamp_deps.dir/build.make src/CMakeFiles/keepassx_core_autogen_timestamp_deps.dir/build
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Nothing to be done for 'src/CMakeFiles/keepassx_core_autogen_timestamp_deps.dir/build'.
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 28%] Built target keepassx_core_autogen_timestamp_deps
/usr/bin/gmake  -f src/CMakeFiles/keepassx_core_autogen.dir/build.make src/CMakeFiles/keepassx_core_autogen.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/CMakeFiles/keepassx_core_autogen.dir/DependInfo.cmake "--color="
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f src/CMakeFiles/keepassx_core_autogen.dir/build.make src/CMakeFiles/keepassx_core_autogen.dir/build
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 28%] Automatic MOC and UIC for target keepassx_core
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/bin/cmake -E cmake_autogen /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/CMakeFiles/keepassx_core_autogen.dir/AutogenInfo.json Release
AutoGen: Refreshing parse cache because it doesn't exist.
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/moc_predefs.h", because it doesn't exist.
/usr/gcc/14/bin/g++ -std=gnu++20 -w -dM -E /usr/share/cmake-4.0/Modules/CMakeCXXCompilerABI.cpp -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include
AutoGen: Parsing "SRC:/src/cli/TextStream.h"
AutoGen: Parsing "SRC:/src/cli/Utils.h"
AutoGen: Parsing "SRC:/src/core/AutoTypeAssociations.h"
AutoGen: Parsing "SRC:/src/core/Base32.h"
AutoGen: Parsing "SRC:/src/core/Bootstrap.h"
AutoGen: Parsing "SRC:/src/core/Config.h"
AutoGen: Parsing "SRC:/src/core/CustomData.h"
AutoGen: Parsing "SRC:/src/core/Database.h"
AutoGen: Parsing "SRC:/src/core/Entry.h"
AutoGen: Parsing "SRC:/src/core/EntryAttachments.h"
AutoGen: Parsing "SRC:/src/core/DatabaseStats.h"
AutoGen: Parsing "SRC:/src/core/EntryAttributes.h"
AutoGen: Parsing "SRC:/src/core/EntrySearcher.h"
AutoGen: Parsing "SRC:/src/core/Clock.h"
AutoGen: Parsing "SRC:/src/core/FileWatcher.h"
AutoGen: Parsing "SRC:/src/core/Group.h"
AutoGen: Parsing "SRC:/src/core/InactivityTimer.h"
AutoGen: Parsing "SRC:/src/core/HibpDownloader.h"
AutoGen: Parsing "SRC:/src/core/Merger.h"
AutoGen: Parsing "SRC:/src/core/Metadata.h"
AutoGen: Parsing "SRC:/src/core/ModifiableObject.h"
AutoGen: Parsing "SRC:/src/core/NetworkManager.h"
AutoGen: Parsing "SRC:/src/core/HibpOffline.h"
AutoGen: Parsing "SRC:/src/core/PassphraseGenerator.h"
AutoGen: Parsing "SRC:/src/core/PasswordHealth.h"
AutoGen: Parsing "SRC:/src/core/SignalMultiplexer.h"
AutoGen: Parsing "SRC:/src/core/TimeDelta.h"
AutoGen: Parsing "SRC:/src/core/TimeInfo.h"
AutoGen: Parsing "SRC:/src/core/Resources.h"
AutoGen: Parsing "SRC:/src/core/PasswordGenerator.h"
AutoGen: Parsing "SRC:/src/core/Totp.h"
AutoGen: Parsing "SRC:/src/core/Tools.h"
AutoGen: Parsing "SRC:/src/core/Translator.h"
AutoGen: Parsing "SRC:/src/crypto/Crypto.h"
AutoGen: Parsing "SRC:/src/core/UrlTools.h"
AutoGen: Parsing "SRC:/src/crypto/Random.h"
AutoGen: Parsing "SRC:/src/crypto/SymmetricCipher.h"
AutoGen: Parsing "SRC:/src/crypto/CryptoHash.h"
AutoGen: Parsing "SRC:/src/crypto/kdf/AesKdf.h"
AutoGen: Parsing "SRC:/src/crypto/kdf/Argon2Kdf.h"
AutoGen: Parsing "SRC:/src/crypto/kdf/Kdf.h"
AutoGen: Parsing "SRC:/src/format/BitwardenReader.h"
AutoGen: Parsing "SRC:/src/format/CsvExporter.h"
AutoGen: Parsing "SRC:/src/format/HtmlExporter.h"
AutoGen: Parsing "SRC:/src/format/Kdbx3Reader.h"
AutoGen: Parsing "SRC:/src/format/CsvParser.h"
AutoGen: Parsing "SRC:/src/format/Kdbx4Reader.h"
AutoGen: Parsing "SRC:/src/format/Kdbx4Writer.h"
AutoGen: Parsing "SRC:/src/format/Kdbx3Writer.h"
AutoGen: Parsing "SRC:/src/format/KdbxWriter.h"
AutoGen: Parsing "SRC:/src/format/KdbxXmlReader.h"
AutoGen: Parsing "SRC:/src/format/KdbxXmlWriter.h"
AutoGen: Parsing "SRC:/src/format/KeePass1Reader.h"
AutoGen: Parsing "SRC:/src/format/KeePass2.h"
AutoGen: Parsing "SRC:/src/format/KeePass2RandomStream.h"
AutoGen: Parsing "SRC:/src/format/KdbxReader.h"
AutoGen: Parsing "SRC:/src/format/KeePass2Reader.h"
AutoGen: Parsing "SRC:/src/format/KeePass2Writer.h"
AutoGen: Parsing "SRC:/src/format/OPUXReader.h"
AutoGen: Parsing "SRC:/src/format/OpVaultReader.h"
AutoGen: Parsing "SRC:/src/format/ProtonPassReader.h"
AutoGen: Parsing "SRC:/src/gui/AboutDialog.h"
AutoGen: Parsing "SRC:/src/format/OpData01.h"
AutoGen: Parsing "SRC:/src/gui/Application.h"
AutoGen: Parsing "SRC:/src/gui/ApplicationSettingsWidget.h"
AutoGen: Parsing "SRC:/src/gui/Clipboard.h"
AutoGen: Parsing "SRC:/src/gui/CategoryListWidget.h"
AutoGen: Parsing "SRC:/src/gui/CloneDialog.h"
AutoGen: Parsing "SRC:/src/gui/DatabaseIcons.h"
AutoGen: Parsing "SRC:/src/gui/DatabaseOpenDialog.h"
AutoGen: Parsing "SRC:/src/gui/DatabaseOpenWidget.h"
AutoGen: Parsing "SRC:/src/gui/DatabaseTabWidget.h"
AutoGen: Parsing "SRC:/src/gui/DialogyWidget.h"
AutoGen: Parsing "SRC:/src/gui/DatabaseWidget.h"
AutoGen: Parsing "SRC:/src/gui/EditWidget.h"
AutoGen: Parsing "SRC:/src/gui/EditWidgetIcons.h"
AutoGen: Parsing "SRC:/src/gui/EditWidgetProperties.h"
AutoGen: Parsing "SRC:/src/gui/DatabaseWidgetStateSync.h"
AutoGen: Parsing "SRC:/src/gui/Font.h"
AutoGen: Parsing "SRC:/src/gui/GuiTools.h"
AutoGen: Parsing "SRC:/src/gui/EntryPreviewWidget.h"
AutoGen: Parsing "SRC:/src/gui/HtmlGuiExporter.h"
AutoGen: Parsing "SRC:/src/gui/IconDownloader.h"
AutoGen: Parsing "SRC:/src/gui/IconDownloaderDialog.h"
AutoGen: Parsing "SRC:/src/gui/IconModels.h"
AutoGen: Parsing "SRC:/src/gui/Icons.h"
AutoGen: Parsing "SRC:/src/gui/MainWindow.h"
AutoGen: Parsing "SRC:/src/gui/KMessageWidget.h"
AutoGen: Parsing "SRC:/src/gui/MessageBox.h"
AutoGen: Parsing "SRC:/src/gui/MessageWidget.h"
AutoGen: Parsing "SRC:/src/gui/PasswordGeneratorWidget.h"
AutoGen: Parsing "SRC:/src/gui/PasswordWidget.h"
AutoGen: Parsing "SRC:/src/gui/SearchWidget.h"
AutoGen: Parsing "SRC:/src/gui/SettingsWidget.h"
AutoGen: Parsing "SRC:/src/gui/SortFilterHideProxyModel.h"
AutoGen: Parsing "SRC:/src/gui/SquareSvgWidget.h"
AutoGen: Parsing "SRC:/src/gui/TotpExportSettingsDialog.h"
AutoGen: Parsing "SRC:/src/gui/TotpSetupDialog.h"
AutoGen: Parsing "SRC:/src/gui/TotpDialog.h"
AutoGen: Parsing "SRC:/src/gui/URLEdit.h"
AutoGen: Parsing "SRC:/src/gui/UpdateCheckDialog.h"
AutoGen: Parsing "SRC:/src/gui/WelcomeWidget.h"
AutoGen: Parsing "SRC:/src/gui/csvImport/CsvImportWidget.h"
AutoGen: Parsing "SRC:/src/gui/csvImport/CsvParserModel.h"
AutoGen: Parsing "SRC:/src/gui/databasekey/KeyComponentWidget.h"
AutoGen: Parsing "SRC:/src/gui/databasekey/KeyFileEditWidget.h"
AutoGen: Parsing "SRC:/src/gui/FileDialog.h"
AutoGen: Parsing "SRC:/src/gui/dbsettings/DatabaseSettingsWidgetBrowser.h"
AutoGen: Parsing "SRC:/src/gui/dbsettings/DatabaseSettingsWidget.h"
AutoGen: Parsing "SRC:/src/gui/databasekey/YubiKeyEditWidget.h"
AutoGen: Parsing "SRC:/src/gui/dbsettings/DatabaseSettingsWidgetDatabaseKey.h"
AutoGen: Parsing "SRC:/src/gui/dbsettings/DatabaseSettingsWidgetGeneral.h"
AutoGen: Parsing "SRC:/src/gui/dbsettings/DatabaseSettingsDialog.h"
AutoGen: Parsing "SRC:/src/gui/databasekey/PasswordEditWidget.h"
AutoGen: Parsing "SRC:/src/gui/dbsettings/DatabaseSettingsWidgetMaintenance.h"
AutoGen: Parsing "SRC:/src/gui/entry/AutoTypeAssociationsModel.h"
AutoGen: Parsing "SRC:/src/gui/entry/EditEntryWidget.h"
AutoGen: Parsing "SRC:/src/gui/dbsettings/DatabaseSettingsWidgetMetaDataSimple.h"
AutoGen: Parsing "SRC:/src/gui/entry/EditEntryWidget_p.h"
AutoGen: Parsing "SRC:/src/gui/entry/EntryAttachmentsModel.h"
AutoGen: Parsing "SRC:/src/gui/entry/EntryAttachmentsWidget.h"
AutoGen: Parsing "SRC:/src/gui/entry/EntryAttributesModel.h"
AutoGen: Parsing "SRC:/src/gui/entry/EntryHistoryModel.h"
AutoGen: Parsing "SRC:/src/gui/entry/EntryModel.h"
AutoGen: Parsing "SRC:/src/gui/entry/EntryURLModel.h"
AutoGen: Parsing "SRC:/src/gui/entry/EntryView.h"
AutoGen: Parsing "SRC:/src/gui/entry/PreviewEntryAttachmentsDialog.h"
AutoGen: Parsing "SRC:/src/gui/export/ExportDialog.h"
AutoGen: Parsing "SRC:/src/gui/group/EditGroupWidget.h"
AutoGen: Parsing "SRC:/src/gui/dbsettings/DatabaseSettingsWidgetEncryption.h"
AutoGen: Parsing "SRC:/src/gui/group/GroupModel.h"
AutoGen: Parsing "SRC:/src/gui/osutils/OSUtilsBase.h"
AutoGen: Parsing "SRC:/src/gui/osutils/ScreenLockListener.h"
AutoGen: Parsing "SRC:/src/gui/group/GroupView.h"
AutoGen: Parsing "SRC:/src/gui/osutils/ScreenLockListenerPrivate.h"
AutoGen: Parsing "SRC:/src/gui/osutils/nixutils/NixUtils.h"
AutoGen: Parsing "SRC:/src/gui/osutils/nixutils/ScreenLockListenerDBus.h"
AutoGen: Parsing "SRC:/src/gui/osutils/nixutils/X11Funcs.h"
AutoGen: Parsing "SRC:/src/gui/passkeys/PasskeyExporter.h"
AutoGen: Parsing "SRC:/src/gui/passkeys/PasskeyImporter.h"
AutoGen: Parsing "SRC:/src/gui/passkeys/PasskeyExportDialog.h"
AutoGen: Parsing "SRC:/src/gui/passkeys/PasskeyImportDialog.h"
AutoGen: Parsing "SRC:/src/gui/reports/ReportsDialog.h"
AutoGen: Parsing "SRC:/src/gui/reports/ReportsPageBrowserStatistics.h"
AutoGen: Parsing "SRC:/src/gui/reports/ReportsPageHealthcheck.h"
AutoGen: Parsing "SRC:/src/gui/reports/ReportsPageHibp.h"
AutoGen: Parsing "SRC:/src/gui/reports/ReportsPagePasskeys.h"
AutoGen: Parsing "SRC:/src/gui/reports/ReportsPageStatistics.h"
AutoGen: Parsing "SRC:/src/gui/reports/ReportsWidget.h"
AutoGen: Parsing "SRC:/src/gui/reports/ReportsWidgetBrowserStatistics.h"
AutoGen: Parsing "SRC:/src/gui/reports/ReportsWidgetHibp.h"
AutoGen: Parsing "SRC:/src/gui/reports/ReportsWidgetPasskeys.h"
AutoGen: Parsing "SRC:/src/gui/reports/ReportsWidgetHealthcheck.h"
AutoGen: Parsing "SRC:/src/gui/reports/ReportsWidgetStatistics.h"
AutoGen: Parsing "SRC:/src/gui/styles/StateColorPalette.h"
AutoGen: Parsing "SRC:/src/gui/styles/base/BaseStyle.h"
AutoGen: Parsing "SRC:/src/gui/styles/base/phantomcolor.h"
AutoGen: Parsing "SRC:/src/gui/styles/dark/DarkStyle.h"
AutoGen: Parsing "SRC:/src/gui/styles/light/LightStyle.h"
AutoGen: Parsing "SRC:/src/gui/tag/TagView.h"
AutoGen: Parsing "SRC:/src/gui/tag/TagModel.h"
AutoGen: Parsing "SRC:/src/gui/tag/TagsEdit.h"
AutoGen: Parsing "SRC:/src/gui/widgets/ElidedLabel.h"
AutoGen: Parsing "SRC:/src/gui/widgets/KPToolBar.h"
AutoGen: Parsing "SRC:/src/gui/widgets/PopupHelpWidget.h"
AutoGen: Parsing "SRC:/src/gui/wizard/ImportWizard.h"
AutoGen: Parsing "SRC:/src/gui/wizard/ImportWizardPageSelect.h"
AutoGen: Parsing "SRC:/src/gui/wizard/ImportWizardPageReview.h"
AutoGen: Parsing "SRC:/src/gui/wizard/NewDatabaseWizard.h"
AutoGen: Parsing "SRC:/src/gui/wizard/NewDatabaseWizardPageDatabaseKey.h"
AutoGen: Parsing "SRC:/src/gui/wizard/NewDatabaseWizardPageEncryption.h"
AutoGen: Parsing "SRC:/src/gui/wizard/NewDatabaseWizardPageMetaData.h"
AutoGen: Parsing "SRC:/src/gui/wizard/NewDatabaseWizardPage.h"
AutoGen: Parsing "SRC:/src/keys/CompositeKey.h"
AutoGen: Parsing "SRC:/src/keys/FileKey.h"
AutoGen: Parsing "SRC:/src/keys/ChallengeResponseKey.h"
AutoGen: Parsing "SRC:/src/keys/drivers/YubiKey.h"
AutoGen: Parsing "SRC:/src/keys/PasswordKey.h"
AutoGen: Parsing "SRC:/src/streams/HashedBlockStream.h"
AutoGen: Parsing "SRC:/src/streams/HashingStream.h"
AutoGen: Parsing "SRC:/src/streams/HmacBlockStream.h"
AutoGen: Parsing "SRC:/src/streams/StoreDataStream.h"
AutoGen: Parsing "SRC:/src/streams/LayeredStream.h"
AutoGen: Parsing "SRC:/src/streams/SymmetricCipherStream.h"
AutoGen: Parsing "SRC:/src/streams/qtiocompressor.h"
AutoGen: Parsing "SRC:/src/updatecheck/UpdateChecker.h"
AutoGen: Parsing "SRC:/src/cli/TextStream.cpp"
AutoGen: Parsing "SRC:/src/core/Alloc.cpp"
AutoGen: Parsing "SRC:/src/core/AutoTypeAssociations.cpp"
AutoGen: Parsing "SRC:/src/core/Base32.cpp"
AutoGen: Parsing "SRC:/src/cli/Utils.cpp"
AutoGen: Parsing "SRC:/src/core/Config.cpp"
AutoGen: Parsing "SRC:/src/core/CustomData.cpp"
AutoGen: Parsing "SRC:/src/core/Clock.cpp"
AutoGen: Parsing "SRC:/src/core/Database.cpp"
AutoGen: Parsing "SRC:/src/core/DatabaseStats.cpp"
AutoGen: Parsing "SRC:/src/core/Bootstrap.cpp"
AutoGen: Parsing "SRC:/src/core/EntryAttachments.cpp"
AutoGen: Parsing "SRC:/src/core/EntryAttributes.cpp"
AutoGen: Parsing "SRC:/src/core/Entry.cpp"
AutoGen: Parsing "SRC:/src/core/EntrySearcher.cpp"
AutoGen: Parsing "SRC:/src/core/Group.cpp"
AutoGen: Parsing "SRC:/src/core/HibpDownloader.cpp"
AutoGen: Parsing "SRC:/src/core/FileWatcher.cpp"
AutoGen: Parsing "SRC:/src/gui/entry/NewEntryAttachmentsDialog.h"
AutoGen: Parsing "SRC:/src/core/HibpOffline.cpp"
AutoGen: Parsing "SRC:/src/core/InactivityTimer.cpp"
AutoGen: Parsing "SRC:/src/core/Merger.cpp"
AutoGen: Parsing "SRC:/src/core/Metadata.cpp"
AutoGen: Parsing "SRC:/src/core/ModifiableObject.cpp"
AutoGen: Parsing "SRC:/src/core/NetworkManager.cpp"
AutoGen: Parsing "SRC:/src/core/PassphraseGenerator.cpp"
AutoGen: Parsing "SRC:/src/core/PasswordHealth.cpp"
AutoGen: Parsing "SRC:/src/core/PasswordGenerator.cpp"
AutoGen: Parsing "SRC:/src/core/Resources.cpp"
AutoGen: Parsing "SRC:/src/core/TimeDelta.cpp"
AutoGen: Parsing "SRC:/src/core/SignalMultiplexer.cpp"
AutoGen: Parsing "SRC:/src/core/TimeInfo.cpp"
AutoGen: Parsing "SRC:/src/core/Tools.cpp"
AutoGen: Parsing "SRC:/src/core/Totp.cpp"
AutoGen: Parsing "SRC:/src/core/UrlTools.cpp"
AutoGen: Parsing "SRC:/src/crypto/Crypto.cpp"
AutoGen: Parsing "SRC:/src/crypto/CryptoHash.cpp"
AutoGen: Parsing "SRC:/src/crypto/Random.cpp"
AutoGen: Parsing "SRC:/src/core/Translator.cpp"
AutoGen: Parsing "SRC:/src/crypto/kdf/Argon2Kdf.cpp"
AutoGen: Parsing "SRC:/src/crypto/kdf/Kdf.cpp"
AutoGen: Parsing "SRC:/src/format/BitwardenReader.cpp"
AutoGen: Parsing "SRC:/src/format/CsvExporter.cpp"
AutoGen: Parsing "SRC:/src/format/CsvParser.cpp"
AutoGen: Parsing "SRC:/src/crypto/kdf/AesKdf.cpp"
AutoGen: Parsing "SRC:/src/format/HtmlExporter.cpp"
AutoGen: Parsing "SRC:/src/format/Kdbx3Reader.cpp"
AutoGen: Parsing "SRC:/src/crypto/SymmetricCipher.cpp"
AutoGen: Parsing "SRC:/src/format/Kdbx4Reader.cpp"
AutoGen: Parsing "SRC:/src/format/Kdbx4Writer.cpp"
AutoGen: Parsing "SRC:/src/format/Kdbx3Writer.cpp"
AutoGen: Parsing "SRC:/src/format/KdbxReader.cpp"
AutoGen: Parsing "SRC:/src/format/KdbxWriter.cpp"
AutoGen: Parsing "SRC:/src/format/KdbxXmlReader.cpp"
AutoGen: Parsing "SRC:/src/format/KdbxXmlWriter.cpp"
AutoGen: Parsing "SRC:/src/format/KeePass2.cpp"
AutoGen: Parsing "SRC:/src/format/KeePass1Reader.cpp"
AutoGen: Parsing "SRC:/src/format/KeePass2RandomStream.cpp"
AutoGen: Parsing "SRC:/src/format/KeePass2Reader.cpp"
AutoGen: Parsing "SRC:/src/format/KeePass2Writer.cpp"
AutoGen: Parsing "SRC:/src/format/OPUXReader.cpp"
AutoGen: Parsing "SRC:/src/format/OpData01.cpp"
AutoGen: Parsing "SRC:/src/format/OpVaultReader.cpp"
AutoGen: Parsing "SRC:/src/format/OpVaultReaderAttachments.cpp"
AutoGen: Parsing "SRC:/src/format/OpVaultReaderBandEntry.cpp"
AutoGen: Parsing "SRC:/src/format/OpVaultReaderSections.cpp"
AutoGen: Parsing "SRC:/src/format/ProtonPassReader.cpp"
AutoGen: Parsing "SRC:/src/gui/AboutDialog.cpp"
AutoGen: Parsing "SRC:/src/gui/CategoryListWidget.cpp"
AutoGen: Parsing "SRC:/src/gui/Application.cpp"
AutoGen: Parsing "SRC:/src/gui/ApplicationSettingsWidget.cpp"
AutoGen: Parsing "SRC:/src/gui/Clipboard.cpp"
AutoGen: Parsing "SRC:/src/gui/CloneDialog.cpp"
AutoGen: Parsing "SRC:/src/gui/DatabaseIcons.cpp"
AutoGen: Parsing "SRC:/src/gui/DatabaseOpenDialog.cpp"
AutoGen: Parsing "SRC:/src/gui/DatabaseOpenWidget.cpp"
AutoGen: Parsing "SRC:/src/gui/DatabaseTabWidget.cpp"
AutoGen: Parsing "SRC:/src/gui/DatabaseWidget.cpp"
AutoGen: Parsing "SRC:/src/gui/DatabaseWidgetStateSync.cpp"
AutoGen: Parsing "SRC:/src/gui/DialogyWidget.cpp"
AutoGen: Parsing "SRC:/src/gui/EditWidget.cpp"
AutoGen: Parsing "SRC:/src/gui/EditWidgetProperties.cpp"
AutoGen: Parsing "SRC:/src/gui/EditWidgetIcons.cpp"
AutoGen: Parsing "SRC:/src/gui/EntryPreviewWidget.cpp"
AutoGen: Parsing "SRC:/src/gui/FileDialog.cpp"
AutoGen: Parsing "SRC:/src/gui/Font.cpp"
AutoGen: Parsing "SRC:/src/gui/GuiTools.cpp"
AutoGen: Parsing "SRC:/src/gui/HtmlGuiExporter.cpp"
AutoGen: Parsing "SRC:/src/gui/IconDownloader.cpp"
AutoGen: Parsing "SRC:/src/gui/IconDownloaderDialog.cpp"
AutoGen: Parsing "SRC:/src/gui/Icons.cpp"
AutoGen: Parsing "SRC:/src/gui/IconModels.cpp"
AutoGen: Parsing "SRC:/src/gui/KMessageWidget.cpp"
AutoGen: Parsing "SRC:/src/gui/MainWindow.cpp"
AutoGen: Parsing "SRC:/src/gui/MessageBox.cpp"
AutoGen: Parsing "SRC:/src/gui/MessageWidget.cpp"
AutoGen: Parsing "SRC:/src/gui/PasswordGeneratorWidget.cpp"
AutoGen: Parsing "SRC:/src/gui/PasswordWidget.cpp"
AutoGen: Parsing "SRC:/src/gui/SearchWidget.cpp"
AutoGen: Parsing "SRC:/src/gui/SettingsWidget.cpp"
AutoGen: Parsing "SRC:/src/gui/SortFilterHideProxyModel.cpp"
AutoGen: Parsing "SRC:/src/gui/SquareSvgWidget.cpp"
AutoGen: Parsing "SRC:/src/gui/TotpDialog.cpp"
AutoGen: Parsing "SRC:/src/gui/TotpExportSettingsDialog.cpp"
AutoGen: Parsing "SRC:/src/gui/TotpSetupDialog.cpp"
AutoGen: Parsing "SRC:/src/gui/URLEdit.cpp"
AutoGen: Parsing "SRC:/src/gui/UpdateCheckDialog.cpp"
AutoGen: Parsing "SRC:/src/gui/WelcomeWidget.cpp"
AutoGen: Parsing "SRC:/src/gui/csvImport/CsvImportWidget.cpp"
AutoGen: Parsing "SRC:/src/gui/databasekey/KeyComponentWidget.cpp"
AutoGen: Parsing "SRC:/src/gui/csvImport/CsvParserModel.cpp"
AutoGen: Parsing "SRC:/src/gui/databasekey/KeyFileEditWidget.cpp"
AutoGen: Parsing "SRC:/src/gui/databasekey/PasswordEditWidget.cpp"
AutoGen: Parsing "SRC:/src/gui/databasekey/YubiKeyEditWidget.cpp"
AutoGen: Parsing "SRC:/src/gui/dbsettings/DatabaseSettingsDialog.cpp"
AutoGen: Parsing "SRC:/src/gui/dbsettings/DatabaseSettingsWidget.cpp"
AutoGen: Parsing "SRC:/src/gui/dbsettings/DatabaseSettingsWidgetBrowser.cpp"
AutoGen: Parsing "SRC:/src/gui/dbsettings/DatabaseSettingsWidgetDatabaseKey.cpp"
AutoGen: Parsing "SRC:/src/gui/dbsettings/DatabaseSettingsWidgetEncryption.cpp"
AutoGen: Parsing "SRC:/src/gui/dbsettings/DatabaseSettingsWidgetGeneral.cpp"
AutoGen: Parsing "SRC:/src/gui/dbsettings/DatabaseSettingsWidgetMaintenance.cpp"
AutoGen: Parsing "SRC:/src/gui/dbsettings/DatabaseSettingsWidgetMetaDataSimple.cpp"
AutoGen: Parsing "SRC:/src/gui/entry/AutoTypeAssociationsModel.cpp"
AutoGen: Parsing "SRC:/src/gui/entry/EditEntryWidget.cpp"
AutoGen: Parsing "SRC:/src/gui/entry/EntryAttachmentsModel.cpp"
AutoGen: Parsing "SRC:/src/gui/entry/EntryAttachmentsWidget.cpp"
AutoGen: Parsing "SRC:/src/gui/entry/EntryAttributesModel.cpp"
AutoGen: Parsing "SRC:/src/gui/entry/EntryHistoryModel.cpp"
AutoGen: Parsing "SRC:/src/gui/entry/EntryModel.cpp"
AutoGen: Parsing "SRC:/src/gui/entry/EntryURLModel.cpp"
AutoGen: Parsing "SRC:/src/gui/entry/EntryView.cpp"
AutoGen: Parsing "SRC:/src/gui/entry/NewEntryAttachmentsDialog.cpp"
AutoGen: Parsing "SRC:/src/gui/entry/PreviewEntryAttachmentsDialog.cpp"
AutoGen: Parsing "SRC:/src/gui/export/ExportDialog.cpp"
AutoGen: Parsing "SRC:/src/gui/group/EditGroupWidget.cpp"
AutoGen: Parsing "SRC:/src/gui/group/GroupModel.cpp"
AutoGen: Parsing "SRC:/src/gui/group/GroupView.cpp"
AutoGen: Parsing "SRC:/src/gui/osutils/OSUtilsBase.cpp"
AutoGen: Parsing "SRC:/src/gui/osutils/ScreenLockListener.cpp"
AutoGen: Parsing "SRC:/src/gui/osutils/ScreenLockListenerPrivate.cpp"
AutoGen: Parsing "SRC:/src/gui/osutils/nixutils/NixUtils.cpp"
AutoGen: Parsing "SRC:/src/gui/osutils/nixutils/ScreenLockListenerDBus.cpp"
AutoGen: Parsing "SRC:/src/gui/osutils/nixutils/X11Funcs.cpp"
AutoGen: Parsing "SRC:/src/gui/passkeys/PasskeyExportDialog.cpp"
AutoGen: Parsing "SRC:/src/gui/passkeys/PasskeyExporter.cpp"
AutoGen: Parsing "SRC:/src/gui/passkeys/PasskeyImportDialog.cpp"
AutoGen: Parsing "SRC:/src/gui/passkeys/PasskeyImporter.cpp"
AutoGen: Parsing "SRC:/src/gui/reports/ReportsDialog.cpp"
AutoGen: Parsing "SRC:/src/gui/reports/ReportsPageBrowserStatistics.cpp"
AutoGen: Parsing "SRC:/src/gui/reports/ReportsPageHealthcheck.cpp"
AutoGen: Parsing "SRC:/src/gui/reports/ReportsPageHibp.cpp"
AutoGen: Parsing "SRC:/src/gui/reports/ReportsPagePasskeys.cpp"
AutoGen: Parsing "SRC:/src/gui/reports/ReportsPageStatistics.cpp"
AutoGen: Parsing "SRC:/src/gui/reports/ReportsWidget.cpp"
AutoGen: Parsing "SRC:/src/gui/reports/ReportsWidgetBrowserStatistics.cpp"
AutoGen: Parsing "SRC:/src/gui/reports/ReportsWidgetHibp.cpp"
AutoGen: Parsing "SRC:/src/gui/reports/ReportsWidgetHealthcheck.cpp"
AutoGen: Parsing "SRC:/src/gui/reports/ReportsWidgetPasskeys.cpp"
AutoGen: Parsing "SRC:/src/gui/reports/ReportsWidgetStatistics.cpp"
AutoGen: Parsing "SRC:/src/gui/styles/StateColorPalette.cpp"
AutoGen: Parsing "SRC:/src/gui/styles/base/BaseStyle.cpp"
AutoGen: Parsing "SRC:/src/gui/styles/base/phantomcolor.cpp"
AutoGen: Parsing "SRC:/src/gui/styles/dark/DarkStyle.cpp"
AutoGen: Parsing "SRC:/src/gui/styles/light/LightStyle.cpp"
AutoGen: Parsing "SRC:/src/gui/tag/TagView.cpp"
AutoGen: Parsing "SRC:/src/gui/tag/TagsEdit.cpp"
AutoGen: Parsing "SRC:/src/gui/widgets/ElidedLabel.cpp"
AutoGen: Parsing "SRC:/src/gui/tag/TagModel.cpp"
AutoGen: Parsing "SRC:/src/gui/widgets/KPToolBar.cpp"
AutoGen: Parsing "SRC:/src/gui/widgets/PopupHelpWidget.cpp"
AutoGen: Parsing "SRC:/src/gui/wizard/ImportWizard.cpp"
AutoGen: Parsing "SRC:/src/gui/wizard/ImportWizardPageReview.cpp"
AutoGen: Parsing "SRC:/src/gui/wizard/ImportWizardPageSelect.cpp"
AutoGen: Parsing "SRC:/src/gui/wizard/NewDatabaseWizard.cpp"
AutoGen: Parsing "SRC:/src/gui/wizard/NewDatabaseWizardPage.cpp"
AutoGen: Parsing "SRC:/src/gui/wizard/NewDatabaseWizardPageDatabaseKey.cpp"
AutoGen: Parsing "SRC:/src/gui/wizard/NewDatabaseWizardPageEncryption.cpp"
AutoGen: Parsing "SRC:/src/gui/wizard/NewDatabaseWizardPageMetaData.cpp"
AutoGen: Parsing "SRC:/src/keys/ChallengeResponseKey.cpp"
AutoGen: Parsing "SRC:/src/keys/CompositeKey.cpp"
AutoGen: Parsing "SRC:/src/keys/PasswordKey.cpp"
AutoGen: Parsing "SRC:/src/keys/drivers/YubiKeyStub.cpp"
AutoGen: Parsing "SRC:/src/streams/HashedBlockStream.cpp"
AutoGen: Parsing "SRC:/src/streams/HashingStream.cpp"
AutoGen: Parsing "SRC:/src/streams/HmacBlockStream.cpp"
AutoGen: Parsing "SRC:/src/streams/LayeredStream.cpp"
AutoGen: Parsing "SRC:/src/streams/StoreDataStream.cpp"
AutoGen: Parsing "SRC:/src/streams/SymmetricCipherStream.cpp"
AutoGen: Parsing "SRC:/src/streams/qtiocompressor.cpp"
AutoGen: Parsing "SRC:/src/updatecheck/UpdateChecker.cpp"
AutoGen: Parsing "SRC:/src/keys/FileKey.cpp"
AutoUic: Generating "BIN:/src/keepassx_core_autogen/include/ui_AboutDialog.h", because it doesn't exist, from "SRC:/src/gui/AboutDialog.ui"
/usr/lib/qt/5.15/bin/amd64/uic -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include/ui_AboutDialog.h /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/AboutDialog.ui
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/TAC5DWH4SE/moc_AutoTypeAssociations.cpp", because it doesn't exist, from "SRC:/src/core/AutoTypeAssociations.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/TAC5DWH4SE/moc_AutoTypeAssociations.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/core/AutoTypeAssociations.h
AutoUic: Generating "BIN:/src/keepassx_core_autogen/include/ui_ApplicationSettingsWidgetGeneral.h", because it doesn't exist, from "SRC:/src/gui/ApplicationSettingsWidgetGeneral.ui"
/usr/lib/qt/5.15/bin/amd64/uic -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include/ui_ApplicationSettingsWidgetGeneral.h /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/ApplicationSettingsWidgetGeneral.ui
AutoUic: Generating "BIN:/src/keepassx_core_autogen/include/ui_ApplicationSettingsWidgetSecurity.h", because it doesn't exist, from "SRC:/src/gui/ApplicationSettingsWidgetSecurity.ui"
/usr/lib/qt/5.15/bin/amd64/uic -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include/ui_ApplicationSettingsWidgetSecurity.h /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/ApplicationSettingsWidgetSecurity.ui
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/TAC5DWH4SE/moc_Config.cpp", because it doesn't exist, from "SRC:/src/core/Config.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/TAC5DWH4SE/moc_Config.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/core/Config.h
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/TAC5DWH4SE/moc_CustomData.cpp", because it doesn't exist, from "SRC:/src/core/CustomData.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/TAC5DWH4SE/moc_CustomData.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/core/CustomData.h
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/TAC5DWH4SE/moc_Database.cpp", because it doesn't exist, from "SRC:/src/core/Database.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/TAC5DWH4SE/moc_Database.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/core/Database.h
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/TAC5DWH4SE/moc_Entry.cpp", because it doesn't exist, from "SRC:/src/core/Entry.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/TAC5DWH4SE/moc_Entry.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/core/Entry.h
AutoUic: Generating "BIN:/src/keepassx_core_autogen/include/ui_CategoryListWidget.h", because it doesn't exist, from "SRC:/src/gui/CategoryListWidget.ui"
/usr/lib/qt/5.15/bin/amd64/uic -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include/ui_CategoryListWidget.h /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/CategoryListWidget.ui
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/TAC5DWH4SE/moc_EntryAttachments.cpp", because it doesn't exist, from "SRC:/src/core/EntryAttachments.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/TAC5DWH4SE/moc_EntryAttachments.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/core/EntryAttachments.h
AutoUic: Generating "BIN:/src/keepassx_core_autogen/include/ui_CloneDialog.h", because it doesn't exist, from "SRC:/src/gui/CloneDialog.ui"
/usr/lib/qt/5.15/bin/amd64/uic -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include/ui_CloneDialog.h /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/CloneDialog.ui
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/TAC5DWH4SE/moc_Config.cpp.d"
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/TAC5DWH4SE/moc_CustomData.cpp.d"
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/TAC5DWH4SE/moc_EntryAttributes.cpp", because it doesn't exist, from "SRC:/src/core/EntryAttributes.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/TAC5DWH4SE/moc_EntryAttributes.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/core/EntryAttributes.h
AutoUic: Generating "BIN:/src/keepassx_core_autogen/include/ui_CsvImportWidget.h", because it doesn't exist, from "SRC:/src/gui/csvImport/CsvImportWidget.ui"
/usr/lib/qt/5.15/bin/amd64/uic -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include/ui_CsvImportWidget.h /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/csvImport/CsvImportWidget.ui
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/TAC5DWH4SE/moc_Entry.cpp.d"
AutoUic: Generating "BIN:/src/keepassx_core_autogen/include/ui_DatabaseOpenWidget.h", because it doesn't exist, from "SRC:/src/gui/DatabaseOpenWidget.ui"
/usr/lib/qt/5.15/bin/amd64/uic -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include/ui_DatabaseOpenWidget.h /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/DatabaseOpenWidget.ui
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/TAC5DWH4SE/moc_FileWatcher.cpp", because it doesn't exist, from "SRC:/src/core/FileWatcher.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/TAC5DWH4SE/moc_FileWatcher.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/core/FileWatcher.h
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/TAC5DWH4SE/moc_Database.cpp.d"
AutoUic: Generating "BIN:/src/keepassx_core_autogen/include/ui_DatabaseSettingsWidgetBrowser.h", because it doesn't exist, from "SRC:/src/gui/dbsettings/DatabaseSettingsWidgetBrowser.ui"
/usr/lib/qt/5.15/bin/amd64/uic -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include/ui_DatabaseSettingsWidgetBrowser.h /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/dbsettings/DatabaseSettingsWidgetBrowser.ui
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/TAC5DWH4SE/moc_Group.cpp", because it doesn't exist, from "SRC:/src/core/Group.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/TAC5DWH4SE/moc_Group.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/core/Group.h
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/TAC5DWH4SE/moc_EntryAttachments.cpp.d"
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/TAC5DWH4SE/moc_HibpDownloader.cpp", because it doesn't exist, from "SRC:/src/core/HibpDownloader.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/TAC5DWH4SE/moc_HibpDownloader.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/core/HibpDownloader.h
AutoUic: Generating "BIN:/src/keepassx_core_autogen/include/ui_DatabaseSettingsWidgetEncryption.h", because it doesn't exist, from "SRC:/src/gui/dbsettings/DatabaseSettingsWidgetEncryption.ui"
/usr/lib/qt/5.15/bin/amd64/uic -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include/ui_DatabaseSettingsWidgetEncryption.h /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/dbsettings/DatabaseSettingsWidgetEncryption.ui
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/TAC5DWH4SE/moc_AutoTypeAssociations.cpp.d"
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/TAC5DWH4SE/moc_InactivityTimer.cpp", because it doesn't exist, from "SRC:/src/core/InactivityTimer.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/TAC5DWH4SE/moc_InactivityTimer.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/core/InactivityTimer.h
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/TAC5DWH4SE/moc_EntryAttributes.cpp.d"
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/TAC5DWH4SE/moc_FileWatcher.cpp.d"
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/TAC5DWH4SE/moc_Group.cpp.d"
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/TAC5DWH4SE/moc_Merger.cpp", because it doesn't exist, from "SRC:/src/core/Merger.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/TAC5DWH4SE/moc_Merger.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/core/Merger.h
AutoUic: Generating "BIN:/src/keepassx_core_autogen/include/ui_DatabaseSettingsWidgetGeneral.h", because it doesn't exist, from "SRC:/src/gui/dbsettings/DatabaseSettingsWidgetGeneral.ui"
/usr/lib/qt/5.15/bin/amd64/uic -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include/ui_DatabaseSettingsWidgetGeneral.h /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/dbsettings/DatabaseSettingsWidgetGeneral.ui
AutoUic: /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/dbsettings/DatabaseSettingsWidgetEncryption.ui: Warning: Tab-stop assignment: 'advancedSettingsButton' is not a valid widget.
AutoUic: Generating "BIN:/src/keepassx_core_autogen/include/ui_DatabaseSettingsWidgetMaintenance.h", because it doesn't exist, from "SRC:/src/gui/dbsettings/DatabaseSettingsWidgetMaintenance.ui"
/usr/lib/qt/5.15/bin/amd64/uic -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include/ui_DatabaseSettingsWidgetMaintenance.h /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/dbsettings/DatabaseSettingsWidgetMaintenance.ui
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/TAC5DWH4SE/moc_Metadata.cpp", because it doesn't exist, from "SRC:/src/core/Metadata.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/TAC5DWH4SE/moc_Metadata.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/core/Metadata.h
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/TAC5DWH4SE/moc_ModifiableObject.cpp", because it doesn't exist, from "SRC:/src/core/ModifiableObject.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/TAC5DWH4SE/moc_ModifiableObject.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/core/ModifiableObject.h
AutoUic: Generating "BIN:/src/keepassx_core_autogen/include/ui_DatabaseSettingsWidgetMetaDataSimple.h", because it doesn't exist, from "SRC:/src/gui/dbsettings/DatabaseSettingsWidgetMetaDataSimple.ui"
/usr/lib/qt/5.15/bin/amd64/uic -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include/ui_DatabaseSettingsWidgetMetaDataSimple.h /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/dbsettings/DatabaseSettingsWidgetMetaDataSimple.ui
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/TAC5DWH4SE/moc_HibpDownloader.cpp.d"
AutoUic: Generating "BIN:/src/keepassx_core_autogen/include/ui_EditEntryWidgetAdvanced.h", because it doesn't exist, from "SRC:/src/gui/entry/EditEntryWidgetAdvanced.ui"
/usr/lib/qt/5.15/bin/amd64/uic -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include/ui_EditEntryWidgetAdvanced.h /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/entry/EditEntryWidgetAdvanced.ui
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/TAC5DWH4SE/moc_UrlTools.cpp", because it doesn't exist, from "SRC:/src/core/UrlTools.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/TAC5DWH4SE/moc_UrlTools.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/core/UrlTools.h
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/B6AQXDAGVM/moc_OpData01.cpp", because it doesn't exist, from "SRC:/src/format/OpData01.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/B6AQXDAGVM/moc_OpData01.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/format/OpData01.h
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/TAC5DWH4SE/moc_InactivityTimer.cpp.d"
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/TAC5DWH4SE/moc_Merger.cpp.d"
AutoUic: Generating "BIN:/src/keepassx_core_autogen/include/ui_EditEntryWidgetAutoType.h", because it doesn't exist, from "SRC:/src/gui/entry/EditEntryWidgetAutoType.ui"
/usr/lib/qt/5.15/bin/amd64/uic -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include/ui_EditEntryWidgetAutoType.h /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/entry/EditEntryWidgetAutoType.ui
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/B6AQXDAGVM/moc_OpVaultReader.cpp", because it doesn't exist, from "SRC:/src/format/OpVaultReader.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/B6AQXDAGVM/moc_OpVaultReader.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/format/OpVaultReader.h
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/TAC5DWH4SE/moc_Metadata.cpp.d"
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/TAC5DWH4SE/moc_ModifiableObject.cpp.d"
AutoUic: Generating "BIN:/src/keepassx_core_autogen/include/ui_EditEntryWidgetBrowser.h", because it doesn't exist, from "SRC:/src/gui/entry/EditEntryWidgetBrowser.ui"
/usr/lib/qt/5.15/bin/amd64/uic -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include/ui_EditEntryWidgetBrowser.h /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/entry/EditEntryWidgetBrowser.ui
AutoUic: Generating "BIN:/src/keepassx_core_autogen/include/ui_EditEntryWidgetHistory.h", because it doesn't exist, from "SRC:/src/gui/entry/EditEntryWidgetHistory.ui"
/usr/lib/qt/5.15/bin/amd64/uic -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include/ui_EditEntryWidgetHistory.h /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/entry/EditEntryWidgetHistory.ui
AutoUic: Generating "BIN:/src/keepassx_core_autogen/include/ui_EditEntryWidgetMain.h", because it doesn't exist, from "SRC:/src/gui/entry/EditEntryWidgetMain.ui"
/usr/lib/qt/5.15/bin/amd64/uic -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include/ui_EditEntryWidgetMain.h /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/entry/EditEntryWidgetMain.ui
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/DMHXEJ42XS/moc_AboutDialog.cpp", because it doesn't exist, from "SRC:/src/gui/AboutDialog.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/DMHXEJ42XS/moc_AboutDialog.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/AboutDialog.h
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/TAC5DWH4SE/moc_UrlTools.cpp.d"
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/B6AQXDAGVM/moc_OpData01.cpp.d"
AutoUic: Generating "BIN:/src/keepassx_core_autogen/include/ui_EditEntryWidgetSSHAgent.h", because it doesn't exist, from "SRC:/src/gui/entry/EditEntryWidgetSSHAgent.ui"
/usr/lib/qt/5.15/bin/amd64/uic -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include/ui_EditEntryWidgetSSHAgent.h /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/entry/EditEntryWidgetSSHAgent.ui
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/DMHXEJ42XS/moc_Application.cpp", because it doesn't exist, from "SRC:/src/gui/Application.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/DMHXEJ42XS/moc_Application.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/Application.h
AutoUic: Generating "BIN:/src/keepassx_core_autogen/include/ui_EditGroupWidgetBrowser.h", because it doesn't exist, from "SRC:/src/gui/group/EditGroupWidgetBrowser.ui"
/usr/lib/qt/5.15/bin/amd64/uic -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include/ui_EditGroupWidgetBrowser.h /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/group/EditGroupWidgetBrowser.ui
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/DMHXEJ42XS/moc_ApplicationSettingsWidget.cpp", because it doesn't exist, from "SRC:/src/gui/ApplicationSettingsWidget.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/DMHXEJ42XS/moc_ApplicationSettingsWidget.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/ApplicationSettingsWidget.h
AutoUic: Generating "BIN:/src/keepassx_core_autogen/include/ui_EditGroupWidgetMain.h", because it doesn't exist, from "SRC:/src/gui/group/EditGroupWidgetMain.ui"
/usr/lib/qt/5.15/bin/amd64/uic -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include/ui_EditGroupWidgetMain.h /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/group/EditGroupWidgetMain.ui
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/DMHXEJ42XS/moc_CategoryListWidget.cpp", because it doesn't exist, from "SRC:/src/gui/CategoryListWidget.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/DMHXEJ42XS/moc_CategoryListWidget.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/CategoryListWidget.h
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/B6AQXDAGVM/moc_OpVaultReader.cpp.d"
AutoUic: Generating "BIN:/src/keepassx_core_autogen/include/ui_EditWidget.h", because it doesn't exist, from "SRC:/src/gui/EditWidget.ui"
/usr/lib/qt/5.15/bin/amd64/uic -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include/ui_EditWidget.h /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/EditWidget.ui
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/DMHXEJ42XS/moc_Clipboard.cpp", because it doesn't exist, from "SRC:/src/gui/Clipboard.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/DMHXEJ42XS/moc_Clipboard.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/Clipboard.h
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/DMHXEJ42XS/moc_CloneDialog.cpp", because it doesn't exist, from "SRC:/src/gui/CloneDialog.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/DMHXEJ42XS/moc_CloneDialog.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/CloneDialog.h
AutoUic: Generating "BIN:/src/keepassx_core_autogen/include/ui_EditWidgetIcons.h", because it doesn't exist, from "SRC:/src/gui/EditWidgetIcons.ui"
/usr/lib/qt/5.15/bin/amd64/uic -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include/ui_EditWidgetIcons.h /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/EditWidgetIcons.ui
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/DMHXEJ42XS/moc_DatabaseOpenDialog.cpp", because it doesn't exist, from "SRC:/src/gui/DatabaseOpenDialog.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/DMHXEJ42XS/moc_DatabaseOpenDialog.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/DatabaseOpenDialog.h
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/DMHXEJ42XS/moc_ApplicationSettingsWidget.cpp.d"
AutoUic: Generating "BIN:/src/keepassx_core_autogen/include/ui_EditWidgetProperties.h", because it doesn't exist, from "SRC:/src/gui/EditWidgetProperties.ui"
/usr/lib/qt/5.15/bin/amd64/uic -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include/ui_EditWidgetProperties.h /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/EditWidgetProperties.ui
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/DMHXEJ42XS/moc_Application.cpp.d"
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/DMHXEJ42XS/moc_DatabaseOpenWidget.cpp", because it doesn't exist, from "SRC:/src/gui/DatabaseOpenWidget.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/DMHXEJ42XS/moc_DatabaseOpenWidget.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/DatabaseOpenWidget.h
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/DMHXEJ42XS/moc_CategoryListWidget.cpp.d"
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/DMHXEJ42XS/moc_AboutDialog.cpp.d"
AutoUic: Generating "BIN:/src/keepassx_core_autogen/include/ui_EntryAttachmentsDialog.h", because it doesn't exist, from "SRC:/src/gui/entry/EntryAttachmentsDialog.ui"
/usr/lib/qt/5.15/bin/amd64/uic -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include/ui_EntryAttachmentsDialog.h /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/entry/EntryAttachmentsDialog.ui
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/DMHXEJ42XS/moc_DatabaseTabWidget.cpp", because it doesn't exist, from "SRC:/src/gui/DatabaseTabWidget.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/DMHXEJ42XS/moc_DatabaseTabWidget.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/DatabaseTabWidget.h
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/DMHXEJ42XS/moc_DatabaseWidget.cpp", because it doesn't exist, from "SRC:/src/gui/DatabaseWidget.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/DMHXEJ42XS/moc_DatabaseWidget.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/DatabaseWidget.h
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/DMHXEJ42XS/moc_Clipboard.cpp.d"
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/DMHXEJ42XS/moc_CloneDialog.cpp.d"
AutoUic: Generating "BIN:/src/keepassx_core_autogen/include/ui_EntryAttachmentsWidget.h", because it doesn't exist, from "SRC:/src/gui/entry/EntryAttachmentsWidget.ui"
/usr/lib/qt/5.15/bin/amd64/uic -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include/ui_EntryAttachmentsWidget.h /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/entry/EntryAttachmentsWidget.ui
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/DMHXEJ42XS/moc_DatabaseWidgetStateSync.cpp", because it doesn't exist, from "SRC:/src/gui/DatabaseWidgetStateSync.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/DMHXEJ42XS/moc_DatabaseWidgetStateSync.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/DatabaseWidgetStateSync.h
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/DMHXEJ42XS/moc_DatabaseOpenDialog.cpp.d"
AutoUic: Generating "BIN:/src/keepassx_core_autogen/include/ui_EntryPreviewWidget.h", because it doesn't exist, from "SRC:/src/gui/EntryPreviewWidget.ui"
/usr/lib/qt/5.15/bin/amd64/uic -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include/ui_EntryPreviewWidget.h /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/EntryPreviewWidget.ui
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/DMHXEJ42XS/moc_DialogyWidget.cpp", because it doesn't exist, from "SRC:/src/gui/DialogyWidget.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/DMHXEJ42XS/moc_DialogyWidget.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/DialogyWidget.h
AutoUic: Generating "BIN:/src/keepassx_core_autogen/include/ui_ExportDialog.h", because it doesn't exist, from "SRC:/src/gui/export/ExportDialog.ui"
/usr/lib/qt/5.15/bin/amd64/uic -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include/ui_ExportDialog.h /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/export/ExportDialog.ui
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/DMHXEJ42XS/moc_DatabaseOpenWidget.cpp.d"
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/DMHXEJ42XS/moc_EditWidget.cpp", because it doesn't exist, from "SRC:/src/gui/EditWidget.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/DMHXEJ42XS/moc_EditWidget.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/EditWidget.h
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/DMHXEJ42XS/moc_EditWidgetIcons.cpp", because it doesn't exist, from "SRC:/src/gui/EditWidgetIcons.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/DMHXEJ42XS/moc_EditWidgetIcons.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/EditWidgetIcons.h
AutoUic: Generating "BIN:/src/keepassx_core_autogen/include/ui_IconDownloaderDialog.h", because it doesn't exist, from "SRC:/src/gui/IconDownloaderDialog.ui"
/usr/lib/qt/5.15/bin/amd64/uic -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include/ui_IconDownloaderDialog.h /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/IconDownloaderDialog.ui
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/DMHXEJ42XS/moc_EditWidgetProperties.cpp", because it doesn't exist, from "SRC:/src/gui/EditWidgetProperties.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/DMHXEJ42XS/moc_EditWidgetProperties.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/EditWidgetProperties.h
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/DMHXEJ42XS/moc_DatabaseWidget.cpp.d"
AutoUic: Generating "BIN:/src/keepassx_core_autogen/include/ui_ImportWizardPageReview.h", because it doesn't exist, from "SRC:/src/gui/wizard/ImportWizardPageReview.ui"
/usr/lib/qt/5.15/bin/amd64/uic -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include/ui_ImportWizardPageReview.h /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/wizard/ImportWizardPageReview.ui
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/DMHXEJ42XS/moc_DatabaseTabWidget.cpp.d"
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/DMHXEJ42XS/moc_DatabaseWidgetStateSync.cpp.d"
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/DMHXEJ42XS/moc_EntryPreviewWidget.cpp", because it doesn't exist, from "SRC:/src/gui/EntryPreviewWidget.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/DMHXEJ42XS/moc_EntryPreviewWidget.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/EntryPreviewWidget.h
AutoUic: Generating "BIN:/src/keepassx_core_autogen/include/ui_ImportWizardPageSelect.h", because it doesn't exist, from "SRC:/src/gui/wizard/ImportWizardPageSelect.ui"
/usr/lib/qt/5.15/bin/amd64/uic -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include/ui_ImportWizardPageSelect.h /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/wizard/ImportWizardPageSelect.ui
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/DMHXEJ42XS/moc_IconDownloader.cpp", because it doesn't exist, from "SRC:/src/gui/IconDownloader.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/DMHXEJ42XS/moc_IconDownloader.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/IconDownloader.h
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/DMHXEJ42XS/moc_DialogyWidget.cpp.d"
AutoUic: Generating "BIN:/src/keepassx_core_autogen/include/ui_KeyComponentWidget.h", because it doesn't exist, from "SRC:/src/gui/databasekey/KeyComponentWidget.ui"
/usr/lib/qt/5.15/bin/amd64/uic -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include/ui_KeyComponentWidget.h /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/databasekey/KeyComponentWidget.ui
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/DMHXEJ42XS/moc_IconDownloaderDialog.cpp", because it doesn't exist, from "SRC:/src/gui/IconDownloaderDialog.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/DMHXEJ42XS/moc_IconDownloaderDialog.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/IconDownloaderDialog.h
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/DMHXEJ42XS/moc_EditWidget.cpp.d"
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/DMHXEJ42XS/moc_EditWidgetIcons.cpp.d"
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/DMHXEJ42XS/moc_IconModels.cpp", because it doesn't exist, from "SRC:/src/gui/IconModels.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/DMHXEJ42XS/moc_IconModels.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/IconModels.h
AutoUic: Generating "BIN:/src/keepassx_core_autogen/include/ui_KeyFileEditWidget.h", because it doesn't exist, from "SRC:/src/gui/databasekey/KeyFileEditWidget.ui"
/usr/lib/qt/5.15/bin/amd64/uic -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include/ui_KeyFileEditWidget.h /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/databasekey/KeyFileEditWidget.ui
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/include/moc_KMessageWidget.cpp", because it doesn't exist, from "SRC:/src/gui/KMessageWidget.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include/moc_KMessageWidget.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/KMessageWidget.h
AutoUic: Generating "BIN:/src/keepassx_core_autogen/include/ui_MainWindow.h", because it doesn't exist, from "SRC:/src/gui/MainWindow.ui"
/usr/lib/qt/5.15/bin/amd64/uic -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include/ui_MainWindow.h /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/MainWindow.ui
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/DMHXEJ42XS/moc_EditWidgetProperties.cpp.d"
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/DMHXEJ42XS/moc_MainWindow.cpp", because it doesn't exist, from "SRC:/src/gui/MainWindow.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/DMHXEJ42XS/moc_MainWindow.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/MainWindow.h
AutoUic: Generating "BIN:/src/keepassx_core_autogen/include/ui_NewDatabaseWizardPage.h", because it doesn't exist, from "SRC:/src/gui/wizard/NewDatabaseWizardPage.ui"
/usr/lib/qt/5.15/bin/amd64/uic -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include/ui_NewDatabaseWizardPage.h /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/wizard/NewDatabaseWizardPage.ui
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/DMHXEJ42XS/moc_IconDownloader.cpp.d"
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/DMHXEJ42XS/moc_MessageWidget.cpp", because it doesn't exist, from "SRC:/src/gui/MessageWidget.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/DMHXEJ42XS/moc_MessageWidget.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/MessageWidget.h
AutoUic: Generating "BIN:/src/keepassx_core_autogen/include/ui_PasskeyExportDialog.h", because it doesn't exist, from "SRC:/src/gui/passkeys/PasskeyExportDialog.ui"
/usr/lib/qt/5.15/bin/amd64/uic -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include/ui_PasskeyExportDialog.h /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/passkeys/PasskeyExportDialog.ui
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/DMHXEJ42XS/moc_PasswordGeneratorWidget.cpp", because it doesn't exist, from "SRC:/src/gui/PasswordGeneratorWidget.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/DMHXEJ42XS/moc_PasswordGeneratorWidget.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/PasswordGeneratorWidget.h
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/DMHXEJ42XS/moc_EntryPreviewWidget.cpp.d"
AutoUic: Generating "BIN:/src/keepassx_core_autogen/include/ui_PasskeyImportDialog.h", because it doesn't exist, from "SRC:/src/gui/passkeys/PasskeyImportDialog.ui"
/usr/lib/qt/5.15/bin/amd64/uic -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include/ui_PasskeyImportDialog.h /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/passkeys/PasskeyImportDialog.ui
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/DMHXEJ42XS/moc_IconDownloaderDialog.cpp.d"
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/DMHXEJ42XS/moc_IconModels.cpp.d"
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/DMHXEJ42XS/moc_PasswordWidget.cpp", because it doesn't exist, from "SRC:/src/gui/PasswordWidget.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/DMHXEJ42XS/moc_PasswordWidget.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/PasswordWidget.h
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/DMHXEJ42XS/moc_SearchWidget.cpp", because it doesn't exist, from "SRC:/src/gui/SearchWidget.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/DMHXEJ42XS/moc_SearchWidget.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/SearchWidget.h
AutoUic: Generating "BIN:/src/keepassx_core_autogen/include/ui_PasswordEditWidget.h", because it doesn't exist, from "SRC:/src/gui/databasekey/PasswordEditWidget.ui"
/usr/lib/qt/5.15/bin/amd64/uic -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include/ui_PasswordEditWidget.h /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/databasekey/PasswordEditWidget.ui
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/DMHXEJ42XS/moc_SettingsWidget.cpp", because it doesn't exist, from "SRC:/src/gui/SettingsWidget.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/DMHXEJ42XS/moc_SettingsWidget.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/SettingsWidget.h
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/include/moc_KMessageWidget.cpp.d"
AutoUic: Generating "BIN:/src/keepassx_core_autogen/include/ui_PasswordGeneratorWidget.h", because it doesn't exist, from "SRC:/src/gui/PasswordGeneratorWidget.ui"
/usr/lib/qt/5.15/bin/amd64/uic -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include/ui_PasswordGeneratorWidget.h /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/PasswordGeneratorWidget.ui
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/DMHXEJ42XS/moc_SortFilterHideProxyModel.cpp", because it doesn't exist, from "SRC:/src/gui/SortFilterHideProxyModel.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/DMHXEJ42XS/moc_SortFilterHideProxyModel.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/SortFilterHideProxyModel.h
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/DMHXEJ42XS/moc_MainWindow.cpp.d"
AutoUic: Generating "BIN:/src/keepassx_core_autogen/include/ui_PasswordWidget.h", because it doesn't exist, from "SRC:/src/gui/PasswordWidget.ui"
/usr/lib/qt/5.15/bin/amd64/uic -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include/ui_PasswordWidget.h /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/PasswordWidget.ui
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/DMHXEJ42XS/moc_PasswordGeneratorWidget.cpp.d"
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/DMHXEJ42XS/moc_TotpDialog.cpp", because it doesn't exist, from "SRC:/src/gui/TotpDialog.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/DMHXEJ42XS/moc_TotpDialog.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/TotpDialog.h
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/DMHXEJ42XS/moc_TotpExportSettingsDialog.cpp", because it doesn't exist, from "SRC:/src/gui/TotpExportSettingsDialog.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/DMHXEJ42XS/moc_TotpExportSettingsDialog.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/TotpExportSettingsDialog.h
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/DMHXEJ42XS/moc_MessageWidget.cpp.d"
AutoUic: Generating "BIN:/src/keepassx_core_autogen/include/ui_ReportsDialog.h", because it doesn't exist, from "SRC:/src/gui/reports/ReportsDialog.ui"
/usr/lib/qt/5.15/bin/amd64/uic -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include/ui_ReportsDialog.h /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/reports/ReportsDialog.ui
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/DMHXEJ42XS/moc_TotpSetupDialog.cpp", because it doesn't exist, from "SRC:/src/gui/TotpSetupDialog.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/DMHXEJ42XS/moc_TotpSetupDialog.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/TotpSetupDialog.h
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/DMHXEJ42XS/moc_PasswordWidget.cpp.d"
AutoUic: Generating "BIN:/src/keepassx_core_autogen/include/ui_ReportsWidgetBrowserStatistics.h", because it doesn't exist, from "SRC:/src/gui/reports/ReportsWidgetBrowserStatistics.ui"
/usr/lib/qt/5.15/bin/amd64/uic -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include/ui_ReportsWidgetBrowserStatistics.h /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/reports/ReportsWidgetBrowserStatistics.ui
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/DMHXEJ42XS/moc_URLEdit.cpp", because it doesn't exist, from "SRC:/src/gui/URLEdit.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/DMHXEJ42XS/moc_URLEdit.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/URLEdit.h
[ 28%] Linking CXX static library libcli.a
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/cli && /usr/bin/cmake -P CMakeFiles/cli.dir/cmake_clean_target.cmake
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/DMHXEJ42XS/moc_SettingsWidget.cpp.d"
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/DMHXEJ42XS/moc_SearchWidget.cpp.d"
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/DMHXEJ42XS/moc_UpdateCheckDialog.cpp", because it doesn't exist, from "SRC:/src/gui/UpdateCheckDialog.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/DMHXEJ42XS/moc_UpdateCheckDialog.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/UpdateCheckDialog.h
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/cli && /usr/bin/cmake -E cmake_link_script CMakeFiles/cli.dir/link.txt --verbose=1
AutoUic: Generating "BIN:/src/keepassx_core_autogen/include/ui_ReportsWidgetHealthcheck.h", because it doesn't exist, from "SRC:/src/gui/reports/ReportsWidgetHealthcheck.ui"
/usr/lib/qt/5.15/bin/amd64/uic -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include/ui_ReportsWidgetHealthcheck.h /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/reports/ReportsWidgetHealthcheck.ui
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/DMHXEJ42XS/moc_WelcomeWidget.cpp", because it doesn't exist, from "SRC:/src/gui/WelcomeWidget.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/DMHXEJ42XS/moc_WelcomeWidget.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/WelcomeWidget.h
/usr/bin/amd64/ar qc libcli.a CMakeFiles/cli.dir/cli_autogen/mocs_compilation.cpp.o CMakeFiles/cli.dir/Add.cpp.o CMakeFiles/cli.dir/AddGroup.cpp.o CMakeFiles/cli.dir/Analyze.cpp.o CMakeFiles/cli.dir/AttachmentExport.cpp.o CMakeFiles/cli.dir/AttachmentImport.cpp.o CMakeFiles/cli.dir/AttachmentRemove.cpp.o CMakeFiles/cli.dir/Clip.cpp.o CMakeFiles/cli.dir/Close.cpp.o CMakeFiles/cli.dir/Command.cpp.o CMakeFiles/cli.dir/DatabaseCommand.cpp.o CMakeFiles/cli.dir/DatabaseCreate.cpp.o CMakeFiles/cli.dir/DatabaseEdit.cpp.o CMakeFiles/cli.dir/DatabaseInfo.cpp.o CMakeFiles/cli.dir/Diceware.cpp.o CMakeFiles/cli.dir/Edit.cpp.o CMakeFiles/cli.dir/Estimate.cpp.o CMakeFiles/cli.dir/Exit.cpp.o CMakeFiles/cli.dir/Export.cpp.o CMakeFiles/cli.dir/Generate.cpp.o CMakeFiles/cli.dir/Help.cpp.o CMakeFiles/cli.dir/Import.cpp.o CMakeFiles/cli.dir/List.cpp.o CMakeFiles/cli.dir/Merge.cpp.o CMakeFiles/cli.dir/Move.cpp.o CMakeFiles/cli.dir/Open.cpp.o CMakeFiles/cli.dir/Remove.cpp.o CMakeFiles/cli.dir/RemoveGroup.cpp.o CMakeFiles/cli.dir/Search.cpp.o CMakeFiles/cli.dir/Show.cpp.o
/usr/bin/ranlib libcli.a
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 28%] Built target cli
AutoUic: Generating "BIN:/src/keepassx_core_autogen/include/ui_ReportsWidgetHibp.h", because it doesn't exist, from "SRC:/src/gui/reports/ReportsWidgetHibp.ui"
/usr/lib/qt/5.15/bin/amd64/uic -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include/ui_ReportsWidgetHibp.h /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/reports/ReportsWidgetHibp.ui
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/DMHXEJ42XS/moc_SortFilterHideProxyModel.cpp.d"
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/BKQXV2HLMH/moc_CsvImportWidget.cpp", because it doesn't exist, from "SRC:/src/gui/csvImport/CsvImportWidget.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/BKQXV2HLMH/moc_CsvImportWidget.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/csvImport/CsvImportWidget.h
AutoUic: Generating "BIN:/src/keepassx_core_autogen/include/ui_ReportsWidgetPasskeys.h", because it doesn't exist, from "SRC:/src/gui/reports/ReportsWidgetPasskeys.ui"
/usr/lib/qt/5.15/bin/amd64/uic -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include/ui_ReportsWidgetPasskeys.h /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/reports/ReportsWidgetPasskeys.ui
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/DMHXEJ42XS/moc_TotpExportSettingsDialog.cpp.d"
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/DMHXEJ42XS/moc_TotpDialog.cpp.d"
AutoUic: Generating "BIN:/src/keepassx_core_autogen/include/ui_ReportsWidgetStatistics.h", because it doesn't exist, from "SRC:/src/gui/reports/ReportsWidgetStatistics.ui"
/usr/lib/qt/5.15/bin/amd64/uic -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include/ui_ReportsWidgetStatistics.h /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/reports/ReportsWidgetStatistics.ui
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/BKQXV2HLMH/moc_CsvParserModel.cpp", because it doesn't exist, from "SRC:/src/gui/csvImport/CsvParserModel.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/BKQXV2HLMH/moc_CsvParserModel.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/csvImport/CsvParserModel.h
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/BN47EU5UJM/moc_KeyComponentWidget.cpp", because it doesn't exist, from "SRC:/src/gui/databasekey/KeyComponentWidget.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/BN47EU5UJM/moc_KeyComponentWidget.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/databasekey/KeyComponentWidget.h
AutoUic: Generating "BIN:/src/keepassx_core_autogen/include/ui_SearchHelpWidget.h", because it doesn't exist, from "SRC:/src/gui/SearchHelpWidget.ui"
/usr/lib/qt/5.15/bin/amd64/uic -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include/ui_SearchHelpWidget.h /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/SearchHelpWidget.ui
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/BN47EU5UJM/moc_KeyFileEditWidget.cpp", because it doesn't exist, from "SRC:/src/gui/databasekey/KeyFileEditWidget.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/BN47EU5UJM/moc_KeyFileEditWidget.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/databasekey/KeyFileEditWidget.h
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/DMHXEJ42XS/moc_TotpSetupDialog.cpp.d"
AutoUic: Generating "BIN:/src/keepassx_core_autogen/include/ui_SearchWidget.h", because it doesn't exist, from "SRC:/src/gui/SearchWidget.ui"
/usr/lib/qt/5.15/bin/amd64/uic -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include/ui_SearchWidget.h /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/SearchWidget.ui
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/DMHXEJ42XS/moc_URLEdit.cpp.d"
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/BN47EU5UJM/moc_PasswordEditWidget.cpp", because it doesn't exist, from "SRC:/src/gui/databasekey/PasswordEditWidget.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/BN47EU5UJM/moc_PasswordEditWidget.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/databasekey/PasswordEditWidget.h
AutoUic: Generating "BIN:/src/keepassx_core_autogen/include/ui_TotpDialog.h", because it doesn't exist, from "SRC:/src/gui/TotpDialog.ui"
/usr/lib/qt/5.15/bin/amd64/uic -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include/ui_TotpDialog.h /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/TotpDialog.ui
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/DMHXEJ42XS/moc_UpdateCheckDialog.cpp.d"
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/BN47EU5UJM/moc_YubiKeyEditWidget.cpp", because it doesn't exist, from "SRC:/src/gui/databasekey/YubiKeyEditWidget.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/BN47EU5UJM/moc_YubiKeyEditWidget.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/databasekey/YubiKeyEditWidget.h
AutoUic: Generating "BIN:/src/keepassx_core_autogen/include/ui_TotpSetupDialog.h", because it doesn't exist, from "SRC:/src/gui/TotpSetupDialog.ui"
/usr/lib/qt/5.15/bin/amd64/uic -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include/ui_TotpSetupDialog.h /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/TotpSetupDialog.ui
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/MZZ34CHHOM/moc_DatabaseSettingsDialog.cpp", because it doesn't exist, from "SRC:/src/gui/dbsettings/DatabaseSettingsDialog.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/MZZ34CHHOM/moc_DatabaseSettingsDialog.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/dbsettings/DatabaseSettingsDialog.h
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/DMHXEJ42XS/moc_WelcomeWidget.cpp.d"
AutoUic: Generating "BIN:/src/keepassx_core_autogen/include/ui_UpdateCheckDialog.h", because it doesn't exist, from "SRC:/src/gui/UpdateCheckDialog.ui"
/usr/lib/qt/5.15/bin/amd64/uic -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include/ui_UpdateCheckDialog.h /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/UpdateCheckDialog.ui
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/MZZ34CHHOM/moc_DatabaseSettingsWidget.cpp", because it doesn't exist, from "SRC:/src/gui/dbsettings/DatabaseSettingsWidget.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/MZZ34CHHOM/moc_DatabaseSettingsWidget.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/dbsettings/DatabaseSettingsWidget.h
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/BKQXV2HLMH/moc_CsvImportWidget.cpp.d"
AutoUic: Generating "BIN:/src/keepassx_core_autogen/include/ui_WelcomeWidget.h", because it doesn't exist, from "SRC:/src/gui/WelcomeWidget.ui"
/usr/lib/qt/5.15/bin/amd64/uic -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include/ui_WelcomeWidget.h /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/WelcomeWidget.ui
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/MZZ34CHHOM/moc_DatabaseSettingsWidgetBrowser.cpp", because it doesn't exist, from "SRC:/src/gui/dbsettings/DatabaseSettingsWidgetBrowser.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/MZZ34CHHOM/moc_DatabaseSettingsWidgetBrowser.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/dbsettings/DatabaseSettingsWidgetBrowser.h
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/BKQXV2HLMH/moc_CsvParserModel.cpp.d"
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/MZZ34CHHOM/moc_DatabaseSettingsWidgetDatabaseKey.cpp", because it doesn't exist, from "SRC:/src/gui/dbsettings/DatabaseSettingsWidgetDatabaseKey.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/MZZ34CHHOM/moc_DatabaseSettingsWidgetDatabaseKey.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/dbsettings/DatabaseSettingsWidgetDatabaseKey.h
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/BN47EU5UJM/moc_KeyComponentWidget.cpp.d"
AutoUic: Generating "BIN:/src/keepassx_core_autogen/include/ui_YubiKeyEditWidget.h", because it doesn't exist, from "SRC:/src/gui/databasekey/YubiKeyEditWidget.ui"
/usr/lib/qt/5.15/bin/amd64/uic -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include/ui_YubiKeyEditWidget.h /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/databasekey/YubiKeyEditWidget.ui
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/BN47EU5UJM/moc_KeyFileEditWidget.cpp.d"
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/MZZ34CHHOM/moc_DatabaseSettingsWidgetEncryption.cpp", because it doesn't exist, from "SRC:/src/gui/dbsettings/DatabaseSettingsWidgetEncryption.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/MZZ34CHHOM/moc_DatabaseSettingsWidgetEncryption.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/dbsettings/DatabaseSettingsWidgetEncryption.h
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/MZZ34CHHOM/moc_DatabaseSettingsWidgetGeneral.cpp", because it doesn't exist, from "SRC:/src/gui/dbsettings/DatabaseSettingsWidgetGeneral.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/MZZ34CHHOM/moc_DatabaseSettingsWidgetGeneral.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/dbsettings/DatabaseSettingsWidgetGeneral.h
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/BN47EU5UJM/moc_PasswordEditWidget.cpp.d"
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/MZZ34CHHOM/moc_DatabaseSettingsWidgetMaintenance.cpp", because it doesn't exist, from "SRC:/src/gui/dbsettings/DatabaseSettingsWidgetMaintenance.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/MZZ34CHHOM/moc_DatabaseSettingsWidgetMaintenance.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/dbsettings/DatabaseSettingsWidgetMaintenance.h
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/BN47EU5UJM/moc_YubiKeyEditWidget.cpp.d"
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/MZZ34CHHOM/moc_DatabaseSettingsWidgetMetaDataSimple.cpp", because it doesn't exist, from "SRC:/src/gui/dbsettings/DatabaseSettingsWidgetMetaDataSimple.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/MZZ34CHHOM/moc_DatabaseSettingsWidgetMetaDataSimple.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/dbsettings/DatabaseSettingsWidgetMetaDataSimple.h
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/MZZ34CHHOM/moc_DatabaseSettingsDialog.cpp.d"
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/MZZ34CHHOM/moc_DatabaseSettingsWidget.cpp.d"
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/6E6TVKAI7O/moc_AutoTypeAssociationsModel.cpp", because it doesn't exist, from "SRC:/src/gui/entry/AutoTypeAssociationsModel.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/6E6TVKAI7O/moc_AutoTypeAssociationsModel.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/entry/AutoTypeAssociationsModel.h
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/6E6TVKAI7O/moc_EditEntryWidget.cpp", because it doesn't exist, from "SRC:/src/gui/entry/EditEntryWidget.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/6E6TVKAI7O/moc_EditEntryWidget.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/entry/EditEntryWidget.h
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/MZZ34CHHOM/moc_DatabaseSettingsWidgetBrowser.cpp.d"
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/6E6TVKAI7O/moc_EntryAttachmentsModel.cpp", because it doesn't exist, from "SRC:/src/gui/entry/EntryAttachmentsModel.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/6E6TVKAI7O/moc_EntryAttachmentsModel.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/entry/EntryAttachmentsModel.h
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/MZZ34CHHOM/moc_DatabaseSettingsWidgetDatabaseKey.cpp.d"
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/6E6TVKAI7O/moc_EntryAttachmentsWidget.cpp", because it doesn't exist, from "SRC:/src/gui/entry/EntryAttachmentsWidget.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/6E6TVKAI7O/moc_EntryAttachmentsWidget.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/entry/EntryAttachmentsWidget.h
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/MZZ34CHHOM/moc_DatabaseSettingsWidgetEncryption.cpp.d"
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/6E6TVKAI7O/moc_EntryAttributesModel.cpp", because it doesn't exist, from "SRC:/src/gui/entry/EntryAttributesModel.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/6E6TVKAI7O/moc_EntryAttributesModel.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/entry/EntryAttributesModel.h
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/MZZ34CHHOM/moc_DatabaseSettingsWidgetGeneral.cpp.d"
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/6E6TVKAI7O/moc_EntryHistoryModel.cpp", because it doesn't exist, from "SRC:/src/gui/entry/EntryHistoryModel.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/6E6TVKAI7O/moc_EntryHistoryModel.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/entry/EntryHistoryModel.h
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/MZZ34CHHOM/moc_DatabaseSettingsWidgetMaintenance.cpp.d"
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/6E6TVKAI7O/moc_EntryModel.cpp", because it doesn't exist, from "SRC:/src/gui/entry/EntryModel.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/6E6TVKAI7O/moc_EntryModel.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/entry/EntryModel.h
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/MZZ34CHHOM/moc_DatabaseSettingsWidgetMetaDataSimple.cpp.d"
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/6E6TVKAI7O/moc_EntryURLModel.cpp", because it doesn't exist, from "SRC:/src/gui/entry/EntryURLModel.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/6E6TVKAI7O/moc_EntryURLModel.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/entry/EntryURLModel.h
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/6E6TVKAI7O/moc_AutoTypeAssociationsModel.cpp.d"
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/6E6TVKAI7O/moc_EntryView.cpp", because it doesn't exist, from "SRC:/src/gui/entry/EntryView.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/6E6TVKAI7O/moc_EntryView.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/entry/EntryView.h
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/6E6TVKAI7O/moc_EntryAttachmentsModel.cpp.d"
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/6E6TVKAI7O/moc_NewEntryAttachmentsDialog.cpp", because it doesn't exist, from "SRC:/src/gui/entry/NewEntryAttachmentsDialog.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/6E6TVKAI7O/moc_NewEntryAttachmentsDialog.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/entry/NewEntryAttachmentsDialog.h
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/6E6TVKAI7O/moc_EditEntryWidget.cpp.d"
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/6E6TVKAI7O/moc_PreviewEntryAttachmentsDialog.cpp", because it doesn't exist, from "SRC:/src/gui/entry/PreviewEntryAttachmentsDialog.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/6E6TVKAI7O/moc_PreviewEntryAttachmentsDialog.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/entry/PreviewEntryAttachmentsDialog.h
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/6E6TVKAI7O/moc_EntryAttachmentsWidget.cpp.d"
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/NDTARXMQNO/moc_ExportDialog.cpp", because it doesn't exist, from "SRC:/src/gui/export/ExportDialog.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/NDTARXMQNO/moc_ExportDialog.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/export/ExportDialog.h
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/6E6TVKAI7O/moc_EntryAttributesModel.cpp.d"
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/G34MNZT3H7/moc_EditGroupWidget.cpp", because it doesn't exist, from "SRC:/src/gui/group/EditGroupWidget.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/G34MNZT3H7/moc_EditGroupWidget.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/group/EditGroupWidget.h
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/6E6TVKAI7O/moc_EntryModel.cpp.d"
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/6E6TVKAI7O/moc_EntryHistoryModel.cpp.d"
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/G34MNZT3H7/moc_GroupModel.cpp", because it doesn't exist, from "SRC:/src/gui/group/GroupModel.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/G34MNZT3H7/moc_GroupModel.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/group/GroupModel.h
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/G34MNZT3H7/moc_GroupView.cpp", because it doesn't exist, from "SRC:/src/gui/group/GroupView.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/G34MNZT3H7/moc_GroupView.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/group/GroupView.h
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/6E6TVKAI7O/moc_EntryURLModel.cpp.d"
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/O3HXRJSZMQ/moc_OSUtilsBase.cpp", because it doesn't exist, from "SRC:/src/gui/osutils/OSUtilsBase.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/O3HXRJSZMQ/moc_OSUtilsBase.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/osutils/OSUtilsBase.h
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/6E6TVKAI7O/moc_NewEntryAttachmentsDialog.cpp.d"
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/O3HXRJSZMQ/moc_ScreenLockListener.cpp", because it doesn't exist, from "SRC:/src/gui/osutils/ScreenLockListener.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/O3HXRJSZMQ/moc_ScreenLockListener.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/osutils/ScreenLockListener.h
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/6E6TVKAI7O/moc_EntryView.cpp.d"
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/O3HXRJSZMQ/moc_ScreenLockListenerPrivate.cpp", because it doesn't exist, from "SRC:/src/gui/osutils/ScreenLockListenerPrivate.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/O3HXRJSZMQ/moc_ScreenLockListenerPrivate.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/osutils/ScreenLockListenerPrivate.h
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/6E6TVKAI7O/moc_PreviewEntryAttachmentsDialog.cpp.d"
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/FUIKO5VHUE/moc_NixUtils.cpp", because it doesn't exist, from "SRC:/src/gui/osutils/nixutils/NixUtils.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/FUIKO5VHUE/moc_NixUtils.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/osutils/nixutils/NixUtils.h
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/G34MNZT3H7/moc_GroupView.cpp.d"
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/FUIKO5VHUE/moc_ScreenLockListenerDBus.cpp", because it doesn't exist, from "SRC:/src/gui/osutils/nixutils/ScreenLockListenerDBus.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/FUIKO5VHUE/moc_ScreenLockListenerDBus.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/osutils/nixutils/ScreenLockListenerDBus.h
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/G34MNZT3H7/moc_GroupModel.cpp.d"
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/JZFCRKWNH4/moc_PasskeyExportDialog.cpp", because it doesn't exist, from "SRC:/src/gui/passkeys/PasskeyExportDialog.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/JZFCRKWNH4/moc_PasskeyExportDialog.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/passkeys/PasskeyExportDialog.h
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/NDTARXMQNO/moc_ExportDialog.cpp.d"
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/JZFCRKWNH4/moc_PasskeyExporter.cpp", because it doesn't exist, from "SRC:/src/gui/passkeys/PasskeyExporter.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/JZFCRKWNH4/moc_PasskeyExporter.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/passkeys/PasskeyExporter.h
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/G34MNZT3H7/moc_EditGroupWidget.cpp.d"
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/JZFCRKWNH4/moc_PasskeyImportDialog.cpp", because it doesn't exist, from "SRC:/src/gui/passkeys/PasskeyImportDialog.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/JZFCRKWNH4/moc_PasskeyImportDialog.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/passkeys/PasskeyImportDialog.h
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/O3HXRJSZMQ/moc_OSUtilsBase.cpp.d"
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/JZFCRKWNH4/moc_PasskeyImporter.cpp", because it doesn't exist, from "SRC:/src/gui/passkeys/PasskeyImporter.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/JZFCRKWNH4/moc_PasskeyImporter.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/passkeys/PasskeyImporter.h
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/O3HXRJSZMQ/moc_ScreenLockListener.cpp.d"
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/5AZTJGOV3G/moc_ReportsDialog.cpp", because it doesn't exist, from "SRC:/src/gui/reports/ReportsDialog.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/5AZTJGOV3G/moc_ReportsDialog.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/reports/ReportsDialog.h
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/O3HXRJSZMQ/moc_ScreenLockListenerPrivate.cpp.d"
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/5AZTJGOV3G/moc_ReportsWidget.cpp", because it doesn't exist, from "SRC:/src/gui/reports/ReportsWidget.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/5AZTJGOV3G/moc_ReportsWidget.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/reports/ReportsWidget.h
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/FUIKO5VHUE/moc_ScreenLockListenerDBus.cpp.d"
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/5AZTJGOV3G/moc_ReportsWidgetBrowserStatistics.cpp", because it doesn't exist, from "SRC:/src/gui/reports/ReportsWidgetBrowserStatistics.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/5AZTJGOV3G/moc_ReportsWidgetBrowserStatistics.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/reports/ReportsWidgetBrowserStatistics.h
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/FUIKO5VHUE/moc_NixUtils.cpp.d"
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/5AZTJGOV3G/moc_ReportsWidgetHealthcheck.cpp", because it doesn't exist, from "SRC:/src/gui/reports/ReportsWidgetHealthcheck.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/5AZTJGOV3G/moc_ReportsWidgetHealthcheck.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/reports/ReportsWidgetHealthcheck.h
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/JZFCRKWNH4/moc_PasskeyExportDialog.cpp.d"
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/JZFCRKWNH4/moc_PasskeyExporter.cpp.d"
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/5AZTJGOV3G/moc_ReportsWidgetHibp.cpp", because it doesn't exist, from "SRC:/src/gui/reports/ReportsWidgetHibp.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/5AZTJGOV3G/moc_ReportsWidgetHibp.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/reports/ReportsWidgetHibp.h
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/5AZTJGOV3G/moc_ReportsWidgetPasskeys.cpp", because it doesn't exist, from "SRC:/src/gui/reports/ReportsWidgetPasskeys.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/5AZTJGOV3G/moc_ReportsWidgetPasskeys.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/reports/ReportsWidgetPasskeys.h
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/JZFCRKWNH4/moc_PasskeyImportDialog.cpp.d"
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/5AZTJGOV3G/moc_ReportsWidgetStatistics.cpp", because it doesn't exist, from "SRC:/src/gui/reports/ReportsWidgetStatistics.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/5AZTJGOV3G/moc_ReportsWidgetStatistics.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/reports/ReportsWidgetStatistics.h
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/JZFCRKWNH4/moc_PasskeyImporter.cpp.d"
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/M5QXLK5BAV/moc_StateColorPalette.cpp", because it doesn't exist, from "SRC:/src/gui/styles/StateColorPalette.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/M5QXLK5BAV/moc_StateColorPalette.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/styles/StateColorPalette.h
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/5AZTJGOV3G/moc_ReportsDialog.cpp.d"
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/XV25PX2KAT/moc_BaseStyle.cpp", because it doesn't exist, from "SRC:/src/gui/styles/base/BaseStyle.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/XV25PX2KAT/moc_BaseStyle.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/styles/base/BaseStyle.h
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/5AZTJGOV3G/moc_ReportsWidget.cpp.d"
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/KYPKXNZMUF/moc_DarkStyle.cpp", because it doesn't exist, from "SRC:/src/gui/styles/dark/DarkStyle.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/KYPKXNZMUF/moc_DarkStyle.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/styles/dark/DarkStyle.h
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/5AZTJGOV3G/moc_ReportsWidgetBrowserStatistics.cpp.d"
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/HVGFBV6H7I/moc_LightStyle.cpp", because it doesn't exist, from "SRC:/src/gui/styles/light/LightStyle.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/HVGFBV6H7I/moc_LightStyle.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/styles/light/LightStyle.h
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/5AZTJGOV3G/moc_ReportsWidgetHealthcheck.cpp.d"
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/AAKQRBC4OB/moc_TagModel.cpp", because it doesn't exist, from "SRC:/src/gui/tag/TagModel.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/AAKQRBC4OB/moc_TagModel.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/tag/TagModel.h
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/5AZTJGOV3G/moc_ReportsWidgetHibp.cpp.d"
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/AAKQRBC4OB/moc_TagView.cpp", because it doesn't exist, from "SRC:/src/gui/tag/TagView.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/AAKQRBC4OB/moc_TagView.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/tag/TagView.h
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/5AZTJGOV3G/moc_ReportsWidgetPasskeys.cpp.d"
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/AAKQRBC4OB/moc_TagsEdit.cpp", because it doesn't exist, from "SRC:/src/gui/tag/TagsEdit.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/AAKQRBC4OB/moc_TagsEdit.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/tag/TagsEdit.h
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/5AZTJGOV3G/moc_ReportsWidgetStatistics.cpp.d"
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/WJQGMJHSF5/moc_ElidedLabel.cpp", because it doesn't exist, from "SRC:/src/gui/widgets/ElidedLabel.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/WJQGMJHSF5/moc_ElidedLabel.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/widgets/ElidedLabel.h
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/M5QXLK5BAV/moc_StateColorPalette.cpp.d"
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/WJQGMJHSF5/moc_KPToolBar.cpp", because it doesn't exist, from "SRC:/src/gui/widgets/KPToolBar.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/WJQGMJHSF5/moc_KPToolBar.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/widgets/KPToolBar.h
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/XV25PX2KAT/moc_BaseStyle.cpp.d"
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/WJQGMJHSF5/moc_PopupHelpWidget.cpp", because it doesn't exist, from "SRC:/src/gui/widgets/PopupHelpWidget.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/WJQGMJHSF5/moc_PopupHelpWidget.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/widgets/PopupHelpWidget.h
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/KYPKXNZMUF/moc_DarkStyle.cpp.d"
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/2OJOO4HAYQ/moc_ImportWizard.cpp", because it doesn't exist, from "SRC:/src/gui/wizard/ImportWizard.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/2OJOO4HAYQ/moc_ImportWizard.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/wizard/ImportWizard.h
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/HVGFBV6H7I/moc_LightStyle.cpp.d"
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/2OJOO4HAYQ/moc_ImportWizardPageReview.cpp", because it doesn't exist, from "SRC:/src/gui/wizard/ImportWizardPageReview.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/2OJOO4HAYQ/moc_ImportWizardPageReview.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/wizard/ImportWizardPageReview.h
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/AAKQRBC4OB/moc_TagModel.cpp.d"
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/2OJOO4HAYQ/moc_ImportWizardPageSelect.cpp", because it doesn't exist, from "SRC:/src/gui/wizard/ImportWizardPageSelect.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/2OJOO4HAYQ/moc_ImportWizardPageSelect.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/wizard/ImportWizardPageSelect.h
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/AAKQRBC4OB/moc_TagsEdit.cpp.d"
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/2OJOO4HAYQ/moc_NewDatabaseWizard.cpp", because it doesn't exist, from "SRC:/src/gui/wizard/NewDatabaseWizard.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/2OJOO4HAYQ/moc_NewDatabaseWizard.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/wizard/NewDatabaseWizard.h
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/WJQGMJHSF5/moc_ElidedLabel.cpp.d"
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/2OJOO4HAYQ/moc_NewDatabaseWizardPage.cpp", because it doesn't exist, from "SRC:/src/gui/wizard/NewDatabaseWizardPage.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/2OJOO4HAYQ/moc_NewDatabaseWizardPage.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/wizard/NewDatabaseWizardPage.h
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/AAKQRBC4OB/moc_TagView.cpp.d"
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/2OJOO4HAYQ/moc_NewDatabaseWizardPageDatabaseKey.cpp", because it doesn't exist, from "SRC:/src/gui/wizard/NewDatabaseWizardPageDatabaseKey.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/2OJOO4HAYQ/moc_NewDatabaseWizardPageDatabaseKey.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/wizard/NewDatabaseWizardPageDatabaseKey.h
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/WJQGMJHSF5/moc_KPToolBar.cpp.d"
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/2OJOO4HAYQ/moc_NewDatabaseWizardPageEncryption.cpp", because it doesn't exist, from "SRC:/src/gui/wizard/NewDatabaseWizardPageEncryption.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/2OJOO4HAYQ/moc_NewDatabaseWizardPageEncryption.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/wizard/NewDatabaseWizardPageEncryption.h
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/WJQGMJHSF5/moc_PopupHelpWidget.cpp.d"
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/2OJOO4HAYQ/moc_NewDatabaseWizardPageMetaData.cpp", because it doesn't exist, from "SRC:/src/gui/wizard/NewDatabaseWizardPageMetaData.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/2OJOO4HAYQ/moc_NewDatabaseWizardPageMetaData.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/wizard/NewDatabaseWizardPageMetaData.h
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/2OJOO4HAYQ/moc_ImportWizard.cpp.d"
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/LUKUYJILS4/moc_YubiKey.cpp", because it doesn't exist, from "SRC:/src/keys/drivers/YubiKey.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/LUKUYJILS4/moc_YubiKey.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/keys/drivers/YubiKey.h
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/2OJOO4HAYQ/moc_ImportWizardPageReview.cpp.d"
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/2OJOO4HAYQ/moc_ImportWizardPageSelect.cpp.d"
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/IKJORKT4JR/moc_HashedBlockStream.cpp", because it doesn't exist, from "SRC:/src/streams/HashedBlockStream.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/IKJORKT4JR/moc_HashedBlockStream.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/streams/HashedBlockStream.h
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/IKJORKT4JR/moc_HashingStream.cpp", because it doesn't exist, from "SRC:/src/streams/HashingStream.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/IKJORKT4JR/moc_HashingStream.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/streams/HashingStream.h
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/2OJOO4HAYQ/moc_NewDatabaseWizard.cpp.d"
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/IKJORKT4JR/moc_HmacBlockStream.cpp", because it doesn't exist, from "SRC:/src/streams/HmacBlockStream.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/IKJORKT4JR/moc_HmacBlockStream.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/streams/HmacBlockStream.h
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/2OJOO4HAYQ/moc_NewDatabaseWizardPage.cpp.d"
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/IKJORKT4JR/moc_LayeredStream.cpp", because it doesn't exist, from "SRC:/src/streams/LayeredStream.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/IKJORKT4JR/moc_LayeredStream.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/streams/LayeredStream.h
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/2OJOO4HAYQ/moc_NewDatabaseWizardPageDatabaseKey.cpp.d"
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/IKJORKT4JR/moc_StoreDataStream.cpp", because it doesn't exist, from "SRC:/src/streams/StoreDataStream.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/IKJORKT4JR/moc_StoreDataStream.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/streams/StoreDataStream.h
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/2OJOO4HAYQ/moc_NewDatabaseWizardPageEncryption.cpp.d"
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/IKJORKT4JR/moc_SymmetricCipherStream.cpp", because it doesn't exist, from "SRC:/src/streams/SymmetricCipherStream.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/IKJORKT4JR/moc_SymmetricCipherStream.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/streams/SymmetricCipherStream.h
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/2OJOO4HAYQ/moc_NewDatabaseWizardPageMetaData.cpp.d"
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/IKJORKT4JR/moc_qtiocompressor.cpp", because it doesn't exist, from "SRC:/src/streams/qtiocompressor.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/IKJORKT4JR/moc_qtiocompressor.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/streams/qtiocompressor.h
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/LUKUYJILS4/moc_YubiKey.cpp.d"
AutoMoc: Generating "BIN:/src/keepassx_core_autogen/T6P2XVLXYD/moc_UpdateChecker.cpp", because it doesn't exist, from "SRC:/src/updatecheck/UpdateChecker.h"
/usr/lib/qt/5.15/bin/amd64/moc -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/T6P2XVLXYD/moc_UpdateChecker.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/updatecheck/UpdateChecker.h
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/IKJORKT4JR/moc_HashingStream.cpp.d"
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/IKJORKT4JR/moc_HashedBlockStream.cpp.d"
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/IKJORKT4JR/moc_HmacBlockStream.cpp.d"
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/IKJORKT4JR/moc_LayeredStream.cpp.d"
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/IKJORKT4JR/moc_StoreDataStream.cpp.d"
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/IKJORKT4JR/moc_SymmetricCipherStream.cpp.d"
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/IKJORKT4JR/moc_qtiocompressor.cpp.d"
AutoMoc: Reading dependencies from "BIN:/src/keepassx_core_autogen/T6P2XVLXYD/moc_UpdateChecker.cpp.d"
AutoMoc: Generating MOC compilation "BIN:/src/keepassx_core_autogen/mocs_compilation.cpp"
AutoMoc: Merging MOC dependencies into "BIN:/src/keepassx_core_autogen/deps"
AutoGen: Writing the parse cache file "BIN:/src/CMakeFiles/keepassx_core_autogen.dir/ParseCache.txt"
AutoGen: Writing the settings file "BIN:/src/CMakeFiles/keepassx_core_autogen.dir/AutogenUsed.txt"
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/bin/cmake -E touch /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/timestamp
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 28%] Built target keepassx_core_autogen
/usr/bin/gmake  -f src/CMakeFiles/keepassx_core.dir/build.make src/CMakeFiles/keepassx_core.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 29%] Automatic RCC for ../share/wizard/wizard.qrc
[ 29%] Automatic RCC for ../share/icons/icons.qrc
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/bin/cmake -E cmake_autorcc /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/CMakeFiles/keepassx_core_autogen.dir/AutoRcc_icons_6X6KP64GSU_Info.json Release
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/bin/cmake -E cmake_autorcc /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/CMakeFiles/keepassx_core_autogen.dir/AutoRcc_wizard_XJKH4KRZSW_Info.json Release
[ 29%] Generating mainwindowadaptor.cpp, mainwindowadaptor.h
[ 29%] Automatic RCC for gui/styles/styles.qrc
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/lib/qt/5.15/bin/amd64/qdbusxml2cpp -m -a mainwindowadaptor -i gui/MainWindow.h -l MainWindow /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/org.keepassxc.KeePassXC.MainWindow.xml
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/bin/cmake -E cmake_autorcc /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/CMakeFiles/keepassx_core_autogen.dir/AutoRcc_styles_M5QXLK5BAV_Info.json Release
AutoRcc: Generating "BIN:/src/keepassx_core_autogen/6X6KP64GSU/qrc_icons.cpp", because it doesn't exist, from "SRC:/share/icons/icons.qrc"
/usr/lib/qt/5.15/bin/amd64/rcc -name icons -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/6X6KP64GSU/qrc_icons.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/share/icons/icons.qrc
AutoRcc: Generating "BIN:/src/keepassx_core_autogen/XJKH4KRZSW/qrc_wizard.cpp", because it doesn't exist, from "SRC:/share/wizard/wizard.qrc"
/usr/lib/qt/5.15/bin/amd64/rcc -name wizard -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/XJKH4KRZSW/qrc_wizard.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/share/wizard/wizard.qrc
AutoRcc: Generating "BIN:/src/keepassx_core_autogen/M5QXLK5BAV/qrc_styles.cpp", because it doesn't exist, from "SRC:/src/gui/styles/styles.qrc"
/usr/lib/qt/5.15/bin/amd64/rcc -name styles -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/M5QXLK5BAV/qrc_styles.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/styles/styles.qrc
AutoRcc: Writing settings file "BIN:/src/CMakeFiles/keepassx_core_autogen.dir/AutoRcc_wizard_XJKH4KRZSW_Used.txt"
AutoRcc: Writing settings file "BIN:/src/CMakeFiles/keepassx_core_autogen.dir/AutoRcc_styles_M5QXLK5BAV_Used.txt"
AutoRcc: Writing settings file "BIN:/src/CMakeFiles/keepassx_core_autogen.dir/AutoRcc_icons_6X6KP64GSU_Used.txt"
[ 29%] Generating mainwindowadaptor.moc
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/lib/qt/5.15/bin/amd64/moc @/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/mainwindowadaptor.moc_parameters
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/CMakeFiles/keepassx_core.dir/DependInfo.cmake "--color="
Dependencies file "src/keepassx_core_autogen/deps" is newer than depends file "/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/CMakeFiles/keepassx_core.dir/compiler_depend.internal".
Consolidate compiler generated dependencies of target keepassx_core
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f src/CMakeFiles/keepassx_core.dir/build.make src/CMakeFiles/keepassx_core.dir/build
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 29%] Building CXX object src/CMakeFiles/keepassx_core.dir/keepassx_core_autogen/mocs_compilation.cpp.o
[ 29%] Building CXX object src/CMakeFiles/keepassx_core.dir/core/AutoTypeAssociations.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/keepassx_core_autogen/mocs_compilation.cpp.o -MF CMakeFiles/keepassx_core.dir/keepassx_core_autogen/mocs_compilation.cpp.o.d -o CMakeFiles/keepassx_core.dir/keepassx_core_autogen/mocs_compilation.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/mocs_compilation.cpp
[ 29%] Building CXX object src/CMakeFiles/keepassx_core.dir/core/Config.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/core/AutoTypeAssociations.cpp.o -MF CMakeFiles/keepassx_core.dir/core/AutoTypeAssociations.cpp.o.d -o CMakeFiles/keepassx_core.dir/core/AutoTypeAssociations.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/core/AutoTypeAssociations.cpp
[ 29%] Building CXX object src/CMakeFiles/keepassx_core.dir/core/CustomData.cpp.o
[ 29%] Building CXX object src/CMakeFiles/keepassx_core.dir/core/Clock.cpp.o
[ 29%] Building CXX object src/CMakeFiles/keepassx_core.dir/core/Alloc.cpp.o
[ 30%] Building CXX object src/CMakeFiles/keepassx_core.dir/core/Bootstrap.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/core/CustomData.cpp.o -MF CMakeFiles/keepassx_core.dir/core/CustomData.cpp.o.d -o CMakeFiles/keepassx_core.dir/core/CustomData.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/core/CustomData.cpp
[ 30%] Building CXX object src/CMakeFiles/keepassx_core.dir/core/Base32.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/core/Config.cpp.o -MF CMakeFiles/keepassx_core.dir/core/Config.cpp.o.d -o CMakeFiles/keepassx_core.dir/core/Config.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/core/Config.cpp
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/core/Clock.cpp.o -MF CMakeFiles/keepassx_core.dir/core/Clock.cpp.o.d -o CMakeFiles/keepassx_core.dir/core/Clock.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/core/Clock.cpp
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/core/Bootstrap.cpp.o -MF CMakeFiles/keepassx_core.dir/core/Bootstrap.cpp.o.d -o CMakeFiles/keepassx_core.dir/core/Bootstrap.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/core/Bootstrap.cpp
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/core/Base32.cpp.o -MF CMakeFiles/keepassx_core.dir/core/Base32.cpp.o.d -o CMakeFiles/keepassx_core.dir/core/Base32.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/core/Base32.cpp
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/core/Alloc.cpp.o -MF CMakeFiles/keepassx_core.dir/core/Alloc.cpp.o.d -o CMakeFiles/keepassx_core.dir/core/Alloc.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/core/Alloc.cpp
[ 30%] Building CXX object src/CMakeFiles/keepassx_core.dir/core/Database.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/core/Database.cpp.o -MF CMakeFiles/keepassx_core.dir/core/Database.cpp.o.d -o CMakeFiles/keepassx_core.dir/core/Database.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/core/Database.cpp
[ 30%] Building CXX object src/CMakeFiles/keepassx_core.dir/core/DatabaseStats.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/core/DatabaseStats.cpp.o -MF CMakeFiles/keepassx_core.dir/core/DatabaseStats.cpp.o.d -o CMakeFiles/keepassx_core.dir/core/DatabaseStats.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/core/DatabaseStats.cpp
[ 31%] Building CXX object src/CMakeFiles/keepassx_core.dir/core/Entry.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/core/Entry.cpp.o -MF CMakeFiles/keepassx_core.dir/core/Entry.cpp.o.d -o CMakeFiles/keepassx_core.dir/core/Entry.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/core/Entry.cpp
[ 31%] Building CXX object src/CMakeFiles/keepassx_core.dir/core/EntryAttachments.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/core/EntryAttachments.cpp.o -MF CMakeFiles/keepassx_core.dir/core/EntryAttachments.cpp.o.d -o CMakeFiles/keepassx_core.dir/core/EntryAttachments.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/core/EntryAttachments.cpp
[ 31%] Building CXX object src/CMakeFiles/keepassx_core.dir/core/EntryAttributes.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/core/EntryAttributes.cpp.o -MF CMakeFiles/keepassx_core.dir/core/EntryAttributes.cpp.o.d -o CMakeFiles/keepassx_core.dir/core/EntryAttributes.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/core/EntryAttributes.cpp
[ 31%] Building CXX object src/CMakeFiles/keepassx_core.dir/core/EntrySearcher.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/core/EntrySearcher.cpp.o -MF CMakeFiles/keepassx_core.dir/core/EntrySearcher.cpp.o.d -o CMakeFiles/keepassx_core.dir/core/EntrySearcher.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/core/EntrySearcher.cpp
[ 31%] Building CXX object src/CMakeFiles/keepassx_core.dir/core/FileWatcher.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/core/FileWatcher.cpp.o -MF CMakeFiles/keepassx_core.dir/core/FileWatcher.cpp.o.d -o CMakeFiles/keepassx_core.dir/core/FileWatcher.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/core/FileWatcher.cpp
[ 31%] Building CXX object src/CMakeFiles/keepassx_core.dir/core/Group.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/core/Group.cpp.o -MF CMakeFiles/keepassx_core.dir/core/Group.cpp.o.d -o CMakeFiles/keepassx_core.dir/core/Group.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/core/Group.cpp
[ 32%] Building CXX object src/CMakeFiles/keepassx_core.dir/core/HibpOffline.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/core/HibpOffline.cpp.o -MF CMakeFiles/keepassx_core.dir/core/HibpOffline.cpp.o.d -o CMakeFiles/keepassx_core.dir/core/HibpOffline.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/core/HibpOffline.cpp
[ 32%] Building CXX object src/CMakeFiles/keepassx_core.dir/core/InactivityTimer.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/core/InactivityTimer.cpp.o -MF CMakeFiles/keepassx_core.dir/core/InactivityTimer.cpp.o.d -o CMakeFiles/keepassx_core.dir/core/InactivityTimer.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/core/InactivityTimer.cpp
[ 32%] Building CXX object src/CMakeFiles/keepassx_core.dir/core/Merger.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/core/Merger.cpp.o -MF CMakeFiles/keepassx_core.dir/core/Merger.cpp.o.d -o CMakeFiles/keepassx_core.dir/core/Merger.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/core/Merger.cpp
[ 32%] Building CXX object src/CMakeFiles/keepassx_core.dir/core/Metadata.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/core/Metadata.cpp.o -MF CMakeFiles/keepassx_core.dir/core/Metadata.cpp.o.d -o CMakeFiles/keepassx_core.dir/core/Metadata.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/core/Metadata.cpp
[ 32%] Building CXX object src/CMakeFiles/keepassx_core.dir/core/ModifiableObject.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/core/ModifiableObject.cpp.o -MF CMakeFiles/keepassx_core.dir/core/ModifiableObject.cpp.o.d -o CMakeFiles/keepassx_core.dir/core/ModifiableObject.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/core/ModifiableObject.cpp
[ 32%] Building CXX object src/CMakeFiles/keepassx_core.dir/core/PasswordGenerator.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/core/PasswordGenerator.cpp.o -MF CMakeFiles/keepassx_core.dir/core/PasswordGenerator.cpp.o.d -o CMakeFiles/keepassx_core.dir/core/PasswordGenerator.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/core/PasswordGenerator.cpp
[ 33%] Building CXX object src/CMakeFiles/keepassx_core.dir/core/PasswordHealth.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/core/PasswordHealth.cpp.o -MF CMakeFiles/keepassx_core.dir/core/PasswordHealth.cpp.o.d -o CMakeFiles/keepassx_core.dir/core/PasswordHealth.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/core/PasswordHealth.cpp
[ 33%] Building CXX object src/CMakeFiles/keepassx_core.dir/core/PassphraseGenerator.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/core/PassphraseGenerator.cpp.o -MF CMakeFiles/keepassx_core.dir/core/PassphraseGenerator.cpp.o.d -o CMakeFiles/keepassx_core.dir/core/PassphraseGenerator.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/core/PassphraseGenerator.cpp
[ 33%] Building CXX object src/CMakeFiles/keepassx_core.dir/core/Resources.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/core/Resources.cpp.o -MF CMakeFiles/keepassx_core.dir/core/Resources.cpp.o.d -o CMakeFiles/keepassx_core.dir/core/Resources.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/core/Resources.cpp
[ 33%] Building CXX object src/CMakeFiles/keepassx_core.dir/core/SignalMultiplexer.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/core/SignalMultiplexer.cpp.o -MF CMakeFiles/keepassx_core.dir/core/SignalMultiplexer.cpp.o.d -o CMakeFiles/keepassx_core.dir/core/SignalMultiplexer.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/core/SignalMultiplexer.cpp
[ 33%] Building CXX object src/CMakeFiles/keepassx_core.dir/core/TimeDelta.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/core/TimeDelta.cpp.o -MF CMakeFiles/keepassx_core.dir/core/TimeDelta.cpp.o.d -o CMakeFiles/keepassx_core.dir/core/TimeDelta.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/core/TimeDelta.cpp
[ 33%] Building CXX object src/CMakeFiles/keepassx_core.dir/core/TimeInfo.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/core/TimeInfo.cpp.o -MF CMakeFiles/keepassx_core.dir/core/TimeInfo.cpp.o.d -o CMakeFiles/keepassx_core.dir/core/TimeInfo.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/core/TimeInfo.cpp
[ 33%] Building CXX object src/CMakeFiles/keepassx_core.dir/core/Totp.cpp.o
[ 34%] Building CXX object src/CMakeFiles/keepassx_core.dir/core/Tools.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/core/Totp.cpp.o -MF CMakeFiles/keepassx_core.dir/core/Totp.cpp.o.d -o CMakeFiles/keepassx_core.dir/core/Totp.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/core/Totp.cpp
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/core/Tools.cpp.o -MF CMakeFiles/keepassx_core.dir/core/Tools.cpp.o.d -o CMakeFiles/keepassx_core.dir/core/Tools.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/core/Tools.cpp
[ 34%] Building CXX object src/CMakeFiles/keepassx_core.dir/core/Translator.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/core/Translator.cpp.o -MF CMakeFiles/keepassx_core.dir/core/Translator.cpp.o.d -o CMakeFiles/keepassx_core.dir/core/Translator.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/core/Translator.cpp
[ 34%] Building CXX object src/CMakeFiles/keepassx_core.dir/core/UrlTools.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/core/UrlTools.cpp.o -MF CMakeFiles/keepassx_core.dir/core/UrlTools.cpp.o.d -o CMakeFiles/keepassx_core.dir/core/UrlTools.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/core/UrlTools.cpp
[ 34%] Building CXX object src/CMakeFiles/keepassx_core.dir/cli/Utils.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/cli/Utils.cpp.o -MF CMakeFiles/keepassx_core.dir/cli/Utils.cpp.o.d -o CMakeFiles/keepassx_core.dir/cli/Utils.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/cli/Utils.cpp
[ 34%] Building CXX object src/CMakeFiles/keepassx_core.dir/cli/TextStream.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/cli/TextStream.cpp.o -MF CMakeFiles/keepassx_core.dir/cli/TextStream.cpp.o.d -o CMakeFiles/keepassx_core.dir/cli/TextStream.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/cli/TextStream.cpp
[ 35%] Building CXX object src/CMakeFiles/keepassx_core.dir/crypto/Crypto.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/crypto/Crypto.cpp.o -MF CMakeFiles/keepassx_core.dir/crypto/Crypto.cpp.o.d -o CMakeFiles/keepassx_core.dir/crypto/Crypto.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/crypto/Crypto.cpp
/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/core/Totp.cpp: In function 'QString Totp::generateTotp(const QSharedPointer<Settings>&, quint64)':
/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/core/Totp.cpp:269:61: warning: use of old-style cast to 'double' [-Wold-style-cast]
  269 |     quint32 digitsPower = pow((double)encoder.alphabet.size(), (double)digits);
      |                                                             ^
      |                               --------
      |                               static_cast<double> (          )
/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/core/Totp.cpp:269:72: warning: use of old-style cast to 'double' [-Wold-style-cast]
  269 |     quint32 digitsPower = pow((double)encoder.alphabet.size(), (double)digits);
      |                                                                        ^~~~~~
      |                                                                --------------
      |                                                                static_cast<double> (digits)
[ 35%] Building CXX object src/CMakeFiles/keepassx_core.dir/crypto/CryptoHash.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/crypto/CryptoHash.cpp.o -MF CMakeFiles/keepassx_core.dir/crypto/CryptoHash.cpp.o.d -o CMakeFiles/keepassx_core.dir/crypto/CryptoHash.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/crypto/CryptoHash.cpp
[ 35%] Building CXX object src/CMakeFiles/keepassx_core.dir/crypto/Random.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/crypto/Random.cpp.o -MF CMakeFiles/keepassx_core.dir/crypto/Random.cpp.o.d -o CMakeFiles/keepassx_core.dir/crypto/Random.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/crypto/Random.cpp
[ 35%] Building CXX object src/CMakeFiles/keepassx_core.dir/crypto/SymmetricCipher.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/crypto/SymmetricCipher.cpp.o -MF CMakeFiles/keepassx_core.dir/crypto/SymmetricCipher.cpp.o.d -o CMakeFiles/keepassx_core.dir/crypto/SymmetricCipher.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/crypto/SymmetricCipher.cpp
[ 35%] Building CXX object src/CMakeFiles/keepassx_core.dir/crypto/kdf/Kdf.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/crypto/kdf/Kdf.cpp.o -MF CMakeFiles/keepassx_core.dir/crypto/kdf/Kdf.cpp.o.d -o CMakeFiles/keepassx_core.dir/crypto/kdf/Kdf.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/crypto/kdf/Kdf.cpp
[ 35%] Building CXX object src/CMakeFiles/keepassx_core.dir/crypto/kdf/AesKdf.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/crypto/kdf/AesKdf.cpp.o -MF CMakeFiles/keepassx_core.dir/crypto/kdf/AesKdf.cpp.o.d -o CMakeFiles/keepassx_core.dir/crypto/kdf/AesKdf.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/crypto/kdf/AesKdf.cpp
[ 36%] Building CXX object src/CMakeFiles/keepassx_core.dir/crypto/kdf/Argon2Kdf.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/crypto/kdf/Argon2Kdf.cpp.o -MF CMakeFiles/keepassx_core.dir/crypto/kdf/Argon2Kdf.cpp.o.d -o CMakeFiles/keepassx_core.dir/crypto/kdf/Argon2Kdf.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/crypto/kdf/Argon2Kdf.cpp
[ 36%] Building CXX object src/CMakeFiles/keepassx_core.dir/format/BitwardenReader.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/format/BitwardenReader.cpp.o -MF CMakeFiles/keepassx_core.dir/format/BitwardenReader.cpp.o.d -o CMakeFiles/keepassx_core.dir/format/BitwardenReader.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/format/BitwardenReader.cpp
[ 36%] Building CXX object src/CMakeFiles/keepassx_core.dir/format/CsvExporter.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/format/CsvExporter.cpp.o -MF CMakeFiles/keepassx_core.dir/format/CsvExporter.cpp.o.d -o CMakeFiles/keepassx_core.dir/format/CsvExporter.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/format/CsvExporter.cpp
[ 36%] Building CXX object src/CMakeFiles/keepassx_core.dir/format/CsvParser.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/format/CsvParser.cpp.o -MF CMakeFiles/keepassx_core.dir/format/CsvParser.cpp.o.d -o CMakeFiles/keepassx_core.dir/format/CsvParser.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/format/CsvParser.cpp
[ 36%] Building CXX object src/CMakeFiles/keepassx_core.dir/format/HtmlExporter.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/format/HtmlExporter.cpp.o -MF CMakeFiles/keepassx_core.dir/format/HtmlExporter.cpp.o.d -o CMakeFiles/keepassx_core.dir/format/HtmlExporter.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/format/HtmlExporter.cpp
[ 36%] Building CXX object src/CMakeFiles/keepassx_core.dir/format/KeePass1Reader.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/format/KeePass1Reader.cpp.o -MF CMakeFiles/keepassx_core.dir/format/KeePass1Reader.cpp.o.d -o CMakeFiles/keepassx_core.dir/format/KeePass1Reader.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/format/KeePass1Reader.cpp
[ 37%] Building CXX object src/CMakeFiles/keepassx_core.dir/format/KeePass2.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/format/KeePass2.cpp.o -MF CMakeFiles/keepassx_core.dir/format/KeePass2.cpp.o.d -o CMakeFiles/keepassx_core.dir/format/KeePass2.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/format/KeePass2.cpp
[ 37%] Building CXX object src/CMakeFiles/keepassx_core.dir/format/KeePass2RandomStream.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/format/KeePass2RandomStream.cpp.o -MF CMakeFiles/keepassx_core.dir/format/KeePass2RandomStream.cpp.o.d -o CMakeFiles/keepassx_core.dir/format/KeePass2RandomStream.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/format/KeePass2RandomStream.cpp
[ 37%] Building CXX object src/CMakeFiles/keepassx_core.dir/format/KdbxReader.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/format/KdbxReader.cpp.o -MF CMakeFiles/keepassx_core.dir/format/KdbxReader.cpp.o.d -o CMakeFiles/keepassx_core.dir/format/KdbxReader.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/format/KdbxReader.cpp
[ 37%] Building CXX object src/CMakeFiles/keepassx_core.dir/format/KdbxWriter.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/format/KdbxWriter.cpp.o -MF CMakeFiles/keepassx_core.dir/format/KdbxWriter.cpp.o.d -o CMakeFiles/keepassx_core.dir/format/KdbxWriter.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/format/KdbxWriter.cpp
[ 37%] Building CXX object src/CMakeFiles/keepassx_core.dir/format/KdbxXmlReader.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/format/KdbxXmlReader.cpp.o -MF CMakeFiles/keepassx_core.dir/format/KdbxXmlReader.cpp.o.d -o CMakeFiles/keepassx_core.dir/format/KdbxXmlReader.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/format/KdbxXmlReader.cpp
[ 37%] Building CXX object src/CMakeFiles/keepassx_core.dir/format/KeePass2Reader.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/format/KeePass2Reader.cpp.o -MF CMakeFiles/keepassx_core.dir/format/KeePass2Reader.cpp.o.d -o CMakeFiles/keepassx_core.dir/format/KeePass2Reader.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/format/KeePass2Reader.cpp
[ 38%] Building CXX object src/CMakeFiles/keepassx_core.dir/format/KeePass2Writer.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/format/KeePass2Writer.cpp.o -MF CMakeFiles/keepassx_core.dir/format/KeePass2Writer.cpp.o.d -o CMakeFiles/keepassx_core.dir/format/KeePass2Writer.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/format/KeePass2Writer.cpp
[ 38%] Building CXX object src/CMakeFiles/keepassx_core.dir/format/Kdbx3Reader.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/format/Kdbx3Reader.cpp.o -MF CMakeFiles/keepassx_core.dir/format/Kdbx3Reader.cpp.o.d -o CMakeFiles/keepassx_core.dir/format/Kdbx3Reader.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/format/Kdbx3Reader.cpp
[ 38%] Building CXX object src/CMakeFiles/keepassx_core.dir/format/Kdbx3Writer.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/format/Kdbx3Writer.cpp.o -MF CMakeFiles/keepassx_core.dir/format/Kdbx3Writer.cpp.o.d -o CMakeFiles/keepassx_core.dir/format/Kdbx3Writer.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/format/Kdbx3Writer.cpp
[ 38%] Building CXX object src/CMakeFiles/keepassx_core.dir/format/Kdbx4Reader.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/format/Kdbx4Reader.cpp.o -MF CMakeFiles/keepassx_core.dir/format/Kdbx4Reader.cpp.o.d -o CMakeFiles/keepassx_core.dir/format/Kdbx4Reader.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/format/Kdbx4Reader.cpp
[ 38%] Building CXX object src/CMakeFiles/keepassx_core.dir/format/Kdbx4Writer.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/format/Kdbx4Writer.cpp.o -MF CMakeFiles/keepassx_core.dir/format/Kdbx4Writer.cpp.o.d -o CMakeFiles/keepassx_core.dir/format/Kdbx4Writer.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/format/Kdbx4Writer.cpp
[ 38%] Building CXX object src/CMakeFiles/keepassx_core.dir/format/KdbxXmlWriter.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/format/KdbxXmlWriter.cpp.o -MF CMakeFiles/keepassx_core.dir/format/KdbxXmlWriter.cpp.o.d -o CMakeFiles/keepassx_core.dir/format/KdbxXmlWriter.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/format/KdbxXmlWriter.cpp
[ 39%] Building CXX object src/CMakeFiles/keepassx_core.dir/format/OpData01.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/format/OpData01.cpp.o -MF CMakeFiles/keepassx_core.dir/format/OpData01.cpp.o.d -o CMakeFiles/keepassx_core.dir/format/OpData01.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/format/OpData01.cpp
[ 39%] Building CXX object src/CMakeFiles/keepassx_core.dir/format/OPUXReader.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/format/OPUXReader.cpp.o -MF CMakeFiles/keepassx_core.dir/format/OPUXReader.cpp.o.d -o CMakeFiles/keepassx_core.dir/format/OPUXReader.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/format/OPUXReader.cpp
[ 39%] Building CXX object src/CMakeFiles/keepassx_core.dir/format/OpVaultReader.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/format/OpVaultReader.cpp.o -MF CMakeFiles/keepassx_core.dir/format/OpVaultReader.cpp.o.d -o CMakeFiles/keepassx_core.dir/format/OpVaultReader.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/format/OpVaultReader.cpp
[ 39%] Building CXX object src/CMakeFiles/keepassx_core.dir/format/OpVaultReaderAttachments.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/format/OpVaultReaderAttachments.cpp.o -MF CMakeFiles/keepassx_core.dir/format/OpVaultReaderAttachments.cpp.o.d -o CMakeFiles/keepassx_core.dir/format/OpVaultReaderAttachments.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/format/OpVaultReaderAttachments.cpp
[ 39%] Building CXX object src/CMakeFiles/keepassx_core.dir/format/OpVaultReaderBandEntry.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/format/OpVaultReaderBandEntry.cpp.o -MF CMakeFiles/keepassx_core.dir/format/OpVaultReaderBandEntry.cpp.o.d -o CMakeFiles/keepassx_core.dir/format/OpVaultReaderBandEntry.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/format/OpVaultReaderBandEntry.cpp
[ 39%] Building CXX object src/CMakeFiles/keepassx_core.dir/format/OpVaultReaderSections.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/format/OpVaultReaderSections.cpp.o -MF CMakeFiles/keepassx_core.dir/format/OpVaultReaderSections.cpp.o.d -o CMakeFiles/keepassx_core.dir/format/OpVaultReaderSections.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/format/OpVaultReaderSections.cpp
[ 40%] Building CXX object src/CMakeFiles/keepassx_core.dir/format/ProtonPassReader.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/format/ProtonPassReader.cpp.o -MF CMakeFiles/keepassx_core.dir/format/ProtonPassReader.cpp.o.d -o CMakeFiles/keepassx_core.dir/format/ProtonPassReader.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/format/ProtonPassReader.cpp
[ 40%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/styles/StateColorPalette.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/styles/StateColorPalette.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/styles/StateColorPalette.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/styles/StateColorPalette.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/styles/StateColorPalette.cpp
[ 40%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/styles/base/phantomcolor.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/styles/base/phantomcolor.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/styles/base/phantomcolor.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/styles/base/phantomcolor.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/styles/base/phantomcolor.cpp
[ 40%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/styles/base/BaseStyle.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/styles/base/BaseStyle.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/styles/base/BaseStyle.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/styles/base/BaseStyle.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/styles/base/BaseStyle.cpp
[ 40%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/styles/dark/DarkStyle.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/styles/dark/DarkStyle.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/styles/dark/DarkStyle.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/styles/dark/DarkStyle.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/styles/dark/DarkStyle.cpp
[ 40%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/styles/light/LightStyle.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/styles/light/LightStyle.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/styles/light/LightStyle.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/styles/light/LightStyle.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/styles/light/LightStyle.cpp
[ 41%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/AboutDialog.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/AboutDialog.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/AboutDialog.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/AboutDialog.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/AboutDialog.cpp
[ 41%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/Application.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/Application.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/Application.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/Application.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/Application.cpp
[ 41%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/CategoryListWidget.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/CategoryListWidget.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/CategoryListWidget.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/CategoryListWidget.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/CategoryListWidget.cpp
[ 41%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/Clipboard.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/Clipboard.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/Clipboard.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/Clipboard.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/Clipboard.cpp
[ 41%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/CloneDialog.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/CloneDialog.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/CloneDialog.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/CloneDialog.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/CloneDialog.cpp
[ 41%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/DatabaseIcons.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/DatabaseIcons.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/DatabaseIcons.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/DatabaseIcons.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/DatabaseIcons.cpp
[ 42%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/DatabaseOpenWidget.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/DatabaseOpenWidget.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/DatabaseOpenWidget.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/DatabaseOpenWidget.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/DatabaseOpenWidget.cpp
[ 42%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/DatabaseTabWidget.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/DatabaseTabWidget.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/DatabaseTabWidget.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/DatabaseTabWidget.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/DatabaseTabWidget.cpp
[ 42%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/DatabaseWidget.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/DatabaseWidget.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/DatabaseWidget.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/DatabaseWidget.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/DatabaseWidget.cpp
[ 42%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/DatabaseWidgetStateSync.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/DatabaseWidgetStateSync.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/DatabaseWidgetStateSync.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/DatabaseWidgetStateSync.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/DatabaseWidgetStateSync.cpp
[ 42%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/EntryPreviewWidget.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/EntryPreviewWidget.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/EntryPreviewWidget.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/EntryPreviewWidget.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/EntryPreviewWidget.cpp
[ 42%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/DialogyWidget.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/DialogyWidget.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/DialogyWidget.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/DialogyWidget.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/DialogyWidget.cpp
[ 42%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/EditWidget.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/EditWidget.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/EditWidget.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/EditWidget.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/EditWidget.cpp
[ 43%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/EditWidgetIcons.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/EditWidgetIcons.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/EditWidgetIcons.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/EditWidgetIcons.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/EditWidgetIcons.cpp
[ 43%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/EditWidgetProperties.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/EditWidgetProperties.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/EditWidgetProperties.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/EditWidgetProperties.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/EditWidgetProperties.cpp
[ 43%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/FileDialog.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/FileDialog.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/FileDialog.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/FileDialog.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/FileDialog.cpp
[ 43%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/Font.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/Font.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/Font.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/Font.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/Font.cpp
[ 43%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/GuiTools.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/GuiTools.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/GuiTools.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/GuiTools.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/GuiTools.cpp
[ 43%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/HtmlGuiExporter.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/HtmlGuiExporter.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/HtmlGuiExporter.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/HtmlGuiExporter.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/HtmlGuiExporter.cpp
[ 44%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/IconModels.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/IconModels.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/IconModels.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/IconModels.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/IconModels.cpp
[ 44%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/KMessageWidget.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/KMessageWidget.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/KMessageWidget.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/KMessageWidget.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/KMessageWidget.cpp
[ 44%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/MainWindow.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/MainWindow.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/MainWindow.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/MainWindow.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/MainWindow.cpp
[ 44%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/MessageBox.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/MessageBox.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/MessageBox.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/MessageBox.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/MessageBox.cpp
[ 44%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/MessageWidget.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/MessageWidget.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/MessageWidget.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/MessageWidget.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/MessageWidget.cpp
[ 44%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/PasswordWidget.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/PasswordWidget.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/PasswordWidget.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/PasswordWidget.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/PasswordWidget.cpp
[ 45%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/PasswordGeneratorWidget.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/PasswordGeneratorWidget.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/PasswordGeneratorWidget.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/PasswordGeneratorWidget.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/PasswordGeneratorWidget.cpp
[ 45%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/ApplicationSettingsWidget.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/ApplicationSettingsWidget.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/ApplicationSettingsWidget.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/ApplicationSettingsWidget.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/ApplicationSettingsWidget.cpp
[ 45%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/Icons.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/Icons.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/Icons.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/Icons.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/Icons.cpp
[ 45%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/SearchWidget.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/SearchWidget.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/SearchWidget.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/SearchWidget.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/SearchWidget.cpp
[ 45%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/SettingsWidget.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/SettingsWidget.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/SettingsWidget.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/SettingsWidget.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/SettingsWidget.cpp
/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/PasswordWidget.cpp: In constructor 'PasswordWidget::PasswordWidget(QWidget*)':
/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/PasswordWidget.cpp:69:62: warning: arithmetic between different enumeration types 'const Qt::KeyboardModifier' and 'Qt::Key' is deprecated [-Wdeprecated-enum-enum-conversion]
   69 |         tr("Toggle Password (%1)").arg(QKeySequence(modifier + Qt::Key_H).toString(QKeySequence::NativeText)),
      |                                                     ~~~~~~~~~^~~~~~~~~~~
/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/PasswordWidget.cpp:72:49: warning: arithmetic between different enumeration types 'const Qt::KeyboardModifier' and 'Qt::Key' is deprecated [-Wdeprecated-enum-enum-conversion]
   72 |     m_toggleVisibleAction->setShortcut(modifier + Qt::Key_H);
      |                                        ~~~~~~~~~^~~~~~~~~~~
/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/PasswordWidget.cpp:79:64: warning: arithmetic between different enumeration types 'const Qt::KeyboardModifier' and 'Qt::Key' is deprecated [-Wdeprecated-enum-enum-conversion]
   79 |         tr("Generate Password (%1)").arg(QKeySequence(modifier + Qt::Key_G).toString(QKeySequence::NativeText)),
      |                                                       ~~~~~~~~~^~~~~~~~~~~
/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/PasswordWidget.cpp:81:53: warning: arithmetic between different enumeration types 'const Qt::KeyboardModifier' and 'Qt::Key' is deprecated [-Wdeprecated-enum-enum-conversion]
   81 |     m_passwordGeneratorAction->setShortcut(modifier + Qt::Key_G);
      |                                            ~~~~~~~~~^~~~~~~~~~~
/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/PasswordGeneratorWidget.cpp: In constructor 'PasswordGeneratorWidget::PasswordGeneratorWidget(QWidget*)':
/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/PasswordGeneratorWidget.cpp:53:44: warning: arithmetic between different enumeration types 'Qt::Modifier' and 'Qt::Key' is deprecated [-Wdeprecated-enum-enum-conversion]
   53 |     auto shortcut = new QShortcut(Qt::CTRL + Qt::Key_Return, this);
      |                                   ~~~~~~~~~^~~~~~~~~~~~~~~~
/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/PasswordGeneratorWidget.cpp:55:39: warning: arithmetic between different enumeration types 'Qt::Modifier' and 'Qt::Key' is deprecated [-Wdeprecated-enum-enum-conversion]
   55 |     shortcut = new QShortcut(Qt::CTRL + Qt::Key_S, this);
      |                              ~~~~~~~~~^~~~~~~~~~~
[ 45%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/SortFilterHideProxyModel.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/SortFilterHideProxyModel.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/SortFilterHideProxyModel.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/SortFilterHideProxyModel.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/SortFilterHideProxyModel.cpp
/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/MainWindow.cpp: In constructor 'MainWindow::MainWindow()':
/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/MainWindow.cpp:273:72: warning: arithmetic between different enumeration types 'Qt::Modifier' and 'Qt::Key' is deprecated [-Wdeprecated-enum-enum-conversion]
  273 |     setShortcut(m_ui->actionDatabaseOpen, QKeySequence::Open, Qt::CTRL + Qt::Key_O);
      |                                                               ~~~~~~~~~^~~~~~~~~~~
/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/MainWindow.cpp:274:72: warning: arithmetic between different enumeration types 'Qt::Modifier' and 'Qt::Key' is deprecated [-Wdeprecated-enum-enum-conversion]
  274 |     setShortcut(m_ui->actionDatabaseSave, QKeySequence::Save, Qt::CTRL + Qt::Key_S);
      |                                                               ~~~~~~~~~^~~~~~~~~~~
/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/MainWindow.cpp:276:74: warning: arithmetic between different enumeration types 'Qt::Modifier' and 'Qt::Key' is deprecated [-Wdeprecated-enum-enum-conversion]
  276 |     setShortcut(m_ui->actionDatabaseClose, QKeySequence::Close, Qt::CTRL + Qt::Key_W);
      |                                                                 ~~~~~~~~~^~~~~~~~~~~
/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/MainWindow.cpp:279:75: warning: arithmetic between different enumeration types 'Qt::Modifier' and 'Qt::Key' is deprecated [-Wdeprecated-enum-enum-conversion]
  279 |     setShortcut(m_ui->actionSettings, QKeySequence::Preferences, Qt::CTRL + Qt::Key_Comma);
      |                                                                  ~~~~~~~~~^~~~~~~~~~~~~~~
/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/MainWindow.cpp:280:52: warning: arithmetic between different enumeration types 'Qt::Modifier' and 'Qt::Key' is deprecated [-Wdeprecated-enum-enum-conversion]
  280 |     m_ui->actionLockDatabase->setShortcut(Qt::CTRL + Qt::Key_L);
      |                                           ~~~~~~~~~^~~~~~~~~~~
/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/MainWindow.cpp:282:64: warning: arithmetic between different enumeration types 'Qt::Modifier' and 'Qt::Key' is deprecated [-Wdeprecated-enum-enum-conversion]
  282 |     setShortcut(m_ui->actionQuit, QKeySequence::Quit, Qt::CTRL + Qt::Key_Q);
      |                                                       ~~~~~~~~~^~~~~~~~~~~
/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/MainWindow.cpp:283:67: warning: arithmetic between different enumeration types 'Qt::Modifier' and 'Qt::Key' is deprecated [-Wdeprecated-enum-enum-conversion]
  283 |     setShortcut(m_ui->actionEntryNew, QKeySequence::New, Qt::CTRL + Qt::Key_N);
      |                                                          ~~~~~~~~~^~~~~~~~~~~
/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/MainWindow.cpp:284:49: warning: arithmetic between different enumeration types 'Qt::Modifier' and 'Qt::Key' is deprecated [-Wdeprecated-enum-enum-conversion]
  284 |     m_ui->actionEntryEdit->setShortcut(Qt::CTRL + Qt::Key_E);
      |                                        ~~~~~~~~~^~~~~~~~~~~
/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/MainWindow.cpp:285:51: warning: arithmetic between different enumeration types 'Qt::Modifier' and 'Qt::Key' is deprecated [-Wdeprecated-enum-enum-conversion]
  285 |     m_ui->actionEntryDelete->setShortcut(Qt::CTRL + Qt::Key_D);
      |                                          ~~~~~~~~~^~~~~~~~~~~
/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/MainWindow.cpp:287:50: warning: arithmetic between different enumeration types 'Qt::Modifier' and 'Qt::Key' is deprecated [-Wdeprecated-enum-enum-conversion]
  287 |     m_ui->actionEntryClone->setShortcut(Qt::CTRL + Qt::Key_K);
      |                                         ~~~~~~~~~^~~~~~~~~~~
/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/MainWindow.cpp:290:53: warning: arithmetic between different enumeration types 'Qt::Modifier' and 'Qt::Key' is deprecated [-Wdeprecated-enum-enum-conversion]
  290 |     m_ui->actionEntryCopyTotp->setShortcut(Qt::CTRL + Qt::Key_T);
      |                                            ~~~~~~~~~^~~~~~~~~~~
/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/MainWindow.cpp:291:61: warning: arithmetic between different enumeration types 'Qt::Modifier' and 'Qt::Key' is deprecated [-Wdeprecated-enum-enum-conversion]
  291 |     m_ui->actionEntryCopyPasswordTotp->setShortcut(Qt::CTRL + Qt::Key_Y);
      |                                                    ~~~~~~~~~^~~~~~~~~~~
/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/MainWindow.cpp:294:57: warning: arithmetic between different enumeration types 'Qt::Modifier' and 'Qt::Key' is deprecated [-Wdeprecated-enum-enum-conversion]
  294 |     m_ui->actionEntryCopyUsername->setShortcut(Qt::CTRL + Qt::Key_B);
      |                                                ~~~~~~~~~^~~~~~~~~~~
/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/MainWindow.cpp:295:57: warning: arithmetic between different enumeration types 'Qt::Modifier' and 'Qt::Key' is deprecated [-Wdeprecated-enum-enum-conversion]
  295 |     m_ui->actionEntryCopyPassword->setShortcut(Qt::CTRL + Qt::Key_C);
      |                                                ~~~~~~~~~^~~~~~~~~~~
/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/MainWindow.cpp:296:54: warning: arithmetic between different enumeration types 'Qt::Modifier' and 'Qt::Key' is deprecated [-Wdeprecated-enum-enum-conversion]
  296 |     m_ui->actionEntryCopyTitle->setShortcut(Qt::CTRL + Qt::Key_I);
      |                                             ~~~~~~~~~^~~~~~~~~~~
/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/MainWindow.cpp:299:52: warning: arithmetic between different enumeration types 'Qt::Modifier' and 'Qt::Key' is deprecated [-Wdeprecated-enum-enum-conversion]
  299 |     m_ui->actionEntryCopyURL->setShortcut(Qt::CTRL + Qt::Key_U);
      |                                           ~~~~~~~~~^~~~~~~~~~~
/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/MainWindow.cpp:300:52: warning: arithmetic between different enumeration types 'Qt::Modifier' and 'Qt::Key' is deprecated [-Wdeprecated-enum-enum-conversion]
  300 |     m_ui->actionEntryRestore->setShortcut(Qt::CTRL + Qt::Key_R);
      |                                           ~~~~~~~~~^~~~~~~~~~~
/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/MainWindow.cpp:308:55: warning: arithmetic between different enumeration types 'Qt::Modifier' and 'Qt::Key' is deprecated [-Wdeprecated-enum-enum-conversion]
  308 |     m_ui->actionEntryAddToAgent->setShortcut(modifier + Qt::Key_H);
      |                                              ~~~~~~~~~^~~~~~~~~~~
/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/MainWindow.cpp:346:28: warning: arithmetic between different enumeration types 'Qt::Modifier' and 'Qt::Key' is deprecated [-Wdeprecated-enum-enum-conversion]
  346 |     new QShortcut(Qt::CTRL + Qt::Key_M, this, SLOT(minimizeOrHide()));
      |                   ~~~~~~~~~^~~~~~~~~~~
/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/MainWindow.cpp:354:34: warning: arithmetic between different enumeration types 'Qt::Modifier' and 'Qt::Key' is deprecated [-Wdeprecated-enum-enum-conversion]
  354 |     new QShortcut(dbTabModifier2 + Qt::Key_Tab, this, SLOT(selectNextDatabaseTab()));
      |                   ~~~~~~~~~~~~~~~^~~~~~~~~~~~~
/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/MainWindow.cpp:355:28: warning: arithmetic between different enumeration types 'Qt::Modifier' and 'Qt::Key' is deprecated [-Wdeprecated-enum-enum-conversion]
  355 |     new QShortcut(Qt::CTRL + Qt::Key_PageDown, this, SLOT(selectNextDatabaseTab()));
      |                   ~~~~~~~~~^~~~~~~~~~~~~~~~~~
/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/MainWindow.cpp:357:28: warning: arithmetic between different enumeration types 'Qt::Modifier' and 'Qt::Key' is deprecated [-Wdeprecated-enum-enum-conversion]
  357 |     new QShortcut(Qt::CTRL + Qt::Key_PageUp, this, SLOT(selectPreviousDatabaseTab()));
      |                   ~~~~~~~~~^~~~~~~~~~~~~~~~
/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/MainWindow.cpp:365:49: warning: arithmetic between different enumeration types 'Qt::Modifier' and 'Qt::Key' is deprecated [-Wdeprecated-enum-enum-conversion]
  365 |     auto shortcut = new QShortcut(dbTabModifier + Qt::Key_1, this);
      |                                   ~~~~~~~~~~~~~~^~~~~~~~~~~
/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/MainWindow.cpp:367:44: warning: arithmetic between different enumeration types 'Qt::Modifier' and 'Qt::Key' is deprecated [-Wdeprecated-enum-enum-conversion]
  367 |     shortcut = new QShortcut(dbTabModifier + Qt::Key_2, this);
      |                              ~~~~~~~~~~~~~~^~~~~~~~~~~
/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/MainWindow.cpp:369:44: warning: arithmetic between different enumeration types 'Qt::Modifier' and 'Qt::Key' is deprecated [-Wdeprecated-enum-enum-conversion]
  369 |     shortcut = new QShortcut(dbTabModifier + Qt::Key_3, this);
      |                              ~~~~~~~~~~~~~~^~~~~~~~~~~
/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/MainWindow.cpp:371:44: warning: arithmetic between different enumeration types 'Qt::Modifier' and 'Qt::Key' is deprecated [-Wdeprecated-enum-enum-conversion]
  371 |     shortcut = new QShortcut(dbTabModifier + Qt::Key_4, this);
      |                              ~~~~~~~~~~~~~~^~~~~~~~~~~
/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/MainWindow.cpp:373:44: warning: arithmetic between different enumeration types 'Qt::Modifier' and 'Qt::Key' is deprecated [-Wdeprecated-enum-enum-conversion]
  373 |     shortcut = new QShortcut(dbTabModifier + Qt::Key_5, this);
      |                              ~~~~~~~~~~~~~~^~~~~~~~~~~
/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/MainWindow.cpp:375:44: warning: arithmetic between different enumeration types 'Qt::Modifier' and 'Qt::Key' is deprecated [-Wdeprecated-enum-enum-conversion]
  375 |     shortcut = new QShortcut(dbTabModifier + Qt::Key_6, this);
      |                              ~~~~~~~~~~~~~~^~~~~~~~~~~
/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/MainWindow.cpp:377:44: warning: arithmetic between different enumeration types 'Qt::Modifier' and 'Qt::Key' is deprecated [-Wdeprecated-enum-enum-conversion]
  377 |     shortcut = new QShortcut(dbTabModifier + Qt::Key_7, this);
      |                              ~~~~~~~~~~~~~~^~~~~~~~~~~
/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/MainWindow.cpp:379:44: warning: arithmetic between different enumeration types 'Qt::Modifier' and 'Qt::Key' is deprecated [-Wdeprecated-enum-enum-conversion]
  379 |     shortcut = new QShortcut(dbTabModifier + Qt::Key_8, this);
      |                              ~~~~~~~~~~~~~~^~~~~~~~~~~
/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/MainWindow.cpp:381:44: warning: arithmetic between different enumeration types 'Qt::Modifier' and 'Qt::Key' is deprecated [-Wdeprecated-enum-enum-conversion]
  381 |     shortcut = new QShortcut(dbTabModifier + Qt::Key_9, this);
      |                              ~~~~~~~~~~~~~~^~~~~~~~~~~
[ 46%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/SquareSvgWidget.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/SquareSvgWidget.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/SquareSvgWidget.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/SquareSvgWidget.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/SquareSvgWidget.cpp
[ 46%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/TotpSetupDialog.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/TotpSetupDialog.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/TotpSetupDialog.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/TotpSetupDialog.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/TotpSetupDialog.cpp
/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/SearchWidget.cpp: In constructor 'SearchWidget::SearchWidget(QWidget*)':
/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/SearchWidget.cpp:48:28: warning: arithmetic between different enumeration types 'Qt::Modifier' and 'Qt::Key' is deprecated [-Wdeprecated-enum-enum-conversion]
   48 |     new QShortcut(Qt::CTRL + Qt::Key_J, this, SLOT(toggleHelp()), nullptr, Qt::WidgetWithChildrenShortcut);
      |                   ~~~~~~~~~^~~~~~~~~~~
[ 46%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/TotpDialog.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/TotpDialog.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/TotpDialog.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/TotpDialog.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/TotpDialog.cpp
[ 46%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/TotpExportSettingsDialog.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/TotpExportSettingsDialog.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/TotpExportSettingsDialog.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/TotpExportSettingsDialog.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/TotpExportSettingsDialog.cpp
[ 46%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/DatabaseOpenDialog.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/DatabaseOpenDialog.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/DatabaseOpenDialog.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/DatabaseOpenDialog.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/DatabaseOpenDialog.cpp
[ 46%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/URLEdit.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/URLEdit.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/URLEdit.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/URLEdit.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/URLEdit.cpp
[ 47%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/WelcomeWidget.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/WelcomeWidget.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/WelcomeWidget.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/WelcomeWidget.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/WelcomeWidget.cpp
[ 47%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/csvImport/CsvImportWidget.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/csvImport/CsvImportWidget.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/csvImport/CsvImportWidget.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/csvImport/CsvImportWidget.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/csvImport/CsvImportWidget.cpp
[ 47%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/csvImport/CsvParserModel.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/csvImport/CsvParserModel.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/csvImport/CsvParserModel.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/csvImport/CsvParserModel.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/csvImport/CsvParserModel.cpp
/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/DatabaseOpenDialog.cpp: In constructor 'DatabaseOpenDialog::DatabaseOpenDialog(QWidget*)':
/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/DatabaseOpenDialog.cpp:73:45: warning: arithmetic between different enumeration types 'Qt::Modifier' and 'Qt::Key' is deprecated [-Wdeprecated-enum-enum-conversion]
   73 |     auto* shortcut = new QShortcut(Qt::CTRL + Qt::Key_PageUp, this);
      |                                    ~~~~~~~~~^~~~~~~~~~~~~~~~
/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/DatabaseOpenDialog.cpp:79:39: warning: arithmetic between different enumeration types 'Qt::Modifier' and 'Qt::Key' is deprecated [-Wdeprecated-enum-enum-conversion]
   79 |     shortcut = new QShortcut(Qt::CTRL + Qt::Key_PageDown, this);
      |                              ~~~~~~~~~^~~~~~~~~~~~~~~~~~
/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/DatabaseOpenDialog.cpp:82:44: warning: arithmetic between different enumeration types 'Qt::Modifier' and 'Qt::Key' is deprecated [-Wdeprecated-enum-enum-conversion]
   82 |     shortcut = new QShortcut(dbTabModifier + Qt::Key_Tab, this);
      |                              ~~~~~~~~~~~~~~^~~~~~~~~~~~~
[ 47%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/entry/AutoTypeAssociationsModel.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/entry/AutoTypeAssociationsModel.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/entry/AutoTypeAssociationsModel.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/entry/AutoTypeAssociationsModel.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/entry/AutoTypeAssociationsModel.cpp
[ 47%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/entry/EditEntryWidget.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/entry/EditEntryWidget.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/entry/EditEntryWidget.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/entry/EditEntryWidget.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/entry/EditEntryWidget.cpp
[ 47%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/entry/EntryAttachmentsModel.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/entry/EntryAttachmentsModel.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/entry/EntryAttachmentsModel.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/entry/EntryAttachmentsModel.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/entry/EntryAttachmentsModel.cpp
[ 48%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/entry/EntryAttachmentsWidget.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/entry/EntryAttachmentsWidget.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/entry/EntryAttachmentsWidget.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/entry/EntryAttachmentsWidget.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/entry/EntryAttachmentsWidget.cpp
[ 48%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/entry/EntryAttributesModel.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/entry/EntryAttributesModel.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/entry/EntryAttributesModel.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/entry/EntryAttributesModel.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/entry/EntryAttributesModel.cpp
[ 48%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/entry/NewEntryAttachmentsDialog.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/entry/NewEntryAttachmentsDialog.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/entry/NewEntryAttachmentsDialog.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/entry/NewEntryAttachmentsDialog.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/entry/NewEntryAttachmentsDialog.cpp
[ 48%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/entry/PreviewEntryAttachmentsDialog.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/entry/PreviewEntryAttachmentsDialog.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/entry/PreviewEntryAttachmentsDialog.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/entry/PreviewEntryAttachmentsDialog.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/entry/PreviewEntryAttachmentsDialog.cpp
[ 48%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/entry/EntryHistoryModel.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/entry/EntryHistoryModel.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/entry/EntryHistoryModel.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/entry/EntryHistoryModel.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/entry/EntryHistoryModel.cpp
[ 48%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/entry/EntryModel.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/entry/EntryModel.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/entry/EntryModel.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/entry/EntryModel.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/entry/EntryModel.cpp
[ 49%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/entry/EntryView.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/entry/EntryView.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/entry/EntryView.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/entry/EntryView.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/entry/EntryView.cpp
[ 49%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/export/ExportDialog.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/export/ExportDialog.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/export/ExportDialog.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/export/ExportDialog.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/export/ExportDialog.cpp
[ 49%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/group/EditGroupWidget.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/group/EditGroupWidget.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/group/EditGroupWidget.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/group/EditGroupWidget.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/group/EditGroupWidget.cpp
[ 49%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/group/GroupModel.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/group/GroupModel.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/group/GroupModel.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/group/GroupModel.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/group/GroupModel.cpp
[ 49%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/group/GroupView.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/group/GroupView.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/group/GroupView.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/group/GroupView.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/group/GroupView.cpp
/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/entry/EntryView.cpp: In constructor 'EntryView::EntryView(QWidget*)':
/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/entry/EntryView.cpp:97:28: warning: arithmetic between different enumeration types 'Qt::Modifier' and 'Qt::Key' is deprecated [-Wdeprecated-enum-enum-conversion]
   97 |     new QShortcut(Qt::CTRL + Qt::Key_F10, this, SLOT(contextMenuShortcutPressed()), nullptr, Qt::WidgetShortcut);
      |                   ~~~~~~~~~^~~~~~~~~~~~~
[ 49%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/tag/TagModel.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/tag/TagModel.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/tag/TagModel.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/tag/TagModel.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/tag/TagModel.cpp
[ 50%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/tag/TagView.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/tag/TagView.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/tag/TagView.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/tag/TagView.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/tag/TagView.cpp
[ 50%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/tag/TagsEdit.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/tag/TagsEdit.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/tag/TagsEdit.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/tag/TagsEdit.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/tag/TagsEdit.cpp
[ 50%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/databasekey/KeyComponentWidget.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/databasekey/KeyComponentWidget.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/databasekey/KeyComponentWidget.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/databasekey/KeyComponentWidget.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/databasekey/KeyComponentWidget.cpp
[ 50%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/databasekey/PasswordEditWidget.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/databasekey/PasswordEditWidget.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/databasekey/PasswordEditWidget.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/databasekey/PasswordEditWidget.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/databasekey/PasswordEditWidget.cpp
/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/group/GroupView.cpp: In constructor 'GroupView::GroupView(Database*, QWidget*)':
/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/group/GroupView.cpp:47:28: warning: arithmetic between different enumeration types 'Qt::Modifier' and 'Qt::Key' is deprecated [-Wdeprecated-enum-enum-conversion]
   47 |     new QShortcut(Qt::CTRL + Qt::Key_F10, this, SLOT(contextMenuShortcutPressed()), nullptr, Qt::WidgetShortcut);
      |                   ~~~~~~~~~^~~~~~~~~~~~~
/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/group/GroupView.cpp:53:44: warning: arithmetic between different enumeration types 'Qt::Modifier' and 'Qt::Key' is deprecated [-Wdeprecated-enum-enum-conversion]
   53 |     auto shortcut = new QShortcut(Qt::CTRL + Qt::Key_Down, this, nullptr, nullptr, Qt::WidgetShortcut);
      |                                   ~~~~~~~~~^~~~~~~~~~~~~~
/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/group/GroupView.cpp:56:39: warning: arithmetic between different enumeration types 'Qt::Modifier' and 'Qt::Key' is deprecated [-Wdeprecated-enum-enum-conversion]
   56 |     shortcut = new QShortcut(Qt::CTRL + Qt::Key_Up, this, nullptr, nullptr, Qt::WidgetShortcut);
      |                              ~~~~~~~~~^~~~~~~~~~~~
[ 50%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/databasekey/YubiKeyEditWidget.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/databasekey/YubiKeyEditWidget.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/databasekey/YubiKeyEditWidget.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/databasekey/YubiKeyEditWidget.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/databasekey/YubiKeyEditWidget.cpp
[ 50%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/databasekey/KeyFileEditWidget.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/databasekey/KeyFileEditWidget.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/databasekey/KeyFileEditWidget.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/databasekey/KeyFileEditWidget.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/databasekey/KeyFileEditWidget.cpp
[ 51%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/dbsettings/DatabaseSettingsWidget.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/dbsettings/DatabaseSettingsWidget.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/dbsettings/DatabaseSettingsWidget.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/dbsettings/DatabaseSettingsWidget.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/dbsettings/DatabaseSettingsWidget.cpp
[ 51%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/dbsettings/DatabaseSettingsDialog.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/dbsettings/DatabaseSettingsDialog.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/dbsettings/DatabaseSettingsDialog.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/dbsettings/DatabaseSettingsDialog.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/dbsettings/DatabaseSettingsDialog.cpp
[ 51%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/dbsettings/DatabaseSettingsWidgetGeneral.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/dbsettings/DatabaseSettingsWidgetGeneral.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/dbsettings/DatabaseSettingsWidgetGeneral.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/dbsettings/DatabaseSettingsWidgetGeneral.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/dbsettings/DatabaseSettingsWidgetGeneral.cpp
[ 51%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/dbsettings/DatabaseSettingsWidgetMaintenance.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/dbsettings/DatabaseSettingsWidgetMaintenance.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/dbsettings/DatabaseSettingsWidgetMaintenance.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/dbsettings/DatabaseSettingsWidgetMaintenance.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/dbsettings/DatabaseSettingsWidgetMaintenance.cpp
[ 51%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/dbsettings/DatabaseSettingsWidgetMetaDataSimple.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/dbsettings/DatabaseSettingsWidgetMetaDataSimple.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/dbsettings/DatabaseSettingsWidgetMetaDataSimple.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/dbsettings/DatabaseSettingsWidgetMetaDataSimple.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/dbsettings/DatabaseSettingsWidgetMetaDataSimple.cpp
[ 51%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/dbsettings/DatabaseSettingsWidgetEncryption.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/dbsettings/DatabaseSettingsWidgetEncryption.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/dbsettings/DatabaseSettingsWidgetEncryption.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/dbsettings/DatabaseSettingsWidgetEncryption.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/dbsettings/DatabaseSettingsWidgetEncryption.cpp
[ 52%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/dbsettings/DatabaseSettingsWidgetDatabaseKey.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/dbsettings/DatabaseSettingsWidgetDatabaseKey.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/dbsettings/DatabaseSettingsWidgetDatabaseKey.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/dbsettings/DatabaseSettingsWidgetDatabaseKey.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/dbsettings/DatabaseSettingsWidgetDatabaseKey.cpp
[ 52%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/reports/ReportsWidget.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/reports/ReportsWidget.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/reports/ReportsWidget.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/reports/ReportsWidget.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/reports/ReportsWidget.cpp
[ 52%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/reports/ReportsDialog.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/reports/ReportsDialog.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/reports/ReportsDialog.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/reports/ReportsDialog.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/reports/ReportsDialog.cpp
[ 52%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/reports/ReportsWidgetHealthcheck.cpp.o
[ 52%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/reports/ReportsPageHealthcheck.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/reports/ReportsWidgetHealthcheck.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/reports/ReportsWidgetHealthcheck.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/reports/ReportsWidgetHealthcheck.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/reports/ReportsWidgetHealthcheck.cpp
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/reports/ReportsPageHealthcheck.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/reports/ReportsPageHealthcheck.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/reports/ReportsPageHealthcheck.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/reports/ReportsPageHealthcheck.cpp
[ 52%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/reports/ReportsWidgetHibp.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/reports/ReportsWidgetHibp.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/reports/ReportsWidgetHibp.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/reports/ReportsWidgetHibp.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/reports/ReportsWidgetHibp.cpp
[ 53%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/reports/ReportsPageHibp.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/reports/ReportsPageHibp.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/reports/ReportsPageHibp.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/reports/ReportsPageHibp.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/reports/ReportsPageHibp.cpp
[ 53%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/reports/ReportsWidgetStatistics.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/reports/ReportsWidgetStatistics.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/reports/ReportsWidgetStatistics.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/reports/ReportsWidgetStatistics.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/reports/ReportsWidgetStatistics.cpp
[ 53%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/reports/ReportsPageStatistics.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/reports/ReportsPageStatistics.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/reports/ReportsPageStatistics.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/reports/ReportsPageStatistics.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/reports/ReportsPageStatistics.cpp
[ 53%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/osutils/OSUtilsBase.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/osutils/OSUtilsBase.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/osutils/OSUtilsBase.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/osutils/OSUtilsBase.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/osutils/OSUtilsBase.cpp
[ 53%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/osutils/ScreenLockListener.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/osutils/ScreenLockListener.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/osutils/ScreenLockListener.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/osutils/ScreenLockListener.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/osutils/ScreenLockListener.cpp
[ 53%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/osutils/ScreenLockListenerPrivate.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/osutils/ScreenLockListenerPrivate.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/osutils/ScreenLockListenerPrivate.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/osutils/ScreenLockListenerPrivate.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/osutils/ScreenLockListenerPrivate.cpp
[ 54%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/widgets/ElidedLabel.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/widgets/ElidedLabel.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/widgets/ElidedLabel.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/widgets/ElidedLabel.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/widgets/ElidedLabel.cpp
[ 54%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/widgets/KPToolBar.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/widgets/KPToolBar.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/widgets/KPToolBar.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/widgets/KPToolBar.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/widgets/KPToolBar.cpp
[ 54%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/widgets/PopupHelpWidget.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/widgets/PopupHelpWidget.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/widgets/PopupHelpWidget.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/widgets/PopupHelpWidget.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/widgets/PopupHelpWidget.cpp
[ 54%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/wizard/ImportWizard.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/wizard/ImportWizard.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/wizard/ImportWizard.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/wizard/ImportWizard.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/wizard/ImportWizard.cpp
[ 54%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/wizard/ImportWizardPageReview.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/wizard/ImportWizardPageReview.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/wizard/ImportWizardPageReview.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/wizard/ImportWizardPageReview.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/wizard/ImportWizardPageReview.cpp
[ 54%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/wizard/ImportWizardPageSelect.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/wizard/ImportWizardPageSelect.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/wizard/ImportWizardPageSelect.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/wizard/ImportWizardPageSelect.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/wizard/ImportWizardPageSelect.cpp
[ 55%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/wizard/NewDatabaseWizard.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/wizard/NewDatabaseWizard.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/wizard/NewDatabaseWizard.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/wizard/NewDatabaseWizard.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/wizard/NewDatabaseWizard.cpp
[ 55%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/wizard/NewDatabaseWizardPage.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/wizard/NewDatabaseWizardPage.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/wizard/NewDatabaseWizardPage.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/wizard/NewDatabaseWizardPage.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/wizard/NewDatabaseWizardPage.cpp
[ 55%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/wizard/NewDatabaseWizardPageMetaData.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/wizard/NewDatabaseWizardPageMetaData.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/wizard/NewDatabaseWizardPageMetaData.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/wizard/NewDatabaseWizardPageMetaData.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/wizard/NewDatabaseWizardPageMetaData.cpp
[ 55%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/wizard/NewDatabaseWizardPageEncryption.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/wizard/NewDatabaseWizardPageEncryption.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/wizard/NewDatabaseWizardPageEncryption.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/wizard/NewDatabaseWizardPageEncryption.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/wizard/NewDatabaseWizardPageEncryption.cpp
[ 55%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/wizard/NewDatabaseWizardPageDatabaseKey.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/wizard/NewDatabaseWizardPageDatabaseKey.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/wizard/NewDatabaseWizardPageDatabaseKey.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/wizard/NewDatabaseWizardPageDatabaseKey.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/wizard/NewDatabaseWizardPageDatabaseKey.cpp
[ 55%] Building CXX object src/CMakeFiles/keepassx_core.dir/keys/CompositeKey.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/keys/CompositeKey.cpp.o -MF CMakeFiles/keepassx_core.dir/keys/CompositeKey.cpp.o.d -o CMakeFiles/keepassx_core.dir/keys/CompositeKey.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/keys/CompositeKey.cpp
[ 56%] Building CXX object src/CMakeFiles/keepassx_core.dir/keys/FileKey.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/keys/FileKey.cpp.o -MF CMakeFiles/keepassx_core.dir/keys/FileKey.cpp.o.d -o CMakeFiles/keepassx_core.dir/keys/FileKey.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/keys/FileKey.cpp
[ 56%] Building CXX object src/CMakeFiles/keepassx_core.dir/keys/PasswordKey.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/keys/PasswordKey.cpp.o -MF CMakeFiles/keepassx_core.dir/keys/PasswordKey.cpp.o.d -o CMakeFiles/keepassx_core.dir/keys/PasswordKey.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/keys/PasswordKey.cpp
[ 56%] Building CXX object src/CMakeFiles/keepassx_core.dir/keys/ChallengeResponseKey.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/keys/ChallengeResponseKey.cpp.o -MF CMakeFiles/keepassx_core.dir/keys/ChallengeResponseKey.cpp.o.d -o CMakeFiles/keepassx_core.dir/keys/ChallengeResponseKey.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/keys/ChallengeResponseKey.cpp
[ 56%] Building CXX object src/CMakeFiles/keepassx_core.dir/streams/HashedBlockStream.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/streams/HashedBlockStream.cpp.o -MF CMakeFiles/keepassx_core.dir/streams/HashedBlockStream.cpp.o.d -o CMakeFiles/keepassx_core.dir/streams/HashedBlockStream.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/streams/HashedBlockStream.cpp
[ 56%] Building CXX object src/CMakeFiles/keepassx_core.dir/streams/HashingStream.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/streams/HashingStream.cpp.o -MF CMakeFiles/keepassx_core.dir/streams/HashingStream.cpp.o.d -o CMakeFiles/keepassx_core.dir/streams/HashingStream.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/streams/HashingStream.cpp
[ 56%] Building CXX object src/CMakeFiles/keepassx_core.dir/streams/HmacBlockStream.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/streams/HmacBlockStream.cpp.o -MF CMakeFiles/keepassx_core.dir/streams/HmacBlockStream.cpp.o.d -o CMakeFiles/keepassx_core.dir/streams/HmacBlockStream.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/streams/HmacBlockStream.cpp
[ 57%] Building CXX object src/CMakeFiles/keepassx_core.dir/streams/LayeredStream.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/streams/LayeredStream.cpp.o -MF CMakeFiles/keepassx_core.dir/streams/LayeredStream.cpp.o.d -o CMakeFiles/keepassx_core.dir/streams/LayeredStream.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/streams/LayeredStream.cpp
[ 57%] Building CXX object src/CMakeFiles/keepassx_core.dir/streams/qtiocompressor.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/streams/qtiocompressor.cpp.o -MF CMakeFiles/keepassx_core.dir/streams/qtiocompressor.cpp.o.d -o CMakeFiles/keepassx_core.dir/streams/qtiocompressor.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/streams/qtiocompressor.cpp
[ 57%] Building CXX object src/CMakeFiles/keepassx_core.dir/streams/StoreDataStream.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/streams/StoreDataStream.cpp.o -MF CMakeFiles/keepassx_core.dir/streams/StoreDataStream.cpp.o.d -o CMakeFiles/keepassx_core.dir/streams/StoreDataStream.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/streams/StoreDataStream.cpp
[ 57%] Building CXX object src/CMakeFiles/keepassx_core.dir/streams/SymmetricCipherStream.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/streams/SymmetricCipherStream.cpp.o -MF CMakeFiles/keepassx_core.dir/streams/SymmetricCipherStream.cpp.o.d -o CMakeFiles/keepassx_core.dir/streams/SymmetricCipherStream.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/streams/SymmetricCipherStream.cpp
[ 57%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/osutils/nixutils/ScreenLockListenerDBus.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/osutils/nixutils/ScreenLockListenerDBus.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/osutils/nixutils/ScreenLockListenerDBus.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/osutils/nixutils/ScreenLockListenerDBus.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/osutils/nixutils/ScreenLockListenerDBus.cpp
[ 57%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/osutils/nixutils/NixUtils.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/osutils/nixutils/NixUtils.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/osutils/nixutils/NixUtils.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/osutils/nixutils/NixUtils.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/osutils/nixutils/NixUtils.cpp
[ 58%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/osutils/nixutils/X11Funcs.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/osutils/nixutils/X11Funcs.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/osutils/nixutils/X11Funcs.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/osutils/nixutils/X11Funcs.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/osutils/nixutils/X11Funcs.cpp
[ 58%] Building CXX object src/CMakeFiles/keepassx_core.dir/mainwindowadaptor.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/mainwindowadaptor.cpp.o -MF CMakeFiles/keepassx_core.dir/mainwindowadaptor.cpp.o.d -o CMakeFiles/keepassx_core.dir/mainwindowadaptor.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/mainwindowadaptor.cpp
[ 58%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/dbsettings/DatabaseSettingsWidgetBrowser.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/dbsettings/DatabaseSettingsWidgetBrowser.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/dbsettings/DatabaseSettingsWidgetBrowser.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/dbsettings/DatabaseSettingsWidgetBrowser.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/dbsettings/DatabaseSettingsWidgetBrowser.cpp
[ 58%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/entry/EntryURLModel.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/entry/EntryURLModel.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/entry/EntryURLModel.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/entry/EntryURLModel.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/entry/EntryURLModel.cpp
[ 58%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/reports/ReportsWidgetBrowserStatistics.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/reports/ReportsWidgetBrowserStatistics.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/reports/ReportsWidgetBrowserStatistics.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/reports/ReportsWidgetBrowserStatistics.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/reports/ReportsWidgetBrowserStatistics.cpp
[ 58%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/reports/ReportsPageBrowserStatistics.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/reports/ReportsPageBrowserStatistics.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/reports/ReportsPageBrowserStatistics.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/reports/ReportsPageBrowserStatistics.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/reports/ReportsPageBrowserStatistics.cpp
[ 59%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/reports/ReportsWidgetPasskeys.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/reports/ReportsWidgetPasskeys.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/reports/ReportsWidgetPasskeys.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/reports/ReportsWidgetPasskeys.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/reports/ReportsWidgetPasskeys.cpp
[ 59%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/reports/ReportsPagePasskeys.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/reports/ReportsPagePasskeys.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/reports/ReportsPagePasskeys.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/reports/ReportsPagePasskeys.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/reports/ReportsPagePasskeys.cpp
[ 59%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/passkeys/PasskeyExporter.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/passkeys/PasskeyExporter.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/passkeys/PasskeyExporter.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/passkeys/PasskeyExporter.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/passkeys/PasskeyExporter.cpp
[ 59%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/passkeys/PasskeyExportDialog.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/passkeys/PasskeyExportDialog.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/passkeys/PasskeyExportDialog.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/passkeys/PasskeyExportDialog.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/passkeys/PasskeyExportDialog.cpp
[ 59%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/passkeys/PasskeyImporter.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/passkeys/PasskeyImporter.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/passkeys/PasskeyImporter.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/passkeys/PasskeyImporter.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/passkeys/PasskeyImporter.cpp
[ 59%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/passkeys/PasskeyImportDialog.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/passkeys/PasskeyImportDialog.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/passkeys/PasskeyImportDialog.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/passkeys/PasskeyImportDialog.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/passkeys/PasskeyImportDialog.cpp
[ 60%] Building CXX object src/CMakeFiles/keepassx_core.dir/keys/drivers/YubiKeyStub.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/keys/drivers/YubiKeyStub.cpp.o -MF CMakeFiles/keepassx_core.dir/keys/drivers/YubiKeyStub.cpp.o.d -o CMakeFiles/keepassx_core.dir/keys/drivers/YubiKeyStub.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/keys/drivers/YubiKeyStub.cpp
[ 60%] Building CXX object src/CMakeFiles/keepassx_core.dir/core/HibpDownloader.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/core/HibpDownloader.cpp.o -MF CMakeFiles/keepassx_core.dir/core/HibpDownloader.cpp.o.d -o CMakeFiles/keepassx_core.dir/core/HibpDownloader.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/core/HibpDownloader.cpp
[ 60%] Building CXX object src/CMakeFiles/keepassx_core.dir/core/NetworkManager.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/core/NetworkManager.cpp.o -MF CMakeFiles/keepassx_core.dir/core/NetworkManager.cpp.o.d -o CMakeFiles/keepassx_core.dir/core/NetworkManager.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/core/NetworkManager.cpp
[ 60%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/UpdateCheckDialog.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/UpdateCheckDialog.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/UpdateCheckDialog.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/UpdateCheckDialog.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/UpdateCheckDialog.cpp
[ 60%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/IconDownloader.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/IconDownloader.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/IconDownloader.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/IconDownloader.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/IconDownloader.cpp
[ 60%] Building CXX object src/CMakeFiles/keepassx_core.dir/gui/IconDownloaderDialog.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/gui/IconDownloaderDialog.cpp.o -MF CMakeFiles/keepassx_core.dir/gui/IconDownloaderDialog.cpp.o.d -o CMakeFiles/keepassx_core.dir/gui/IconDownloaderDialog.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/gui/IconDownloaderDialog.cpp
[ 61%] Building CXX object src/CMakeFiles/keepassx_core.dir/updatecheck/UpdateChecker.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/updatecheck/UpdateChecker.cpp.o -MF CMakeFiles/keepassx_core.dir/updatecheck/UpdateChecker.cpp.o.d -o CMakeFiles/keepassx_core.dir/updatecheck/UpdateChecker.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/updatecheck/UpdateChecker.cpp
[ 61%] Building CXX object src/CMakeFiles/keepassx_core.dir/keepassx_core_autogen/M5QXLK5BAV/qrc_styles.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/keepassx_core_autogen/M5QXLK5BAV/qrc_styles.cpp.o -MF CMakeFiles/keepassx_core.dir/keepassx_core_autogen/M5QXLK5BAV/qrc_styles.cpp.o.d -o CMakeFiles/keepassx_core.dir/keepassx_core_autogen/M5QXLK5BAV/qrc_styles.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/M5QXLK5BAV/qrc_styles.cpp
[ 61%] Building CXX object src/CMakeFiles/keepassx_core.dir/keepassx_core_autogen/6X6KP64GSU/qrc_icons.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/keepassx_core_autogen/6X6KP64GSU/qrc_icons.cpp.o -MF CMakeFiles/keepassx_core.dir/keepassx_core_autogen/6X6KP64GSU/qrc_icons.cpp.o.d -o CMakeFiles/keepassx_core.dir/keepassx_core_autogen/6X6KP64GSU/qrc_icons.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/6X6KP64GSU/qrc_icons.cpp
[ 61%] Building CXX object src/CMakeFiles/keepassx_core.dir/keepassx_core_autogen/XJKH4KRZSW/qrc_wizard.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DKEEPASSX_BUILDING_CORE -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/CMakeFiles/keepassx_core.dir/keepassx_core_autogen/XJKH4KRZSW/qrc_wizard.cpp.o -MF CMakeFiles/keepassx_core.dir/keepassx_core_autogen/XJKH4KRZSW/qrc_wizard.cpp.o.d -o CMakeFiles/keepassx_core.dir/keepassx_core_autogen/XJKH4KRZSW/qrc_wizard.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassx_core_autogen/XJKH4KRZSW/qrc_wizard.cpp
[ 61%] Linking CXX static library libkeepassx_core.a
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/bin/cmake -P CMakeFiles/keepassx_core.dir/cmake_clean_target.cmake
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/bin/cmake -E cmake_link_script CMakeFiles/keepassx_core.dir/link.txt --verbose=1
/usr/bin/amd64/ar qc libkeepassx_core.a CMakeFiles/keepassx_core.dir/keepassx_core_autogen/mocs_compilation.cpp.o CMakeFiles/keepassx_core.dir/core/Alloc.cpp.o CMakeFiles/keepassx_core.dir/core/AutoTypeAssociations.cpp.o CMakeFiles/keepassx_core.dir/core/Base32.cpp.o CMakeFiles/keepassx_core.dir/core/Bootstrap.cpp.o CMakeFiles/keepassx_core.dir/core/Clock.cpp.o CMakeFiles/keepassx_core.dir/core/Config.cpp.o CMakeFiles/keepassx_core.dir/core/CustomData.cpp.o CMakeFiles/keepassx_core.dir/core/Database.cpp.o CMakeFiles/keepassx_core.dir/core/DatabaseStats.cpp.o CMakeFiles/keepassx_core.dir/core/Entry.cpp.o CMakeFiles/keepassx_core.dir/core/EntryAttachments.cpp.o CMakeFiles/keepassx_core.dir/core/EntryAttributes.cpp.o CMakeFiles/keepassx_core.dir/core/EntrySearcher.cpp.o CMakeFiles/keepassx_core.dir/core/FileWatcher.cpp.o CMakeFiles/keepassx_core.dir/core/Group.cpp.o CMakeFiles/keepassx_core.dir/core/HibpOffline.cpp.o CMakeFiles/keepassx_core.dir/core/InactivityTimer.cpp.o CMakeFiles/keepassx_core.dir/core/Merger.cpp.o CMakeFiles/keepassx_core.dir/core/Metadata.cpp.o CMakeFiles/keepassx_core.dir/core/ModifiableObject.cpp.o CMakeFiles/keepassx_core.dir/core/PasswordGenerator.cpp.o CMakeFiles/keepassx_core.dir/core/PasswordHealth.cpp.o CMakeFiles/keepassx_core.dir/core/PassphraseGenerator.cpp.o CMakeFiles/keepassx_core.dir/core/Resources.cpp.o CMakeFiles/keepassx_core.dir/core/SignalMultiplexer.cpp.o CMakeFiles/keepassx_core.dir/core/TimeDelta.cpp.o CMakeFiles/keepassx_core.dir/core/TimeInfo.cpp.o CMakeFiles/keepassx_core.dir/core/Tools.cpp.o CMakeFiles/keepassx_core.dir/core/Totp.cpp.o CMakeFiles/keepassx_core.dir/core/Translator.cpp.o CMakeFiles/keepassx_core.dir/core/UrlTools.cpp.o CMakeFiles/keepassx_core.dir/cli/Utils.cpp.o CMakeFiles/keepassx_core.dir/cli/TextStream.cpp.o CMakeFiles/keepassx_core.dir/crypto/Crypto.cpp.o CMakeFiles/keepassx_core.dir/crypto/CryptoHash.cpp.o CMakeFiles/keepassx_core.dir/crypto/Random.cpp.o CMakeFiles/keepassx_core.dir/crypto/SymmetricCipher.cpp.o CMakeFiles/keepassx_core.dir/crypto/kdf/Kdf.cpp.o CMakeFiles/keepassx_core.dir/crypto/kdf/AesKdf.cpp.o CMakeFiles/keepassx_core.dir/crypto/kdf/Argon2Kdf.cpp.o CMakeFiles/keepassx_core.dir/format/BitwardenReader.cpp.o CMakeFiles/keepassx_core.dir/format/CsvExporter.cpp.o CMakeFiles/keepassx_core.dir/format/CsvParser.cpp.o CMakeFiles/keepassx_core.dir/format/HtmlExporter.cpp.o CMakeFiles/keepassx_core.dir/format/KeePass1Reader.cpp.o CMakeFiles/keepassx_core.dir/format/KeePass2.cpp.o CMakeFiles/keepassx_core.dir/format/KeePass2RandomStream.cpp.o CMakeFiles/keepassx_core.dir/format/KdbxReader.cpp.o CMakeFiles/keepassx_core.dir/format/KdbxWriter.cpp.o CMakeFiles/keepassx_core.dir/format/KdbxXmlReader.cpp.o CMakeFiles/keepassx_core.dir/format/KeePass2Reader.cpp.o CMakeFiles/keepassx_core.dir/format/KeePass2Writer.cpp.o CMakeFiles/keepassx_core.dir/format/Kdbx3Reader.cpp.o CMakeFiles/keepassx_core.dir/format/Kdbx3Writer.cpp.o CMakeFiles/keepassx_core.dir/format/Kdbx4Reader.cpp.o CMakeFiles/keepassx_core.dir/format/Kdbx4Writer.cpp.o CMakeFiles/keepassx_core.dir/format/KdbxXmlWriter.cpp.o CMakeFiles/keepassx_core.dir/format/OpData01.cpp.o CMakeFiles/keepassx_core.dir/format/OPUXReader.cpp.o CMakeFiles/keepassx_core.dir/format/OpVaultReader.cpp.o CMakeFiles/keepassx_core.dir/format/OpVaultReaderAttachments.cpp.o CMakeFiles/keepassx_core.dir/format/OpVaultReaderBandEntry.cpp.o CMakeFiles/keepassx_core.dir/format/OpVaultReaderSections.cpp.o CMakeFiles/keepassx_core.dir/format/ProtonPassReader.cpp.o CMakeFiles/keepassx_core.dir/gui/styles/StateColorPalette.cpp.o CMakeFiles/keepassx_core.dir/gui/styles/base/phantomcolor.cpp.o CMakeFiles/keepassx_core.dir/gui/styles/base/BaseStyle.cpp.o CMakeFiles/keepassx_core.dir/gui/styles/dark/DarkStyle.cpp.o CMakeFiles/keepassx_core.dir/gui/styles/light/LightStyle.cpp.o CMakeFiles/keepassx_core.dir/gui/AboutDialog.cpp.o CMakeFiles/keepassx_core.dir/gui/Application.cpp.o CMakeFiles/keepassx_core.dir/gui/CategoryListWidget.cpp.o CMakeFiles/keepassx_core.dir/gui/Clipboard.cpp.o CMakeFiles/keepassx_core.dir/gui/CloneDialog.cpp.o CMakeFiles/keepassx_core.dir/gui/DatabaseIcons.cpp.o CMakeFiles/keepassx_core.dir/gui/DatabaseOpenWidget.cpp.o CMakeFiles/keepassx_core.dir/gui/DatabaseTabWidget.cpp.o CMakeFiles/keepassx_core.dir/gui/DatabaseWidget.cpp.o CMakeFiles/keepassx_core.dir/gui/DatabaseWidgetStateSync.cpp.o CMakeFiles/keepassx_core.dir/gui/EntryPreviewWidget.cpp.o CMakeFiles/keepassx_core.dir/gui/DialogyWidget.cpp.o CMakeFiles/keepassx_core.dir/gui/EditWidget.cpp.o CMakeFiles/keepassx_core.dir/gui/EditWidgetIcons.cpp.o CMakeFiles/keepassx_core.dir/gui/EditWidgetProperties.cpp.o CMakeFiles/keepassx_core.dir/gui/FileDialog.cpp.o CMakeFiles/keepassx_core.dir/gui/Font.cpp.o CMakeFiles/keepassx_core.dir/gui/GuiTools.cpp.o CMakeFiles/keepassx_core.dir/gui/HtmlGuiExporter.cpp.o CMakeFiles/keepassx_core.dir/gui/IconModels.cpp.o CMakeFiles/keepassx_core.dir/gui/KMessageWidget.cpp.o CMakeFiles/keepassx_core.dir/gui/MainWindow.cpp.o CMakeFiles/keepassx_core.dir/gui/MessageBox.cpp.o CMakeFiles/keepassx_core.dir/gui/MessageWidget.cpp.o CMakeFiles/keepassx_core.dir/gui/PasswordWidget.cpp.o CMakeFiles/keepassx_core.dir/gui/PasswordGeneratorWidget.cpp.o CMakeFiles/keepassx_core.dir/gui/ApplicationSettingsWidget.cpp.o CMakeFiles/keepassx_core.dir/gui/Icons.cpp.o CMakeFiles/keepassx_core.dir/gui/SearchWidget.cpp.o CMakeFiles/keepassx_core.dir/gui/SettingsWidget.cpp.o CMakeFiles/keepassx_core.dir/gui/SortFilterHideProxyModel.cpp.o CMakeFiles/keepassx_core.dir/gui/SquareSvgWidget.cpp.o CMakeFiles/keepassx_core.dir/gui/TotpSetupDialog.cpp.o CMakeFiles/keepassx_core.dir/gui/TotpDialog.cpp.o CMakeFiles/keepassx_core.dir/gui/TotpExportSettingsDialog.cpp.o CMakeFiles/keepassx_core.dir/gui/DatabaseOpenDialog.cpp.o CMakeFiles/keepassx_core.dir/gui/URLEdit.cpp.o CMakeFiles/keepassx_core.dir/gui/WelcomeWidget.cpp.o CMakeFiles/keepassx_core.dir/gui/csvImport/CsvImportWidget.cpp.o CMakeFiles/keepassx_core.dir/gui/csvImport/CsvParserModel.cpp.o CMakeFiles/keepassx_core.dir/gui/entry/AutoTypeAssociationsModel.cpp.o CMakeFiles/keepassx_core.dir/gui/entry/EditEntryWidget.cpp.o CMakeFiles/keepassx_core.dir/gui/entry/EntryAttachmentsModel.cpp.o CMakeFiles/keepassx_core.dir/gui/entry/EntryAttachmentsWidget.cpp.o CMakeFiles/keepassx_core.dir/gui/entry/EntryAttributesModel.cpp.o CMakeFiles/keepassx_core.dir/gui/entry/NewEntryAttachmentsDialog.cpp.o CMakeFiles/keepassx_core.dir/gui/entry/PreviewEntryAttachmentsDialog.cpp.o CMakeFiles/keepassx_core.dir/gui/entry/EntryHistoryModel.cpp.o CMakeFiles/keepassx_core.dir/gui/entry/EntryModel.cpp.o CMakeFiles/keepassx_core.dir/gui/entry/EntryView.cpp.o CMakeFiles/keepassx_core.dir/gui/export/ExportDialog.cpp.o CMakeFiles/keepassx_core.dir/gui/group/EditGroupWidget.cpp.o CMakeFiles/keepassx_core.dir/gui/group/GroupModel.cpp.o CMakeFiles/keepassx_core.dir/gui/group/GroupView.cpp.o CMakeFiles/keepassx_core.dir/gui/tag/TagModel.cpp.o CMakeFiles/keepassx_core.dir/gui/tag/TagView.cpp.o CMakeFiles/keepassx_core.dir/gui/tag/TagsEdit.cpp.o CMakeFiles/keepassx_core.dir/gui/databasekey/KeyComponentWidget.cpp.o CMakeFiles/keepassx_core.dir/gui/databasekey/PasswordEditWidget.cpp.o CMakeFiles/keepassx_core.dir/gui/databasekey/YubiKeyEditWidget.cpp.o CMakeFiles/keepassx_core.dir/gui/databasekey/KeyFileEditWidget.cpp.o CMakeFiles/keepassx_core.dir/gui/dbsettings/DatabaseSettingsWidget.cpp.o CMakeFiles/keepassx_core.dir/gui/dbsettings/DatabaseSettingsDialog.cpp.o CMakeFiles/keepassx_core.dir/gui/dbsettings/DatabaseSettingsWidgetGeneral.cpp.o CMakeFiles/keepassx_core.dir/gui/dbsettings/DatabaseSettingsWidgetMaintenance.cpp.o CMakeFiles/keepassx_core.dir/gui/dbsettings/DatabaseSettingsWidgetMetaDataSimple.cpp.o CMakeFiles/keepassx_core.dir/gui/dbsettings/DatabaseSettingsWidgetEncryption.cpp.o CMakeFiles/keepassx_core.dir/gui/dbsettings/DatabaseSettingsWidgetDatabaseKey.cpp.o CMakeFiles/keepassx_core.dir/gui/reports/ReportsWidget.cpp.o CMakeFiles/keepassx_core.dir/gui/reports/ReportsDialog.cpp.o CMakeFiles/keepassx_core.dir/gui/reports/ReportsWidgetHealthcheck.cpp.o CMakeFiles/keepassx_core.dir/gui/reports/ReportsPageHealthcheck.cpp.o CMakeFiles/keepassx_core.dir/gui/reports/ReportsWidgetHibp.cpp.o CMakeFiles/keepassx_core.dir/gui/reports/ReportsPageHibp.cpp.o CMakeFiles/keepassx_core.dir/gui/reports/ReportsWidgetStatistics.cpp.o CMakeFiles/keepassx_core.dir/gui/reports/ReportsPageStatistics.cpp.o CMakeFiles/keepassx_core.dir/gui/osutils/OSUtilsBase.cpp.o CMakeFiles/keepassx_core.dir/gui/osutils/ScreenLockListener.cpp.o CMakeFiles/keepassx_core.dir/gui/osutils/ScreenLockListenerPrivate.cpp.o CMakeFiles/keepassx_core.dir/gui/widgets/ElidedLabel.cpp.o CMakeFiles/keepassx_core.dir/gui/widgets/KPToolBar.cpp.o CMakeFiles/keepassx_core.dir/gui/widgets/PopupHelpWidget.cpp.o CMakeFiles/keepassx_core.dir/gui/wizard/ImportWizard.cpp.o CMakeFiles/keepassx_core.dir/gui/wizard/ImportWizardPageReview.cpp.o CMakeFiles/keepassx_core.dir/gui/wizard/ImportWizardPageSelect.cpp.o CMakeFiles/keepassx_core.dir/gui/wizard/NewDatabaseWizard.cpp.o CMakeFiles/keepassx_core.dir/gui/wizard/NewDatabaseWizardPage.cpp.o CMakeFiles/keepassx_core.dir/gui/wizard/NewDatabaseWizardPageMetaData.cpp.o CMakeFiles/keepassx_core.dir/gui/wizard/NewDatabaseWizardPageEncryption.cpp.o CMakeFiles/keepassx_core.dir/gui/wizard/NewDatabaseWizardPageDatabaseKey.cpp.o CMakeFiles/keepassx_core.dir/keys/CompositeKey.cpp.o CMakeFiles/keepassx_core.dir/keys/FileKey.cpp.o CMakeFiles/keepassx_core.dir/keys/PasswordKey.cpp.o CMakeFiles/keepassx_core.dir/keys/ChallengeResponseKey.cpp.o CMakeFiles/keepassx_core.dir/streams/HashedBlockStream.cpp.o CMakeFiles/keepassx_core.dir/streams/HashingStream.cpp.o CMakeFiles/keepassx_core.dir/streams/HmacBlockStream.cpp.o CMakeFiles/keepassx_core.dir/streams/LayeredStream.cpp.o CMakeFiles/keepassx_core.dir/streams/qtiocompressor.cpp.o CMakeFiles/keepassx_core.dir/streams/StoreDataStream.cpp.o CMakeFiles/keepassx_core.dir/streams/SymmetricCipherStream.cpp.o CMakeFiles/keepassx_core.dir/gui/osutils/nixutils/ScreenLockListenerDBus.cpp.o CMakeFiles/keepassx_core.dir/gui/osutils/nixutils/NixUtils.cpp.o CMakeFiles/keepassx_core.dir/gui/osutils/nixutils/X11Funcs.cpp.o CMakeFiles/keepassx_core.dir/mainwindowadaptor.cpp.o CMakeFiles/keepassx_core.dir/gui/dbsettings/DatabaseSettingsWidgetBrowser.cpp.o CMakeFiles/keepassx_core.dir/gui/entry/EntryURLModel.cpp.o CMakeFiles/keepassx_core.dir/gui/reports/ReportsWidgetBrowserStatistics.cpp.o CMakeFiles/keepassx_core.dir/gui/reports/ReportsPageBrowserStatistics.cpp.o CMakeFiles/keepassx_core.dir/gui/reports/ReportsWidgetPasskeys.cpp.o CMakeFiles/keepassx_core.dir/gui/reports/ReportsPagePasskeys.cpp.o CMakeFiles/keepassx_core.dir/gui/passkeys/PasskeyExporter.cpp.o CMakeFiles/keepassx_core.dir/gui/passkeys/PasskeyExportDialog.cpp.o CMakeFiles/keepassx_core.dir/gui/passkeys/PasskeyImporter.cpp.o CMakeFiles/keepassx_core.dir/gui/passkeys/PasskeyImportDialog.cpp.o CMakeFiles/keepassx_core.dir/keys/drivers/YubiKeyStub.cpp.o CMakeFiles/keepassx_core.dir/core/HibpDownloader.cpp.o CMakeFiles/keepassx_core.dir/core/NetworkManager.cpp.o CMakeFiles/keepassx_core.dir/gui/UpdateCheckDialog.cpp.o CMakeFiles/keepassx_core.dir/gui/IconDownloader.cpp.o CMakeFiles/keepassx_core.dir/gui/IconDownloaderDialog.cpp.o CMakeFiles/keepassx_core.dir/updatecheck/UpdateChecker.cpp.o CMakeFiles/keepassx_core.dir/keepassx_core_autogen/M5QXLK5BAV/qrc_styles.cpp.o CMakeFiles/keepassx_core.dir/keepassx_core_autogen/6X6KP64GSU/qrc_icons.cpp.o CMakeFiles/keepassx_core.dir/keepassx_core_autogen/XJKH4KRZSW/qrc_wizard.cpp.o
/usr/bin/ranlib libkeepassx_core.a
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 61%] Built target keepassx_core
/usr/bin/gmake  -f src/CMakeFiles/keepassxc_autogen_timestamp_deps.dir/build.make src/CMakeFiles/keepassxc_autogen_timestamp_deps.dir/depend
/usr/bin/gmake  -f src/autotype/xcb/CMakeFiles/keepassxc-autotype-xcb_autogen_timestamp_deps.dir/build.make src/autotype/xcb/CMakeFiles/keepassxc-autotype-xcb_autogen_timestamp_deps.dir/depend
/usr/bin/gmake  -f src/autotype/test/CMakeFiles/keepassxc-autotype-test_autogen_timestamp_deps.dir/build.make src/autotype/test/CMakeFiles/keepassxc-autotype-test_autogen_timestamp_deps.dir/depend
/usr/bin/gmake  -f src/cli/CMakeFiles/keepassxc-cli_autogen_timestamp_deps.dir/build.make src/cli/CMakeFiles/keepassxc-cli_autogen_timestamp_deps.dir/depend
/usr/bin/gmake  -f tests/CMakeFiles/testgroup_autogen_timestamp_deps.dir/build.make tests/CMakeFiles/testgroup_autogen_timestamp_deps.dir/depend
/usr/bin/gmake  -f tests/CMakeFiles/testkdbx2_autogen_timestamp_deps.dir/build.make tests/CMakeFiles/testkdbx2_autogen_timestamp_deps.dir/depend
/usr/bin/gmake  -f tests/CMakeFiles/testkdbx3_autogen_timestamp_deps.dir/build.make tests/CMakeFiles/testkdbx3_autogen_timestamp_deps.dir/depend
/usr/bin/gmake  -f tests/CMakeFiles/testkdbx4_autogen_timestamp_deps.dir/build.make tests/CMakeFiles/testkdbx4_autogen_timestamp_deps.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/autotype/xcb /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/autotype/xcb /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/autotype/xcb/CMakeFiles/keepassxc-autotype-xcb_autogen_timestamp_deps.dir/DependInfo.cmake "--color="
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/autotype/test /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/autotype/test /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/autotype/test/CMakeFiles/keepassxc-autotype-test_autogen_timestamp_deps.dir/DependInfo.cmake "--color="
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/CMakeFiles/keepassxc_autogen_timestamp_deps.dir/DependInfo.cmake "--color="
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/cli /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/cli /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/cli/CMakeFiles/keepassxc-cli_autogen_timestamp_deps.dir/DependInfo.cmake "--color="
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testkdbx3_autogen_timestamp_deps.dir/DependInfo.cmake "--color="
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testgroup_autogen_timestamp_deps.dir/DependInfo.cmake "--color="
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testkdbx2_autogen_timestamp_deps.dir/DependInfo.cmake "--color="
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testkdbx4_autogen_timestamp_deps.dir/DependInfo.cmake "--color="
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f src/autotype/xcb/CMakeFiles/keepassxc-autotype-xcb_autogen_timestamp_deps.dir/build.make src/autotype/xcb/CMakeFiles/keepassxc-autotype-xcb_autogen_timestamp_deps.dir/build
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Nothing to be done for 'src/autotype/xcb/CMakeFiles/keepassxc-autotype-xcb_autogen_timestamp_deps.dir/build'.
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f src/cli/CMakeFiles/keepassxc-cli_autogen_timestamp_deps.dir/build.make src/cli/CMakeFiles/keepassxc-cli_autogen_timestamp_deps.dir/build
/usr/bin/gmake  -f src/CMakeFiles/keepassxc_autogen_timestamp_deps.dir/build.make src/CMakeFiles/keepassxc_autogen_timestamp_deps.dir/build
/usr/bin/gmake  -f src/autotype/test/CMakeFiles/keepassxc-autotype-test_autogen_timestamp_deps.dir/build.make src/autotype/test/CMakeFiles/keepassxc-autotype-test_autogen_timestamp_deps.dir/build
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Nothing to be done for 'src/cli/CMakeFiles/keepassxc-cli_autogen_timestamp_deps.dir/build'.
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Nothing to be done for 'src/autotype/test/CMakeFiles/keepassxc-autotype-test_autogen_timestamp_deps.dir/build'.
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Nothing to be done for 'src/CMakeFiles/keepassxc_autogen_timestamp_deps.dir/build'.
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testkdbx3_autogen_timestamp_deps.dir/build.make tests/CMakeFiles/testkdbx3_autogen_timestamp_deps.dir/build
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Nothing to be done for 'tests/CMakeFiles/testkdbx3_autogen_timestamp_deps.dir/build'.
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testkdbx4_autogen_timestamp_deps.dir/build.make tests/CMakeFiles/testkdbx4_autogen_timestamp_deps.dir/build
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testkdbx2_autogen_timestamp_deps.dir/build.make tests/CMakeFiles/testkdbx2_autogen_timestamp_deps.dir/build
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Nothing to be done for 'tests/CMakeFiles/testkdbx4_autogen_timestamp_deps.dir/build'.
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Nothing to be done for 'tests/CMakeFiles/testkdbx2_autogen_timestamp_deps.dir/build'.
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testgroup_autogen_timestamp_deps.dir/build.make tests/CMakeFiles/testgroup_autogen_timestamp_deps.dir/build
[ 61%] Built target keepassxc-autotype-xcb_autogen_timestamp_deps
[ 61%] Built target keepassxc-autotype-test_autogen_timestamp_deps
[ 61%] Built target keepassxc-cli_autogen_timestamp_deps
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Nothing to be done for 'tests/CMakeFiles/testgroup_autogen_timestamp_deps.dir/build'.
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 61%] Built target keepassxc_autogen_timestamp_deps
[ 61%] Built target testkdbx3_autogen_timestamp_deps
/usr/bin/gmake  -f tests/CMakeFiles/testkeys_autogen_timestamp_deps.dir/build.make tests/CMakeFiles/testkeys_autogen_timestamp_deps.dir/depend
/usr/bin/gmake  -f tests/CMakeFiles/testgroupmodel_autogen_timestamp_deps.dir/build.make tests/CMakeFiles/testgroupmodel_autogen_timestamp_deps.dir/depend
/usr/bin/gmake  -f tests/CMakeFiles/testentrymodel_autogen_timestamp_deps.dir/build.make tests/CMakeFiles/testentrymodel_autogen_timestamp_deps.dir/depend
[ 61%] Built target testkdbx4_autogen_timestamp_deps
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testkeys_autogen_timestamp_deps.dir/DependInfo.cmake "--color="
/usr/bin/gmake  -f tests/CMakeFiles/testcryptohash_autogen_timestamp_deps.dir/build.make tests/CMakeFiles/testcryptohash_autogen_timestamp_deps.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testgroupmodel_autogen_timestamp_deps.dir/DependInfo.cmake "--color="
/usr/bin/gmake  -f tests/CMakeFiles/testsymmetriccipher_autogen_timestamp_deps.dir/build.make tests/CMakeFiles/testsymmetriccipher_autogen_timestamp_deps.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testentrymodel_autogen_timestamp_deps.dir/DependInfo.cmake "--color="
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testcryptohash_autogen_timestamp_deps.dir/DependInfo.cmake "--color="
/usr/bin/gmake  -f tests/CMakeFiles/testhashedblockstream_autogen_timestamp_deps.dir/build.make tests/CMakeFiles/testhashedblockstream_autogen_timestamp_deps.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testsymmetriccipher_autogen_timestamp_deps.dir/DependInfo.cmake "--color="
[ 61%] Built target testkdbx2_autogen_timestamp_deps
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testhashedblockstream_autogen_timestamp_deps.dir/DependInfo.cmake "--color="
[ 61%] Built target testgroup_autogen_timestamp_deps
/usr/bin/gmake  -f tests/CMakeFiles/testkeepass2randomstream_autogen_timestamp_deps.dir/build.make tests/CMakeFiles/testkeepass2randomstream_autogen_timestamp_deps.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testkeepass2randomstream_autogen_timestamp_deps.dir/DependInfo.cmake "--color="
/usr/bin/gmake  -f tests/CMakeFiles/testmodified_autogen_timestamp_deps.dir/build.make tests/CMakeFiles/testmodified_autogen_timestamp_deps.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testmodified_autogen_timestamp_deps.dir/DependInfo.cmake "--color="
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testkeys_autogen_timestamp_deps.dir/build.make tests/CMakeFiles/testkeys_autogen_timestamp_deps.dir/build
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testgroupmodel_autogen_timestamp_deps.dir/build.make tests/CMakeFiles/testgroupmodel_autogen_timestamp_deps.dir/build
/usr/bin/gmake  -f tests/CMakeFiles/testentrymodel_autogen_timestamp_deps.dir/build.make tests/CMakeFiles/testentrymodel_autogen_timestamp_deps.dir/build
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Nothing to be done for 'tests/CMakeFiles/testkeys_autogen_timestamp_deps.dir/build'.
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testcryptohash_autogen_timestamp_deps.dir/build.make tests/CMakeFiles/testcryptohash_autogen_timestamp_deps.dir/build
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Nothing to be done for 'tests/CMakeFiles/testgroupmodel_autogen_timestamp_deps.dir/build'.
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Nothing to be done for 'tests/CMakeFiles/testentrymodel_autogen_timestamp_deps.dir/build'.
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testsymmetriccipher_autogen_timestamp_deps.dir/build.make tests/CMakeFiles/testsymmetriccipher_autogen_timestamp_deps.dir/build
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Nothing to be done for 'tests/CMakeFiles/testcryptohash_autogen_timestamp_deps.dir/build'.
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testhashedblockstream_autogen_timestamp_deps.dir/build.make tests/CMakeFiles/testhashedblockstream_autogen_timestamp_deps.dir/build
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Nothing to be done for 'tests/CMakeFiles/testsymmetriccipher_autogen_timestamp_deps.dir/build'.
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Nothing to be done for 'tests/CMakeFiles/testhashedblockstream_autogen_timestamp_deps.dir/build'.
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testkeepass2randomstream_autogen_timestamp_deps.dir/build.make tests/CMakeFiles/testkeepass2randomstream_autogen_timestamp_deps.dir/build
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Nothing to be done for 'tests/CMakeFiles/testkeepass2randomstream_autogen_timestamp_deps.dir/build'.
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testmodified_autogen_timestamp_deps.dir/build.make tests/CMakeFiles/testmodified_autogen_timestamp_deps.dir/build
[ 61%] Built target testkeys_autogen_timestamp_deps
[ 61%] Built target testentrymodel_autogen_timestamp_deps
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Nothing to be done for 'tests/CMakeFiles/testmodified_autogen_timestamp_deps.dir/build'.
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 61%] Built target testcryptohash_autogen_timestamp_deps
[ 61%] Built target testsymmetriccipher_autogen_timestamp_deps
/usr/bin/gmake  -f tests/CMakeFiles/testdeletedobjects_autogen_timestamp_deps.dir/build.make tests/CMakeFiles/testdeletedobjects_autogen_timestamp_deps.dir/depend
[ 61%] Built target testgroupmodel_autogen_timestamp_deps
[ 61%] Built target testhashedblockstream_autogen_timestamp_deps
/usr/bin/gmake  -f tests/CMakeFiles/testkeepass1reader_autogen_timestamp_deps.dir/build.make tests/CMakeFiles/testkeepass1reader_autogen_timestamp_deps.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testdeletedobjects_autogen_timestamp_deps.dir/DependInfo.cmake "--color="
/usr/bin/gmake  -f tests/CMakeFiles/testimports_autogen_timestamp_deps.dir/build.make tests/CMakeFiles/testimports_autogen_timestamp_deps.dir/depend
/usr/bin/gmake  -f tests/CMakeFiles/testupdatecheck_autogen_timestamp_deps.dir/build.make tests/CMakeFiles/testupdatecheck_autogen_timestamp_deps.dir/depend
/usr/bin/gmake  -f tests/CMakeFiles/testicondownloader_autogen_timestamp_deps.dir/build.make tests/CMakeFiles/testicondownloader_autogen_timestamp_deps.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testkeepass1reader_autogen_timestamp_deps.dir/DependInfo.cmake "--color="
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testimports_autogen_timestamp_deps.dir/DependInfo.cmake "--color="
/usr/bin/gmake  -f tests/CMakeFiles/testautotype_autogen_timestamp_deps.dir/build.make tests/CMakeFiles/testautotype_autogen_timestamp_deps.dir/depend
[ 61%] Built target testkeepass2randomstream_autogen_timestamp_deps
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testupdatecheck_autogen_timestamp_deps.dir/DependInfo.cmake "--color="
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testautotype_autogen_timestamp_deps.dir/DependInfo.cmake "--color="
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testicondownloader_autogen_timestamp_deps.dir/DependInfo.cmake "--color="
/usr/bin/gmake  -f tests/CMakeFiles/testopensshkey_autogen_timestamp_deps.dir/build.make tests/CMakeFiles/testopensshkey_autogen_timestamp_deps.dir/depend
[ 61%] Built target testmodified_autogen_timestamp_deps
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testopensshkey_autogen_timestamp_deps.dir/DependInfo.cmake "--color="
/usr/bin/gmake  -f tests/CMakeFiles/testsshagent_autogen_timestamp_deps.dir/build.make tests/CMakeFiles/testsshagent_autogen_timestamp_deps.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testsshagent_autogen_timestamp_deps.dir/DependInfo.cmake "--color="
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testdeletedobjects_autogen_timestamp_deps.dir/build.make tests/CMakeFiles/testdeletedobjects_autogen_timestamp_deps.dir/build
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testimports_autogen_timestamp_deps.dir/build.make tests/CMakeFiles/testimports_autogen_timestamp_deps.dir/build
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Nothing to be done for 'tests/CMakeFiles/testdeletedobjects_autogen_timestamp_deps.dir/build'.
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testupdatecheck_autogen_timestamp_deps.dir/build.make tests/CMakeFiles/testupdatecheck_autogen_timestamp_deps.dir/build
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testkeepass1reader_autogen_timestamp_deps.dir/build.make tests/CMakeFiles/testkeepass1reader_autogen_timestamp_deps.dir/build
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Nothing to be done for 'tests/CMakeFiles/testimports_autogen_timestamp_deps.dir/build'.
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testautotype_autogen_timestamp_deps.dir/build.make tests/CMakeFiles/testautotype_autogen_timestamp_deps.dir/build
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Nothing to be done for 'tests/CMakeFiles/testupdatecheck_autogen_timestamp_deps.dir/build'.
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testicondownloader_autogen_timestamp_deps.dir/build.make tests/CMakeFiles/testicondownloader_autogen_timestamp_deps.dir/build
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Nothing to be done for 'tests/CMakeFiles/testkeepass1reader_autogen_timestamp_deps.dir/build'.
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Nothing to be done for 'tests/CMakeFiles/testautotype_autogen_timestamp_deps.dir/build'.
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Nothing to be done for 'tests/CMakeFiles/testicondownloader_autogen_timestamp_deps.dir/build'.
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testopensshkey_autogen_timestamp_deps.dir/build.make tests/CMakeFiles/testopensshkey_autogen_timestamp_deps.dir/build
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Nothing to be done for 'tests/CMakeFiles/testopensshkey_autogen_timestamp_deps.dir/build'.
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 61%] Built target testdeletedobjects_autogen_timestamp_deps
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testsshagent_autogen_timestamp_deps.dir/build.make tests/CMakeFiles/testsshagent_autogen_timestamp_deps.dir/build
[ 61%] Built target testimports_autogen_timestamp_deps
[ 61%] Built target testupdatecheck_autogen_timestamp_deps
/usr/bin/gmake  -f tests/CMakeFiles/testentry_autogen_timestamp_deps.dir/build.make tests/CMakeFiles/testentry_autogen_timestamp_deps.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Nothing to be done for 'tests/CMakeFiles/testsshagent_autogen_timestamp_deps.dir/build'.
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 61%] Built target testkeepass1reader_autogen_timestamp_deps
[ 61%] Built target testautotype_autogen_timestamp_deps
[ 61%] Built target testicondownloader_autogen_timestamp_deps
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testentry_autogen_timestamp_deps.dir/DependInfo.cmake "--color="
/usr/bin/gmake  -f tests/CMakeFiles/testmerge_autogen_timestamp_deps.dir/build.make tests/CMakeFiles/testmerge_autogen_timestamp_deps.dir/depend
/usr/bin/gmake  -f tests/CMakeFiles/testpasswordgenerator_autogen_timestamp_deps.dir/build.make tests/CMakeFiles/testpasswordgenerator_autogen_timestamp_deps.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testmerge_autogen_timestamp_deps.dir/DependInfo.cmake "--color="
[ 61%] Built target testopensshkey_autogen_timestamp_deps
/usr/bin/gmake  -f tests/CMakeFiles/testpasswordhealth_autogen_timestamp_deps.dir/build.make tests/CMakeFiles/testpasswordhealth_autogen_timestamp_deps.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testpasswordgenerator_autogen_timestamp_deps.dir/DependInfo.cmake "--color="
/usr/bin/gmake  -f tests/CMakeFiles/testpassphrasegenerator_autogen_timestamp_deps.dir/build.make tests/CMakeFiles/testpassphrasegenerator_autogen_timestamp_deps.dir/depend
/usr/bin/gmake  -f tests/CMakeFiles/testhibp_autogen_timestamp_deps.dir/build.make tests/CMakeFiles/testhibp_autogen_timestamp_deps.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testpasswordhealth_autogen_timestamp_deps.dir/DependInfo.cmake "--color="
/usr/bin/gmake  -f tests/CMakeFiles/testtotp_autogen_timestamp_deps.dir/build.make tests/CMakeFiles/testtotp_autogen_timestamp_deps.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testpassphrasegenerator_autogen_timestamp_deps.dir/DependInfo.cmake "--color="
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testhibp_autogen_timestamp_deps.dir/DependInfo.cmake "--color="
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testtotp_autogen_timestamp_deps.dir/DependInfo.cmake "--color="
[ 61%] Built target testsshagent_autogen_timestamp_deps
/usr/bin/gmake  -f tests/CMakeFiles/testbase32_autogen_timestamp_deps.dir/build.make tests/CMakeFiles/testbase32_autogen_timestamp_deps.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testbase32_autogen_timestamp_deps.dir/DependInfo.cmake "--color="
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testentry_autogen_timestamp_deps.dir/build.make tests/CMakeFiles/testentry_autogen_timestamp_deps.dir/build
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testpasswordgenerator_autogen_timestamp_deps.dir/build.make tests/CMakeFiles/testpasswordgenerator_autogen_timestamp_deps.dir/build
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Nothing to be done for 'tests/CMakeFiles/testentry_autogen_timestamp_deps.dir/build'.
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testmerge_autogen_timestamp_deps.dir/build.make tests/CMakeFiles/testmerge_autogen_timestamp_deps.dir/build
/usr/bin/gmake  -f tests/CMakeFiles/testpasswordhealth_autogen_timestamp_deps.dir/build.make tests/CMakeFiles/testpasswordhealth_autogen_timestamp_deps.dir/build
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Nothing to be done for 'tests/CMakeFiles/testpasswordgenerator_autogen_timestamp_deps.dir/build'.
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testtotp_autogen_timestamp_deps.dir/build.make tests/CMakeFiles/testtotp_autogen_timestamp_deps.dir/build
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Nothing to be done for 'tests/CMakeFiles/testmerge_autogen_timestamp_deps.dir/build'.
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testhibp_autogen_timestamp_deps.dir/build.make tests/CMakeFiles/testhibp_autogen_timestamp_deps.dir/build
/usr/bin/gmake  -f tests/CMakeFiles/testpassphrasegenerator_autogen_timestamp_deps.dir/build.make tests/CMakeFiles/testpassphrasegenerator_autogen_timestamp_deps.dir/build
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Nothing to be done for 'tests/CMakeFiles/testpasswordhealth_autogen_timestamp_deps.dir/build'.
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Nothing to be done for 'tests/CMakeFiles/testtotp_autogen_timestamp_deps.dir/build'.
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Nothing to be done for 'tests/CMakeFiles/testhibp_autogen_timestamp_deps.dir/build'.
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Nothing to be done for 'tests/CMakeFiles/testpassphrasegenerator_autogen_timestamp_deps.dir/build'.
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testbase32_autogen_timestamp_deps.dir/build.make tests/CMakeFiles/testbase32_autogen_timestamp_deps.dir/build
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Nothing to be done for 'tests/CMakeFiles/testbase32_autogen_timestamp_deps.dir/build'.
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 61%] Built target testpasswordgenerator_autogen_timestamp_deps
[ 61%] Built target testmerge_autogen_timestamp_deps
[ 61%] Built target testpasswordhealth_autogen_timestamp_deps
[ 61%] Built target testtotp_autogen_timestamp_deps
[ 61%] Built target testentry_autogen_timestamp_deps
[ 61%] Built target testpassphrasegenerator_autogen_timestamp_deps
[ 61%] Built target testhibp_autogen_timestamp_deps
/usr/bin/gmake  -f tests/CMakeFiles/testcsvparser_autogen_timestamp_deps.dir/build.make tests/CMakeFiles/testcsvparser_autogen_timestamp_deps.dir/depend
/usr/bin/gmake  -f tests/CMakeFiles/testrandomgenerator_autogen_timestamp_deps.dir/build.make tests/CMakeFiles/testrandomgenerator_autogen_timestamp_deps.dir/depend
/usr/bin/gmake  -f tests/CMakeFiles/testentrysearcher_autogen_timestamp_deps.dir/build.make tests/CMakeFiles/testentrysearcher_autogen_timestamp_deps.dir/depend
/usr/bin/gmake  -f tests/CMakeFiles/testcsvexporter_autogen_timestamp_deps.dir/build.make tests/CMakeFiles/testcsvexporter_autogen_timestamp_deps.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testcsvparser_autogen_timestamp_deps.dir/DependInfo.cmake "--color="
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testrandomgenerator_autogen_timestamp_deps.dir/DependInfo.cmake "--color="
/usr/bin/gmake  -f tests/CMakeFiles/testdatabase_autogen_timestamp_deps.dir/build.make tests/CMakeFiles/testdatabase_autogen_timestamp_deps.dir/depend
/usr/bin/gmake  -f tests/CMakeFiles/testtools_autogen_timestamp_deps.dir/build.make tests/CMakeFiles/testtools_autogen_timestamp_deps.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testentrysearcher_autogen_timestamp_deps.dir/DependInfo.cmake "--color="
/usr/bin/gmake  -f tests/CMakeFiles/testconfig_autogen_timestamp_deps.dir/build.make tests/CMakeFiles/testconfig_autogen_timestamp_deps.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testcsvexporter_autogen_timestamp_deps.dir/DependInfo.cmake "--color="
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testdatabase_autogen_timestamp_deps.dir/DependInfo.cmake "--color="
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testtools_autogen_timestamp_deps.dir/DependInfo.cmake "--color="
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testconfig_autogen_timestamp_deps.dir/DependInfo.cmake "--color="
[ 61%] Built target testbase32_autogen_timestamp_deps
/usr/bin/gmake  -f tests/CMakeFiles/testfdosecrets_autogen_timestamp_deps.dir/build.make tests/CMakeFiles/testfdosecrets_autogen_timestamp_deps.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testfdosecrets_autogen_timestamp_deps.dir/DependInfo.cmake "--color="
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testcsvparser_autogen_timestamp_deps.dir/build.make tests/CMakeFiles/testcsvparser_autogen_timestamp_deps.dir/build
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testrandomgenerator_autogen_timestamp_deps.dir/build.make tests/CMakeFiles/testrandomgenerator_autogen_timestamp_deps.dir/build
/usr/bin/gmake  -f tests/CMakeFiles/testentrysearcher_autogen_timestamp_deps.dir/build.make tests/CMakeFiles/testentrysearcher_autogen_timestamp_deps.dir/build
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Nothing to be done for 'tests/CMakeFiles/testcsvparser_autogen_timestamp_deps.dir/build'.
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testcsvexporter_autogen_timestamp_deps.dir/build.make tests/CMakeFiles/testcsvexporter_autogen_timestamp_deps.dir/build
/usr/bin/gmake  -f tests/CMakeFiles/testdatabase_autogen_timestamp_deps.dir/build.make tests/CMakeFiles/testdatabase_autogen_timestamp_deps.dir/build
/usr/bin/gmake  -f tests/CMakeFiles/testtools_autogen_timestamp_deps.dir/build.make tests/CMakeFiles/testtools_autogen_timestamp_deps.dir/build
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Nothing to be done for 'tests/CMakeFiles/testrandomgenerator_autogen_timestamp_deps.dir/build'.
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Nothing to be done for 'tests/CMakeFiles/testentrysearcher_autogen_timestamp_deps.dir/build'.
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Nothing to be done for 'tests/CMakeFiles/testcsvexporter_autogen_timestamp_deps.dir/build'.
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Nothing to be done for 'tests/CMakeFiles/testdatabase_autogen_timestamp_deps.dir/build'.
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Nothing to be done for 'tests/CMakeFiles/testtools_autogen_timestamp_deps.dir/build'.
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testconfig_autogen_timestamp_deps.dir/build.make tests/CMakeFiles/testconfig_autogen_timestamp_deps.dir/build
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Nothing to be done for 'tests/CMakeFiles/testconfig_autogen_timestamp_deps.dir/build'.
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testfdosecrets_autogen_timestamp_deps.dir/build.make tests/CMakeFiles/testfdosecrets_autogen_timestamp_deps.dir/build
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Nothing to be done for 'tests/CMakeFiles/testfdosecrets_autogen_timestamp_deps.dir/build'.
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 61%] Built target testcsvparser_autogen_timestamp_deps
[ 61%] Built target testrandomgenerator_autogen_timestamp_deps
[ 61%] Built target testentrysearcher_autogen_timestamp_deps
[ 61%] Built target testdatabase_autogen_timestamp_deps
[ 61%] Built target testtools_autogen_timestamp_deps
[ 61%] Built target testcsvexporter_autogen_timestamp_deps
/usr/bin/gmake  -f tests/CMakeFiles/testbrowser_autogen_timestamp_deps.dir/build.make tests/CMakeFiles/testbrowser_autogen_timestamp_deps.dir/depend
/usr/bin/gmake  -f tests/CMakeFiles/testpasskeys_autogen_timestamp_deps.dir/build.make tests/CMakeFiles/testpasskeys_autogen_timestamp_deps.dir/depend
/usr/bin/gmake  -f tests/CMakeFiles/testurltools_autogen_timestamp_deps.dir/build.make tests/CMakeFiles/testurltools_autogen_timestamp_deps.dir/depend
[ 61%] Built target testconfig_autogen_timestamp_deps
/usr/bin/gmake  -f tests/CMakeFiles/testcli_autogen_timestamp_deps.dir/build.make tests/CMakeFiles/testcli_autogen_timestamp_deps.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testbrowser_autogen_timestamp_deps.dir/DependInfo.cmake "--color="
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testpasskeys_autogen_timestamp_deps.dir/DependInfo.cmake "--color="
/usr/bin/gmake  -f src/CMakeFiles/keepassxc_autogen.dir/build.make src/CMakeFiles/keepassxc_autogen.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testurltools_autogen_timestamp_deps.dir/DependInfo.cmake "--color="
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testcli_autogen_timestamp_deps.dir/DependInfo.cmake "--color="
/usr/bin/gmake  -f src/autotype/xcb/CMakeFiles/keepassxc-autotype-xcb_autogen.dir/build.make src/autotype/xcb/CMakeFiles/keepassxc-autotype-xcb_autogen.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/CMakeFiles/keepassxc_autogen.dir/DependInfo.cmake "--color="
[ 61%] Built target testfdosecrets_autogen_timestamp_deps
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/autotype/xcb /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/autotype/xcb /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/autotype/xcb/CMakeFiles/keepassxc-autotype-xcb_autogen.dir/DependInfo.cmake "--color="
/usr/bin/gmake  -f src/autotype/test/CMakeFiles/keepassxc-autotype-test_autogen.dir/build.make src/autotype/test/CMakeFiles/keepassxc-autotype-test_autogen.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/autotype/test /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/autotype/test /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/autotype/test/CMakeFiles/keepassxc-autotype-test_autogen.dir/DependInfo.cmake "--color="
/usr/bin/gmake  -f src/cli/CMakeFiles/keepassxc-cli_autogen.dir/build.make src/cli/CMakeFiles/keepassxc-cli_autogen.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/cli /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/cli /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/cli/CMakeFiles/keepassxc-cli_autogen.dir/DependInfo.cmake "--color="
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testpasskeys_autogen_timestamp_deps.dir/build.make tests/CMakeFiles/testpasskeys_autogen_timestamp_deps.dir/build
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testbrowser_autogen_timestamp_deps.dir/build.make tests/CMakeFiles/testbrowser_autogen_timestamp_deps.dir/build
/usr/bin/gmake  -f tests/CMakeFiles/testurltools_autogen_timestamp_deps.dir/build.make tests/CMakeFiles/testurltools_autogen_timestamp_deps.dir/build
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Nothing to be done for 'tests/CMakeFiles/testpasskeys_autogen_timestamp_deps.dir/build'.
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Nothing to be done for 'tests/CMakeFiles/testbrowser_autogen_timestamp_deps.dir/build'.
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Nothing to be done for 'tests/CMakeFiles/testurltools_autogen_timestamp_deps.dir/build'.
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f src/autotype/xcb/CMakeFiles/keepassxc-autotype-xcb_autogen.dir/build.make src/autotype/xcb/CMakeFiles/keepassxc-autotype-xcb_autogen.dir/build
/usr/bin/gmake  -f src/CMakeFiles/keepassxc_autogen.dir/build.make src/CMakeFiles/keepassxc_autogen.dir/build
/usr/bin/gmake  -f tests/CMakeFiles/testcli_autogen_timestamp_deps.dir/build.make tests/CMakeFiles/testcli_autogen_timestamp_deps.dir/build
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Nothing to be done for 'tests/CMakeFiles/testcli_autogen_timestamp_deps.dir/build'.
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f src/cli/CMakeFiles/keepassxc-cli_autogen.dir/build.make src/cli/CMakeFiles/keepassxc-cli_autogen.dir/build
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f src/autotype/test/CMakeFiles/keepassxc-autotype-test_autogen.dir/build.make src/autotype/test/CMakeFiles/keepassxc-autotype-test_autogen.dir/build
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 61%] Built target testbrowser_autogen_timestamp_deps
[ 61%] Built target testpasskeys_autogen_timestamp_deps
[ 61%] Built target testurltools_autogen_timestamp_deps
[ 61%] Automatic MOC and UIC for target keepassxc-autotype-xcb
/usr/bin/gmake  -f tests/CMakeFiles/testgroup_autogen.dir/build.make tests/CMakeFiles/testgroup_autogen.dir/depend
/usr/bin/gmake  -f tests/CMakeFiles/testkdbx2_autogen.dir/build.make tests/CMakeFiles/testkdbx2_autogen.dir/depend
/usr/bin/gmake  -f tests/CMakeFiles/testkdbx3_autogen.dir/build.make tests/CMakeFiles/testkdbx3_autogen.dir/depend
[ 61%] Automatic MOC and UIC for target keepassxc
[ 62%] Automatic MOC and UIC for target keepassxc-cli
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testkdbx2_autogen.dir/DependInfo.cmake "--color="
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testkdbx3_autogen.dir/DependInfo.cmake "--color="
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testgroup_autogen.dir/DependInfo.cmake "--color="
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/autotype/xcb && /usr/bin/cmake -E cmake_autogen /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/autotype/xcb/CMakeFiles/keepassxc-autotype-xcb_autogen.dir/AutogenInfo.json Release
[ 62%] Built target testcli_autogen_timestamp_deps
[ 62%] Automatic MOC and UIC for target keepassxc-autotype-test
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/cli && /usr/bin/cmake -E cmake_autogen /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/cli/CMakeFiles/keepassxc-cli_autogen.dir/AutogenInfo.json Release
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/bin/cmake -E cmake_autogen /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/CMakeFiles/keepassxc_autogen.dir/AutogenInfo.json Release
/usr/bin/gmake  -f tests/CMakeFiles/testkdbx4_autogen.dir/build.make tests/CMakeFiles/testkdbx4_autogen.dir/depend
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/autotype/test && /usr/bin/cmake -E cmake_autogen /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/autotype/test/CMakeFiles/keepassxc-autotype-test_autogen.dir/AutogenInfo.json Release
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testkdbx4_autogen.dir/DependInfo.cmake "--color="
AutoGen: Refreshing parse cache because it doesn't exist.
AutoMoc: Generating "BIN:/src/autotype/xcb/keepassxc-autotype-xcb_autogen/moc_predefs.h", because it doesn't exist.
/usr/gcc/14/bin/g++ -std=gnu++20 -w -dM -E /usr/share/cmake-4.0/Modules/CMakeCXXCompilerABI.cpp -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -Dkeepassxc_autotype_xcb_EXPORTS -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include
AutoGen: Refreshing parse cache because it doesn't exist.
AutoGen: Refreshing parse cache because it doesn't exist.
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
AutoMoc: Generating "BIN:/src/keepassxc_autogen/moc_predefs.h", because it doesn't exist.
/usr/gcc/14/bin/g++ -std=gnu++20 -w -dM -E /usr/share/cmake-4.0/Modules/CMakeCXXCompilerABI.cpp -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -Dkeepassxc_EXPORTS -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
AutoMoc: Generating "BIN:/src/cli/keepassxc-cli_autogen/moc_predefs.h", because it doesn't exist.
/usr/gcc/14/bin/g++ -std=gnu++20 -w -dM -E /usr/share/cmake-4.0/Modules/CMakeCXXCompilerABI.cpp -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DUSE_READLINE -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testkdbx2_autogen.dir/build.make tests/CMakeFiles/testkdbx2_autogen.dir/build
/usr/bin/gmake  -f tests/CMakeFiles/testkdbx3_autogen.dir/build.make tests/CMakeFiles/testkdbx3_autogen.dir/build
/usr/bin/gmake  -f tests/CMakeFiles/testgroup_autogen.dir/build.make tests/CMakeFiles/testgroup_autogen.dir/build
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
AutoGen: Refreshing parse cache because it doesn't exist.
AutoMoc: Generating "BIN:/src/autotype/test/keepassxc-autotype-test_autogen/moc_predefs.h", because it doesn't exist.
/usr/gcc/14/bin/g++ -std=gnu++20 -w -dM -E /usr/share/cmake-4.0/Modules/CMakeCXXCompilerABI.cpp -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -Dkeepassxc_autotype_test_EXPORTS -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testkdbx4_autogen.dir/build.make tests/CMakeFiles/testkdbx4_autogen.dir/build
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 62%] Automatic MOC and UIC for target testkdbx2
[ 62%] Automatic MOC and UIC for target testkdbx3
[ 62%] Automatic MOC and UIC for target testgroup
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E cmake_autogen /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testkdbx2_autogen.dir/AutogenInfo.json Release
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E cmake_autogen /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testkdbx3_autogen.dir/AutogenInfo.json Release
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E cmake_autogen /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testgroup_autogen.dir/AutogenInfo.json Release
[ 62%] Automatic MOC and UIC for target testkdbx4
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E cmake_autogen /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testkdbx4_autogen.dir/AutogenInfo.json Release
AutoGen: Parsing "SRC:/src/autotype/xcb/AutoTypeXCB.h"
AutoGen: Parsing "SRC:/src/autotype/xcb/AutoTypeXCB.cpp"
AutoMoc: Generating "BIN:/src/autotype/xcb/keepassxc-autotype-xcb_autogen/EWIEGA46WW/moc_AutoTypeXCB.cpp", because it doesn't exist, from "SRC:/src/autotype/xcb/AutoTypeXCB.h"
/usr/lib/qt/5.15/bin/amd64/moc -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -Dkeepassxc_autotype_xcb_EXPORTS -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/autotype/xcb/keepassxc-autotype-xcb_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/autotype/xcb/keepassxc-autotype-xcb_autogen/EWIEGA46WW/moc_AutoTypeXCB.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/autotype/xcb/AutoTypeXCB.h
AutoGen: Refreshing parse cache because it doesn't exist.
AutoGen: Refreshing parse cache because it doesn't exist.
AutoMoc: Generating "BIN:/tests/testkdbx3_autogen/moc_predefs.h", because it doesn't exist.
/usr/gcc/14/bin/g++ -std=gnu++20 -w -dM -E /usr/share/cmake-4.0/Modules/CMakeCXXCompilerABI.cpp -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB "-DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\"" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtTest -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include
AutoMoc: Generating "BIN:/tests/testkdbx2_autogen/moc_predefs.h", because it doesn't exist.
/usr/gcc/14/bin/g++ -std=gnu++20 -w -dM -E /usr/share/cmake-4.0/Modules/CMakeCXXCompilerABI.cpp -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB "-DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\"" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/lib/qt/5.15/include/QtTest -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include
AutoGen: Refreshing parse cache because it doesn't exist.
AutoGen: Parsing "SRC:/src/main.cpp"
AutoMoc: Generating MOC compilation "BIN:/src/keepassxc_autogen/mocs_compilation.cpp"
AutoMoc: Merging MOC dependencies into "BIN:/src/keepassxc_autogen/deps"
AutoMoc: Generating "BIN:/tests/testgroup_autogen/moc_predefs.h", because it doesn't exist.
/usr/gcc/14/bin/g++ -std=gnu++20 -w -dM -E /usr/share/cmake-4.0/Modules/CMakeCXXCompilerABI.cpp -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB "-DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\"" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtTest -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include
AutoGen: Writing the parse cache file "BIN:/src/CMakeFiles/keepassxc_autogen.dir/ParseCache.txt"
AutoGen: Writing the settings file "BIN:/src/CMakeFiles/keepassxc_autogen.dir/AutogenUsed.txt"
AutoGen: Refreshing parse cache because it doesn't exist.
AutoMoc: Generating "BIN:/tests/testkdbx4_autogen/moc_predefs.h", because it doesn't exist.
/usr/gcc/14/bin/g++ -std=gnu++20 -w -dM -E /usr/share/cmake-4.0/Modules/CMakeCXXCompilerABI.cpp -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB "-DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\"" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtTest -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include
AutoGen: Parsing "SRC:/src/cli/keepassxc-cli.cpp"
AutoMoc: Generating MOC compilation "BIN:/src/cli/keepassxc-cli_autogen/mocs_compilation.cpp"
AutoMoc: Merging MOC dependencies into "BIN:/src/cli/keepassxc-cli_autogen/deps"
AutoGen: Parsing "SRC:/src/autotype/test/AutoTypeTest.h"
AutoGen: Parsing "SRC:/src/autotype/test/AutoTypeTest.cpp"
AutoGen: Writing the parse cache file "BIN:/src/cli/CMakeFiles/keepassxc-cli_autogen.dir/ParseCache.txt"
AutoMoc: Generating "BIN:/src/autotype/test/keepassxc-autotype-test_autogen/EWIEGA46WW/moc_AutoTypeTest.cpp", because it doesn't exist, from "SRC:/src/autotype/test/AutoTypeTest.h"
/usr/lib/qt/5.15/bin/amd64/moc -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -Dkeepassxc_autotype_test_EXPORTS -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/autotype/test/keepassxc-autotype-test_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/autotype/test/keepassxc-autotype-test_autogen/EWIEGA46WW/moc_AutoTypeTest.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/autotype/test/AutoTypeTest.h
AutoGen: Writing the settings file "BIN:/src/cli/CMakeFiles/keepassxc-cli_autogen.dir/AutogenUsed.txt"
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/bin/cmake -E touch /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassxc_autogen/timestamp
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/cli && /usr/bin/cmake -E touch /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/cli/keepassxc-cli_autogen/timestamp
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
AutoGen: Parsing "SRC:/tests/TestKdbx2.h"
AutoGen: Parsing "SRC:/tests/TestKdbx2.cpp"
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
AutoMoc: Generating "BIN:/tests/testkdbx2_autogen/EWIEGA46WW/moc_TestKdbx2.cpp", because it doesn't exist, from "SRC:/tests/TestKdbx2.h"
/usr/lib/qt/5.15/bin/amd64/moc -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB "-DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\"" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/lib/qt/5.15/include/QtTest -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testkdbx2_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testkdbx2_autogen/EWIEGA46WW/moc_TestKdbx2.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests/TestKdbx2.h
AutoGen: Parsing "SRC:/tests/FailDevice.h"
AutoGen: Parsing "SRC:/tests/TestKdbx3.h"
AutoGen: Parsing "SRC:/tests/TestKeePass2Format.h"
AutoGen: Parsing "SRC:/tests/mock/MockChallengeResponseKey.h"
AutoGen: Parsing "SRC:/tests/FailDevice.cpp"
AutoGen: Parsing "SRC:/tests/TestKdbx3.cpp"
AutoGen: Parsing "SRC:/tests/TestKeePass2Format.cpp"
AutoGen: Parsing "SRC:/tests/mock/MockChallengeResponseKey.cpp"
AutoGen: Parsing "SRC:/tests/TestGroup.h"
AutoGen: Parsing "SRC:/tests/TestGroup.cpp"
AutoMoc: Generating "BIN:/tests/testkdbx3_autogen/EWIEGA46WW/moc_TestKdbx3.cpp", because it doesn't exist, from "SRC:/tests/TestKdbx3.h"
/usr/lib/qt/5.15/bin/amd64/moc -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB "-DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\"" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtTest -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testkdbx3_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testkdbx3_autogen/EWIEGA46WW/moc_TestKdbx3.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests/TestKdbx3.h
AutoMoc: Generating "BIN:/tests/testkdbx3_autogen/EWIEGA46WW/moc_FailDevice.cpp", because it doesn't exist, from "SRC:/tests/FailDevice.h"
/usr/lib/qt/5.15/bin/amd64/moc -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB "-DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\"" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtTest -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testkdbx3_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testkdbx3_autogen/EWIEGA46WW/moc_FailDevice.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests/FailDevice.h
AutoMoc: Generating "BIN:/tests/testkdbx3_autogen/EWIEGA46WW/moc_TestKeePass2Format.cpp", because it doesn't exist, from "SRC:/tests/TestKeePass2Format.h"
/usr/lib/qt/5.15/bin/amd64/moc -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB "-DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\"" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtTest -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testkdbx3_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testkdbx3_autogen/EWIEGA46WW/moc_TestKeePass2Format.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests/TestKeePass2Format.h
AutoGen: Parsing "SRC:/tests/FailDevice.h"
AutoGen: Parsing "SRC:/tests/TestKdbx4.h"
AutoGen: Parsing "SRC:/tests/TestKeePass2Format.h"
AutoGen: Parsing "SRC:/tests/FailDevice.cpp"
AutoGen: Parsing "SRC:/tests/TestKdbx4.cpp"
AutoGen: Parsing "SRC:/tests/TestKeePass2Format.cpp"
AutoGen: Parsing "SRC:/tests/mock/MockChallengeResponseKey.cpp"
AutoGen: Parsing "SRC:/tests/mock/MockChallengeResponseKey.h"
AutoMoc: Generating "BIN:/tests/testgroup_autogen/EWIEGA46WW/moc_TestGroup.cpp", because it doesn't exist, from "SRC:/tests/TestGroup.h"
/usr/lib/qt/5.15/bin/amd64/moc -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB "-DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\"" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtTest -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testgroup_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testgroup_autogen/EWIEGA46WW/moc_TestGroup.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests/TestGroup.h
AutoMoc: Generating "BIN:/tests/testkdbx4_autogen/EWIEGA46WW/moc_FailDevice.cpp", because it doesn't exist, from "SRC:/tests/FailDevice.h"
/usr/lib/qt/5.15/bin/amd64/moc -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB "-DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\"" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtTest -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testkdbx4_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testkdbx4_autogen/EWIEGA46WW/moc_FailDevice.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests/FailDevice.h
AutoMoc: Generating "BIN:/tests/testkdbx4_autogen/EWIEGA46WW/moc_TestKdbx4.cpp", because it doesn't exist, from "SRC:/tests/TestKdbx4.h"
/usr/lib/qt/5.15/bin/amd64/moc -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB "-DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\"" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtTest -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testkdbx4_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testkdbx4_autogen/EWIEGA46WW/moc_TestKdbx4.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests/TestKdbx4.h
AutoMoc: Generating "BIN:/tests/testkdbx4_autogen/EWIEGA46WW/moc_TestKeePass2Format.cpp", because it doesn't exist, from "SRC:/tests/TestKeePass2Format.h"
/usr/lib/qt/5.15/bin/amd64/moc -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB "-DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\"" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtTest -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testkdbx4_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testkdbx4_autogen/EWIEGA46WW/moc_TestKeePass2Format.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests/TestKeePass2Format.h
[ 62%] Built target keepassxc_autogen
[ 62%] Built target keepassxc-cli_autogen
/usr/bin/gmake  -f tests/CMakeFiles/testkeys_autogen.dir/build.make tests/CMakeFiles/testkeys_autogen.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testkeys_autogen.dir/DependInfo.cmake "--color="
/usr/bin/gmake  -f tests/CMakeFiles/testgroupmodel_autogen.dir/build.make tests/CMakeFiles/testgroupmodel_autogen.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testgroupmodel_autogen.dir/DependInfo.cmake "--color="
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testkeys_autogen.dir/build.make tests/CMakeFiles/testkeys_autogen.dir/build
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testgroupmodel_autogen.dir/build.make tests/CMakeFiles/testgroupmodel_autogen.dir/build
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 63%] Automatic MOC and UIC for target testkeys
[ 63%] Automatic MOC and UIC for target testgroupmodel
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E cmake_autogen /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testkeys_autogen.dir/AutogenInfo.json Release
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E cmake_autogen /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testgroupmodel_autogen.dir/AutogenInfo.json Release
AutoGen: Refreshing parse cache because it doesn't exist.
AutoMoc: Generating "BIN:/tests/testkeys_autogen/moc_predefs.h", because it doesn't exist.
/usr/gcc/14/bin/g++ -std=gnu++20 -w -dM -E /usr/share/cmake-4.0/Modules/CMakeCXXCompilerABI.cpp -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB "-DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\"" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/lib/qt/5.15/include/QtTest -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include
AutoGen: Refreshing parse cache because it doesn't exist.
AutoMoc: Generating "BIN:/tests/testgroupmodel_autogen/moc_predefs.h", because it doesn't exist.
/usr/gcc/14/bin/g++ -std=gnu++20 -w -dM -E /usr/share/cmake-4.0/Modules/CMakeCXXCompilerABI.cpp -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB "-DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\"" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtTest -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include
AutoGen: Parsing "SRC:/tests/TestGroupModel.h"
AutoGen: Parsing "SRC:/tests/TestGroupModel.cpp"
AutoMoc: Generating "BIN:/tests/testgroupmodel_autogen/EWIEGA46WW/moc_TestGroupModel.cpp", because it doesn't exist, from "SRC:/tests/TestGroupModel.h"
/usr/lib/qt/5.15/bin/amd64/moc -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB "-DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\"" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtTest -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testgroupmodel_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testgroupmodel_autogen/EWIEGA46WW/moc_TestGroupModel.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests/TestGroupModel.h
AutoGen: Parsing "SRC:/tests/TestKeys.h"
AutoGen: Parsing "SRC:/tests/mock/MockChallengeResponseKey.h"
AutoGen: Parsing "SRC:/tests/TestKeys.cpp"
AutoGen: Parsing "SRC:/tests/mock/MockChallengeResponseKey.cpp"
AutoMoc: Generating "BIN:/tests/testkeys_autogen/EWIEGA46WW/moc_TestKeys.cpp", because it doesn't exist, from "SRC:/tests/TestKeys.h"
/usr/lib/qt/5.15/bin/amd64/moc -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB "-DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\"" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/lib/qt/5.15/include/QtTest -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testkeys_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testkeys_autogen/EWIEGA46WW/moc_TestKeys.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests/TestKeys.h
AutoMoc: Reading dependencies from "BIN:/tests/testkdbx2_autogen/EWIEGA46WW/moc_TestKdbx2.cpp.d"
AutoMoc: Generating MOC compilation "BIN:/tests/testkdbx2_autogen/mocs_compilation.cpp"
AutoMoc: Merging MOC dependencies into "BIN:/tests/testkdbx2_autogen/deps"
AutoGen: Writing the parse cache file "BIN:/tests/CMakeFiles/testkdbx2_autogen.dir/ParseCache.txt"
AutoGen: Writing the settings file "BIN:/tests/CMakeFiles/testkdbx2_autogen.dir/AutogenUsed.txt"
AutoMoc: Reading dependencies from "BIN:/src/autotype/xcb/keepassxc-autotype-xcb_autogen/EWIEGA46WW/moc_AutoTypeXCB.cpp.d"
AutoMoc: Generating MOC compilation "BIN:/src/autotype/xcb/keepassxc-autotype-xcb_autogen/mocs_compilation.cpp"
AutoMoc: Merging MOC dependencies into "BIN:/src/autotype/xcb/keepassxc-autotype-xcb_autogen/deps"
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E touch /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testkdbx2_autogen/timestamp
AutoGen: Writing the parse cache file "BIN:/src/autotype/xcb/CMakeFiles/keepassxc-autotype-xcb_autogen.dir/ParseCache.txt"
AutoGen: Writing the settings file "BIN:/src/autotype/xcb/CMakeFiles/keepassxc-autotype-xcb_autogen.dir/AutogenUsed.txt"
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/autotype/xcb && /usr/bin/cmake -E touch /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/autotype/xcb/keepassxc-autotype-xcb_autogen/timestamp
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
AutoMoc: Reading dependencies from "BIN:/tests/testkdbx3_autogen/EWIEGA46WW/moc_TestKeePass2Format.cpp.d"
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 63%] Built target testkdbx2_autogen
AutoMoc: Reading dependencies from "BIN:/src/autotype/test/keepassxc-autotype-test_autogen/EWIEGA46WW/moc_AutoTypeTest.cpp.d"
AutoMoc: Generating MOC compilation "BIN:/src/autotype/test/keepassxc-autotype-test_autogen/mocs_compilation.cpp"
AutoMoc: Merging MOC dependencies into "BIN:/src/autotype/test/keepassxc-autotype-test_autogen/deps"
/usr/bin/gmake  -f tests/CMakeFiles/testentrymodel_autogen.dir/build.make tests/CMakeFiles/testentrymodel_autogen.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testentrymodel_autogen.dir/DependInfo.cmake "--color="
AutoGen: Writing the parse cache file "BIN:/src/autotype/test/CMakeFiles/keepassxc-autotype-test_autogen.dir/ParseCache.txt"
AutoGen: Writing the settings file "BIN:/src/autotype/test/CMakeFiles/keepassxc-autotype-test_autogen.dir/AutogenUsed.txt"
[ 63%] Built target keepassxc-autotype-xcb_autogen
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/autotype/test && /usr/bin/cmake -E touch /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/autotype/test/keepassxc-autotype-test_autogen/timestamp
AutoMoc: Reading dependencies from "BIN:/tests/testkdbx3_autogen/EWIEGA46WW/moc_FailDevice.cpp.d"
/usr/bin/gmake  -f tests/CMakeFiles/testcryptohash_autogen.dir/build.make tests/CMakeFiles/testcryptohash_autogen.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testcryptohash_autogen.dir/DependInfo.cmake "--color="
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testentrymodel_autogen.dir/build.make tests/CMakeFiles/testentrymodel_autogen.dir/build
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testcryptohash_autogen.dir/build.make tests/CMakeFiles/testcryptohash_autogen.dir/build
[ 63%] Automatic MOC and UIC for target testentrymodel
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E cmake_autogen /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testentrymodel_autogen.dir/AutogenInfo.json Release
[ 63%] Built target keepassxc-autotype-test_autogen
AutoMoc: Reading dependencies from "BIN:/tests/testkdbx4_autogen/EWIEGA46WW/moc_TestKdbx4.cpp.d"
/usr/bin/gmake  -f tests/CMakeFiles/testsymmetriccipher_autogen.dir/build.make tests/CMakeFiles/testsymmetriccipher_autogen.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testsymmetriccipher_autogen.dir/DependInfo.cmake "--color="
[ 63%] Automatic MOC and UIC for target testcryptohash
AutoGen: Refreshing parse cache because it doesn't exist.
AutoMoc: Generating "BIN:/tests/testentrymodel_autogen/moc_predefs.h", because it doesn't exist.
/usr/gcc/14/bin/g++ -std=gnu++20 -w -dM -E /usr/share/cmake-4.0/Modules/CMakeCXXCompilerABI.cpp -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB "-DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\"" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtTest -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E cmake_autogen /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testcryptohash_autogen.dir/AutogenInfo.json Release
AutoMoc: Reading dependencies from "BIN:/tests/testkdbx4_autogen/EWIEGA46WW/moc_FailDevice.cpp.d"
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testsymmetriccipher_autogen.dir/build.make tests/CMakeFiles/testsymmetriccipher_autogen.dir/build
AutoGen: Refreshing parse cache because it doesn't exist.
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
AutoMoc: Generating "BIN:/tests/testcryptohash_autogen/moc_predefs.h", because it doesn't exist.
/usr/gcc/14/bin/g++ -std=gnu++20 -w -dM -E /usr/share/cmake-4.0/Modules/CMakeCXXCompilerABI.cpp -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB "-DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\"" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/lib/qt/5.15/include/QtTest -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include
[ 63%] Automatic MOC and UIC for target testsymmetriccipher
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E cmake_autogen /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testsymmetriccipher_autogen.dir/AutogenInfo.json Release
AutoGen: Parsing "SRC:/tests/TestEntryModel.h"
AutoGen: Parsing "SRC:/tests/TestEntryModel.cpp"
AutoMoc: Generating "BIN:/tests/testentrymodel_autogen/EWIEGA46WW/moc_TestEntryModel.cpp", because it doesn't exist, from "SRC:/tests/TestEntryModel.h"
/usr/lib/qt/5.15/bin/amd64/moc -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB "-DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\"" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtTest -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testentrymodel_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testentrymodel_autogen/EWIEGA46WW/moc_TestEntryModel.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests/TestEntryModel.h
AutoMoc: Reading dependencies from "BIN:/tests/testkdbx3_autogen/EWIEGA46WW/moc_TestKdbx3.cpp.d"
AutoMoc: Generating MOC compilation "BIN:/tests/testkdbx3_autogen/mocs_compilation.cpp"
AutoMoc: Merging MOC dependencies into "BIN:/tests/testkdbx3_autogen/deps"
AutoGen: Refreshing parse cache because it doesn't exist.
AutoGen: Writing the parse cache file "BIN:/tests/CMakeFiles/testkdbx3_autogen.dir/ParseCache.txt"
AutoMoc: Generating "BIN:/tests/testsymmetriccipher_autogen/moc_predefs.h", because it doesn't exist.
/usr/gcc/14/bin/g++ -std=gnu++20 -w -dM -E /usr/share/cmake-4.0/Modules/CMakeCXXCompilerABI.cpp -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB "-DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\"" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/lib/qt/5.15/include/QtTest -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include
AutoGen: Parsing "SRC:/tests/TestCryptoHash.h"
AutoGen: Parsing "SRC:/tests/TestCryptoHash.cpp"
AutoGen: Writing the settings file "BIN:/tests/CMakeFiles/testkdbx3_autogen.dir/AutogenUsed.txt"
AutoMoc: Generating "BIN:/tests/testcryptohash_autogen/EWIEGA46WW/moc_TestCryptoHash.cpp", because it doesn't exist, from "SRC:/tests/TestCryptoHash.h"
/usr/lib/qt/5.15/bin/amd64/moc -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB "-DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\"" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/lib/qt/5.15/include/QtTest -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testcryptohash_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testcryptohash_autogen/EWIEGA46WW/moc_TestCryptoHash.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests/TestCryptoHash.h
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E touch /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testkdbx3_autogen/timestamp
AutoMoc: Reading dependencies from "BIN:/tests/testkdbx4_autogen/EWIEGA46WW/moc_TestKeePass2Format.cpp.d"
AutoMoc: Generating MOC compilation "BIN:/tests/testkdbx4_autogen/mocs_compilation.cpp"
AutoMoc: Merging MOC dependencies into "BIN:/tests/testkdbx4_autogen/deps"
AutoGen: Writing the parse cache file "BIN:/tests/CMakeFiles/testkdbx4_autogen.dir/ParseCache.txt"
AutoGen: Writing the settings file "BIN:/tests/CMakeFiles/testkdbx4_autogen.dir/AutogenUsed.txt"
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E touch /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testkdbx4_autogen/timestamp
AutoMoc: Reading dependencies from "BIN:/tests/testkeys_autogen/EWIEGA46WW/moc_TestKeys.cpp.d"
AutoMoc: Generating MOC compilation "BIN:/tests/testkeys_autogen/mocs_compilation.cpp"
AutoMoc: Merging MOC dependencies into "BIN:/tests/testkeys_autogen/deps"
AutoGen: Writing the parse cache file "BIN:/tests/CMakeFiles/testkeys_autogen.dir/ParseCache.txt"
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
AutoGen: Writing the settings file "BIN:/tests/CMakeFiles/testkeys_autogen.dir/AutogenUsed.txt"
AutoGen: Parsing "SRC:/tests/TestSymmetricCipher.h"
AutoGen: Parsing "SRC:/tests/TestSymmetricCipher.cpp"
AutoMoc: Generating "BIN:/tests/testsymmetriccipher_autogen/EWIEGA46WW/moc_TestSymmetricCipher.cpp", because it doesn't exist, from "SRC:/tests/TestSymmetricCipher.h"
/usr/lib/qt/5.15/bin/amd64/moc -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB "-DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\"" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/lib/qt/5.15/include/QtTest -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testsymmetriccipher_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testsymmetriccipher_autogen/EWIEGA46WW/moc_TestSymmetricCipher.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests/TestSymmetricCipher.h
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E touch /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testkeys_autogen/timestamp
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 63%] Built target testkdbx3_autogen
/usr/bin/gmake  -f tests/CMakeFiles/testhashedblockstream_autogen.dir/build.make tests/CMakeFiles/testhashedblockstream_autogen.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testhashedblockstream_autogen.dir/DependInfo.cmake "--color="
[ 63%] Built target testkdbx4_autogen
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testkeepass2randomstream_autogen.dir/build.make tests/CMakeFiles/testkeepass2randomstream_autogen.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testkeepass2randomstream_autogen.dir/DependInfo.cmake "--color="
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 63%] Built target testkeys_autogen
/usr/bin/gmake  -f tests/CMakeFiles/testhashedblockstream_autogen.dir/build.make tests/CMakeFiles/testhashedblockstream_autogen.dir/build
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testmodified_autogen.dir/build.make tests/CMakeFiles/testmodified_autogen.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testmodified_autogen.dir/DependInfo.cmake "--color="
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testkeepass2randomstream_autogen.dir/build.make tests/CMakeFiles/testkeepass2randomstream_autogen.dir/build
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 63%] Automatic MOC and UIC for target testhashedblockstream
AutoMoc: Reading dependencies from "BIN:/tests/testgroup_autogen/EWIEGA46WW/moc_TestGroup.cpp.d"
AutoMoc: Generating MOC compilation "BIN:/tests/testgroup_autogen/mocs_compilation.cpp"
AutoMoc: Merging MOC dependencies into "BIN:/tests/testgroup_autogen/deps"
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E cmake_autogen /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testhashedblockstream_autogen.dir/AutogenInfo.json Release
AutoGen: Writing the parse cache file "BIN:/tests/CMakeFiles/testgroup_autogen.dir/ParseCache.txt"
AutoGen: Writing the settings file "BIN:/tests/CMakeFiles/testgroup_autogen.dir/AutogenUsed.txt"
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testmodified_autogen.dir/build.make tests/CMakeFiles/testmodified_autogen.dir/build
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E touch /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testgroup_autogen/timestamp
[ 64%] Automatic MOC and UIC for target testkeepass2randomstream
AutoGen: Refreshing parse cache because it doesn't exist.
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E cmake_autogen /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testkeepass2randomstream_autogen.dir/AutogenInfo.json Release
AutoMoc: Generating "BIN:/tests/testhashedblockstream_autogen/moc_predefs.h", because it doesn't exist.
/usr/gcc/14/bin/g++ -std=gnu++20 -w -dM -E /usr/share/cmake-4.0/Modules/CMakeCXXCompilerABI.cpp -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB "-DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\"" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtTest -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include
AutoMoc: Reading dependencies from "BIN:/tests/testgroupmodel_autogen/EWIEGA46WW/moc_TestGroupModel.cpp.d"
AutoMoc: Generating MOC compilation "BIN:/tests/testgroupmodel_autogen/mocs_compilation.cpp"
AutoMoc: Merging MOC dependencies into "BIN:/tests/testgroupmodel_autogen/deps"
AutoGen: Writing the parse cache file "BIN:/tests/CMakeFiles/testgroupmodel_autogen.dir/ParseCache.txt"
AutoGen: Writing the settings file "BIN:/tests/CMakeFiles/testgroupmodel_autogen.dir/AutogenUsed.txt"
[ 64%] Automatic MOC and UIC for target testmodified
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E touch /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testgroupmodel_autogen/timestamp
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E cmake_autogen /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testmodified_autogen.dir/AutogenInfo.json Release
AutoGen: Refreshing parse cache because it doesn't exist.
AutoMoc: Generating "BIN:/tests/testkeepass2randomstream_autogen/moc_predefs.h", because it doesn't exist.
/usr/gcc/14/bin/g++ -std=gnu++20 -w -dM -E /usr/share/cmake-4.0/Modules/CMakeCXXCompilerABI.cpp -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB "-DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\"" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/lib/qt/5.15/include/QtTest -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include
AutoGen: Refreshing parse cache because it doesn't exist.
[ 64%] Built target testgroup_autogen
AutoMoc: Generating "BIN:/tests/testmodified_autogen/moc_predefs.h", because it doesn't exist.
/usr/gcc/14/bin/g++ -std=gnu++20 -w -dM -E /usr/share/cmake-4.0/Modules/CMakeCXXCompilerABI.cpp -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB "-DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\"" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtTest -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testdeletedobjects_autogen.dir/build.make tests/CMakeFiles/testdeletedobjects_autogen.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testdeletedobjects_autogen.dir/DependInfo.cmake "--color="
AutoGen: Parsing "SRC:/tests/TestHashedBlockStream.h"
AutoGen: Parsing "SRC:/tests/TestHashedBlockStream.cpp"
AutoMoc: Generating "BIN:/tests/testhashedblockstream_autogen/EWIEGA46WW/moc_TestHashedBlockStream.cpp", because it doesn't exist, from "SRC:/tests/TestHashedBlockStream.h"
/usr/lib/qt/5.15/bin/amd64/moc -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB "-DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\"" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtTest -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testhashedblockstream_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testhashedblockstream_autogen/EWIEGA46WW/moc_TestHashedBlockStream.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests/TestHashedBlockStream.h
[ 64%] Built target testgroupmodel_autogen
/usr/bin/gmake  -f tests/CMakeFiles/testkeepass1reader_autogen.dir/build.make tests/CMakeFiles/testkeepass1reader_autogen.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testkeepass1reader_autogen.dir/DependInfo.cmake "--color="
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testdeletedobjects_autogen.dir/build.make tests/CMakeFiles/testdeletedobjects_autogen.dir/build
AutoGen: Parsing "SRC:/tests/TestKeePass2RandomStream.h"
AutoGen: Parsing "SRC:/tests/TestKeePass2RandomStream.cpp"
AutoMoc: Generating "BIN:/tests/testkeepass2randomstream_autogen/EWIEGA46WW/moc_TestKeePass2RandomStream.cpp", because it doesn't exist, from "SRC:/tests/TestKeePass2RandomStream.h"
/usr/lib/qt/5.15/bin/amd64/moc -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB "-DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\"" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/lib/qt/5.15/include/QtTest -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testkeepass2randomstream_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testkeepass2randomstream_autogen/EWIEGA46WW/moc_TestKeePass2RandomStream.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests/TestKeePass2RandomStream.h
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
AutoGen: Parsing "SRC:/tests/TestModified.h"
AutoGen: Parsing "SRC:/tests/TestModified.cpp"
AutoMoc: Generating "BIN:/tests/testmodified_autogen/EWIEGA46WW/moc_TestModified.cpp", because it doesn't exist, from "SRC:/tests/TestModified.h"
/usr/lib/qt/5.15/bin/amd64/moc -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB "-DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\"" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtTest -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testmodified_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testmodified_autogen/EWIEGA46WW/moc_TestModified.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests/TestModified.h
[ 64%] Automatic MOC and UIC for target testdeletedobjects
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testkeepass1reader_autogen.dir/build.make tests/CMakeFiles/testkeepass1reader_autogen.dir/build
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E cmake_autogen /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testdeletedobjects_autogen.dir/AutogenInfo.json Release
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 64%] Automatic MOC and UIC for target testkeepass1reader
AutoGen: Refreshing parse cache because it doesn't exist.
AutoMoc: Generating "BIN:/tests/testdeletedobjects_autogen/moc_predefs.h", because it doesn't exist.
/usr/gcc/14/bin/g++ -std=gnu++20 -w -dM -E /usr/share/cmake-4.0/Modules/CMakeCXXCompilerABI.cpp -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB "-DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\"" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/lib/qt/5.15/include/QtTest -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E cmake_autogen /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testkeepass1reader_autogen.dir/AutogenInfo.json Release
AutoGen: Refreshing parse cache because it doesn't exist.
AutoMoc: Generating "BIN:/tests/testkeepass1reader_autogen/moc_predefs.h", because it doesn't exist.
/usr/gcc/14/bin/g++ -std=gnu++20 -w -dM -E /usr/share/cmake-4.0/Modules/CMakeCXXCompilerABI.cpp -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB "-DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\"" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/lib/qt/5.15/include/QtTest -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include
AutoGen: Parsing "SRC:/tests/TestDeletedObjects.h"
AutoGen: Parsing "SRC:/tests/TestDeletedObjects.cpp"
AutoMoc: Generating "BIN:/tests/testdeletedobjects_autogen/EWIEGA46WW/moc_TestDeletedObjects.cpp", because it doesn't exist, from "SRC:/tests/TestDeletedObjects.h"
/usr/lib/qt/5.15/bin/amd64/moc -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB "-DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\"" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/lib/qt/5.15/include/QtTest -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testdeletedobjects_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testdeletedobjects_autogen/EWIEGA46WW/moc_TestDeletedObjects.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests/TestDeletedObjects.h
AutoGen: Parsing "SRC:/tests/TestKeePass1Reader.h"
AutoGen: Parsing "SRC:/tests/TestKeePass1Reader.cpp"
AutoMoc: Generating "BIN:/tests/testkeepass1reader_autogen/EWIEGA46WW/moc_TestKeePass1Reader.cpp", because it doesn't exist, from "SRC:/tests/TestKeePass1Reader.h"
/usr/lib/qt/5.15/bin/amd64/moc -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB "-DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\"" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/lib/qt/5.15/include/QtTest -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testkeepass1reader_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testkeepass1reader_autogen/EWIEGA46WW/moc_TestKeePass1Reader.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests/TestKeePass1Reader.h
AutoMoc: Reading dependencies from "BIN:/tests/testentrymodel_autogen/EWIEGA46WW/moc_TestEntryModel.cpp.d"
AutoMoc: Reading dependencies from "BIN:/tests/testcryptohash_autogen/EWIEGA46WW/moc_TestCryptoHash.cpp.d"
AutoMoc: Generating MOC compilation "BIN:/tests/testentrymodel_autogen/mocs_compilation.cpp"
AutoMoc: Merging MOC dependencies into "BIN:/tests/testentrymodel_autogen/deps"
AutoMoc: Generating MOC compilation "BIN:/tests/testcryptohash_autogen/mocs_compilation.cpp"
AutoMoc: Merging MOC dependencies into "BIN:/tests/testcryptohash_autogen/deps"
AutoGen: Writing the parse cache file "BIN:/tests/CMakeFiles/testcryptohash_autogen.dir/ParseCache.txt"
AutoGen: Writing the parse cache file "BIN:/tests/CMakeFiles/testentrymodel_autogen.dir/ParseCache.txt"
AutoGen: Writing the settings file "BIN:/tests/CMakeFiles/testcryptohash_autogen.dir/AutogenUsed.txt"
AutoGen: Writing the settings file "BIN:/tests/CMakeFiles/testentrymodel_autogen.dir/AutogenUsed.txt"
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E touch /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testcryptohash_autogen/timestamp
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E touch /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testentrymodel_autogen/timestamp
AutoMoc: Reading dependencies from "BIN:/tests/testsymmetriccipher_autogen/EWIEGA46WW/moc_TestSymmetricCipher.cpp.d"
AutoMoc: Generating MOC compilation "BIN:/tests/testsymmetriccipher_autogen/mocs_compilation.cpp"
AutoMoc: Merging MOC dependencies into "BIN:/tests/testsymmetriccipher_autogen/deps"
AutoGen: Writing the parse cache file "BIN:/tests/CMakeFiles/testsymmetriccipher_autogen.dir/ParseCache.txt"
AutoGen: Writing the settings file "BIN:/tests/CMakeFiles/testsymmetriccipher_autogen.dir/AutogenUsed.txt"
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E touch /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testsymmetriccipher_autogen/timestamp
[ 64%] Built target testcryptohash_autogen
/usr/bin/gmake  -f tests/CMakeFiles/testimports_autogen.dir/build.make tests/CMakeFiles/testimports_autogen.dir/depend
[ 64%] Built target testentrymodel_autogen
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testimports_autogen.dir/DependInfo.cmake "--color="
/usr/bin/gmake  -f tests/CMakeFiles/testupdatecheck_autogen.dir/build.make tests/CMakeFiles/testupdatecheck_autogen.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testupdatecheck_autogen.dir/DependInfo.cmake "--color="
[ 64%] Built target testsymmetriccipher_autogen
/usr/bin/gmake  -f tests/CMakeFiles/testicondownloader_autogen.dir/build.make tests/CMakeFiles/testicondownloader_autogen.dir/depend
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testicondownloader_autogen.dir/DependInfo.cmake "--color="
/usr/bin/gmake  -f tests/CMakeFiles/testimports_autogen.dir/build.make tests/CMakeFiles/testimports_autogen.dir/build
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testupdatecheck_autogen.dir/build.make tests/CMakeFiles/testupdatecheck_autogen.dir/build
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 65%] Automatic MOC and UIC for target testimports
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 65%] Automatic MOC and UIC for target testupdatecheck
/usr/bin/gmake  -f tests/CMakeFiles/testicondownloader_autogen.dir/build.make tests/CMakeFiles/testicondownloader_autogen.dir/build
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E cmake_autogen /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testimports_autogen.dir/AutogenInfo.json Release
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E cmake_autogen /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testupdatecheck_autogen.dir/AutogenInfo.json Release
[ 65%] Automatic MOC and UIC for target testicondownloader
AutoGen: Refreshing parse cache because it doesn't exist.
AutoGen: Refreshing parse cache because it doesn't exist.
AutoMoc: Generating "BIN:/tests/testimports_autogen/moc_predefs.h", because it doesn't exist.
/usr/gcc/14/bin/g++ -std=gnu++20 -w -dM -E /usr/share/cmake-4.0/Modules/CMakeCXXCompilerABI.cpp -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB "-DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\"" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/lib/qt/5.15/include/QtTest -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include
AutoMoc: Generating "BIN:/tests/testupdatecheck_autogen/moc_predefs.h", because it doesn't exist.
/usr/gcc/14/bin/g++ -std=gnu++20 -w -dM -E /usr/share/cmake-4.0/Modules/CMakeCXXCompilerABI.cpp -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB "-DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\"" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/lib/qt/5.15/include/QtTest -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E cmake_autogen /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testicondownloader_autogen.dir/AutogenInfo.json Release
AutoGen: Refreshing parse cache because it doesn't exist.
AutoMoc: Generating "BIN:/tests/testicondownloader_autogen/moc_predefs.h", because it doesn't exist.
/usr/gcc/14/bin/g++ -std=gnu++20 -w -dM -E /usr/share/cmake-4.0/Modules/CMakeCXXCompilerABI.cpp -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB "-DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\"" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/lib/qt/5.15/include/QtTest -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include
AutoGen: Parsing "SRC:/tests/TestImports.h"
AutoGen: Parsing "SRC:/tests/TestImports.cpp"
AutoGen: Parsing "SRC:/tests/TestUpdateCheck.h"
AutoGen: Parsing "SRC:/tests/TestUpdateCheck.cpp"
AutoMoc: Generating "BIN:/tests/testupdatecheck_autogen/EWIEGA46WW/moc_TestUpdateCheck.cpp", because it doesn't exist, from "SRC:/tests/TestUpdateCheck.h"
/usr/lib/qt/5.15/bin/amd64/moc -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB "-DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\"" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/lib/qt/5.15/include/QtTest -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testupdatecheck_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testupdatecheck_autogen/EWIEGA46WW/moc_TestUpdateCheck.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests/TestUpdateCheck.h
AutoMoc: Generating "BIN:/tests/testimports_autogen/EWIEGA46WW/moc_TestImports.cpp", because it doesn't exist, from "SRC:/tests/TestImports.h"
/usr/lib/qt/5.15/bin/amd64/moc -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB "-DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\"" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/lib/qt/5.15/include/QtTest -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testimports_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testimports_autogen/EWIEGA46WW/moc_TestImports.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests/TestImports.h
AutoMoc: Reading dependencies from "BIN:/tests/testmodified_autogen/EWIEGA46WW/moc_TestModified.cpp.d"
AutoMoc: Generating MOC compilation "BIN:/tests/testmodified_autogen/mocs_compilation.cpp"
AutoMoc: Merging MOC dependencies into "BIN:/tests/testmodified_autogen/deps"
AutoGen: Writing the parse cache file "BIN:/tests/CMakeFiles/testmodified_autogen.dir/ParseCache.txt"
AutoGen: Writing the settings file "BIN:/tests/CMakeFiles/testmodified_autogen.dir/AutogenUsed.txt"
AutoGen: Parsing "SRC:/tests/TestIconDownloader.h"
AutoGen: Parsing "SRC:/tests/TestIconDownloader.cpp"
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E touch /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testmodified_autogen/timestamp
AutoMoc: Generating "BIN:/tests/testicondownloader_autogen/EWIEGA46WW/moc_TestIconDownloader.cpp", because it doesn't exist, from "SRC:/tests/TestIconDownloader.h"
/usr/lib/qt/5.15/bin/amd64/moc -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB "-DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\"" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/lib/qt/5.15/include/QtTest -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testicondownloader_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testicondownloader_autogen/EWIEGA46WW/moc_TestIconDownloader.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests/TestIconDownloader.h
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 65%] Built target testmodified_autogen
AutoMoc: Reading dependencies from "BIN:/tests/testhashedblockstream_autogen/EWIEGA46WW/moc_TestHashedBlockStream.cpp.d"
/usr/bin/gmake  -f tests/CMakeFiles/testautotype_autogen.dir/build.make tests/CMakeFiles/testautotype_autogen.dir/depend
AutoMoc: Generating MOC compilation "BIN:/tests/testhashedblockstream_autogen/mocs_compilation.cpp"
AutoMoc: Merging MOC dependencies into "BIN:/tests/testhashedblockstream_autogen/deps"
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testautotype_autogen.dir/DependInfo.cmake "--color="
AutoGen: Writing the parse cache file "BIN:/tests/CMakeFiles/testhashedblockstream_autogen.dir/ParseCache.txt"
AutoGen: Writing the settings file "BIN:/tests/CMakeFiles/testhashedblockstream_autogen.dir/AutogenUsed.txt"
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E touch /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testhashedblockstream_autogen/timestamp
AutoMoc: Reading dependencies from "BIN:/tests/testdeletedobjects_autogen/EWIEGA46WW/moc_TestDeletedObjects.cpp.d"
AutoMoc: Reading dependencies from "BIN:/tests/testkeepass2randomstream_autogen/EWIEGA46WW/moc_TestKeePass2RandomStream.cpp.d"
AutoMoc: Generating MOC compilation "BIN:/tests/testdeletedobjects_autogen/mocs_compilation.cpp"
AutoMoc: Generating MOC compilation "BIN:/tests/testkeepass2randomstream_autogen/mocs_compilation.cpp"
AutoMoc: Merging MOC dependencies into "BIN:/tests/testdeletedobjects_autogen/deps"
AutoMoc: Merging MOC dependencies into "BIN:/tests/testkeepass2randomstream_autogen/deps"
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
AutoGen: Writing the parse cache file "BIN:/tests/CMakeFiles/testkeepass2randomstream_autogen.dir/ParseCache.txt"
AutoGen: Writing the parse cache file "BIN:/tests/CMakeFiles/testdeletedobjects_autogen.dir/ParseCache.txt"
/usr/bin/gmake  -f tests/CMakeFiles/testautotype_autogen.dir/build.make tests/CMakeFiles/testautotype_autogen.dir/build
AutoGen: Writing the settings file "BIN:/tests/CMakeFiles/testdeletedobjects_autogen.dir/AutogenUsed.txt"
AutoGen: Writing the settings file "BIN:/tests/CMakeFiles/testkeepass2randomstream_autogen.dir/AutogenUsed.txt"
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E touch /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testdeletedobjects_autogen/timestamp
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E touch /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testkeepass2randomstream_autogen/timestamp
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 65%] Automatic MOC and UIC for target testautotype
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E cmake_autogen /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testautotype_autogen.dir/AutogenInfo.json Release
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 65%] Built target testhashedblockstream_autogen
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testopensshkey_autogen.dir/build.make tests/CMakeFiles/testopensshkey_autogen.dir/depend
AutoGen: Refreshing parse cache because it doesn't exist.
AutoMoc: Generating "BIN:/tests/testautotype_autogen/moc_predefs.h", because it doesn't exist.
/usr/gcc/14/bin/g++ -std=gnu++20 -w -dM -E /usr/share/cmake-4.0/Modules/CMakeCXXCompilerABI.cpp -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB "-DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\"" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -Dtestautotype_EXPORTS -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/lib/qt/5.15/include/QtTest -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testopensshkey_autogen.dir/DependInfo.cmake "--color="
[ 65%] Built target testdeletedobjects_autogen
AutoMoc: Reading dependencies from "BIN:/tests/testkeepass1reader_autogen/EWIEGA46WW/moc_TestKeePass1Reader.cpp.d"
AutoMoc: Generating MOC compilation "BIN:/tests/testkeepass1reader_autogen/mocs_compilation.cpp"
AutoMoc: Merging MOC dependencies into "BIN:/tests/testkeepass1reader_autogen/deps"
/usr/bin/gmake  -f tests/CMakeFiles/testsshagent_autogen.dir/build.make tests/CMakeFiles/testsshagent_autogen.dir/depend
AutoGen: Writing the parse cache file "BIN:/tests/CMakeFiles/testkeepass1reader_autogen.dir/ParseCache.txt"
[ 65%] Built target testkeepass2randomstream_autogen
AutoGen: Writing the settings file "BIN:/tests/CMakeFiles/testkeepass1reader_autogen.dir/AutogenUsed.txt"
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testsshagent_autogen.dir/DependInfo.cmake "--color="
/usr/bin/gmake  -f tests/CMakeFiles/testentry_autogen.dir/build.make tests/CMakeFiles/testentry_autogen.dir/depend
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E touch /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testkeepass1reader_autogen/timestamp
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testentry_autogen.dir/DependInfo.cmake "--color="
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testopensshkey_autogen.dir/build.make tests/CMakeFiles/testopensshkey_autogen.dir/build
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testsshagent_autogen.dir/build.make tests/CMakeFiles/testsshagent_autogen.dir/build
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testentry_autogen.dir/build.make tests/CMakeFiles/testentry_autogen.dir/build
[ 65%] Automatic MOC and UIC for target testopensshkey
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
AutoGen: Parsing "SRC:/tests/TestAutoType.h"
AutoGen: Parsing "SRC:/tests/TestAutoType.cpp"
AutoMoc: Generating "BIN:/tests/testautotype_autogen/EWIEGA46WW/moc_TestAutoType.cpp", because it doesn't exist, from "SRC:/tests/TestAutoType.h"
/usr/lib/qt/5.15/bin/amd64/moc -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB "-DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\"" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -Dtestautotype_EXPORTS -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/lib/qt/5.15/include/QtTest -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testautotype_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testautotype_autogen/EWIEGA46WW/moc_TestAutoType.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests/TestAutoType.h
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E cmake_autogen /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testopensshkey_autogen.dir/AutogenInfo.json Release
[ 65%] Automatic MOC and UIC for target testsshagent
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E cmake_autogen /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testsshagent_autogen.dir/AutogenInfo.json Release
[ 65%] Built target testkeepass1reader_autogen
[ 65%] Automatic MOC and UIC for target testentry
/usr/bin/gmake  -f tests/CMakeFiles/testmerge_autogen.dir/build.make tests/CMakeFiles/testmerge_autogen.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testmerge_autogen.dir/DependInfo.cmake "--color="
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E cmake_autogen /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testentry_autogen.dir/AutogenInfo.json Release
AutoGen: Refreshing parse cache because it doesn't exist.
AutoMoc: Generating "BIN:/tests/testopensshkey_autogen/moc_predefs.h", because it doesn't exist.
/usr/gcc/14/bin/g++ -std=gnu++20 -w -dM -E /usr/share/cmake-4.0/Modules/CMakeCXXCompilerABI.cpp -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB "-DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\"" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/lib/qt/5.15/include/QtTest -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include
AutoGen: Refreshing parse cache because it doesn't exist.
AutoMoc: Generating "BIN:/tests/testsshagent_autogen/moc_predefs.h", because it doesn't exist.
/usr/gcc/14/bin/g++ -std=gnu++20 -w -dM -E /usr/share/cmake-4.0/Modules/CMakeCXXCompilerABI.cpp -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB "-DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\"" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/lib/qt/5.15/include/QtTest -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include
AutoGen: Refreshing parse cache because it doesn't exist.
AutoMoc: Generating "BIN:/tests/testentry_autogen/moc_predefs.h", because it doesn't exist.
/usr/gcc/14/bin/g++ -std=gnu++20 -w -dM -E /usr/share/cmake-4.0/Modules/CMakeCXXCompilerABI.cpp -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB "-DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\"" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/lib/qt/5.15/include/QtTest -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testmerge_autogen.dir/build.make tests/CMakeFiles/testmerge_autogen.dir/build
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
AutoGen: Parsing "SRC:/tests/TestOpenSSHKey.h"
AutoGen: Parsing "SRC:/tests/TestOpenSSHKey.cpp"
[ 65%] Automatic MOC and UIC for target testmerge
AutoMoc: Generating "BIN:/tests/testopensshkey_autogen/EWIEGA46WW/moc_TestOpenSSHKey.cpp", because it doesn't exist, from "SRC:/tests/TestOpenSSHKey.h"
/usr/lib/qt/5.15/bin/amd64/moc -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB "-DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\"" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/lib/qt/5.15/include/QtTest -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testopensshkey_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testopensshkey_autogen/EWIEGA46WW/moc_TestOpenSSHKey.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests/TestOpenSSHKey.h
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E cmake_autogen /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testmerge_autogen.dir/AutogenInfo.json Release
AutoGen: Parsing "SRC:/tests/TestSSHAgent.h"
AutoGen: Parsing "SRC:/tests/TestSSHAgent.cpp"
AutoMoc: Generating "BIN:/tests/testsshagent_autogen/EWIEGA46WW/moc_TestSSHAgent.cpp", because it doesn't exist, from "SRC:/tests/TestSSHAgent.h"
/usr/lib/qt/5.15/bin/amd64/moc -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB "-DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\"" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/lib/qt/5.15/include/QtTest -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testsshagent_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testsshagent_autogen/EWIEGA46WW/moc_TestSSHAgent.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests/TestSSHAgent.h
AutoGen: Parsing "SRC:/tests/TestEntry.h"
AutoGen: Parsing "SRC:/tests/TestEntry.cpp"
AutoMoc: Generating "BIN:/tests/testentry_autogen/EWIEGA46WW/moc_TestEntry.cpp", because it doesn't exist, from "SRC:/tests/TestEntry.h"
/usr/lib/qt/5.15/bin/amd64/moc -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB "-DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\"" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/lib/qt/5.15/include/QtTest -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testentry_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testentry_autogen/EWIEGA46WW/moc_TestEntry.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests/TestEntry.h
AutoGen: Refreshing parse cache because it doesn't exist.
AutoMoc: Generating "BIN:/tests/testmerge_autogen/moc_predefs.h", because it doesn't exist.
/usr/gcc/14/bin/g++ -std=gnu++20 -w -dM -E /usr/share/cmake-4.0/Modules/CMakeCXXCompilerABI.cpp -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB "-DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\"" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtTest -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include
AutoGen: Parsing "SRC:/tests/TestMerge.h"
AutoGen: Parsing "SRC:/tests/TestMerge.cpp"
AutoMoc: Generating "BIN:/tests/testmerge_autogen/EWIEGA46WW/moc_TestMerge.cpp", because it doesn't exist, from "SRC:/tests/TestMerge.h"
/usr/lib/qt/5.15/bin/amd64/moc -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB "-DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\"" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtTest -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testmerge_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testmerge_autogen/EWIEGA46WW/moc_TestMerge.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests/TestMerge.h
AutoMoc: Reading dependencies from "BIN:/tests/testicondownloader_autogen/EWIEGA46WW/moc_TestIconDownloader.cpp.d"
AutoMoc: Generating MOC compilation "BIN:/tests/testicondownloader_autogen/mocs_compilation.cpp"
AutoMoc: Merging MOC dependencies into "BIN:/tests/testicondownloader_autogen/deps"
AutoMoc: Reading dependencies from "BIN:/tests/testimports_autogen/EWIEGA46WW/moc_TestImports.cpp.d"
AutoGen: Writing the parse cache file "BIN:/tests/CMakeFiles/testicondownloader_autogen.dir/ParseCache.txt"
AutoGen: Writing the settings file "BIN:/tests/CMakeFiles/testicondownloader_autogen.dir/AutogenUsed.txt"
AutoMoc: Generating MOC compilation "BIN:/tests/testimports_autogen/mocs_compilation.cpp"
AutoMoc: Merging MOC dependencies into "BIN:/tests/testimports_autogen/deps"
AutoGen: Writing the parse cache file "BIN:/tests/CMakeFiles/testimports_autogen.dir/ParseCache.txt"
AutoGen: Writing the settings file "BIN:/tests/CMakeFiles/testimports_autogen.dir/AutogenUsed.txt"
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E touch /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testicondownloader_autogen/timestamp
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E touch /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testimports_autogen/timestamp
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
AutoMoc: Reading dependencies from "BIN:/tests/testupdatecheck_autogen/EWIEGA46WW/moc_TestUpdateCheck.cpp.d"
AutoMoc: Generating MOC compilation "BIN:/tests/testupdatecheck_autogen/mocs_compilation.cpp"
AutoMoc: Merging MOC dependencies into "BIN:/tests/testupdatecheck_autogen/deps"
AutoGen: Writing the parse cache file "BIN:/tests/CMakeFiles/testupdatecheck_autogen.dir/ParseCache.txt"
AutoGen: Writing the settings file "BIN:/tests/CMakeFiles/testupdatecheck_autogen.dir/AutogenUsed.txt"
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E touch /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testupdatecheck_autogen/timestamp
[ 65%] Built target testicondownloader_autogen
/usr/bin/gmake  -f tests/CMakeFiles/testpasswordgenerator_autogen.dir/build.make tests/CMakeFiles/testpasswordgenerator_autogen.dir/depend
[ 65%] Built target testimports_autogen
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testpasswordgenerator_autogen.dir/DependInfo.cmake "--color="
/usr/bin/gmake  -f tests/CMakeFiles/testpasswordhealth_autogen.dir/build.make tests/CMakeFiles/testpasswordhealth_autogen.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testpasswordhealth_autogen.dir/DependInfo.cmake "--color="
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testpasswordgenerator_autogen.dir/build.make tests/CMakeFiles/testpasswordgenerator_autogen.dir/build
[ 65%] Built target testupdatecheck_autogen
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testpasswordhealth_autogen.dir/build.make tests/CMakeFiles/testpasswordhealth_autogen.dir/build
/usr/bin/gmake  -f tests/CMakeFiles/testpassphrasegenerator_autogen.dir/build.make tests/CMakeFiles/testpassphrasegenerator_autogen.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testpassphrasegenerator_autogen.dir/DependInfo.cmake "--color="
[ 66%] Automatic MOC and UIC for target testpasswordgenerator
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E cmake_autogen /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testpasswordgenerator_autogen.dir/AutogenInfo.json Release
[ 66%] Automatic MOC and UIC for target testpasswordhealth
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E cmake_autogen /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testpasswordhealth_autogen.dir/AutogenInfo.json Release
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testpassphrasegenerator_autogen.dir/build.make tests/CMakeFiles/testpassphrasegenerator_autogen.dir/build
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
AutoGen: Refreshing parse cache because it doesn't exist.
AutoMoc: Generating "BIN:/tests/testpasswordgenerator_autogen/moc_predefs.h", because it doesn't exist.
/usr/gcc/14/bin/g++ -std=gnu++20 -w -dM -E /usr/share/cmake-4.0/Modules/CMakeCXXCompilerABI.cpp -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB "-DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\"" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/lib/qt/5.15/include/QtTest -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include
AutoGen: Refreshing parse cache because it doesn't exist.
AutoMoc: Generating "BIN:/tests/testpasswordhealth_autogen/moc_predefs.h", because it doesn't exist.
/usr/gcc/14/bin/g++ -std=gnu++20 -w -dM -E /usr/share/cmake-4.0/Modules/CMakeCXXCompilerABI.cpp -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB "-DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\"" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/lib/qt/5.15/include/QtTest -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include
[ 66%] Automatic MOC and UIC for target testpassphrasegenerator
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E cmake_autogen /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testpassphrasegenerator_autogen.dir/AutogenInfo.json Release
AutoMoc: Reading dependencies from "BIN:/tests/testautotype_autogen/EWIEGA46WW/moc_TestAutoType.cpp.d"
AutoMoc: Generating MOC compilation "BIN:/tests/testautotype_autogen/mocs_compilation.cpp"
AutoMoc: Merging MOC dependencies into "BIN:/tests/testautotype_autogen/deps"
AutoGen: Writing the parse cache file "BIN:/tests/CMakeFiles/testautotype_autogen.dir/ParseCache.txt"
AutoGen: Writing the settings file "BIN:/tests/CMakeFiles/testautotype_autogen.dir/AutogenUsed.txt"
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E touch /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testautotype_autogen/timestamp
AutoGen: Refreshing parse cache because it doesn't exist.
AutoMoc: Generating "BIN:/tests/testpassphrasegenerator_autogen/moc_predefs.h", because it doesn't exist.
/usr/gcc/14/bin/g++ -std=gnu++20 -w -dM -E /usr/share/cmake-4.0/Modules/CMakeCXXCompilerABI.cpp -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB "-DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\"" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/lib/qt/5.15/include/QtTest -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include
AutoGen: Parsing "SRC:/tests/TestPasswordGenerator.h"
AutoGen: Parsing "SRC:/tests/TestPasswordGenerator.cpp"
AutoMoc: Generating "BIN:/tests/testpasswordgenerator_autogen/EWIEGA46WW/moc_TestPasswordGenerator.cpp", because it doesn't exist, from "SRC:/tests/TestPasswordGenerator.h"
/usr/lib/qt/5.15/bin/amd64/moc -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB "-DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\"" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/lib/qt/5.15/include/QtTest -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testpasswordgenerator_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testpasswordgenerator_autogen/EWIEGA46WW/moc_TestPasswordGenerator.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests/TestPasswordGenerator.h
AutoGen: Parsing "SRC:/tests/TestPasswordHealth.h"
AutoGen: Parsing "SRC:/tests/TestPasswordHealth.cpp"
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
AutoMoc: Generating "BIN:/tests/testpasswordhealth_autogen/EWIEGA46WW/moc_TestPasswordHealth.cpp", because it doesn't exist, from "SRC:/tests/TestPasswordHealth.h"
/usr/lib/qt/5.15/bin/amd64/moc -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB "-DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\"" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/lib/qt/5.15/include/QtTest -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testpasswordhealth_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testpasswordhealth_autogen/EWIEGA46WW/moc_TestPasswordHealth.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests/TestPasswordHealth.h
[ 66%] Built target testautotype_autogen
AutoGen: Parsing "SRC:/tests/TestPassphraseGenerator.h"
AutoGen: Parsing "SRC:/tests/TestPassphraseGenerator.cpp"
AutoMoc: Generating "BIN:/tests/testpassphrasegenerator_autogen/EWIEGA46WW/moc_TestPassphraseGenerator.cpp", because it doesn't exist, from "SRC:/tests/TestPassphraseGenerator.h"
/usr/lib/qt/5.15/bin/amd64/moc -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB "-DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\"" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/lib/qt/5.15/include/QtTest -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testpassphrasegenerator_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testpassphrasegenerator_autogen/EWIEGA46WW/moc_TestPassphraseGenerator.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests/TestPassphraseGenerator.h
/usr/bin/gmake  -f tests/CMakeFiles/testhibp_autogen.dir/build.make tests/CMakeFiles/testhibp_autogen.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testhibp_autogen.dir/DependInfo.cmake "--color="
AutoMoc: Reading dependencies from "BIN:/tests/testopensshkey_autogen/EWIEGA46WW/moc_TestOpenSSHKey.cpp.d"
AutoMoc: Generating MOC compilation "BIN:/tests/testopensshkey_autogen/mocs_compilation.cpp"
AutoMoc: Merging MOC dependencies into "BIN:/tests/testopensshkey_autogen/deps"
AutoGen: Writing the parse cache file "BIN:/tests/CMakeFiles/testopensshkey_autogen.dir/ParseCache.txt"
AutoGen: Writing the settings file "BIN:/tests/CMakeFiles/testopensshkey_autogen.dir/AutogenUsed.txt"
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testhibp_autogen.dir/build.make tests/CMakeFiles/testhibp_autogen.dir/build
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E touch /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testopensshkey_autogen/timestamp
[ 66%] Automatic MOC and UIC for target testhibp
AutoMoc: Reading dependencies from "BIN:/tests/testentry_autogen/EWIEGA46WW/moc_TestEntry.cpp.d"
AutoMoc: Generating MOC compilation "BIN:/tests/testentry_autogen/mocs_compilation.cpp"
AutoMoc: Merging MOC dependencies into "BIN:/tests/testentry_autogen/deps"
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
AutoGen: Writing the parse cache file "BIN:/tests/CMakeFiles/testentry_autogen.dir/ParseCache.txt"
AutoGen: Writing the settings file "BIN:/tests/CMakeFiles/testentry_autogen.dir/AutogenUsed.txt"
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E cmake_autogen /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testhibp_autogen.dir/AutogenInfo.json Release
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E touch /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testentry_autogen/timestamp
AutoGen: Refreshing parse cache because it doesn't exist.
[ 66%] Built target testopensshkey_autogen
AutoMoc: Generating "BIN:/tests/testhibp_autogen/moc_predefs.h", because it doesn't exist.
/usr/gcc/14/bin/g++ -std=gnu++20 -w -dM -E /usr/share/cmake-4.0/Modules/CMakeCXXCompilerABI.cpp -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB "-DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\"" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/lib/qt/5.15/include/QtTest -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include
/usr/bin/gmake  -f tests/CMakeFiles/testtotp_autogen.dir/build.make tests/CMakeFiles/testtotp_autogen.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testtotp_autogen.dir/DependInfo.cmake "--color="
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 66%] Built target testentry_autogen
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testtotp_autogen.dir/build.make tests/CMakeFiles/testtotp_autogen.dir/build
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testbase32_autogen.dir/build.make tests/CMakeFiles/testbase32_autogen.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testbase32_autogen.dir/DependInfo.cmake "--color="
AutoGen: Parsing "SRC:/tests/TestHibp.h"
AutoGen: Parsing "SRC:/tests/TestHibp.cpp"
AutoMoc: Generating "BIN:/tests/testhibp_autogen/EWIEGA46WW/moc_TestHibp.cpp", because it doesn't exist, from "SRC:/tests/TestHibp.h"
/usr/lib/qt/5.15/bin/amd64/moc -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB "-DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\"" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/lib/qt/5.15/include/QtTest -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testhibp_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testhibp_autogen/EWIEGA46WW/moc_TestHibp.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests/TestHibp.h
[ 66%] Automatic MOC and UIC for target testtotp
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E cmake_autogen /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testtotp_autogen.dir/AutogenInfo.json Release
AutoMoc: Reading dependencies from "BIN:/tests/testsshagent_autogen/EWIEGA46WW/moc_TestSSHAgent.cpp.d"
AutoMoc: Generating MOC compilation "BIN:/tests/testsshagent_autogen/mocs_compilation.cpp"
AutoMoc: Merging MOC dependencies into "BIN:/tests/testsshagent_autogen/deps"
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
AutoGen: Writing the parse cache file "BIN:/tests/CMakeFiles/testsshagent_autogen.dir/ParseCache.txt"
AutoGen: Writing the settings file "BIN:/tests/CMakeFiles/testsshagent_autogen.dir/AutogenUsed.txt"
/usr/bin/gmake  -f tests/CMakeFiles/testbase32_autogen.dir/build.make tests/CMakeFiles/testbase32_autogen.dir/build
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E touch /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testsshagent_autogen/timestamp
AutoGen: Refreshing parse cache because it doesn't exist.
AutoMoc: Generating "BIN:/tests/testtotp_autogen/moc_predefs.h", because it doesn't exist.
/usr/gcc/14/bin/g++ -std=gnu++20 -w -dM -E /usr/share/cmake-4.0/Modules/CMakeCXXCompilerABI.cpp -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB "-DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\"" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/lib/qt/5.15/include/QtTest -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include
[ 67%] Automatic MOC and UIC for target testbase32
AutoMoc: Reading dependencies from "BIN:/tests/testmerge_autogen/EWIEGA46WW/moc_TestMerge.cpp.d"
AutoMoc: Generating MOC compilation "BIN:/tests/testmerge_autogen/mocs_compilation.cpp"
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E cmake_autogen /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testbase32_autogen.dir/AutogenInfo.json Release
AutoMoc: Merging MOC dependencies into "BIN:/tests/testmerge_autogen/deps"
AutoGen: Writing the parse cache file "BIN:/tests/CMakeFiles/testmerge_autogen.dir/ParseCache.txt"
AutoGen: Writing the settings file "BIN:/tests/CMakeFiles/testmerge_autogen.dir/AutogenUsed.txt"
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E touch /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testmerge_autogen/timestamp
AutoGen: Refreshing parse cache because it doesn't exist.
AutoMoc: Generating "BIN:/tests/testbase32_autogen/moc_predefs.h", because it doesn't exist.
/usr/gcc/14/bin/g++ -std=gnu++20 -w -dM -E /usr/share/cmake-4.0/Modules/CMakeCXXCompilerABI.cpp -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB "-DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\"" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/lib/qt/5.15/include/QtTest -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include
[ 67%] Built target testsshagent_autogen
/usr/bin/gmake  -f tests/CMakeFiles/testcsvparser_autogen.dir/build.make tests/CMakeFiles/testcsvparser_autogen.dir/depend
AutoGen: Parsing "SRC:/tests/TestTotp.h"
AutoGen: Parsing "SRC:/tests/TestTotp.cpp"
AutoMoc: Generating "BIN:/tests/testtotp_autogen/EWIEGA46WW/moc_TestTotp.cpp", because it doesn't exist, from "SRC:/tests/TestTotp.h"
/usr/lib/qt/5.15/bin/amd64/moc -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB "-DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\"" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/lib/qt/5.15/include/QtTest -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testtotp_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testtotp_autogen/EWIEGA46WW/moc_TestTotp.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests/TestTotp.h
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testcsvparser_autogen.dir/DependInfo.cmake "--color="
[ 67%] Built target testmerge_autogen
/usr/bin/gmake  -f tests/CMakeFiles/testrandomgenerator_autogen.dir/build.make tests/CMakeFiles/testrandomgenerator_autogen.dir/depend
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testcsvparser_autogen.dir/build.make tests/CMakeFiles/testcsvparser_autogen.dir/build
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testrandomgenerator_autogen.dir/DependInfo.cmake "--color="
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
AutoGen: Parsing "SRC:/tests/TestBase32.h"
AutoGen: Parsing "SRC:/tests/TestBase32.cpp"
AutoMoc: Generating "BIN:/tests/testbase32_autogen/EWIEGA46WW/moc_TestBase32.cpp", because it doesn't exist, from "SRC:/tests/TestBase32.h"
/usr/lib/qt/5.15/bin/amd64/moc -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB "-DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\"" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/lib/qt/5.15/include/QtTest -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testbase32_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testbase32_autogen/EWIEGA46WW/moc_TestBase32.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests/TestBase32.h
[ 68%] Automatic MOC and UIC for target testcsvparser
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testrandomgenerator_autogen.dir/build.make tests/CMakeFiles/testrandomgenerator_autogen.dir/build
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E cmake_autogen /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testcsvparser_autogen.dir/AutogenInfo.json Release
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
AutoGen: Refreshing parse cache because it doesn't exist.
AutoMoc: Generating "BIN:/tests/testcsvparser_autogen/moc_predefs.h", because it doesn't exist.
/usr/gcc/14/bin/g++ -std=gnu++20 -w -dM -E /usr/share/cmake-4.0/Modules/CMakeCXXCompilerABI.cpp -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB "-DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\"" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/lib/qt/5.15/include/QtTest -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include
[ 68%] Automatic MOC and UIC for target testrandomgenerator
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E cmake_autogen /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testrandomgenerator_autogen.dir/AutogenInfo.json Release
AutoGen: Refreshing parse cache because it doesn't exist.
AutoMoc: Generating "BIN:/tests/testrandomgenerator_autogen/moc_predefs.h", because it doesn't exist.
/usr/gcc/14/bin/g++ -std=gnu++20 -w -dM -E /usr/share/cmake-4.0/Modules/CMakeCXXCompilerABI.cpp -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB "-DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\"" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtTest -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include
AutoGen: Parsing "SRC:/tests/TestCsvParser.h"
AutoGen: Parsing "SRC:/tests/TestCsvParser.cpp"
AutoMoc: Generating "BIN:/tests/testcsvparser_autogen/EWIEGA46WW/moc_TestCsvParser.cpp", because it doesn't exist, from "SRC:/tests/TestCsvParser.h"
/usr/lib/qt/5.15/bin/amd64/moc -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB "-DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\"" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/lib/qt/5.15/include/QtTest -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testcsvparser_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testcsvparser_autogen/EWIEGA46WW/moc_TestCsvParser.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests/TestCsvParser.h
AutoGen: Parsing "SRC:/tests/TestRandomGenerator.h"
AutoGen: Parsing "SRC:/tests/TestRandomGenerator.cpp"
AutoMoc: Generating "BIN:/tests/testrandomgenerator_autogen/EWIEGA46WW/moc_TestRandomGenerator.cpp", because it doesn't exist, from "SRC:/tests/TestRandomGenerator.h"
/usr/lib/qt/5.15/bin/amd64/moc -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB "-DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\"" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtTest -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testrandomgenerator_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testrandomgenerator_autogen/EWIEGA46WW/moc_TestRandomGenerator.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests/TestRandomGenerator.h
AutoMoc: Reading dependencies from "BIN:/tests/testpasswordgenerator_autogen/EWIEGA46WW/moc_TestPasswordGenerator.cpp.d"
AutoMoc: Generating MOC compilation "BIN:/tests/testpasswordgenerator_autogen/mocs_compilation.cpp"
AutoMoc: Merging MOC dependencies into "BIN:/tests/testpasswordgenerator_autogen/deps"
AutoGen: Writing the parse cache file "BIN:/tests/CMakeFiles/testpasswordgenerator_autogen.dir/ParseCache.txt"
AutoGen: Writing the settings file "BIN:/tests/CMakeFiles/testpasswordgenerator_autogen.dir/AutogenUsed.txt"
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E touch /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testpasswordgenerator_autogen/timestamp
AutoMoc: Reading dependencies from "BIN:/tests/testpasswordhealth_autogen/EWIEGA46WW/moc_TestPasswordHealth.cpp.d"
AutoMoc: Generating MOC compilation "BIN:/tests/testpasswordhealth_autogen/mocs_compilation.cpp"
AutoMoc: Merging MOC dependencies into "BIN:/tests/testpasswordhealth_autogen/deps"
AutoGen: Writing the parse cache file "BIN:/tests/CMakeFiles/testpasswordhealth_autogen.dir/ParseCache.txt"
AutoGen: Writing the settings file "BIN:/tests/CMakeFiles/testpasswordhealth_autogen.dir/AutogenUsed.txt"
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E touch /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testpasswordhealth_autogen/timestamp
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 68%] Built target testpasswordgenerator_autogen
/usr/bin/gmake  -f tests/CMakeFiles/testentrysearcher_autogen.dir/build.make tests/CMakeFiles/testentrysearcher_autogen.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testentrysearcher_autogen.dir/DependInfo.cmake "--color="
[ 68%] Built target testpasswordhealth_autogen
/usr/bin/gmake  -f tests/CMakeFiles/testcsvexporter_autogen.dir/build.make tests/CMakeFiles/testcsvexporter_autogen.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testcsvexporter_autogen.dir/DependInfo.cmake "--color="
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testentrysearcher_autogen.dir/build.make tests/CMakeFiles/testentrysearcher_autogen.dir/build
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testcsvexporter_autogen.dir/build.make tests/CMakeFiles/testcsvexporter_autogen.dir/build
[ 68%] Automatic MOC and UIC for target testentrysearcher
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E cmake_autogen /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testentrysearcher_autogen.dir/AutogenInfo.json Release
AutoGen: Refreshing parse cache because it doesn't exist.
[ 68%] Automatic MOC and UIC for target testcsvexporter
AutoMoc: Generating "BIN:/tests/testentrysearcher_autogen/moc_predefs.h", because it doesn't exist.
/usr/gcc/14/bin/g++ -std=gnu++20 -w -dM -E /usr/share/cmake-4.0/Modules/CMakeCXXCompilerABI.cpp -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB "-DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\"" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/lib/qt/5.15/include/QtTest -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E cmake_autogen /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testcsvexporter_autogen.dir/AutogenInfo.json Release
AutoMoc: Reading dependencies from "BIN:/tests/testpassphrasegenerator_autogen/EWIEGA46WW/moc_TestPassphraseGenerator.cpp.d"
AutoMoc: Generating MOC compilation "BIN:/tests/testpassphrasegenerator_autogen/mocs_compilation.cpp"
AutoMoc: Merging MOC dependencies into "BIN:/tests/testpassphrasegenerator_autogen/deps"
AutoGen: Writing the parse cache file "BIN:/tests/CMakeFiles/testpassphrasegenerator_autogen.dir/ParseCache.txt"
AutoGen: Writing the settings file "BIN:/tests/CMakeFiles/testpassphrasegenerator_autogen.dir/AutogenUsed.txt"
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E touch /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testpassphrasegenerator_autogen/timestamp
AutoGen: Refreshing parse cache because it doesn't exist.
AutoMoc: Generating "BIN:/tests/testcsvexporter_autogen/moc_predefs.h", because it doesn't exist.
/usr/gcc/14/bin/g++ -std=gnu++20 -w -dM -E /usr/share/cmake-4.0/Modules/CMakeCXXCompilerABI.cpp -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB "-DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\"" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/lib/qt/5.15/include/QtTest -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include
AutoMoc: Reading dependencies from "BIN:/tests/testhibp_autogen/EWIEGA46WW/moc_TestHibp.cpp.d"
AutoMoc: Generating MOC compilation "BIN:/tests/testhibp_autogen/mocs_compilation.cpp"
AutoMoc: Merging MOC dependencies into "BIN:/tests/testhibp_autogen/deps"
AutoGen: Writing the parse cache file "BIN:/tests/CMakeFiles/testhibp_autogen.dir/ParseCache.txt"
AutoGen: Writing the settings file "BIN:/tests/CMakeFiles/testhibp_autogen.dir/AutogenUsed.txt"
AutoGen: Parsing "SRC:/tests/TestEntrySearcher.h"
AutoGen: Parsing "SRC:/tests/TestEntrySearcher.cpp"
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
AutoMoc: Generating "BIN:/tests/testentrysearcher_autogen/EWIEGA46WW/moc_TestEntrySearcher.cpp", because it doesn't exist, from "SRC:/tests/TestEntrySearcher.h"
/usr/lib/qt/5.15/bin/amd64/moc -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB "-DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\"" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/lib/qt/5.15/include/QtTest -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testentrysearcher_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testentrysearcher_autogen/EWIEGA46WW/moc_TestEntrySearcher.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests/TestEntrySearcher.h
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E touch /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testhibp_autogen/timestamp
[ 68%] Built target testpassphrasegenerator_autogen
AutoGen: Parsing "SRC:/tests/TestCsvExporter.h"
AutoGen: Parsing "SRC:/tests/TestCsvExporter.cpp"
AutoMoc: Generating "BIN:/tests/testcsvexporter_autogen/EWIEGA46WW/moc_TestCsvExporter.cpp", because it doesn't exist, from "SRC:/tests/TestCsvExporter.h"
/usr/lib/qt/5.15/bin/amd64/moc -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB "-DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\"" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/lib/qt/5.15/include/QtTest -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testcsvexporter_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testcsvexporter_autogen/EWIEGA46WW/moc_TestCsvExporter.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests/TestCsvExporter.h
/usr/bin/gmake  -f tests/CMakeFiles/testdatabase_autogen.dir/build.make tests/CMakeFiles/testdatabase_autogen.dir/depend
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testdatabase_autogen.dir/DependInfo.cmake "--color="
[ 68%] Built target testhibp_autogen
/usr/bin/gmake  -f tests/CMakeFiles/testtools_autogen.dir/build.make tests/CMakeFiles/testtools_autogen.dir/depend
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testtools_autogen.dir/DependInfo.cmake "--color="
/usr/bin/gmake  -f tests/CMakeFiles/testdatabase_autogen.dir/build.make tests/CMakeFiles/testdatabase_autogen.dir/build
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 68%] Automatic MOC and UIC for target testdatabase
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E cmake_autogen /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testdatabase_autogen.dir/AutogenInfo.json Release
/usr/bin/gmake  -f tests/CMakeFiles/testtools_autogen.dir/build.make tests/CMakeFiles/testtools_autogen.dir/build
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
AutoMoc: Reading dependencies from "BIN:/tests/testbase32_autogen/EWIEGA46WW/moc_TestBase32.cpp.d"
AutoMoc: Generating MOC compilation "BIN:/tests/testbase32_autogen/mocs_compilation.cpp"
AutoMoc: Merging MOC dependencies into "BIN:/tests/testbase32_autogen/deps"
AutoGen: Writing the parse cache file "BIN:/tests/CMakeFiles/testbase32_autogen.dir/ParseCache.txt"
AutoGen: Refreshing parse cache because it doesn't exist.
AutoGen: Writing the settings file "BIN:/tests/CMakeFiles/testbase32_autogen.dir/AutogenUsed.txt"
AutoMoc: Generating "BIN:/tests/testdatabase_autogen/moc_predefs.h", because it doesn't exist.
/usr/gcc/14/bin/g++ -std=gnu++20 -w -dM -E /usr/share/cmake-4.0/Modules/CMakeCXXCompilerABI.cpp -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB "-DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\"" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtTest -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include
[ 68%] Automatic MOC and UIC for target testtools
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E touch /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testbase32_autogen/timestamp
AutoMoc: Reading dependencies from "BIN:/tests/testtotp_autogen/EWIEGA46WW/moc_TestTotp.cpp.d"
AutoMoc: Generating MOC compilation "BIN:/tests/testtotp_autogen/mocs_compilation.cpp"
AutoMoc: Merging MOC dependencies into "BIN:/tests/testtotp_autogen/deps"
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E cmake_autogen /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testtools_autogen.dir/AutogenInfo.json Release
AutoGen: Writing the parse cache file "BIN:/tests/CMakeFiles/testtotp_autogen.dir/ParseCache.txt"
AutoGen: Writing the settings file "BIN:/tests/CMakeFiles/testtotp_autogen.dir/AutogenUsed.txt"
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E touch /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testtotp_autogen/timestamp
AutoGen: Refreshing parse cache because it doesn't exist.
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
AutoMoc: Generating "BIN:/tests/testtools_autogen/moc_predefs.h", because it doesn't exist.
/usr/gcc/14/bin/g++ -std=gnu++20 -w -dM -E /usr/share/cmake-4.0/Modules/CMakeCXXCompilerABI.cpp -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB "-DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\"" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/lib/qt/5.15/include/QtTest -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
AutoGen: Parsing "SRC:/tests/TestDatabase.h"
AutoGen: Parsing "SRC:/tests/TestDatabase.cpp"
AutoMoc: Generating "BIN:/tests/testdatabase_autogen/EWIEGA46WW/moc_TestDatabase.cpp", because it doesn't exist, from "SRC:/tests/TestDatabase.h"
/usr/lib/qt/5.15/bin/amd64/moc -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB "-DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\"" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtTest -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testdatabase_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testdatabase_autogen/EWIEGA46WW/moc_TestDatabase.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests/TestDatabase.h
[ 68%] Built target testbase32_autogen
/usr/bin/gmake  -f tests/CMakeFiles/testconfig_autogen.dir/build.make tests/CMakeFiles/testconfig_autogen.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testconfig_autogen.dir/DependInfo.cmake "--color="
[ 68%] Built target testtotp_autogen
/usr/bin/gmake  -f tests/CMakeFiles/testfdosecrets_autogen.dir/build.make tests/CMakeFiles/testfdosecrets_autogen.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testfdosecrets_autogen.dir/DependInfo.cmake "--color="
AutoGen: Parsing "SRC:/tests/TestTools.h"
AutoGen: Parsing "SRC:/tests/TestTools.cpp"
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
AutoMoc: Generating "BIN:/tests/testtools_autogen/EWIEGA46WW/moc_TestTools.cpp", because it doesn't exist, from "SRC:/tests/TestTools.h"
/usr/lib/qt/5.15/bin/amd64/moc -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB "-DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\"" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/lib/qt/5.15/include/QtTest -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testtools_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testtools_autogen/EWIEGA46WW/moc_TestTools.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests/TestTools.h
/usr/bin/gmake  -f tests/CMakeFiles/testconfig_autogen.dir/build.make tests/CMakeFiles/testconfig_autogen.dir/build
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testfdosecrets_autogen.dir/build.make tests/CMakeFiles/testfdosecrets_autogen.dir/build
AutoMoc: Reading dependencies from "BIN:/tests/testrandomgenerator_autogen/EWIEGA46WW/moc_TestRandomGenerator.cpp.d"
AutoMoc: Generating MOC compilation "BIN:/tests/testrandomgenerator_autogen/mocs_compilation.cpp"
AutoMoc: Merging MOC dependencies into "BIN:/tests/testrandomgenerator_autogen/deps"
AutoGen: Writing the parse cache file "BIN:/tests/CMakeFiles/testrandomgenerator_autogen.dir/ParseCache.txt"
AutoMoc: Reading dependencies from "BIN:/tests/testcsvparser_autogen/EWIEGA46WW/moc_TestCsvParser.cpp.d"
AutoGen: Writing the settings file "BIN:/tests/CMakeFiles/testrandomgenerator_autogen.dir/AutogenUsed.txt"
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
AutoMoc: Generating MOC compilation "BIN:/tests/testcsvparser_autogen/mocs_compilation.cpp"
AutoMoc: Merging MOC dependencies into "BIN:/tests/testcsvparser_autogen/deps"
AutoGen: Writing the parse cache file "BIN:/tests/CMakeFiles/testcsvparser_autogen.dir/ParseCache.txt"
AutoGen: Writing the settings file "BIN:/tests/CMakeFiles/testcsvparser_autogen.dir/AutogenUsed.txt"
[ 68%] Automatic MOC and UIC for target testconfig
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E cmake_autogen /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testconfig_autogen.dir/AutogenInfo.json Release
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E touch /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testrandomgenerator_autogen/timestamp
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E touch /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testcsvparser_autogen/timestamp
[ 69%] Automatic MOC and UIC for target testfdosecrets
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E cmake_autogen /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testfdosecrets_autogen.dir/AutogenInfo.json Release
AutoGen: Refreshing parse cache because it doesn't exist.
AutoMoc: Generating "BIN:/tests/testconfig_autogen/moc_predefs.h", because it doesn't exist.
/usr/gcc/14/bin/g++ -std=gnu++20 -w -dM -E /usr/share/cmake-4.0/Modules/CMakeCXXCompilerABI.cpp -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB "-DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\"" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtTest -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
AutoGen: Refreshing parse cache because it doesn't exist.
AutoMoc: Generating "BIN:/tests/testfdosecrets_autogen/moc_predefs.h", because it doesn't exist.
/usr/gcc/14/bin/g++ -std=gnu++20 -w -dM -E /usr/share/cmake-4.0/Modules/CMakeCXXCompilerABI.cpp -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB "-DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\"" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtTest -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include
[ 69%] Built target testrandomgenerator_autogen
[ 69%] Built target testcsvparser_autogen
/usr/bin/gmake  -f tests/CMakeFiles/testbrowser_autogen.dir/build.make tests/CMakeFiles/testbrowser_autogen.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testbrowser_autogen.dir/DependInfo.cmake "--color="
/usr/bin/gmake  -f tests/CMakeFiles/testpasskeys_autogen.dir/build.make tests/CMakeFiles/testpasskeys_autogen.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testpasskeys_autogen.dir/DependInfo.cmake "--color="
AutoGen: Parsing "SRC:/tests/TestConfig.h"
AutoGen: Parsing "SRC:/tests/TestConfig.cpp"
AutoMoc: Generating "BIN:/tests/testconfig_autogen/EWIEGA46WW/moc_TestConfig.cpp", because it doesn't exist, from "SRC:/tests/TestConfig.h"
/usr/lib/qt/5.15/bin/amd64/moc -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB "-DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\"" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtTest -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testconfig_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testconfig_autogen/EWIEGA46WW/moc_TestConfig.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests/TestConfig.h
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testbrowser_autogen.dir/build.make tests/CMakeFiles/testbrowser_autogen.dir/build
AutoGen: Parsing "SRC:/tests/TestFdoSecrets.h"
AutoGen: Parsing "SRC:/tests/TestFdoSecrets.cpp"
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
AutoMoc: Generating "BIN:/tests/testfdosecrets_autogen/EWIEGA46WW/moc_TestFdoSecrets.cpp", because it doesn't exist, from "SRC:/tests/TestFdoSecrets.h"
/usr/lib/qt/5.15/bin/amd64/moc -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB "-DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\"" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtTest -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testfdosecrets_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testfdosecrets_autogen/EWIEGA46WW/moc_TestFdoSecrets.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests/TestFdoSecrets.h
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testpasskeys_autogen.dir/build.make tests/CMakeFiles/testpasskeys_autogen.dir/build
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 69%] Automatic MOC and UIC for target testbrowser
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E cmake_autogen /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testbrowser_autogen.dir/AutogenInfo.json Release
[ 69%] Automatic MOC and UIC for target testpasskeys
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E cmake_autogen /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testpasskeys_autogen.dir/AutogenInfo.json Release
AutoGen: Refreshing parse cache because it doesn't exist.
AutoMoc: Generating "BIN:/tests/testbrowser_autogen/moc_predefs.h", because it doesn't exist.
/usr/gcc/14/bin/g++ -std=gnu++20 -w -dM -E /usr/share/cmake-4.0/Modules/CMakeCXXCompilerABI.cpp -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB "-DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\"" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/lib/qt/5.15/include/QtTest -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include
AutoGen: Refreshing parse cache because it doesn't exist.
AutoMoc: Generating "BIN:/tests/testpasskeys_autogen/moc_predefs.h", because it doesn't exist.
/usr/gcc/14/bin/g++ -std=gnu++20 -w -dM -E /usr/share/cmake-4.0/Modules/CMakeCXXCompilerABI.cpp -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB "-DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\"" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/lib/qt/5.15/include/QtTest -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include
AutoGen: Parsing "SRC:/tests/TestBrowser.h"
AutoGen: Parsing "SRC:/tests/TestBrowser.cpp"
AutoMoc: Generating "BIN:/tests/testbrowser_autogen/EWIEGA46WW/moc_TestBrowser.cpp", because it doesn't exist, from "SRC:/tests/TestBrowser.h"
/usr/lib/qt/5.15/bin/amd64/moc -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB "-DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\"" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/lib/qt/5.15/include/QtTest -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testbrowser_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testbrowser_autogen/EWIEGA46WW/moc_TestBrowser.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests/TestBrowser.h
AutoGen: Parsing "SRC:/tests/TestPasskeys.h"
AutoGen: Parsing "SRC:/tests/TestPasskeys.cpp"
AutoMoc: Generating "BIN:/tests/testpasskeys_autogen/EWIEGA46WW/moc_TestPasskeys.cpp", because it doesn't exist, from "SRC:/tests/TestPasskeys.h"
/usr/lib/qt/5.15/bin/amd64/moc -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB "-DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\"" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/lib/qt/5.15/include/QtTest -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testpasskeys_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testpasskeys_autogen/EWIEGA46WW/moc_TestPasskeys.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests/TestPasskeys.h
AutoMoc: Reading dependencies from "BIN:/tests/testentrysearcher_autogen/EWIEGA46WW/moc_TestEntrySearcher.cpp.d"
AutoMoc: Generating MOC compilation "BIN:/tests/testentrysearcher_autogen/mocs_compilation.cpp"
AutoMoc: Merging MOC dependencies into "BIN:/tests/testentrysearcher_autogen/deps"
AutoMoc: Reading dependencies from "BIN:/tests/testcsvexporter_autogen/EWIEGA46WW/moc_TestCsvExporter.cpp.d"
AutoGen: Writing the parse cache file "BIN:/tests/CMakeFiles/testentrysearcher_autogen.dir/ParseCache.txt"
AutoGen: Writing the settings file "BIN:/tests/CMakeFiles/testentrysearcher_autogen.dir/AutogenUsed.txt"
AutoMoc: Generating MOC compilation "BIN:/tests/testcsvexporter_autogen/mocs_compilation.cpp"
AutoMoc: Merging MOC dependencies into "BIN:/tests/testcsvexporter_autogen/deps"
AutoGen: Writing the parse cache file "BIN:/tests/CMakeFiles/testcsvexporter_autogen.dir/ParseCache.txt"
AutoGen: Writing the settings file "BIN:/tests/CMakeFiles/testcsvexporter_autogen.dir/AutogenUsed.txt"
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E touch /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testentrysearcher_autogen/timestamp
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E touch /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testcsvexporter_autogen/timestamp
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 69%] Built target testcsvexporter_autogen
[ 69%] Built target testentrysearcher_autogen
/usr/bin/gmake  -f tests/CMakeFiles/testurltools_autogen.dir/build.make tests/CMakeFiles/testurltools_autogen.dir/depend
/usr/bin/gmake  -f tests/CMakeFiles/testcli_autogen.dir/build.make tests/CMakeFiles/testcli_autogen.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testurltools_autogen.dir/DependInfo.cmake "--color="
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testcli_autogen.dir/DependInfo.cmake "--color="
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testurltools_autogen.dir/build.make tests/CMakeFiles/testurltools_autogen.dir/build
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testcli_autogen.dir/build.make tests/CMakeFiles/testcli_autogen.dir/build
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 70%] Automatic MOC and UIC for target testurltools
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E cmake_autogen /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testurltools_autogen.dir/AutogenInfo.json Release
[ 70%] Automatic MOC and UIC for target testcli
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E cmake_autogen /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testcli_autogen.dir/AutogenInfo.json Release
AutoGen: Refreshing parse cache because it doesn't exist.
AutoMoc: Generating "BIN:/tests/testurltools_autogen/moc_predefs.h", because it doesn't exist.
/usr/gcc/14/bin/g++ -std=gnu++20 -w -dM -E /usr/share/cmake-4.0/Modules/CMakeCXXCompilerABI.cpp -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB "-DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\"" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/lib/qt/5.15/include/QtTest -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include
AutoMoc: Reading dependencies from "BIN:/tests/testdatabase_autogen/EWIEGA46WW/moc_TestDatabase.cpp.d"
AutoMoc: Generating MOC compilation "BIN:/tests/testdatabase_autogen/mocs_compilation.cpp"
AutoMoc: Merging MOC dependencies into "BIN:/tests/testdatabase_autogen/deps"
AutoGen: Writing the parse cache file "BIN:/tests/CMakeFiles/testdatabase_autogen.dir/ParseCache.txt"
AutoGen: Writing the settings file "BIN:/tests/CMakeFiles/testdatabase_autogen.dir/AutogenUsed.txt"
AutoGen: Refreshing parse cache because it doesn't exist.
AutoMoc: Generating "BIN:/tests/testcli_autogen/moc_predefs.h", because it doesn't exist.
/usr/gcc/14/bin/g++ -std=gnu++20 -w -dM -E /usr/share/cmake-4.0/Modules/CMakeCXXCompilerABI.cpp "-DKEEPASSX_CLI_PATH=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/cli/keepassxc-cli\"" -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB "-DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\"" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DUSE_READLINE -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtTest -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include
AutoMoc: Reading dependencies from "BIN:/tests/testtools_autogen/EWIEGA46WW/moc_TestTools.cpp.d"
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E touch /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testdatabase_autogen/timestamp
AutoMoc: Generating MOC compilation "BIN:/tests/testtools_autogen/mocs_compilation.cpp"
AutoMoc: Merging MOC dependencies into "BIN:/tests/testtools_autogen/deps"
AutoGen: Writing the parse cache file "BIN:/tests/CMakeFiles/testtools_autogen.dir/ParseCache.txt"
AutoGen: Writing the settings file "BIN:/tests/CMakeFiles/testtools_autogen.dir/AutogenUsed.txt"
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E touch /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testtools_autogen/timestamp
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
AutoGen: Parsing "SRC:/tests/TestUrlTools.h"
AutoGen: Parsing "SRC:/tests/TestUrlTools.cpp"
AutoMoc: Generating "BIN:/tests/testurltools_autogen/EWIEGA46WW/moc_TestUrlTools.cpp", because it doesn't exist, from "SRC:/tests/TestUrlTools.h"
/usr/lib/qt/5.15/bin/amd64/moc -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB "-DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\"" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/lib/qt/5.15/include/QtTest -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testurltools_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testurltools_autogen/EWIEGA46WW/moc_TestUrlTools.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests/TestUrlTools.h
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 70%] Built target testdatabase_autogen
AutoGen: Parsing "SRC:/tests/TestCli.h"
AutoGen: Parsing "SRC:/tests/TestCli.cpp"
AutoMoc: Generating "BIN:/tests/testcli_autogen/EWIEGA46WW/moc_TestCli.cpp", because it doesn't exist, from "SRC:/tests/TestCli.h"
/usr/lib/qt/5.15/bin/amd64/moc "-DKEEPASSX_CLI_PATH=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/cli/keepassxc-cli\"" -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB "-DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\"" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DUSE_READLINE -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -I/usr/include/botan-3 -I/usr/lib/qt/5.15/include -I/usr/lib/qt/5.15/include/QtCore -I/usr/lib/qt/5.15/mkspecs/solaris-g++-64 -I/usr/lib/qt/5.15/include/QtConcurrent -I/usr/lib/qt/5.15/include/QtWidgets -I/usr/lib/qt/5.15/include/QtGui -I/usr/lib/qt/5.15/include/QtTest -I/usr/lib/qt/5.15/include/QtNetwork -I/usr/lib/qt/5.15/include/QtSvg -I/usr/lib/qt/5.15/include/QtDBus -I/usr/lib/qt/5.15/include/QtX11Extras -I/usr/include -I/usr/gcc/14/include/c++/14.2.0 -I/usr/gcc/14/include/c++/14.2.0/x86_64-pc-solaris2.11 -I/usr/gcc/14/include/c++/14.2.0/backward -I/usr/gcc/14/lib/gcc/x86_64-pc-solaris2.11/14.2.0/include -I/usr/gcc/14/include --include /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testcli_autogen/moc_predefs.h --output-dep-file -o /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testcli_autogen/EWIEGA46WW/moc_TestCli.cpp /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests/TestCli.h
/usr/bin/gmake  -f src/CMakeFiles/keepassxc.dir/build.make src/CMakeFiles/keepassxc.dir/depend
[ 70%] Built target testtools_autogen
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/CMakeFiles/keepassxc.dir/DependInfo.cmake "--color="
/usr/bin/gmake  -f src/autotype/xcb/CMakeFiles/keepassxc-autotype-xcb.dir/build.make src/autotype/xcb/CMakeFiles/keepassxc-autotype-xcb.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/autotype/xcb /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/autotype/xcb /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/autotype/xcb/CMakeFiles/keepassxc-autotype-xcb.dir/DependInfo.cmake "--color="
Dependencies file "src/keepassxc_autogen/deps" is newer than depends file "/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/CMakeFiles/keepassxc.dir/compiler_depend.internal".
Consolidate compiler generated dependencies of target keepassxc
Dependencies file "src/autotype/xcb/keepassxc-autotype-xcb_autogen/deps" is newer than depends file "/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/autotype/xcb/CMakeFiles/keepassxc-autotype-xcb.dir/compiler_depend.internal".
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f src/CMakeFiles/keepassxc.dir/build.make src/CMakeFiles/keepassxc.dir/build
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
Consolidate compiler generated dependencies of target keepassxc-autotype-xcb
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f src/autotype/xcb/CMakeFiles/keepassxc-autotype-xcb.dir/build.make src/autotype/xcb/CMakeFiles/keepassxc-autotype-xcb.dir/build
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 70%] Building CXX object src/CMakeFiles/keepassxc.dir/keepassxc_autogen/mocs_compilation.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -Dkeepassxc_EXPORTS -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassxc_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIE -fPIC -MD -MT src/CMakeFiles/keepassxc.dir/keepassxc_autogen/mocs_compilation.cpp.o -MF CMakeFiles/keepassxc.dir/keepassxc_autogen/mocs_compilation.cpp.o.d -o CMakeFiles/keepassxc.dir/keepassxc_autogen/mocs_compilation.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassxc_autogen/mocs_compilation.cpp
AutoMoc: Reading dependencies from "BIN:/tests/testconfig_autogen/EWIEGA46WW/moc_TestConfig.cpp.d"
AutoMoc: Generating MOC compilation "BIN:/tests/testconfig_autogen/mocs_compilation.cpp"
AutoMoc: Merging MOC dependencies into "BIN:/tests/testconfig_autogen/deps"
AutoGen: Writing the parse cache file "BIN:/tests/CMakeFiles/testconfig_autogen.dir/ParseCache.txt"
AutoMoc: Reading dependencies from "BIN:/tests/testfdosecrets_autogen/EWIEGA46WW/moc_TestFdoSecrets.cpp.d"
AutoGen: Writing the settings file "BIN:/tests/CMakeFiles/testconfig_autogen.dir/AutogenUsed.txt"
[ 70%] Building CXX object src/autotype/xcb/CMakeFiles/keepassxc-autotype-xcb.dir/keepassxc-autotype-xcb_autogen/mocs_compilation.cpp.o
AutoMoc: Generating MOC compilation "BIN:/tests/testfdosecrets_autogen/mocs_compilation.cpp"
AutoMoc: Merging MOC dependencies into "BIN:/tests/testfdosecrets_autogen/deps"
AutoGen: Writing the parse cache file "BIN:/tests/CMakeFiles/testfdosecrets_autogen.dir/ParseCache.txt"
AutoGen: Writing the settings file "BIN:/tests/CMakeFiles/testfdosecrets_autogen.dir/AutogenUsed.txt"
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/autotype/xcb && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -Dkeepassxc_autotype_xcb_EXPORTS -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/autotype/xcb/keepassxc-autotype-xcb_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/autotype/xcb/CMakeFiles/keepassxc-autotype-xcb.dir/keepassxc-autotype-xcb_autogen/mocs_compilation.cpp.o -MF CMakeFiles/keepassxc-autotype-xcb.dir/keepassxc-autotype-xcb_autogen/mocs_compilation.cpp.o.d -o CMakeFiles/keepassxc-autotype-xcb.dir/keepassxc-autotype-xcb_autogen/mocs_compilation.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/autotype/xcb/keepassxc-autotype-xcb_autogen/mocs_compilation.cpp
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E touch /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testconfig_autogen/timestamp
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E touch /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testfdosecrets_autogen/timestamp
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 70%] Built target testfdosecrets_autogen
[ 70%] Built target testconfig_autogen
/usr/bin/gmake  -f src/autotype/test/CMakeFiles/keepassxc-autotype-test.dir/build.make src/autotype/test/CMakeFiles/keepassxc-autotype-test.dir/depend
/usr/bin/gmake  -f src/cli/CMakeFiles/keepassxc-cli.dir/build.make src/cli/CMakeFiles/keepassxc-cli.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/autotype/test /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/autotype/test /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/autotype/test/CMakeFiles/keepassxc-autotype-test.dir/DependInfo.cmake "--color="
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/cli /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/cli /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/cli/CMakeFiles/keepassxc-cli.dir/DependInfo.cmake "--color="
[ 70%] Building CXX object src/CMakeFiles/keepassxc.dir/main.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -Dkeepassxc_EXPORTS -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/keepassxc_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/usr/lib/qt/5.15/include/QtGui/5.15.16 -I/usr/lib/qt/5.15/include/QtGui/5.15.16/QtGui -I/usr/lib/qt/5.15/include/QtCore/5.15.16 -I/usr/lib/qt/5.15/include/QtCore/5.15.16/QtCore -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIE -fPIC -MD -MT src/CMakeFiles/keepassxc.dir/main.cpp.o -MF CMakeFiles/keepassxc.dir/main.cpp.o.d -o CMakeFiles/keepassxc.dir/main.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/main.cpp
Dependencies file "src/autotype/test/keepassxc-autotype-test_autogen/deps" is newer than depends file "/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/autotype/test/CMakeFiles/keepassxc-autotype-test.dir/compiler_depend.internal".
Dependencies file "src/cli/keepassxc-cli_autogen/deps" is newer than depends file "/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/cli/CMakeFiles/keepassxc-cli.dir/compiler_depend.internal".
Consolidate compiler generated dependencies of target keepassxc-cli
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f src/cli/CMakeFiles/keepassxc-cli.dir/build.make src/cli/CMakeFiles/keepassxc-cli.dir/build
Consolidate compiler generated dependencies of target keepassxc-autotype-test
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f src/autotype/test/CMakeFiles/keepassxc-autotype-test.dir/build.make src/autotype/test/CMakeFiles/keepassxc-autotype-test.dir/build
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 70%] Building CXX object src/cli/CMakeFiles/keepassxc-cli.dir/keepassxc-cli_autogen/mocs_compilation.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/cli && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DUSE_READLINE -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/cli/keepassxc-cli_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIE -fPIC -MD -MT src/cli/CMakeFiles/keepassxc-cli.dir/keepassxc-cli_autogen/mocs_compilation.cpp.o -MF CMakeFiles/keepassxc-cli.dir/keepassxc-cli_autogen/mocs_compilation.cpp.o.d -o CMakeFiles/keepassxc-cli.dir/keepassxc-cli_autogen/mocs_compilation.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/cli/keepassxc-cli_autogen/mocs_compilation.cpp
[ 70%] Building CXX object src/autotype/test/CMakeFiles/keepassxc-autotype-test.dir/keepassxc-autotype-test_autogen/mocs_compilation.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/autotype/test && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -Dkeepassxc_autotype_test_EXPORTS -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/autotype/test/keepassxc-autotype-test_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/autotype/test/CMakeFiles/keepassxc-autotype-test.dir/keepassxc-autotype-test_autogen/mocs_compilation.cpp.o -MF CMakeFiles/keepassxc-autotype-test.dir/keepassxc-autotype-test_autogen/mocs_compilation.cpp.o.d -o CMakeFiles/keepassxc-autotype-test.dir/keepassxc-autotype-test_autogen/mocs_compilation.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/autotype/test/keepassxc-autotype-test_autogen/mocs_compilation.cpp
AutoMoc: Reading dependencies from "BIN:/tests/testpasskeys_autogen/EWIEGA46WW/moc_TestPasskeys.cpp.d"
AutoMoc: Generating MOC compilation "BIN:/tests/testpasskeys_autogen/mocs_compilation.cpp"
AutoMoc: Merging MOC dependencies into "BIN:/tests/testpasskeys_autogen/deps"
[ 70%] Building CXX object src/cli/CMakeFiles/keepassxc-cli.dir/keepassxc-cli.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/cli && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DUSE_READLINE -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/cli/keepassxc-cli_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIE -fPIC -MD -MT src/cli/CMakeFiles/keepassxc-cli.dir/keepassxc-cli.cpp.o -MF CMakeFiles/keepassxc-cli.dir/keepassxc-cli.cpp.o.d -o CMakeFiles/keepassxc-cli.dir/keepassxc-cli.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/cli/keepassxc-cli.cpp
AutoGen: Writing the parse cache file "BIN:/tests/CMakeFiles/testpasskeys_autogen.dir/ParseCache.txt"
AutoGen: Writing the settings file "BIN:/tests/CMakeFiles/testpasskeys_autogen.dir/AutogenUsed.txt"
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E touch /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testpasskeys_autogen/timestamp
AutoMoc: Reading dependencies from "BIN:/tests/testbrowser_autogen/EWIEGA46WW/moc_TestBrowser.cpp.d"
AutoMoc: Generating MOC compilation "BIN:/tests/testbrowser_autogen/mocs_compilation.cpp"
AutoMoc: Merging MOC dependencies into "BIN:/tests/testbrowser_autogen/deps"
AutoGen: Writing the parse cache file "BIN:/tests/CMakeFiles/testbrowser_autogen.dir/ParseCache.txt"
AutoGen: Writing the settings file "BIN:/tests/CMakeFiles/testbrowser_autogen.dir/AutogenUsed.txt"
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E touch /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testbrowser_autogen/timestamp
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 70%] Built target testpasskeys_autogen
/usr/bin/gmake  -f tests/CMakeFiles/testgroup.dir/build.make tests/CMakeFiles/testgroup.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testgroup.dir/DependInfo.cmake "--color="
[ 70%] Built target testbrowser_autogen
/usr/bin/gmake  -f tests/CMakeFiles/testkdbx2.dir/build.make tests/CMakeFiles/testkdbx2.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testkdbx2.dir/DependInfo.cmake "--color="
Dependencies file "tests/testgroup_autogen/deps" is newer than depends file "/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testgroup.dir/compiler_depend.internal".
Dependencies file "tests/testkdbx2_autogen/deps" is newer than depends file "/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testkdbx2.dir/compiler_depend.internal".
Consolidate compiler generated dependencies of target testgroup
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testgroup.dir/build.make tests/CMakeFiles/testgroup.dir/build
Consolidate compiler generated dependencies of target testkdbx2
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testkdbx2.dir/build.make tests/CMakeFiles/testkdbx2.dir/build
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
AutoMoc: Reading dependencies from "BIN:/tests/testurltools_autogen/EWIEGA46WW/moc_TestUrlTools.cpp.d"
AutoMoc: Generating MOC compilation "BIN:/tests/testurltools_autogen/mocs_compilation.cpp"
[ 70%] Building CXX object tests/CMakeFiles/testgroup.dir/testgroup_autogen/mocs_compilation.cpp.o
AutoMoc: Merging MOC dependencies into "BIN:/tests/testurltools_autogen/deps"
AutoGen: Writing the parse cache file "BIN:/tests/CMakeFiles/testurltools_autogen.dir/ParseCache.txt"
AutoGen: Writing the settings file "BIN:/tests/CMakeFiles/testurltools_autogen.dir/AutogenUsed.txt"
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testgroup_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/../src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtTest -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIE -fPIC -MD -MT tests/CMakeFiles/testgroup.dir/testgroup_autogen/mocs_compilation.cpp.o -MF CMakeFiles/testgroup.dir/testgroup_autogen/mocs_compilation.cpp.o.d -o CMakeFiles/testgroup.dir/testgroup_autogen/mocs_compilation.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testgroup_autogen/mocs_compilation.cpp
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E touch /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testurltools_autogen/timestamp
[ 70%] Building CXX object tests/CMakeFiles/testkdbx2.dir/testkdbx2_autogen/mocs_compilation.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testkdbx2_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/../src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -isystem /usr/lib/qt/5.15/include/QtTest -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIE -fPIC -MD -MT tests/CMakeFiles/testkdbx2.dir/testkdbx2_autogen/mocs_compilation.cpp.o -MF CMakeFiles/testkdbx2.dir/testkdbx2_autogen/mocs_compilation.cpp.o.d -o CMakeFiles/testkdbx2.dir/testkdbx2_autogen/mocs_compilation.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testkdbx2_autogen/mocs_compilation.cpp
AutoMoc: Reading dependencies from "BIN:/tests/testcli_autogen/EWIEGA46WW/moc_TestCli.cpp.d"
AutoMoc: Generating MOC compilation "BIN:/tests/testcli_autogen/mocs_compilation.cpp"
AutoMoc: Merging MOC dependencies into "BIN:/tests/testcli_autogen/deps"
AutoGen: Writing the parse cache file "BIN:/tests/CMakeFiles/testcli_autogen.dir/ParseCache.txt"
AutoGen: Writing the settings file "BIN:/tests/CMakeFiles/testcli_autogen.dir/AutogenUsed.txt"
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E touch /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testcli_autogen/timestamp
[ 70%] Built target testurltools_autogen
/usr/bin/gmake  -f tests/CMakeFiles/testkdbx3.dir/build.make tests/CMakeFiles/testkdbx3.dir/depend
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testkdbx3.dir/DependInfo.cmake "--color="
[ 70%] Built target testcli_autogen
Dependencies file "tests/testkdbx3_autogen/deps" is newer than depends file "/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testkdbx3.dir/compiler_depend.internal".
Consolidate compiler generated dependencies of target testkdbx3
[ 70%] Building CXX object tests/CMakeFiles/testgroup.dir/TestGroup.cpp.o
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testkdbx3.dir/build.make tests/CMakeFiles/testkdbx3.dir/build
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testgroup_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/../src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtTest -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIE -fPIC -MD -MT tests/CMakeFiles/testgroup.dir/TestGroup.cpp.o -MF CMakeFiles/testgroup.dir/TestGroup.cpp.o.d -o CMakeFiles/testgroup.dir/TestGroup.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests/TestGroup.cpp
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 70%] Building CXX object tests/CMakeFiles/testkdbx3.dir/testkdbx3_autogen/mocs_compilation.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testkdbx3_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/../src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtTest -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIE -fPIC -MD -MT tests/CMakeFiles/testkdbx3.dir/testkdbx3_autogen/mocs_compilation.cpp.o -MF CMakeFiles/testkdbx3.dir/testkdbx3_autogen/mocs_compilation.cpp.o.d -o CMakeFiles/testkdbx3.dir/testkdbx3_autogen/mocs_compilation.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testkdbx3_autogen/mocs_compilation.cpp
[ 70%] Building CXX object tests/CMakeFiles/testkdbx2.dir/TestKdbx2.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testkdbx2_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/../src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -isystem /usr/lib/qt/5.15/include/QtTest -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIE -fPIC -MD -MT tests/CMakeFiles/testkdbx2.dir/TestKdbx2.cpp.o -MF CMakeFiles/testkdbx2.dir/TestKdbx2.cpp.o.d -o CMakeFiles/testkdbx2.dir/TestKdbx2.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests/TestKdbx2.cpp
[ 70%] Building CXX object tests/CMakeFiles/testkdbx3.dir/TestKeePass2Format.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testkdbx3_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/../src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtTest -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIE -fPIC -MD -MT tests/CMakeFiles/testkdbx3.dir/TestKeePass2Format.cpp.o -MF CMakeFiles/testkdbx3.dir/TestKeePass2Format.cpp.o.d -o CMakeFiles/testkdbx3.dir/TestKeePass2Format.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests/TestKeePass2Format.cpp
[ 71%] Building CXX object src/autotype/test/CMakeFiles/keepassxc-autotype-test.dir/AutoTypeTest.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/autotype/test && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -Dkeepassxc_autotype_test_EXPORTS -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/autotype/test/keepassxc-autotype-test_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/autotype/test/CMakeFiles/keepassxc-autotype-test.dir/AutoTypeTest.cpp.o -MF CMakeFiles/keepassxc-autotype-test.dir/AutoTypeTest.cpp.o.d -o CMakeFiles/keepassxc-autotype-test.dir/AutoTypeTest.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/autotype/test/AutoTypeTest.cpp
[ 71%] Building CXX object src/autotype/xcb/CMakeFiles/keepassxc-autotype-xcb.dir/AutoTypeXCB.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/autotype/xcb && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -Dkeepassxc_autotype_xcb_EXPORTS -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/autotype/xcb/keepassxc-autotype-xcb_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIC -fPIC -MD -MT src/autotype/xcb/CMakeFiles/keepassxc-autotype-xcb.dir/AutoTypeXCB.cpp.o -MF CMakeFiles/keepassxc-autotype-xcb.dir/AutoTypeXCB.cpp.o.d -o CMakeFiles/keepassxc-autotype-xcb.dir/AutoTypeXCB.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/autotype/xcb/AutoTypeXCB.cpp
[ 71%] Linking CXX executable keepassxc-cli
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/cli && /usr/bin/cmake -E cmake_link_script CMakeFiles/keepassxc-cli.dir/link.txt --verbose=1
[ 71%] Building CXX object tests/CMakeFiles/testkdbx3.dir/FailDevice.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testkdbx3_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/../src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtTest -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIE -fPIC -MD -MT tests/CMakeFiles/testkdbx3.dir/FailDevice.cpp.o -MF CMakeFiles/testkdbx3.dir/FailDevice.cpp.o.d -o CMakeFiles/testkdbx3.dir/FailDevice.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests/FailDevice.cpp
[ 71%] Linking CXX executable keepassxc
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src && /usr/bin/cmake -E cmake_link_script CMakeFiles/keepassxc.dir/link.txt --verbose=1
/usr/gcc/14/bin/g++ -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -m64 -lsocket -lcurses -Wl,--no-undefined "CMakeFiles/keepassxc-cli.dir/keepassxc-cli_autogen/mocs_compilation.cpp.o" "CMakeFiles/keepassxc-cli.dir/keepassxc-cli.cpp.o" -o keepassxc-cli  -Wl,-R/usr/lib/qt/5.15/lib/amd64: libcli.a ../libkeepassx_core.a /usr/lib/64/libreadline.so ../thirdparty/zxcvbn/libzxcvbn.a ../libautotype.a ../browser/libkeepassxcbrowser.a ../qrcode/libqrcode.a /usr/lib/qt/5.15/lib/amd64/libQt5Svg.so.5.15.16 /usr/lib/amd64/libqrencode.so ../fdosecrets/libfdosecrets.a /usr/lib/qt/5.15/lib/amd64/libQt5Concurrent.so.5.15.16 /usr/lib/amd64/libbotan-3.so /usr/lib/amd64/libz.so /usr/lib/amd64/libminizip.so -largon2 ../sshagent/libsshagent.a /usr/lib/qt/5.15/lib/amd64/libQt5Network.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5Widgets.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5DBus.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5X11Extras.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5Gui.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5Core.so.5.15.16 -lX11
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 71%] Built target keepassxc-cli
/usr/bin/gmake  -f tests/CMakeFiles/testkdbx4.dir/build.make tests/CMakeFiles/testkdbx4.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testkdbx4.dir/DependInfo.cmake "--color="
Dependencies file "tests/testkdbx4_autogen/deps" is newer than depends file "/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testkdbx4.dir/compiler_depend.internal".
Consolidate compiler generated dependencies of target testkdbx4
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testkdbx4.dir/build.make tests/CMakeFiles/testkdbx4.dir/build
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 71%] Building CXX object tests/CMakeFiles/testkdbx4.dir/testkdbx4_autogen/mocs_compilation.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testkdbx4_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/../src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtTest -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIE -fPIC -MD -MT tests/CMakeFiles/testkdbx4.dir/testkdbx4_autogen/mocs_compilation.cpp.o -MF CMakeFiles/testkdbx4.dir/testkdbx4_autogen/mocs_compilation.cpp.o.d -o CMakeFiles/testkdbx4.dir/testkdbx4_autogen/mocs_compilation.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testkdbx4_autogen/mocs_compilation.cpp
/usr/gcc/14/bin/g++ -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -m64 -lsocket -lcurses -Wl,--no-undefined CMakeFiles/keepassxc.dir/keepassxc_autogen/mocs_compilation.cpp.o CMakeFiles/keepassxc.dir/main.cpp.o -o keepassxc  -Wl,-R/usr/lib/qt/5.15/lib/amd64: libkeepassx_core.a libautotype.a browser/libkeepassxcbrowser.a qrcode/libqrcode.a /usr/lib/qt/5.15/lib/amd64/libQt5Svg.so.5.15.16 /usr/lib/amd64/libqrencode.so fdosecrets/libfdosecrets.a /usr/lib/qt/5.15/lib/amd64/libQt5Concurrent.so.5.15.16 /usr/lib/amd64/libbotan-3.so thirdparty/zxcvbn/libzxcvbn.a /usr/lib/amd64/libz.so /usr/lib/amd64/libminizip.so -largon2 sshagent/libsshagent.a /usr/lib/qt/5.15/lib/amd64/libQt5Network.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5Widgets.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5DBus.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5X11Extras.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5Gui.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5Core.so.5.15.16 -lX11
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 72%] Built target keepassxc
/usr/bin/gmake  -f tests/CMakeFiles/testkeys.dir/build.make tests/CMakeFiles/testkeys.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testkeys.dir/DependInfo.cmake "--color="
Dependencies file "tests/testkeys_autogen/deps" is newer than depends file "/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testkeys.dir/compiler_depend.internal".
Consolidate compiler generated dependencies of target testkeys
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testkeys.dir/build.make tests/CMakeFiles/testkeys.dir/build
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 72%] Building CXX object tests/CMakeFiles/testkeys.dir/testkeys_autogen/mocs_compilation.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testkeys_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/../src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -isystem /usr/lib/qt/5.15/include/QtTest -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIE -fPIC -MD -MT tests/CMakeFiles/testkeys.dir/testkeys_autogen/mocs_compilation.cpp.o -MF CMakeFiles/testkeys.dir/testkeys_autogen/mocs_compilation.cpp.o.d -o CMakeFiles/testkeys.dir/testkeys_autogen/mocs_compilation.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testkeys_autogen/mocs_compilation.cpp
[ 72%] Building CXX object tests/CMakeFiles/testkdbx3.dir/mock/MockChallengeResponseKey.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testkdbx3_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/../src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtTest -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIE -fPIC -MD -MT tests/CMakeFiles/testkdbx3.dir/mock/MockChallengeResponseKey.cpp.o -MF CMakeFiles/testkdbx3.dir/mock/MockChallengeResponseKey.cpp.o.d -o CMakeFiles/testkdbx3.dir/mock/MockChallengeResponseKey.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests/mock/MockChallengeResponseKey.cpp
[ 72%] Linking CXX shared module libkeepassxc-autotype-test.so
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/autotype/test && /usr/bin/cmake -E cmake_link_script CMakeFiles/keepassxc-autotype-test.dir/link.txt --verbose=1
/usr/gcc/14/bin/g++ -fPIC -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -m64 -lsocket -lcurses -shared  -o libkeepassxc-autotype-test.so "CMakeFiles/keepassxc-autotype-test.dir/keepassxc-autotype-test_autogen/mocs_compilation.cpp.o" "CMakeFiles/keepassxc-autotype-test.dir/AutoTypeTest.cpp.o"  -Wl,-R/usr/lib/qt/5.15/lib/amd64 ../../libkeepassx_core.a ../../libautotype.a ../../browser/libkeepassxcbrowser.a ../../qrcode/libqrcode.a /usr/lib/qt/5.15/lib/amd64/libQt5Svg.so.5.15.16 /usr/lib/amd64/libqrencode.so ../../fdosecrets/libfdosecrets.a /usr/lib/qt/5.15/lib/amd64/libQt5Concurrent.so.5.15.16 /usr/lib/amd64/libbotan-3.so ../../thirdparty/zxcvbn/libzxcvbn.a /usr/lib/amd64/libz.so /usr/lib/amd64/libminizip.so -largon2 ../../sshagent/libsshagent.a /usr/lib/qt/5.15/lib/amd64/libQt5Widgets.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5Network.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5DBus.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5X11Extras.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5Gui.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5Core.so.5.15.16 -lX11
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 72%] Built target keepassxc-autotype-test
/usr/bin/gmake  -f tests/CMakeFiles/testgroupmodel.dir/build.make tests/CMakeFiles/testgroupmodel.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testgroupmodel.dir/DependInfo.cmake "--color="
Dependencies file "tests/testgroupmodel_autogen/deps" is newer than depends file "/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testgroupmodel.dir/compiler_depend.internal".
Consolidate compiler generated dependencies of target testgroupmodel
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testgroupmodel.dir/build.make tests/CMakeFiles/testgroupmodel.dir/build
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 72%] Building CXX object tests/CMakeFiles/testgroupmodel.dir/testgroupmodel_autogen/mocs_compilation.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testgroupmodel_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/../src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtTest -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIE -fPIC -MD -MT tests/CMakeFiles/testgroupmodel.dir/testgroupmodel_autogen/mocs_compilation.cpp.o -MF CMakeFiles/testgroupmodel.dir/testgroupmodel_autogen/mocs_compilation.cpp.o.d -o CMakeFiles/testgroupmodel.dir/testgroupmodel_autogen/mocs_compilation.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testgroupmodel_autogen/mocs_compilation.cpp
[ 72%] Linking CXX executable testkdbx2
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/testkdbx2.dir/link.txt --verbose=1
[ 72%] Linking CXX executable testgroup
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/testgroup.dir/link.txt --verbose=1
[ 72%] Building CXX object tests/CMakeFiles/testkeys.dir/TestKeys.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testkeys_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/../src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -isystem /usr/lib/qt/5.15/include/QtTest -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIE -fPIC -MD -MT tests/CMakeFiles/testkeys.dir/TestKeys.cpp.o -MF CMakeFiles/testkeys.dir/TestKeys.cpp.o.d -o CMakeFiles/testkeys.dir/TestKeys.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests/TestKeys.cpp
[ 72%] Building CXX object tests/CMakeFiles/testkdbx4.dir/TestKeePass2Format.cpp.o
[ 73%] Linking CXX shared module libkeepassxc-autotype-xcb.so
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/autotype/xcb && /usr/bin/cmake -E cmake_link_script CMakeFiles/keepassxc-autotype-xcb.dir/link.txt --verbose=1
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testkdbx4_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/../src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtTest -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIE -fPIC -MD -MT tests/CMakeFiles/testkdbx4.dir/TestKeePass2Format.cpp.o -MF CMakeFiles/testkdbx4.dir/TestKeePass2Format.cpp.o.d -o CMakeFiles/testkdbx4.dir/TestKeePass2Format.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests/TestKeePass2Format.cpp
/usr/gcc/14/bin/g++ -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -m64 -lsocket -lcurses -Wl,--no-undefined CMakeFiles/testkdbx2.dir/testkdbx2_autogen/mocs_compilation.cpp.o CMakeFiles/testkdbx2.dir/TestKdbx2.cpp.o -o testkdbx2  -Wl,-R/usr/lib/qt/5.15/lib/amd64 ../src/libkeepassx_core.a /usr/lib/qt/5.15/lib/amd64/libQt5Test.so.5.15.16 ../src/libautotype.a ../src/browser/libkeepassxcbrowser.a ../src/qrcode/libqrcode.a /usr/lib/qt/5.15/lib/amd64/libQt5Svg.so.5.15.16 /usr/lib/amd64/libqrencode.so ../src/fdosecrets/libfdosecrets.a /usr/lib/qt/5.15/lib/amd64/libQt5Concurrent.so.5.15.16 /usr/lib/amd64/libbotan-3.so ../src/thirdparty/zxcvbn/libzxcvbn.a /usr/lib/amd64/libz.so /usr/lib/amd64/libminizip.so -largon2 ../src/sshagent/libsshagent.a /usr/lib/qt/5.15/lib/amd64/libQt5Network.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5Widgets.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5DBus.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5X11Extras.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5Gui.so.5.15.16 -lX11 /usr/lib/qt/5.15/lib/amd64/libQt5Core.so.5.15.16
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 73%] Built target testkdbx2
/usr/bin/gmake  -f tests/CMakeFiles/testentrymodel.dir/build.make tests/CMakeFiles/testentrymodel.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testentrymodel.dir/DependInfo.cmake "--color="
Dependencies file "tests/testentrymodel_autogen/deps" is newer than depends file "/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testentrymodel.dir/compiler_depend.internal".
Consolidate compiler generated dependencies of target testentrymodel
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testentrymodel.dir/build.make tests/CMakeFiles/testentrymodel.dir/build
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
ld: warning: file /usr/lib/amd64/libX11.so: attempted multiple inclusion of file
[ 73%] Building CXX object tests/CMakeFiles/testentrymodel.dir/testentrymodel_autogen/mocs_compilation.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testentrymodel_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/../src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtTest -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIE -fPIC -MD -MT tests/CMakeFiles/testentrymodel.dir/testentrymodel_autogen/mocs_compilation.cpp.o -MF CMakeFiles/testentrymodel.dir/testentrymodel_autogen/mocs_compilation.cpp.o.d -o CMakeFiles/testentrymodel.dir/testentrymodel_autogen/mocs_compilation.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testentrymodel_autogen/mocs_compilation.cpp
/usr/gcc/14/bin/g++ -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -m64 -lsocket -lcurses -Wl,--no-undefined CMakeFiles/testgroup.dir/testgroup_autogen/mocs_compilation.cpp.o CMakeFiles/testgroup.dir/TestGroup.cpp.o -o testgroup  -Wl,-R/usr/lib/qt/5.15/lib/amd64 libtestsupport.a ../src/libkeepassx_core.a /usr/lib/qt/5.15/lib/amd64/libQt5Test.so.5.15.16 ../src/libautotype.a ../src/browser/libkeepassxcbrowser.a /usr/lib/qt/5.15/lib/amd64/libQt5Concurrent.so.5.15.16 ../src/qrcode/libqrcode.a /usr/lib/qt/5.15/lib/amd64/libQt5Svg.so.5.15.16 /usr/lib/amd64/libqrencode.so ../src/fdosecrets/libfdosecrets.a /usr/lib/amd64/libbotan-3.so ../src/thirdparty/zxcvbn/libzxcvbn.a /usr/lib/amd64/libz.so /usr/lib/amd64/libminizip.so -largon2 ../src/sshagent/libsshagent.a /usr/lib/qt/5.15/lib/amd64/libQt5Widgets.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5Network.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5DBus.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5X11Extras.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5Gui.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5Core.so.5.15.16 -lX11
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 73%] Built target testgroup
[ 73%] Building CXX object tests/CMakeFiles/testgroupmodel.dir/TestGroupModel.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testgroupmodel_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/../src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtTest -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIE -fPIC -MD -MT tests/CMakeFiles/testgroupmodel.dir/TestGroupModel.cpp.o -MF CMakeFiles/testgroupmodel.dir/TestGroupModel.cpp.o.d -o CMakeFiles/testgroupmodel.dir/TestGroupModel.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests/TestGroupModel.cpp
/usr/gcc/14/bin/g++ -fPIC -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -m64 -lsocket -lcurses -shared  -o libkeepassxc-autotype-xcb.so "CMakeFiles/keepassxc-autotype-xcb.dir/keepassxc-autotype-xcb_autogen/mocs_compilation.cpp.o" "CMakeFiles/keepassxc-autotype-xcb.dir/AutoTypeXCB.cpp.o"  -Wl,-R/usr/lib/qt/5.15/lib/amd64: ../../libkeepassx_core.a /usr/lib/qt/5.15/lib/amd64/libQt5X11Extras.so.5.15.16 /usr/lib/amd64/libX11.so /usr/lib/amd64/libXi.so /usr/lib/amd64/libXtst.so ../../libautotype.a ../../browser/libkeepassxcbrowser.a ../../qrcode/libqrcode.a /usr/lib/qt/5.15/lib/amd64/libQt5Svg.so.5.15.16 /usr/lib/amd64/libqrencode.so ../../fdosecrets/libfdosecrets.a /usr/lib/qt/5.15/lib/amd64/libQt5Concurrent.so.5.15.16 /usr/lib/amd64/libbotan-3.so ../../thirdparty/zxcvbn/libzxcvbn.a /usr/lib/amd64/libz.so /usr/lib/amd64/libminizip.so -largon2 ../../sshagent/libsshagent.a /usr/lib/qt/5.15/lib/amd64/libQt5Widgets.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5Gui.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5Network.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5DBus.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5Core.so.5.15.16 -lX11
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 73%] Built target keepassxc-autotype-xcb
[ 74%] Building CXX object tests/CMakeFiles/testentrymodel.dir/TestEntryModel.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testentrymodel_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/../src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtTest -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIE -fPIC -MD -MT tests/CMakeFiles/testentrymodel.dir/TestEntryModel.cpp.o -MF CMakeFiles/testentrymodel.dir/TestEntryModel.cpp.o.d -o CMakeFiles/testentrymodel.dir/TestEntryModel.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests/TestEntryModel.cpp
[ 74%] Building CXX object tests/CMakeFiles/testkeys.dir/mock/MockChallengeResponseKey.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testkeys_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/../src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -isystem /usr/lib/qt/5.15/include/QtTest -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIE -fPIC -MD -MT tests/CMakeFiles/testkeys.dir/mock/MockChallengeResponseKey.cpp.o -MF CMakeFiles/testkeys.dir/mock/MockChallengeResponseKey.cpp.o.d -o CMakeFiles/testkeys.dir/mock/MockChallengeResponseKey.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests/mock/MockChallengeResponseKey.cpp
[ 74%] Building CXX object tests/CMakeFiles/testkdbx4.dir/FailDevice.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testkdbx4_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/../src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtTest -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIE -fPIC -MD -MT tests/CMakeFiles/testkdbx4.dir/FailDevice.cpp.o -MF CMakeFiles/testkdbx4.dir/FailDevice.cpp.o.d -o CMakeFiles/testkdbx4.dir/FailDevice.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests/FailDevice.cpp
[ 74%] Building CXX object tests/CMakeFiles/testkdbx4.dir/mock/MockChallengeResponseKey.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testkdbx4_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/../src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtTest -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIE -fPIC -MD -MT tests/CMakeFiles/testkdbx4.dir/mock/MockChallengeResponseKey.cpp.o -MF CMakeFiles/testkdbx4.dir/mock/MockChallengeResponseKey.cpp.o.d -o CMakeFiles/testkdbx4.dir/mock/MockChallengeResponseKey.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests/mock/MockChallengeResponseKey.cpp
[ 74%] Building CXX object tests/CMakeFiles/testkdbx3.dir/TestKdbx3.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testkdbx3_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/../src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtTest -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIE -fPIC -MD -MT tests/CMakeFiles/testkdbx3.dir/TestKdbx3.cpp.o -MF CMakeFiles/testkdbx3.dir/TestKdbx3.cpp.o.d -o CMakeFiles/testkdbx3.dir/TestKdbx3.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests/TestKdbx3.cpp
[ 75%] Building CXX object tests/CMakeFiles/testkdbx4.dir/TestKdbx4.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testkdbx4_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/../src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtTest -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIE -fPIC -MD -MT tests/CMakeFiles/testkdbx4.dir/TestKdbx4.cpp.o -MF CMakeFiles/testkdbx4.dir/TestKdbx4.cpp.o.d -o CMakeFiles/testkdbx4.dir/TestKdbx4.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests/TestKdbx4.cpp
/usr/bin/gmake  -f tests/CMakeFiles/testcryptohash.dir/build.make tests/CMakeFiles/testcryptohash.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testcryptohash.dir/DependInfo.cmake "--color="
Dependencies file "tests/testcryptohash_autogen/deps" is newer than depends file "/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testcryptohash.dir/compiler_depend.internal".
Consolidate compiler generated dependencies of target testcryptohash
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testcryptohash.dir/build.make tests/CMakeFiles/testcryptohash.dir/build
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 75%] Building CXX object tests/CMakeFiles/testcryptohash.dir/testcryptohash_autogen/mocs_compilation.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testcryptohash_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/../src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -isystem /usr/lib/qt/5.15/include/QtTest -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIE -fPIC -MD -MT tests/CMakeFiles/testcryptohash.dir/testcryptohash_autogen/mocs_compilation.cpp.o -MF CMakeFiles/testcryptohash.dir/testcryptohash_autogen/mocs_compilation.cpp.o.d -o CMakeFiles/testcryptohash.dir/testcryptohash_autogen/mocs_compilation.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testcryptohash_autogen/mocs_compilation.cpp
[ 75%] Linking CXX executable testgroupmodel
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/testgroupmodel.dir/link.txt --verbose=1
[ 75%] Linking CXX executable testkeys
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/testkeys.dir/link.txt --verbose=1
[ 76%] Building CXX object tests/CMakeFiles/testcryptohash.dir/TestCryptoHash.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testcryptohash_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/../src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -isystem /usr/lib/qt/5.15/include/QtTest -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIE -fPIC -MD -MT tests/CMakeFiles/testcryptohash.dir/TestCryptoHash.cpp.o -MF CMakeFiles/testcryptohash.dir/TestCryptoHash.cpp.o.d -o CMakeFiles/testcryptohash.dir/TestCryptoHash.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests/TestCryptoHash.cpp
/usr/gcc/14/bin/g++ -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -m64 -lsocket -lcurses -Wl,--no-undefined CMakeFiles/testkeys.dir/testkeys_autogen/mocs_compilation.cpp.o CMakeFiles/testkeys.dir/TestKeys.cpp.o CMakeFiles/testkeys.dir/mock/MockChallengeResponseKey.cpp.o -o testkeys  -Wl,-R/usr/lib/qt/5.15/lib/amd64 ../src/libkeepassx_core.a /usr/lib/qt/5.15/lib/amd64/libQt5Test.so.5.15.16 ../src/libautotype.a ../src/browser/libkeepassxcbrowser.a ../src/qrcode/libqrcode.a /usr/lib/qt/5.15/lib/amd64/libQt5Svg.so.5.15.16 /usr/lib/amd64/libqrencode.so ../src/fdosecrets/libfdosecrets.a /usr/lib/qt/5.15/lib/amd64/libQt5Concurrent.so.5.15.16 /usr/lib/amd64/libbotan-3.so ../src/thirdparty/zxcvbn/libzxcvbn.a /usr/lib/amd64/libz.so /usr/lib/amd64/libminizip.so -largon2 ../src/sshagent/libsshagent.a /usr/lib/qt/5.15/lib/amd64/libQt5Network.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5Widgets.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5DBus.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5X11Extras.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5Gui.so.5.15.16 -lX11 /usr/lib/qt/5.15/lib/amd64/libQt5Core.so.5.15.16
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/gcc/14/bin/g++ -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -m64 -lsocket -lcurses -Wl,--no-undefined CMakeFiles/testgroupmodel.dir/testgroupmodel_autogen/mocs_compilation.cpp.o CMakeFiles/testgroupmodel.dir/TestGroupModel.cpp.o -o testgroupmodel  -Wl,-R/usr/lib/qt/5.15/lib/amd64 libtestsupport.a ../src/libkeepassx_core.a /usr/lib/qt/5.15/lib/amd64/libQt5Test.so.5.15.16 ../src/libautotype.a ../src/browser/libkeepassxcbrowser.a /usr/lib/qt/5.15/lib/amd64/libQt5Concurrent.so.5.15.16 ../src/qrcode/libqrcode.a /usr/lib/qt/5.15/lib/amd64/libQt5Svg.so.5.15.16 /usr/lib/amd64/libqrencode.so ../src/fdosecrets/libfdosecrets.a /usr/lib/amd64/libbotan-3.so ../src/thirdparty/zxcvbn/libzxcvbn.a /usr/lib/amd64/libz.so /usr/lib/amd64/libminizip.so -largon2 ../src/sshagent/libsshagent.a /usr/lib/qt/5.15/lib/amd64/libQt5Widgets.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5Network.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5DBus.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5X11Extras.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5Gui.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5Core.so.5.15.16 -lX11
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 76%] Built target testkeys
/usr/bin/gmake  -f tests/CMakeFiles/testsymmetriccipher.dir/build.make tests/CMakeFiles/testsymmetriccipher.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testsymmetriccipher.dir/DependInfo.cmake "--color="
[ 77%] Built target testgroupmodel
/usr/bin/gmake  -f tests/CMakeFiles/testhashedblockstream.dir/build.make tests/CMakeFiles/testhashedblockstream.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testhashedblockstream.dir/DependInfo.cmake "--color="
Dependencies file "tests/testsymmetriccipher_autogen/deps" is newer than depends file "/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testsymmetriccipher.dir/compiler_depend.internal".
Dependencies file "tests/testhashedblockstream_autogen/deps" is newer than depends file "/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testhashedblockstream.dir/compiler_depend.internal".
Consolidate compiler generated dependencies of target testsymmetriccipher
Consolidate compiler generated dependencies of target testhashedblockstream
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testsymmetriccipher.dir/build.make tests/CMakeFiles/testsymmetriccipher.dir/build
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testhashedblockstream.dir/build.make tests/CMakeFiles/testhashedblockstream.dir/build
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 77%] Building CXX object tests/CMakeFiles/testsymmetriccipher.dir/testsymmetriccipher_autogen/mocs_compilation.cpp.o
[ 78%] Building CXX object tests/CMakeFiles/testhashedblockstream.dir/testhashedblockstream_autogen/mocs_compilation.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testsymmetriccipher_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/../src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -isystem /usr/lib/qt/5.15/include/QtTest -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIE -fPIC -MD -MT tests/CMakeFiles/testsymmetriccipher.dir/testsymmetriccipher_autogen/mocs_compilation.cpp.o -MF CMakeFiles/testsymmetriccipher.dir/testsymmetriccipher_autogen/mocs_compilation.cpp.o.d -o CMakeFiles/testsymmetriccipher.dir/testsymmetriccipher_autogen/mocs_compilation.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testsymmetriccipher_autogen/mocs_compilation.cpp
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testhashedblockstream_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/../src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtTest -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIE -fPIC -MD -MT tests/CMakeFiles/testhashedblockstream.dir/testhashedblockstream_autogen/mocs_compilation.cpp.o -MF CMakeFiles/testhashedblockstream.dir/testhashedblockstream_autogen/mocs_compilation.cpp.o.d -o CMakeFiles/testhashedblockstream.dir/testhashedblockstream_autogen/mocs_compilation.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testhashedblockstream_autogen/mocs_compilation.cpp
[ 78%] Linking CXX executable testentrymodel
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/testentrymodel.dir/link.txt --verbose=1
/usr/gcc/14/bin/g++ -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -m64 -lsocket -lcurses -Wl,--no-undefined CMakeFiles/testentrymodel.dir/testentrymodel_autogen/mocs_compilation.cpp.o CMakeFiles/testentrymodel.dir/TestEntryModel.cpp.o -o testentrymodel  -Wl,-R/usr/lib/qt/5.15/lib/amd64 libtestsupport.a ../src/libkeepassx_core.a /usr/lib/qt/5.15/lib/amd64/libQt5Test.so.5.15.16 ../src/libautotype.a ../src/browser/libkeepassxcbrowser.a /usr/lib/qt/5.15/lib/amd64/libQt5Concurrent.so.5.15.16 ../src/qrcode/libqrcode.a /usr/lib/qt/5.15/lib/amd64/libQt5Svg.so.5.15.16 /usr/lib/amd64/libqrencode.so ../src/fdosecrets/libfdosecrets.a /usr/lib/amd64/libbotan-3.so ../src/thirdparty/zxcvbn/libzxcvbn.a /usr/lib/amd64/libz.so /usr/lib/amd64/libminizip.so -largon2 ../src/sshagent/libsshagent.a /usr/lib/qt/5.15/lib/amd64/libQt5Widgets.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5Network.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5DBus.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5X11Extras.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5Gui.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5Core.so.5.15.16 -lX11
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 78%] Built target testentrymodel
/usr/bin/gmake  -f tests/CMakeFiles/testkeepass2randomstream.dir/build.make tests/CMakeFiles/testkeepass2randomstream.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testkeepass2randomstream.dir/DependInfo.cmake "--color="
Dependencies file "tests/testkeepass2randomstream_autogen/deps" is newer than depends file "/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testkeepass2randomstream.dir/compiler_depend.internal".
Consolidate compiler generated dependencies of target testkeepass2randomstream
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testkeepass2randomstream.dir/build.make tests/CMakeFiles/testkeepass2randomstream.dir/build
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 78%] Building CXX object tests/CMakeFiles/testkeepass2randomstream.dir/testkeepass2randomstream_autogen/mocs_compilation.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testkeepass2randomstream_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/../src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -isystem /usr/lib/qt/5.15/include/QtTest -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIE -fPIC -MD -MT tests/CMakeFiles/testkeepass2randomstream.dir/testkeepass2randomstream_autogen/mocs_compilation.cpp.o -MF CMakeFiles/testkeepass2randomstream.dir/testkeepass2randomstream_autogen/mocs_compilation.cpp.o.d -o CMakeFiles/testkeepass2randomstream.dir/testkeepass2randomstream_autogen/mocs_compilation.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testkeepass2randomstream_autogen/mocs_compilation.cpp
[ 78%] Building CXX object tests/CMakeFiles/testhashedblockstream.dir/TestHashedBlockStream.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testhashedblockstream_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/../src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtTest -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIE -fPIC -MD -MT tests/CMakeFiles/testhashedblockstream.dir/TestHashedBlockStream.cpp.o -MF CMakeFiles/testhashedblockstream.dir/TestHashedBlockStream.cpp.o.d -o CMakeFiles/testhashedblockstream.dir/TestHashedBlockStream.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests/TestHashedBlockStream.cpp
[ 78%] Building CXX object tests/CMakeFiles/testkeepass2randomstream.dir/TestKeePass2RandomStream.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testkeepass2randomstream_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/../src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -isystem /usr/lib/qt/5.15/include/QtTest -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIE -fPIC -MD -MT tests/CMakeFiles/testkeepass2randomstream.dir/TestKeePass2RandomStream.cpp.o -MF CMakeFiles/testkeepass2randomstream.dir/TestKeePass2RandomStream.cpp.o.d -o CMakeFiles/testkeepass2randomstream.dir/TestKeePass2RandomStream.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests/TestKeePass2RandomStream.cpp
[ 79%] Linking CXX executable testkdbx3
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/testkdbx3.dir/link.txt --verbose=1
/usr/gcc/14/bin/g++ -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -m64 -lsocket -lcurses -Wl,--no-undefined CMakeFiles/testkdbx3.dir/testkdbx3_autogen/mocs_compilation.cpp.o CMakeFiles/testkdbx3.dir/TestKeePass2Format.cpp.o CMakeFiles/testkdbx3.dir/FailDevice.cpp.o CMakeFiles/testkdbx3.dir/mock/MockChallengeResponseKey.cpp.o CMakeFiles/testkdbx3.dir/TestKdbx3.cpp.o -o testkdbx3  -Wl,-R/usr/lib/qt/5.15/lib/amd64 libtestsupport.a ../src/libkeepassx_core.a /usr/lib/qt/5.15/lib/amd64/libQt5Test.so.5.15.16 ../src/libautotype.a ../src/browser/libkeepassxcbrowser.a /usr/lib/qt/5.15/lib/amd64/libQt5Concurrent.so.5.15.16 ../src/qrcode/libqrcode.a /usr/lib/qt/5.15/lib/amd64/libQt5Svg.so.5.15.16 /usr/lib/amd64/libqrencode.so ../src/fdosecrets/libfdosecrets.a /usr/lib/amd64/libbotan-3.so ../src/thirdparty/zxcvbn/libzxcvbn.a /usr/lib/amd64/libz.so /usr/lib/amd64/libminizip.so -largon2 ../src/sshagent/libsshagent.a /usr/lib/qt/5.15/lib/amd64/libQt5Widgets.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5Network.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5DBus.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5X11Extras.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5Gui.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5Core.so.5.15.16 -lX11
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 80%] Built target testkdbx3
/usr/bin/gmake  -f tests/CMakeFiles/testmodified.dir/build.make tests/CMakeFiles/testmodified.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testmodified.dir/DependInfo.cmake "--color="
Dependencies file "tests/testmodified_autogen/deps" is newer than depends file "/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testmodified.dir/compiler_depend.internal".
Consolidate compiler generated dependencies of target testmodified
/usr/bin/gmake  -f tests/CMakeFiles/testdeletedobjects.dir/build.make tests/CMakeFiles/testdeletedobjects.dir/depend
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testmodified.dir/build.make tests/CMakeFiles/testmodified.dir/build
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testdeletedobjects.dir/DependInfo.cmake "--color="
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
Dependencies file "tests/testdeletedobjects_autogen/deps" is newer than depends file "/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testdeletedobjects.dir/compiler_depend.internal".
[ 80%] Building CXX object tests/CMakeFiles/testmodified.dir/testmodified_autogen/mocs_compilation.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testmodified_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/../src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtTest -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIE -fPIC -MD -MT tests/CMakeFiles/testmodified.dir/testmodified_autogen/mocs_compilation.cpp.o -MF CMakeFiles/testmodified.dir/testmodified_autogen/mocs_compilation.cpp.o.d -o CMakeFiles/testmodified.dir/testmodified_autogen/mocs_compilation.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testmodified_autogen/mocs_compilation.cpp
Consolidate compiler generated dependencies of target testdeletedobjects
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testdeletedobjects.dir/build.make tests/CMakeFiles/testdeletedobjects.dir/build
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 80%] Building CXX object tests/CMakeFiles/testdeletedobjects.dir/testdeletedobjects_autogen/mocs_compilation.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testdeletedobjects_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/../src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -isystem /usr/lib/qt/5.15/include/QtTest -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIE -fPIC -MD -MT tests/CMakeFiles/testdeletedobjects.dir/testdeletedobjects_autogen/mocs_compilation.cpp.o -MF CMakeFiles/testdeletedobjects.dir/testdeletedobjects_autogen/mocs_compilation.cpp.o.d -o CMakeFiles/testdeletedobjects.dir/testdeletedobjects_autogen/mocs_compilation.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testdeletedobjects_autogen/mocs_compilation.cpp
[ 80%] Building CXX object tests/CMakeFiles/testsymmetriccipher.dir/TestSymmetricCipher.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testsymmetriccipher_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/../src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -isystem /usr/lib/qt/5.15/include/QtTest -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIE -fPIC -MD -MT tests/CMakeFiles/testsymmetriccipher.dir/TestSymmetricCipher.cpp.o -MF CMakeFiles/testsymmetriccipher.dir/TestSymmetricCipher.cpp.o.d -o CMakeFiles/testsymmetriccipher.dir/TestSymmetricCipher.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests/TestSymmetricCipher.cpp
[ 80%] Building CXX object tests/CMakeFiles/testdeletedobjects.dir/TestDeletedObjects.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testdeletedobjects_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/../src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -isystem /usr/lib/qt/5.15/include/QtTest -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIE -fPIC -MD -MT tests/CMakeFiles/testdeletedobjects.dir/TestDeletedObjects.cpp.o -MF CMakeFiles/testdeletedobjects.dir/TestDeletedObjects.cpp.o.d -o CMakeFiles/testdeletedobjects.dir/TestDeletedObjects.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests/TestDeletedObjects.cpp
[ 80%] Linking CXX executable testcryptohash
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/testcryptohash.dir/link.txt --verbose=1
/usr/gcc/14/bin/g++ -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -m64 -lsocket -lcurses -Wl,--no-undefined CMakeFiles/testcryptohash.dir/testcryptohash_autogen/mocs_compilation.cpp.o CMakeFiles/testcryptohash.dir/TestCryptoHash.cpp.o -o testcryptohash  -Wl,-R/usr/lib/qt/5.15/lib/amd64 ../src/libkeepassx_core.a /usr/lib/qt/5.15/lib/amd64/libQt5Test.so.5.15.16 ../src/libautotype.a ../src/browser/libkeepassxcbrowser.a ../src/qrcode/libqrcode.a /usr/lib/qt/5.15/lib/amd64/libQt5Svg.so.5.15.16 /usr/lib/amd64/libqrencode.so ../src/fdosecrets/libfdosecrets.a /usr/lib/qt/5.15/lib/amd64/libQt5Concurrent.so.5.15.16 /usr/lib/amd64/libbotan-3.so ../src/thirdparty/zxcvbn/libzxcvbn.a /usr/lib/amd64/libz.so /usr/lib/amd64/libminizip.so -largon2 ../src/sshagent/libsshagent.a /usr/lib/qt/5.15/lib/amd64/libQt5Network.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5Widgets.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5DBus.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5X11Extras.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5Gui.so.5.15.16 -lX11 /usr/lib/qt/5.15/lib/amd64/libQt5Core.so.5.15.16
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 80%] Built target testcryptohash
/usr/bin/gmake  -f tests/CMakeFiles/testkeepass1reader.dir/build.make tests/CMakeFiles/testkeepass1reader.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testkeepass1reader.dir/DependInfo.cmake "--color="
Dependencies file "tests/testkeepass1reader_autogen/deps" is newer than depends file "/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testkeepass1reader.dir/compiler_depend.internal".
Consolidate compiler generated dependencies of target testkeepass1reader
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testkeepass1reader.dir/build.make tests/CMakeFiles/testkeepass1reader.dir/build
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 80%] Building CXX object tests/CMakeFiles/testkeepass1reader.dir/testkeepass1reader_autogen/mocs_compilation.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testkeepass1reader_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/../src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -isystem /usr/lib/qt/5.15/include/QtTest -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIE -fPIC -MD -MT tests/CMakeFiles/testkeepass1reader.dir/testkeepass1reader_autogen/mocs_compilation.cpp.o -MF CMakeFiles/testkeepass1reader.dir/testkeepass1reader_autogen/mocs_compilation.cpp.o.d -o CMakeFiles/testkeepass1reader.dir/testkeepass1reader_autogen/mocs_compilation.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testkeepass1reader_autogen/mocs_compilation.cpp
[ 80%] Linking CXX executable testkdbx4
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/testkdbx4.dir/link.txt --verbose=1
[ 80%] Linking CXX executable testhashedblockstream
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/testhashedblockstream.dir/link.txt --verbose=1
/usr/gcc/14/bin/g++ -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -m64 -lsocket -lcurses -Wl,--no-undefined CMakeFiles/testkdbx4.dir/testkdbx4_autogen/mocs_compilation.cpp.o CMakeFiles/testkdbx4.dir/TestKeePass2Format.cpp.o CMakeFiles/testkdbx4.dir/FailDevice.cpp.o CMakeFiles/testkdbx4.dir/mock/MockChallengeResponseKey.cpp.o CMakeFiles/testkdbx4.dir/TestKdbx4.cpp.o -o testkdbx4  -Wl,-R/usr/lib/qt/5.15/lib/amd64 libtestsupport.a ../src/libkeepassx_core.a /usr/lib/qt/5.15/lib/amd64/libQt5Test.so.5.15.16 ../src/libautotype.a ../src/browser/libkeepassxcbrowser.a /usr/lib/qt/5.15/lib/amd64/libQt5Concurrent.so.5.15.16 ../src/qrcode/libqrcode.a /usr/lib/qt/5.15/lib/amd64/libQt5Svg.so.5.15.16 /usr/lib/amd64/libqrencode.so ../src/fdosecrets/libfdosecrets.a /usr/lib/amd64/libbotan-3.so ../src/thirdparty/zxcvbn/libzxcvbn.a /usr/lib/amd64/libz.so /usr/lib/amd64/libminizip.so -largon2 ../src/sshagent/libsshagent.a /usr/lib/qt/5.15/lib/amd64/libQt5Widgets.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5Network.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5DBus.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5X11Extras.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5Gui.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5Core.so.5.15.16 -lX11
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 80%] Built target testkdbx4
[ 80%] Building CXX object tests/CMakeFiles/testkeepass1reader.dir/TestKeePass1Reader.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testkeepass1reader_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/../src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -isystem /usr/lib/qt/5.15/include/QtTest -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIE -fPIC -MD -MT tests/CMakeFiles/testkeepass1reader.dir/TestKeePass1Reader.cpp.o -MF CMakeFiles/testkeepass1reader.dir/TestKeePass1Reader.cpp.o.d -o CMakeFiles/testkeepass1reader.dir/TestKeePass1Reader.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests/TestKeePass1Reader.cpp
[ 80%] Building CXX object tests/CMakeFiles/testmodified.dir/TestModified.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testmodified_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/../src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtTest -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIE -fPIC -MD -MT tests/CMakeFiles/testmodified.dir/TestModified.cpp.o -MF CMakeFiles/testmodified.dir/TestModified.cpp.o.d -o CMakeFiles/testmodified.dir/TestModified.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests/TestModified.cpp
/usr/bin/gmake  -f tests/CMakeFiles/testimports.dir/build.make tests/CMakeFiles/testimports.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testimports.dir/DependInfo.cmake "--color="
Dependencies file "tests/testimports_autogen/deps" is newer than depends file "/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testimports.dir/compiler_depend.internal".
Consolidate compiler generated dependencies of target testimports
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testimports.dir/build.make tests/CMakeFiles/testimports.dir/build
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 80%] Building CXX object tests/CMakeFiles/testimports.dir/testimports_autogen/mocs_compilation.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testimports_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/../src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -isystem /usr/lib/qt/5.15/include/QtTest -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIE -fPIC -MD -MT tests/CMakeFiles/testimports.dir/testimports_autogen/mocs_compilation.cpp.o -MF CMakeFiles/testimports.dir/testimports_autogen/mocs_compilation.cpp.o.d -o CMakeFiles/testimports.dir/testimports_autogen/mocs_compilation.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testimports_autogen/mocs_compilation.cpp
[ 80%] Linking CXX executable testkeepass2randomstream
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/testkeepass2randomstream.dir/link.txt --verbose=1
/usr/gcc/14/bin/g++ -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -m64 -lsocket -lcurses -Wl,--no-undefined CMakeFiles/testhashedblockstream.dir/testhashedblockstream_autogen/mocs_compilation.cpp.o CMakeFiles/testhashedblockstream.dir/TestHashedBlockStream.cpp.o -o testhashedblockstream  -Wl,-R/usr/lib/qt/5.15/lib/amd64 libtestsupport.a ../src/libkeepassx_core.a /usr/lib/qt/5.15/lib/amd64/libQt5Test.so.5.15.16 ../src/libautotype.a ../src/browser/libkeepassxcbrowser.a /usr/lib/qt/5.15/lib/amd64/libQt5Concurrent.so.5.15.16 ../src/qrcode/libqrcode.a /usr/lib/qt/5.15/lib/amd64/libQt5Svg.so.5.15.16 /usr/lib/amd64/libqrencode.so ../src/fdosecrets/libfdosecrets.a /usr/lib/amd64/libbotan-3.so ../src/thirdparty/zxcvbn/libzxcvbn.a /usr/lib/amd64/libz.so /usr/lib/amd64/libminizip.so -largon2 ../src/sshagent/libsshagent.a /usr/lib/qt/5.15/lib/amd64/libQt5Widgets.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5Network.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5DBus.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5X11Extras.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5Gui.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5Core.so.5.15.16 -lX11
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 80%] Built target testhashedblockstream
/usr/bin/gmake  -f tests/CMakeFiles/testupdatecheck.dir/build.make tests/CMakeFiles/testupdatecheck.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testupdatecheck.dir/DependInfo.cmake "--color="
Dependencies file "tests/testupdatecheck_autogen/deps" is newer than depends file "/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testupdatecheck.dir/compiler_depend.internal".
Consolidate compiler generated dependencies of target testupdatecheck
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testupdatecheck.dir/build.make tests/CMakeFiles/testupdatecheck.dir/build
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 80%] Building CXX object tests/CMakeFiles/testupdatecheck.dir/testupdatecheck_autogen/mocs_compilation.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testupdatecheck_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/../src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -isystem /usr/lib/qt/5.15/include/QtTest -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIE -fPIC -MD -MT tests/CMakeFiles/testupdatecheck.dir/testupdatecheck_autogen/mocs_compilation.cpp.o -MF CMakeFiles/testupdatecheck.dir/testupdatecheck_autogen/mocs_compilation.cpp.o.d -o CMakeFiles/testupdatecheck.dir/testupdatecheck_autogen/mocs_compilation.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testupdatecheck_autogen/mocs_compilation.cpp
/usr/gcc/14/bin/g++ -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -m64 -lsocket -lcurses -Wl,--no-undefined CMakeFiles/testkeepass2randomstream.dir/testkeepass2randomstream_autogen/mocs_compilation.cpp.o CMakeFiles/testkeepass2randomstream.dir/TestKeePass2RandomStream.cpp.o -o testkeepass2randomstream  -Wl,-R/usr/lib/qt/5.15/lib/amd64 ../src/libkeepassx_core.a /usr/lib/qt/5.15/lib/amd64/libQt5Test.so.5.15.16 ../src/libautotype.a ../src/browser/libkeepassxcbrowser.a ../src/qrcode/libqrcode.a /usr/lib/qt/5.15/lib/amd64/libQt5Svg.so.5.15.16 /usr/lib/amd64/libqrencode.so ../src/fdosecrets/libfdosecrets.a /usr/lib/qt/5.15/lib/amd64/libQt5Concurrent.so.5.15.16 /usr/lib/amd64/libbotan-3.so ../src/thirdparty/zxcvbn/libzxcvbn.a /usr/lib/amd64/libz.so /usr/lib/amd64/libminizip.so -largon2 ../src/sshagent/libsshagent.a /usr/lib/qt/5.15/lib/amd64/libQt5Network.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5Widgets.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5DBus.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5X11Extras.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5Gui.so.5.15.16 -lX11 /usr/lib/qt/5.15/lib/amd64/libQt5Core.so.5.15.16
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 80%] Built target testkeepass2randomstream
/usr/bin/gmake  -f tests/CMakeFiles/testicondownloader.dir/build.make tests/CMakeFiles/testicondownloader.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testicondownloader.dir/DependInfo.cmake "--color="
Dependencies file "tests/testicondownloader_autogen/deps" is newer than depends file "/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testicondownloader.dir/compiler_depend.internal".
Consolidate compiler generated dependencies of target testicondownloader
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testicondownloader.dir/build.make tests/CMakeFiles/testicondownloader.dir/build
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 80%] Building CXX object tests/CMakeFiles/testicondownloader.dir/testicondownloader_autogen/mocs_compilation.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testicondownloader_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/../src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -isystem /usr/lib/qt/5.15/include/QtTest -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIE -fPIC -MD -MT tests/CMakeFiles/testicondownloader.dir/testicondownloader_autogen/mocs_compilation.cpp.o -MF CMakeFiles/testicondownloader.dir/testicondownloader_autogen/mocs_compilation.cpp.o.d -o CMakeFiles/testicondownloader.dir/testicondownloader_autogen/mocs_compilation.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testicondownloader_autogen/mocs_compilation.cpp
[ 80%] Building CXX object tests/CMakeFiles/testupdatecheck.dir/TestUpdateCheck.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testupdatecheck_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/../src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -isystem /usr/lib/qt/5.15/include/QtTest -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIE -fPIC -MD -MT tests/CMakeFiles/testupdatecheck.dir/TestUpdateCheck.cpp.o -MF CMakeFiles/testupdatecheck.dir/TestUpdateCheck.cpp.o.d -o CMakeFiles/testupdatecheck.dir/TestUpdateCheck.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests/TestUpdateCheck.cpp
[ 80%] Linking CXX executable testdeletedobjects
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/testdeletedobjects.dir/link.txt --verbose=1
[ 80%] Linking CXX executable testsymmetriccipher
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/testsymmetriccipher.dir/link.txt --verbose=1
/usr/gcc/14/bin/g++ -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -m64 -lsocket -lcurses -Wl,--no-undefined CMakeFiles/testdeletedobjects.dir/testdeletedobjects_autogen/mocs_compilation.cpp.o CMakeFiles/testdeletedobjects.dir/TestDeletedObjects.cpp.o -o testdeletedobjects  -Wl,-R/usr/lib/qt/5.15/lib/amd64 ../src/libkeepassx_core.a /usr/lib/qt/5.15/lib/amd64/libQt5Test.so.5.15.16 ../src/libautotype.a ../src/browser/libkeepassxcbrowser.a ../src/qrcode/libqrcode.a /usr/lib/qt/5.15/lib/amd64/libQt5Svg.so.5.15.16 /usr/lib/amd64/libqrencode.so ../src/fdosecrets/libfdosecrets.a /usr/lib/qt/5.15/lib/amd64/libQt5Concurrent.so.5.15.16 /usr/lib/amd64/libbotan-3.so ../src/thirdparty/zxcvbn/libzxcvbn.a /usr/lib/amd64/libz.so /usr/lib/amd64/libminizip.so -largon2 ../src/sshagent/libsshagent.a /usr/lib/qt/5.15/lib/amd64/libQt5Network.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5Widgets.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5DBus.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5X11Extras.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5Gui.so.5.15.16 -lX11 /usr/lib/qt/5.15/lib/amd64/libQt5Core.so.5.15.16
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 81%] Built target testdeletedobjects
/usr/bin/gmake  -f tests/CMakeFiles/testautotype.dir/build.make tests/CMakeFiles/testautotype.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testautotype.dir/DependInfo.cmake "--color="
Dependencies file "tests/testautotype_autogen/deps" is newer than depends file "/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testautotype.dir/compiler_depend.internal".
Consolidate compiler generated dependencies of target testautotype
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testautotype.dir/build.make tests/CMakeFiles/testautotype.dir/build
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 81%] Building CXX object tests/CMakeFiles/testautotype.dir/testautotype_autogen/mocs_compilation.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -Dtestautotype_EXPORTS -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testautotype_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/../src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -isystem /usr/lib/qt/5.15/include/QtTest -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIE -fPIC -MD -MT tests/CMakeFiles/testautotype.dir/testautotype_autogen/mocs_compilation.cpp.o -MF CMakeFiles/testautotype.dir/testautotype_autogen/mocs_compilation.cpp.o.d -o CMakeFiles/testautotype.dir/testautotype_autogen/mocs_compilation.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testautotype_autogen/mocs_compilation.cpp
[ 81%] Building CXX object tests/CMakeFiles/testimports.dir/TestImports.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testimports_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/../src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -isystem /usr/lib/qt/5.15/include/QtTest -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIE -fPIC -MD -MT tests/CMakeFiles/testimports.dir/TestImports.cpp.o -MF CMakeFiles/testimports.dir/TestImports.cpp.o.d -o CMakeFiles/testimports.dir/TestImports.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests/TestImports.cpp
/usr/gcc/14/bin/g++ -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -m64 -lsocket -lcurses -Wl,--no-undefined CMakeFiles/testsymmetriccipher.dir/testsymmetriccipher_autogen/mocs_compilation.cpp.o CMakeFiles/testsymmetriccipher.dir/TestSymmetricCipher.cpp.o -o testsymmetriccipher  -Wl,-R/usr/lib/qt/5.15/lib/amd64 ../src/libkeepassx_core.a /usr/lib/qt/5.15/lib/amd64/libQt5Test.so.5.15.16 ../src/libautotype.a ../src/browser/libkeepassxcbrowser.a ../src/qrcode/libqrcode.a /usr/lib/qt/5.15/lib/amd64/libQt5Svg.so.5.15.16 /usr/lib/amd64/libqrencode.so ../src/fdosecrets/libfdosecrets.a /usr/lib/qt/5.15/lib/amd64/libQt5Concurrent.so.5.15.16 /usr/lib/amd64/libbotan-3.so ../src/thirdparty/zxcvbn/libzxcvbn.a /usr/lib/amd64/libz.so /usr/lib/amd64/libminizip.so -largon2 ../src/sshagent/libsshagent.a /usr/lib/qt/5.15/lib/amd64/libQt5Network.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5Widgets.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5DBus.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5X11Extras.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5Gui.so.5.15.16 -lX11 /usr/lib/qt/5.15/lib/amd64/libQt5Core.so.5.15.16
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 82%] Built target testsymmetriccipher
/usr/bin/gmake  -f tests/CMakeFiles/testopensshkey.dir/build.make tests/CMakeFiles/testopensshkey.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testopensshkey.dir/DependInfo.cmake "--color="
Dependencies file "tests/testopensshkey_autogen/deps" is newer than depends file "/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testopensshkey.dir/compiler_depend.internal".
Consolidate compiler generated dependencies of target testopensshkey
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testopensshkey.dir/build.make tests/CMakeFiles/testopensshkey.dir/build
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 83%] Building CXX object tests/CMakeFiles/testopensshkey.dir/testopensshkey_autogen/mocs_compilation.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testopensshkey_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/../src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -isystem /usr/lib/qt/5.15/include/QtTest -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIE -fPIC -MD -MT tests/CMakeFiles/testopensshkey.dir/testopensshkey_autogen/mocs_compilation.cpp.o -MF CMakeFiles/testopensshkey.dir/testopensshkey_autogen/mocs_compilation.cpp.o.d -o CMakeFiles/testopensshkey.dir/testopensshkey_autogen/mocs_compilation.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testopensshkey_autogen/mocs_compilation.cpp
[ 83%] Building CXX object tests/CMakeFiles/testautotype.dir/TestAutoType.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -Dtestautotype_EXPORTS -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testautotype_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/../src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -isystem /usr/lib/qt/5.15/include/QtTest -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIE -fPIC -MD -MT tests/CMakeFiles/testautotype.dir/TestAutoType.cpp.o -MF CMakeFiles/testautotype.dir/TestAutoType.cpp.o.d -o CMakeFiles/testautotype.dir/TestAutoType.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests/TestAutoType.cpp
[ 83%] Building CXX object tests/CMakeFiles/testicondownloader.dir/TestIconDownloader.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testicondownloader_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/../src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -isystem /usr/lib/qt/5.15/include/QtTest -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIE -fPIC -MD -MT tests/CMakeFiles/testicondownloader.dir/TestIconDownloader.cpp.o -MF CMakeFiles/testicondownloader.dir/TestIconDownloader.cpp.o.d -o CMakeFiles/testicondownloader.dir/TestIconDownloader.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests/TestIconDownloader.cpp
[ 84%] Linking CXX executable testupdatecheck
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/testupdatecheck.dir/link.txt --verbose=1
[ 85%] Linking CXX executable testkeepass1reader
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/testkeepass1reader.dir/link.txt --verbose=1
/usr/gcc/14/bin/g++ -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -m64 -lsocket -lcurses -Wl,--no-undefined CMakeFiles/testupdatecheck.dir/testupdatecheck_autogen/mocs_compilation.cpp.o CMakeFiles/testupdatecheck.dir/TestUpdateCheck.cpp.o -o testupdatecheck  -Wl,-R/usr/lib/qt/5.15/lib/amd64 ../src/libkeepassx_core.a /usr/lib/qt/5.15/lib/amd64/libQt5Test.so.5.15.16 ../src/libautotype.a ../src/browser/libkeepassxcbrowser.a ../src/qrcode/libqrcode.a /usr/lib/qt/5.15/lib/amd64/libQt5Svg.so.5.15.16 /usr/lib/amd64/libqrencode.so ../src/fdosecrets/libfdosecrets.a /usr/lib/qt/5.15/lib/amd64/libQt5Concurrent.so.5.15.16 /usr/lib/amd64/libbotan-3.so ../src/thirdparty/zxcvbn/libzxcvbn.a /usr/lib/amd64/libz.so /usr/lib/amd64/libminizip.so -largon2 ../src/sshagent/libsshagent.a /usr/lib/qt/5.15/lib/amd64/libQt5Network.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5Widgets.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5DBus.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5X11Extras.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5Gui.so.5.15.16 -lX11 /usr/lib/qt/5.15/lib/amd64/libQt5Core.so.5.15.16
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 85%] Built target testupdatecheck
/usr/bin/gmake  -f tests/CMakeFiles/testsshagent.dir/build.make tests/CMakeFiles/testsshagent.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testsshagent.dir/DependInfo.cmake "--color="
[ 85%] Building CXX object tests/CMakeFiles/testopensshkey.dir/TestOpenSSHKey.cpp.o
Dependencies file "tests/testsshagent_autogen/deps" is newer than depends file "/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testsshagent.dir/compiler_depend.internal".
Consolidate compiler generated dependencies of target testsshagent
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testopensshkey_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/../src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -isystem /usr/lib/qt/5.15/include/QtTest -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIE -fPIC -MD -MT tests/CMakeFiles/testopensshkey.dir/TestOpenSSHKey.cpp.o -MF CMakeFiles/testopensshkey.dir/TestOpenSSHKey.cpp.o.d -o CMakeFiles/testopensshkey.dir/TestOpenSSHKey.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests/TestOpenSSHKey.cpp
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testsshagent.dir/build.make tests/CMakeFiles/testsshagent.dir/build
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 86%] Building CXX object tests/CMakeFiles/testsshagent.dir/testsshagent_autogen/mocs_compilation.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testsshagent_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/../src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -isystem /usr/lib/qt/5.15/include/QtTest -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIE -fPIC -MD -MT tests/CMakeFiles/testsshagent.dir/testsshagent_autogen/mocs_compilation.cpp.o -MF CMakeFiles/testsshagent.dir/testsshagent_autogen/mocs_compilation.cpp.o.d -o CMakeFiles/testsshagent.dir/testsshagent_autogen/mocs_compilation.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testsshagent_autogen/mocs_compilation.cpp
[ 86%] Building CXX object tests/CMakeFiles/testsshagent.dir/TestSSHAgent.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testsshagent_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/../src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -isystem /usr/lib/qt/5.15/include/QtTest -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIE -fPIC -MD -MT tests/CMakeFiles/testsshagent.dir/TestSSHAgent.cpp.o -MF CMakeFiles/testsshagent.dir/TestSSHAgent.cpp.o.d -o CMakeFiles/testsshagent.dir/TestSSHAgent.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests/TestSSHAgent.cpp
/usr/gcc/14/bin/g++ -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -m64 -lsocket -lcurses -Wl,--no-undefined CMakeFiles/testkeepass1reader.dir/testkeepass1reader_autogen/mocs_compilation.cpp.o CMakeFiles/testkeepass1reader.dir/TestKeePass1Reader.cpp.o -o testkeepass1reader  -Wl,-R/usr/lib/qt/5.15/lib/amd64 ../src/libkeepassx_core.a /usr/lib/qt/5.15/lib/amd64/libQt5Test.so.5.15.16 ../src/libautotype.a ../src/browser/libkeepassxcbrowser.a ../src/qrcode/libqrcode.a /usr/lib/qt/5.15/lib/amd64/libQt5Svg.so.5.15.16 /usr/lib/amd64/libqrencode.so ../src/fdosecrets/libfdosecrets.a /usr/lib/qt/5.15/lib/amd64/libQt5Concurrent.so.5.15.16 /usr/lib/amd64/libbotan-3.so ../src/thirdparty/zxcvbn/libzxcvbn.a /usr/lib/amd64/libz.so /usr/lib/amd64/libminizip.so -largon2 ../src/sshagent/libsshagent.a /usr/lib/qt/5.15/lib/amd64/libQt5Network.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5Widgets.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5DBus.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5X11Extras.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5Gui.so.5.15.16 -lX11 /usr/lib/qt/5.15/lib/amd64/libQt5Core.so.5.15.16
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 86%] Built target testkeepass1reader
/usr/bin/gmake  -f tests/CMakeFiles/testentry.dir/build.make tests/CMakeFiles/testentry.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testentry.dir/DependInfo.cmake "--color="
Dependencies file "tests/testentry_autogen/deps" is newer than depends file "/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testentry.dir/compiler_depend.internal".
Consolidate compiler generated dependencies of target testentry
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testentry.dir/build.make tests/CMakeFiles/testentry.dir/build
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 87%] Building CXX object tests/CMakeFiles/testentry.dir/testentry_autogen/mocs_compilation.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testentry_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/../src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -isystem /usr/lib/qt/5.15/include/QtTest -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIE -fPIC -MD -MT tests/CMakeFiles/testentry.dir/testentry_autogen/mocs_compilation.cpp.o -MF CMakeFiles/testentry.dir/testentry_autogen/mocs_compilation.cpp.o.d -o CMakeFiles/testentry.dir/testentry_autogen/mocs_compilation.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testentry_autogen/mocs_compilation.cpp
[ 88%] Linking CXX executable testicondownloader
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/testicondownloader.dir/link.txt --verbose=1
[ 88%] Linking CXX executable testmodified
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/testmodified.dir/link.txt --verbose=1
/usr/gcc/14/bin/g++ -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -m64 -lsocket -lcurses -Wl,--no-undefined CMakeFiles/testicondownloader.dir/testicondownloader_autogen/mocs_compilation.cpp.o CMakeFiles/testicondownloader.dir/TestIconDownloader.cpp.o -o testicondownloader  -Wl,-R/usr/lib/qt/5.15/lib/amd64 ../src/libkeepassx_core.a /usr/lib/qt/5.15/lib/amd64/libQt5Test.so.5.15.16 ../src/libautotype.a ../src/browser/libkeepassxcbrowser.a ../src/qrcode/libqrcode.a /usr/lib/qt/5.15/lib/amd64/libQt5Svg.so.5.15.16 /usr/lib/amd64/libqrencode.so ../src/fdosecrets/libfdosecrets.a /usr/lib/qt/5.15/lib/amd64/libQt5Concurrent.so.5.15.16 /usr/lib/amd64/libbotan-3.so ../src/thirdparty/zxcvbn/libzxcvbn.a /usr/lib/amd64/libz.so /usr/lib/amd64/libminizip.so -largon2 ../src/sshagent/libsshagent.a /usr/lib/qt/5.15/lib/amd64/libQt5Network.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5Widgets.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5DBus.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5X11Extras.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5Gui.so.5.15.16 -lX11 /usr/lib/qt/5.15/lib/amd64/libQt5Core.so.5.15.16
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 88%] Built target testicondownloader
/usr/bin/gmake  -f tests/CMakeFiles/testmerge.dir/build.make tests/CMakeFiles/testmerge.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testmerge.dir/DependInfo.cmake "--color="
Dependencies file "tests/testmerge_autogen/deps" is newer than depends file "/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testmerge.dir/compiler_depend.internal".
Consolidate compiler generated dependencies of target testmerge
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testmerge.dir/build.make tests/CMakeFiles/testmerge.dir/build
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 88%] Building CXX object tests/CMakeFiles/testmerge.dir/testmerge_autogen/mocs_compilation.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testmerge_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/../src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtTest -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIE -fPIC -MD -MT tests/CMakeFiles/testmerge.dir/testmerge_autogen/mocs_compilation.cpp.o -MF CMakeFiles/testmerge.dir/testmerge_autogen/mocs_compilation.cpp.o.d -o CMakeFiles/testmerge.dir/testmerge_autogen/mocs_compilation.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testmerge_autogen/mocs_compilation.cpp
[ 88%] Linking CXX executable testimports
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/testimports.dir/link.txt --verbose=1
/usr/gcc/14/bin/g++ -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -m64 -lsocket -lcurses -Wl,--no-undefined CMakeFiles/testmodified.dir/testmodified_autogen/mocs_compilation.cpp.o CMakeFiles/testmodified.dir/TestModified.cpp.o -o testmodified  -Wl,-R/usr/lib/qt/5.15/lib/amd64 libtestsupport.a ../src/libkeepassx_core.a /usr/lib/qt/5.15/lib/amd64/libQt5Test.so.5.15.16 ../src/libautotype.a ../src/browser/libkeepassxcbrowser.a /usr/lib/qt/5.15/lib/amd64/libQt5Concurrent.so.5.15.16 ../src/qrcode/libqrcode.a /usr/lib/qt/5.15/lib/amd64/libQt5Svg.so.5.15.16 /usr/lib/amd64/libqrencode.so ../src/fdosecrets/libfdosecrets.a /usr/lib/amd64/libbotan-3.so ../src/thirdparty/zxcvbn/libzxcvbn.a /usr/lib/amd64/libz.so /usr/lib/amd64/libminizip.so -largon2 ../src/sshagent/libsshagent.a /usr/lib/qt/5.15/lib/amd64/libQt5Widgets.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5Network.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5DBus.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5X11Extras.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5Gui.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5Core.so.5.15.16 -lX11
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 89%] Built target testmodified
/usr/bin/gmake  -f tests/CMakeFiles/testpasswordgenerator.dir/build.make tests/CMakeFiles/testpasswordgenerator.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testpasswordgenerator.dir/DependInfo.cmake "--color="
Dependencies file "tests/testpasswordgenerator_autogen/deps" is newer than depends file "/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testpasswordgenerator.dir/compiler_depend.internal".
Consolidate compiler generated dependencies of target testpasswordgenerator
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testpasswordgenerator.dir/build.make tests/CMakeFiles/testpasswordgenerator.dir/build
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 89%] Building CXX object tests/CMakeFiles/testpasswordgenerator.dir/testpasswordgenerator_autogen/mocs_compilation.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testpasswordgenerator_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/../src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -isystem /usr/lib/qt/5.15/include/QtTest -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIE -fPIC -MD -MT tests/CMakeFiles/testpasswordgenerator.dir/testpasswordgenerator_autogen/mocs_compilation.cpp.o -MF CMakeFiles/testpasswordgenerator.dir/testpasswordgenerator_autogen/mocs_compilation.cpp.o.d -o CMakeFiles/testpasswordgenerator.dir/testpasswordgenerator_autogen/mocs_compilation.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testpasswordgenerator_autogen/mocs_compilation.cpp
[ 89%] Building CXX object tests/CMakeFiles/testmerge.dir/TestMerge.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testmerge_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/../src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtTest -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIE -fPIC -MD -MT tests/CMakeFiles/testmerge.dir/TestMerge.cpp.o -MF CMakeFiles/testmerge.dir/TestMerge.cpp.o.d -o CMakeFiles/testmerge.dir/TestMerge.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests/TestMerge.cpp
[ 89%] Building CXX object tests/CMakeFiles/testentry.dir/TestEntry.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testentry_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/../src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -isystem /usr/lib/qt/5.15/include/QtTest -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIE -fPIC -MD -MT tests/CMakeFiles/testentry.dir/TestEntry.cpp.o -MF CMakeFiles/testentry.dir/TestEntry.cpp.o.d -o CMakeFiles/testentry.dir/TestEntry.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests/TestEntry.cpp
[ 90%] Linking CXX executable testautotype
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/testautotype.dir/link.txt --verbose=1
/usr/gcc/14/bin/g++ -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -m64 -lsocket -lcurses -Wl,--no-undefined CMakeFiles/testimports.dir/testimports_autogen/mocs_compilation.cpp.o CMakeFiles/testimports.dir/TestImports.cpp.o -o testimports  -Wl,-R/usr/lib/qt/5.15/lib/amd64 ../src/libkeepassx_core.a /usr/lib/qt/5.15/lib/amd64/libQt5Test.so.5.15.16 ../src/libautotype.a ../src/browser/libkeepassxcbrowser.a ../src/qrcode/libqrcode.a /usr/lib/qt/5.15/lib/amd64/libQt5Svg.so.5.15.16 /usr/lib/amd64/libqrencode.so ../src/fdosecrets/libfdosecrets.a /usr/lib/qt/5.15/lib/amd64/libQt5Concurrent.so.5.15.16 /usr/lib/amd64/libbotan-3.so ../src/thirdparty/zxcvbn/libzxcvbn.a /usr/lib/amd64/libz.so /usr/lib/amd64/libminizip.so -largon2 ../src/sshagent/libsshagent.a /usr/lib/qt/5.15/lib/amd64/libQt5Network.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5Widgets.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5DBus.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5X11Extras.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5Gui.so.5.15.16 -lX11 /usr/lib/qt/5.15/lib/amd64/libQt5Core.so.5.15.16
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 90%] Built target testimports
/usr/bin/gmake  -f tests/CMakeFiles/testpasswordhealth.dir/build.make tests/CMakeFiles/testpasswordhealth.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testpasswordhealth.dir/DependInfo.cmake "--color="
Dependencies file "tests/testpasswordhealth_autogen/deps" is newer than depends file "/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testpasswordhealth.dir/compiler_depend.internal".
Consolidate compiler generated dependencies of target testpasswordhealth
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testpasswordhealth.dir/build.make tests/CMakeFiles/testpasswordhealth.dir/build
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 90%] Building CXX object tests/CMakeFiles/testpasswordhealth.dir/testpasswordhealth_autogen/mocs_compilation.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testpasswordhealth_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/../src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -isystem /usr/lib/qt/5.15/include/QtTest -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIE -fPIC -MD -MT tests/CMakeFiles/testpasswordhealth.dir/testpasswordhealth_autogen/mocs_compilation.cpp.o -MF CMakeFiles/testpasswordhealth.dir/testpasswordhealth_autogen/mocs_compilation.cpp.o.d -o CMakeFiles/testpasswordhealth.dir/testpasswordhealth_autogen/mocs_compilation.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testpasswordhealth_autogen/mocs_compilation.cpp
/usr/gcc/14/bin/g++ -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -m64 -lsocket -lcurses -Wl,--no-undefined CMakeFiles/testautotype.dir/testautotype_autogen/mocs_compilation.cpp.o CMakeFiles/testautotype.dir/TestAutoType.cpp.o -o testautotype  -Wl,-R/usr/lib/qt/5.15/lib/amd64 ../src/libkeepassx_core.a /usr/lib/qt/5.15/lib/amd64/libQt5Test.so.5.15.16 ../src/libautotype.a ../src/browser/libkeepassxcbrowser.a ../src/qrcode/libqrcode.a /usr/lib/qt/5.15/lib/amd64/libQt5Svg.so.5.15.16 /usr/lib/amd64/libqrencode.so ../src/fdosecrets/libfdosecrets.a /usr/lib/qt/5.15/lib/amd64/libQt5Concurrent.so.5.15.16 /usr/lib/amd64/libbotan-3.so ../src/thirdparty/zxcvbn/libzxcvbn.a /usr/lib/amd64/libz.so /usr/lib/amd64/libminizip.so -largon2 ../src/sshagent/libsshagent.a /usr/lib/qt/5.15/lib/amd64/libQt5Network.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5Widgets.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5DBus.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5X11Extras.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5Gui.so.5.15.16 -lX11 /usr/lib/qt/5.15/lib/amd64/libQt5Core.so.5.15.16
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 90%] Built target testautotype
/usr/bin/gmake  -f tests/CMakeFiles/testpassphrasegenerator.dir/build.make tests/CMakeFiles/testpassphrasegenerator.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testpassphrasegenerator.dir/DependInfo.cmake "--color="
Dependencies file "tests/testpassphrasegenerator_autogen/deps" is newer than depends file "/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testpassphrasegenerator.dir/compiler_depend.internal".
Consolidate compiler generated dependencies of target testpassphrasegenerator
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testpassphrasegenerator.dir/build.make tests/CMakeFiles/testpassphrasegenerator.dir/build
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 90%] Building CXX object tests/CMakeFiles/testpassphrasegenerator.dir/testpassphrasegenerator_autogen/mocs_compilation.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testpassphrasegenerator_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/../src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -isystem /usr/lib/qt/5.15/include/QtTest -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIE -fPIC -MD -MT tests/CMakeFiles/testpassphrasegenerator.dir/testpassphrasegenerator_autogen/mocs_compilation.cpp.o -MF CMakeFiles/testpassphrasegenerator.dir/testpassphrasegenerator_autogen/mocs_compilation.cpp.o.d -o CMakeFiles/testpassphrasegenerator.dir/testpassphrasegenerator_autogen/mocs_compilation.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testpassphrasegenerator_autogen/mocs_compilation.cpp
[ 90%] Linking CXX executable testsshagent
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/testsshagent.dir/link.txt --verbose=1
[ 90%] Linking CXX executable testopensshkey
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/testopensshkey.dir/link.txt --verbose=1
/usr/gcc/14/bin/g++ -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -m64 -lsocket -lcurses -Wl,--no-undefined CMakeFiles/testsshagent.dir/testsshagent_autogen/mocs_compilation.cpp.o CMakeFiles/testsshagent.dir/TestSSHAgent.cpp.o -o testsshagent  -Wl,-R/usr/lib/qt/5.15/lib/amd64 ../src/libkeepassx_core.a /usr/lib/qt/5.15/lib/amd64/libQt5Test.so.5.15.16 ../src/libautotype.a ../src/browser/libkeepassxcbrowser.a ../src/qrcode/libqrcode.a /usr/lib/qt/5.15/lib/amd64/libQt5Svg.so.5.15.16 /usr/lib/amd64/libqrencode.so ../src/fdosecrets/libfdosecrets.a /usr/lib/qt/5.15/lib/amd64/libQt5Concurrent.so.5.15.16 /usr/lib/amd64/libbotan-3.so ../src/thirdparty/zxcvbn/libzxcvbn.a /usr/lib/amd64/libz.so /usr/lib/amd64/libminizip.so -largon2 ../src/sshagent/libsshagent.a /usr/lib/qt/5.15/lib/amd64/libQt5Network.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5Widgets.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5DBus.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5X11Extras.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5Gui.so.5.15.16 -lX11 /usr/lib/qt/5.15/lib/amd64/libQt5Core.so.5.15.16
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 90%] Built target testsshagent
/usr/bin/gmake  -f tests/CMakeFiles/testhibp.dir/build.make tests/CMakeFiles/testhibp.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testhibp.dir/DependInfo.cmake "--color="
Dependencies file "tests/testhibp_autogen/deps" is newer than depends file "/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testhibp.dir/compiler_depend.internal".
Consolidate compiler generated dependencies of target testhibp
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testhibp.dir/build.make tests/CMakeFiles/testhibp.dir/build
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 90%] Building CXX object tests/CMakeFiles/testhibp.dir/testhibp_autogen/mocs_compilation.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testhibp_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/../src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -isystem /usr/lib/qt/5.15/include/QtTest -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIE -fPIC -MD -MT tests/CMakeFiles/testhibp.dir/testhibp_autogen/mocs_compilation.cpp.o -MF CMakeFiles/testhibp.dir/testhibp_autogen/mocs_compilation.cpp.o.d -o CMakeFiles/testhibp.dir/testhibp_autogen/mocs_compilation.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testhibp_autogen/mocs_compilation.cpp
/usr/gcc/14/bin/g++ -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -m64 -lsocket -lcurses -Wl,--no-undefined CMakeFiles/testopensshkey.dir/testopensshkey_autogen/mocs_compilation.cpp.o CMakeFiles/testopensshkey.dir/TestOpenSSHKey.cpp.o -o testopensshkey  -Wl,-R/usr/lib/qt/5.15/lib/amd64 ../src/sshagent/libsshagent.a ../src/libkeepassx_core.a /usr/lib/qt/5.15/lib/amd64/libQt5Test.so.5.15.16 ../src/sshagent/libsshagent.a ../src/libautotype.a ../src/browser/libkeepassxcbrowser.a /usr/lib/qt/5.15/lib/amd64/libQt5Network.so.5.15.16 ../src/qrcode/libqrcode.a /usr/lib/qt/5.15/lib/amd64/libQt5Svg.so.5.15.16 /usr/lib/amd64/libqrencode.so ../src/fdosecrets/libfdosecrets.a /usr/lib/qt/5.15/lib/amd64/libQt5Widgets.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5Concurrent.so.5.15.16 /usr/lib/amd64/libbotan-3.so ../src/thirdparty/zxcvbn/libzxcvbn.a /usr/lib/amd64/libz.so /usr/lib/amd64/libminizip.so -largon2 /usr/lib/qt/5.15/lib/amd64/libQt5DBus.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5X11Extras.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5Gui.so.5.15.16 -lX11 /usr/lib/qt/5.15/lib/amd64/libQt5Core.so.5.15.16
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 90%] Built target testopensshkey
[ 90%] Building CXX object tests/CMakeFiles/testpassphrasegenerator.dir/TestPassphraseGenerator.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testpassphrasegenerator_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/../src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -isystem /usr/lib/qt/5.15/include/QtTest -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIE -fPIC -MD -MT tests/CMakeFiles/testpassphrasegenerator.dir/TestPassphraseGenerator.cpp.o -MF CMakeFiles/testpassphrasegenerator.dir/TestPassphraseGenerator.cpp.o.d -o CMakeFiles/testpassphrasegenerator.dir/TestPassphraseGenerator.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests/TestPassphraseGenerator.cpp
[ 90%] Building CXX object tests/CMakeFiles/testpasswordgenerator.dir/TestPasswordGenerator.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testpasswordgenerator_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/../src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -isystem /usr/lib/qt/5.15/include/QtTest -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIE -fPIC -MD -MT tests/CMakeFiles/testpasswordgenerator.dir/TestPasswordGenerator.cpp.o -MF CMakeFiles/testpasswordgenerator.dir/TestPasswordGenerator.cpp.o.d -o CMakeFiles/testpasswordgenerator.dir/TestPasswordGenerator.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests/TestPasswordGenerator.cpp
[ 90%] Building CXX object tests/CMakeFiles/testpasswordhealth.dir/TestPasswordHealth.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testpasswordhealth_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/../src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -isystem /usr/lib/qt/5.15/include/QtTest -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIE -fPIC -MD -MT tests/CMakeFiles/testpasswordhealth.dir/TestPasswordHealth.cpp.o -MF CMakeFiles/testpasswordhealth.dir/TestPasswordHealth.cpp.o.d -o CMakeFiles/testpasswordhealth.dir/TestPasswordHealth.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests/TestPasswordHealth.cpp
[ 91%] Building CXX object tests/CMakeFiles/testhibp.dir/TestHibp.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testhibp_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/../src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -isystem /usr/lib/qt/5.15/include/QtTest -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIE -fPIC -MD -MT tests/CMakeFiles/testhibp.dir/TestHibp.cpp.o -MF CMakeFiles/testhibp.dir/TestHibp.cpp.o.d -o CMakeFiles/testhibp.dir/TestHibp.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests/TestHibp.cpp
/usr/bin/gmake  -f tests/CMakeFiles/testtotp.dir/build.make tests/CMakeFiles/testtotp.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testtotp.dir/DependInfo.cmake "--color="
Dependencies file "tests/testtotp_autogen/deps" is newer than depends file "/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testtotp.dir/compiler_depend.internal".
Consolidate compiler generated dependencies of target testtotp
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testtotp.dir/build.make tests/CMakeFiles/testtotp.dir/build
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 91%] Building CXX object tests/CMakeFiles/testtotp.dir/testtotp_autogen/mocs_compilation.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testtotp_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/../src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -isystem /usr/lib/qt/5.15/include/QtTest -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIE -fPIC -MD -MT tests/CMakeFiles/testtotp.dir/testtotp_autogen/mocs_compilation.cpp.o -MF CMakeFiles/testtotp.dir/testtotp_autogen/mocs_compilation.cpp.o.d -o CMakeFiles/testtotp.dir/testtotp_autogen/mocs_compilation.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testtotp_autogen/mocs_compilation.cpp
[ 92%] Building CXX object tests/CMakeFiles/testtotp.dir/TestTotp.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testtotp_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/../src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -isystem /usr/lib/qt/5.15/include/QtTest -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIE -fPIC -MD -MT tests/CMakeFiles/testtotp.dir/TestTotp.cpp.o -MF CMakeFiles/testtotp.dir/TestTotp.cpp.o.d -o CMakeFiles/testtotp.dir/TestTotp.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests/TestTotp.cpp
[ 93%] Linking CXX executable testpassphrasegenerator
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/testpassphrasegenerator.dir/link.txt --verbose=1
/usr/bin/gmake  -f tests/CMakeFiles/testbase32.dir/build.make tests/CMakeFiles/testbase32.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testbase32.dir/DependInfo.cmake "--color="
Dependencies file "tests/testbase32_autogen/deps" is newer than depends file "/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testbase32.dir/compiler_depend.internal".
Consolidate compiler generated dependencies of target testbase32
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testbase32.dir/build.make tests/CMakeFiles/testbase32.dir/build
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 93%] Building CXX object tests/CMakeFiles/testbase32.dir/testbase32_autogen/mocs_compilation.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testbase32_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/../src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -isystem /usr/lib/qt/5.15/include/QtTest -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIE -fPIC -MD -MT tests/CMakeFiles/testbase32.dir/testbase32_autogen/mocs_compilation.cpp.o -MF CMakeFiles/testbase32.dir/testbase32_autogen/mocs_compilation.cpp.o.d -o CMakeFiles/testbase32.dir/testbase32_autogen/mocs_compilation.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testbase32_autogen/mocs_compilation.cpp
[ 93%] Linking CXX executable testentry
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/testentry.dir/link.txt --verbose=1
/usr/gcc/14/bin/g++ -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -m64 -lsocket -lcurses -Wl,--no-undefined CMakeFiles/testpassphrasegenerator.dir/testpassphrasegenerator_autogen/mocs_compilation.cpp.o CMakeFiles/testpassphrasegenerator.dir/TestPassphraseGenerator.cpp.o -o testpassphrasegenerator  -Wl,-R/usr/lib/qt/5.15/lib/amd64 ../src/libkeepassx_core.a /usr/lib/qt/5.15/lib/amd64/libQt5Test.so.5.15.16 ../src/libautotype.a ../src/browser/libkeepassxcbrowser.a ../src/qrcode/libqrcode.a /usr/lib/qt/5.15/lib/amd64/libQt5Svg.so.5.15.16 /usr/lib/amd64/libqrencode.so ../src/fdosecrets/libfdosecrets.a /usr/lib/qt/5.15/lib/amd64/libQt5Concurrent.so.5.15.16 /usr/lib/amd64/libbotan-3.so ../src/thirdparty/zxcvbn/libzxcvbn.a /usr/lib/amd64/libz.so /usr/lib/amd64/libminizip.so -largon2 ../src/sshagent/libsshagent.a /usr/lib/qt/5.15/lib/amd64/libQt5Network.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5Widgets.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5DBus.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5X11Extras.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5Gui.so.5.15.16 -lX11 /usr/lib/qt/5.15/lib/amd64/libQt5Core.so.5.15.16
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 93%] Built target testpassphrasegenerator
[ 93%] Linking CXX executable testpasswordhealth
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/testpasswordhealth.dir/link.txt --verbose=1
/usr/bin/gmake  -f tests/CMakeFiles/testcsvparser.dir/build.make tests/CMakeFiles/testcsvparser.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testcsvparser.dir/DependInfo.cmake "--color="
Dependencies file "tests/testcsvparser_autogen/deps" is newer than depends file "/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testcsvparser.dir/compiler_depend.internal".
Consolidate compiler generated dependencies of target testcsvparser
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testcsvparser.dir/build.make tests/CMakeFiles/testcsvparser.dir/build
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 93%] Building CXX object tests/CMakeFiles/testcsvparser.dir/testcsvparser_autogen/mocs_compilation.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testcsvparser_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/../src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -isystem /usr/lib/qt/5.15/include/QtTest -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIE -fPIC -MD -MT tests/CMakeFiles/testcsvparser.dir/testcsvparser_autogen/mocs_compilation.cpp.o -MF CMakeFiles/testcsvparser.dir/testcsvparser_autogen/mocs_compilation.cpp.o.d -o CMakeFiles/testcsvparser.dir/testcsvparser_autogen/mocs_compilation.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testcsvparser_autogen/mocs_compilation.cpp
[ 93%] Linking CXX executable testpasswordgenerator
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/testpasswordgenerator.dir/link.txt --verbose=1
/usr/gcc/14/bin/g++ -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -m64 -lsocket -lcurses -Wl,--no-undefined CMakeFiles/testentry.dir/testentry_autogen/mocs_compilation.cpp.o CMakeFiles/testentry.dir/TestEntry.cpp.o -o testentry  -Wl,-R/usr/lib/qt/5.15/lib/amd64 ../src/libkeepassx_core.a /usr/lib/qt/5.15/lib/amd64/libQt5Test.so.5.15.16 ../src/libautotype.a ../src/browser/libkeepassxcbrowser.a ../src/qrcode/libqrcode.a /usr/lib/qt/5.15/lib/amd64/libQt5Svg.so.5.15.16 /usr/lib/amd64/libqrencode.so ../src/fdosecrets/libfdosecrets.a /usr/lib/qt/5.15/lib/amd64/libQt5Concurrent.so.5.15.16 /usr/lib/amd64/libbotan-3.so ../src/thirdparty/zxcvbn/libzxcvbn.a /usr/lib/amd64/libz.so /usr/lib/amd64/libminizip.so -largon2 ../src/sshagent/libsshagent.a /usr/lib/qt/5.15/lib/amd64/libQt5Network.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5Widgets.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5DBus.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5X11Extras.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5Gui.so.5.15.16 -lX11 /usr/lib/qt/5.15/lib/amd64/libQt5Core.so.5.15.16
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 93%] Built target testentry
/usr/bin/gmake  -f tests/CMakeFiles/testrandomgenerator.dir/build.make tests/CMakeFiles/testrandomgenerator.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testrandomgenerator.dir/DependInfo.cmake "--color="
Dependencies file "tests/testrandomgenerator_autogen/deps" is newer than depends file "/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testrandomgenerator.dir/compiler_depend.internal".
Consolidate compiler generated dependencies of target testrandomgenerator
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testrandomgenerator.dir/build.make tests/CMakeFiles/testrandomgenerator.dir/build
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 93%] Building CXX object tests/CMakeFiles/testrandomgenerator.dir/testrandomgenerator_autogen/mocs_compilation.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testrandomgenerator_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/../src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtTest -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIE -fPIC -MD -MT tests/CMakeFiles/testrandomgenerator.dir/testrandomgenerator_autogen/mocs_compilation.cpp.o -MF CMakeFiles/testrandomgenerator.dir/testrandomgenerator_autogen/mocs_compilation.cpp.o.d -o CMakeFiles/testrandomgenerator.dir/testrandomgenerator_autogen/mocs_compilation.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testrandomgenerator_autogen/mocs_compilation.cpp
[ 93%] Linking CXX executable testhibp
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/testhibp.dir/link.txt --verbose=1
/usr/gcc/14/bin/g++ -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -m64 -lsocket -lcurses -Wl,--no-undefined CMakeFiles/testpasswordhealth.dir/testpasswordhealth_autogen/mocs_compilation.cpp.o CMakeFiles/testpasswordhealth.dir/TestPasswordHealth.cpp.o -o testpasswordhealth  -Wl,-R/usr/lib/qt/5.15/lib/amd64 ../src/libkeepassx_core.a /usr/lib/qt/5.15/lib/amd64/libQt5Test.so.5.15.16 ../src/libautotype.a ../src/browser/libkeepassxcbrowser.a ../src/qrcode/libqrcode.a /usr/lib/qt/5.15/lib/amd64/libQt5Svg.so.5.15.16 /usr/lib/amd64/libqrencode.so ../src/fdosecrets/libfdosecrets.a /usr/lib/qt/5.15/lib/amd64/libQt5Concurrent.so.5.15.16 /usr/lib/amd64/libbotan-3.so ../src/thirdparty/zxcvbn/libzxcvbn.a /usr/lib/amd64/libz.so /usr/lib/amd64/libminizip.so -largon2 ../src/sshagent/libsshagent.a /usr/lib/qt/5.15/lib/amd64/libQt5Network.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5Widgets.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5DBus.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5X11Extras.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5Gui.so.5.15.16 -lX11 /usr/lib/qt/5.15/lib/amd64/libQt5Core.so.5.15.16
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 93%] Built target testpasswordhealth
/usr/bin/gmake  -f tests/CMakeFiles/testentrysearcher.dir/build.make tests/CMakeFiles/testentrysearcher.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testentrysearcher.dir/DependInfo.cmake "--color="
Dependencies file "tests/testentrysearcher_autogen/deps" is newer than depends file "/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testentrysearcher.dir/compiler_depend.internal".
Consolidate compiler generated dependencies of target testentrysearcher
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testentrysearcher.dir/build.make tests/CMakeFiles/testentrysearcher.dir/build
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 93%] Building CXX object tests/CMakeFiles/testentrysearcher.dir/testentrysearcher_autogen/mocs_compilation.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testentrysearcher_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/../src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -isystem /usr/lib/qt/5.15/include/QtTest -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIE -fPIC -MD -MT tests/CMakeFiles/testentrysearcher.dir/testentrysearcher_autogen/mocs_compilation.cpp.o -MF CMakeFiles/testentrysearcher.dir/testentrysearcher_autogen/mocs_compilation.cpp.o.d -o CMakeFiles/testentrysearcher.dir/testentrysearcher_autogen/mocs_compilation.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testentrysearcher_autogen/mocs_compilation.cpp
/usr/gcc/14/bin/g++ -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -m64 -lsocket -lcurses -Wl,--no-undefined CMakeFiles/testpasswordgenerator.dir/testpasswordgenerator_autogen/mocs_compilation.cpp.o CMakeFiles/testpasswordgenerator.dir/TestPasswordGenerator.cpp.o -o testpasswordgenerator  -Wl,-R/usr/lib/qt/5.15/lib/amd64 ../src/libkeepassx_core.a /usr/lib/qt/5.15/lib/amd64/libQt5Test.so.5.15.16 ../src/libautotype.a ../src/browser/libkeepassxcbrowser.a ../src/qrcode/libqrcode.a /usr/lib/qt/5.15/lib/amd64/libQt5Svg.so.5.15.16 /usr/lib/amd64/libqrencode.so ../src/fdosecrets/libfdosecrets.a /usr/lib/qt/5.15/lib/amd64/libQt5Concurrent.so.5.15.16 /usr/lib/amd64/libbotan-3.so ../src/thirdparty/zxcvbn/libzxcvbn.a /usr/lib/amd64/libz.so /usr/lib/amd64/libminizip.so -largon2 ../src/sshagent/libsshagent.a /usr/lib/qt/5.15/lib/amd64/libQt5Network.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5Widgets.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5DBus.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5X11Extras.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5Gui.so.5.15.16 -lX11 /usr/lib/qt/5.15/lib/amd64/libQt5Core.so.5.15.16
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 93%] Built target testpasswordgenerator
/usr/bin/gmake  -f tests/CMakeFiles/testcsvexporter.dir/build.make tests/CMakeFiles/testcsvexporter.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testcsvexporter.dir/DependInfo.cmake "--color="
Dependencies file "tests/testcsvexporter_autogen/deps" is newer than depends file "/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testcsvexporter.dir/compiler_depend.internal".
Consolidate compiler generated dependencies of target testcsvexporter
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testcsvexporter.dir/build.make tests/CMakeFiles/testcsvexporter.dir/build
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 93%] Building CXX object tests/CMakeFiles/testcsvexporter.dir/testcsvexporter_autogen/mocs_compilation.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testcsvexporter_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/../src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -isystem /usr/lib/qt/5.15/include/QtTest -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIE -fPIC -MD -MT tests/CMakeFiles/testcsvexporter.dir/testcsvexporter_autogen/mocs_compilation.cpp.o -MF CMakeFiles/testcsvexporter.dir/testcsvexporter_autogen/mocs_compilation.cpp.o.d -o CMakeFiles/testcsvexporter.dir/testcsvexporter_autogen/mocs_compilation.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testcsvexporter_autogen/mocs_compilation.cpp
/usr/gcc/14/bin/g++ -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -m64 -lsocket -lcurses -Wl,--no-undefined CMakeFiles/testhibp.dir/testhibp_autogen/mocs_compilation.cpp.o CMakeFiles/testhibp.dir/TestHibp.cpp.o -o testhibp  -Wl,-R/usr/lib/qt/5.15/lib/amd64 ../src/libkeepassx_core.a /usr/lib/qt/5.15/lib/amd64/libQt5Test.so.5.15.16 ../src/libautotype.a ../src/browser/libkeepassxcbrowser.a ../src/qrcode/libqrcode.a /usr/lib/qt/5.15/lib/amd64/libQt5Svg.so.5.15.16 /usr/lib/amd64/libqrencode.so ../src/fdosecrets/libfdosecrets.a /usr/lib/qt/5.15/lib/amd64/libQt5Concurrent.so.5.15.16 /usr/lib/amd64/libbotan-3.so ../src/thirdparty/zxcvbn/libzxcvbn.a /usr/lib/amd64/libz.so /usr/lib/amd64/libminizip.so -largon2 ../src/sshagent/libsshagent.a /usr/lib/qt/5.15/lib/amd64/libQt5Network.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5Widgets.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5DBus.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5X11Extras.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5Gui.so.5.15.16 -lX11 /usr/lib/qt/5.15/lib/amd64/libQt5Core.so.5.15.16
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 93%] Built target testhibp
/usr/bin/gmake  -f tests/CMakeFiles/testdatabase.dir/build.make tests/CMakeFiles/testdatabase.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testdatabase.dir/DependInfo.cmake "--color="
Dependencies file "tests/testdatabase_autogen/deps" is newer than depends file "/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testdatabase.dir/compiler_depend.internal".
Consolidate compiler generated dependencies of target testdatabase
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testdatabase.dir/build.make tests/CMakeFiles/testdatabase.dir/build
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 93%] Building CXX object tests/CMakeFiles/testdatabase.dir/testdatabase_autogen/mocs_compilation.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testdatabase_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/../src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtTest -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIE -fPIC -MD -MT tests/CMakeFiles/testdatabase.dir/testdatabase_autogen/mocs_compilation.cpp.o -MF CMakeFiles/testdatabase.dir/testdatabase_autogen/mocs_compilation.cpp.o.d -o CMakeFiles/testdatabase.dir/testdatabase_autogen/mocs_compilation.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testdatabase_autogen/mocs_compilation.cpp
[ 93%] Linking CXX executable testmerge
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/testmerge.dir/link.txt --verbose=1
/usr/gcc/14/bin/g++ -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -m64 -lsocket -lcurses -Wl,--no-undefined CMakeFiles/testmerge.dir/testmerge_autogen/mocs_compilation.cpp.o CMakeFiles/testmerge.dir/TestMerge.cpp.o -o testmerge  -Wl,-R/usr/lib/qt/5.15/lib/amd64 libtestsupport.a ../src/libkeepassx_core.a /usr/lib/qt/5.15/lib/amd64/libQt5Test.so.5.15.16 ../src/libautotype.a ../src/browser/libkeepassxcbrowser.a /usr/lib/qt/5.15/lib/amd64/libQt5Concurrent.so.5.15.16 ../src/qrcode/libqrcode.a /usr/lib/qt/5.15/lib/amd64/libQt5Svg.so.5.15.16 /usr/lib/amd64/libqrencode.so ../src/fdosecrets/libfdosecrets.a /usr/lib/amd64/libbotan-3.so ../src/thirdparty/zxcvbn/libzxcvbn.a /usr/lib/amd64/libz.so /usr/lib/amd64/libminizip.so -largon2 ../src/sshagent/libsshagent.a /usr/lib/qt/5.15/lib/amd64/libQt5Widgets.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5Network.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5DBus.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5X11Extras.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5Gui.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5Core.so.5.15.16 -lX11
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 93%] Built target testmerge
[ 93%] Building CXX object tests/CMakeFiles/testentrysearcher.dir/TestEntrySearcher.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testentrysearcher_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/../src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -isystem /usr/lib/qt/5.15/include/QtTest -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIE -fPIC -MD -MT tests/CMakeFiles/testentrysearcher.dir/TestEntrySearcher.cpp.o -MF CMakeFiles/testentrysearcher.dir/TestEntrySearcher.cpp.o.d -o CMakeFiles/testentrysearcher.dir/TestEntrySearcher.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests/TestEntrySearcher.cpp
[ 93%] Building CXX object tests/CMakeFiles/testbase32.dir/TestBase32.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testbase32_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/../src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -isystem /usr/lib/qt/5.15/include/QtTest -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIE -fPIC -MD -MT tests/CMakeFiles/testbase32.dir/TestBase32.cpp.o -MF CMakeFiles/testbase32.dir/TestBase32.cpp.o.d -o CMakeFiles/testbase32.dir/TestBase32.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests/TestBase32.cpp
[ 93%] Linking CXX executable testtotp
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/testtotp.dir/link.txt --verbose=1
/usr/gcc/14/bin/g++ -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -m64 -lsocket -lcurses -Wl,--no-undefined CMakeFiles/testtotp.dir/testtotp_autogen/mocs_compilation.cpp.o CMakeFiles/testtotp.dir/TestTotp.cpp.o -o testtotp  -Wl,-R/usr/lib/qt/5.15/lib/amd64 ../src/libkeepassx_core.a /usr/lib/qt/5.15/lib/amd64/libQt5Test.so.5.15.16 ../src/libautotype.a ../src/browser/libkeepassxcbrowser.a ../src/qrcode/libqrcode.a /usr/lib/qt/5.15/lib/amd64/libQt5Svg.so.5.15.16 /usr/lib/amd64/libqrencode.so ../src/fdosecrets/libfdosecrets.a /usr/lib/qt/5.15/lib/amd64/libQt5Concurrent.so.5.15.16 /usr/lib/amd64/libbotan-3.so ../src/thirdparty/zxcvbn/libzxcvbn.a /usr/lib/amd64/libz.so /usr/lib/amd64/libminizip.so -largon2 ../src/sshagent/libsshagent.a /usr/lib/qt/5.15/lib/amd64/libQt5Network.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5Widgets.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5DBus.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5X11Extras.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5Gui.so.5.15.16 -lX11 /usr/lib/qt/5.15/lib/amd64/libQt5Core.so.5.15.16
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 93%] Built target testtotp
[ 93%] Building CXX object tests/CMakeFiles/testcsvparser.dir/TestCsvParser.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testcsvparser_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/../src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -isystem /usr/lib/qt/5.15/include/QtTest -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIE -fPIC -MD -MT tests/CMakeFiles/testcsvparser.dir/TestCsvParser.cpp.o -MF CMakeFiles/testcsvparser.dir/TestCsvParser.cpp.o.d -o CMakeFiles/testcsvparser.dir/TestCsvParser.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests/TestCsvParser.cpp
[ 93%] Building CXX object tests/CMakeFiles/testdatabase.dir/TestDatabase.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testdatabase_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/../src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtTest -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIE -fPIC -MD -MT tests/CMakeFiles/testdatabase.dir/TestDatabase.cpp.o -MF CMakeFiles/testdatabase.dir/TestDatabase.cpp.o.d -o CMakeFiles/testdatabase.dir/TestDatabase.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests/TestDatabase.cpp
[ 93%] Building CXX object tests/CMakeFiles/testrandomgenerator.dir/TestRandomGenerator.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testrandomgenerator_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/../src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtTest -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIE -fPIC -MD -MT tests/CMakeFiles/testrandomgenerator.dir/TestRandomGenerator.cpp.o -MF CMakeFiles/testrandomgenerator.dir/TestRandomGenerator.cpp.o.d -o CMakeFiles/testrandomgenerator.dir/TestRandomGenerator.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests/TestRandomGenerator.cpp
[ 93%] Building CXX object tests/CMakeFiles/testcsvexporter.dir/TestCsvExporter.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testcsvexporter_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/../src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -isystem /usr/lib/qt/5.15/include/QtTest -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIE -fPIC -MD -MT tests/CMakeFiles/testcsvexporter.dir/TestCsvExporter.cpp.o -MF CMakeFiles/testcsvexporter.dir/TestCsvExporter.cpp.o.d -o CMakeFiles/testcsvexporter.dir/TestCsvExporter.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests/TestCsvExporter.cpp
/usr/bin/gmake  -f tests/CMakeFiles/testtools.dir/build.make tests/CMakeFiles/testtools.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testtools.dir/DependInfo.cmake "--color="
Dependencies file "tests/testtools_autogen/deps" is newer than depends file "/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testtools.dir/compiler_depend.internal".
Consolidate compiler generated dependencies of target testtools
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testtools.dir/build.make tests/CMakeFiles/testtools.dir/build
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 94%] Building CXX object tests/CMakeFiles/testtools.dir/testtools_autogen/mocs_compilation.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testtools_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/../src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -isystem /usr/lib/qt/5.15/include/QtTest -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIE -fPIC -MD -MT tests/CMakeFiles/testtools.dir/testtools_autogen/mocs_compilation.cpp.o -MF CMakeFiles/testtools.dir/testtools_autogen/mocs_compilation.cpp.o.d -o CMakeFiles/testtools.dir/testtools_autogen/mocs_compilation.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testtools_autogen/mocs_compilation.cpp
[ 94%] Building CXX object tests/CMakeFiles/testtools.dir/TestTools.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testtools_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/../src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -isystem /usr/lib/qt/5.15/include/QtTest -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIE -fPIC -MD -MT tests/CMakeFiles/testtools.dir/TestTools.cpp.o -MF CMakeFiles/testtools.dir/TestTools.cpp.o.d -o CMakeFiles/testtools.dir/TestTools.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests/TestTools.cpp
/usr/bin/gmake  -f tests/CMakeFiles/testconfig.dir/build.make tests/CMakeFiles/testconfig.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testconfig.dir/DependInfo.cmake "--color="
Dependencies file "tests/testconfig_autogen/deps" is newer than depends file "/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testconfig.dir/compiler_depend.internal".
Consolidate compiler generated dependencies of target testconfig
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testconfig.dir/build.make tests/CMakeFiles/testconfig.dir/build
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 95%] Building CXX object tests/CMakeFiles/testconfig.dir/testconfig_autogen/mocs_compilation.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testconfig_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/../src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtTest -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIE -fPIC -MD -MT tests/CMakeFiles/testconfig.dir/testconfig_autogen/mocs_compilation.cpp.o -MF CMakeFiles/testconfig.dir/testconfig_autogen/mocs_compilation.cpp.o.d -o CMakeFiles/testconfig.dir/testconfig_autogen/mocs_compilation.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testconfig_autogen/mocs_compilation.cpp
[ 95%] Linking CXX executable testbase32
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/testbase32.dir/link.txt --verbose=1
/usr/gcc/14/bin/g++ -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -m64 -lsocket -lcurses -Wl,--no-undefined CMakeFiles/testbase32.dir/testbase32_autogen/mocs_compilation.cpp.o CMakeFiles/testbase32.dir/TestBase32.cpp.o -o testbase32  -Wl,-R/usr/lib/qt/5.15/lib/amd64 ../src/libkeepassx_core.a /usr/lib/qt/5.15/lib/amd64/libQt5Test.so.5.15.16 ../src/libautotype.a ../src/browser/libkeepassxcbrowser.a ../src/qrcode/libqrcode.a /usr/lib/qt/5.15/lib/amd64/libQt5Svg.so.5.15.16 /usr/lib/amd64/libqrencode.so ../src/fdosecrets/libfdosecrets.a /usr/lib/qt/5.15/lib/amd64/libQt5Concurrent.so.5.15.16 /usr/lib/amd64/libbotan-3.so ../src/thirdparty/zxcvbn/libzxcvbn.a /usr/lib/amd64/libz.so /usr/lib/amd64/libminizip.so -largon2 ../src/sshagent/libsshagent.a /usr/lib/qt/5.15/lib/amd64/libQt5Network.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5Widgets.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5DBus.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5X11Extras.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5Gui.so.5.15.16 -lX11 /usr/lib/qt/5.15/lib/amd64/libQt5Core.so.5.15.16
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 95%] Built target testbase32
/usr/bin/gmake  -f tests/CMakeFiles/testfdosecrets.dir/build.make tests/CMakeFiles/testfdosecrets.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testfdosecrets.dir/DependInfo.cmake "--color="
Dependencies file "tests/testfdosecrets_autogen/deps" is newer than depends file "/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testfdosecrets.dir/compiler_depend.internal".
Consolidate compiler generated dependencies of target testfdosecrets
[ 95%] Linking CXX executable testrandomgenerator
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testfdosecrets.dir/build.make tests/CMakeFiles/testfdosecrets.dir/build
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/testrandomgenerator.dir/link.txt --verbose=1
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 95%] Building CXX object tests/CMakeFiles/testfdosecrets.dir/testfdosecrets_autogen/mocs_compilation.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testfdosecrets_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/../src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtTest -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIE -fPIC -MD -MT tests/CMakeFiles/testfdosecrets.dir/testfdosecrets_autogen/mocs_compilation.cpp.o -MF CMakeFiles/testfdosecrets.dir/testfdosecrets_autogen/mocs_compilation.cpp.o.d -o CMakeFiles/testfdosecrets.dir/testfdosecrets_autogen/mocs_compilation.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testfdosecrets_autogen/mocs_compilation.cpp
[ 96%] Linking CXX executable testentrysearcher
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/testentrysearcher.dir/link.txt --verbose=1
[ 96%] Linking CXX executable testcsvparser
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/testcsvparser.dir/link.txt --verbose=1
/usr/gcc/14/bin/g++ -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -m64 -lsocket -lcurses -Wl,--no-undefined CMakeFiles/testrandomgenerator.dir/testrandomgenerator_autogen/mocs_compilation.cpp.o CMakeFiles/testrandomgenerator.dir/TestRandomGenerator.cpp.o -o testrandomgenerator  -Wl,-R/usr/lib/qt/5.15/lib/amd64 libtestsupport.a ../src/libkeepassx_core.a /usr/lib/qt/5.15/lib/amd64/libQt5Test.so.5.15.16 ../src/libautotype.a ../src/browser/libkeepassxcbrowser.a /usr/lib/qt/5.15/lib/amd64/libQt5Concurrent.so.5.15.16 ../src/qrcode/libqrcode.a /usr/lib/qt/5.15/lib/amd64/libQt5Svg.so.5.15.16 /usr/lib/amd64/libqrencode.so ../src/fdosecrets/libfdosecrets.a /usr/lib/amd64/libbotan-3.so ../src/thirdparty/zxcvbn/libzxcvbn.a /usr/lib/amd64/libz.so /usr/lib/amd64/libminizip.so -largon2 ../src/sshagent/libsshagent.a /usr/lib/qt/5.15/lib/amd64/libQt5Widgets.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5Network.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5DBus.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5X11Extras.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5Gui.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5Core.so.5.15.16 -lX11
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 97%] Built target testrandomgenerator
/usr/bin/gmake  -f tests/CMakeFiles/testbrowser.dir/build.make tests/CMakeFiles/testbrowser.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testbrowser.dir/DependInfo.cmake "--color="
Dependencies file "tests/testbrowser_autogen/deps" is newer than depends file "/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testbrowser.dir/compiler_depend.internal".
Consolidate compiler generated dependencies of target testbrowser
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testbrowser.dir/build.make tests/CMakeFiles/testbrowser.dir/build
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 97%] Building CXX object tests/CMakeFiles/testbrowser.dir/testbrowser_autogen/mocs_compilation.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testbrowser_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/../src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -isystem /usr/lib/qt/5.15/include/QtTest -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIE -fPIC -MD -MT tests/CMakeFiles/testbrowser.dir/testbrowser_autogen/mocs_compilation.cpp.o -MF CMakeFiles/testbrowser.dir/testbrowser_autogen/mocs_compilation.cpp.o.d -o CMakeFiles/testbrowser.dir/testbrowser_autogen/mocs_compilation.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testbrowser_autogen/mocs_compilation.cpp
[ 98%] Linking CXX executable testcsvexporter
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/testcsvexporter.dir/link.txt --verbose=1
/usr/gcc/14/bin/g++ -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -m64 -lsocket -lcurses -Wl,--no-undefined CMakeFiles/testcsvparser.dir/testcsvparser_autogen/mocs_compilation.cpp.o CMakeFiles/testcsvparser.dir/TestCsvParser.cpp.o -o testcsvparser  -Wl,-R/usr/lib/qt/5.15/lib/amd64 ../src/libkeepassx_core.a /usr/lib/qt/5.15/lib/amd64/libQt5Test.so.5.15.16 ../src/libautotype.a ../src/browser/libkeepassxcbrowser.a ../src/qrcode/libqrcode.a /usr/lib/qt/5.15/lib/amd64/libQt5Svg.so.5.15.16 /usr/lib/amd64/libqrencode.so ../src/fdosecrets/libfdosecrets.a /usr/lib/qt/5.15/lib/amd64/libQt5Concurrent.so.5.15.16 /usr/lib/amd64/libbotan-3.so ../src/thirdparty/zxcvbn/libzxcvbn.a /usr/lib/amd64/libz.so /usr/lib/amd64/libminizip.so -largon2 ../src/sshagent/libsshagent.a /usr/lib/qt/5.15/lib/amd64/libQt5Network.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5Widgets.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5DBus.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5X11Extras.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5Gui.so.5.15.16 -lX11 /usr/lib/qt/5.15/lib/amd64/libQt5Core.so.5.15.16
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 98%] Built target testcsvparser
/usr/bin/gmake  -f tests/CMakeFiles/testpasskeys.dir/build.make tests/CMakeFiles/testpasskeys.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testpasskeys.dir/DependInfo.cmake "--color="
Dependencies file "tests/testpasskeys_autogen/deps" is newer than depends file "/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testpasskeys.dir/compiler_depend.internal".
Consolidate compiler generated dependencies of target testpasskeys
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testpasskeys.dir/build.make tests/CMakeFiles/testpasskeys.dir/build
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 98%] Building CXX object tests/CMakeFiles/testpasskeys.dir/testpasskeys_autogen/mocs_compilation.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testpasskeys_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/../src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -isystem /usr/lib/qt/5.15/include/QtTest -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIE -fPIC -MD -MT tests/CMakeFiles/testpasskeys.dir/testpasskeys_autogen/mocs_compilation.cpp.o -MF CMakeFiles/testpasskeys.dir/testpasskeys_autogen/mocs_compilation.cpp.o.d -o CMakeFiles/testpasskeys.dir/testpasskeys_autogen/mocs_compilation.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testpasskeys_autogen/mocs_compilation.cpp
/usr/gcc/14/bin/g++ -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -m64 -lsocket -lcurses -Wl,--no-undefined CMakeFiles/testentrysearcher.dir/testentrysearcher_autogen/mocs_compilation.cpp.o CMakeFiles/testentrysearcher.dir/TestEntrySearcher.cpp.o -o testentrysearcher  -Wl,-R/usr/lib/qt/5.15/lib/amd64 ../src/libkeepassx_core.a /usr/lib/qt/5.15/lib/amd64/libQt5Test.so.5.15.16 ../src/libautotype.a ../src/browser/libkeepassxcbrowser.a ../src/qrcode/libqrcode.a /usr/lib/qt/5.15/lib/amd64/libQt5Svg.so.5.15.16 /usr/lib/amd64/libqrencode.so ../src/fdosecrets/libfdosecrets.a /usr/lib/qt/5.15/lib/amd64/libQt5Concurrent.so.5.15.16 /usr/lib/amd64/libbotan-3.so ../src/thirdparty/zxcvbn/libzxcvbn.a /usr/lib/amd64/libz.so /usr/lib/amd64/libminizip.so -largon2 ../src/sshagent/libsshagent.a /usr/lib/qt/5.15/lib/amd64/libQt5Network.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5Widgets.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5DBus.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5X11Extras.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5Gui.so.5.15.16 -lX11 /usr/lib/qt/5.15/lib/amd64/libQt5Core.so.5.15.16
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 98%] Built target testentrysearcher
[ 98%] Building CXX object tests/CMakeFiles/testbrowser.dir/TestBrowser.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testbrowser_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/../src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -isystem /usr/lib/qt/5.15/include/QtTest -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIE -fPIC -MD -MT tests/CMakeFiles/testbrowser.dir/TestBrowser.cpp.o -MF CMakeFiles/testbrowser.dir/TestBrowser.cpp.o.d -o CMakeFiles/testbrowser.dir/TestBrowser.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests/TestBrowser.cpp
/usr/gcc/14/bin/g++ -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -m64 -lsocket -lcurses -Wl,--no-undefined CMakeFiles/testcsvexporter.dir/testcsvexporter_autogen/mocs_compilation.cpp.o CMakeFiles/testcsvexporter.dir/TestCsvExporter.cpp.o -o testcsvexporter  -Wl,-R/usr/lib/qt/5.15/lib/amd64 ../src/libkeepassx_core.a /usr/lib/qt/5.15/lib/amd64/libQt5Test.so.5.15.16 ../src/libautotype.a ../src/browser/libkeepassxcbrowser.a ../src/qrcode/libqrcode.a /usr/lib/qt/5.15/lib/amd64/libQt5Svg.so.5.15.16 /usr/lib/amd64/libqrencode.so ../src/fdosecrets/libfdosecrets.a /usr/lib/qt/5.15/lib/amd64/libQt5Concurrent.so.5.15.16 /usr/lib/amd64/libbotan-3.so ../src/thirdparty/zxcvbn/libzxcvbn.a /usr/lib/amd64/libz.so /usr/lib/amd64/libminizip.so -largon2 ../src/sshagent/libsshagent.a /usr/lib/qt/5.15/lib/amd64/libQt5Network.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5Widgets.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5DBus.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5X11Extras.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5Gui.so.5.15.16 -lX11 /usr/lib/qt/5.15/lib/amd64/libQt5Core.so.5.15.16
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 98%] Built target testcsvexporter
[ 99%] Building CXX object tests/CMakeFiles/testpasskeys.dir/TestPasskeys.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testpasskeys_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/../src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -isystem /usr/lib/qt/5.15/include/QtTest -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIE -fPIC -MD -MT tests/CMakeFiles/testpasskeys.dir/TestPasskeys.cpp.o -MF CMakeFiles/testpasskeys.dir/TestPasskeys.cpp.o.d -o CMakeFiles/testpasskeys.dir/TestPasskeys.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests/TestPasskeys.cpp
[ 99%] Linking CXX executable testdatabase
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/testdatabase.dir/link.txt --verbose=1
[ 99%] Linking CXX executable testtools
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/testtools.dir/link.txt --verbose=1
/usr/gcc/14/bin/g++ -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -m64 -lsocket -lcurses -Wl,--no-undefined CMakeFiles/testtools.dir/testtools_autogen/mocs_compilation.cpp.o CMakeFiles/testtools.dir/TestTools.cpp.o -o testtools  -Wl,-R/usr/lib/qt/5.15/lib/amd64 ../src/libkeepassx_core.a /usr/lib/qt/5.15/lib/amd64/libQt5Test.so.5.15.16 ../src/libautotype.a ../src/browser/libkeepassxcbrowser.a ../src/qrcode/libqrcode.a /usr/lib/qt/5.15/lib/amd64/libQt5Svg.so.5.15.16 /usr/lib/amd64/libqrencode.so ../src/fdosecrets/libfdosecrets.a /usr/lib/qt/5.15/lib/amd64/libQt5Concurrent.so.5.15.16 /usr/lib/amd64/libbotan-3.so ../src/thirdparty/zxcvbn/libzxcvbn.a /usr/lib/amd64/libz.so /usr/lib/amd64/libminizip.so -largon2 ../src/sshagent/libsshagent.a /usr/lib/qt/5.15/lib/amd64/libQt5Network.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5Widgets.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5DBus.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5X11Extras.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5Gui.so.5.15.16 -lX11 /usr/lib/qt/5.15/lib/amd64/libQt5Core.so.5.15.16
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 99%] Built target testtools
/usr/bin/gmake  -f tests/CMakeFiles/testurltools.dir/build.make tests/CMakeFiles/testurltools.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testurltools.dir/DependInfo.cmake "--color="
Dependencies file "tests/testurltools_autogen/deps" is newer than depends file "/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testurltools.dir/compiler_depend.internal".
Consolidate compiler generated dependencies of target testurltools
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testurltools.dir/build.make tests/CMakeFiles/testurltools.dir/build
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 99%] Building CXX object tests/CMakeFiles/testurltools.dir/testurltools_autogen/mocs_compilation.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testurltools_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/../src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -isystem /usr/lib/qt/5.15/include/QtTest -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIE -fPIC -MD -MT tests/CMakeFiles/testurltools.dir/testurltools_autogen/mocs_compilation.cpp.o -MF CMakeFiles/testurltools.dir/testurltools_autogen/mocs_compilation.cpp.o.d -o CMakeFiles/testurltools.dir/testurltools_autogen/mocs_compilation.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testurltools_autogen/mocs_compilation.cpp
/usr/gcc/14/bin/g++ -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -m64 -lsocket -lcurses -Wl,--no-undefined CMakeFiles/testdatabase.dir/testdatabase_autogen/mocs_compilation.cpp.o CMakeFiles/testdatabase.dir/TestDatabase.cpp.o -o testdatabase  -Wl,-R/usr/lib/qt/5.15/lib/amd64 libtestsupport.a ../src/libkeepassx_core.a /usr/lib/qt/5.15/lib/amd64/libQt5Test.so.5.15.16 ../src/libautotype.a ../src/browser/libkeepassxcbrowser.a /usr/lib/qt/5.15/lib/amd64/libQt5Concurrent.so.5.15.16 ../src/qrcode/libqrcode.a /usr/lib/qt/5.15/lib/amd64/libQt5Svg.so.5.15.16 /usr/lib/amd64/libqrencode.so ../src/fdosecrets/libfdosecrets.a /usr/lib/amd64/libbotan-3.so ../src/thirdparty/zxcvbn/libzxcvbn.a /usr/lib/amd64/libz.so /usr/lib/amd64/libminizip.so -largon2 ../src/sshagent/libsshagent.a /usr/lib/qt/5.15/lib/amd64/libQt5Widgets.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5Network.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5DBus.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5X11Extras.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5Gui.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5Core.so.5.15.16 -lX11
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 99%] Built target testdatabase
/usr/bin/gmake  -f tests/CMakeFiles/testcli.dir/build.make tests/CMakeFiles/testcli.dir/depend
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64 /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testcli.dir/DependInfo.cmake "--color="
Dependencies file "tests/testcli_autogen/deps" is newer than depends file "/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/CMakeFiles/testcli.dir/compiler_depend.internal".
Consolidate compiler generated dependencies of target testcli
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/gmake  -f tests/CMakeFiles/testcli.dir/build.make tests/CMakeFiles/testcli.dir/build
gmake[2]: Entering directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 99%] Building CXX object tests/CMakeFiles/testcli.dir/testcli_autogen/mocs_compilation.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/gcc/14/bin/g++ -DKEEPASSX_CLI_PATH=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/cli/keepassxc-cli\" -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DUSE_READLINE -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testcli_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/../src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtTest -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIE -fPIC -MD -MT tests/CMakeFiles/testcli.dir/testcli_autogen/mocs_compilation.cpp.o -MF CMakeFiles/testcli.dir/testcli_autogen/mocs_compilation.cpp.o.d -o CMakeFiles/testcli.dir/testcli_autogen/mocs_compilation.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testcli_autogen/mocs_compilation.cpp
[ 99%] Building CXX object tests/CMakeFiles/testconfig.dir/TestConfig.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testconfig_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/../src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtTest -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIE -fPIC -MD -MT tests/CMakeFiles/testconfig.dir/TestConfig.cpp.o -MF CMakeFiles/testconfig.dir/TestConfig.cpp.o.d -o CMakeFiles/testconfig.dir/TestConfig.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests/TestConfig.cpp
[ 99%] Building CXX object tests/CMakeFiles/testfdosecrets.dir/TestFdoSecrets.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testfdosecrets_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/../src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtTest -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIE -fPIC -MD -MT tests/CMakeFiles/testfdosecrets.dir/TestFdoSecrets.cpp.o -MF CMakeFiles/testfdosecrets.dir/TestFdoSecrets.cpp.o.d -o CMakeFiles/testfdosecrets.dir/TestFdoSecrets.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests/TestFdoSecrets.cpp
[ 99%] Building CXX object tests/CMakeFiles/testcli.dir/TestCli.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/gcc/14/bin/g++ -DKEEPASSX_CLI_PATH=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/src/cli/keepassxc-cli\" -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DUSE_READLINE -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testcli_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/../src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtTest -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIE -fPIC -MD -MT tests/CMakeFiles/testcli.dir/TestCli.cpp.o -MF CMakeFiles/testcli.dir/TestCli.cpp.o.d -o CMakeFiles/testcli.dir/TestCli.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests/TestCli.cpp
[ 99%] Building CXX object tests/CMakeFiles/testurltools.dir/TestUrlTools.cpp.o
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/gcc/14/bin/g++ -DQT_CONCURRENT_LIB -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_DEBUG_OUTPUT -DQT_NO_DEPRECATED_WARNINGS -DQT_NO_EXCEPTIONS -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DQT_TESTCASE_BUILDDIR=\"/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64\" -DQT_TESTLIB_LIB -DQT_TEST_LIB -DQT_WIDGETS_LIB -DQT_X11EXTRAS_LIB -DWITH_APP_BUNDLE -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/testurltools_autogen/include -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests/../src -I/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/src/thirdparty/zxcvbn -isystem /usr/include/botan-3 -isystem /usr/lib/qt/5.15/include -isystem /usr/lib/qt/5.15/include/QtCore -isystem /usr/lib/qt/5.15/./mkspecs/solaris-g++-64 -isystem /usr/lib/qt/5.15/include/QtWidgets -isystem /usr/lib/qt/5.15/include/QtGui -isystem /usr/lib/qt/5.15/include/QtConcurrent -isystem /usr/lib/qt/5.15/include/QtNetwork -isystem /usr/lib/qt/5.15/include/QtSvg -isystem /usr/lib/qt/5.15/include/QtDBus -isystem /usr/lib/qt/5.15/include/QtX11Extras -isystem /usr/lib/qt/5.15/include/QtTest -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -std=gnu++20 -fPIE -fPIC -MD -MT tests/CMakeFiles/testurltools.dir/TestUrlTools.cpp.o -MF CMakeFiles/testurltools.dir/TestUrlTools.cpp.o.d -o CMakeFiles/testurltools.dir/TestUrlTools.cpp.o -c /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/keepassxc-2.7.10/tests/TestUrlTools.cpp
[ 99%] Linking CXX executable testconfig
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/testconfig.dir/link.txt --verbose=1
/usr/gcc/14/bin/g++ -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -m64 -lsocket -lcurses -Wl,--no-undefined CMakeFiles/testconfig.dir/testconfig_autogen/mocs_compilation.cpp.o CMakeFiles/testconfig.dir/TestConfig.cpp.o -o testconfig  -Wl,-R/usr/lib/qt/5.15/lib/amd64 libtestsupport.a ../src/libkeepassx_core.a /usr/lib/qt/5.15/lib/amd64/libQt5Test.so.5.15.16 ../src/libautotype.a ../src/browser/libkeepassxcbrowser.a /usr/lib/qt/5.15/lib/amd64/libQt5Concurrent.so.5.15.16 ../src/qrcode/libqrcode.a /usr/lib/qt/5.15/lib/amd64/libQt5Svg.so.5.15.16 /usr/lib/amd64/libqrencode.so ../src/fdosecrets/libfdosecrets.a /usr/lib/amd64/libbotan-3.so ../src/thirdparty/zxcvbn/libzxcvbn.a /usr/lib/amd64/libz.so /usr/lib/amd64/libminizip.so -largon2 ../src/sshagent/libsshagent.a /usr/lib/qt/5.15/lib/amd64/libQt5Widgets.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5Network.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5DBus.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5X11Extras.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5Gui.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5Core.so.5.15.16 -lX11
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 99%] Built target testconfig
[ 99%] Linking CXX executable testbrowser
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/testbrowser.dir/link.txt --verbose=1
[ 99%] Linking CXX executable testpasskeys
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/testpasskeys.dir/link.txt --verbose=1
/usr/gcc/14/bin/g++ -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -m64 -lsocket -lcurses -Wl,--no-undefined CMakeFiles/testbrowser.dir/testbrowser_autogen/mocs_compilation.cpp.o CMakeFiles/testbrowser.dir/TestBrowser.cpp.o -o testbrowser  -Wl,-R/usr/lib/qt/5.15/lib/amd64 ../src/libkeepassx_core.a /usr/lib/qt/5.15/lib/amd64/libQt5Test.so.5.15.16 ../src/libautotype.a ../src/browser/libkeepassxcbrowser.a ../src/qrcode/libqrcode.a /usr/lib/qt/5.15/lib/amd64/libQt5Svg.so.5.15.16 /usr/lib/amd64/libqrencode.so ../src/fdosecrets/libfdosecrets.a /usr/lib/qt/5.15/lib/amd64/libQt5Concurrent.so.5.15.16 /usr/lib/amd64/libbotan-3.so ../src/thirdparty/zxcvbn/libzxcvbn.a /usr/lib/amd64/libz.so /usr/lib/amd64/libminizip.so -largon2 ../src/sshagent/libsshagent.a /usr/lib/qt/5.15/lib/amd64/libQt5Network.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5Widgets.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5DBus.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5X11Extras.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5Gui.so.5.15.16 -lX11 /usr/lib/qt/5.15/lib/amd64/libQt5Core.so.5.15.16
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 99%] Built target testbrowser
/usr/gcc/14/bin/g++ -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -m64 -lsocket -lcurses -Wl,--no-undefined CMakeFiles/testpasskeys.dir/testpasskeys_autogen/mocs_compilation.cpp.o CMakeFiles/testpasskeys.dir/TestPasskeys.cpp.o -o testpasskeys  -Wl,-R/usr/lib/qt/5.15/lib/amd64 ../src/browser/libkeepassxcbrowser.a ../src/libkeepassx_core.a /usr/lib/qt/5.15/lib/amd64/libQt5Test.so.5.15.16 ../src/browser/libkeepassxcbrowser.a /usr/lib/qt/5.15/lib/amd64/libQt5Concurrent.so.5.15.16 ../src/libautotype.a ../src/qrcode/libqrcode.a /usr/lib/qt/5.15/lib/amd64/libQt5Svg.so.5.15.16 /usr/lib/amd64/libqrencode.so ../src/fdosecrets/libfdosecrets.a /usr/lib/amd64/libbotan-3.so ../src/thirdparty/zxcvbn/libzxcvbn.a /usr/lib/amd64/libz.so /usr/lib/amd64/libminizip.so -largon2 ../src/sshagent/libsshagent.a /usr/lib/qt/5.15/lib/amd64/libQt5Widgets.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5Network.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5DBus.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5X11Extras.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5Gui.so.5.15.16 -lX11 /usr/lib/qt/5.15/lib/amd64/libQt5Core.so.5.15.16
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 99%] Built target testpasskeys
[ 99%] Linking CXX executable testfdosecrets
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/testfdosecrets.dir/link.txt --verbose=1
[ 99%] Linking CXX executable testurltools
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/testurltools.dir/link.txt --verbose=1
/usr/gcc/14/bin/g++ -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -m64 -lsocket -lcurses -Wl,--no-undefined CMakeFiles/testfdosecrets.dir/testfdosecrets_autogen/mocs_compilation.cpp.o CMakeFiles/testfdosecrets.dir/TestFdoSecrets.cpp.o -o testfdosecrets  -Wl,-R/usr/lib/qt/5.15/lib/amd64 libtestsupport.a ../src/libkeepassx_core.a /usr/lib/qt/5.15/lib/amd64/libQt5Test.so.5.15.16 ../src/libautotype.a ../src/browser/libkeepassxcbrowser.a /usr/lib/qt/5.15/lib/amd64/libQt5Concurrent.so.5.15.16 ../src/qrcode/libqrcode.a /usr/lib/qt/5.15/lib/amd64/libQt5Svg.so.5.15.16 /usr/lib/amd64/libqrencode.so ../src/fdosecrets/libfdosecrets.a /usr/lib/amd64/libbotan-3.so ../src/thirdparty/zxcvbn/libzxcvbn.a /usr/lib/amd64/libz.so /usr/lib/amd64/libminizip.so -largon2 ../src/sshagent/libsshagent.a /usr/lib/qt/5.15/lib/amd64/libQt5Widgets.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5Network.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5DBus.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5X11Extras.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5Gui.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5Core.so.5.15.16 -lX11
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 99%] Built target testfdosecrets
/usr/gcc/14/bin/g++ -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -m64 -lsocket -lcurses -Wl,--no-undefined CMakeFiles/testurltools.dir/testurltools_autogen/mocs_compilation.cpp.o CMakeFiles/testurltools.dir/TestUrlTools.cpp.o -o testurltools  -Wl,-R/usr/lib/qt/5.15/lib/amd64 ../src/libkeepassx_core.a /usr/lib/qt/5.15/lib/amd64/libQt5Test.so.5.15.16 ../src/libautotype.a ../src/browser/libkeepassxcbrowser.a ../src/qrcode/libqrcode.a /usr/lib/qt/5.15/lib/amd64/libQt5Svg.so.5.15.16 /usr/lib/amd64/libqrencode.so ../src/fdosecrets/libfdosecrets.a /usr/lib/qt/5.15/lib/amd64/libQt5Concurrent.so.5.15.16 /usr/lib/amd64/libbotan-3.so ../src/thirdparty/zxcvbn/libzxcvbn.a /usr/lib/amd64/libz.so /usr/lib/amd64/libminizip.so -largon2 ../src/sshagent/libsshagent.a /usr/lib/qt/5.15/lib/amd64/libQt5Network.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5Widgets.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5DBus.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5X11Extras.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5Gui.so.5.15.16 -lX11 /usr/lib/qt/5.15/lib/amd64/libQt5Core.so.5.15.16
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[ 99%] Built target testurltools
[ 99%] Linking CXX executable testcli
cd /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/testcli.dir/link.txt --verbose=1
/usr/gcc/14/bin/g++ -m64 -O3 -fno-common -fopenmp -Wall -Wextra -Wundef -Wpointer-arith -Wno-long-long -Wformat=2 -Wmissing-format-attribute -fvisibility=hidden -fvisibility-inlines-hidden -fstack-protector-strong -Wnon-virtual-dtor -Wold-style-cast -Woverloaded-virtual -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -Werror=format-security -Wcast-align -fsized-deallocation -Wno-deprecated-declarations -O3 -DNDEBUG -m64 -lsocket -lcurses -Wl,--no-undefined CMakeFiles/testcli.dir/testcli_autogen/mocs_compilation.cpp.o CMakeFiles/testcli.dir/TestCli.cpp.o -o testcli  -Wl,-R/usr/lib/qt/5.15/lib/amd64 libtestsupport.a ../src/cli/libcli.a ../src/thirdparty/zxcvbn/libzxcvbn.a ../src/libkeepassx_core.a /usr/lib/qt/5.15/lib/amd64/libQt5Test.so.5.15.16 /usr/lib/64/libreadline.so ../src/thirdparty/zxcvbn/libzxcvbn.a ../src/libautotype.a ../src/browser/libkeepassxcbrowser.a /usr/lib/qt/5.15/lib/amd64/libQt5Concurrent.so.5.15.16 ../src/qrcode/libqrcode.a /usr/lib/qt/5.15/lib/amd64/libQt5Svg.so.5.15.16 /usr/lib/amd64/libqrencode.so ../src/fdosecrets/libfdosecrets.a /usr/lib/amd64/libbotan-3.so /usr/lib/amd64/libz.so /usr/lib/amd64/libminizip.so -largon2 ../src/sshagent/libsshagent.a /usr/lib/qt/5.15/lib/amd64/libQt5Widgets.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5Network.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5DBus.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5X11Extras.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5Gui.so.5.15.16 /usr/lib/qt/5.15/lib/amd64/libQt5Core.so.5.15.16 -lX11
gmake[2]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
[100%] Built target testcli
gmake[1]: Leaving directory '/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64'
/usr/bin/cmake -E cmake_progress_start /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/amd64/CMakeFiles 0

-- Install configuration: "Release"
-- Installing: /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/prototype/i386/usr/bin/keepassxc
-- Set non-toolchain portion of runtime path of "/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/prototype/i386/usr/bin/keepassxc" to "/usr/lib/qt/5.15/lib/amd64"
-- Installing: /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/prototype/i386/usr/bin/keepassxc-proxy
-- Set non-toolchain portion of runtime path of "/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/prototype/i386/usr/bin/keepassxc-proxy" to "/usr/lib/qt/5.15/lib/amd64"
-- Installing: /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/prototype/i386/usr/lib/amd64/keepassxc/libkeepassxc-autotype-xcb.so
-- Set non-toolchain portion of runtime path of "/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/prototype/i386/usr/lib/amd64/keepassxc/libkeepassxc-autotype-xcb.so" to "/usr/lib/qt/5.15/lib/amd64"
-- Installing: /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/prototype/i386/usr/bin/keepassxc-cli
-- Set non-toolchain portion of runtime path of "/jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/prototype/i386/usr/bin/keepassxc-cli" to "/usr/lib/qt/5.15/lib/amd64"
-- Installing: /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/prototype/i386/usr/share/keepassxc/wordlists/eff_large.wordlist
-- Installing: /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/prototype/i386/usr/share/mime/packages/keepassxc.xml
-- Installing: /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/prototype/i386/usr/share/icons/hicolor
-- Installing: /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/prototype/i386/usr/share/icons/hicolor/256x256
-- Installing: /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/prototype/i386/usr/share/icons/hicolor/256x256/apps
-- Installing: /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/prototype/i386/usr/share/icons/hicolor/256x256/apps/keepassxc.png
-- Installing: /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/prototype/i386/usr/share/icons/hicolor/scalable
-- Installing: /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/prototype/i386/usr/share/icons/hicolor/scalable/mimetypes
-- Installing: /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/prototype/i386/usr/share/icons/hicolor/scalable/apps
-- Installing: /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/prototype/i386/usr/share/icons/hicolor/scalable/apps/keepassxc-monochrome-dark.svg
-- Installing: /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/prototype/i386/usr/share/icons/hicolor/scalable/apps/keepassxc-monochrome-light.svg
-- Installing: /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/prototype/i386/usr/share/icons/hicolor/scalable/apps/keepassxc-locked.svg
-- Installing: /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/prototype/i386/usr/share/icons/hicolor/scalable/apps/keepassxc-unlocked.svg
-- Installing: /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/prototype/i386/usr/share/icons/hicolor/scalable/apps/keepassxc-monochrome-dark-locked.svg
-- Installing: /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/prototype/i386/usr/share/icons/hicolor/scalable/apps/keepassxc.svg
-- Installing: /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/prototype/i386/usr/share/icons/hicolor/scalable/apps/keepassxc-monochrome-light-locked.svg
-- Up-to-date: /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/prototype/i386/usr/share/icons/hicolor
-- Up-to-date: /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/prototype/i386/usr/share/icons/hicolor/256x256
-- Up-to-date: /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/prototype/i386/usr/share/icons/hicolor/256x256/apps
-- Up-to-date: /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/prototype/i386/usr/share/icons/hicolor/scalable
-- Up-to-date: /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/prototype/i386/usr/share/icons/hicolor/scalable/mimetypes
-- Installing: /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/prototype/i386/usr/share/icons/hicolor/scalable/mimetypes/application-x-keepassxc.svg
-- Up-to-date: /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/prototype/i386/usr/share/icons/hicolor/scalable/apps
-- Installing: /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/prototype/i386/usr/share/applications/org.keepassxc.KeePassXC.desktop
-- Installing: /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/prototype/i386/usr/share/metainfo/org.keepassxc.KeePassXC.appdata.xml
-- Installing: /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/prototype/i386/usr/share/keepassxc/icons/application/256x256/apps/keepassxc.png
-- Installing: /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/prototype/i386/usr/share/keepassxc/translations/keepassxc_ar.qm
-- Installing: /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/prototype/i386/usr/share/keepassxc/translations/keepassxc_bg.qm
-- Installing: /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/prototype/i386/usr/share/keepassxc/translations/keepassxc_ca.qm
-- Installing: /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/prototype/i386/usr/share/keepassxc/translations/keepassxc_cs.qm
-- Installing: /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/prototype/i386/usr/share/keepassxc/translations/keepassxc_da.qm
-- Installing: /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/prototype/i386/usr/share/keepassxc/translations/keepassxc_de.qm
-- Installing: /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/prototype/i386/usr/share/keepassxc/translations/keepassxc_el.qm
-- Installing: /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/prototype/i386/usr/share/keepassxc/translations/keepassxc_en_GB.qm
-- Installing: /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/prototype/i386/usr/share/keepassxc/translations/keepassxc_en_US.qm
-- Installing: /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/prototype/i386/usr/share/keepassxc/translations/keepassxc_es.qm
-- Installing: /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/prototype/i386/usr/share/keepassxc/translations/keepassxc_et.qm
-- Installing: /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/prototype/i386/usr/share/keepassxc/translations/keepassxc_fi.qm
-- Installing: /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/prototype/i386/usr/share/keepassxc/translations/keepassxc_fil.qm
-- Installing: /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/prototype/i386/usr/share/keepassxc/translations/keepassxc_fr.qm
-- Installing: /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/prototype/i386/usr/share/keepassxc/translations/keepassxc_fr_CA.qm
-- Installing: /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/prototype/i386/usr/share/keepassxc/translations/keepassxc_he.qm
-- Installing: /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/prototype/i386/usr/share/keepassxc/translations/keepassxc_hr.qm
-- Installing: /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/prototype/i386/usr/share/keepassxc/translations/keepassxc_hu.qm
-- Installing: /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/prototype/i386/usr/share/keepassxc/translations/keepassxc_id.qm
-- Installing: /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/prototype/i386/usr/share/keepassxc/translations/keepassxc_it.qm
-- Installing: /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/prototype/i386/usr/share/keepassxc/translations/keepassxc_ja.qm
-- Installing: /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/prototype/i386/usr/share/keepassxc/translations/keepassxc_km.qm
-- Installing: /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/prototype/i386/usr/share/keepassxc/translations/keepassxc_ko.qm
-- Installing: /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/prototype/i386/usr/share/keepassxc/translations/keepassxc_lt.qm
-- Installing: /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/prototype/i386/usr/share/keepassxc/translations/keepassxc_my.qm
-- Installing: /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/prototype/i386/usr/share/keepassxc/translations/keepassxc_nb.qm
-- Installing: /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/prototype/i386/usr/share/keepassxc/translations/keepassxc_nl.qm
-- Installing: /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/prototype/i386/usr/share/keepassxc/translations/keepassxc_pl.qm
-- Installing: /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/prototype/i386/usr/share/keepassxc/translations/keepassxc_pt_BR.qm
-- Installing: /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/prototype/i386/usr/share/keepassxc/translations/keepassxc_pt_PT.qm
-- Installing: /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/prototype/i386/usr/share/keepassxc/translations/keepassxc_ro.qm
-- Installing: /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/prototype/i386/usr/share/keepassxc/translations/keepassxc_ru.qm
-- Installing: /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/prototype/i386/usr/share/keepassxc/translations/keepassxc_si.qm
-- Installing: /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/prototype/i386/usr/share/keepassxc/translations/keepassxc_sk.qm
-- Installing: /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/prototype/i386/usr/share/keepassxc/translations/keepassxc_sl.qm
-- Installing: /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/prototype/i386/usr/share/keepassxc/translations/keepassxc_sq.qm
-- Installing: /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/prototype/i386/usr/share/keepassxc/translations/keepassxc_sr.qm
-- Installing: /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/prototype/i386/usr/share/keepassxc/translations/keepassxc_sv.qm
-- Installing: /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/prototype/i386/usr/share/keepassxc/translations/keepassxc_th.qm
-- Installing: /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/prototype/i386/usr/share/keepassxc/translations/keepassxc_tr.qm
-- Installing: /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/prototype/i386/usr/share/keepassxc/translations/keepassxc_uk.qm
-- Installing: /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/prototype/i386/usr/share/keepassxc/translations/keepassxc_zh_CN.qm
-- Installing: /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/prototype/i386/usr/share/keepassxc/translations/keepassxc_zh_TW.qm
-- Installing: /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/prototype/i386/usr/share/keepassxc/translations/keepassxc_en.qm
VALIDATING MANIFEST CONTENT: /jenkins/jobs/oi-userland/workspace/components/desktop/keepassxc/build/manifest-i386-keepassxc.depend.res
NEW PACKAGE CONTENTS ARE LOCALLY VALIDATED AND READY TO GO
generating metadata: desktop/keepassxc
pkg://openindiana.org/desktop/keepassxc@2.7.10,5.11-2025.0.0.1:20250524T191044Z
PUBLISHED