D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/ocaml-sha-1.12-4.mga8.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.rLPZ7C + 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.12 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/ocaml-sha-1.12.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd ocaml-sha-1.12 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.sbowVz + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd ocaml-sha-1.12 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + dune upgrade Info: Creating file dune-project with this contents: | (lang dune 1.0) | (name sha) Upgrading sha.opam... Upgrading test/jbuild to test/dune... Upgrading jbuild to dune... + 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 "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 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 ocamlc 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:265:24: warning: passing argument 2 of 'sha256_to_bin' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 265 | #define String_val(x) ((const char *) Bp_val(x)) | ~^~~~~~~~~~~~~~~~~~~~~~~~~ sha256_stubs.c:155:42: 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:34:49: note: expected 'char *' but argument is of type 'const char *' 34 | 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:265:24: warning: passing argument 2 of 'sha256_to_hex' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 265 | #define String_val(x) ((const char *) Bp_val(x)) | ~^~~~~~~~~~~~~~~~~~~~~~~~~ sha256_stubs.c:166:42: 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:35:49: note: expected 'char *' but argument is of type 'const char *' 35 | void sha256_to_hex(sha256_digest *digest, char *out); | ~~~~~~^~~ ocamlc 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:265:24: warning: passing argument 2 of 'sha512_to_bin' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 265 | #define String_val(x) ((const char *) Bp_val(x)) | ~^~~~~~~~~~~~~~~~~~~~~~~~~ sha512_stubs.c:155:42: 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:36:49: note: expected 'char *' but argument is of type 'const char *' 36 | 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:265:24: warning: passing argument 2 of 'sha512_to_hex' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 265 | #define String_val(x) ((const char *) Bp_val(x)) | ~^~~~~~~~~~~~~~~~~~~~~~~~~ sha512_stubs.c:166:42: 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:37:49: note: expected 'char *' but argument is of type 'const char *' 37 | void sha512_to_hex(sha512_digest *digest, char *out); | ~~~~~~^~~ ocamlc 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:265:24: warning: passing argument 2 of 'sha1_to_bin' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 265 | #define String_val(x) ((const char *) Bp_val(x)) | ~^~~~~~~~~~~~~~~~~~~~~~~~~ sha1_stubs.c:157:38: 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:34:45: note: expected 'char *' but argument is of type 'const char *' 34 | 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:265:24: warning: passing argument 2 of 'sha1_to_hex' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 265 | #define String_val(x) ((const char *) Bp_val(x)) | ~^~~~~~~~~~~~~~~~~~~~~~~~~ sha1_stubs.c:168:38: 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:35:45: note: expected 'char *' but argument is of type 'const char *' 35 | void sha1_to_hex(sha1_digest *digest, char *out); | ~~~~~~^~~ + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.5yiRDz + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.12-4.mga8.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.12-4.mga8.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.12-4.mga8.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.12-4.mga8.aarch64 + cd ocaml-sha-1.12 + '[' 1 -eq 1 ']' + mkdir -p /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.12-4.mga8.aarch64/usr/lib64/ocaml + dune install --destdir=/home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.12-4.mga8.aarch64 opam (internal) [ERROR] Opam has not been initialised, please run `opam init' Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.12-4.mga8.aarch64/usr/lib64/ocaml/sha/META Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.12-4.mga8.aarch64/usr/lib64/ocaml/sha/dune-package Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.12-4.mga8.aarch64/usr/lib64/ocaml/sha/libsha_stubs.a Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.12-4.mga8.aarch64/usr/lib64/ocaml/sha/opam Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.12-4.mga8.aarch64/usr/lib64/ocaml/sha/sha.a Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.12-4.mga8.aarch64/usr/lib64/ocaml/sha/sha.cma Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.12-4.mga8.aarch64/usr/lib64/ocaml/sha/sha.cmxa Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.12-4.mga8.aarch64/usr/lib64/ocaml/sha/sha.cmxs Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.12-4.mga8.aarch64/usr/lib64/ocaml/sha/sha1.cmi Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.12-4.mga8.aarch64/usr/lib64/ocaml/sha/sha1.cmt Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.12-4.mga8.aarch64/usr/lib64/ocaml/sha/sha1.cmti Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.12-4.mga8.aarch64/usr/lib64/ocaml/sha/sha1.cmx Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.12-4.mga8.aarch64/usr/lib64/ocaml/sha/sha1.ml Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.12-4.mga8.aarch64/usr/lib64/ocaml/sha/sha1.mli Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.12-4.mga8.aarch64/usr/lib64/ocaml/sha/sha256.cmi Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.12-4.mga8.aarch64/usr/lib64/ocaml/sha/sha256.cmt Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.12-4.mga8.aarch64/usr/lib64/ocaml/sha/sha256.cmti Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.12-4.mga8.aarch64/usr/lib64/ocaml/sha/sha256.cmx Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.12-4.mga8.aarch64/usr/lib64/ocaml/sha/sha256.ml Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.12-4.mga8.aarch64/usr/lib64/ocaml/sha/sha256.mli Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.12-4.mga8.aarch64/usr/lib64/ocaml/sha/sha512.cmi Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.12-4.mga8.aarch64/usr/lib64/ocaml/sha/sha512.cmt Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.12-4.mga8.aarch64/usr/lib64/ocaml/sha/sha512.cmti Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.12-4.mga8.aarch64/usr/lib64/ocaml/sha/sha512.cmx Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.12-4.mga8.aarch64/usr/lib64/ocaml/sha/sha512.ml Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.12-4.mga8.aarch64/usr/lib64/ocaml/sha/sha512.mli Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.12-4.mga8.aarch64/usr/doc/sha/CHANGES.md Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.12-4.mga8.aarch64/usr/doc/sha/LICENSE.md Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.12-4.mga8.aarch64/usr/doc/sha/README Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.12-4.mga8.aarch64/usr/lib64/ocaml/stublibs/dllsha_stubs.so + rm -r /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.12-4.mga8.aarch64/usr/doc + find /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.12-4.mga8.aarch64 -name '*.cmxs' -exec chmod 0755 '{}' ';' + /usr/lib/rpm/find-debuginfo.sh -j16 --strict-build-id -m -i --build-id-seed 1.12-4.mga8 --unique-debug-suffix -1.12-4.mga8.aarch64 --unique-debug-src-base ocaml-sha-1.12-4.mga8.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/ocaml-sha-1.12 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.12-4.mga8.aarch64/usr/lib64/ocaml/sha/sha.cmxs explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.12-4.mga8.aarch64/usr/lib64/ocaml/stublibs/dllsha_stubs.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.12-4.mga8.aarch64/usr/lib64/ocaml/stublibs/dllsha_stubs.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.12-4.mga8.aarch64/usr/lib64/ocaml/sha/sha.cmxs original debug info size: 856kB, size after compression: 816kB /usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. cpio: _build/default/stdlib.ml: Cannot stat: No such file or directory 96 blocks + '[' -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/translate_menu + '[' -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/python 1 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.fqp8dD + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd ocaml-sha-1.12 + '[' 1 -eq 1 ']' + dune runtest --profile release shatest alias test/runtest 2020-02-01T09:54:40+00:00 builder.mageia.org#00 I: Configuration suite_name = "anon" 2020-02-01T09:54:40+00:00 builder.mageia.org#00 I: Configuration cache_filename = "/home/iurt/rpmbuild/BUILD/ocaml-sha-1.12/_build/default/test/oUnit-$(suite_name).cache" 2020-02-01T09:54:40+00:00 builder.mageia.org#00 I: Configuration display = "true" 2020-02-01T09:54:40+00:00 builder.mageia.org#00 I: Configuration results_style_1_X = "true" 2020-02-01T09:54:40+00:00 builder.mageia.org#00 I: Configuration verbose = "true" 2020-02-01T09:54:40+00:00 builder.mageia.org#00 I: Configuration health_check_interval = "1." 2020-02-01T09:54:40+00:00 builder.mageia.org#00 I: Configuration testdata_dir = "none" 2020-02-01T09:54:40+00:00 builder.mageia.org#00 I: Configuration chooser = "simple" 2020-02-01T09:54:40+00:00 builder.mageia.org#00 I: Configuration output_html_dir = "none" 2020-02-01T09:54:40+00:00 builder.mageia.org#00 I: Configuration processes_kill_period = "5." 2020-02-01T09:54:40+00:00 builder.mageia.org#00 I: Configuration runner = "sequential" 2020-02-01T09:54:40+00:00 builder.mageia.org#00 I: Configuration shards = "2" 2020-02-01T09:54:40+00:00 builder.mageia.org#00 I: Configuration processes_grace_period = "5." 2020-02-01T09:54:40+00:00 builder.mageia.org#00 I: Configuration log_encoding = "utf-8" 2020-02-01T09:54:40+00:00 builder.mageia.org#00 I: Configuration output_junit_file = "none" 2020-02-01T09:54:40+00:00 builder.mageia.org#00 I: Configuration output_file = "none" 2020-02-01T09:54:40+00:00 builder.mageia.org#00 I: Start test SHA binding test:0:SHA1 example strings. 2020-02-01T09:54:40+00:00 builder.mageia.org#00 I: Test SHA binding test:0:SHA1 example strings is successful. 2020-02-01T09:54:40+00:00 builder.mageia.org#00 I: End test SHA binding test:0:SHA1 example strings. 2020-02-01T09:54:40+00:00 builder.mageia.org#00 I: Start test SHA binding test:1:SHA1 reading a file. 2020-02-01T09:54:40+00:00 builder.mageia.org#00 I: Test SHA binding test:1:SHA1 reading a file is successful. 2020-02-01T09:54:40+00:00 builder.mageia.org#00 I: End test SHA binding test:1:SHA1 reading a file. 2020-02-01T09:54:40+00:00 builder.mageia.org#00 I: Start test SHA binding test:2:SHA1 reading few byte from channel. 2020-02-01T09:54:40+00:00 builder.mageia.org#00 I: Test SHA binding test:2:SHA1 reading few byte from channel is successful. 2020-02-01T09:54:40+00:00 builder.mageia.org#00 I: End test SHA binding test:2:SHA1 reading few byte from channel. 2020-02-01T09:54:40+00:00 builder.mageia.org#00 I: Start test SHA binding test:3:SHA256 example strings. 2020-02-01T09:54:40+00:00 builder.mageia.org#00 I: Test SHA binding test:3:SHA256 example strings is successful. 2020-02-01T09:54:40+00:00 builder.mageia.org#00 I: End test SHA binding test:3:SHA256 example strings. 2020-02-01T09:54:40+00:00 builder.mageia.org#00 I: Start test SHA binding test:4:SHA256 reading a file. 2020-02-01T09:54:40+00:00 builder.mageia.org#00 I: Test SHA binding test:4:SHA256 reading a file is successful. 2020-02-01T09:54:40+00:00 builder.mageia.org#00 I: End test SHA binding test:4:SHA256 reading a file. 2020-02-01T09:54:40+00:00 builder.mageia.org#00 I: Start test SHA binding test:5:SHA256 reading few byte from channel. 2020-02-01T09:54:40+00:00 builder.mageia.org#00 I: Test SHA binding test:5:SHA256 reading few byte from channel is successful. 2020-02-01T09:54:40+00:00 builder.mageia.org#00 I: End test SHA binding test:5:SHA256 reading few byte from channel. 2020-02-01T09:54:40+00:00 builder.mageia.org#00 I: Start test SHA binding test:6:SHA512 example strings. 2020-02-01T09:54:40+00:00 builder.mageia.org#00 I: Test SHA binding test:6:SHA512 example strings is successful. 2020-02-01T09:54:40+00:00 builder.mageia.org#00 I: End test SHA binding test:6:SHA512 example strings. 2020-02-01T09:54:40+00:00 builder.mageia.org#00 I: Start test SHA binding test:7:SHA512 reading a file. 2020-02-01T09:54:40+00:00 builder.mageia.org#00 I: Test SHA binding test:7:SHA512 reading a file is successful. 2020-02-01T09:54:40+00:00 builder.mageia.org#00 I: End test SHA binding test:7:SHA512 reading a file. 2020-02-01T09:54:40+00:00 builder.mageia.org#00 I: Start test SHA binding test:8:SHA512 reading few byte from channel. 2020-02-01T09:54:40+00:00 builder.mageia.org#00 I: Test SHA binding test:8:SHA512 reading few byte from channel is successful. 2020-02-01T09:54:40+00:00 builder.mageia.org#00 I: End test SHA binding test:8:SHA512 reading few byte from channel. 2020-02-01T09:54:40+00:00 builder.mageia.org#00 I: ============== 2020-02-01T09:54:40+00:00 builder.mageia.org#00 I: Summary: 2020-02-01T09:54:40+00:00 builder.mageia.org#00 I: Test SHA binding test:8:SHA512 reading few byte from channel is successful. 2020-02-01T09:54:40+00:00 builder.mageia.org#00 I: Test SHA binding test:7:SHA512 reading a file is successful. 2020-02-01T09:54:40+00:00 builder.mageia.org#00 I: Test SHA binding test:6:SHA512 example strings is successful. 2020-02-01T09:54:40+00:00 builder.mageia.org#00 I: Test SHA binding test:5:SHA256 reading few byte from channel is successful. 2020-02-01T09:54:40+00:00 builder.mageia.org#00 I: Test SHA binding test:4:SHA256 reading a file is successful. 2020-02-01T09:54:40+00:00 builder.mageia.org#00 I: Test SHA binding test:3:SHA256 example strings is successful. 2020-02-01T09:54:40+00:00 builder.mageia.org#00 I: Test SHA binding test:2:SHA1 reading few byte from channel is successful. 2020-02-01T09:54:40+00:00 builder.mageia.org#00 I: Test SHA binding test:1:SHA1 reading a file is successful. 2020-02-01T09:54:40+00:00 builder.mageia.org#00 I: Test SHA binding test:0:SHA1 example strings is successful. 2020-02-01T09:54:40+00:00 builder.mageia.org#00 I: Ran: 9 tests in: 0.00 seconds. 2020-02-01T09:54:40+00:00 builder.mageia.org#00 I: Cases: 9. 2020-02-01T09:54:40+00:00 builder.mageia.org#00 I: Tried: 9. 2020-02-01T09:54:40+00:00 builder.mageia.org#00 I: Errors: 0. 2020-02-01T09:54:40+00:00 builder.mageia.org#00 I: Failures: 0. 2020-02-01T09:54:40+00:00 builder.mageia.org#00 I: Skip: 0. 2020-02-01T09:54:40+00:00 builder.mageia.org#00 I: Todo: 0. 2020-02-01T09:54:40+00:00 builder.mageia.org#00 I: Timeout: 0. + RPM_EC=0 ++ jobs -p + exit 0 Processing files: ocaml-sha-1.12-4.mga8.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.TQLAwA + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd ocaml-sha-1.12 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.12-4.mga8.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.12-4.mga8.aarch64/usr/share/doc/ocaml-sha + cp -pr README /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.12-4.mga8.aarch64/usr/share/doc/ocaml-sha + cp -pr CHANGES.md /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.12-4.mga8.aarch64/usr/share/doc/ocaml-sha + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.JLKB5C + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd ocaml-sha-1.12 + LICENSEDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.12-4.mga8.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.12-4.mga8.aarch64/usr/share/licenses/ocaml-sha + cp -pr LICENSE.md /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.12-4.mga8.aarch64/usr/share/licenses/ocaml-sha + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml(Sha1) = 9598808cccad0848a30e5f83c62d3f45 ocaml(Sha256) = 9ca4ee854fd94809ddaa56fc103a5270 ocaml(Sha512) = 8f5f883bc4600563d50b16c0da29b1cc ocaml-sha = 1.12-4.mga8 ocaml-sha(aarch-64) = 1.12-4.mga8 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) = f562e7b79dbe1bb1591060d6b4e854cf ocaml(Stdlib) = aa33af4684579b41817bc194be0a7a26 ocaml(Stdlib__bigarray) = 33ee4c2e3aa5fb2f083dd780ce492c0b ocaml(Stdlib__bytes) = 772b4012f2db40e66e9c581c84cada7e ocaml(Stdlib__complex) = 067e32179a81c1c8dbdd0a8d52b0c645 ocaml(Stdlib__pervasives) = b21448628d3d122ebdaa9995cac0ba7f ocaml(Stdlib__seq) = c5f4ef3f36de5f47b7041eed1deb9679 ocaml(Stdlib__string) = f06d662544362cc717ad99f2d75ffa1e ocaml(runtime) = 4.10.0 Processing files: ocaml-sha-devel-1.12-4.mga8.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.ymH51A + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd ocaml-sha-1.12 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.12-4.mga8.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.12-4.mga8.aarch64/usr/share/doc/ocaml-sha-devel + cp -pr README /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.12-4.mga8.aarch64/usr/share/doc/ocaml-sha-devel + cp -pr CHANGES.md /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.12-4.mga8.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.TpMXxz + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd ocaml-sha-1.12 + LICENSEDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.12-4.mga8.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.12-4.mga8.aarch64/usr/share/licenses/ocaml-sha-devel + cp -pr LICENSE.md /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.12-4.mga8.aarch64/usr/share/licenses/ocaml-sha-devel + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml-sha-devel = 1.12-4.mga8 ocaml-sha-devel(aarch-64) = 1.12-4.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: ocaml-sha-debugsource-1.12-4.mga8.aarch64 Provides: ocaml-sha-debugsource = 1.12-4.mga8 ocaml-sha-debugsource(aarch-64) = 1.12-4.mga8 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.12-4.mga8.aarch64 Provides: debuginfo(build-id) = 698527048babbf1de70b16d4d839a10a5fd73ca3 debuginfo(build-id) = d136a2ed8a998a8ec66989e5ec44ba2408ba3067 ocaml-sha-debuginfo = 1.12-4.mga8 ocaml-sha-debuginfo(aarch-64) = 1.12-4.mga8 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.12-4.mga8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.12-4.mga8.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-sha-debugsource-1.12-4.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-sha-1.12-4.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-sha-debuginfo-1.12-4.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/ocaml-sha-devel-1.12-4.mga8.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.kjDJYC + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd ocaml-sha-1.12 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.12-4.mga8.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.f7ye2z + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf ocaml-sha-1.12 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!