Organisationsgeocamlocaml-tiffd42405 (main)ubuntu-20.04-5.3_opam-2.3

ubuntu-20.04-5.3_opam-2.3

Link Copied
Code Copied

Logs

2025-01-17 21:47.32: New job: test geocaml/ocaml-tiff https://github.com/geocaml/ocaml-tiff.git#refs/heads/main (d42405c5e7ef44266bc461e6c437adc9056b02aa) (linux-x86_64:ubuntu-20.04-5.3_opam-2.3)
Base: ocaml/opam:ubuntu-20.04-ocaml-5.3@sha256:822883f6f581125d4e99b2bdd4a550e4685d57e78f64c1678af120455937c994
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/geocaml/ocaml-tiff.git" -b "main" && cd "ocaml-tiff" && git reset --hard d42405c5
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-20.04-ocaml-5.3@sha256:822883f6f581125d4e99b2bdd4a550e4685d57e78f64c1678af120455937c994
# ubuntu-20.04-5.3_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 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-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-17 21:47.32: Using cache hint "geocaml/ocaml-tiff-ocaml/opam:ubuntu-20.04-ocaml-5.3@sha256:822883f6f581125d4e99b2bdd4a550e4685d57e78f64c1678af120455937c994-ubuntu-20.04-5.3_opam-2.3-3b832ca451a5594f1c8e9ed40be18ca7"
2025-01-17 21:47.32: Using OBuilder spec:
((from ocaml/opam:ubuntu-20.04-ocaml-5.3@sha256:822883f6f581125d4e99b2bdd4a550e4685d57e78f64c1678af120455937c994)
(comment ubuntu-20.04-5.3_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 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-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-17 21:47.32: Waiting for resource in pool OCluster
2025-01-17 22:22.11: Waiting for worker…
2025-01-17 22:22.11: Got resource from pool OCluster
Building on x86-bm-c7.sw.ocaml.org
All commits already cached
HEAD is now at d42405c Merge pull request #3 from geocaml/working


(from ocaml/opam:ubuntu-20.04-ocaml-5.3@sha256:822883f6f581125d4e99b2bdd4a550e4685d57e78f64c1678af120455937c994)
Unable to find image 'ocaml/opam:ubuntu-20.04-ocaml-5.3@sha256:822883f6f581125d4e99b2bdd4a550e4685d57e78f64c1678af120455937c994' locally
docker.io/ocaml/opam@sha256:822883f6f581125d4e99b2bdd4a550e4685d57e78f64c1678af120455937c994: Pulling from ocaml/opam
399f4a636c21: Pulling fs layer
399f4a636c21: Waiting
399f4a636c21: Verifying Checksum
399f4a636c21: Download complete
399f4a636c21: Pull complete
Digest: sha256:822883f6f581125d4e99b2bdd4a550e4685d57e78f64c1678af120455937c994
Status: Downloaded newer image for ocaml/opam@sha256:822883f6f581125d4e99b2bdd4a550e4685d57e78f64c1678af120455937c994
2025-01-17 22:22.12 ---> using "4589903a774af036e44ccd2c6bde948f9a00d13fb294b6b4ba1c61a2ec98225e" from cache


/: (comment ubuntu-20.04-5.3_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-17 22:22.12 ---> using "3ce36f3a4f61418a7433c20623c129897a52f855141a33803097f2ae9494b75d" 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
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2025-01-17 22:22.12 ---> using "c0d2b71df88d0456d7cd0c4140100a606e439649f0c06b93f44253b9a86ef009" 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-17 22:22.12 ---> using "2fec1fbf4d83c2a0b4234fb22e040d030422a06786032549d476af9a4aa88e26" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-01-17 22:22.12 ---> using "da33132f08e87546281ea2159fe833d513da26ba85d25f06329b2235a2e4aa0b" 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..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-17 22:22.12 ---> using "498fecbcab2bc54fb36f3225df8aea9f0bb4d81795f3904ee0b9aefcb08824ea" from cache


/src: (copy (src tiff.opam) (dst ./))
2025-01-17 22:22.12 ---> saved as "0fbaf7b485a741a081f1e9a3c87d7ccd4bdc940039ee5eb8407baa729def6ee1"


/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-17 22:22.14 ---> saved as "e510bf64bc7331eff1ea36dddb687f610644d8ba51cdea6e0ffb80fe453bcc40"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-01-17 22:22.14 ---> saved as "b06e472dadfa3bcb8a710fbc4d203c12c6b3731182e45f72a55263cd022f59ad"


/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-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"
- Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease
- Get:2 http://security.ubuntu.com/ubuntu focal-security InRelease [128 kB]
- Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [128 kB]
- Get:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease [128 kB]
- Get:5 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [30.9 kB]
- Get:6 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [4276 kB]
- Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [4661 kB]
- Get:8 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [4186 kB]
- Get:9 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [1297 kB]
- Get:10 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1589 kB]
- Fetched 16.4 MB in 1s (11.5 MB/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-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-17 22:22.38 ---> saved as "fb1647649f885a7fc9e37cf79464eb548b2e06743c7865ca5c24f93f42a3b4be"


/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-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 lwt-dllist.1.0.1  (cached)
-> retrieved mdx.2.5.0  (cached)
-> retrieved eio.1.2, eio_linux.1.2, eio_main.1.2, eio_posix.1.2  (cached)
-> retrieved mtime.2.1.0  (cached)
-> retrieved ocaml-version.3.7.3  (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)
-> installed seq.base
-> retrieved thread-table.1.0.0  (cached)
-> retrieved re.1.12.0  (cached)
-> retrieved dune.3.17.1, dune-configurator.3.17.1  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved uring.0.9  (cached)
-> installed cmdliner.1.3.0
-> installed ocamlbuild.0.15.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 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 result.1.5
-> installed thread-table.1.0.0
-> installed re.1.12.0
-> installed cppo.1.8.0
-> 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 uring.0.9
-> installed eio.1.2
-> installed eio_linux.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-17 22:23.41 ---> saved as "9cc9a559b57e356a3fe15e9984cf34c1449b195d6032a0674c917fc95148e8cd"


/src: (copy (src .) (dst /src))
2025-01-17 22:23.41 ---> saved as "350582b2586e8a2a965204645949b32d367edea32123fe9f794fecc8616ecd23"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2025-01-17 22:23.48 ---> saved as "5837f2e8c523a180ba7f5fd612511157ecbc194eb199ea417dbda971e98b643e"
Job succeeded
2025-01-17 22:23.48: Job succeeded