Your message dated Sat, 06 Sep 2025 12:58:39 +0000
with message-id <[email protected]>
and subject line Bug#1114258: fixed in persistent-cache-cpp 1.0.8-1
has caused the Debian Bug report #1114258,
regarding persistent-cache-cpp: FTBFS: 
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:273:2: 
error: #error C++ versions less than C++17 are not supported.
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1114258: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1114258
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:persistent-cache-cpp
Version: 1.0.7-2
Severity: serious
Tags: ftbfs forky sid

Dear maintainer:

During a rebuild of all packages in unstable, your package failed to build.

Below you will find how the build ends (probably the most relevant part,
but not necessarily). If required, the full build log is available here:

https://people.debian.org/~sanvila/build-logs/202509/

About the archive rebuild: The build was made on virtual machines from AWS,
using sbuild and a reduced chroot with only build-essential packages.

If you could not reproduce the bug please contact me privately, as I
am willing to provide ssh access to a virtual machine where the bug is
fully reproducible.

If this is really a bug in one of the build-depends, please use
reassign and add an affects on src:persistent-cache-cpp, so that this is still
visible in the BTS web page for this package.

Thanks.

--------------------------------------------------------------------------------
[...]
 debian/rules clean
dh clean
   dh_clean
 debian/rules binary
dh binary
   dh_update_autotools_config
   dh_autoreconf
   dh_auto_configure
        cd obj-x86_64-linux-gnu && DEB_PYTHON_INSTALL_LAYOUT=deb 
PKG_CONFIG=/usr/bin/pkg-config cmake -DCMAKE_INSTALL_PREFIX=/usr 
-DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_SYSCONFDIR=/etc 
-DCMAKE_INSTALL_LOCALSTATEDIR=/var -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON 
-DCMAKE_FIND_USE_PACKAGE_REGISTRY=OFF 
-DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON 
-DFETCHCONTENT_FULLY_DISCONNECTED=ON -DCMAKE_INSTALL_RUNSTATEDIR=/run 
-DCMAKE_SKIP_INSTALL_ALL_DEPENDENCY=ON "-GUnix Makefiles" 
-DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_INSTALL_LIBDIR=lib/x86_64-linux-gnu ..
CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.10 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value.  Or, use the <min>...<max> syntax
  to tell CMake that the project requires at least <min> but has been updated
  to work with policies introduced by <max> or earlier.


-- The C compiler identification is GNU 15.2.0
-- The CXX compiler identification is GNU 15.2.0
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - 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/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
CMake Warning at CMakeLists.txt:81 (message):
  Cannot find valgrind: valgrind target will not be available


-- Could NOT find Lcov (missing: LCOV_EXECUTABLE GENHTML_EXECUTABLE) 
CMake Warning at /usr/share/cmake/CoverageReport/CoverageReportConfig.cmake:1 
(find_package):
  Found package configuration file:

    /usr/share/cmake/Lcov/LcovConfig.cmake

  but it set Lcov_FOUND to FALSE so package "Lcov" is considered to be NOT
  FOUND.
Call Stack (most recent call first):
  CMakeLists.txt:87 (find_package)


-- Could NOT find gcovr (missing: GCOVR_EXECUTABLE) 
CMake Warning at /usr/share/cmake/CoverageReport/CoverageReportConfig.cmake:2 
(find_package):
  Found package configuration file:

    /usr/share/cmake/gcovr/gcovrConfig.cmake

  but it set gcovr_FOUND to FALSE so package "gcovr" is considered to be NOT
  FOUND.
Call Stack (most recent call first):
  CMakeLists.txt:87 (find_package)


CMake Warning at CMakeLists.txt:87 (find_package):
  Found package configuration file:

    /usr/share/cmake/CoverageReport/CoverageReportConfig.cmake

  but it set CoverageReport_FOUND to FALSE so package "CoverageReport" is
  considered to be NOT FOUND.


CMake Warning (dev) at CMakeLists.txt:88 (find_package):
  Policy CMP0167 is not set: The FindBoost module is removed.  Run "cmake
  --help-policy CMP0167" 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.

-- Found Boost: /usr/lib/x86_64-linux-gnu/cmake/Boost-1.83.0/BoostConfig.cmake 
(found version "1.83.0") found components: filesystem
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- Found PkgConfig: /usr/bin/pkg-config (found version "1.8.1")
-- Using /usr/src/googletest/googlemock/ as gmock source directory
-- Checking for module 'gtest'
--   Found gtest, version 1.17.0
-- Using GTest v1.17.0 (parsed from pkg-config)
CMake Warning (dev) at tests/core/CMakeLists.txt:3 (find_package):
  Policy CMP0167 is not set: The FindBoost module is removed.  Run "cmake
  --help-policy CMP0167" 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.

-- Found Boost: /usr/lib/x86_64-linux-gnu/cmake/Boost-1.83.0/BoostConfig.cmake 
(found version "1.83.0") found components: system filesystem
-- Cannot enable coverage targets because neither lcov nor gcovr are found.
-- Found Doxygen: /usr/bin/doxygen (found version "1.9.8") found components: 
doxygen missing components: dot
CMake Warning (dev) at 
/usr/share/cmake-3.31/Modules/FindPackageHandleStandardArgs.cmake:441 (message):
  The package name passed to `find_package_handle_standard_args`
  (DOXYFILE_IN) does not match the name of the calling package
  (DoxygenBuilder).  This can lead to problems in calling code that expects
  `find_package` result variables (e.g., `_FOUND`) to follow a certain
  pattern.
Call Stack (most recent call first):
  /usr/share/cmake/DoxygenBuilder/DoxygenBuilderConfig.cmake:47 
(find_package_handle_standard_args)
  CMakeLists.txt:111 (find_package)
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Found DOXYFILE_IN: /usr/share/cmake/DoxygenBuilder/Doxyfile.in
-- Configuring done (0.6s)
-- Generating done (0.0s)
CMake Warning:
  Manually-specified variables were not used by the project:

    CMAKE_EXPORT_NO_PACKAGE_REGISTRY
    CMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY
    CMAKE_INSTALL_LOCALSTATEDIR
    CMAKE_INSTALL_RUNSTATEDIR
    CMAKE_INSTALL_SYSCONFDIR
    FETCHCONTENT_FULLY_DISCONNECTED


-- Build files have been written to: /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu
   dh_auto_build
        cd obj-x86_64-linux-gnu && make -j2 "INSTALL=install 
--strip-program=true" VERBOSE=1
make[1]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
/usr/bin/cmake -S/<<PKGBUILDDIR>> -B/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu 
--check-build-system CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu//CMakeFiles/progress.marks
make  -f CMakeFiles/Makefile2 all
make[2]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make  -f CMakeFiles/persistent-cache-cpp-doc.dir/build.make 
CMakeFiles/persistent-cache-cpp-doc.dir/depend
make  -f src/core/CMakeFiles/persistent-cache-cpp.dir/build.make 
src/core/CMakeFiles/persistent-cache-cpp.dir/depend
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends 
"Unix Makefiles" /<<PKGBUILDDIR>> /<<PKGBUILDDIR>> 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles/persistent-cache-cpp-doc.dir/DependInfo.cmake
 "--color="
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends 
"Unix Makefiles" /<<PKGBUILDDIR>> /<<PKGBUILDDIR>>/src/core 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/core 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/core/CMakeFiles/persistent-cache-cpp.dir/DependInfo.cmake
 "--color="
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make  -f CMakeFiles/persistent-cache-cpp-doc.dir/build.make 
CMakeFiles/persistent-cache-cpp-doc.dir/build
make  -f src/core/CMakeFiles/persistent-cache-cpp.dir/build.make 
src/core/CMakeFiles/persistent-cache-cpp.dir/build
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[  8%] Writing documentation to /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/doc...
[  8%] Building CXX object 
src/core/CMakeFiles/persistent-cache-cpp.dir/internal/persistent_string_cache_impl.cpp.o
cd /<<PKGBUILDDIR>> && /usr/bin/doxygen 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Doxyfile
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/core && /usr/bin/c++  
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/core -I/<<PKGBUILDDIR>>/src/core 
-I/<<PKGBUILDDIR>>/include -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
--std=c++14 -Wall -pedantic -Wextra -Wcast-align -Wcast-qual -Wformat 
-Wredundant-decls -Wswitch-default -Wnon-virtual-dtor -Wctor-dtor-privacy 
-Wold-style-cast -MD -MT 
src/core/CMakeFiles/persistent-cache-cpp.dir/internal/persistent_string_cache_impl.cpp.o
 -MF 
CMakeFiles/persistent-cache-cpp.dir/internal/persistent_string_cache_impl.cpp.o.d
 -o 
CMakeFiles/persistent-cache-cpp.dir/internal/persistent_string_cache_impl.cpp.o 
-c /<<PKGBUILDDIR>>/src/core/internal/persistent_string_cache_impl.cpp
warning: Tag 'TCL_SUBST' at line 237 of file 
'/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Doxyfile' has become obsolete.
         To avoid this warning please remove this line from your configuration 
file or upgrade it using "doxygen -u"
warning: Tag 'COLS_IN_ALPHA_INDEX' at line 1020 of file 
'/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Doxyfile' has become obsolete.
         To avoid this warning please remove this line from your configuration 
file or upgrade it using "doxygen -u"
warning: Tag 'HTML_TIMESTAMP' at line 1155 of file 
'/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Doxyfile' has become obsolete.
         To avoid this warning please remove this line from your configuration 
file or upgrade it using "doxygen -u"
warning: Tag 'FORMULA_TRANSPARENT' at line 1436 of file 
'/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Doxyfile' has become obsolete.
         To avoid this warning please remove this line from your configuration 
file or upgrade it using "doxygen -u"
warning: Tag 'LATEX_SOURCE_CODE' at line 1721 of file 
'/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Doxyfile' has become obsolete.
         To avoid this warning please remove this line from your configuration 
file or upgrade it using "doxygen -u"
warning: Tag 'RTF_SOURCE_CODE' at line 1795 of file 
'/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Doxyfile' has become obsolete.
         To avoid this warning please remove this line from your configuration 
file or upgrade it using "doxygen -u"
warning: Tag 'DOCBOOK_PROGRAMLISTING' at line 1893 of file 
'/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Doxyfile' has become obsolete.
         To avoid this warning please remove this line from your configuration 
file or upgrade it using "doxygen -u"
warning: Tag 'PERL_PATH' at line 2073 of file 
'/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Doxyfile' has become obsolete.
         To avoid this warning please remove this line from your configuration 
file or upgrade it using "doxygen -u"
warning: Tag 'CLASS_DIAGRAMS' at line 2086 of file 
'/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Doxyfile' has become obsolete.
         To avoid this warning please remove this line from your configuration 
file or upgrade it using "doxygen -u"
warning: Tag 'MSCGEN_PATH' at line 2095 of file 
'/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Doxyfile' has become obsolete.
         To avoid this warning please remove this line from your configuration 
file or upgrade it using "doxygen -u"
warning: Tag 'DOT_FONTNAME' at line 2137 of file 
'/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Doxyfile' has become obsolete.
         To avoid this warning please remove this line from your configuration 
file or upgrade it using "doxygen -u"
warning: Tag 'DOT_FONTSIZE' at line 2144 of file 
'/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Doxyfile' has become obsolete.
         To avoid this warning please remove this line from your configuration 
file or upgrade it using "doxygen -u"
warning: Tag 'DOT_TRANSPARENT' at line 2359 of file 
'/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/Doxyfile' has become obsolete.
         To avoid this warning please remove this line from your configuration 
file or upgrade it using "doxygen -u"
warning: argument 'a4wide' for option PAPER_TYPE is not a valid enum value
Using the default: a4!
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[  8%] Built target persistent-cache-cpp-doc
[ 12%] Building CXX object 
src/core/CMakeFiles/persistent-cache-cpp.dir/persistent_cache_stats.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/core && /usr/bin/c++  
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/core -I/<<PKGBUILDDIR>>/src/core 
-I/<<PKGBUILDDIR>>/include -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
--std=c++14 -Wall -pedantic -Wextra -Wcast-align -Wcast-qual -Wformat 
-Wredundant-decls -Wswitch-default -Wnon-virtual-dtor -Wctor-dtor-privacy 
-Wold-style-cast -MD -MT 
src/core/CMakeFiles/persistent-cache-cpp.dir/persistent_cache_stats.cpp.o -MF 
CMakeFiles/persistent-cache-cpp.dir/persistent_cache_stats.cpp.o.d -o 
CMakeFiles/persistent-cache-cpp.dir/persistent_cache_stats.cpp.o -c 
/<<PKGBUILDDIR>>/src/core/persistent_cache_stats.cpp
make  -f tests/core/CMakeFiles/GMock.dir/build.make 
tests/core/CMakeFiles/GMock.dir/depend
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends 
"Unix Makefiles" /<<PKGBUILDDIR>> /<<PKGBUILDDIR>>/tests/core 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/core 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/core/CMakeFiles/GMock.dir/DependInfo.cmake
 "--color="
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make  -f tests/core/CMakeFiles/GMock.dir/build.make 
tests/core/CMakeFiles/GMock.dir/build
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 16%] Creating directories for 'GMock'
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/core && /usr/bin/cmake -Dcfgdir= 
-P 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/core/GMock-prefix/tmp/GMock-mkdirs.cmake
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/core && /usr/bin/cmake -E touch 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/core/GMock-prefix/src/GMock-stamp/GMock-mkdir
[ 20%] No download step for 'GMock'
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/core && /usr/bin/cmake -E 
echo_append
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/core && /usr/bin/cmake -E touch 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/core/GMock-prefix/src/GMock-stamp/GMock-download
[ 24%] No update step for 'GMock'
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/core && /usr/bin/cmake -E 
echo_append
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/core && /usr/bin/cmake -E touch 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/core/GMock-prefix/src/GMock-stamp/GMock-update
[ 28%] No patch step for 'GMock'
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/core && /usr/bin/cmake -E 
echo_append
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/core && /usr/bin/cmake -E touch 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/core/GMock-prefix/src/GMock-stamp/GMock-patch
[ 32%] Performing configure step for 'GMock'
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/core/gmock && /usr/bin/cmake 
-DCMAKE_CXX_COMPILER=/usr/bin/c++ "-DCMAKE_CXX_FLAGS=-g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong 
-fstack-clash-protection -Wformat -Werror=format-security -fcf-protection 
-Wdate-time -D_FORTIFY_SOURCE=2 --std=c++14 -Wall -pedantic -Wextra 
-Wcast-align -Wcast-qual -Wformat -Wredundant-decls -Wswitch-default 
-Wnon-virtual-dtor -Wctor-dtor-privacy -Wold-style-cast -g -Wno-old-style-cast 
-Wno-missing-field-initializers -Wno-ctor-dtor-privacy -Wno-switch-default" 
-DBUILD_SHARED_LIBS= "-GUnix Makefiles" -S /usr/src/googletest/googlemock -B 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/core/gmock
Re-run cmake no build system arguments
-- The CXX compiler identification is GNU 15.2.0
-- The C compiler identification is GNU 15.2.0
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success
-- Found Threads: TRUE
-- Configuring done (0.4s)
-- Generating done (0.0s)
-- Build files have been written to: 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/core/gmock
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/core/gmock && /usr/bin/cmake -E 
touch 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/core/GMock-prefix/src/GMock-stamp/GMock-configure
[ 36%] Performing build step for 'GMock'
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/core/gmock && make
make[4]: Entering directory 
'/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/core/gmock'
/usr/bin/cmake -S/usr/src/googletest/googlemock 
-B/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/core/gmock --check-build-system 
CMakeFiles/Makefile.cmake 0
/usr/bin/cmake -E cmake_progress_start 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/core/gmock/CMakeFiles 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/core/gmock//CMakeFiles/progress.marks
make  -f CMakeFiles/Makefile2 all
make[5]: Entering directory 
'/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/core/gmock'
make  -f 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/core/googletest/CMakeFiles/gtest.dir/build.make
 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/core/googletest/CMakeFiles/gtest.dir/depend
make[6]: Entering directory 
'/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/core/gmock'
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/core/gmock && /usr/bin/cmake -E 
cmake_depends "Unix Makefiles" /usr/src/googletest/googlemock 
/usr/src/googletest/googletest 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/core/gmock 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/core/googletest 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/core/googletest/CMakeFiles/gtest.dir/DependInfo.cmake
 "--color="
make[6]: Leaving directory 
'/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/core/gmock'
make  -f 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/core/googletest/CMakeFiles/gtest.dir/build.make
 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/core/googletest/CMakeFiles/gtest.dir/build
make[6]: Entering directory 
'/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/core/gmock'
[ 12%] Building CXX object 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/core/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/core/googlete 
[too-long-redacted] est/googletest/src/gtest-all.cc
[ 40%] Building CXX object 
src/core/CMakeFiles/persistent-cache-cpp.dir/persistent_string_cache.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/core && /usr/bin/c++  
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/core -I/<<PKGBUILDDIR>>/src/core 
-I/<<PKGBUILDDIR>>/include -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
--std=c++14 -Wall -pedantic -Wextra -Wcast-align -Wcast-qual -Wformat 
-Wredundant-decls -Wswitch-default -Wnon-virtual-dtor -Wctor-dtor-privacy 
-Wold-style-cast -MD -MT 
src/core/CMakeFiles/persistent-cache-cpp.dir/persistent_string_cache.cpp.o -MF 
CMakeFiles/persistent-cache-cpp.dir/persistent_string_cache.cpp.o.d -o 
CMakeFiles/persistent-cache-cpp.dir/persistent_string_cache.cpp.o -c 
/<<PKGBUILDDIR>>/src/core/persistent_string_cache.cpp
[ 44%] Linking CXX static library libpersistent-cache-cpp.a
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/core && /usr/bin/cmake -P 
CMakeFiles/persistent-cache-cpp.dir/cmake_clean_target.cmake
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/core && /usr/bin/cmake -E 
cmake_link_script CMakeFiles/persistent-cache-cpp.dir/link.txt --verbose=1
/usr/bin/ar qc libpersistent-cache-cpp.a 
"CMakeFiles/persistent-cache-cpp.dir/internal/persistent_string_cache_impl.cpp.o"
 "CMakeFiles/persistent-cache-cpp.dir/persistent_cache_stats.cpp.o" 
"CMakeFiles/persistent-cache-cpp.dir/persistent_string_cache.cpp.o"
/usr/bin/ranlib libpersistent-cache-cpp.a
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 44%] Built target persistent-cache-cpp
make  -f examples/CMakeFiles/string_cache.dir/build.make 
examples/CMakeFiles/string_cache.dir/depend
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends 
"Unix Makefiles" /<<PKGBUILDDIR>> /<<PKGBUILDDIR>>/examples 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/examples 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/examples/CMakeFiles/string_cache.dir/DependInfo.cmake
 "--color="
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make  -f examples/CMakeFiles/string_cache.dir/build.make 
examples/CMakeFiles/string_cache.dir/build
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 48%] Building CXX object 
examples/CMakeFiles/string_cache.dir/string_cache.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/examples && /usr/bin/c++  
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/examples -I/<<PKGBUILDDIR>>/examples 
-I/<<PKGBUILDDIR>>/include -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
--std=c++14 -Wall -pedantic -Wextra -Wcast-align -Wcast-qual -Wformat 
-Wredundant-decls -Wswitch-default -Wnon-virtual-dtor -Wctor-dtor-privacy 
-Wold-style-cast -MD -MT 
examples/CMakeFiles/string_cache.dir/string_cache.cpp.o -MF 
CMakeFiles/string_cache.dir/string_cache.cpp.o.d -o 
CMakeFiles/string_cache.dir/string_cache.cpp.o -c 
/<<PKGBUILDDIR>>/examples/string_cache.cpp
[ 52%] Linking CXX executable string_cache
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/examples && /usr/bin/cmake -E 
cmake_link_script CMakeFiles/string_cache.dir/link.txt --verbose=1
/usr/bin/c++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
--std=c++14 -Wall -pedantic -Wextra -Wcast-align -Wcast-qual -Wformat 
-Wredundant-decls -Wswitch-default -Wnon-virtual-dtor -Wctor-dtor-privacy 
-Wold-style-cast -Wl,-z,relro -rdynamic 
-Wl,--dependency-file=CMakeFiles/string_cache.dir/link.d 
CMakeFiles/string_cache.dir/string_cache.cpp.o -o string_cache  
../src/core/libpersistent-cache-cpp.a -lleveldb
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 52%] Built target string_cache
make  -f examples/CMakeFiles/person_cache.dir/build.make 
examples/CMakeFiles/person_cache.dir/depend
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends 
"Unix Makefiles" /<<PKGBUILDDIR>> /<<PKGBUILDDIR>>/examples 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/examples 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/examples/CMakeFiles/person_cache.dir/DependInfo.cmake
 "--color="
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make  -f examples/CMakeFiles/person_cache.dir/build.make 
examples/CMakeFiles/person_cache.dir/build
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 56%] Building CXX object 
examples/CMakeFiles/person_cache.dir/person_cache.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/examples && /usr/bin/c++  
-I/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/examples -I/<<PKGBUILDDIR>>/examples 
-I/<<PKGBUILDDIR>>/include -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
--std=c++14 -Wall -pedantic -Wextra -Wcast-align -Wcast-qual -Wformat 
-Wredundant-decls -Wswitch-default -Wnon-virtual-dtor -Wctor-dtor-privacy 
-Wold-style-cast -MD -MT 
examples/CMakeFiles/person_cache.dir/person_cache.cpp.o -MF 
CMakeFiles/person_cache.dir/person_cache.cpp.o.d -o 
CMakeFiles/person_cache.dir/person_cache.cpp.o -c 
/<<PKGBUILDDIR>>/examples/person_cache.cpp
[ 60%] Linking CXX executable person_cache
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/examples && /usr/bin/cmake -E 
cmake_link_script CMakeFiles/person_cache.dir/link.txt --verbose=1
/usr/bin/c++ -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -fstack-clash-protection -Wformat 
-Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 
--std=c++14 -Wall -pedantic -Wextra -Wcast-align -Wcast-qual -Wformat 
-Wredundant-decls -Wswitch-default -Wnon-virtual-dtor -Wctor-dtor-privacy 
-Wold-style-cast -Wl,-z,relro -rdynamic 
-Wl,--dependency-file=CMakeFiles/person_cache.dir/link.d 
CMakeFiles/person_cache.dir/person_cache.cpp.o -o person_cache  
../src/core/libpersistent-cache-cpp.a -lleveldb
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 60%] Built target person_cache
[ 25%] Linking CXX static library 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/core/gmock/lib/libgtest.a
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/core/googletest && 
/usr/bin/cmake -P CMakeFiles/gtest.dir/cmake_clean_target.cmake
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/core/googletest && 
/usr/bin/cmake -E cmake_link_script CMakeFiles/gtest.dir/link.txt --verbose=1
/usr/bin/ar qc 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/core/gmock/lib/libgtest.a 
"CMakeFiles/gtest.dir/src/gtest-all.cc.o"
/usr/bin/ranlib 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/core/gmock/lib/libgtest.a
make[6]: Leaving directory 
'/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/core/gmock'
[ 25%] Built target gtest
make  -f CMakeFiles/gmock.dir/build.make CMakeFiles/gmock.dir/depend
make  -f 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/core/googletest/CMakeFiles/gtest_main.dir/build.make
 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/core/googletest/CMakeFiles/gtest_main.dir/depend
make[6]: Entering directory 
'/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/core/gmock'
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/core/gmock && /usr/bin/cmake -E 
cmake_depends "Unix Makefiles" /usr/src/googletest/googlemock 
/usr/src/googletest/googlemock 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/core/gmock 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/core/gmock 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/core/gmock/CMakeFiles/gmock.dir/DependInfo.cmake
 "--color="
make[6]: Entering directory 
'/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/core/gmock'
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/core/gmock && /usr/bin/cmake -E 
cmake_depends "Unix Makefiles" /usr/src/googletest/googlemock 
/usr/src/googletest/googletest 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/core/gmock 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/core/googletest 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/core/googletest/CMakeFiles/gtest_main.dir/DependInfo.cmake
 "--color="
make[6]: Leaving directory 
'/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/core/gmock'
make[6]: Leaving directory 
'/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/core/gmock'
make  -f 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/core/googletest/CMakeFiles/gtest_main.dir/build.make
 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/core/googletest/CMakeFiles/gtest_main.dir/build
make  -f CMakeFiles/gmock.dir/build.make CMakeFiles/gmock.dir/build
make[6]: Entering directory 
'/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/core/gmock'
make[6]: Entering directory 
'/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/core/gmock'
[ 50%] Building CXX object 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/core/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o
[ 50%] Building CXX object CMakeFiles/gmock.dir/src/gmock-all.cc.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/core/googlete 
[too-long-redacted] st/googletest/src/gtest_main.cc
/usr/bin/c++  -I/usr/src/googletest/googlemock/include -I/us 
[too-long-redacted] est/googlemock/src/gmock-all.cc
[ 62%] Linking CXX static library 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/core/gmock/lib/libgtest_main.a
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/core/googletest && 
/usr/bin/cmake -P CMakeFiles/gtest_main.dir/cmake_clean_target.cmake
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/core/googletest && 
/usr/bin/cmake -E cmake_link_script CMakeFiles/gtest_main.dir/link.txt 
--verbose=1
/usr/bin/ar qc 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/core/gmock/lib/libgtest_main.a 
CMakeFiles/gtest_main.dir/src/gtest_main.cc.o
/usr/bin/ranlib 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/core/gmock/lib/libgtest_main.a
make[6]: Leaving directory 
'/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/core/gmock'
[ 62%] Built target gtest_main
[ 75%] Linking CXX static library lib/libgmock.a
/usr/bin/cmake -P CMakeFiles/gmock.dir/cmake_clean_target.cmake
/usr/bin/cmake -E cmake_link_script CMakeFiles/gmock.dir/link.txt --verbose=1
/usr/bin/ar qc lib/libgmock.a "CMakeFiles/gmock.dir/src/gmock-all.cc.o"
/usr/bin/ranlib lib/libgmock.a
make[6]: Leaving directory 
'/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/core/gmock'
[ 75%] Built target gmock
make  -f CMakeFiles/gmock_main.dir/build.make CMakeFiles/gmock_main.dir/depend
make[6]: Entering directory 
'/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/core/gmock'
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/core/gmock && /usr/bin/cmake -E 
cmake_depends "Unix Makefiles" /usr/src/googletest/googlemock 
/usr/src/googletest/googlemock 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/core/gmock 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/core/gmock 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/core/gmock/CMakeFiles/gmock_main.dir/DependInfo.cmake
 "--color="
make[6]: Leaving directory 
'/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/core/gmock'
make  -f CMakeFiles/gmock_main.dir/build.make CMakeFiles/gmock_main.dir/build
make[6]: Entering directory 
'/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/core/gmock'
[ 87%] Building CXX object CMakeFiles/gmock_main.dir/src/gmock_main.cc.o
/usr/bin/c++  -isystem /usr/src/googletest/googlemock/includ 
[too-long-redacted] st/googlemock/src/gmock_main.cc
[100%] Linking CXX static library lib/libgmock_main.a
/usr/bin/cmake -P CMakeFiles/gmock_main.dir/cmake_clean_target.cmake
/usr/bin/cmake -E cmake_link_script CMakeFiles/gmock_main.dir/link.txt 
--verbose=1
/usr/bin/ar qc lib/libgmock_main.a CMakeFiles/gmock_main.dir/src/gmock_main.cc.o
/usr/bin/ranlib lib/libgmock_main.a
make[6]: Leaving directory 
'/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/core/gmock'
[100%] Built target gmock_main
make[5]: Leaving directory 
'/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/core/gmock'
/usr/bin/cmake -E cmake_progress_start 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/core/gmock/CMakeFiles 0
make[4]: Leaving directory 
'/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/core/gmock'
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/core/gmock && /usr/bin/cmake -E 
touch 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/core/GMock-prefix/src/GMock-stamp/GMock-build
[ 64%] No install step for 'GMock'
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/core/gmock && /usr/bin/cmake -E 
echo_append
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/core/gmock && /usr/bin/cmake -E 
touch 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/core/GMock-prefix/src/GMock-stamp/GMock-install
[ 68%] Completed 'GMock'
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/core && /usr/bin/cmake -E 
make_directory /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/core/CMakeFiles
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/core && /usr/bin/cmake -E touch 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/core/CMakeFiles/GMock-complete
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/core && /usr/bin/cmake -E touch 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/core/GMock-prefix/src/GMock-stamp/GMock-done
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 68%] Built target GMock
make  -f 
tests/core/persistent_cache/CMakeFiles/persistent_cache_test.dir/build.make 
tests/core/persistent_cache/CMakeFiles/persistent_cache_test.dir/depend
make  -f 
tests/core/persistent_string_cache/CMakeFiles/persistent_string_cache_test.dir/build.make
 
tests/core/persistent_string_cache/CMakeFiles/persistent_string_cache_test.dir/depend
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends 
"Unix Makefiles" /<<PKGBUILDDIR>> /<<PKGBUILDDIR>>/tests/core/persistent_cache 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/core/persistent_cache 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/core/persistent_cache/CMakeFiles/persistent_cache_test.dir/DependInfo.cmake
 "--color="
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu && /usr/bin/cmake -E cmake_depends 
"Unix Makefiles" /<<PKGBUILDDIR>> 
/<<PKGBUILDDIR>>/tests/core/persistent_string_cache 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/core/persistent_string_cache 
/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/core/persistent_string_cache/CMakeFiles/persistent_string_cache_test.dir/DependInfo.cmake
 "--color="
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make  -f 
tests/core/persistent_cache/CMakeFiles/persistent_cache_test.dir/build.make 
tests/core/persistent_cache/CMakeFiles/persistent_cache_test.dir/build
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make  -f 
tests/core/persistent_string_cache/CMakeFiles/persistent_string_cache_test.dir/build.make
 
tests/core/persistent_string_cache/CMakeFiles/persistent_string_cache_test.dir/build
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
[ 76%] Building CXX object 
tests/core/persistent_cache/CMakeFiles/persistent_cache_test.dir/persistent_cache_test.cpp.o
[ 76%] Building CXX object 
tests/core/persistent_string_cache/CMakeFiles/persistent_string_cache_test.dir/persistent_string_cache_test.cpp.o
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/core/persiste 
[too-long-redacted] ersistent_string_cache_test.cpp
cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/tests/core/persiste 
[too-long-redacted] cache/persistent_cache_test.cpp
In file included from 
/usr/src/googletest/googletest/include/gtest/gtest-message.h:57,
                 from 
/usr/src/googletest/googletest/include/gtest/gtest-assertion-result.h:46,
                 from /usr/src/googletest/googletest/include/gtest/gtest.h:63,
                 from 
/<<PKGBUILDDIR>>/tests/core/persistent_string_cache/persistent_string_cache_test.cpp:25:
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:273:2: 
error: #error C++ versions less than C++17 are not supported.
  273 | #error C++ versions less than C++17 are not supported.
      |  ^~~~~
In file included from 
/usr/src/googletest/googletest/include/gtest/gtest-message.h:57,
                 from 
/usr/src/googletest/googletest/include/gtest/gtest-assertion-result.h:46,
                 from /usr/src/googletest/googletest/include/gtest/gtest.h:63,
                 from 
/<<PKGBUILDDIR>>/tests/core/persistent_cache/persistent_cache_test.cpp:25:
/usr/src/googletest/googletest/include/gtest/internal/gtest-port.h:273:2: 
error: #error C++ versions less than C++17 are not supported.
  273 | #error C++ versions less than C++17 are not supported.
      |  ^~~~~
In file included from /usr/src/googletest/googletest/include/gtest/gtest.h:67:
/usr/src/googletest/googletest/include/gtest/gtest-param-test.h:483:56: error: 
missing template arguments before ‘(’ token
  483 |           typename StdFunction = 
decltype(std::function(std::declval<Func>()))>
      |                                                        ^
/usr/src/googletest/googletest/include/gtest/gtest-param-test.h:493:56: error: 
missing template arguments before ‘(’ token
  493 |           typename StdFunction = 
decltype(std::function(std::declval<Func>()))>
      |                                                        ^
In file included from /usr/src/googletest/googletest/include/gtest/gtest.h:67:
/usr/src/googletest/googletest/include/gtest/gtest-param-test.h:483:56: error: 
missing template arguments before ‘(’ token
  483 |           typename StdFunction = 
decltype(std::function(std::declval<Func>()))>
      |                                                        ^
/usr/src/googletest/googletest/include/gtest/gtest-param-test.h:493:56: error: 
missing template arguments before ‘(’ token
  493 |           typename StdFunction = 
decltype(std::function(std::declval<Func>()))>
      |                                                        ^
/<<PKGBUILDDIR>>/tests/core/persistent_string_cache/persistent_string_cache_test.cpp:
 In member function ‘virtual void 
PersistentStringCache_stats_Test::TestBody()’:
/<<PKGBUILDDIR>>/tests/core/persistent_string_cache/persistent_string_cache_test.cpp:372:53:
 warning: moving a temporary object prevents copy elision [-Wpessimizing-move]
  372 |             PersistentCacheStats s4(move(c->stats()));
      |                                                     ^
/<<PKGBUILDDIR>>/tests/core/persistent_string_cache/persistent_string_cache_test.cpp:372:53:
 note: remove ‘std::move’ call
make[3]: *** 
[tests/core/persistent_string_cache/CMakeFiles/persistent_string_cache_test.dir/build.make:82:
 
tests/core/persistent_string_cache/CMakeFiles/persistent_string_cache_test.dir/persistent_string_cache_test.cpp.o]
 Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:1522: 
tests/core/persistent_string_cache/CMakeFiles/persistent_string_cache_test.dir/all]
 Error 2
make[2]: *** Waiting for unfinished jobs....
make[3]: *** 
[tests/core/persistent_cache/CMakeFiles/persistent_cache_test.dir/build.make:82:
 
tests/core/persistent_cache/CMakeFiles/persistent_cache_test.dir/persistent_cache_test.cpp.o]
 Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[2]: *** [CMakeFiles/Makefile2:1489: 
tests/core/persistent_cache/CMakeFiles/persistent_cache_test.dir/all] Error 2
make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
make[1]: *** [Makefile:149: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu'
dh_auto_build: error: cd obj-x86_64-linux-gnu && make -j2 "INSTALL=install 
--strip-program=true" VERBOSE=1 returned exit code 2
make: *** [debian/rules:9: binary] Error 25
dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
--------------------------------------------------------------------------------

--- End Message ---
--- Begin Message ---
Source: persistent-cache-cpp
Source-Version: 1.0.8-1
Done: Mike Gabriel <[email protected]>

We believe that the bug you reported is fixed in the latest version of
persistent-cache-cpp, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Mike Gabriel <[email protected]> (supplier of updated persistent-cache-cpp 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sat, 06 Sep 2025 11:16:47 +0200
Source: persistent-cache-cpp
Architecture: source
Version: 1.0.8-1
Distribution: unstable
Urgency: medium
Maintainer: Debian UBports Team <[email protected]>
Changed-By: Mike Gabriel <[email protected]>
Closes: 1113398 1114258
Changes:
 persistent-cache-cpp (1.0.8-1) unstable; urgency=medium
 .
   * New upstream release.
     - Support building against GTest/GMock >= 1.17.0. (Closes: #1114258).
   * debian/patches:
     + Drop 1001_fix-setfill-not-defined-in-scope.patch. Applied upstream.
     + Add 1001_CMakeLists.txt-Bump-cmake_minimum_required-to-versio.patch.
       Support building with CMake 4. (Closes: #1113398).
   * debian/control:
     + Bump Standards-Version: to 4.7.2. No changes needed.
     + In B-D, switch from pkg-config to pkgconf. Thanks, lintian.
     + In D (persistent-cache-cpp-dev), switch from pkg-config to pkgconf.
       Thanks, lintian.
   * debian/copyright:
     + Update copyright attributions for debian/.
Checksums-Sha1:
 59efa98201e5e73dd102eaed053663e307d86afd 2474 persistent-cache-cpp_1.0.8-1.dsc
 066ca208c14399ff3e2435c047cf47162aa386df 57196 
persistent-cache-cpp_1.0.8.orig.tar.xz
 79adbc49c4ae17cc04bb99a6189a805c0193fcc8 5144 
persistent-cache-cpp_1.0.8-1.debian.tar.xz
 1f0171a75075f9c44500ed3533f3a1de69bcfa36 8460 
persistent-cache-cpp_1.0.8-1_source.buildinfo
Checksums-Sha256:
 18d9596739695f6c7ac4c16063bf67209d017fe06741ca2c5a2113c3916b993e 2474 
persistent-cache-cpp_1.0.8-1.dsc
 bc0e925bcfee691421113f17b13fe256401db00c3ec93e0f0055c25cbb36e8b8 57196 
persistent-cache-cpp_1.0.8.orig.tar.xz
 957683b5718794d52195f727c52b667446260ee8fd853354df0b339cc4d42f47 5144 
persistent-cache-cpp_1.0.8-1.debian.tar.xz
 6b126ff5cd6ece5050c6bf3779555e5608aa4dbf9915541306f208249afd72a2 8460 
persistent-cache-cpp_1.0.8-1_source.buildinfo
Files:
 5cc62f20c3a65fd0e7867532aa1a8c9c 2474 libs optional 
persistent-cache-cpp_1.0.8-1.dsc
 6932483b7bafe822a8375e9f0297e9c7 57196 libs optional 
persistent-cache-cpp_1.0.8.orig.tar.xz
 412e4706dfe2e543cf7f7d05f3c90ef0 5144 libs optional 
persistent-cache-cpp_1.0.8-1.debian.tar.xz
 1d3e7b2e92f252f3804592b532799e73 8460 libs optional 
persistent-cache-cpp_1.0.8-1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQJJBAEBCgAzFiEEm/uu6GwKpf+/IgeCmvRrMCV3GzEFAmi7/pUVHHN1bndlYXZl
ckBkZWJpYW4ub3JnAAoJEJr0azAldxsxXdQP/246eziSUcV47WyDUQCFs+kuDOh5
Hc7K15VTMRXE8aDb2zhvKK4lkk+oleIYvzTjmkMp3Hhg3TrJ3LRrRZN46mytS1mX
gtoFzbyNHC1DQENm08hDAhR48IMu3Uqx9tWJrv7ViZ/xz8f3ZLxETqx2zf07JuX3
89d2vmdqsQNVWuKLrA7MkYxOkTY6mmomFF3uDAQ+CeEVXB0tBFeC21VpeXwvUlfm
5ZGfZH/KLu7r/vPP6irhjvVM4fQmOA/PT4O6XMXd2cbTtOJ3KYupwDBzi2eI/Cot
0xQJk8pn2AN06NmJFTY6r8KIDd6lSVIBLBbOCqal2er3UpqemyOrpKPaYKvxQEyL
QUmtX5hbSpKD72yz2BImu1UxiqIjWHYEwioZLOzO5MZBva3vuGJBsoAUT9GNzUXC
6O7nV3r21hVPC02G13JZAT3wA/bjgJa7ZjWsblsuXXYIuQIp2nFaLNJW/fehgy92
QRkpWFGy9gC71f1UZBQntiekiCNMVMfTEtEco3coVG0eSvuXq5N/+u0odAt+li6w
swJ2gAN9Ac524bCC2ZqsKm51CwuIrvecQFTJ6f5oPPfKBQh42FXyNhiNpy+Vj5MC
vKgkHSy4e6YJR5uYl5JiIn9rkLZaWj0qhXTkCtvcb+LsjpKFnZ3dGXCp4ulEzRYE
D+Z0A2l/BRaOv9Kq
=WpG8
-----END PGP SIGNATURE-----

Attachment: pgpCe4KddImR_.pgp
Description: PGP signature


--- End Message ---

Reply via email to