D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/ocaml-sha-1.12-6.mga8.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.H35u82 + 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.FZ3hO1 + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd ocaml-sha-1.12 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + dune upgrade Project in dir test will be upgraded to dune v1. Project in dir . will be upgraded to dune v1. Info: Creating file dune-project with this contents: | (lang dune 1.0) | (name sha) Upgrading sha.opam... Upgrading jbuild to dune... Upgrading test/jbuild to test/dune... Project in dir test will be upgraded to dune v2. Project in dir pkg will be upgraded to dune v2. Project in dir . will be upgraded to dune v2. Upgrading dune... Upgrading dune-project... Upgrading dune-project... Upgrading test/dune... Upgrading dune-project... Some projects were upgraded to dune v2. Some breaking changes may not have been treated automatically. Here is a list of things you should check to complete the migration: - If you use generated dune.inc files you probably should update your generators. - mli only modules must now be explicitly declared. This was previously a warning and is now an error. - Stop installing the `ocaml-syntax-shims` binary. In order to use `future_syntax`, one now need to depend on the `ocaml-syntax-shims` package. - Actions which introduce targets where new targets are forbidden (e.g. preprocessing) are now an error instead of a warning. - Stop installing the `ocaml-syntax-shims` binary. In order to use `future_syntax`, one now need to depend on the `ocaml-syntax-shims` package. - Do not put the `.install` files in the source tree unless `-p` or `--promote-install-files` is passed on the command line - Library names are now validated in a strict fashion. Previously, invalid names would be allowed for unwrapped libraries - Stricter validation of file names in `select`. The file names of conditional sources must match the prefix and the extension of the resultant filename. - Modules filtered out from the module list via the Ordered Set Language must now be actual modules. - Stub names are no longer allowed relative paths. This was previously a warning and is now an error. - In `(diff? x y)` action, require `x` to exist and register a dependency on that file. - `self_build_stubs_archive` was deleted in version 2.0 of the dune language. Use the (foreign_archives ...) field instead. + dune build @install --profile release 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: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); | ~~~~~~^~~ 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 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: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); | ~~~~~~^~~ 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 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); | ~~~~~~^~~ 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 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.TozEx1 + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.12-6.mga8.x86_64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.12-6.mga8.x86_64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.12-6.mga8.x86_64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.12-6.mga8.x86_64 + cd ocaml-sha-1.12 + '[' 1 -eq 1 ']' + mkdir -p /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.12-6.mga8.x86_64/usr/lib64/ocaml + dune install --destdir=/home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.12-6.mga8.x86_64 opam (internal) [ERROR] Opam has not been initialised, please run `opam init' Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.12-6.mga8.x86_64/usr/lib64/ocaml/sha/META Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.12-6.mga8.x86_64/usr/lib64/ocaml/sha/dune-package Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.12-6.mga8.x86_64/usr/lib64/ocaml/sha/libsha_stubs.a Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.12-6.mga8.x86_64/usr/lib64/ocaml/sha/opam Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.12-6.mga8.x86_64/usr/lib64/ocaml/sha/sha.a Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.12-6.mga8.x86_64/usr/lib64/ocaml/sha/sha.cma Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.12-6.mga8.x86_64/usr/lib64/ocaml/sha/sha.cmxa Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.12-6.mga8.x86_64/usr/lib64/ocaml/sha/sha.cmxs Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.12-6.mga8.x86_64/usr/lib64/ocaml/sha/sha1.cmi Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.12-6.mga8.x86_64/usr/lib64/ocaml/sha/sha1.cmt Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.12-6.mga8.x86_64/usr/lib64/ocaml/sha/sha1.cmti Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.12-6.mga8.x86_64/usr/lib64/ocaml/sha/sha1.cmx Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.12-6.mga8.x86_64/usr/lib64/ocaml/sha/sha1.ml Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.12-6.mga8.x86_64/usr/lib64/ocaml/sha/sha1.mli Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.12-6.mga8.x86_64/usr/lib64/ocaml/sha/sha256.cmi Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.12-6.mga8.x86_64/usr/lib64/ocaml/sha/sha256.cmt Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.12-6.mga8.x86_64/usr/lib64/ocaml/sha/sha256.cmti Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.12-6.mga8.x86_64/usr/lib64/ocaml/sha/sha256.cmx Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.12-6.mga8.x86_64/usr/lib64/ocaml/sha/sha256.ml Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.12-6.mga8.x86_64/usr/lib64/ocaml/sha/sha256.mli Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.12-6.mga8.x86_64/usr/lib64/ocaml/sha/sha512.cmi Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.12-6.mga8.x86_64/usr/lib64/ocaml/sha/sha512.cmt Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.12-6.mga8.x86_64/usr/lib64/ocaml/sha/sha512.cmti Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.12-6.mga8.x86_64/usr/lib64/ocaml/sha/sha512.cmx Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.12-6.mga8.x86_64/usr/lib64/ocaml/sha/sha512.ml Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.12-6.mga8.x86_64/usr/lib64/ocaml/sha/sha512.mli Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.12-6.mga8.x86_64/usr/doc/sha/CHANGES.md Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.12-6.mga8.x86_64/usr/doc/sha/LICENSE.md Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.12-6.mga8.x86_64/usr/doc/sha/README Installing /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.12-6.mga8.x86_64/usr/lib64/ocaml/stublibs/dllsha_stubs.so + rm -r /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.12-6.mga8.x86_64/usr/doc + find /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.12-6.mga8.x86_64 -name '*.cmxs' -exec chmod 0755 '{}' ';' + /usr/lib/rpm/find-debuginfo.sh -j96 --strict-build-id -m -i --build-id-seed 1.12-6.mga8 --unique-debug-suffix -1.12-6.mga8.x86_64 --unique-debug-src-base ocaml-sha-1.12-6.mga8.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -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-6.mga8.x86_64/usr/lib64/ocaml/stublibs/dllsha_stubs.so explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.12-6.mga8.x86_64/usr/lib64/ocaml/sha/sha.cmxs extracting debug info from /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.12-6.mga8.x86_64/usr/lib64/ocaml/stublibs/dllsha_stubs.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.12-6.mga8.x86_64/usr/lib64/ocaml/sha/sha.cmxs original debug info size: 932kB, size after compression: 912kB /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 + /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 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.XE2M31 + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd ocaml-sha-1.12 + '[' 1 -eq 1 ']' + dune runtest --profile release shatest alias test/runtest 2020-11-08T03:57:22+00:00 builder.mageia.org#00 I: Configuration suite_name = "anon" 2020-11-08T03:57:22+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-11-08T03:57:22+00:00 builder.mageia.org#00 I: Configuration display = "true" 2020-11-08T03:57:22+00:00 builder.mageia.org#00 I: Configuration results_style_1_X = "true" 2020-11-08T03:57:22+00:00 builder.mageia.org#00 I: Configuration verbose = "true" 2020-11-08T03:57:22+00:00 builder.mageia.org#00 I: Configuration health_check_interval = "1." 2020-11-08T03:57:22+00:00 builder.mageia.org#00 I: Configuration testdata_dir = "none" 2020-11-08T03:57:22+00:00 builder.mageia.org#00 I: Configuration chooser = "simple" 2020-11-08T03:57:22+00:00 builder.mageia.org#00 I: Configuration output_html_dir = "none" 2020-11-08T03:57:22+00:00 builder.mageia.org#00 I: Configuration processes_kill_period = "5." 2020-11-08T03:57:22+00:00 builder.mageia.org#00 I: Configuration runner = "sequential" 2020-11-08T03:57:22+00:00 builder.mageia.org#00 I: Configuration shards = "24" 2020-11-08T03:57:22+00:00 builder.mageia.org#00 I: Configuration processes_grace_period = "5." 2020-11-08T03:57:22+00:00 builder.mageia.org#00 I: Configuration log_encoding = "utf-8" 2020-11-08T03:57:22+00:00 builder.mageia.org#00 I: Configuration output_junit_file = "none" 2020-11-08T03:57:22+00:00 builder.mageia.org#00 I: Configuration output_file = "none" 2020-11-08T03:57:22+00:00 builder.mageia.org#00 I: Start test SHA binding test:0:SHA1 example strings. 2020-11-08T03:57:22+00:00 builder.mageia.org#00 I: Test SHA binding test:0:SHA1 example strings is successful. 2020-11-08T03:57:22+00:00 builder.mageia.org#00 I: End test SHA binding test:0:SHA1 example strings. 2020-11-08T03:57:22+00:00 builder.mageia.org#00 I: Start test SHA binding test:1:SHA1 reading a file. 2020-11-08T03:57:22+00:00 builder.mageia.org#00 I: Test SHA binding test:1:SHA1 reading a file is successful. 2020-11-08T03:57:22+00:00 builder.mageia.org#00 I: End test SHA binding test:1:SHA1 reading a file. 2020-11-08T03:57:22+00:00 builder.mageia.org#00 I: Start test SHA binding test:2:SHA1 reading few byte from channel. 2020-11-08T03:57:22+00:00 builder.mageia.org#00 I: Test SHA binding test:2:SHA1 reading few byte from channel is successful. 2020-11-08T03:57:22+00:00 builder.mageia.org#00 I: End test SHA binding test:2:SHA1 reading few byte from channel. 2020-11-08T03:57:22+00:00 builder.mageia.org#00 I: Start test SHA binding test:3:SHA256 example strings. 2020-11-08T03:57:22+00:00 builder.mageia.org#00 I: Test SHA binding test:3:SHA256 example strings is successful. 2020-11-08T03:57:22+00:00 builder.mageia.org#00 I: End test SHA binding test:3:SHA256 example strings. 2020-11-08T03:57:22+00:00 builder.mageia.org#00 I: Start test SHA binding test:4:SHA256 reading a file. 2020-11-08T03:57:22+00:00 builder.mageia.org#00 I: Test SHA binding test:4:SHA256 reading a file is successful. 2020-11-08T03:57:22+00:00 builder.mageia.org#00 I: End test SHA binding test:4:SHA256 reading a file. 2020-11-08T03:57:22+00:00 builder.mageia.org#00 I: Start test SHA binding test:5:SHA256 reading few byte from channel. 2020-11-08T03:57:22+00:00 builder.mageia.org#00 I: Test SHA binding test:5:SHA256 reading few byte from channel is successful. 2020-11-08T03:57:22+00:00 builder.mageia.org#00 I: End test SHA binding test:5:SHA256 reading few byte from channel. 2020-11-08T03:57:22+00:00 builder.mageia.org#00 I: Start test SHA binding test:6:SHA512 example strings. 2020-11-08T03:57:22+00:00 builder.mageia.org#00 I: Test SHA binding test:6:SHA512 example strings is successful. 2020-11-08T03:57:22+00:00 builder.mageia.org#00 I: End test SHA binding test:6:SHA512 example strings. 2020-11-08T03:57:22+00:00 builder.mageia.org#00 I: Start test SHA binding test:7:SHA512 reading a file. 2020-11-08T03:57:22+00:00 builder.mageia.org#00 I: Test SHA binding test:7:SHA512 reading a file is successful. 2020-11-08T03:57:22+00:00 builder.mageia.org#00 I: End test SHA binding test:7:SHA512 reading a file. 2020-11-08T03:57:22+00:00 builder.mageia.org#00 I: Start test SHA binding test:8:SHA512 reading few byte from channel. 2020-11-08T03:57:22+00:00 builder.mageia.org#00 I: Test SHA binding test:8:SHA512 reading few byte from channel is successful. 2020-11-08T03:57:22+00:00 builder.mageia.org#00 I: End test SHA binding test:8:SHA512 reading few byte from channel. 2020-11-08T03:57:22+00:00 builder.mageia.org#00 I: ============== 2020-11-08T03:57:22+00:00 builder.mageia.org#00 I: Summary: 2020-11-08T03:57:22+00:00 builder.mageia.org#00 I: Test SHA binding test:8:SHA512 reading few byte from channel is successful. 2020-11-08T03:57:22+00:00 builder.mageia.org#00 I: Test SHA binding test:7:SHA512 reading a file is successful. 2020-11-08T03:57:22+00:00 builder.mageia.org#00 I: Test SHA binding test:6:SHA512 example strings is successful. 2020-11-08T03:57:22+00:00 builder.mageia.org#00 I: Test SHA binding test:5:SHA256 reading few byte from channel is successful. 2020-11-08T03:57:22+00:00 builder.mageia.org#00 I: Test SHA binding test:4:SHA256 reading a file is successful. 2020-11-08T03:57:22+00:00 builder.mageia.org#00 I: Test SHA binding test:3:SHA256 example strings is successful. 2020-11-08T03:57:22+00:00 builder.mageia.org#00 I: Test SHA binding test:2:SHA1 reading few byte from channel is successful. 2020-11-08T03:57:22+00:00 builder.mageia.org#00 I: Test SHA binding test:1:SHA1 reading a file is successful. 2020-11-08T03:57:22+00:00 builder.mageia.org#00 I: Test SHA binding test:0:SHA1 example strings is successful. 2020-11-08T03:57:22+00:00 builder.mageia.org#00 I: Ran: 9 tests in: 0.01 seconds. 2020-11-08T03:57:22+00:00 builder.mageia.org#00 I: Cases: 9. 2020-11-08T03:57:22+00:00 builder.mageia.org#00 I: Tried: 9. 2020-11-08T03:57:22+00:00 builder.mageia.org#00 I: Errors: 0. 2020-11-08T03:57:22+00:00 builder.mageia.org#00 I: Failures: 0. 2020-11-08T03:57:22+00:00 builder.mageia.org#00 I: Skip: 0. 2020-11-08T03:57:22+00:00 builder.mageia.org#00 I: Todo: 0. 2020-11-08T03:57:22+00:00 builder.mageia.org#00 I: Timeout: 0. + RPM_EC=0 ++ jobs -p + exit 0 Processing files: ocaml-sha-1.12-6.mga8.x86_64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.Dpctq2 + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd ocaml-sha-1.12 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.12-6.mga8.x86_64/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-6.mga8.x86_64/usr/share/doc/ocaml-sha + cp -pr README /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.12-6.mga8.x86_64/usr/share/doc/ocaml-sha + cp -pr CHANGES.md /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.12-6.mga8.x86_64/usr/share/doc/ocaml-sha + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.kpow93 + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd ocaml-sha-1.12 + LICENSEDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.12-6.mga8.x86_64/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-6.mga8.x86_64/usr/share/licenses/ocaml-sha + cp -pr LICENSE.md /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.12-6.mga8.x86_64/usr/share/licenses/ocaml-sha + RPM_EC=0 ++ jobs -p + exit 0 BFD library unavailable, cannot print info on .cmxs files BFD library unavailable, cannot print info on .cmxs files Provides: ocaml(Sha1) = 9598808cccad0848a30e5f83c62d3f45 ocaml(Sha256) = 9ca4ee854fd94809ddaa56fc103a5270 ocaml(Sha512) = 8f5f883bc4600563d50b16c0da29b1cc ocaml-sha = 1.12-6.mga8 ocaml-sha(x86-64) = 1.12-6.mga8 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) = f562e7b79dbe1bb1591060d6b4e854cf ocaml(Stdlib) = aea3513d44d604b62eaff79ad12007b3 ocaml(Stdlib__bigarray) = 33ee4c2e3aa5fb2f083dd780ce492c0b ocaml(Stdlib__bytes) = 772b4012f2db40e66e9c581c84cada7e ocaml(Stdlib__complex) = 067e32179a81c1c8dbdd0a8d52b0c645 ocaml(Stdlib__pervasives) = b21448628d3d122ebdaa9995cac0ba7f ocaml(Stdlib__seq) = c5f4ef3f36de5f47b7041eed1deb9679 ocaml(Stdlib__string) = f06d662544362cc717ad99f2d75ffa1e Processing files: ocaml-sha-devel-1.12-6.mga8.x86_64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.v35Nj1 + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd ocaml-sha-1.12 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.12-6.mga8.x86_64/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-6.mga8.x86_64/usr/share/doc/ocaml-sha-devel + cp -pr README /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.12-6.mga8.x86_64/usr/share/doc/ocaml-sha-devel + cp -pr CHANGES.md /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.12-6.mga8.x86_64/usr/share/doc/ocaml-sha-devel + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.NoMnZ1 + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd ocaml-sha-1.12 + LICENSEDIR=/home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.12-6.mga8.x86_64/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-6.mga8.x86_64/usr/share/licenses/ocaml-sha-devel + cp -pr LICENSE.md /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.12-6.mga8.x86_64/usr/share/licenses/ocaml-sha-devel + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml(Sha1) = 9598808cccad0848a30e5f83c62d3f45 ocaml(Sha256) = 9ca4ee854fd94809ddaa56fc103a5270 ocaml(Sha512) = 8f5f883bc4600563d50b16c0da29b1cc ocaml-sha-devel = 1.12-6.mga8 ocaml-sha-devel(x86-64) = 1.12-6.mga8 ocamlx(Sha1) = 5d3cbe37cc9abd1b08c8133a62375a56 ocamlx(Sha256) = b4b56fa54be87c7c32cb03d7170be57e ocamlx(Sha512) = e1558f85ea8a6ec5714470ab4c970720 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ocaml(CamlinternalFormatBasics) = f562e7b79dbe1bb1591060d6b4e854cf ocaml(Stdlib) = aea3513d44d604b62eaff79ad12007b3 ocaml(Stdlib__bigarray) = 33ee4c2e3aa5fb2f083dd780ce492c0b ocaml(Stdlib__bytes) = 772b4012f2db40e66e9c581c84cada7e ocaml(Stdlib__complex) = 067e32179a81c1c8dbdd0a8d52b0c645 ocaml(Stdlib__pervasives) = b21448628d3d122ebdaa9995cac0ba7f ocaml(Stdlib__seq) = c5f4ef3f36de5f47b7041eed1deb9679 ocaml(Stdlib__string) = f06d662544362cc717ad99f2d75ffa1e ocamlx(Stdlib) = 6b88613cf2b6620d6f11cd8a342880fc ocamlx(Stdlib__bytes) = 6f160e4554ac4fc65dcb567dac770c1b ocamlx(Stdlib__pervasives) = a4e6439f19e44d97d49bbd087347b9ec Processing files: ocaml-sha-debugsource-1.12-6.mga8.x86_64 Provides: ocaml-sha-debugsource = 1.12-6.mga8 ocaml-sha-debugsource(x86-64) = 1.12-6.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-6.mga8.x86_64 Provides: debuginfo(build-id) = 0bcd91f804942d0dcc5a4797a1a434e85dfcab3b debuginfo(build-id) = 12bc3d3c1338d65032f7eb387666e27af675218e ocaml-sha-debuginfo = 1.12-6.mga8 ocaml-sha-debuginfo(x86-64) = 1.12-6.mga8 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.12-6.mga8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.12-6.mga8.x86_64 Wrote: /home/iurt/rpmbuild/RPMS/x86_64/ocaml-sha-debugsource-1.12-6.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/ocaml-sha-1.12-6.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/ocaml-sha-debuginfo-1.12-6.mga8.x86_64.rpm Wrote: /home/iurt/rpmbuild/RPMS/x86_64/ocaml-sha-devel-1.12-6.mga8.x86_64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.MjpK50 + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd ocaml-sha-1.12 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/ocaml-sha-1.12-6.mga8.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.bXEsG1 + 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!