OrganisationsmirageZarithdf8969 (zarith-1.14)freebsd-15.0-5.4_opam-2.5

freebsd-15.0-5.4_opam-2.5

Logs

Show full logs
2026-05-22 09:47.35: New job: test mirage/Zarith https://github.com/mirage/Zarith.git#refs/heads/zarith-1.14 (df8969d9bb95cffca13e31a615189ab27ada0684) (freebsd-x86_64:freebsd-15.0-5.4_opam-2.5)
Base: freebsd-15.0-ocaml-5.4
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/mirage/Zarith.git" -b "zarith-1.14" && cd "Zarith" && git reset --hard df8969d9
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM freebsd-15.0-ocaml-5.4
# freebsd-15.0-5.4_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 c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && 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 zarith.opam ./
RUN opam pin add -yn zarith.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base conf-m4.1 dune.3.23.1 gmp.6.3.0 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.1"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --depext-only -y zarith.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-22 09:47.35: Using cache hint "mirage/Zarith-freebsd-15.0-ocaml-5.4-freebsd-15.0-5.4_opam-2.5-3cfef00677ebfc438bae2c5021167bb3"
2026-05-22 09:47.35: Using OBuilder spec:
((from freebsd-15.0-ocaml-5.4)
 (comment freebsd-15.0-5.4_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 c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && 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 zarith.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn zarith.dev './'"))
 (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
 (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base conf-m4.1 dune.3.23.1 gmp.6.3.0 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.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 zarith.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-22 09:47.35: Waiting for resource in pool OCluster
2026-05-22 10:49.25: Waiting for worker…
2026-05-22 11:47.32: Got resource from pool OCluster
Building on rosemary
All commits already cached
HEAD is now at df8969d Dunify and be compatible with MirageOS 4 (for 1.14)

(from freebsd-15.0-ocaml-5.4)
2026-05-22 11:53.03 ---> using "e2f9399617b174328a08b4d831e677f3a97fbfa86ae070bfd238f77cd03a9525" from cache

/: (comment freebsd-15.0-5.4_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-22 11:53.04 ---> using "781b57a4d4f2bf94cdb9becd5038442a59a2ca35fdf36b854445c032b968c335" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && git log --no-decorate -n1 --oneline"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   dd592986d4..3e30e43808  master     -> origin/master
c180e16309 Merge pull request #29907 from dra27/host-arch-fixes
2026-05-22 11:53.04 ---> using "c2cda2e56642b4eb6e562886347b792aa905f7ede0a3c37ac4d1d98d0da2d345" 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-22 11:53.04 ---> using "1b3c19695c6e31db0f7da2b3cb7e1044eabf49177fa202e6378e442557f8cb2b" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
FreeBSD 15.0-RELEASE-p6
The OCaml toplevel, version 5.4.1
2.5.0
2026-05-22 11:53.04 ---> using "7e46bb49654beeeca9e40e8b1ec82c4784478ada993bd05b101bd7a6b2dceec5" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2026-05-22 11:53.05 ---> using "3427ba97a56bbc5904630bf247fdb3641a7d7e75499187de2234b6f4d8e3ce5b" 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
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-22 11:53.05 ---> using "f6d3f7f0f64457c8da62f99a68dfdeaccba90264d3fff14456f9753b490f8c49" from cache

/src: (copy (src zarith.opam) (dst ./))
2026-05-22 11:53.05 ---> saved as "436995ac0f1acabadcf94d2d7cd1aeb5badb2394ee9a0c89cffb4fdf3a2e4ec1"

/src: (run (network host)
           (shell "opam pin add -yn zarith.dev './'"))
[zarith.dev] synchronised (file:///src)
zarith is now pinned to file:///src (version dev)
2026-05-22 11:53.07 ---> saved as "232bbe3a2b46a8be97f3541ff148f317d61326915249de59bc62fcf0893a6dee"

/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-05-22 11:53.08 ---> saved as "716dbd062a4100b26964f9950b1732eb8072825025090577349ba678f59e9e77"

/src: (env DEPS "base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base conf-m4.1 dune.3.23.1 gmp.6.3.0 ocaml.5.4.1 ocaml-base-compiler.5.4.1 ocaml-compiler.5.4.1 ocaml-config.3 ocaml-options-vanilla.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 zarith.dev $DEPS"))
[WARNING] Unknown update command for bsd, skipping system update

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[zarith.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 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.4.1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1).
[NOTE] Package ocaml is already installed (current version is 5.4.1).
[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-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
2026-05-22 11:53.15 ---> saved as "e53f82cc6169786222fe22113e888cc8fba94e307b7f3a1edd9b1987d9e7b92c"

/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 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.4.1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.4.1).
[NOTE] Package ocaml is already installed (current version is 5.4.1).
[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-nnp is already installed (current version is base).
[NOTE] Package base-effects is already installed (current version is base).
[NOTE] Package base-domains 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 3 packages
   conf-m4 1
   dune    3.23.1
   gmp     6.3.0

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
 installed conf-m4.1
 retrieved gmp.6.3.0  (cached)
 retrieved dune.3.23.1  (cached)
 installed dune.3.23.1
 installed gmp.6.3.0
Done.
2026-05-22 11:55.29 ---> saved as "f1966a95d69790a94753821c6f36f8116a90e21b712b3d98d7786454ae536943"

/src: (copy (src .) (dst /src))
2026-05-22 11:55.29 ---> saved as "cbfae1a230e135b09d9f3505dbdbb287d28f8657f386483464970c78e8b94d3e"

/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && /usr/local/bin/bash -e -u -o pipefail -c 'env CC="cc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread" LDFLAGS="-L/home/opam/.opam/5.4.1/lib/gmp/" CFLAGS="-I/home/opam/.opam/5.4.1/lib/gmp/" CPPFLAGS="-I/home/opam/.opam/5.4.1/lib/gmp/" ./configure --ocamllibdir /home/opam/.opam/5.4.1/lib/ocaml')
binary ocaml: found in /home/opam/.opam/5.4.1/bin
binary ocamlc: found in /home/opam/.opam/5.4.1/bin
binary ocamldep: found in /home/opam/.opam/5.4.1/bin
binary ocamlmklib: found in /home/opam/.opam/5.4.1/bin
binary ocamldoc: found in /home/opam/.opam/5.4.1/bin
binary cc: found in /usr/bin
binary ocamlopt: found in /home/opam/.opam/5.4.1/bin
checking compilation with  -I/home/opam/.opam/5.4.1/lib/gmp/: working
include caml/mlvalues.h: found
library dynlink.cmxa: found
binary ocamlfind: not found
binary install: found in /usr/bin
OCaml's word size is 64
include gmp.h: found
library gmp: found
OCaml supports -bin-annot to produce documentation

detected configuration:

  native-code:          yes
  dynamic linking:      yes
  defines:              -DHAS_GMP 
  includes:             -I/home/opam/.opam/5.4.1/lib/ocaml -I/home/opam/.opam/5.4.1/lib/gmp/
  libraries:             -lgmp
  linker options:       -L/home/opam/.opam/5.4.1/lib/gmp/
  C options:            -I/home/opam/.opam/5.4.1/lib/gmp/
  installation path:    /home/opam/.opam/5.4.1/lib/ocaml
  installation method   install

configuration successful!
now type "make" to build
then type "make install" or "sudo make install" to install
2026-05-22 11:55.35 ---> saved as "be4df7e6544dfb319bddb37bae4579f5dd6618f7bff8e4f3fe008cf4e1b7d237"
Job succeeded
2026-05-22 12:02.54: Job succeeded