OCamllabs icon Home|Differences with the last checks|Previous runs


Building on spring

(from freebsd)
2025-02-08 14:19.08 ---> using "77d5fe31836124b4684d554707425c4fde23f9ef3df0a804431a47419573778d" from cache

/: (user (uid 1000) (gid 1000))

/: (env OPAMPRECISETRACKING 1)

/: (env OPAMUTF8 never)

/: (env OPAMEXTERNALSOLVER builtin-0install)

/: (env OPAMCRITERIA +removed)

/: (env CI true)

/: (env OPAM_HEALTH_CHECK_CI true)

/: (run (shell "sudo ln -f /usr/local/bin/opam-dev /usr/local/bin/opam"))
2025-02-08 14:19.09 ---> using "7afea9128a2830beedf345f0b46af5484579ebada7710165f445c6c5b18563a9" from cache

/: (run (network host)
        (shell "rm -rf ~/opam-repository && git clone -q 'https://github.com/ocaml/opam-repository' ~/opam-repository && git -C ~/opam-repository checkout -q d87296a7b656d47b7042e7e608a5fa863b3a51f9"))
2025-02-08 14:19.09 ---> using "156ba4216933ef66ed876ecaa77e5eece797b871f229fec5246e4fb675242615" from cache

/: (run (shell "rm -rf ~/.opam && opam init -ya --bare ~/opam-repository"))
No configuration file found, using built-in defaults.
Checking for available remotes: rsync and local, git.
  - you won't be able to use mercurial repositories unless you install the hg command on your system.
  - you won't be able to use darcs repositories unless you install the darcs command on your system.


<><> Fetching repository information ><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised

User configuration:
  ~/.profile is already up-to-date.
[NOTE] Make sure that ~/.profile is well sourced in your ~/.bashrc.

2025-02-08 14:19.09 ---> using "4f39b017f77300f335142c76938eef3bed260380c3496d6bd642baf2b1733fcc" from cache

/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
        (network host)
        (shell "opam switch create --repositories=default '4.14.2' 'ocaml-base-compiler.4.14.2'"))

<><> Installing new switch packages <><><><><><><><><><><><><><><><><><><><><><>
Switch invariant: ["ocaml-base-compiler" {= "4.14.2"}]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocaml-config.2  (cached)
-> installed base-bigarray.base
-> installed base-threads.base
-> installed base-unix.base
-> installed ocaml-options-vanilla.1
-> retrieved ocaml-base-compiler.4.14.2  (cached)
-> installed ocaml-base-compiler.4.14.2
-> installed ocaml-config.2
-> installed ocaml.4.14.2
Done.
# To update the current shell environment, run: eval $(opam env --switch=4.14.2)
2025-02-08 14:19.10 ---> using "2ed5df840c33fbbac5898b85ad32021f56f159454de3a8df45ef798f42b0c5b0" from cache

/: (run (network host)
        (shell "opam update --depexts"))
[WARNING] Unknown update command for bsd, skipping system update
2025-02-08 14:19.10 ---> using "4b1b4e3b1f8a78ded560b86bf4e70f87d4ac480c6e0469063ac0aea50ddd5fdc" from cache

/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
        (network host)
        (shell  "\
               \nopam remove -y \"mmo.1.0.1\"\
               \nopam install -vy \"mmo.1.0.1\"\
               \nres=$?\
               \nif [ $res = 31 ]; then\
               \n    if opam show -f x-ci-accept-failures: \"mmo.1.0.1\" | grep -q '\"freebsd\"'; then\
               \n        echo \"This package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\"\
               \n        exit 69\
               \n    fi\
               \nfi\
               \n\
               \n\
               \nexit $res\
               \n"))
[NOTE] mmo.1.0.1 is not installed.

Nothing to do.
The following actions will be performed:
=== install 25 packages
  - install batteries       3.9.0    [required by mmo]
  - install bitv            2.0      [required by mmo]
  - install bst             7.1.0    [required by mmo]
  - install camlp-streams   5.0.1    [required by batteries]
  - install conf-autoconf   0.2      [required by cpu, stdcompat]
  - install conf-nlopt      1        [required by nlopt]
  - install conf-pkg-config 4        [required by conf-nlopt]
  - install cpm             12.2.0   [required by mmo]
  - install cppo            1.8.0    [required by mmo]
  - install cpu             2.0.0    [required by parany]
  - install dolog           6.0.0    [required by mmo]
  - install dune            3.17.2   [required by mmo]
  - install genspir         1.0.1    [required by mmo]
  - install line_oriented   1.3.0    [required by mmo]
  - install minicli         5.0.2    [required by mmo]
  - install mmo             1.0.1
  - install nlopt           0.7.0    [required by mmo]
  - install num             1.5-1    [required by batteries]
  - install ocamlfind       1.9.8    [required by batteries, pyml]
  - install ocamlgraph      2.1.0    [required by mmo]
  - install parany          14.0.1   [required by mmo]
  - install pyml            20231101 [required by mmo]
  - install stdcompat       19       [required by pyml]
  - install stdlib-shims    0.3.0    [required by ocamlgraph]
  - install vector3         1.0.0    [required by mmo]

The following system packages will first need to be installed:
    autoconf nlopt

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>

opam believes some required external dependencies are missing. opam can:
> 1. Run pkg to install them (may need root/sudo access)
  2. Display the recommended pkg command and wait while you run it manually (e.g. in another terminal)
  3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
  4. Abort the installation

[1/2/3/4] 1

+ /usr/local/bin/sudo "pkg" "install" "-y" "autoconf" "nlopt"
- Updating FreeBSD repository catalogue...
- [spring] Fetching data.pkg: ...
- ..
- ....
- . done
- Processing entries: .
- ..
- .
- ..
- .
- .
- .
- . done
- FreeBSD repository update completed. 35886 packages processed.
- All repositories are up to date.
- The following 23 package(s) will be affected (of 0 checked):
- 
- New packages to be INSTALLED:
- 	autoconf: 2.72
- 	autoconf-switch: 20220527
- 	binutils: 2.43.1,1
- 	boehm-gc: 8.2.8
- 	boehm-gc-threaded: 8.2.8
- 	gcc13: 13.3.0
- 	gmp: 6.3.0
- 	guile-aclocal: 3.0.10
- 	guile3: 3.0.10
- 	m4: 1.4.19_1,1
- 	mpc: 1.3.1_1
- 	mpfr: 4.2.1,1
- 	nlopt: 2.9.1
- 	openblas: 0.3.27,2
- 	py311-numpy: 1.26.4_2,1
- 	py311-setuptools: 63.1.0_1
- 	suitesparse-amd: 3.3.2
- 	suitesparse-camd: 3.3.2
- 	suitesparse-ccolamd: 3.3.3
- 	suitesparse-cholmod: 5.2.1_1
- 	suitesparse-colamd: 3.3.3
- 	suitesparse-config: 7.7.0_1
- 	suitesparse-umfpack: 6.3.3_1
- 
- Number of packages to be installed: 23
- 
- The process will require 779 MiB more space.
- 136 MiB to be downloaded.
- [spring] [1/23] Fetching nlopt-2.9.1.pkg: .......... done
- [spring] [2/23] Fetching suitesparse-camd-3.3.2.pkg: ....... done
- [spring] [3/23] Fetching py311-numpy-1.26.4_2,1.pkg: 
- ..
- ...
- ....
- . done
- [spring] [4/23] Fetching suitesparse-cholmod-5.2.1_1.pkg: ..
- ........ done
- [spring] [5/23] Fetching gmp-6.3.0.pkg: .......... done
- [spring] [6/23] Fetching mpfr-4.2.1,1.pkg: .......... done
- [spring] [7/23] Fetching suitesparse-config-7.7.0_1.pkg: ... done
- [spring] [8/23] Fetching boehm-gc-threaded-8.2.8.pkg: ..
- .... done
- [spring] [9/23] Fetching suitesparse-colamd-3.3.3.pkg: .. done
- [spring] [10/23] Fetching py311-setuptools-63.1.0_1.pkg: .......... done
- [spring] [11/23] Fetching boehm-gc-8.2.8.pkg: ........ done
- [spring] [12/23] Fetching m4-1.4.19_1,1.pkg: ...
- ....... done
- [spring] [13/23] Fetching mpc-1.3.1_1.pkg: ........ done
- [spring] [14/23] Fetching suitesparse-umfpack-6.3.3_1.pkg: .......... done
- [spring] [15/23] Fetching guile-aclocal-3.0.10.pkg: . done
- [spring] [16/23] Fetching suitesparse-ccolamd-3.3.3.pkg: ... done
- [spring] [17/23] Fetching guile3-3.0.10.pkg: 
- ....
- ...... done
- [spring] [18/23] Fetching gcc13-13.3.0.pkg: 
- .
- .
- .
- .
- .
- .
- .
- ..
- . done
- [spring] [19/23] Fetching binutils-2.43.1,1.pkg: 
- ........
- .. done
- [spring] [20/23] Fetching autoconf-switch-20220527.pkg: . done
- [spring] [21/23] Fetching openblas-0.3.27,2.pkg: ..
- ........ done
- [spring] [22/23] Fetching autoconf-2.72.pkg: .
- ......... done
- [spring] [23/23] Fetching suitesparse-amd-3.3.2.pkg: ........ done
- Checking integrity...
-  done (0 conflicting)
- [spring] [1/23] Installing gmp-6.3.0...
- [spring] [1/23] Extracting gmp-6.3.0: .......... done
- [spring] [2/23] Installing mpfr-4.2.1,1...
- [spring] [2/23] Extracting mpfr-4.2.1,1: .......... done
- [spring] [3/23] Installing mpc-1.3.1_1...
- [spring] [3/23] Extracting mpc-1.3.1_1: ......... done
- [spring] [4/23] Installing binutils-2.43.1,1...
- [spring] [4/23] Extracting binutils-2.43.1,1: ....
- ...... done
- [spring] [5/23] Installing gcc13-13.3.0...
- [spring] [5/23] Extracting gcc13-13.3.0: 
- .....
- ....
- . done
- [spring] [6/23] Installing openblas-0.3.27,2...
- [spring] [6/23] Extracting openblas-0.3.27,2: .......... done
- [spring] [7/23] Installing suitesparse-config-7.7.0_1...
- [spring] [7/23] Extracting suitesparse-config-7.7.0_1: .......... done
- [spring] [8/23] Installing suitesparse-camd-3.3.2...
- [spring] [8/23] Extracting suitesparse-camd-3.3.2: .......... done
- [spring] [9/23] Installing suitesparse-colamd-3.3.3...
- [spring] [9/23] Extracting suitesparse-colamd-3.3.3: .......... done
- [spring] [10/23] Installing suitesparse-ccolamd-3.3.3...
- [spring] [10/23] Extracting suitesparse-ccolamd-3.3.3: .......... done
- [spring] [11/23] Installing suitesparse-amd-3.3.2...
- [spring] [11/23] Extracting suitesparse-amd-3.3.2: .......... done
- [spring] [12/23] Installing suitesparse-cholmod-5.2.1_1...
- [spring] [12/23] Extracting suitesparse-cholmod-5.2.1_1: .......... done
- [spring] [13/23] Installing boehm-gc-8.2.8...
- [spring] [13/23] Extracting boehm-gc-8.2.8: .......... done
- [spring] [14/23] Installing boehm-gc-threaded-8.2.8...
- [spring] [14/23] Extracting boehm-gc-threaded-8.2.8: .......... done
- [spring] [15/23] Installing py311-setuptools-63.1.0_1...
- [spring] [15/23] Extracting py311-setuptools-63.1.0_1: .......... done
- [spring] [16/23] Installing suitesparse-umfpack-6.3.3_1...
- [spring] [16/23] Extracting suitesparse-umfpack-6.3.3_1: .......... done
- [spring] [17/23] Installing guile-aclocal-3.0.10...
- [spring] [17/23] Extracting guile-aclocal-3.0.10: ..... done
- [spring] [18/23] Installing py311-numpy-1.26.4_2,1...
- [spring] [18/23] Extracting py311-numpy-1.26.4_2,1: .
- ......... done
- [spring] [19/23] Installing m4-1.4.19_1,1...
- [spring] [19/23] Extracting m4-1.4.19_1,1: .......... done
- [spring] [20/23] Installing guile3-3.0.10...
- [spring] [20/23] Extracting guile3-3.0.10: ....
- ...... done
- [spring] [21/23] Installing autoconf-switch-20220527...
- [spring] [21/23] Extracting autoconf-switch-20220527: .......... done
- [spring] [22/23] Installing nlopt-2.9.1...
- [spring] [22/23] Extracting nlopt-2.9.1: .......... done
- [spring] [23/23] Installing autoconf-2.72...
- [spring] [23/23] Extracting autoconf-2.72: .......... done
- =====
- Message from gcc13-13.3.0:
- 
- --
- To ensure binaries built with this toolchain find appropriate versions
- of the necessary run-time libraries, you may want to link using
- 
-   -Wl,-rpath=/usr/local/lib/gcc13
- 
- For ports leveraging USE_GCC, USES=compiler, or USES=fortran this happens
- transparently.

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/75: [batteries.3.9.0: extract]
Processing  2/75: [batteries.3.9.0: extract] [bitv.2.0: extract]
Processing  3/75: [batteries.3.9.0: extract] [bitv.2.0: extract] [bst.7.1.0: extract]
-> retrieved bitv.2.0  (cached)
Processing  3/75: [batteries.3.9.0: extract] [bst.7.1.0: extract]
Processing  4/75: [batteries.3.9.0: extract] [bst.7.1.0: extract] [camlp-streams.5.0.1: extract]
-> retrieved batteries.3.9.0  (cached)
Processing  4/75: [bst.7.1.0: extract] [camlp-streams.5.0.1: extract]
Processing  5/75: [bst.7.1.0: extract] [camlp-streams.5.0.1: extract]
Processing  6/75: [bst.7.1.0: extract] [camlp-streams.5.0.1: extract]
Processing  7/75: [bst.7.1.0: extract] [camlp-streams.5.0.1: extract]
Processing  8/75: [bst.7.1.0: extract] [camlp-streams.5.0.1: extract] [cpm.12.2.0: extract]
Processing  9/75: [bst.7.1.0: extract] [camlp-streams.5.0.1: extract] [cpm.12.2.0: extract] [conf-autoconf: autoconf]
Processing 10/75: [bst.7.1.0: extract] [camlp-streams.5.0.1: extract] [cpm.12.2.0: extract] [conf-autoconf: autoconf] [conf-pkg-config: pkg-config]
-> retrieved cpm.12.2.0  (cached)
Processing 10/75: [bst.7.1.0: extract] [camlp-streams.5.0.1: extract] [conf-autoconf: autoconf] [conf-pkg-config: pkg-config]
Processing 11/75: [bst.7.1.0: extract] [camlp-streams.5.0.1: extract] [cppo.1.8.0: extract] [conf-autoconf: autoconf] [conf-pkg-config: pkg-config]
+ /usr/local/bin/pkg-config "--help" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/conf-pkg-config.4)
- usage: pkgconf [OPTIONS] [LIBRARIES]
- 
- basic options:
- 
-   --help                            this message
-   --about                           print pkgconf version and license to stdout
-   --version                         print supported pkg-config version to stdout
-   --verbose                         print additional information
-   --atleast-pkgconfig-version       check whether or not pkgconf is compatible
-                                     with a specified pkg-config version
-   --errors-to-stdout                print all errors on stdout instead of stderr
-   --print-errors                    ensure all errors are printed
-   --short-errors                    be less verbose about some errors
-   --silence-errors                  explicitly be silent about errors
-   --list-all                        list all known packages
-   --list-package-names              list all known package names
-   --simulate                        simulate walking the calculated dependency graph
-   --no-cache                        do not cache already seen packages when
-                                     walking the dependency graph
-   --log-file=filename               write an audit log to a specified file
-   --with-path=path                  adds a directory to the search path
-   --define-prefix                   override the prefix variable with one that is guessed based on
-                                     the location of the .pc file
-   --dont-define-prefix              do not override the prefix variable under any circumstances
-   --prefix-variable=varname         sets the name of the variable that pkgconf considers
-                                     to be the package prefix
-   --relocate=path                   relocates a path and exits (mostly for testsuite)
-   --dont-relocate-paths             disables path relocation support
- 
- cross-compilation personality support:
- 
-   --personality=triplet|filename    sets the personality to 'triplet' or a file named 'filename'
-   --dump-personality                dumps details concerning selected personality
- 
- checking specific pkg-config database entries:
- 
-   --atleast-version                 require a specific version of a module
-   --exact-version                   require an exact version of a module
-   --max-version                     require a maximum version of a module
-   --exists                          check whether or not a module exists
-   --uninstalled                     check whether or not an uninstalled module will be used
-   --no-uninstalled                  never use uninstalled modules when satisfying dependencies
-   --no-provides                     do not use 'provides' rules to resolve dependencies
-   --maximum-traverse-depth          maximum allowed depth for dependency graph
-   --static                          be more aggressive when computing dependency graph
-                                     (for static linking)
-   --shared                          use a simplified dependency graph (usually default)
-   --pure                            optimize a static dependency graph as if it were a normal
-                                     dependency graph
-   --env-only                        look only for package entries in PKG_CONFIG_PATH
-   --ignore-conflicts                ignore 'conflicts' rules in modules
-   --validate                        validate specific .pc files for correctness
- 
- querying specific pkg-config database fields:
- 
-   --define-variable=varname=value   define variable 'varname' as 'value'
-   --variable=varname                print specified variable entry to stdout
-   --cflags                          print required CFLAGS to stdout
-   --cflags-only-I                   print required include-dir CFLAGS to stdout
-   --cflags-only-other               print required non-include-dir CFLAGS to stdout
-   --libs                            print required linker flags to stdout
-   --libs-only-L                     print required LDPATH linker flags to stdout
-   --libs-only-l                     print required LIBNAME linker flags to stdout
-   --libs-only-other                 print required other linker flags to stdout
-   --print-requires                  print required dependency frameworks to stdout
-   --print-requires-private          print required dependency frameworks for static
-                                     linking to stdout
-   --print-provides                  print provided dependencies to stdout
-   --print-variables                 print all known variables in module to stdout
-   --digraph                         print entire dependency graph in graphviz 'dot' format
-   --solution                        print dependency graph solution in a simple format
-   --keep-system-cflags              keep -I/usr/include entries in cflags output
-   --keep-system-libs                keep -L/usr/lib entries in libs output
-   --path                            show the exact filenames for any matching .pc files
-   --modversion                      print the specified module's version to stdout
-   --internal-cflags                 do not filter 'internal' cflags from output
-   --license                         print the specified module's license to stdout if known
-   --exists-cflags                   add -DHAVE_FOO fragments to cflags for each found module
- 
- filtering output:
- 
-   --msvc-syntax                     print translatable fragments in MSVC syntax
-   --fragment-filter=types           filter output fragments to the specified types
-   --env=prefix                      print output as shell-compatible environmental variables
- 
- report bugs to <https://github.com/pkgconf/pkgconf/issues/new>.
-> compiled  conf-pkg-config.4
Processing 11/75: [bst.7.1.0: extract] [camlp-streams.5.0.1: extract] [cppo.1.8.0: extract] [conf-autoconf: autoconf]
-> installed conf-pkg-config.4
Processing 12/75: [bst.7.1.0: extract] [camlp-streams.5.0.1: extract] [cppo.1.8.0: extract] [conf-autoconf: autoconf]
Processing 13/75: [bst.7.1.0: extract] [camlp-streams.5.0.1: extract] [cppo.1.8.0: extract] [conf-autoconf: autoconf] [conf-nlopt: pkg-config nlopt]
-> retrieved cppo.1.8.0  (cached)
Processing 13/75: [bst.7.1.0: extract] [camlp-streams.5.0.1: extract] [conf-autoconf: autoconf] [conf-nlopt: pkg-config nlopt]
Processing 14/75: [bst.7.1.0: extract] [camlp-streams.5.0.1: extract] [cpu.2.0.0: extract] [conf-autoconf: autoconf] [conf-nlopt: pkg-config nlopt]
+ /usr/local/bin/pkg-config "--exists" "nlopt" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/conf-nlopt.1)
-> compiled  conf-nlopt.1
Processing 14/75: [bst.7.1.0: extract] [camlp-streams.5.0.1: extract] [cpu.2.0.0: extract] [conf-autoconf: autoconf]
-> installed conf-nlopt.1
Processing 15/75: [bst.7.1.0: extract] [camlp-streams.5.0.1: extract] [cpu.2.0.0: extract] [conf-autoconf: autoconf]
-> retrieved cpu.2.0.0  (cached)
Processing 15/75: [bst.7.1.0: extract] [camlp-streams.5.0.1: extract] [conf-autoconf: autoconf]
Processing 16/75: [bst.7.1.0: extract] [camlp-streams.5.0.1: extract] [dolog.6.0.0: extract] [conf-autoconf: autoconf]
-> retrieved camlp-streams.5.0.1  (cached)
Processing 16/75: [bst.7.1.0: extract] [dolog.6.0.0: extract] [conf-autoconf: autoconf]
Processing 17/75: [bst.7.1.0: extract] [dolog.6.0.0: extract] [dune.3.17.2: extract] [conf-autoconf: autoconf]
-> retrieved dolog.6.0.0  (cached)
Processing 17/75: [bst.7.1.0: extract] [dune.3.17.2: extract] [conf-autoconf: autoconf]
Processing 18/75: [bst.7.1.0: extract] [dune.3.17.2: extract] [genspir.1.0.1: extract] [conf-autoconf: autoconf]
-> retrieved bst.7.1.0  (cached)
Processing 18/75: [dune.3.17.2: extract] [genspir.1.0.1: extract] [conf-autoconf: autoconf]
Processing 19/75: [dune.3.17.2: extract] [genspir.1.0.1: extract] [line_oriented.1.3.0: extract] [conf-autoconf: autoconf]
-> retrieved genspir.1.0.1  (cached)
Processing 19/75: [dune.3.17.2: extract] [line_oriented.1.3.0: extract] [conf-autoconf: autoconf]
Processing 20/75: [dune.3.17.2: extract] [line_oriented.1.3.0: extract] [minicli.5.0.2: extract] [conf-autoconf: autoconf]
-> retrieved minicli.5.0.2  (cached)
Processing 20/75: [dune.3.17.2: extract] [line_oriented.1.3.0: extract] [conf-autoconf: autoconf]
Processing 21/75: [dune.3.17.2: extract] [line_oriented.1.3.0: extract] [mmo.1.0.1: extract] [conf-autoconf: autoconf]
-> retrieved line_oriented.1.3.0  (cached)
Processing 21/75: [dune.3.17.2: extract] [mmo.1.0.1: extract] [conf-autoconf: autoconf]
Processing 22/75: [dune.3.17.2: extract] [mmo.1.0.1: extract] [nlopt.0.7.0: extract] [conf-autoconf: autoconf]
-> retrieved mmo.1.0.1  (cached)
Processing 22/75: [dune.3.17.2: extract] [nlopt.0.7.0: extract] [conf-autoconf: autoconf]
Processing 23/75: [dune.3.17.2: extract] [nlopt.0.7.0: extract] [num.1.5-1: extract] [conf-autoconf: autoconf]
-> retrieved nlopt.0.7.0  (cached)
Processing 23/75: [dune.3.17.2: extract] [num.1.5-1: extract] [conf-autoconf: autoconf]
Processing 24/75: [dune.3.17.2: extract] [num.1.5-1: extract] [ocamlfind.1.9.8: extract] [conf-autoconf: autoconf]
-> retrieved num.1.5-1  (cached)
Processing 24/75: [dune.3.17.2: extract] [ocamlfind.1.9.8: extract] [conf-autoconf: autoconf]
Processing 25/75: [dune.3.17.2: extract] [ocamlfind.1.9.8: extract] [ocamlgraph.2.1.0: extract] [conf-autoconf: autoconf]
[num: patch] applying num-in-findlib-dir.patch
Processing 26/75: [dune.3.17.2: extract] [ocamlfind.1.9.8: extract] [ocamlgraph.2.1.0: extract] [conf-autoconf: autoconf] [num: patch]
Processing 26/75: [dune.3.17.2: extract] [ocamlfind.1.9.8: extract] [ocamlgraph.2.1.0: extract] [conf-autoconf: autoconf] [num: gmake opam-legacy]
-> retrieved ocamlgraph.2.1.0  (cached)
Processing 26/75: [dune.3.17.2: extract] [ocamlfind.1.9.8: extract] [conf-autoconf: autoconf] [num: gmake opam-legacy]
Processing 27/75: [dune.3.17.2: extract] [ocamlfind.1.9.8: extract] [parany.14.0.1: extract] [conf-autoconf: autoconf] [num: gmake opam-legacy]
-> retrieved ocamlfind.1.9.8  (cached)
Processing 27/75: [dune.3.17.2: extract] [parany.14.0.1: extract] [conf-autoconf: autoconf] [num: gmake opam-legacy]
Processing 28/75: [dune.3.17.2: extract] [parany.14.0.1: extract] [pyml.20231101: extract] [conf-autoconf: autoconf] [num: gmake opam-legacy]
Processing 29/75: [dune.3.17.2: extract] [parany.14.0.1: extract] [pyml.20231101: extract] [conf-autoconf: autoconf] [num: gmake opam-legacy] [ocamlfind: ./configure]
-> retrieved pyml.20231101  (cached)
Processing 29/75: [dune.3.17.2: extract] [parany.14.0.1: extract] [conf-autoconf: autoconf] [num: gmake opam-legacy] [ocamlfind: ./configure]
Processing 30/75: [dune.3.17.2: extract] [parany.14.0.1: extract] [stdcompat.19: extract] [conf-autoconf: autoconf] [num: gmake opam-legacy] [ocamlfind: ./configure]
-> retrieved parany.14.0.1  (cached)
Processing 30/75: [dune.3.17.2: extract] [stdcompat.19: extract] [conf-autoconf: autoconf] [num: gmake opam-legacy] [ocamlfind: ./configure]
Processing 31/75: [dune.3.17.2: extract] [stdcompat.19: extract] [stdlib-shims.0.3.0: extract] [conf-autoconf: autoconf] [num: gmake opam-legacy] [ocamlfind: ./configure]
-> retrieved dune.3.17.2  (cached)
Processing 31/75: [stdcompat.19: extract] [stdlib-shims.0.3.0: extract] [conf-autoconf: autoconf] [num: gmake opam-legacy] [ocamlfind: ./configure]
Processing 32/75: [stdcompat.19: extract] [stdlib-shims.0.3.0: extract] [vector3.1.0.0: extract] [conf-autoconf: autoconf] [num: gmake opam-legacy] [ocamlfind: ./configure]
Processing 33/75: [stdcompat.19: extract] [stdlib-shims.0.3.0: extract] [vector3.1.0.0: extract] [conf-autoconf: autoconf] [dune: ocaml 7] [num: gmake opam-legacy] [ocamlfind: ./configure]
-> retrieved vector3.1.0.0  (cached)
Processing 33/75: [stdcompat.19: extract] [stdlib-shims.0.3.0: extract] [conf-autoconf: autoconf] [dune: ocaml 7] [num: gmake opam-legacy] [ocamlfind: ./configure]
-> retrieved stdlib-shims.0.3.0  (cached)
Processing 33/75: [stdcompat.19: extract] [conf-autoconf: autoconf] [dune: ocaml 7] [num: gmake opam-legacy] [ocamlfind: ./configure]
-> retrieved stdcompat.19  (cached)
Processing 33/75: [conf-autoconf: autoconf] [dune: ocaml 7] [num: gmake opam-legacy] [ocamlfind: ./configure]
+ /home/opam/.opam/4.14.2/.opam-switch/build/ocamlfind.1.9.8/./configure "-bindir" "/home/opam/.opam/4.14.2/bin" "-sitelib" "/home/opam/.opam/4.14.2/lib" "-mandir" "/home/opam/.opam/4.14.2/man" "-config" "/home/opam/.opam/4.14.2/lib/findlib.conf" "-no-custom" "-no-camlp4" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/ocamlfind.1.9.8)
- Welcome to findlib version 1.9.8
- Configuring core...
- Checking for #remove_directory...
- Testing threading model...
- systhread_supported: true
- Testing DLLs...
- Testing whether ppxopt can be supported...
- Checking for ocamlc -opaque...
- Checking for ocamlopt -g...
- Querying installation: META list not found
- make install will double-check installed META files
- Configuring libraries...
- unix: found
- dynlink: found
- bigarray: found
- compiler-libs: found
- dbm: not present (normal since 4.00)
- graphics: not present (normal since 4.09)
- num: not present (normal since 4.06)
- ocamlbuild: not present (normal since 4.03)
- ocamldoc: found (in +ocamldoc)
- raw_spacetime: not present (normal since 4.12)
- threads: found (in +threads)
- str: found
- labltk: not present (normal since 4.02)
- native dynlink: found
- camlp4: disabled
- bytes: found, installing fake library
- Configuration for stdlib written to site-lib-src/stdlib/META
- Configuration for unix written to site-lib-src/unix/META
- Configuration for dynlink written to site-lib-src/dynlink/META
- Configuration for bigarray written to site-lib-src/bigarray/META
- Configuration for compiler-libs written to site-lib-src/compiler-libs/META
- Configuration for ocamldoc written to site-lib-src/ocamldoc/META
- Configuration for threads written to site-lib-src/threads/META
- Configuration for str written to site-lib-src/str/META
- Configuration for bytes written to site-lib-src/bytes/META
- Detecting compiler arguments: (extractor built) ok
- 
- About the OCAML core installation:
-     Standard library:      /home/opam/.opam/4.14.2/lib/ocaml
-     Binaries:              /home/opam/.opam/4.14.2/bin
-     Manual pages:          /home/opam/.opam/4.14.2/man
-     Multi-threading type:  posix
- The directory of site-specific packages will be
-     site-lib:              /home/opam/.opam/4.14.2/lib
- The configuration file is written to:
-     findlib config file:   /home/opam/.opam/4.14.2/lib/findlib.conf
- Software will be installed:
-     Libraries:             in <site-lib>/findlib
-     Binaries:              /home/opam/.opam/4.14.2/bin
-     Manual pages:          /home/opam/.opam/4.14.2/man
-     topfind script:        /home/opam/.opam/4.14.2/lib/ocaml
- Topfind ppxopt support:    yes
- Toolbox:                   no
- Link custom runtime:       no
- Need bytes compatibility:  no
- 
- Configuration has been written to Makefile.config
- 
- You can now do 'make all', and optionally 'make opt', to build ocamlfind.
Processing 33/75: [conf-autoconf: autoconf] [dune: ocaml 7] [num: gmake opam-legacy] [ocamlfind: gmake all]
+ /usr/local/bin/autoconf "-V" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/conf-autoconf.0.2)
- autoconf (GNU Autoconf) 2.72
- Copyright (C) 2023 Free Software Foundation, Inc.
- License GPLv3+/Autoconf: GNU GPL version 3 or later
- <https://gnu.org/licenses/gpl.html>, <https://gnu.org/licenses/exceptions.html>
- This is free software: you are free to change and redistribute it.
- There is NO WARRANTY, to the extent permitted by law.
- 
- Written by David J. MacKenzie and Akim Demaille.
-> compiled  conf-autoconf.0.2
Processing 33/75: [dune: ocaml 7] [num: gmake opam-legacy] [ocamlfind: gmake all]
-> installed conf-autoconf.0.2
Processing 34/75: [dune: ocaml 7] [num: gmake opam-legacy] [ocamlfind: gmake all]
+ /usr/local/bin/gmake "PROFILE=release" "opam-legacy" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/num.1.5-1)
- /usr/local/bin/gmake -C src all
- gmake[1]: Entering directory '/home/opam/.opam/4.14.2/.opam-switch/build/num.1.5-1/src'
- ocamlc -ccopt -DBNG_ARCH_amd64 -c bng.c
- ocamlc -ccopt -DBNG_ARCH_amd64 -c nat_stubs.c
- ocamlmklib -oc nums bng.o nat_stubs.o
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c int_misc.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c int_misc.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c nat.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c nat.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c big_int.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c big_int.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_flags.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_flags.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c ratio.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c ratio.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_status.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_status.ml
- ocamlmklib -o nums -oc nums -linkall int_misc.cmo nat.cmo big_int.cmo arith_flags.cmo ratio.cmo num.cmo arith_status.cmo
- cp ../toplevel/num_top_printers.mli ../toplevel/num_top.mli ../toplevel/num_top_printers.ml ../toplevel/num_top.ml .
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num_top_printers.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num_top_printers.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num_top.mli
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num_top.ml
- ocamlc -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -a -o num_top.cma num_top_printers.cmo num_top.cmo
- echo 'version = "1.6~dev"' > META.top
- cat META.num-top.in >> META.top
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c int_misc.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c nat.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c big_int.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_flags.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c ratio.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c num.ml
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -c arith_status.ml
- ocamlmklib -o nums -oc nums -linkall int_misc.cmx nat.cmx big_int.cmx arith_flags.cmx ratio.cmx num.cmx arith_status.cmx
- ocamlopt -w +a-4-9-41-42-44-45-48  -bin-annot -g -safe-string -strict-sequence -strict-formats -I +compiler-libs -I . -shared -o nums.cmxs nums.cmxa
- gmake[1]: Leaving directory '/home/opam/.opam/4.14.2/.opam-switch/build/num.1.5-1/src'
- cp src/num-legacy.install num.install
-> compiled  num.1.5-1
Processing 34/75: [dune: ocaml 7] [ocamlfind: gmake all]
-> installed num.1.5-1
Processing 35/75: [dune: ocaml 7] [ocamlfind: gmake all]
+ /usr/local/bin/gmake "all" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/ocamlfind.1.9.8)
- for p in findlib; do ( cd src/$p; /usr/local/bin/gmake all ) || exit; done
- gmake[1]: Entering directory '/home/opam/.opam/4.14.2/.opam-switch/build/ocamlfind.1.9.8/src/findlib'
- ocamllex fl_meta.mll
- 22 states, 392 transitions, table size 1700 bytes
- USE_CYGPATH="0"; \
- export USE_CYGPATH; \
- cat findlib_config.mlp | \
-          ../../tools/patch '@CONFIGFILE@' '/home/opam/.opam/4.14.2/lib/findlib.conf' | \
-          ../../tools/patch '@STDLIB@' '/home/opam/.opam/4.14.2/lib/ocaml' | \
-          ../../tools/patch '@RELATIVE_PATHS@' 'false' | \
- 	sed -e 's;@AUTOLINK@;true;g' \
- 	    -e 's;@SYSTEM@;freebsd;g' \
- 	     >findlib_config.ml
- if [ "true" = "true" ]; then                 \
- 	cp topfind.ml.in topfind.ml;                             \
- else                                                             \
- 	sed -e '/PPXOPT_BEGIN/,/PPXOPT_END/ d' topfind.ml.in     \
- 		> topfind.ml ;                                   \
- fi
- ocamldep *.ml *.mli >depend
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_compat.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_split.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c findlib_config.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_metatoken.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_meta.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -c fl_metascanner.mli
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_metascanner.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -c fl_topo.mli
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_topo.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -c fl_package_base.mli
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_package_base.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -c findlib.mli
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c findlib.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_args.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_lint.ml
- ocamlc -I +compiler-libs -a -o findlib.cma fl_compat.cmo fl_split.cmo findlib_config.cmo fl_metatoken.cmo fl_meta.cmo fl_metascanner.cmo fl_topo.cmo fl_package_base.cmo findlib.cmo fl_args.cmo fl_lint.cmo
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c ocaml_args.ml
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c frontend.ml
- ocamlc -I +compiler-libs  -o ocamlfind -g findlib.cma unix.cma \
-            -I +unix -I +dynlink ocaml_args.cmo frontend.cmo
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -c topfind.mli
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c topfind.ml
- File "topfind.ml", line 128, characters 40-63:
- 128 |                      match Hashtbl.find Toploop.directive_table "ppx" with
-                                               ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- File "topfind.ml", line 258, characters 4-27:
- 258 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- File "topfind.ml", line 268, characters 4-27:
- 268 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- File "topfind.ml", line 280, characters 4-27:
- 280 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- File "topfind.ml", line 293, characters 4-27:
- 293 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- File "topfind.ml", line 307, characters 4-27:
- 307 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- File "topfind.ml", line 319, characters 4-27:
- 319 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- ocamlc -I +compiler-libs -a -o findlib_top.cma topfind.cmo
- if [ "1" = "1" ]; then                        \
- 	cp topfind.in topfind.compat.in;                                                     \
- else                                                                  \
- 	sed -e '/REMOVE_DIRECTORY_BEGIN/,/REMOVE_DIRECTORY_END/ d' topfind.in \
- 		> topfind.compat.in ;                                                \
- fi
- USE_CYGPATH="0"; \
- export USE_CYGPATH; \
- cat topfind.compat.in | \
-          ../../tools/patch '@SITELIB@' '/home/opam/.opam/4.14.2/lib' | \
-          ../../tools/patch '@RELATIVE_PATHS@' 'false' \
-     	    >topfind
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -c fl_dynload.mli
- ocamlc -I +compiler-libs -opaque   -I +unix -I +dynlink -g -c fl_dynload.ml
- ocamlc -I +compiler-libs -a -o findlib_dynload.cma fl_dynload.cmo
- gmake[1]: Leaving directory '/home/opam/.opam/4.14.2/.opam-switch/build/ocamlfind.1.9.8/src/findlib'
- /usr/local/bin/gmake all-config
- gmake[1]: Entering directory '/home/opam/.opam/4.14.2/.opam-switch/build/ocamlfind.1.9.8'
- if [ "false" = "true" ]; then \
-   /usr/local/bin/gmake findlib-relative; \
-         else \
-   /usr/local/bin/gmake findlib-absolute; \
- fi
- gmake[2]: Entering directory '/home/opam/.opam/4.14.2/.opam-switch/build/ocamlfind.1.9.8'
- USE_CYGPATH="0"; \
- export USE_CYGPATH; \
- cat findlib.conf.in | \
-      tools/patch '@SITELIB@' '/home/opam/.opam/4.14.2/lib' | \
- 		 tools/patch '@FINDLIB_PATH@' '/home/opam/.opam/4.14.2/lib' -p >findlib.conf
- if ./tools/cmd_from_same_dir ocamlc; then \
- 	echo 'ocamlc="ocamlc.opt"' >>findlib.conf; \
- fi
- if ./tools/cmd_from_same_dir ocamlopt; then \
- 	echo 'ocamlopt="ocamlopt.opt"' >>findlib.conf; \
- fi
- if ./tools/cmd_from_same_dir ocamldep; then \
- 	echo 'ocamldep="ocamldep.opt"' >>findlib.conf; \
- fi
- if ./tools/cmd_from_same_dir ocamldoc; then \
- 	echo 'ocamldoc="ocamldoc.opt"' >>findlib.conf; \
- fi
- gmake[2]: Leaving directory '/home/opam/.opam/4.14.2/.opam-switch/build/ocamlfind.1.9.8'
- gmake[1]: Leaving directory '/home/opam/.opam/4.14.2/.opam-switch/build/ocamlfind.1.9.8'
Processing 35/75: [dune: ocaml 7] [ocamlfind: gmake opt]
+ /usr/local/bin/gmake "opt" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/ocamlfind.1.9.8)
- for p in findlib; do ( cd src/$p; /usr/local/bin/gmake opt ) || exit; done
- gmake[1]: Entering directory '/home/opam/.opam/4.14.2/.opam-switch/build/ocamlfind.1.9.8/src/findlib'
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_compat.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_split.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c findlib_config.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_metatoken.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_meta.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_metascanner.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_topo.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_package_base.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c findlib.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_args.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_lint.ml
- ocamlopt -I +compiler-libs -g -a -o findlib.cmxa fl_compat.cmx fl_split.cmx findlib_config.cmx fl_metatoken.cmx fl_meta.cmx fl_metascanner.cmx fl_topo.cmx fl_package_base.cmx findlib.cmx fl_args.cmx fl_lint.cmx
- if [ 1 -gt 0 ]; then \
-     ocamlopt -I +compiler-libs -g -shared -o findlib.cmxs fl_compat.cmx fl_split.cmx findlib_config.cmx fl_metatoken.cmx fl_meta.cmx fl_metascanner.cmx fl_topo.cmx fl_package_base.cmx findlib.cmx fl_args.cmx fl_lint.cmx; \
- fi
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c ocaml_args.ml
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c frontend.ml
- ocamlopt -I +compiler-libs -g -o ocamlfind_opt findlib.cmxa unix.cmxa \
- 	   -I +unix -I +dynlink ocaml_args.cmx frontend.cmx
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c topfind.ml
- File "topfind.ml", line 128, characters 40-63:
- 128 |                      match Hashtbl.find Toploop.directive_table "ppx" with
-                                               ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- File "topfind.ml", line 258, characters 4-27:
- 258 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- File "topfind.ml", line 268, characters 4-27:
- 268 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- File "topfind.ml", line 280, characters 4-27:
- 280 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- File "topfind.ml", line 293, characters 4-27:
- 293 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- File "topfind.ml", line 307, characters 4-27:
- 307 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- File "topfind.ml", line 319, characters 4-27:
- 319 |     Toploop.directive_table
-           ^^^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Toploop.directive_table
- ocamlopt -I +compiler-libs -g -a -o findlib_top.cmxa topfind.cmx
- if [ 1 -gt 0 ]; then \
-     ocamlopt -I +compiler-libs -g -shared -o findlib_top.cmxs topfind.cmx; \
- fi
- ocamlopt -I +compiler-libs -g -opaque  -I +unix -I +dynlink -c fl_dynload.ml
- ocamlopt -I +compiler-libs -g -a -o findlib_dynload.cmxa fl_dynload.cmx
- if [ 1 -gt 0 ]; then \
-     ocamlopt -I +compiler-libs -g -shared -o findlib_dynload.cmxs fl_dynload.cmx; \
- fi
- gmake[1]: Leaving directory '/home/opam/.opam/4.14.2/.opam-switch/build/ocamlfind.1.9.8/src/findlib'
-> compiled  ocamlfind.1.9.8
Processing 35/75: [dune: ocaml 7]
Processing 36/75: [dune: ocaml 7] [ocamlfind: gmake install]
+ /usr/local/bin/gmake "install" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/ocamlfind.1.9.8)
- if [ "1" -eq 1 ]; then \
-     for x in camlp4 dbm graphics labltk num ocamlbuild; do \
-       if [ -f "/home/opam/.opam/4.14.2/lib/$x/META" ]; then \
-         if ! grep -Fq '[distributed with Ocaml]' "//home/opam/.opam/4.14.2/lib/$x/META"; then \
-           rm -f site-lib-src/$x/META; \
-         fi; \
-       fi; \
-     done; \
-     test -f "site-lib-src/num/META" || rm -f "site-lib-src/num-top/META"; \
-   fi
- echo 'SITELIB_META =' > Makefile.packages.in
- for x in `ls site-lib-src`; do test ! -f "site-lib-src/$x/META" || echo $x >> Makefile.packages.in; done
- tr '\n' ' ' < Makefile.packages.in > Makefile.packages
- rm Makefile.packages.in
- install -d "/home/opam/.opam/4.14.2/bin"
- install -d "/home/opam/.opam/4.14.2/man"
- /usr/local/bin/gmake install-config
- gmake[1]: Entering directory '/home/opam/.opam/4.14.2/.opam-switch/build/ocamlfind.1.9.8'
- install -d "`dirname \"/home/opam/.opam/4.14.2/lib/findlib.conf\"`"
- test -f "/home/opam/.opam/4.14.2/lib/findlib.conf" || cp findlib.conf "/home/opam/.opam/4.14.2/lib/findlib.conf"
- gmake[1]: Leaving directory '/home/opam/.opam/4.14.2/.opam-switch/build/ocamlfind.1.9.8'
- for p in findlib; do ( cd src/$p; /usr/local/bin/gmake install ); done
- gmake[1]: Entering directory '/home/opam/.opam/4.14.2/.opam-switch/build/ocamlfind.1.9.8/src/findlib'
- install -d "/home/opam/.opam/4.14.2/lib/findlib"
- install -d "/home/opam/.opam/4.14.2/bin"
- test 1 -eq 0 || install -d "/home/opam/.opam/4.14.2/lib/ocaml"
- test 1 -eq 0 || cp topfind "/home/opam/.opam/4.14.2/lib/ocaml/"
- files=` ../../tools/collect_files ../../Makefile.config \
- findlib.cmi findlib.mli findlib.cma findlib.cmxa findlib.a findlib.cmxs \
- findlib_config.cmi findlib_config.ml topfind.cmi topfind.mli \
- fl_args.cmi fl_lint.cmi fl_meta.cmi fl_split.cmi fl_topo.cmi ocaml_args.cmi \
- fl_package_base.mli fl_package_base.cmi fl_metascanner.mli fl_metascanner.cmi \
- fl_metatoken.cmi findlib_top.cma findlib_top.cmxa findlib_top.a findlib_top.cmxs \
- findlib_dynload.cma findlib_dynload.cmxa findlib_dynload.a findlib_dynload.cmxs fl_dynload.mli fl_dynload.cmi \
- META` && \
- cp $files "/home/opam/.opam/4.14.2/lib/findlib/"
- f="ocamlfind"; { test -f ocamlfind_opt && f="ocamlfind_opt"; }; \
- install -c $f "/home/opam/.opam/4.14.2/bin/ocamlfind"
- # the following "if" block is only needed for 4.00beta2
- if [ 1 -eq 0 -a -f "/home/opam/.opam/4.14.2/lib/ocaml/compiler-libs/topdirs.cmi" ]; then \
-     cd "/home/opam/.opam/4.14.2/lib/ocaml/compiler-libs/"; \
-     cp topdirs.cmi toploop.cmi "/home/opam/.opam/4.14.2/lib/findlib/"; \
- fi
- gmake[1]: Leaving directory '/home/opam/.opam/4.14.2/.opam-switch/build/ocamlfind.1.9.8/src/findlib'
- /usr/local/bin/gmake install-meta
- gmake[1]: Entering directory '/home/opam/.opam/4.14.2/.opam-switch/build/ocamlfind.1.9.8'
- for x in bigarray bytes compiler-libs dynlink ocamldoc stdlib str threads unix ; do install -d "/home/opam/.opam/4.14.2/lib/$x"; cp site-lib-src/$x/META "/home/opam/.opam/4.14.2/lib/$x/META.tmp" && mv "/home/opam/.opam/4.14.2/lib/$x/META.tmp" "/home/opam/.opam/4.14.2/lib/$x/META"; done
- install -d "/home/opam/.opam/4.14.2/lib/findlib"; cp Makefile.packages "/home/opam/.opam/4.14.2/lib/findlib/Makefile.packages"
- gmake[1]: Leaving directory '/home/opam/.opam/4.14.2/.opam-switch/build/ocamlfind.1.9.8'
- test ! -f 'site-lib-src/num-top/META' || { cd src/findlib; /usr/local/bin/gmake install-num-top; }
- test ! -f 'site-lib-src/camlp4/META' ||	install -c tools/safe_camlp4 "/home/opam/.opam/4.14.2/bin"
- /usr/local/bin/gmake install-doc
- gmake[1]: Entering directory '/home/opam/.opam/4.14.2/.opam-switch/build/ocamlfind.1.9.8'
- install -d "/home/opam/.opam/4.14.2/man/man1" "/home/opam/.opam/4.14.2/man/man3" "/home/opam/.opam/4.14.2/man/man5"
- cp doc/ref-man/ocamlfind.1 "/home/opam/.opam/4.14.2/man/man1"
- cp: doc/ref-man/ocamlfind.1: No such file or directory
- gmake[1]: [Makefile:91: install-doc] Error 1 (ignored)
- cp doc/ref-man/META.5 doc/ref-man/site-lib.5 doc/ref-man/findlib.conf.5 "/home/opam/.opam/4.14.2/man/man5"
- cp: doc/ref-man/META.5: No such file or directory
- cp: doc/ref-man/site-lib.5: No such file or directory
- cp: doc/ref-man/findlib.conf.5: No such file or directory
- gmake[1]: [Makefile:92: install-doc] Error 1 (ignored)
- gmake[1]: Leaving directory '/home/opam/.opam/4.14.2/.opam-switch/build/ocamlfind.1.9.8'
-> installed ocamlfind.1.9.8
Processing 36/75: [dune: ocaml 7]
+ /home/opam/.opam/4.14.2/bin/ocaml "boot/bootstrap.ml" "-j" "7" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/dune.3.17.2)
- ocamlc -output-complete-exe -w -24 -g -o .duneboot.exe -I boot unix.cma boot/libs.ml boot/duneboot.ml
- ./.duneboot.exe -j 7
- 

Processing 36/75: [dune: ./_boot/dune.exe build]
+ /home/opam/.opam/4.14.2/.opam-switch/build/dune.3.17.2/./_boot/dune.exe "build" "dune.install" "--release" "--profile" "dune-bootstrap" "-j" "7" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/dune.3.17.2)
-> compiled  dune.3.17.2
-> installed dune.3.17.2
Processing 38/75: [bitv: dune build]
Processing 39/75: [bitv: dune build] [camlp-streams: dune build]
Processing 40/75: [bitv: dune build] [camlp-streams: dune build] [cppo: dune build]
Processing 41/75: [bitv: dune build] [camlp-streams: dune build] [cppo: dune build] [cpu: autoconf]
Processing 42/75: [bitv: dune build] [camlp-streams: dune build] [cppo: dune build] [cpu: autoconf] [dolog: dune build]
Processing 43/75: [bitv: dune build] [camlp-streams: dune build] [cppo: dune build] [cpu: autoconf] [dolog: dune build] [genspir: dune build]
Processing 44/75: [bitv: dune build] [camlp-streams: dune build] [cppo: dune build] [cpu: autoconf] [dolog: dune build] [genspir: dune build] [minicli: dune build]
+ /home/opam/.opam/4.14.2/bin/dune "build" "-p" "genspir" "-j" "7" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/genspir.1.0.1)
-> compiled  genspir.1.0.1
Processing 44/75: [bitv: dune build] [camlp-streams: dune build] [cppo: dune build] [cpu: autoconf] [dolog: dune build] [minicli: dune build]
Processing 45/75: [bitv: dune build] [camlp-streams: dune build] [cppo: dune build] [cpu: autoconf] [dolog: dune build] [minicli: dune build] [nlopt: dune build]
-> installed genspir.1.0.1
Processing 46/75: [bitv: dune build] [camlp-streams: dune build] [cppo: dune build] [cpu: autoconf] [dolog: dune build] [minicli: dune build] [nlopt: dune build]
+ /home/opam/.opam/4.14.2/bin/dune "build" "-p" "bitv" "-j" "7" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/bitv.2.0)
-> compiled  bitv.2.0
Processing 46/75: [camlp-streams: dune build] [cppo: dune build] [cpu: autoconf] [dolog: dune build] [minicli: dune build] [nlopt: dune build]
Processing 47/75: [camlp-streams: dune build] [cppo: dune build] [cpu: autoconf] [dolog: dune build] [minicli: dune build] [nlopt: dune build] [stdcompat: dune build]
-> installed bitv.2.0
Processing 48/75: [camlp-streams: dune build] [cppo: dune build] [cpu: autoconf] [dolog: dune build] [minicli: dune build] [nlopt: dune build] [stdcompat: dune build]
+ /home/opam/.opam/4.14.2/bin/dune "build" "-p" "minicli" "-j" "7" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/minicli.5.0.2)
-> compiled  minicli.5.0.2
Processing 48/75: [camlp-streams: dune build] [cppo: dune build] [cpu: autoconf] [dolog: dune build] [nlopt: dune build] [stdcompat: dune build]
Processing 49/75: [camlp-streams: dune build] [cppo: dune build] [cpu: autoconf] [dolog: dune build] [nlopt: dune build] [stdcompat: dune build] [stdlib-shims: dune build]
-> installed minicli.5.0.2
Processing 50/75: [camlp-streams: dune build] [cppo: dune build] [cpu: autoconf] [dolog: dune build] [nlopt: dune build] [stdcompat: dune build] [stdlib-shims: dune build]
+ /home/opam/.opam/4.14.2/bin/dune "build" "-p" "dolog" "-j" "7" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/dolog.6.0.0)
-> compiled  dolog.6.0.0
Processing 50/75: [camlp-streams: dune build] [cppo: dune build] [cpu: autoconf] [nlopt: dune build] [stdcompat: dune build] [stdlib-shims: dune build]
Processing 51/75: [camlp-streams: dune build] [cppo: dune build] [cpu: autoconf] [nlopt: dune build] [stdcompat: dune build] [stdlib-shims: dune build] [vector3: dune build]
-> installed dolog.6.0.0
Processing 52/75: [camlp-streams: dune build] [cppo: dune build] [cpu: autoconf] [nlopt: dune build] [stdcompat: dune build] [stdlib-shims: dune build] [vector3: dune build]
+ /usr/local/bin/autoconf  (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/cpu.2.0.0)
- configure.ac:8: warning: The macro 'AC_HEADER_STDC' is obsolete.
- configure.ac:8: You should run autoupdate.
- ./lib/autoconf/headers.m4:663: AC_HEADER_STDC is expanded from...
- configure.ac:8: the top level
Processing 52/75: [camlp-streams: dune build] [cppo: dune build] [cpu: autoheader] [nlopt: dune build] [stdcompat: dune build] [stdlib-shims: dune build] [vector3: dune build]
+ /home/opam/.opam/4.14.2/bin/dune "build" "-p" "camlp-streams" "-j" "7" "@install" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/camlp-streams.5.0.1)
-> compiled  camlp-streams.5.0.1
Processing 52/75: [cppo: dune build] [cpu: autoheader] [nlopt: dune build] [stdcompat: dune build] [stdlib-shims: dune build] [vector3: dune build]
-> installed camlp-streams.5.0.1
Processing 53/75: [cppo: dune build] [cpu: autoheader] [nlopt: dune build] [stdcompat: dune build] [stdlib-shims: dune build] [vector3: dune build]
Processing 54/75: [batteries: dune build] [cppo: dune build] [cpu: autoheader] [nlopt: dune build] [stdcompat: dune build] [stdlib-shims: dune build] [vector3: dune build]
+ /home/opam/.opam/4.14.2/bin/dune "build" "-p" "nlopt" "-j" "7" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/nlopt.0.7.0)
- File "src/dune", line 4, characters 37-50:
- 4 |   (foreign_stubs (language c) (names nlopt_wrapper))
-                                          ^^^^^^^^^^^^^
- (cd _build/default/src && /usr/bin/cc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -g -I /home/opam/.opam/4.14.2/lib/ocaml -o nlopt_wrapper.o -c nlopt_wrapper.c)
- nlopt_wrapper.c:3:10: fatal error: 'nlopt.h' file not found
-     3 | #include <nlopt.h>
-       |          ^~~~~~~~~
- 1 error generated.
[ERROR] The compilation of nlopt.0.7.0 failed at "dune build -p nlopt -j 7".
Processing 54/75: [batteries: dune build] [cppo: dune build] [cpu: autoheader] [stdcompat: dune build] [stdlib-shims: dune build] [vector3: dune build]
Processing 55/75: [batteries: dune build] [cppo: dune build] [cpu: autoheader] [stdcompat: dune build] [stdlib-shims: dune build] [vector3: dune build]
+ /usr/local/bin/autoheader  (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/cpu.2.0.0)
Processing 55/75: [batteries: dune build] [cppo: dune build] [cpu: ./configure] [stdcompat: dune build] [stdlib-shims: dune build] [vector3: dune build]
+ /home/opam/.opam/4.14.2/bin/dune "build" "-p" "stdlib-shims" "-j" "7" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/stdlib-shims.0.3.0)
-> compiled  stdlib-shims.0.3.0
Processing 55/75: [batteries: dune build] [cppo: dune build] [cpu: ./configure] [stdcompat: dune build] [vector3: dune build]
-> installed stdlib-shims.0.3.0
Processing 56/75: [batteries: dune build] [cppo: dune build] [cpu: ./configure] [stdcompat: dune build] [vector3: dune build]
Processing 57/75: [batteries: dune build] [cppo: dune build] [cpu: ./configure] [ocamlgraph: dune build] [stdcompat: dune build] [vector3: dune build]
+ /home/opam/.opam/4.14.2/bin/dune "build" "-p" "vector3" "-j" "7" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/vector3.1.0.0)
-> compiled  vector3.1.0.0
Processing 57/75: [batteries: dune build] [cppo: dune build] [cpu: ./configure] [ocamlgraph: dune build] [stdcompat: dune build]
-> installed vector3.1.0.0
Processing 58/75: [batteries: dune build] [cppo: dune build] [cpu: ./configure] [ocamlgraph: dune build] [stdcompat: dune build]
+ /home/opam/.opam/4.14.2/bin/dune "build" "-p" "cppo" "-j" "7" "@install" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/cppo.1.8.0)
-> compiled  cppo.1.8.0
Processing 58/75: [batteries: dune build] [cpu: ./configure] [ocamlgraph: dune build] [stdcompat: dune build]
-> installed cppo.1.8.0
Processing 59/75: [batteries: dune build] [cpu: ./configure] [ocamlgraph: dune build] [stdcompat: dune build]
+ /home/opam/.opam/4.14.2/.opam-switch/build/cpu.2.0.0/./configure  (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/cpu.2.0.0)
- checking for ocamlc... ocamlc
- OCaml version is 4.14.2
- OCaml library path is /home/opam/.opam/4.14.2/lib/ocaml
- checking for ocamlopt... ocamlopt
- checking for ocamlc.opt... ocamlc.opt
- checking for ocamlopt.opt... ocamlopt.opt
- checking for dynlink.cmxa... yes
- checking for ocaml... ocaml
- checking for ocamldep... ocamldep
- checking for ocamlmktop... ocamlmktop
- checking for ocamlmklib... ocamlmklib
- checking for ocamldoc... ocamldoc
- checking for ocamlbuild... no
- checking for gcc... no
- checking for cc... cc
- checking whether the C compiler works... yes
- checking for C compiler default output file name... a.out
- checking for suffix of executables... 
- checking whether we are cross compiling... no
- checking for suffix of object files... o
- checking whether the compiler supports GNU C... yes
- checking whether cc accepts -g... yes
- checking for cc option to enable C11 features... none needed
- checking for stdio.h... yes
- checking for stdlib.h... yes
- checking for string.h... yes
- checking for inttypes.h... yes
- checking for stdint.h... yes
- checking for strings.h... yes
- checking for sys/stat.h... yes
- checking for sys/types.h... yes
- checking for unistd.h... yes
- checking for grep that handles long lines and -e... /usr/bin/grep
- checking for egrep... /usr/bin/grep -E
- checking for sched.h... yes
- checking for cc options needed to detect all undeclared functions... -fno-builtin
- checking whether sched_setaffinity is declared... yes
- checking for mach/thread_policy.h... no
- checking whether thread_policy_set is declared... no
- configure: creating ./config.status
- config.status: creating src/config.h
Processing 59/75: [batteries: dune build] [cpu: dune build] [ocamlgraph: dune build] [stdcompat: dune build]
+ /home/opam/.opam/4.14.2/bin/dune "build" "-p" "cpu" "-j" "7" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/cpu.2.0.0)
-> compiled  cpu.2.0.0
Processing 59/75: [batteries: dune build] [ocamlgraph: dune build] [stdcompat: dune build]
-> installed cpu.2.0.0
Processing 60/75: [batteries: dune build] [ocamlgraph: dune build] [stdcompat: dune build]
Processing 61/75: [batteries: dune build] [ocamlgraph: dune build] [parany: dune build] [stdcompat: dune build]
+ /home/opam/.opam/4.14.2/bin/dune "build" "-p" "ocamlgraph" "-j" "7" "@install" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/ocamlgraph.2.1.0)
-> compiled  ocamlgraph.2.1.0
Processing 61/75: [batteries: dune build] [parany: dune build] [stdcompat: dune build]
-> installed ocamlgraph.2.1.0
Processing 62/75: [batteries: dune build] [parany: dune build] [stdcompat: dune build]
+ /home/opam/.opam/4.14.2/bin/dune "build" "-p" "parany" "-j" "7" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/parany.14.0.1)
-> compiled  parany.14.0.1
Processing 62/75: [batteries: dune build] [stdcompat: dune build]
-> installed parany.14.0.1
Processing 63/75: [batteries: dune build] [stdcompat: dune build]
+ /home/opam/.opam/4.14.2/bin/dune "build" "-p" "batteries" "-j" "7" "@install" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/batteries.3.9.0)
-> compiled  batteries.3.9.0
Processing 63/75: [stdcompat: dune build]
-> installed batteries.3.9.0
Processing 64/75: [stdcompat: dune build]
Processing 65/75: [bst: dune build] [stdcompat: dune build]
Processing 66/75: [bst: dune build] [cpm: dune build] [stdcompat: dune build]
Processing 67/75: [bst: dune build] [cpm: dune build] [line_oriented: dune build] [stdcompat: dune build]
+ /home/opam/.opam/4.14.2/bin/dune "build" "-p" "line_oriented" "-j" "7" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/line_oriented.1.3.0)
-> compiled  line_oriented.1.3.0
Processing 67/75: [bst: dune build] [cpm: dune build] [stdcompat: dune build]
-> installed line_oriented.1.3.0
Processing 68/75: [bst: dune build] [cpm: dune build] [stdcompat: dune build]
+ /home/opam/.opam/4.14.2/bin/dune "build" "-p" "bst" "-j" "7" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/bst.7.1.0)
-> compiled  bst.7.1.0
Processing 68/75: [cpm: dune build] [stdcompat: dune build]
-> installed bst.7.1.0
Processing 69/75: [cpm: dune build] [stdcompat: dune build]
+ /home/opam/.opam/4.14.2/bin/dune "build" "-p" "cpm" "-j" "7" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/cpm.12.2.0)
-> compiled  cpm.12.2.0
Processing 69/75: [stdcompat: dune build]
-> installed cpm.12.2.0
Processing 70/75: [stdcompat: dune build]
+ /home/opam/.opam/4.14.2/bin/dune "build" "-p" "stdcompat" "-j" "7" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/stdcompat.19)
- (cd _build/default && ./configure)
- checking for a BSD-compatible install... /usr/bin/install -c
- checking whether build environment is sane... yes
- checking for a race-free mkdir -p... ./../../install-sh -c -d
- checking for gawk... no
- checking for mawk... no
- checking for nawk... nawk
- checking whether make sets $(MAKE)... yes
- checking whether make supports nested variables... yes
- checking for ocaml... ocaml
- checking for ocamlc.opt... ocamlc.opt
- checking OCaml version... 4.14.2
- checking for ocamlfind... ocamlfind
- checking for ocamlfind package result... no
- checking for ocamlfind package seq... no
- checking for ocamlfind package uchar... no
- checking whether make supports the include directive... yes (GNU style)
- checking for gcc... no
- checking for cc... cc
- checking whether the C compiler works... yes
- checking for C compiler default output file name... a.out
- checking for suffix of executables... 
- checking whether we are cross compiling... no
- checking for suffix of object files... o
- checking whether the compiler supports GNU C... yes
- checking whether cc accepts -g... yes
- checking for cc option to enable C11 features... none needed
- checking whether cc understands -c and -o together... yes
- checking dependency style of cc... none
- checking for stdio.h... yes
- checking for stdlib.h... yes
- checking for string.h... yes
- checking for inttypes.h... yes
- checking for stdint.h... yes
- checking for strings.h... yes
- checking for sys/stat.h... yes
- checking for sys/types.h... yes
- checking for unistd.h... yes
- checking whether byte ordering is bigendian... no
- checking OCaml target OS type... Unix
- checking for flambda2... false
- checking that generated files are newer than configure... done
- configure: creating ./config.status
- config.status: creating META
- config.status: creating Makefile
- config.status: creating stdcompat__hashtbl_ext.mli
- config.status: creating stdcompat__hashtbl_ext.ml
- config.status: creating stdcompat__init.mli
- config.status: creating stdcompat__init.ml
- config.status: creating stdcompat__root.mli
- config.status: creating stdcompat__root.ml
- config.status: creating stdcompat__tools.mli
- config.status: creating stdcompat__tools.ml
- config.status: creating stdcompat__native.ml_byte
- config.status: creating stdcompat__native.ml_native
- config.status: creating stdcompat_tests.ml
- config.status: creating stdcompat.h
- config.status: creating stdcompat__stubs.c
- config.status: creating stdcompat__pervasives_s.mli
- config.status: creating stdcompat__arg_s.mli
- config.status: creating stdcompat__array_s.mli
- config.status: creating stdcompat__arrayLabels_s.mli
- config.status: creating stdcompat__atomic_s.mli
- config.status: creating stdcompat__bool_s.mli
- config.status: creating stdcompat__buffer_s.mli
- config.status: creating stdcompat__bytes_s.mli
- config.status: creating stdcompat__bytesLabels_s.mli
- config.status: creating stdcompat__char_s.mli
- config.status: creating stdcompat__digest_s.mli
- config.status: creating stdcompat__either_s.mli
- config.status: creating stdcompat__ephemeron_s.mli
- config.status: creating stdcompat__filename_s.mli
- config.status: creating stdcompat__float_s.mli
- config.status: creating stdcompat__format_s.mli
- config.status: creating stdcompat__fun_s.mli
- config.status: creating stdcompat__hashtbl_s.mli
- config.status: creating stdcompat__in_channel_s.mli
- config.status: creating stdcompat__int_s.mli
- config.status: creating stdcompat__int32_s.mli
- config.status: creating stdcompat__int64_s.mli
- config.status: creating stdcompat__lazy_s.mli
- config.status: creating stdcompat__lexing_s.mli
- config.status: creating stdcompat__list_s.mli
- config.status: creating stdcompat__listLabels_s.mli
- config.status: creating stdcompat__map_s.mli
- config.status: creating stdcompat__moreLabels_s.mli
- config.status: creating stdcompat__nativeint_s.mli
- config.status: creating stdcompat__option_s.mli
- config.status: creating stdcompat__out_channel_s.mli
- config.status: creating stdcompat__printexc_s.mli
- config.status: creating stdcompat__printf_s.mli
- config.status: creating stdcompat__queue_s.mli
- config.status: creating stdcompat__random_s.mli
- config.status: creating stdcompat__result_s.mli
- config.status: creating stdcompat__seq_s.mli
- config.status: creating stdcompat__set_s.mli
- config.status: creating stdcompat__stack_s.mli
- config.status: creating stdcompat__string_s.mli
- config.status: creating stdcompat__stringLabels_s.mli
- config.status: creating stdcompat__sys_s.mli
- config.status: creating stdcompat__uchar_s.mli
- config.status: creating stdcompat__weak_s.mli
- config.status: creating stdcompat__unit_s.mli
- config.status: creating stdcompat__stdlib_s.mli
- config.status: creating stdcompat__pervasives_s.ml
- config.status: creating stdcompat__arg_s.ml
- config.status: creating stdcompat__array_s.ml
- config.status: creating stdcompat__arrayLabels_s.ml
- config.status: creating stdcompat__atomic_s.ml
- config.status: creating stdcompat__bool_s.ml
- config.status: creating stdcompat__buffer_s.ml
- config.status: creating stdcompat__bytes_s.ml
- config.status: creating stdcompat__bytesLabels_s.ml
- config.status: creating stdcompat__char_s.ml
- config.status: creating stdcompat__digest_s.ml
- config.status: creating stdcompat__either_s.ml
- config.status: creating stdcompat__ephemeron_s.ml
- config.status: creating stdcompat__filename_s.ml
- config.status: creating stdcompat__float_s.ml
- config.status: creating stdcompat__format_s.ml
- config.status: creating stdcompat__fun_s.ml
- config.status: creating stdcompat__hashtbl_s.ml
- config.status: creating stdcompat__int_s.ml
- config.status: creating stdcompat__int32_s.ml
- config.status: creating stdcompat__int64_s.ml
- config.status: creating stdcompat__lazy_s.ml
- config.status: creating stdcompat__lexing_s.ml
- config.status: creating stdcompat__list_s.ml
- config.status: creating stdcompat__listLabels_s.ml
- config.status: creating stdcompat__map_s.ml
- config.status: creating stdcompat__moreLabels_s.ml
- config.status: creating stdcompat__nativeint_s.ml
- config.status: creating stdcompat__option_s.ml
- config.status: creating stdcompat__printexc_s.ml
- config.status: creating stdcompat__printf_s.ml
- config.status: creating stdcompat__queue_s.ml
- config.status: creating stdcompat__random_s.ml
- config.status: creating stdcompat__result_s.ml
- config.status: creating stdcompat__seq_s.ml
- config.status: creating stdcompat__set_s.ml
- config.status: creating stdcompat__stack_s.ml
- config.status: creating stdcompat__stdlib_s.ml
- config.status: creating stdcompat__string_s.ml
- config.status: creating stdcompat__stringLabels_s.ml
- config.status: creating stdcompat__sys_s.ml
- config.status: creating stdcompat__uchar_s.ml
- config.status: creating stdcompat__weak_s.ml
- config.status: creating stdcompat__in_channel_s.ml
- config.status: creating stdcompat__out_channel_s.ml
- config.status: creating stdcompat__unit_s.ml
- config.status: creating stdcompat__pervasives.ml
- config.status: creating stdcompat__arg.ml
- config.status: creating stdcompat__array.ml
- config.status: creating stdcompat__arrayLabels.ml
- config.status: creating stdcompat__atomic.ml
- config.status: creating stdcompat__bool.ml
- config.status: creating stdcompat__buffer.ml
- config.status: creating stdcompat__bytes.ml
- config.status: creating stdcompat__bytesLabels.ml
- config.status: creating stdcompat__char.ml
- config.status: creating stdcompat__digest.ml
- config.status: creating stdcompat__either.ml
- config.status: creating stdcompat__ephemeron.ml
- config.status: creating stdcompat__filename.ml
- config.status: creating stdcompat__float.ml
- config.status: creating stdcompat__format.ml
- config.status: creating stdcompat__fun.ml
- config.status: creating stdcompat__hashtbl.ml
- config.status: creating stdcompat__int.ml
- config.status: creating stdcompat__int32.ml
- config.status: creating stdcompat__int64.ml
- config.status: creating stdcompat__lazy.ml
- config.status: creating stdcompat__lexing.ml
- config.status: creating stdcompat__list.ml
- config.status: creating stdcompat__listLabels.ml
- config.status: creating stdcompat__map.ml
- config.status: creating stdcompat__moreLabels.ml
- config.status: creating stdcompat__nativeint.ml
- config.status: creating stdcompat__option.ml
- config.status: creating stdcompat__printexc.ml
- config.status: creating stdcompat__printf.ml
- config.status: creating stdcompat__queue.ml
- config.status: creating stdcompat__random.ml
- config.status: creating stdcompat__result.ml
- config.status: creating stdcompat__seq.ml
- config.status: creating stdcompat__set.ml
- config.status: creating stdcompat__stack.ml
- config.status: creating stdcompat__stdlib.ml
- config.status: creating stdcompat__string.ml
- config.status: creating stdcompat__stringLabels.ml
- config.status: creating stdcompat__sys.ml
- config.status: creating stdcompat__uchar.ml
- config.status: creating stdcompat__weak.ml
- config.status: creating stdcompat__in_channel.ml
- config.status: creating stdcompat__out_channel.ml
- config.status: creating stdcompat__unit.ml
- config.status: creating stdcompat__pervasives.mli
- config.status: creating stdcompat__arg.mli
- config.status: creating stdcompat__array.mli
- config.status: creating stdcompat__arrayLabels.mli
- config.status: creating stdcompat__atomic.mli
- config.status: creating stdcompat__bool.mli
- config.status: creating stdcompat__buffer.mli
- config.status: creating stdcompat__bytes.mli
- config.status: creating stdcompat__bytesLabels.mli
- config.status: creating stdcompat__char.mli
- config.status: creating stdcompat__digest.mli
- config.status: creating stdcompat__either.mli
- config.status: creating stdcompat__ephemeron.mli
- config.status: creating stdcompat__filename.mli
- config.status: creating stdcompat__float.mli
- config.status: creating stdcompat__format.mli
- config.status: creating stdcompat__fun.mli
- config.status: creating stdcompat__hashtbl.mli
- config.status: creating stdcompat__int.mli
- config.status: creating stdcompat__int32.mli
- config.status: creating stdcompat__int64.mli
- config.status: creating stdcompat__lazy.mli
- config.status: creating stdcompat__lexing.mli
- config.status: creating stdcompat__list.mli
- config.status: creating stdcompat__listLabels.mli
- config.status: creating stdcompat__map.mli
- config.status: creating stdcompat__moreLabels.mli
- config.status: creating stdcompat__nativeint.mli
- config.status: creating stdcompat__option.mli
- config.status: creating stdcompat__printexc.mli
- config.status: creating stdcompat__printf.mli
- config.status: creating stdcompat__queue.mli
- config.status: creating stdcompat__random.mli
- config.status: creating stdcompat__result.mli
- config.status: creating stdcompat__seq.mli
- config.status: creating stdcompat__set.mli
- config.status: creating stdcompat__stack.mli
- config.status: creating stdcompat__stdlib.mli
- config.status: creating stdcompat__string.mli
- config.status: creating stdcompat__stringLabels.mli
- config.status: creating stdcompat__sys.mli
- config.status: creating stdcompat__uchar.mli
- config.status: creating stdcompat__weak.mli
- config.status: creating stdcompat__in_channel.mli
- config.status: creating stdcompat__out_channel.mli
- config.status: creating stdcompat__unit.mli
- config.status: creating stdcompat.mli
- config.status: creating stdcompat.ml
- config.status: creating config.h
- config.status: executing depfiles commands
- configure: OCaml version is 4.14.2
- configure: Obj.magic will be used in redefinition when possible
-     (add --disable-magic for pure redefinitions).
-> compiled  stdcompat.19
-> installed stdcompat.19
Processing 72/75: [pyml: dune build]
+ /home/opam/.opam/4.14.2/bin/dune "build" "-p" "pyml" "-j" "7" "@install" (CWD=/home/opam/.opam/4.14.2/.opam-switch/build/pyml.20231101)
-> compiled  pyml.20231101
-> installed pyml.20231101

#=== ERROR while compiling nlopt.0.7.0 ========================================#
# context              2.3.0 | freebsd/x86_64 | ocaml-base-compiler.4.14.2 | file:///home/opam/opam-repository
# path                 ~/.opam/4.14.2/.opam-switch/build/nlopt.0.7.0
# command              ~/.opam/4.14.2/bin/dune build -p nlopt -j 7
# exit-code            1
# env-file             ~/.opam/log/nlopt-18080-6762c8.env
# output-file          ~/.opam/log/nlopt-18080-6762c8.out
### output ###
# File "src/dune", line 4, characters 37-50:
# 4 |   (foreign_stubs (language c) (names nlopt_wrapper))
#                                          ^^^^^^^^^^^^^
# (cd _build/default/src && /usr/bin/cc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -g -I /home/opam/.opam/4.14.2/lib/ocaml -o nlopt_wrapper.o -c nlopt_wrapper.c)
# nlopt_wrapper.c:3:10: fatal error: 'nlopt.h' file not found
#     3 | #include <nlopt.h>
#       |          ^~~~~~~~~
# 1 error generated.



<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions were aborted
| - install mmo 1.0.1
+- 
+- The following actions failed
| - build nlopt 0.7.0
+- 
+- The following changes have been performed (the rest was aborted)
| - install batteries       3.9.0
| - install bitv            2.0
| - install bst             7.1.0
| - install camlp-streams   5.0.1
| - install conf-autoconf   0.2
| - install conf-nlopt      1
| - install conf-pkg-config 4
| - install cpm             12.2.0
| - install cppo            1.8.0
| - install cpu             2.0.0
| - install dolog           6.0.0
| - install dune            3.17.2
| - install genspir         1.0.1
| - install line_oriented   1.3.0
| - install minicli         5.0.2
| - install num             1.5-1
| - install ocamlfind       1.9.8
| - install ocamlgraph      2.1.0
| - install parany          14.0.1
| - install pyml            20231101
| - install stdcompat       19
| - install stdlib-shims    0.3.0
| - install vector3         1.0.0
+- 

The former state can be restored with:
    /usr/local/bin/opam switch import "/home/opam/.opam/4.14.2/.opam-switch/backup/state-20250208141951.export"
'opam install -vy mmo.1.0.1' failed.
jail: /usr/bin/su -l opam -c cd '/' && env OPAM_HEALTH_CHECK_CI='true' CI='true' OPAMCRITERIA='+removed' OPAMEXTERNALSOLVER='builtin-0install' OPAMUTF8='never' OPAMPRECISETRACKING='1' '/usr/bin/env' 'bash' '-c' '
opam remove -y "mmo.1.0.1"
opam install -vy "mmo.1.0.1"
res=$?
if [ $res = 31 ]; then
    if opam show -f x-ci-accept-failures: "mmo.1.0.1" | grep -q '\''"freebsd"'\''; then
        echo "This package failed and has been disabled for CI using the '\''x-ci-accept-failures'\'' field."
        exit 69
    fi
fi


exit $res
': failed
"jail" "-c" "name=obuilder_9382_21860" "mount.fstab=/tmp/obuilder-jail-4530e9/fstab" "mount.devfs" "path=/obuilder/result/5fd1eb80092e398288d96dc6f99aab5233dfebf395be281d109df630bf55612e/rootfs" "host=inherit" "ip6=inherit" "ip4=inherit" "command=/usr/bin/su" "-l" "opam" "-c" "cd '/' && env OPAM_HEALTH_CHECK_CI='true' CI='true' OPAMCRITERIA='+removed' OPAMEXTERNALSOLVER='builtin-0install' OPAMUTF8='never' OPAMPRECISETRACKING='1' '/usr/bin/env' 'bash' '-c' '
opam remove -y "mmo.1.0.1"
opam install -vy "mmo.1.0.1"
res=$?
if [ $res = 31 ]; then
    if opam show -f x-ci-accept-failures: "mmo.1.0.1" | grep -q '\''"freebsd"'\''; then
        echo "This package failed and has been disabled for CI using the '\''x-ci-accept-failures'\'' field."
        exit 69
    fi
fi


exit $res
'" failed with exit status 1
Failed: Build failed