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/ocaml-mysql.spec'], chrootPath='/var/lib/mock/f33-build-597446-66917/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/ocaml-mysql.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=1619308800 Wrote: /builddir/build/SRPMS/ocaml-mysql-1.2.2-16.fc33.1.rvre0.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/ocaml-mysql.spec'], chrootPath='/var/lib/mock/f33-build-597446-66917/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/ocaml-mysql.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=1619308800 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.zCarcZ + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf ocaml-mysql-1.2.2 + /usr/bin/gzip -dc /builddir/build/SOURCES/ocaml-mysql-1.2.2.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd ocaml-mysql-1.2.2 + /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.XgsATX + umask 022 + cd /builddir/build/BUILD + cd ocaml-mysql-1.2.2 + LDFLAGS=-L/usr/lib64/mariadb + 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=-L/usr/lib64/mariadb + 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 + mv ./configure.backup ./configure + /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 configure: WARNING: unrecognized options: --disable-dependency-tracking configure: checking for ocaml compiler and tools... checking for ocamlc... ocamlc checking for ocamlopt... ocamlopt checking for ocamlfind... ocamlfind checking whether ocamlopt supports natdynlink... yes checking for a BSD-compatible install... /usr/bin/install -c configure: checking for C compiler... 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 configure: checking for C header files... 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 mysql_config include... -I/usr/include/mysql -I/usr/include/mysql/mysql checking for mysql_config libs... -L/usr/lib64/ -lmariadb configure: checking for mysql.h... 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 mysql.h usability... yes checking mysql.h presence... yes checking for mysql.h... yes configure: creating ./config.status config.status: creating Makefile config.status: creating config.h configure: WARNING: unrecognized options: --disable-dependency-tracking configure: creating ./config.status config.status: creating Makefile config.status: creating VERSION config.status: creating config.h config.status: config.h is unchanged configure: WARNING: unrecognized options: --disable-dependency-tracking + make all make[1]: Entering directory '/builddir/build/BUILD/ocaml-mysql-1.2.2' ocamldep mysql.mli > ._bcdi/mysql.di ocamldep mysql.ml > ._d/mysql.d ocamlc -c -cc "gcc" -ccopt "-fPIC -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 -DHAVE_CONFIG_H -Wall -Wextra \ -DPIC -I/usr/include/mysql -I/usr/include/mysql/mysql \ -o mysql_stubs.o " mysql_stubs.c In file included from mysql_stubs.c:12: mysql_stubs.c: In function 'val_str_option': /usr/lib64/ocaml/caml/mlvalues.h:265:24: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 265 | #define String_val(x) ((const char *) Bp_val(x)) | ~^~~~~~~~~~~~~~~~~~~~~~~~~ mysql_stubs.c:150:12: note: in expansion of macro 'String_val' 150 | memcpy(String_val(v), s, length); | ^~~~~~~~~~ In file included from /usr/include/features.h:465, from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from mysql_stubs.c:6: /usr/include/bits/string_fortified.h:26:1: note: expected 'void * restrict' but argument is of type 'const char *' 26 | __NTH (memcpy (void *__restrict __dest, const void *__restrict __src, | ^~~~~ mysql_stubs.c: At top level: mysql_stubs.c:433:1: warning: missing initializer for field 'fixed_length' of 'struct custom_operations' [-Wmissing-field-initializers] 433 | }; | ^ In file included from mysql_stubs.c:17: /usr/lib64/ocaml/caml/custom.h:40:37: note: 'fixed_length' declared here 40 | const struct custom_fixed_length* fixed_length; | ^~~~~~~~~~~~ mysql_stubs.c: In function 'db_escape': mysql_stubs.c:574:5: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 574 | s = String_val(str); | ^ In file included from mysql_stubs.c:12: /usr/lib64/ocaml/caml/mlvalues.h:265:24: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 265 | #define String_val(x) ((const char *) Bp_val(x)) | ~^~~~~~~~~~~~~~~~~~~~~~~~~ mysql_stubs.c:580:10: note: in expansion of macro 'String_val' 580 | memcpy(String_val(res), buf, esclen); | ^~~~~~~~~~ In file included from /usr/include/features.h:465, from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from mysql_stubs.c:6: /usr/include/bits/string_fortified.h:26:1: note: expected 'void * restrict' but argument is of type 'const char *' 26 | __NTH (memcpy (void *__restrict __dest, const void *__restrict __src, | ^~~~~ mysql_stubs.c: In function 'db_real_escape': mysql_stubs.c:598:5: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 598 | s = String_val(str); | ^ In file included from mysql_stubs.c:12: /usr/lib64/ocaml/caml/mlvalues.h:265:24: warning: passing argument 1 of 'memcpy' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 265 | #define String_val(x) ((const char *) Bp_val(x)) | ~^~~~~~~~~~~~~~~~~~~~~~~~~ mysql_stubs.c:608:10: note: in expansion of macro 'String_val' 608 | memcpy(String_val(res), buf, esclen); | ^~~~~~~~~~ In file included from /usr/include/features.h:465, from /usr/include/bits/libc-header-start.h:33, from /usr/include/stdio.h:27, from mysql_stubs.c:6: /usr/include/bits/string_fortified.h:26:1: note: expected 'void * restrict' but argument is of type 'const char *' 26 | __NTH (memcpy (void *__restrict __dest, const void *__restrict __src, | ^~~~~ mysql_stubs.c: At top level: mysql_stubs.c:896:1: warning: missing initializer for field 'fixed_length' of 'struct custom_operations' [-Wmissing-field-initializers] 896 | }; | ^ In file included from mysql_stubs.c:17: /usr/lib64/ocaml/caml/custom.h:40:37: note: 'fixed_length' declared here 40 | const struct custom_fixed_length* fixed_length; | ^~~~~~~~~~~~ mysql_stubs.c: In function 'get_column': mysql_stubs.c:1030:18: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 1030 | bind->buffer = String_val(str); | ^ mysql_stubs.c: At top level: mysql_stubs.c:1069:1: warning: missing initializer for field 'fixed_length' of 'struct custom_operations' [-Wmissing-field-initializers] 1069 | }; | ^ In file included from mysql_stubs.c:17: /usr/lib64/ocaml/caml/custom.h:40:37: note: 'fixed_length' declared here 40 | const struct custom_fixed_length* fixed_length; | ^~~~~~~~~~~~ ar rcs libmysql_stubs.a mysql_stubs.o ocamlc -c mysql.mli ocamlc -c mysql.ml ocamlmklib \ -o mysql_stubs mysql_stubs.o -lmariadb \ -L/usr/lib64/ -L/usr/lib64/mariadb ocamlc -a -dllib dllmysql_stubs.so -ccopt -L/usr/lib64/ -ccopt -L/usr/lib64/mariadb -cclib -lmysql_stubs -cclib -lmariadb -o mysql.cma mysql.cmo make[1]: Leaving directory '/builddir/build/BUILD/ocaml-mysql-1.2.2' + make opt make[1]: Entering directory '/builddir/build/BUILD/ocaml-mysql-1.2.2' ocamldep -native mysql.mli > ._ncdi/mysql.di make[1]: 'libmysql_stubs.a' is up to date. ocamlopt -c mysql.ml ocamlopt -a -ccopt -L/usr/lib64/ -ccopt -L/usr/lib64/mariadb -cclib -lmysql_stubs -cclib -lmariadb -o mysql.cmxa mysql.cmx make[1]: Leaving directory '/builddir/build/BUILD/ocaml-mysql-1.2.2' ocamlopt -shared -ccopt -L/usr/lib64/ -ccopt -L/usr/lib64/mariadb mysql_stubs.o -cclib -lmariadb -o mysql.cmxs mysql.cmx + chrpath --delete dllmysql_stubs.so + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.STPcG1 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/ocaml-mysql-1.2.2-16.fc33.1.rvre0.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/ocaml-mysql-1.2.2-16.fc33.1.rvre0.riscv64 ++ dirname /builddir/build/BUILDROOT/ocaml-mysql-1.2.2-16.fc33.1.rvre0.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/ocaml-mysql-1.2.2-16.fc33.1.rvre0.riscv64 + cd ocaml-mysql-1.2.2 + export DESTDIR=/builddir/build/BUILDROOT/ocaml-mysql-1.2.2-16.fc33.1.rvre0.riscv64 + DESTDIR=/builddir/build/BUILDROOT/ocaml-mysql-1.2.2-16.fc33.1.rvre0.riscv64 + export OCAMLFIND_DESTDIR=/builddir/build/BUILDROOT/ocaml-mysql-1.2.2-16.fc33.1.rvre0.riscv64/usr/lib64/ocaml + OCAMLFIND_DESTDIR=/builddir/build/BUILDROOT/ocaml-mysql-1.2.2-16.fc33.1.rvre0.riscv64/usr/lib64/ocaml + mkdir -p /builddir/build/BUILDROOT/ocaml-mysql-1.2.2-16.fc33.1.rvre0.riscv64/usr/lib64/ocaml /builddir/build/BUILDROOT/ocaml-mysql-1.2.2-16.fc33.1.rvre0.riscv64/usr/lib64/ocaml/stublibs + make install make[1]: Entering directory '/builddir/build/BUILD/ocaml-mysql-1.2.2' make[1]: 'libmysql_stubs.a' is up to date. ocamlc -a -dllib dllmysql_stubs.so -ccopt -L/usr/lib64/ -ccopt -L/usr/lib64/mariadb -cclib -lmysql_stubs -cclib -lmariadb -o mysql.cma mysql.cmo make[1]: Leaving directory '/builddir/build/BUILD/ocaml-mysql-1.2.2' Installing library with ocamlfind ocamlfind install -patch-version "1.2.2" mysql META mysql.mli mysql.cmi mysql.cma mysql.cmx mysql.cmxa libmysql_stubs.a mysql.a dllmysql_stubs.so mysql.cmxs Installed /builddir/build/BUILDROOT/ocaml-mysql-1.2.2-16.fc33.1.rvre0.riscv64/usr/lib64/ocaml/mysql/mysql.cmxs Installed /builddir/build/BUILDROOT/ocaml-mysql-1.2.2-16.fc33.1.rvre0.riscv64/usr/lib64/ocaml/mysql/mysql.a Installed /builddir/build/BUILDROOT/ocaml-mysql-1.2.2-16.fc33.1.rvre0.riscv64/usr/lib64/ocaml/mysql/libmysql_stubs.a Installed /builddir/build/BUILDROOT/ocaml-mysql-1.2.2-16.fc33.1.rvre0.riscv64/usr/lib64/ocaml/mysql/mysql.cmxa Installed /builddir/build/BUILDROOT/ocaml-mysql-1.2.2-16.fc33.1.rvre0.riscv64/usr/lib64/ocaml/mysql/mysql.cmx Installed /builddir/build/BUILDROOT/ocaml-mysql-1.2.2-16.fc33.1.rvre0.riscv64/usr/lib64/ocaml/mysql/mysql.cma Installed /builddir/build/BUILDROOT/ocaml-mysql-1.2.2-16.fc33.1.rvre0.riscv64/usr/lib64/ocaml/mysql/mysql.cmi Installed /builddir/build/BUILDROOT/ocaml-mysql-1.2.2-16.fc33.1.rvre0.riscv64/usr/lib64/ocaml/mysql/mysql.mli Installed /builddir/build/BUILDROOT/ocaml-mysql-1.2.2-16.fc33.1.rvre0.riscv64/usr/lib64/ocaml/stublibs/dllmysql_stubs.so Installed /builddir/build/BUILDROOT/ocaml-mysql-1.2.2-16.fc33.1.rvre0.riscv64/usr/lib64/ocaml/stublibs/dllmysql_stubs.so.owner ocamlfind: [WARNING] You have installed DLLs but the directory /builddir/build/BUILDROOT/ocaml-mysql-1.2.2-16.fc33.1.rvre0.riscv64/usr/lib64/ocaml/stublibs is not mentioned in ld.conf Installed /builddir/build/BUILDROOT/ocaml-mysql-1.2.2-16.fc33.1.rvre0.riscv64/usr/lib64/ocaml/mysql/META Installation successful. + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 1.2.2-16.fc33.1.rvre0 --unique-debug-suffix -1.2.2-16.fc33.1.rvre0.riscv64 --unique-debug-src-base ocaml-mysql-1.2.2-16.fc33.1.rvre0.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/ocaml-mysql-1.2.2 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/ocaml-mysql-1.2.2-16.fc33.1.rvre0.riscv64/usr/lib64/ocaml/stublibs/dllmysql_stubs.so explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/ocaml-mysql-1.2.2-16.fc33.1.rvre0.riscv64/usr/lib64/ocaml/mysql/mysql.cmxs extracting debug info from /builddir/build/BUILDROOT/ocaml-mysql-1.2.2-16.fc33.1.rvre0.riscv64/usr/lib64/ocaml/mysql/mysql.cmxs extracting debug info from /builddir/build/BUILDROOT/ocaml-mysql-1.2.2-16.fc33.1.rvre0.riscv64/usr/lib64/ocaml/stublibs/dllmysql_stubs.so original debug info size: 544kB, size after compression: 512kB /usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. 54 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: ocaml-mysql-1.2.2-16.fc33.1.rvre0.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.x6JzLY + umask 022 + cd /builddir/build/BUILD + cd ocaml-mysql-1.2.2 + DOCDIR=/builddir/build/BUILDROOT/ocaml-mysql-1.2.2-16.fc33.1.rvre0.riscv64/usr/share/doc/ocaml-mysql + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ocaml-mysql-1.2.2-16.fc33.1.rvre0.riscv64/usr/share/doc/ocaml-mysql + cp -pr COPYING /builddir/build/BUILDROOT/ocaml-mysql-1.2.2-16.fc33.1.rvre0.riscv64/usr/share/doc/ocaml-mysql + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml(Mysql) = 1560c7fb09eb722025bb4b276315196f ocaml-mysql = 1.2.2-16.fc33.1.rvre0 ocaml-mysql(riscv-64) = 1.2.2-16.fc33.1.rvre0 ocamlx(Mysql) = 660bf034e1338891858739ba807e683e 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) libmariadb.so.3()(64bit) libmariadb.so.3(libmysqlclient_18)(64bit) ocaml(CamlinternalFormatBasics) = 3a3ca1838627f7762f49679ce0278ad1 ocaml(Stdlib) = c21c5d26416461b543321872a551ea0d ocaml(Stdlib__arrayLabels) = 7f0dac1586e0929ea52e68255f8ca2d4 ocaml(Stdlib__buffer) = 234b61fa3906003822205287eb65a481 ocaml(Stdlib__callback) = 1b88fbd71c9cf564eb0790c5709a779a ocaml(Stdlib__hashtbl) = b762db4e3b71657dfcfd14539af9611a ocaml(Stdlib__int32) = 2e6c00c32474b3f4f0ca069a3eceab68 ocaml(Stdlib__int64) = 8da509b391e66cf2a7e37819728d5a15 ocaml(Stdlib__list) = 15cef02558cc6576c616c84f09d5b0ea ocaml(Stdlib__map) = 9d421c1da8aa330b734c69f7a2083439 ocaml(Stdlib__moreLabels) = 07bd42e9aa62237638ad361315c30a68 ocaml(Stdlib__nativeint) = 27bfaa776a5a329557cb5cebde7d21e0 ocaml(Stdlib__printf) = 5cec2efa6f5a2459d17f2788deb783f2 ocaml(Stdlib__seq) = d6a8de25c9eecf5ae9420a9f3f8b2e88 ocaml(Stdlib__set) = 5d365647a10f75c22f2b045a867b4d3e ocaml(Stdlib__stdLabels) = 3fc528293aec4db59d8442683bf88cd0 ocaml(Stdlib__stringLabels) = 67bcabb7f0b8e8e047189d6c0564a44e ocaml(Stdlib__uchar) = ab6f1df93abf9e800a3e0d1543523c96 ocamlx(Stdlib) = 5b1118fc938423037933e63643e9f671 ocamlx(Stdlib__arrayLabels) = 8181cc19a76f15e7b1e1b2c1e0dc13fa ocamlx(Stdlib__callback) = 8be8bbbb398fb67c5ac76dd97e4c8891 ocamlx(Stdlib__int32) = 65ea537b9e025c26276d03df060a65f2 ocamlx(Stdlib__int64) = 02b7b393268ee7df12138125730d59dc ocamlx(Stdlib__list) = 1f9660a314f1e6cb5f40359d9d3b2f29 ocamlx(Stdlib__moreLabels) = 5964f94e74e693bd9ab59253480f1695 ocamlx(Stdlib__nativeint) = 2311a6c109c284364db1552a0383222b ocamlx(Stdlib__printf) = ed32309c6fdb9909e2ec1cda5118b14c ocamlx(Stdlib__stringLabels) = d714ab8b5a693d5ea05e6e0a7cfcdb3a rtld(GNU_HASH) Processing files: ocaml-mysql-devel-1.2.2-16.fc33.1.rvre0.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.u76ek0 + umask 022 + cd /builddir/build/BUILD + cd ocaml-mysql-1.2.2 + DOCDIR=/builddir/build/BUILDROOT/ocaml-mysql-1.2.2-16.fc33.1.rvre0.riscv64/usr/share/doc/ocaml-mysql-devel + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ocaml-mysql-1.2.2-16.fc33.1.rvre0.riscv64/usr/share/doc/ocaml-mysql-devel + cp -pr COPYING /builddir/build/BUILDROOT/ocaml-mysql-1.2.2-16.fc33.1.rvre0.riscv64/usr/share/doc/ocaml-mysql-devel + cp -pr CHANGES /builddir/build/BUILDROOT/ocaml-mysql-1.2.2-16.fc33.1.rvre0.riscv64/usr/share/doc/ocaml-mysql-devel + cp -pr README /builddir/build/BUILDROOT/ocaml-mysql-1.2.2-16.fc33.1.rvre0.riscv64/usr/share/doc/ocaml-mysql-devel + cp -pr VERSION /builddir/build/BUILDROOT/ocaml-mysql-1.2.2-16.fc33.1.rvre0.riscv64/usr/share/doc/ocaml-mysql-devel + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml(Mysql) = 1560c7fb09eb722025bb4b276315196f ocaml-mysql-devel = 1.2.2-16.fc33.1.rvre0 ocaml-mysql-devel(riscv-64) = 1.2.2-16.fc33.1.rvre0 ocamlx(Mysql) = 660bf034e1338891858739ba807e683e Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ocaml(CamlinternalFormatBasics) = 3a3ca1838627f7762f49679ce0278ad1 ocaml(Stdlib) = c21c5d26416461b543321872a551ea0d ocaml(Stdlib__arrayLabels) = 7f0dac1586e0929ea52e68255f8ca2d4 ocaml(Stdlib__buffer) = 234b61fa3906003822205287eb65a481 ocaml(Stdlib__callback) = 1b88fbd71c9cf564eb0790c5709a779a ocaml(Stdlib__hashtbl) = b762db4e3b71657dfcfd14539af9611a ocaml(Stdlib__int32) = 2e6c00c32474b3f4f0ca069a3eceab68 ocaml(Stdlib__int64) = 8da509b391e66cf2a7e37819728d5a15 ocaml(Stdlib__list) = 15cef02558cc6576c616c84f09d5b0ea ocaml(Stdlib__map) = 9d421c1da8aa330b734c69f7a2083439 ocaml(Stdlib__moreLabels) = 07bd42e9aa62237638ad361315c30a68 ocaml(Stdlib__nativeint) = 27bfaa776a5a329557cb5cebde7d21e0 ocaml(Stdlib__printf) = 5cec2efa6f5a2459d17f2788deb783f2 ocaml(Stdlib__seq) = d6a8de25c9eecf5ae9420a9f3f8b2e88 ocaml(Stdlib__set) = 5d365647a10f75c22f2b045a867b4d3e ocaml(Stdlib__stdLabels) = 3fc528293aec4db59d8442683bf88cd0 ocaml(Stdlib__stringLabels) = 67bcabb7f0b8e8e047189d6c0564a44e ocaml(Stdlib__uchar) = ab6f1df93abf9e800a3e0d1543523c96 ocamlx(Stdlib) = 5b1118fc938423037933e63643e9f671 ocamlx(Stdlib__arrayLabels) = 8181cc19a76f15e7b1e1b2c1e0dc13fa ocamlx(Stdlib__callback) = 8be8bbbb398fb67c5ac76dd97e4c8891 ocamlx(Stdlib__int32) = 65ea537b9e025c26276d03df060a65f2 ocamlx(Stdlib__int64) = 02b7b393268ee7df12138125730d59dc ocamlx(Stdlib__list) = 1f9660a314f1e6cb5f40359d9d3b2f29 ocamlx(Stdlib__moreLabels) = 5964f94e74e693bd9ab59253480f1695 ocamlx(Stdlib__nativeint) = 2311a6c109c284364db1552a0383222b ocamlx(Stdlib__printf) = ed32309c6fdb9909e2ec1cda5118b14c ocamlx(Stdlib__stringLabels) = d714ab8b5a693d5ea05e6e0a7cfcdb3a Processing files: ocaml-mysql-debugsource-1.2.2-16.fc33.1.rvre0.riscv64 Provides: ocaml-mysql-debugsource = 1.2.2-16.fc33.1.rvre0 ocaml-mysql-debugsource(riscv-64) = 1.2.2-16.fc33.1.rvre0 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: ocaml-mysql-debuginfo-1.2.2-16.fc33.1.rvre0.riscv64 Provides: debuginfo(build-id) = 5b139cab07e21e2174e16a3beb36a0a7e437dde5 debuginfo(build-id) = a2255b9d2815fcbe769e1494fbb3b232ce5a53c1 ocaml-mysql-debuginfo = 1.2.2-16.fc33.1.rvre0 ocaml-mysql-debuginfo(riscv-64) = 1.2.2-16.fc33.1.rvre0 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: ocaml-mysql-debugsource(riscv-64) = 1.2.2-16.fc33.1.rvre0 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/ocaml-mysql-1.2.2-16.fc33.1.rvre0.riscv64 Wrote: /builddir/build/RPMS/ocaml-mysql-debugsource-1.2.2-16.fc33.1.rvre0.riscv64.rpm Wrote: /builddir/build/RPMS/ocaml-mysql-1.2.2-16.fc33.1.rvre0.riscv64.rpm Wrote: /builddir/build/RPMS/ocaml-mysql-debuginfo-1.2.2-16.fc33.1.rvre0.riscv64.rpm Wrote: /builddir/build/RPMS/ocaml-mysql-devel-1.2.2-16.fc33.1.rvre0.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.XfhI1X + umask 022 + cd /builddir/build/BUILD + cd ocaml-mysql-1.2.2 + /usr/bin/rm -rf /builddir/build/BUILDROOT/ocaml-mysql-1.2.2-16.fc33.1.rvre0.riscv64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0