<86>May 26 01:27:06 userdel[1525270]: delete user 'rooter' <86>May 26 01:27:06 userdel[1525270]: removed group 'rooter' owned by 'rooter' <86>May 26 01:27:06 userdel[1525270]: removed shadow group 'rooter' owned by 'rooter' <86>May 26 01:27:06 groupadd[1525385]: group added to /etc/group: name=rooter, GID=960 <86>May 26 01:27:06 groupadd[1525385]: group added to /etc/gshadow: name=rooter <86>May 26 01:27:06 groupadd[1525385]: new group: name=rooter, GID=960 <86>May 26 01:27:06 useradd[1525421]: new user: name=rooter, UID=960, GID=960, home=/root, shell=/bin/bash <86>May 26 01:27:06 userdel[1525446]: delete user 'builder' <86>May 26 01:27:06 userdel[1525446]: removed group 'builder' owned by 'builder' <86>May 26 01:27:06 userdel[1525446]: removed shadow group 'builder' owned by 'builder' <86>May 26 01:27:06 groupadd[1525476]: group added to /etc/group: name=builder, GID=961 <86>May 26 01:27:06 groupadd[1525476]: group added to /etc/gshadow: name=builder <86>May 26 01:27:06 groupadd[1525476]: new group: name=builder, GID=961 <86>May 26 01:27:06 useradd[1525484]: new user: name=builder, UID=961, GID=961, 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>May 26 01:27:10 rpmi: ocaml-runtime-4.13.1-alt1 sisyphus+288339.100.3.1 1636228813 installed <13>May 26 01:27:10 rpmi: rpm-build-ocaml-1.4.2-alt1 sisyphus+288339.1400.3.1 1636230742 installed <13>May 26 01:27:19 rpmi: ocaml-4.13.1-alt1 sisyphus+288339.100.3.1 1636228813 installed <13>May 26 01:27:19 rpmi: libdb4.7-devel-4.7.25-alt12 sisyphus+283793.100.2.1 1629966936 installed Building target platforms: x86_64 Building for target x86_64 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: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.25692 + 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.34231 + 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/lib64: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/lib64/ocaml/ \ -L/usr/lib/ -c bdb_stubs.c In file included from bdb_stubs.c:11: __FILE__: In function 'caml_env_create': __FILE__:165:23: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] /usr/lib64/ocaml/caml/memory.h:473:27: note: in definition of macro 'Store_field' 473 | value caml__temp_val = (val); \ | ^~~ __FILE__: In function 'caml_db_create': __FILE__:378:23: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] /usr/lib64/ocaml/caml/memory.h:473:27: note: in definition of macro 'Store_field' 473 | value caml__temp_val = (val); \ | ^~~ __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/lib64/ocaml/caml/memory.h:31, from bdb_stubs.c:11: /usr/lib64/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) | ~~~~~~^~~~~~ In file included from bdb_stubs.c:11: __FILE__: In function 'caml_db_cursor': __FILE__:786:23: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] /usr/lib64/ocaml/caml/memory.h:473:27: note: in definition of macro 'Store_field' 473 | value caml__temp_val = (val); \ | ^~~ In file included from /usr/lib64/ocaml/caml/memory.h:31, from bdb_stubs.c:11: __FILE__: In function 'caml_dbc_get': /usr/lib64/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' 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) | ~~~~~~^~~~~~ In file included from /usr/lib64/ocaml/caml/memory.h:31, from bdb_stubs.c:11: /usr/lib64/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' 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) | ~~~~~~^~~~~~ In file included from bdb_stubs.c:11: __FILE__: In function 'caml_txn_begin': __FILE__:967:23: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] /usr/lib64/ocaml/caml/memory.h:473:27: note: in definition of macro 'Store_field' 473 | value caml__temp_val = (val); \ | ^~~ 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.34231 + 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/lib64/ocaml/bdb + install -m 644 bdb.cma bdb.cmi libcamlbdb.a /usr/src/tmp/ocaml-bdb-buildroot/usr/lib64/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/lib64: (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.ZwKBPZ 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.C5VowF 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.vYmw1z Processing files: ocaml-bdb-runtime-4.3.21-alt10 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.5585 + 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.1GRTAe 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.6YLImd 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.aLpRAZ 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/x86_64/ocaml-bdb-4.3.21-alt10.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/ocaml-bdb-runtime-4.3.21-alt10.x86_64.rpm (w2.lzdio) 0.54user 0.74system 0:07.88elapsed 16%CPU (0avgtext+0avgdata 25736maxresident)k 0inputs+0outputs (0major+136053minor)pagefaults 0swaps /.out/ocaml-bdb-4.3.21-alt10.x86_64.rpm: The use of such a license name is ambiguous: GPL /.out/ocaml-bdb-runtime-4.3.21-alt10.x86_64.rpm: The use of such a license name is ambiguous: GPL 13.16user 7.11system 0:30.51elapsed 66%CPU (0avgtext+0avgdata 104268maxresident)k 0inputs+0outputs (30768major+410058minor)pagefaults 0swaps --- ocaml-bdb-4.3.21-alt10.x86_64.rpm.repo 2021-11-06 20:30:12.000000000 +0000 +++ ocaml-bdb-4.3.21-alt10.x86_64.rpm.hasher 2022-05-26 01:27:31.967558211 +0000 @@ -10,3 +10,3 @@ File: /usr/lib64/ocaml/bdb/bdb.cma 100644 root:root 549fcf70443f76eac308dafd656b85eb -File: /usr/lib64/ocaml/bdb/libcamlbdb.a 100644 root:root a1a6018c94d0a4ae550f15db27ecdb30 -RPMIdentity: 594d9965f8bf677b6b66fa4d5dfb8cec453acc205e951367f377dfa93af046bcc6f7f45b2fde51d63306130f2263616846109feb0a4d6e0ac7c5b8806e64f1fa +File: /usr/lib64/ocaml/bdb/libcamlbdb.a 100644 root:root a427610e2dd7adceac17d5ebce5a819b +RPMIdentity: 1a3fd615204c1990b45fe7870b3bcc9d1ef7669f0278c915469afef679efbc9066f5a39ef793ffb7a6e31b1fba20993fac7bd27bb125c7b1b699c25dd86efa34