2025-01-20 13:50.53: New job: test geocaml/ocaml-tiff https://github.com/geocaml/ocaml-tiff.git#refs/pull/5/head (ae384fa1b502f5a49508a856fb0ac3dd86a44842) (linux-x86_64:debian-12-5.3_x86_32_opam-2.3)
Base: ocaml/opam:debian-12-ocaml-5.3@sha256:a949ba77a8f4d59a1f126f0ca927db90dcc679cfa24b6a10c581c7ba12f06665
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 ocaml/opam:debian-12-ocaml-5.3@sha256:a949ba77a8f4d59a1f126f0ca927db90dcc679cfa24b6a10c581c7ba12f06665
# debian-12-5.3_x86_32_opam-2.3
USER 1000:1000
SHELL [ "/usr/bin/linux32", "/bin/sh", "-c" ]
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.3 /usr/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_linux.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-option-bytecode-only.1 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 uring.0.9"
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-20 13:50.53: Using cache hint "geocaml/ocaml-tiff-ocaml/opam:debian-12-ocaml-5.3@sha256:a949ba77a8f4d59a1f126f0ca927db90dcc679cfa24b6a10c581c7ba12f06665-debian-12-5.3_x86_32_opam-2.3-af69409f953f3021ceacbc22667192ea"
2025-01-20 13:50.53: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.3@sha256:a949ba77a8f4d59a1f126f0ca927db90dcc679cfa24b6a10c581c7ba12f06665)
(comment debian-12-5.3_x86_32_opam-2.3)
(user (uid 1000) (gid 1000))
(shell /usr/bin/linux32 /bin/sh -c)
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo 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"))
(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_linux.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-option-bytecode-only.1 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 uring.0.9")
(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-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 x86-bm-c4.sw.ocaml.org
HEAD is now at 9ef59e8 Add reading Tiff data
HEAD is now at ae384fa add tiff data in tiff object
(from ocaml/opam:debian-12-ocaml-5.3@sha256:a949ba77a8f4d59a1f126f0ca927db90dcc679cfa24b6a10c581c7ba12f06665)
Unable to find image 'ocaml/opam:debian-12-ocaml-5.3@sha256:a949ba77a8f4d59a1f126f0ca927db90dcc679cfa24b6a10c581c7ba12f06665' locally
docker.io/ocaml/opam@sha256:a949ba77a8f4d59a1f126f0ca927db90dcc679cfa24b6a10c581c7ba12f06665: Pulling from ocaml/opam
2c7ac31310f0: Pulling fs layer
2c7ac31310f0: Verifying Checksum
2c7ac31310f0: Download complete
2c7ac31310f0: Pull complete
Digest: sha256:a949ba77a8f4d59a1f126f0ca927db90dcc679cfa24b6a10c581c7ba12f06665
Status: Downloaded newer image for ocaml/opam@sha256:a949ba77a8f4d59a1f126f0ca927db90dcc679cfa24b6a10c581c7ba12f06665
WARNING: The requested image's platform (linux/386) does not match the detected host platform (linux/amd64) and no specific platform was requested
2025-01-20 13:50.54 ---> using "8a9b4aac70a4e393eea5fcf18b7fdddc44d9ab0c256ccc276cf6812268a33c6c" from cache
/: (comment debian-12-5.3_x86_32_opam-2.3)
/: (user (uid 1000) (gid 1000))
/: (shell /usr/bin/linux32 /bin/sh -c)
/: (env CLICOLOR_FORCE 1)
/: (env OPAMCOLOR always)
/: (workdir /src)
/src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-01-20 13:50.54 ---> using "245be21b9ae208746aa1eaa2a964f4abd92b6ab045e14fcb59197e25a747615f" from cache
/src: (run (shell "opam init --reinit -ni"))
Configuring from /home/opam/.opamrc and then from 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 development version of opam requires an update to the layout of /home/opam/.opam from version 2.0 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 39 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=39 --global
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2025-01-20 13:50.54 ---> using "c0756deaee84c8ae6c9f87e6f14efef85ff40456e1fbcf331bff77e14477945c" from cache
/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-130-generic
The OCaml toplevel, version 5.3.0
2.3.0
2025-01-20 13:50.54 ---> using "a4d03d4eb409a2539accd1334cc50965a0166fee1173d4af366d3a1cfbac5158" from cache
/src: (workdir /src)
/src: (run (shell "sudo chown opam /src"))
2025-01-20 13:50.54 ---> using "d9194699eb378dfbf1af8abac5423475aee32eaad6d9101015d4aba13287c387" 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..4d67ef48e6 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 "ce2e0d0c3d5cc10aca25ffb2bb4e8c2ed1996cedc0e9f36061ba6d69c5fb51bc" from cache
/src: (copy (src tiff.opam) (dst ./))
2025-01-20 13:50.54 ---> saved as "bc12067b1c9cc4c151516c2cf1b3d8094c7ed2f321b7752fed2875bece99f04b"
/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-20 13:50.56 ---> saved as "8affc3036999d60aaffbb426a58cabbea05736ca687e4bcab95770fb568eb38b"
/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-01-20 13:50.57 ---> saved as "a247141a1a105726b4f3b1aaaaba3af52b2909a65bb35d125c9fca5374ec15eb"
/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_linux.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-option-bytecode-only.1 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 uring.0.9")
/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"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [47.9 kB]
- Get:4 http://deb.debian.org/debian bookworm/main i386 Packages [8686 kB]
- Get:5 http://deb.debian.org/debian bookworm-updates/main i386 Packages.diff/Index [15.1 kB]
- Get:6 http://deb.debian.org/debian bookworm-updates/main i386 Packages T-2025-01-14-2009.05-F-2025-01-14-2009.05.pdiff [5781 B]
- Get:6 http://deb.debian.org/debian bookworm-updates/main i386 Packages T-2025-01-14-2009.05-F-2025-01-14-2009.05.pdiff [5781 B]
- Get:7 http://deb.debian.org/debian-security bookworm-security/main i386 Packages [234 kB]
- Fetched 9195 kB in 2s (4465 kB/s)
- Reading package lists...
-
<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[tiff.dev] synchronised (file:///src)
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-option-bytecode-only 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:51.13 ---> saved as "56b1a4d26fa2f69e39dc3a4bca1a701258a3a730e8bbd569da1bbf2918aa036b"
/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-option-bytecode-only 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 32 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_linux 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
- install uring 0.9
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved bigstringaf.0.10.0 (cached)
-> retrieved camlp-streams.5.0.1 (cached)
-> retrieved astring.0.8.5 (cached)
-> retrieved cppo.1.8.0 (cached)
-> retrieved cmdliner.1.3.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 iomux.0.3 (cached)
-> retrieved logs.0.7.0 (cached)
-> retrieved eio.1.2, eio_linux.1.2, eio_main.1.2, eio_posix.1.2 (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 dune.3.17.1, dune-configurator.3.17.1 (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 seq.base (cached)
-> retrieved re.1.12.0 (cached)
-> retrieved result.1.5 (cached)
-> installed cmdliner.1.3.0
-> installed seq.base
-> retrieved thread-table.1.0.0 (cached)
-> retrieved topkg.1.0.7 (cached)
-> retrieved uring.0.9 (cached)
-> installed ocamlfind.1.9.6
-> installed ocamlbuild.0.15.0
-> 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 result.1.5
-> installed thread-table.1.0.0
-> installed csexp.1.5.2
-> installed camlp-streams.5.0.1
-> installed cstruct.6.2.0
-> installed ocaml-version.3.7.3
-> installed optint.0.3.0
-> installed psq.0.2.1
-> installed re.1.12.0
-> installed domain-local-await.1.0.1
-> installed cppo.1.8.0
-> installed dune-configurator.3.17.1
-> installed bigstringaf.0.10.0
-> installed iomux.0.3
-> installed uring.0.9
-> installed eio.1.2
-> installed eio_linux.1.2
-> installed eio_posix.1.2
-> installed mdx.2.5.0
-> installed eio_main.1.2
Done.
# To update the current shell environment, run: eval $(opam env)
2025-01-20 13:53.27 ---> saved as "c6b3b2cf256e9c0ea2f8bf9f4f2f84a38e52dff9f7e545ce61aa7b42f3cd01b1"
/src: (copy (src .) (dst /src))
2025-01-20 13:53.27 ---> saved as "472da689cb036b38bb2a43d224ac33ee2761b8595f37bd8727846d55215c4d8d"
/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && /home/opam/.opam/5.3/bin/ocamlc -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/lib/bigstringaf -I /home/opam/.opam/5.3/lib/cstruct -I /home/opam/.opam/5.3/lib/domain-local-await -I /home/opam/.opam/5.3/lib/eio -I /home/opam/.opam/5.3/lib/eio/core -I /home/opam/.opam/5.3/lib/eio/runtime_events -I /home/opam/.opam/5.3/lib/eio/unix -I /home/opam/.opam/5.3/lib/eio/utils -I /home/opam/.opam/5.3/lib/eio_linux -I /home/opam/.opam/5.3/lib/eio_main -I /home/opam/.opam/5.3/lib/eio_posix -I /home/opam/.opam/5.3/lib/fmt -I /home/opam/.opam/5.3/lib/hmap -I /home/opam/.opam/5.3/lib/iomux -I /home/opam/.opam/5.3/lib/lwt-dllist -I /home/opam/.opam/5.3/lib/mtime -I /home/opam/.opam/5.3/lib/mtime/clock -I /home/opam/.opam/5.3/lib/ocaml/runtime_events -I /home/opam/.opam/5.3/lib/ocaml/threads -I /home/opam/.opam/5.3/lib/ocaml/unix -I /home/opam/.opam/5.3/lib/optint -I /home/opam/.opam/5.3/lib/psq -I /home/opam/.opam/5.3/lib/seq -I /home/opam/.opam/5.3/lib/thread-table -I /home/opam/.opam/5.3/lib/uring -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/linux32" "/bin/sh" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2025-01-20 13:53.40: Job failed: Failed: Build failed