Mock Version: 2.9 Mock Version: 2.9 Mock Version: 2.9 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target s390x --nodeps /builddir/build/SPECS/ocaml-merlin.spec'], chrootPath='/var/lib/mock/f33-build-26746821-3345932/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=201600uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target s390x --nodeps /builddir/build/SPECS/ocaml-merlin.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: s390x Building for target s390x setting SOURCE_DATE_EPOCH=1618358400 Wrote: /builddir/build/SRPMS/ocaml-merlin-3.5.0-1.fc33.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target s390x --nodeps /builddir/build/SPECS/ocaml-merlin.spec'], chrootPath='/var/lib/mock/f33-build-26746821-3345932/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=201600uid=1000gid=425user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target s390x --nodeps /builddir/build/SPECS/ocaml-merlin.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False Building target platforms: s390x Building for target s390x setting SOURCE_DATE_EPOCH=1618358400 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.bJUpi3 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf merlin-v3.5.0 + /usr/bin/bzip2 -dc /builddir/build/SOURCES/merlin-v3.5.0.tbz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd merlin-v3.5.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . Patch #0 (ocaml-merlin-test-lib64.patch): + echo 'Patch #0 (ocaml-merlin-test-lib64.patch):' + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file tests/merlin-wrapper-template Patch #1 (ocaml-merlin-emacs.patch): + echo 'Patch #1 (ocaml-merlin-emacs.patch):' + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file emacs/merlin-ac.el patching file emacs/merlin-cap.el patching file emacs/merlin-company.el patching file emacs/merlin-iedit.el patching file emacs/merlin-xref.el Patch #2 (ocaml-merlin-fedora.patch): + echo 'Patch #2 (ocaml-merlin-fedora.patch):' + /usr/bin/patch --no-backup-if-mismatch -p1 --fuzz=0 patching file tests/test-dirs/src-documentation.t/run.t + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.iDWRG1 + umask 022 + cd /builddir/build/BUILD + cd merlin-v3.5.0 + dune build -j3 File "src/ocaml/preprocess/parser_raw.mly", line 786, characters 29-36: Warning: the token COMMENT is unused. File "src/ocaml/preprocess/parser_raw.mly", line 787, characters 30-39: Warning: the token DOCSTRING is unused. File "src/ocaml/preprocess/parser_raw.mly", line 789, characters 7-10: Warning: the token EOL is unused. File "src/ocaml/preprocess/parser_raw.mly", line 699, characters 7-22: Warning: the token GREATERRBRACKET is unused. gcc src/frontend/ocamlmerlin/ocamlmerlin.exe ocamlmerlin.c: In function 'start_server.constprop.0': ocamlmerlin.c:352:40: warning: '%s' directive output may be truncated writing up to 4096 bytes into a region of size 102 [-Wformat-truncation=] 352 | snprintf(address.sun_path, 104, "./%s", socketname); | ^~ In file included from /usr/include/stdio.h:866, from ocamlmerlin.c:2: /usr/include/bits/stdio2.h:70:10: note: '__snprintf_chk' output between 3 and 4099 bytes into a destination of size 104 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ocamlmerlin.c:376:41: warning: '__snprintf_chk' output may be truncated before the last format character [-Wformat-truncation=] 376 | snprintf(socket_path, PATHSZ, "%s/%s", path_socketdir(), socketname); | ^ In file included from /usr/include/stdio.h:866, from ocamlmerlin.c:2: /usr/include/bits/stdio2.h:70:10: note: '__snprintf_chk' output 2 or more bytes (assuming 4098) into a destination of size 4097 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ocamlmerlin.c: In function 'connect_socket.constprop.0': ocamlmerlin.c:261:40: warning: '%s' directive output may be truncated writing up to 4096 bytes into a region of size 102 [-Wformat-truncation=] 261 | snprintf(address.sun_path, 104, "./%s", socketname); | ^~ In file included from /usr/include/stdio.h:866, from ocamlmerlin.c:2: /usr/include/bits/stdio2.h:70:10: note: '__snprintf_chk' output between 3 and 4099 bytes into a destination of size 104 70 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 71 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ File "src/ocaml/preprocess/parser_raw.mly", line 865, characters 0-9: Warning: the precedence level assigned to GREATERDOT is never useful. + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.hCyKb2 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/ocaml-merlin-3.5.0-1.fc33.s390x '!=' / ']' + rm -rf /builddir/build/BUILDROOT/ocaml-merlin-3.5.0-1.fc33.s390x ++ dirname /builddir/build/BUILDROOT/ocaml-merlin-3.5.0-1.fc33.s390x + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/ocaml-merlin-3.5.0-1.fc33.s390x + cd merlin-v3.5.0 + dune install --destdir=/builddir/build/BUILDROOT/ocaml-merlin-3.5.0-1.fc33.s390x Installing /builddir/build/BUILDROOT/ocaml-merlin-3.5.0-1.fc33.s390x/usr/lib64/ocaml/dot-merlin-reader/META Installing /builddir/build/BUILDROOT/ocaml-merlin-3.5.0-1.fc33.s390x/usr/lib64/ocaml/dot-merlin-reader/dune-package Installing /builddir/build/BUILDROOT/ocaml-merlin-3.5.0-1.fc33.s390x/usr/lib64/ocaml/dot-merlin-reader/opam Installing /builddir/build/BUILDROOT/ocaml-merlin-3.5.0-1.fc33.s390x/usr/bin/dot-merlin-reader Installing /builddir/build/BUILDROOT/ocaml-merlin-3.5.0-1.fc33.s390x/usr/doc/dot-merlin-reader/CHANGES.md Installing /builddir/build/BUILDROOT/ocaml-merlin-3.5.0-1.fc33.s390x/usr/doc/dot-merlin-reader/LICENSE Installing /builddir/build/BUILDROOT/ocaml-merlin-3.5.0-1.fc33.s390x/usr/doc/dot-merlin-reader/README.md Installing /builddir/build/BUILDROOT/ocaml-merlin-3.5.0-1.fc33.s390x/usr/lib64/ocaml/merlin/META Installing /builddir/build/BUILDROOT/ocaml-merlin-3.5.0-1.fc33.s390x/usr/lib64/ocaml/merlin/dune-package Installing /builddir/build/BUILDROOT/ocaml-merlin-3.5.0-1.fc33.s390x/usr/lib64/ocaml/merlin/opam Installing /builddir/build/BUILDROOT/ocaml-merlin-3.5.0-1.fc33.s390x/usr/bin/ocamlmerlin Installing /builddir/build/BUILDROOT/ocaml-merlin-3.5.0-1.fc33.s390x/usr/bin/ocamlmerlin-server Installing /builddir/build/BUILDROOT/ocaml-merlin-3.5.0-1.fc33.s390x/usr/share/merlin/vim/autoload/ctrlp/locate.vim Installing /builddir/build/BUILDROOT/ocaml-merlin-3.5.0-1.fc33.s390x/usr/share/merlin/vim/autoload/ctrlp/outline.vim Installing /builddir/build/BUILDROOT/ocaml-merlin-3.5.0-1.fc33.s390x/usr/share/merlin/vim/autoload/merlin.py Installing /builddir/build/BUILDROOT/ocaml-merlin-3.5.0-1.fc33.s390x/usr/share/merlin/vim/autoload/merlin.vim Installing /builddir/build/BUILDROOT/ocaml-merlin-3.5.0-1.fc33.s390x/usr/share/merlin/vim/autoload/merlin_find.vim Installing /builddir/build/BUILDROOT/ocaml-merlin-3.5.0-1.fc33.s390x/usr/share/merlin/vim/autoload/merlin_type.vim Installing /builddir/build/BUILDROOT/ocaml-merlin-3.5.0-1.fc33.s390x/usr/share/merlin/vim/autoload/merlin_visual.vim Installing /builddir/build/BUILDROOT/ocaml-merlin-3.5.0-1.fc33.s390x/usr/share/merlin/vim/autoload/neomake/makers/ft/ocaml.vim Installing /builddir/build/BUILDROOT/ocaml-merlin-3.5.0-1.fc33.s390x/usr/share/merlin/vim/doc/merlin.txt Installing /builddir/build/BUILDROOT/ocaml-merlin-3.5.0-1.fc33.s390x/usr/share/merlin/vim/ftdetect/merlin.vim Installing /builddir/build/BUILDROOT/ocaml-merlin-3.5.0-1.fc33.s390x/usr/share/merlin/vim/ftplugin/merlin.vim Installing /builddir/build/BUILDROOT/ocaml-merlin-3.5.0-1.fc33.s390x/usr/share/merlin/vim/ftplugin/ocaml.vim Installing /builddir/build/BUILDROOT/ocaml-merlin-3.5.0-1.fc33.s390x/usr/share/merlin/vim/ftplugin/omlet.vim Installing /builddir/build/BUILDROOT/ocaml-merlin-3.5.0-1.fc33.s390x/usr/share/merlin/vim/ftplugin/reason.vim Installing /builddir/build/BUILDROOT/ocaml-merlin-3.5.0-1.fc33.s390x/usr/share/merlin/vim/plugin/merlin.vim Installing /builddir/build/BUILDROOT/ocaml-merlin-3.5.0-1.fc33.s390x/usr/share/merlin/vim/syntax/merlin.vim Installing /builddir/build/BUILDROOT/ocaml-merlin-3.5.0-1.fc33.s390x/usr/share/merlin/vim/syntax_checkers/ocaml/merlin.vim Installing /builddir/build/BUILDROOT/ocaml-merlin-3.5.0-1.fc33.s390x/usr/share/merlin/vim/syntax_checkers/omlet/merlin.vim Installing /builddir/build/BUILDROOT/ocaml-merlin-3.5.0-1.fc33.s390x/usr/share/emacs/site-lisp/merlin-ac.el Installing /builddir/build/BUILDROOT/ocaml-merlin-3.5.0-1.fc33.s390x/usr/share/emacs/site-lisp/merlin-cap.el Installing /builddir/build/BUILDROOT/ocaml-merlin-3.5.0-1.fc33.s390x/usr/share/emacs/site-lisp/merlin-company.el Installing /builddir/build/BUILDROOT/ocaml-merlin-3.5.0-1.fc33.s390x/usr/share/emacs/site-lisp/merlin-iedit.el Installing /builddir/build/BUILDROOT/ocaml-merlin-3.5.0-1.fc33.s390x/usr/share/emacs/site-lisp/merlin-imenu.el Installing /builddir/build/BUILDROOT/ocaml-merlin-3.5.0-1.fc33.s390x/usr/share/emacs/site-lisp/merlin-xref.el Installing /builddir/build/BUILDROOT/ocaml-merlin-3.5.0-1.fc33.s390x/usr/share/emacs/site-lisp/merlin.el Installing /builddir/build/BUILDROOT/ocaml-merlin-3.5.0-1.fc33.s390x/usr/doc/merlin/CHANGES.md Installing /builddir/build/BUILDROOT/ocaml-merlin-3.5.0-1.fc33.s390x/usr/doc/merlin/LICENSE Installing /builddir/build/BUILDROOT/ocaml-merlin-3.5.0-1.fc33.s390x/usr/doc/merlin/README.md + find /builddir/build/BUILDROOT/ocaml-merlin-3.5.0-1.fc33.s390x/usr/lib64/ocaml -name '*.ml' -delete + rm -fr /builddir/build/BUILDROOT/ocaml-merlin-3.5.0-1.fc33.s390x/usr/doc + mkdir -p /builddir/build/BUILDROOT/ocaml-merlin-3.5.0-1.fc33.s390x/usr/share/vim/vimfiles + mv /builddir/build/BUILDROOT/ocaml-merlin-3.5.0-1.fc33.s390x/usr/share/merlin/vim/autoload /builddir/build/BUILDROOT/ocaml-merlin-3.5.0-1.fc33.s390x/usr/share/merlin/vim/doc /builddir/build/BUILDROOT/ocaml-merlin-3.5.0-1.fc33.s390x/usr/share/merlin/vim/ftdetect /builddir/build/BUILDROOT/ocaml-merlin-3.5.0-1.fc33.s390x/usr/share/merlin/vim/ftplugin /builddir/build/BUILDROOT/ocaml-merlin-3.5.0-1.fc33.s390x/usr/share/merlin/vim/plugin /builddir/build/BUILDROOT/ocaml-merlin-3.5.0-1.fc33.s390x/usr/share/merlin/vim/syntax /builddir/build/BUILDROOT/ocaml-merlin-3.5.0-1.fc33.s390x/usr/share/merlin/vim/syntax_checkers /builddir/build/BUILDROOT/ocaml-merlin-3.5.0-1.fc33.s390x/usr/share/vim/vimfiles + rm -fr /builddir/build/BUILDROOT/ocaml-merlin-3.5.0-1.fc33.s390x/usr/share/merlin + cd /builddir/build/BUILDROOT/ocaml-merlin-3.5.0-1.fc33.s390x/usr/share/emacs/site-lisp + emacs -batch --no-init-file --no-site-file --eval '(progn (setq generated-autoload-file "/builddir/build/BUILDROOT/ocaml-merlin-3.5.0-1.fc33.s390x/usr/share/emacs/site-lisp/merlin-autoloads.el" backup-inhibited t) (update-directory-autoloads "."))' INFO Scraping files for merlin-autoloads.el... INFO Scraping files for merlin-autoloads.el...done + mkdir -p /builddir/build/BUILDROOT/ocaml-merlin-3.5.0-1.fc33.s390x/usr/share/emacs/site-lisp/site-start.d + mv merlin-autoloads.el /builddir/build/BUILDROOT/ocaml-merlin-3.5.0-1.fc33.s390x/usr/share/emacs/site-lisp/site-start.d + emacs -batch --no-init-file --no-site-file --eval '(progn (provide (quote auto-complete)) (provide (quote company)) (provide (quote iedit)) (setq load-path (cons "." load-path)))' -f batch-byte-compile merlin-ac.el merlin-cap.el merlin-company.el merlin-iedit.el merlin-imenu.el merlin-xref.el merlin.el In merlin-ac--source-refresh-cache: merlin-ac.el:82:53:Warning: reference to free variable `ac-prefix' In merlin-ac--source-init: merlin-ac.el:91:26:Warning: reference to free variable `ac-point' In merlin-ac--candidates: merlin-ac.el:114:49:Warning: reference to free variable `ac-prefix' In merlin-ac-setup-easy: merlin-ac.el:126:30:Warning: assignment to free variable `ac-auto-show-menu' merlin-ac.el:129:58:Warning: assignment to free variable `ac-auto-start' merlin-ac.el:128:30:Warning: assignment to free variable `ac-delay' merlin-ac.el:131:51:Warning: assignment to free variable `ac-expand-on-auto-complete' merlin-ac.el:130:30:Warning: assignment to free variable `ac-ignore-case' merlin-ac.el:131:30:Warning: assignment to free variable `ac-trigger-commands' In ac-merlin-locate: merlin-ac.el:139:27:Warning: reference to free variable `ac-menu' In merlin-ac--setup: merlin-ac.el:161:19:Warning: reference to free variable `ac-sources' merlin-ac.el:161:19:Warning: assignment to free variable `ac-sources' In end of data: merlin-ac.el:167:1:Warning: the following functions are not known to be defined: popup-make-item, popup-item-summary, auto-complete-mode, ac-menu-live-p, popup-hidden-p, ac-show-menu, ac-selected-candidate, ac-define-source In toplevel form: merlin-company.el:138:15:Warning: reference to free variable `company-backends' merlin-company.el:138:15:Warning: assignment to free variable `company-backends' In end of data: merlin-company.el:142:1:Warning: the following functions are not known to be defined: company-begin-backend, company-in-string-or-comment In merlin-iedit--make-occurrences-overlays: merlin-iedit.el:31:9:Warning: assignment to free variable `iedit-aborting' merlin-iedit.el:45:19:Warning: assignment to free variable `iedit-occurrences-overlays' merlin-iedit.el:43:21:Warning: assignment to free variable `iedit-read-only-occurrences-overlays' merlin-iedit.el:42:72:Warning: reference to free variable `iedit-read-only-occurrences-overlays' merlin-iedit.el:44:60:Warning: reference to free variable `iedit-occurrences-overlays' In merlin-iedit-occurrences: merlin-iedit.el:52:7:Warning: reference to free variable `iedit-mode' In end of data: merlin-iedit.el:66:1:Warning: the following functions are not known to be defined: iedit-make-read-only-occurrence-overlay, iedit-make-occurrence-overlay, iedit-mode, iedit-start /builddir/build/BUILD/merlin-v3.5.0 + cd - + /usr/lib/rpm/find-debuginfo.sh -j3 --strict-build-id -m -i --build-id-seed 3.5.0-1.fc33 --unique-debug-suffix -3.5.0-1.fc33.s390x --unique-debug-src-base ocaml-merlin-3.5.0-1.fc33.s390x --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/merlin-v3.5.0 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/ocaml-merlin-3.5.0-1.fc33.s390x/usr/bin/dot-merlin-reader explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/ocaml-merlin-3.5.0-1.fc33.s390x/usr/bin/ocamlmerlin-server explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/ocaml-merlin-3.5.0-1.fc33.s390x/usr/bin/ocamlmerlin extracting debug info from /builddir/build/BUILDROOT/ocaml-merlin-3.5.0-1.fc33.s390x/usr/bin/ocamlmerlin-server extracting debug info from /builddir/build/BUILDROOT/ocaml-merlin-3.5.0-1.fc33.s390x/usr/bin/ocamlmerlin extracting debug info from /builddir/build/BUILDROOT/ocaml-merlin-3.5.0-1.fc33.s390x/usr/bin/dot-merlin-reader original debug info size: 3304kB, size after compression: 3300kB /usr/lib/rpm/sepdebugcrcfix: Updated 3 CRC32s, 0 CRC32s did match. cpio: _build/default/: Cannot stat: No such file or directory cpio: _build/default/buffer.ml: Cannot stat: No such file or directory cpio: _build/default/bytes.ml: Cannot stat: No such file or directory cpio: _build/default/char.ml: Cannot stat: No such file or directory cpio: _build/default/filename.ml: Cannot stat: No such file or directory cpio: _build/default/format.ml: Cannot stat: No such file or directory cpio: _build/default/hashtbl.ml: Cannot stat: No such file or directory cpio: _build/default/list.ml: Cannot stat: No such file or directory cpio: _build/default/map.ml: Cannot stat: No such file or directory cpio: _build/default/obj.ml: Cannot stat: No such file or directory cpio: _build/default/option.ml: Cannot stat: No such file or directory cpio: _build/default/printexc.ml: Cannot stat: No such file or directory cpio: _build/default/printf.ml: Cannot stat: No such file or directory cpio: _build/default/set.ml: Cannot stat: No such file or directory cpio: _build/default/src/utils/src/platform/platform_misc.c: Cannot stat: No such file or directory cpio: _build/default/stdlib.ml: Cannot stat: No such file or directory cpio: _build/default/str.ml: Cannot stat: No such file or directory cpio: _build/default/string.ml: Cannot stat: No such file or directory 10666 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.XswYU3 + umask 022 + cd /builddir/build/BUILD + cd merlin-v3.5.0 + RPM_EC=0 ++ jobs -p + exit 0 Processing files: ocaml-merlin-3.5.0-1.fc33.s390x Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.IW1M43 + umask 022 + cd /builddir/build/BUILD + cd merlin-v3.5.0 + DOCDIR=/builddir/build/BUILDROOT/ocaml-merlin-3.5.0-1.fc33.s390x/usr/share/doc/ocaml-merlin + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ocaml-merlin-3.5.0-1.fc33.s390x/usr/share/doc/ocaml-merlin + cp -pr doc/dev doc/features.md doc/next doc/pres /builddir/build/BUILDROOT/ocaml-merlin-3.5.0-1.fc33.s390x/usr/share/doc/ocaml-merlin + cp -pr featuremap.tines featuremap.txt /builddir/build/BUILDROOT/ocaml-merlin-3.5.0-1.fc33.s390x/usr/share/doc/ocaml-merlin + cp -pr README.md /builddir/build/BUILDROOT/ocaml-merlin-3.5.0-1.fc33.s390x/usr/share/doc/ocaml-merlin + cp -pr CHANGES.md /builddir/build/BUILDROOT/ocaml-merlin-3.5.0-1.fc33.s390x/usr/share/doc/ocaml-merlin + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.iSMT63 + umask 022 + cd /builddir/build/BUILD + cd merlin-v3.5.0 + LICENSEDIR=/builddir/build/BUILDROOT/ocaml-merlin-3.5.0-1.fc33.s390x/usr/share/licenses/ocaml-merlin + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ocaml-merlin-3.5.0-1.fc33.s390x/usr/share/licenses/ocaml-merlin + cp -pr LICENSE /builddir/build/BUILDROOT/ocaml-merlin-3.5.0-1.fc33.s390x/usr/share/licenses/ocaml-merlin + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml-merlin = 3.5.0-1.fc33 ocaml-merlin(s390-64) = 3.5.0-1.fc33 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.10)(64bit) libc.so.6(GLIBC_2.11)(64bit) libc.so.6(GLIBC_2.15)(64bit) libc.so.6(GLIBC_2.16)(64bit) libc.so.6(GLIBC_2.17)(64bit) libc.so.6(GLIBC_2.2)(64bit) libc.so.6(GLIBC_2.28)(64bit) libc.so.6(GLIBC_2.3)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libc.so.6(GLIBC_2.7)(64bit) libc.so.6(GLIBC_2.9)(64bit) libdl.so.2()(64bit) libdl.so.2(GLIBC_2.2)(64bit) libm.so.6()(64bit) libm.so.6(GLIBC_2.2)(64bit) libm.so.6(GLIBC_2.27)(64bit) libm.so.6(GLIBC_2.29)(64bit) rtld(GNU_HASH) Processing files: ocaml-merlin-debugsource-3.5.0-1.fc33.s390x Provides: ocaml-merlin-debugsource = 3.5.0-1.fc33 ocaml-merlin-debugsource(s390-64) = 3.5.0-1.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: ocaml-merlin-debuginfo-3.5.0-1.fc33.s390x Provides: debuginfo(build-id) = 346c88d0212857cac442beaa5df6633ad00dbb76 debuginfo(build-id) = 539f5beadbed6ebf48c10462fcc54b0d4108f041 debuginfo(build-id) = 7c7e94f7140daa6ae057d5899bbe7e04c16d6a20 ocaml-merlin-debuginfo = 3.5.0-1.fc33 ocaml-merlin-debuginfo(s390-64) = 3.5.0-1.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: ocaml-merlin-debugsource(s390-64) = 3.5.0-1.fc33 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/ocaml-merlin-3.5.0-1.fc33.s390x Wrote: /builddir/build/RPMS/ocaml-merlin-debuginfo-3.5.0-1.fc33.s390x.rpm Wrote: /builddir/build/RPMS/ocaml-merlin-debugsource-3.5.0-1.fc33.s390x.rpm Wrote: /builddir/build/RPMS/ocaml-merlin-3.5.0-1.fc33.s390x.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.xUCEE3 + umask 022 + cd /builddir/build/BUILD + cd merlin-v3.5.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/ocaml-merlin-3.5.0-1.fc33.s390x + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0