(for PR #29484)

2026-04-29 12:47.52: New job: build colibrics.0.5, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29484/head (1b330fadfbca45ff79eea30cec2cd15a1b2a42b9)
                              on freebsd-15.0-ocaml-5.4/amd64

To reproduce locally:

cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/29484/head" && git reset --hard 1b330fad
git fetch origin master
git merge --no-edit dd592986d47d277a9eee2bf37e1c4aa3a0c3efbd
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM freebsd-15.0-ocaml-5.4
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/local/bin/opam-dev /usr/local/bin/opam
RUN opam init --reinit -ni
RUN opam option solver=builtin-0install && opam config report
ENV OPAMDOWNLOADJOBS="1"
ENV OPAMERRLOGLEN="0"
ENV OPAMPRECISETRACKING="1"
ENV CI="true"
ENV OPAM_REPO_CI="true"
RUN rm -rf opam-repository/
COPY --chown=1000:1000 . opam-repository/
RUN opam repository set-url --strict default opam-repository/
RUN opam update --depexts || true
RUN opam pin add -k version -yn colibrics.0.5 0.5
RUN opam reinstall colibrics.0.5; \
    res=$?; \
    test "$res" != 31 && exit "$res"; \
    export OPAMCLI=2.0; \
    build_dir=$(opam var prefix)/.opam-switch/build; \
    failed=$(ls "$build_dir"); \
    partial_fails=""; \
    for pkg in $failed; do \
    if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"freebsd-15.0\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'colibrics.0.5' && partial_fails="$partial_fails $pkg"; \
    done; \
    test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
    exit 1

END-OF-DOCKERFILE
docker build -f ../Dockerfile .

2026-04-29 12:47.52: Using cache hint "freebsd-15.0-ocaml-5.4-colibrics.0.5-1b330fadfbca45ff79eea30cec2cd15a1b2a42b9"
2026-04-29 12:47.52: Using OBuilder spec:
((from freebsd-15.0-ocaml-5.4)
 (user (uid 1000) (gid 1000))
 (workdir /home/opam)
 (run (shell "sudo ln -f /usr/local/bin/opam-dev /usr/local/bin/opam"))
 (run (network host)
      (shell "opam init --reinit -ni"))
 (run (shell "opam option solver=builtin-0install && opam config report"))
 (env OPAMDOWNLOADJOBS 1)
 (env OPAMERRLOGLEN 0)
 (env OPAMPRECISETRACKING 1)
 (env CI true)
 (env OPAM_REPO_CI true)
 (run (shell "rm -rf opam-repository/"))
 (copy (src .) (dst opam-repository/))
 (run (shell "opam repository set-url --strict default opam-repository/"))
 (run (network host)
      (shell "opam update --depexts || true"))
 (run (shell "opam pin add -k version -yn colibrics.0.5 0.5"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall colibrics.0.5;\
             \n        res=$?;\
             \n        test \"$res\" != 31 && exit \"$res\";\
             \n        export OPAMCLI=2.0;\
             \n        build_dir=$(opam var prefix)/.opam-switch/build;\
             \n        failed=$(ls \"$build_dir\");\
             \n        partial_fails=\"\";\
             \n        for pkg in $failed; do\
             \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"freebsd-15.0\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'colibrics.0.5' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2026-04-29 12:47.52: Connecting to build cluster…
2026-04-29 12:47.52: Waiting for resource in pool OCluster
2026-04-29 12:47.53: Waiting for worker…
2026-04-29 12:47.53: Got resource from pool OCluster
Building on rosemary
All commits already cached
Updating files: 100% (18872/18872), done.
HEAD is now at dd592986d4 Merge pull request #29752 from raphael-proust/opam-publish-lwt.6.1.2
Merge made by the 'ort' strategy.
 packages/colibri2/colibri2.0.5/opam               | 70 +++++++++++++++++++++++
 packages/colibrics/colibrics.0.5/opam             | 50 ++++++++++++++++
 packages/colibrilib-why3/colibrilib-why3.0.5/opam | 40 +++++++++++++
 packages/colibrilib/colibrilib.0.5/opam           | 40 +++++++++++++
 4 files changed, 200 insertions(+)
 create mode 100644 packages/colibri2/colibri2.0.5/opam
 create mode 100644 packages/colibrics/colibrics.0.5/opam
 create mode 100644 packages/colibrilib-why3/colibrilib-why3.0.5/opam
 create mode 100644 packages/colibrilib/colibrilib.0.5/opam

(from freebsd-15.0-ocaml-5.4)
2026-04-29 12:41.24 ---> using "e2f9399617b174328a08b4d831e677f3a97fbfa86ae070bfd238f77cd03a9525" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/local/bin/opam-dev /usr/local/bin/opam"))
2026-04-29 12:41.24 ---> using "745d7b97fc3a454a03ab650bab99c7a6daf50bee999fe903ccff757d7afbd43c" from cache

/home/opam: (run (network host)
                 (shell "opam init --reinit -ni"))
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.

This version of opam requires an update to the layout of /home/opam/.opam from version 2.1 to version 2.2, which can't be reverted.
You may want to back it up before going further.

Continue? [Y/n] y
[NOTE] The 'jobs' option was reset, its value was 1 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
           opam option jobs=1 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///home/opam/opam-repository
2026-04-29 12:41.24 ---> using "803b529782fec3e315a65a64770b60f2264bf3cb2147f21894ecc4e5b04b39c2" from cache

/home/opam: (run (shell "opam option solver=builtin-0install && opam config report"))
Set to 'builtin-0install' the field solver in global configuration
# opam config report
# opam-version         2.5.1
# self-upgrade         no
# system               arch=x86_64 os=freebsd os-distribution=freebsd os-version=1500068
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 39
# repositories         1 (version-controlled)
# pinned               0
# current-switch       5.4.1
# invariant            ["ocaml-base-compiler" {= "5.4.1"} | "ocaml-system" {= "5.4.1"}]
# compiler-packages    ocaml-base-compiler.5.4.1, ocaml-compiler.5.4.1, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /home/opam/.opam/5.4.1/lib/ocaml/stublibs:/home/opam/.opam/5.4.1/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       5.4.1
2026-04-29 12:41.25 ---> using "44c28f3a9763d7febf1c500e3197be7d30852280b29368166fba08939b19971b" from cache

/home/opam: (env OPAMDOWNLOADJOBS 1)

/home/opam: (env OPAMERRLOGLEN 0)

/home/opam: (env OPAMPRECISETRACKING 1)

/home/opam: (env CI true)

/home/opam: (env OPAM_REPO_CI true)

/home/opam: (run (shell "rm -rf opam-repository/"))
2026-04-29 12:41.25 ---> using "0f138587f3dff1fe6ad69d7d4a1dba6de063434835fe7ed8ccf2f9be3b7a41c5" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-04-29 12:41.26 ---> saved as "e01b02bf4a0d69c72323646bb3d8bfe33033731b7f302a77c2fdaf68d9a4c69f"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-29 12:41.39 ---> saved as "3221be92633d8ee727abddd09126c076913f9c2adea6a51920ba6144116d6a68"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
[WARNING] Unknown update command for bsd, skipping system update
2026-04-29 12:41.40 ---> saved as "0390eabb017abad3b041a247db124e0f40f29256cee3fe9dcd4764d9a31a53e5"

/home/opam: (run (shell "opam pin add -k version -yn colibrics.0.5 0.5"))
colibrics is now pinned to version 0.5
2026-04-29 12:41.40 ---> saved as "d6835060be49c365d644aeddacf1f36c6797291017f23e021200e9a5e52a9802"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall colibrics.0.5;\
                        \n        res=$?;\
                        \n        test \"$res\" != 31 && exit \"$res\";\
                        \n        export OPAMCLI=2.0;\
                        \n        build_dir=$(opam var prefix)/.opam-switch/build;\
                        \n        failed=$(ls \"$build_dir\");\
                        \n        partial_fails=\"\";\
                        \n        for pkg in $failed; do\
                        \n          if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"freebsd-15.0\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'colibrics.0.5' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
colibrics.0.5 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 77 packages
  ∗ base                    v0.17.3      [required by colibri2]
  ∗ camlidl                 1.13-1       [required by mlcuddidl]
  ∗ cmdliner                2.1.1        [required by colibrics]
  ∗ colibri2                0.5          [required by colibrics]
  ∗ colibrics               0.5 (pinned)
  ∗ colibrilib              0.5          [required by colibri2]
  ∗ conf-flint              3.0          [required by flint]
  ∗ conf-gmp                5            [required by zarith, conf-mpfr]
  ∗ conf-m4                 1            [required by mlcuddidl]
  ∗ conf-mpfr               3            [required by flint]
  ∗ conf-pkg-config         4            [required by flint]
  ∗ containers              3.18         [required by colibri2]
  ∗ cppo                    1.8.0        [required by ppx_deriving]
  ∗ csexp                   1.5.2        [required by dune-configurator]
  ∗ ctypes                  0.24.0       [required by flint]
  ∗ dolmen                  0.10         [required by colibrics]
  ∗ dolmen_loop             0.10         [required by colibrics]
  ∗ dolmen_type             0.10         [required by colibrics]
  ∗ dune                    3.22.2       [required by colibrics]
  ∗ dune-build-info         3.22.2       [required by colibri2]
  ∗ dune-configurator       3.22.2       [required by containers, base, flint]
  ∗ either                  1.0.0        [required by containers]
  ∗ farith                  0.1          [required by colibri2]
  ∗ flint                   0.4.2        [required by colibri2]
  ∗ fmt                     0.11.0       [required by dolmen]
  ∗ gen                     1.1          [required by colibri2]
  ∗ hmap                    0.8.1        [required by dolmen]
  ∗ integers                0.7.0        [required by ctypes]
  ∗ jane-street-headers     v0.17.0      [required by time_now]
  ∗ jingoo                  1.5.2        [required by colibrics]
  ∗ jst-config              v0.17.0      [required by time_now]
  ∗ logs                    0.10.0       [required by colibrics]
  ∗ menhir                  20250912     [required by jingoo, why3]
  ∗ menhirCST               20250912     [required by menhir]
  ∗ menhirLib               20250912     [required by menhir]
  ∗ menhirSdk               20250912     [required by menhir]
  ∗ mlcuddidl               3.0.8        [required by colibri2]
  ∗ mtime                   2.1.0        [required by trace, trace-tef]
  ∗ ocaml-compiler-libs     v0.17.0      [required by ppxlib]
  ∗ ocaml_intrinsics_kernel v0.17.1      [required by base]
  ∗ ocamlbuild              0.16.1       [required by mlcuddidl, uucp]
  ∗ ocamlfind               1.9.8        [required by why3]
  ∗ ocamlgraph              2.2.0        [required by colibri2, why3]
  ∗ ocplib-simplex          0.5.1        [required by colibri2]
  ∗ pp_loc                  2.1.0        [required by dolmen_loop]
  ∗ ppx_assert              v0.17.0      [required by jst-config]
  ∗ ppx_base                v0.17.0      [required by time_now]
  ∗ ppx_cold                v0.17.0      [required by ppx_base]
  ∗ ppx_compare             v0.17.0      [required by ppx_hash]
  ∗ ppx_derivers            1.2.1        [required by ppx_deriving]
  ∗ ppx_deriving            6.1.1        [required by ppx_deriving_yojson, colibri2, jingoo, why3]
  ∗ ppx_deriving_yojson     3.10.0       [required by colibrics]
  ∗ ppx_enumerate           v0.17.0      [required by ppx_base]
  ∗ ppx_globalize           v0.17.2      [required by ppx_base]
  ∗ ppx_hash                v0.17.0      [required by colibri2]
  ∗ ppx_here                v0.17.0      [required by colibri2]
  ∗ ppx_inline_test         v0.17.1      [required by colibri2]
  ∗ ppx_optcomp             v0.17.1      [required by colibri2]
  ∗ ppx_sexp_conv           v0.17.1      [required by why3]
  ∗ ppxlib                  0.38.0       [required by ppx_deriving_yojson]
  ∗ ppxlib_jane             v0.17.4      [required by ppx_hash]
  ∗ qcheck-core             0.91         [required by colibri2]
  ∗ re                      1.14.0       [required by colibri2, jingoo]
  ∗ seq                     base         [required by dolmen]
  ∗ sexplib0                v0.17.0      [required by base]
  ∗ spelll                  0.4          [required by dolmen_type]
  ∗ stdio                   v0.17.0      [required by ppx_optcomp]
  ∗ stdlib-shims            0.3.0        [required by ppxlib, spelll, integers]
  ∗ time_now                v0.17.0      [required by ppx_inline_test]
  ∗ topkg                   1.1.1        [required by uucp]
  ∗ trace                   0.12         [required by colibri2]
  ∗ trace-tef               0.12         [required by colibri2]
  ∗ uucp                    17.0.0       [required by jingoo]
  ∗ uutf                    1.0.4        [required by jingoo]
  ∗ why3                    1.8.2        [required by colibrics]
  ∗ yojson                  3.0.0        [required by colibrics]
  ∗ zarith                  1.14         [required by colibrics]

The following system packages will first need to be installed:
    gmp mpfr

<><> 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" "gmp" "mpfr"
- Updating FreeBSD-ports repository catalogue...
- FreeBSD-ports repository is up to date.
- Updating FreeBSD-ports-kmods repository catalogue...
- FreeBSD-ports-kmods repository is up to date.
- All repositories are up to date.
- The following 2 package(s) will be affected (of 0 checked):
- 
- New packages to be INSTALLED:
- 	gmp: 6.3.0 [FreeBSD-ports]
- 	mpfr: 4.2.2,1 [FreeBSD-ports]
- 
- Number of packages to be installed: 2
- 
- The process will require 5 MiB more space.
- 1 MiB to be downloaded.
- [rosemary] [1/2] Fetching gmp-6.3.0: .......... done
- [rosemary] [2/2] Fetching mpfr-4.2.2,1: ...... done
- Checking integrity... done (0 conflicting)
- [rosemary] [1/2] Installing gmp-6.3.0...
- [rosemary] [1/2] Extracting gmp-6.3.0: .......... done
- [rosemary] [2/2] Installing mpfr-4.2.2,1...
- [rosemary] [2/2] Extracting mpfr-4.2.2,1: .......... done

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
⬇ retrieved base.v0.17.3  (cached)
⬇ retrieved camlidl.1.13-1  (cached)
⬇ retrieved cmdliner.2.1.1  (cached)
⬇ retrieved colibri2.0.5, colibrics.0.5, colibrilib.0.5  (https://git.frama-c.com/api/v4/projects/879/packages/generic/colibri2/0.5/colibri2-0.5.tbz)
⬇ retrieved conf-gmp.5  (cached)
⬇ retrieved conf-mpfr.3  (cached)
∗ installed camlidl.1.13-1
∗ installed conf-pkg-config.4
∗ installed conf-m4.1
[ERROR] The compilation of conf-flint.3.0 failed at "sh -exc cc -c $CFLAGS -I/usr/local/include test.c".
∗ installed conf-gmp.5
⬇ retrieved containers.3.18  (cached)
∗ installed conf-mpfr.3
⬇ retrieved cppo.1.8.0  (cached)
⬇ retrieved csexp.1.5.2  (cached)
⬇ retrieved ctypes.0.24.0  (cached)
⬇ retrieved dolmen.0.10, dolmen_loop.0.10, dolmen_type.0.10  (cached)
⬇ retrieved dune.3.22.2, dune-build-info.3.22.2, dune-configurator.3.22.2  (cached)
⬇ retrieved either.1.0.0  (cached)
⬇ retrieved farith.0.1  (cached)
∗ installed cmdliner.2.1.1
⬇ retrieved flint.0.4.2  (https://github.com/bobot/ocaml-flint/releases/download/0.4.2/flint-0.4.2.tbz)
⬇ retrieved fmt.0.11.0  (cached)
⬇ retrieved gen.1.1  (cached)
⬇ retrieved hmap.0.8.1  (cached)
⬇ retrieved integers.0.7.0  (cached)
⬇ retrieved jane-street-headers.v0.17.0  (cached)
⬇ retrieved jingoo.1.5.2  (https://github.com/tategakibunko/jingoo/archive/1.5.2.tar.gz)
⬇ retrieved jst-config.v0.17.0  (cached)
⬇ retrieved logs.0.10.0  (cached)
⬇ retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912  (cached)
⬇ retrieved mlcuddidl.3.0.8  (https://framagit.org/nberth/mlcuddidl/-/archive/3.0.8/mlcuddidl-3.0.8.tar.gz)
⬇ retrieved mtime.2.1.0  (cached)
⬇ retrieved ocaml-compiler-libs.v0.17.0  (cached)
⬇ retrieved ocaml_intrinsics_kernel.v0.17.1  (cached)
⬇ retrieved ocamlbuild.0.16.1  (cached)
⬇ retrieved ocamlfind.1.9.8  (cached)
⬇ retrieved ocamlgraph.2.2.0  (cached)
⬇ retrieved ocplib-simplex.0.5.1  (cached)
⬇ retrieved pp_loc.2.1.0  (cached)
⬇ retrieved ppx_assert.v0.17.0  (cached)
⬇ retrieved ppx_base.v0.17.0  (cached)
⬇ retrieved ppx_cold.v0.17.0  (cached)
⬇ retrieved ppx_compare.v0.17.0  (cached)
⬇ retrieved ppx_derivers.1.2.1  (cached)
⬇ retrieved ppx_deriving.6.1.1  (cached)
⬇ retrieved ppx_deriving_yojson.3.10.0  (cached)
⬇ retrieved ppx_enumerate.v0.17.0  (cached)
⬇ retrieved ppx_globalize.v0.17.2  (cached)
⬇ retrieved ppx_hash.v0.17.0  (cached)
⬇ retrieved ppx_here.v0.17.0  (cached)
⬇ retrieved ppx_inline_test.v0.17.1  (cached)
⬇ retrieved ppx_optcomp.v0.17.1  (cached)
⬇ retrieved ppx_sexp_conv.v0.17.1  (cached)
⬇ retrieved ppxlib.0.38.0  (cached)
⬇ retrieved ppxlib_jane.v0.17.4  (cached)
⬇ retrieved qcheck-core.0.91  (cached)
⬇ retrieved re.1.14.0  (cached)
⬇ retrieved seq.base  (cached)
∗ installed seq.base
⬇ retrieved sexplib0.v0.17.0  (cached)
⬇ retrieved spelll.0.4  (cached)
⬇ retrieved stdio.v0.17.0  (cached)
⬇ retrieved stdlib-shims.0.3.0  (cached)
⬇ retrieved time_now.v0.17.0  (cached)
⬇ retrieved topkg.1.1.1  (cached)
⬇ retrieved trace.0.12, trace-tef.0.12  (cached)
⬇ retrieved uucp.17.0.0  (cached)
⬇ retrieved uutf.1.0.4  (cached)
⬇ retrieved why3.1.8.2  (cached)
⬇ retrieved yojson.3.0.0  (cached)
⬇ retrieved zarith.1.14  (cached)
∗ installed ocamlfind.1.9.8
∗ installed ocamlbuild.0.16.1
∗ installed zarith.1.14
∗ installed topkg.1.1.1
∗ installed hmap.0.8.1
∗ installed uutf.1.0.4
∗ installed fmt.0.11.0
∗ installed mtime.2.1.0
∗ installed logs.0.10.0
∗ installed dune.3.22.2
∗ installed jane-street-headers.v0.17.0
∗ installed either.1.0.0
∗ installed csexp.1.5.2
∗ installed stdlib-shims.0.3.0
∗ installed sexplib0.v0.17.0
∗ installed ppx_derivers.1.2.1
∗ installed pp_loc.2.1.0
∗ installed ocplib-simplex.0.5.1
∗ installed ocaml_intrinsics_kernel.v0.17.1
∗ installed ocaml-compiler-libs.v0.17.0
∗ installed menhirSdk.20250912
∗ installed menhirLib.20250912
∗ installed menhirCST.20250912
∗ installed gen.1.1
∗ installed dune-build-info.3.22.2
∗ installed cppo.1.8.0
∗ installed trace.0.12
∗ installed qcheck-core.0.91
∗ installed yojson.3.0.0
∗ installed spelll.0.4
∗ installed colibrilib.0.5
∗ installed integers.0.7.0
∗ installed re.1.14.0
∗ installed trace-tef.0.12
∗ installed ocamlgraph.2.2.0
∗ installed dune-configurator.3.22.2
∗ installed uucp.17.0.0
∗ installed mlcuddidl.3.0.8
∗ installed containers.3.18
∗ installed ctypes.0.24.0
∗ installed base.v0.17.3
∗ installed stdio.v0.17.0
∗ installed ppxlib.0.38.0
∗ installed ppx_cold.v0.17.0
∗ installed ppx_here.v0.17.0
∗ installed ppx_optcomp.v0.17.1
∗ installed ppxlib_jane.v0.17.4
∗ installed ppx_deriving.6.1.1
∗ installed ppx_enumerate.v0.17.0
∗ installed ppx_globalize.v0.17.2
∗ installed menhir.20250912
∗ installed ppx_compare.v0.17.0
∗ installed ppx_deriving_yojson.3.10.0
∗ installed ppx_sexp_conv.v0.17.1
∗ installed ppx_assert.v0.17.0
∗ installed ppx_hash.v0.17.0
∗ installed jingoo.1.5.2
∗ installed ppx_base.v0.17.0
∗ installed farith.0.1
∗ installed jst-config.v0.17.0
∗ installed time_now.v0.17.0
∗ installed ppx_inline_test.v0.17.1
∗ installed dolmen.0.10
∗ installed dolmen_type.0.10
∗ installed dolmen_loop.0.10
∗ installed why3.1.8.2

#=== ERROR while compiling conf-flint.3.0 =====================================#
# context              2.5.1 | freebsd/x86_64 | ocaml-base-compiler.5.4.1 | file:///home/opam/opam-repository
# path                 ~/.opam/5.4.1/.opam-switch/build/conf-flint.3.0
# command              /bin/sh -exc cc -c $CFLAGS -I/usr/local/include test.c
# exit-code            1
# env-file             ~/.opam/log/conf-flint-70143-26623e.env
# output-file          ~/.opam/log/conf-flint-70143-26623e.out
### output ###
# + cc -c -I/usr/local/include test.c
# test.c:1:15: fatal error: 'flint/flint.h' file not found
#     1 |     #include  <flint/flint.h>
#       |               ^~~~~~~~~~~~~~~
# 1 error generated.



<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
┌─ The following actions failed
│ λ build conf-flint 3.0
└─ 
┌─ The following changes have been performed (the rest was aborted)
│ ∗ install base                    v0.17.3
│ ∗ install camlidl                 1.13-1
│ ∗ install cmdliner                2.1.1
│ ∗ install colibrilib              0.5
│ ∗ install conf-gmp                5
│ ∗ install conf-m4                 1
│ ∗ install conf-mpfr               3
│ ∗ install conf-pkg-config         4
│ ∗ install containers              3.18
│ ∗ install cppo                    1.8.0
│ ∗ install csexp                   1.5.2
│ ∗ install ctypes                  0.24.0
│ ∗ install dolmen                  0.10
│ ∗ install dolmen_loop             0.10
│ ∗ install dolmen_type             0.10
│ ∗ install dune                    3.22.2
│ ∗ install dune-build-info         3.22.2
│ ∗ install dune-configurator       3.22.2
│ ∗ install either                  1.0.0
│ ∗ install farith                  0.1
│ ∗ install fmt                     0.11.0
│ ∗ install gen                     1.1
│ ∗ install hmap                    0.8.1
│ ∗ install integers                0.7.0
│ ∗ install jane-street-headers     v0.17.0
│ ∗ install jingoo                  1.5.2
│ ∗ install jst-config              v0.17.0
│ ∗ install logs                    0.10.0
│ ∗ install menhir                  20250912
│ ∗ install menhirCST               20250912
│ ∗ install menhirLib               20250912
│ ∗ install menhirSdk               20250912
│ ∗ install mlcuddidl               3.0.8
│ ∗ install mtime                   2.1.0
│ ∗ install ocaml-compiler-libs     v0.17.0
│ ∗ install ocaml_intrinsics_kernel v0.17.1
│ ∗ install ocamlbuild              0.16.1
│ ∗ install ocamlfind               1.9.8
│ ∗ install ocamlgraph              2.2.0
│ ∗ install ocplib-simplex          0.5.1
│ ∗ install pp_loc                  2.1.0
│ ∗ install ppx_assert              v0.17.0
│ ∗ install ppx_base                v0.17.0
│ ∗ install ppx_cold                v0.17.0
│ ∗ install ppx_compare             v0.17.0
│ ∗ install ppx_derivers            1.2.1
│ ∗ install ppx_deriving            6.1.1
│ ∗ install ppx_deriving_yojson     3.10.0
│ ∗ install ppx_enumerate           v0.17.0
│ ∗ install ppx_globalize           v0.17.2
│ ∗ install ppx_hash                v0.17.0
│ ∗ install ppx_here                v0.17.0
│ ∗ install ppx_inline_test         v0.17.1
│ ∗ install ppx_optcomp             v0.17.1
│ ∗ install ppx_sexp_conv           v0.17.1
│ ∗ install ppxlib                  0.38.0
│ ∗ install ppxlib_jane             v0.17.4
│ ∗ install qcheck-core             0.91
│ ∗ install re                      1.14.0
│ ∗ install seq                     base
│ ∗ install sexplib0                v0.17.0
│ ∗ install spelll                  0.4
│ ∗ install stdio                   v0.17.0
│ ∗ install stdlib-shims            0.3.0
│ ∗ install time_now                v0.17.0
│ ∗ install topkg                   1.1.1
│ ∗ install trace                   0.12
│ ∗ install trace-tef               0.12
│ ∗ install uucp                    17.0.0
│ ∗ install uutf                    1.0.4
│ ∗ install why3                    1.8.2
│ ∗ install yojson                  3.0.0
│ ∗ install zarith                  1.14
└─ 

<><> mlcuddidl.3.0.8 installed successfully <><><><><><><><><><><><><><><><><><>
=> For supporting ocaml 5 some modules are removed compared to the release

<><> conf-flint.3.0 troubleshooting <><><><><><><><><><><><><><><><><><><><><><>
=> You can try to install conf-flint.1 which works with version 2 of the library

The former state can be restored with:
    /usr/local/bin/opam switch import "/home/opam/.opam/5.4.1/.opam-switch/backup/state-20260429124141.export"
[WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1.
[WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1.
opam-repo-ci detected dependencies failing:  conf-flint.3.0
jail: /usr/bin/su -l opam -c cd '/home/opam' && env OPAM_REPO_CI='true' CI='true' OPAMPRECISETRACKING='1' OPAMERRLOGLEN='0' OPAMDOWNLOADJOBS='1' '/usr/bin/env' 'bash' '-c' 'opam reinstall colibrics.0.5;
        res=$?;
        test "$res" != 31 && exit "$res";
        export OPAMCLI=2.0;
        build_dir=$(opam var prefix)/.opam-switch/build;
        failed=$(ls "$build_dir");
        partial_fails="";
        for pkg in $failed; do
          if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"freebsd-15.0\""; then
            echo "A package failed and has been disabled for CI using the '\''x-ci-accept-failures'\'' field.";
          fi;
          test "$pkg" != '\''colibrics.0.5'\'' && partial_fails="$partial_fails $pkg";
        done;
        test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}";
        exit 1': failed
"jail" "-c" "name=obuilder_1233_91" "mount.fstab=/tmp/obuilder-jail-e70597/fstab" "mount.devfs" "path=/obuilder/result/83dfa0b12e3d120846f6d623b3a6ede644ec1ddfe0a7eb7bfa9611a9202c0cdb/rootfs" "host=inherit" "ip6=inherit" "ip4=inherit" "command=/usr/bin/su" "-l" "opam" "-c" "cd '/home/opam' && env OPAM_REPO_CI='true' CI='true' OPAMPRECISETRACKING='1' OPAMERRLOGLEN='0' OPAMDOWNLOADJOBS='1' '/usr/bin/env' 'bash' '-c' 'opam reinstall colibrics.0.5;
        res=$?;
        test "$res" != 31 && exit "$res";
        export OPAMCLI=2.0;
        build_dir=$(opam var prefix)/.opam-switch/build;
        failed=$(ls "$build_dir");
        partial_fails="";
        for pkg in $failed; do
          if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"freebsd-15.0\""; then
            echo "A package failed and has been disabled for CI using the '\''x-ci-accept-failures'\'' field.";
          fi;
          test "$pkg" != '\''colibrics.0.5'\'' && partial_fails="$partial_fails $pkg";
        done;
        test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}";
        exit 1'" failed with exit status 1
2026-04-29 12:53.01: Job failed: Failed: Build failed
2026-04-29 12:53.01: Log analysis:
2026-04-29 12:53.01: >>> 
[ERROR] The compilation of conf-flint.3.0 failed at "sh -exc cc -c $CFLAGS -I/usr/local/include test.c".
 (score = 20)
2026-04-29 12:53.01: >>> 
opam-repo-ci detected dependencies failing:  conf-flint.3.0
 (score = 75)
2026-04-29 12:53.01:  conf-flint.3.0 failed to build