Organisationsocaml-gospelgospele3b2c7 (main)freebsd-14.3-4.14_opam-2.4

freebsd-14.3-4.14_opam-2.4

Logs

Show full logs
2025-10-14 14:34.14: New job: test ocaml-gospel/gospel https://github.com/ocaml-gospel/gospel.git#refs/heads/main (e3b2c79923d88c4a6bc1294d23c2a76fc7077308) (freebsd-x86_64:freebsd-14.3-4.14_opam-2.4)
Base: freebsd-14.3-ocaml-4.14
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/ocaml-gospel/gospel.git" -b "main" && cd "gospel" && git reset --hard e3b2c799
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM freebsd-14.3-ocaml-4.14
# freebsd-14.3-4.14_opam-2.4
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/local/bin/opam-2.4 /usr/local/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 || git fetch origin master) && git reset -q --hard deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 gospel.opam ./
RUN opam pin add -yn gospel.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="astring.0.8.5 base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.0 cppo.1.8.0 crunch.4.0.0 dune.3.20.2 dune-build-info.3.20.2 fmt.0.11.0 fpath.0.7.3 inferno.20220603 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 odoc.3.1.0 odoc-parser.3.1.0 pp_loc.2.1.0 pprint.20230830 ppx_blob.0.9.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppxlib.0.37.0 ptime.1.2.0 re.1.14.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.0 tyxml.4.6.0 unionFind.20250818 uutf.1.0.4"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.4 --depext-only -y gospel.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build @install @check @runtest && rm -rf _build

END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK

2025-10-14 14:34.14: Using cache hint "ocaml-gospel/gospel-freebsd-14.3-ocaml-4.14-freebsd-14.3-4.14_opam-2.4-4046e957875346b8adbdfb53808e3f50"
2025-10-14 14:34.14: Using OBuilder spec:
((from freebsd-14.3-ocaml-4.14)
 (comment freebsd-14.3-4.14_opam-2.4)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/local/bin/opam-2.4 /usr/local/bin/opam"))
 (run (shell "opam init --reinit -ni"))
 (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
 (workdir /src)
 (run (shell "sudo chown opam /src"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "cd ~/opam-repository && (git cat-file -e deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 || git fetch origin master) && git reset -q --hard deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src gospel.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn gospel.dev './'"))
 (run (network host)
      (shell "echo '(lang dune 3.0)' > './dune-project'"))
 (env DEPS "astring.0.8.5 base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.0 cppo.1.8.0 crunch.4.0.0 dune.3.20.2 dune-build-info.3.20.2 fmt.0.11.0 fpath.0.7.3 inferno.20220603 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 odoc.3.1.0 odoc-parser.3.1.0 pp_loc.2.1.0 pprint.20230830 ppx_blob.0.9.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppxlib.0.37.0 ptime.1.2.0 re.1.14.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.0 tyxml.4.6.0 unionFind.20250818 uutf.1.0.4")
 (env CI true)
 (env OCAMLCI true)
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam update --depexts && opam install --cli=2.4 --depext-only -y gospel.dev $DEPS"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam install $DEPS"))
 (copy (src .) (dst /src))
 (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
)

2025-10-14 14:34.14: Waiting for resource in pool OCluster
2025-10-14 15:36.57: Waiting for worker…
2025-10-14 16:43.42: Got resource from pool OCluster
Building on rosemary
All commits already cached
HEAD is now at e3b2c79 Merge pull request #453 from mrjazzybread/fixity

(from freebsd-14.3-ocaml-4.14)
2025-10-14 16:42.08 ---> using "7e5247e9853d1c2fb95ef9ffdfdb895ef70516f48155f08a9b10db936cb8c6c6" from cache

/: (comment freebsd-14.3-4.14_opam-2.4)

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

/: (env CLICOLOR_FORCE 1)

/: (env OPAMCOLOR always)

/: (workdir /src)

/src: (run (shell "sudo ln -f /usr/local/bin/opam-2.4 /usr/local/bin/opam"))
2025-10-14 16:42.09 ---> using "f8f2ae50f983ba53790a433c81d8570b8becc44c74ab2707cf43746ed1b463d1" from cache

/src: (run (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
2025-10-14 16:42.09 ---> using "a95cd97103c96a777086d9508c45964fbffa4285a5c5e6703b704acabfb6945b" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
FreeBSD 14.3-RELEASE-p3
The OCaml toplevel, version 4.14.2
2.4.1
2025-10-14 16:42.09 ---> using "199d8be57ed603ac6837a6d6cc7e578c2f630e2b79e2520a8892deff98662ca8" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2025-10-14 16:42.09 ---> using "c9d8693a3c313f3750cea43d98891a3f5490d8d3ab8357236d5eb49fea038272" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 || git fetch origin master) && git reset -q --hard deb3de7fc5bdf4eb6ebbacd9c3207c8d6820bc64 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   98696b94e2..deb3de7fc5  master     -> origin/master
deb3de7fc5 Merge pull request #28686 from NathanReb/release-ppxlib-0.37.0

<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository

Everything as up-to-date as possible

The following packages are not being upgraded because the new versions conflict with other installed packages:
  - ocaml.5.3.0
  - ocaml-config.3
However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.3.0"), which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
2025-10-14 16:42.09 ---> using "58a385d95bb58205051a02d5115df9dda4fc5a2433e410b31fca36e6fc369d12" from cache

/src: (copy (src gospel.opam) (dst ./))
2025-10-14 16:42.10 ---> saved as "ad5b182de925527b6670dde48286e1dba9042d633085bebd4401587c052f6371"

/src: (run (network host)
           (shell "opam pin add -yn gospel.dev './'"))
[gospel.dev] synchronised (file:///src)
gospel is now pinned to file:///src (version dev)
2025-10-14 16:42.11 ---> saved as "8616832eef639dc88eae828f9d55157686a32925ee842749b90f5187fda576d8"

/src: (run (network host)
           (shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-10-14 16:42.11 ---> saved as "a7b9c073306e11abd50e80e5f41ccbd21c7f21b618d9d509930a520b9ed8111a"

/src: (env DEPS "astring.0.8.5 base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.1.3.0 cppo.1.8.0 crunch.4.0.0 dune.3.20.2 dune-build-info.3.20.2 fmt.0.11.0 fpath.0.7.3 inferno.20220603 menhir.20250912 menhirCST.20250912 menhirLib.20250912 menhirSdk.20250912 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 odoc.3.1.0 odoc-parser.3.1.0 pp_loc.2.1.0 pprint.20230830 ppx_blob.0.9.0 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppxlib.0.37.0 ptime.1.2.0 re.1.14.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.0 tyxml.4.6.0 unionFind.20250818 uutf.1.0.4")

/src: (env CI true)

/src: (env OCAMLCI true)

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam update --depexts && opam install --cli=2.4 --depext-only -y gospel.dev $DEPS"))
[WARNING] Unknown update command for bsd, skipping system update

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[gospel.dev] synchronised (file:///src)

[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
2025-10-14 16:42.17 ---> saved as "2c989953450a41ccbd13fdca77fcd8b09faf9fb9fe0ca0190790fd071b926bc0"

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 34 packages
   astring             0.8.5
   camlp-streams       5.0.1
   cmdliner            1.3.0
   cppo                1.8.0
   crunch              4.0.0
   dune                3.20.2
   dune-build-info     3.20.2
   fmt                 0.11.0
   fpath               0.7.3
   inferno             20220603
   menhir              20250912
   menhirCST           20250912
   menhirLib           20250912
   menhirSdk           20250912
   ocaml-compiler-libs v0.12.4
   ocamlbuild          0.16.1
   ocamlfind           1.9.8
   odoc                3.1.0
   odoc-parser         3.1.0
   pp_loc              2.1.0
   pprint              20230830
   ppx_blob            0.9.0
   ppx_derivers        1.2.1
   ppx_deriving        6.1.1
   ppxlib              0.37.0
   ptime               1.2.0
   re                  1.14.0
   seq                 base
   sexplib0            v0.17.0
   stdlib-shims        0.3.0
   topkg               1.1.0
   tyxml               4.6.0
   unionFind           20250818
   uutf                1.0.4

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
 retrieved cmdliner.1.3.0  (cached)
 retrieved camlp-streams.5.0.1  (cached)
 retrieved cppo.1.8.0  (cached)
 retrieved crunch.4.0.0  (cached)
 retrieved astring.0.8.5  (cached)
 retrieved fmt.0.11.0  (cached)
 retrieved fpath.0.7.3  (cached)
 retrieved inferno.20220603  (cached)
 retrieved ocaml-compiler-libs.v0.12.4  (cached)
 retrieved ocamlbuild.0.16.1  (cached)
 retrieved ocamlfind.1.9.8  (cached)
 retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912  (cached)
 retrieved odoc.3.1.0, odoc-parser.3.1.0  (cached)
 retrieved pp_loc.2.1.0  (cached)
 retrieved dune.3.20.2, dune-build-info.3.20.2  (cached)
 retrieved ppx_derivers.1.2.1  (cached)
 retrieved ppx_blob.0.9.0  (cached)
 retrieved ppx_deriving.6.1.1  (cached)
 retrieved pprint.20230830  (cached)
 installed ocamlbuild.0.16.1
 retrieved re.1.14.0  (cached)
 retrieved seq.base  (cached)
 installed seq.base
 retrieved sexplib0.v0.17.0  (cached)
 retrieved ptime.1.2.0  (cached)
 retrieved topkg.1.1.0  (cached)
 retrieved stdlib-shims.0.3.0  (cached)
 retrieved tyxml.4.6.0  (cached)
 retrieved unionFind.20250818  (cached)
 retrieved uutf.1.0.4  (cached)
 retrieved ppxlib.0.37.0  (cached)
 installed cmdliner.1.3.0
 installed ocamlfind.1.9.8
 installed topkg.1.1.0
 installed uutf.1.0.4
 installed ptime.1.2.0
 installed fmt.0.11.0
 installed astring.0.8.5
 installed fpath.0.7.3
 installed dune.3.20.2
 installed menhirCST.20250912
 installed crunch.4.0.0
 installed cppo.1.8.0
 installed camlp-streams.5.0.1
 installed unionFind.20250818
 installed stdlib-shims.0.3.0
 installed ppx_derivers.1.2.1
 installed pprint.20230830
 installed pp_loc.2.1.0
 installed sexplib0.v0.17.0
 installed ocaml-compiler-libs.v0.12.4
 installed menhirSdk.20250912
 installed menhirLib.20250912
 installed dune-build-info.3.20.2
 installed inferno.20220603
 installed odoc-parser.3.1.0
 installed re.1.14.0
 installed tyxml.4.6.0
 installed odoc.3.1.0
 installed menhir.20250912
 installed ppxlib.0.37.0
 installed ppx_blob.0.9.0
 installed ppx_deriving.6.1.1
Done.
2025-10-14 16:43.16 ---> saved as "5daf02ced85b0a0f528265297cc3a5e257f133ab5bd23fc56ac55f50bc333195"

/src: (copy (src .) (dst /src))
2025-10-14 16:43.17 ---> saved as "1b1d11fe123b86459831acc5e15f403e9abc96f7ed90c2d1d5cc14d80d79fe01"

/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2025-10-14 16:43.24 ---> saved as "595ec83efcc2224194b833b83cdc00bd1b46977dbbd2262b05ed39ba776d39fa"
Job succeeded
2025-10-14 16:44.58: Job succeeded