OrganisationsMisterDAwindows-version1994f5 (main)freebsd-15.0-4.14_opam-2.5

freebsd-15.0-4.14_opam-2.5

Logs

Show full logs
2026-05-19 17:07.20: New job: test MisterDA/windows-version https://github.com/MisterDA/windows-version.git#refs/heads/main (1994f53476c9203ee587ea28e421dc8d1cde74bf) (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/MisterDA/windows-version.git" -b "main" && cd "windows-version" && git reset --hard 1994f534
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 cd ~/opam-repository && (git cat-file -e df6ab556b4610df043dd3ef62a0ddf23f8661b1c || git fetch origin master) && git reset -q --hard df6ab556b4610df043dd3ef62a0ddf23f8661b1c && git log --no-decorate -n1 --oneline
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN opam update -u
COPY --chown=1000:1000 windows-version.opam ./
RUN opam pin add -yn windows-version.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="astring.0.8.5 base.v0.16.5 base-bigarray.base base-threads.base base-unix.base cppo.1.8.0 csexp.1.5.2 dune.3.23.1 dune-configurator.3.23.1 fmt.0.11.0 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 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.1.1"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --depext-only -y windows-version.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-05-19 17:07.20: Using cache hint "MisterDA/windows-version-freebsd-15.0-ocaml-4.14-freebsd-15.0-4.14_opam-2.5-b5f46044b9bd65e2db04e5d773157faf"
2026-05-19 17:07.20: 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 (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "cd ~/opam-repository && (git cat-file -e df6ab556b4610df043dd3ef62a0ddf23f8661b1c || git fetch origin master) && git reset -q --hard df6ab556b4610df043dd3ef62a0ddf23f8661b1c && git log --no-decorate -n1 --oneline"))
 (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 "opam update -u"))
 (copy (src windows-version.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn windows-version.dev './'"))
 (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
 (env DEPS "astring.0.8.5 base.v0.16.5 base-bigarray.base base-threads.base base-unix.base cppo.1.8.0 csexp.1.5.2 dune.3.23.1 dune-configurator.3.23.1 fmt.0.11.0 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 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.1.1")
 (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 windows-version.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-05-19 17:07.20: Waiting for resource in pool OCluster
2026-05-19 18:22.15: Waiting for worker…
2026-05-19 19:33.45: Got resource from pool OCluster
Building on rosemary
All commits already cached
HEAD is now at 1994f53 Initial import from ocaml-dockerfile

(from freebsd-15.0-ocaml-4.14)
2026-05-19 19:29.37 ---> 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-05-19 19:29.38 ---> using "4538f703783db625d7bb0efc9c3955070c7cf00e8ba9c026a6fd4f53f70a8773" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e df6ab556b4610df043dd3ef62a0ddf23f8661b1c || git fetch origin master) && git reset -q --hard df6ab556b4610df043dd3ef62a0ddf23f8661b1c && git log --no-decorate -n1 --oneline"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   dd592986d4..df6ab556b4  master     -> origin/master
df6ab556b4 Merge pull request #29903 from shonfeder/release-dune-3.23.1
2026-05-19 19:29.38 ---> using "84eda6c103baecf1bbb6c446b92a56213552a1e8533183334fdd255170320c70" 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] 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)

2026-05-19 19:29.39 ---> using "a2bcbdade384e2669e4c39f067a875cf58a3d228f0f73d4b74106846a6f4f5e5" 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-05-19 19:29.40 ---> using "893f7fc468a4e1f36076a17536e31855fffb28ead72f1522ce61f19225d6186a" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2026-05-19 19:29.40 ---> using "92e00001f822b2b6b537615553e3cb8c1a36bd3877deab73a595cf054793036b" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam update -u"))

<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes 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.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-05-19 19:29.41 ---> using "686723af1d5aa8a28ff2caa39c143fdd00ad944b30cee045fe16634d19b5cef2" from cache

/src: (copy (src windows-version.opam) (dst ./))
2026-05-19 19:30.28 ---> saved as "7b9cd105ea62aa3c424cab87181e82dac799d3f817eeba90fd339419b995f236"

/src: (run (network host)
           (shell "opam pin add -yn windows-version.dev './'"))
[NOTE] Package windows-version does not exist in opam repositories registered in the current switch.
[windows-version.dev] synchronised (file:///src)
windows-version is now pinned to file:///src (version dev)
2026-05-19 19:30.31 ---> saved as "7198e2112f91c84798fec624d6d37edeafcf7fcb71c2d92835e3b85fe6127efe"

/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-05-19 19:30.32 ---> saved as "bbda23b67102a8012c9a6f24b58787a6fe22013e483a767c91b9c2c443868484"

/src: (env DEPS "astring.0.8.5 base.v0.16.5 base-bigarray.base base-threads.base base-unix.base cppo.1.8.0 csexp.1.5.2 dune.3.23.1 dune-configurator.3.23.1 fmt.0.11.0 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 ppx_derivers.1.2.1 ppx_deriving.6.0.3 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.1.1")

/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 windows-version.dev $DEPS"))
[WARNING] Unknown update command for bsd, skipping system update

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[windows-version.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-05-19 19:30.46 ---> saved as "9fb61ad91231d6eb43fd79637015bb4a09fbfc17d50b274738beabce348257d4"

/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 17 packages
   astring             0.8.5
   base                v0.16.5
   cppo                1.8.0
   csexp               1.5.2
   dune                3.23.1
   dune-configurator   3.23.1
   fmt                 0.11.0
   ocaml-compiler-libs v0.12.4
   ocamlbuild          0.16.1
   ocamlfind           1.9.8
   ppx_derivers        1.2.1
   ppx_deriving        6.0.3
   ppx_sexp_conv       v0.16.0
   ppxlib              0.35.0
   sexplib0            v0.16.0
   stdlib-shims        0.3.0
   topkg               1.1.1

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
 retrieved cppo.1.8.0  (cached)
 retrieved base.v0.16.5  (cached)
 retrieved csexp.1.5.2  (cached)
 retrieved astring.0.8.5  (cached)
 retrieved fmt.0.11.0  (cached)
 retrieved ocaml-compiler-libs.v0.12.4  (cached)
 retrieved ocamlfind.1.9.8  (cached)
 retrieved ppx_derivers.1.2.1  (cached)
 retrieved ocamlbuild.0.16.1  (cached)
 retrieved ppx_sexp_conv.v0.16.0  (cached)
 retrieved ppx_deriving.6.0.3  (cached)
 retrieved sexplib0.v0.16.0  (cached)
 retrieved stdlib-shims.0.3.0  (cached)
 retrieved topkg.1.1.1  (cached)
 retrieved ppxlib.0.35.0  (cached)
 retrieved dune.3.23.1, dune-configurator.3.23.1  (cached)
 installed ocamlfind.1.9.8
 installed ocamlbuild.0.16.1
 installed topkg.1.1.1
 installed fmt.0.11.0
 installed astring.0.8.5
 installed dune.3.23.1
 installed stdlib-shims.0.3.0
 installed ppx_derivers.1.2.1
 installed csexp.1.5.2
 installed sexplib0.v0.16.0
 installed ocaml-compiler-libs.v0.12.4
 installed cppo.1.8.0
 installed dune-configurator.3.23.1
 installed base.v0.16.5
 installed ppxlib.0.35.0
 installed ppx_deriving.6.0.3
 installed ppx_sexp_conv.v0.16.0
Done.
2026-05-19 19:33.02 ---> saved as "a1eefa04fb53aecd3295a85d3de79e3ba6dbfa843145f6599e78054b28649968"

/src: (copy (src .) (dst /src))
2026-05-19 19:33.03 ---> saved as "f70b3a93c81529095e34d226db9215300b985775336858ee838c15838689b403"

/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2026-05-19 19:33.09 ---> saved as "7b030fbc488d44b42c7cb8fa2e3bb389e27fe390f7dc839ec4868d231b33b7f7"
Job succeeded
2026-05-19 19:40.34: Job succeeded