Organisationssanettetsdl-ttfedb9b9 (master)alpine-3.19-4.14_opam-2.1

alpine-3.19-4.14_opam-2.1

Link Copied
Code Copied

Logs

2024-04-30 09:18.46: New job: test sanette/tsdl-ttf https://github.com/sanette/tsdl-ttf.git#refs/heads/master (edb9b925c0ddf4dd00fb90ef67c7132b7ee351f6) (linux-x86_64:alpine-3.19-4.14_opam-2.1)
Base: ocaml/opam@sha256:bf6aa97761d12fb7cd71c54940bf20e9c92a17fe5406a845660fc8e3a7c2e21e
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/sanette/tsdl-ttf.git" -b "master" && cd "tsdl-ttf" && git reset --hard edb9b925
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:bf6aa97761d12fb7cd71c54940bf20e9c92a17fe5406a845660fc8e3a7c2e21e
# alpine-3.19-4.14_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-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.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 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 09:18.46: Using cache hint "sanette/tsdl-ttf-ocaml/opam@sha256:bf6aa97761d12fb7cd71c54940bf20e9c92a17fe5406a845660fc8e3a7c2e21e-alpine-3.19-4.14_opam-2.1-af40a79305d17dec0be6739943338753"
2024-04-30 09:18.46: Using OBuilder spec:
((from ocaml/opam@sha256:bf6aa97761d12fb7cd71c54940bf20e9c92a17fe5406a845660fc8e3a7c2e21e)
 (comment alpine-3.19-4.14_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-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.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 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 09:18.46: Waiting for resource in pool OCluster
2024-04-30 22:17.35: Waiting for worker…
2024-04-30 22:20.43: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at edb9b92 version 0.6


(from ocaml/opam@sha256:bf6aa97761d12fb7cd71c54940bf20e9c92a17fe5406a845660fc8e3a7c2e21e)
2024-04-30 22:20.43 ---> using "1e640372eb9daeb2412d20c5fde01c5949566a71e7b6150cd62d118621a015ce" from cache


/: (comment alpine-3.19-4.14_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 22:20.43 ---> using "b182ae1cda6d297a21c7bc776a7186ae509de252e149d545f617b331989e646b" 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 22:20.43 ---> using "4866ea6bf011b30c8f3834af033bf4ab0458b5961a9b90f360a51536fd01e0a4" from cache


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


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-04-30 22:20.43 ---> using "37c723fd8d4647c0452a25707967717f353e286d7208d2811868c00bae4dd948" 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
   4bb8cb8b65..bafea8d973  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 22:20.43 ---> using "fc8ef94fea0326c5ccbfd6d93c6d67b7da318abb4ed2db5ff0186c7ee0f32fac" from cache


/src: (copy (src tsdl-ttf.opam) (dst ./))
2024-04-30 22:20.44 ---> saved as "49ee6cd518c509738651937d3abb6bab92541b6c22d82f18c940b6aa36621b4b"


/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 22:20.46 ---> saved as "ec01add29c05a0da4d76387fcd74876d8a7dc7ad44aa063360241e6768ba9e36"


/src: (env DEPS "base-bigarray.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.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 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-480-g28ad97485dd [https://dl-cdn.alpinelinux.org/alpine/v3.19/community]
- v20240329-2859-gfee7a754416 [https://dl-cdn.alpinelinux.org/alpine/edge/main]
- v20240329-2908-g80581708acb [https://dl-cdn.alpinelinux.org/alpine/edge/community]
- v20240329-2908-g80581708acb [https://dl-cdn.alpinelinux.org/alpine/edge/testing]
- OK: 52796 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 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[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-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: 788 MiB in 205 packages
2024-04-30 22:21.10 ---> saved as "3786c2f0a169e9a79abd1e6a598bd9bf7b2688ce212e26adf4fcb6ab5a61682e"


/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 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[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-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 22:22.00 ---> saved as "49841e0eef661ee6b57f64f1e9e228ecc78c0b3c4e5cc977a4bc45cc775fd1b7"


/src: (copy (src .) (dst /src))
2024-04-30 22:22.00 ---> saved as "df6ef7260286fbc79a1a2d62faa70f8a936b7efccda34873e451ad54efc433b0"


/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 22:22.01 ---> saved as "8a705ebecc06e6a742468090f8a3b5bfb15871e79e7ab6d3577f9823617bf0db"
Job succeeded
2024-04-30 22:22.01: Job succeeded