<86>Feb 9 07:48:51 userdel[801915]: delete user 'rooter' <86>Feb 9 07:48:51 userdel[801915]: removed group 'rooter' owned by 'rooter' <86>Feb 9 07:48:51 userdel[801915]: removed shadow group 'rooter' owned by 'rooter' <86>Feb 9 07:48:51 groupadd[801954]: group added to /etc/group: name=rooter, GID=1823 <86>Feb 9 07:48:51 groupadd[801954]: group added to /etc/gshadow: name=rooter <86>Feb 9 07:48:51 groupadd[801954]: new group: name=rooter, GID=1823 <86>Feb 9 07:48:51 useradd[801983]: new user: name=rooter, UID=1823, GID=1823, home=/root, shell=/bin/bash, from=none <86>Feb 9 07:48:51 userdel[802014]: delete user 'builder' <86>Feb 9 07:48:51 userdel[802014]: removed group 'builder' owned by 'builder' <86>Feb 9 07:48:51 userdel[802014]: removed shadow group 'builder' owned by 'builder' <86>Feb 9 07:48:51 groupadd[802050]: group added to /etc/group: name=builder, GID=1824 <86>Feb 9 07:48:51 groupadd[802050]: group added to /etc/gshadow: name=builder <86>Feb 9 07:48:51 groupadd[802050]: new group: name=builder, GID=1824 <86>Feb 9 07:48:51 useradd[802074]: new user: name=builder, UID=1824, GID=1824, home=/usr/src, shell=/bin/bash, from=none warning: Macro %dune_build not found warning: Macro %dune_install not found warning: Macro %dune_check not found <13>Feb 9 07:48:54 rpmi: rpm-build-ocaml-1.6.4-alt1 sisyphus+370960.40.7.1 1738062732 installed <13>Feb 9 07:48:57 rpmi: ocaml-5.3.0-alt2 sisyphus+370960.140.7.2 1738104583 installed <13>Feb 9 07:48:57 rpmi: ocaml-runtime-5.3.0-alt2 sisyphus+370960.140.7.2 1738104583 installed <13>Feb 9 07:48:57 rpmi: dune-3.17.2-alt1 sisyphus+373309.100.1.1 1738771181 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/ocaml-csexp-1.5.2-alt1.nosrc.rpm (w1.gzdio) Installing ocaml-csexp-1.5.2-alt1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.58394 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf ocaml-csexp-1.5.2 + echo 'Source #0 (ocaml-csexp-1.5.2.tar):' Source #0 (ocaml-csexp-1.5.2.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/ocaml-csexp-1.5.2.tar + cd ocaml-csexp-1.5.2 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.58394 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ocaml-csexp-1.5.2 + sed '3 i (version 1.5.2)' dune-project (lang dune 3.4) (name csexp) (version 1.5.2) (license MIT) (maintainers "Jeremie Dimino ") (authors "Quentin Hocquet " "Jane Street Group, LLC " "Jeremie Dimino ") (source (github ocaml-dune/csexp)) (documentation "https://ocaml-dune.github.io/csexp/") (generate_opam_files true) (package (name csexp) (depends (ocaml (>= 4.03.0)) ; (ppx_expect :with-test) ; Disabled because of a dependency cycle ; (see https://github.com/ocaml-opam/opam-depext/issues/121) ) (synopsis "Parsing and printing of S-expressions in Canonical form") (description " This library provides minimal support for Canonical S-expressions [1]. Canonical S-expressions are a binary encoding of S-expressions that is super simple and well suited for communication between programs. This library only provides a few helpers for simple applications. If you need more advanced support, such as parsing from more fancy input sources, you should consider copying the code of this library given how simple parsing S-expressions in canonical form is. To avoid a dependency on a particular S-expression library, the only module of this library is parameterised by the type of S-expressions. [1] https://en.wikipedia.org/wiki/Canonical_S-expressions ")) + /usr/bin/dune build --verbose -j16 -p csexp Shared cache: enabled-except-user-rules Shared cache location: /usr/src/.cache/dune/db Workspace root: /usr/src/RPM/BUILD/ocaml-csexp-1.5.2 Dune context: { name = "default" ; kind = "default" ; profile = Release ; merlin = true ; fdo_target_exe = None ; build_dir = In_build_dir "default" ; instrument_with = [] } Actual targets: - recursive alias @install Running[1]: (cd _build/default && /usr/bin/ocamlc.opt -w -40 -g -bin-annot -bin-annot-occurrences -I src/.csexp.objs/byte -no-alias-deps -o src/.csexp.objs/byte/csexp.cmi -c -intf src/csexp.mli) Running[2]: (cd _build/default && /usr/bin/ocamlopt.opt -w -40 -g -I src/.csexp.objs/byte -I src/.csexp.objs/native -intf-suffix .ml -no-alias-deps -o src/.csexp.objs/native/csexp.cmx -c -impl src/csexp.ml) Running[3]: (cd _build/default && /usr/bin/ocamlc.opt -w -40 -g -bin-annot -bin-annot-occurrences -I src/.csexp.objs/byte -intf-suffix .ml -no-alias-deps -o src/.csexp.objs/byte/csexp.cmo -c -impl src/csexp.ml) Output[3]: File "src/csexp.ml", line 236, characters 7-14: 236 | [@@inlined always] ^^^^^^^ Warning 53 [misplaced-attribute]: the "inlined" attribute cannot appear in this context Running[4]: (cd _build/default && /usr/bin/ocamlc.opt -w -40 -g -a -o src/csexp.cma src/.csexp.objs/byte/csexp.cmo) Output[2]: File "src/csexp.ml", line 236, characters 7-14: 236 | [@@inlined always] ^^^^^^^ Warning 53 [misplaced-attribute]: the "inlined" attribute cannot appear in this context Running[5]: (cd _build/default && /usr/bin/ocamlopt.opt -w -40 -g -a -o src/csexp.cmxa src/.csexp.objs/native/csexp.cmx) Running[6]: (cd _build/default && /usr/bin/ocamlopt.opt -w -40 -g -shared -linkall -I src -o src/csexp.cmxs src/csexp.cmxa) Promoting "_build/default/csexp.install" to "csexp.install" + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.58394 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/ocaml-csexp-buildroot + : + /bin/rm -rf -- /usr/src/tmp/ocaml-csexp-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/usr/bin:/bin:/usr/local/bin:/usr/games + cd ocaml-csexp-1.5.2 + __dune_install + /usr/bin/dune install --destdir=/usr/src/tmp/ocaml-csexp-buildroot + __ocaml_find_files + find /usr/src/tmp/ocaml-csexp-buildroot/usr/lib64/ocaml/ -type f -regextype posix-extended '(' -regex '.*\.(cmo|cma|cmi|cmxs|so|js)$' ')' -printf '/usr/lib64/ocaml/%P\n' + find /usr/src/tmp/ocaml-csexp-buildroot/usr/lib64/ocaml/ -type d -printf '%%dir /usr/lib64/ocaml/%P\n' + find /usr/src/tmp/ocaml-csexp-buildroot/usr/lib64/ocaml/ -type f -regextype posix-extended '(' -regex '.*\.(a|o|cmt|cmti|cmx|cmxa|ml|mli|exe)$' -o -name META -o -name opam -o -name dune-package ')' -printf '/usr/lib64/ocaml/%P\n' + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/ocaml-csexp-buildroot (auto) mode of './usr/lib64/ocaml/csexp/csexp.cmxs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) Verifying and fixing files in /usr/src/tmp/ocaml-csexp-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/ocaml-csexp-buildroot/ (default) Compressing files in /usr/src/tmp/ocaml-csexp-buildroot (auto) Adjusting library links in /usr/src/tmp/ocaml-csexp-buildroot ./usr/lib64: (from :0) 056-debuginfo.brp: WARNING: 1 non-stripped binaries don't contain .debug sections making -debuginfo 056-debuginfo.brp: WARNING: package less relevant. An excerpt from the list of affected files follows: ./usr/lib64/ocaml/csexp/csexp.cmxs 056-debuginfo.brp: WARNING: debuginfo without debug sources. Verifying ELF objects in /usr/src/tmp/ocaml-csexp-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) verify-elf: WARNING: ./usr/lib64/ocaml/csexp/csexp.cmxs: undefined symbol: caml_ml_input_char verify-elf: WARNING: ./usr/lib64/ocaml/csexp/csexp.cmxs: undefined symbol: caml_ml_output_char verify-elf: WARNING: ./usr/lib64/ocaml/csexp/csexp.cmxs: undefined symbol: caml_exn_End_of_file verify-elf: WARNING: ./usr/lib64/ocaml/csexp/csexp.cmxs: undefined symbol: caml_exn_Assert_failure verify-elf: WARNING: ./usr/lib64/ocaml/csexp/csexp.cmxs: undefined symbol: caml_call_gc verify-elf: WARNING: ./usr/lib64/ocaml/csexp/csexp.cmxs: undefined symbol: camlStdlib.output_string_838 verify-elf: WARNING: ./usr/lib64/ocaml/csexp/csexp.cmxs: undefined symbol: camlStdlib__Buffer.add_string_705 verify-elf: WARNING: ./usr/lib64/ocaml/csexp/csexp.cmxs: undefined symbol: camlStdlib__Bytes.blit_string_538 verify-elf: WARNING: ./usr/lib64/ocaml/csexp/csexp.cmxs: undefined symbol: camlStdlib__Format.ksprintf_5623 verify-elf: WARNING: ./usr/lib64/ocaml/csexp/csexp.cmxs: undefined symbol: caml_c_call verify-elf: WARNING: ./usr/lib64/ocaml/csexp/csexp.cmxs: undefined symbol: camlStdlib.string_of_int_541 verify-elf: WARNING: ./usr/lib64/ocaml/csexp/csexp.cmxs: undefined symbol: caml_initialize verify-elf: WARNING: ./usr/lib64/ocaml/csexp/csexp.cmxs: undefined symbol: caml_fresh_oo_id verify-elf: WARNING: ./usr/lib64/ocaml/csexp/csexp.cmxs: undefined symbol: camlStdlib__Buffer.resize_347 verify-elf: WARNING: ./usr/lib64/ocaml/csexp/csexp.cmxs: undefined symbol: caml_reraise_exn verify-elf: WARNING: ./usr/lib64/ocaml/csexp/csexp.cmxs: undefined symbol: camlStdlib.really_input_string_1076 verify-elf: WARNING: ./usr/lib64/ocaml/csexp/csexp.cmxs: undefined symbol: camlStdlib__Bytes.sub_332 verify-elf: WARNING: ./usr/lib64/ocaml/csexp/csexp.cmxs: undefined symbol: caml_call_realloc_stack verify-elf: WARNING: ./usr/lib64/ocaml/csexp/csexp.cmxs: undefined symbol: caml_allocN verify-elf: WARNING: ./usr/lib64/ocaml/csexp/csexp.cmxs: undefined symbol: camlStdlib__Buffer.create_122 verify-elf: WARNING: ./usr/lib64/ocaml/csexp/csexp.cmxs: undefined symbol: caml_raise_exn verify-elf: WARNING: ./usr/lib64/ocaml/csexp/csexp.cmxs: undefined symbol: caml_blit_string verify-elf: WARNING: ./usr/lib64/ocaml/csexp/csexp.cmxs: undefined symbol: camlStdlib__List.fold_left_788 verify-elf: WARNING: ./usr/lib64/ocaml/csexp/csexp.cmxs: undefined symbol: camlStdlib__List.iter_740 verify-elf: WARNING: ./usr/lib64/ocaml/csexp/csexp.cmxs: undefined symbol: camlStdlib__Buffer.add_char_427 Splitting links to aliased files under /{,s}bin in /usr/src/tmp/ocaml-csexp-buildroot Executing(%check): /bin/sh -e /usr/src/tmp/rpm-tmp.58394 Check is turned off by --without check Processing files: ocaml-csexp-1.5.2-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.58394 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ocaml-csexp-1.5.2 + DOCDIR=/usr/src/tmp/ocaml-csexp-buildroot/usr/share/doc/ocaml-csexp-1.5.2 + export DOCDIR + rm -rf /usr/src/tmp/ocaml-csexp-buildroot/usr/share/doc/ocaml-csexp-1.5.2 + /bin/mkdir -p /usr/src/tmp/ocaml-csexp-buildroot/usr/share/doc/ocaml-csexp-1.5.2 + cp -prL LICENSE.md CHANGES.md README.md /usr/src/tmp/ocaml-csexp-buildroot/usr/share/doc/ocaml-csexp-1.5.2 + chmod -R go-w /usr/src/tmp/ocaml-csexp-buildroot/usr/share/doc/ocaml-csexp-1.5.2 + chmod -R a+rX /usr/src/tmp/ocaml-csexp-buildroot/usr/share/doc/ocaml-csexp-1.5.2 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.NkzUu8 find-provides: running scripts (debuginfo,lib,ocaml,pam,perl,pkgconfig,python,python3,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.QXgKtH find-requires: running scripts (cpp,debuginfo,files,lib,ocaml,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Provides: ocaml-cmi(Csexp) = 5.3.0-A3C16EAB Requires: ocaml-cmi(CamlinternalFormatBasics) = 5.3.0-863A7F52, ocaml-cmi(Stdlib) = 5.3.0-B7726274, ocaml-cmi(Stdlib__Buffer) = 5.3.0-FB4E9405, ocaml-cmi(Stdlib__Char) = 5.3.0-BEAD476D, ocaml-cmi(Stdlib__Domain) = 5.3.0-22513DFB, ocaml-cmi(Stdlib__Either) = 5.3.0-46032D55, ocaml-cmi(Stdlib__Format) = 5.3.0-41F15359, ocaml-cmi(Stdlib__List) = 5.3.0-62B12B20, ocaml-cmi(Stdlib__Seq) = 5.3.0-22AB37E5, ocaml-cmi(Stdlib__String) = 5.3.0-E140441D, ocaml-cmi(Stdlib__Sys) = 5.3.0-37FFC174, ocaml-cmi(Stdlib__Uchar) = 5.3.0-E99839B7, rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.QmiYOs Creating ocaml-csexp-debuginfo package Processing files: ocaml-csexp-devel-1.5.2-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.ANFI8I find-provides: running scripts (debuginfo,lib,ocaml,pam,perl,pkgconfig,python,python3,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.tqsoaY find-requires: running scripts (cpp,debuginfo,files,lib,ocaml,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Provides: ocaml-cmt(Csexp) = 5.3.0-A3C16EAB, ocaml-cmx(Csexp) = 5.3.0-04146A83 Requires: ocaml-csexp = 1.5.2-alt1, ocaml-cmi(CamlinternalFormatBasics) = 5.3.0-863A7F52, ocaml-cmi(Csexp) = 5.3.0-A3C16EAB, ocaml-cmi(Stdlib) = 5.3.0-B7726274, ocaml-cmi(Stdlib__Buffer) = 5.3.0-FB4E9405, ocaml-cmi(Stdlib__Char) = 5.3.0-BEAD476D, ocaml-cmi(Stdlib__Domain) = 5.3.0-22513DFB, ocaml-cmi(Stdlib__Either) = 5.3.0-46032D55, ocaml-cmi(Stdlib__Format) = 5.3.0-41F15359, ocaml-cmi(Stdlib__List) = 5.3.0-62B12B20, ocaml-cmi(Stdlib__Seq) = 5.3.0-22AB37E5, ocaml-cmi(Stdlib__String) = 5.3.0-E140441D, ocaml-cmi(Stdlib__Sys) = 5.3.0-37FFC174, ocaml-cmi(Stdlib__Uchar) = 5.3.0-E99839B7, ocaml-cmt(CamlinternalFormatBasics) = 5.3.0-863A7F52, ocaml-cmt(Stdlib) = 5.3.0-B7726274, ocaml-cmt(Stdlib__Buffer) = 5.3.0-FB4E9405, ocaml-cmt(Stdlib__Char) = 5.3.0-BEAD476D, ocaml-cmt(Stdlib__Domain) = 5.3.0-22513DFB, ocaml-cmt(Stdlib__Either) = 5.3.0-46032D55, ocaml-cmt(Stdlib__Format) = 5.3.0-41F15359, ocaml-cmt(Stdlib__List) = 5.3.0-62B12B20, ocaml-cmt(Stdlib__Seq) = 5.3.0-22AB37E5, ocaml-cmt(Stdlib__String) = 5.3.0-E140441D, ocaml-cmt(Stdlib__Sys) = 5.3.0-37FFC174, ocaml-cmt(Stdlib__Uchar) = 5.3.0-E99839B7, ocaml-cmx(CamlinternalFormat) = 5.3.0-45235C23, ocaml-cmx(Stdlib) = 5.3.0-121948B3, ocaml-cmx(Stdlib__Buffer) = 5.3.0-9EF977E9, ocaml-cmx(Stdlib__Bytes) = 5.3.0-6FE694A6, ocaml-cmx(Stdlib__Format) = 5.3.0-51731280, ocaml-cmx(Stdlib__List) = 5.3.0-4723A931, ocaml-cmx(Stdlib__String) = 5.3.0-B7399B63, ocaml-cmx(Stdlib__Sys) = 5.3.0-2EB4BE75 Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.SDFtlQ Processing files: ocaml-csexp-debuginfo-1.5.2-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.VuxACk find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.jbueR2 find-requires: running scripts (debuginfo) Requires: ocaml-csexp = 1.5.2-alt1 Adding to ocaml-csexp-devel a strict dependency on ocaml-csexp Adding to ocaml-csexp-debuginfo a strict dependency on ocaml-csexp Removing 1 extra deps from ocaml-csexp-devel due to dependency on ocaml-csexp Removing 12 extra deps from ocaml-csexp-devel due to repentancy on ocaml-csexp warning: Installed (but unpackaged) file(s) found: /usr/share/doc/csexp/CHANGES.md /usr/share/doc/csexp/LICENSE.md /usr/share/doc/csexp/README.md Wrote: /usr/src/RPM/RPMS/x86_64/ocaml-csexp-1.5.2-alt1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/ocaml-csexp-devel-1.5.2-alt1.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/ocaml-csexp-debuginfo-1.5.2-alt1.x86_64.rpm (w2.lzdio) 0.72user 1.23system 0:08.83elapsed 22%CPU (0avgtext+0avgdata 38984maxresident)k 0inputs+0outputs (0major+256691minor)pagefaults 0swaps 3.53user 2.72system 0:21.29elapsed 29%CPU (0avgtext+0avgdata 138232maxresident)k 0inputs+0outputs (0major+206400minor)pagefaults 0swaps