Organisationsgeocamlocaml-tiffae384f ()(lower-bound)

(lower-bound)

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) (linux-x86_64:(lower-bound))
Base: ocaml/opam:debian-12-ocaml-5.0@sha256:b76c766bee396852c25d4b17148c2c695483eba5904a1515808a576bc92c07f0
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.0@sha256:b76c766bee396852c25d4b17148c2c695483eba5904a1515808a576bc92c07f0
# debian-12-5.0_opam-2.3
USER 1000:1000
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 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 ./
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-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base bigarray-compat.1.1.0 bigstringaf.0.9.0 camlp-streams.5.0 cmdliner.1.1.0 conf-pkg-config.1.0 cppo.1.6.6 csexp.1.3.2 cstruct.6.0.1 dune.3.9.0 dune-configurator.2.7.0 eio.0.9 eio_linux.0.9 eio_main.0.9 eio_posix.0.9 fmt.0.9.0 hmap.0.8.1 iomux.0.2 logs.0.7.0 lwt.5.6.0 lwt-dllist.1.0.0 mdx.2.2.0 mtime.2.0.0 ocaml.5.0.0 ocaml-base-compiler.5.0.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-version.2.4.0 ocamlbuild.0.14.1 ocamlfind.1.9.5 ocplib-endian.1.1 odoc-parser.1.0.1 optint.0.1.0 psq.0.2.0 re.1.9.0 result.1.5 seq.0.3 topkg.1.0.6 uring.0.5"
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-21 14:10.37: Using cache hint "geocaml/ocaml-tiff-ocaml/opam:debian-12-ocaml-5.0@sha256:b76c766bee396852c25d4b17148c2c695483eba5904a1515808a576bc92c07f0-debian-12-5.0_opam-2.3-f5ecd6db6db0666d98f7045ba2817be2"
2025-01-21 14:10.37: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-5.0@sha256:b76c766bee396852c25d4b17148c2c695483eba5904a1515808a576bc92c07f0)
(comment debian-12-5.0_opam-2.3)
(user (uid 1000) (gid 1000))
(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 b41fc63234d56d04112634b1ea9121f12caf9794 || git fetch origin master) && git reset -q --hard b41fc63234d56d04112634b1ea9121f12caf9794 && 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-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base bigarray-compat.1.1.0 bigstringaf.0.9.0 camlp-streams.5.0 cmdliner.1.1.0 conf-pkg-config.1.0 cppo.1.6.6 csexp.1.3.2 cstruct.6.0.1 dune.3.9.0 dune-configurator.2.7.0 eio.0.9 eio_linux.0.9 eio_main.0.9 eio_posix.0.9 fmt.0.9.0 hmap.0.8.1 iomux.0.2 logs.0.7.0 lwt.5.6.0 lwt-dllist.1.0.0 mdx.2.2.0 mtime.2.0.0 ocaml.5.0.0 ocaml-base-compiler.5.0.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-version.2.4.0 ocamlbuild.0.14.1 ocamlfind.1.9.5 ocplib-endian.1.1 odoc-parser.1.0.1 optint.0.1.0 psq.0.2.0 re.1.9.0 result.1.5 seq.0.3 topkg.1.0.6 uring.0.5")
(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-21 14:10.37: Waiting for resource in pool OCluster
2025-01-21 14:28.24: Waiting for worker…
2025-01-21 14:32.29: Got resource from pool OCluster
Building on x86-bm-c5.sw.ocaml.org
All commits already cached
HEAD is now at ae384fa add tiff data in tiff object


(from ocaml/opam:debian-12-ocaml-5.0@sha256:b76c766bee396852c25d4b17148c2c695483eba5904a1515808a576bc92c07f0)
2025-01-21 14:32.30 ---> using "810efee3cf583c9f1c39146a67e6881f77bdf5162f874b2f96caa8c7358148f6" from cache


/: (comment debian-12-5.0_opam-2.3)


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


/: (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-21 14:32.30 ---> using "0ef660b0f17c4f56349af07d651289e5fba1745eb57cc4d471ec59c81ba16d12" 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-21 14:32.30 ---> using "7bec2f6f2999bdcfd2f1ee4c47a378838362e853c4907d29c853c7014ae07bcc" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-130-generic
The OCaml toplevel, version 5.0.0
2.3.0
2025-01-21 14:32.30 ---> using "a341da5be79535bb7972bf5db9a3fd7a3450a5dff3fac8bbca4610969d93319f" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-01-21 14:32.30 ---> using "0174626be44927b0b490b049a79201ad915319691d2452a298fe92ecb230d64e" from cache


/src: (run (cache (opam-archives (target /home/opam/.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
3e681a81f6..b41fc63234  master     -> origin/master
b41fc63234 Merge pull request #27302 from ocaml/dra27--rm-non-win32-host-pkgs


<><> 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-21 14:32.30 ---> using "0cb34c033cd3b6422c59554cae8693390a42e8bfe6ce5c4be7d4ccb6fdb6c8a1" from cache


/src: (copy (src tiff.opam) (dst ./))
2025-01-21 14:32.30 ---> using "a891dca0382689e7bb1c6d652384dc26f3420610d86accffe78d61e4ba37574a" 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
[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.dev] synchronised (file:///src)
tiff is now pinned to file:///src (version dev)
2025-01-21 14:32.30 ---> using "af362889647879bf858a7f5bda1493317bf4dc5f1089e0a1bc7a0aa06b84945f" from cache


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-01-21 14:32.30 ---> using "5f791fa14ea41d74816277d15882805f2525511b331ffbce1942a05bfa9bb61e" from cache


/src: (env DEPS "astring.0.8.5 base-bigarray.base base-bytes.base base-domains.base base-nnp.base base-threads.base base-unix.base bigarray-compat.1.1.0 bigstringaf.0.9.0 camlp-streams.5.0 cmdliner.1.1.0 conf-pkg-config.1.0 cppo.1.6.6 csexp.1.3.2 cstruct.6.0.1 dune.3.9.0 dune-configurator.2.7.0 eio.0.9 eio_linux.0.9 eio_main.0.9 eio_posix.0.9 fmt.0.9.0 hmap.0.8.1 iomux.0.2 logs.0.7.0 lwt.5.6.0 lwt-dllist.1.0.0 mdx.2.2.0 mtime.2.0.0 ocaml.5.0.0 ocaml-base-compiler.5.0.0 ocaml-config.3 ocaml-options-vanilla.1 ocaml-version.2.4.0 ocamlbuild.0.14.1 ocamlfind.1.9.5 ocplib-endian.1.1 odoc-parser.1.0.1 optint.0.1.0 psq.0.2.0 re.1.9.0 result.1.5 seq.0.3 topkg.1.0.6 uring.0.5")


/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"
- Hit:1 http://deb.debian.org/debian bookworm InRelease
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [241 kB]
- Fetched 344 kB in 1s (463 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-config is already installed (current version is 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.0.0).
[NOTE] Package ocaml is already installed (current version is 5.0.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-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).


The following system packages will first need to be installed:
pkg-config


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>


+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "pkg-config"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package libpkgconf3:amd64.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18745 files and directories currently installed.)
- Preparing to unpack .../libpkgconf3_1.8.1-1_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-1) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../pkgconf-bin_1.8.1-1_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-1) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../pkgconf_1.8.1-1_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-1) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../pkg-config_1.8.1-1_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-1) ...
- Setting up libpkgconf3:amd64 (1.8.1-1) ...
- Setting up pkgconf-bin (1.8.1-1) ...
- Setting up pkgconf:amd64 (1.8.1-1) ...
- Setting up pkg-config:amd64 (1.8.1-1) ...
- Processing triggers for libc-bin (2.36-9+deb12u9) ...
2025-01-21 14:32.30 ---> using "5eb17439ce00e4e233dabb214412cb103db57b1dd55242ba297dc68350134f5b" 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-base-compiler is already installed (current version is 5.0.0).
[NOTE] Package ocaml is already installed (current version is 5.0.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-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 36 packages
- install astring           0.8.5
- install base-bytes        base
- install bigarray-compat   1.1.0
- install bigstringaf       0.9.0
- install camlp-streams     5.0
- install cmdliner          1.1.0
- install conf-pkg-config   1.0
- install cppo              1.6.6
- install csexp             1.3.2
- install cstruct           6.0.1
- install dune              3.9.0
- install dune-configurator 2.7.0
- install eio               0.9
- install eio_linux         0.9
- install eio_main          0.9
- install eio_posix         0.9
- install fmt               0.9.0
- install hmap              0.8.1
- install iomux             0.2
- install logs              0.7.0
- install lwt               5.6.0
- install lwt-dllist        1.0.0
- install mdx               2.2.0
- install mtime             2.0.0
- install ocaml-version     2.4.0
- install ocamlbuild        0.14.1
- install ocamlfind         1.9.5
- install ocplib-endian     1.1
- install odoc-parser       1.0.1
- install optint            0.1.0
- install psq               0.2.0
- install re                1.9.0
- install result            1.5
- install seq               0.3
- install topkg             1.0.6
- install uring             0.5


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved bigarray-compat.1.1.0  (cached)
-> retrieved bigstringaf.0.9.0  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved camlp-streams.5.0  (cached)
-> installed conf-pkg-config.1.0
-> retrieved cmdliner.1.1.0  (cached)
-> retrieved cppo.1.6.6  (cached)
-> retrieved csexp.1.3.2  (cached)
-> retrieved cstruct.6.0.1  (cached)
-> retrieved eio.0.9, eio_linux.0.9, eio_main.0.9, eio_posix.0.9  (cached)
-> retrieved dune-configurator.2.7.0  (cached)
-> retrieved dune.3.9.0  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved hmap.0.8.1  (cached)
-> retrieved iomux.0.2  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved lwt.5.6.0  (cached)
-> retrieved lwt-dllist.1.0.0  (cached)
-> retrieved mtime.2.0.0  (cached)
-> retrieved ocaml-version.2.4.0  (cached)
-> retrieved ocamlbuild.0.14.1  (cached)
-> retrieved ocamlfind.1.9.5  (cached)
-> retrieved ocplib-endian.1.1  (cached)
-> retrieved odoc-parser.1.0.1  (cached)
-> retrieved optint.0.1.0  (cached)
-> retrieved psq.0.2.0  (cached)
-> retrieved result.1.5  (cached)
-> retrieved seq.0.3  (cached)
-> retrieved re.1.9.0  (cached)
-> retrieved topkg.1.0.6  (cached)
-> retrieved uring.0.5  (cached)
-> retrieved mdx.2.2.0  (https://github.com/realworldocaml/mdx/releases/download/2.2.0/mdx-2.2.0.tbz)
-> installed cmdliner.1.1.0
-> installed ocamlfind.1.9.5
-> installed base-bytes.base
-> installed ocamlbuild.0.14.1
-> installed topkg.1.0.6
-> installed hmap.0.8.1
-> installed mtime.2.0.0
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed dune.3.9.0
-> installed bigarray-compat.1.1.0
-> installed bigstringaf.0.9.0
-> installed camlp-streams.5.0
-> installed seq.0.3
-> installed result.1.5
-> installed optint.0.1.0
-> installed cppo.1.6.6
-> installed csexp.1.3.2
-> installed ocaml-version.2.4.0
-> installed cstruct.6.0.1
-> installed psq.0.2.0
-> installed odoc-parser.1.0.1
-> installed ocplib-endian.1.1
-> installed dune-configurator.2.7.0
-> installed re.1.9.0
-> installed iomux.0.2
-> installed uring.0.5
-> installed lwt.5.6.0
-> installed lwt-dllist.1.0.0
-> installed logs.0.7.0
-> installed eio.0.9
-> installed eio_linux.0.9
-> installed eio_posix.0.9
-> installed mdx.2.2.0
-> installed eio_main.0.9
Done.
# To update the current shell environment, run: eval $(opam env)
2025-01-21 14:32.30 ---> using "a2e13554b5e80fa3720efb16c5d0679ce84a8038730dbc9594e57735ff456f9e" from cache


/src: (copy (src .) (dst /src))
2025-01-21 14:32.30 ---> saved as "810f4dad85f694b3bfa6997f44a4ccf3d8dea74856ba11080976e9b9f71b8986"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default && /home/opam/.opam/5.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 -I .main.eobjs/byte -I /home/opam/.opam/5.0/lib/bigarray-compat -I /home/opam/.opam/5.0/lib/bigstringaf -I /home/opam/.opam/5.0/lib/bytes -I /home/opam/.opam/5.0/lib/cstruct -I /home/opam/.opam/5.0/lib/eio -I /home/opam/.opam/5.0/lib/eio/core -I /home/opam/.opam/5.0/lib/eio/unix -I /home/opam/.opam/5.0/lib/eio/utils -I /home/opam/.opam/5.0/lib/eio_linux -I /home/opam/.opam/5.0/lib/eio_main -I /home/opam/.opam/5.0/lib/eio_posix -I /home/opam/.opam/5.0/lib/fmt -I /home/opam/.opam/5.0/lib/hmap -I /home/opam/.opam/5.0/lib/iomux -I /home/opam/.opam/5.0/lib/logs -I /home/opam/.opam/5.0/lib/lwt -I /home/opam/.opam/5.0/lib/lwt-dllist -I /home/opam/.opam/5.0/lib/mtime -I /home/opam/.opam/5.0/lib/mtime/clock/os -I /home/opam/.opam/5.0/lib/ocaml/threads -I /home/opam/.opam/5.0/lib/ocaml/unix -I /home/opam/.opam/5.0/lib/optint -I /home/opam/.opam/5.0/lib/psq -I /home/opam/.opam/5.0/lib/seq -I /home/opam/.opam/5.0/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: This expression has type Tiff.Data.data_type -> Tiff.t
but an expression was expected of type Tiff.t
"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 1
2025-01-21 14:32.32: Job failed: Failed: Build failed