Organisationsocurrentocaml-dockerfile05a6bd (remove-opam-2)freebsd-15.0-4.14_opam-2.5

freebsd-15.0-4.14_opam-2.5

Logs

Show full logs
2026-04-29 12:51.23: New job: test ocurrent/ocaml-dockerfile https://github.com/ocurrent/ocaml-dockerfile.git#refs/heads/remove-opam-2 (05a6bd14f2e76fe006a6e4069cc832017a0d02a7) (freebsd-x86_64:freebsd-15.0-4.14_opam-2.5)
Base: freebsd-15.0-ocaml-4.14
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/ocurrent/ocaml-dockerfile.git" -b "remove-opam-2" && cd "ocaml-dockerfile" && git reset --hard 05a6bd14
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM freebsd-15.0-ocaml-4.14
# freebsd-15.0-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 24618e1786711fef2cc7e5a769e742b764fd7f0c || git fetch origin master) && git reset -q --hard 24618e1786711fef2cc7e5a769e742b764fd7f0c && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 dockerfile.opam dockerfile-opam.opam dockerfile-cmd.opam ./
RUN opam pin add -yn dockerfile.dev './' && \
    opam pin add -yn dockerfile-opam.dev './' && \
    opam pin add -yn dockerfile-cmd.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="alcotest.1.9.1 astring.0.8.5 base.v0.16.5 base-bigarray.base base-threads.base base-unix.base bos.0.3.0 cmdliner.2.1.1 csexp.1.5.2 dune.3.22.2 dune-configurator.3.22.2 fmt.0.11.0 fpath.0.7.3 logs.0.10.0 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.1.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 re.1.14.0 rresult.0.7.0 sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.1.1 uutf.1.0.4"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --depext-only -y dockerfile.dev dockerfile-opam.dev dockerfile-cmd.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-29 12:51.23: Using cache hint "ocurrent/ocaml-dockerfile-freebsd-15.0-ocaml-4.14-freebsd-15.0-4.14_opam-2.5-379c63057881cb053c43619a94b7b445"
2026-04-29 12:51.23: Using OBuilder spec:
((from freebsd-15.0-ocaml-4.14)
 (comment freebsd-15.0-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 24618e1786711fef2cc7e5a769e742b764fd7f0c || git fetch origin master) && git reset -q --hard 24618e1786711fef2cc7e5a769e742b764fd7f0c && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src dockerfile.opam dockerfile-opam.opam dockerfile-cmd.opam)
       (dst ./))
 (run (network host)
      (shell  "opam pin add -yn dockerfile.dev './' && \
             \nopam pin add -yn dockerfile-opam.dev './' && \
             \nopam pin add -yn dockerfile-cmd.dev './'"))
 (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
 (env DEPS "alcotest.1.9.1 astring.0.8.5 base.v0.16.5 base-bigarray.base base-threads.base base-unix.base bos.0.3.0 cmdliner.2.1.1 csexp.1.5.2 dune.3.22.2 dune-configurator.3.22.2 fmt.0.11.0 fpath.0.7.3 logs.0.10.0 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.1.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 re.1.14.0 rresult.0.7.0 sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.1.1 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 dockerfile.dev dockerfile-opam.dev dockerfile-cmd.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-29 12:51.23: Waiting for resource in pool OCluster
2026-04-29 17:14.33: Waiting for worker…
2026-04-29 18:30.08: Got resource from pool OCluster
Building on rosemary
All commits already cached
HEAD is now at 05a6bd1 alias opam 2.1 to /usr/bin/opaj

(from freebsd-15.0-ocaml-4.14)
2026-04-29 18:35.59 ---> using "72cdd96d2d21f8c55140a83e6aa1d871999cc103a298a3bf0e5db4a314024f45" from cache

/: (comment freebsd-15.0-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-29 18:36.01 ---> using "4538f703783db625d7bb0efc9c3955070c7cf00e8ba9c026a6fd4f53f70a8773" 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-29 18:36.04 ---> using "5b8ccc8e555d7cd0f1032f902b03180b4a94661bb370b5a12ce602073b7e0ee3" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
FreeBSD 15.0-RELEASE-p6
The OCaml toplevel, version 4.14.3
2.5.0
2026-04-29 18:36.05 ---> using "63dbf484679c53eec2cd63fc0cfb2a328df30922e62a61c8641a841e6a756d1d" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2026-04-29 18:36.09 ---> using "58d88452eeb4eb022753991a08e7397c7288aff7a4440207912f07c2c5a346a8" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 24618e1786711fef2cc7e5a769e742b764fd7f0c || git fetch origin master) && git reset -q --hard 24618e1786711fef2cc7e5a769e742b764fd7f0c && git log --no-decorate -n1 --oneline && opam update -u"))
24618e1786 Merge pull request #29744 from nmatschke/opam-publish-base.v0.16.5

<><> 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-29 18:36.12 ---> using "f9bd564f95447c57c3514d6087d05fbe8cf183ac9d04cad195d571cfb077ac95" from cache

/src: (copy (src dockerfile.opam dockerfile-opam.opam dockerfile-cmd.opam)
            (dst ./))
2026-04-29 18:36.14 ---> using "991166fedaedab05a7282168e33f40ae309e43daa0c2c01183ce5528c19339b7" from cache

/src: (run (network host)
           (shell  "opam pin add -yn dockerfile.dev './' && \
                  \nopam pin add -yn dockerfile-opam.dev './' && \
                  \nopam pin add -yn dockerfile-cmd.dev './'"))
[dockerfile.dev] synchronised (file:///src)
dockerfile is now pinned to file:///src (version dev)
[dockerfile-opam.dev] synchronised (file:///src)
dockerfile-opam is now pinned to file:///src (version dev)
[dockerfile-cmd.dev] synchronised (file:///src)
dockerfile-cmd is now pinned to file:///src (version dev)
2026-04-29 18:36.16 ---> using "b1440c07f43ca663763a12bcd63d7d5c476dc772581d0900fef4a08dc14320b5" from cache

/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-04-29 18:36.17 ---> using "2af8110452ce6d3a84bf07f5ce17122e30ff619a057d9d96b340415b0251be27" from cache

/src: (env DEPS "alcotest.1.9.1 astring.0.8.5 base.v0.16.5 base-bigarray.base base-threads.base base-unix.base bos.0.3.0 cmdliner.2.1.1 csexp.1.5.2 dune.3.22.2 dune-configurator.3.22.2 fmt.0.11.0 fpath.0.7.3 logs.0.10.0 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocaml-version.4.1.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 ppx_derivers.1.2.1 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 re.1.14.0 rresult.0.7.0 sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.1.1 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 dockerfile.dev dockerfile-opam.dev dockerfile-cmd.dev $DEPS"))
[WARNING] Unknown update command for bsd, skipping system update

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[dockerfile-opam.dev] synchronised (file:///src)
[dockerfile-cmd.dev] synchronised (file:///src)
[dockerfile.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-29 18:36.18 ---> using "f6c07fae89134c84a42e3940766dd53a0e3376bca09bd4e2d31f18d1abfc488d" from cache

/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 25 packages
   alcotest            1.9.1
   astring             0.8.5
   base                v0.16.5
   bos                 0.3.0
   cmdliner            2.1.1
   csexp               1.5.2
   dune                3.22.2
   dune-configurator   3.22.2
   fmt                 0.11.0
   fpath               0.7.3
   logs                0.10.0
   ocaml-compiler-libs v0.12.4
   ocaml-syntax-shims  1.0.0
   ocaml-version       4.1.0
   ocamlbuild          0.16.1
   ocamlfind           1.9.8
   ppx_derivers        1.2.1
   ppx_sexp_conv       v0.16.0
   ppxlib              0.35.0
   re                  1.14.0
   rresult             0.7.0
   sexplib0            v0.16.0
   stdlib-shims        0.3.0
   topkg               1.1.1
   uutf                1.0.4

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
 retrieved base.v0.16.5  (cached)
 retrieved astring.0.8.5  (cached)
 retrieved alcotest.1.9.1  (cached)
 retrieved cmdliner.2.1.1  (cached)
 retrieved csexp.1.5.2  (cached)
 retrieved bos.0.3.0  (cached)
 retrieved fmt.0.11.0  (cached)
 retrieved fpath.0.7.3  (cached)
 retrieved ocaml-compiler-libs.v0.12.4  (cached)
 retrieved logs.0.10.0  (cached)
 retrieved ocaml-syntax-shims.1.0.0  (cached)
 retrieved ocaml-version.4.1.0  (cached)
 retrieved ocamlfind.1.9.8  (cached)
 retrieved ocamlbuild.0.16.1  (cached)
 retrieved ppx_sexp_conv.v0.16.0  (cached)
 retrieved ppx_derivers.1.2.1  (cached)
 retrieved re.1.14.0  (cached)
 retrieved rresult.0.7.0  (cached)
 retrieved sexplib0.v0.16.0  (cached)
 retrieved stdlib-shims.0.3.0  (cached)
 retrieved topkg.1.1.1  (cached)
 retrieved uutf.1.0.4  (cached)
 retrieved ppxlib.0.35.0  (cached)
 retrieved dune.3.22.2, dune-configurator.3.22.2  (cached)
 installed cmdliner.2.1.1
 installed ocamlbuild.0.16.1
 installed ocamlfind.1.9.8
 installed topkg.1.1.1
 installed rresult.0.7.0
 installed uutf.1.0.4
 installed fmt.0.11.0
 installed astring.0.8.5
 installed fpath.0.7.3
 installed logs.0.10.0
 installed bos.0.3.0
 installed dune.3.22.2
 installed stdlib-shims.0.3.0
 installed ppx_derivers.1.2.1
 installed csexp.1.5.2
 installed sexplib0.v0.16.0
 installed ocaml-version.4.1.0
 installed ocaml-syntax-shims.1.0.0
 installed ocaml-compiler-libs.v0.12.4
 installed re.1.14.0
 installed dune-configurator.3.22.2
 installed alcotest.1.9.1
 installed base.v0.16.5
 installed ppxlib.0.35.0
 installed ppx_sexp_conv.v0.16.0
Done.
2026-04-29 18:36.21 ---> using "f7d479c8913d02e2c4174493511bccdd43b20d183affb4ab778fd14d8fc52915" from cache

/src: (copy (src .) (dst /src))
2026-04-29 18:36.28 ---> saved as "23bc2aa5844e48a7513615723c1e50e42a1ff7e1d20a87efcded666b0b3cb804"

/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/test && ./dockerfile.exe)
Testing `test'.
This run has ID `T496KH4A'.

  [OK]          dockerfile          0   string_of_t.
  [OK]          dockerfile          1   string_of_t.
  [OK]          dockerfile          2   Format RUN heredocs.

Full test results in `/src/_build/default/test/_build/_tests/test'.
Test Successful in 0.001s. 3 tests run.
(cd _build/default/test-opam && ./dockerfile.exe)
Testing `test'.
This run has ID `9R0MLRT0'.

  [OK]          dockerfile-opam          0   Distro.compare.

Full test results in `/src/_build/default/test-opam/_build/_tests/test'.
Test Successful in 0.000s. 1 test run.
2026-04-29 18:36.46 ---> saved as "b9d0afefd2b9e27d39427884c8f780759667dabd67f8ed9f1900c9cf78900f42"
Job succeeded
2026-04-29 18:44.09: Job succeeded