2025-01-20 13:50.53: New job: test geocaml/ocaml-tiff https://github.com/geocaml/ocaml-tiff.git#refs/pull/5/head (ae384fa1b502f5a49508a856fb0ac3dd86a44842) (openbsd-amd64:openbsd-76-amd64-5.3_opam-2.3) Base: openbsd-76-amd64-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 openbsd-76-amd64-ocaml-5.3 # openbsd-76-amd64-5.3_opam-2.3 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" RUN doas ln -f /usr/bin/opam-2.3 /usr/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 /home/opam/src/./ RUN opam pin add -yn tiff.dev '/home/opam/src/./' RUN echo '(lang dune 3.0)' > '/home/opam/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 . /home/opam/src RUN cd /home/opam/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-openbsd-76-amd64-ocaml-5.3-openbsd-76-amd64-5.3_opam-2.3-d7a48c860a75f2ff37dffc99e092466b" 2025-01-20 13:50.53: Using OBuilder spec: ((from openbsd-76-amd64-ocaml-5.3) (comment openbsd-76-amd64-5.3_opam-2.3) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (run (shell "doas ln -f /usr/bin/opam-2.3 /usr/bin/opam")) (run (shell "opam init --reinit -ni")) (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) (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 /home/opam/src/./)) (run (network host) (shell "opam pin add -yn tiff.dev '/home/opam/src/./'")) (run (network host) (shell "echo '(lang dune 3.0)' > '/home/opam/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 /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 /home/opam/src)) (run (shell "cd /home/opam/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 bremusa HEAD is now at d42405c Merge pull request #3 from geocaml/working HEAD is now at ae384fa add tiff data in tiff object (from openbsd-76-amd64-ocaml-5.3) 2025-01-20 13:50.54 ---> using "753f998be4709b35e38a93b7272dee818f697255d5b48fadd1c23cb92a82f244" from cache /: (comment openbsd-76-amd64-5.3_opam-2.3) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (run (shell "doas ln -f /usr/bin/opam-2.3 /usr/bin/opam")) 2025-01-20 13:50.54 ---> using "b8621e22ceef6e45a2b70edd0350b6ec56c4cb2588ea75f8c24bf97f9bb8e3c1" 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. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from file:///home/opam/opam-repository 2025-01-20 13:50.54 ---> using "caa4033b0f51d691107e536d025405bc96e59134e192afef776a8bfd43aac5e1" from cache /: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) OpenBSD 7.6 The OCaml toplevel, version 5.3.0 2.3.0 2025-01-20 13:50.54 ---> using "7116693f695a70fbcc11fcbf90bc7fd32f30a6c20aabff3b1e1c926faaad9b01" from cache /: (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 file:///home/opam/opam-repository Everything as up-to-date as possible (run with --verbose to show unavailable upgrades). 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.54 ---> using "8f26ecec3377b211b85782339b1cec42bab04c473ee8bfa577843281d2f6f21f" from cache /: (copy (src tiff.opam) (dst /home/opam/src/./)) 2025-01-20 13:51.37 ---> saved as "8c924a258687a9bc0b25b7a9f4743293621d685b6416cf580da6b59bb4c5e59f" /: (run (network host) (shell "opam pin add -yn tiff.dev '/home/opam/src/./'")) Package tiff does not exist, create as a NEW package? [y/n] y [tiff.dev] synchronised (file:///home/opam/src) [WARNING] Failed checks on tiff package definition from source at file:///home/opam/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:///home/opam/src (version dev) 2025-01-20 13:52.20 ---> saved as "80f48f03ef8a0930749608cbc9b2c50f8f20deb98a290f5ae8e605ba65072e86" /: (run (network host) (shell "echo '(lang dune 3.0)' > '/home/opam/src/./dune-project'")) 2025-01-20 13:53.01 ---> saved as "86335de8395e88fd14ec5e4bc6ca23251542ee8ae1885cf61aea79287c4e281e" /: (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")) [WARNING] Unknown update command for bsd, skipping system update <><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><> [tiff.dev] synchronised (file:///home/opam/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:53.59 ---> saved as "9c8c29606c6e7bfad4c2d0538ee1d28d2942599afff78dfb1e71044b6b9064a7" /: (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 - 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 eio.1.2, eio_main.1.2, eio_posix.1.2 (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 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 ocamlfind.1.9.6 (cached) -> retrieved optint.0.3.0 (cached) -> retrieved psq.0.2.1 (cached) -> retrieved result.1.5 (cached) -> retrieved seq.base (cached) -> retrieved re.1.12.0 (cached) -> retrieved thread-table.1.0.0 (cached) -> retrieved topkg.1.0.7 (cached) -> retrieved dune.3.17.1, dune-configurator.3.17.1 (cached) -> installed cmdliner.1.3.0 -> installed dune.3.17.1 -> installed ocamlbuild.0.15.0 -> installed camlp-streams.5.0.1 -> installed cppo.1.8.0 -> installed csexp.1.5.2 -> installed lwt-dllist.1.0.1 -> installed dune-configurator.3.17.1 -> installed ocaml-version.3.7.3 -> installed bigstringaf.0.10.0 -> installed iomux.0.3 -> installed ocamlfind.1.9.6 -> installed optint.0.3.0 -> installed result.1.5 -> installed seq.base -> installed thread-table.1.0.0 -> installed psq.0.2.1 -> installed domain-local-await.1.0.1 -> installed re.1.12.0 -> installed topkg.1.0.7 -> installed astring.0.8.5 -> installed fmt.0.9.0 -> installed hmap.0.8.1 -> installed cstruct.6.2.0 -> installed logs.0.7.0 -> installed mtime.2.1.0 -> 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 14:05.12 ---> saved as "7060c259d5389f5c5e7aa728557af6f090305da17698e2e5c7589a862ee3a4cd" /: (copy (src .) (dst /home/opam/src)) 2025-01-20 14:05.54 ---> saved as "7dd4946df6f9fe7a76d3305941a61ffc7d897a30450651665826a1863c6eb636" /: (run (shell "cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build")) (cd _build/default && /home/opam/.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 /home/opam/.opam/5.3.0/lib/bigstringaf -I /home/opam/.opam/5.3.0/lib/cstruct -I /home/opam/.opam/5.3.0/lib/domain-local-await -I /home/opam/.opam/5.3.0/lib/eio -I /home/opam/.opam/5.3.0/lib/eio/core -I /home/opam/.opam/5.3.0/lib/eio/runtime_events -I /home/opam/.opam/5.3.0/lib/eio/unix -I /home/opam/.opam/5.3.0/lib/eio/utils -I /home/opam/.opam/5.3.0/lib/eio_main -I /home/opam/.opam/5.3.0/lib/eio_posix -I /home/opam/.opam/5.3.0/lib/fmt -I /home/opam/.opam/5.3.0/lib/hmap -I /home/opam/.opam/5.3.0/lib/iomux -I /home/opam/.opam/5.3.0/lib/lwt-dllist -I /home/opam/.opam/5.3.0/lib/mtime -I /home/opam/.opam/5.3.0/lib/mtime/clock -I /home/opam/.opam/5.3.0/lib/ocaml/runtime_events -I /home/opam/.opam/5.3.0/lib/ocaml/threads -I /home/opam/.opam/5.3.0/lib/ocaml/unix -I /home/opam/.opam/5.3.0/lib/optint -I /home/opam/.opam/5.3.0/lib/psq -I /home/opam/.opam/5.3.0/lib/seq -I /home/opam/.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 "cd /home/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1 2025-01-20 14:06.46: Job failed: Failed: Build failed