D: [iurt_root_command] chroot
Building target platforms: x86_64
Building for target x86_64
Installing /home/pterjan/rpmbuild/SRPMS/sqlitecpp-3.3.2-1.mga10.src.rpm
Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.r5XhWc
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build
+ test -d /home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build
+ /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build
+ /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build
+ /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build/SPECPARTS
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.mLobqT
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ cd /home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build
+ rm -rf SQLiteCpp-3.3.2
+ /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/sqlitecpp-3.3.2.tar.gz
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd SQLiteCpp-3.3.2
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ sed -e 's,\r,,' -i README.md
+ rm -rf sqlite3 googletest
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.wq47V7
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build
+ cd SQLiteCpp-3.3.2
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full'
+ export CFLAGS
+ CXXFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full'
+ export CXXFLAGS
+ FFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full '
+ export FFLAGS
+ FCFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full '
+ export FCFLAGS
+ VALAFLAGS=-g
+ export VALAFLAGS
+ RUSTFLAGS='-Copt-level=3 -Cdebuginfo=2 -Ccodegen-units=1 -Cstrip=none --cap-lints=warn'
+ export RUSTFLAGS
+ LDFLAGS='-Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld'
+ export LDFLAGS
+ LT_SYS_LIBRARY_PATH=/usr/lib64:
+ export LT_SYS_LIBRARY_PATH
+ CC=gcc
+ export CC
+ CXX=g++
+ export CXX
+ /usr/bin/cmake -Wno-dev -S . -B build -DCMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-DNDEBUG -DCMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-DNDEBUG -DCMAKE_CXX_FLAGS_RELEASE:STRING=-DNDEBUG -DCMAKE_C_FLAGS_RELEASE:STRING=-DNDEBUG -DCMAKE_INSTALL_DO_STRIP:BOOL=OFF -DCMAKE_INSTALL_LIBDIR:PATH=lib64 -DCMAKE_INSTALL_LIBEXECDIR:PATH=libexec -DCMAKE_INSTALL_PREFIX:PATH=/usr -DCMAKE_INSTALL_RUNSTATEDIR:PATH=/run -DCMAKE_INSTALL_SYSCONFDIR:PATH=/etc -DINCLUDE_INSTALL_DIR:PATH=/usr/include -DLIB_INSTALL_DIR:PATH=/usr/lib64 -DSYSCONF_INSTALL_DIR:PATH=/etc -DSHARE_INSTALL_PREFIX:PATH=/usr/share -DCMAKE_BUILD_TYPE=RelWithDebInfo -DLIB_SUFFIX=64 -DCMAKE_VERBOSE_MAKEFILE:BOOL=ON '-DCMAKE_MODULE_LINKER_FLAGS=-Wl,--as-needed  -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' -DBUILD_SHARED_LIBS:BOOL=ON -DBUILD_STATIC_LIBS:BOOL=OFF -G Ninja -DCMAKE_BUILD_TYPE=Release -DSQLITECPP_INTERNAL_SQLITE=OFF -DSQLITECPP_BUILD_TESTS=ON -DSQLITECPP_BUILD_EXAMPLES=OFF
-- 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/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/bin/g++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Using c++ standard c++11
-- CMake version: 3.31.2
-- Project version: 3.3.2
-- Using Stack Protection hardening
-- CMAKE_CXX_COMPILER '/usr/bin/g++' 'GNU' '14.2.0'
-- CMAKE_CXX_FLAGS                '-O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -Wall -Wextra -Wpedantic -Wswitch-enum -Wshadow -Wno-long-long'
-- CMAKE_CXX_FLAGS_RELEASE        '-DNDEBUG'
-- Found SQLite3: /usr/include (found version "3.47.0")
-- Link to sqlite3 system library
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- Found PythonInterp: /usr/bin/python (found version "3.12.8")
-- Could NOT find cppcheck
-- SQLITECPP_RUN_DOXYGEN OFF
-- SQLITECPP_BUILD_EXAMPLES OFF
-- Found GTest: /usr/lib64/cmake/GTest/GTestConfig.cmake (found version "1.14.0")
-- Link to GTest system library
-- Configuring done (0.5s)
-- Generating done (0.0s)
CMake Warning:
  Manually-specified variables were not used by the project:

    BUILD_STATIC_LIBS
    CMAKE_CXX_FLAGS_RELWITHDEBINFO
    CMAKE_C_FLAGS_RELEASE
    CMAKE_C_FLAGS_RELWITHDEBINFO
    CMAKE_INSTALL_DO_STRIP
    CMAKE_VERBOSE_MAKEFILE
    INCLUDE_INSTALL_DIR
    LIB_INSTALL_DIR
    LIB_SUFFIX
    SHARE_INSTALL_PREFIX
    SYSCONF_INSTALL_DIR


-- Build files have been written to: /home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build/SQLiteCpp-3.3.2/build
+ /usr/bin/cmake --build build -j16 --verbose
Change Dir: '/home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build/SQLiteCpp-3.3.2/build'

Run Build Command(s): /usr/bin/ninja -v -j 16
[1/20] /usr/bin/g++ -DSQLITE_ENABLE_COLUMN_METADATA -DSQLiteCpp_EXPORTS -I/home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build/SQLiteCpp-3.3.2/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -Wall -Wextra -Wpedantic -Wswitch-enum -Wshadow -Wno-long-long -DNDEBUG -std=gnu++11 -fPIC -fPIC -fstack-protector -MD -MT CMakeFiles/SQLiteCpp.dir/src/Exception.cpp.o -MF CMakeFiles/SQLiteCpp.dir/src/Exception.cpp.o.d -o CMakeFiles/SQLiteCpp.dir/src/Exception.cpp.o -c /home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build/SQLiteCpp-3.3.2/src/Exception.cpp
[2/20] /usr/bin/g++ -DSQLITE_ENABLE_COLUMN_METADATA -DSQLiteCpp_EXPORTS -I/home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build/SQLiteCpp-3.3.2/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -Wall -Wextra -Wpedantic -Wswitch-enum -Wshadow -Wno-long-long -DNDEBUG -std=gnu++11 -fPIC -fPIC -fstack-protector -MD -MT CMakeFiles/SQLiteCpp.dir/src/Transaction.cpp.o -MF CMakeFiles/SQLiteCpp.dir/src/Transaction.cpp.o.d -o CMakeFiles/SQLiteCpp.dir/src/Transaction.cpp.o -c /home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build/SQLiteCpp-3.3.2/src/Transaction.cpp
[3/20] /usr/bin/g++ -DSQLITE_ENABLE_COLUMN_METADATA -DSQLiteCpp_EXPORTS -I/home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build/SQLiteCpp-3.3.2/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -Wall -Wextra -Wpedantic -Wswitch-enum -Wshadow -Wno-long-long -DNDEBUG -std=gnu++11 -fPIC -fPIC -fstack-protector -MD -MT CMakeFiles/SQLiteCpp.dir/src/Backup.cpp.o -MF CMakeFiles/SQLiteCpp.dir/src/Backup.cpp.o.d -o CMakeFiles/SQLiteCpp.dir/src/Backup.cpp.o -c /home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build/SQLiteCpp-3.3.2/src/Backup.cpp
[4/20] /usr/bin/g++ -DSQLITE_ENABLE_COLUMN_METADATA -DSQLiteCpp_EXPORTS -I/home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build/SQLiteCpp-3.3.2/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -Wall -Wextra -Wpedantic -Wswitch-enum -Wshadow -Wno-long-long -DNDEBUG -std=gnu++11 -fPIC -fPIC -fstack-protector -MD -MT CMakeFiles/SQLiteCpp.dir/src/Column.cpp.o -MF CMakeFiles/SQLiteCpp.dir/src/Column.cpp.o.d -o CMakeFiles/SQLiteCpp.dir/src/Column.cpp.o -c /home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build/SQLiteCpp-3.3.2/src/Column.cpp
[5/20] /usr/bin/g++ -DSQLITE_ENABLE_COLUMN_METADATA -DSQLiteCpp_EXPORTS -I/home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build/SQLiteCpp-3.3.2/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -Wall -Wextra -Wpedantic -Wswitch-enum -Wshadow -Wno-long-long -DNDEBUG -std=gnu++11 -fPIC -fPIC -fstack-protector -MD -MT CMakeFiles/SQLiteCpp.dir/src/Savepoint.cpp.o -MF CMakeFiles/SQLiteCpp.dir/src/Savepoint.cpp.o.d -o CMakeFiles/SQLiteCpp.dir/src/Savepoint.cpp.o -c /home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build/SQLiteCpp-3.3.2/src/Savepoint.cpp
[6/20] cd /home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build/SQLiteCpp-3.3.2/build && /usr/bin/python /home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build/SQLiteCpp-3.3.2/cpplint.py --output=eclipse --verbose=3 --linelength=120 /home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build/SQLiteCpp-3.3.2/src/Backup.cpp /home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build/SQLiteCpp-3.3.2/src/Column.cpp /home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build/SQLiteCpp-3.3.2/src/Database.cpp /home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build/SQLiteCpp-3.3.2/src/Exception.cpp /home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build/SQLiteCpp-3.3.2/src/Savepoint.cpp /home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build/SQLiteCpp-3.3.2/src/Statement.cpp /home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build/SQLiteCpp-3.3.2/src/Transaction.cpp /home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build/SQLiteCpp-3.3.2/include/SQLiteCpp/SQLiteCpp.h /home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build/SQLiteCpp-3.3.2/include/SQLiteCpp/Assertion.h /home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build/SQLiteCpp-3.3.2/include/SQLiteCpp/Backup.h /home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build/SQLiteCpp-3.3.2/include/SQLiteCpp/Column.h /home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build/SQLiteCpp-3.3.2/include/SQLiteCpp/Database.h /home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build/SQLiteCpp-3.3.2/include/SQLiteCpp/Exception.h /home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build/SQLiteCpp-3.3.2/include/SQLiteCpp/Savepoint.h /home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build/SQLiteCpp-3.3.2/include/SQLiteCpp/Statement.h /home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build/SQLiteCpp-3.3.2/include/SQLiteCpp/Transaction.h /home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build/SQLiteCpp-3.3.2/include/SQLiteCpp/VariadicBind.h /home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build/SQLiteCpp-3.3.2/include/SQLiteCpp/ExecuteMany.h
/home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build/SQLiteCpp-3.3.2/cpplint.py:877: SyntaxWarning: invalid escape sequence '\D'
  """FullName after removing the local path to the repository.
/home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build/SQLiteCpp-3.3.2/cpplint.py:2710: SyntaxWarning: invalid escape sequence '\('
  line = re.sub(r'operator(==|!=|<|<<|<=|>=|>>|>)\(', 'operator\(', line)
/home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build/SQLiteCpp-3.3.2/cpplint.py:2912: SyntaxWarning: invalid escape sequence '\('
  if (Search('for *\(.*[^:]:[^: ]', line) or
/home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build/SQLiteCpp-3.3.2/cpplint.py:2913: SyntaxWarning: invalid escape sequence '\('
  Search('for *\(.*[^: ]:[^:]', line)):
/home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build/SQLiteCpp-3.3.2/cpplint.py:50: DeprecationWarning: module 'sre_compile' is deprecated
  import sre_compile
[7/20] /usr/bin/g++ -DSQLITE_ENABLE_COLUMN_METADATA -DSQLiteCpp_EXPORTS -I/home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build/SQLiteCpp-3.3.2/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -Wall -Wextra -Wpedantic -Wswitch-enum -Wshadow -Wno-long-long -DNDEBUG -std=gnu++11 -fPIC -fPIC -fstack-protector -MD -MT CMakeFiles/SQLiteCpp.dir/src/Database.cpp.o -MF CMakeFiles/SQLiteCpp.dir/src/Database.cpp.o.d -o CMakeFiles/SQLiteCpp.dir/src/Database.cpp.o -c /home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build/SQLiteCpp-3.3.2/src/Database.cpp
[8/20] /usr/bin/g++ -DSQLITE_ENABLE_COLUMN_METADATA -DSQLiteCpp_EXPORTS -I/home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build/SQLiteCpp-3.3.2/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -Wall -Wextra -Wpedantic -Wswitch-enum -Wshadow -Wno-long-long -DNDEBUG -std=gnu++11 -fPIC -fPIC -fstack-protector -MD -MT CMakeFiles/SQLiteCpp.dir/src/Statement.cpp.o -MF CMakeFiles/SQLiteCpp.dir/src/Statement.cpp.o.d -o CMakeFiles/SQLiteCpp.dir/src/Statement.cpp.o -c /home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build/SQLiteCpp-3.3.2/src/Statement.cpp
[9/20] : && /usr/bin/g++ -fPIC -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -Wall -Wextra -Wpedantic -Wswitch-enum -Wshadow -Wno-long-long -DNDEBUG  -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld   -Wl,--dependency-file=CMakeFiles/SQLiteCpp.dir/link.d -shared -Wl,-soname,libSQLiteCpp.so.0 -o libSQLiteCpp.so.0 CMakeFiles/SQLiteCpp.dir/src/Backup.cpp.o CMakeFiles/SQLiteCpp.dir/src/Column.cpp.o CMakeFiles/SQLiteCpp.dir/src/Database.cpp.o CMakeFiles/SQLiteCpp.dir/src/Exception.cpp.o CMakeFiles/SQLiteCpp.dir/src/Savepoint.cpp.o CMakeFiles/SQLiteCpp.dir/src/Statement.cpp.o CMakeFiles/SQLiteCpp.dir/src/Transaction.cpp.o  /usr/lib64/libsqlite3.so  -ldl && :
[10/20] /usr/bin/cmake -E cmake_symlink_library libSQLiteCpp.so.0 libSQLiteCpp.so.0 libSQLiteCpp.so && :
[11/20] /usr/bin/g++ -DGTEST_LINKED_AS_SHARED_LIBRARY=1 -DSQLITE_ENABLE_COLUMN_METADATA -I/home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build/SQLiteCpp-3.3.2/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -Wall -Wextra -Wpedantic -Wswitch-enum -Wshadow -Wno-long-long -DNDEBUG -std=gnu++14 -fstack-protector -MD -MT CMakeFiles/SQLiteCpp_tests.dir/tests/Exception_test.cpp.o -MF CMakeFiles/SQLiteCpp_tests.dir/tests/Exception_test.cpp.o.d -o CMakeFiles/SQLiteCpp_tests.dir/tests/Exception_test.cpp.o -c /home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build/SQLiteCpp-3.3.2/tests/Exception_test.cpp
[12/20] /usr/bin/g++ -DGTEST_LINKED_AS_SHARED_LIBRARY=1 -DSQLITE_ENABLE_COLUMN_METADATA -I/home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build/SQLiteCpp-3.3.2/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -Wall -Wextra -Wpedantic -Wswitch-enum -Wshadow -Wno-long-long -DNDEBUG -std=gnu++14 -fstack-protector -MD -MT CMakeFiles/SQLiteCpp_tests.dir/tests/Transaction_test.cpp.o -MF CMakeFiles/SQLiteCpp_tests.dir/tests/Transaction_test.cpp.o.d -o CMakeFiles/SQLiteCpp_tests.dir/tests/Transaction_test.cpp.o -c /home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build/SQLiteCpp-3.3.2/tests/Transaction_test.cpp
[13/20] /usr/bin/g++ -DGTEST_LINKED_AS_SHARED_LIBRARY=1 -DSQLITE_ENABLE_COLUMN_METADATA -I/home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build/SQLiteCpp-3.3.2/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -Wall -Wextra -Wpedantic -Wswitch-enum -Wshadow -Wno-long-long -DNDEBUG -std=gnu++14 -fstack-protector -MD -MT CMakeFiles/SQLiteCpp_tests.dir/tests/Savepoint_test.cpp.o -MF CMakeFiles/SQLiteCpp_tests.dir/tests/Savepoint_test.cpp.o.d -o CMakeFiles/SQLiteCpp_tests.dir/tests/Savepoint_test.cpp.o -c /home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build/SQLiteCpp-3.3.2/tests/Savepoint_test.cpp
[14/20] /usr/bin/g++ -DGTEST_LINKED_AS_SHARED_LIBRARY=1 -DSQLITE_ENABLE_COLUMN_METADATA -I/home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build/SQLiteCpp-3.3.2/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -Wall -Wextra -Wpedantic -Wswitch-enum -Wshadow -Wno-long-long -DNDEBUG -std=gnu++14 -fstack-protector -MD -MT CMakeFiles/SQLiteCpp_tests.dir/tests/ExecuteMany_test.cpp.o -MF CMakeFiles/SQLiteCpp_tests.dir/tests/ExecuteMany_test.cpp.o.d -o CMakeFiles/SQLiteCpp_tests.dir/tests/ExecuteMany_test.cpp.o -c /home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build/SQLiteCpp-3.3.2/tests/ExecuteMany_test.cpp
[15/20] /usr/bin/g++ -DGTEST_LINKED_AS_SHARED_LIBRARY=1 -DSQLITE_ENABLE_COLUMN_METADATA -I/home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build/SQLiteCpp-3.3.2/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -Wall -Wextra -Wpedantic -Wswitch-enum -Wshadow -Wno-long-long -DNDEBUG -std=gnu++14 -fstack-protector -MD -MT CMakeFiles/SQLiteCpp_tests.dir/tests/Backup_test.cpp.o -MF CMakeFiles/SQLiteCpp_tests.dir/tests/Backup_test.cpp.o.d -o CMakeFiles/SQLiteCpp_tests.dir/tests/Backup_test.cpp.o -c /home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build/SQLiteCpp-3.3.2/tests/Backup_test.cpp
[16/20] /usr/bin/g++ -DGTEST_LINKED_AS_SHARED_LIBRARY=1 -DSQLITE_ENABLE_COLUMN_METADATA -I/home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build/SQLiteCpp-3.3.2/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -Wall -Wextra -Wpedantic -Wswitch-enum -Wshadow -Wno-long-long -DNDEBUG -std=gnu++14 -fstack-protector -MD -MT CMakeFiles/SQLiteCpp_tests.dir/tests/VariadicBind_test.cpp.o -MF CMakeFiles/SQLiteCpp_tests.dir/tests/VariadicBind_test.cpp.o.d -o CMakeFiles/SQLiteCpp_tests.dir/tests/VariadicBind_test.cpp.o -c /home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build/SQLiteCpp-3.3.2/tests/VariadicBind_test.cpp
[17/20] /usr/bin/g++ -DGTEST_LINKED_AS_SHARED_LIBRARY=1 -DSQLITE_ENABLE_COLUMN_METADATA -I/home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build/SQLiteCpp-3.3.2/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -Wall -Wextra -Wpedantic -Wswitch-enum -Wshadow -Wno-long-long -DNDEBUG -std=gnu++14 -fstack-protector -MD -MT CMakeFiles/SQLiteCpp_tests.dir/tests/Column_test.cpp.o -MF CMakeFiles/SQLiteCpp_tests.dir/tests/Column_test.cpp.o.d -o CMakeFiles/SQLiteCpp_tests.dir/tests/Column_test.cpp.o -c /home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build/SQLiteCpp-3.3.2/tests/Column_test.cpp
[18/20] /usr/bin/g++ -DGTEST_LINKED_AS_SHARED_LIBRARY=1 -DSQLITE_ENABLE_COLUMN_METADATA -I/home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build/SQLiteCpp-3.3.2/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -Wall -Wextra -Wpedantic -Wswitch-enum -Wshadow -Wno-long-long -DNDEBUG -std=gnu++14 -fstack-protector -MD -MT CMakeFiles/SQLiteCpp_tests.dir/tests/Database_test.cpp.o -MF CMakeFiles/SQLiteCpp_tests.dir/tests/Database_test.cpp.o.d -o CMakeFiles/SQLiteCpp_tests.dir/tests/Database_test.cpp.o -c /home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build/SQLiteCpp-3.3.2/tests/Database_test.cpp
[19/20] /usr/bin/g++ -DGTEST_LINKED_AS_SHARED_LIBRARY=1 -DSQLITE_ENABLE_COLUMN_METADATA -I/home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build/SQLiteCpp-3.3.2/include -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -Wall -Wextra -Wpedantic -Wswitch-enum -Wshadow -Wno-long-long -DNDEBUG -std=gnu++14 -fstack-protector -MD -MT CMakeFiles/SQLiteCpp_tests.dir/tests/Statement_test.cpp.o -MF CMakeFiles/SQLiteCpp_tests.dir/tests/Statement_test.cpp.o.d -o CMakeFiles/SQLiteCpp_tests.dir/tests/Statement_test.cpp.o -c /home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build/SQLiteCpp-3.3.2/tests/Statement_test.cpp
[20/20] : && /usr/bin/g++ -O2 -g -pipe -Wformat -Werror=format-security -Wp,-U_FORTIFY_SOURCE,-D_FORTIFY_SOURCE=3 -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -m64 -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection=full -Wall -Wextra -Wpedantic -Wswitch-enum -Wshadow -Wno-long-long -DNDEBUG -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-z,now -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -specs=/usr/lib/rpm/redhat/redhat-hardened-ld     -Wl,--dependency-file=CMakeFiles/SQLiteCpp_tests.dir/link.d CMakeFiles/SQLiteCpp_tests.dir/tests/Column_test.cpp.o CMakeFiles/SQLiteCpp_tests.dir/tests/Database_test.cpp.o CMakeFiles/SQLiteCpp_tests.dir/tests/Savepoint_test.cpp.o CMakeFiles/SQLiteCpp_tests.dir/tests/Statement_test.cpp.o CMakeFiles/SQLiteCpp_tests.dir/tests/Backup_test.cpp.o CMakeFiles/SQLiteCpp_tests.dir/tests/Transaction_test.cpp.o CMakeFiles/SQLiteCpp_tests.dir/tests/VariadicBind_test.cpp.o CMakeFiles/SQLiteCpp_tests.dir/tests/Exception_test.cpp.o CMakeFiles/SQLiteCpp_tests.dir/tests/ExecuteMany_test.cpp.o -o bin/SQLiteCpp_tests  -Wl,-rpath,/home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build/SQLiteCpp-3.3.2/build  libSQLiteCpp.so.0  /usr/lib64/libsqlite3.so  -ldl  /usr/lib64/libgtest_main.so.1.14.0  /usr/lib64/libgtest.so.1.14.0 && :

+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.Eqyxgl
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build
+ '[' 1 -eq 1 ']'
+ '[' /home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build/BUILDROOT '!=' / ']'
+ rm -rf /home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build/BUILDROOT
++ dirname /home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build/BUILDROOT
+ mkdir -p /home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build
+ mkdir /home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build/BUILDROOT
+ cd SQLiteCpp-3.3.2
+ '[' 1 -eq 1 ']'
+ DESTDIR=/home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build/BUILDROOT
+ /usr/bin/cmake --install build
-- Install configuration: "Release"
-- Installing: /home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build/BUILDROOT/usr/lib64/libSQLiteCpp.so.0
-- Installing: /home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build/BUILDROOT/usr/lib64/libSQLiteCpp.so
-- Installing: /home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build/BUILDROOT/usr/include
-- Installing: /home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build/BUILDROOT/usr/include/SQLiteCpp
-- Installing: /home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build/BUILDROOT/usr/include/SQLiteCpp/VariadicBind.h
-- Installing: /home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build/BUILDROOT/usr/include/SQLiteCpp/Statement.h
-- Installing: /home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build/BUILDROOT/usr/include/SQLiteCpp/Utils.h
-- Installing: /home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build/BUILDROOT/usr/include/SQLiteCpp/Column.h
-- Installing: /home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build/BUILDROOT/usr/include/SQLiteCpp/Transaction.h
-- Installing: /home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build/BUILDROOT/usr/include/SQLiteCpp/SQLiteCpp.h
-- Installing: /home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build/BUILDROOT/usr/include/SQLiteCpp/Exception.h
-- Installing: /home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build/BUILDROOT/usr/include/SQLiteCpp/Backup.h
-- Installing: /home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build/BUILDROOT/usr/include/SQLiteCpp/SQLiteCppExport.h
-- Installing: /home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build/BUILDROOT/usr/include/SQLiteCpp/Database.h
-- Installing: /home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build/BUILDROOT/usr/include/SQLiteCpp/Assertion.h
-- Installing: /home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build/BUILDROOT/usr/include/SQLiteCpp/Savepoint.h
-- Installing: /home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build/BUILDROOT/usr/include/SQLiteCpp/ExecuteMany.h
-- Installing: /home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build/BUILDROOT/usr/lib64/cmake/SQLiteCpp/SQLiteCppTargets.cmake
-- Installing: /home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build/BUILDROOT/usr/lib64/cmake/SQLiteCpp/SQLiteCppTargets-release.cmake
-- Installing: /home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build/BUILDROOT/usr/share/SQLiteCpp/package.xml
-- Installing: /home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build/BUILDROOT/usr/lib64/cmake/SQLiteCpp/SQLiteCppConfig.cmake
-- Installing: /home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build/BUILDROOT/usr/lib64/cmake/SQLiteCpp/SQLiteCppConfigVersion.cmake
+ /usr/bin/find-debuginfo -j16 --strict-build-id -m -i --build-id-seed 3.3.2-1.mga10 --unique-debug-suffix -3.3.2-1.mga10.x86_64 --unique-debug-src-base sqlitecpp-3.3.2-1.mga10.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build/SQLiteCpp-3.3.2
find-debuginfo: starting

Extracting debug info from 1 files
DWARF-compressing 1 files
sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match.
Creating .debug symlinks for symlinks to ELF files
Copying sources found by 'debugedit -l' to /usr/src/debug/sqlitecpp-3.3.2-1.mga10.x86_64
find-debuginfo: done
+ /usr/lib/rpm/check-buildroot
+ '[' -n '' ']'
+ /usr/share/spec-helper/clean_files
+ '[' -n '' ']'
+ /usr/share/spec-helper/compress_files .xz
+ '[' -n '' ']'
+ /usr/share/spec-helper/relink_symlinks
+ '[' -n '' ']'
+ /usr/share/spec-helper/clean_perl
+ '[' -n '' ']'
+ /usr/share/spec-helper/lib_symlinks
+ '[' -n '' ']'
+ /usr/share/spec-helper/gprintify
+ '[' -n '' ']'
+ /usr/share/spec-helper/fix_mo
+ '[' -n '' ']'
+ /usr/share/spec-helper/fix_pamd
+ '[' -n '' ']'
+ /usr/share/spec-helper/remove_info_dir
+ '[' -n '' ']'
+ /usr/share/spec-helper/fix_eol
+ '[' -n '' ']'
+ /usr/share/spec-helper/check_desktop_files
+ '[' -n '' ']'
+ /usr/share/spec-helper/check_elf_files
+ /usr/lib/rpm/check-rpaths
+ /usr/lib/rpm/brp-remove-la-files
+ /usr/lib/rpm/redhat/brp-mangle-shebangs
+ env -u SOURCE_DATE_EPOCH /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 -j16
+ /usr/lib/rpm/redhat/brp-python-hardlink
Reading /home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build/SPECPARTS/rpm-debuginfo.specpart
Executing(%check): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.58Pycb
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build
+ cd SQLiteCpp-3.3.2
+ '[' 1 -eq 1 ']'
+ cd build
+ /usr/bin/ctest --output-on-failure --force-new-ctest-process -j16
Test project /home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build/SQLiteCpp-3.3.2/build
    Start 1: UnitTests
1/1 Test #1: UnitTests ........................   Passed    0.22 sec

100% tests passed, 0 tests failed out of 1

Total Test time (real) =   0.22 sec
+ cd ..
+ RPM_EC=0
++ jobs -p
+ exit 0
Processing files: lib64sqlitecpp0-3.3.2-1.mga10.x86_64
Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.AwCBLK
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build
+ cd SQLiteCpp-3.3.2
+ DOCDIR=/home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build/BUILDROOT/usr/share/doc/lib64sqlitecpp0
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build/BUILDROOT/usr/share/doc/lib64sqlitecpp0
+ cp -pr /home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build/SQLiteCpp-3.3.2/README.md /home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build/BUILDROOT/usr/share/doc/lib64sqlitecpp0
+ cp -pr /home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build/SQLiteCpp-3.3.2/CHANGELOG.md /home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build/BUILDROOT/usr/share/doc/lib64sqlitecpp0
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%license): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.mwlMjR
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build
+ cd SQLiteCpp-3.3.2
+ LICENSEDIR=/home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build/BUILDROOT/usr/share/licenses/lib64sqlitecpp0
+ export LC_ALL=C
+ LC_ALL=C
+ export LICENSEDIR
+ /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build/BUILDROOT/usr/share/licenses/lib64sqlitecpp0
+ cp -pr /home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build/SQLiteCpp-3.3.2/LICENSE.txt /home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build/BUILDROOT/usr/share/licenses/lib64sqlitecpp0
+ RPM_EC=0
++ jobs -p
+ exit 0
Provides: lib64sqlitecpp0 = 3.3.2-1.mga10 lib64sqlitecpp0(x86-64) = 3.3.2-1.mga10 libSQLiteCpp.so.0()(64bit) sqlitecpp = 3.3.2-1.mga10
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.32)(64bit) libc.so.6(GLIBC_2.4)(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.0)(64bit) libsqlite3.so.0()(64bit) libstdc++.so.6()(64bit) libstdc++.so.6(CXXABI_1.3)(64bit) libstdc++.so.6(CXXABI_1.3.15)(64bit) libstdc++.so.6(GLIBCXX_3.4)(64bit) libstdc++.so.6(GLIBCXX_3.4.11)(64bit) libstdc++.so.6(GLIBCXX_3.4.21)(64bit) libstdc++.so.6(GLIBCXX_3.4.32)(64bit)
Processing files: lib64sqlitecpp-devel-3.3.2-1.mga10.x86_64
Provides: cmake(SQLiteCpp) = 3.3.2 cmake(sqlitecpp) = 3.3.2 devel(libSQLiteCpp(64bit)) lib64sqlitecpp-devel = 3.3.2-1.mga10 lib64sqlitecpp-devel(x86-64) = 3.3.2-1.mga10 sqlitecpp-devel = 3.3.2-1.mga10
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: devel(libgcc_s(64bit)) devel(libsqlite3(64bit)) devel(libstdc++(64bit))
Processing files: sqlitecpp-debugsource-3.3.2-1.mga10.x86_64
Provides: sqlitecpp-debugsource = 3.3.2-1.mga10 sqlitecpp-debugsource(x86-64) = 3.3.2-1.mga10
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Processing files: lib64sqlitecpp0-debuginfo-3.3.2-1.mga10.x86_64
Provides: debuginfo(build-id) = 8398ed85a0982633b167a39650d1baf7afa1baf3 lib64sqlitecpp0-debuginfo = 3.3.2-1.mga10 lib64sqlitecpp0-debuginfo(x86-64) = 3.3.2-1.mga10
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Recommends: sqlitecpp-debugsource(x86-64) = 3.3.2-1.mga10
Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build/BUILDROOT
Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/lib64sqlitecpp0-3.3.2-1.mga10.x86_64.rpm
Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/lib64sqlitecpp-devel-3.3.2-1.mga10.x86_64.rpm
Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/sqlitecpp-debugsource-3.3.2-1.mga10.x86_64.rpm
Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/lib64sqlitecpp0-debuginfo-3.3.2-1.mga10.x86_64.rpm
Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.8CRuNy
+ umask 022
+ cd /home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build
+ test -d /home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build
+ rm -rf /home/pterjan/rpmbuild/BUILD/sqlitecpp-3.3.2-build
+ RPM_EC=0
++ jobs -p
+ exit 0
D: [iurt_root_command] Success!