<86>Oct 3 03:40:09 userdel[2784499]: delete user 'rooter' <86>Oct 3 03:40:09 userdel[2784499]: removed group 'rooter' owned by 'rooter' <86>Oct 3 03:40:09 userdel[2784499]: removed shadow group 'rooter' owned by 'rooter' <86>Oct 3 03:40:09 groupadd[2784527]: group added to /etc/group: name=rooter, GID=666 <86>Oct 3 03:40:09 groupadd[2784527]: group added to /etc/gshadow: name=rooter <86>Oct 3 03:40:09 groupadd[2784527]: new group: name=rooter, GID=666 <86>Oct 3 03:40:09 useradd[2784545]: new user: name=rooter, UID=666, GID=666, home=/root, shell=/bin/bash <86>Oct 3 03:40:09 userdel[2784573]: delete user 'builder' <86>Oct 3 03:40:09 userdel[2784573]: removed group 'builder' owned by 'builder' <86>Oct 3 03:40:09 userdel[2784573]: removed shadow group 'builder' owned by 'builder' <86>Oct 3 03:40:09 groupadd[2784603]: group added to /etc/group: name=builder, GID=667 <86>Oct 3 03:40:09 groupadd[2784603]: group added to /etc/gshadow: name=builder <86>Oct 3 03:40:09 groupadd[2784603]: new group: name=builder, GID=667 <86>Oct 3 03:40:09 useradd[2784620]: new user: name=builder, UID=667, GID=667, home=/usr/src, shell=/bin/bash warning: Macro %dune_build not found warning: Macro %dune_install not found <13>Oct 3 03:40:11 rpmi: ocaml-runtime-4.12.0-alt1 sisyphus+279404.100.2.2 1626535812 installed <13>Oct 3 03:40:11 rpmi: rpm-build-ocaml-1.4.2-alt1 sisyphus+268936.100.1.1 1617543918 installed <13>Oct 3 03:40:24 rpmi: ocaml-4.12.0-alt1 sisyphus+279404.100.2.2 1626535812 installed <13>Oct 3 03:40:24 rpmi: dune-2.8.5-alt1 sisyphus+279332.100.1.1 1626476272 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/ocaml-result-1.5-alt2.nosrc.rpm (w1.gzdio) Installing ocaml-result-1.5-alt2.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.44862 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf ocaml-result-1.5 + echo 'Source #0 (ocaml-result-1.5.tar):' Source #0 (ocaml-result-1.5.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/ocaml-result-1.5.tar + cd ocaml-result-1.5 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.44862 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ocaml-result-1.5 + /usr/bin/dune build --verbose -p result Workspace root: /usr/src/RPM/BUILD/ocaml-result-1.5 Running[0]: /usr/bin/nproc > /usr/src/tmp/dune877eea.output 2> /dev/null Auto-detected concurrency: 8 disable binary cache Running[1]: /usr/bin/ocamlc.opt -config > /usr/src/tmp/dune65d380.output Dune context: { name = "default" ; kind = "default" ; profile = Release ; merlin = true ; for_host = None ; fdo_target_exe = None ; build_dir = "default" ; toplevel_path = None ; ocaml_bin = External "/usr/bin" ; ocaml = Ok External "/usr/bin/ocaml" ; ocamlc = External "/usr/bin/ocamlc.opt" ; ocamlopt = Ok External "/usr/bin/ocamlopt.opt" ; ocamldep = Ok External "/usr/bin/ocamldep.opt" ; ocamlmklib = Ok External "/usr/bin/ocamlmklib.opt" ; env = map { "CAML_LD_LIBRARY_PATH" : "/usr/src/RPM/BUILD/ocaml-result-1.5/_build/install/default/lib/stublibs" ; "DUNE_OCAML_HARDCODED" : "/usr/lib64/ocaml" ; "DUNE_OCAML_STDLIB" : "/usr/lib64/ocaml" ; "DUNE_SOURCEROOT" : "/usr/src/RPM/BUILD/ocaml-result-1.5" ; "INSIDE_DUNE" : "/usr/src/RPM/BUILD/ocaml-result-1.5/_build/default" ; "MANPATH" : "/usr/src/RPM/BUILD/ocaml-result-1.5/_build/install/default/bin" ; "OCAMLFIND_IGNORE_DUPS_IN" : "/usr/src/RPM/BUILD/ocaml-result-1.5/_build/install/default/lib" ; "OCAMLPATH" : "/usr/src/RPM/BUILD/ocaml-result-1.5/_build/install/default/lib" ; "OCAMLTOP_INCLUDE_PATH" : "/usr/src/RPM/BUILD/ocaml-result-1.5/_build/install/default/lib/toplevel" } ; findlib_path = [ External "/usr/lib64/ocaml" ] ; arch_sixtyfour = true ; natdynlink_supported = true ; supports_shared_libraries = true ; ocaml_config = { version = "4.12.0" ; standard_library_default = "/usr/lib64/ocaml" ; standard_library = "/usr/lib64/ocaml" ; standard_runtime = "the_standard_runtime_variable_was_deleted" ; ccomp_type = "cc" ; c_compiler = "gcc" ; ocamlc_cflags = [ "-O2"; "-fno-strict-aliasing"; "-fwrapv"; "-fPIC" ] ; ocamlc_cppflags = [ "-D_FILE_OFFSET_BITS=64"; "-D_REENTRANT" ] ; ocamlopt_cflags = [ "-O2"; "-fno-strict-aliasing"; "-fwrapv"; "-fPIC" ] ; ocamlopt_cppflags = [ "-D_FILE_OFFSET_BITS=64"; "-D_REENTRANT" ] ; bytecomp_c_compiler = [ "gcc" ; "-O2" ; "-fno-strict-aliasing" ; "-fwrapv" ; "-fPIC" ; "-D_FILE_OFFSET_BITS=64" ; "-D_REENTRANT" ] ; bytecomp_c_libraries = [ "-lm"; "-ldl"; "-lpthread" ] ; native_c_compiler = [ "gcc" ; "-O2" ; "-fno-strict-aliasing" ; "-fwrapv" ; "-fPIC" ; "-D_FILE_OFFSET_BITS=64" ; "-D_REENTRANT" ] ; native_c_libraries = [ "-lm"; "-ldl" ] ; cc_profile = [] ; architecture = "amd64" ; model = "default" ; int_size = 63 ; word_size = 64 ; system = "linux" ; asm = [ "as" ] ; asm_cfi_supported = true ; with_frame_pointers = false ; ext_exe = "" ; ext_obj = ".o" ; ext_asm = ".s" ; ext_lib = ".a" ; ext_dll = ".so" ; os_type = "Unix" ; default_executable_name = "a.out" ; systhread_supported = true ; host = "x86_64-pc-linux-gnu" ; target = "x86_64-pc-linux-gnu" ; profiling = false ; flambda = false ; spacetime = false ; safe_string = true ; exec_magic_number = "Caml1999X029" ; cmi_magic_number = "Caml1999I029" ; cmo_magic_number = "Caml1999O029" ; cma_magic_number = "Caml1999A029" ; cmx_magic_number = "Caml1999Y029" ; cmxa_magic_number = "Caml1999Z029" ; ast_impl_magic_number = "Caml1999M029" ; ast_intf_magic_number = "Caml1999N029" ; cmxs_magic_number = "Caml1999D029" ; cmt_magic_number = "Caml1999T029" ; natdynlink_supported = true ; supports_shared_libraries = true ; windows_unicode = false } } Actual targets: - recursive alias @install Running[2]: (cd _build/default && /usr/bin/ocaml which_result.ml 4.12.0) > _build/default/selected Running[3]: (cd _build/default && /usr/bin/ocamlc.opt -w -40 -g -bin-annot -I .result.objs/byte -no-alias-deps -o .result.objs/byte/result.cmo -c -impl result.ml) Running[4]: (cd _build/default && /usr/bin/ocamlopt.opt -w -40 -g -I .result.objs/byte -I .result.objs/native -intf-suffix .ml -no-alias-deps -o .result.objs/native/result.cmx -c -impl result.ml) Running[5]: (cd _build/default && /usr/bin/ocamlc.opt -w -40 -g -a -o result.cma .result.objs/byte/result.cmo) Running[6]: (cd _build/default && /usr/bin/ocamlopt.opt -w -40 -g -a -o result.cmxa .result.objs/native/result.cmx) Running[7]: (cd _build/default && /usr/bin/ocamlopt.opt -w -40 -g -shared -linkall -I . -o result.cmxs result.cmxa) + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.44862 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/ocaml-result-buildroot + : + /bin/rm -rf -- /usr/src/tmp/ocaml-result-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd ocaml-result-1.5 + __dune_install + /usr/bin/dune install --destdir=/usr/src/tmp/ocaml-result-buildroot Installing /usr/src/tmp/ocaml-result-buildroot/usr/lib64/ocaml/result/META Installing /usr/src/tmp/ocaml-result-buildroot/usr/lib64/ocaml/result/dune-package Installing /usr/src/tmp/ocaml-result-buildroot/usr/lib64/ocaml/result/opam Installing /usr/src/tmp/ocaml-result-buildroot/usr/lib64/ocaml/result/result.a Installing /usr/src/tmp/ocaml-result-buildroot/usr/lib64/ocaml/result/result.cma Installing /usr/src/tmp/ocaml-result-buildroot/usr/lib64/ocaml/result/result.cmi Installing /usr/src/tmp/ocaml-result-buildroot/usr/lib64/ocaml/result/result.cmt Installing /usr/src/tmp/ocaml-result-buildroot/usr/lib64/ocaml/result/result.cmx Installing /usr/src/tmp/ocaml-result-buildroot/usr/lib64/ocaml/result/result.cmxa Installing /usr/src/tmp/ocaml-result-buildroot/usr/lib64/ocaml/result/result.ml Installing /usr/src/tmp/ocaml-result-buildroot/usr/lib64/ocaml/result/result.cmxs Installing /usr/src/tmp/ocaml-result-buildroot/usr/share/doc/result/CHANGES.md Installing /usr/src/tmp/ocaml-result-buildroot/usr/share/doc/result/LICENSE.md Installing /usr/src/tmp/ocaml-result-buildroot/usr/share/doc/result/README.md + find /usr/src/tmp/ocaml-result-buildroot/usr/lib64/ocaml/ -type f -regextype posix-extended '(' -regex '.*\.(cma|cmi|cmxs|so|js)$' -o -name META ')' -printf '/usr/lib64/ocaml/%P\n' + find /usr/src/tmp/ocaml-result-buildroot/usr/lib64/ocaml/ -type d -printf '%%dir /usr/lib64/ocaml/%P\n' + find /usr/src/tmp/ocaml-result-buildroot/usr/lib64/ocaml/ -type f -regextype posix-extended '(' -regex '.*\.(a|cmt|cmti|cmx|cmxa|ml|mli|exe)$' -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-result-buildroot (auto) mode of './usr/lib64/ocaml/result/result.cmxs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) Verifying and fixing files in /usr/src/tmp/ocaml-result-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/ocaml-result-buildroot/ (default) Compressing files in /usr/src/tmp/ocaml-result-buildroot (auto) Adjusting library links in /usr/src/tmp/ocaml-result-buildroot ./usr/lib64: (from :0) Verifying ELF objects in /usr/src/tmp/ocaml-result-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=relaxed,unresolved=normal) verify-elf: WARNING: ./usr/lib64/ocaml/result/result.cmxs: undefined symbol: camlStdlib__result Processing files: ocaml-result-1.5-alt2 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.36887 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ocaml-result-1.5 + DOCDIR=/usr/src/tmp/ocaml-result-buildroot/usr/share/doc/ocaml-result-1.5 + export DOCDIR + rm -rf /usr/src/tmp/ocaml-result-buildroot/usr/share/doc/ocaml-result-1.5 + /bin/mkdir -p /usr/src/tmp/ocaml-result-buildroot/usr/share/doc/ocaml-result-1.5 + cp -prL README.md /usr/src/tmp/ocaml-result-buildroot/usr/share/doc/ocaml-result-1.5 + chmod -R go-w /usr/src/tmp/ocaml-result-buildroot/usr/share/doc/ocaml-result-1.5 + chmod -R a+rX /usr/src/tmp/ocaml-result-buildroot/usr/share/doc/ocaml-result-1.5 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.15pzyC 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.iIP8yB 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(Result) = 4.12.0-28020B82 Requires: ocaml-cmi(CamlinternalFormatBasics) = 4.12.0-B6C66949, ocaml-cmi(Stdlib) = 4.12.0-4B04B4ED, ocaml-cmi(Stdlib__result) = 4.12.0-D1B547D2, ocaml-cmi(Stdlib__seq) = 4.12.0-185075AA, rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Of06WD Creating ocaml-result-debuginfo package Processing files: ocaml-result-devel-1.5-alt2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.hH4uEE 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.3C0oVD find-requires: running scripts (cpp,debuginfo,files,lib,ocaml,pam,perl,pkgconfig,pkgconfiglib,python,python3,rpmlib,shebang,shell,static,symlinks,systemd-services) Provides: ocaml-cmx(Result) = 4.12.0-09EFBE0D Requires: ocaml-result = 1.5-alt2, ocaml-cmi(CamlinternalFormatBasics) = 4.12.0-B6C66949, ocaml-cmi(Result) = 4.12.0-28020B82, ocaml-cmi(Stdlib) = 4.12.0-4B04B4ED, ocaml-cmi(Stdlib__result) = 4.12.0-D1B547D2, ocaml-cmi(Stdlib__seq) = 4.12.0-185075AA, ocaml-cmx(Stdlib__result) = 4.12.0-876FB21B Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.7ZqwrB Processing files: ocaml-result-debuginfo-1.5-alt2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.13mNAB find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.0XuFPD find-requires: running scripts (debuginfo) Requires: ocaml-result = 1.5-alt2 Adding to ocaml-result-devel a strict dependency on ocaml-result Adding to ocaml-result-debuginfo a strict dependency on ocaml-result Removing 1 extra deps from ocaml-result-devel due to dependency on ocaml-result Removing 4 extra deps from ocaml-result-devel due to repentancy on ocaml-result warning: Installed (but unpackaged) file(s) found: /usr/share/doc/result/CHANGES.md /usr/share/doc/result/LICENSE.md /usr/share/doc/result/README.md Wrote: /usr/src/RPM/RPMS/x86_64/ocaml-result-1.5-alt2.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/ocaml-result-devel-1.5-alt2.x86_64.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/x86_64/ocaml-result-debuginfo-1.5-alt2.x86_64.rpm (w2.lzdio) 1.10user 1.11system 0:09.10elapsed 24%CPU (0avgtext+0avgdata 16248maxresident)k 0inputs+0outputs (0major+193155minor)pagefaults 0swaps 18.25user 6.78system 0:31.04elapsed 80%CPU (0avgtext+0avgdata 107812maxresident)k 204224inputs+0outputs (31180major+466165minor)pagefaults 0swaps --- ocaml-result-1.5-alt2.x86_64.rpm.repo 2021-07-17 15:53:34.000000000 +0000 +++ ocaml-result-1.5-alt2.x86_64.rpm.hasher 2021-10-03 03:40:38.370780434 +0000 @@ -21,5 +21,5 @@ File: /usr/lib64/ocaml/result/result.cmi 100644 root:root 7b68efed47e4f4a371a4d0eb3d3c6cf9 -File: /usr/lib64/ocaml/result/result.cmxs 100644 root:root 1035a38458b6e454cf2eecb4727cbb3a +File: /usr/lib64/ocaml/result/result.cmxs 100644 root:root 7702f058cb7d33eade98859370f36251 File: /usr/share/doc/ocaml-result-1.5 40755 root:root File: /usr/share/doc/ocaml-result-1.5/README.md 100644 root:root 0cc2890cb0cdfd2ed5e4cff67e3a4a1b -RPMIdentity: 15a15586acff7a589b7f8669ad56f431ce405493e4e6ee85c4f95959c080292751ad67967b5dea51928391acee547f475e8b69a7c93dfda99bbf44138cf08c52 +RPMIdentity: e13faa9b0341e21a6dae986016d4134f698ca200d7f843c6fa6042a2f55af18ed0c7bc0faea3f4e459c5250358c6cd9a305fd433d3435982674ef8eddffd8bd7 --- ocaml-result-debuginfo-1.5-alt2.x86_64.rpm.repo 2021-07-17 15:53:34.000000000 +0000 +++ ocaml-result-debuginfo-1.5-alt2.x86_64.rpm.hasher 2021-10-03 03:40:38.644782713 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/5f 40755 root:root -/usr/lib/debug/.build-id/5f/175036723c1d28d6337a739fe32f796421dec9 120777 root:root ../../../../lib64/ocaml/result/result.cmxs -/usr/lib/debug/.build-id/5f/175036723c1d28d6337a739fe32f796421dec9.debug 120777 root:root ../../usr/lib64/ocaml/result/result.cmxs.debug +/usr/lib/debug/.build-id/7c 40755 root:root +/usr/lib/debug/.build-id/7c/877816541e0b57e3096e7dc0d5cadc85dcd9ff 120777 root:root ../../../../lib64/ocaml/result/result.cmxs +/usr/lib/debug/.build-id/7c/877816541e0b57e3096e7dc0d5cadc85dcd9ff.debug 120777 root:root ../../usr/lib64/ocaml/result/result.cmxs.debug /usr/lib/debug/usr/lib64/ocaml 40755 root:root @@ -13,8 +13,8 @@ Provides: ocaml-result-debuginfo = 1.5-alt2:sisyphus+279404.2700.2.2 -File: /usr/lib/debug/.build-id/5f 40755 root:root -File: /usr/lib/debug/.build-id/5f/175036723c1d28d6337a739fe32f796421dec9 120777 root:root ../../../../lib64/ocaml/result/result.cmxs -File: /usr/lib/debug/.build-id/5f/175036723c1d28d6337a739fe32f796421dec9.debug 120777 root:root ../../usr/lib64/ocaml/result/result.cmxs.debug +File: /usr/lib/debug/.build-id/7c 40755 root:root +File: /usr/lib/debug/.build-id/7c/877816541e0b57e3096e7dc0d5cadc85dcd9ff 120777 root:root ../../../../lib64/ocaml/result/result.cmxs +File: /usr/lib/debug/.build-id/7c/877816541e0b57e3096e7dc0d5cadc85dcd9ff.debug 120777 root:root ../../usr/lib64/ocaml/result/result.cmxs.debug File: /usr/lib/debug/usr/lib64/ocaml 40755 root:root File: /usr/lib/debug/usr/lib64/ocaml/result 40755 root:root -File: /usr/lib/debug/usr/lib64/ocaml/result/result.cmxs.debug 100644 root:root 6f73b08d1e8b81e7a6b629b1ddfe0b5c +File: /usr/lib/debug/usr/lib64/ocaml/result/result.cmxs.debug 100644 root:root 8412058380f31055440bc1d1ed558a8d File: /usr/src/debug/ocaml-result-1.5 40755 root:root @@ -23,2 +23,2 @@ File: /usr/src/debug/ocaml-result-1.5/_build/default/result-as-alias-4.08.ml 100644 root:root 93411a7a0a8d9789bb01c8c830eb39f8 -RPMIdentity: 57d34a688e8442774bcca66f328c2a5ed829b3bdb0b161c0d8a64348421e137bd993d4160cbde92151404d5818cb2df7b18d9f041620a6754430beb3dda7ee8a +RPMIdentity: 9fd36852bab680346bef88ff83865a2a2dd8ab840be302e8f612f4b18e0be6fc2de1df9b27bb8cec88cda8ea137017d53f0d34e367b7cc8111228dd1ade211a8