Organisationsgeocamlocaml-tiffae384f ()macos-homebrew-5.3_opam-2.3

macos-homebrew-5.3_opam-2.3

Link Copied
Code Copied

Logs

2025-01-20 13:50.53: New job: test geocaml/ocaml-tiff https://github.com/geocaml/ocaml-tiff.git#refs/pull/5/head (ae384fa1b502f5a49508a856fb0ac3dd86a44842) (macos-x86_64:macos-homebrew-5.3_opam-2.3)
Base: macos-homebrew-ocaml-5.3
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/geocaml/ocaml-tiff.git" && cd "ocaml-tiff" && git fetch origin "refs/pull/5/head" && git reset --hard ae384fa1
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM macos-homebrew-ocaml-5.3
# macos-homebrew-5.3_opam-2.3
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
RUN ln -f ~/local/bin/opam-2.3 ~/local/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
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 ./src/./
RUN opam pin add -yn tiff.dev './src/./'
RUN echo '(lang dune 3.0)' > './src/./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 cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build


END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK


2025-01-20 13:50.53: Using cache hint "geocaml/ocaml-tiff-macos-homebrew-ocaml-5.3-macos-homebrew-5.3_opam-2.3-d7a48c860a75f2ff37dffc99e092466b"
2025-01-20 13:50.53: Using OBuilder spec:
((from macos-homebrew-ocaml-5.3)
(comment macos-homebrew-5.3_opam-2.3)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(run (shell "ln -f ~/local/bin/opam-2.3 ~/local/bin/opam"))
(run (shell "opam init --reinit -ni"))
(run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(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 ./src/./))
(run (network host)
(shell "opam pin add -yn tiff.dev './src/./'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './src/./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 /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam update --depexts && opam install --cli=2.3 --depext-only -y tiff.dev $DEPS"))
(run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam install $DEPS"))
(copy (src .) (dst ./src))
(run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
)


2025-01-20 13:50.53: Waiting for resource in pool OCluster
2025-01-20 13:50.53: Waiting for worker…
2025-01-20 13:50.53: Got resource from pool OCluster
Building on i7-worker-03
HEAD is now at d42405c Merge pull request #3 from geocaml/working
HEAD is now at ae384fa add tiff data in tiff object


(from macos-homebrew-ocaml-5.3)
2025-01-20 13:50.55 ---> using "6ee950b55569b1a3f8a7953dc679318bf303d3a70ac7d49901c0ac2ca3805d7c" from cache


/: (comment macos-homebrew-5.3_opam-2.3)


/: (user (uid 1000) (gid 1000))


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (run (shell "ln -f ~/local/bin/opam-2.3 ~/local/bin/opam"))
2025-01-20 13:50.55 ---> using "8efc335cb5004a650aab29e72b9849a2b2e2f0853bc55d3a74763c7cceed5d74" from cache


/: (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 /Users/mac1000/.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:///Users/mac1000/opam-repository
2025-01-20 13:50.56 ---> using "e29fa6de89fe919799ac81fd4a1c768d8341cedf873c17042854467d2aebeceb" from cache


/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Darwin 23.4.0
The OCaml toplevel, version 5.3.0
2.3.0
2025-01-20 13:50.56 ---> using "a268524b45b0c90a951719c2a6c8c78c0b8a0fec90c9f437befd49b0008dc673" from cache


/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(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
67e940587b..da383c8610  master     -> origin/master
da383c8610 Merge pull request #27275 from xavierleroy/maintenance-intent


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///Users/mac1000/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.
# To update the current shell environment, run: eval $(opam env)
2025-01-20 13:50.56 ---> using "f60f28741e8b133b821d51baab9ffb2b2d5a034e6312fe84bca21255c6a631b8" from cache


/: (copy (src tiff.opam) (dst ./src/./))
2025-01-20 13:50.57 ---> using "d050fecd18e8513fa0b9aaedd6ec531bb9a3dec16c42c41512489e5233b55ae8" from cache


/: (run (network host)
(shell "opam pin add -yn tiff.dev './src/./'"))
Package tiff does not exist, create as a NEW package? [y/n] y
[tiff.dev] synchronised (file:///Users/mac1000/src)
[WARNING] Failed checks on tiff package definition from source at file:///Users/mac1000/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:///Users/mac1000/src (version dev)
2025-01-20 13:50.57 ---> using "b56345a50de0102691ad7da41bf83a4b4e46d121563ae6b68a6e8440a32709f9" from cache


/: (run (network host)
(shell "echo '(lang dune 3.0)' > './src/./dune-project'"))
2025-01-20 13:50.58 ---> using "ed174bd53049f28a936567a7ab3436d70535234a6f8793ea67f8ee8834dc098f" from cache


/: (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 /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(network host)
(shell "opam update --depexts && opam install --cli=2.3 --depext-only -y tiff.dev $DEPS"))
+ /usr/local/bin/brew "update"
- ==> Updating Homebrew...
- ==> Homebrew collects anonymous analytics.
- Read the analytics documentation (and how to opt-out) here:
-   https://docs.brew.sh/Analytics
- No analytics have been recorded yet (nor will be during this `brew` run).
- 
- ==> Homebrew is run entirely by unpaid volunteers. Please consider donating:
-   https://github.com/Homebrew/brew#donations
- 
- Already up-to-date.


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[tiff.dev] synchronised (file:///Users/mac1000/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-20 13:50.58 ---> using "b2ad322d6b5f1edcd228cdd1a62638a34353bbe639dc9197b643809764e1585d" from cache


/: (run (cache (opam-archives (target /Users/mac1000/.opam/download-cache)) (homebrew (target /Users/mac1000/Library/Caches/Homebrew)))
(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
- install astring            0.8.5
- install bigstringaf        0.10.0
- install camlp-streams      5.0.1
- install cmdliner           1.3.0
- install cppo               1.8.0
- install csexp              1.5.2
- install cstruct            6.2.0
- install domain-local-await 1.0.1
- install dune               3.17.1
- install dune-configurator  3.17.1
- install eio                1.2
- install eio_main           1.2
- install eio_posix          1.2
- install fmt                0.9.0
- install hmap               0.8.1
- install iomux              0.3
- install logs               0.7.0
- install lwt-dllist         1.0.1
- install mdx                2.5.0
- install mtime              2.1.0
- install ocaml-version      3.7.3
- install ocamlbuild         0.15.0
- install ocamlfind          1.9.6
- install optint             0.3.0
- install psq                0.2.1
- install re                 1.12.0
- install result             1.5
- install seq                base
- install thread-table       1.0.0
- install topkg              1.0.7


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved bigstringaf.0.10.0  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved cstruct.6.2.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved domain-local-await.1.0.1  (cached)
-> retrieved cppo.1.8.0  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved hmap.0.8.1  (cached)
-> retrieved iomux.0.3  (cached)
-> retrieved eio.1.2, eio_main.1.2, eio_posix.1.2  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved lwt-dllist.1.0.1  (cached)
-> retrieved mtime.2.1.0  (cached)
-> retrieved ocaml-version.3.7.3  (cached)
-> retrieved mdx.2.5.0  (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 psq.0.2.1  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved thread-table.1.0.0  (cached)
-> retrieved result.1.5  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved dune.3.17.1, dune-configurator.3.17.1  (cached)
-> installed ocamlbuild.0.15.0
-> installed cmdliner.1.3.0
-> installed ocamlfind.1.9.6
-> installed topkg.1.0.7
-> installed hmap.0.8.1
-> installed mtime.2.1.0
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed logs.0.7.0
-> installed dune.3.17.1
-> 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 psq.0.2.1
-> installed optint.0.3.0
-> installed ocaml-version.3.7.3
-> 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.
# To update the current shell environment, run: eval $(opam env)
2025-01-20 13:50.58 ---> using "5e2b3d9bc565b69031cbc98c1495f44dd7edaa6ce923b9ba44515278e28b138b" from cache


/: (copy (src .) (dst ./src))
2025-01-20 13:51.00 ---> saved as "72c750f8e508029a8ea05eb63d8fcd927778396f2ea16ad3e681709923271110"


/: (run (shell "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && /Users/mac1000/.opam/5.3.0/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62@67@69-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -bin-annot-occurrences -I .main.eobjs/byte -I /Users/mac1000/.opam/5.3.0/lib/bigstringaf -I /Users/mac1000/.opam/5.3.0/lib/cstruct -I /Users/mac1000/.opam/5.3.0/lib/domain-local-await -I /Users/mac1000/.opam/5.3.0/lib/eio -I /Users/mac1000/.opam/5.3.0/lib/eio/core -I /Users/mac1000/.opam/5.3.0/lib/eio/runtime_events -I /Users/mac1000/.opam/5.3.0/lib/eio/unix -I /Users/mac1000/.opam/5.3.0/lib/eio/utils -I /Users/mac1000/.opam/5.3.0/lib/eio_main -I /Users/mac1000/.opam/5.3.0/lib/eio_posix -I /Users/mac1000/.opam/5.3.0/lib/fmt -I /Users/mac1000/.opam/5.3.0/lib/hmap -I /Users/mac1000/.opam/5.3.0/lib/iomux -I /Users/mac1000/.opam/5.3.0/lib/lwt-dllist -I /Users/mac1000/.opam/5.3.0/lib/mtime -I /Users/mac1000/.opam/5.3.0/lib/mtime/clock -I /Users/mac1000/.opam/5.3.0/lib/ocaml/runtime_events -I /Users/mac1000/.opam/5.3.0/lib/ocaml/threads -I /Users/mac1000/.opam/5.3.0/lib/ocaml/unix -I /Users/mac1000/.opam/5.3.0/lib/optint -I /Users/mac1000/.opam/5.3.0/lib/psq -I /Users/mac1000/.opam/5.3.0/lib/seq -I /Users/mac1000/.opam/5.3.0/lib/thread-table -I src/.tiff.objs/byte -intf-suffix .ml -no-alias-deps -opaque -o .main.eobjs/byte/dune__exe__Main.cmo -c -impl main.ml)
File "main.ml", line 9, characters 21-25:
9 |   let ifd = Tiff.ifd tiff in
^^^^
Error: The value tiff has type Tiff.Data.data_type -> Tiff.t
but an expression was expected of type Tiff.t
"/usr/bin/env" "bash" "-c" "cd ./src && opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2025-01-20 13:51.10: Job failed: Failed: Build failed