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/libotr.spec'], chrootPath='/var/lib/mock/f33-build-293291-55068/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/libotr.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=1595894400 Wrote: /builddir/build/SRPMS/libotr-4.1.1-10.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/libotr.spec'], chrootPath='/var/lib/mock/f33-build-293291-55068/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/libotr.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=1595894400 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Xhikur + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf libotr-4.1.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/libotr-4.1.1.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd libotr-4.1.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.8ST4Rt + umask 022 + cd /builddir/build/BUILD + cd libotr-4.1.1 + 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 2016-03-07 09:08:49.000000000 -0500 +++ ./configure 2020-08-14 02:13:16.230540187 -0400 @@ -1745,7 +1745,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 --- ./configure.backup 2020-08-14 02:13:16.230540187 -0400 +++ ./configure 2020-08-14 02:13:17.120540178 -0400 @@ -13306,7 +13306,7 @@ compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`' GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`' lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`' -lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' +lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`' nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`' @@ -15690,7 +15690,7 @@ compiler='`$ECHO "$compiler" | $SED "$delay_single_quote_subst"`' GCC='`$ECHO "$GCC" | $SED "$delay_single_quote_subst"`' lt_cv_sys_global_symbol_pipe='`$ECHO "$lt_cv_sys_global_symbol_pipe" | $SED "$delay_single_quote_subst"`' -lt_cv_sys_global_symbol_to_cdecl='`$ECHO "$lt_cv_sys_global_symbol_to_cdecl" | $SED "$delay_single_quote_subst"`' +lt_cv_sys_global_symbol_to_cdecl="sed -n -e 's/^T .* \(.*\)$/extern int \1();/p' -e 's/^$symcode* .* \(.*\)$/extern char \1;/p'" lt_cv_sys_global_symbol_to_c_name_address='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address" | $SED "$delay_single_quote_subst"`' lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='`$ECHO "$lt_cv_sys_global_symbol_to_c_name_address_lib_prefix" | $SED "$delay_single_quote_subst"`' nm_file_list_spec='`$ECHO "$nm_file_list_spec" | $SED "$delay_single_quote_subst"`' + '[' 1 = 1 ']' +++ dirname ./configure ++ find . -name config.guess -o -name config.sub + for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) ++ basename ./config/config.sub + '[' -f /usr/lib/rpm/redhat/config.sub ']' + /usr/bin/rm -f ./config/config.sub ++ basename ./config/config.sub + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.sub ./config/config.sub '/usr/lib/rpm/redhat/config.sub' -> './config/config.sub' + for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) ++ basename ./config/config.guess + '[' -f /usr/lib/rpm/redhat/config.guess ']' + /usr/bin/rm -f ./config/config.guess ++ basename ./config/config.guess + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.guess ./config/config.guess '/usr/lib/rpm/redhat/config.guess' -> './config/config.guess' + for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) ++ basename ./config.sub + '[' -f /usr/lib/rpm/redhat/config.sub ']' + /usr/bin/rm -f ./config.sub ++ basename ./config.sub + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.sub ./config.sub '/usr/lib/rpm/redhat/config.sub' -> './config.sub' + for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) ++ basename ./config.guess + '[' -f /usr/lib/rpm/redhat/config.guess ']' + /usr/bin/rm -f ./config.guess ++ basename ./config.guess + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.guess ./config.guess '/usr/lib/rpm/redhat/config.guess' -> './config.guess' + '[' 1 = 1 ']' + '[' x '!=' 'x-Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' ']' ++ find . -name ltmain.sh + for i in $(find . -name ltmain.sh) + /usr/bin/sed -i.backup -e 's~compiler_flags=$~compiler_flags="-Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld"~' ./config/ltmain.sh + for i in $(find . -name ltmain.sh) + /usr/bin/sed -i.backup -e 's~compiler_flags=$~compiler_flags="-Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld"~' ./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 --with-pic --disable-rpath --disable-static configure: WARNING: unrecognized options: --disable-rpath checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes /builddir/build/BUILD/libotr-4.1.1/config/missing: Unknown `--is-lightweight' option Try `/builddir/build/BUILD/libotr-4.1.1/config/missing --help' for more information configure: WARNING: 'missing' script is too old or missing 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 whether make supports nested variables... (cached) yes 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 for style of include used by make... GNU checking dependency style of gcc... none checking build system type... riscv64-redhat-linux-gnu checking host system type... riscv64-redhat-linux-gnu checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking how to convert riscv64-redhat-linux-gnu file names to riscv64-redhat-linux-gnu format... func_convert_file_noop checking how to convert riscv64-redhat-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for riscv64-redhat-linux-gnu-objdump... no checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for riscv64-redhat-linux-gnu-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for riscv64-redhat-linux-gnu-ar... no checking for ar... ar checking for archiver @FILE support... @ checking for riscv64-redhat-linux-gnu-strip... no checking for strip... strip checking for riscv64-redhat-linux-gnu-ranlib... no checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for riscv64-redhat-linux-gnu-mt... no checking for mt... no checking if : is a manifest tool... no checking how to run the C preprocessor... gcc -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 for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... no checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for riscv64-redhat-linux-gnu-libgcrypt-config... no checking for libgcrypt-config... /usr/bin/libgcrypt-config checking for LIBGCRYPT - version >= 1.2.0... yes (1.8.6) checking LIBGCRYPT API version... okay checking for win32... no checking whether the compiler accepts -fstack-protector-all... yes checking whether the compiler accepts -Wstack-protector... yes checking whether the compiler accepts -fwrapv... yes checking whether the compiler accepts -fno-strict-overflow... yes checking whether the compiler accepts -Wall... yes checking whether the compiler accepts -Wextra -Wno-unused-parameter... yes checking whether the compiler accepts -Wformat-security... yes checking whether the compiler accepts --param ssp-buffer-size=1... yes checking whether the compiler accepts -fPIE... yes checking whether the linker accepts -pie... yes checking whether the linker accepts -z relro -z now... 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 toolkit/Makefile config.status: creating tests/Makefile config.status: creating tests/utils/Makefile config.status: creating libotr.pc config.status: creating tests/utils/tap/Makefile config.status: creating tests/unit/Makefile config.status: creating tests/regression/Makefile config.status: creating tests/regression/client/Makefile config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --disable-rpath 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 toolkit/Makefile config.status: creating tests/Makefile config.status: creating tests/utils/Makefile config.status: creating libotr.pc config.status: creating tests/utils/tap/Makefile config.status: creating tests/unit/Makefile config.status: creating tests/regression/Makefile config.status: creating tests/regression/client/Makefile config.status: creating config.h config.status: config.h is unchanged config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --disable-rpath + sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool + sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool + make -j4 all make all-recursive make[1]: Entering directory '/builddir/build/BUILD/libotr-4.1.1' Making all in src make[2]: Entering directory '/builddir/build/BUILD/libotr-4.1.1/src' CC privkey.lo CC context.lo CC b64.lo CC proto.lo CC dh.lo CC mem.lo dh.c:43:18: warning: 'DH1536_MOD_LEN_BYTES' defined but not used [-Wunused-const-variable=] 43 | static const int DH1536_MOD_LEN_BYTES = 192; | ^~~~~~~~~~~~~~~~~~~~ CC message.lo CC userstate.lo CC tlv.lo CC auth.lo CC sm.lo CC context_priv.lo CC instag.lo CCLD libotr.la make[2]: Leaving directory '/builddir/build/BUILD/libotr-4.1.1/src' Making all in toolkit make[2]: Entering directory '/builddir/build/BUILD/libotr-4.1.1/toolkit' CC otr_parse.o CC parse.o CC readotr.o CC sha1hmac.o CC otr_sesskeys.o CC sesskeys.o CC otr_mackey.o CC otr_readforge.o CC aes.o CC ctrmode.o CC otr_modify.o CC otr_remac.o CCLD otr_parse CCLD otr_sesskeys CCLD otr_mackey CCLD otr_modify CCLD otr_remac CCLD otr_readforge make[2]: Leaving directory '/builddir/build/BUILD/libotr-4.1.1/toolkit' Making all in tests make[2]: Entering directory '/builddir/build/BUILD/libotr-4.1.1/tests' Making all in utils make[3]: Entering directory '/builddir/build/BUILD/libotr-4.1.1/tests/utils' Making all in tap make[4]: Entering directory '/builddir/build/BUILD/libotr-4.1.1/tests/utils/tap' CC tap.lo CCLD libtap.la make[4]: Leaving directory '/builddir/build/BUILD/libotr-4.1.1/tests/utils/tap' make[4]: Entering directory '/builddir/build/BUILD/libotr-4.1.1/tests/utils' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/builddir/build/BUILD/libotr-4.1.1/tests/utils' make[3]: Leaving directory '/builddir/build/BUILD/libotr-4.1.1/tests/utils' Making all in unit make[3]: Entering directory '/builddir/build/BUILD/libotr-4.1.1/tests/unit' CC test_auth.o CC test_proto.o CC test_b64.o CC test_dh.o CC test_context.o CC test_userstate.o CC test_tlv.o CC test_mem.o CC test_sm.o CC test_instag.o CC test_privkey.o CCLD test_auth test_instag.c: In function 'main': test_instag.c:211:63: warning: '%s' directive output may be truncated writing 10 bytes into a region of size between 1 and 4096 [-Wformat-truncation=] 211 | (void) snprintf(instag_filepath, sizeof(instag_filepath), "%s%s", curdir, | ^~ 212 | "instag.txt"); | ~~~~~~~~~~~~ In file included from /usr/include/stdio.h:866, from /usr/include/gpg-error.h:64, from /usr/include/gcrypt.h:30, from test_instag.c:18: /usr/include/bits/stdio2.h:70:10: note: '__snprintf_chk' output between 11 and 4106 bytes into a destination of size 4096 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CCLD test_proto CCLD test_dh CCLD test_b64 CCLD test_context CCLD test_userstate CCLD test_tlv CCLD test_mem CCLD test_sm CCLD test_instag CCLD test_privkey make[3]: Leaving directory '/builddir/build/BUILD/libotr-4.1.1/tests/unit' Making all in regression make[3]: Entering directory '/builddir/build/BUILD/libotr-4.1.1/tests/regression' Making all in client make[4]: Entering directory '/builddir/build/BUILD/libotr-4.1.1/tests/regression/client' CC client.o CCLD client make[4]: Leaving directory '/builddir/build/BUILD/libotr-4.1.1/tests/regression/client' make[4]: Entering directory '/builddir/build/BUILD/libotr-4.1.1/tests/regression' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/builddir/build/BUILD/libotr-4.1.1/tests/regression' make[3]: Leaving directory '/builddir/build/BUILD/libotr-4.1.1/tests/regression' make[3]: Entering directory '/builddir/build/BUILD/libotr-4.1.1/tests' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/builddir/build/BUILD/libotr-4.1.1/tests' make[2]: Leaving directory '/builddir/build/BUILD/libotr-4.1.1/tests' make[2]: Entering directory '/builddir/build/BUILD/libotr-4.1.1' make[2]: Leaving directory '/builddir/build/BUILD/libotr-4.1.1' make[1]: Leaving directory '/builddir/build/BUILD/libotr-4.1.1' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.NxL4Xp + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/libotr-4.1.1-10.fc33.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/libotr-4.1.1-10.fc33.riscv64 ++ dirname /builddir/build/BUILDROOT/libotr-4.1.1-10.fc33.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/libotr-4.1.1-10.fc33.riscv64 + cd libotr-4.1.1 + rm -rf /builddir/build/BUILDROOT/libotr-4.1.1-10.fc33.riscv64 + make DESTDIR=/builddir/build/BUILDROOT/libotr-4.1.1-10.fc33.riscv64 LIBINSTDIR=/usr/lib64 install Making install in src make[1]: Entering directory '/builddir/build/BUILD/libotr-4.1.1/src' make[2]: Entering directory '/builddir/build/BUILD/libotr-4.1.1/src' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libotr-4.1.1-10.fc33.riscv64/usr/lib64' /bin/sh ../libtool --mode=install /usr/bin/install -c libotr.la '/builddir/build/BUILDROOT/libotr-4.1.1-10.fc33.riscv64/usr/lib64' libtool: install: /usr/bin/install -c .libs/libotr.so.5.1.1 /builddir/build/BUILDROOT/libotr-4.1.1-10.fc33.riscv64/usr/lib64/libotr.so.5.1.1 libtool: install: (cd /builddir/build/BUILDROOT/libotr-4.1.1-10.fc33.riscv64/usr/lib64 && { ln -s -f libotr.so.5.1.1 libotr.so.5 || { rm -f libotr.so.5 && ln -s libotr.so.5.1.1 libotr.so.5; }; }) libtool: install: (cd /builddir/build/BUILDROOT/libotr-4.1.1-10.fc33.riscv64/usr/lib64 && { ln -s -f libotr.so.5.1.1 libotr.so || { rm -f libotr.so && ln -s libotr.so.5.1.1 libotr.so; }; }) libtool: install: /usr/bin/install -c .libs/libotr.lai /builddir/build/BUILDROOT/libotr-4.1.1-10.fc33.riscv64/usr/lib64/libotr.la libtool: install: warning: remember to run `libtool --finish /usr/lib64' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libotr-4.1.1-10.fc33.riscv64/usr/include/libotr' /usr/bin/install -c -m 644 b64.h context.h dh.h mem.h message.h privkey.h proto.h version.h userstate.h tlv.h serial.h auth.h sm.h privkey-t.h context_priv.h instag.h '/builddir/build/BUILDROOT/libotr-4.1.1-10.fc33.riscv64/usr/include/libotr' make[2]: Leaving directory '/builddir/build/BUILD/libotr-4.1.1/src' make[1]: Leaving directory '/builddir/build/BUILD/libotr-4.1.1/src' Making install in toolkit make[1]: Entering directory '/builddir/build/BUILD/libotr-4.1.1/toolkit' make[2]: Entering directory '/builddir/build/BUILD/libotr-4.1.1/toolkit' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libotr-4.1.1-10.fc33.riscv64/usr/bin' /bin/sh ../libtool --mode=install /usr/bin/install -c otr_parse otr_sesskeys otr_mackey otr_readforge otr_modify otr_remac '/builddir/build/BUILDROOT/libotr-4.1.1-10.fc33.riscv64/usr/bin' libtool: install: warning: `../src/libotr.la' has not been installed in `/usr/lib64' libtool: install: /usr/bin/install -c .libs/otr_parse /builddir/build/BUILDROOT/libotr-4.1.1-10.fc33.riscv64/usr/bin/otr_parse libtool: install: warning: `../src/libotr.la' has not been installed in `/usr/lib64' libtool: install: /usr/bin/install -c .libs/otr_sesskeys /builddir/build/BUILDROOT/libotr-4.1.1-10.fc33.riscv64/usr/bin/otr_sesskeys libtool: install: warning: `../src/libotr.la' has not been installed in `/usr/lib64' libtool: install: /usr/bin/install -c .libs/otr_mackey /builddir/build/BUILDROOT/libotr-4.1.1-10.fc33.riscv64/usr/bin/otr_mackey libtool: install: warning: `../src/libotr.la' has not been installed in `/usr/lib64' libtool: install: /usr/bin/install -c .libs/otr_readforge /builddir/build/BUILDROOT/libotr-4.1.1-10.fc33.riscv64/usr/bin/otr_readforge libtool: install: warning: `../src/libotr.la' has not been installed in `/usr/lib64' libtool: install: /usr/bin/install -c .libs/otr_modify /builddir/build/BUILDROOT/libotr-4.1.1-10.fc33.riscv64/usr/bin/otr_modify libtool: install: warning: `../src/libotr.la' has not been installed in `/usr/lib64' libtool: install: /usr/bin/install -c .libs/otr_remac /builddir/build/BUILDROOT/libotr-4.1.1-10.fc33.riscv64/usr/bin/otr_remac mkdir -p /builddir/build/BUILDROOT/libotr-4.1.1-10.fc33.riscv64/usr/share/man/man1 (cd /builddir/build/BUILDROOT/libotr-4.1.1-10.fc33.riscv64/usr/share/man/man1 && \ for f in otr_parse.1 otr_sesskeys.1 otr_mackey.1 otr_readforge.1 otr_modify.1 otr_remac.1; do ln -sf otr_toolkit.1 $f; done) /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libotr-4.1.1-10.fc33.riscv64/usr/share/man/man1' /usr/bin/install -c -m 644 otr_toolkit.1 '/builddir/build/BUILDROOT/libotr-4.1.1-10.fc33.riscv64/usr/share/man/man1' make[2]: Leaving directory '/builddir/build/BUILD/libotr-4.1.1/toolkit' make[1]: Leaving directory '/builddir/build/BUILD/libotr-4.1.1/toolkit' Making install in tests make[1]: Entering directory '/builddir/build/BUILD/libotr-4.1.1/tests' Making install in utils make[2]: Entering directory '/builddir/build/BUILD/libotr-4.1.1/tests/utils' Making install in tap make[3]: Entering directory '/builddir/build/BUILD/libotr-4.1.1/tests/utils/tap' make[4]: Entering directory '/builddir/build/BUILD/libotr-4.1.1/tests/utils/tap' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/builddir/build/BUILD/libotr-4.1.1/tests/utils/tap' make[3]: Leaving directory '/builddir/build/BUILD/libotr-4.1.1/tests/utils/tap' make[3]: Entering directory '/builddir/build/BUILD/libotr-4.1.1/tests/utils' make[4]: Entering directory '/builddir/build/BUILD/libotr-4.1.1/tests/utils' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/builddir/build/BUILD/libotr-4.1.1/tests/utils' make[3]: Leaving directory '/builddir/build/BUILD/libotr-4.1.1/tests/utils' make[2]: Leaving directory '/builddir/build/BUILD/libotr-4.1.1/tests/utils' Making install in unit make[2]: Entering directory '/builddir/build/BUILD/libotr-4.1.1/tests/unit' make[3]: Entering directory '/builddir/build/BUILD/libotr-4.1.1/tests/unit' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/libotr-4.1.1/tests/unit' make[2]: Leaving directory '/builddir/build/BUILD/libotr-4.1.1/tests/unit' Making install in regression make[2]: Entering directory '/builddir/build/BUILD/libotr-4.1.1/tests/regression' Making install in client make[3]: Entering directory '/builddir/build/BUILD/libotr-4.1.1/tests/regression/client' make[4]: Entering directory '/builddir/build/BUILD/libotr-4.1.1/tests/regression/client' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/builddir/build/BUILD/libotr-4.1.1/tests/regression/client' make[3]: Leaving directory '/builddir/build/BUILD/libotr-4.1.1/tests/regression/client' make[3]: Entering directory '/builddir/build/BUILD/libotr-4.1.1/tests/regression' make[4]: Entering directory '/builddir/build/BUILD/libotr-4.1.1/tests/regression' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/builddir/build/BUILD/libotr-4.1.1/tests/regression' make[3]: Leaving directory '/builddir/build/BUILD/libotr-4.1.1/tests/regression' make[2]: Leaving directory '/builddir/build/BUILD/libotr-4.1.1/tests/regression' make[2]: Entering directory '/builddir/build/BUILD/libotr-4.1.1/tests' make[3]: Entering directory '/builddir/build/BUILD/libotr-4.1.1/tests' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/libotr-4.1.1/tests' make[2]: Leaving directory '/builddir/build/BUILD/libotr-4.1.1/tests' make[1]: Leaving directory '/builddir/build/BUILD/libotr-4.1.1/tests' make[1]: Entering directory '/builddir/build/BUILD/libotr-4.1.1' make[2]: Entering directory '/builddir/build/BUILD/libotr-4.1.1' make[2]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libotr-4.1.1-10.fc33.riscv64/usr/share/aclocal' /usr/bin/install -c -m 644 libotr.m4 '/builddir/build/BUILDROOT/libotr-4.1.1-10.fc33.riscv64/usr/share/aclocal' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/libotr-4.1.1-10.fc33.riscv64/usr/lib64/pkgconfig' /usr/bin/install -c -m 644 libotr.pc '/builddir/build/BUILDROOT/libotr-4.1.1-10.fc33.riscv64/usr/lib64/pkgconfig' make[2]: Leaving directory '/builddir/build/BUILD/libotr-4.1.1' make[1]: Leaving directory '/builddir/build/BUILD/libotr-4.1.1' + rm -rf /builddir/build/BUILDROOT/libotr-4.1.1-10.fc33.riscv64/usr/lib64/libotr.la + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 4.1.1-10.fc33 --unique-debug-suffix -4.1.1-10.fc33.riscv64 --unique-debug-src-base libotr-4.1.1-10.fc33.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/libotr-4.1.1 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/libotr-4.1.1-10.fc33.riscv64/usr/bin/otr_modify explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/libotr-4.1.1-10.fc33.riscv64/usr/bin/otr_parse explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/libotr-4.1.1-10.fc33.riscv64/usr/bin/otr_mackey explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/libotr-4.1.1-10.fc33.riscv64/usr/bin/otr_readforge extracting debug info from /builddir/build/BUILDROOT/libotr-4.1.1-10.fc33.riscv64/usr/bin/otr_mackey extracting debug info from /builddir/build/BUILDROOT/libotr-4.1.1-10.fc33.riscv64/usr/bin/otr_readforge extracting debug info from /builddir/build/BUILDROOT/libotr-4.1.1-10.fc33.riscv64/usr/bin/otr_parse extracting debug info from /builddir/build/BUILDROOT/libotr-4.1.1-10.fc33.riscv64/usr/bin/otr_modify explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/libotr-4.1.1-10.fc33.riscv64/usr/bin/otr_remac explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/libotr-4.1.1-10.fc33.riscv64/usr/bin/otr_sesskeys explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/libotr-4.1.1-10.fc33.riscv64/usr/lib64/libotr.so.5.1.1 extracting debug info from /builddir/build/BUILDROOT/libotr-4.1.1-10.fc33.riscv64/usr/bin/otr_sesskeys extracting debug info from /builddir/build/BUILDROOT/libotr-4.1.1-10.fc33.riscv64/usr/lib64/libotr.so.5.1.1 extracting debug info from /builddir/build/BUILDROOT/libotr-4.1.1-10.fc33.riscv64/usr/bin/otr_remac original debug info size: 2244kB, size after compression: 2116kB /usr/lib/rpm/sepdebugcrcfix: Updated 7 CRC32s, 0 CRC32s did match. 819 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 Processing files: libotr-4.1.1-10.fc33.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.H8mClr + umask 022 + cd /builddir/build/BUILD + cd libotr-4.1.1 + DOCDIR=/builddir/build/BUILDROOT/libotr-4.1.1-10.fc33.riscv64/usr/share/doc/libotr + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/libotr-4.1.1-10.fc33.riscv64/usr/share/doc/libotr + cp -pr AUTHORS /builddir/build/BUILDROOT/libotr-4.1.1-10.fc33.riscv64/usr/share/doc/libotr + cp -pr README /builddir/build/BUILDROOT/libotr-4.1.1-10.fc33.riscv64/usr/share/doc/libotr + cp -pr COPYING /builddir/build/BUILDROOT/libotr-4.1.1-10.fc33.riscv64/usr/share/doc/libotr + cp -pr COPYING.LIB /builddir/build/BUILDROOT/libotr-4.1.1-10.fc33.riscv64/usr/share/doc/libotr + cp -pr NEWS /builddir/build/BUILDROOT/libotr-4.1.1-10.fc33.riscv64/usr/share/doc/libotr + cp -pr Protocol-v3.html /builddir/build/BUILDROOT/libotr-4.1.1-10.fc33.riscv64/usr/share/doc/libotr + RPM_EC=0 ++ jobs -p + exit 0 Provides: libotr = 4.1.1-10.fc33 libotr(riscv-64) = 4.1.1-10.fc33 libotr-toolkit = 4.1.1 libotr.so.5()(64bit) Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libdl.so.2()(64bit) libgcrypt.so.20()(64bit) libgcrypt.so.20(GCRYPT_1.6)(64bit) libgpg-error.so.0()(64bit) libotr.so.5()(64bit) rtld(GNU_HASH) Obsoletes: libotr-toolkit < 4.1.1 Processing files: libotr-devel-4.1.1-10.fc33.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.YVMBpt + umask 022 + cd /builddir/build/BUILD + cd libotr-4.1.1 + DOCDIR=/builddir/build/BUILDROOT/libotr-4.1.1-10.fc33.riscv64/usr/share/doc/libotr-devel + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/libotr-4.1.1-10.fc33.riscv64/usr/share/doc/libotr-devel + cp -pr ChangeLog /builddir/build/BUILDROOT/libotr-4.1.1-10.fc33.riscv64/usr/share/doc/libotr-devel + RPM_EC=0 ++ jobs -p + exit 0 Provides: libotr-devel = 4.1.1-10.fc33 libotr-devel(riscv-64) = 4.1.1-10.fc33 pkgconfig(libotr) = 4.1.1 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/pkg-config libotr.so.5()(64bit) Conflicts: libotr3-devel Processing files: libotr-debugsource-4.1.1-10.fc33.riscv64 Provides: libotr-debugsource = 4.1.1-10.fc33 libotr-debugsource(riscv-64) = 4.1.1-10.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: libotr-debuginfo-4.1.1-10.fc33.riscv64 Provides: debuginfo(build-id) = 2574c3cdb3953a6cfac2f81f5fa60013ed6829b2 debuginfo(build-id) = 4a0f4dded673821c383a778953e7cd5cad757f34 debuginfo(build-id) = 6ee9f54472f117004f48c36c440cb0f36aadd7c7 debuginfo(build-id) = 73d72c415e793e89aaeaa86f54a4107d18be0228 debuginfo(build-id) = bf3158d5d8a63cdb885373a36546dddd6cda2e89 debuginfo(build-id) = cea7c4ce88c62574c9f91363cd6d7fe07910d17c debuginfo(build-id) = d1dc3db1379e3b4974f9627b1dba06563a2a4813 libotr-debuginfo = 4.1.1-10.fc33 libotr-debuginfo(riscv-64) = 4.1.1-10.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: libotr-debugsource(riscv-64) = 4.1.1-10.fc33 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/libotr-4.1.1-10.fc33.riscv64 Wrote: /builddir/build/RPMS/libotr-devel-4.1.1-10.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/libotr-4.1.1-10.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/libotr-debugsource-4.1.1-10.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/libotr-debuginfo-4.1.1-10.fc33.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.MeZnNs + umask 022 + cd /builddir/build/BUILD + cd libotr-4.1.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/libotr-4.1.1-10.fc33.riscv64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0