Package: src:workflow Version: 0.11.10-1 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:workflow, so that this is still visible in the BTS web page for this package. Thanks. -------------------------------------------------------------------------------- [...] debian/rules clean dh clean --buildsystem=cmake dh_auto_clean -O--buildsystem=cmake dh_autoreconf_clean -O--buildsystem=cmake dh_clean -O--buildsystem=cmake debian/rules binary dh binary --buildsystem=cmake dh_update_autotools_config -O--buildsystem=cmake dh_autoreconf -O--buildsystem=cmake dh_auto_configure -O--buildsystem=cmake 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. [... snipped ...] | ^~~~ /<<PKGBUILDDIR>>/src/protocol/mysql_parser.c:233:48: warning: use of C99 long long integer constant [-Wlong-long] 233 | result_set->insert_id = (insert_id == ~0ULL) ? 0 : insert_id; | ^~~~ /<<PKGBUILDDIR>>/src/protocol/mysql_parser.c: In function âparse_eof_packetâ: /<<PKGBUILDDIR>>/src/protocol/mysql_parser.c:269:9: warning: ISO C90 forbids mixed declarations and code [-Wdeclaration-after-statement] 269 | int status_flag = uint2korr(p + 3); | ^~~ /<<PKGBUILDDIR>>/src/protocol/mysql_parser.c: In function âparse_row_packetâ: /<<PKGBUILDDIR>>/src/protocol/mysql_parser.c:311:23: warning: ISO C90 does not support âlong longâ [-Wlong-long] 311 | unsigned long long cell_len; | ^~~~ /<<PKGBUILDDIR>>/src/protocol/mysql_parser.c: In function âparse_field_countâ: /<<PKGBUILDDIR>>/src/protocol/mysql_parser.c:354:23: warning: ISO C90 does not support âlong longâ [-Wlong-long] 354 | unsigned long long field_count; | ^~~~ /<<PKGBUILDDIR>>/src/protocol/mysql_parser.c:360:40: warning: use of C99 long long integer constant [-Wlong-long] 360 | field_count = (field_count == ~0ULL) ? 0 : field_count; | ^~~~ /<<PKGBUILDDIR>>/src/protocol/mysql_parser.c: In function âparse_column_def_packetâ: /<<PKGBUILDDIR>>/src/protocol/mysql_parser.c:403:23: warning: ISO C90 does not support âlong longâ [-Wlong-long] 403 | unsigned long long str_len; | ^~~~ [ 69%] Building C object src/protocol/CMakeFiles/protocol.dir/mysql_byteorder.c.o [ 69%] Building CXX object src/factory/CMakeFiles/factory.dir/HttpTaskImpl.cc.o cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/factory && /usr/bin/c++ -I/<<PKGBUILDDIR>>/_include/workflow -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -fPIC -pipe -std=c++11 -fno-exceptions -Wno-invalid-offsetof -MD -MT src/factory/CMakeFiles/factory.dir/HttpTaskImpl.cc.o -MF CMakeFiles/factory.dir/HttpTaskImpl.cc.o.d -o CMakeFiles/factory.dir/HttpTaskImpl.cc.o -c /<<PKGBUILDDIR>>/src/factory/HttpTaskImpl.cc cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/protocol && /usr/bin/cc -I/<<PKGBUILDDIR>>/_include/workflow -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -pedantic -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -fPIC -pipe -std=gnu90 -MD -MT src/protocol/CMakeFiles/protocol.dir/mysql_byteorder.c.o -MF CMakeFiles/protocol.dir/mysql_byteorder.c.o.d -o CMakeFiles/protocol.dir/mysql_byteorder.c.o -c /<<PKGBUILDDIR>>/src/protocol/mysql_byteorder.c In file included from /<<PKGBUILDDIR>>/src/protocol/mysql_byteorder.c:19: /<<PKGBUILDDIR>>/src/protocol/mysql_byteorder.h:405:1: warning: C++ style comments are not allowed in ISO C90 [-Wpedantic] 405 | // length of buffer needed to store this number [1, 3, 4, 9]. | ^ /<<PKGBUILDDIR>>/src/protocol/mysql_byteorder.h:405:1: note: (this will be reported only once per input file) /<<PKGBUILDDIR>>/src/protocol/mysql_byteorder.h:406:58: warning: ISO C90 does not support âlong longâ [-Wlong-long] 406 | static inline unsigned int get_length_size(unsigned long long num) | ^~~~ /<<PKGBUILDDIR>>/src/protocol/mysql_byteorder.h: In function âget_length_sizeâ: /<<PKGBUILDDIR>>/src/protocol/mysql_byteorder.h:408:34: warning: ISO C90 does not support âlong longâ [-Wlong-long] 408 | if (num < (unsigned long long)252LL) | ^~~~ /<<PKGBUILDDIR>>/src/protocol/mysql_byteorder.h:408:39: warning: use of C99 long long integer constant [-Wlong-long] 408 | if (num < (unsigned long long)252LL) | ^~~~~ /<<PKGBUILDDIR>>/src/protocol/mysql_byteorder.h:411:34: warning: ISO C90 does not support âlong longâ [-Wlong-long] 411 | if (num < (unsigned long long)65536LL) | ^~~~ /<<PKGBUILDDIR>>/src/protocol/mysql_byteorder.h:411:39: warning: use of C99 long long integer constant [-Wlong-long] 411 | if (num < (unsigned long long)65536LL) | ^~~~~~~ /<<PKGBUILDDIR>>/src/protocol/mysql_byteorder.h:414:34: warning: ISO C90 does not support âlong longâ [-Wlong-long] 414 | if (num < (unsigned long long)16777216LL) | ^~~~ /<<PKGBUILDDIR>>/src/protocol/mysql_byteorder.h:414:39: warning: use of C99 long long integer constant [-Wlong-long] 414 | if (num < (unsigned long long)16777216LL) | ^~~~~~~~~~ /<<PKGBUILDDIR>>/src/protocol/mysql_byteorder.h: At top level: /<<PKGBUILDDIR>>/src/protocol/mysql_byteorder.h:426:38: warning: ISO C90 does not support âlong longâ [-Wlong-long] 426 | int decode_length_safe(unsigned long long *res, const unsigned char **pos, | ^~~~ /<<PKGBUILDDIR>>/src/protocol/mysql_byteorder.h:430:60: warning: ISO C90 does not support âlong longâ [-Wlong-long] 430 | int decode_string(const unsigned char **str, unsigned long long *len, | ^~~~ /<<PKGBUILDDIR>>/src/protocol/mysql_byteorder.c:21:38: warning: ISO C90 does not support âlong longâ [-Wlong-long] 21 | int decode_length_safe(unsigned long long *res, const unsigned char **pos, | ^~~~ /<<PKGBUILDDIR>>/src/protocol/mysql_byteorder.c: In function âdecode_length_safeâ: /<<PKGBUILDDIR>>/src/protocol/mysql_byteorder.c:37:26: warning: use of C99 long long integer constant [-Wlong-long] 37 | *res = (~0ULL); | ^~~~ /<<PKGBUILDDIR>>/src/protocol/mysql_byteorder.c: At top level: /<<PKGBUILDDIR>>/src/protocol/mysql_byteorder.c:72:60: warning: ISO C90 does not support âlong longâ [-Wlong-long] 72 | int decode_string(const unsigned char **str, unsigned long long *len, | ^~~~ /<<PKGBUILDDIR>>/src/protocol/mysql_byteorder.c: In function âdecode_stringâ: /<<PKGBUILDDIR>>/src/protocol/mysql_byteorder.c:75:23: warning: ISO C90 does not support âlong longâ [-Wlong-long] 75 | unsigned long long length; | ^~~~ /<<PKGBUILDDIR>>/src/protocol/mysql_byteorder.c:80:25: warning: use of C99 long long integer constant [-Wlong-long] 80 | if (length == (~0ULL)) | ^~~~ [ 71%] Building CXX object src/protocol/CMakeFiles/protocol.dir/MySQLMessage.cc.o cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/protocol && /usr/bin/c++ -I/<<PKGBUILDDIR>>/_include/workflow -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -fPIC -pipe -std=c++11 -fno-exceptions -Wno-invalid-offsetof -MD -MT src/protocol/CMakeFiles/protocol.dir/MySQLMessage.cc.o -MF CMakeFiles/protocol.dir/MySQLMessage.cc.o.d -o CMakeFiles/protocol.dir/MySQLMessage.cc.o -c /<<PKGBUILDDIR>>/src/protocol/MySQLMessage.cc [ 72%] Building CXX object src/protocol/CMakeFiles/protocol.dir/MySQLResult.cc.o cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/protocol && /usr/bin/c++ -I/<<PKGBUILDDIR>>/_include/workflow -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -fPIC -pipe -std=c++11 -fno-exceptions -Wno-invalid-offsetof -MD -MT src/protocol/CMakeFiles/protocol.dir/MySQLResult.cc.o -MF CMakeFiles/protocol.dir/MySQLResult.cc.o.d -o CMakeFiles/protocol.dir/MySQLResult.cc.o -c /<<PKGBUILDDIR>>/src/protocol/MySQLResult.cc [ 74%] Building CXX object src/protocol/CMakeFiles/protocol.dir/MySQLUtil.cc.o cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/protocol && /usr/bin/c++ -I/<<PKGBUILDDIR>>/_include/workflow -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -fPIC -pipe -std=c++11 -fno-exceptions -Wno-invalid-offsetof -MD -MT src/protocol/CMakeFiles/protocol.dir/MySQLUtil.cc.o -MF CMakeFiles/protocol.dir/MySQLUtil.cc.o.d -o CMakeFiles/protocol.dir/MySQLUtil.cc.o -c /<<PKGBUILDDIR>>/src/protocol/MySQLUtil.cc [ 76%] Building C object src/protocol/CMakeFiles/protocol.dir/redis_parser.c.o cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/protocol && /usr/bin/cc -I/<<PKGBUILDDIR>>/_include/workflow -g -O2 -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wall -pedantic -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -fPIC -pipe -std=gnu90 -MD -MT src/protocol/CMakeFiles/protocol.dir/redis_parser.c.o -MF CMakeFiles/protocol.dir/redis_parser.c.o.d -o CMakeFiles/protocol.dir/redis_parser.c.o -c /<<PKGBUILDDIR>>/src/protocol/redis_parser.c In file included from /<<PKGBUILDDIR>>/src/protocol/redis_parser.c:24: /<<PKGBUILDDIR>>/src/protocol/redis_parser.h:25:1: warning: C++ style comments are not allowed in ISO C90 [-Wpedantic] 25 | // redis_parser_t is absolutely same as hiredis-redisReply in memory | ^ /<<PKGBUILDDIR>>/src/protocol/redis_parser.h:25:1: note: (this will be reported only once per input file) /<<PKGBUILDDIR>>/src/protocol/redis_parser.h:37:14: warning: ISO C90 does not support âlong longâ [-Wlong-long] 37 | long long integer; /* The integer when type is REDIS_REPLY_TYPE_INTEGER */ | ^~~~ /<<PKGBUILDDIR>>/src/protocol/redis_parser.h:97:49: warning: ISO C90 does not support âlong longâ [-Wlong-long] 97 | static inline void redis_reply_set_integer(long long intv, redis_reply_t *reply) | ^~~~ /<<PKGBUILDDIR>>/src/protocol/redis_parser.c:35:9: warning: C++ style comments are not allowed in ISO C90 [-Wpedantic] 35 | //REDIS_PARSE_INIT = 0, | ^ /<<PKGBUILDDIR>>/src/protocol/redis_parser.c:35:9: note: (this will be reported only once per input file) [ 79%] Building CXX object src/protocol/CMakeFiles/protocol.dir/RedisMessage.cc.o [ 79%] Building CXX object src/factory/CMakeFiles/factory.dir/WFResourcePool.cc.o cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/factory && /usr/bin/c++ -I/<<PKGBUILDDIR>>/_include/workflow -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -fPIC -pipe -std=c++11 -fno-exceptions -Wno-invalid-offsetof -MD -MT src/factory/CMakeFiles/factory.dir/WFResourcePool.cc.o -MF CMakeFiles/factory.dir/WFResourcePool.cc.o.d -o CMakeFiles/factory.dir/WFResourcePool.cc.o -c /<<PKGBUILDDIR>>/src/factory/WFResourcePool.cc cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/protocol && /usr/bin/c++ -I/<<PKGBUILDDIR>>/_include/workflow -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -fPIC -pipe -std=c++11 -fno-exceptions -Wno-invalid-offsetof -MD -MT src/protocol/CMakeFiles/protocol.dir/RedisMessage.cc.o -MF CMakeFiles/protocol.dir/RedisMessage.cc.o.d -o CMakeFiles/protocol.dir/RedisMessage.cc.o -c /<<PKGBUILDDIR>>/src/protocol/RedisMessage.cc [ 81%] Building CXX object src/factory/CMakeFiles/factory.dir/WFMessageQueue.cc.o cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/factory && /usr/bin/c++ -I/<<PKGBUILDDIR>>/_include/workflow -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -fPIC -pipe -std=c++11 -fno-exceptions -Wno-invalid-offsetof -MD -MT src/factory/CMakeFiles/factory.dir/WFMessageQueue.cc.o -MF CMakeFiles/factory.dir/WFMessageQueue.cc.o.d -o CMakeFiles/factory.dir/WFMessageQueue.cc.o -c /<<PKGBUILDDIR>>/src/factory/WFMessageQueue.cc [ 83%] Building CXX object src/factory/CMakeFiles/factory.dir/FileTaskImpl.cc.o cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/factory && /usr/bin/c++ -I/<<PKGBUILDDIR>>/_include/workflow -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -fPIC -pipe -std=c++11 -fno-exceptions -Wno-invalid-offsetof -MD -MT src/factory/CMakeFiles/factory.dir/FileTaskImpl.cc.o -MF CMakeFiles/factory.dir/FileTaskImpl.cc.o.d -o CMakeFiles/factory.dir/FileTaskImpl.cc.o -c /<<PKGBUILDDIR>>/src/factory/FileTaskImpl.cc make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu' [ 83%] Built target protocol [ 84%] Building CXX object src/factory/CMakeFiles/factory.dir/MySQLTaskImpl.cc.o cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/factory && /usr/bin/c++ -I/<<PKGBUILDDIR>>/_include/workflow -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -fPIC -pipe -std=c++11 -fno-exceptions -Wno-invalid-offsetof -MD -MT src/factory/CMakeFiles/factory.dir/MySQLTaskImpl.cc.o -MF CMakeFiles/factory.dir/MySQLTaskImpl.cc.o.d -o CMakeFiles/factory.dir/MySQLTaskImpl.cc.o -c /<<PKGBUILDDIR>>/src/factory/MySQLTaskImpl.cc make -f src/nameservice/CMakeFiles/nameservice.dir/build.make src/nameservice/CMakeFiles/nameservice.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>>/src/nameservice /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/nameservice /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/nameservice/CMakeFiles/nameservice.dir/DependInfo.cmake "--color=" make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu' make -f src/nameservice/CMakeFiles/nameservice.dir/build.make src/nameservice/CMakeFiles/nameservice.dir/build make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu' [ 86%] Building CXX object src/nameservice/CMakeFiles/nameservice.dir/WFNameService.cc.o cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/nameservice && /usr/bin/c++ -I/<<PKGBUILDDIR>>/_include/workflow -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -fPIC -pipe -std=c++11 -fno-exceptions -Wno-invalid-offsetof -MD -MT src/nameservice/CMakeFiles/nameservice.dir/WFNameService.cc.o -MF CMakeFiles/nameservice.dir/WFNameService.cc.o.d -o CMakeFiles/nameservice.dir/WFNameService.cc.o -c /<<PKGBUILDDIR>>/src/nameservice/WFNameService.cc [ 88%] Building CXX object src/nameservice/CMakeFiles/nameservice.dir/WFDnsResolver.cc.o cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/nameservice && /usr/bin/c++ -I/<<PKGBUILDDIR>>/_include/workflow -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -fPIC -pipe -std=c++11 -fno-exceptions -Wno-invalid-offsetof -MD -MT src/nameservice/CMakeFiles/nameservice.dir/WFDnsResolver.cc.o -MF CMakeFiles/nameservice.dir/WFDnsResolver.cc.o.d -o CMakeFiles/nameservice.dir/WFDnsResolver.cc.o -c /<<PKGBUILDDIR>>/src/nameservice/WFDnsResolver.cc [ 89%] Building CXX object src/nameservice/CMakeFiles/nameservice.dir/WFServiceGovernance.cc.o cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/nameservice && /usr/bin/c++ -I/<<PKGBUILDDIR>>/_include/workflow -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -fPIC -pipe -std=c++11 -fno-exceptions -Wno-invalid-offsetof -MD -MT src/nameservice/CMakeFiles/nameservice.dir/WFServiceGovernance.cc.o -MF CMakeFiles/nameservice.dir/WFServiceGovernance.cc.o.d -o CMakeFiles/nameservice.dir/WFServiceGovernance.cc.o -c /<<PKGBUILDDIR>>/src/nameservice/WFServiceGovernance.cc [ 91%] Building CXX object src/factory/CMakeFiles/factory.dir/RedisTaskImpl.cc.o cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/factory && /usr/bin/c++ -I/<<PKGBUILDDIR>>/_include/workflow -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -fPIC -pipe -std=c++11 -fno-exceptions -Wno-invalid-offsetof -MD -MT src/factory/CMakeFiles/factory.dir/RedisTaskImpl.cc.o -MF CMakeFiles/factory.dir/RedisTaskImpl.cc.o.d -o CMakeFiles/factory.dir/RedisTaskImpl.cc.o -c /<<PKGBUILDDIR>>/src/factory/RedisTaskImpl.cc [ 93%] Building CXX object src/nameservice/CMakeFiles/nameservice.dir/UpstreamPolicies.cc.o cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/nameservice && /usr/bin/c++ -I/<<PKGBUILDDIR>>/_include/workflow -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -fPIC -pipe -std=c++11 -fno-exceptions -Wno-invalid-offsetof -MD -MT src/nameservice/CMakeFiles/nameservice.dir/UpstreamPolicies.cc.o -MF CMakeFiles/nameservice.dir/UpstreamPolicies.cc.o.d -o CMakeFiles/nameservice.dir/UpstreamPolicies.cc.o -c /<<PKGBUILDDIR>>/src/nameservice/UpstreamPolicies.cc make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu' [ 93%] Built target factory make -f src/server/CMakeFiles/server.dir/build.make src/server/CMakeFiles/server.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>>/src/server /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/server /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/server/CMakeFiles/server.dir/DependInfo.cmake "--color=" make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu' make -f src/server/CMakeFiles/server.dir/build.make src/server/CMakeFiles/server.dir/build make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu' [ 94%] Building CXX object src/server/CMakeFiles/server.dir/WFServer.cc.o cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/server && /usr/bin/c++ -I/<<PKGBUILDDIR>>/_include/workflow -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -fPIC -pipe -std=c++11 -fno-exceptions -Wno-invalid-offsetof -MD -MT src/server/CMakeFiles/server.dir/WFServer.cc.o -MF CMakeFiles/server.dir/WFServer.cc.o.d -o CMakeFiles/server.dir/WFServer.cc.o -c /<<PKGBUILDDIR>>/src/server/WFServer.cc [ 96%] Building CXX object src/server/CMakeFiles/server.dir/WFMySQLServer.cc.o cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/server && /usr/bin/c++ -I/<<PKGBUILDDIR>>/_include/workflow -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -Wdate-time -D_FORTIFY_SOURCE=2 -Wall -fPIC -pipe -std=c++11 -fno-exceptions -Wno-invalid-offsetof -MD -MT src/server/CMakeFiles/server.dir/WFMySQLServer.cc.o -MF CMakeFiles/server.dir/WFMySQLServer.cc.o.d -o CMakeFiles/server.dir/WFMySQLServer.cc.o -c /<<PKGBUILDDIR>>/src/server/WFMySQLServer.cc make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu' [ 96%] Built target nameservice make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu' [ 96%] Built target server make -f src/CMakeFiles/workflow-static.dir/build.make src/CMakeFiles/workflow-static.dir/depend make -f src/CMakeFiles/workflow-shared.dir/build.make src/CMakeFiles/workflow-shared.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>>/src /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/CMakeFiles/workflow-static.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 /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src/CMakeFiles/workflow-shared.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 src/CMakeFiles/workflow-static.dir/build.make src/CMakeFiles/workflow-static.dir/build make -f src/CMakeFiles/workflow-shared.dir/build.make src/CMakeFiles/workflow-shared.dir/build make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu' make[3]: Entering directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu' [ 98%] Linking CXX static library /<<PKGBUILDDIR>>/_lib/libworkflow.a cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/cmake -P CMakeFiles/workflow-static.dir/cmake_clean_target.cmake [100%] Linking CXX shared library /<<PKGBUILDDIR>>/_lib/libworkflow.so cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/cmake -E cmake_link_script CMakeFiles/workflow-shared.dir/link.txt --verbose=1 cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/cmake -E cmake_link_script CMakeFiles/workflow-static.dir/link.txt --verbose=1 /usr/bin/c++ -fPIC -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>> [too-long-redacted] inux-gnu/libcrypto.so -lpthread /usr/bin/ar qc /<<PKGBUILDDIR>>/_lib/libworkflow.a kernel/CM [too-long-redacted] /client.dir/WFConsulClient.cc.o /usr/bin/ranlib /<<PKGBUILDDIR>>/_lib/libworkflow.a cd /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/src && /usr/bin/cmake -E cmake_symlink_library /<<PKGBUILDDIR>>/_lib/libworkflow.so.0.11.10 /<<PKGBUILDDIR>>/_lib/libworkflow.so.0 /<<PKGBUILDDIR>>/_lib/libworkflow.so make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu' [100%] Built target workflow-static make[3]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu' [100%] Built target workflow-shared make[2]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu' /usr/bin/cmake -E cmake_progress_start /<<PKGBUILDDIR>>/obj-x86_64-linux-gnu/CMakeFiles 0 make[1]: Leaving directory '/<<PKGBUILDDIR>>/obj-x86_64-linux-gnu' debian/rules override_dh_auto_test make[1]: Entering directory '/<<PKGBUILDDIR>>' dh_auto_test --builddir=test -- VERBOSE=1 cd test && make -j2 check ARGS\+=--verbose ARGS\+=-j2 VERBOSE=1 make[2]: Entering directory '/<<PKGBUILDDIR>>/test' mkdir -p build.cmake cd build.cmake && cmake /<<PKGBUILDDIR>>/test Re-run cmake no build system arguments 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 -- Found OpenSSL: /usr/lib/x86_64-linux-gnu/libcrypto.so (found version "3.5.2") -- Found GTest: /usr/lib/x86_64-linux-gnu/cmake/GTest/GTestConfig.cmake (found version "1.17.0") -- Configuring done (0.4s) -- Generating done (0.0s) -- Build files have been written to: /<<PKGBUILDDIR>>/test/build.cmake make -C build.cmake check CTEST_OUTPUT_ON_FAILURE=1 make[3]: Entering directory '/<<PKGBUILDDIR>>/test/build.cmake' /usr/bin/cmake -S/<<PKGBUILDDIR>>/test -B/<<PKGBUILDDIR>>/test/build.cmake --check-build-system CMakeFiles/Makefile.cmake 0 make -f CMakeFiles/Makefile2 check make[4]: Entering directory '/<<PKGBUILDDIR>>/test/build.cmake' /usr/bin/cmake -S/<<PKGBUILDDIR>>/test -B/<<PKGBUILDDIR>>/test/build.cmake --check-build-system CMakeFiles/Makefile.cmake 0 /usr/bin/cmake -E cmake_progress_start /<<PKGBUILDDIR>>/test/build.cmake/CMakeFiles 12 make -f CMakeFiles/Makefile2 CMakeFiles/check.dir/all make[5]: Entering directory '/<<PKGBUILDDIR>>/test/build.cmake' make -f CMakeFiles/upstream_unittest.dir/build.make CMakeFiles/upstream_unittest.dir/depend make -f CMakeFiles/resource_unittest.dir/build.make CMakeFiles/resource_unittest.dir/depend make[6]: Entering directory '/<<PKGBUILDDIR>>/test/build.cmake' cd /<<PKGBUILDDIR>>/test/build.cmake && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /<<PKGBUILDDIR>>/test /<<PKGBUILDDIR>>/test /<<PKGBUILDDIR>>/test/build.cmake /<<PKGBUILDDIR>>/test/build.cmake /<<PKGBUILDDIR>>/test/build.cmake/CMakeFiles/upstream_unittest.dir/DependInfo.cmake "--color=" make[6]: Entering directory '/<<PKGBUILDDIR>>/test/build.cmake' cd /<<PKGBUILDDIR>>/test/build.cmake && /usr/bin/cmake -E cmake_depends "Unix Makefiles" /<<PKGBUILDDIR>>/test /<<PKGBUILDDIR>>/test /<<PKGBUILDDIR>>/test/build.cmake /<<PKGBUILDDIR>>/test/build.cmake /<<PKGBUILDDIR>>/test/build.cmake/CMakeFiles/resource_unittest.dir/DependInfo.cmake "--color=" make[6]: Leaving directory '/<<PKGBUILDDIR>>/test/build.cmake' make[6]: Leaving directory '/<<PKGBUILDDIR>>/test/build.cmake' make -f CMakeFiles/upstream_unittest.dir/build.make CMakeFiles/upstream_unittest.dir/build make -f CMakeFiles/resource_unittest.dir/build.make CMakeFiles/resource_unittest.dir/build make[6]: Entering directory '/<<PKGBUILDDIR>>/test/build.cmake' make[6]: Entering directory '/<<PKGBUILDDIR>>/test/build.cmake' [ 16%] Building CXX object CMakeFiles/resource_unittest.dir/resource_unittest.cc.o [ 16%] Building CXX object CMakeFiles/upstream_unittest.dir/upstream_unittest.cc.o /usr/bin/c++ -I/<<PKGBUILDDIR>>/_include -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -D_FORTIFY_SOURCE=2 -Wall -fPIC -pipe -std=c++14 -fno-exceptions -O2 -g -DNDEBUG -DGTEST_HAS_PTHREAD=1 -MD -MT CMakeFiles/upstream_unittest.dir/upstream_unittest.cc.o -MF CMakeFiles/upstream_unittest.dir/upstream_unittest.cc.o.d -o CMakeFiles/upstream_unittest.dir/upstream_unittest.cc.o -c /<<PKGBUILDDIR>>/test/upstream_unittest.cc /usr/bin/c++ -I/<<PKGBUILDDIR>>/_include -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection -D_FORTIFY_SOURCE=2 -Wall -fPIC -pipe -std=c++14 -fno-exceptions -O2 -g -DNDEBUG -DGTEST_HAS_PTHREAD=1 -MD -MT CMakeFiles/resource_unittest.dir/resource_unittest.cc.o -MF CMakeFiles/resource_unittest.dir/resource_unittest.cc.o.d -o CMakeFiles/resource_unittest.dir/resource_unittest.cc.o -c /<<PKGBUILDDIR>>/test/resource_unittest.cc In file included from /usr/include/gtest/gtest-message.h:57, from /usr/include/gtest/gtest-assertion-result.h:46, from /usr/include/gtest/gtest.h:63, from /<<PKGBUILDDIR>>/test/upstream_unittest.cc:19: /usr/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/include/gtest/gtest-message.h:57, from /usr/include/gtest/gtest-assertion-result.h:46, from /usr/include/gtest/gtest.h:63, from /<<PKGBUILDDIR>>/test/resource_unittest.cc:22: /usr/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/include/gtest/gtest.h:67: /usr/include/gtest/gtest-param-test.h:483:56: error: missing template arguments before â(â token 483 | typename StdFunction = decltype(std::function(std::declval<Func>()))> | ^ /usr/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/include/gtest/gtest.h:67: /usr/include/gtest/gtest-param-test.h:483:56: error: missing template arguments before â(â token 483 | typename StdFunction = decltype(std::function(std::declval<Func>()))> | ^ /usr/include/gtest/gtest-param-test.h:493:56: error: missing template arguments before â(â token 493 | typename StdFunction = decltype(std::function(std::declval<Func>()))> | ^ make[6]: *** [CMakeFiles/resource_unittest.dir/build.make:79: CMakeFiles/resource_unittest.dir/resource_unittest.cc.o] Error 1 make[6]: Leaving directory '/<<PKGBUILDDIR>>/test/build.cmake' make[5]: *** [CMakeFiles/Makefile2:263: CMakeFiles/resource_unittest.dir/all] Error 2 make[5]: *** Waiting for unfinished jobs.... make[6]: *** [CMakeFiles/upstream_unittest.dir/build.make:79: CMakeFiles/upstream_unittest.dir/upstream_unittest.cc.o] Error 1 make[6]: Leaving directory '/<<PKGBUILDDIR>>/test/build.cmake' make[5]: *** [CMakeFiles/Makefile2:231: CMakeFiles/upstream_unittest.dir/all] Error 2 make[5]: Leaving directory '/<<PKGBUILDDIR>>/test/build.cmake' make[4]: *** [CMakeFiles/Makefile2:105: CMakeFiles/check.dir/rule] Error 2 make[4]: Leaving directory '/<<PKGBUILDDIR>>/test/build.cmake' make[3]: *** [Makefile:134: check] Error 2 make[3]: Leaving directory '/<<PKGBUILDDIR>>/test/build.cmake' make[2]: *** [GNUmakefile:23: check] Error 2 make[2]: Leaving directory '/<<PKGBUILDDIR>>/test' dh_auto_test: error: cd test && make -j2 check ARGS\+=--verbose ARGS\+=-j2 VERBOSE=1 returned exit code 2 make[1]: *** [debian/rules:12: override_dh_auto_test] Error 25 make[1]: Leaving directory '/<<PKGBUILDDIR>>' make: *** [debian/rules:8: binary] Error 2 dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2 --------------------------------------------------------------------------------

