Organisationsocaml-gospelgospel5597c6 (0.3.1)freebsd-14.3-4.14_opam-2.5

freebsd-14.3-4.14_opam-2.5

Link Copied
Code Copied

Logs

2026-04-22 14:13.09: New job: test ocaml-gospel/gospel https://github.com/ocaml-gospel/gospel.git#refs/heads/0.3.1 (5597c61db68efe950b838832f412aa6a9c8e6229) (freebsd-x86_64:freebsd-14.3-4.14_opam-2.5)
Base: freebsd-14.3-ocaml-4.14
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ocaml-gospel/gospel.git" -b "0.3.1" && cd "gospel" && git reset --hard 5597c61d
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM freebsd-14.3-ocaml-4.14
# freebsd-14.3-4.14_opam-2.5
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/local/bin/opam-2.5 /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 036883c5402b41e0d35f6b200245cc7c3a302395 || git fetch origin master) && git reset -q --hard 036883c5402b41e0d35f6b200245cc7c3a302395 && 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.2.1.1 cppo.1.8.0 crunch.4.0.0 dune.3.22.2 dune-build-info.3.22.2 fmt.0.11.0 fpath.0.7.3 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 ocaml.4.14.3 ocaml-base-compiler.4.14.3 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 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppxlib.0.38.0 ptime.1.2.0 re.1.14.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.1 tyxml.4.6.0 uutf.1.0.4"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --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


2026-04-22 14:13.09: Using cache hint "ocaml-gospel/gospel-freebsd-14.3-ocaml-4.14-freebsd-14.3-4.14_opam-2.5-8c3bde457049f244a41aed6a1af65494"
2026-04-22 14:13.09: Using OBuilder spec:
((from freebsd-14.3-ocaml-4.14)
(comment freebsd-14.3-4.14_opam-2.5)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/local/bin/opam-2.5 /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 036883c5402b41e0d35f6b200245cc7c3a302395 || git fetch origin master) && git reset -q --hard 036883c5402b41e0d35f6b200245cc7c3a302395 && 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 (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.2.1.1 cppo.1.8.0 crunch.4.0.0 dune.3.22.2 dune-build-info.3.22.2 fmt.0.11.0 fpath.0.7.3 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 ocaml.4.14.3 ocaml-base-compiler.4.14.3 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 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppxlib.0.38.0 ptime.1.2.0 re.1.14.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.1 tyxml.4.6.0 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.5 --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"))
)


2026-04-22 14:13.09: Waiting for resource in pool OCluster
2026-04-22 15:03.04: Waiting for worker…
2026-04-22 15:52.36: Got resource from pool OCluster
Building on rosemary
All commits already cached
HEAD is now at 5597c61 Update Changelog


(from freebsd-14.3-ocaml-4.14)
2026-04-22 16:03.59 ---> using "7e5247e9853d1c2fb95ef9ffdfdb895ef70516f48155f08a9b10db936cb8c6c6" from cache


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


/: (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.5 /usr/local/bin/opam"))
2026-04-22 16:03.59 ---> using "cc65ce37998b2d98fc767b9dc7c3b5c83138e1952bec339ac27a7bb4d9d920d3" 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
2026-04-22 16:04.00 ---> using "87889fea7d09081125d96054d270a07df14f9b2a5c081c0c9434b9f215ecc218" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
FreeBSD 14.3-RELEASE-p3
The OCaml toplevel, version 4.14.3
2.5.0
2026-04-22 16:04.00 ---> using "4a6e16f39bb2fab11842c96050ea21902749c68aefdffcd64774b8b7640a3492" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-04-22 16:04.00 ---> using "ca1b89b4fcfce73b3b6ab80b797b154eda5f870ad814c498da3e18daf8f4b36f" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 036883c5402b41e0d35f6b200245cc7c3a302395 || git fetch origin master) && git reset -q --hard 036883c5402b41e0d35f6b200245cc7c3a302395 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
42844088d7..80ba534fc6  master     -> origin/master
036883c540 Merge pull request #29788 from dbuenzli/b0-publish-cmdliner.2.1.1


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository
default (at git+file:///home/opam/opam-repository):
[WARNING] opam is out-of-date. Please consider updating it (https://opam.ocaml.org/doc/Install.html)


default (at git+file:///home/opam/opam-repository):
[INFO] opam 2.5.1 includes security fixes; please consider upgrading (https://opam.ocaml.org/doc/Install.html)


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.5.0
- ocaml-config.3
However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.0"), which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
2026-04-22 16:04.00 ---> using "55690a4459594aa3db021c8c83ec292ecd250c910a41ba5a18fceaa5776489b4" from cache


/src: (copy (src gospel.opam) (dst ./))
2026-04-22 16:04.01 ---> saved as "66fe4f2e5469276b0718077851d1cd63a63575324393451fed0064d239cb98fc"


/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)
2026-04-22 16:04.02 ---> saved as "f3002f5bddb171e5bc0a08d8e97dd6b8c6ea61936c534f4c6296b41f8079b5cc"


/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-04-22 16:04.02 ---> saved as "9ef2639bdab3706a2d7c0b5f0315a2bc5ede72b60f9974a6955e305266dcaaa3"


/src: (env DEPS "astring.0.8.5 base-bigarray.base base-threads.base base-unix.base camlp-streams.5.0.1 cmdliner.2.1.1 cppo.1.8.0 crunch.4.0.0 dune.3.22.2 dune-build-info.3.22.2 fmt.0.11.0 fpath.0.7.3 menhir.20260209 menhirCST.20260209 menhirGLR.20260209 menhirLib.20260209 menhirSdk.20260209 ocaml.4.14.3 ocaml-base-compiler.4.14.3 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 ppx_derivers.1.2.1 ppx_deriving.6.1.1 ppxlib.0.38.0 ptime.1.2.0 re.1.14.0 seq.base sexplib0.v0.17.0 stdlib-shims.0.3.0 topkg.1.1.1 tyxml.4.6.0 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.5 --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.3).
[NOTE] Package ocaml is already installed (current version is 4.14.3).
[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).
2026-04-22 16:04.09 ---> saved as "232e7eb704541cbf06191e5f753fe4c3b9e8efb826526dafaf01ba487fdeef24"


/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.3).
[NOTE] Package ocaml is already installed (current version is 4.14.3).
[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 31 packages
 astring             0.8.5
 camlp-streams       5.0.1
 cmdliner            2.1.1
 cppo                1.8.0
 crunch              4.0.0
 dune                3.22.2
 dune-build-info     3.22.2
 fmt                 0.11.0
 fpath               0.7.3
 menhir              20260209
 menhirCST           20260209
 menhirGLR           20260209
 menhirLib           20260209
 menhirSdk           20260209
 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
 ppx_derivers        1.2.1
 ppx_deriving        6.1.1
 ppxlib              0.38.0
 ptime               1.2.0
 re                  1.14.0
 seq                 base
 sexplib0            v0.17.0
 stdlib-shims        0.3.0
 topkg               1.1.1
 tyxml               4.6.0
 uutf                1.0.4


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
 retrieved cmdliner.2.1.1  (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 ocaml-compiler-libs.v0.12.4  (cached)
 retrieved ocamlbuild.0.16.1  (cached)
 retrieved ocamlfind.1.9.8  (cached)
 retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209  (cached)
 retrieved odoc.3.1.0, odoc-parser.3.1.0  (cached)
 retrieved pp_loc.2.1.0  (cached)
 retrieved ppx_derivers.1.2.1  (cached)
 retrieved dune.3.22.2, dune-build-info.3.22.2  (cached)
 retrieved ptime.1.2.0  (cached)
 retrieved ppxlib.0.38.0  (cached)
 retrieved seq.base  (cached)
 installed seq.base
 retrieved re.1.14.0  (cached)
 retrieved sexplib0.v0.17.0  (cached)
 retrieved ppx_deriving.6.1.1  (cached)
 retrieved stdlib-shims.0.3.0  (cached)
 retrieved uutf.1.0.4  (cached)
 retrieved tyxml.4.6.0  (cached)
 retrieved topkg.1.1.1  (cached)
 installed ocamlfind.1.9.8
 installed cmdliner.2.1.1
 installed ocamlbuild.0.16.1
 installed topkg.1.1.1
 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.22.2
 installed menhirCST.20260209
 installed crunch.4.0.0
 installed cppo.1.8.0
 installed camlp-streams.5.0.1
 installed stdlib-shims.0.3.0
 installed ppx_derivers.1.2.1
 installed pp_loc.2.1.0
 installed ocaml-compiler-libs.v0.12.4
 installed menhirSdk.20260209
 installed menhirLib.20260209
 installed sexplib0.v0.17.0
 installed menhirGLR.20260209
 installed dune-build-info.3.22.2
 installed odoc-parser.3.1.0
 installed re.1.14.0
 installed tyxml.4.6.0
 installed menhir.20260209
 installed odoc.3.1.0
 installed ppxlib.0.38.0
 installed ppx_deriving.6.1.1
Done.
2026-04-22 16:05.20 ---> saved as "4286d9c6a4f9a9ca413ef3b9c640f557777f751461cf2cedd09a0774a5a1b77d"


/src: (copy (src .) (dst /src))
2026-04-22 16:05.21 ---> saved as "4b275ed0e9a20435282ea9393a002f6ee000c73efe4679f427dfccb1fe53d138"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2026-04-22 16:05.30 ---> saved as "aa67c0459746fdba6b92166645ab9e54085d0639adea6a8fb8bf6ad588aa3122"
Job succeeded
2026-04-22 16:09.07: Job succeeded