Mock Version: 1.4.21 Mock Version: 1.4.21 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/cvechecker.spec'], chrootPath='/var/lib/mock/f33-build-345003-59220/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=432000uid=987gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/cvechecker.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1601337600 Wrote: /builddir/build/SRPMS/cvechecker-4.0-2.fc33.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/cvechecker.spec'], chrootPath='/var/lib/mock/f33-build-345003-59220/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=432000uid=987gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/cvechecker.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1601337600 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.qoSO13 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf cvechecker-cvechecker-4.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/cvechecker-4.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd cvechecker-cvechecker-4.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + autoreconf --force --install configure.ac:26: installing './compile' + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + export CFLAGS + CXXFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + export CXXFLAGS + FFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules' + export FFLAGS + FCFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -I/usr/lib64/gfortran/modules' + export FCFLAGS + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -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 + '[' '-flto=auto -ffat-lto-objectsx' '!=' x ']' ++ find . -type f -name configure -print + for file in $(find . -type f -name configure -print) + /usr/bin/sed -r --in-place=.backup 's/^char \(\*f\) \(\) = /__attribute__ ((used)) char (*f) () = /g' ./configure + diff -u ./configure.backup ./configure + mv ./configure.backup ./configure + /usr/bin/sed -r --in-place=.backup 's/^char \(\*f\) \(\);/__attribute__ ((used)) char (*f) ();/g' ./configure + diff -u ./configure.backup ./configure + mv ./configure.backup ./configure + /usr/bin/sed -r --in-place=.backup 's/^char \$2 \(\);/__attribute__ ((used)) char \$2 ();/g' ./configure + diff -u ./configure.backup ./configure --- ./configure.backup 2020-11-27 12:23:32.701805598 -0500 +++ ./configure 2020-11-27 12:24:21.531813600 -0500 @@ -1798,7 +1798,7 @@ #ifdef __cplusplus extern "C" #endif -char $2 (); +__attribute__ ((used)) char $2 (); /* The GNU C library defines this for functions which it implements to always fail with ENOSYS. Some functions are actually named something starting with __ and the normal name is an alias. */ + /usr/bin/sed --in-place=.backup '1{$!N;$!N};$!N;s/int x = 1;\nint y = 0;\nint z;\nint nan;/volatile int x = 1; volatile int y = 0; volatile int z, nan;/;P;D' ./configure + diff -u ./configure.backup ./configure + mv ./configure.backup ./configure + /usr/bin/sed --in-place=.backup 's#^lt_cv_sys_global_symbol_to_cdecl=.*#lt_cv_sys_global_symbol_to_cdecl="sed -n -e '\''s/^T .* \\(.*\\)$/extern int \\1();/p'\'' -e '\''s/^$symcode* .* \\(.*\\)$/extern char \\1;/p'\''"#' ./configure + diff -u ./configure.backup ./configure + mv ./configure.backup ./configure + '[' 1 = 1 ']' +++ dirname ./configure ++ find . -name config.guess -o -name config.sub + '[' 1 = 1 ']' + '[' x '!=' 'x-Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' ']' ++ find . -name ltmain.sh + ./configure --build=riscv64-redhat-linux-gnu --host=riscv64-redhat-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --enable-sqlite3 --enable-mysql --localstatedir=/var/lib checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking Determining host operating system... Linux checking for riscv64-redhat-linux-gnu-gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of gcc... none checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking argp.h usability... yes checking argp.h presence... yes checking for argp.h... yes checking for string.h... (cached) yes checking for riscv64-redhat-linux-gnu-pkg-config... /usr/bin/riscv64-redhat-linux-gnu-pkg-config checking pkg-config is at least version 0.9.0... yes checking for gethostname... yes checking for memset... yes checking for regcomp... yes checking for strchr... yes checking for strrchr... yes checking for strstr... yes checking for strlcpy... no checking for BSD... yes checking for size_t... yes configure: WARNING: Please make sure pkg-config is installed and autoreconf run checking for BSD... yes checking for CONFIG... yes checking for SQLITE3... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating data/Makefile config.status: creating conf/Makefile config.status: creating scripts/Makefile config.status: creating docs/Makefile config.status: creating config.h config.status: executing depfiles commands + sed -i 's/\/mysql/\/mariadb/g;s/-lmysqlclient/-lmariadb/g' Makefile + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.uP0us4 + umask 022 + cd /builddir/build/BUILD + cd cvechecker-cvechecker-4.0 + /usr/bin/make -O -j4 V=1 VERBOSE=1 /usr/bin/make all-recursive Making all in src make[2]: Entering directory '/builddir/build/BUILD/cvechecker-cvechecker-4.0/src' gcc -DHAVE_CONFIG_H -I. -I.. -D_USE_SQLITE3 -D_USE_MYSQL -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o swstring.o swstring.c make[2]: Leaving directory '/builddir/build/BUILD/cvechecker-cvechecker-4.0/src' make[2]: Entering directory '/builddir/build/BUILD/cvechecker-cvechecker-4.0/src' gcc -DHAVE_CONFIG_H -I. -I.. -D_USE_SQLITE3 -D_USE_MYSQL -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o output/stringscmd.o output/stringscmd.c make[2]: Leaving directory '/builddir/build/BUILD/cvechecker-cvechecker-4.0/src' make[2]: Entering directory '/builddir/build/BUILD/cvechecker-cvechecker-4.0/src' gcc -DHAVE_CONFIG_H -I. -I.. -D_USE_SQLITE3 -D_USE_MYSQL -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o mysql/mysql_impl.o mysql/mysql_impl.c mysql/mysql_impl.c: In function 'mysql_dbimpl_add_cpe_to_database': mysql/mysql_impl.c:114:8: warning: implicit declaration of function 'add_to_mysql_database' [-Wimplicit-function-declaration] 114 | rc = add_to_mysql_database(ws, cpe); | ^~~~~~~~~~~~~~~~~~~~~ mysql/mysql_impl.c:115:3: warning: implicit declaration of function 'update_binmatch_files' [-Wimplicit-function-declaration] 115 | update_binmatch_files(ws, rc); | ^~~~~~~~~~~~~~~~~~~~~ mysql/mysql_impl.c: In function 'add_to_mysql_database': mysql/mysql_impl.c:232:5: warning: implicit declaration of function 'copy_cpe_bare' [-Wimplicit-function-declaration] 232 | copy_cpe_bare(&parentcpe, &cpe); | ^~~~~~~~~~~~~ mysql/mysql_impl.c: In function 'mysql_dbimpl_process_binary': mysql/mysql_impl.c:276:7: warning: variable 'num_fields' set but not used [-Wunused-but-set-variable] 276 | int num_fields; | ^~~~~~~~~~ mysql/mysql_impl.c: In function 'mysql_dbimpl_verify_installed_versus_cve': mysql/mysql_impl.c:348:10: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 348 | while (row = mysql_fetch_row(result)) { | ^~~ mysql/mysql_impl.c:378:10: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 378 | while (row = mysql_fetch_row(result)) { | ^~~ mysql/mysql_impl.c:634:12: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 634 | while (row = mysql_fetch_row(result)) { | ^~~ mysql/mysql_impl.c: In function 'update_binmatch_files': mysql/mysql_impl.c:263:1: warning: control reaches end of non-void function [-Wreturn-type] 263 | }; | ^ mysql/mysql_impl.c: In function 'mysql_dbimpl_process_binary': mysql/mysql_impl.c:337:1: warning: control reaches end of non-void function [-Wreturn-type] 337 | }; | ^ mysql/mysql_impl.c: In function 'mysql_dbimpl_verify_installed_versus_cve': mysql/mysql_impl.c:661:1: warning: control reaches end of non-void function [-Wreturn-type] 661 | }; | ^ mysql/mysql_impl.c: In function 'mysql_dbimpl_initialize_databases': mysql/mysql_impl.c:748:1: warning: control reaches end of non-void function [-Wreturn-type] 748 | }; | ^ In file included from /usr/include/string.h:519, from mysql/mysql_impl.h:2, from mysql/mysql_impl.c:1: In function 'strncpy', inlined from 'mysql_dbimpl_verify_installed_versus_cve' at mysql/mysql_impl.c:646:7: /usr/include/bits/string_fortified.h:91:10: warning: 'strncpy' specified bound 128 equals destination size [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'mysql_dbimpl_verify_installed_versus_cve' at mysql/mysql_impl.c:647:7: /usr/include/bits/string_fortified.h:91:10: warning: 'strncpy' specified bound 128 equals destination size [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'mysql_dbimpl_verify_installed_versus_cve' at mysql/mysql_impl.c:648:7: /usr/include/bits/string_fortified.h:91:10: warning: 'strncpy' specified bound 128 equals destination size [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'mysql_dbimpl_verify_installed_versus_cve' at mysql/mysql_impl.c:649:7: /usr/include/bits/string_fortified.h:91:10: warning: 'strncpy' specified bound 128 equals destination size [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'mysql_dbimpl_verify_installed_versus_cve' at mysql/mysql_impl.c:650:7: /usr/include/bits/string_fortified.h:91:10: warning: 'strncpy' specified bound 128 equals destination size [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'mysql_dbimpl_verify_installed_versus_cve' at mysql/mysql_impl.c:651:7: /usr/include/bits/string_fortified.h:91:10: warning: 'strncpy' specified bound 128 equals destination size [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'mysql_dbimpl_verify_installed_versus_cve' at mysql/mysql_impl.c:652:7: /usr/include/bits/string_fortified.h:91:10: warning: 'strncpy' specified bound 128 equals destination size [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'mysql_dbimpl_verify_installed_versus_cve' at mysql/mysql_impl.c:653:7: /usr/include/bits/string_fortified.h:91:10: warning: 'strncpy' specified bound 128 equals destination size [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'mysql_dbimpl_verify_installed_versus_cve' at mysql/mysql_impl.c:654:7: /usr/include/bits/string_fortified.h:91:10: warning: 'strncpy' specified bound 128 equals destination size [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'mysql_dbimpl_verify_installed_versus_cve' at mysql/mysql_impl.c:655:7: /usr/include/bits/string_fortified.h:91:10: warning: 'strncpy' specified bound 128 equals destination size [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'mysql_dbimpl_verify_installed_versus_cve' at mysql/mysql_impl.c:390:5: /usr/include/bits/string_fortified.h:91:10: warning: 'strncpy' specified bound 128 equals destination size [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'mysql_dbimpl_verify_installed_versus_cve' at mysql/mysql_impl.c:391:5: /usr/include/bits/string_fortified.h:91:10: warning: 'strncpy' specified bound 128 equals destination size [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'mysql_dbimpl_verify_installed_versus_cve' at mysql/mysql_impl.c:392:5: /usr/include/bits/string_fortified.h:91:10: warning: 'strncpy' specified bound 128 equals destination size [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'mysql_dbimpl_verify_installed_versus_cve' at mysql/mysql_impl.c:393:5: /usr/include/bits/string_fortified.h:91:10: warning: 'strncpy' specified bound 128 equals destination size [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'mysql_dbimpl_verify_installed_versus_cve' at mysql/mysql_impl.c:394:5: /usr/incmake[2]: Leaving directory '/builddir/build/BUILD/cvechecker-cvechecker-4.0/src' lude/bits/string_fortified.h:91:10: warning: 'strncpy' specified bound 128 equals destination size [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'mysql_dbimpl_verify_installed_versus_cve' at mysql/mysql_impl.c:395:5: /usr/include/bits/string_fortified.h:91:10: warning: 'strncpy' specified bound 128 equals destination size [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'mysql_dbimpl_verify_installed_versus_cve' at mysql/mysql_impl.c:396:5: /usr/include/bits/string_fortified.h:91:10: warning: 'strncpy' specified bound 128 equals destination size [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'mysql_dbimpl_verify_installed_versus_cve' at mysql/mysql_impl.c:397:5: /usr/include/bits/string_fortified.h:91:10: warning: 'strncpy' specified bound 128 equals destination size [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'mysql_dbimpl_verify_installed_versus_cve' at mysql/mysql_impl.c:398:5: /usr/include/bits/string_fortified.h:91:10: warning: 'strncpy' specified bound 128 equals destination size [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'mysql_dbimpl_verify_installed_versus_cve' at mysql/mysql_impl.c:399:5: /usr/include/bits/string_fortified.h:91:10: warning: 'strncpy' specified bound 128 equals destination size [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'mysql_dbimpl_verify_installed_versus_cve' at mysql/mysql_impl.c:360:5: /usr/include/bits/string_fortified.h:91:10: warning: 'strncpy' specified bound 128 equals destination size [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'mysql_dbimpl_verify_installed_versus_cve' at mysql/mysql_impl.c:361:5: /usr/include/bits/string_fortified.h:91:10: warning: 'strncpy' specified bound 128 equals destination size [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'mysql_dbimpl_verify_installed_versus_cve' at mysql/mysql_impl.c:362:5: /usr/include/bits/string_fortified.h:91:10: warning: 'strncpy' specified bound 128 equals destination size [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'mysql_dbimpl_verify_installed_versus_cve' at mysql/mysql_impl.c:363:5: /usr/include/bits/string_fortified.h:91:10: warning: 'strncpy' specified bound 128 equals destination size [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'mysql_dbimpl_verify_installed_versus_cve' at mysql/mysql_impl.c:364:5: /usr/include/bits/string_fortified.h:91:10: warning: 'strncpy' specified bound 128 equals destination size [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'mysql_dbimpl_verify_installed_versus_cve' at mysql/mysql_impl.c:365:5: /usr/include/bits/string_fortified.h:91:10: warning: 'strncpy' specified bound 128 equals destination size [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'mysql_dbimpl_verify_installed_versus_cve' at mysql/mysql_impl.c:366:5: /usr/include/bits/string_fortified.h:91:10: warning: 'strncpy' specified bound 128 equals destination size [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'mysql_dbimpl_verify_installed_versus_cve' at mysql/mysql_impl.c:367:5: /usr/include/bits/string_fortified.h:91:10: warning: 'strncpy' specified bound 128 equals destination size [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'mysql_dbimpl_verify_installed_versus_cve' at mysql/mysql_impl.c:368:5: /usr/include/bits/string_fortified.h:91:10: warning: 'strncpy' specified bound 128 equals destination size [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'mysql_dbimpl_verify_installed_versus_cve' at mysql/mysql_impl.c:369:5: /usr/include/bits/string_fortified.h:91:10: warning: 'strncpy' specified bound 128 equals destination size [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'mysql_dbimpl_report_installed' at mysql/mysql_impl.c:768:5: /usr/include/bits/string_fortified.h:91:10: warning: 'strncpy' specified bound 128 equals destination size [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'mysql_dbimpl_report_installed' at mysql/mysql_impl.c:769:5: /usr/include/bits/string_fortified.h:91:10: warning: 'strncpy' specified bound 128 equals destination size [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'mysql_dbimpl_report_installed' at mysql/mysql_impl.c:770:5: /usr/include/bits/string_fortified.h:91:10: warning: 'strncpy' specified bound 128 equals destination size [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'mysql_dbimpl_report_installed' at mysql/mysql_impl.c:771:5: /usr/include/bits/string_fortified.h:91:10: warning: 'strncpy' specified bound 128 equals destination size [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'mysql_dbimpl_report_installed' at mysql/mysql_impl.c:772:5: /usr/include/bits/string_fortified.h:91:10: warning: 'strncpy' specified bound 128 equals destination size [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'mysql_dbimpl_report_installed' at mysql/mysql_impl.c:773:5: /usr/include/bits/string_fortified.h:91:10: warning: 'strncpy' specified bound 128 equals destination size [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'mysql_dbimpl_report_installed' at mysql/mysql_impl.c:774:5: /usr/include/bits/string_fortified.h:91:10: warning: 'strncpy' specified bound 128 equals destination size [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'mysql_dbimpl_report_installed' at mysql/mysql_impl.c:775:5: /usr/include/bits/string_fortified.h:91:10: warning: 'strncpy' specified bound 128 equals destination size [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'mysql_dbimpl_report_installed' at mysql/mysql_impl.c:776:5: /usr/include/bits/string_fortified.h:91:10: warning: 'strncpy' specified bound 128 equals destination size [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'mysql_dbimpl_report_installed' at mysql/mysql_impl.c:777:5: /usr/include/bits/string_fortified.h:91:10: warning: 'strncpy' specified bound 128 equals destination size [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make[2]: Entering directory '/builddir/build/BUILD/cvechecker-cvechecker-4.0/src' gcc -DHAVE_CONFIG_H -I. -I.. -D_USE_SQLITE3 -D_USE_MYSQL -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o sqlite3/sqlite3_impl.o sqlite3/sqlite3_impl.c make[2]: Leaving directory '/builddir/build/BUILD/cvechecker-cvechecker-4.0/src' sqlite3/sqlite3_impl.c: In function 'feed_cpe_versions_table': sqlite3/sqlite3_impl.c:243:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation] 243 | for (d = 0; d < 15; d++) | ^~~ sqlite3/sqlite3_impl.c:247:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for' 247 | zero_string(stmt, SQLLINESIZE); | ^~~~~~~~~~~ In file included from /usr/include/string.h:519, from sqlite3/sqlite3_impl.h:3, from sqlite3/sqlite3_impl.c:1: In function 'strncpy', inlined from 'get_cpe_dataresult' at sqlite3/sqlite3_impl.c:76:25: /usr/include/bits/string_fortified.h:91:10: warning: 'strncpy' specified bound 128 equals destination size [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'get_cpe_dataresult' at sqlite3/sqlite3_impl.c:72:25: /usr/include/bits/string_fortified.h:91:10: warning: 'strncpy' specified bound 128 equals destination size [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'get_cpe_dataresult' at sqlite3/sqlite3_impl.c:68:25: /usr/include/bits/string_fortified.h:91:10: warning: 'strncpy' specified bound 128 equals destination size [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'get_cpe_dataresult' at sqlite3/sqlite3_impl.c:64:25: /usr/include/bits/string_fortified.h:91:10: warning: 'strncpy' specified bound 128 equals destination size [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'get_cpe_dataresult' at sqlite3/sqlite3_impl.c:60:25: /usr/include/bits/string_fortified.h:91:10: warning: 'strncpy' specified bound 128 equals destination size [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'get_cpe_dataresult' at sqlite3/sqlite3_impl.c:56:25: /usr/include/bits/string_fortified.h:91:10: warning: 'strncpy' specified bound 128 equals destination size [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'get_cpe_dataresult' at sqlite3/sqlite3_impl.c:52:25: /usr/include/bits/string_fortified.h:91:10: warning: 'strncpy' specified bound 128 equals destination size [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'get_cpe_dataresult' at sqlite3/sqlite3_impl.c:48:25: /usr/include/bits/string_fortified.h:91:10: warning: 'strncpy' specified bound 128 equals destination size [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'get_cpe_dataresult' at sqlite3/sqlite3_impl.c:44:25: /usr/include/bits/string_fortified.h:91:10: warning: 'strncpy' specified bound 128 equals destination size [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'get_cpe_dataresult' at sqlite3/sqlite3_impl.c:40:25: /usr/include/bits/string_fortified.h:91:10: warning: 'strncpy' specified bound 128 equals destination size [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'get_filelist' at sqlite3/sqlite3_impl.c:99:25: /usr/include/bits/string_fortified.h:91:10: warning: 'strncpy' specified bound 256 equals destination size [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'get_filelist' at sqlite3/sqlite3_impl.c:95:25: /usr/include/bits/string_fortified.h:91:10: warning: 'strncpy' specified bound 256 equals destination size [-Wstringop-truncation] 91 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sqlite3/sqlite3_impl.c: In function 'find_cpe_for_software': sqlite3/sqlite3_impl.c:1034:22: warning: '0)' directive writing 2 bytes into a region of size between 1 and 4096 [-Wformat-overflow=] 1034 | sprintf(inset2, "%s0)", inset1); | ^~ In file included from /usr/include/stdio.h:866, from sqlite3/../swstring.h:2, from sqlite3/sqlite3_impl.h:6, from sqlite3/sqlite3_impl.c:1: /usr/include/bits/stdio2.h:38:10: note: '__sprintf_chk' output between 3 and 4098 bytes into a destination of size 4096 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sqlite3/sqlite3_impl.c:1031:26: warning: ',' directive writing 1 byte into a region of size between 0 and 4095 [-Wformat-overflow=] 1031 | sprintf(inset2, "%s%d,", inset1, cpeid); | ^ In file included from /usr/include/stdio.h:866, from sqlite3/../swstring.h:2, from sqlite3/sqlite3_impl.h:6, from sqlite3/sqlite3_impl.c:1: /usr/include/bits/stdio2.h:38:10: note: '__sprintf_chk' output between 3 and 4108 bytes into a destination of size 4096 38 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 39 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make[2]: Entering directory '/builddir/build/BUILD/cvechecker-cvechecker-4.0/src' gcc -DHAVE_CONFIG_H -I. -I.. -D_USE_SQLITE3 -D_USE_MYSQL -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -c -o cvecheck.o cvecheck.c make[2]: Leaving directory '/builddir/build/BUILD/cvechecker-cvechecker-4.0/src' make[2]: Entering directory '/builddir/build/BUILD/cvechecker-cvechecker-4.0/src' gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o cvechecker cvecheck.o swstring.o output/stringscmd.o sqlite3/sqlite3_impl.o mysql/mysql_impl.o -lconfig -lbsd -L/usr/lib64/ -lmariadb -lsqlite3 make[2]: Leaving directory '/builddir/build/BUILD/cvechecker-cvechecker-4.0/src' Making all in data make[2]: Nothing to be done for 'all'. Making all in conf make[2]: Entering directory '/builddir/build/BUILD/cvechecker-cvechecker-4.0/conf' rm -f cvechecker.conf cvechecker.conf.tmp srcdir=''; \ test -f ./cvechecker.conf.in || srcdir=./; \ sed -e 's|@localstatedir[@]|/var/lib|g' -e 's|@pkgdatadir[@]|/usr/share/cvechecker|g' ${srcdir}cvechecker.conf.in > cvechecker.conf.tmp chmod a-w cvechecker.conf.tmp mv cvechecker.conf.tmp cvechecker.conf make[2]: Leaving directory '/builddir/build/BUILD/cvechecker-cvechecker-4.0/conf' Making all in scripts make[2]: Nothing to be done for 'all'. Making all in docs make[2]: Nothing to be done for 'all'. + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.qX0xR1 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/cvechecker-4.0-2.fc33.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/cvechecker-4.0-2.fc33.riscv64 ++ dirname /builddir/build/BUILDROOT/cvechecker-4.0-2.fc33.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/cvechecker-4.0-2.fc33.riscv64 + cd cvechecker-cvechecker-4.0 + /usr/bin/make install DESTDIR=/builddir/build/BUILDROOT/cvechecker-4.0-2.fc33.riscv64 'INSTALL=/usr/bin/install -p' PREFIX=/usr CONFDIR=/builddir/build/BUILDROOT/cvechecker-4.0-2.fc33.riscv64/etc Making install in src make[1]: Entering directory '/builddir/build/BUILD/cvechecker-cvechecker-4.0/src' make[2]: Entering directory '/builddir/build/BUILD/cvechecker-cvechecker-4.0/src' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/cvechecker-4.0-2.fc33.riscv64/usr/bin' /usr/bin/install -p cvechecker '/builddir/build/BUILDROOT/cvechecker-4.0-2.fc33.riscv64/usr/bin' make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/builddir/build/BUILD/cvechecker-cvechecker-4.0/src' make[1]: Leaving directory '/builddir/build/BUILD/cvechecker-cvechecker-4.0/src' Making install in data make[1]: Entering directory '/builddir/build/BUILD/cvechecker-cvechecker-4.0/data' make[2]: Entering directory '/builddir/build/BUILD/cvechecker-cvechecker-4.0/data' make[2]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/cvechecker-4.0-2.fc33.riscv64/usr/share/cvechecker' /usr/bin/install -p -m 644 cvereport.xsl report.css csv2xml.awk mysql_cvechecker.sql '/builddir/build/BUILDROOT/cvechecker-4.0-2.fc33.riscv64/usr/share/cvechecker' /usr/bin/mkdir -p "/builddir/build/BUILDROOT/cvechecker-4.0-2.fc33.riscv64/var/lib/cvechecker" \ "/builddir/build/BUILDROOT/cvechecker-4.0-2.fc33.riscv64/var/lib/cvechecker/local" \ "/builddir/build/BUILDROOT/cvechecker-4.0-2.fc33.riscv64/var/lib/cvechecker/cache" /usr/bin/mkdir -p '/builddir/build/BUILDROOT/cvechecker-4.0-2.fc33.riscv64/usr/share/doc/cvechecker' /usr/bin/install -p -m 644 acknowledgements.xml '/builddir/build/BUILDROOT/cvechecker-4.0-2.fc33.riscv64/usr/share/doc/cvechecker' make[2]: Leaving directory '/builddir/build/BUILD/cvechecker-cvechecker-4.0/data' make[1]: Leaving directory '/builddir/build/BUILD/cvechecker-cvechecker-4.0/data' Making install in conf make[1]: Entering directory '/builddir/build/BUILD/cvechecker-cvechecker-4.0/conf' make[2]: Entering directory '/builddir/build/BUILD/cvechecker-cvechecker-4.0/conf' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/cvechecker-4.0-2.fc33.riscv64/etc' /usr/bin/install -p -m 644 cvechecker.conf '/builddir/build/BUILDROOT/cvechecker-4.0-2.fc33.riscv64/etc' make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/builddir/build/BUILD/cvechecker-cvechecker-4.0/conf' make[1]: Leaving directory '/builddir/build/BUILD/cvechecker-cvechecker-4.0/conf' Making install in scripts make[1]: Entering directory '/builddir/build/BUILD/cvechecker-cvechecker-4.0/scripts' make[2]: Entering directory '/builddir/build/BUILD/cvechecker-cvechecker-4.0/scripts' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/cvechecker-4.0-2.fc33.riscv64/usr/bin' /usr/bin/install -p pullcves cvereport cvegenversdat cverules '/builddir/build/BUILDROOT/cvechecker-4.0-2.fc33.riscv64/usr/bin' make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/builddir/build/BUILD/cvechecker-cvechecker-4.0/scripts' make[1]: Leaving directory '/builddir/build/BUILD/cvechecker-cvechecker-4.0/scripts' Making install in docs make[1]: Entering directory '/builddir/build/BUILD/cvechecker-cvechecker-4.0/docs' make[2]: Entering directory '/builddir/build/BUILD/cvechecker-cvechecker-4.0/docs' make[2]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/cvechecker-4.0-2.fc33.riscv64/usr/share/doc/cvechecker' /usr/bin/install -p -m 644 userguide.xml '/builddir/build/BUILDROOT/cvechecker-4.0-2.fc33.riscv64/usr/share/doc/cvechecker' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/cvechecker-4.0-2.fc33.riscv64/usr/share/man/man1' /usr/bin/install -p -m 644 cvechecker.1 pullcves.1 cvereport.1 cverules.1 cvegenversdat.1 '/builddir/build/BUILDROOT/cvechecker-4.0-2.fc33.riscv64/usr/share/man/man1' make[2]: Leaving directory '/builddir/build/BUILD/cvechecker-cvechecker-4.0/docs' make[1]: Leaving directory '/builddir/build/BUILD/cvechecker-cvechecker-4.0/docs' make[1]: Entering directory '/builddir/build/BUILD/cvechecker-cvechecker-4.0' make[2]: Entering directory '/builddir/build/BUILD/cvechecker-cvechecker-4.0' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/builddir/build/BUILD/cvechecker-cvechecker-4.0' make[1]: Leaving directory '/builddir/build/BUILD/cvechecker-cvechecker-4.0' + xmlto --skip-validation html-nochunks /builddir/build/BUILDROOT/cvechecker-4.0-2.fc33.riscv64/usr/share/doc/cvechecker/acknowledgements.xml + xmlto --skip-validation html-nochunks /builddir/build/BUILDROOT/cvechecker-4.0-2.fc33.riscv64/usr/share/doc/cvechecker/userguide.xml /builddir/build/BUILDROOT/cvechecker-4.0-2.fc33.riscv64/usr/share/doc/cvechecker/userguide.xml:92: namespace error : Namespace prefix xl for href on link is not defined xl:href="https://github.com/sjvermeu/cvechecker/wiki/Download">https://git ^ /builddir/build/BUILDROOT/cvechecker-4.0-2.fc33.riscv64/usr/share/doc/cvechecker/userguide.xml:94: namespace error : Namespace prefix xl for href on link is not defined xl:href="https://github.com/sjvermeu/cvechecker/releases">https://github.c ^ /builddir/build/BUILDROOT/cvechecker-4.0-2.fc33.riscv64/usr/share/doc/cvechecker/userguide.xml:933: namespace error : Namespace prefix xl for href on link is not defined xl:href="http://cpe.mitre.org">http://cpe.mitre.org for more ^ Note: namesp. cut : stripped namespace before processing CVE Checker User Guide + install -Dm644 userguide.html /builddir/build/BUILDROOT/cvechecker-4.0-2.fc33.riscv64/usr/share/doc/cvechecker/userguide.html + install -Dm644 acknowledgements.html /builddir/build/BUILDROOT/cvechecker-4.0-2.fc33.riscv64/usr/share/doc/cvechecker/acknowledgements.html + rm -f /builddir/build/BUILDROOT/cvechecker-4.0-2.fc33.riscv64/usr/share/doc/cvechecker/acknowledgements.xml /builddir/build/BUILDROOT/cvechecker-4.0-2.fc33.riscv64/usr/share/doc/cvechecker/userguide.xml + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 4.0-2.fc33 --unique-debug-suffix -4.0-2.fc33.riscv64 --unique-debug-src-base cvechecker-4.0-2.fc33.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/cvechecker-cvechecker-4.0 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/cvechecker-4.0-2.fc33.riscv64/usr/bin/cvechecker extracting debug info from /builddir/build/BUILDROOT/cvechecker-4.0-2.fc33.riscv64/usr/bin/cvechecker original debug info size: 868kB, size after compression: 824kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 320 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs mangling shebang in /usr/bin/cvereport from /bin/sh to #!/usr/bin/sh mangling shebang in /usr/bin/cverules from /bin/bash to #!/usr/bin/bash mangling shebang in /usr/bin/cvegenversdat from /bin/sh to #!/usr/bin/sh mangling shebang in /usr/bin/pullcves from /bin/sh to #!/usr/bin/sh Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.1lea42 + umask 022 + cd /builddir/build/BUILD + cd cvechecker-cvechecker-4.0 + make check Making check in src make[1]: Entering directory '/builddir/build/BUILD/cvechecker-cvechecker-4.0/src' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/builddir/build/BUILD/cvechecker-cvechecker-4.0/src' Making check in data make[1]: Entering directory '/builddir/build/BUILD/cvechecker-cvechecker-4.0/data' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/builddir/build/BUILD/cvechecker-cvechecker-4.0/data' Making check in conf make[1]: Entering directory '/builddir/build/BUILD/cvechecker-cvechecker-4.0/conf' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/builddir/build/BUILD/cvechecker-cvechecker-4.0/conf' Making check in scripts make[1]: Entering directory '/builddir/build/BUILD/cvechecker-cvechecker-4.0/scripts' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/builddir/build/BUILD/cvechecker-cvechecker-4.0/scripts' Making check in docs make[1]: Entering directory '/builddir/build/BUILD/cvechecker-cvechecker-4.0/docs' make[1]: Nothing to be done for 'check'. make[1]: Leaving directory '/builddir/build/BUILD/cvechecker-cvechecker-4.0/docs' make[1]: Entering directory '/builddir/build/BUILD/cvechecker-cvechecker-4.0' make[1]: Leaving directory '/builddir/build/BUILD/cvechecker-cvechecker-4.0' + RPM_EC=0 ++ jobs -p + exit 0 Processing files: cvechecker-4.0-2.fc33.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.d6iKP3 + umask 022 + cd /builddir/build/BUILD + cd cvechecker-cvechecker-4.0 + DOCDIR=/builddir/build/BUILDROOT/cvechecker-4.0-2.fc33.riscv64/usr/share/doc/cvechecker + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/cvechecker-4.0-2.fc33.riscv64/usr/share/doc/cvechecker + cp -pr README.md /builddir/build/BUILDROOT/cvechecker-4.0-2.fc33.riscv64/usr/share/doc/cvechecker + cp -pr ChangeLog /builddir/build/BUILDROOT/cvechecker-4.0-2.fc33.riscv64/usr/share/doc/cvechecker + RPM_EC=0 ++ jobs -p + exit 0 Provides: config(cvechecker) = 4.0-2.fc33 cvechecker = 4.0-2.fc33 cvechecker(riscv-64) = 4.0-2.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/bash /usr/bin/sh ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libbsd.so.0()(64bit) libbsd.so.0(LIBBSD_0.0)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libconfig.so.11()(64bit) libmariadb.so.3()(64bit) libmariadb.so.3(libmysqlclient_18)(64bit) libsqlite3.so.0()(64bit) rtld(GNU_HASH) Processing files: cvechecker-debugsource-4.0-2.fc33.riscv64 Provides: cvechecker-debugsource = 4.0-2.fc33 cvechecker-debugsource(riscv-64) = 4.0-2.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: cvechecker-debuginfo-4.0-2.fc33.riscv64 Provides: cvechecker-debuginfo = 4.0-2.fc33 cvechecker-debuginfo(riscv-64) = 4.0-2.fc33 debuginfo(build-id) = 68ad33a544cc32bd146a4545df6c129abba68f4c Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: cvechecker-debugsource(riscv-64) = 4.0-2.fc33 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/cvechecker-4.0-2.fc33.riscv64 Wrote: /builddir/build/RPMS/cvechecker-4.0-2.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/cvechecker-debuginfo-4.0-2.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/cvechecker-debugsource-4.0-2.fc33.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.XuvaP4 + umask 022 + cd /builddir/build/BUILD + cd cvechecker-cvechecker-4.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/cvechecker-4.0-2.fc33.riscv64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0