<86>Nov 11 05:31:35 userdel[2586203]: delete user 'rooter' <86>Nov 11 05:31:35 userdel[2586203]: removed group 'rooter' owned by 'rooter' <86>Nov 11 05:31:35 userdel[2586203]: removed shadow group 'rooter' owned by 'rooter' <86>Nov 11 05:31:35 groupadd[2586212]: group added to /etc/group: name=rooter, GID=1850 <86>Nov 11 05:31:35 groupadd[2586212]: group added to /etc/gshadow: name=rooter <86>Nov 11 05:31:35 groupadd[2586212]: new group: name=rooter, GID=1850 <86>Nov 11 05:31:35 useradd[2586222]: new user: name=rooter, UID=1850, GID=1850, home=/root, shell=/bin/bash, from=none <86>Nov 11 05:31:35 userdel[2586234]: delete user 'builder' <86>Nov 11 05:31:35 userdel[2586234]: removed group 'builder' owned by 'builder' <86>Nov 11 05:31:35 userdel[2586234]: removed shadow group 'builder' owned by 'builder' <86>Nov 11 05:31:35 groupadd[2586247]: group added to /etc/group: name=builder, GID=1851 <86>Nov 11 05:31:35 groupadd[2586247]: group added to /etc/gshadow: name=builder <86>Nov 11 05:31:35 groupadd[2586247]: new group: name=builder, GID=1851 <86>Nov 11 05:31:35 useradd[2586258]: new user: name=builder, UID=1851, GID=1851, home=/usr/src, shell=/bin/bash, from=none warning: Macro %dune_build not found warning: Macro %dune_install not found warning: Macro %dune_check not found <13>Nov 11 05:31:38 rpmi: ocaml-runtime-4.13.1-alt1 sisyphus+288339.100.3.1 1636228564 installed <13>Nov 11 05:31:38 rpmi: rpm-build-ocaml-1.5.0-alt1 sisyphus+333888.200.2.2 1699476467 installed <13>Nov 11 05:31:45 rpmi: ocaml-4.13.1-alt1 sisyphus+288339.100.3.1 1636228564 installed <13>Nov 11 05:31:46 rpmi: ocaml-ocamldoc-4.13.1-alt1 sisyphus+288339.100.3.1 1636228564 installed <13>Nov 11 05:31:46 rpmi: opam-2.1.5-alt1 sisyphus+333641.200.1.1 1699173192 installed <13>Nov 11 05:31:46 rpmi: dune-3.11.1-alt1 sisyphus+333430.200.2.1 1699002551 installed Building target platforms: i586 Building for target i586 Wrote: /usr/src/in/nosrpm/ocaml-easy-format-1.3.2-alt2.nosrc.rpm (w1.gzdio) Installing ocaml-easy-format-1.3.2-alt2.src.rpm Building target platforms: i586 Building for target i586 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.34803 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf ocaml-easy-format-1.3.2 + echo 'Source #0 (ocaml-easy-format-1.3.2.tar):' Source #0 (ocaml-easy-format-1.3.2.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/ocaml-easy-format-1.3.2.tar + cd ocaml-easy-format-1.3.2 + /bin/chmod -c -Rf u+rwX,go-w . + echo 'Patch #0 (ocaml-easy-format-suse-fixbuild.patch):' Patch #0 (ocaml-easy-format-suse-fixbuild.patch): + /usr/bin/patch -p1 patching file dune patching file src/easy_format.ml + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.34803 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ocaml-easy-format-1.3.2 + /usr/bin/dune build --verbose -p easy-format Shared cache: disabled Workspace root: /usr/src/RPM/BUILD/ocaml-easy-format-1.3.2 Auto-detected concurrency: 16 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-easy-format-1.3.2/_build/default" } ; findlib_paths = [ External "/usr/lib/ocaml" ] ; ocaml_config = { version = "4.13.1" ; standard_library_default = "/usr/lib/ocaml" ; standard_library = "/usr/lib/ocaml" ; standard_runtime = "the_standard_runtime_variable_was_deleted" ; ccomp_type = "cc" ; c_compiler = "gcc" ; ocamlc_cflags = [ "-O2"; "-fno-strict-aliasing"; "-fwrapv"; "-pthread"; "-fPIC" ] ; ocamlc_cppflags = [ "-D_FILE_OFFSET_BITS=64" ] ; ocamlopt_cflags = [ "-O2"; "-fno-strict-aliasing"; "-fwrapv"; "-pthread"; "-fPIC" ] ; ocamlopt_cppflags = [ "-D_FILE_OFFSET_BITS=64" ] ; bytecomp_c_compiler = [ "gcc" ; "-O2" ; "-fno-strict-aliasing" ; "-fwrapv" ; "-pthread" ; "-fPIC" ; "-D_FILE_OFFSET_BITS=64" ] ; bytecomp_c_libraries = [ "-lm"; "-lpthread" ] ; native_c_compiler = [ "gcc" ; "-O2" ; "-fno-strict-aliasing" ; "-fwrapv" ; "-pthread" ; "-fPIC" ; "-D_FILE_OFFSET_BITS=64" ] ; native_c_libraries = [ "-lm" ] ; native_pack_linker = [ "ld"; "-r"; "-o" ] ; cc_profile = [] ; architecture = "i386" ; model = "default" ; int_size = 31 ; word_size = 32 ; system = "linux_elf" ; 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 = "i686-pc-linux-gnu" ; target = "i686-pc-linux-gnu" ; profiling = false ; flambda = false ; spacetime = false ; safe_string = true ; exec_magic_number = "Caml1999X030" ; cmi_magic_number = "Caml1999I030" ; cmo_magic_number = "Caml1999O030" ; cma_magic_number = "Caml1999A030" ; cmx_magic_number = "Caml1999Y030" ; cmxa_magic_number = "Caml1999Z030" ; ast_impl_magic_number = "Caml1999M030" ; ast_intf_magic_number = "Caml1999N030" ; cmxs_magic_number = "Caml1999D030" ; cmt_magic_number = "Caml1999T030" ; natdynlink_supported = true ; supports_shared_libraries = true ; windows_unicode = false } ; instrument_with = [] } Actual targets: - recursive alias @install Running[1]: (cd _build/default && /usr/bin/ocamlc.opt -w -40 -g -bin-annot -I src/.easy_format.objs/byte -no-alias-deps -o src/.easy_format.objs/byte/easy_format.cmi -c -intf src/easy_format.mli) Running[2]: (cd _build/default && /usr/bin/ocamlopt.opt -w -40 -g -I src/.easy_format.objs/byte -I src/.easy_format.objs/native -intf-suffix .ml -no-alias-deps -o src/.easy_format.objs/native/easy_format.cmx -c -impl src/easy_format.ml) Running[3]: (cd _build/default && /usr/bin/ocamlc.opt -w -40 -g -bin-annot -I src/.easy_format.objs/byte -intf-suffix .ml -no-alias-deps -o src/.easy_format.objs/byte/easy_format.cmo -c -impl src/easy_format.ml) Running[4]: (cd _build/default && /usr/bin/ocamlc.opt -w -40 -g -a -o src/easy_format.cma src/.easy_format.objs/byte/easy_format.cmo) Running[5]: (cd _build/default && /usr/bin/ocamlopt.opt -w -40 -g -a -o src/easy_format.cmxa src/.easy_format.objs/native/easy_format.cmx) Running[6]: (cd _build/default && /usr/bin/ocamlopt.opt -w -40 -g -shared -linkall -I src -o src/easy_format.cmxs src/easy_format.cmxa) Output[6]: ld: src/easy_format.a(easy_format.o): warning: relocation in read-only section `.text' ld: warning: creating DT_TEXTREL in a shared object Promoting "_build/default/easy-format.install" to "easy-format.install" + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.34803 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/ocaml-easy-format-buildroot + : + /bin/rm -rf -- /usr/src/tmp/ocaml-easy-format-buildroot + PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games + cd ocaml-easy-format-1.3.2 + __dune_install + /usr/bin/dune install --destdir=/usr/src/tmp/ocaml-easy-format-buildroot + find /usr/src/tmp/ocaml-easy-format-buildroot/usr/lib/ocaml/ -type f -regextype posix-extended '(' -regex '.*\.(cma|cmi|cmxs|so|js)$' -o -name META ')' -printf '/usr/lib/ocaml/%P\n' + find /usr/src/tmp/ocaml-easy-format-buildroot/usr/lib/ocaml/ -type d -printf '%%dir /usr/lib/ocaml/%P\n' + find /usr/src/tmp/ocaml-easy-format-buildroot/usr/lib/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/lib/ocaml/%P\n' + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/ocaml-easy-format-buildroot (auto) mode of './usr/lib/ocaml/easy-format/easy_format.cmxs' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) Verifying and fixing files in /usr/src/tmp/ocaml-easy-format-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig) Checking contents of files in /usr/src/tmp/ocaml-easy-format-buildroot/ (default) Compressing files in /usr/src/tmp/ocaml-easy-format-buildroot (auto) Adjusting library links in /usr/src/tmp/ocaml-easy-format-buildroot ./usr/lib: (from :0) Verifying ELF objects in /usr/src/tmp/ocaml-easy-format-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=relaxed,unresolved=normal) the file containing the function 'camlEasy_format__propagate_forced_breaks_390' is not compiled with -fpic/-fPIC the file containing the function 'camlEasy_format__mark_open_tag_916' is not compiled with -fpic/-fPIC the file containing the function 'camlEasy_format__mark_close_tag_919' is not compiled with -fpic/-fPIC the file containing the function 'camlEasy_format__extra_box_930' is not compiled with -fpic/-fPIC the file containing the function 'camlEasy_format__pp_open_nonaligned_box_940' is not compiled with -fpic/-fPIC the file containing the function 'camlEasy_format__fprint_t_960' is not compiled with -fpic/-fPIC the file containing the function 'camlEasy_format__fun_1515' is not compiled with -fpic/-fPIC the file containing the function 'camlEasy_format__fun_1525' is not compiled with -fpic/-fPIC the file containing the function 'camlEasy_format__fprint_opt_label_963' is not compiled with -fpic/-fPIC the file containing the function 'camlEasy_format__fprint_list_964' is not compiled with -fpic/-fPIC the file containing the function 'camlEasy_format__fun_1539' is not compiled with -fpic/-fPIC the file containing the function 'camlEasy_format__fprint_list2_967' is not compiled with -fpic/-fPIC the file containing the function 'camlEasy_format__fprint_t_1154' is not compiled with -fpic/-fPIC the file containing the function 'camlEasy_format__fprint_list_1155' is not compiled with -fpic/-fPIC the file containing the function 'camlEasy_format__to_formatter_1207' is not compiled with -fpic/-fPIC the file containing the function 'camlEasy_format__entry' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry6' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry6_1' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry6_2' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry6_3' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry6_4' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry5' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry5_1' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry5_2' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry5_3' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry4' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry4_1' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry4_2' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry3' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry3_1' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry2' is not compiled with -fpic/-fPIC the file containing the function 'camlEasy_format__inner_257' is not compiled with -fpic/-fPIC the file containing the function 'camlEasy_format__propagate_from_leaf_to_root_302' is not compiled with -fpic/-fPIC the file containing the function 'camlEasy_format__aux_308' is not compiled with -fpic/-fPIC the file containing the function 'camlEasy_format__map_node_400' is not compiled with -fpic/-fPIC the file containing the function 'camlEasy_format__set_escape_419' is not compiled with -fpic/-fPIC the file containing the function 'camlEasy_format__set_escape_string_449' is not compiled with -fpic/-fPIC the file containing the function 'camlEasy_format__define_styles_533' is not compiled with -fpic/-fPIC the file containing the function 'camlEasy_format__fprint_list_body_stick_left_961' is not compiled with -fpic/-fPIC the file containing the function 'camlEasy_format__fprint_list_body_stick_right_962' is not compiled with -fpic/-fPIC the file containing the function 'camlEasy_format__fprint_list_stick_right_966' is not compiled with -fpic/-fPIC the file containing the function 'camlEasy_format__fprint_pair_968' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry6_1_app' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry6_2_app' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry6_3_app' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry6_4_app' is not compiled with -fpic/-fPIC the file containing the function 'caml_curry6_5' is not compiled with -fpic/-fPIC the file containing the function 'camlEasy_format__fprint_list_stick_left_965' is not compiled with -fpic/-fPIC the file containing the function 'camlEasy_format__mot_437' is not compiled with -fpic/-fPIC the file containing the function 'camlEasy_format__mct_440' is not compiled with -fpic/-fPIC the file containing the function 'camlEasy_format__print_443' is not compiled with -fpic/-fPIC the file containing the function 'camlEasy_format__escape_453' is not compiled with -fpic/-fPIC the file containing the function 'camlEasy_format__to_string_1113' is not compiled with -fpic/-fPIC the file containing the function 'camlEasy_format__to_string_1203' is not compiled with -fpic/-fPIC the file containing the function 'camlEasy_format__fun_1472' is not compiled with -fpic/-fPIC the file containing the function 'camlEasy_format__to_stdout_1130' is not compiled with -fpic/-fPIC the file containing the function 'camlEasy_format__to_stderr_1135' is not compiled with -fpic/-fPIC the file containing the function 'camlEasy_format__to_stdout_1217' is not compiled with -fpic/-fPIC the file containing the function 'camlEasy_format__to_stderr_1220' is not compiled with -fpic/-fPIC the file containing the function 'camlEasy_format__pp_open_xbox_925' is not compiled with -fpic/-fPIC the file containing the function 'camlEasy_format__fun_1483' is not compiled with -fpic/-fPIC the file containing the function 'camlEasy_format__fun_1485' is not compiled with -fpic/-fPIC the file containing the function 'camlEasy_format__open_tag_947' is not compiled with -fpic/-fPIC the file containing the function 'camlEasy_format__tag_string_954' is not compiled with -fpic/-fPIC the file containing the function 'camlEasy_format__close_tag_951' is not compiled with -fpic/-fPIC the file containing the function 'camlEasy_format__to_formatter_1054' is not compiled with -fpic/-fPIC the file containing the function 'camlEasy_format__to_buffer_1199' is not compiled with -fpic/-fPIC the file containing the function 'camlEasy_format__to_channel_1212' is not compiled with -fpic/-fPIC the file containing the function 'camlEasy_format__to_buffer_inner_1549' is not compiled with -fpic/-fPIC the file containing the function 'camlEasy_format__to_channel_inner_1561' is not compiled with -fpic/-fPIC the file containing the function 'camlEasy_format__fun_1587' is not compiled with -fpic/-fPIC the file containing the function 'camlEasy_format__fprint_pair_1156' is not compiled with -fpic/-fPIC verify-elf: WARNING: ./usr/lib/ocaml/easy-format/easy_format.cmxs: TEXTREL entry found: 0x00000000 verify-elf: WARNING: ./usr/lib/ocaml/easy-format/easy_format.cmxs: undefined symbol: Caml_state verify-elf: WARNING: ./usr/lib/ocaml/easy-format/easy_format.cmxs: undefined symbol: caml_call_gc verify-elf: WARNING: ./usr/lib/ocaml/easy-format/easy_format.cmxs: undefined symbol: caml_extra_params verify-elf: WARNING: ./usr/lib/ocaml/easy-format/easy_format.cmxs: undefined symbol: camlStdlib__List__rev_map_252 verify-elf: WARNING: ./usr/lib/ocaml/easy-format/easy_format.cmxs: undefined symbol: camlStdlib__List__fold_left_275 verify-elf: WARNING: ./usr/lib/ocaml/easy-format/easy_format.cmxs: undefined symbol: camlStdlib__Format__pp_get_formatter_tag_functions_1466 verify-elf: WARNING: ./usr/lib/ocaml/easy-format/easy_format.cmxs: undefined symbol: caml_modify verify-elf: WARNING: ./usr/lib/ocaml/easy-format/easy_format.cmxs: undefined symbol: camlStdlib__Format__pp_set_formatter_tag_functions_1452 verify-elf: WARNING: ./usr/lib/ocaml/easy-format/easy_format.cmxs: undefined symbol: camlStdlib__Format__mark_open_tag_1470 verify-elf: WARNING: ./usr/lib/ocaml/easy-format/easy_format.cmxs: undefined symbol: camlStdlib__Format__mark_close_tag_1473 verify-elf: WARNING: ./usr/lib/ocaml/easy-format/easy_format.cmxs: undefined symbol: camlStdlib__Bytes__sub_116 verify-elf: WARNING: ./usr/lib/ocaml/easy-format/easy_format.cmxs: undefined symbol: camlStdlib__List__length_aux_84 verify-elf: WARNING: ./usr/lib/ocaml/easy-format/easy_format.cmxs: undefined symbol: camlStdlib__Hashtbl verify-elf: WARNING: ./usr/lib/ocaml/easy-format/easy_format.cmxs: undefined symbol: camlStdlib__Hashtbl__create_inner_1702 verify-elf: WARNING: ./usr/lib/ocaml/easy-format/easy_format.cmxs: undefined symbol: camlStdlib__List__iter_261 verify-elf: WARNING: ./usr/lib/ocaml/easy-format/easy_format.cmxs: undefined symbol: camlStdlib__Hashtbl__add_969 verify-elf: WARNING: ./usr/lib/ocaml/easy-format/easy_format.cmxs: undefined symbol: camlStdlib__Hashtbl__find_996 verify-elf: WARNING: ./usr/lib/ocaml/easy-format/easy_format.cmxs: undefined symbol: camlStdlib verify-elf: WARNING: ./usr/lib/ocaml/easy-format/easy_format.cmxs: undefined symbol: caml_raise_exn verify-elf: WARNING: ./usr/lib/ocaml/easy-format/easy_format.cmxs: undefined symbol: camlStdlib__Format__pp_open_box_gen_485 verify-elf: WARNING: ./usr/lib/ocaml/easy-format/easy_format.cmxs: undefined symbol: camlStdlib__List__for_all_335 verify-elf: WARNING: ./usr/lib/ocaml/easy-format/easy_format.cmxs: undefined symbol: camlStdlib__Format__pp_close_box_495 verify-elf: WARNING: ./usr/lib/ocaml/easy-format/easy_format.cmxs: undefined symbol: camlStdlib__Format__pp_open_tag_509 verify-elf: WARNING: ./usr/lib/ocaml/easy-format/easy_format.cmxs: undefined symbol: camlStdlib__Format__pp_close_stag_504 verify-elf: WARNING: ./usr/lib/ocaml/easy-format/easy_format.cmxs: undefined symbol: camlStdlib__Format__pp_print_string_570 verify-elf: WARNING: ./usr/lib/ocaml/easy-format/easy_format.cmxs: undefined symbol: camlStdlib__Format__pp_print_break_734 verify-elf: WARNING: ./usr/lib/ocaml/easy-format/easy_format.cmxs: undefined symbol: camlStdlib__Format__pp_print_char_682 verify-elf: WARNING: ./usr/lib/ocaml/easy-format/easy_format.cmxs: undefined symbol: camlStdlib__Format__pp_force_newline_714 verify-elf: WARNING: ./usr/lib/ocaml/easy-format/easy_format.cmxs: undefined symbol: camlStdlib__Bytes__make_93 verify-elf: WARNING: ./usr/lib/ocaml/easy-format/easy_format.cmxs: undefined symbol: camlStdlib__Format__pp_print_flush_707 verify-elf: WARNING: ./usr/lib/ocaml/easy-format/easy_format.cmxs: undefined symbol: camlStdlib__Format__formatter_of_buffer_930 verify-elf: WARNING: ./usr/lib/ocaml/easy-format/easy_format.cmxs: undefined symbol: camlStdlib__Buffer__create_86 verify-elf: WARNING: ./usr/lib/ocaml/easy-format/easy_format.cmxs: undefined symbol: camlStdlib__Format__formatter_of_out_channel_926 verify-elf: WARNING: ./usr/lib/ocaml/easy-format/easy_format.cmxs: undefined symbol: camlStdlib__Buffer__add_string_463 verify-elf: WARNING: ./usr/lib/ocaml/easy-format/easy_format.cmxs: undefined symbol: camlStdlib__Printf__bprintf_175 verify-elf: WARNING: ./usr/lib/ocaml/easy-format/easy_format.cmxs: undefined symbol: camlStdlib__Format__fprintf_1377 verify-elf: WARNING: ./usr/lib/ocaml/easy-format/easy_format.cmxs: undefined symbol: camlStdlib__output_253 verify-elf: WARNING: ./usr/lib/ocaml/easy-format/easy_format.cmxs: undefined symbol: caml_allocN Executing(%check): /bin/sh -e /usr/src/tmp/rpm-tmp.48386 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ocaml-easy-format-1.3.2 + /usr/bin/dune runtest ld: test/.test_easy_format.eobjs/native/test_easy_format.o: warning: relocation in read-only section `.text' ld: warning: creating DT_TEXTREL in a PIE abc: [ { x: y, y: { z: aaa }, a: [ abc, "long long long.........................................................................................." ], "a long label ...............................................": [ 123, 456, xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx ] }, [ a, b, c, d ], { x: y, y: { z: aaa }, a: [ abc, "long long long.........................................................................................." ], "a long label ...............................................": [ 123, 456, xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx ] }, xyz ] abc: [{x: y, y: {z: aaa}, a: [abc, "long long long.........................................................................................."], "a long label ...............................................": [123,456,xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx]}, [a,b,c,d], {x: y, y: {z: aaa}, a: [abc, "long long long.........................................................................................."], "a long label ...............................................": [123,456,xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx]}, xyz] abc: [ { x: y , y: {z: aaa} , a: [ abc , "long long long.........................................................................................." ] , "a long label ...............................................": [ 123 , 456 , xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx ] } , [a , b , c , d] , { x: y , y: {z: aaa} , a: [ abc , "long long long.........................................................................................." ] , "a long label ...............................................": [ 123 , 456 , xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx ] } , xyz ] abc: [ { x: y, y: { z: aaa }, a: [ abc, "long long long.........................................................................................." ], "a long label ...............................................": [ 123, 456, xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx ] }, [ a, b, c, d ], { x: y, y: { z: aaa }, a: [ abc, "long long long.........................................................................................." ], "a long label ...............................................": [ 123, 456, xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx ] }, xyz ] abc:[{x:y,y:{z:aaa},a:[abc,"long long long.........................................................................................."],"a long label ...............................................":[123,456,xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx]},[a,b,c,d],{x:y,y:{z:aaa},a:[abc,"long long long.........................................................................................."],"a long label ...............................................":[123,456,xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx]},xyz] + exit 0 Processing files: ocaml-easy-format-1.3.2-alt2 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.22059 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ocaml-easy-format-1.3.2 + DOCDIR=/usr/src/tmp/ocaml-easy-format-buildroot/usr/share/doc/ocaml-easy-format-1.3.2 + export DOCDIR + rm -rf /usr/src/tmp/ocaml-easy-format-buildroot/usr/share/doc/ocaml-easy-format-1.3.2 + /bin/mkdir -p /usr/src/tmp/ocaml-easy-format-buildroot/usr/share/doc/ocaml-easy-format-1.3.2 + cp -prL LICENSE /usr/src/tmp/ocaml-easy-format-buildroot/usr/share/doc/ocaml-easy-format-1.3.2 + chmod -R go-w /usr/src/tmp/ocaml-easy-format-buildroot/usr/share/doc/ocaml-easy-format-1.3.2 + chmod -R a+rX /usr/src/tmp/ocaml-easy-format-buildroot/usr/share/doc/ocaml-easy-format-1.3.2 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.88ljl5 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.Xh0jFD 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(Easy_format) = 4.13.1-27ECDE94 Requires: ocaml-cmi(CamlinternalFormatBasics) = 4.13.1-C4B583A7, ocaml-cmi(Stdlib) = 4.13.1-2D082666, ocaml-cmi(Stdlib__Buffer) = 4.13.1-AE6F92BA, ocaml-cmi(Stdlib__Either) = 4.13.1-24A5D315, ocaml-cmi(Stdlib__Format) = 4.13.1-7EC40152, ocaml-cmi(Stdlib__Hashtbl) = 4.13.1-F8A1618A, ocaml-cmi(Stdlib__List) = 4.13.1-A655EC23, ocaml-cmi(Stdlib__Printf) = 4.13.1-0E709B4A, ocaml-cmi(Stdlib__Seq) = 4.13.1-4A643801, ocaml-cmi(Stdlib__String) = 4.13.1-2E8342C8, ocaml-cmi(Stdlib__Uchar) = 4.13.1-6F39F075, rtld(GNU_HASH) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.fCLeyZ Creating ocaml-easy-format-debuginfo package Processing files: ocaml-easy-format-devel-1.3.2-alt2 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.29000 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd ocaml-easy-format-1.3.2 + DOCDIR=/usr/src/tmp/ocaml-easy-format-buildroot/usr/share/doc/ocaml-easy-format-devel-1.3.2 + export DOCDIR + rm -rf /usr/src/tmp/ocaml-easy-format-buildroot/usr/share/doc/ocaml-easy-format-devel-1.3.2 + /bin/mkdir -p /usr/src/tmp/ocaml-easy-format-buildroot/usr/share/doc/ocaml-easy-format-devel-1.3.2 + cp -prL LICENSE README.md CHANGES.md /usr/src/tmp/ocaml-easy-format-buildroot/usr/share/doc/ocaml-easy-format-devel-1.3.2 + chmod -R go-w /usr/src/tmp/ocaml-easy-format-buildroot/usr/share/doc/ocaml-easy-format-devel-1.3.2 + chmod -R a+rX /usr/src/tmp/ocaml-easy-format-buildroot/usr/share/doc/ocaml-easy-format-devel-1.3.2 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.oEgZl6 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.f8Z0Ua 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(Easy_format) = 4.13.1-270CDBD3 Requires: ocaml-easy-format = 1.3.2-alt2, ocaml-cmi(CamlinternalFormatBasics) = 4.13.1-C4B583A7, ocaml-cmi(Easy_format) = 4.13.1-27ECDE94, ocaml-cmi(Stdlib) = 4.13.1-2D082666, ocaml-cmi(Stdlib__Buffer) = 4.13.1-AE6F92BA, ocaml-cmi(Stdlib__Either) = 4.13.1-24A5D315, ocaml-cmi(Stdlib__Format) = 4.13.1-7EC40152, ocaml-cmi(Stdlib__Hashtbl) = 4.13.1-F8A1618A, ocaml-cmi(Stdlib__List) = 4.13.1-A655EC23, ocaml-cmi(Stdlib__Printf) = 4.13.1-0E709B4A, ocaml-cmi(Stdlib__Seq) = 4.13.1-4A643801, ocaml-cmi(Stdlib__String) = 4.13.1-2E8342C8, ocaml-cmi(Stdlib__Uchar) = 4.13.1-6F39F075, ocaml-cmx(Stdlib) = 4.13.1-C82208C6, ocaml-cmx(Stdlib__Buffer) = 4.13.1-6EEFA361, ocaml-cmx(Stdlib__Format) = 4.13.1-D5F7C8EF, ocaml-cmx(Stdlib__Hashtbl) = 4.13.1-7228153E, ocaml-cmx(Stdlib__List) = 4.13.1-749429E7, ocaml-cmx(Stdlib__Printf) = 4.13.1-0DD3DEA7, ocaml-cmx(Stdlib__String) = 4.13.1-5279372C Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.h8tVCq Processing files: ocaml-easy-format-debuginfo-1.3.2-alt2 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.gWmBFp find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.0CWf4H find-requires: running scripts (debuginfo) Requires: ocaml-easy-format = 1.3.2-alt2 Adding to ocaml-easy-format-devel a strict dependency on ocaml-easy-format Adding to ocaml-easy-format-debuginfo a strict dependency on ocaml-easy-format Removing 1 extra deps from ocaml-easy-format-devel due to dependency on ocaml-easy-format Removing 11 extra deps from ocaml-easy-format-devel due to repentancy on ocaml-easy-format warning: Installed (but unpackaged) file(s) found: /usr/share/doc/easy-format/CHANGES.md /usr/share/doc/easy-format/LICENSE /usr/share/doc/easy-format/README.md Wrote: /usr/src/RPM/RPMS/i586/ocaml-easy-format-1.3.2-alt2.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/ocaml-easy-format-devel-1.3.2-alt2.i586.rpm (w2.lzdio) Wrote: /usr/src/RPM/RPMS/i586/ocaml-easy-format-debuginfo-1.3.2-alt2.i586.rpm (w2.lzdio) 1.24user 0.66system 0:09.47elapsed 20%CPU (0avgtext+0avgdata 82460maxresident)k 0inputs+0outputs (0major+228491minor)pagefaults 0swaps 2.98user 1.23system 0:23.87elapsed 17%CPU (0avgtext+0avgdata 125236maxresident)k 6768inputs+0outputs (0major+197608minor)pagefaults 0swaps --- ocaml-easy-format-1.3.2-alt2.i586.rpm.repo 2021-11-06 21:09:50.000000000 +0000 +++ ocaml-easy-format-1.3.2-alt2.i586.rpm.hasher 2023-11-11 05:31:57.863039684 +0000 @@ -28,5 +28,5 @@ File: /usr/lib/ocaml/easy-format/easy_format.cmi 100644 root:root aa026dcc7074fbd2b2e9b09c2bd6552d -File: /usr/lib/ocaml/easy-format/easy_format.cmxs 100644 root:root ac40c17a4f087c989612dd4d69ee6206 +File: /usr/lib/ocaml/easy-format/easy_format.cmxs 100644 root:root 4366af18aa1142060f67f5a08981b9bc File: /usr/share/doc/ocaml-easy-format-1.3.2 40755 root:root File: /usr/share/doc/ocaml-easy-format-1.3.2/LICENSE 100644 root:root f7d5abca52735d02c934de5ca3ab7696 -RPMIdentity: 9aee26e18b43ea34438432c90fe0748cabee9f2e8ee1617341d58da7874c336db95314b645c98364e1a6edd0e05d58013b7bc74e347a048ef25dec24242fc513 +RPMIdentity: 685d4fb6141f08c3528ccb508d64adcc9ea62462c3b83d1e22069c8d4add3003b4b02e87dd836a2b6ca3db249138c85842af11d524abf090d9696dc20dbba9af --- ocaml-easy-format-debuginfo-1.3.2-alt2.i586.rpm.repo 2021-11-06 21:09:50.000000000 +0000 +++ ocaml-easy-format-debuginfo-1.3.2-alt2.i586.rpm.hasher 2023-11-11 05:31:57.927040889 +0000 @@ -1,4 +1,4 @@ -/usr/lib/debug/.build-id/2f 40755 root:root -/usr/lib/debug/.build-id/2f/ae6c731045d55b92b58bb622f9a933add0a70a 120777 root:root ../../../ocaml/easy-format/easy_format.cmxs -/usr/lib/debug/.build-id/2f/ae6c731045d55b92b58bb622f9a933add0a70a.debug 120777 root:root ../../usr/lib/ocaml/easy-format/easy_format.cmxs.debug +/usr/lib/debug/.build-id/e3 40755 root:root +/usr/lib/debug/.build-id/e3/b35e3312ccc845188b7a037fa556d920c25fbb 120777 root:root ../../../ocaml/easy-format/easy_format.cmxs +/usr/lib/debug/.build-id/e3/b35e3312ccc845188b7a037fa556d920c25fbb.debug 120777 root:root ../../usr/lib/ocaml/easy-format/easy_format.cmxs.debug /usr/lib/debug/usr/lib/ocaml 40755 root:root @@ -14,8 +14,8 @@ Provides: ocaml-easy-format-debuginfo = 1.3.2-alt2:sisyphus+288339.11300.3.1 -File: /usr/lib/debug/.build-id/2f 40755 root:root -File: /usr/lib/debug/.build-id/2f/ae6c731045d55b92b58bb622f9a933add0a70a 120777 root:root ../../../ocaml/easy-format/easy_format.cmxs -File: /usr/lib/debug/.build-id/2f/ae6c731045d55b92b58bb622f9a933add0a70a.debug 120777 root:root ../../usr/lib/ocaml/easy-format/easy_format.cmxs.debug +File: /usr/lib/debug/.build-id/e3 40755 root:root +File: /usr/lib/debug/.build-id/e3/b35e3312ccc845188b7a037fa556d920c25fbb 120777 root:root ../../../ocaml/easy-format/easy_format.cmxs +File: /usr/lib/debug/.build-id/e3/b35e3312ccc845188b7a037fa556d920c25fbb.debug 120777 root:root ../../usr/lib/ocaml/easy-format/easy_format.cmxs.debug File: /usr/lib/debug/usr/lib/ocaml 40755 root:root File: /usr/lib/debug/usr/lib/ocaml/easy-format 40755 root:root -File: /usr/lib/debug/usr/lib/ocaml/easy-format/easy_format.cmxs.debug 100644 root:root f664e1f036d8c009ad6cf87bb3b36160 +File: /usr/lib/debug/usr/lib/ocaml/easy-format/easy_format.cmxs.debug 100644 root:root 3d72732a7c3c3de33455d92b48589336 File: /usr/src/debug/ocaml-easy-format-1.3.2 40755 root:root @@ -25,2 +25,2 @@ File: /usr/src/debug/ocaml-easy-format-1.3.2/_build/default/src/easy_format.ml 100644 root:root 886647e10896adbe907af840968e7348 -RPMIdentity: d4fc25f301d1337d34760544d53ae4d42177829ec65cc2018d294e5a88547b8cf412103a8055e53b6988f43ff1118aaa1b4ccdc437ab7270f3da958a4d6921fc +RPMIdentity: 919cc377a1fd871adaa4fd054e61b7d52e610cb80544ce4e720970d2088103464b4094d553187e7dc7850f951830a799916c7df71acdc32abbff62de91dab6f0 --- ocaml-easy-format-devel-1.3.2-alt2.i586.rpm.repo 2021-11-06 21:09:50.000000000 +0000 +++ ocaml-easy-format-devel-1.3.2-alt2.i586.rpm.hasher 2023-11-11 05:31:58.002042302 +0000 @@ -24,4 +24,4 @@ Provides: ocaml-easy-format-devel = 1.3.2-alt2:sisyphus+288339.11300.3.1 -File: /usr/lib/ocaml/easy-format/dune-package 100644 root:root ea759f11f06b54d51eeace2ba37337c2 -File: /usr/lib/ocaml/easy-format/easy_format.a 100644 root:root 53646558ef6ba5e226eda8508d7c9439 +File: /usr/lib/ocaml/easy-format/dune-package 100644 root:root 9a33f26052df28edb28e5269511cf4a1 +File: /usr/lib/ocaml/easy-format/easy_format.a 100644 root:root ced8e405573fa571eb17646419fcf22c File: /usr/lib/ocaml/easy-format/easy_format.cmt 100644 root:root e5eb071cd272b0f1af730a29868ebc1b @@ -37,2 +37,2 @@ File: /usr/share/doc/ocaml-easy-format-devel-1.3.2/README.md 100644 root:root 71a9da0ea80fe69b61749d9d0cd82ba7 -RPMIdentity: 5ea01814e1d18605daeb6c21b16e4fb62bc9466afbc5d934de3e36c844799b9f5f6922ac2436ea1d93c820d0922278a6ccca7e39e38c2a23186fdad1d3ec77e9 +RPMIdentity: f61022362647a211207f1a662692f4eb237621ac340f679a9bb2f865c482a00633fb7affd671a58dadbb4ba26d7ba35ad246bd96ed26ef2105ef5ab41f5e9ee9