D: [iurt_root_command] chroot Building target platforms: x86_64 Building for target x86_64 Installing /home/pterjan/rpmbuild/SRPMS/ocaml-sha-1.13-4.mga10.src.rpm Executing(%mkbuilddir): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.yYnAQ0 + umask 022 + cd /home/pterjan/rpmbuild/BUILD/ocaml-sha-1.13-build + test -d /home/pterjan/rpmbuild/BUILD/ocaml-sha-1.13-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/ocaml-sha-1.13-build + /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILD/ocaml-sha-1.13-build + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/ocaml-sha-1.13-build + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/ocaml-sha-1.13-build/SPECPARTS + RPM_EC=0 ++ jobs -p + exit 0 Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.kzXiPl + umask 022 + cd /home/pterjan/rpmbuild/BUILD/ocaml-sha-1.13-build + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD/ocaml-sha-1.13-build + rm -rf ocaml-sha-1.13 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/ocaml-sha-1.13.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd ocaml-sha-1.13 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/lib/rpm/rpmuncompress /home/pterjan/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/pterjan/rpmbuild/tmp/rpm-tmp.z8YWXx + umask 022 + cd /home/pterjan/rpmbuild/BUILD/ocaml-sha-1.13-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 "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 sha1_stubs.c: In function 'stub_sha1_update_bigarray': sha1_stubs.c:92:20: warning: "Data_bigarray_val" is deprecated: use "Caml_ba_data_val" instead 92 | unsigned char *data = Data_bigarray_val(buf); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sha1_stubs.c:93:20: warning: "Bigarray_val" is deprecated: use "Caml_ba_array_val" instead 93 | size_t len = Bigarray_val(buf)->dim[0]; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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) | ~~~~~~^~~ 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)); | ^~~~~~~~~~ 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) | ~~~~~~^~~ sha256_stubs.c: In function 'stub_sha256_update_bigarray': sha256_stubs.c:91:20: warning: "Data_bigarray_val" is deprecated: use "Caml_ba_data_val" instead 91 | unsigned char *data = Data_bigarray_val(buf); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sha256_stubs.c:92:20: warning: "Bigarray_val" is deprecated: use "Caml_ba_array_val" instead 92 | size_t len = Bigarray_val(buf)->dim[0]; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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) | ~~~~~~^~~ 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)); | ^~~~~~~~~~ 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) | ~~~~~~^~~ sha512_stubs.c: In function 'stub_sha512_update_bigarray': sha512_stubs.c:91:20: warning: "Data_bigarray_val" is deprecated: use "Caml_ba_data_val" instead 91 | unsigned char *data = Data_bigarray_val(buf); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sha512_stubs.c:92:20: warning: "Bigarray_val" is deprecated: use "Caml_ba_array_val" instead 92 | size_t len = Bigarray_val(buf)->dim[0]; | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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) | ~~~~~~^~~ 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)); | ^~~~~~~~~~ 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/pterjan/rpmbuild/tmp/rpm-tmp.r1pvoU + umask 022 + cd /home/pterjan/rpmbuild/BUILD/ocaml-sha-1.13-build + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILD/ocaml-sha-1.13-build/BUILDROOT '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILD/ocaml-sha-1.13-build/BUILDROOT ++ dirname /home/pterjan/rpmbuild/BUILD/ocaml-sha-1.13-build/BUILDROOT + mkdir -p /home/pterjan/rpmbuild/BUILD/ocaml-sha-1.13-build + mkdir /home/pterjan/rpmbuild/BUILD/ocaml-sha-1.13-build/BUILDROOT + cd ocaml-sha-1.13 + '[' 1 -eq 1 ']' + mkdir -p /home/pterjan/rpmbuild/BUILD/ocaml-sha-1.13-build/BUILDROOT/usr/lib64/ocaml + dune install --destdir=/home/pterjan/rpmbuild/BUILD/ocaml-sha-1.13-build/BUILDROOT Installing /home/pterjan/rpmbuild/BUILD/ocaml-sha-1.13-build/BUILDROOT/usr/lib64/ocaml/sha/META Installing /home/pterjan/rpmbuild/BUILD/ocaml-sha-1.13-build/BUILDROOT/usr/lib64/ocaml/sha/dune-package Installing /home/pterjan/rpmbuild/BUILD/ocaml-sha-1.13-build/BUILDROOT/usr/lib64/ocaml/sha/libsha_stubs.a Installing /home/pterjan/rpmbuild/BUILD/ocaml-sha-1.13-build/BUILDROOT/usr/lib64/ocaml/sha/opam Installing /home/pterjan/rpmbuild/BUILD/ocaml-sha-1.13-build/BUILDROOT/usr/lib64/ocaml/sha/sha.a Installing /home/pterjan/rpmbuild/BUILD/ocaml-sha-1.13-build/BUILDROOT/usr/lib64/ocaml/sha/sha.cma Installing /home/pterjan/rpmbuild/BUILD/ocaml-sha-1.13-build/BUILDROOT/usr/lib64/ocaml/sha/sha.cmxa Installing /home/pterjan/rpmbuild/BUILD/ocaml-sha-1.13-build/BUILDROOT/usr/lib64/ocaml/sha/sha1.cmi Installing /home/pterjan/rpmbuild/BUILD/ocaml-sha-1.13-build/BUILDROOT/usr/lib64/ocaml/sha/sha1.cmt Installing /home/pterjan/rpmbuild/BUILD/ocaml-sha-1.13-build/BUILDROOT/usr/lib64/ocaml/sha/sha1.cmti Installing /home/pterjan/rpmbuild/BUILD/ocaml-sha-1.13-build/BUILDROOT/usr/lib64/ocaml/sha/sha1.cmx Installing /home/pterjan/rpmbuild/BUILD/ocaml-sha-1.13-build/BUILDROOT/usr/lib64/ocaml/sha/sha1.ml Installing /home/pterjan/rpmbuild/BUILD/ocaml-sha-1.13-build/BUILDROOT/usr/lib64/ocaml/sha/sha1.mli Installing /home/pterjan/rpmbuild/BUILD/ocaml-sha-1.13-build/BUILDROOT/usr/lib64/ocaml/sha/sha256.cmi Installing /home/pterjan/rpmbuild/BUILD/ocaml-sha-1.13-build/BUILDROOT/usr/lib64/ocaml/sha/sha256.cmt Installing /home/pterjan/rpmbuild/BUILD/ocaml-sha-1.13-build/BUILDROOT/usr/lib64/ocaml/sha/sha256.cmti Installing /home/pterjan/rpmbuild/BUILD/ocaml-sha-1.13-build/BUILDROOT/usr/lib64/ocaml/sha/sha256.cmx Installing /home/pterjan/rpmbuild/BUILD/ocaml-sha-1.13-build/BUILDROOT/usr/lib64/ocaml/sha/sha256.ml Installing /home/pterjan/rpmbuild/BUILD/ocaml-sha-1.13-build/BUILDROOT/usr/lib64/ocaml/sha/sha256.mli Installing /home/pterjan/rpmbuild/BUILD/ocaml-sha-1.13-build/BUILDROOT/usr/lib64/ocaml/sha/sha512.cmi Installing /home/pterjan/rpmbuild/BUILD/ocaml-sha-1.13-build/BUILDROOT/usr/lib64/ocaml/sha/sha512.cmt Installing /home/pterjan/rpmbuild/BUILD/ocaml-sha-1.13-build/BUILDROOT/usr/lib64/ocaml/sha/sha512.cmti Installing /home/pterjan/rpmbuild/BUILD/ocaml-sha-1.13-build/BUILDROOT/usr/lib64/ocaml/sha/sha512.cmx Installing /home/pterjan/rpmbuild/BUILD/ocaml-sha-1.13-build/BUILDROOT/usr/lib64/ocaml/sha/sha512.ml Installing /home/pterjan/rpmbuild/BUILD/ocaml-sha-1.13-build/BUILDROOT/usr/lib64/ocaml/sha/sha512.mli Installing /home/pterjan/rpmbuild/BUILD/ocaml-sha-1.13-build/BUILDROOT/usr/lib64/ocaml/sha/sha.cmxs Installing /home/pterjan/rpmbuild/BUILD/ocaml-sha-1.13-build/BUILDROOT/usr/doc/sha/CHANGES.md Installing /home/pterjan/rpmbuild/BUILD/ocaml-sha-1.13-build/BUILDROOT/usr/doc/sha/LICENSE.md Installing /home/pterjan/rpmbuild/BUILD/ocaml-sha-1.13-build/BUILDROOT/usr/doc/sha/README.md Installing /home/pterjan/rpmbuild/BUILD/ocaml-sha-1.13-build/BUILDROOT/usr/lib64/ocaml/stublibs/dllsha_stubs.so + rm -r /home/pterjan/rpmbuild/BUILD/ocaml-sha-1.13-build/BUILDROOT/usr/doc + find /home/pterjan/rpmbuild/BUILD/ocaml-sha-1.13-build/BUILDROOT -name '*.cmxs' -exec chmod 0755 '{}' ';' + /usr/bin/find-debuginfo -j16 --strict-build-id -m -i --build-id-seed 1.13-4.mga10 --unique-debug-suffix -1.13-4.mga10.x86_64 --unique-debug-src-base ocaml-sha-1.13-4.mga10.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/ocaml-sha-1.13-build/ocaml-sha-1.13 find-debuginfo: starting Extracting debug info from 2 files DWARF-compressing 2 files sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. Creating .debug symlinks for symlinks to ELF files Copying sources found by 'debugedit -l' to /usr/src/debug/ocaml-sha-1.13-4.mga10.x86_64 cpio: _build/default/stdlib.ml: Cannot stat: No such file or directory find-debuginfo: done + /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/check-rpaths + /usr/lib/rpm/brp-remove-la-files + /usr/lib/rpm/redhat/brp-mangle-shebangs + env -u SOURCE_DATE_EPOCH /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 -j16 + /usr/lib/rpm/redhat/brp-python-hardlink Reading /home/pterjan/rpmbuild/BUILD/ocaml-sha-1.13-build/SPECPARTS/rpm-debuginfo.specpart Executing(%check): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.eVJXoQ + umask 022 + cd /home/pterjan/rpmbuild/BUILD/ocaml-sha-1.13-build + cd ocaml-sha-1.13 + '[' 1 -eq 1 ']' + dune runtest --profile release 2024-12-21T02:28:58+00:00 mageia#00 I: Configuration suite_name = "anon" 2024-12-21T02:28:58+00:00 mageia#00 I: Configuration cache_filename = "/home/pterjan/rpmbuild/BUILD/ocaml-sha-1.13-build/ocaml-sha-1.13/_build/default/test/oUnit-$(suite_name).cache" 2024-12-21T02:28:58+00:00 mageia#00 I: Configuration run_gc_full_major = "true" 2024-12-21T02:28:58+00:00 mageia#00 I: Configuration display = "true" 2024-12-21T02:28:58+00:00 mageia#00 I: Configuration results_style_1_X = "true" 2024-12-21T02:28:58+00:00 mageia#00 I: Configuration testdata_dir = "none" 2024-12-21T02:28:58+00:00 mageia#00 I: Configuration health_check_interval = "1." 2024-12-21T02:28:58+00:00 mageia#00 I: Configuration verbose = "true" 2024-12-21T02:28:58+00:00 mageia#00 I: Configuration chooser = "simple" 2024-12-21T02:28:58+00:00 mageia#00 I: Configuration output_html_dir = "none" 2024-12-21T02:28:58+00:00 mageia#00 I: Configuration processes_kill_period = "5." 2024-12-21T02:28:58+00:00 mageia#00 I: Configuration runner = "sequential" 2024-12-21T02:28:58+00:00 mageia#00 I: Configuration shards = "48" 2024-12-21T02:28:58+00:00 mageia#00 I: Configuration processes_grace_period = "5." 2024-12-21T02:28:58+00:00 mageia#00 I: Configuration log_encoding = "utf-8" 2024-12-21T02:28:58+00:00 mageia#00 I: Configuration output_junit_file = "none" 2024-12-21T02:28:58+00:00 mageia#00 I: Configuration ci = "false" 2024-12-21T02:28:58+00:00 mageia#00 I: Configuration output_file = "none" 2024-12-21T02:28:58+00:00 mageia#00 I: Start test SHA binding test:0:SHA1 example strings. 2024-12-21T02:28:58+00:00 mageia#00 I: Test SHA binding test:0:SHA1 example strings is successful. 2024-12-21T02:28:58+00:00 mageia#00 I: End test SHA binding test:0:SHA1 example strings. 2024-12-21T02:28:58+00:00 mageia#00 I: Start test SHA binding test:1:SHA1 reading a file. 2024-12-21T02:28:58+00:00 mageia#00 I: Test SHA binding test:1:SHA1 reading a file is successful. 2024-12-21T02:28:58+00:00 mageia#00 I: End test SHA binding test:1:SHA1 reading a file. 2024-12-21T02:28:58+00:00 mageia#00 I: Start test SHA binding test:2:SHA1 reading few byte from channel. 2024-12-21T02:28:58+00:00 mageia#00 I: Test SHA binding test:2:SHA1 reading few byte from channel is successful. 2024-12-21T02:28:58+00:00 mageia#00 I: End test SHA binding test:2:SHA1 reading few byte from channel. 2024-12-21T02:28:58+00:00 mageia#00 I: Start test SHA binding test:3:SHA256 example strings. 2024-12-21T02:28:58+00:00 mageia#00 I: Test SHA binding test:3:SHA256 example strings is successful. 2024-12-21T02:28:58+00:00 mageia#00 I: End test SHA binding test:3:SHA256 example strings. 2024-12-21T02:28:58+00:00 mageia#00 I: Start test SHA binding test:4:SHA256 reading a file. 2024-12-21T02:28:58+00:00 mageia#00 I: Test SHA binding test:4:SHA256 reading a file is successful. 2024-12-21T02:28:58+00:00 mageia#00 I: End test SHA binding test:4:SHA256 reading a file. 2024-12-21T02:28:58+00:00 mageia#00 I: Start test SHA binding test:5:SHA256 reading few byte from channel. 2024-12-21T02:28:58+00:00 mageia#00 I: Test SHA binding test:5:SHA256 reading few byte from channel is successful. 2024-12-21T02:28:58+00:00 mageia#00 I: End test SHA binding test:5:SHA256 reading few byte from channel. 2024-12-21T02:28:58+00:00 mageia#00 I: Start test SHA binding test:6:SHA512 example strings. 2024-12-21T02:28:58+00:00 mageia#00 I: Test SHA binding test:6:SHA512 example strings is successful. 2024-12-21T02:28:58+00:00 mageia#00 I: End test SHA binding test:6:SHA512 example strings. 2024-12-21T02:28:58+00:00 mageia#00 I: Start test SHA binding test:7:SHA512 reading a file. 2024-12-21T02:28:58+00:00 mageia#00 I: Test SHA binding test:7:SHA512 reading a file is successful. 2024-12-21T02:28:58+00:00 mageia#00 I: End test SHA binding test:7:SHA512 reading a file. 2024-12-21T02:28:58+00:00 mageia#00 I: Start test SHA binding test:8:SHA512 reading few byte from channel. 2024-12-21T02:28:58+00:00 mageia#00 I: Test SHA binding test:8:SHA512 reading few byte from channel is successful. 2024-12-21T02:28:58+00:00 mageia#00 I: End test SHA binding test:8:SHA512 reading few byte from channel. 2024-12-21T02:28:58+00:00 mageia#00 I: ============== 2024-12-21T02:28:58+00:00 mageia#00 I: Summary: 2024-12-21T02:28:58+00:00 mageia#00 I: Test SHA binding test:8:SHA512 reading few byte from channel is successful. 2024-12-21T02:28:58+00:00 mageia#00 I: Test SHA binding test:7:SHA512 reading a file is successful. 2024-12-21T02:28:58+00:00 mageia#00 I: Test SHA binding test:6:SHA512 example strings is successful. 2024-12-21T02:28:58+00:00 mageia#00 I: Test SHA binding test:5:SHA256 reading few byte from channel is successful. 2024-12-21T02:28:58+00:00 mageia#00 I: Test SHA binding test:4:SHA256 reading a file is successful. 2024-12-21T02:28:58+00:00 mageia#00 I: Test SHA binding test:3:SHA256 example strings is successful. 2024-12-21T02:28:58+00:00 mageia#00 I: Test SHA binding test:2:SHA1 reading few byte from channel is successful. 2024-12-21T02:28:58+00:00 mageia#00 I: Test SHA binding test:1:SHA1 reading a file is successful. 2024-12-21T02:28:58+00:00 mageia#00 I: Test SHA binding test:0:SHA1 example strings is successful. 2024-12-21T02:28:58+00:00 mageia#00 I: Ran: 9 tests in: 0.00 seconds. 2024-12-21T02:28:58+00:00 mageia#00 I: Cases: 9. 2024-12-21T02:28:58+00:00 mageia#00 I: Tried: 9. 2024-12-21T02:28:58+00:00 mageia#00 I: Errors: 0. 2024-12-21T02:28:58+00:00 mageia#00 I: Failures: 0. 2024-12-21T02:28:58+00:00 mageia#00 I: Skip: 0. 2024-12-21T02:28:58+00:00 mageia#00 I: Todo: 0. 2024-12-21T02:28:58+00:00 mageia#00 I: Timeout: 0. + RPM_EC=0 ++ jobs -p + exit 0 Processing files: ocaml-sha-1.13-4.mga10.x86_64 Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.XRnqPR + umask 022 + cd /home/pterjan/rpmbuild/BUILD/ocaml-sha-1.13-build + cd ocaml-sha-1.13 + DOCDIR=/home/pterjan/rpmbuild/BUILD/ocaml-sha-1.13-build/BUILDROOT/usr/share/doc/ocaml-sha + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/ocaml-sha-1.13-build/BUILDROOT/usr/share/doc/ocaml-sha + cp -pr /home/pterjan/rpmbuild/BUILD/ocaml-sha-1.13-build/ocaml-sha-1.13/README.md /home/pterjan/rpmbuild/BUILD/ocaml-sha-1.13-build/BUILDROOT/usr/share/doc/ocaml-sha + cp -pr /home/pterjan/rpmbuild/BUILD/ocaml-sha-1.13-build/ocaml-sha-1.13/CHANGES.md /home/pterjan/rpmbuild/BUILD/ocaml-sha-1.13-build/BUILDROOT/usr/share/doc/ocaml-sha + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.6suAa6 + umask 022 + cd /home/pterjan/rpmbuild/BUILD/ocaml-sha-1.13-build + cd ocaml-sha-1.13 + LICENSEDIR=/home/pterjan/rpmbuild/BUILD/ocaml-sha-1.13-build/BUILDROOT/usr/share/licenses/ocaml-sha + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/ocaml-sha-1.13-build/BUILDROOT/usr/share/licenses/ocaml-sha + cp -pr /home/pterjan/rpmbuild/BUILD/ocaml-sha-1.13-build/ocaml-sha-1.13/LICENSE.md /home/pterjan/rpmbuild/BUILD/ocaml-sha-1.13-build/BUILDROOT/usr/share/licenses/ocaml-sha + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml(Sha1) = 8736403b0dd9c67139594b8c88474a5d ocaml(Sha256) = 3ae6f0116d8e6fba7e740a95a1002423 ocaml(Sha512) = ef07f5d9107b50a2a5f77bafcb0ced87 ocaml-sha = 1.13-4.mga10 ocaml-sha(x86-64) = 1.13-4.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) ocaml(CamlinternalFormatBasics) = 8f8f634558798ee408df3c50a5539b15 ocaml(Stdlib) = 6d7bf11af14ea68354925f3a37387930 ocaml(Stdlib__Bigarray) = 994a14f10d5ae081663b52b790ee11d3 ocaml(Stdlib__Bytes) = 3d02c33317c0108c61e7a5eefa37519a ocaml(Stdlib__Complex) = 4555217c759e89d65daa8f682eb09b35 ocaml(Stdlib__Either) = 26845df28d19584687a38a1ab814c3f9 ocaml(Stdlib__Pervasives) = dc77fedcffc67c0119b789c66d5ef7bf ocaml(Stdlib__Seq) = b63511032211eae4b567ba313cd72962 ocaml(Stdlib__String) = 097838f294457ecbb61ccbcf86cc6972 ocaml(Stdlib__Uchar) = c0dde02a556a6d79e363ad365d165d57 Processing files: ocaml-sha-devel-1.13-4.mga10.x86_64 Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.ajkcu8 + umask 022 + cd /home/pterjan/rpmbuild/BUILD/ocaml-sha-1.13-build + cd ocaml-sha-1.13 + DOCDIR=/home/pterjan/rpmbuild/BUILD/ocaml-sha-1.13-build/BUILDROOT/usr/share/doc/ocaml-sha-devel + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/ocaml-sha-1.13-build/BUILDROOT/usr/share/doc/ocaml-sha-devel + cp -pr /home/pterjan/rpmbuild/BUILD/ocaml-sha-1.13-build/ocaml-sha-1.13/README.md /home/pterjan/rpmbuild/BUILD/ocaml-sha-1.13-build/BUILDROOT/usr/share/doc/ocaml-sha-devel + cp -pr /home/pterjan/rpmbuild/BUILD/ocaml-sha-1.13-build/ocaml-sha-1.13/CHANGES.md /home/pterjan/rpmbuild/BUILD/ocaml-sha-1.13-build/BUILDROOT/usr/share/doc/ocaml-sha-devel + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.DaVmOC + umask 022 + cd /home/pterjan/rpmbuild/BUILD/ocaml-sha-1.13-build + cd ocaml-sha-1.13 + LICENSEDIR=/home/pterjan/rpmbuild/BUILD/ocaml-sha-1.13-build/BUILDROOT/usr/share/licenses/ocaml-sha-devel + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILD/ocaml-sha-1.13-build/BUILDROOT/usr/share/licenses/ocaml-sha-devel + cp -pr /home/pterjan/rpmbuild/BUILD/ocaml-sha-1.13-build/ocaml-sha-1.13/LICENSE.md /home/pterjan/rpmbuild/BUILD/ocaml-sha-1.13-build/BUILDROOT/usr/share/licenses/ocaml-sha-devel + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml(Sha1) = 8736403b0dd9c67139594b8c88474a5d ocaml(Sha256) = 3ae6f0116d8e6fba7e740a95a1002423 ocaml(Sha512) = ef07f5d9107b50a2a5f77bafcb0ced87 ocaml-sha-devel = 1.13-4.mga10 ocaml-sha-devel(x86-64) = 1.13-4.mga10 ocamlx(Sha1) = eb7ebc2beef8990111aa3203bc528d8d ocamlx(Sha256) = f5a278ca835c965c628822ad2f57946e ocamlx(Sha512) = 60fdd466e1711eb434e9b96538e572e7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ocaml(CamlinternalFormatBasics) = 8f8f634558798ee408df3c50a5539b15 ocaml(Stdlib) = 6d7bf11af14ea68354925f3a37387930 ocaml(Stdlib__Bigarray) = 994a14f10d5ae081663b52b790ee11d3 ocaml(Stdlib__Bytes) = 3d02c33317c0108c61e7a5eefa37519a ocaml(Stdlib__Complex) = 4555217c759e89d65daa8f682eb09b35 ocaml(Stdlib__Either) = 26845df28d19584687a38a1ab814c3f9 ocaml(Stdlib__Pervasives) = dc77fedcffc67c0119b789c66d5ef7bf ocaml(Stdlib__Seq) = b63511032211eae4b567ba313cd72962 ocaml(Stdlib__String) = 097838f294457ecbb61ccbcf86cc6972 ocaml(Stdlib__Uchar) = c0dde02a556a6d79e363ad365d165d57 ocamlx(Stdlib) = 38e227ea48015bcdfb5d9a4f1cb2689a ocamlx(Stdlib__Bytes) = e596dc3e9601d184f8fb9caa16ebc39e ocamlx(Stdlib__Pervasives) = 0f866f8a50318d3d5e7b8917a3c15922 Processing files: ocaml-sha-debugsource-1.13-4.mga10.x86_64 Provides: ocaml-sha-debugsource = 1.13-4.mga10 ocaml-sha-debugsource(x86-64) = 1.13-4.mga10 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-4.mga10.x86_64 Provides: debuginfo(build-id) = 1063e7500972d7d27b6cb7062a9ae42480ca6807 debuginfo(build-id) = 9fa280b0eb624c9c32dab18311ad2dfa9dcb5ede ocaml-sha-debuginfo = 1.13-4.mga10 ocaml-sha-debuginfo(x86-64) = 1.13-4.mga10 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: ocaml-sha-debugsource(x86-64) = 1.13-4.mga10 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILD/ocaml-sha-1.13-build/BUILDROOT Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/ocaml-sha-debugsource-1.13-4.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/ocaml-sha-1.13-4.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/ocaml-sha-debuginfo-1.13-4.mga10.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/ocaml-sha-devel-1.13-4.mga10.x86_64.rpm Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.PZGeiT + umask 022 + cd /home/pterjan/rpmbuild/BUILD/ocaml-sha-1.13-build + test -d /home/pterjan/rpmbuild/BUILD/ocaml-sha-1.13-build + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w /home/pterjan/rpmbuild/BUILD/ocaml-sha-1.13-build + rm -rf /home/pterjan/rpmbuild/BUILD/ocaml-sha-1.13-build + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!