+ exec
+ rm -rf /rpmbuild
+ mkdir -p /rpmbuild
+ su -c 'rpmbuild -ba /builddir/build/SPECS/ocaml-ssl.spec --define "debug_package %{nil}" --undefine _annotated_build --define "_missing_doc_files_terminate_build %{nil}" --define "_emacs_sitestartdir /usr/share/emacs/site-lisp/site-start.d" --define "_emacs_sitelispdir /usr/share/emacs/site-lisp" --nocheck ' mockbuild
Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.1JcCZ4
+ umask 022
+ cd /builddir/build/BUILD
+ cd /builddir/build/BUILD
+ rm -rf ocaml-ssl-0.5.5
+ /usr/bin/gzip -dc /builddir/build/SOURCES/ocaml-ssl-0.5.5.tar.gz
+ /usr/bin/tar -xof -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd ocaml-ssl-0.5.5
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ exit 0
Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.zvEQ4b
+ umask 022
+ cd /builddir/build/BUILD
+ cd ocaml-ssl-0.5.5
+ autoconf
+ CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 '
+ export CFLAGS
+ CXXFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 '
+ export CXXFLAGS
+ FFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I/usr/lib64/gfortran/modules'
+ export FFLAGS
+ FCFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I/usr/lib64/gfortran/modules'
+ export FCFLAGS
+ LDFLAGS='-Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld'
+ export LDFLAGS
+ '[' 1 = 1 ']'
+++ dirname ./configure
++ find . -name config.guess -o -name config.sub
+ '[' 1 = 1 ']'
+ '[' x '!=' x-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 --libdir=/usr/lib64
configure: WARNING: unrecognized options: --disable-dependency-tracking
configuring ocaml-ssl 0.5.5
checking for riscv64-redhat-linux-gnu-gcc... no
checking for 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 for pthread_create in -lpthread... yes
checking for ocamlc... /usr/bin/ocamlc
ocaml version is 4.06.0
ocaml library path is /usr/lib64/ocaml
checking for ocamlopt... /usr/bin/ocamlopt
checking ocamlopt version... ok
checking for ocamlc.opt... /usr/bin/ocamlc.opt
checking ocamlc.opt version... ok
checking for ocamlopt.opt... /usr/bin/ocamlopt.opt
checking ocamlc.opt version... ok
checking for ocamldep... /usr/bin/ocamldep
checking for ocamllex... /usr/bin/ocamllex
checking for ocamlyacc... /usr/bin/ocamlyacc
checking for ocamldoc... no
checking for ocamlmktop... /usr/bin/ocamlmktop
checking for riscv64-redhat-linux-gnu-gcc... gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking for SSL_new in -lssl... yes
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 openssl/ssl.h usability... yes
checking openssl/ssl.h presence... yes
checking for openssl/ssl.h... yes
checking for TLSv1_1_method in -lssl... yes
checking for TLSv1_2_method in -lssl... yes
checking for EC_KEY_free in -lcrypto... yes
checking whether SSL_set_tlsext_host_name is declared... yes
checking for ocamlfind... /usr/bin/ocamlfind
checking for ocamlcp... /usr/bin/ocamlcp
checking for latex... no
checking for dvips... no
checking for ps2pdf... no
configure: creating ./config.status
config.status: creating src/Makefile
config.status: creating src/META
configure: WARNING: unrecognized options: --disable-dependency-tracking
+ unset MAKEFLAGS
+ export 'OCAMLC=ocamlc -g'
+ OCAMLC='ocamlc -g'
+ export 'OCAMLOPT=ocamlopt -g'
+ OCAMLOPT='ocamlopt -g'
+ make
make -C src all
make[1]: Entering directory '/builddir/build/BUILD/ocaml-ssl-0.5.5/src'
make[2]: Entering directory '/builddir/build/BUILD/ocaml-ssl-0.5.5/src'
make[3]: Entering directory '/builddir/build/BUILD/ocaml-ssl-0.5.5/src'
make[4]: Entering directory '/builddir/build/BUILD/ocaml-ssl-0.5.5/src'
making ._bcdi/ssl.di from ssl.mli
making ._d/ssl.d from ssl.ml
ocamlc -g -c -cc "gcc" -ccopt "-fPIC -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -DHAVE_TLS11 -DHAVE_TLS12 -DHAVE_EC -DHAVE_SNI -DCAML_NAME_SPACE -Wall -std=c99 \
-DPIC \
-o ssl_stubs.o " ssl_stubs.c
ssl_stubs.c: In function 'get_method':
ssl_stubs.c:295:11: warning: 'SSLv3_client_method' is deprecated [-Wdeprecated-declarations]
method = SSLv3_client_method();
^~~~~~
In file included from /usr/include/openssl/ct.h:13:0,
from /usr/include/openssl/ssl.h:61,
from ssl_stubs.c:46:
/usr/include/openssl/ssl.h:1616:1: note: declared here
DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *SSLv3_client_method(void)) /* SSLv3 */
^
ssl_stubs.c:299:11: warning: 'SSLv3_server_method' is deprecated [-Wdeprecated-declarations]
method = SSLv3_server_method();
^~~~~~
In file included from /usr/include/openssl/ct.h:13:0,
from /usr/include/openssl/ssl.h:61,
from ssl_stubs.c:46:
/usr/include/openssl/ssl.h:1615:1: note: declared here
DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *SSLv3_server_method(void)) /* SSLv3 */
^
ssl_stubs.c:303:11: warning: 'SSLv3_method' is deprecated [-Wdeprecated-declarations]
method = SSLv3_method();
^~~~~~
In file included from /usr/include/openssl/ct.h:13:0,
from /usr/include/openssl/ssl.h:61,
from ssl_stubs.c:46:
/usr/include/openssl/ssl.h:1614:1: note: declared here
DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *SSLv3_method(void)) /* SSLv3 */
^
ssl_stubs.c:313:11: warning: 'TLSv1_client_method' is deprecated [-Wdeprecated-declarations]
method = TLSv1_client_method();
^~~~~~
In file included from /usr/include/openssl/ct.h:13:0,
from /usr/include/openssl/ssl.h:61,
from ssl_stubs.c:46:
/usr/include/openssl/ssl.h:1631:1: note: declared here
DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_client_method(void)) /* TLSv1.0 */
^
ssl_stubs.c:317:11: warning: 'TLSv1_server_method' is deprecated [-Wdeprecated-declarations]
method = TLSv1_server_method();
^~~~~~
In file included from /usr/include/openssl/ct.h:13:0,
from /usr/include/openssl/ssl.h:61,
from ssl_stubs.c:46:
/usr/include/openssl/ssl.h:1630:1: note: declared here
DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_server_method(void)) /* TLSv1.0 */
^
ssl_stubs.c:321:11: warning: 'TLSv1_method' is deprecated [-Wdeprecated-declarations]
method = TLSv1_method();
^~~~~~
In file included from /usr/include/openssl/ct.h:13:0,
from /usr/include/openssl/ssl.h:61,
from ssl_stubs.c:46:
/usr/include/openssl/ssl.h:1629:1: note: declared here
DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_method(void)) /* TLSv1.0 */
^
ssl_stubs.c:331:11: warning: 'TLSv1_1_client_method' is deprecated [-Wdeprecated-declarations]
method = TLSv1_1_client_method();
^~~~~~
In file included from /usr/include/openssl/ct.h:13:0,
from /usr/include/openssl/ssl.h:61,
from ssl_stubs.c:46:
/usr/include/openssl/ssl.h:1637:1: note: declared here
DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_client_method(void)) /* TLSv1.1 */
^
ssl_stubs.c:335:11: warning: 'TLSv1_1_server_method' is deprecated [-Wdeprecated-declarations]
method = TLSv1_1_server_method();
^~~~~~
In file included from /usr/include/openssl/ct.h:13:0,
from /usr/include/openssl/ssl.h:61,
from ssl_stubs.c:46:
/usr/include/openssl/ssl.h:1636:1: note: declared here
DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_server_method(void)) /* TLSv1.1 */
^
ssl_stubs.c:339:11: warning: 'TLSv1_1_method' is deprecated [-Wdeprecated-declarations]
method = TLSv1_1_method();
^~~~~~
In file included from /usr/include/openssl/ct.h:13:0,
from /usr/include/openssl/ssl.h:61,
from ssl_stubs.c:46:
/usr/include/openssl/ssl.h:1635:1: note: declared here
DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_method(void)) /* TLSv1.1 */
^
ssl_stubs.c:350:11: warning: 'TLSv1_2_client_method' is deprecated [-Wdeprecated-declarations]
method = TLSv1_2_client_method();
^~~~~~
In file included from /usr/include/openssl/ct.h:13:0,
from /usr/include/openssl/ssl.h:61,
from ssl_stubs.c:46:
/usr/include/openssl/ssl.h:1643:1: note: declared here
DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_client_method(void)) /* TLSv1.2 */
^
ssl_stubs.c:354:11: warning: 'TLSv1_2_server_method' is deprecated [-Wdeprecated-declarations]
method = TLSv1_2_server_method();
^~~~~~
In file included from /usr/include/openssl/ct.h:13:0,
from /usr/include/openssl/ssl.h:61,
from ssl_stubs.c:46:
/usr/include/openssl/ssl.h:1642:1: note: declared here
DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_server_method(void)) /* TLSv1.2 */
^
ssl_stubs.c:358:11: warning: 'TLSv1_2_method' is deprecated [-Wdeprecated-declarations]
method = TLSv1_2_method();
^~~~~~
In file included from /usr/include/openssl/ct.h:13:0,
from /usr/include/openssl/ssl.h:61,
from ssl_stubs.c:46:
/usr/include/openssl/ssl.h:1641:1: note: declared here
DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_method(void)) /* TLSv1.2 */
^
At top level:
ssl_stubs.c:196:13: warning: 'dyn_destroy_function' defined but not used [-Wunused-function]
static void dyn_destroy_function(struct CRYPTO_dynlock_value *l, const char *file, int line)
^~~~~~~~~~~~~~~~~~~~
ssl_stubs.c:188:13: warning: 'dyn_lock_function' defined but not used [-Wunused-function]
static void dyn_lock_function(int mode, struct CRYPTO_dynlock_value *l, const char *file, int line)
^~~~~~~~~~~~~~~~~
ssl_stubs.c:176:37: warning: 'dyn_create_function' defined but not used [-Wunused-function]
static struct CRYPTO_dynlock_value *dyn_create_function(const char *file, int line)
^~~~~~~~~~~~~~~~~~~
ssl_stubs.c:171:22: warning: 'id_function' defined but not used [-Wunused-function]
static unsigned long id_function(void)
^~~~~~~~~~~
ssl_stubs.c:163:13: warning: 'locking_function' defined but not used [-Wunused-function]
static void locking_function(int mode, int n, const char *file, int line)
^~~~~~~~~~~~~~~~
ar rcs libssl_stubs.a ssl_stubs.o
/usr/bin/ocamlfind ocamlc -g -package bytes -c -thread ssl.mli
/usr/bin/ocamlfind ocamlc -g -package bytes -c -thread ssl.ml
ocamlmklib -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld \
-o ssl_stubs ssl_stubs.o -lssl -lcrypto \
Unknown option -Wl,-z,relro
Unknown option -specs=/usr/lib/rpm/redhat/redhat-hardened-ld
/usr/bin/ocamlfind ocamlc -g -a -thread -dllib dllssl_stubs.so -ccopt -Wl,-z,relro -ccopt -specs=/usr/lib/rpm/redhat/redhat-hardened-ld \
-cclib -lssl_stubs -cclib -lssl -cclib -lcrypto -o ssl.cma ssl.cmo
make[4]: Leaving directory '/builddir/build/BUILD/ocaml-ssl-0.5.5/src'
make[3]: Leaving directory '/builddir/build/BUILD/ocaml-ssl-0.5.5/src'
make[3]: Entering directory '/builddir/build/BUILD/ocaml-ssl-0.5.5/src'
make[4]: Entering directory '/builddir/build/BUILD/ocaml-ssl-0.5.5/src'
making ._d/ssl_threads.d from ssl_threads.ml
ar rcs libssl_threads_stubs.a ssl_stubs.o
/usr/bin/ocamlfind ocamlc -g -package bytes -c -thread ssl_threads.mli
/usr/bin/ocamlfind ocamlc -g -package bytes -c -thread ssl_threads.ml
ocamlmklib -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld \
-o ssl_threads_stubs ssl_stubs.o -lssl -lcrypto \
Unknown option -Wl,-z,relro
Unknown option -specs=/usr/lib/rpm/redhat/redhat-hardened-ld
/usr/bin/ocamlfind ocamlc -g -a -thread -dllib dllssl_threads_stubs.so -ccopt -Wl,-z,relro -ccopt -specs=/usr/lib/rpm/redhat/redhat-hardened-ld \
-cclib -lssl_threads_stubs -cclib -lssl -cclib -lcrypto -o ssl_threads.cma ssl.cmo ssl_threads.cmo
make[4]: Leaving directory '/builddir/build/BUILD/ocaml-ssl-0.5.5/src'
make[3]: Leaving directory '/builddir/build/BUILD/ocaml-ssl-0.5.5/src'
make[2]: Leaving directory '/builddir/build/BUILD/ocaml-ssl-0.5.5/src'
make[2]: Entering directory '/builddir/build/BUILD/ocaml-ssl-0.5.5/src'
make[3]: Entering directory '/builddir/build/BUILD/ocaml-ssl-0.5.5/src'
make[4]: Entering directory '/builddir/build/BUILD/ocaml-ssl-0.5.5/src'
making ._ncdi/ssl.di from ssl.mli
make[4]: 'libssl_stubs.a' is up to date.
/usr/bin/ocamlfind ocamlopt -g -package bytes -c -thread ssl.ml
/usr/bin/ocamlfind ocamlopt -g -a -thread -ccopt -Wl,-z,relro -ccopt -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -cclib -lssl_stubs -cclib -lssl -cclib -lcrypto \
-o ssl.cmxa ssl.cmx
make[4]: Leaving directory '/builddir/build/BUILD/ocaml-ssl-0.5.5/src'
make[3]: Leaving directory '/builddir/build/BUILD/ocaml-ssl-0.5.5/src'
make[3]: Entering directory '/builddir/build/BUILD/ocaml-ssl-0.5.5/src'
make[4]: Entering directory '/builddir/build/BUILD/ocaml-ssl-0.5.5/src'
make[4]: 'libssl_threads_stubs.a' is up to date.
/usr/bin/ocamlfind ocamlopt -g -package bytes -c -thread ssl_threads.ml
/usr/bin/ocamlfind ocamlopt -g -a -thread -ccopt -Wl,-z,relro -ccopt -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -cclib -lssl_threads_stubs -cclib -lssl -cclib -lcrypto \
-o ssl_threads.cmxa ssl.cmx ssl_threads.cmx
make[4]: Leaving directory '/builddir/build/BUILD/ocaml-ssl-0.5.5/src'
make[3]: Leaving directory '/builddir/build/BUILD/ocaml-ssl-0.5.5/src'
make[2]: Leaving directory '/builddir/build/BUILD/ocaml-ssl-0.5.5/src'
make[2]: Entering directory '/builddir/build/BUILD/ocaml-ssl-0.5.5/src'
make[2]: Leaving directory '/builddir/build/BUILD/ocaml-ssl-0.5.5/src'
make[1]: Leaving directory '/builddir/build/BUILD/ocaml-ssl-0.5.5/src'
+ exit 0
Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.mw9yfY
+ umask 022
+ cd /builddir/build/BUILD
+ '[' /builddir/build/BUILDROOT/ocaml-ssl-0.5.5-2.fc28.riscv64 '!=' / ']'
+ rm -rf /builddir/build/BUILDROOT/ocaml-ssl-0.5.5-2.fc28.riscv64
++ dirname /builddir/build/BUILDROOT/ocaml-ssl-0.5.5-2.fc28.riscv64
+ mkdir -p /builddir/build/BUILDROOT
+ mkdir /builddir/build/BUILDROOT/ocaml-ssl-0.5.5-2.fc28.riscv64
+ cd ocaml-ssl-0.5.5
+ export DESTDIR=/builddir/build/BUILDROOT/ocaml-ssl-0.5.5-2.fc28.riscv64
+ DESTDIR=/builddir/build/BUILDROOT/ocaml-ssl-0.5.5-2.fc28.riscv64
+ export OCAMLFIND_DESTDIR=/builddir/build/BUILDROOT/ocaml-ssl-0.5.5-2.fc28.riscv64/usr/lib64/ocaml
+ OCAMLFIND_DESTDIR=/builddir/build/BUILDROOT/ocaml-ssl-0.5.5-2.fc28.riscv64/usr/lib64/ocaml
+ mkdir -p /builddir/build/BUILDROOT/ocaml-ssl-0.5.5-2.fc28.riscv64/usr/lib64/ocaml
+ mkdir -p /builddir/build/BUILDROOT/ocaml-ssl-0.5.5-2.fc28.riscv64/usr/lib64/ocaml/stublibs
+ make install
make -C src install
make[1]: Entering directory '/builddir/build/BUILD/ocaml-ssl-0.5.5/src'
/usr/bin/ocamlfind install ssl META ssl_threads.mli ssl.mli ssl.cmi ssl_threads.cmi ssl.cma ssl_threads.cma ssl.cmxa ssl_threads.cmxa ssl_threads.cmx ssl.cmx libssl_threads_stubs.a ssl.a ssl_threads.a libssl_stubs.a dllssl_stubs.so dllssl_threads_stubs.so
Installed /builddir/build/BUILDROOT/ocaml-ssl-0.5.5-2.fc28.riscv64/usr/lib64/ocaml/ssl/libssl_stubs.a
Installed /builddir/build/BUILDROOT/ocaml-ssl-0.5.5-2.fc28.riscv64/usr/lib64/ocaml/ssl/ssl_threads.a
Installed /builddir/build/BUILDROOT/ocaml-ssl-0.5.5-2.fc28.riscv64/usr/lib64/ocaml/ssl/ssl.a
Installed /builddir/build/BUILDROOT/ocaml-ssl-0.5.5-2.fc28.riscv64/usr/lib64/ocaml/ssl/libssl_threads_stubs.a
Installed /builddir/build/BUILDROOT/ocaml-ssl-0.5.5-2.fc28.riscv64/usr/lib64/ocaml/ssl/ssl.cmx
Installed /builddir/build/BUILDROOT/ocaml-ssl-0.5.5-2.fc28.riscv64/usr/lib64/ocaml/ssl/ssl_threads.cmx
Installed /builddir/build/BUILDROOT/ocaml-ssl-0.5.5-2.fc28.riscv64/usr/lib64/ocaml/ssl/ssl_threads.cmxa
Installed /builddir/build/BUILDROOT/ocaml-ssl-0.5.5-2.fc28.riscv64/usr/lib64/ocaml/ssl/ssl.cmxa
Installed /builddir/build/BUILDROOT/ocaml-ssl-0.5.5-2.fc28.riscv64/usr/lib64/ocaml/ssl/ssl_threads.cma
Installed /builddir/build/BUILDROOT/ocaml-ssl-0.5.5-2.fc28.riscv64/usr/lib64/ocaml/ssl/ssl.cma
Installed /builddir/build/BUILDROOT/ocaml-ssl-0.5.5-2.fc28.riscv64/usr/lib64/ocaml/ssl/ssl_threads.cmi
Installed /builddir/build/BUILDROOT/ocaml-ssl-0.5.5-2.fc28.riscv64/usr/lib64/ocaml/ssl/ssl.cmi
Installed /builddir/build/BUILDROOT/ocaml-ssl-0.5.5-2.fc28.riscv64/usr/lib64/ocaml/ssl/ssl.mli
Installed /builddir/build/BUILDROOT/ocaml-ssl-0.5.5-2.fc28.riscv64/usr/lib64/ocaml/ssl/ssl_threads.mli
Installed /builddir/build/BUILDROOT/ocaml-ssl-0.5.5-2.fc28.riscv64/usr/lib64/ocaml/stublibs/dllssl_threads_stubs.so
Installed /builddir/build/BUILDROOT/ocaml-ssl-0.5.5-2.fc28.riscv64/usr/lib64/ocaml/stublibs/dllssl_threads_stubs.so.owner
Installed /builddir/build/BUILDROOT/ocaml-ssl-0.5.5-2.fc28.riscv64/usr/lib64/ocaml/stublibs/dllssl_stubs.so
Installed /builddir/build/BUILDROOT/ocaml-ssl-0.5.5-2.fc28.riscv64/usr/lib64/ocaml/stublibs/dllssl_stubs.so.owner
ocamlfind: [WARNING] You have installed DLLs but the directory /builddir/build/BUILDROOT/ocaml-ssl-0.5.5-2.fc28.riscv64/usr/lib64/ocaml/stublibs is not mentioned in ld.conf
Installed /builddir/build/BUILDROOT/ocaml-ssl-0.5.5-2.fc28.riscv64/usr/lib64/ocaml/ssl/META
make[1]: Leaving directory '/builddir/build/BUILD/ocaml-ssl-0.5.5/src'
+ mkdir -p /builddir/build/BUILDROOT/ocaml-ssl-0.5.5-2.fc28.riscv64/usr/share/doc/ocaml-ssl-devel/examples
+ cp examples/stalkd.ml examples/stelnet.ml /builddir/build/BUILDROOT/ocaml-ssl-0.5.5-2.fc28.riscv64/usr/share/doc/ocaml-ssl-devel/examples
+ /usr/lib/rpm/check-buildroot
+ /usr/lib/rpm/redhat/brp-ldconfig
/sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory
+ /usr/lib/rpm/brp-compress
+ /usr/lib/rpm/brp-strip /usr/bin/strip
+ /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump
+ /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip
+ /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1
+ /usr/lib/rpm/brp-python-hardlink
+ /usr/lib/rpm/redhat/brp-mangle-shebangs
Processing files: ocaml-ssl-0.5.5-2.fc28.riscv64
Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.Ti75SZ
+ umask 022
+ cd /builddir/build/BUILD
+ cd ocaml-ssl-0.5.5
+ DOCDIR=/builddir/build/BUILDROOT/ocaml-ssl-0.5.5-2.fc28.riscv64/usr/share/doc/ocaml-ssl
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /builddir/build/BUILDROOT/ocaml-ssl-0.5.5-2.fc28.riscv64/usr/share/doc/ocaml-ssl
+ cp -pr CHANGES /builddir/build/BUILDROOT/ocaml-ssl-0.5.5-2.fc28.riscv64/usr/share/doc/ocaml-ssl
+ cp -pr COPYING /builddir/build/BUILDROOT/ocaml-ssl-0.5.5-2.fc28.riscv64/usr/share/doc/ocaml-ssl
+ cp -pr README.md /builddir/build/BUILDROOT/ocaml-ssl-0.5.5-2.fc28.riscv64/usr/share/doc/ocaml-ssl
+ exit 0
warning: Duplicate build-ids /builddir/build/BUILDROOT/ocaml-ssl-0.5.5-2.fc28.riscv64/usr/lib64/ocaml/stublibs/dllssl_stubs.so and /builddir/build/BUILDROOT/ocaml-ssl-0.5.5-2.fc28.riscv64/usr/lib64/ocaml/stublibs/dllssl_threads_stubs.so
Provides: ocaml(Ssl) = d362a90d6fe2e8c4f6b54df515a46bfd ocaml(Ssl_threads) = 1d8df5ae3f8dad95c2fd5fee6af64e75 ocaml-ssl = 0.5.5-2.fc28 ocaml-ssl(riscv-64) = 0.5.5-2.fc28
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) libcrypto.so.1.1()(64bit) libcrypto.so.1.1(OPENSSL_1_1_0)(64bit) libssl.so.1.1()(64bit) libssl.so.1.1(OPENSSL_1_1_0)(64bit) ocaml(Bigarray) = da090c7264bf7d65c07dca0e9ef669b5 ocaml(Bytes) = b0d8deb18827702df0887113ba3c0110 ocaml(Callback) = 381b3818bd7b7f37a7bf11fb6c76a12a ocaml(CamlinternalBigarray) = 4ff98b0650eef9c38ee9c9930e0c3e9b ocaml(CamlinternalFormatBasics) = 79ae8c0eb753af6b441fe05456c7970b ocaml(Complex) = cd4856c93f21942683ce190142e88396 ocaml(Pervasives) = 9b04ecdc97e5102c1d342892ef7ad9a2 ocaml(Printexc) = 1b461321ebcc8e419f24eb531c5ac7ac ocaml(String) = e6a69bfe22781c3a43e5dc04b6d1728a ocaml(Unix) = 053326e853ce10e1fadf8d891f08f891 ocaml(runtime) = 4.06.0 rtld(GNU_HASH)
Processing files: ocaml-ssl-devel-0.5.5-2.fc28.riscv64
Provides: ocaml-ssl-devel = 0.5.5-2.fc28 ocaml-ssl-devel(riscv-64) = 0.5.5-2.fc28
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/ocaml-ssl-0.5.5-2.fc28.riscv64
Wrote: /builddir/build/SRPMS/ocaml-ssl-0.5.5-2.fc28.src.rpm
Wrote: /builddir/build/RPMS/riscv64/ocaml-ssl-0.5.5-2.fc28.riscv64.rpm
Wrote: /builddir/build/RPMS/riscv64/ocaml-ssl-devel-0.5.5-2.fc28.riscv64.rpm
Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.67IoBp
+ umask 022
+ cd /builddir/build/BUILD
+ cd ocaml-ssl-0.5.5
+ /usr/bin/rm -rf /builddir/build/BUILDROOT/ocaml-ssl-0.5.5-2.fc28.riscv64
+ exit 0
+ touch /buildok
+ cleanup
+ set +e
+ sync
+ sleep 5
+ sync
+ poweroff
Terminated
++ cleanup
++ set +e
++ sync
Terminated
+++ cleanup
+++ set +e
+++ sync
+++ sleep 5
+++ sync
+++ poweroff