<86>Oct 8 01:30:03 userdel[3508813]: delete user 'rooter' <86>Oct 8 01:30:03 userdel[3508813]: removed group 'rooter' owned by 'rooter' <86>Oct 8 01:30:03 userdel[3508813]: removed shadow group 'rooter' owned by 'rooter' <86>Oct 8 01:30:03 groupadd[3508828]: group added to /etc/group: name=rooter, GID=1865 <86>Oct 8 01:30:03 groupadd[3508828]: group added to /etc/gshadow: name=rooter <86>Oct 8 01:30:03 groupadd[3508828]: new group: name=rooter, GID=1865 <86>Oct 8 01:30:03 useradd[3508841]: new user: name=rooter, UID=1865, GID=1865, home=/root, shell=/bin/bash, from=none <86>Oct 8 01:30:03 userdel[3508866]: delete user 'builder' <86>Oct 8 01:30:03 userdel[3508866]: removed group 'builder' owned by 'builder' <86>Oct 8 01:30:03 userdel[3508866]: removed shadow group 'builder' owned by 'builder' <86>Oct 8 01:30:03 groupadd[3508890]: group added to /etc/group: name=builder, GID=1866 <86>Oct 8 01:30:03 groupadd[3508890]: group added to /etc/gshadow: name=builder <86>Oct 8 01:30:03 groupadd[3508890]: new group: name=builder, GID=1866 <86>Oct 8 01:30:03 useradd[3508908]: new user: name=builder, UID=1866, GID=1866, home=/usr/src, shell=/bin/bash, from=none /usr/src/in/srpm/ocaml-bdb-4.3.21-alt10.src.rpm: The use of such a license name is ambiguous: GPL <13>Oct 8 01:30:07 rpmi: rpm-build-ocaml-1.6.3-alt1 sisyphus+356727.100.1.1 1725368784 installed <13>Oct 8 01:30:09 rpmi: ocaml-5.2.0-alt1 sisyphus+356727.140.13.1 1726231740 installed <13>Oct 8 01:30:10 rpmi: ocaml-runtime-5.2.0-alt1 sisyphus+356727.140.13.1 1726231740 installed <13>Oct 8 01:30:10 rpmi: libdb4.7-devel-4.7.25-alt13 sisyphus+341099.200.4.1 1709732031 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.86892 + 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): + /usr/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.86892 + 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 __FILE__: In function 'unimplemented': __FILE__:46:2: warning: implicit declaration of function 'raise_constant'; did you mean 'caml_raise_constant'? [-Wimplicit-function-declaration] __FILE__: In function 'raise_libfault': __FILE__:50:2: warning: implicit declaration of function 'raise_with_string'; did you mean 'caml_raise_with_string'? [-Wimplicit-function-declaration] __FILE__: In function 'raise_error': __FILE__:113:3: warning: implicit declaration of function 'raise_with_arg'; did you mean 'caml_raise_with_arg'? [-Wimplicit-function-declaration] __FILE__: In function 'caml_env_create': __FILE__:157:4: warning: implicit declaration of function 'convert_flag_list'; did you mean 'caml_convert_flag_list'? [-Wimplicit-function-declaration] __FILE__:164:8: warning: implicit declaration of function 'alloc'; did you mean 'valloc'? [-Wimplicit-function-declaration] In file included from bdb_stubs.c:11: __FILE__:165:23: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] /usr/lib64/ocaml/caml/memory.h:428:27: note: in definition of macro 'Store_field' 428 | 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:428:27: note: in definition of macro 'Store_field' 428 | 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__:434:14: warning: implicit declaration of function 'string_length'; did you mean 'caml_string_length'? [-Wimplicit-function-declaration] __FILE__: In function 'caml_db_get': __FILE__:481:12: warning: assignment discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] __FILE__:502:8: warning: implicit declaration of function 'alloc_string'; did you mean 'caml_alloc_string'? [-Wimplicit-function-declaration] In file included from /usr/lib64/ocaml/caml/memory.h:29: /usr/lib64/ocaml/caml/mlvalues.h:332:24: warning: passing argument 1 of 'memmove' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 332 | #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_db_cursor': __FILE__:786:23: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] /usr/lib64/ocaml/caml/memory.h:428:27: note: in definition of macro 'Store_field' 428 | value caml__temp_val = (val); \ | ^~~ __FILE__: In function 'caml_dbc_get': /usr/lib64/ocaml/caml/mlvalues.h:332:24: warning: passing argument 1 of 'memmove' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 332 | #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/lib64/ocaml/caml/mlvalues.h:332:24: warning: passing argument 1 of 'memmove' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 332 | #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) | ~~~~~~^~~~~~ __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:428:27: note: in definition of macro 'Store_field' 428 | value caml__temp_val = (val); \ | ^~~ __FILE__: In function 'caml_txn_id': __FILE__:1032:14: warning: implicit declaration of function 'copy_int32'; did you mean 'caml_copy_int32'? [-Wimplicit-function-declaration] /usr/lib64/ocaml/caml/memory.h:415:29: note: in definition of macro 'CAMLreturnT' 415 | type caml__temp_result = (result); \ | ^~~~~~ __FILE__:1032:2: note: in expansion of macro 'CAMLreturn' 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.84159 + 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:/usr/bin:/bin:/usr/local/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) Splitting links to aliased files under /{,s}bin in /usr/src/tmp/ocaml-bdb-buildroot 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.MzUMRj 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.xe1CZG 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) = 5.2.0-E058C31A Requires: ocaml-bdb-runtime = 4.3.21-alt10, libdb4.7, ocaml-cmi(CamlinternalFormatBasics) = 5.2.0-1068D69A, ocaml-cmi(Stdlib) = 5.2.0-C58CFA3A, ocaml-cmi(Stdlib__Callback) = 5.2.0-E5E2C60F Obsoletes: ocaml-bdb-devel Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.dCYxnw Processing files: ocaml-bdb-runtime-4.3.21-alt10 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.42503 + 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.VSjVyi 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.8ZUfR6 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) = 5.2.0-E058C31A Requires: ocaml-cmi(CamlinternalFormatBasics) = 5.2.0-1068D69A, ocaml-cmi(Stdlib) = 5.2.0-C58CFA3A, ocaml-cmi(Stdlib__Callback) = 5.2.0-E5E2C60F Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.b5Cgpu 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.40user 0.87system 0:06.62elapsed 19%CPU (0avgtext+0avgdata 30420maxresident)k 0inputs+0outputs (0major+155048minor)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 4.37user 4.16system 0:24.79elapsed 34%CPU (0avgtext+0avgdata 136628maxresident)k 88816inputs+0outputs (0major+220177minor)pagefaults 0swaps