Organisationsgeocamlocaml-tiffd42405 (main)freebsd-14.1-5.3_opam-2.3

freebsd-14.1-5.3_opam-2.3

Logs

Show full logs
2025-01-17 21:47.32: New job: test geocaml/ocaml-tiff https://github.com/geocaml/ocaml-tiff.git#refs/heads/main (d42405c5e7ef44266bc461e6c437adc9056b02aa) (freebsd-x86_64:freebsd-14.1-5.3_opam-2.3)
Base: freebsd-14.1-ocaml-5.3
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/geocaml/ocaml-tiff.git" -b "main" && cd "ocaml-tiff" && git reset --hard d42405c5
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM freebsd-14.1-ocaml-5.3
# freebsd-14.1-5.3_opam-2.3
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/local/bin/opam-2.3 /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 da383c8610c72e3b8a92e6327148910d1d81cd57 || git fetch origin master) && git reset -q --hard da383c8610c72e3b8a92e6327148910d1d81cd57 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 tiff.opam ./
RUN opam pin add -yn tiff.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 camlp-streams.5.0.1 cmdliner.1.3.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 domain-local-await.1.0.1 dune.3.17.1 dune-configurator.3.17.1 eio.1.2 eio_main.1.2 eio_posix.1.2 fmt.0.9.0 hmap.0.8.1 iomux.0.3 logs.0.7.0 lwt-dllist.1.0.1 mdx.2.5.0 mtime.2.1.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-version.3.7.3 ocamlbuild.0.15.0 ocamlfind.1.9.6 optint.0.3.0 psq.0.2.1 re.1.12.0 result.1.5 seq.base thread-table.1.0.0 topkg.1.0.7"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --depext-only -y tiff.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-01-17 21:47.32: Using cache hint "geocaml/ocaml-tiff-freebsd-14.1-ocaml-5.3-freebsd-14.1-5.3_opam-2.3-d7a48c860a75f2ff37dffc99e092466b"
2025-01-17 21:47.32: Using OBuilder spec:
((from freebsd-14.1-ocaml-5.3)
 (comment freebsd-14.1-5.3_opam-2.3)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/local/bin/opam-2.3 /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 da383c8610c72e3b8a92e6327148910d1d81cd57 || git fetch origin master) && git reset -q --hard da383c8610c72e3b8a92e6327148910d1d81cd57 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src tiff.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn tiff.dev './'"))
 (run (network host)
      (shell "echo '(lang dune 3.0)' > './dune-project'"))
 (env DEPS "astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 camlp-streams.5.0.1 cmdliner.1.3.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 domain-local-await.1.0.1 dune.3.17.1 dune-configurator.3.17.1 eio.1.2 eio_main.1.2 eio_posix.1.2 fmt.0.9.0 hmap.0.8.1 iomux.0.3 logs.0.7.0 lwt-dllist.1.0.1 mdx.2.5.0 mtime.2.1.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-version.3.7.3 ocamlbuild.0.15.0 ocamlfind.1.9.6 optint.0.3.0 psq.0.2.1 re.1.12.0 result.1.5 seq.base thread-table.1.0.0 topkg.1.0.7")
 (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.3 --depext-only -y tiff.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-01-17 21:47.32: Waiting for resource in pool OCluster
2025-01-17 21:47.32: Waiting for worker…
2025-01-17 22:50.33: Got resource from pool OCluster
Building on summer
All commits already cached
HEAD is now at d42405c Merge pull request #3 from geocaml/working

(from freebsd-14.1-ocaml-5.3)
2025-01-17 22:38.39 ---> using "fa4c65a721275037aa0f851d49090cd38fc202c0147147d39fba5c0e4d9b16e6" from cache

/: (comment freebsd-14.1-5.3_opam-2.3)

/: (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.3 /usr/local/bin/opam"))
2025-01-17 22:38.40 ---> using "707c7e294765dd0c27e269a5b580560b225237a2f86c98e49e9b55231281b700" 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-01-17 22:38.41 ---> using "45749df81b3980750ffa6bca410a05b72322147ab2725b654dada75710103de9" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
FreeBSD 14.1-RELEASE-p5
The OCaml toplevel, version 5.3.0
2.3.0
2025-01-17 22:38.42 ---> using "f64bb7c3e303337c7ff569b67d81a7b6dbef733cbc8fc2ef78eebdda8d34b5e9" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2025-01-17 22:38.42 ---> using "b5dd81919ce8bb132a9ebf4541726236220f50fa3e495f7f25632fce1e88b154" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e da383c8610c72e3b8a92e6327148910d1d81cd57 || git fetch origin master) && git reset -q --hard da383c8610c72e3b8a92e6327148910d1d81cd57 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   f93eb7cb02..da383c8610  master     -> origin/master
da383c8610 Merge pull request #27275 from xavierleroy/maintenance-intent

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

Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).

The following packages are not being upgraded because the new versions conflict with other installed packages:
  - ocaml.5.4.0
However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
2025-01-17 22:38.43 ---> using "dfd823d36066430f3691efabc1cd6fe72c8c6acb0216729540797faeabbf8f94" from cache

/src: (copy (src tiff.opam) (dst ./))
2025-01-17 22:38.43 ---> using "b3c336771264b23acae638f36a12d9137af55634c401c0986f3d1a82f78268b3" from cache

/src: (run (network host)
           (shell "opam pin add -yn tiff.dev './'"))
Package tiff does not exist, create as a NEW package? [y/n] y
[tiff.dev] synchronised (file:///src)
[WARNING] Failed checks on tiff package definition from source at file:///src:
    error 23: Missing field 'maintainer'
  warning 25: Missing field 'authors'
  warning 35: Missing field 'homepage'
  warning 36: Missing field 'bug-reports'
  warning 68: Missing field 'license'
tiff is now pinned to file:///src (version dev)
2025-01-17 22:38.45 ---> using "94a58b913dce3773e1fbefc793847f5e86f9a1181f2d807a6eaa32f7d2489c99" from cache

/src: (run (network host)
           (shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-01-17 22:38.46 ---> using "887103369bdcee96aad47f3b680ebf7bc224322a33cd988afb804e98dc8f0d35" from cache

/src: (env DEPS "astring.0.8.5 base-bigarray.base base-domains.base base-effects.base base-nnp.base base-threads.base base-unix.base bigstringaf.0.10.0 camlp-streams.5.0.1 cmdliner.1.3.0 cppo.1.8.0 csexp.1.5.2 cstruct.6.2.0 domain-local-await.1.0.1 dune.3.17.1 dune-configurator.3.17.1 eio.1.2 eio_main.1.2 eio_posix.1.2 fmt.0.9.0 hmap.0.8.1 iomux.0.3 logs.0.7.0 lwt-dllist.1.0.1 mdx.2.5.0 mtime.2.1.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-version.3.7.3 ocamlbuild.0.15.0 ocamlfind.1.9.6 optint.0.3.0 psq.0.2.1 re.1.12.0 result.1.5 seq.base thread-table.1.0.0 topkg.1.0.7")

/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.3 --depext-only -y tiff.dev $DEPS"))
[WARNING] Unknown update command for bsd, skipping system update

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[tiff.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.3.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml is already installed (current version is 5.3.0).
[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).
2025-01-17 22:38.47 ---> using "69fc0c94ffee5a38a096028e617c12f4a686d14dcbcf3fe75a4020baadc80c5f" 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 3).
[NOTE] Package ocaml-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.3.0).
[NOTE] Package ocaml is already installed (current version is 5.3.0).
[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 30 packages
   astring            0.8.5
   bigstringaf        0.10.0
   camlp-streams      5.0.1
   cmdliner           1.3.0
   cppo               1.8.0
   csexp              1.5.2
   cstruct            6.2.0
   domain-local-await 1.0.1
   dune               3.17.1
   dune-configurator  3.17.1
   eio                1.2
   eio_main           1.2
   eio_posix          1.2
   fmt                0.9.0
   hmap               0.8.1
   iomux              0.3
   logs               0.7.0
   lwt-dllist         1.0.1
   mdx                2.5.0
   mtime              2.1.0
   ocaml-version      3.7.3
   ocamlbuild         0.15.0
   ocamlfind          1.9.6
   optint             0.3.0
   psq                0.2.1
   re                 1.12.0
   result             1.5
   seq                base
   thread-table       1.0.0
   topkg              1.0.7

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
 retrieved bigstringaf.0.10.0  (cached)
 retrieved camlp-streams.5.0.1  (cached)
 retrieved cmdliner.1.3.0  (cached)
 retrieved csexp.1.5.2  (cached)
 retrieved cppo.1.8.0  (cached)
 retrieved cstruct.6.2.0  (cached)
 retrieved domain-local-await.1.0.1  (cached)
 retrieved astring.0.8.5  (cached)
 retrieved fmt.0.9.0  (cached)
 retrieved hmap.0.8.1  (cached)
 retrieved iomux.0.3  (cached)
 retrieved logs.0.7.0  (cached)
 retrieved eio.1.2, eio_main.1.2, eio_posix.1.2  (cached)
 retrieved lwt-dllist.1.0.1  (cached)
 retrieved mdx.2.5.0  (cached)
 retrieved mtime.2.1.0  (cached)
 retrieved ocaml-version.3.7.3  (cached)
 retrieved ocamlbuild.0.15.0  (cached)
 retrieved optint.0.3.0  (cached)
 retrieved ocamlfind.1.9.6  (cached)
 retrieved re.1.12.0  (cached)
 retrieved result.1.5  (cached)
 retrieved seq.base  (cached)
 installed seq.base
 retrieved thread-table.1.0.0  (cached)
 retrieved psq.0.2.1  (cached)
 retrieved dune.3.17.1, dune-configurator.3.17.1  (cached)
 installed ocamlbuild.0.15.0
 retrieved topkg.1.0.7  (cached)
 installed cmdliner.1.3.0
 installed ocamlfind.1.9.6
 installed topkg.1.0.7
 installed hmap.0.8.1
 installed fmt.0.9.0
 installed mtime.2.1.0
 installed astring.0.8.5
 installed logs.0.7.0
 installed dune.3.17.1
 installed psq.0.2.1
 installed optint.0.3.0
 installed ocaml-version.3.7.3
 installed lwt-dllist.1.0.1
 installed csexp.1.5.2
 installed thread-table.1.0.0
 installed result.1.5
 installed re.1.12.0
 installed cstruct.6.2.0
 installed cppo.1.8.0
 installed camlp-streams.5.0.1
 installed domain-local-await.1.0.1
 installed dune-configurator.3.17.1
 installed bigstringaf.0.10.0
 installed iomux.0.3
 installed mdx.2.5.0
 installed eio.1.2
 installed eio_posix.1.2
 installed eio_main.1.2
Done.
2025-01-17 22:38.48 ---> using "5564b7a63fddac39356a11497d8f7af5a6997a1366a4027c6ee8d2bef43f4d11" from cache

/src: (copy (src .) (dst /src))
2025-01-17 22:38.52 ---> saved as "564cfee42f586a4913e558893413f69b4bf63651a035c57a3a994bb2e4048422"

/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2025-01-17 22:39.16 ---> saved as "b8db7033d52335101f4255d9829ca11744f013fabeaf91a7f1357728849a7dd2"
Job succeeded
2025-01-17 22:51.15: Job succeeded