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


Building on rosemary

(from freebsd)
2026-05-16 07:04.47 ---> 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"))
2026-05-16 07:04.47 ---> 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 adfd36b5d12830043a1f66dbf8d5a820e784fb8f"))
2026-05-16 07:04.48 ---> using "9ec0cff705c1d95f0ddba470e932aba7b345d57705f147a9031a8e69daa78a2b" 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.
2026-05-16 07:04.48 ---> using "aa88d76f9ef19a3535194ad7c89a4f635bea701581312f8b2cc341511e2b806f" from cache

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

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

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocaml-config.3  (cached)
-> installed base-bigarray.base
-> installed base-threads.base
-> installed base-unix.base
-> installed ocaml-options-vanilla.1
-> retrieved ocaml-compiler.5.3.0  (cached)
-> installed ocaml-compiler.5.3.0
-> installed ocaml-base-compiler.5.3.0
-> installed ocaml-config.3
-> installed ocaml.5.3.0
-> installed base-domains.base
-> installed base-effects.base
-> installed base-nnp.base
Done.
# To update the current shell environment, run: eval $(opam env --switch=5.3.0)
2026-05-16 07:04.48 ---> using "d5df380788a74b16025d45f8cea0d88abf80b62f3288e574acc0539703d49128" from cache

/: (run (network host)
        (shell "opam update --depexts"))
[WARNING] Unknown update command for bsd, skipping system update
2026-05-16 07:04.49 ---> using "1dd6855ab53261fe30497994a4ba3448532383602742f6ce4404262065e162cf" from cache

/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
        (network host)
        (shell  "opam remove -y pyro-caml.1.0.0\
               \nopam install -vy pyro-caml.1.0.0\
               \nres=$?\
               \nif [ $res = 31 ]; then\
               \n    if opam show -f x-ci-accept-failures: pyro-caml.1.0.0 | 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"))
[NOTE] pyro-caml.1.0.0 is not installed.

Nothing to do.
The following actions will be performed:
=== install 16 packages
  - install conf-rust-2024        1       [required by pyro-caml]
  - install cppo                  1.8.0   [required by ppx_deriving]
  - install dune                  3.23.0  [required by pyro-caml]
  - install logs                  0.10.0  [required by pyro-caml-instruments]
  - install ocaml-compiler-libs   v0.17.0 [required by ppxlib]
  - install ocamlbuild            0.16.1  [required by logs]
  - install ocamlfind             1.9.8   [required by logs, ppx_deriving]
  - install ppx_derivers          1.2.1   [required by ppx_deriving]
  - install ppx_deriving          6.0.3   [required by pyro-caml-instruments]
  - install ppxlib                0.35.0  [required by pyro-caml-ppx]
  - install pyro-caml             1.0.0
  - install pyro-caml-instruments 1.0.0   [required by pyro-caml]
  - install pyro-caml-ppx         1.0.0   [required by pyro-caml]
  - install sexplib0              v0.17.0 [required by ppxlib]
  - install stdlib-shims          0.3.0   [required by ppxlib]
  - install topkg                 1.1.1   [required by logs]

The following system packages will first need to be installed:
    rust

<><> 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" "rust"
- Updating FreeBSD-ports repository catalogue...
- [rosemary] Fetching data: 
- ..
- ......
- .. done
- Processing entries: 
- .
- ..
- ..
- .
- .
- .
- .
- . done
- FreeBSD-ports repository update completed. 37079 packages processed.
- Updating FreeBSD-ports-kmods repository catalogue...
- [rosemary] Fetching data: ........ done
- Processing entries: .......... done
- FreeBSD-ports-kmods repository update completed. 240 packages processed.
- All repositories are up to date.
- The following 1 package(s) will be affected (of 0 checked):
- 
- New packages to be INSTALLED:
- 	rust: 1.94.0 [FreeBSD-ports]
- 
- Number of packages to be installed: 1
- 
- The process will require 1 GiB more space.
- 178 MiB to be downloaded.
- [rosemary] [1/1] Fetching rust-1.94.0: .
- ..
- .
- ..
- ..
- .. done
- Checking integrity...
-  done (0 conflicting)
- [rosemary] [1/1] Installing rust-1.94.0...
- [rosemary] [1/1] Extracting rust-1.94.0: 
- .
- .
- ..
- .
- ..
- .
- .
- . done

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved conf-rust-2024.1  (cached)
Processing  2/46: [cppo.1.8.0: extract]
Processing  3/46: [cppo.1.8.0: extract] [dune.3.23.0: extract]
Processing  4/46: [cppo.1.8.0: extract] [dune.3.23.0: extract] [logs.0.10.0: extract]
Processing  5/46: [cppo.1.8.0: extract] [dune.3.23.0: extract] [logs.0.10.0: extract] [conf-rust-2024: cargo]
+ /usr/local/bin/cargo "--version" (CWD=/home/opam/.opam/5.3.0/.opam-switch/build/conf-rust-2024.1)
- cargo 1.94.0 (85eff7c80 2026-01-15) (built from a source tarball)
Processing  5/46: [cppo.1.8.0: extract] [dune.3.23.0: extract] [logs.0.10.0: extract] [conf-rust-2024: rustc 2024]
-> retrieved logs.0.10.0  (cached)
Processing  5/46: [cppo.1.8.0: extract] [dune.3.23.0: extract] [conf-rust-2024: rustc 2024]
Processing  6/46: [cppo.1.8.0: extract] [dune.3.23.0: extract] [ocaml-compiler-libs.v0.17.0: extract] [conf-rust-2024: rustc 2024]
-> retrieved cppo.1.8.0  (cached)
Processing  6/46: [dune.3.23.0: extract] [ocaml-compiler-libs.v0.17.0: extract] [conf-rust-2024: rustc 2024]
Processing  7/46: [dune.3.23.0: extract] [ocaml-compiler-libs.v0.17.0: extract] [ocamlbuild.0.16.1: extract] [conf-rust-2024: rustc 2024]
-> retrieved ocaml-compiler-libs.v0.17.0  (cached)
Processing  7/46: [dune.3.23.0: extract] [ocamlbuild.0.16.1: extract] [conf-rust-2024: rustc 2024]
Processing  8/46: [dune.3.23.0: extract] [ocamlbuild.0.16.1: extract] [ocamlfind.1.9.8: extract] [conf-rust-2024: rustc 2024]
-> retrieved ocamlfind.1.9.8  (cached)
Processing  8/46: [dune.3.23.0: extract] [ocamlbuild.0.16.1: extract] [conf-rust-2024: rustc 2024]
Processing  9/46: [dune.3.23.0: extract] [ocamlbuild.0.16.1: extract] [ppx_derivers.1.2.1: extract] [conf-rust-2024: rustc 2024]
Processing 10/46: [dune.3.23.0: extract] [ocamlbuild.0.16.1: extract] [ppx_derivers.1.2.1: extract] [conf-rust-2024: rustc 2024] [ocamlfind: ./configure]
-> retrieved ppx_derivers.1.2.1  (cached)
Processing 10/46: [dune.3.23.0: extract] [ocamlbuild.0.16.1: extract] [conf-rust-2024: rustc 2024] [ocamlfind: ./configure]
Processing 11/46: [dune.3.23.0: extract] [ocamlbuild.0.16.1: extract] [ppx_deriving.6.0.3: extract] [conf-rust-2024: rustc 2024] [ocamlfind: ./configure]
-> retrieved ocamlbuild.0.16.1  (cached)
Processing 11/46: [dune.3.23.0: extract] [ppx_deriving.6.0.3: extract] [conf-rust-2024: rustc 2024] [ocamlfind: ./configure]
Processing 12/46: [dune.3.23.0: extract] [ppx_deriving.6.0.3: extract] [ppxlib.0.35.0: extract] [conf-rust-2024: rustc 2024] [ocamlfind: ./configure]
Processing 13/46: [dune.3.23.0: extract] [ppx_deriving.6.0.3: extract] [ppxlib.0.35.0: extract] [conf-rust-2024: rustc 2024] [ocamlbuild: gmake configure.make] [ocamlfind: ./configure]
-> retrieved ppx_deriving.6.0.3  (cached)
Processing 13/46: [dune.3.23.0: extract] [ppxlib.0.35.0: extract] [conf-rust-2024: rustc 2024] [ocamlbuild: gmake configure.make] [ocamlfind: ./configure]
Processing 14/46: [dune.3.23.0: extract] [ppxlib.0.35.0: extract] [pyro-caml.1.0.0 + 2 others: extract] [conf-rust-2024: rustc 2024] [ocamlbuild: gmake configure.make] [ocamlfind: ./configure]
+ /usr/local/bin/gmake "-f" "configure.make" "all" "OCAMLBUILD_PREFIX=/home/opam/.opam/5.3.0" "OCAMLBUILD_BINDIR=/home/opam/.opam/5.3.0/bin" "OCAMLBUILD_LIBDIR=/home/opam/.opam/5.3.0/lib" "OCAMLBUILD_MANDIR=/home/opam/.opam/5.3.0/man" "OCAML_NATIVE=true" "OCAML_NATIVE_TOOLS=true" (CWD=/home/opam/.opam/5.3.0/.opam-switch/build/ocamlbuild.0.16.1)
- (echo "# This file was generated from configure.make"; \
- echo ;\
- echo "OCAML_PREFIX="; \
- echo "OCAML_BINDIR=/home/opam/.opam/5.3.0/bin"; \
- echo "OCAML_LIBDIR=/home/opam/.opam/5.3.0/lib/ocaml"; \
- echo "OCAML_MANDIR=/home/opam/.opam/5.3.0/man"; \
- echo ;\
- echo "EXT_OBJ=.o"; \
- echo "EXT_ASM=.s"; \
- echo "EXT_LIB=.a"; \
- echo "EXT_DLL=.so"; \
- echo "EXE="; \
- echo ;\
- echo "OCAML_NATIVE=true"; \
- echo "OCAML_NATIVE_TOOLS=true"; \
- echo "NATDYNLINK=true"; \
- echo "SUPPORT_SHARED_LIBRARIES=true"; \
- echo ;\
- echo "PREFIX=/home/opam/.opam/5.3.0"; \
- echo "BINDIR=/home/opam/.opam/5.3.0/bin"; \
- echo "LIBDIR=/home/opam/.opam/5.3.0/lib"; \
- echo "MANDIR=/home/opam/.opam/5.3.0/man"; \
- ) > Makefile.config
- (echo "(* This file was generated from ../configure.make *)"; \
- echo ;\
- echo 'let bindir = {|/home/opam/.opam/5.3.0/bin|}'; \
- echo 'let libdir = {|/home/opam/.opam/5.3.0/lib|}'; \
- echo 'let ocaml_libdir = {|/home/opam/.opam/5.3.0/lib/ocaml|}'; \
- echo 'let libdir_abs = {|/home/opam/.opam/5.3.0/lib|}'; \
- echo 'let ocaml_native = true'; \
- echo 'let ocaml_native_tools = true'; \
- echo 'let supports_shared_libraries = true';\
- echo 'let a = "a"'; \
- echo 'let o = "o"'; \
- echo 'let so = "so"'; \
- echo 'let ext_dll = ".so"'; \
- echo 'let exe = ""'; \
- echo 'let version = "0.16.1"'; \
- ) > src/ocamlbuild_config.ml
Processing 14/46: [dune.3.23.0: extract] [ppxlib.0.35.0: extract] [pyro-caml.1.0.0 + 2 others: extract] [conf-rust-2024: rustc 2024] [ocamlbuild: gmake check-if-preinstalled] [ocamlfind: ./configure]
-> retrieved ppxlib.0.35.0  (cached)
Processing 14/46: [dune.3.23.0: extract] [pyro-caml.1.0.0 + 2 others: extract] [conf-rust-2024: rustc 2024] [ocamlbuild: gmake check-if-preinstalled] [ocamlfind: ./configure]
Processing 15/46: [dune.3.23.0: extract] [pyro-caml.1.0.0 + 2 others: extract] [sexplib0.v0.17.0: extract] [conf-rust-2024: rustc 2024] [ocamlbuild: gmake check-if-preinstalled] [ocamlfind: ./configure]
+ /usr/local/bin/rustc "--edition" "2024" "test.rs" (CWD=/home/opam/.opam/5.3.0/.opam-switch/build/conf-rust-2024.1)
-> compiled  conf-rust-2024.1
Processing 15/46: [dune.3.23.0: extract] [pyro-caml.1.0.0 + 2 others: extract] [sexplib0.v0.17.0: extract] [ocamlbuild: gmake check-if-preinstalled] [ocamlfind: ./configure]
-> installed conf-rust-2024.1
Processing 16/46: [dune.3.23.0: extract] [pyro-caml.1.0.0 + 2 others: extract] [sexplib0.v0.17.0: extract] [ocamlbuild: gmake check-if-preinstalled] [ocamlfind: ./configure]
-> retrieved sexplib0.v0.17.0  (cached)
Processing 16/46: [dune.3.23.0: extract] [pyro-caml.1.0.0 + 2 others: extract] [ocamlbuild: gmake check-if-preinstalled] [ocamlfind: ./configure]
Processing 17/46: [dune.3.23.0: extract] [pyro-caml.1.0.0 + 2 others: extract] [stdlib-shims.0.3.0: extract] [ocamlbuild: gmake check-if-preinstalled] [ocamlfind: ./configure]
-> retrieved stdlib-shims.0.3.0  (cached)
Processing 17/46: [dune.3.23.0: extract] [pyro-caml.1.0.0 + 2 others: extract] [ocamlbuild: gmake check-if-preinstalled] [ocamlfind: ./configure]
Processing 18/46: [dune.3.23.0: extract] [pyro-caml.1.0.0 + 2 others: extract] [topkg.1.1.1: extract] [ocamlbuild: gmake check-if-preinstalled] [ocamlfind: ./configure]
-> retrieved topkg.1.1.1  (cached)
Processing 18/46: [dune.3.23.0: extract] [pyro-caml.1.0.0 + 2 others: extract] [ocamlbuild: gmake check-if-preinstalled] [ocamlfind: ./configure]
+ /home/opam/.opam/5.3.0/.opam-switch/build/ocamlfind.1.9.8/./configure "-bindir" "/home/opam/.opam/5.3.0/bin" "-sitelib" "/home/opam/.opam/5.3.0/lib" "-mandir" "/home/opam/.opam/5.3.0/man" "-config" "/home/opam/.opam/5.3.0/lib/findlib.conf" "-no-custom" "-no-camlp4" (CWD=/home/opam/.opam/5.3.0/.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...
- Configuring libraries...
- unix: found (in +unix)
- dynlink: found (in +dynlink)
- bigarray: not present (possible since 4.08)
- 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 (in +str)
- labltk: not present (normal since 4.02)
- native dynlink: found
- camlp4: disabled
- bytes: found, installing fake library
- 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/5.3.0/lib/ocaml
-     Binaries:              /home/opam/.opam/5.3.0/bin
-     Manual pages:          /home/opam/.opam/5.3.0/man
-     Multi-threading type:  posix
- The directory of site-specific packages will be
-     site-lib:              /home/opam/.opam/5.3.0/lib
- The configuration file is written to:
-     findlib config file:   /home/opam/.opam/5.3.0/lib/findlib.conf
- Software will be installed:
-     Libraries:             in <site-lib>/findlib
-     Binaries:              /home/opam/.opam/5.3.0/bin
-     Manual pages:          /home/opam/.opam/5.3.0/man
-     topfind script:        /home/opam/.opam/5.3.0/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 18/46: [dune.3.23.0: extract] [pyro-caml.1.0.0 + 2 others: extract] [ocamlbuild: gmake check-if-preinstalled] [ocamlfind: gmake all]
-> retrieved dune.3.23.0  (cached)
Processing 18/46: [pyro-caml.1.0.0 + 2 others: extract] [ocamlbuild: gmake check-if-preinstalled] [ocamlfind: gmake all]
Processing 19/46: [pyro-caml.1.0.0 + 2 others: extract] [dune: ocaml 39] [ocamlbuild: gmake check-if-preinstalled] [ocamlfind: gmake all]
+ /usr/local/bin/gmake "all" (CWD=/home/opam/.opam/5.3.0/.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/5.3.0/.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/5.3.0/lib/findlib.conf' | \
-          ../../tools/patch '@STDLIB@' '/home/opam/.opam/5.3.0/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/5.3.0/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/5.3.0/.opam-switch/build/ocamlfind.1.9.8/src/findlib'
- /usr/local/bin/gmake all-config
- gmake[1]: Entering directory '/home/opam/.opam/5.3.0/.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/5.3.0/.opam-switch/build/ocamlfind.1.9.8'
- USE_CYGPATH="0"; \
- export USE_CYGPATH; \
- cat findlib.conf.in | \
-      tools/patch '@SITELIB@' '/home/opam/.opam/5.3.0/lib' | \
- 		 tools/patch '@FINDLIB_PATH@' '/home/opam/.opam/5.3.0/lib/ocaml:/home/opam/.opam/5.3.0/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/5.3.0/.opam-switch/build/ocamlfind.1.9.8'
- gmake[1]: Leaving directory '/home/opam/.opam/5.3.0/.opam-switch/build/ocamlfind.1.9.8'
Processing 19/46: [pyro-caml.1.0.0 + 2 others: extract] [dune: ocaml 39] [ocamlbuild: gmake check-if-preinstalled] [ocamlfind: gmake opt]
-> retrieved pyro-caml.1.0.0, pyro-caml-instruments.1.0.0, pyro-caml-ppx.1.0.0  (cached)
Processing 19/46: [dune: ocaml 39] [ocamlbuild: gmake check-if-preinstalled] [ocamlfind: gmake opt]
+ /usr/local/bin/gmake "opt" (CWD=/home/opam/.opam/5.3.0/.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/5.3.0/.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/5.3.0/.opam-switch/build/ocamlfind.1.9.8/src/findlib'
-> compiled  ocamlfind.1.9.8
Processing 19/46: [dune: ocaml 39] [ocamlbuild: gmake check-if-preinstalled]
Processing 20/46: [dune: ocaml 39] [ocamlbuild: gmake check-if-preinstalled] [ocamlfind: gmake install]
+ /usr/local/bin/gmake "check-if-preinstalled" "all" "opam-install" (CWD=/home/opam/.opam/5.3.0/.opam-switch/build/ocamlbuild.0.16.1)
- if test -d /home/opam/.opam/5.3.0/lib/ocaml/ocamlbuild; then\
-   >&2 echo "ERROR: Preinstalled ocamlbuild detected at"\
-        "/home/opam/.opam/5.3.0/lib/ocaml/ocamlbuild";\
-   >&2 echo "Installation aborted; if you want to bypass this"\
-         "safety check, pass CHECK_IF_PREINSTALLED=false to make";\
-   exit 2;\
- fi
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/const.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/signatures.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_executor.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_executor.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/display.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/display.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/log.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/log.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_ast.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_ast.ml
- ocamllex.opt src/glob_lexer.mll
- 55 states, 419 transitions, table size 2006 bytes
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob.ml
- ocamllex.opt src/lexers.mll
- 235 states, 1033 transitions, table size 5542 bytes
- 4238 additional bytes used for bindings
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/lexers.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/lexers.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/command.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/command.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_config.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/options.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/options.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/report.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/report.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/main.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/main.ml
- mkdir -p tmp-byte
- ocamlc.opt -pack src/const.cmo src/loc.cmo src/discard_printf.cmo src/signatures.cmi src/exit_codes.cmo src/my_std.cmo src/ocamlbuild_executor.cmo src/my_unix.cmo src/tags.cmo src/display.cmo src/log.cmo src/shell.cmo src/bool.cmo src/glob_ast.cmo src/glob_lexer.cmo src/glob.cmo src/lexers.cmo src/param_tags.cmo src/command.cmo src/ocamlbuild_config.cmo src/ocamlbuild_where.cmo src/slurp.cmo src/options.cmo src/pathname.cmo src/configuration.cmo src/flags.cmo src/hygiene.cmo src/digest_cache.cmo src/resource.cmo src/rule.cmo src/solver.cmo src/report.cmo src/tools.cmo src/fda.cmo src/findlib.cmo src/ocaml_arch.cmo src/ocaml_utils.cmo src/ocaml_dependencies.cmo src/ocaml_compiler.cmo src/ocaml_tools.cmo src/ocaml_specific.cmo src/plugin.cmo src/hooks.cmo src/main.cmo -o tmp-byte/ocamlbuild_pack.cmo
- mv tmp-byte/ocamlbuild_pack.cmi src/ocamlbuild_pack.cmi
- mv tmp-byte/ocamlbuild_pack.cmo src/ocamlbuild_pack.cmo
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_plugin.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_plugin.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_unix_plugin.ml
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c bin/ocamlbuild.mli
- ocamlc.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c bin/ocamlbuild.ml
- ocamlc.opt -I +unix -I src -o ocamlbuild.byte -I +unix unix.cma src/ocamlbuild_pack.cmo plugin-lib/ocamlbuild_plugin.cmo plugin-lib/ocamlbuild_unix_plugin.cmo bin/ocamlbuild.cmo
- ocamlc.opt -a -o plugin-lib/ocamlbuildlib.cma src/ocamlbuild_pack.cmo plugin-lib/ocamlbuild_plugin.cmo plugin-lib/ocamlbuild_unix_plugin.cmo
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/const.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/loc.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/discard_printf.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/exit_codes.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_std.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_executor.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/my_unix.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tags.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/display.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/log.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/shell.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/bool.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_ast.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob_lexer.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/glob.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/lexers.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/param_tags.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/command.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_config.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocamlbuild_where.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/slurp.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/options.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/pathname.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/configuration.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/flags.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hygiene.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/digest_cache.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/resource.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/rule.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/solver.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/report.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/tools.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/fda.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/findlib.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_arch.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_utils.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_dependencies.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_compiler.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_tools.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/ocaml_specific.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/plugin.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/hooks.ml
- ocamlopt.opt -for-pack Ocamlbuild_pack -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c src/main.ml
- mkdir -p tmp-nat
- ocamlopt.opt -pack src/const.cmx src/loc.cmx src/discard_printf.cmx src/signatures.cmi src/exit_codes.cmx src/my_std.cmx src/ocamlbuild_executor.cmx src/my_unix.cmx src/tags.cmx src/display.cmx src/log.cmx src/shell.cmx src/bool.cmx src/glob_ast.cmx src/glob_lexer.cmx src/glob.cmx src/lexers.cmx src/param_tags.cmx src/command.cmx src/ocamlbuild_config.cmx src/ocamlbuild_where.cmx src/slurp.cmx src/options.cmx src/pathname.cmx src/configuration.cmx src/flags.cmx src/hygiene.cmx src/digest_cache.cmx src/resource.cmx src/rule.cmx src/solver.cmx src/report.cmx src/tools.cmx src/fda.cmx src/findlib.cmx src/ocaml_arch.cmx src/ocaml_utils.cmx src/ocaml_dependencies.cmx src/ocaml_compiler.cmx src/ocaml_tools.cmx src/ocaml_specific.cmx src/plugin.cmx src/hooks.cmx src/main.cmx -o tmp-nat/ocamlbuild_pack.cmx
- mv tmp-nat/ocamlbuild_pack.cmx src/ocamlbuild_pack.cmx
- mv tmp-nat/ocamlbuild_pack.o src/ocamlbuild_pack.o
- ocamlopt.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_plugin.ml
- ocamlopt.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c plugin-lib/ocamlbuild_unix_plugin.ml
- ocamlopt.opt -w @14@29 -w +L -w +R -w +Z -I src -I plugin-lib -I bin -I +unix -safe-string -bin-annot -strict-sequence -c bin/ocamlbuild.ml
- ocamlopt.opt -I +unix -I src -o ocamlbuild.native -I +unix unix.cmxa src/ocamlbuild_pack.cmx plugin-lib/ocamlbuild_plugin.cmx plugin-lib/ocamlbuild_unix_plugin.cmx bin/ocamlbuild.cmx
- ocamlopt.opt -a -o plugin-lib/ocamlbuildlib.cmxa src/ocamlbuild_pack.cmx plugin-lib/ocamlbuild_plugin.cmx plugin-lib/ocamlbuild_unix_plugin.cmx
- ocamlc.opt -I +unix unix.cma src/ocamlbuild_pack.cmo -I src man/options_man.ml -o man/options_man.byte
- ./man/options_man.byte > man/ocamlbuild.options.1
- cat man/ocamlbuild.header.1 man/ocamlbuild.options.1 man/ocamlbuild.footer.1 > man/ocamlbuild.1
- /usr/local/bin/gmake ocamlbuild.install
- gmake[1]: Entering directory '/home/opam/.opam/5.3.0/.opam-switch/build/ocamlbuild.0.16.1'
- rm -f ocamlbuild.install
- touch ocamlbuild.install
- /usr/local/bin/gmake install-bin-opam
- gmake[2]: Entering directory '/home/opam/.opam/5.3.0/.opam-switch/build/ocamlbuild.0.16.1'
- echo 'bin: [' >> ocamlbuild.install
- echo '  "ocamlbuild.byte" {"ocamlbuild.byte"}' >> ocamlbuild.install
- echo '  "ocamlbuild.native" {"ocamlbuild.native"}' >> ocamlbuild.install
- echo '  "ocamlbuild.native" {"ocamlbuild"}' >> ocamlbuild.install
- echo ']' >> ocamlbuild.install
- echo >> ocamlbuild.install
- gmake[2]: Leaving directory '/home/opam/.opam/5.3.0/.opam-switch/build/ocamlbuild.0.16.1'
- /usr/local/bin/gmake install-lib-opam
- gmake[2]: Entering directory '/home/opam/.opam/5.3.0/.opam-switch/build/ocamlbuild.0.16.1'
- echo 'lib: [' >> ocamlbuild.install
- /usr/local/bin/gmake install-lib-basics-opam
- gmake[3]: Entering directory '/home/opam/.opam/5.3.0/.opam-switch/build/ocamlbuild.0.16.1'
- echo '  "ocamlbuild.opam" {"opam"}' >> ocamlbuild.install
- echo '  "META"' >> ocamlbuild.install
- for lib in src/signatures.mli src/signatures.cmi src/signatures.cmti; do \
-   echo "  \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \
- done
- gmake[3]: Leaving directory '/home/opam/.opam/5.3.0/.opam-switch/build/ocamlbuild.0.16.1'
- /usr/local/bin/gmake install-lib-byte-opam
- gmake[3]: Entering directory '/home/opam/.opam/5.3.0/.opam-switch/build/ocamlbuild.0.16.1'
- for lib in plugin-lib/ocamlbuildlib.cma bin/ocamlbuild.cmo src/ocamlbuild_pack.cmi plugin-lib/ocamlbuild_plugin.cmi plugin-lib/ocamlbuild_unix_plugin.cmi; do \
-   echo "  \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \
- done
- gmake[3]: Leaving directory '/home/opam/.opam/5.3.0/.opam-switch/build/ocamlbuild.0.16.1'
- /usr/local/bin/gmake install-lib-native-opam
- gmake[3]: Entering directory '/home/opam/.opam/5.3.0/.opam-switch/build/ocamlbuild.0.16.1'
- for lib in plugin-lib/ocamlbuildlib.cmxa plugin-lib/ocamlbuildlib.a bin/ocamlbuild.cmx bin/ocamlbuild.o src/ocamlbuild_pack.cmx plugin-lib/ocamlbuild_plugin.cmx plugin-lib/ocamlbuild_unix_plugin.cmx plugin-lib/ocamlbuild_plugin.o plugin-lib/ocamlbuild_unix_plugin.o; do \
-   echo "  \"$lib\" {\"$(basename $lib)\"}" >> ocamlbuild.install; \
- done
- gmake[3]: Leaving directory '/home/opam/.opam/5.3.0/.opam-switch/build/ocamlbuild.0.16.1'
- echo ']' >> ocamlbuild.install
- echo >> ocamlbuild.install
- gmake[2]: Leaving directory '/home/opam/.opam/5.3.0/.opam-switch/build/ocamlbuild.0.16.1'
- /usr/local/bin/gmake install-man-opam
- gmake[2]: Entering directory '/home/opam/.opam/5.3.0/.opam-switch/build/ocamlbuild.0.16.1'
- echo 'man: [' >> ocamlbuild.install
- echo '  "man/ocamlbuild.1" {"man1/ocamlbuild.1"}' >> ocamlbuild.install
- echo ']' >> ocamlbuild.install
- echo >> ocamlbuild.install
- gmake[2]: Leaving directory '/home/opam/.opam/5.3.0/.opam-switch/build/ocamlbuild.0.16.1'
- /usr/local/bin/gmake install-doc-opam
- gmake[2]: Entering directory '/home/opam/.opam/5.3.0/.opam-switch/build/ocamlbuild.0.16.1'
- echo 'doc: [' >> ocamlbuild.install
- echo '  "LICENSE"' >> ocamlbuild.install
- echo '  "Changes"' >> ocamlbuild.install
- echo '  "Readme.md"' >> ocamlbuild.install
- echo ']' >> ocamlbuild.install
- gmake[2]: Leaving directory '/home/opam/.opam/5.3.0/.opam-switch/build/ocamlbuild.0.16.1'
- gmake[1]: Leaving directory '/home/opam/.opam/5.3.0/.opam-switch/build/ocamlbuild.0.16.1'
-> compiled  ocamlbuild.0.16.1
Processing 20/46: [dune: ocaml 39] [ocamlfind: gmake install]
+ /usr/local/bin/gmake "install" (CWD=/home/opam/.opam/5.3.0/.opam-switch/build/ocamlfind.1.9.8)
- if [ "0" -eq 1 ]; then \
-     for x in camlp4 dbm graphics labltk num ocamlbuild; do \
-       if [ -f "/home/opam/.opam/5.3.0/lib/$x/META" ]; then \
-         if ! grep -Fq '[distributed with Ocaml]' "//home/opam/.opam/5.3.0/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/5.3.0/bin"
- install -d "/home/opam/.opam/5.3.0/man"
- /usr/local/bin/gmake install-config
- gmake[1]: Entering directory '/home/opam/.opam/5.3.0/.opam-switch/build/ocamlfind.1.9.8'
- install -d "`dirname \"/home/opam/.opam/5.3.0/lib/findlib.conf\"`"
- test -f "/home/opam/.opam/5.3.0/lib/findlib.conf" || cp findlib.conf "/home/opam/.opam/5.3.0/lib/findlib.conf"
- gmake[1]: Leaving directory '/home/opam/.opam/5.3.0/.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/5.3.0/.opam-switch/build/ocamlfind.1.9.8/src/findlib'
- install -d "/home/opam/.opam/5.3.0/lib/findlib"
- install -d "/home/opam/.opam/5.3.0/bin"
- test 1 -eq 0 || install -d "/home/opam/.opam/5.3.0/lib/ocaml"
- test 1 -eq 0 || cp topfind "/home/opam/.opam/5.3.0/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/5.3.0/lib/findlib/"
- f="ocamlfind"; { test -f ocamlfind_opt && f="ocamlfind_opt"; }; \
- install -c $f "/home/opam/.opam/5.3.0/bin/ocamlfind"
- # the following "if" block is only needed for 4.00beta2
- if [ 1 -eq 0 -a -f "/home/opam/.opam/5.3.0/lib/ocaml/compiler-libs/topdirs.cmi" ]; then \
-     cd "/home/opam/.opam/5.3.0/lib/ocaml/compiler-libs/"; \
-     cp topdirs.cmi toploop.cmi "/home/opam/.opam/5.3.0/lib/findlib/"; \
- fi
- gmake[1]: Leaving directory '/home/opam/.opam/5.3.0/.opam-switch/build/ocamlfind.1.9.8/src/findlib'
- /usr/local/bin/gmake install-meta
- gmake[1]: Entering directory '/home/opam/.opam/5.3.0/.opam-switch/build/ocamlfind.1.9.8'
- for x in bytes ; do install -d "/home/opam/.opam/5.3.0/lib/$x"; cp site-lib-src/$x/META "/home/opam/.opam/5.3.0/lib/$x/META.tmp" && mv "/home/opam/.opam/5.3.0/lib/$x/META.tmp" "/home/opam/.opam/5.3.0/lib/$x/META"; done
- install -d "/home/opam/.opam/5.3.0/lib/findlib"; cp Makefile.packages "/home/opam/.opam/5.3.0/lib/findlib/Makefile.packages"
- gmake[1]: Leaving directory '/home/opam/.opam/5.3.0/.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/5.3.0/bin"
- /usr/local/bin/gmake install-doc
- gmake[1]: Entering directory '/home/opam/.opam/5.3.0/.opam-switch/build/ocamlfind.1.9.8'
- install -d "/home/opam/.opam/5.3.0/man/man1" "/home/opam/.opam/5.3.0/man/man3" "/home/opam/.opam/5.3.0/man/man5"
- cp doc/ref-man/ocamlfind.1 "/home/opam/.opam/5.3.0/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/5.3.0/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/5.3.0/.opam-switch/build/ocamlfind.1.9.8'
-> installed ocamlfind.1.9.8
Processing 20/46: [dune: ocaml 39]
-> installed ocamlbuild.0.16.1
Processing 21/46: [dune: ocaml 39]
Processing 22/46: [dune: ocaml 39] [topkg: ocaml build]
+ /home/opam/.opam/5.3.0/bin/ocaml "pkg/pkg.ml" "build" "--pkg-name" "topkg" "--dev-pkg" "false" (CWD=/home/opam/.opam/5.3.0/.opam-switch/build/topkg.1.1.1)
- + ocamlfind ocamlc -config
- + ocamlfind ocamldep -modules src/topkg.ml > src/topkg.ml.depends
- + ocamlfind ocamldep -modules src/topkg.mli > src/topkg.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I test -I src-care -o src/topkg.cmi src/topkg.mli
- + ocamlfind ocamldep -modules src/topkg_build.ml > src/topkg_build.ml.depends
- + ocamlfind ocamldep -modules src/topkg_build.mli > src/topkg_build.mli.depends
- + ocamlfind ocamldep -modules src/topkg_cmd.mli > src/topkg_cmd.mli.depends
- + ocamlfind ocamldep -modules src/topkg_fpath.mli > src/topkg_fpath.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I test -I src-care -o src/topkg_fpath.cmi src/topkg_fpath.mli
- + ocamlfind ocamldep -modules src/topkg_codec.mli > src/topkg_codec.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I test -I src-care -o src/topkg_cmd.cmi src/topkg_cmd.mli
- + ocamlfind ocamldep -modules src/topkg_result.mli > src/topkg_result.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I test -I src-care -o src/topkg_result.cmi src/topkg_result.mli
- + ocamlfind ocamldep -modules src/topkg_conf.mli > src/topkg_conf.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I test -I src-care -o src/topkg_codec.cmi src/topkg_codec.mli
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I test -I src-care -o src/topkg_conf.cmi src/topkg_conf.mli
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I test -I src-care -o src/topkg_build.cmi src/topkg_build.mli
- + ocamlfind ocamldep -modules src/topkg_cmd.ml > src/topkg_cmd.ml.depends
- + ocamlfind ocamldep -modules src/topkg_fpath.ml > src/topkg_fpath.ml.depends
- + ocamlfind ocamldep -modules src/topkg_string.ml > src/topkg_string.ml.depends
- + ocamlfind ocamldep -modules src/topkg_string.mli > src/topkg_string.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I test -I src-care -o src/topkg_string.cmi src/topkg_string.mli
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I test -I src-care -o src/topkg_string.cmx src/topkg_string.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I test -I src-care -o src/topkg_fpath.cmx src/topkg_fpath.ml
- + ocamlfind ocamldep -modules src/topkg_codec.ml > src/topkg_codec.ml.depends
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I test -I src-care -o src/topkg_cmd.cmx src/topkg_cmd.ml
- + ocamlfind ocamldep -modules src/topkg_os.ml > src/topkg_os.ml.depends
- + ocamlfind ocamldep -modules src/topkg_os.mli > src/topkg_os.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I test -I src-care -o src/topkg_os.cmi src/topkg_os.mli
- + ocamlfind ocamldep -modules src/topkg_log.ml > src/topkg_log.ml.depends
- + ocamlfind ocamldep -modules src/topkg_log.mli > src/topkg_log.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I test -I src-care -o src/topkg_log.cmi src/topkg_log.mli
- + ocamlfind ocamldep -modules src/topkg_result.ml > src/topkg_result.ml.depends
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I test -I src-care -o src/topkg_result.cmx src/topkg_result.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I test -I src-care -o src/topkg_log.cmx src/topkg_log.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I test -I src-care -o src/topkg_os.cmx src/topkg_os.ml
- + ocamlfind ocamldep -modules src/topkg_conf.ml > src/topkg_conf.ml.depends
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I test -I src-care -o src/topkg_codec.cmx src/topkg_codec.ml
- + ocamlfind ocamldep -modules src/topkg_vcs.ml > src/topkg_vcs.ml.depends
- + ocamlfind ocamldep -modules src/topkg_vcs.mli > src/topkg_vcs.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I test -I src-care -o src/topkg_vcs.cmi src/topkg_vcs.mli
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I test -I src-care -o src/topkg_vcs.cmx src/topkg_vcs.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I test -I src-care -o src/topkg_conf.cmx src/topkg_conf.ml
- + ocamlfind ocamldep -modules src/topkg_distrib.ml > src/topkg_distrib.ml.depends
- + ocamlfind ocamldep -modules src/topkg_distrib.mli > src/topkg_distrib.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I test -I src-care -o src/topkg_distrib.cmi src/topkg_distrib.mli
- + ocamlfind ocamldep -modules src/topkg_opam.ml > src/topkg_opam.ml.depends
- + ocamlfind ocamldep -modules src/topkg_opam.mli > src/topkg_opam.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I test -I src-care -o src/topkg_opam.cmi src/topkg_opam.mli
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I test -I src-care -o src/topkg_opam.cmx src/topkg_opam.ml
- + ocamlfind ocamldep -modules src/topkg_fexts.ml > src/topkg_fexts.ml.depends
- + ocamlfind ocamldep -modules src/topkg_fexts.mli > src/topkg_fexts.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I test -I src-care -o src/topkg_fexts.cmi src/topkg_fexts.mli
- + ocamlfind ocamldep -modules src/topkg_install.ml > src/topkg_install.ml.depends
- + ocamlfind ocamldep -modules src/topkg_install.mli > src/topkg_install.mli.depends
- + ocamlfind ocamldep -modules src/topkg_test.mli > src/topkg_test.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I test -I src-care -o src/topkg_test.cmi src/topkg_test.mli
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I test -I src-care -o src/topkg_install.cmi src/topkg_install.mli
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I test -I src-care -o src/topkg_fexts.cmx src/topkg_fexts.ml
- + ocamlfind ocamldep -modules src/topkg_test.ml > src/topkg_test.ml.depends
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I test -I src-care -o src/topkg_test.cmx src/topkg_test.ml
- + ocamlfind ocamldep -modules src/topkg_ipc.ml > src/topkg_ipc.ml.depends
- + ocamlfind ocamldep -modules src/topkg_ipc.mli > src/topkg_ipc.mli.depends
- + ocamlfind ocamldep -modules src/topkg_pkg.mli > src/topkg_pkg.mli.depends
- + ocamlfind ocamldep -modules src/topkg_publish.mli > src/topkg_publish.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I test -I src-care -o src/topkg_publish.cmi src/topkg_publish.mli
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I test -I src-care -o src/topkg_pkg.cmi src/topkg_pkg.mli
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I test -I src-care -o src/topkg_ipc.cmi src/topkg_ipc.mli
- + ocamlfind ocamldep -modules src/topkg_pkg.ml > src/topkg_pkg.ml.depends
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I test -I src-care -o src/topkg_build.cmx src/topkg_build.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I test -I src-care -o src/topkg_distrib.cmx src/topkg_distrib.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I test -I src-care -o src/topkg_install.cmx src/topkg_install.ml
- + ocamlfind ocamldep -modules src/topkg_publish.ml > src/topkg_publish.ml.depends
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I test -I src-care -o src/topkg_publish.cmx src/topkg_publish.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I test -I src-care -o src/topkg_pkg.cmx src/topkg_pkg.ml
- + ocamlfind ocamldep -modules src/topkg_main.ml > src/topkg_main.ml.depends
- + ocamlfind ocamldep -modules src/topkg_main.mli > src/topkg_main.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I test -I src-care -o src/topkg_main.cmi src/topkg_main.mli
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I test -I src-care -o src/topkg_ipc.cmx src/topkg_ipc.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I test -I src-care -o src/topkg_main.cmx src/topkg_main.ml
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -I src-bin -I test -I src-care -o src/topkg.cmx src/topkg.ml
- + ocamlfind ocamlopt -a -I src src/topkg_string.cmx src/topkg_fpath.cmx src/topkg_cmd.cmx src/topkg_result.cmx src/topkg_log.cmx src/topkg_os.cmx src/topkg_codec.cmx src/topkg_vcs.cmx src/topkg_conf.cmx src/topkg_build.cmx src/topkg_opam.cmx src/topkg_distrib.cmx src/topkg_fexts.cmx src/topkg_test.cmx src/topkg_install.cmx src/topkg_publish.cmx src/topkg_pkg.cmx src/topkg_ipc.cmx src/topkg_main.cmx src/topkg.cmx -o src/topkg.cmxa
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I test -I src-care -o src/topkg.cmo src/topkg.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I test -I src-care -o src/topkg_build.cmo src/topkg_build.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I test -I src-care -o src/topkg_cmd.cmo src/topkg_cmd.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I test -I src-care -o src/topkg_codec.cmo src/topkg_codec.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I test -I src-care -o src/topkg_conf.cmo src/topkg_conf.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I test -I src-care -o src/topkg_distrib.cmo src/topkg_distrib.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I test -I src-care -o src/topkg_fexts.cmo src/topkg_fexts.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I test -I src-care -o src/topkg_fpath.cmo src/topkg_fpath.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I test -I src-care -o src/topkg_install.cmo src/topkg_install.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I test -I src-care -o src/topkg_ipc.cmo src/topkg_ipc.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I test -I src-care -o src/topkg_log.cmo src/topkg_log.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I test -I src-care -o src/topkg_main.cmo src/topkg_main.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I test -I src-care -o src/topkg_opam.cmo src/topkg_opam.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I test -I src-care -o src/topkg_os.cmo src/topkg_os.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I test -I src-care -o src/topkg_pkg.cmo src/topkg_pkg.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I test -I src-care -o src/topkg_publish.cmo src/topkg_publish.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I test -I src-care -o src/topkg_result.cmo src/topkg_result.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I test -I src-care -o src/topkg_string.cmo src/topkg_string.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I test -I src-care -o src/topkg_test.cmo src/topkg_test.ml
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -I src-bin -I test -I src-care -o src/topkg_vcs.cmo src/topkg_vcs.ml
- + ocamlfind ocamlopt -shared -linkall -I src src/topkg.cmxa -o src/topkg.cmxs
- + ocamlfind ocamlc -a -I src src/topkg_string.cmo src/topkg_fpath.cmo src/topkg_cmd.cmo src/topkg_result.cmo src/topkg_log.cmo src/topkg_os.cmo src/topkg_codec.cmo src/topkg_vcs.cmo src/topkg_conf.cmo src/topkg_build.cmo src/topkg_opam.cmo src/topkg_distrib.cmo src/topkg_fexts.cmo src/topkg_test.cmo src/topkg_install.cmo src/topkg_publish.cmo src/topkg_pkg.cmo src/topkg_ipc.cmo src/topkg_main.cmo src/topkg.cmo -o src/topkg.cma
- # Parallel statistics: { count(total): 3(83), max: 20, min: 2, average(total): 8.000(1.253) }
-> compiled  topkg.1.1.1
Processing 22/46: [dune: ocaml 39]
-> installed topkg.1.1.1
Processing 23/46: [dune: ocaml 39]
Processing 24/46: [dune: ocaml 39] [logs: ocaml build]
+ /home/opam/.opam/5.3.0/bin/ocaml "pkg/pkg.ml" "build" "--dev-pkg" "false" "--with-js_of_ocaml-compiler" "false" "--with-fmt" "false" "--with-cmdliner" "false" "--with-lwt" "false" "--with-base-threads" "true" (CWD=/home/opam/.opam/5.3.0/.opam-switch/build/logs.0.10.0)
- + ocamlfind ocamlc -config
- + ocamlfind ocamldep -modules src/logs.ml > src/logs.ml.depends
- + ocamlfind ocamldep -modules src/logs.mli > src/logs.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -o src/logs.cmi src/logs.mli
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -I src -o src/logs.cmx src/logs.ml
- + ocamlfind ocamlopt -a -I src src/logs.cmx -o src/logs.cmxa
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -I src -o src/logs.cmo src/logs.ml
- + ocamlfind ocamldep -package threads -modules src/threaded/logs_threaded.ml > src/threaded/logs_threaded.ml.depends
- + ocamlfind ocamldep -package threads -modules src/threaded/logs_threaded.mli > src/threaded/logs_threaded.mli.depends
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -package threads -I src/threaded -I src -o src/threaded/logs_threaded.cmi src/threaded/logs_threaded.mli
- + ocamlfind ocamlopt -c -g -bin-annot -safe-string -thread -package threads -I src/threaded -I src -o src/threaded/logs_threaded.cmx src/threaded/logs_threaded.ml
- + ocamlfind ocamlopt -a -thread -package threads -I src/threaded src/threaded/logs_threaded.cmx -o src/threaded/logs_threaded.cmxa
- + ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -package threads -I src/threaded -I src -o src/threaded/logs_threaded.cmo src/threaded/logs_threaded.ml
- + ocamlfind ocamlopt -shared -linkall -I src src/logs.cmxa -o src/logs.cmxs
- + ocamlfind ocamlc -a -I src src/logs.cmo -o src/logs.cma
- + ocamlfind ocamlopt -shared -linkall -thread -package threads -I src/threaded src/threaded/logs_threaded.cmxa -o src/threaded/logs_threaded.cmxs
- + ocamlfind ocamlc -a -thread -package threads -I src/threaded src/threaded/logs_threaded.cmo -o src/threaded/logs_threaded.cma
- # Parallel statistics: { count(total): 1(14), max: 4, min: 4, average(total): 4.000(1.214) }
-> compiled  logs.0.10.0
Processing 24/46: [dune: ocaml 39]
-> installed logs.0.10.0
Processing 25/46: [dune: ocaml 39]
+ /home/opam/.opam/5.3.0/bin/ocaml "boot/bootstrap.ml" "-j" "39" (CWD=/home/opam/.opam/5.3.0/.opam-switch/build/dune.3.23.0)
- ocamllex -q -o boot/pps.ml boot/pps.mll
- ocaml -I +unix unix.cma /tmp/.dunebootd54072main -j 39
- cd _boot && /home/opam/.opam/5.3.0/bin/ocamlopt.opt -c -g -I +unix -I +threads ev.c
- src/lev/vendor/ev.c:514:9: warning: 'EV_USE_INOTIFY' macro redefined [-Wmacro-redefined]
-   514 | #define EV_USE_INOTIFY 0
-       |         ^
- src/lev/vendor/ev.c:162:12: note: previous definition is here
-   162 | #   define EV_USE_INOTIFY EV_FEATURE_OS
-       |            ^
- src/lev/vendor/ev.c:515:9: warning: 'EV_USE_KQUEUE' macro redefined [-Wmacro-redefined]
-   515 | #define EV_USE_KQUEUE 1
-       |         ^
- src/lev/vendor/ev.c:144:12: note: previous definition is here
-   144 | #   define EV_USE_KQUEUE EV_FEATURE_BACKENDS
-       |            ^
- 2 warnings generated.
Processing 25/46: [dune: ./_boot/dune.exe build]
+ /home/opam/.opam/5.3.0/.opam-switch/build/dune.3.23.0/./_boot/dune.exe "build" "dune.install" "--release" "--profile" "dune-bootstrap" "-j" "39" (CWD=/home/opam/.opam/5.3.0/.opam-switch/build/dune.3.23.0)
-> compiled  dune.3.23.0
-> installed dune.3.23.0
Processing 27/46: [cppo: dune build]
Processing 28/46: [cppo: dune build] [ocaml-compiler-libs: dune build]
Processing 29/46: [cppo: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build]
Processing 30/46: [cppo: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [sexplib0: dune build]
Processing 31/46: [cppo: dune build] [ocaml-compiler-libs: dune build] [ppx_derivers: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
+ /home/opam/.opam/5.3.0/bin/dune "build" "-p" "ppx_derivers" "-j" "39" (CWD=/home/opam/.opam/5.3.0/.opam-switch/build/ppx_derivers.1.2.1)
-> compiled  ppx_derivers.1.2.1
Processing 31/46: [cppo: dune build] [ocaml-compiler-libs: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
-> installed ppx_derivers.1.2.1
Processing 32/46: [cppo: dune build] [ocaml-compiler-libs: dune build] [sexplib0: dune build] [stdlib-shims: dune build]
+ /home/opam/.opam/5.3.0/bin/dune "build" "-p" "stdlib-shims" "-j" "39" (CWD=/home/opam/.opam/5.3.0/.opam-switch/build/stdlib-shims.0.3.0)
-> compiled  stdlib-shims.0.3.0
Processing 32/46: [cppo: dune build] [ocaml-compiler-libs: dune build] [sexplib0: dune build]
-> installed stdlib-shims.0.3.0
Processing 33/46: [cppo: dune build] [ocaml-compiler-libs: dune build] [sexplib0: dune build]
+ /home/opam/.opam/5.3.0/bin/dune "build" "-p" "ocaml-compiler-libs" "-j" "39" (CWD=/home/opam/.opam/5.3.0/.opam-switch/build/ocaml-compiler-libs.v0.17.0)
-> compiled  ocaml-compiler-libs.v0.17.0
Processing 33/46: [cppo: dune build] [sexplib0: dune build]
-> installed ocaml-compiler-libs.v0.17.0
Processing 34/46: [cppo: dune build] [sexplib0: dune build]
+ /home/opam/.opam/5.3.0/bin/dune "build" "-p" "sexplib0" "-j" "39" (CWD=/home/opam/.opam/5.3.0/.opam-switch/build/sexplib0.v0.17.0)
-> compiled  sexplib0.v0.17.0
Processing 34/46: [cppo: dune build]
-> installed sexplib0.v0.17.0
Processing 35/46: [cppo: dune build]
Processing 36/46: [cppo: dune build] [ppxlib: dune build]
+ /home/opam/.opam/5.3.0/bin/dune "build" "-p" "cppo" "-j" "39" "@install" (CWD=/home/opam/.opam/5.3.0/.opam-switch/build/cppo.1.8.0)
-> compiled  cppo.1.8.0
Processing 36/46: [ppxlib: dune build]
-> installed cppo.1.8.0
Processing 37/46: [ppxlib: dune build]
+ /home/opam/.opam/5.3.0/bin/dune "build" "-p" "ppxlib" "-j" "39" "@install" (CWD=/home/opam/.opam/5.3.0/.opam-switch/build/ppxlib.0.35.0)
- File "dune-project", line 24, characters 2-42:
- 24 |   (sexplib0 (and :with-test (>= "v0.15"))) ; Printexc.register_printer in sexplib0 changed
-        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Warning: Duplicate dependency on package (sexplib0 (and :with-test (>=
- v0.15))) in 'depends' field. If you want to specify multiple constraints,
- combine them using (and ...).
- Hint: To disable this warning, add the following to your dune-project file:
- (warnings (duplicate_deps disabled))
-> compiled  ppxlib.0.35.0
-> installed ppxlib.0.35.0
Processing 39/46: [ppx_deriving: dune build]
+ /home/opam/.opam/5.3.0/bin/dune "build" "-p" "ppx_deriving" "-j" "39" (CWD=/home/opam/.opam/5.3.0/.opam-switch/build/ppx_deriving.6.0.3)
-> compiled  ppx_deriving.6.0.3
-> installed ppx_deriving.6.0.3
Processing 41/46: [pyro-caml-instruments: dune build]
+ /home/opam/.opam/5.3.0/bin/dune "build" "-p" "pyro-caml-instruments" "-j" "39" "@install" (CWD=/home/opam/.opam/5.3.0/.opam-switch/build/pyro-caml-instruments.1.0.0)
-> compiled  pyro-caml-instruments.1.0.0
-> installed pyro-caml-instruments.1.0.0
Processing 43/46: [pyro-caml-ppx: dune build]
+ /home/opam/.opam/5.3.0/bin/dune "build" "-p" "pyro-caml-ppx" "-j" "39" "@install" (CWD=/home/opam/.opam/5.3.0/.opam-switch/build/pyro-caml-ppx.1.0.0)
-> compiled  pyro-caml-ppx.1.0.0
-> installed pyro-caml-ppx.1.0.0
Processing 45/46: [pyro-caml: cargo build]
+ /usr/local/bin/cargo "build" "--config" "config/config.toml" "--release" "--package" "pyro-caml" (CWD=/home/opam/.opam/5.3.0/.opam-switch/build/pyro-caml.1.0.0)
-    Compiling proc-macro2 v1.0.103
-    Compiling unicode-ident v1.0.22
-    Compiling quote v1.0.41
-    Compiling libc v0.2.177
-    Compiling shlex v1.3.0
-    Compiling find-msvc-tools v0.1.4
-    Compiling cfg-if v1.0.4
-    Compiling stable_deref_trait v1.2.1
-    Compiling bytes v1.10.1
-    Compiling memchr v2.7.6
-    Compiling pin-project-lite v0.2.16
-    Compiling futures-core v0.3.31
-    Compiling itoa v1.0.15
-    Compiling writeable v0.6.2
-    Compiling fnv v1.0.7
-    Compiling futures-sink v0.3.31
-    Compiling smallvec v1.15.1
-    Compiling litemap v0.8.1
-    Compiling pin-utils v0.1.0
-    Compiling once_cell v1.21.3
-    Compiling zeroize v1.8.2
-    Compiling icu_properties_data v2.1.1
-    Compiling serde_core v1.0.228
-    Compiling icu_normalizer_data v2.1.1
-    Compiling percent-encoding v2.3.2
-    Compiling futures-io v0.3.31
-    Compiling futures-task v0.3.31
-    Compiling untrusted v0.9.0
-    Compiling httparse v1.10.1
-    Compiling slab v0.4.11
-    Compiling zerocopy v0.8.27
-    Compiling tower-service v0.3.3
-    Compiling rustls v0.23.34
-    Compiling try-lock v0.2.5
-    Compiling serde v1.0.228
-    Compiling log v0.4.28
-    Compiling subtle v2.6.1
-    Compiling syn v1.0.109
-    Compiling bitflags v2.10.0
-    Compiling atomic-waker v1.1.2
-    Compiling utf8parse v0.2.2
-    Compiling anyhow v1.0.100
-    Compiling regex-syntax v0.8.8
-    Compiling rustls-pki-types v1.13.0
-    Compiling want v0.3.1
-    Compiling colorchoice v1.0.4
-    Compiling autocfg v1.5.0
-    Compiling form_urlencoded v1.2.2
-    Compiling is_terminal_polyfill v1.70.2
-    Compiling tower-layer v0.3.3
-    Compiling cc v1.2.44
-    Compiling anstyle-parse v0.2.7
-    Compiling anstyle-query v1.1.4
-    Compiling futures-channel v0.3.31
-    Compiling sync_wrapper v1.0.2
-    Compiling crc32fast v1.5.0
-    Compiling anstyle v1.0.13
-    Compiling tracing-core v0.1.34
-    Compiling utf8_iter v1.0.4
-    Compiling base64 v0.22.1
-    Compiling cfg_aliases v0.2.1
-    Compiling either v1.15.0
-    Compiling ipnet v2.11.0
-    Compiling ryu v1.0.20
-    Compiling names v0.14.0
-    Compiling thiserror v1.0.69
-    Compiling rle-decode-fast v1.0.3
-    Compiling serde_json v1.0.145
-    Compiling iri-string v0.7.8
-    Compiling heck v0.5.0
-    Compiling strsim v0.11.1
-    Compiling clap_lex v0.7.6
-    Compiling winapi v0.3.9
-    Compiling libflate_lz77 v1.2.0
-    Compiling cty v0.2.2
-    Compiling adler32 v1.2.0
-    Compiling humantime v2.3.0
-    Compiling nix v0.30.1
-    Compiling anstream v0.6.21
-    Compiling webpki-roots v1.0.3
-    Compiling termcolor v1.4.1
-    Compiling itertools v0.10.5
-    Compiling remove_dir_all v0.5.3
-    Compiling iana-time-zone v0.1.64
-    Compiling tracing v0.1.41
-    Compiling num-traits v0.2.19
-    Compiling libflate v1.4.0
-    Compiling futures-util v0.3.31
-    Compiling aho-corasick v1.1.4
-    Compiling http v1.3.1
-    Compiling clap_builder v4.5.51
-    Compiling ring v0.17.14
-    Compiling ocaml-sys v0.26.0
-    Compiling ocaml-boxroot-sys v0.4.0
-    Compiling pyro-caml v0.1.0 (/home/opam/.opam/5.3.0/.opam-switch/build/pyro-caml.1.0.0)
-    Compiling syn v2.0.108
-    Compiling http-body v1.0.1
-    Compiling getrandom v0.2.16
-    Compiling socket2 v0.6.1
-    Compiling mio v1.1.0
-    Compiling is-terminal v0.4.17
-    Compiling http-body-util v0.1.3
-    Compiling rand v0.4.6
-    Compiling regex-automata v0.4.13
-    Compiling rand_core v0.6.4
-    Compiling chrono v0.4.42
-    Compiling tokio v1.48.0
-    Compiling tempdir v0.3.7
-    Compiling ctrlc v3.5.1
-    Compiling ppv-lite86 v0.2.21
-    Compiling rand_chacha v0.3.1
-    Compiling rand v0.8.5
-    Compiling prost-derive v0.11.9
-    Compiling regex v1.12.2
-    Compiling prost v0.11.9
-    Compiling env_logger v0.10.2
-    Compiling synstructure v0.13.2
-    Compiling pretty_env_logger v0.5.0
-    Compiling zerofrom-derive v0.1.6
-    Compiling yoke-derive v0.8.1
-    Compiling zerovec-derive v0.11.2
-    Compiling displaydoc v0.2.5
-    Compiling serde_derive v1.0.228
-    Compiling thiserror-impl v1.0.69
-    Compiling clap_derive v4.5.49
-    Compiling ocaml-derive v1.0.0
-    Compiling hyper v1.7.0
-    Compiling tower v0.5.2
-    Compiling ocaml v1.3.0
-    Compiling zerofrom v0.1.6
-    Compiling yoke v0.8.1
-    Compiling zerovec v0.11.5
-    Compiling zerotrie v0.2.3
-    Compiling tower-http v0.6.6
-    Compiling clap v4.5.51
-    Compiling clap-verbosity-flag v3.0.4
-    Compiling hyper-util v0.1.17
-    Compiling tinystr v0.8.2
-    Compiling potential_utf v0.1.4
-    Compiling icu_collections v2.1.1
-    Compiling icu_locale_core v2.1.1
-    Compiling icu_provider v2.1.1
-    Compiling serde_urlencoded v0.7.1
-    Compiling icu_normalizer v2.1.1
-    Compiling icu_properties v2.1.1
-    Compiling rustls-webpki v0.103.8
-    Compiling idna_adapter v1.2.1
-    Compiling idna v1.1.0
-    Compiling url v2.5.7
-    Compiling tokio-rustls v0.26.4
-    Compiling hyper-rustls v0.27.7
-    Compiling reqwest v0.12.24
-    Compiling pyroscope v0.5.8
- error: linking with `cc` failed: exit status: 1
-   |
-   = note:  "cc" "-m64" "/home/opam/.opam/5.3.0/.opam-switch/build/pyro-caml.1.0.0/target/release/deps/rustc3V5Add/symbols.o" "<17 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "-locaml" "/home/opam/.opam/5.3.0/.opam-switch/build/pyro-caml.1.0.0/target/release/deps/{libctrlc-eec4bd59b16d5bdf,libpretty_env_logger-cb14ad19309d5f52,libenv_logger-5e8390142f1c5ea6,libtermcolor-831a468dd4299691,libis_terminal-e76ad9a782349ba0,libhumantime-5b086c0b3548179e,libregex-72ae53c64ee00e38,libregex_automata-b2d7951c5208b981,libaho_corasick-7d973a1a2694e76c,libregex_syntax-9ec93aea83960b13,libclap_verbosity_flag-bc07656d967958cc,libocaml-b10ab8af331e3c38,libocaml_boxroot_sys-de3d78c282e8ee7f,libocaml_sys-b9cde63ff026f92a,libcty-ca2cf30f41dcd04a,libtempdir-cbfddc1c406cde40,libremove_dir_all-25db1b52b76e3396,librand-0316837c127ff252,libpyroscope-9af53872920c9430,libnames-f76b490d7c131870,librand-6853b60422afb6c7,librand_chacha-8df285d4496586db,libppv_lite86-481b4502c49b75c6,libzerocopy-10bebdf0e2dc8c3d,librand_core-35ab82600a236fac,libserde_json-f94e3a87ac3c4da8,libthiserror-5c11d99396c22ec8,libreqwest-8c4b1435521b5445,libhyper_rustls-5195847746a713da,libwebpki_roots-ee055f06bdfbf4ce,libtokio_rustls-8867db7128344321,librustls-c2f7ae0b822ef7b7,libsubtle-6ca47f731aa95e20,libwebpki-fc0c6b573b5897de,libring-4a05b24639da880f,libgetrandom-ff200027fbfa24e7,libuntrusted-79ee8e586a6eff60,librustls_pki_types-74e5b14bbca7578c,libzeroize-4a05890b47df8817,libserde_urlencoded-3aa18ce084e28057,libryu-346456b60a8647f2,libtower_http-51712215dd1fe467,libiri_string-634990f55b40415b,libtower-d3c2462a29ed4ea6,libtower_layer-3e87b725f7a2caef,libhyper_util-be29a9046fd3ca8b,libbase64-9230441d3756eb89,libipnet-67bb49f656e7f910,libtower_service-fca04e70b9fe3fdb,libtracing-e3ef813d6311a694,libtracing_core-8b8fa9bc09214823,libonce_cell-202fb6142848a65d,libhyper-e331dde4c23359b1,libwant-4189bd89f9bc3e9d,libtry_lock-e43c18b09759539d,libhttparse-d16937349501a86d,libatomic_waker-75e9d600559f6ffc,libfutures_channel-4f57f6ead9f8133b,libtokio-45a29c251058c96c,libsocket2-6a46bfd48e6b236e,libmio-f4696a7896a3897c,libhttp_body_util-874ba193f4d68c09,libhttp_body-c7cc5535eebe66c4,liblog-ebe16c4eb5ee888e,libfutures_util-e665fcd72e40a12d,libmemchr-ca9789dd5e660d93,libfutures_io-907a0ce411e97149,libslab-e92596b85aab9646,libpin_project_lite-1774f83e0efa6280,libfutures_sink-b705c93356df0b0a,libfutures_task-9122af9260ce540b,libpin_utils-89eacf90900d8439,liburl-7073c35541b1ecdd,libidna-7919b8a055913533,libutf8_iter-925533cc16ff3837,libidna_adapter-77ee7abab798f11a,libicu_properties-eaf38eee6204e7c3,libicu_properties_data-f22302f573ae28be,libicu_normalizer-7b289696c655b843,libsmallvec-9c3d45ce6017fbfa,libicu_normalizer_data-f995b47a4fb15b74,libicu_collections-4b1c1bac42878548,libpotential_utf-34ae3ae5e34c4ef2,libicu_provider-35d058888642c21f,libicu_locale_core-dc68ed191987a9f2,libtinystr-04cc86bb811829fb,liblitemap-b667c67b4eb18961,libwriteable-3cb4960c97682b61,libzerovec-acc101548caf68b5,libzerotrie-6ad7615add363bcb,libyoke-831eec2fc9afbdc2,libstable_deref_trait-9392c4d3bed2d7dc,libzerofrom-ddc504f6a1599cea,libform_urlencoded-dcf02e0fe7509c38,libpercent_encoding-06104879ad79631a,libserde-05ea49a9dee6ed29,libserde_core-8d44667b626a301f,libhttp-927b48845d1700da,libitoa-dd31506dd1fd0b2a,libfnv-9ae2efbd7bb762b9,libsync_wrapper-a07f02a26fe2aff2,libfutures_core-dcc1e8bdf7e3b5e6,liblibflate-5cd3b41aa63335f1,libcrc32fast-a26dbd9794c51dbd,libadler32-4b2850ea21949a9d,liblibflate_lz77-9680195ceee2d407,librle_decode_fast-d1b409ab3ccffb4c,libprost-7c5c9d8c50626650,libbytes-e66e7424aa2f5148,libnix-dfddb51fa0da5305,libbitflags-30584303e40ac439,libcfg_if-70aa057357388271,liblibc-af4901924c4f8db4,libclap-f4f386c376795aa8,libclap_builder-63b528696705071f,libstrsim-23734258d8e20f1d,libanstream-71d20cc1d0dcb9a6,libanstyle_query-d46c0fb4403b8b65,libis_terminal_polyfill-f17deb854652331d,libcolorchoice-e481130143cce216,libanstyle_parse-9af1fd09b76f94aa,libutf8parse-b0f88771cbe1a31d,libclap_lex-d5c74ed3c27fabc3,libanstyle-56f0cde1733dcc9c}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-freebsd/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lrt" "-lutil" "-lexecinfo" "-lkvm" "-lmemstat" "-lkvm" "-lutil" "-lprocstat" "-lrt" "-ldevstat" "-lexecinfo" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lrt" "-lutil" "-lexecinfo" "-lkvm" "-lmemstat" "-lkvm" "-lutil" "-lprocstat" "-lrt" "-ldevstat" "-L" "/home/opam/.opam/5.3.0/.opam-switch/build/pyro-caml.1.0.0/target/release/deps/rustc3V5Add/raw-dylibs" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/home/opam/.opam/5.3.0/.opam-switch/build/pyro-caml.1.0.0/target/release/build/pyro-caml-83d0fc33807e999f/out" "-L" "/home/opam/.opam/5.3.0/.opam-switch/build/pyro-caml.1.0.0/target/release/build/ocaml-boxroot-sys-a14ba4dd7f7f8532/out" "-L" "/home/opam/.opam/5.3.0/.opam-switch/build/pyro-caml.1.0.0/target/release/build/ocaml-boxroot-sys-a14ba4dd7f7f8532/out" "-L" "/home/opam/.opam/5.3.0/.opam-switch/build/pyro-caml.1.0.0/target/release/build/ocaml-sys-353e54c5e9cd4f99/out" "-L" "/home/opam/.opam/5.3.0/.opam-switch/build/pyro-caml.1.0.0/target/release/build/ring-687f2334eac6f6e2/out" "-o" "/home/opam/.opam/5.3.0/.opam-switch/build/pyro-caml.1.0.0/target/release/deps/pyro_caml-642675d53db238a4" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-Wl,-O1" "-Wl,--strip-debug" "-nodefaultlibs"
-   = note: some arguments are omitted. use `--verbose` to show all linker arguments
-   = note: ld: error: relocation R_X86_64_64 cannot be used against local symbol; recompile with -fPIC
-           >>> defined in /home/opam/.opam/5.3.0/.opam-switch/build/pyro-caml.1.0.0/target/release/build/pyro-caml-83d0fc33807e999f/out/libocaml.a(pyro_caml_rust_bindings.exe.o)
-           >>> referenced by signals_nat.c
-           >>>               pyro_caml_rust_bindings.exe.o:(caml_ba_ops) in archive /home/opam/.opam/5.3.0/.opam-switch/build/pyro-caml.1.0.0/target/release/build/pyro-caml-83d0fc33807e999f/out/libocaml.a
-           
-           ld: error: relocation R_X86_64_64 cannot be used against symbol 'caml_ba_finalize'; recompile with -fPIC
-           >>> defined in /home/opam/.opam/5.3.0/.opam-switch/build/pyro-caml.1.0.0/target/release/build/pyro-caml-83d0fc33807e999f/out/libocaml.a(pyro_caml_rust_bindings.exe.o)
-           >>> referenced by signals_nat.c
-           >>>               pyro_caml_rust_bindings.exe.o:(caml_ba_ops) in archive /home/opam/.opam/5.3.0/.opam-switch/build/pyro-caml.1.0.0/target/release/build/pyro-caml-83d0fc33807e999f/out/libocaml.a
-           
-           ld: error: relocation R_X86_64_64 cannot be used against symbol 'caml_ba_compare'; recompile with -fPIC
-           >>> defined in /home/opam/.opam/5.3.0/.opam-switch/build/pyro-caml.1.0.0/target/release/build/pyro-caml-83d0fc33807e999f/out/libocaml.a(pyro_caml_rust_bindings.exe.o)
-           >>> referenced by signals_nat.c
-           >>>               pyro_caml_rust_bindings.exe.o:(caml_ba_ops) in archive /home/opam/.opam/5.3.0/.opam-switch/build/pyro-caml.1.0.0/target/release/build/pyro-caml-83d0fc33807e999f/out/libocaml.a
-           
-           ld: error: relocation R_X86_64_64 cannot be used against symbol 'caml_ba_hash'; recompile with -fPIC
-           >>> defined in /home/opam/.opam/5.3.0/.opam-switch/build/pyro-caml.1.0.0/target/release/build/pyro-caml-83d0fc33807e999f/out/libocaml.a(pyro_caml_rust_bindings.exe.o)
-           >>> referenced by signals_nat.c
-           >>>               pyro_caml_rust_bindings.exe.o:(caml_ba_ops) in archive /home/opam/.opam/5.3.0/.opam-switch/build/pyro-caml.1.0.0/target/release/build/pyro-caml-83d0fc33807e999f/out/libocaml.a
-           
-           ld: error: relocation R_X86_64_64 cannot be used against symbol 'caml_ba_serialize'; recompile with -fPIC
-           >>> defined in /home/opam/.opam/5.3.0/.opam-switch/build/pyro-caml.1.0.0/target/release/build/pyro-caml-83d0fc33807e999f/out/libocaml.a(pyro_caml_rust_bindings.exe.o)
-           >>> referenced by signals_nat.c
-           >>>               pyro_caml_rust_bindings.exe.o:(caml_ba_ops) in archive /home/opam/.opam/5.3.0/.opam-switch/build/pyro-caml.1.0.0/target/release/build/pyro-caml-83d0fc33807e999f/out/libocaml.a
-           
-           ld: error: relocation R_X86_64_64 cannot be used against symbol 'caml_ba_deserialize'; recompile with -fPIC
-           >>> defined in /home/opam/.opam/5.3.0/.opam-switch/build/pyro-caml.1.0.0/target/release/build/pyro-caml-83d0fc33807e999f/out/libocaml.a(pyro_caml_rust_bindings.exe.o)
-           >>> referenced by signals_nat.c
-           >>>               pyro_caml_rust_bindings.exe.o:(caml_ba_ops) in archive /home/opam/.opam/5.3.0/.opam-switch/build/pyro-caml.1.0.0/target/release/build/pyro-caml-83d0fc33807e999f/out/libocaml.a
-           
-           ld: error: relocation R_X86_64_64 cannot be used against local symbol; recompile with -fPIC
-           >>> defined in /home/opam/.opam/5.3.0/.opam-switch/build/pyro-caml.1.0.0/target/release/build/pyro-caml-83d0fc33807e999f/out/libocaml.a(pyro_caml_rust_bindings.exe.o)
-           >>> referenced by signals_nat.c
-           >>>               pyro_caml_rust_bindings.exe.o:(caml_int32_ops) in archive /home/opam/.opam/5.3.0/.opam-switch/build/pyro-caml.1.0.0/target/release/build/pyro-caml-83d0fc33807e999f/out/libocaml.a
-           
-           ld: error: relocation R_X86_64_64 cannot be used against local symbol; recompile with -fPIC
-           >>> defined in /home/opam/.opam/5.3.0/.opam-switch/build/pyro-caml.1.0.0/target/release/build/pyro-caml-83d0fc33807e999f/out/libocaml.a(pyro_caml_rust_bindings.exe.o)
-           >>> referenced by signals_nat.c
-           >>>               pyro_caml_rust_bindings.exe.o:(caml_int32_ops) in archive /home/opam/.opam/5.3.0/.opam-switch/build/pyro-caml.1.0.0/target/release/build/pyro-caml-83d0fc33807e999f/out/libocaml.a
-           
-           ld: error: relocation R_X86_64_64 cannot be used against local symbol; recompile with -fPIC
-           >>> defined in /home/opam/.opam/5.3.0/.opam-switch/build/pyro-caml.1.0.0/target/release/build/pyro-caml-83d0fc33807e999f/out/libocaml.a(pyro_caml_rust_bindings.exe.o)
-           >>> referenced by signals_nat.c
-           >>>               pyro_caml_rust_bindings.exe.o:(caml_int32_ops) in archive /home/opam/.opam/5.3.0/.opam-switch/build/pyro-caml.1.0.0/target/release/build/pyro-caml-83d0fc33807e999f/out/libocaml.a
-           
-           ld: error: relocation R_X86_64_64 cannot be used against local symbol; recompile with -fPIC
-           >>> defined in /home/opam/.opam/5.3.0/.opam-switch/build/pyro-caml.1.0.0/target/release/build/pyro-caml-83d0fc33807e999f/out/libocaml.a(pyro_caml_rust_bindings.exe.o)
-           >>> referenced by signals_nat.c
-           >>>               pyro_caml_rust_bindings.exe.o:(caml_int32_ops) in archive /home/opam/.opam/5.3.0/.opam-switch/build/pyro-caml.1.0.0/target/release/build/pyro-caml-83d0fc33807e999f/out/libocaml.a
-           
-           ld: error: relocation R_X86_64_64 cannot be used against local symbol; recompile with -fPIC
-           >>> defined in /home/opam/.opam/5.3.0/.opam-switch/build/pyro-caml.1.0.0/target/release/build/pyro-caml-83d0fc33807e999f/out/libocaml.a(pyro_caml_rust_bindings.exe.o)
-           >>> referenced by signals_nat.c
-           >>>               pyro_caml_rust_bindings.exe.o:(caml_int32_ops) in archive /home/opam/.opam/5.3.0/.opam-switch/build/pyro-caml.1.0.0/target/release/build/pyro-caml-83d0fc33807e999f/out/libocaml.a
-           
-           ld: error: relocation R_X86_64_64 cannot be used against local symbol; recompile with -fPIC
-           >>> defined in /home/opam/.opam/5.3.0/.opam-switch/build/pyro-caml.1.0.0/target/release/build/pyro-caml-83d0fc33807e999f/out/libocaml.a(pyro_caml_rust_bindings.exe.o)
-           >>> referenced by signals_nat.c
-           >>>               pyro_caml_rust_bindings.exe.o:(caml_int32_ops) in archive /home/opam/.opam/5.3.0/.opam-switch/build/pyro-caml.1.0.0/target/release/build/pyro-caml-83d0fc33807e999f/out/libocaml.a
-           
-           ld: error: relocation R_X86_64_64 cannot be used against local symbol; recompile with -fPIC
-           >>> defined in /home/opam/.opam/5.3.0/.opam-switch/build/pyro-caml.1.0.0/target/release/build/pyro-caml-83d0fc33807e999f/out/libocaml.a(pyro_caml_rust_bindings.exe.o)
-           >>> referenced by signals_nat.c
-           >>>               pyro_caml_rust_bindings.exe.o:(caml_int64_ops) in archive /home/opam/.opam/5.3.0/.opam-switch/build/pyro-caml.1.0.0/target/release/build/pyro-caml-83d0fc33807e999f/out/libocaml.a
-           
-           ld: error: relocation R_X86_64_64 cannot be used against local symbol; recompile with -fPIC
-           >>> defined in /home/opam/.opam/5.3.0/.opam-switch/build/pyro-caml.1.0.0/target/release/build/pyro-caml-83d0fc33807e999f/out/libocaml.a(pyro_caml_rust_bindings.exe.o)
-           >>> referenced by signals_nat.c
-           >>>               pyro_caml_rust_bindings.exe.o:(caml_int64_ops) in archive /home/opam/.opam/5.3.0/.opam-switch/build/pyro-caml.1.0.0/target/release/build/pyro-caml-83d0fc33807e999f/out/libocaml.a
-           
-           ld: error: relocation R_X86_64_64 cannot be used against local symbol; recompile with -fPIC
-           >>> defined in /home/opam/.opam/5.3.0/.opam-switch/build/pyro-caml.1.0.0/target/release/build/pyro-caml-83d0fc33807e999f/out/libocaml.a(pyro_caml_rust_bindings.exe.o)
-           >>> referenced by signals_nat.c
-           >>>               pyro_caml_rust_bindings.exe.o:(caml_int64_ops) in archive /home/opam/.opam/5.3.0/.opam-switch/build/pyro-caml.1.0.0/target/release/build/pyro-caml-83d0fc33807e999f/out/libocaml.a
-           
-           ld: error: relocation R_X86_64_64 cannot be used against local symbol; recompile with -fPIC
-           >>> defined in /home/opam/.opam/5.3.0/.opam-switch/build/pyro-caml.1.0.0/target/release/build/pyro-caml-83d0fc33807e999f/out/libocaml.a(pyro_caml_rust_bindings.exe.o)
-           >>> referenced by signals_nat.c
-           >>>               pyro_caml_rust_bindings.exe.o:(caml_int64_ops) in archive /home/opam/.opam/5.3.0/.opam-switch/build/pyro-caml.1.0.0/target/release/build/pyro-caml-83d0fc33807e999f/out/libocaml.a
-           
-           ld: error: relocation R_X86_64_64 cannot be used against local symbol; recompile with -fPIC
-           >>> defined in /home/opam/.opam/5.3.0/.opam-switch/build/pyro-caml.1.0.0/target/release/build/pyro-caml-83d0fc33807e999f/out/libocaml.a(pyro_caml_rust_bindings.exe.o)
-           >>> referenced by signals_nat.c
-           >>>               pyro_caml_rust_bindings.exe.o:(caml_int64_ops) in archive /home/opam/.opam/5.3.0/.opam-switch/build/pyro-caml.1.0.0/target/release/build/pyro-caml-83d0fc33807e999f/out/libocaml.a
-           
-           ld: error: relocation R_X86_64_64 cannot be used against local symbol; recompile with -fPIC
-           >>> defined in /home/opam/.opam/5.3.0/.opam-switch/build/pyro-caml.1.0.0/target/release/build/pyro-caml-83d0fc33807e999f/out/libocaml.a(pyro_caml_rust_bindings.exe.o)
-           >>> referenced by signals_nat.c
-           >>>               pyro_caml_rust_bindings.exe.o:(caml_int64_ops) in archive /home/opam/.opam/5.3.0/.opam-switch/build/pyro-caml.1.0.0/target/release/build/pyro-caml-83d0fc33807e999f/out/libocaml.a
-           
-           ld: error: relocation R_X86_64_64 cannot be used against local symbol; recompile with -fPIC
-           >>> defined in /home/opam/.opam/5.3.0/.opam-switch/build/pyro-caml.1.0.0/target/release/build/pyro-caml-83d0fc33807e999f/out/libocaml.a(pyro_caml_rust_bindings.exe.o)
-           >>> referenced by signals_nat.c
-           >>>               pyro_caml_rust_bindings.exe.o:(caml_nativeint_ops) in archive /home/opam/.opam/5.3.0/.opam-switch/build/pyro-caml.1.0.0/target/release/build/pyro-caml-83d0fc33807e999f/out/libocaml.a
-           
-           ld: error: relocation R_X86_64_64 cannot be used against local symbol; recompile with -fPIC
-           >>> defined in /home/opam/.opam/5.3.0/.opam-switch/build/pyro-caml.1.0.0/target/release/build/pyro-caml-83d0fc33807e999f/out/libocaml.a(pyro_caml_rust_bindings.exe.o)
-           >>> referenced by signals_nat.c
-           >>>               pyro_caml_rust_bindings.exe.o:(caml_nativeint_ops) in archive /home/opam/.opam/5.3.0/.opam-switch/build/pyro-caml.1.0.0/target/release/build/pyro-caml-83d0fc33807e999f/out/libocaml.a
-           
-           ld: error: too many errors emitted, stopping now (use --error-limit=0 to see all errors)
-           cc: error: linker command failed with exit code 1 (use -v to see invocation)
-           
- 
- error: could not compile `pyro-caml` (bin "pyro-caml") due to 1 previous error
[ERROR] The compilation of pyro-caml.1.0.0 failed at "cargo build --config config/config.toml --release --package pyro-caml".

#=== ERROR while compiling pyro-caml.1.0.0 ====================================#
# context              2.5.1 | freebsd/x86_64 | ocaml-base-compiler.5.3.0 | file:///home/opam/opam-repository
# path                 ~/.opam/5.3.0/.opam-switch/build/pyro-caml.1.0.0
# command              /usr/local/bin/cargo build --config config/config.toml --release --package pyro-caml
# exit-code            101
# env-file             ~/.opam/log/pyro-caml-52546-59613f.env
# output-file          ~/.opam/log/pyro-caml-52546-59613f.out
### output ###
# error: linking with `cc` failed: exit status: 1
# [...]
#           
#           ld: error: relocation R_X86_64_64 cannot be used against local symbol; recompile with -fPIC
#           >>> defined in /home/opam/.opam/5.3.0/.opam-switch/build/pyro-caml.1.0.0/target/release/build/pyro-caml-83d0fc33807e999f/out/libocaml.a(pyro_caml_rust_bindings.exe.o)
#           >>> referenced by signals_nat.c
#           >>>               pyro_caml_rust_bindings.exe.o:(caml_nativeint_ops) in archive /home/opam/.opam/5.3.0/.opam-switch/build/pyro-caml.1.0.0/target/release/build/pyro-caml-83d0fc33807e999f/out/libocaml.a
#           
#           ld: error: too many errors emitted, stopping now (use --error-limit=0 to see all errors)
#           cc: error: linker command failed with exit code 1 (use -v to see invocation)
#           
# 
# error: could not compile `pyro-caml` (bin "pyro-caml") due to 1 previous error



<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build pyro-caml 1.0.0
+- 
+- The following changes have been performed
| - install conf-rust-2024        1
| - install cppo                  1.8.0
| - install dune                  3.23.0
| - install logs                  0.10.0
| - install ocaml-compiler-libs   v0.17.0
| - install ocamlbuild            0.16.1
| - install ocamlfind             1.9.8
| - install ppx_derivers          1.2.1
| - install ppx_deriving          6.0.3
| - install ppxlib                0.35.0
| - install pyro-caml-instruments 1.0.0
| - install pyro-caml-ppx         1.0.0
| - install sexplib0              v0.17.0
| - install stdlib-shims          0.3.0
| - install topkg                 1.1.1
+- 

The former state can be restored with:
    /usr/local/bin/opam switch import "/home/opam/.opam/5.3.0/.opam-switch/backup/state-20260516070451.export"
'opam install -vy pyro-caml.1.0.0' 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 pyro-caml.1.0.0
opam install -vy pyro-caml.1.0.0
res=$?
if [ $res = 31 ]; then
    if opam show -f x-ci-accept-failures: pyro-caml.1.0.0 | 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_1312_13545" "mount.fstab=/tmp/obuilder-jail-2f0162/fstab" "mount.devfs" "path=/obuilder/result/399ed1465ce1354dc55d7a24c25d70bde4d6298f36a78a65c8153491185fdc26/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 pyro-caml.1.0.0
opam install -vy pyro-caml.1.0.0
res=$?
if [ $res = 31 ]; then
    if opam show -f x-ci-accept-failures: pyro-caml.1.0.0 | 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