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-200131-47982/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=1588550400 Wrote: /builddir/build/SRPMS/ocaml-facile-1.1-64.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-200131-47982/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=1588550400 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.fNgc8B + 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 . Patch #0 (facile-1.1-makefile-fixes.patch): + echo '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 + echo 'Patch #1 (ocaml-facile-ocaml-4.patch):' 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.ER6cTD + umask 022 + cd /builddir/build/BUILD + cd facile-1.1 + ./configure --faciledir /builddir/build/BUILDROOT/ocaml-facile-1.1-64.fc33.riscv64/usr/lib64/ocaml/facile Checking for OCaml compiler (>= 3.02)... OCaml 4.11.0+dev2-2020-04-22 found FaCiLe directory: /builddir/build/BUILDROOT/ocaml-facile-1.1-64.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.NHJW9B + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/ocaml-facile-1.1-64.fc33.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/ocaml-facile-1.1-64.fc33.riscv64 ++ dirname /builddir/build/BUILDROOT/ocaml-facile-1.1-64.fc33.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/ocaml-facile-1.1-64.fc33.riscv64 + cd facile-1.1 + mkdir -p /builddir/build/BUILDROOT/ocaml-facile-1.1-64.fc33.riscv64/usr/lib64/ocaml + make install if test -d /builddir/build/BUILDROOT/ocaml-facile-1.1-64.fc33.riscv64/usr/lib64/ocaml/facile; then : ; else mkdir /builddir/build/BUILDROOT/ocaml-facile-1.1-64.fc33.riscv64/usr/lib64/ocaml/facile; fi install -m 644 src/*.mli /builddir/build/BUILDROOT/ocaml-facile-1.1-64.fc33.riscv64/usr/lib64/ocaml/facile if [ -e src/facile.cmi ] ; then cp src/facile.cmi /builddir/build/BUILDROOT/ocaml-facile-1.1-64.fc33.riscv64/usr/lib64/ocaml/facile ; fi if [ -e src/facile.cma ] ; then cp src/facile.cma /builddir/build/BUILDROOT/ocaml-facile-1.1-64.fc33.riscv64/usr/lib64/ocaml/facile ; fi if [ -e src/facile.a ] ; then cp src/facile.a /builddir/build/BUILDROOT/ocaml-facile-1.1-64.fc33.riscv64/usr/lib64/ocaml/facile ; fi if [ -e src/facile.cmxa ] ; then cp src/facile.cmxa /builddir/build/BUILDROOT/ocaml-facile-1.1-64.fc33.riscv64/usr/lib64/ocaml/facile ; fi if [ -e /builddir/build/BUILDROOT/ocaml-facile-1.1-64.fc33.riscv64/usr/lib64/ocaml/facile/facile.cmi ] ; then chmod a+r /builddir/build/BUILDROOT/ocaml-facile-1.1-64.fc33.riscv64/usr/lib64/ocaml/facile/facile.cmi ; fi if [ -e /builddir/build/BUILDROOT/ocaml-facile-1.1-64.fc33.riscv64/usr/lib64/ocaml/facile/facile.cma ] ; then chmod a+r /builddir/build/BUILDROOT/ocaml-facile-1.1-64.fc33.riscv64/usr/lib64/ocaml/facile/facile.cma ; fi if [ -e /builddir/build/BUILDROOT/ocaml-facile-1.1-64.fc33.riscv64/usr/lib64/ocaml/facile/facile.cmxa ] ; then chmod a+r /builddir/build/BUILDROOT/ocaml-facile-1.1-64.fc33.riscv64/usr/lib64/ocaml/facile/facile.cmxa ; fi if [ -e /builddir/build/BUILDROOT/ocaml-facile-1.1-64.fc33.riscv64/usr/lib64/ocaml/facile/facile.a ] ; then chmod a+r /builddir/build/BUILDROOT/ocaml-facile-1.1-64.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-64.fc33.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.aHeE4E + umask 022 + cd /builddir/build/BUILD + cd facile-1.1 + DOCDIR=/builddir/build/BUILDROOT/ocaml-facile-1.1-64.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-64.fc33.riscv64/usr/share/doc/ocaml-facile + cp -pr LICENSE /builddir/build/BUILDROOT/ocaml-facile-1.1-64.fc33.riscv64/usr/share/doc/ocaml-facile + cp -pr README /builddir/build/BUILDROOT/ocaml-facile-1.1-64.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-64.fc33 ocaml-facile(riscv-64) = 1.1-64.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) = 196c473163bbff06e51047ce1a60437f ocaml(Stdlib__uchar) = af48317d91d50bcd76019fb3dc0a0a7e ocaml(Stdlib__weak) = 07b9afb85cdb42946654c04c24c500ac Processing files: ocaml-facile-devel-1.1-64.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-64.fc33 ocaml-facile-devel(riscv-64) = 1.1-64.fc33 ocamlx(Facile) = b72a9a6c0e2ed791f73c9774d482ba36 ocamlx(Fcl_alldiff) = 0a21aa9803335ef6229c2f5219cb93f8 ocamlx(Fcl_arith) = 16c49cc8456d298f327b5544376aec42 ocamlx(Fcl_boolean) = b16a0b345e23f14e15b8497c4574cdfc ocamlx(Fcl_conjunto) = 00b8b2b360288b618751dfa5f3d58e89 ocamlx(Fcl_cstr) = 7978554977c7aaa89a04e6af0d8e8b73 ocamlx(Fcl_data) = 1dba0bcd941771ef955e284ac09bf701 ocamlx(Fcl_debug) = 2854ef50eea5b31551424c187a327860 ocamlx(Fcl_domain) = 9bacb44414b9eeaf74de2f3673de2563 ocamlx(Fcl_expr) = 381f9f777eade9e2e56075b981dd68ab ocamlx(Fcl_fdArray) = 2eb6c089be0651345cdf1b49a866a047 ocamlx(Fcl_float) = 1acae076faff8a87f9f4c6bae80c968c ocamlx(Fcl_gcc) = fd7852ea47906ae7442b9c448b8e2ba4 ocamlx(Fcl_genesis) = c2f127b21d7c1d8dffac50a1e114879c ocamlx(Fcl_goals) = 9010c5f0dd3caffad329dda5a1e28050 ocamlx(Fcl_interval) = d310985f6ba05031bf7ff04e0a2e5bbe ocamlx(Fcl_invariant) = f0922a472ea0d58cd72816bcb69abfc3 ocamlx(Fcl_linear) = 1ca9bae6fedaf4f21670431696266f39 ocamlx(Fcl_misc) = 848b5ac9f6947d7c7cb298f13d2aff7c ocamlx(Fcl_nonlinear) = af58e89994e57a7caf4bd3900a506fe0 ocamlx(Fcl_opti) = 062937ff53a68c6898c03dba948d60b0 ocamlx(Fcl_reify) = 8b3143e76d949b84862426c3eb7febe7 ocamlx(Fcl_setDomain) = 53b6fa42b0e253c06080733e7d612301 ocamlx(Fcl_sorting) = 8c60c3263d94d21a8da87e9c5599e328 ocamlx(Fcl_stak) = dd3dd4057099855da768995496784fb0 ocamlx(Fcl_var) = f7bd302c427c3daf80a05d61cd6363a4 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) = 196c473163bbff06e51047ce1a60437f ocaml(Stdlib__uchar) = af48317d91d50bcd76019fb3dc0a0a7e ocaml(Stdlib__weak) = 07b9afb85cdb42946654c04c24c500ac ocamlx(Fcl_alldiff) = 0a21aa9803335ef6229c2f5219cb93f8 ocamlx(Fcl_arith) = 16c49cc8456d298f327b5544376aec42 ocamlx(Fcl_boolean) = b16a0b345e23f14e15b8497c4574cdfc ocamlx(Fcl_conjunto) = 00b8b2b360288b618751dfa5f3d58e89 ocamlx(Fcl_cstr) = 7978554977c7aaa89a04e6af0d8e8b73 ocamlx(Fcl_data) = 1dba0bcd941771ef955e284ac09bf701 ocamlx(Fcl_debug) = 2854ef50eea5b31551424c187a327860 ocamlx(Fcl_domain) = 9bacb44414b9eeaf74de2f3673de2563 ocamlx(Fcl_expr) = 381f9f777eade9e2e56075b981dd68ab ocamlx(Fcl_fdArray) = 2eb6c089be0651345cdf1b49a866a047 ocamlx(Fcl_float) = 1acae076faff8a87f9f4c6bae80c968c ocamlx(Fcl_gcc) = fd7852ea47906ae7442b9c448b8e2ba4 ocamlx(Fcl_genesis) = c2f127b21d7c1d8dffac50a1e114879c ocamlx(Fcl_goals) = 9010c5f0dd3caffad329dda5a1e28050 ocamlx(Fcl_interval) = d310985f6ba05031bf7ff04e0a2e5bbe ocamlx(Fcl_invariant) = f0922a472ea0d58cd72816bcb69abfc3 ocamlx(Fcl_linear) = 1ca9bae6fedaf4f21670431696266f39 ocamlx(Fcl_misc) = 848b5ac9f6947d7c7cb298f13d2aff7c ocamlx(Fcl_nonlinear) = af58e89994e57a7caf4bd3900a506fe0 ocamlx(Fcl_opti) = 062937ff53a68c6898c03dba948d60b0 ocamlx(Fcl_reify) = 8b3143e76d949b84862426c3eb7febe7 ocamlx(Fcl_setDomain) = 53b6fa42b0e253c06080733e7d612301 ocamlx(Fcl_sorting) = 8c60c3263d94d21a8da87e9c5599e328 ocamlx(Fcl_stak) = dd3dd4057099855da768995496784fb0 ocamlx(Fcl_var) = f7bd302c427c3daf80a05d61cd6363a4 ocamlx(Stdlib) = d50bf5c337fbea2c5da706f061da5125 ocamlx(Stdlib__array) = df35a909bc895d9ba32a26f3606bcbba ocamlx(Stdlib__hashtbl) = f220a4c509d4b19afdc100b0d5bfc7a6 ocamlx(Stdlib__list) = 3a5298ac5099f046d6b27dfb3eb59ca0 ocamlx(Stdlib__pervasives) = 4f548aa6a7dc9a85a94129fbf2b15134 ocamlx(Stdlib__printf) = bd2e60aaa72e2624867de92741eef4b2 ocamlx(Stdlib__random) = 341132f6d562e724d7484eb5e6e11279 ocamlx(Stdlib__set) = 7dcfae567d351bd73005d5da7a8a9e92 ocamlx(Stdlib__sys) = 8607ff80be6573ee206adf9d2294dca6 ocamlx(Stdlib__weak) = 7d0513b2ade4ab127d83212c6c2e9bc0 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/ocaml-facile-1.1-64.fc33.riscv64 Wrote: /builddir/build/RPMS/ocaml-facile-1.1-64.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/ocaml-facile-devel-1.1-64.fc33.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.wKnbQA + umask 022 + cd /builddir/build/BUILD + cd facile-1.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/ocaml-facile-1.1-64.fc33.riscv64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0