Organisationssanettetsdl-ttf0a059e ()alpine-3.19-5.1_opam-2.1

alpine-3.19-5.1_opam-2.1

Link Copied
Code Copied

Logs

2024-04-30 08:18.41: New job: test sanette/tsdl-ttf https://github.com/sanette/tsdl-ttf.git#refs/pull/8/head (0a059e06245a1dc665f09d8c00a997bf86c06971) (linux-x86_64:alpine-3.19-5.1_opam-2.1)
Base: ocaml/opam@sha256:4b4ab6fd8d855ed9925ce6a8f4382d5944e17169eca34ac441cf96781412e037
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/sanette/tsdl-ttf.git" && cd "tsdl-ttf" && git fetch origin "refs/pull/8/head" && git reset --hard 0a059e06
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:4b4ab6fd8d855ed9925ce6a8f4382d5944e17169eca34ac441cf96781412e037
# alpine-3.19-5.1_opam-2.1
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.1 /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 042d5efee9551e35990b2e8d849a354d082857d1 || git fetch origin master) && git reset -q --hard 042d5efee9551e35990b2e8d849a354d082857d1 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 tsdl-ttf.opam ./
RUN opam pin add -yn tsdl-ttf.dev './'
ENV DEPS="base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base bigarray-compat.1.1.0 conf-libffi.2.0.0 conf-pkg-config.3 conf-sdl2.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.22.0 ctypes-foreign.0.22.0 dune.3.15.2 dune-configurator.3.15.2 integers.0.7.0 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 stdlib-shims.0.3.0 topkg.1.0.7 tsdl.1.0.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y tsdl-ttf.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


2024-04-30 08:18.41: Using cache hint "sanette/tsdl-ttf-ocaml/opam@sha256:4b4ab6fd8d855ed9925ce6a8f4382d5944e17169eca34ac441cf96781412e037-alpine-3.19-5.1_opam-2.1-ee9ac1b8f2c4b5487cb12cd94f9d202c"
2024-04-30 08:18.41: Using OBuilder spec:
((from ocaml/opam@sha256:4b4ab6fd8d855ed9925ce6a8f4382d5944e17169eca34ac441cf96781412e037)
 (comment alpine-3.19-5.1_opam-2.1)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/bin/opam-2.1 /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 042d5efee9551e35990b2e8d849a354d082857d1 || git fetch origin master) && git reset -q --hard 042d5efee9551e35990b2e8d849a354d082857d1 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src tsdl-ttf.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn tsdl-ttf.dev './'"))
 (env DEPS "base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base bigarray-compat.1.1.0 conf-libffi.2.0.0 conf-pkg-config.3 conf-sdl2.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.22.0 ctypes-foreign.0.22.0 dune.3.15.2 dune-configurator.3.15.2 integers.0.7.0 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 stdlib-shims.0.3.0 topkg.1.0.7 tsdl.1.0.0")
 (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.1 --depext-only -y tsdl-ttf.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"))
)


2024-04-30 08:18.41: Waiting for resource in pool OCluster
2024-04-30 10:23.01: Waiting for worker…
2024-04-30 10:30.24: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at 0a059e0 Make shared library search lazy


(from ocaml/opam@sha256:4b4ab6fd8d855ed9925ce6a8f4382d5944e17169eca34ac441cf96781412e037)
2024-04-30 10:30.24 ---> using "3f19e9b9d1b1f06a8ca1f3057a9f472cc74aed4d47a44f6671b5ec1ca0b507f4" from cache


/: (comment alpine-3.19-5.1_opam-2.1)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2024-04-30 10:30.24 ---> using "490904df7bd2375c7274cfa2c60bfd67678888efd7e9f9407037f1a02039319d" 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 version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.1, 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
2024-04-30 10:30.24 ---> using "fb388c26659e95066bb5f2bcf3ada44e365027e2aefae4e50134ca2f790cc9ae" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-101-generic
The OCaml toplevel, version 5.1.1
2.1.5
2024-04-30 10:30.24 ---> using "f76e27f2a906c2f4b89da771fe7fc64e9a5df6c5689748141a559d4d1e46d0c3" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-04-30 10:30.24 ---> using "32f75b92a49fafbabbcc772c2c03aa4acb62ee26590615b9f8cfffe05f54f910" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 042d5efee9551e35990b2e8d849a354d082857d1 || git fetch origin master) && git reset -q --hard 042d5efee9551e35990b2e8d849a354d082857d1 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   c516155a4b..60c4208f49  master     -> origin/master
042d5efee9 [new release] dune (15 packages) (3.15.2)


<><> 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.
# Run eval $(opam env) to update the current shell environment
2024-04-30 10:30.24 ---> using "a5c86fadc307bad98eec73382141f88b7fd7cfba743c33b93486ac8703c2785c" from cache


/src: (copy (src tsdl-ttf.opam) (dst ./))
2024-04-30 10:30.24 ---> saved as "2c65b49468e6a1d56c6405ee1e616d86b95a34d069a3cae2f788913c76ad3fb6"


/src: (run (network host)
           (shell "opam pin add -yn tsdl-ttf.dev './'"))
[tsdl-ttf.dev] synchronised (file:///src)
tsdl-ttf is now pinned to file:///src (version dev)
2024-04-30 10:30.26 ---> saved as "669765b38e07cbeb42708c2f0c47ebe4ab11cca40c9701695e04535ef80b885f"


/src: (env DEPS "base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base bigarray-compat.1.1.0 conf-libffi.2.0.0 conf-pkg-config.3 conf-sdl2.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.22.0 ctypes-foreign.0.22.0 dune.3.15.2 dune-configurator.3.15.2 integers.0.7.0 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 stdlib-shims.0.3.0 topkg.1.0.7 tsdl.1.0.0")


/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.1 --depext-only -y tsdl-ttf.dev $DEPS"))
+ /usr/bin/sudo "apk" "update"
- fetch https://dl-cdn.alpinelinux.org/alpine/v3.19/main/x86_64/APKINDEX.tar.gz
- fetch https://dl-cdn.alpinelinux.org/alpine/v3.19/community/x86_64/APKINDEX.tar.gz
- fetch https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/APKINDEX.tar.gz
- fetch https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
- fetch https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz
- v3.19.1-476-g0fc5112363c [https://dl-cdn.alpinelinux.org/alpine/v3.19/main]
- v3.19.1-478-g9c03b9c8a03 [https://dl-cdn.alpinelinux.org/alpine/v3.19/community]
- v20240329-2859-gfee7a754416 [https://dl-cdn.alpinelinux.org/alpine/edge/main]
- v20240329-2861-ga2dbab673c9 [https://dl-cdn.alpinelinux.org/alpine/edge/community]
- v20240329-2855-ge26b26b1e3a [https://dl-cdn.alpinelinux.org/alpine/edge/testing]
- OK: 52793 distinct packages available


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[tsdl-ttf.dev] synchronised (no changes)


[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.1.1).
[NOTE] Package ocaml is already installed (current version is 5.1.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-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:
    libffi-dev sdl2-dev sdl2_ttf-dev


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/bin/sudo "apk" "add" "libffi-dev" "sdl2-dev" "sdl2_ttf-dev"
- (1/105) Installing linux-headers (6.5-r0)
- (2/105) Installing libffi-dev (3.4.4-r3)
- (3/105) Installing sdl2 (2.28.5-r0)
- (4/105) Installing libpng (1.6.40-r0)
- (5/105) Installing freetype (2.13.2-r0)
- (6/105) Installing tslib (1.22-r1)
- (7/105) Installing directfb (1.7.7-r7)
- (8/105) Installing directfb-dev (1.7.7-r7)
- (9/105) Installing hwdata-pci (0.377.2-r0)
- (10/105) Installing libpciaccess (0.17-r2)
- (11/105) Installing libdrm (2.4.118-r0)
- (12/105) Installing libpciaccess-dev (0.17-r2)
- (13/105) Installing libdrm-dev (2.4.118-r0)
- (14/105) Installing libxext (1.3.5-r3)
- (15/105) Installing libxext-dev (1.3.5-r3)
- (16/105) Installing libxdamage (1.1.6-r4)
- (17/105) Installing libxfixes (6.0.1-r3)
- (18/105) Installing libxfixes-dev (6.0.1-r3)
- (19/105) Installing libxdamage-dev (1.1.6-r4)
- (20/105) Installing libxshmfence (1.3.2-r5)
- (21/105) Installing libxshmfence-dev (1.3.2-r5)
- (22/105) Installing mesa (23.3.6-r0)
- (23/105) Installing wayland-libs-server (1.22.0-r4)
- (24/105) Installing mesa-gbm (23.3.6-r0)
- (25/105) Installing mesa-glapi (23.3.6-r0)
- (26/105) Installing wayland-libs-client (1.22.0-r4)
- (27/105) Installing mesa-egl (23.3.6-r0)
- (28/105) Installing libxxf86vm (1.1.5-r5)
- (29/105) Installing mesa-gl (23.3.6-r0)
- (30/105) Installing mesa-gles (23.3.6-r0)
- (31/105) Installing libxml2 (2.11.7-r0)
- (32/105) Installing llvm17-libs (17.0.5-r0)
- (33/105) Installing mesa-osmesa (23.3.6-r0)
- (34/105) Installing clang17-headers (17.0.5-r0)
- (35/105) Installing libclc (17.0.5-r0)
- (36/105) Installing spirv-llvm-translator-libs (17.0.0-r0)
- (37/105) Installing spirv-tools (1.3.261.1-r0)
- (38/105) Installing clang17-libs (17.0.5-r0)
- (39/105) Installing libelf (0.190-r1)
- (40/105) Installing mesa-rusticl (23.3.6-r0)
- (41/105) Installing mesa-xatracker (23.3.6-r0)
- (42/105) Installing libxxf86vm-dev (1.1.5-r5)
- (43/105) Installing mesa-dev (23.3.6-r0)
- (44/105) Installing sdl2-dev (2.28.5-r0)
- (45/105) Installing brotli (1.1.0-r1)
- (46/105) Installing brotli-dev (1.1.0-r1)
- (47/105) Installing zlib-dev (1.3.1-r0)
- (48/105) Installing libpng-dev (1.6.40-r0)
- (49/105) Installing freetype-dev (2.13.2-r0)
- (50/105) Installing libxrender (0.9.11-r4)
- (51/105) Installing fontconfig (2.14.2-r4)
- (52/105) Installing pixman (0.42.2-r2)
- (53/105) Installing cairo (1.18.0-r0)
- (54/105) Installing libintl (0.22.3-r0)
- (55/105) Installing libblkid (2.39.3-r0)
- (56/105) Installing libmount (2.39.3-r0)
- (57/105) Installing glib (2.78.4-r0)
- (58/105) Installing graphite2 (1.3.14-r6)
- (59/105) Installing harfbuzz (8.3.0-r0)
- (60/105) Installing harfbuzz-cairo (8.3.0-r0)
- (61/105) Installing harfbuzz-gobject (8.3.0-r0)
- (62/105) Installing icu-data-en (74.1-r0)
- Executing icu-data-en-74.1-r0.post-install
- *
- * If you need ICU with non-English locales and legacy charset support, install
- * package icu-data-full.
- *
- (63/105) Installing icu-libs (74.1-r0)
- (64/105) Installing harfbuzz-icu (8.3.0-r0)
- (65/105) Installing harfbuzz-subset (8.3.0-r0)
- (66/105) Installing cairo-tools (1.18.0-r0)
- (67/105) Installing expat (2.6.2-r0)
- (68/105) Installing expat-dev (2.6.2-r0)
- (69/105) Installing fontconfig-dev (2.14.2-r4)
- (70/105) Installing libxrender-dev (0.9.11-r4)
- (71/105) Installing pixman-dev (0.42.2-r2)
- (72/105) Installing util-macros (1.20.0-r0)
- (73/105) Installing xcb-util (0.4.1-r3)
- (74/105) Installing xcb-util-dev (0.4.1-r3)
- (75/105) Installing cairo-gobject (1.18.0-r0)
- (76/105) Installing bzip2-dev (1.0.8-r6)
- (77/105) Installing libxml2-utils (2.11.7-r0)
- (78/105) Installing docbook-xml (4.5-r8)
- Executing docbook-xml-4.5-r8.post-install
- (79/105) Installing libgpg-error (1.47-r2)
- (80/105) Installing libgcrypt (1.10.3-r0)
- (81/105) Installing libxslt (1.1.39-r0)
- (82/105) Installing docbook-xsl (1.79.2-r8)
- Executing docbook-xsl-1.79.2-r8.post-install
- (83/105) Installing gettext-asprintf (0.22.3-r0)
- (84/105) Installing gettext-libs (0.22.3-r0)
- (85/105) Installing gettext-envsubst (0.22.3-r0)
- (86/105) Installing gettext (0.22.3-r0)
- (87/105) Installing gettext-dev (0.22.3-r0)
- (88/105) Installing bsd-compat-headers (0.7.2-r5)
- (89/105) Installing libedit (20230828.3.1-r3)
- (90/105) Installing libedit-dev (20230828.3.1-r3)
- (91/105) Installing libpcre2-16 (10.42-r2)
- (92/105) Installing libpcre2-32 (10.42-r2)
- (93/105) Installing pcre2-dev (10.42-r2)
- (94/105) Installing libuuid (2.39.3-r0)
- (95/105) Installing libfdisk (2.39.3-r0)
- (96/105) Installing libsmartcols (2.39.3-r0)
- (97/105) Installing util-linux-dev (2.39.3-r0)
- (98/105) Installing glib-dev (2.78.4-r0)
- (99/105) Installing cairo-dev (1.18.0-r0)
- (100/105) Installing graphite2-dev (1.3.14-r6)
- (101/105) Installing icu (74.1-r0)
- (102/105) Installing icu-dev (74.1-r0)
- (103/105) Installing harfbuzz-dev (8.3.0-r0)
- (104/105) Installing sdl2_ttf (2.20.2-r0)
- (105/105) Installing sdl2_ttf-dev (2.20.2-r0)
- Executing busybox-1.36.1-r15.trigger
- Executing glib-2.78.4-r0.trigger
- No schema files found: doing nothing.
- OK: 789 MiB in 206 packages
2024-04-30 10:31.00 ---> saved as "e2fd095a25fc46c9aa35fbc2d7e146ffec367c07ce98a1b532e4f6bc4000482b"


/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.1.1).
[NOTE] Package ocaml is already installed (current version is 5.1.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-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 dune              3.15.2
  - install ocamlbuild        0.14.3
  - install conf-pkg-config   3
  - install ocamlfind         1.9.6
  - install stdlib-shims      0.3.0
  - install csexp             1.5.2
  - install bigarray-compat   1.1.0
  - install conf-sdl2-ttf     1
  - install conf-sdl2         1
  - install conf-libffi       2.0.0
  - install topkg             1.0.7
  - install integers          0.7.0
  - install dune-configurator 3.15.2
  - install ctypes            0.22.0
  - install ctypes-foreign    0.22.0
  - install tsdl              1.0.0
===== 16 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved bigarray-compat.1.1.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved ctypes.0.22.0  (cached)
-> installed conf-pkg-config.3
-> retrieved ctypes-foreign.0.22.0  (cached)
-> installed conf-libffi.2.0.0
-> installed conf-sdl2.1
-> installed conf-sdl2-ttf.1
-> retrieved integers.0.7.0  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved tsdl.1.0.0  (cached)
-> retrieved dune.3.15.2  (cached)
-> retrieved dune-configurator.3.15.2  (cached)
-> installed ocamlfind.1.9.6
-> installed ocamlbuild.0.14.3
-> installed topkg.1.0.7
-> installed dune.3.15.2
-> installed stdlib-shims.0.3.0
-> installed csexp.1.5.2
-> installed bigarray-compat.1.1.0
-> installed integers.0.7.0
-> installed dune-configurator.3.15.2
-> installed ctypes.0.22.0
-> installed ctypes-foreign.0.22.0
-> installed tsdl.1.0.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-04-30 10:31.46 ---> saved as "16f57c282e2b943e969057858d71fe3765ac61bef81d77e70eb1d30f0c9371c8"


/src: (copy (src .) (dst /src))
2024-04-30 10:31.46 ---> saved as "2d2c7b077eacae84c3869f8d489d66820ef1ad8147206809bbd80a90d60202a7"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/test && ./show_string.exe)
Dummy video driver
2024-04-30 10:31.47 ---> saved as "28e389ebd4b35641d7f6ab12b8bf412d93d068adfe6a1e5115fc1e6a117af873"
Job succeeded
2024-04-30 10:31.47: Job succeeded