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-3.mga9.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.t3kzjP + 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.oWteAq + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd ocaml-sha-1.13 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + dune build @install --profile release 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 "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 "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 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:290:24: warning: passing argument 2 of 'sha1_to_bin' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 290 | #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:290:24: warning: passing argument 2 of 'sha1_to_hex' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 290 | #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:290:24: warning: passing argument 2 of 'sha256_to_bin' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 290 | #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:290:24: warning: passing argument 2 of 'sha256_to_hex' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 290 | #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:290:24: warning: passing argument 2 of 'sha512_to_bin' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 290 | #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:290:24: warning: passing argument 2 of 'sha512_to_hex' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 290 | #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.IgMSfF + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.13-3.mga9.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.13-3.mga9.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.13-3.mga9.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.13-3.mga9.aarch64 + cd ocaml-sha-1.13 + '[' 1 -eq 1 ']' + mkdir -p /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.13-3.mga9.aarch64/usr/lib64/ocaml + dune install --destdir=/home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.13-3.mga9.aarch64 opam (internal) [ERROR] Opam has not been initialised, please run `opam init' Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.13-3.mga9.aarch64/usr/lib64/ocaml/sha/META Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.13-3.mga9.aarch64/usr/lib64/ocaml/sha/dune-package Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.13-3.mga9.aarch64/usr/lib64/ocaml/sha/libsha_stubs.a Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.13-3.mga9.aarch64/usr/lib64/ocaml/sha/opam Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.13-3.mga9.aarch64/usr/lib64/ocaml/sha/sha.a Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.13-3.mga9.aarch64/usr/lib64/ocaml/sha/sha.cma Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.13-3.mga9.aarch64/usr/lib64/ocaml/sha/sha.cmxa Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.13-3.mga9.aarch64/usr/lib64/ocaml/sha/sha1.cmi Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.13-3.mga9.aarch64/usr/lib64/ocaml/sha/sha1.cmt Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.13-3.mga9.aarch64/usr/lib64/ocaml/sha/sha1.cmti Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.13-3.mga9.aarch64/usr/lib64/ocaml/sha/sha1.cmx Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.13-3.mga9.aarch64/usr/lib64/ocaml/sha/sha1.ml Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.13-3.mga9.aarch64/usr/lib64/ocaml/sha/sha1.mli Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.13-3.mga9.aarch64/usr/lib64/ocaml/sha/sha256.cmi Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.13-3.mga9.aarch64/usr/lib64/ocaml/sha/sha256.cmt Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.13-3.mga9.aarch64/usr/lib64/ocaml/sha/sha256.cmti Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.13-3.mga9.aarch64/usr/lib64/ocaml/sha/sha256.cmx Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.13-3.mga9.aarch64/usr/lib64/ocaml/sha/sha256.ml Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.13-3.mga9.aarch64/usr/lib64/ocaml/sha/sha256.mli Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.13-3.mga9.aarch64/usr/lib64/ocaml/sha/sha512.cmi Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.13-3.mga9.aarch64/usr/lib64/ocaml/sha/sha512.cmt Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.13-3.mga9.aarch64/usr/lib64/ocaml/sha/sha512.cmti Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.13-3.mga9.aarch64/usr/lib64/ocaml/sha/sha512.cmx Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.13-3.mga9.aarch64/usr/lib64/ocaml/sha/sha512.ml Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.13-3.mga9.aarch64/usr/lib64/ocaml/sha/sha512.mli Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.13-3.mga9.aarch64/usr/lib64/ocaml/sha/sha.cmxs Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.13-3.mga9.aarch64/usr/doc/sha/CHANGES.md Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.13-3.mga9.aarch64/usr/doc/sha/LICENSE.md Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.13-3.mga9.aarch64/usr/doc/sha/README.md Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.13-3.mga9.aarch64/usr/lib64/ocaml/stublibs/dllsha_stubs.so + rm -r /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.13-3.mga9.aarch64/usr/doc + find /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.13-3.mga9.aarch64 -name '*.cmxs' -exec chmod 0755 '{}' ';' + /usr/bin/find-debuginfo -j8 --strict-build-id -m -i --build-id-seed 1.13-3.mga9 --unique-debug-suffix -1.13-3.mga9.aarch64 --unique-debug-src-base ocaml-sha-1.13-3.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-3.mga9.aarch64/usr/lib64/ocaml/sha/sha.cmxs extracting debug info from /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.13-3.mga9.aarch64/usr/lib64/ocaml/stublibs/dllsha_stubs.so dwz: ./usr/lib64/ocaml/sha/sha.cmxs-1.13-3.mga9.aarch64.debug: Unknown debugging section .debug_line_str dwz: ./usr/lib64/ocaml/stublibs/dllsha_stubs.so-1.13-3.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.syiJe4 + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd ocaml-sha-1.13 + '[' 1 -eq 1 ']' + dune runtest --profile release shatest alias test/runtest 2021-11-14T15:03:33+00:00 pktaa1.mageia.org#00 I: Configuration suite_name = "anon" 2021-11-14T15:03:33+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-11-14T15:03:33+00:00 pktaa1.mageia.org#00 I: Configuration run_gc_full_major = "true" 2021-11-14T15:03:33+00:00 pktaa1.mageia.org#00 I: Configuration display = "true" 2021-11-14T15:03:33+00:00 pktaa1.mageia.org#00 I: Configuration results_style_1_X = "true" 2021-11-14T15:03:33+00:00 pktaa1.mageia.org#00 I: Configuration testdata_dir = "none" 2021-11-14T15:03:33+00:00 pktaa1.mageia.org#00 I: Configuration health_check_interval = "1." 2021-11-14T15:03:33+00:00 pktaa1.mageia.org#00 I: Configuration verbose = "true" 2021-11-14T15:03:33+00:00 pktaa1.mageia.org#00 I: Configuration chooser = "simple" 2021-11-14T15:03:33+00:00 pktaa1.mageia.org#00 I: Configuration output_html_dir = "none" 2021-11-14T15:03:33+00:00 pktaa1.mageia.org#00 I: Configuration processes_kill_period = "5." 2021-11-14T15:03:33+00:00 pktaa1.mageia.org#00 I: Configuration runner = "sequential" 2021-11-14T15:03:33+00:00 pktaa1.mageia.org#00 I: Configuration shards = "2" 2021-11-14T15:03:33+00:00 pktaa1.mageia.org#00 I: Configuration processes_grace_period = "5." 2021-11-14T15:03:33+00:00 pktaa1.mageia.org#00 I: Configuration log_encoding = "utf-8" 2021-11-14T15:03:33+00:00 pktaa1.mageia.org#00 I: Configuration output_junit_file = "none" 2021-11-14T15:03:33+00:00 pktaa1.mageia.org#00 I: Configuration ci = "false" 2021-11-14T15:03:33+00:00 pktaa1.mageia.org#00 I: Configuration output_file = "none" 2021-11-14T15:03:33+00:00 pktaa1.mageia.org#00 I: Start test SHA binding test:0:SHA1 example strings. 2021-11-14T15:03:33+00:00 pktaa1.mageia.org#00 I: Test SHA binding test:0:SHA1 example strings is successful. 2021-11-14T15:03:33+00:00 pktaa1.mageia.org#00 I: End test SHA binding test:0:SHA1 example strings. 2021-11-14T15:03:33+00:00 pktaa1.mageia.org#00 I: Start test SHA binding test:1:SHA1 reading a file. 2021-11-14T15:03:33+00:00 pktaa1.mageia.org#00 I: Test SHA binding test:1:SHA1 reading a file is successful. 2021-11-14T15:03:33+00:00 pktaa1.mageia.org#00 I: End test SHA binding test:1:SHA1 reading a file. 2021-11-14T15:03:33+00:00 pktaa1.mageia.org#00 I: Start test SHA binding test:2:SHA1 reading few byte from channel. 2021-11-14T15:03:33+00:00 pktaa1.mageia.org#00 I: Test SHA binding test:2:SHA1 reading few byte from channel is successful. 2021-11-14T15:03:33+00:00 pktaa1.mageia.org#00 I: End test SHA binding test:2:SHA1 reading few byte from channel. 2021-11-14T15:03:33+00:00 pktaa1.mageia.org#00 I: Start test SHA binding test:3:SHA256 example strings. 2021-11-14T15:03:33+00:00 pktaa1.mageia.org#00 I: Test SHA binding test:3:SHA256 example strings is successful. 2021-11-14T15:03:33+00:00 pktaa1.mageia.org#00 I: End test SHA binding test:3:SHA256 example strings. 2021-11-14T15:03:33+00:00 pktaa1.mageia.org#00 I: Start test SHA binding test:4:SHA256 reading a file. 2021-11-14T15:03:33+00:00 pktaa1.mageia.org#00 I: Test SHA binding test:4:SHA256 reading a file is successful. 2021-11-14T15:03:33+00:00 pktaa1.mageia.org#00 I: End test SHA binding test:4:SHA256 reading a file. 2021-11-14T15:03:33+00:00 pktaa1.mageia.org#00 I: Start test SHA binding test:5:SHA256 reading few byte from channel. 2021-11-14T15:03:33+00:00 pktaa1.mageia.org#00 I: Test SHA binding test:5:SHA256 reading few byte from channel is successful. 2021-11-14T15:03:33+00:00 pktaa1.mageia.org#00 I: End test SHA binding test:5:SHA256 reading few byte from channel. 2021-11-14T15:03:33+00:00 pktaa1.mageia.org#00 I: Start test SHA binding test:6:SHA512 example strings. 2021-11-14T15:03:33+00:00 pktaa1.mageia.org#00 I: Test SHA binding test:6:SHA512 example strings is successful. 2021-11-14T15:03:33+00:00 pktaa1.mageia.org#00 I: End test SHA binding test:6:SHA512 example strings. 2021-11-14T15:03:33+00:00 pktaa1.mageia.org#00 I: Start test SHA binding test:7:SHA512 reading a file. 2021-11-14T15:03:33+00:00 pktaa1.mageia.org#00 I: Test SHA binding test:7:SHA512 reading a file is successful. 2021-11-14T15:03:33+00:00 pktaa1.mageia.org#00 I: End test SHA binding test:7:SHA512 reading a file. 2021-11-14T15:03:33+00:00 pktaa1.mageia.org#00 I: Start test SHA binding test:8:SHA512 reading few byte from channel. 2021-11-14T15:03:33+00:00 pktaa1.mageia.org#00 I: Test SHA binding test:8:SHA512 reading few byte from channel is successful. 2021-11-14T15:03:33+00:00 pktaa1.mageia.org#00 I: End test SHA binding test:8:SHA512 reading few byte from channel. 2021-11-14T15:03:33+00:00 pktaa1.mageia.org#00 I: ============== 2021-11-14T15:03:33+00:00 pktaa1.mageia.org#00 I: Summary: 2021-11-14T15:03:33+00:00 pktaa1.mageia.org#00 I: Test SHA binding test:8:SHA512 reading few byte from channel is successful. 2021-11-14T15:03:33+00:00 pktaa1.mageia.org#00 I: Test SHA binding test:7:SHA512 reading a file is successful. 2021-11-14T15:03:33+00:00 pktaa1.mageia.org#00 I: Test SHA binding test:6:SHA512 example strings is successful. 2021-11-14T15:03:33+00:00 pktaa1.mageia.org#00 I: Test SHA binding test:5:SHA256 reading few byte from channel is successful. 2021-11-14T15:03:33+00:00 pktaa1.mageia.org#00 I: Test SHA binding test:4:SHA256 reading a file is successful. 2021-11-14T15:03:33+00:00 pktaa1.mageia.org#00 I: Test SHA binding test:3:SHA256 example strings is successful. 2021-11-14T15:03:33+00:00 pktaa1.mageia.org#00 I: Test SHA binding test:2:SHA1 reading few byte from channel is successful. 2021-11-14T15:03:33+00:00 pktaa1.mageia.org#00 I: Test SHA binding test:1:SHA1 reading a file is successful. 2021-11-14T15:03:33+00:00 pktaa1.mageia.org#00 I: Test SHA binding test:0:SHA1 example strings is successful. 2021-11-14T15:03:33+00:00 pktaa1.mageia.org#00 I: Ran: 9 tests in: 0.01 seconds. 2021-11-14T15:03:33+00:00 pktaa1.mageia.org#00 I: Cases: 9. 2021-11-14T15:03:33+00:00 pktaa1.mageia.org#00 I: Tried: 9. 2021-11-14T15:03:33+00:00 pktaa1.mageia.org#00 I: Errors: 0. 2021-11-14T15:03:33+00:00 pktaa1.mageia.org#00 I: Failures: 0. 2021-11-14T15:03:33+00:00 pktaa1.mageia.org#00 I: Skip: 0. 2021-11-14T15:03:33+00:00 pktaa1.mageia.org#00 I: Todo: 0. 2021-11-14T15:03:33+00:00 pktaa1.mageia.org#00 I: Timeout: 0. + RPM_EC=0 ++ jobs -p + exit 0 Processing files: ocaml-sha-1.13-3.mga9.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.qEUfKj + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd ocaml-sha-1.13 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.13-3.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-3.mga9.aarch64/usr/share/doc/ocaml-sha + cp -pr README.md /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.13-3.mga9.aarch64/usr/share/doc/ocaml-sha + cp -pr CHANGES.md /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.13-3.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.OrFhlZ + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd ocaml-sha-1.13 + LICENSEDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.13-3.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-3.mga9.aarch64/usr/share/licenses/ocaml-sha + cp -pr LICENSE.md /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.13-3.mga9.aarch64/usr/share/licenses/ocaml-sha + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml(Sha1) = d630238e316840cfe3108d6615403143 ocaml(Sha256) = 82870df6a0a751088def4f13b25ad8af ocaml(Sha512) = dab26f93ea800b515f341ffd4548071c ocaml-sha = 1.13-3.mga9 ocaml-sha(aarch-64) = 1.13-3.mga9 ocamlx(Sha1) = dc135cf79119dde41f427f6fce868a30 ocamlx(Sha256) = a8fd07e78b940ea2c2e5a417397a80a1 ocamlx(Sha512) = 0c749b9eda395540ccbd17432c2516ff 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) = c4b583a727ec28f5bc9ba36adc64cfc7 ocaml(Stdlib) = 2d082666be7fc2ba916e7233397491df ocaml(Stdlib__Bigarray) = 0658efab07b830634f1823572d2cce61 ocaml(Stdlib__Bytes) = cbde478960c3a756d3d7c559b25871ed ocaml(Stdlib__Complex) = dc5b34d1ccde5a5d3b060f66f0bf3ab0 ocaml(Stdlib__Pervasives) = 972f7c198e72b06bf255eb0a8e40b5da ocaml(Stdlib__Seq) = 4a64380180d45f6d850ce24ab1076b18 ocaml(Stdlib__String) = 2e8342c86495af4a502e4634e35933ed ocamlx(Stdlib) = f8b8b4ee0b917ebd74ad56082a6500fe ocamlx(Stdlib__Bytes) = 33e3746ac47aa01c0ae846774479f668 ocamlx(Stdlib__Pervasives) = f15e6b9f6b163d72b32658dc146ed556 Processing files: ocaml-sha-devel-1.13-3.mga9.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.pTLN4h + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd ocaml-sha-1.13 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.13-3.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-3.mga9.aarch64/usr/share/doc/ocaml-sha-devel + cp -pr README.md /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.13-3.mga9.aarch64/usr/share/doc/ocaml-sha-devel + cp -pr CHANGES.md /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.13-3.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.7amHqd + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd ocaml-sha-1.13 + LICENSEDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.13-3.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-3.mga9.aarch64/usr/share/licenses/ocaml-sha-devel + cp -pr LICENSE.md /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.13-3.mga9.aarch64/usr/share/licenses/ocaml-sha-devel + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml(Sha1) = d630238e316840cfe3108d6615403143 ocaml(Sha256) = 82870df6a0a751088def4f13b25ad8af ocaml(Sha512) = dab26f93ea800b515f341ffd4548071c ocaml-sha-devel = 1.13-3.mga9 ocaml-sha-devel(aarch-64) = 1.13-3.mga9 ocamlx(Sha1) = dc135cf79119dde41f427f6fce868a30 ocamlx(Sha256) = a8fd07e78b940ea2c2e5a417397a80a1 ocamlx(Sha512) = 0c749b9eda395540ccbd17432c2516ff Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ocaml(CamlinternalFormatBasics) = c4b583a727ec28f5bc9ba36adc64cfc7 ocaml(Stdlib) = 2d082666be7fc2ba916e7233397491df ocaml(Stdlib__Bigarray) = 0658efab07b830634f1823572d2cce61 ocaml(Stdlib__Bytes) = cbde478960c3a756d3d7c559b25871ed ocaml(Stdlib__Complex) = dc5b34d1ccde5a5d3b060f66f0bf3ab0 ocaml(Stdlib__Pervasives) = 972f7c198e72b06bf255eb0a8e40b5da ocaml(Stdlib__Seq) = 4a64380180d45f6d850ce24ab1076b18 ocaml(Stdlib__String) = 2e8342c86495af4a502e4634e35933ed ocamlx(Stdlib) = f8b8b4ee0b917ebd74ad56082a6500fe ocamlx(Stdlib__Bytes) = 33e3746ac47aa01c0ae846774479f668 ocamlx(Stdlib__Pervasives) = f15e6b9f6b163d72b32658dc146ed556 Processing files: ocaml-sha-debugsource-1.13-3.mga9.aarch64 Provides: ocaml-sha-debugsource = 1.13-3.mga9 ocaml-sha-debugsource(aarch-64) = 1.13-3.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-3.mga9.aarch64 Provides: debuginfo(build-id) = 9dd3b0d3d60ef95e918537ccc2f57a066df6e685 debuginfo(build-id) = fddddecf9aa82aa5617630d3e8a8bb8d5265e787 ocaml-sha-debuginfo = 1.13-3.mga9 ocaml-sha-debuginfo(aarch-64) = 1.13-3.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-3.mga9 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.13-3.mga9.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-sha-debugsource-1.13-3.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-sha-1.13-3.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-sha-debuginfo-1.13-3.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-sha-devel-1.13-3.mga9.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.qE4wPh + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd ocaml-sha-1.13 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.13-3.mga9.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.qmlFgU + 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!