D: [iurt_root_command] chroot warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. Installing /home/iurt/rpmbuild/SRPMS/ocaml-sha-1.13-1.mga9.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.EWD5xd + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf ocaml-sha-1.13 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/ocaml-sha-1.13.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd ocaml-sha-1.13 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/ocaml-sha-1.12-ounit2.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.CEiy9m + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd ocaml-sha-1.13 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + dune build @install --profile release File "sha1.ml", line 65, characters 15-31: 65 | let readed = Pervasives.input chan buf 0 len in ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "sha256.ml", line 69, characters 15-31: 69 | let readed = Pervasives.input chan buf 0 len in ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "sha1.ml", line 65, characters 15-31: 65 | let readed = Pervasives.input chan buf 0 len in ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "sha512.ml", line 69, characters 15-31: 69 | let readed = Pervasives.input chan buf 0 len in ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "sha256.ml", line 69, characters 15-31: 69 | let readed = Pervasives.input chan buf 0 len in ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "sha512.ml", line 69, characters 15-31: 69 | let readed = Pervasives.input chan buf 0 len in ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims gcc sha1_stubs.o In file included from sha1_stubs.c:57: sha1_stubs.c: In function 'stub_sha1_to_bin': /usr/lib64/ocaml/caml/mlvalues.h:282:24: warning: passing argument 2 of 'sha1_to_bin' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 282 | #define String_val(x) ((const char *) Bp_val(x)) | ~^~~~~~~~~~~~~~~~~~~~~~~~~ sha1_stubs.c:157:45: note: in expansion of macro 'String_val' 157 | sha1_to_bin((sha1_digest *) digest, String_val(result)); | ^~~~~~~~~~ In file included from sha1_stubs.c:30: sha1.h:268:52: note: expected 'char *' but argument is of type 'const char *' 268 | static void sha1_to_bin(sha1_digest *digest, char *out) | ~~~~~~^~~ In file included from sha1_stubs.c:57: sha1_stubs.c: In function 'stub_sha1_to_hex': /usr/lib64/ocaml/caml/mlvalues.h:282:24: warning: passing argument 2 of 'sha1_to_hex' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 282 | #define String_val(x) ((const char *) Bp_val(x)) | ~^~~~~~~~~~~~~~~~~~~~~~~~~ sha1_stubs.c:168:45: note: in expansion of macro 'String_val' 168 | sha1_to_hex((sha1_digest *) digest, String_val(result)); | ^~~~~~~~~~ In file included from sha1_stubs.c:30: sha1.h:282:52: note: expected 'char *' but argument is of type 'const char *' 282 | static void sha1_to_hex(sha1_digest *digest, char *out) | ~~~~~~^~~ gcc sha256_stubs.o In file included from sha256_stubs.c:57: sha256_stubs.c: In function 'stub_sha256_to_bin': /usr/lib64/ocaml/caml/mlvalues.h:282:24: warning: passing argument 2 of 'sha256_to_bin' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 282 | #define String_val(x) ((const char *) Bp_val(x)) | ~^~~~~~~~~~~~~~~~~~~~~~~~~ sha256_stubs.c:155:49: note: in expansion of macro 'String_val' 155 | sha256_to_bin((sha256_digest *) digest, String_val(result)); | ^~~~~~~~~~ In file included from sha256_stubs.c:30: sha256.h:215:56: note: expected 'char *' but argument is of type 'const char *' 215 | static void sha256_to_bin(sha256_digest *digest, char *out) | ~~~~~~^~~ In file included from sha256_stubs.c:57: sha256_stubs.c: In function 'stub_sha256_to_hex': /usr/lib64/ocaml/caml/mlvalues.h:282:24: warning: passing argument 2 of 'sha256_to_hex' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 282 | #define String_val(x) ((const char *) Bp_val(x)) | ~^~~~~~~~~~~~~~~~~~~~~~~~~ sha256_stubs.c:166:49: note: in expansion of macro 'String_val' 166 | sha256_to_hex((sha256_digest *) digest, String_val(result)); | ^~~~~~~~~~ In file included from sha256_stubs.c:30: sha256.h:227:56: note: expected 'char *' but argument is of type 'const char *' 227 | static void sha256_to_hex(sha256_digest *digest, char *out) | ~~~~~~^~~ gcc sha512_stubs.o In file included from sha512_stubs.c:57: sha512_stubs.c: In function 'stub_sha512_to_bin': /usr/lib64/ocaml/caml/mlvalues.h:282:24: warning: passing argument 2 of 'sha512_to_bin' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 282 | #define String_val(x) ((const char *) Bp_val(x)) | ~^~~~~~~~~~~~~~~~~~~~~~~~~ sha512_stubs.c:155:49: note: in expansion of macro 'String_val' 155 | sha512_to_bin((sha512_digest *) digest, String_val(result)); | ^~~~~~~~~~ In file included from sha512_stubs.c:30: sha512.h:237:56: note: expected 'char *' but argument is of type 'const char *' 237 | static void sha512_to_bin(sha512_digest *digest, char *out) | ~~~~~~^~~ In file included from sha512_stubs.c:57: sha512_stubs.c: In function 'stub_sha512_to_hex': /usr/lib64/ocaml/caml/mlvalues.h:282:24: warning: passing argument 2 of 'sha512_to_hex' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 282 | #define String_val(x) ((const char *) Bp_val(x)) | ~^~~~~~~~~~~~~~~~~~~~~~~~~ sha512_stubs.c:166:49: note: in expansion of macro 'String_val' 166 | sha512_to_hex((sha512_digest *) digest, String_val(result)); | ^~~~~~~~~~ In file included from sha512_stubs.c:30: sha512.h:250:56: note: expected 'char *' but argument is of type 'const char *' 250 | static void sha512_to_hex(sha512_digest *digest, char *out) | ~~~~~~^~~ + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.16YhIz + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.13-1.mga9.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.13-1.mga9.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.13-1.mga9.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.13-1.mga9.aarch64 + cd ocaml-sha-1.13 + '[' 1 -eq 1 ']' + mkdir -p /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.13-1.mga9.aarch64/usr/lib64/ocaml + dune install --destdir=/home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.13-1.mga9.aarch64 opam (internal) [ERROR] Opam has not been initialised, please run `opam init' Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.13-1.mga9.aarch64/usr/lib64/ocaml/sha/META Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.13-1.mga9.aarch64/usr/lib64/ocaml/sha/dune-package Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.13-1.mga9.aarch64/usr/lib64/ocaml/sha/libsha_stubs.a Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.13-1.mga9.aarch64/usr/lib64/ocaml/sha/opam Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.13-1.mga9.aarch64/usr/lib64/ocaml/sha/sha.a Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.13-1.mga9.aarch64/usr/lib64/ocaml/sha/sha.cma Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.13-1.mga9.aarch64/usr/lib64/ocaml/sha/sha.cmxa Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.13-1.mga9.aarch64/usr/lib64/ocaml/sha/sha.cmxs Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.13-1.mga9.aarch64/usr/lib64/ocaml/sha/sha1.cmi Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.13-1.mga9.aarch64/usr/lib64/ocaml/sha/sha1.cmt Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.13-1.mga9.aarch64/usr/lib64/ocaml/sha/sha1.cmti Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.13-1.mga9.aarch64/usr/lib64/ocaml/sha/sha1.cmx Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.13-1.mga9.aarch64/usr/lib64/ocaml/sha/sha1.ml Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.13-1.mga9.aarch64/usr/lib64/ocaml/sha/sha1.mli Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.13-1.mga9.aarch64/usr/lib64/ocaml/sha/sha256.cmi Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.13-1.mga9.aarch64/usr/lib64/ocaml/sha/sha256.cmt Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.13-1.mga9.aarch64/usr/lib64/ocaml/sha/sha256.cmti Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.13-1.mga9.aarch64/usr/lib64/ocaml/sha/sha256.cmx Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.13-1.mga9.aarch64/usr/lib64/ocaml/sha/sha256.ml Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.13-1.mga9.aarch64/usr/lib64/ocaml/sha/sha256.mli Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.13-1.mga9.aarch64/usr/lib64/ocaml/sha/sha512.cmi Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.13-1.mga9.aarch64/usr/lib64/ocaml/sha/sha512.cmt Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.13-1.mga9.aarch64/usr/lib64/ocaml/sha/sha512.cmti Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.13-1.mga9.aarch64/usr/lib64/ocaml/sha/sha512.cmx Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.13-1.mga9.aarch64/usr/lib64/ocaml/sha/sha512.ml Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.13-1.mga9.aarch64/usr/lib64/ocaml/sha/sha512.mli Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.13-1.mga9.aarch64/usr/doc/sha/CHANGES.md Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.13-1.mga9.aarch64/usr/doc/sha/LICENSE.md Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.13-1.mga9.aarch64/usr/doc/sha/README.md Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.13-1.mga9.aarch64/usr/lib64/ocaml/stublibs/dllsha_stubs.so + rm -r /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.13-1.mga9.aarch64/usr/doc + find /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.13-1.mga9.aarch64 -name '*.cmxs' -exec chmod 0755 '{}' ';' + /usr/bin/find-debuginfo -j8 --strict-build-id -m -i --build-id-seed 1.13-1.mga9 --unique-debug-suffix -1.13-1.mga9.aarch64 --unique-debug-src-base ocaml-sha-1.13-1.mga9.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/ocaml-sha-1.13 extracting debug info from /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.13-1.mga9.aarch64/usr/lib64/ocaml/stublibs/dllsha_stubs.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.13-1.mga9.aarch64/usr/lib64/ocaml/sha/sha.cmxs dwz: ./usr/lib64/ocaml/sha/sha.cmxs-1.13-1.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/lib64/ocaml/stublibs/dllsha_stubs.so-1.13-1.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: Too few files for multifile optimization original debug info size: 568kB, size after compression: 568kB /usr/bin/sepdebugcrcfix: Updated 0 CRC32s, 2 CRC32s did match. cpio: _build/default/stdlib.ml: Cannot stat: No such file or directory 90 blocks + /usr/lib/rpm/check-buildroot + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_desktop_files + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python3 1 0 + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/brp-remove-la-files + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.GDFgOH + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd ocaml-sha-1.13 + '[' 1 -eq 1 ']' + dune runtest --profile release shatest alias test/runtest 2021-09-08T23:40:34+00:00 pktaa1.mageia.org#00 I: Configuration suite_name = "anon" 2021-09-08T23:40:34+00:00 pktaa1.mageia.org#00 I: Configuration cache_filename = "/home/iurt/rpmbuild/BUILD/ocaml-sha-1.13/_build/default/test/oUnit-$(suite_name).cache" 2021-09-08T23:40:34+00:00 pktaa1.mageia.org#00 I: Configuration run_gc_full_major = "true" 2021-09-08T23:40:34+00:00 pktaa1.mageia.org#00 I: Configuration display = "true" 2021-09-08T23:40:34+00:00 pktaa1.mageia.org#00 I: Configuration results_style_1_X = "true" 2021-09-08T23:40:34+00:00 pktaa1.mageia.org#00 I: Configuration testdata_dir = "none" 2021-09-08T23:40:34+00:00 pktaa1.mageia.org#00 I: Configuration health_check_interval = "1." 2021-09-08T23:40:34+00:00 pktaa1.mageia.org#00 I: Configuration verbose = "true" 2021-09-08T23:40:34+00:00 pktaa1.mageia.org#00 I: Configuration chooser = "simple" 2021-09-08T23:40:34+00:00 pktaa1.mageia.org#00 I: Configuration output_html_dir = "none" 2021-09-08T23:40:34+00:00 pktaa1.mageia.org#00 I: Configuration processes_kill_period = "5." 2021-09-08T23:40:34+00:00 pktaa1.mageia.org#00 I: Configuration runner = "sequential" 2021-09-08T23:40:34+00:00 pktaa1.mageia.org#00 I: Configuration shards = "2" 2021-09-08T23:40:34+00:00 pktaa1.mageia.org#00 I: Configuration processes_grace_period = "5." 2021-09-08T23:40:34+00:00 pktaa1.mageia.org#00 I: Configuration log_encoding = "utf-8" 2021-09-08T23:40:34+00:00 pktaa1.mageia.org#00 I: Configuration output_junit_file = "none" 2021-09-08T23:40:34+00:00 pktaa1.mageia.org#00 I: Configuration ci = "false" 2021-09-08T23:40:34+00:00 pktaa1.mageia.org#00 I: Configuration output_file = "none" 2021-09-08T23:40:34+00:00 pktaa1.mageia.org#00 I: Start test SHA binding test:0:SHA1 example strings. 2021-09-08T23:40:34+00:00 pktaa1.mageia.org#00 I: Test SHA binding test:0:SHA1 example strings is successful. 2021-09-08T23:40:34+00:00 pktaa1.mageia.org#00 I: End test SHA binding test:0:SHA1 example strings. 2021-09-08T23:40:34+00:00 pktaa1.mageia.org#00 I: Start test SHA binding test:1:SHA1 reading a file. 2021-09-08T23:40:34+00:00 pktaa1.mageia.org#00 I: Test SHA binding test:1:SHA1 reading a file is successful. 2021-09-08T23:40:34+00:00 pktaa1.mageia.org#00 I: End test SHA binding test:1:SHA1 reading a file. 2021-09-08T23:40:34+00:00 pktaa1.mageia.org#00 I: Start test SHA binding test:2:SHA1 reading few byte from channel. 2021-09-08T23:40:34+00:00 pktaa1.mageia.org#00 I: Test SHA binding test:2:SHA1 reading few byte from channel is successful. 2021-09-08T23:40:34+00:00 pktaa1.mageia.org#00 I: End test SHA binding test:2:SHA1 reading few byte from channel. 2021-09-08T23:40:34+00:00 pktaa1.mageia.org#00 I: Start test SHA binding test:3:SHA256 example strings. 2021-09-08T23:40:34+00:00 pktaa1.mageia.org#00 I: Test SHA binding test:3:SHA256 example strings is successful. 2021-09-08T23:40:34+00:00 pktaa1.mageia.org#00 I: End test SHA binding test:3:SHA256 example strings. 2021-09-08T23:40:34+00:00 pktaa1.mageia.org#00 I: Start test SHA binding test:4:SHA256 reading a file. 2021-09-08T23:40:34+00:00 pktaa1.mageia.org#00 I: Test SHA binding test:4:SHA256 reading a file is successful. 2021-09-08T23:40:34+00:00 pktaa1.mageia.org#00 I: End test SHA binding test:4:SHA256 reading a file. 2021-09-08T23:40:34+00:00 pktaa1.mageia.org#00 I: Start test SHA binding test:5:SHA256 reading few byte from channel. 2021-09-08T23:40:34+00:00 pktaa1.mageia.org#00 I: Test SHA binding test:5:SHA256 reading few byte from channel is successful. 2021-09-08T23:40:34+00:00 pktaa1.mageia.org#00 I: End test SHA binding test:5:SHA256 reading few byte from channel. 2021-09-08T23:40:34+00:00 pktaa1.mageia.org#00 I: Start test SHA binding test:6:SHA512 example strings. 2021-09-08T23:40:34+00:00 pktaa1.mageia.org#00 I: Test SHA binding test:6:SHA512 example strings is successful. 2021-09-08T23:40:34+00:00 pktaa1.mageia.org#00 I: End test SHA binding test:6:SHA512 example strings. 2021-09-08T23:40:34+00:00 pktaa1.mageia.org#00 I: Start test SHA binding test:7:SHA512 reading a file. 2021-09-08T23:40:34+00:00 pktaa1.mageia.org#00 I: Test SHA binding test:7:SHA512 reading a file is successful. 2021-09-08T23:40:34+00:00 pktaa1.mageia.org#00 I: End test SHA binding test:7:SHA512 reading a file. 2021-09-08T23:40:34+00:00 pktaa1.mageia.org#00 I: Start test SHA binding test:8:SHA512 reading few byte from channel. 2021-09-08T23:40:34+00:00 pktaa1.mageia.org#00 I: Test SHA binding test:8:SHA512 reading few byte from channel is successful. 2021-09-08T23:40:34+00:00 pktaa1.mageia.org#00 I: End test SHA binding test:8:SHA512 reading few byte from channel. 2021-09-08T23:40:34+00:00 pktaa1.mageia.org#00 I: ============== 2021-09-08T23:40:34+00:00 pktaa1.mageia.org#00 I: Summary: 2021-09-08T23:40:34+00:00 pktaa1.mageia.org#00 I: Test SHA binding test:8:SHA512 reading few byte from channel is successful. 2021-09-08T23:40:34+00:00 pktaa1.mageia.org#00 I: Test SHA binding test:7:SHA512 reading a file is successful. 2021-09-08T23:40:34+00:00 pktaa1.mageia.org#00 I: Test SHA binding test:6:SHA512 example strings is successful. 2021-09-08T23:40:34+00:00 pktaa1.mageia.org#00 I: Test SHA binding test:5:SHA256 reading few byte from channel is successful. 2021-09-08T23:40:34+00:00 pktaa1.mageia.org#00 I: Test SHA binding test:4:SHA256 reading a file is successful. 2021-09-08T23:40:34+00:00 pktaa1.mageia.org#00 I: Test SHA binding test:3:SHA256 example strings is successful. 2021-09-08T23:40:34+00:00 pktaa1.mageia.org#00 I: Test SHA binding test:2:SHA1 reading few byte from channel is successful. 2021-09-08T23:40:34+00:00 pktaa1.mageia.org#00 I: Test SHA binding test:1:SHA1 reading a file is successful. 2021-09-08T23:40:34+00:00 pktaa1.mageia.org#00 I: Test SHA binding test:0:SHA1 example strings is successful. 2021-09-08T23:40:34+00:00 pktaa1.mageia.org#00 I: Ran: 9 tests in: 0.01 seconds. 2021-09-08T23:40:34+00:00 pktaa1.mageia.org#00 I: Cases: 9. 2021-09-08T23:40:34+00:00 pktaa1.mageia.org#00 I: Tried: 9. 2021-09-08T23:40:34+00:00 pktaa1.mageia.org#00 I: Errors: 0. 2021-09-08T23:40:34+00:00 pktaa1.mageia.org#00 I: Failures: 0. 2021-09-08T23:40:34+00:00 pktaa1.mageia.org#00 I: Skip: 0. 2021-09-08T23:40:34+00:00 pktaa1.mageia.org#00 I: Todo: 0. 2021-09-08T23:40:34+00:00 pktaa1.mageia.org#00 I: Timeout: 0. + RPM_EC=0 ++ jobs -p + exit 0 Processing files: ocaml-sha-1.13-1.mga9.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.2YLnoT + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd ocaml-sha-1.13 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.13-1.mga9.aarch64/usr/share/doc/ocaml-sha + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.13-1.mga9.aarch64/usr/share/doc/ocaml-sha + cp -pr README.md /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.13-1.mga9.aarch64/usr/share/doc/ocaml-sha + cp -pr CHANGES.md /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.13-1.mga9.aarch64/usr/share/doc/ocaml-sha + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.SEHRPR + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd ocaml-sha-1.13 + LICENSEDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.13-1.mga9.aarch64/usr/share/licenses/ocaml-sha + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.13-1.mga9.aarch64/usr/share/licenses/ocaml-sha + cp -pr LICENSE.md /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.13-1.mga9.aarch64/usr/share/licenses/ocaml-sha + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml(Sha1) = 00a5d54a4e5b5206e6d4bc298e652a6e ocaml(Sha256) = 1ab4f1dbe001eda25884fe6609e1902b ocaml(Sha512) = f659be9b5c9ecc859f942a2822340a25 ocaml-sha = 1.13-1.mga9 ocaml-sha(aarch-64) = 1.13-1.mga9 ocamlx(Sha1) = f708118a8cc5cfb404b32da0d7ae9e46 ocamlx(Sha256) = 8b925b00f14767d1e3d53b7fc1378085 ocamlx(Sha512) = b5b0e507d5595df35a6bce836bdbfc82 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-aarch64.so.1()(64bit) ld-linux-aarch64.so.1(GLIBC_2.17)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) ocaml(CamlinternalFormatBasics) = b6c6694955e10001aed267571104a961 ocaml(Stdlib) = 4b04b4eda19aa722df365141895fb347 ocaml(Stdlib__bigarray) = 73871e61e3785d8f0d822194daeb85ec ocaml(Stdlib__bytes) = 7ebe0a816f28bf2ec23e9d2924ee86f3 ocaml(Stdlib__complex) = 81367aaa1be1ccaf16610a96c3d2bc13 ocaml(Stdlib__pervasives) = 382fd7518824380092708706588e1eed ocaml(Stdlib__seq) = 185075aa99b059ad4cae15cb411fcc0c ocaml(Stdlib__string) = 9f0e42299fccc5fb76df62d28ba67759 ocamlx(Stdlib) = 905355729c82ef4d2184c394a250f1a3 ocamlx(Stdlib__bytes) = 1920173de71d5daeef951ba8094b058a ocamlx(Stdlib__pervasives) = 57ad99849d3d858359a22c12d3944c85 Processing files: ocaml-sha-devel-1.13-1.mga9.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.O5aNhe + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd ocaml-sha-1.13 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.13-1.mga9.aarch64/usr/share/doc/ocaml-sha-devel + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.13-1.mga9.aarch64/usr/share/doc/ocaml-sha-devel + cp -pr README.md /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.13-1.mga9.aarch64/usr/share/doc/ocaml-sha-devel + cp -pr CHANGES.md /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.13-1.mga9.aarch64/usr/share/doc/ocaml-sha-devel + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.pWbdwp + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd ocaml-sha-1.13 + LICENSEDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.13-1.mga9.aarch64/usr/share/licenses/ocaml-sha-devel + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.13-1.mga9.aarch64/usr/share/licenses/ocaml-sha-devel + cp -pr LICENSE.md /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.13-1.mga9.aarch64/usr/share/licenses/ocaml-sha-devel + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml(Sha1) = 00a5d54a4e5b5206e6d4bc298e652a6e ocaml(Sha256) = 1ab4f1dbe001eda25884fe6609e1902b ocaml(Sha512) = f659be9b5c9ecc859f942a2822340a25 ocaml-sha-devel = 1.13-1.mga9 ocaml-sha-devel(aarch-64) = 1.13-1.mga9 ocamlx(Sha1) = f708118a8cc5cfb404b32da0d7ae9e46 ocamlx(Sha256) = 8b925b00f14767d1e3d53b7fc1378085 ocamlx(Sha512) = b5b0e507d5595df35a6bce836bdbfc82 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ocaml(CamlinternalFormatBasics) = b6c6694955e10001aed267571104a961 ocaml(Stdlib) = 4b04b4eda19aa722df365141895fb347 ocaml(Stdlib__bigarray) = 73871e61e3785d8f0d822194daeb85ec ocaml(Stdlib__bytes) = 7ebe0a816f28bf2ec23e9d2924ee86f3 ocaml(Stdlib__complex) = 81367aaa1be1ccaf16610a96c3d2bc13 ocaml(Stdlib__pervasives) = 382fd7518824380092708706588e1eed ocaml(Stdlib__seq) = 185075aa99b059ad4cae15cb411fcc0c ocaml(Stdlib__string) = 9f0e42299fccc5fb76df62d28ba67759 ocamlx(Stdlib) = 905355729c82ef4d2184c394a250f1a3 ocamlx(Stdlib__bytes) = 1920173de71d5daeef951ba8094b058a ocamlx(Stdlib__pervasives) = 57ad99849d3d858359a22c12d3944c85 Processing files: ocaml-sha-debugsource-1.13-1.mga9.aarch64 Provides: ocaml-sha-debugsource = 1.13-1.mga9 ocaml-sha-debugsource(aarch-64) = 1.13-1.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: ocaml-sha-debuginfo-1.13-1.mga9.aarch64 Provides: debuginfo(build-id) = 52fad5899f158d1fbfa676e92250e3dcb7e9ad72 debuginfo(build-id) = fb6cee7ec47c63b03ecfb684caeb2ef6b4098aa4 ocaml-sha-debuginfo = 1.13-1.mga9 ocaml-sha-debuginfo(aarch-64) = 1.13-1.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: ocaml-sha-debugsource(aarch-64) = 1.13-1.mga9 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.13-1.mga9.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-sha-debugsource-1.13-1.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-sha-1.13-1.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-sha-debuginfo-1.13-1.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-sha-devel-1.13-1.mga9.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.1BU48t + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd ocaml-sha-1.13 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.13-1.mga9.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.DR6Kfu + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf ocaml-sha-1.13 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!