<86>Feb 11 04:37:34 userdel[1230321]: delete user 'rooter' <86>Feb 11 04:37:34 userdel[1230321]: removed group 'rooter' owned by 'rooter' <86>Feb 11 04:37:34 userdel[1230321]: removed shadow group 'rooter' owned by 'rooter' <86>Feb 11 04:37:34 groupadd[1230367]: group added to /etc/group: name=rooter, GID=1344 <86>Feb 11 04:37:34 groupadd[1230367]: group added to /etc/gshadow: name=rooter <86>Feb 11 04:37:34 groupadd[1230367]: new group: name=rooter, GID=1344 <86>Feb 11 04:37:34 useradd[1230398]: new user: name=rooter, UID=1344, GID=1344, home=/root, shell=/bin/bash <86>Feb 11 04:37:34 userdel[1230455]: delete user 'builder' <86>Feb 11 04:37:34 userdel[1230455]: removed group 'builder' owned by 'builder' <86>Feb 11 04:37:34 userdel[1230455]: removed shadow group 'builder' owned by 'builder' <86>Feb 11 04:37:34 groupadd[1230503]: group added to /etc/group: name=builder, GID=1345 <86>Feb 11 04:37:34 groupadd[1230503]: group added to /etc/gshadow: name=builder <86>Feb 11 04:37:34 groupadd[1230503]: new group: name=builder, GID=1345 <86>Feb 11 04:37:34 useradd[1230543]: new user: name=builder, UID=1345, GID=1345, home=/usr/src, shell=/bin/bash /usr/src/in/srpm/ocaml-bdb-4.3.21-alt10.src.rpm: The use of such a license name is ambiguous: GPL <13>Feb 11 04:37:35 rpmi: ocaml-runtime-4.13.1-alt1 sisyphus+288339.100.3.1 1636228564 installed <13>Feb 11 04:37:35 rpmi: rpm-build-ocaml-1.4.2-alt1 sisyphus+288339.1400.3.1 1636230742 installed <13>Feb 11 04:37:43 rpmi: ocaml-4.13.1-alt1 sisyphus+288339.100.3.1 1636228564 installed <13>Feb 11 04:37:43 rpmi: libdb4.7-devel-4.7.25-alt12 sisyphus+283793.100.2.1 1629966884 installed Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/ocaml-bdb-4.3.21-alt10.nosrc.rpm (w1.gzdio) Installing ocaml-bdb-4.3.21-alt10.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.93475 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf ocamlbdb-4.3.21 + echo 'Source #0 (ocamlbdb-4.3.21.tar.gz):' Source #0 (ocamlbdb-4.3.21.tar.gz): + /bin/gzip -dc /usr/src/RPM/SOURCES/ocamlbdb-4.3.21.tar.gz + /bin/tar -xf - + cd ocamlbdb-4.3.21 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.93475 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ocamlbdb-4.3.21 + /usr/bin/subst s:BDB_DIR=/usr/local/BerkeleyDB.4.3/:BDB_DIR=/usr:g Makefile + /usr/bin/subst s:/usr/local/lib:/usr/lib:g Makefile + /usr/bin/subst s:-ldb-4.1:-ldb:g Makefile + make make: Entering directory '/usr/src/RPM/BUILD/ocamlbdb-4.3.21' cat bdb.src | perl extract_caml.pl > bdb.ml cpp -include /usr/include//db.h bdberrs.src | perl beginend.pl >> bdb.ml ocamlc -g -c bdb.ml cp bdb.src bdb_stubs.c gcc -Wall -g -I/usr/include/ -I/usr/lib/ocaml/ \ -L/usr/lib/ -c bdb_stubs.c __FILE__: In function 'caml_db_del': __FILE__:433:12: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] __FILE__: In function 'caml_db_get': __FILE__:481:12: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] In file included from /usr/lib/ocaml/caml/memory.h:31, from bdb_stubs.c:11: /usr/lib/ocaml/caml/mlvalues.h:290:24: warning: passing argument 1 of 'memmove' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 290 | #define String_val(x) ((const char *) Bp_val(x)) | ~^~~~~~~~~~~~~~~~~~~~~~~~~ __FILE__:503:11: note: in expansion of macro 'String_val' In file included from bdb_stubs.c:9: /usr/include/string.h:47:29: note: expected 'void *' but argument is of type 'const char *' 47 | extern void *memmove (void *__dest, const void *__src, size_t __n) | ~~~~~~^~~~~~ __FILE__: In function 'caml_dbc_get': /usr/lib/ocaml/caml/mlvalues.h:290:24: warning: passing argument 1 of 'memmove' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 290 | #define String_val(x) ((const char *) Bp_val(x)) | ~^~~~~~~~~~~~~~~~~~~~~~~~~ __FILE__:854:11: note: in expansion of macro 'String_val' /usr/include/string.h:47:29: note: expected 'void *' but argument is of type 'const char *' 47 | extern void *memmove (void *__dest, const void *__src, size_t __n) | ~~~~~~^~~~~~ /usr/lib/ocaml/caml/mlvalues.h:290:24: warning: passing argument 1 of 'memmove' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 290 | #define String_val(x) ((const char *) Bp_val(x)) | ~^~~~~~~~~~~~~~~~~~~~~~~~~ __FILE__:856:11: note: in expansion of macro 'String_val' /usr/include/string.h:47:29: note: expected 'void *' but argument is of type 'const char *' 47 | extern void *memmove (void *__dest, const void *__src, size_t __n) | ~~~~~~^~~~~~ rm -rf libcamlbdb.a ar rc libcamlbdb.a bdb_stubs.o ranlib libcamlbdb.a ocamlc -a -o bdb.cma -custom bdb.cmo \ -cclib -lcamlbdb -cclib -ldb -ccopt "-L ." \ -ccopt "-L/usr/local/BerkeleyDB.4.1/lib/" make: Leaving directory '/usr/src/RPM/BUILD/ocamlbdb-4.3.21' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.93475 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/ocaml-bdb-buildroot + : + /bin/rm -rf -- /usr/src/tmp/ocaml-bdb-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd ocamlbdb-4.3.21 + mkdir -p /usr/src/tmp/ocaml-bdb-buildroot/usr/lib/ocaml/bdb + install -m 644 bdb.cma bdb.cmi libcamlbdb.a /usr/src/tmp/ocaml-bdb-buildroot/usr/lib/ocaml/bdb/ + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/ocaml-bdb-buildroot (auto) Verifying and fixing files in /usr/src/tmp/ocaml-bdb-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/ocaml-bdb-buildroot/ (default) Compressing files in /usr/src/tmp/ocaml-bdb-buildroot (auto) Adjusting library links in /usr/src/tmp/ocaml-bdb-buildroot ./usr/lib: (from :0) Verifying ELF objects in /usr/src/tmp/ocaml-bdb-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=relaxed,unresolved=normal) Processing files: ocaml-bdb-4.3.21-alt10 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.DuWbYw 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.88wLZo find-requires: running scripts (cpp,debuginfo,files,lib,ocaml,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Provides: ocaml-bdb-devel = 4.3.21-alt10, ocaml-cmi(Bdb) = 4.13.1-F535B7D3 Requires: ocaml-bdb-runtime = 4.3.21-alt10, libdb4.7, ocaml-cmi(CamlinternalFormatBasics) = 4.13.1-C4B583A7, ocaml-cmi(Stdlib) = 4.13.1-2D082666, ocaml-cmi(Stdlib__Callback) = 4.13.1-BE7617C4 Obsoletes: ocaml-bdb-devel Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.oAv5pu Processing files: ocaml-bdb-runtime-4.3.21-alt10 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.1975 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ocamlbdb-4.3.21 + DOCDIR=/usr/src/tmp/ocaml-bdb-buildroot/usr/share/doc/ocaml-bdb-runtime-4.3.21 + export DOCDIR + rm -rf /usr/src/tmp/ocaml-bdb-buildroot/usr/share/doc/ocaml-bdb-runtime-4.3.21 + /bin/mkdir -p /usr/src/tmp/ocaml-bdb-buildroot/usr/share/doc/ocaml-bdb-runtime-4.3.21 + cp -prL CREDITS README /usr/src/tmp/ocaml-bdb-buildroot/usr/share/doc/ocaml-bdb-runtime-4.3.21 + chmod -R go-w /usr/src/tmp/ocaml-bdb-buildroot/usr/share/doc/ocaml-bdb-runtime-4.3.21 + chmod -R a+rX /usr/src/tmp/ocaml-bdb-buildroot/usr/share/doc/ocaml-bdb-runtime-4.3.21 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.lBKjVm 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.PNeTAF 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(Bdb) = 4.13.1-F535B7D3 Requires: ocaml-cmi(CamlinternalFormatBasics) = 4.13.1-C4B583A7, ocaml-cmi(Stdlib) = 4.13.1-2D082666, ocaml-cmi(Stdlib__Callback) = 4.13.1-BE7617C4 Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.dQrBt2 Adding to ocaml-bdb a strict dependency on ocaml-bdb-runtime Removing 3 extra deps from ocaml-bdb due to repentancy on ocaml-bdb-runtime Wrote: /usr/src/RPM/RPMS/i586/ocaml-bdb-4.3.21-alt10.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/ocaml-bdb-runtime-4.3.21-alt10.i586.rpm (w2.lzdio) 0.46user 0.31system 0:06.50elapsed 12%CPU (0avgtext+0avgdata 24188maxresident)k 0inputs+0outputs (0major+120317minor)pagefaults 0swaps /.out/ocaml-bdb-4.3.21-alt10.i586.rpm: The use of such a license name is ambiguous: GPL /.out/ocaml-bdb-runtime-4.3.21-alt10.i586.rpm: The use of such a license name is ambiguous: GPL 2.12user 1.24system 0:19.75elapsed 17%CPU (0avgtext+0avgdata 108576maxresident)k 0inputs+0outputs (32144major+173504minor)pagefaults 0swaps --- ocaml-bdb-4.3.21-alt10.i586.rpm.repo 2021-11-06 20:30:08.000000000 +0000 +++ ocaml-bdb-4.3.21-alt10.i586.rpm.hasher 2023-02-11 04:37:51.977095948 +0000 @@ -10,3 +10,3 @@ File: /usr/lib/ocaml/bdb/bdb.cma 100644 root:root 549fcf70443f76eac308dafd656b85eb -File: /usr/lib/ocaml/bdb/libcamlbdb.a 100644 root:root ab5f8b3816b2b99390071b180aa74c56 -RPMIdentity: 281a58c583903ec52f49362d3daca0b8f971805dd61f3e2fff58f958fb9f4d069b4f9f3d6b9aa2e28b15dc3a7b8a52e4697db63a0aa7ae56382d8cdaedf57d69 +File: /usr/lib/ocaml/bdb/libcamlbdb.a 100644 root:root 03baa5c02232e3d9866d92c691c2b5a1 +RPMIdentity: cc95054a003bab249d5b7cb5b5181c3ea87d21ca575de1cabec39e8bc17ad1d8cce2a5b8996e3b3d3ee3bacf597f2456f14367f65ae9afc6a2b338dbc388e8a0