Mock Version: 1.4.21 Mock Version: 1.4.21 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/ocaml-facile.spec'], chrootPath='/var/lib/mock/f33-build-190800-46345/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=432000uid=987gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/ocaml-facile.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1587427200 Wrote: /builddir/build/SRPMS/ocaml-facile-1.1-63.fc33.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/ocaml-facile.spec'], chrootPath='/var/lib/mock/f33-build-190800-46345/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=432000uid=987gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/ocaml-facile.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1587427200 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.i0d8RQ + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf facile-1.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/facile-1.1.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd facile-1.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (facile-1.1-makefile-fixes.patch):' Patch #0 (facile-1.1-makefile-fixes.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .makefile-fixes --fuzz=2 patching file Makefile patching file src/Makefile Patch #1 (ocaml-facile-ocaml-4.patch): + echo 'Patch #1 (ocaml-facile-ocaml-4.patch):' + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .ocaml4 --fuzz=2 patching file src/facile.mli patching file src/fcl_data.mli + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.id5ycP + umask 022 + cd /builddir/build/BUILD + cd facile-1.1 + ./configure --faciledir /builddir/build/BUILDROOT/ocaml-facile-1.1-63.fc33.riscv64/usr/lib64/ocaml/facile Checking for OCaml compiler (>= 3.02)... OCaml 4.11.0+dev0-2019-10-18 found FaCiLe directory: /builddir/build/BUILDROOT/ocaml-facile-1.1-63.fc33.riscv64/usr/lib64/ocaml/facile + make cd src; make make[1]: Entering directory '/builddir/build/BUILD/facile-1.1/src' ocamldep *.mli *.ml > .depend ocamlc.opt -c fcl_debug.mli ocamlc.opt -g -c fcl_debug.ml ocamlc.opt -c fcl_misc.mli ocamlc.opt -g -c fcl_misc.ml File "fcl_misc.ml", line 52, characters 12-26: 52 | let (+) = Pervasives.(+) ^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "fcl_misc.ml", line 53, characters 12-26: 53 | let (-) = Pervasives.(-) ^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "fcl_misc.ml", line 54, characters 14-30: 54 | let ( * ) = Pervasives.( * ) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims ocamlc.opt -c fcl_domain.mli ocamlc.opt -g -c fcl_domain.ml File "fcl_domain.ml", line 152, characters 19-21: 152 | if x < min_d or x > m then d ^^ Alert deprecated: Stdlib.or Use (||) instead. File "fcl_domain.ml", line 218, characters 16-17: 218 | if min <= mi & ma <= max ^ Alert deprecated: Stdlib.& Use (&&) instead. File "fcl_domain.ml", line 220, characters 33-35: 220 | else if mi <= max & max <= ma or mi <= min & min <= ma ^^ Alert deprecated: Stdlib.or Use (||) instead. File "fcl_domain.ml", line 220, characters 21-22: 220 | else if mi <= max & max <= ma or mi <= min & min <= ma ^ Alert deprecated: Stdlib.& Use (&&) instead. File "fcl_domain.ml", line 220, characters 46-47: 220 | else if mi <= max & max <= ma or mi <= min & min <= ma ^ Alert deprecated: Stdlib.& Use (&&) instead. ocamlc.opt -c fcl_setDomain.mli ocamlc.opt -g -c fcl_setDomain.ml ocamlc.opt -c fcl_float.mli ocamlc.opt -g -c fcl_float.ml ocamlc.opt -c fcl_stak.mli ocamlc.opt -g -c fcl_stak.ml ocamlc.opt -c fcl_data.mli ocamlc.opt -g -c fcl_data.ml ocamlc.opt -c fcl_cstr.mli ocamlc.opt -g -c fcl_cstr.ml File "fcl_cstr.ml", line 49, characters 15-27: 49 | let solved = Array.create nb_wakings false ^^^^^^^^^^^^ Alert deprecated: Stdlib.Array.create Use Array.make instead. File "fcl_cstr.ml", line 53, characters 9-23: 53 | if Pervasives.not solved.(i) then begin ^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "fcl_cstr.ml", line 64, characters 10-22: 64 | woken = Array.create nb_wakings false; ^^^^^^^^^^^^ Alert deprecated: Stdlib.Array.create Use Array.make instead. File "fcl_cstr.ml", line 90, characters 12-24: 90 | let queue = Array.create nb_priorities [] ^^^^^^^^^^^^ Alert deprecated: Stdlib.Array.create Use Array.make instead. ocamlc.opt -c fcl_var.mli ocamlc.opt -g -c fcl_var.ml ocamlc.opt -c fcl_invariant.mli ocamlc.opt -g -c fcl_invariant.ml File "fcl_invariant.ml", line 89, characters 6-11: 89 | let rname = Printf.sprintf "prod(%s...%s)" array.(0).name array.(n-1).name in ^^^^^ Warning 26: unused variable rname. ocamlc.opt -c fcl_reify.mli ocamlc.opt -g -c fcl_reify.ml ocamlc.opt -c fcl_boolean.mli ocamlc.opt -g -c fcl_boolean.ml ocamlc.opt -c fcl_linear.mli ocamlc.opt -g -c fcl_linear.ml ocamlc.opt -c fcl_nonlinear.mli ocamlc.opt -g -c fcl_nonlinear.ml File "fcl_nonlinear.ml", line 277, characters 9-23: 277 | max (Pervasives.abs min_y) (Pervasives.abs max_y) - 1 in ^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "fcl_nonlinear.ml", line 277, characters 32-46: 277 | max (Pervasives.abs min_y) (Pervasives.abs max_y) - 1 in ^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims ocamlc.opt -c fcl_expr.mli ocamlc.opt -g -c fcl_expr.ml File "fcl_expr.ml", line 320, characters 3-15: 320 | Inte 0 as re when typ = Multe -> (0, []) ^^^^^^^^^^^^ Warning 26: unused variable re. ocamlc.opt -c fcl_arith.mli ocamlc.opt -g -c fcl_arith.ml ocamlc.opt -c fcl_conjunto.mli ocamlc.opt -g -c fcl_conjunto.ml ocamlc.opt -c fcl_goals.mli ocamlc.opt -g -c fcl_goals.ml ocamlc.opt -c fcl_fdArray.mli ocamlc.opt -g -c fcl_fdArray.ml File "fcl_fdArray.ml", line 302, characters 6-20: 302 | (Pervasives.min mi (Fd.min e), Pervasives.max ma (Fd.max e))) ^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "fcl_fdArray.ml", line 302, characters 36-50: 302 | (Pervasives.min mi (Fd.min e), Pervasives.max ma (Fd.max e))) ^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims ocamlc.opt -c fcl_gcc.mli ocamlc.opt -g -c fcl_gcc.ml File "fcl_gcc.ml", line 25, characters 12-24: 25 | and dfn = Array.create nb_vertices 0 ^^^^^^^^^^^^ Alert deprecated: Stdlib.Array.create Use Array.make instead. File "fcl_gcc.ml", line 87, characters 18-37: 87 | let bool_doms = Array.create_matrix k n false ^^^^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.Array.create_matrix Use Array.make_matrix instead. File "fcl_gcc.ml", line 88, characters 23-35: 88 | and size_bool_doms = Array.create k (-1) in ^^^^^^^^^^^^ Alert deprecated: Stdlib.Array.create Use Array.make instead. File "fcl_gcc.ml", line 96, characters 13-25: 96 | and flow = Array.create k none ^^^^^^^^^^^^ Alert deprecated: Stdlib.Array.create Use Array.make instead. File "fcl_gcc.ml", line 179, characters 16-28: 179 | let preds = Array.create n [] in ^^^^^^^^^^^^ Alert deprecated: Stdlib.Array.create Use Array.make instead. File "fcl_gcc.ml", line 245, characters 16-28: 245 | let tmp_flow = Array.create k none in ^^^^^^^^^^^^ Alert deprecated: Stdlib.Array.create Use Array.make instead. File "fcl_gcc.ml", line 385, characters 23-35: 385 | let components = Array.create (k+n) (-1) in ^^^^^^^^^^^^ Alert deprecated: Stdlib.Array.create Use Array.make instead. File "fcl_gcc.ml", line 418, characters 26-38: 418 | let known_values = Array.create n 0 in ^^^^^^^^^^^^ Alert deprecated: Stdlib.Array.create Use Array.make instead. ocamlc.opt -c fcl_opti.mli ocamlc.opt -g -c fcl_opti.ml ocamlc.opt -c fcl_alldiff.mli ocamlc.opt -g -c fcl_alldiff.ml File "fcl_alldiff.ml", line 64, characters 18-30: 64 | let matchingl = Array.create n valout in (* var -> value : not backtrackable *) ^^^^^^^^^^^^ Alert deprecated: Stdlib.Array.create Use Array.make instead. ocamlc.opt -c fcl_sorting.mli ocamlc.opt -g -c fcl_sorting.ml File "fcl_sorting.ml", line 30, characters 12-24: 30 | let inv = Array.create n (-1) in ^^^^^^^^^^^^ Alert deprecated: Stdlib.Array.create Use Array.make instead. File "fcl_sorting.ml", line 93, characters 15-27: 93 | let infI = Array.create n (-1) and supI = Array.create n (-1) in ^^^^^^^^^^^^ Alert deprecated: Stdlib.Array.create Use Array.make instead. File "fcl_sorting.ml", line 93, characters 46-58: 93 | let infI = Array.create n (-1) and supI = Array.create n (-1) in ^^^^^^^^^^^^ Alert deprecated: Stdlib.Array.create Use Array.make instead. File "fcl_sorting.ml", line 138, characters 16-28: 138 | let infI' = Array.create n (-1) and supI' = Array.create n (-1) in ^^^^^^^^^^^^ Alert deprecated: Stdlib.Array.create Use Array.make instead. File "fcl_sorting.ml", line 138, characters 48-60: 138 | let infI' = Array.create n (-1) and supI' = Array.create n (-1) in ^^^^^^^^^^^^ Alert deprecated: Stdlib.Array.create Use Array.make instead. File "fcl_sorting.ml", line 217, characters 14-26: 217 | let b = Array.create n false ^^^^^^^^^^^^ Alert deprecated: Stdlib.Array.create Use Array.make instead. File "fcl_sorting.ml", line 218, characters 14-26: 218 | and t = Array.create n (-1) in ^^^^^^^^^^^^ Alert deprecated: Stdlib.Array.create Use Array.make instead. File "fcl_sorting.ml", line 268, characters 14-26: 268 | let c = Array.create n [||] in ^^^^^^^^^^^^ Alert deprecated: Stdlib.Array.create Use Array.make instead. File "fcl_sorting.ml", line 358, characters 28-42: 358 | (fun (inf, sup) x -> Pervasives.min (Fd.min x) inf, Pervasives.max (Fd.max x) sup) (max_int, min_int) a in ^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "fcl_sorting.ml", line 358, characters 59-73: 358 | (fun (inf, sup) x -> Pervasives.min (Fd.min x) inf, Pervasives.max (Fd.max x) sup) (max_int, min_int) a in ^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "fcl_sorting.ml", line 371, characters 28-42: 371 | (fun (inf, sup) x -> Pervasives.min (Fd.min x) inf, Pervasives.max (Fd.max x) sup) (max_int, min_int) a in ^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "fcl_sorting.ml", line 371, characters 59-73: 371 | (fun (inf, sup) x -> Pervasives.min (Fd.min x) inf, Pervasives.max (Fd.max x) sup) (max_int, min_int) a in ^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims ocamlc.opt -c fcl_interval.mli ocamlc.opt -g -c fcl_interval.ml ocamlc.opt -c fcl_genesis.mli ocamlc.opt -g -c fcl_genesis.ml File "fcl_genesis.ml", line 28, characters 21-33: 28 | let cstr_array = Array.create max_cstr (0, 0) ^^^^^^^^^^^^ Alert deprecated: Stdlib.Array.create Use Array.make instead. ocamlc.opt -c facile.mli ocamlc.opt -g -c facile.ml ocamlc.opt -g -o facile.cma -a fcl_debug.cmo fcl_misc.cmo fcl_domain.cmo fcl_setDomain.cmo fcl_float.cmo fcl_stak.cmo fcl_data.cmo fcl_cstr.cmo fcl_var.cmo fcl_invariant.cmo fcl_reify.cmo fcl_boolean.cmo fcl_linear.cmo fcl_nonlinear.cmo fcl_expr.cmo fcl_arith.cmo fcl_conjunto.cmo fcl_goals.cmo fcl_fdArray.cmo fcl_gcc.cmo fcl_opti.cmo fcl_alldiff.cmo fcl_sorting.cmo fcl_interval.cmo fcl_genesis.cmo facile.cmo ocamlopt -unsafe -noassert -inline 10 -c fcl_debug.ml ocamlopt -unsafe -noassert -inline 10 -c fcl_misc.ml File "fcl_misc.ml", line 52, characters 12-26: 52 | let (+) = Pervasives.(+) ^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "fcl_misc.ml", line 53, characters 12-26: 53 | let (-) = Pervasives.(-) ^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "fcl_misc.ml", line 54, characters 14-30: 54 | let ( * ) = Pervasives.( * ) ^^^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims ocamlopt -unsafe -noassert -inline 10 -c fcl_domain.ml File "fcl_domain.ml", line 152, characters 19-21: 152 | if x < min_d or x > m then d ^^ Alert deprecated: Stdlib.or Use (||) instead. File "fcl_domain.ml", line 218, characters 16-17: 218 | if min <= mi & ma <= max ^ Alert deprecated: Stdlib.& Use (&&) instead. File "fcl_domain.ml", line 220, characters 33-35: 220 | else if mi <= max & max <= ma or mi <= min & min <= ma ^^ Alert deprecated: Stdlib.or Use (||) instead. File "fcl_domain.ml", line 220, characters 21-22: 220 | else if mi <= max & max <= ma or mi <= min & min <= ma ^ Alert deprecated: Stdlib.& Use (&&) instead. File "fcl_domain.ml", line 220, characters 46-47: 220 | else if mi <= max & max <= ma or mi <= min & min <= ma ^ Alert deprecated: Stdlib.& Use (&&) instead. ocamlopt -unsafe -noassert -inline 10 -c fcl_setDomain.ml ocamlopt -unsafe -noassert -inline 10 -c fcl_float.ml ocamlopt -unsafe -noassert -inline 10 -c fcl_stak.ml ocamlopt -unsafe -noassert -inline 10 -c fcl_data.ml ocamlopt -unsafe -noassert -inline 10 -c fcl_cstr.ml File "fcl_cstr.ml", line 49, characters 15-27: 49 | let solved = Array.create nb_wakings false ^^^^^^^^^^^^ Alert deprecated: Stdlib.Array.create Use Array.make instead. File "fcl_cstr.ml", line 53, characters 9-23: 53 | if Pervasives.not solved.(i) then begin ^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "fcl_cstr.ml", line 64, characters 10-22: 64 | woken = Array.create nb_wakings false; ^^^^^^^^^^^^ Alert deprecated: Stdlib.Array.create Use Array.make instead. File "fcl_cstr.ml", line 90, characters 12-24: 90 | let queue = Array.create nb_priorities [] ^^^^^^^^^^^^ Alert deprecated: Stdlib.Array.create Use Array.make instead. ocamlopt -unsafe -noassert -inline 10 -c fcl_var.ml ocamlopt -unsafe -noassert -inline 10 -c fcl_invariant.ml File "fcl_invariant.ml", line 89, characters 6-11: 89 | let rname = Printf.sprintf "prod(%s...%s)" array.(0).name array.(n-1).name in ^^^^^ Warning 26: unused variable rname. ocamlopt -unsafe -noassert -inline 10 -c fcl_reify.ml ocamlopt -unsafe -noassert -inline 10 -c fcl_boolean.ml ocamlopt -unsafe -noassert -inline 10 -c fcl_linear.ml ocamlopt -unsafe -noassert -inline 10 -c fcl_nonlinear.ml File "fcl_nonlinear.ml", line 277, characters 9-23: 277 | max (Pervasives.abs min_y) (Pervasives.abs max_y) - 1 in ^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "fcl_nonlinear.ml", line 277, characters 32-46: 277 | max (Pervasives.abs min_y) (Pervasives.abs max_y) - 1 in ^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims ocamlopt -unsafe -noassert -inline 10 -c fcl_expr.ml File "fcl_expr.ml", line 320, characters 3-15: 320 | Inte 0 as re when typ = Multe -> (0, []) ^^^^^^^^^^^^ Warning 26: unused variable re. ocamlopt -unsafe -noassert -inline 10 -c fcl_arith.ml ocamlopt -unsafe -noassert -inline 10 -c fcl_conjunto.ml ocamlopt -unsafe -noassert -inline 10 -c fcl_goals.ml ocamlopt -unsafe -noassert -inline 10 -c fcl_fdArray.ml File "fcl_fdArray.ml", line 302, characters 6-20: 302 | (Pervasives.min mi (Fd.min e), Pervasives.max ma (Fd.max e))) ^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "fcl_fdArray.ml", line 302, characters 36-50: 302 | (Pervasives.min mi (Fd.min e), Pervasives.max ma (Fd.max e))) ^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims ocamlopt -unsafe -noassert -inline 10 -c fcl_gcc.ml File "fcl_gcc.ml", line 25, characters 12-24: 25 | and dfn = Array.create nb_vertices 0 ^^^^^^^^^^^^ Alert deprecated: Stdlib.Array.create Use Array.make instead. File "fcl_gcc.ml", line 87, characters 18-37: 87 | let bool_doms = Array.create_matrix k n false ^^^^^^^^^^^^^^^^^^^ Alert deprecated: Stdlib.Array.create_matrix Use Array.make_matrix instead. File "fcl_gcc.ml", line 88, characters 23-35: 88 | and size_bool_doms = Array.create k (-1) in ^^^^^^^^^^^^ Alert deprecated: Stdlib.Array.create Use Array.make instead. File "fcl_gcc.ml", line 96, characters 13-25: 96 | and flow = Array.create k none ^^^^^^^^^^^^ Alert deprecated: Stdlib.Array.create Use Array.make instead. File "fcl_gcc.ml", line 179, characters 16-28: 179 | let preds = Array.create n [] in ^^^^^^^^^^^^ Alert deprecated: Stdlib.Array.create Use Array.make instead. File "fcl_gcc.ml", line 245, characters 16-28: 245 | let tmp_flow = Array.create k none in ^^^^^^^^^^^^ Alert deprecated: Stdlib.Array.create Use Array.make instead. File "fcl_gcc.ml", line 385, characters 23-35: 385 | let components = Array.create (k+n) (-1) in ^^^^^^^^^^^^ Alert deprecated: Stdlib.Array.create Use Array.make instead. File "fcl_gcc.ml", line 418, characters 26-38: 418 | let known_values = Array.create n 0 in ^^^^^^^^^^^^ Alert deprecated: Stdlib.Array.create Use Array.make instead. ocamlopt -unsafe -noassert -inline 10 -c fcl_opti.ml ocamlopt -unsafe -noassert -inline 10 -c fcl_alldiff.ml File "fcl_alldiff.ml", line 64, characters 18-30: 64 | let matchingl = Array.create n valout in (* var -> value : not backtrackable *) ^^^^^^^^^^^^ Alert deprecated: Stdlib.Array.create Use Array.make instead. ocamlopt -unsafe -noassert -inline 10 -c fcl_sorting.ml File "fcl_sorting.ml", line 30, characters 12-24: 30 | let inv = Array.create n (-1) in ^^^^^^^^^^^^ Alert deprecated: Stdlib.Array.create Use Array.make instead. File "fcl_sorting.ml", line 93, characters 15-27: 93 | let infI = Array.create n (-1) and supI = Array.create n (-1) in ^^^^^^^^^^^^ Alert deprecated: Stdlib.Array.create Use Array.make instead. File "fcl_sorting.ml", line 93, characters 46-58: 93 | let infI = Array.create n (-1) and supI = Array.create n (-1) in ^^^^^^^^^^^^ Alert deprecated: Stdlib.Array.create Use Array.make instead. File "fcl_sorting.ml", line 138, characters 16-28: 138 | let infI' = Array.create n (-1) and supI' = Array.create n (-1) in ^^^^^^^^^^^^ Alert deprecated: Stdlib.Array.create Use Array.make instead. File "fcl_sorting.ml", line 138, characters 48-60: 138 | let infI' = Array.create n (-1) and supI' = Array.create n (-1) in ^^^^^^^^^^^^ Alert deprecated: Stdlib.Array.create Use Array.make instead. File "fcl_sorting.ml", line 217, characters 14-26: 217 | let b = Array.create n false ^^^^^^^^^^^^ Alert deprecated: Stdlib.Array.create Use Array.make instead. File "fcl_sorting.ml", line 218, characters 14-26: 218 | and t = Array.create n (-1) in ^^^^^^^^^^^^ Alert deprecated: Stdlib.Array.create Use Array.make instead. File "fcl_sorting.ml", line 268, characters 14-26: 268 | let c = Array.create n [||] in ^^^^^^^^^^^^ Alert deprecated: Stdlib.Array.create Use Array.make instead. File "fcl_sorting.ml", line 358, characters 28-42: 358 | (fun (inf, sup) x -> Pervasives.min (Fd.min x) inf, Pervasives.max (Fd.max x) sup) (max_int, min_int) a in ^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "fcl_sorting.ml", line 358, characters 59-73: 358 | (fun (inf, sup) x -> Pervasives.min (Fd.min x) inf, Pervasives.max (Fd.max x) sup) (max_int, min_int) a in ^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "fcl_sorting.ml", line 371, characters 28-42: 371 | (fun (inf, sup) x -> Pervasives.min (Fd.min x) inf, Pervasives.max (Fd.max x) sup) (max_int, min_int) a in ^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims File "fcl_sorting.ml", line 371, characters 59-73: 371 | (fun (inf, sup) x -> Pervasives.min (Fd.min x) inf, Pervasives.max (Fd.max x) sup) (max_int, min_int) a in ^^^^^^^^^^^^^^ Alert deprecated: module Stdlib.Pervasives Use Stdlib instead. If you need to stay compatible with OCaml < 4.07, you can use the stdlib-shims library: https://github.com/ocaml/stdlib-shims ocamlopt -unsafe -noassert -inline 10 -c fcl_interval.ml ocamlopt -unsafe -noassert -inline 10 -c fcl_genesis.ml File "fcl_genesis.ml", line 28, characters 21-33: 28 | let cstr_array = Array.create max_cstr (0, 0) ^^^^^^^^^^^^ Alert deprecated: Stdlib.Array.create Use Array.make instead. ocamlopt -unsafe -noassert -inline 10 -c facile.ml ocamlopt -unsafe -noassert -inline 10 -o facile.cmxa -a fcl_debug.cmx fcl_misc.cmx fcl_domain.cmx fcl_setDomain.cmx fcl_float.cmx fcl_stak.cmx fcl_data.cmx fcl_cstr.cmx fcl_var.cmx fcl_invariant.cmx fcl_reify.cmx fcl_boolean.cmx fcl_linear.cmx fcl_nonlinear.cmx fcl_expr.cmx fcl_arith.cmx fcl_conjunto.cmx fcl_goals.cmx fcl_fdArray.cmx fcl_gcc.cmx fcl_opti.cmx fcl_alldiff.cmx fcl_sorting.cmx fcl_interval.cmx fcl_genesis.cmx facile.cmx ocamlmktop -o facile facile.cma make[1]: Leaving directory '/builddir/build/BUILD/facile-1.1/src' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.NNXuCP + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/ocaml-facile-1.1-63.fc33.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/ocaml-facile-1.1-63.fc33.riscv64 ++ dirname /builddir/build/BUILDROOT/ocaml-facile-1.1-63.fc33.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/ocaml-facile-1.1-63.fc33.riscv64 + cd facile-1.1 + mkdir -p /builddir/build/BUILDROOT/ocaml-facile-1.1-63.fc33.riscv64/usr/lib64/ocaml + make install if test -d /builddir/build/BUILDROOT/ocaml-facile-1.1-63.fc33.riscv64/usr/lib64/ocaml/facile; then : ; else mkdir /builddir/build/BUILDROOT/ocaml-facile-1.1-63.fc33.riscv64/usr/lib64/ocaml/facile; fi install -m 644 src/*.mli /builddir/build/BUILDROOT/ocaml-facile-1.1-63.fc33.riscv64/usr/lib64/ocaml/facile if [ -e src/facile.cmi ] ; then cp src/facile.cmi /builddir/build/BUILDROOT/ocaml-facile-1.1-63.fc33.riscv64/usr/lib64/ocaml/facile ; fi if [ -e src/facile.cma ] ; then cp src/facile.cma /builddir/build/BUILDROOT/ocaml-facile-1.1-63.fc33.riscv64/usr/lib64/ocaml/facile ; fi if [ -e src/facile.a ] ; then cp src/facile.a /builddir/build/BUILDROOT/ocaml-facile-1.1-63.fc33.riscv64/usr/lib64/ocaml/facile ; fi if [ -e src/facile.cmxa ] ; then cp src/facile.cmxa /builddir/build/BUILDROOT/ocaml-facile-1.1-63.fc33.riscv64/usr/lib64/ocaml/facile ; fi if [ -e /builddir/build/BUILDROOT/ocaml-facile-1.1-63.fc33.riscv64/usr/lib64/ocaml/facile/facile.cmi ] ; then chmod a+r /builddir/build/BUILDROOT/ocaml-facile-1.1-63.fc33.riscv64/usr/lib64/ocaml/facile/facile.cmi ; fi if [ -e /builddir/build/BUILDROOT/ocaml-facile-1.1-63.fc33.riscv64/usr/lib64/ocaml/facile/facile.cma ] ; then chmod a+r /builddir/build/BUILDROOT/ocaml-facile-1.1-63.fc33.riscv64/usr/lib64/ocaml/facile/facile.cma ; fi if [ -e /builddir/build/BUILDROOT/ocaml-facile-1.1-63.fc33.riscv64/usr/lib64/ocaml/facile/facile.cmxa ] ; then chmod a+r /builddir/build/BUILDROOT/ocaml-facile-1.1-63.fc33.riscv64/usr/lib64/ocaml/facile/facile.cmxa ; fi if [ -e /builddir/build/BUILDROOT/ocaml-facile-1.1-63.fc33.riscv64/usr/lib64/ocaml/facile/facile.a ] ; then chmod a+r /builddir/build/BUILDROOT/ocaml-facile-1.1-63.fc33.riscv64/usr/lib64/ocaml/facile/facile.a ; fi + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile /usr/bin/python 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: ocaml-facile-1.1-63.fc33.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.2CpePS + umask 022 + cd /builddir/build/BUILD + cd facile-1.1 + DOCDIR=/builddir/build/BUILDROOT/ocaml-facile-1.1-63.fc33.riscv64/usr/share/doc/ocaml-facile + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ocaml-facile-1.1-63.fc33.riscv64/usr/share/doc/ocaml-facile + cp -pr LICENSE /builddir/build/BUILDROOT/ocaml-facile-1.1-63.fc33.riscv64/usr/share/doc/ocaml-facile + cp -pr README /builddir/build/BUILDROOT/ocaml-facile-1.1-63.fc33.riscv64/usr/share/doc/ocaml-facile + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml(Facile) = 2684ae42c1ecb6dd5e101b162a192983 ocaml(Fcl_alldiff) = f07389b83316a26c038f5ad1b8b3cb67 ocaml(Fcl_arith) = 96be2a2ec1a1ce5a9690508aed279c0d ocaml(Fcl_boolean) = f6cc28b9c1937c94ddf9b278dad15bac ocaml(Fcl_conjunto) = 5e982eb7fdfbf87d837421e4db123df7 ocaml(Fcl_cstr) = 288614f9ef10ab6e7343cc2ee70d2775 ocaml(Fcl_data) = 25f923edafa14412f164238eca357480 ocaml(Fcl_debug) = 1d2e3572e4985e65f7b355abef1afbb0 ocaml(Fcl_domain) = c6268042431bcba0ee352bbd29322d6d ocaml(Fcl_expr) = 537d4ca8ab20f8d305bf4c7bca64f493 ocaml(Fcl_fdArray) = 5afcc42349e550761fb715548c1e01da ocaml(Fcl_float) = b72d607330d8cb3a1bec6d230a074ace ocaml(Fcl_gcc) = e93ae3c3b9b1a1b68c5b3c7dbd6303e4 ocaml(Fcl_genesis) = a0bf2537216c4739361dea559b8b208c ocaml(Fcl_goals) = 8bb134160d1a0f4731de6279708abedf ocaml(Fcl_interval) = 5e6c71e40fa67eb451f0932db85bec54 ocaml(Fcl_invariant) = 7875f630cc78580f1aec74f3e0f37f2f ocaml(Fcl_linear) = ab200f81a1b08e7437d294830de590ee ocaml(Fcl_misc) = 25ede7264e3bb1aa1d0aa49f2943d36e ocaml(Fcl_nonlinear) = 755773515be5bfe19e5e92844a5f1555 ocaml(Fcl_opti) = 66d06d066a885757497a81647fb06c8c ocaml(Fcl_reify) = a89248b670cff84e052a8a17fbe51c7b ocaml(Fcl_setDomain) = d2c8165eac11029deda7de8d414e2f4f ocaml(Fcl_sorting) = dc4716bb17b456f31d3fd8d8bf40e9ca ocaml(Fcl_stak) = 0a7a9262f6e140039b79c3c31a7b1dcd ocaml(Fcl_var) = 2ad183b4058d1ec54a714c8d9504fc09 ocaml-facile = 1.1-63.fc33 ocaml-facile(riscv-64) = 1.1-63.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ocaml(CamlinternalFormatBasics) = abb6a3e103af15618334f607881d2f6e ocaml(Fcl_alldiff) = f07389b83316a26c038f5ad1b8b3cb67 ocaml(Fcl_arith) = 96be2a2ec1a1ce5a9690508aed279c0d ocaml(Fcl_boolean) = f6cc28b9c1937c94ddf9b278dad15bac ocaml(Fcl_conjunto) = 5e982eb7fdfbf87d837421e4db123df7 ocaml(Fcl_cstr) = 288614f9ef10ab6e7343cc2ee70d2775 ocaml(Fcl_data) = 25f923edafa14412f164238eca357480 ocaml(Fcl_debug) = 1d2e3572e4985e65f7b355abef1afbb0 ocaml(Fcl_domain) = c6268042431bcba0ee352bbd29322d6d ocaml(Fcl_expr) = 537d4ca8ab20f8d305bf4c7bca64f493 ocaml(Fcl_fdArray) = 5afcc42349e550761fb715548c1e01da ocaml(Fcl_float) = b72d607330d8cb3a1bec6d230a074ace ocaml(Fcl_gcc) = e93ae3c3b9b1a1b68c5b3c7dbd6303e4 ocaml(Fcl_genesis) = a0bf2537216c4739361dea559b8b208c ocaml(Fcl_goals) = 8bb134160d1a0f4731de6279708abedf ocaml(Fcl_interval) = 5e6c71e40fa67eb451f0932db85bec54 ocaml(Fcl_invariant) = 7875f630cc78580f1aec74f3e0f37f2f ocaml(Fcl_linear) = ab200f81a1b08e7437d294830de590ee ocaml(Fcl_misc) = 25ede7264e3bb1aa1d0aa49f2943d36e ocaml(Fcl_nonlinear) = 755773515be5bfe19e5e92844a5f1555 ocaml(Fcl_opti) = 66d06d066a885757497a81647fb06c8c ocaml(Fcl_reify) = a89248b670cff84e052a8a17fbe51c7b ocaml(Fcl_setDomain) = d2c8165eac11029deda7de8d414e2f4f ocaml(Fcl_sorting) = dc4716bb17b456f31d3fd8d8bf40e9ca ocaml(Fcl_stak) = 0a7a9262f6e140039b79c3c31a7b1dcd ocaml(Fcl_var) = 2ad183b4058d1ec54a714c8d9504fc09 ocaml(Stdlib) = 758bb07a9fe47ce2726d308103d8c6ac ocaml(Stdlib__array) = 8bbff66dc4743569bd90a35312172b33 ocaml(Stdlib__buffer) = 62274dc59b2be3a60aa8ac3225e14d26 ocaml(Stdlib__hashtbl) = 6ba415b3504985a4f465c58f988c3d82 ocaml(Stdlib__int32) = 9084c02abc6ad1f2aec73b083db3921e ocaml(Stdlib__int64) = ed002463159e157ea3e45d12f5048981 ocaml(Stdlib__list) = 3a95348c023b83cf26ac8e0229a3caef ocaml(Stdlib__nativeint) = 3dfc3f10bf88570f7c6bc2ebfbc0f376 ocaml(Stdlib__pervasives) = 5c561b71c495f928b9d9e972da260962 ocaml(Stdlib__printf) = 62e84bf0bef05cc9269eeeabae7fceb4 ocaml(Stdlib__random) = 58acc50e2c9a8a709ca3a5f2b1a0b291 ocaml(Stdlib__seq) = aa29410d95f3c0bcbe4b1dc2a2661ed3 ocaml(Stdlib__set) = bef88bbfd0cd2c203ca0f106f12ef88a ocaml(Stdlib__string) = 0d19388e50e8e106b36c2865d3eda89a ocaml(Stdlib__sys) = 93b335947bb5110380711c8d8866e892 ocaml(Stdlib__uchar) = af48317d91d50bcd76019fb3dc0a0a7e ocaml(Stdlib__weak) = 07b9afb85cdb42946654c04c24c500ac Processing files: ocaml-facile-devel-1.1-63.fc33.riscv64 Provides: ocaml(Facile) = 2684ae42c1ecb6dd5e101b162a192983 ocaml(Fcl_alldiff) = f07389b83316a26c038f5ad1b8b3cb67 ocaml(Fcl_arith) = 96be2a2ec1a1ce5a9690508aed279c0d ocaml(Fcl_boolean) = f6cc28b9c1937c94ddf9b278dad15bac ocaml(Fcl_conjunto) = 5e982eb7fdfbf87d837421e4db123df7 ocaml(Fcl_cstr) = 288614f9ef10ab6e7343cc2ee70d2775 ocaml(Fcl_data) = 25f923edafa14412f164238eca357480 ocaml(Fcl_debug) = 1d2e3572e4985e65f7b355abef1afbb0 ocaml(Fcl_domain) = c6268042431bcba0ee352bbd29322d6d ocaml(Fcl_expr) = 537d4ca8ab20f8d305bf4c7bca64f493 ocaml(Fcl_fdArray) = 5afcc42349e550761fb715548c1e01da ocaml(Fcl_float) = b72d607330d8cb3a1bec6d230a074ace ocaml(Fcl_gcc) = e93ae3c3b9b1a1b68c5b3c7dbd6303e4 ocaml(Fcl_genesis) = a0bf2537216c4739361dea559b8b208c ocaml(Fcl_goals) = 8bb134160d1a0f4731de6279708abedf ocaml(Fcl_interval) = 5e6c71e40fa67eb451f0932db85bec54 ocaml(Fcl_invariant) = 7875f630cc78580f1aec74f3e0f37f2f ocaml(Fcl_linear) = ab200f81a1b08e7437d294830de590ee ocaml(Fcl_misc) = 25ede7264e3bb1aa1d0aa49f2943d36e ocaml(Fcl_nonlinear) = 755773515be5bfe19e5e92844a5f1555 ocaml(Fcl_opti) = 66d06d066a885757497a81647fb06c8c ocaml(Fcl_reify) = a89248b670cff84e052a8a17fbe51c7b ocaml(Fcl_setDomain) = d2c8165eac11029deda7de8d414e2f4f ocaml(Fcl_sorting) = dc4716bb17b456f31d3fd8d8bf40e9ca ocaml(Fcl_stak) = 0a7a9262f6e140039b79c3c31a7b1dcd ocaml(Fcl_var) = 2ad183b4058d1ec54a714c8d9504fc09 ocaml-facile-devel = 1.1-63.fc33 ocaml-facile-devel(riscv-64) = 1.1-63.fc33 ocamlx(Facile) = 940aec261eedf593c90611e0077574f2 ocamlx(Fcl_alldiff) = 5cf3c799343c16526792a4ace796f2f3 ocamlx(Fcl_arith) = f12c92de1abc0557fffb8f102f4fad7e ocamlx(Fcl_boolean) = 427cf16bdc5e6f2bfceee5129535b194 ocamlx(Fcl_conjunto) = 737b921b21b642e739da24e407463c92 ocamlx(Fcl_cstr) = c4feddf443a49f53d973d54a6edf722b ocamlx(Fcl_data) = e526dbfe86f19c27814470be8282be1e ocamlx(Fcl_debug) = 052265c703a598d8ad761849651d8700 ocamlx(Fcl_domain) = 1b1b5f8a43914c4d761264a8b1dbd122 ocamlx(Fcl_expr) = 66622977c23c22ee2a0b158fe3a845cd ocamlx(Fcl_fdArray) = aa3e7af4a832e9f4078f0c6aeb9f50a9 ocamlx(Fcl_float) = 3e6fc3f3fc11f165d00fba0d58a00f06 ocamlx(Fcl_gcc) = 3cce31ac96ab49555a34bd891ebb389f ocamlx(Fcl_genesis) = b690fc2298d74e50374a40e0d8cc3c76 ocamlx(Fcl_goals) = 20544029e83328f4479bdf6617abec04 ocamlx(Fcl_interval) = 260fc045e93dd94a14f1a619ce6b3978 ocamlx(Fcl_invariant) = 0e98da7506b15f701a2825ddb82eee9a ocamlx(Fcl_linear) = 2dbfaa3ba0a1fcb5faadecedccd29a74 ocamlx(Fcl_misc) = 8dc9ab42d0e22c56949b116683d3e9cd ocamlx(Fcl_nonlinear) = 6e95403b3d1d7a31c958b483b65f2b35 ocamlx(Fcl_opti) = 53117a5f19203554d289e3ad15f987cc ocamlx(Fcl_reify) = e873efa7505c00b645cf8ad8aa792348 ocamlx(Fcl_setDomain) = 2e12223401f6c2401212ce518d913400 ocamlx(Fcl_sorting) = e354a83417ff99a4acf55d1af936eb7a ocamlx(Fcl_stak) = 730084a9c2ad8c69e4cf4cea872b5648 ocamlx(Fcl_var) = d1782abdb4c15c379d493ac1ffe1fa7f Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ocaml(CamlinternalFormatBasics) = abb6a3e103af15618334f607881d2f6e ocaml(Fcl_alldiff) = f07389b83316a26c038f5ad1b8b3cb67 ocaml(Fcl_arith) = 96be2a2ec1a1ce5a9690508aed279c0d ocaml(Fcl_boolean) = f6cc28b9c1937c94ddf9b278dad15bac ocaml(Fcl_conjunto) = 5e982eb7fdfbf87d837421e4db123df7 ocaml(Fcl_cstr) = 288614f9ef10ab6e7343cc2ee70d2775 ocaml(Fcl_data) = 25f923edafa14412f164238eca357480 ocaml(Fcl_debug) = 1d2e3572e4985e65f7b355abef1afbb0 ocaml(Fcl_domain) = c6268042431bcba0ee352bbd29322d6d ocaml(Fcl_expr) = 537d4ca8ab20f8d305bf4c7bca64f493 ocaml(Fcl_fdArray) = 5afcc42349e550761fb715548c1e01da ocaml(Fcl_float) = b72d607330d8cb3a1bec6d230a074ace ocaml(Fcl_gcc) = e93ae3c3b9b1a1b68c5b3c7dbd6303e4 ocaml(Fcl_genesis) = a0bf2537216c4739361dea559b8b208c ocaml(Fcl_goals) = 8bb134160d1a0f4731de6279708abedf ocaml(Fcl_interval) = 5e6c71e40fa67eb451f0932db85bec54 ocaml(Fcl_invariant) = 7875f630cc78580f1aec74f3e0f37f2f ocaml(Fcl_linear) = ab200f81a1b08e7437d294830de590ee ocaml(Fcl_misc) = 25ede7264e3bb1aa1d0aa49f2943d36e ocaml(Fcl_nonlinear) = 755773515be5bfe19e5e92844a5f1555 ocaml(Fcl_opti) = 66d06d066a885757497a81647fb06c8c ocaml(Fcl_reify) = a89248b670cff84e052a8a17fbe51c7b ocaml(Fcl_setDomain) = d2c8165eac11029deda7de8d414e2f4f ocaml(Fcl_sorting) = dc4716bb17b456f31d3fd8d8bf40e9ca ocaml(Fcl_stak) = 0a7a9262f6e140039b79c3c31a7b1dcd ocaml(Fcl_var) = 2ad183b4058d1ec54a714c8d9504fc09 ocaml(Stdlib) = 758bb07a9fe47ce2726d308103d8c6ac ocaml(Stdlib__array) = 8bbff66dc4743569bd90a35312172b33 ocaml(Stdlib__buffer) = 62274dc59b2be3a60aa8ac3225e14d26 ocaml(Stdlib__hashtbl) = 6ba415b3504985a4f465c58f988c3d82 ocaml(Stdlib__int32) = 9084c02abc6ad1f2aec73b083db3921e ocaml(Stdlib__int64) = ed002463159e157ea3e45d12f5048981 ocaml(Stdlib__list) = 3a95348c023b83cf26ac8e0229a3caef ocaml(Stdlib__nativeint) = 3dfc3f10bf88570f7c6bc2ebfbc0f376 ocaml(Stdlib__pervasives) = 5c561b71c495f928b9d9e972da260962 ocaml(Stdlib__printf) = 62e84bf0bef05cc9269eeeabae7fceb4 ocaml(Stdlib__random) = 58acc50e2c9a8a709ca3a5f2b1a0b291 ocaml(Stdlib__seq) = aa29410d95f3c0bcbe4b1dc2a2661ed3 ocaml(Stdlib__set) = bef88bbfd0cd2c203ca0f106f12ef88a ocaml(Stdlib__string) = 0d19388e50e8e106b36c2865d3eda89a ocaml(Stdlib__sys) = 93b335947bb5110380711c8d8866e892 ocaml(Stdlib__uchar) = af48317d91d50bcd76019fb3dc0a0a7e ocaml(Stdlib__weak) = 07b9afb85cdb42946654c04c24c500ac ocamlx(Fcl_alldiff) = 5cf3c799343c16526792a4ace796f2f3 ocamlx(Fcl_arith) = f12c92de1abc0557fffb8f102f4fad7e ocamlx(Fcl_boolean) = 427cf16bdc5e6f2bfceee5129535b194 ocamlx(Fcl_conjunto) = 737b921b21b642e739da24e407463c92 ocamlx(Fcl_cstr) = c4feddf443a49f53d973d54a6edf722b ocamlx(Fcl_data) = e526dbfe86f19c27814470be8282be1e ocamlx(Fcl_debug) = 052265c703a598d8ad761849651d8700 ocamlx(Fcl_domain) = 1b1b5f8a43914c4d761264a8b1dbd122 ocamlx(Fcl_expr) = 66622977c23c22ee2a0b158fe3a845cd ocamlx(Fcl_fdArray) = aa3e7af4a832e9f4078f0c6aeb9f50a9 ocamlx(Fcl_float) = 3e6fc3f3fc11f165d00fba0d58a00f06 ocamlx(Fcl_gcc) = 3cce31ac96ab49555a34bd891ebb389f ocamlx(Fcl_genesis) = b690fc2298d74e50374a40e0d8cc3c76 ocamlx(Fcl_goals) = 20544029e83328f4479bdf6617abec04 ocamlx(Fcl_interval) = 260fc045e93dd94a14f1a619ce6b3978 ocamlx(Fcl_invariant) = 0e98da7506b15f701a2825ddb82eee9a ocamlx(Fcl_linear) = 2dbfaa3ba0a1fcb5faadecedccd29a74 ocamlx(Fcl_misc) = 8dc9ab42d0e22c56949b116683d3e9cd ocamlx(Fcl_nonlinear) = 6e95403b3d1d7a31c958b483b65f2b35 ocamlx(Fcl_opti) = 53117a5f19203554d289e3ad15f987cc ocamlx(Fcl_reify) = e873efa7505c00b645cf8ad8aa792348 ocamlx(Fcl_setDomain) = 2e12223401f6c2401212ce518d913400 ocamlx(Fcl_sorting) = e354a83417ff99a4acf55d1af936eb7a ocamlx(Fcl_stak) = 730084a9c2ad8c69e4cf4cea872b5648 ocamlx(Fcl_var) = d1782abdb4c15c379d493ac1ffe1fa7f ocamlx(Stdlib) = f35fed20d6a434bdcdc787ab8d2e7090 ocamlx(Stdlib__array) = 5b097f9dfd1b58250cb9efdcd44e557d ocamlx(Stdlib__hashtbl) = 930441fd4392dbe304bd79542e643636 ocamlx(Stdlib__list) = 00f0b803021241f2da62a3ac5db4e0a4 ocamlx(Stdlib__pervasives) = 5a99daa17516bb48c98810f898621491 ocamlx(Stdlib__printf) = 80c38d46eaab96a59c130d985aa18edf ocamlx(Stdlib__random) = c19c37bc2ad336a3e206cc9b22b4d5ab ocamlx(Stdlib__set) = 29861643026ce8ecc72ee15127ec4fe1 ocamlx(Stdlib__sys) = 412d0d0165356a092d2d01789aa342e0 ocamlx(Stdlib__weak) = 26fb584608604f88434cf8bb87ca6182 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/ocaml-facile-1.1-63.fc33.riscv64 Wrote: /builddir/build/RPMS/ocaml-facile-1.1-63.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/ocaml-facile-devel-1.1-63.fc33.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.uxxIHR + umask 022 + cd /builddir/build/BUILD + cd facile-1.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/ocaml-facile-1.1-63.fc33.riscv64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0