<86>Jan 25 07:48:40 userdel[3520819]: delete user 'rooter' <86>Jan 25 07:48:40 userdel[3520819]: removed group 'rooter' owned by 'rooter' <86>Jan 25 07:48:40 userdel[3520819]: removed shadow group 'rooter' owned by 'rooter' <86>Jan 25 07:48:40 groupadd[3520879]: group added to /etc/group: name=rooter, GID=1874 <86>Jan 25 07:48:40 groupadd[3520879]: group added to /etc/gshadow: name=rooter <86>Jan 25 07:48:40 groupadd[3520879]: new group: name=rooter, GID=1874 <86>Jan 25 07:48:40 useradd[3520928]: new user: name=rooter, UID=1874, GID=1874, home=/root, shell=/bin/bash, from=none <86>Jan 25 07:48:40 userdel[3520985]: delete user 'builder' <86>Jan 25 07:48:40 userdel[3520985]: removed group 'builder' owned by 'builder' <86>Jan 25 07:48:40 userdel[3520985]: removed shadow group 'builder' owned by 'builder' <86>Jan 25 07:48:40 groupadd[3521043]: group added to /etc/group: name=builder, GID=1875 <86>Jan 25 07:48:40 groupadd[3521043]: group added to /etc/gshadow: name=builder <86>Jan 25 07:48:40 groupadd[3521043]: new group: name=builder, GID=1875 <86>Jan 25 07:48:40 useradd[3521082]: new user: name=builder, UID=1875, GID=1875, 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>Jan 25 07:48:43 rpmi: rpm-build-ocaml-1.6.3-alt1 sisyphus+356727.100.1.1 1725368784 installed <13>Jan 25 07:48:44 rpmi: ocaml-5.3.0-alt1 sisyphus+369757.40.8.1 1737140585 installed <13>Jan 25 07:48:44 rpmi: ocaml-runtime-5.3.0-alt1 sisyphus+369757.40.8.1 1737140585 installed <13>Jan 25 07:48:45 rpmi: dune-3.17.1-alt2 sisyphus+370720.100.1.1 1737462782 installed Building target platforms: i586 Building for target i586 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: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.81416 + 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.81416 + 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 -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 Auto-detected concurrency: 16 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 -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/ocamlc -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[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[3]: (cd _build/default && /usr/bin/ocamlc -w -40 -g -a -o src/csexp.cma src/.csexp.objs/byte/csexp.cmo) Promoting "_build/default/csexp.install" to "csexp.install" + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.81416 + 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/lib/ocaml/ -type f -regextype posix-extended '(' -regex '.*\.(cma|cmi|cmxs|so|js)$' -o -name META ')' -printf '/usr/lib/ocaml/%P\n' + find /usr/src/tmp/ocaml-csexp-buildroot/usr/lib/ocaml/ -type d -printf '%%dir /usr/lib/ocaml/%P\n' + find /usr/src/tmp/ocaml-csexp-buildroot/usr/lib/ocaml/ -type f -regextype posix-extended '(' -regex '.*\.(a|o|cmo|cmt|cmti|cmx|cmxa|ml|mli|exe)$' -o -name opam -o -name dune-package ')' -printf '/usr/lib/ocaml/%P\n' + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/ocaml-csexp-buildroot (auto) 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/lib: (from :0) Verifying ELF objects in /usr/src/tmp/ocaml-csexp-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=relaxed,unresolved=normal) 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.81416 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.81416 + 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.iNxPML 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.AmKBch 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 Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.SktSmL 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.wrF0cT 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.FWCa6g 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, ocaml-cmt(Csexp) = 5.3.0-A3C16EAB Requires: ocaml-csexp = 1.5.2-alt1, 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__Either) = 5.3.0-46032D55, ocaml-cmi(Stdlib__Seq) = 5.3.0-22AB37E5, 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 Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.9QSlvF Adding to ocaml-csexp-devel a strict dependency on ocaml-csexp Removing 6 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/i586/ocaml-csexp-1.5.2-alt1.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/ocaml-csexp-devel-1.5.2-alt1.i586.rpm (w2.lzdio) 0.56user 0.87system 0:06.75elapsed 21%CPU (0avgtext+0avgdata 10476maxresident)k 0inputs+0outputs (0major+141342minor)pagefaults 0swaps 3.00user 2.60system 0:16.57elapsed 33%CPU (0avgtext+0avgdata 134360maxresident)k 35872inputs+0outputs (0major+201271minor)pagefaults 0swaps --- ocaml-csexp-devel-1.5.2-alt1.i586.rpm.repo 2025-01-17 19:03:59.000000000 +0000 +++ ocaml-csexp-devel-1.5.2-alt1.i586.rpm.hasher 2025-01-25 07:48:54.096612993 +0000 @@ -27,4 +27,4 @@ File: /usr/lib/ocaml/csexp/csexp.mli 100644 root:root 727e89c979f0d132ea797a77a2eb3d37 -File: /usr/lib/ocaml/csexp/dune-package 100644 root:root 43811b450010226703d8e9029c6a3b88 +File: /usr/lib/ocaml/csexp/dune-package 100644 root:root bbc1d0ff949e1160d7042be75451821a File: /usr/lib/ocaml/csexp/opam 100644 root:root 804138a58ba6fd8c2575b0e86ec9cf5d -RPMIdentity: a0c12b80ae64a7b7700d22ae19a0202ebbc2eb3f98a7ebff0a90f7936d115922050677bda50310c2d7f5d98a5a61d76030a840c8b50de4b83418a99ddfa17212 +RPMIdentity: fdebeb8c64ac36d8ccf85439c78c7c9d737c6c0ab97a167cd7e3ff6ceae201c8ada9c87d077a91e3f3e1ed4bbb74999aaceca4c9b7e901b2e516ffafef301f4d