<86>May 4 02:43:39 userdel[848407]: delete user 'rooter' <86>May 4 02:43:39 userdel[848407]: removed group 'rooter' owned by 'rooter' <86>May 4 02:43:39 userdel[848407]: removed shadow group 'rooter' owned by 'rooter' <86>May 4 02:43:39 groupadd[848429]: group added to /etc/group: name=rooter, GID=1268 <86>May 4 02:43:39 groupadd[848429]: group added to /etc/gshadow: name=rooter <86>May 4 02:43:39 groupadd[848429]: new group: name=rooter, GID=1268 <86>May 4 02:43:39 useradd[848458]: new user: name=rooter, UID=1268, GID=1268, home=/root, shell=/bin/bash, from=none <86>May 4 02:43:39 userdel[848505]: delete user 'builder' <86>May 4 02:43:39 groupadd[848532]: group added to /etc/group: name=builder, GID=1269 <86>May 4 02:43:39 groupadd[848532]: group added to /etc/gshadow: name=builder <86>May 4 02:43:39 groupadd[848532]: new group: name=builder, GID=1269 <86>May 4 02:43:39 useradd[848604]: new user: name=builder, UID=1269, GID=1269, home=/usr/src, shell=/bin/bash, from=none warning: Macro %dune_build not found warning: Macro %dune_install not found <13>May 4 02:43:47 rpmi: ocaml-runtime-4.14.1-alt1 sisyphus+333652.177.29.2 1701356220 installed <13>May 4 02:43:47 rpmi: rpm-build-ocaml-1.6.2-alt1 sisyphus+333652.74.29.2 1701355648 installed <13>May 4 02:43:58 rpmi: ocaml-4.14.1-alt1 sisyphus+333652.177.29.2 1701356220 installed <13>May 4 02:43:58 rpmi: dune-3.11.1-alt2 sisyphus+333652.440.29.2 1701356385 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.8289 + 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.8289 + 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 Shared cache: disabled Workspace root: /usr/src/RPM/BUILD/ocaml-result-1.5 Auto-detected concurrency: 8 Dune context: { name = "default" ; kind = "default" ; profile = Release ; merlin = true ; for_host = None ; fdo_target_exe = None ; build_dir = In_build_dir "default" ; 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" ; installed_env = map { "INSIDE_DUNE" : "/usr/src/RPM/BUILD/ocaml-result-1.5/_build/default" } ; findlib_paths = [ External "/usr/lib64/ocaml" ] ; ocaml_config = { version = "4.14.1" ; 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" ; "-pthread" ; "-fPIC" ; "-pipe" ; "-frecord-gcc-switches" ; "-g" ; "-O2" ; "-D_FILE_OFFSET_BITS=64" ] ; ocamlc_cppflags = [ "-D_FILE_OFFSET_BITS=64" ] ; ocamlopt_cflags = [ "-O2" ; "-fno-strict-aliasing" ; "-fwrapv" ; "-pthread" ; "-fPIC" ; "-pipe" ; "-frecord-gcc-switches" ; "-g" ; "-O2" ; "-D_FILE_OFFSET_BITS=64" ] ; ocamlopt_cppflags = [ "-D_FILE_OFFSET_BITS=64" ] ; bytecomp_c_compiler = [ "gcc" ; "-O2" ; "-fno-strict-aliasing" ; "-fwrapv" ; "-pthread" ; "-fPIC" ; "-pipe" ; "-frecord-gcc-switches" ; "-g" ; "-O2" ; "-D_FILE_OFFSET_BITS=64" ; "-D_FILE_OFFSET_BITS=64" ] ; bytecomp_c_libraries = [ "-lm"; "-lpthread" ] ; native_c_compiler = [ "gcc" ; "-O2" ; "-fno-strict-aliasing" ; "-fwrapv" ; "-pthread" ; "-fPIC" ; "-pipe" ; "-frecord-gcc-switches" ; "-g" ; "-O2" ; "-D_FILE_OFFSET_BITS=64" ; "-D_FILE_OFFSET_BITS=64" ] ; native_c_libraries = [ "-lm" ] ; native_pack_linker = [ "ld"; "-r"; "-o" ] ; 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 = "Caml1999X031" ; cmi_magic_number = "Caml1999I031" ; cmo_magic_number = "Caml1999O031" ; cma_magic_number = "Caml1999A031" ; cmx_magic_number = "Caml1999Y031" ; cmxa_magic_number = "Caml1999Z031" ; ast_impl_magic_number = "Caml1999M031" ; ast_intf_magic_number = "Caml1999N031" ; cmxs_magic_number = "Caml1999D031" ; cmt_magic_number = "Caml1999T031" ; natdynlink_supported = true ; supports_shared_libraries = true ; windows_unicode = false } ; instrument_with = [] } Actual targets: - recursive alias @install Running[1]: (cd _build/default && /usr/bin/ocaml which_result.ml 4.14.1) > _build/default/selected Running[2]: (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[3]: (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[4]: (cd _build/default && /usr/bin/ocamlc.opt -w -40 -g -a -o result.cma .result.objs/byte/result.cmo) Running[5]: (cd _build/default && /usr/bin/ocamlopt.opt -w -40 -g -a -o result.cmxa .result.objs/native/result.cmx) Running[6]: (cd _build/default && /usr/bin/ocamlopt.opt -w -40 -g -shared -linkall -I . -o result.cmxs result.cmxa) Promoting "_build/default/result.install" to "result.install" + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.8289 + 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:/usr/bin:/bin:/usr/local/bin:/usr/games + cd ocaml-result-1.5 + __dune_install + /usr/bin/dune install --destdir=/usr/src/tmp/ocaml-result-buildroot + __ocaml_find_files + 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|o|cmo|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 Splitting links to aliased files under /{,s}bin in /usr/src/tmp/ocaml-result-buildroot Processing files: ocaml-result-1.5-alt2 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.11008 + 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.UYYu4U 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.cVvAI7 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.14.1-779A2E70 Requires: ocaml-cmi(CamlinternalFormatBasics) = 4.14.1-8F8F6345, ocaml-cmi(Stdlib) = 4.14.1-79B0E9D3, ocaml-cmi(Stdlib__Either) = 4.14.1-26845DF2, ocaml-cmi(Stdlib__Result) = 4.14.1-F99939D3, ocaml-cmi(Stdlib__Seq) = 4.14.1-B6351103, rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.O34SY4 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.bEnqgB 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.55KLjr 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.14.1-779A2E70, ocaml-cmt(Result) = 4.14.1-779A2E70, ocaml-cmx(Result) = 4.14.1-426E952F Requires: ocaml-result = 1.5-alt2, ocaml-cmi(CamlinternalFormatBasics) = 4.14.1-8F8F6345, ocaml-cmi(Stdlib) = 4.14.1-79B0E9D3, ocaml-cmi(Stdlib__Either) = 4.14.1-26845DF2, ocaml-cmi(Stdlib__Result) = 4.14.1-F99939D3, ocaml-cmi(Stdlib__Seq) = 4.14.1-B6351103, ocaml-cmt(CamlinternalFormatBasics) = 4.14.1-8F8F6345, ocaml-cmt(Stdlib) = 4.14.1-79B0E9D3, ocaml-cmt(Stdlib__Either) = 4.14.1-26845DF2, ocaml-cmt(Stdlib__Result) = 4.14.1-F99939D3, ocaml-cmt(Stdlib__Seq) = 4.14.1-B6351103, ocaml-cmx(Stdlib__Result) = 4.14.1-2B5193CC Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.VX7Ge3 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.yITv5b find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.FonQ1O 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 5 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) 0.94user 0.93system 0:10.08elapsed 18%CPU (0avgtext+0avgdata 22772maxresident)k 0inputs+0outputs (0major+229474minor)pagefaults 0swaps 6.13user 2.44system 0:39.10elapsed 21%CPU (0avgtext+0avgdata 131512maxresident)k 249168inputs+0outputs (0major+199556minor)pagefaults 0swaps --- ocaml-result-1.5-alt2.x86_64.rpm.repo 2023-11-30 15:00:25.000000000 +0000 +++ ocaml-result-1.5-alt2.x86_64.rpm.hasher 2024-05-04 02:44:13.811827802 +0000 @@ -22,5 +22,5 @@ File: /usr/lib64/ocaml/result/result.cmi 100644 root:root d927609dd9efdbe6b62703e4f437c661 -File: /usr/lib64/ocaml/result/result.cmxs 100644 root:root e8bf71b44c18eb1575dbd1d1381f8f1e +File: /usr/lib64/ocaml/result/result.cmxs 100644 root:root 00571d15484eae0b0e8e0af6621c828d 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: 00fc9115ff81e04548ec9fd3fd6b211548ce3cc8dcd936081ab09ddfc1b6a928748d71f4dfe389753e4d1c394734653f12d3ff8d80ba41c15b3a07c5ee9df914 +RPMIdentity: 1309cca2fadeb6079f8b7e1282a436d98c1c297e3156985b78134409b344e270a7b8849ce71affde0e6b96e0e6681d2b75393c887626519a30838942b491b60d --- ocaml-result-debuginfo-1.5-alt2.x86_64.rpm.repo 2023-11-30 15:00:25.000000000 +0000 +++ ocaml-result-debuginfo-1.5-alt2.x86_64.rpm.hasher 2024-05-04 02:44:14.779831551 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/a9 40755 root:root -/usr/lib/debug/.build-id/a9/834234c7e97a83efdabf174765d2fde6f19429 120777 root:root ../../../../lib64/ocaml/result/result.cmxs -/usr/lib/debug/.build-id/a9/834234c7e97a83efdabf174765d2fde6f19429.debug 120777 root:root ../../usr/lib64/ocaml/result/result.cmxs.debug +/usr/lib/debug/.build-id/6f 40755 root:root +/usr/lib/debug/.build-id/6f/e62a90a4073eb92a86e7eaa6f3d6907ef4fa24 120777 root:root ../../../../lib64/ocaml/result/result.cmxs +/usr/lib/debug/.build-id/6f/e62a90a4073eb92a86e7eaa6f3d6907ef4fa24.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+333652.600.29.2 -File: /usr/lib/debug/.build-id/a9 40755 root:root -File: /usr/lib/debug/.build-id/a9/834234c7e97a83efdabf174765d2fde6f19429 120777 root:root ../../../../lib64/ocaml/result/result.cmxs -File: /usr/lib/debug/.build-id/a9/834234c7e97a83efdabf174765d2fde6f19429.debug 120777 root:root ../../usr/lib64/ocaml/result/result.cmxs.debug +File: /usr/lib/debug/.build-id/6f 40755 root:root +File: /usr/lib/debug/.build-id/6f/e62a90a4073eb92a86e7eaa6f3d6907ef4fa24 120777 root:root ../../../../lib64/ocaml/result/result.cmxs +File: /usr/lib/debug/.build-id/6f/e62a90a4073eb92a86e7eaa6f3d6907ef4fa24.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 66ffc477bd619247d2920357b385ce48 +File: /usr/lib/debug/usr/lib64/ocaml/result/result.cmxs.debug 100644 root:root 3e42372beeb8c31296aaec7f5451e0cd 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: 84c14153a2784f38afee700cc8b3b667a83ab8e2c165ac49e714052a590a13ebedb1465189670673b48b9332a5670e84705585cd0b55557cf05ebea3664728d0 +RPMIdentity: aa85c305bf9210544bbb6aeeba2b57dc0fb510e5e3c0efed24edfdf88a08c44451a4aadf5c2401370e8a73f075e6d6625f257dbb2c3fdcf11afaaecd605af827