Organisationsgeocamlocaml-tiffae384f ()windows-server-2022-amd64-5.3_opam-2.3

windows-server-2022-amd64-5.3_opam-2.3

Link Copied
Code Copied

Logs

2025-01-21 14:10.37: New job: test geocaml/ocaml-tiff https://github.com/geocaml/ocaml-tiff.git#refs/pull/5/head (ae384fa1b502f5a49508a856fb0ac3dd86a44842) (windows-amd64:windows-server-2022-amd64-5.3_opam-2.3)
Base: windows-server-2022-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 windows-server-2022-amd64-ocaml-5.3
# windows-server-2022-amd64-5.3_opam-2.3
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
RUN 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 b41fc63234d56d04112634b1ea9121f12caf9794 || git fetch origin master) && git reset -q --hard b41fc63234d56d04112634b1ea9121f12caf9794 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 tiff.opam /Users/opam/src/./
RUN opam pin add -yn tiff.dev '/Users/opam/src/./'
RUN echo '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/./dune-project'
ENV DEPS="arch-x86_64.1 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 conf-mingw-w64-gcc-x86_64.1 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_windows.1.2 flexdll.0.43 fmt.0.9.0 hmap.0.8.1 host-arch-x86_64.1 host-system-mingw.1 logs.0.7.0 lwt-dllist.1.0.1 mdx.2.5.0 mingw-w64-shims.0.2.0 mtime.2.1.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-env-mingw64.1 ocaml-options-vanilla.1 ocaml-version.3.7.3 ocamlbuild.0.15.0 ocamlfind.1.9.5 optint.0.3.0 psq.0.2.1 re.1.12.0 result.1.5 seq.base system-mingw.1 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 . /Users/opam/src
RUN cd /cygdrive/c/Users/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build


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


2025-01-21 14:10.37: Using cache hint "geocaml/ocaml-tiff-windows-server-2022-amd64-ocaml-5.3-windows-server-2022-amd64-5.3_opam-2.3-f3519fa9c0833864d5a4e8240dc7904e"
2025-01-21 14:10.37: Using OBuilder spec:
((from windows-server-2022-amd64-ocaml-5.3)
(comment windows-server-2022-amd64-5.3_opam-2.3)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(run (shell "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 "c:\\Users\\opam\\AppData\\local\\opam\\download-cache")))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e b41fc63234d56d04112634b1ea9121f12caf9794 || git fetch origin master) && git reset -q --hard b41fc63234d56d04112634b1ea9121f12caf9794 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src tiff.opam) (dst /Users/opam/src/./))
(run (network host)
(shell "opam pin add -yn tiff.dev '/Users/opam/src/./'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/./dune-project'"))
(env DEPS "arch-x86_64.1 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 conf-mingw-w64-gcc-x86_64.1 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_windows.1.2 flexdll.0.43 fmt.0.9.0 hmap.0.8.1 host-arch-x86_64.1 host-system-mingw.1 logs.0.7.0 lwt-dllist.1.0.1 mdx.2.5.0 mingw-w64-shims.0.2.0 mtime.2.1.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-env-mingw64.1 ocaml-options-vanilla.1 ocaml-version.3.7.3 ocamlbuild.0.15.0 ocamlfind.1.9.5 optint.0.3.0 psq.0.2.1 re.1.12.0 result.1.5 seq.base system-mingw.1 thread-table.1.0.0 topkg.1.0.7")
(env CI true)
(env OCAMLCI true)
(run (cache (opam-archives (target "c:\\Users\\opam\\AppData\\local\\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 "c:\\Users\\opam\\AppData\\local\\opam\\download-cache")))
(network host)
(shell "opam install $DEPS"))
(copy (src .) (dst /Users/opam/src))
(run (shell "cd /cygdrive/c/Users/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
)


2025-01-21 14:10.37: Waiting for resource in pool OCluster
2025-01-21 14:10.38: Waiting for worker…
2025-01-21 14:42.46: Got resource from pool OCluster
Building on odawa
All commits already cached
HEAD is now at ae384fa add tiff data in tiff object


(from windows-server-2022-amd64-ocaml-5.3)
2025-01-21 14:42.46 ---> using "1d6ffeb5a52124df73b2e951323e99615c52ca4f9bdf0f65039be6146fabdaab" from cache


/: (comment windows-server-2022-amd64-5.3_opam-2.3)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (run (shell "ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-01-21 14:42.46 ---> using "95d5d85ee56c2575e196f53fe7f940cc0731fb5c4485beb38b72a714de9d05bf" from cache


/: (run (shell "opam init --reinit -ni"))
No configuration file found, using built-in defaults.


<><> Unix support infrastructure ><><><><><><><><><><><><><><><><><><><><><><><>


opam and the OCaml ecosystem in general require various Unix tools in order to operate correctly. At present, this requires the installation of Cygwin to provide these tools.


How should opam obtain Unix tools?
> 1. Use tools found in PATH (Cygwin installation at C:\cygwin64)
2. Automatically create an internal Cygwin installation that will be managed by opam (recommended)
3. Use Cygwin installation found in C:\cygwin64
4. Use another existing Cygwin/MSYS2 installation
5. Abort initialisation


[1/2/3/4/5] 1
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] no changes from file://C:/Users/opam/opam-repository
2025-01-21 14:42.46 ---> using "53bae75d46d214e65b51daece9ef873c6c6a891e203ec3d98bbd26c30834d1e2" from cache


/: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
CYGWIN_NT-10.0-20348 3.5.5-1.x86_64
The OCaml toplevel, version 5.3.0
2.3.0
2025-01-21 14:42.46 ---> using "2b54922bf0d8d5ddbb1aea4afec4a959968c963bd87de7fe3038a742f957825c" from cache


/: (run (cache (opam-archives (target "c:\\Users\\opam\\AppData\\local\\opam\\download-cache")))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e b41fc63234d56d04112634b1ea9121f12caf9794 || git fetch origin master) && git reset -q --hard b41fc63234d56d04112634b1ea9121f12caf9794 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
* branch                  master     -> FETCH_HEAD
f93eb7cb02..b41fc63234  master     -> origin/master
b41fc63234 Merge pull request #27302 from ocaml/dra27--rm-non-win32-host-pkgs


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file://C:/Users/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-21 14:42.46 ---> using "f3aefeca99a577161b1c4036e8c3d43bc3e8a5e84e55f42dbc259ccc1863e902" from cache


/: (copy (src tiff.opam) (dst /Users/opam/src/./))
2025-01-21 14:42.46 ---> using "7556d04ad2973dc8fd4725d771899fc1075f79b923b9fdb2793e06f0252cd15f" from cache


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


/: (run (network host)
(shell "echo '(lang dune 3.0)' > '/cygdrive/c/Users/opam/src/./dune-project'"))
2025-01-21 14:42.46 ---> using "32a5c2e2d89ad45da2dbca509981cebe6fa26b7abbe87b1590c581eec4461870" from cache


/: (env DEPS "arch-x86_64.1 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 conf-mingw-w64-gcc-x86_64.1 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_windows.1.2 flexdll.0.43 fmt.0.9.0 hmap.0.8.1 host-arch-x86_64.1 host-system-mingw.1 logs.0.7.0 lwt-dllist.1.0.1 mdx.2.5.0 mingw-w64-shims.0.2.0 mtime.2.1.0 ocaml.5.3.0 ocaml-base-compiler.5.3.0 ocaml-compiler.5.3.0 ocaml-config.3 ocaml-env-mingw64.1 ocaml-options-vanilla.1 ocaml-version.3.7.3 ocamlbuild.0.15.0 ocamlfind.1.9.5 optint.0.3.0 psq.0.2.1 re.1.12.0 result.1.5 seq.base system-mingw.1 thread-table.1.0.0 topkg.1.0.7")


/: (env CI true)


/: (env OCAMLCI true)


/: (run (cache (opam-archives (target "c:\\Users\\opam\\AppData\\local\\opam\\download-cache")))
(network host)
(shell "opam update --depexts && opam install --cli=2.3 --depext-only -y tiff.dev $DEPS"))


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[tiff.dev] synchronised (file://C:/Users/opam/src/.)


[NOTE] Package system-mingw is already installed (current version is 1).
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-env-mingw64 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 mingw-w64-shims is already installed (current version is 0.2.0).
[NOTE] Package host-system-mingw is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 1).
[NOTE] Package flexdll is already installed (current version is 0.43).
[NOTE] Package conf-mingw-w64-gcc-x86_64 is already installed (current version is 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).
[NOTE] Package arch-x86_64 is already installed (current version is 1).
2025-01-21 14:42.46 ---> using "5cd5af4cc3ddb54d94d377cd3bb3e3d812a9b0496582919e43f85d535e344580" from cache


/: (run (cache (opam-archives (target "c:\\Users\\opam\\AppData\\local\\opam\\download-cache")))
(network host)
(shell "opam install $DEPS"))
[NOTE] Package system-mingw is already installed (current version is 1).
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-env-mingw64 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 mingw-w64-shims is already installed (current version is 0.2.0).
[NOTE] Package host-system-mingw is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 1).
[NOTE] Package flexdll is already installed (current version is 0.43).
[NOTE] Package conf-mingw-w64-gcc-x86_64 is already installed (current version is 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).
[NOTE] Package arch-x86_64 is already installed (current version is 1).
The following actions will be performed:
=== install 29 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_windows        1.2
- install fmt                0.9.0
- install hmap               0.8.1
- 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.5
- 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 astring.0.8.5  (cached)
-> retrieved bigstringaf.0.10.0  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved cppo.1.8.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved cstruct.6.2.0  (cached)
-> retrieved domain-local-await.1.0.1  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved hmap.0.8.1  (cached)
-> retrieved eio.1.2, eio_main.1.2, eio_windows.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 ocamlfind.1.9.5  (cached)
-> retrieved optint.0.3.0  (cached)
-> retrieved psq.0.2.1  (cached)
-> retrieved re.1.12.0  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved result.1.5  (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 ocamlbuild.0.15.0
[WARNING] .install file is missing .exe extension for src/findlib/ocamlfind
[WARNING] .install file is missing .exe extension for src/findlib/ocamlfind_opt
[WARNING] Automatically adding .exe to C:\Users\opam\AppData\Local\opam\5.3.0\.opam-switch\build\ocamlfind.1.9.5\src\findlib\ocamlfind.exe
[WARNING] Automatically adding .exe to C:\Users\opam\AppData\Local\opam\5.3.0\.opam-switch\build\ocamlfind.1.9.5\src\findlib\ocamlfind_opt.exe
[WARNING] C:\Users\opam\AppData\Local\opam\5.3.0\bin\safe_camlp4 is a script; the command won't be available
-> installed ocamlfind.1.9.5
-> installed topkg.1.0.7
-> installed hmap.0.8.1
-> installed astring.0.8.5
-> installed fmt.0.9.0
-> installed mtime.2.1.0
-> installed logs.0.7.0
-> installed dune.3.17.1
-> installed csexp.1.5.2
-> installed camlp-streams.5.0.1
-> installed cppo.1.8.0
-> installed cstruct.6.2.0
-> installed lwt-dllist.1.0.1
-> installed ocaml-version.3.7.3
-> installed optint.0.3.0
-> installed psq.0.2.1
-> installed re.1.12.0
-> installed result.1.5
-> installed thread-table.1.0.0
-> installed domain-local-await.1.0.1
-> installed dune-configurator.3.17.1
-> installed mdx.2.5.0
-> installed bigstringaf.0.10.0
-> installed eio.1.2
-> installed eio_windows.1.2
-> installed eio_main.1.2
Done.
# To update the current shell environment, run: eval $(opam env)
2025-01-21 14:42.46 ---> using "8871002ee662519ca01a9b87479cdc4fae02d73b03088b8ea4f102ec7e55948f" from cache


/: (copy (src .) (dst /Users/opam/src))
2025-01-21 14:42.59 ---> saved as "b85797b3b3010c6c3f2d3281d75d455e6159a35bb073c282a8035ece0b5327b0"


/: (run (shell "cd /cygdrive/c/Users/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && C:\Users\opam\AppData\Local\opam\5.3.0\bin\ocamlc.opt.exe -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 C:/Users/opam/AppData/Local/opam/5.3.0/lib/ocaml\runtime_events -I C:/Users/opam/AppData/Local/opam/5.3.0/lib/ocaml\threads -I C:/Users/opam/AppData/Local/opam/5.3.0/lib/ocaml\unix -I C:\Users\opam\AppData\Local\opam\5.3.0\lib\bigstringaf -I C:\Users\opam\AppData\Local\opam\5.3.0\lib\cstruct -I C:\Users\opam\AppData\Local\opam\5.3.0\lib\domain-local-await -I C:\Users\opam\AppData\Local\opam\5.3.0\lib\eio -I C:\Users\opam\AppData\Local\opam\5.3.0\lib\eio\core -I C:\Users\opam\AppData\Local\opam\5.3.0\lib\eio\runtime_events -I C:\Users\opam\AppData\Local\opam\5.3.0\lib\eio\unix -I C:\Users\opam\AppData\Local\opam\5.3.0\lib\eio\utils -I C:\Users\opam\AppData\Local\opam\5.3.0\lib\eio_main -I C:\Users\opam\AppData\Local\opam\5.3.0\lib\eio_windows -I C:\Users\opam\AppData\Local\opam\5.3.0\lib\fmt -I C:\Users\opam\AppData\Local\opam\5.3.0\lib\hmap -I C:\Users\opam\AppData\Local\opam\5.3.0\lib\lwt-dllist -I C:\Users\opam\AppData\Local\opam\5.3.0\lib\mtime -I C:\Users\opam\AppData\Local\opam\5.3.0\lib\mtime/clock -I C:\Users\opam\AppData\Local\opam\5.3.0\lib\optint -I C:\Users\opam\AppData\Local\opam\5.3.0\lib\psq -I C:\Users\opam\AppData\Local\opam\5.3.0\lib\seq -I C:\Users\opam\AppData\Local\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
File "README.md", line 1, characters 0-0:
C:\cygwin64\bin\git.exe --no-pager diff --no-index --color=always -u --ignore-cr-at-eol _build/default/README.md _build/default/.mdx/README.md.corrected
diff --git a/_build/default/README.md b/_build/default/.mdx/README.md.corrected
index a76bd52..de31f5c 100644
--- a/_build/default/README.md
+++ b/_build/default/.mdx/README.md.corrected
@@ -22,24 +22,13 @@ Supports both TIFF and BigTIFF files. The underlying IO mechanisms are expected
Eio.traceln "counts: %a"
Fmt.(list ~sep:(any ", ") int)
(Tiff.Ifd.data_bytecounts ifd)
-+tag: image-width, field: short, count: 1, value/offset: 514
-+tag: image-length, field: short, count: 1, value/offset: 515
-+tag: bits-per-sample, field: short, count: 1, value/offset: 8
-+tag: compression, field: short, count: 1, value/offset: 1
-+tag: photometric-interpretation, field: short, count: 1, value/offset: 1
-+tag: strip-offsets, field: long, count: 35, value/offset: 270474
-+tag: samples-per-pixel, field: short, count: 1, value/offset: 1
-+tag: rows-per-strip, field: short, count: 1, value/offset: 15
-+tag: strip-byte-counts, field: long, count: 35, value/offset: 270614
-+tag: planar-configuration, field: short, count: 1, value/offset: 1
-+tag: sample-format, field: short, count: 1, value/offset: 1
-+tag: model-pixel-scale, field: double, count: 3, value/offset: 270754
-+tag: model-tiepoint, field: double, count: 6, value/offset: 270778
-+tag: geo-key-directory, field: short, count: 60, value/offset: 270826
-+tag: geo-double-params, field: double, count: 4, value/offset: 270946
-+tag: geo-ascii-params, field: ascii, count: 15, value/offset: 270978
-+515x514
-+offsets: 426, 8136, 15846, 23556, 31266, 38976, 46686, 54396, 62106, 69816, 77526, 85236, 92946, 100656, 108366, 116076, 123786, 131496, 139206, 146916, 154626, 162336, 170046, 177756, 185466, 193176, 200886, 208596, 216306, 224016, 231726, 239436, 247146, 254856, 262566
-+counts: 7710, 7710, 7710, 7710, 7710, 7710, 7710, 7710, 7710, 7710, 7710, 7710, 7710, 7710, 7710, 7710, 7710, 7710, 7710, 7710, 7710, 7710, 7710, 7710, 7710, 7710, 7710, 7710, 7710, 7710, 7710, 7710, 7710, 7710, 7710
-- : unit = ()
+File "_none_", line 1:
+Alert ocaml_deprecated_auto_include:
+OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
+automatically added to the search path, but you should add -I +unix to the
+command-line to silence this alert (e.g. by adding unix to the list of
+libraries in your dune file, or adding use_unix to your _tags file for
+ocamlbuild, or using -package unix for ocamlfind).
+
+Exception: Unix.Unix_error(Unix.ENOENT, "openat", "")
```
"cd /cygdrive/c/Users/opam/src && opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2025-01-21 14:43.20: Job failed: Failed: Build failed