<86>Apr  6 07:03:44 userdel[461135]: delete user 'rooter'
<86>Apr  6 07:03:44 userdel[461135]: removed group 'rooter' owned by 'rooter'
<86>Apr  6 07:03:44 userdel[461135]: removed shadow group 'rooter' owned by 'rooter'
<86>Apr  6 07:03:44 groupadd[461142]: group added to /etc/group: name=rooter, GID=1271
<86>Apr  6 07:03:44 groupadd[461142]: group added to /etc/gshadow: name=rooter
<86>Apr  6 07:03:44 groupadd[461142]: new group: name=rooter, GID=1271
<86>Apr  6 07:03:44 useradd[461151]: new user: name=rooter, UID=1271, GID=1271, home=/root, shell=/bin/bash, from=none
<86>Apr  6 07:03:44 userdel[461162]: delete user 'builder'
<86>Apr  6 07:03:44 userdel[461162]: removed group 'builder' owned by 'builder'
<86>Apr  6 07:03:44 userdel[461162]: removed shadow group 'builder' owned by 'builder'
<86>Apr  6 07:03:44 groupadd[461169]: group added to /etc/group: name=builder, GID=1272
<86>Apr  6 07:03:44 groupadd[461169]: group added to /etc/gshadow: name=builder
<86>Apr  6 07:03:44 groupadd[461169]: new group: name=builder, GID=1272
<86>Apr  6 07:03:44 useradd[461175]: new user: name=builder, UID=1272, GID=1272, 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>Apr  6 07:03:49 rpmi: ocaml-runtime-4.14.1-alt1 sisyphus+333652.177.29.2 1701355789 installed
<13>Apr  6 07:03:49 rpmi: rpm-build-ocaml-1.6.2-alt1 sisyphus+333652.74.29.2 1701355648 installed
<13>Apr  6 07:03:59 rpmi: ocaml-4.14.1-alt1 sisyphus+333652.177.29.2 1701355789 installed
<13>Apr  6 07:03:59 rpmi: ocaml-cppo-1.6.9-alt1 sisyphus+333652.5700.29.2 1701357616 installed
<13>Apr  6 07:03:59 rpmi: dune-3.11.1-alt2 sisyphus+333652.440.29.2 1701355995 installed
Building target platforms: i586
Building for target i586
Wrote: /usr/src/in/nosrpm/ocaml-stdlib-random-1.1.0-alt1.nosrc.rpm (w1.gzdio)
Installing ocaml-stdlib-random-1.1.0-alt1.src.rpm
Building target platforms: i586
Building for target i586
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.82721
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf ocaml-stdlib-random-1.1.0
+ echo 'Source #0 (ocaml-stdlib-random-1.1.0.tar):'
Source #0 (ocaml-stdlib-random-1.1.0.tar):
+ /bin/tar -xf /usr/src/RPM/SOURCES/ocaml-stdlib-random-1.1.0.tar
+ cd ocaml-stdlib-random-1.1.0
+ /bin/chmod -c -Rf u+rwX,go-w .
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.82721
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd ocaml-stdlib-random-1.1.0
+ /usr/bin/dune build --verbose
Shared cache: disabled
Workspace root: /usr/src/RPM/BUILD/ocaml-stdlib-random-1.1.0
Auto-detected concurrency: 8
Dune context:
 { name = "default"
 ; kind = "default"
 ; profile = Dev
 ; 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"
 ; ocamlopt =
     Error
       { context = "default"
       ; program = "ocamlopt"
       ; hint =
           Some
             "ocamlc found in /usr/bin, but /usr/bin/ocamlopt doesn't exist (context: default)"
       }
 ; ocamldep = Ok External "/usr/bin/ocamldep"
 ; ocamlmklib = Ok External "/usr/bin/ocamlmklib"
 ; installed_env =
     map
       { "INSIDE_DUNE" :
           "/usr/src/RPM/BUILD/ocaml-stdlib-random-1.1.0/_build/default"
       }
 ; findlib_paths = [ External "/usr/lib/ocaml" ]
 ; ocaml_config =
     { version = "4.14.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"
         ; "-pipe"
         ; "-frecord-gcc-switches"
         ; "-g"
         ; "-O2"
         ; "-march=i586"
         ; "-mtune=generic"
         ; "-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"
         ; "-march=i586"
         ; "-mtune=generic"
         ; "-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"
         ; "-march=i586"
         ; "-mtune=generic"
         ; "-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"
         ; "-march=i586"
         ; "-mtune=generic"
         ; "-D_FILE_OFFSET_BITS=64"
         ; "-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 = false
     ; 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 = "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 = false
     ; supports_shared_libraries = true
     ; windows_unicode = false
     }
 ; instrument_with = []
 }
Actual targets:
- alias @@default
Running[1]: (cd _build/default && /usr/bin/cppo -V OCAML:4.14.1 tests/consistency.ml) > _build/default/tests/consistency.pp.ml
Running[2]: (cd _build/default && /usr/bin/ocamldep -modules -impl tests/binary_string_roundtrip.ml) > _build/default/tests/.binary_string_roundtrip.eobjs/dune__exe__Binary_string_roundtrip.impl.d
Running[3]: (cd _build/default && /usr/bin/ocamldep -modules -impl tests/binary_string_stability.ml) > _build/default/tests/.binary_string_roundtrip.eobjs/dune__exe__Binary_string_stability.impl.d
Running[4]: (cd _build/default && /usr/bin/cppo -V OCAML:4.14.1 random3/random3.ml) > _build/default/random3/random3.pp.ml
Running[5]: (cd _build/default && /usr/bin/cppo -V OCAML:4.14.1 random3/random3.mli) > _build/default/random3/random3.pp.mli
Running[6]: (cd _build/default && /usr/bin/cppo -V OCAML:4.14.1 random4/random4.ml) > _build/default/random4/random4.pp.ml
Running[7]: (cd _build/default && /usr/bin/cppo -V OCAML:4.14.1 random4/random4.mli) > _build/default/random4/random4.pp.mli
Running[8]: (cd _build/default/random5 && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -pipe -frecord-gcc-switches -g -O2 -march=i586 -mtune=generic -D_FILE_OFFSET_BITS=64 -g -I /usr/lib/ocaml -o prng.o -c prng.c)
Running[9]: (cd _build/default && /usr/bin/cppo -V OCAML:4.14.1 random5/random5.ml) > _build/default/random5/random5.pp.ml
Running[10]: (cd _build/default && /usr/bin/cppo -V OCAML:4.14.1 random5/random5.mli) > _build/default/random5/random5.pp.mli
Running[11]: (cd _build/default && /usr/bin/cppo -V OCAML:4.14.1 random5o/prng.ml) > _build/default/random5o/prng.pp.ml
Running[12]: (cd _build/default && /usr/bin/cppo -V OCAML:4.14.1 random5o/prng.mli) > _build/default/random5o/prng.pp.mli
Running[13]: (cd _build/default && /usr/bin/cppo -V OCAML:4.14.1 random5o/random5o.ml) > _build/default/random5o/random5o.pp.ml
Running[14]: (cd _build/default && /usr/bin/cppo -V OCAML:4.14.1 random5o/random5o.mli) > _build/default/random5o/random5o.pp.mli
Running[15]: (cd _build/default && /usr/bin/ocamlc -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -w -49 -nopervasives -nostdlib -g -bin-annot -I random5o/.random5o.objs/byte -no-alias-deps -opaque -o random5o/.random5o.objs/byte/random5o__.cmo -c -impl random5o/random5o__.ml-gen)
Running[16]: (cd _build/default && /usr/bin/ocamlc -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I random3/.random3.objs/byte -no-alias-deps -opaque -o random3/.random3.objs/byte/random3.cmi -c -intf random3/random3.pp.mli)
Running[17]: (cd _build/default && /usr/bin/ocamlc -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I random4/.random4.objs/byte -no-alias-deps -opaque -o random4/.random4.objs/byte/random4.cmi -c -intf random4/random4.pp.mli)
Running[18]: (cd _build/default && /usr/bin/ocamlc -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I random5/.random5.objs/byte -no-alias-deps -opaque -o random5/.random5.objs/byte/random5.cmi -c -intf random5/random5.pp.mli)
Running[19]: (cd _build/default && /usr/bin/ocamlc -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -w -49 -nopervasives -nostdlib -g -bin-annot -I tests/.binary_string_roundtrip.eobjs/byte -no-alias-deps -opaque -o tests/.binary_string_roundtrip.eobjs/byte/dune__exe.cmo -c -impl tests/.binary_string_roundtrip.eobjs/dune__exe.ml-gen)
Running[20]: (cd _build/default && /usr/bin/ocamldep -modules -impl random5o/random5o.pp.ml) > _build/default/random5o/.random5o.objs/random5o.impl.d
Running[21]: (cd _build/default && /usr/bin/ocamldep -modules -intf random5o/random5o.pp.mli) > _build/default/random5o/.random5o.objs/random5o.intf.d
Running[22]: (cd _build/default && /usr/bin/ocamldep -modules -impl random5o/prng.pp.ml) > _build/default/random5o/.random5o.objs/random5o__Prng.impl.d
Running[23]: (cd _build/default && /usr/bin/ocamldep -modules -intf random5o/prng.pp.mli) > _build/default/random5o/.random5o.objs/random5o__Prng.intf.d
Running[24]: (cd _build/default && /usr/bin/ocamlc -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I random5o/.random5o.objs/byte -no-alias-deps -opaque -open Random5o__ -o random5o/.random5o.objs/byte/random5o.cmi -c -intf random5o/random5o.pp.mli)
Running[25]: (cd _build/default && /usr/bin/ocamlc -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I random3/.random3.objs/byte -intf-suffix .ml -no-alias-deps -opaque -o random3/.random3.objs/byte/random3.cmo -c -impl random3/random3.pp.ml)
Running[26]: (cd _build/default && /usr/bin/ocamlc -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I tests/.random3_test.eobjs/byte -I random3/.random3.objs/byte -no-alias-deps -opaque -o tests/.random3_test.eobjs/byte/dune__exe__Random3_test.cmo -c -impl tests/random3_test.ml)
Running[27]: (cd _build/default && /usr/bin/ocamlc -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I random4/.random4.objs/byte -intf-suffix .ml -no-alias-deps -opaque -o random4/.random4.objs/byte/random4.cmo -c -impl random4/random4.pp.ml)
Running[28]: (cd _build/default && /usr/bin/ocamlc -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I tests/.random4_test.eobjs/byte -I random4/.random4.objs/byte -no-alias-deps -opaque -o tests/.random4_test.eobjs/byte/dune__exe__Random4_test.cmo -c -impl tests/random4_test.ml)
Running[29]: (cd _build/default && /usr/bin/ocamlc -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I random5/.random5.objs/byte -intf-suffix .ml -no-alias-deps -opaque -o random5/.random5.objs/byte/random5.cmo -c -impl random5/random5.pp.ml)
Running[30]: (cd _build/.sandbox/105fb9c11a430269886ccb12f0379e15/default && /usr/bin/ocamlmklib -g -o random5/random5_stubs random5/prng.o)
Running[31]: (cd _build/default && /usr/bin/ocamlmklib -g -custom -o random5/random5_stubs random5/prng.o)
Running[32]: (cd _build/default && /usr/bin/ocamlc -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I random5o/.random5o.objs/byte -no-alias-deps -opaque -open Random5o__ -o random5o/.random5o.objs/byte/random5o__Prng.cmi -c -intf random5o/prng.pp.mli)
Running[33]: (cd _build/default && /usr/bin/ocamlc -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I tests/.consistency.eobjs/byte -I random3/.random3.objs/byte -I random4/.random4.objs/byte -I random5/.random5.objs/byte -I random5o/.random5o.objs/byte -no-alias-deps -opaque -o tests/.consistency.eobjs/byte/dune__exe__Consistency.cmo -c -impl tests/consistency.pp.ml)
Running[34]: (cd _build/default && /usr/bin/ocamlc -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I random5o/.random5o.objs/byte -intf-suffix .ml -no-alias-deps -opaque -open Random5o__ -o random5o/.random5o.objs/byte/random5o__Prng.cmo -c -impl random5o/prng.pp.ml)
Running[35]: (cd _build/default && /usr/bin/ocamlc -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I tests/.binary_string_roundtrip.eobjs/byte -I random3/.random3.objs/byte -I random4/.random4.objs/byte -I random5/.random5.objs/byte -I random5o/.random5o.objs/byte -no-alias-deps -opaque -open Dune__exe -o tests/.binary_string_roundtrip.eobjs/byte/dune__exe__Binary_string_roundtrip.cmo -c -impl tests/binary_string_roundtrip.ml)
Running[36]: (cd _build/default && /usr/bin/ocamlc -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I random5o/.random5o.objs/byte -intf-suffix .ml -no-alias-deps -opaque -open Random5o__ -o random5o/.random5o.objs/byte/random5o.cmo -c -impl random5o/random5o.pp.ml)
Running[37]: (cd _build/default && /usr/bin/ocamlc -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I tests/.random5_test.eobjs/byte -I random5/.random5.objs/byte -I random5o/.random5o.objs/byte -no-alias-deps -opaque -o tests/.random5_test.eobjs/byte/dune__exe__Random5_test.cmo -c -impl tests/random5_test.ml)
Running[38]: (cd _build/default && /usr/bin/ocamlc -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I tests/.binary_string_roundtrip.eobjs/byte -I random3/.random3.objs/byte -I random4/.random4.objs/byte -I random5/.random5.objs/byte -I random5o/.random5o.objs/byte -no-alias-deps -opaque -open Dune__exe -o tests/.binary_string_roundtrip.eobjs/byte/dune__exe__Binary_string_stability.cmo -c -impl tests/binary_string_stability.ml)
Running[39]: (cd _build/default && /usr/bin/ocamlc -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -a -o random3/random3.cma random3/.random3.objs/byte/random3.cmo)
Running[40]: (cd _build/default && /usr/bin/ocamlc -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -a -o random4/random4.cma random4/.random4.objs/byte/random4.cmo)
Running[41]: (cd _build/default && /usr/bin/ocamlc -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -a -o random5/random5.cma -dllib -lrandom5_stubs -cclib -lrandom5_stubs random5/.random5.objs/byte/random5.cmo)
Running[42]: (cd _build/default && /usr/bin/ocamlc -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -o tests/random3_test.bc random3/random3.cma tests/.random3_test.eobjs/byte/dune__exe__Random3_test.cmo)
Running[43]: (cd _build/default && /usr/bin/ocamlc -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -o tests/random3_test.exe -output-complete-exe random3/random3.cma tests/.random3_test.eobjs/byte/dune__exe__Random3_test.cmo)
Running[44]: (cd _build/default && /usr/bin/ocamlc -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -o tests/random4_test.bc random4/random4.cma tests/.random4_test.eobjs/byte/dune__exe__Random4_test.cmo)
Running[45]: (cd _build/default && /usr/bin/ocamlc -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -o tests/random4_test.exe -output-complete-exe random4/random4.cma tests/.random4_test.eobjs/byte/dune__exe__Random4_test.cmo)
Running[46]: (cd _build/default && /usr/bin/ocamlc -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -a -o random5o/random5o.cma random5o/.random5o.objs/byte/random5o__.cmo random5o/.random5o.objs/byte/random5o__Prng.cmo random5o/.random5o.objs/byte/random5o.cmo)
Running[47]: (cd _build/default && /usr/bin/ocamlc -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -o tests/binary_string_roundtrip.bc random3/random3.cma random4/random4.cma random5/random5.cma -I random5 random5o/random5o.cma tests/.binary_string_roundtrip.eobjs/byte/dune__exe.cmo tests/.binary_string_roundtrip.eobjs/byte/dune__exe__Binary_string_roundtrip.cmo)
Running[48]: (cd _build/default && /usr/bin/ocamlc -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -o tests/binary_string_roundtrip.exe -output-complete-exe random3/random3.cma random4/random4.cma random5/random5.cma -I random5 random5o/random5o.cma tests/.binary_string_roundtrip.eobjs/byte/dune__exe.cmo tests/.binary_string_roundtrip.eobjs/byte/dune__exe__Binary_string_roundtrip.cmo)
Running[49]: (cd _build/default && /usr/bin/ocamlc -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -o tests/binary_string_stability.bc random3/random3.cma random4/random4.cma random5/random5.cma -I random5 random5o/random5o.cma tests/.binary_string_roundtrip.eobjs/byte/dune__exe.cmo tests/.binary_string_roundtrip.eobjs/byte/dune__exe__Binary_string_stability.cmo)
Running[50]: (cd _build/default && /usr/bin/ocamlc -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -o tests/binary_string_stability.exe -output-complete-exe random3/random3.cma random4/random4.cma random5/random5.cma -I random5 random5o/random5o.cma tests/.binary_string_roundtrip.eobjs/byte/dune__exe.cmo tests/.binary_string_roundtrip.eobjs/byte/dune__exe__Binary_string_stability.cmo)
Running[51]: (cd _build/default && /usr/bin/ocamlc -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -o tests/consistency.bc random3/random3.cma random4/random4.cma random5/random5.cma -I random5 random5o/random5o.cma tests/.consistency.eobjs/byte/dune__exe__Consistency.cmo)
Running[52]: (cd _build/default && /usr/bin/ocamlc -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -o tests/consistency.exe -output-complete-exe random3/random3.cma random4/random4.cma random5/random5.cma -I random5 random5o/random5o.cma tests/.consistency.eobjs/byte/dune__exe__Consistency.cmo)
Running[53]: (cd _build/default && /usr/bin/ocamlc -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -o tests/random5_test.bc random5/random5.cma -I random5 random5o/random5o.cma tests/.random5_test.eobjs/byte/dune__exe__Random5_test.cmo)
Running[54]: (cd _build/default && /usr/bin/ocamlc -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -o tests/random5_test.exe -output-complete-exe random5/random5.cma -I random5 random5o/random5o.cma tests/.random5_test.eobjs/byte/dune__exe__Random5_test.cmo)
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.11878
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/ocaml-stdlib-random-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/ocaml-stdlib-random-buildroot
+ PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games
+ cd ocaml-stdlib-random-1.1.0
+ __dune_install
+ /usr/bin/dune install --destdir=/usr/src/tmp/ocaml-stdlib-random-buildroot
+ __ocaml_find_files
+ find /usr/src/tmp/ocaml-stdlib-random-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-stdlib-random-buildroot/usr/lib/ocaml/ -type d -printf '%%dir /usr/lib/ocaml/%P\n'
+ find /usr/src/tmp/ocaml-stdlib-random-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-stdlib-random-buildroot (auto)
mode of './usr/lib/ocaml/stublibs/dllrandom5_stubs.so' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--)
Verifying and fixing files in /usr/src/tmp/ocaml-stdlib-random-buildroot (binconfig,pkgconfig,libtool,desktop,gnuconfig)
Checking contents of files in /usr/src/tmp/ocaml-stdlib-random-buildroot/ (default)
Compressing files in /usr/src/tmp/ocaml-stdlib-random-buildroot (auto)
Adjusting library links in /usr/src/tmp/ocaml-stdlib-random-buildroot
./usr/lib: (from <cmdline>:0)
Verifying ELF objects in /usr/src/tmp/ocaml-stdlib-random-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=relaxed,unresolved=normal)
verify-elf: WARNING: ./usr/lib/ocaml/stublibs/dllrandom5_stubs.so: undefined symbol: caml_copy_int64
Splitting links to aliased files under /{,s}bin in /usr/src/tmp/ocaml-stdlib-random-buildroot
Executing(%check): /bin/sh -e /usr/src/tmp/rpm-tmp.32665
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd ocaml-stdlib-random-1.1.0
+ /usr/bin/dune runtest
+ exit 0
Processing files: ocaml-stdlib-random-1.1.0-alt1
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.32665
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd ocaml-stdlib-random-1.1.0
+ DOCDIR=/usr/src/tmp/ocaml-stdlib-random-buildroot/usr/share/doc/ocaml-stdlib-random-1.1.0
+ export DOCDIR
+ rm -rf /usr/src/tmp/ocaml-stdlib-random-buildroot/usr/share/doc/ocaml-stdlib-random-1.1.0
+ /bin/mkdir -p /usr/src/tmp/ocaml-stdlib-random-buildroot/usr/share/doc/ocaml-stdlib-random-1.1.0
+ cp -prL README.md Changelog.md /usr/src/tmp/ocaml-stdlib-random-buildroot/usr/share/doc/ocaml-stdlib-random-1.1.0
+ chmod -R go-w /usr/src/tmp/ocaml-stdlib-random-buildroot/usr/share/doc/ocaml-stdlib-random-1.1.0
+ chmod -R a+rX /usr/src/tmp/ocaml-stdlib-random-buildroot/usr/share/doc/ocaml-stdlib-random-1.1.0
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.NtrWdK
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.PpIoCP
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(Random3) = 4.14.1-84B4A403, ocaml-cmi(Random4) = 4.14.1-A31FFC02, ocaml-cmi(Random5) = 4.14.1-6469F3AC, ocaml-cmi(Random5o) = 4.14.1-EE38B6A4, ocaml-cmi(Random5o__) = 4.14.1-2293A8EE, ocaml-cmi(Random5o__Prng) = 4.14.1-CB1D6CE2, ocaml-dll(random5_stubs)
Requires: ocaml-cmi(CamlinternalFormatBasics) = 4.14.1-8F8F6345, ocaml-cmi(Stdlib) = 4.14.1-79B0E9D3, ocaml-cmi(Stdlib__Array) = 4.14.1-622D88FA, ocaml-cmi(Stdlib__Bigarray) = 4.14.1-994A14F1, ocaml-cmi(Stdlib__Bytes) = 4.14.1-3D02C333, ocaml-cmi(Stdlib__Char) = 4.14.1-62AFE57B, ocaml-cmi(Stdlib__Complex) = 4.14.1-4555217C, ocaml-cmi(Stdlib__Digest) = 4.14.1-61F6495D, ocaml-cmi(Stdlib__Either) = 4.14.1-26845DF2, ocaml-cmi(Stdlib__Int) = 4.14.1-9CE5BCA9, ocaml-cmi(Stdlib__Int32) = 4.14.1-A71EA523, ocaml-cmi(Stdlib__Int64) = 4.14.1-0FA5587C, ocaml-cmi(Stdlib__Nativeint) = 4.14.1-989149BF, ocaml-cmi(Stdlib__Seq) = 4.14.1-B6351103, ocaml-cmi(Stdlib__String) = 4.14.1-4933E1D8, ocaml-cmi(Stdlib__Sys) = 4.14.1-7726A14C, ocaml-cmi(Stdlib__Uchar) = 4.14.1-C0DDE02A, ocaml-runtime = 4.14.1, rtld(GNU_HASH)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Y9wfG1
Creating ocaml-stdlib-random-debuginfo package
Processing files: ocaml-stdlib-random-devel-1.1.0-alt1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.AthxL2
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.9aY6HF
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(Random3) = 4.14.1-84B4A403, ocaml-cmi(Random4) = 4.14.1-A31FFC02, ocaml-cmi(Random5) = 4.14.1-6469F3AC, ocaml-cmi(Random5o) = 4.14.1-EE38B6A4, ocaml-cmi(Random5o__) = 4.14.1-2293A8EE, ocaml-cmi(Random5o__Prng) = 4.14.1-CB1D6CE2, ocaml-cmt(Random3) = 4.14.1-84B4A403, ocaml-cmt(Random4) = 4.14.1-A31FFC02, ocaml-cmt(Random5) = 4.14.1-6469F3AC, ocaml-cmt(Random5o) = 4.14.1-EE38B6A4, ocaml-cmt(Random5o__) = 4.14.1-2293A8EE, ocaml-cmt(Random5o__Prng) = 4.14.1-CB1D6CE2
Requires: ocaml-stdlib-random = 1.1.0-alt1, ocaml-cmi(CamlinternalFormatBasics) = 4.14.1-8F8F6345, ocaml-cmi(Stdlib) = 4.14.1-79B0E9D3, ocaml-cmi(Stdlib__Bigarray) = 4.14.1-994A14F1, ocaml-cmi(Stdlib__Complex) = 4.14.1-4555217C, ocaml-cmi(Stdlib__Int32) = 4.14.1-A71EA523, ocaml-cmi(Stdlib__Int64) = 4.14.1-0FA5587C, ocaml-cmi(Stdlib__Nativeint) = 4.14.1-989149BF, ocaml-cmt(CamlinternalFormatBasics) = 4.14.1-8F8F6345, ocaml-cmt(Stdlib) = 4.14.1-79B0E9D3, ocaml-cmt(Stdlib__Array) = 4.14.1-622D88FA, ocaml-cmt(Stdlib__Bigarray) = 4.14.1-994A14F1, ocaml-cmt(Stdlib__Bytes) = 4.14.1-3D02C333, ocaml-cmt(Stdlib__Char) = 4.14.1-62AFE57B, ocaml-cmt(Stdlib__Complex) = 4.14.1-4555217C, ocaml-cmt(Stdlib__Digest) = 4.14.1-61F6495D, ocaml-cmt(Stdlib__Either) = 4.14.1-26845DF2, ocaml-cmt(Stdlib__Int) = 4.14.1-9CE5BCA9, ocaml-cmt(Stdlib__Int32) = 4.14.1-A71EA523, ocaml-cmt(Stdlib__Int64) = 4.14.1-0FA5587C, ocaml-cmt(Stdlib__Nativeint) = 4.14.1-989149BF, ocaml-cmt(Stdlib__Seq) = 4.14.1-B6351103, ocaml-cmt(Stdlib__String) = 4.14.1-4933E1D8, ocaml-cmt(Stdlib__Sys) = 4.14.1-7726A14C, ocaml-cmt(Stdlib__Uchar) = 4.14.1-C0DDE02A
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.RUoxwj
Processing files: ocaml-stdlib-random-debuginfo-1.1.0-alt1
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.0YzNIi
find-provides: running scripts (debuginfo)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.TvVfW6
find-requires: running scripts (debuginfo)
Requires: ocaml-stdlib-random = 1.1.0-alt1
Adding to ocaml-stdlib-random-devel a strict dependency on ocaml-stdlib-random
Adding to ocaml-stdlib-random-debuginfo a strict dependency on ocaml-stdlib-random
Removing 7 extra deps from ocaml-stdlib-random-devel due to repentancy on ocaml-stdlib-random
warning: Installed (but unpackaged) file(s) found:
    /usr/share/doc/stdlib-random/LICENSE
    /usr/share/doc/stdlib-random/README.md
    /usr/share/doc/stdlib-random/odoc-pages/index.mld
Wrote: /usr/src/RPM/RPMS/i586/ocaml-stdlib-random-1.1.0-alt1.i586.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/i586/ocaml-stdlib-random-devel-1.1.0-alt1.i586.rpm (w2.lzdio)
Wrote: /usr/src/RPM/RPMS/i586/ocaml-stdlib-random-debuginfo-1.1.0-alt1.i586.rpm (w2.lzdio)
5.63user 1.59system 0:09.97elapsed 72%CPU (0avgtext+0avgdata 25768maxresident)k
0inputs+0outputs (0major+445345minor)pagefaults 0swaps
4.99user 1.80system 0:29.57elapsed 22%CPU (0avgtext+0avgdata 126464maxresident)k
424inputs+0outputs (0major+198533minor)pagefaults 0swaps
--- ocaml-stdlib-random-1.1.0-alt1.i586.rpm.repo	2023-11-30 15:36:10.000000000 +0000
+++ ocaml-stdlib-random-1.1.0-alt1.i586.rpm.hasher	2024-04-06 07:04:11.508430438 +0000
@@ -68,3 +68,3 @@
 File: /usr/lib/ocaml/stublibs	40755	root:root		
-File: /usr/lib/ocaml/stublibs/dllrandom5_stubs.so	100644	root:root	a30e72a03fac78dcc7e1425d6be20de2	
+File: /usr/lib/ocaml/stublibs/dllrandom5_stubs.so	100644	root:root	4431fcb8769b8e9fbdfd1789955923f6	
 File: /usr/share/doc/ocaml-stdlib-random-1.1.0	40755	root:root		
@@ -72,2 +72,2 @@
 File: /usr/share/doc/ocaml-stdlib-random-1.1.0/README.md	100644	root:root	28cff569f7369f872addb2f4e30fda34	
-RPMIdentity: ca8351dac738948b6afbce1b7dd00c38c714c385b4d7b23df0057955fbb6e67f77fc5dfeb712355b4e5548c379f4a939a542e63849b7d27bfaf631118f713742
+RPMIdentity: 629de9e4e063b86d94d584e479a82a1815a3fe740841c3d49a0ac17922f0be8d9dcf8a8b915a5f5c8c7b2c775952cc0bd311a29a85e7b89027bdb947d39ba8a5
--- ocaml-stdlib-random-debuginfo-1.1.0-alt1.i586.rpm.repo	2023-11-30 15:36:10.000000000 +0000
+++ ocaml-stdlib-random-debuginfo-1.1.0-alt1.i586.rpm.hasher	2024-04-06 07:04:11.588430732 +0000
@@ -1,4 +1,4 @@
-/usr/lib/debug/.build-id/a0	40755	root:root	
-/usr/lib/debug/.build-id/a0/1d2004e4189578b4550a927bba827a0081e3a5	120777	root:root	../../../ocaml/stublibs/dllrandom5_stubs.so
-/usr/lib/debug/.build-id/a0/1d2004e4189578b4550a927bba827a0081e3a5.debug	120777	root:root	../../usr/lib/ocaml/stublibs/dllrandom5_stubs.so.debug
+/usr/lib/debug/.build-id/63	40755	root:root	
+/usr/lib/debug/.build-id/63/17269b6536922b6ce4721b5f12b30aad1fde14	120777	root:root	../../../ocaml/stublibs/dllrandom5_stubs.so
+/usr/lib/debug/.build-id/63/17269b6536922b6ce4721b5f12b30aad1fde14.debug	120777	root:root	../../usr/lib/ocaml/stublibs/dllrandom5_stubs.so.debug
 /usr/lib/debug/usr/lib/ocaml	40755	root:root	
@@ -14,8 +14,8 @@
 Provides: ocaml-stdlib-random-debuginfo = 1.1.0-alt1:sisyphus+333652.11300.29.2
-File: /usr/lib/debug/.build-id/a0	40755	root:root		
-File: /usr/lib/debug/.build-id/a0/1d2004e4189578b4550a927bba827a0081e3a5	120777	root:root		../../../ocaml/stublibs/dllrandom5_stubs.so
-File: /usr/lib/debug/.build-id/a0/1d2004e4189578b4550a927bba827a0081e3a5.debug	120777	root:root		../../usr/lib/ocaml/stublibs/dllrandom5_stubs.so.debug
+File: /usr/lib/debug/.build-id/63	40755	root:root		
+File: /usr/lib/debug/.build-id/63/17269b6536922b6ce4721b5f12b30aad1fde14	120777	root:root		../../../ocaml/stublibs/dllrandom5_stubs.so
+File: /usr/lib/debug/.build-id/63/17269b6536922b6ce4721b5f12b30aad1fde14.debug	120777	root:root		../../usr/lib/ocaml/stublibs/dllrandom5_stubs.so.debug
 File: /usr/lib/debug/usr/lib/ocaml	40755	root:root		
 File: /usr/lib/debug/usr/lib/ocaml/stublibs	40755	root:root		
-File: /usr/lib/debug/usr/lib/ocaml/stublibs/dllrandom5_stubs.so.debug	100644	root:root	64dd5d766654201238aedb0e7b954e43	
+File: /usr/lib/debug/usr/lib/ocaml/stublibs/dllrandom5_stubs.so.debug	100644	root:root	ae219bf57c42024e160daa658a4694c9	
 File: /usr/src/debug/ocaml-stdlib-random-1.1.0	40755	root:root		
@@ -25,2 +25,2 @@
 File: /usr/src/debug/ocaml-stdlib-random-1.1.0/_build/default/random5/prng.c	100644	root:root	c543e7a26888498c6b17b2e3b03bc26d	
-RPMIdentity: f43804689ace91fd67a4e92ae774e44b73e1720bce5bd7996a28409b6027c1f0083649f8c2ef81dd3d17d745d869136cc760a368de363fbfcf28b0e38dfe80e0
+RPMIdentity: 0ed45a8be7c49473a4b714f9c56a4665e544d56a77d38e020697a49a2c830ce26affc33b4e262bd7a2fb98c640c733a3260acc1232a2824dae1033a947d7ee3e
--- ocaml-stdlib-random-devel-1.1.0-alt1.i586.rpm.repo	2023-11-30 15:36:10.000000000 +0000
+++ ocaml-stdlib-random-devel-1.1.0-alt1.i586.rpm.hasher	2024-04-06 07:04:11.667431022 +0000
@@ -67,3 +67,3 @@
 File: /usr/lib/ocaml/stdlib-random/v4/random4.mli	100644	root:root	46e897156550965e661c3a9a3375de67	
-File: /usr/lib/ocaml/stdlib-random/v5/librandom5_stubs.a	100644	root:root	222d4c6195ebae14efd0366b08bc8d1c	
+File: /usr/lib/ocaml/stdlib-random/v5/librandom5_stubs.a	100644	root:root	bf89cb70919dec8619482123b9f1e8da	
 File: /usr/lib/ocaml/stdlib-random/v5/random5.cmt	100644	root:root	d2607bd0c3dfbaa083d56d833507da51	
@@ -82,2 +82,2 @@
 File: /usr/lib/ocaml/stdlib-random/v5o/random5o__Prng.cmti	100644	root:root	e4cd52cb7813a34ebfb6698768d172d5	
-RPMIdentity: f52717f4d5122363488c73645d2971a562e646e5dec9218a7d51156553bd4c227b681110da77cf7360b94afef2c00f112ca22939c9745fc857f31074383dad33
+RPMIdentity: 1e0ec11b31d7c53eaadc47daaa2ac50d897e3a8291a0bd2baf0c20134b1ebad28e775ad7e49b82f65fb8b20bab01ded1e44dfb55d5b5aa65f764193ca1e97c2d