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-597399-66909/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=1619308800 Wrote: /builddir/build/SRPMS/ocaml-facile-1.1-67.fc33.1.rvre0.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-597399-66909/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=1619308800 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.3GXbvc + 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.shWkq8 + umask 022 + cd /builddir/build/BUILD + cd facile-1.1 + ./configure --faciledir /builddir/build/BUILDROOT/ocaml-facile-1.1-67.fc33.1.rvre0.riscv64/usr/lib64/ocaml/facile Checking for OCaml compiler (>= 3.02)... OCaml 4.11.1 found FaCiLe directory: /builddir/build/BUILDROOT/ocaml-facile-1.1-67.fc33.1.rvre0.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.2mG7L8 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/ocaml-facile-1.1-67.fc33.1.rvre0.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/ocaml-facile-1.1-67.fc33.1.rvre0.riscv64 ++ dirname /builddir/build/BUILDROOT/ocaml-facile-1.1-67.fc33.1.rvre0.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/ocaml-facile-1.1-67.fc33.1.rvre0.riscv64 + cd facile-1.1 + mkdir -p /builddir/build/BUILDROOT/ocaml-facile-1.1-67.fc33.1.rvre0.riscv64/usr/lib64/ocaml + make install if test -d /builddir/build/BUILDROOT/ocaml-facile-1.1-67.fc33.1.rvre0.riscv64/usr/lib64/ocaml/facile; then : ; else mkdir /builddir/build/BUILDROOT/ocaml-facile-1.1-67.fc33.1.rvre0.riscv64/usr/lib64/ocaml/facile; fi install -m 644 src/*.mli /builddir/build/BUILDROOT/ocaml-facile-1.1-67.fc33.1.rvre0.riscv64/usr/lib64/ocaml/facile if [ -e src/facile.cmi ] ; then cp src/facile.cmi /builddir/build/BUILDROOT/ocaml-facile-1.1-67.fc33.1.rvre0.riscv64/usr/lib64/ocaml/facile ; fi if [ -e src/facile.cma ] ; then cp src/facile.cma /builddir/build/BUILDROOT/ocaml-facile-1.1-67.fc33.1.rvre0.riscv64/usr/lib64/ocaml/facile ; fi if [ -e src/facile.a ] ; then cp src/facile.a /builddir/build/BUILDROOT/ocaml-facile-1.1-67.fc33.1.rvre0.riscv64/usr/lib64/ocaml/facile ; fi if [ -e src/facile.cmxa ] ; then cp src/facile.cmxa /builddir/build/BUILDROOT/ocaml-facile-1.1-67.fc33.1.rvre0.riscv64/usr/lib64/ocaml/facile ; fi if [ -e /builddir/build/BUILDROOT/ocaml-facile-1.1-67.fc33.1.rvre0.riscv64/usr/lib64/ocaml/facile/facile.cmi ] ; then chmod a+r /builddir/build/BUILDROOT/ocaml-facile-1.1-67.fc33.1.rvre0.riscv64/usr/lib64/ocaml/facile/facile.cmi ; fi if [ -e /builddir/build/BUILDROOT/ocaml-facile-1.1-67.fc33.1.rvre0.riscv64/usr/lib64/ocaml/facile/facile.cma ] ; then chmod a+r /builddir/build/BUILDROOT/ocaml-facile-1.1-67.fc33.1.rvre0.riscv64/usr/lib64/ocaml/facile/facile.cma ; fi if [ -e /builddir/build/BUILDROOT/ocaml-facile-1.1-67.fc33.1.rvre0.riscv64/usr/lib64/ocaml/facile/facile.cmxa ] ; then chmod a+r /builddir/build/BUILDROOT/ocaml-facile-1.1-67.fc33.1.rvre0.riscv64/usr/lib64/ocaml/facile/facile.cmxa ; fi if [ -e /builddir/build/BUILDROOT/ocaml-facile-1.1-67.fc33.1.rvre0.riscv64/usr/lib64/ocaml/facile/facile.a ] ; then chmod a+r /builddir/build/BUILDROOT/ocaml-facile-1.1-67.fc33.1.rvre0.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 '' 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: ocaml-facile-1.1-67.fc33.1.rvre0.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.uk6Ida + umask 022 + cd /builddir/build/BUILD + cd facile-1.1 + DOCDIR=/builddir/build/BUILDROOT/ocaml-facile-1.1-67.fc33.1.rvre0.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-67.fc33.1.rvre0.riscv64/usr/share/doc/ocaml-facile + cp -pr LICENSE /builddir/build/BUILDROOT/ocaml-facile-1.1-67.fc33.1.rvre0.riscv64/usr/share/doc/ocaml-facile + cp -pr README /builddir/build/BUILDROOT/ocaml-facile-1.1-67.fc33.1.rvre0.riscv64/usr/share/doc/ocaml-facile + RPM_EC=0 ++ jobs -p + exit 0 Provides: ocaml(Facile) = 3954bbbb682d3fb264382e185e33a411 ocaml(Fcl_alldiff) = 0398b017fb87c0f74c59901f95525c5b ocaml(Fcl_arith) = 9c47796e12a3881802c82c39147a21cd ocaml(Fcl_boolean) = 023ddc1097821832fe6056e255db34ac ocaml(Fcl_conjunto) = af24243cf7c8b17415967dfffb69dac5 ocaml(Fcl_cstr) = 0e08bd5c3b5dff169c6cb3e9a8383953 ocaml(Fcl_data) = bc261879d5196f21f09a7d78d42a0ed3 ocaml(Fcl_debug) = e6229b7990db044711b7963005cca16f ocaml(Fcl_domain) = b60f04219f3e87d7bb8d2dfcf877ff33 ocaml(Fcl_expr) = 56cf06376006b854a5bf97b8b0c8db29 ocaml(Fcl_fdArray) = 73a9d3caea8c8d35bbaab7cb3437a778 ocaml(Fcl_float) = 0d6a699bc2822e427377ce51c44d15d8 ocaml(Fcl_gcc) = 92acbce3013935f0d2e1bfdcf3b910b9 ocaml(Fcl_genesis) = 47ba70de3ce4767e6d791b6eaea5a244 ocaml(Fcl_goals) = 16a1cf987446dfc4ebda546ead0318ae ocaml(Fcl_interval) = fbd451468e50c2347c25835cdd52b580 ocaml(Fcl_invariant) = b6199eccf31e92229c8c5a7d2e640d5d ocaml(Fcl_linear) = 4c1201132d40e32f0db331bc9176c1a5 ocaml(Fcl_misc) = 315dd868e3166a1831a811dd18cdac95 ocaml(Fcl_nonlinear) = f2e76ea480449bf51bde01bcdc337a3c ocaml(Fcl_opti) = 98ccb0a10e0705eae62756f4448b1171 ocaml(Fcl_reify) = 849dfe554b8fff7d51b2807733233a70 ocaml(Fcl_setDomain) = 996b941f1bee624942136f9e6c700268 ocaml(Fcl_sorting) = 20f76ac72179db19352367cfd4e50071 ocaml(Fcl_stak) = 59a97950515644fa54bfa1569d0af9f2 ocaml(Fcl_var) = 72ed77de68763d3ddc547020a9d6837c ocaml-facile = 1.1-67.fc33.1.rvre0 ocaml-facile(riscv-64) = 1.1-67.fc33.1.rvre0 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ocaml(CamlinternalFormatBasics) = 3a3ca1838627f7762f49679ce0278ad1 ocaml(Fcl_alldiff) = 0398b017fb87c0f74c59901f95525c5b ocaml(Fcl_arith) = 9c47796e12a3881802c82c39147a21cd ocaml(Fcl_boolean) = 023ddc1097821832fe6056e255db34ac ocaml(Fcl_conjunto) = af24243cf7c8b17415967dfffb69dac5 ocaml(Fcl_cstr) = 0e08bd5c3b5dff169c6cb3e9a8383953 ocaml(Fcl_data) = bc261879d5196f21f09a7d78d42a0ed3 ocaml(Fcl_debug) = e6229b7990db044711b7963005cca16f ocaml(Fcl_domain) = b60f04219f3e87d7bb8d2dfcf877ff33 ocaml(Fcl_expr) = 56cf06376006b854a5bf97b8b0c8db29 ocaml(Fcl_fdArray) = 73a9d3caea8c8d35bbaab7cb3437a778 ocaml(Fcl_float) = 0d6a699bc2822e427377ce51c44d15d8 ocaml(Fcl_gcc) = 92acbce3013935f0d2e1bfdcf3b910b9 ocaml(Fcl_genesis) = 47ba70de3ce4767e6d791b6eaea5a244 ocaml(Fcl_goals) = 16a1cf987446dfc4ebda546ead0318ae ocaml(Fcl_interval) = fbd451468e50c2347c25835cdd52b580 ocaml(Fcl_invariant) = b6199eccf31e92229c8c5a7d2e640d5d ocaml(Fcl_linear) = 4c1201132d40e32f0db331bc9176c1a5 ocaml(Fcl_misc) = 315dd868e3166a1831a811dd18cdac95 ocaml(Fcl_nonlinear) = f2e76ea480449bf51bde01bcdc337a3c ocaml(Fcl_opti) = 98ccb0a10e0705eae62756f4448b1171 ocaml(Fcl_reify) = 849dfe554b8fff7d51b2807733233a70 ocaml(Fcl_setDomain) = 996b941f1bee624942136f9e6c700268 ocaml(Fcl_sorting) = 20f76ac72179db19352367cfd4e50071 ocaml(Fcl_stak) = 59a97950515644fa54bfa1569d0af9f2 ocaml(Fcl_var) = 72ed77de68763d3ddc547020a9d6837c ocaml(Stdlib) = c21c5d26416461b543321872a551ea0d ocaml(Stdlib__array) = 4528cb7f2202a96df7bc293599ce41ac ocaml(Stdlib__buffer) = 234b61fa3906003822205287eb65a481 ocaml(Stdlib__hashtbl) = b762db4e3b71657dfcfd14539af9611a ocaml(Stdlib__int32) = 2e6c00c32474b3f4f0ca069a3eceab68 ocaml(Stdlib__int64) = 8da509b391e66cf2a7e37819728d5a15 ocaml(Stdlib__list) = 15cef02558cc6576c616c84f09d5b0ea ocaml(Stdlib__nativeint) = 27bfaa776a5a329557cb5cebde7d21e0 ocaml(Stdlib__pervasives) = 76119ce30941328f65713c9e5efa6ead ocaml(Stdlib__printf) = 5cec2efa6f5a2459d17f2788deb783f2 ocaml(Stdlib__random) = d289c1fd5c5e6a54a142ac3ffe05ae8a ocaml(Stdlib__seq) = d6a8de25c9eecf5ae9420a9f3f8b2e88 ocaml(Stdlib__set) = 5d365647a10f75c22f2b045a867b4d3e ocaml(Stdlib__string) = 9d02da014acaf1dfdd63872e707eaed9 ocaml(Stdlib__sys) = 794924b786d5c3059c545cb526394520 ocaml(Stdlib__uchar) = ab6f1df93abf9e800a3e0d1543523c96 ocaml(Stdlib__weak) = 71a7b796d13b517ff42de5c42fde0f98 Processing files: ocaml-facile-devel-1.1-67.fc33.1.rvre0.riscv64 Provides: ocaml(Facile) = 3954bbbb682d3fb264382e185e33a411 ocaml(Fcl_alldiff) = 0398b017fb87c0f74c59901f95525c5b ocaml(Fcl_arith) = 9c47796e12a3881802c82c39147a21cd ocaml(Fcl_boolean) = 023ddc1097821832fe6056e255db34ac ocaml(Fcl_conjunto) = af24243cf7c8b17415967dfffb69dac5 ocaml(Fcl_cstr) = 0e08bd5c3b5dff169c6cb3e9a8383953 ocaml(Fcl_data) = bc261879d5196f21f09a7d78d42a0ed3 ocaml(Fcl_debug) = e6229b7990db044711b7963005cca16f ocaml(Fcl_domain) = b60f04219f3e87d7bb8d2dfcf877ff33 ocaml(Fcl_expr) = 56cf06376006b854a5bf97b8b0c8db29 ocaml(Fcl_fdArray) = 73a9d3caea8c8d35bbaab7cb3437a778 ocaml(Fcl_float) = 0d6a699bc2822e427377ce51c44d15d8 ocaml(Fcl_gcc) = 92acbce3013935f0d2e1bfdcf3b910b9 ocaml(Fcl_genesis) = 47ba70de3ce4767e6d791b6eaea5a244 ocaml(Fcl_goals) = 16a1cf987446dfc4ebda546ead0318ae ocaml(Fcl_interval) = fbd451468e50c2347c25835cdd52b580 ocaml(Fcl_invariant) = b6199eccf31e92229c8c5a7d2e640d5d ocaml(Fcl_linear) = 4c1201132d40e32f0db331bc9176c1a5 ocaml(Fcl_misc) = 315dd868e3166a1831a811dd18cdac95 ocaml(Fcl_nonlinear) = f2e76ea480449bf51bde01bcdc337a3c ocaml(Fcl_opti) = 98ccb0a10e0705eae62756f4448b1171 ocaml(Fcl_reify) = 849dfe554b8fff7d51b2807733233a70 ocaml(Fcl_setDomain) = 996b941f1bee624942136f9e6c700268 ocaml(Fcl_sorting) = 20f76ac72179db19352367cfd4e50071 ocaml(Fcl_stak) = 59a97950515644fa54bfa1569d0af9f2 ocaml(Fcl_var) = 72ed77de68763d3ddc547020a9d6837c ocaml-facile-devel = 1.1-67.fc33.1.rvre0 ocaml-facile-devel(riscv-64) = 1.1-67.fc33.1.rvre0 ocamlx(Facile) = 422bb406c5df6dedaef41fef5b054938 ocamlx(Fcl_alldiff) = 8552ded30a505fff060ef01a8cbea7ab ocamlx(Fcl_arith) = 91c9f9c54540cd52ef5a6fd8a0eb6dd1 ocamlx(Fcl_boolean) = b787cdca56108314f6890e62cb580ea7 ocamlx(Fcl_conjunto) = e5145b16466e07c5fb882e9a438bf665 ocamlx(Fcl_cstr) = f4bef47e185662fac30d15537c69c354 ocamlx(Fcl_data) = a29d15a0f6dc31fbe0ec767b8ddfd29d ocamlx(Fcl_debug) = 92eebf0528bae8f9bb22cc9ab45d7bd3 ocamlx(Fcl_domain) = 852c45ff41086455a6fb3c1ea9119c89 ocamlx(Fcl_expr) = 750daff20fda4cc46cd3948dae9aa381 ocamlx(Fcl_fdArray) = 71f64a4e11451d8703e3c17dc74097ae ocamlx(Fcl_float) = df4317362a653e6f183841354a74c522 ocamlx(Fcl_gcc) = 6ec5aa93ebe4cb0e3154f4cae091015b ocamlx(Fcl_genesis) = c0d1ff37151e38ab4ed84030cf32c400 ocamlx(Fcl_goals) = 646e765f0d944734babb1fd34ab51c7a ocamlx(Fcl_interval) = 2325c12d8cdb722ad7d6b4d3a2ae6be8 ocamlx(Fcl_invariant) = 8d5e453c035189630727382748aa4bea ocamlx(Fcl_linear) = d096cb7dcb45428eef51419b5c6b770b ocamlx(Fcl_misc) = 02b10baab5e0575b647811112898ae71 ocamlx(Fcl_nonlinear) = 718e6df518fbb1338e7867349b400c37 ocamlx(Fcl_opti) = 94bd2e4ab7f7038b0356f99f48dcbc99 ocamlx(Fcl_reify) = 178a1dae3448937d4bdfef3b41adf8f6 ocamlx(Fcl_setDomain) = 76488052bca515e88bd3222ef9c072d2 ocamlx(Fcl_sorting) = f091f3bf0d279e49cc2b4cae88d83de3 ocamlx(Fcl_stak) = bca543f848399f21491a477060f7cf5b ocamlx(Fcl_var) = f61403f607b8cf6ce73a11c3eda56cf0 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ocaml(CamlinternalFormatBasics) = 3a3ca1838627f7762f49679ce0278ad1 ocaml(Fcl_alldiff) = 0398b017fb87c0f74c59901f95525c5b ocaml(Fcl_arith) = 9c47796e12a3881802c82c39147a21cd ocaml(Fcl_boolean) = 023ddc1097821832fe6056e255db34ac ocaml(Fcl_conjunto) = af24243cf7c8b17415967dfffb69dac5 ocaml(Fcl_cstr) = 0e08bd5c3b5dff169c6cb3e9a8383953 ocaml(Fcl_data) = bc261879d5196f21f09a7d78d42a0ed3 ocaml(Fcl_debug) = e6229b7990db044711b7963005cca16f ocaml(Fcl_domain) = b60f04219f3e87d7bb8d2dfcf877ff33 ocaml(Fcl_expr) = 56cf06376006b854a5bf97b8b0c8db29 ocaml(Fcl_fdArray) = 73a9d3caea8c8d35bbaab7cb3437a778 ocaml(Fcl_float) = 0d6a699bc2822e427377ce51c44d15d8 ocaml(Fcl_gcc) = 92acbce3013935f0d2e1bfdcf3b910b9 ocaml(Fcl_genesis) = 47ba70de3ce4767e6d791b6eaea5a244 ocaml(Fcl_goals) = 16a1cf987446dfc4ebda546ead0318ae ocaml(Fcl_interval) = fbd451468e50c2347c25835cdd52b580 ocaml(Fcl_invariant) = b6199eccf31e92229c8c5a7d2e640d5d ocaml(Fcl_linear) = 4c1201132d40e32f0db331bc9176c1a5 ocaml(Fcl_misc) = 315dd868e3166a1831a811dd18cdac95 ocaml(Fcl_nonlinear) = f2e76ea480449bf51bde01bcdc337a3c ocaml(Fcl_opti) = 98ccb0a10e0705eae62756f4448b1171 ocaml(Fcl_reify) = 849dfe554b8fff7d51b2807733233a70 ocaml(Fcl_setDomain) = 996b941f1bee624942136f9e6c700268 ocaml(Fcl_sorting) = 20f76ac72179db19352367cfd4e50071 ocaml(Fcl_stak) = 59a97950515644fa54bfa1569d0af9f2 ocaml(Fcl_var) = 72ed77de68763d3ddc547020a9d6837c ocaml(Stdlib) = c21c5d26416461b543321872a551ea0d ocaml(Stdlib__array) = 4528cb7f2202a96df7bc293599ce41ac ocaml(Stdlib__buffer) = 234b61fa3906003822205287eb65a481 ocaml(Stdlib__hashtbl) = b762db4e3b71657dfcfd14539af9611a ocaml(Stdlib__int32) = 2e6c00c32474b3f4f0ca069a3eceab68 ocaml(Stdlib__int64) = 8da509b391e66cf2a7e37819728d5a15 ocaml(Stdlib__list) = 15cef02558cc6576c616c84f09d5b0ea ocaml(Stdlib__nativeint) = 27bfaa776a5a329557cb5cebde7d21e0 ocaml(Stdlib__pervasives) = 76119ce30941328f65713c9e5efa6ead ocaml(Stdlib__printf) = 5cec2efa6f5a2459d17f2788deb783f2 ocaml(Stdlib__random) = d289c1fd5c5e6a54a142ac3ffe05ae8a ocaml(Stdlib__seq) = d6a8de25c9eecf5ae9420a9f3f8b2e88 ocaml(Stdlib__set) = 5d365647a10f75c22f2b045a867b4d3e ocaml(Stdlib__string) = 9d02da014acaf1dfdd63872e707eaed9 ocaml(Stdlib__sys) = 794924b786d5c3059c545cb526394520 ocaml(Stdlib__uchar) = ab6f1df93abf9e800a3e0d1543523c96 ocaml(Stdlib__weak) = 71a7b796d13b517ff42de5c42fde0f98 ocamlx(Fcl_alldiff) = 8552ded30a505fff060ef01a8cbea7ab ocamlx(Fcl_arith) = 91c9f9c54540cd52ef5a6fd8a0eb6dd1 ocamlx(Fcl_boolean) = b787cdca56108314f6890e62cb580ea7 ocamlx(Fcl_conjunto) = e5145b16466e07c5fb882e9a438bf665 ocamlx(Fcl_cstr) = f4bef47e185662fac30d15537c69c354 ocamlx(Fcl_data) = a29d15a0f6dc31fbe0ec767b8ddfd29d ocamlx(Fcl_debug) = 92eebf0528bae8f9bb22cc9ab45d7bd3 ocamlx(Fcl_domain) = 852c45ff41086455a6fb3c1ea9119c89 ocamlx(Fcl_expr) = 750daff20fda4cc46cd3948dae9aa381 ocamlx(Fcl_fdArray) = 71f64a4e11451d8703e3c17dc74097ae ocamlx(Fcl_float) = df4317362a653e6f183841354a74c522 ocamlx(Fcl_gcc) = 6ec5aa93ebe4cb0e3154f4cae091015b ocamlx(Fcl_genesis) = c0d1ff37151e38ab4ed84030cf32c400 ocamlx(Fcl_goals) = 646e765f0d944734babb1fd34ab51c7a ocamlx(Fcl_interval) = 2325c12d8cdb722ad7d6b4d3a2ae6be8 ocamlx(Fcl_invariant) = 8d5e453c035189630727382748aa4bea ocamlx(Fcl_linear) = d096cb7dcb45428eef51419b5c6b770b ocamlx(Fcl_misc) = 02b10baab5e0575b647811112898ae71 ocamlx(Fcl_nonlinear) = 718e6df518fbb1338e7867349b400c37 ocamlx(Fcl_opti) = 94bd2e4ab7f7038b0356f99f48dcbc99 ocamlx(Fcl_reify) = 178a1dae3448937d4bdfef3b41adf8f6 ocamlx(Fcl_setDomain) = 76488052bca515e88bd3222ef9c072d2 ocamlx(Fcl_sorting) = f091f3bf0d279e49cc2b4cae88d83de3 ocamlx(Fcl_stak) = bca543f848399f21491a477060f7cf5b ocamlx(Fcl_var) = f61403f607b8cf6ce73a11c3eda56cf0 ocamlx(Stdlib) = 5b1118fc938423037933e63643e9f671 ocamlx(Stdlib__array) = 0dbd6c995df0b55845288210130d2cf1 ocamlx(Stdlib__hashtbl) = 3a70d43892d6822a86672d0da0646fa3 ocamlx(Stdlib__list) = 1f9660a314f1e6cb5f40359d9d3b2f29 ocamlx(Stdlib__pervasives) = 3e186c9579e482ae0dc6f498f79a0d37 ocamlx(Stdlib__printf) = ed32309c6fdb9909e2ec1cda5118b14c ocamlx(Stdlib__random) = 26aa0b7dab96b9f2f4b12394b8da8138 ocamlx(Stdlib__set) = 01d0584203a512f960682dd911d9ba1f ocamlx(Stdlib__sys) = 82cfd264b7875618ee810e8d1f8fa532 ocamlx(Stdlib__weak) = 47cb5625c1baea1c28d9044ef6455940 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/ocaml-facile-1.1-67.fc33.1.rvre0.riscv64 Wrote: /builddir/build/RPMS/ocaml-facile-1.1-67.fc33.1.rvre0.riscv64.rpm Wrote: /builddir/build/RPMS/ocaml-facile-devel-1.1-67.fc33.1.rvre0.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.ow53Wa + umask 022 + cd /builddir/build/BUILD + cd facile-1.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/ocaml-facile-1.1-67.fc33.1.rvre0.riscv64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0