Organisationstalex5lablgtkc8c2c3 (lablgtk3)alpine-3.19-4.14_opam-2.1

alpine-3.19-4.14_opam-2.1

Link Copied
Code Copied

Logs

2024-05-26 10:51.17: New job: test talex5/lablgtk https://github.com/talex5/lablgtk.git#refs/heads/lablgtk3 (c8c2c3af5ec78ff49b2ad75eeea310883c4e5d56) (linux-x86_64:alpine-3.19-4.14_opam-2.1)
Base: ocaml/opam@sha256:77e8da3284390873fa4e51e9c10a7377d6fa0524845bb813c99bf3b328fa84c3
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/talex5/lablgtk.git" -b "lablgtk3" && cd "lablgtk" && git reset --hard c8c2c3af
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:77e8da3284390873fa4e51e9c10a7377d6fa0524845bb813c99bf3b328fa84c3
# 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 1c7ec1efdedc0a230f387bd65706ef364627fdd0 || git fetch origin master) && git reset -q --hard 1c7ec1efdedc0a230f387bd65706ef364627fdd0 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 lablgtk3.opam lablgtk3-sourceview3.opam lablgtk3-gtkspell3.opam ./
RUN opam pin add -yn lablgtk3.dev './' && \
    opam pin add -yn lablgtk3-sourceview3.dev './' && \
    opam pin add -yn lablgtk3-gtkspell3.dev './'
ENV DEPS="base-bigarray.base base-threads.base base-unix.base cairo2.0.6.4 conf-cairo.1 conf-gtk3.18 conf-gtksourceview3.0+2 conf-pkg-config.3 csexp.1.5.2 dune.dev dune-configurator.3.15.3 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y lablgtk3.dev lablgtk3-sourceview3.dev lablgtk3-gtkspell3.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-05-26 10:51.17: Using cache hint "talex5/lablgtk-ocaml/opam@sha256:77e8da3284390873fa4e51e9c10a7377d6fa0524845bb813c99bf3b328fa84c3-alpine-3.19-4.14_opam-2.1-973857b9a3fb847ad50a3fba28190bc8"
2024-05-26 10:51.17: Using OBuilder spec:
((from ocaml/opam@sha256:77e8da3284390873fa4e51e9c10a7377d6fa0524845bb813c99bf3b328fa84c3)
 (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 1c7ec1efdedc0a230f387bd65706ef364627fdd0 || git fetch origin master) && git reset -q --hard 1c7ec1efdedc0a230f387bd65706ef364627fdd0 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src lablgtk3.opam lablgtk3-sourceview3.opam lablgtk3-gtkspell3.opam)
       (dst ./))
 (run (network host)
      (shell  "opam pin add -yn lablgtk3.dev './' && \
             \nopam pin add -yn lablgtk3-sourceview3.dev './' && \
             \nopam pin add -yn lablgtk3-gtkspell3.dev './'"))
 (env DEPS "base-bigarray.base base-threads.base base-unix.base cairo2.0.6.4 conf-cairo.1 conf-gtk3.18 conf-gtksourceview3.0+2 conf-pkg-config.3 csexp.1.5.2 dune.dev dune-configurator.3.15.3 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1")
 (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 lablgtk3.dev lablgtk3-sourceview3.dev lablgtk3-gtkspell3.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-05-26 10:51.17: Waiting for resource in pool OCluster
2024-05-26 11:58.33: Waiting for worker…
2024-05-26 12:02.03: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at c8c2c3af Test dune fix


(from ocaml/opam@sha256:77e8da3284390873fa4e51e9c10a7377d6fa0524845bb813c99bf3b328fa84c3)
2024-05-26 12:02.03 ---> using "114eadda20a44686269c8e503aaadc3bd85017946ab873b1b94d9716466204d2" 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-05-26 12:02.03 ---> using "cf9b63b8fad51c7f50dc66e76b7f0e370b404caadde8d8777e19ac8f86ff2034" 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-05-26 12:02.03 ---> using "6d164d95a6b69d2b9d31ca00281838ec96e98a5fd446fabffd6641ab6cb1fa2f" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-107-generic
The OCaml toplevel, version 4.14.2
2.1.5
2024-05-26 12:02.03 ---> using "bee4e0e1033898bf6f0d340eca67a278a610e893b9a398a8fe65db5e8282556b" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-26 12:02.03 ---> using "e4870ad3bd4a0558f0aa8b2577e272f5228382b307eeee1eafbcbb2ac84c6a40" from cache


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


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
default (at file:///home/opam/opam-repository): 
    [WARNING] opam is out-of-date. Please consider updating it (https://opam.ocaml.org/doc/Install.html)


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-05-26 12:02.03 ---> using "18e2e127a311d5426d814968fa1f9f47dceea1f0d683e7462831da2c9261d3a9" from cache


/src: (copy (src lablgtk3.opam lablgtk3-sourceview3.opam lablgtk3-gtkspell3.opam)
            (dst ./))
2024-05-26 12:02.04 ---> saved as "394ab1c375a387eeeb1e91acb18cb3873f44a36aebd395f83e2ab956da5107be"


/src: (run (network host)
           (shell  "opam pin add -yn lablgtk3.dev './' && \
                  \nopam pin add -yn lablgtk3-sourceview3.dev './' && \
                  \nopam pin add -yn lablgtk3-gtkspell3.dev './'"))
[lablgtk3.dev] synchronised (file:///src)
[WARNING] Failed checks on lablgtk3 package definition from source at file:///src:
  warning 62: License doesn't adhere to the SPDX standard, see https://spdx.org/licenses/: "LGPL with linking exception"
The following additional pinnings are required by lablgtk3.dev:
  - dune.dev at git+https://github.com/nojb/dune.git#cafcab6bec65f279f570e8a01f5f30425aedad40
Pin and install them? [Y/n] y
[dune.dev] synchronised (no changes)
dune is now pinned to git+https://github.com/nojb/dune.git#cafcab6bec65f279f570e8a01f5f30425aedad40 (version dev)
lablgtk3 is now pinned to file:///src (version dev)
[lablgtk3-sourceview3.dev] synchronised (file:///src)
[WARNING] Failed checks on lablgtk3-sourceview3 package definition from source at file:///src:
  warning 62: License doesn't adhere to the SPDX standard, see https://spdx.org/licenses/: "LGPL with linking exception"
lablgtk3-sourceview3 is now pinned to file:///src (version dev)
[lablgtk3-gtkspell3.dev] synchronised (file:///src)
[WARNING] Failed checks on lablgtk3-gtkspell3 package definition from source at file:///src:
  warning 62: License doesn't adhere to the SPDX standard, see https://spdx.org/licenses/: "LGPL with linking exception"
lablgtk3-gtkspell3 is now pinned to file:///src (version dev)
2024-05-26 12:02.48 ---> saved as "def248ddd96c1c60eb6313f295f5f4381ed64c1521a7495428b9e285d20e494f"


/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base cairo2.0.6.4 conf-cairo.1 conf-gtk3.18 conf-gtksourceview3.0+2 conf-pkg-config.3 csexp.1.5.2 dune.dev dune-configurator.3.15.3 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1")


/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 lablgtk3.dev lablgtk3-sourceview3.dev lablgtk3-gtkspell3.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-577-gb3ea1811daf [https://dl-cdn.alpinelinux.org/alpine/v3.19/main]
- v3.19.1-575-gd679707d49e [https://dl-cdn.alpinelinux.org/alpine/v3.19/community]
- v3.20.0-159-gea73a052d01 [https://dl-cdn.alpinelinux.org/alpine/edge/main]
- v3.20.0-214-g1e0e445d579 [https://dl-cdn.alpinelinux.org/alpine/edge/community]
- v3.20.0-213-g2757e6f45d4 [https://dl-cdn.alpinelinux.org/alpine/edge/testing]
- OK: 53167 distinct packages available


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[lablgtk3.dev] synchronised (no changes)
[lablgtk3-gtkspell3.dev] synchronised (no changes)
[lablgtk3-sourceview3.dev] synchronised (no changes)
[dune.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:
    cairo-dev gtk+3.0-dev gtksourceview-dev gtkspell3-dev


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/bin/sudo "apk" "add" "cairo-dev" "gtk+3.0-dev" "gtksourceview-dev" "gtkspell3-dev"
- (1/168) Installing cairo-tools (1.18.0-r0)
- (2/168) Installing libpng (1.6.40-r0)
- (3/168) Installing freetype (2.13.2-r0)
- (4/168) Installing fontconfig (2.14.2-r4)
- (5/168) Installing expat (2.6.2-r0)
- (6/168) Installing expat-dev (2.6.2-r0)
- (7/168) Installing brotli (1.1.0-r1)
- (8/168) Installing brotli-dev (1.1.0-r1)
- (9/168) Installing zlib-dev (1.3.1-r0)
- (10/168) Installing libpng-dev (1.6.40-r0)
- (11/168) Installing freetype-dev (2.13.2-r0)
- (12/168) Installing fontconfig-dev (2.14.2-r4)
- (13/168) Installing libxext (1.3.5-r3)
- (14/168) Installing libxext-dev (1.3.5-r3)
- (15/168) Installing libxrender (0.9.11-r4)
- (16/168) Installing libxrender-dev (0.9.11-r4)
- (17/168) Installing pixman (0.42.2-r2)
- (18/168) Installing pixman-dev (0.42.2-r2)
- (19/168) Installing util-macros (1.20.0-r0)
- (20/168) Installing xcb-util (0.4.1-r3)
- (21/168) Installing xcb-util-dev (0.4.1-r3)
- (22/168) Installing cairo (1.18.0-r0)
- (23/168) Installing libintl (0.22.3-r0)
- (24/168) Installing libblkid (2.39.3-r0)
- (25/168) Installing libmount (2.39.3-r0)
- (26/168) Installing glib (2.78.6-r0)
- (27/168) Installing cairo-gobject (1.18.0-r0)
- (28/168) Installing bzip2-dev (1.0.8-r6)
- (29/168) Installing libxml2 (2.11.8-r0)
- (30/168) Installing libxml2-utils (2.11.8-r0)
- (31/168) Installing docbook-xml (4.5-r8)
- Executing docbook-xml-4.5-r8.post-install
- (32/168) Installing libgpg-error (1.47-r2)
- (33/168) Installing libgcrypt (1.10.3-r0)
- (34/168) Installing libxslt (1.1.39-r0)
- (35/168) Installing docbook-xsl (1.79.2-r8)
- Executing docbook-xsl-1.79.2-r8.post-install
- (36/168) Installing gettext-asprintf (0.22.3-r0)
- (37/168) Installing gettext-libs (0.22.3-r0)
- (38/168) Installing gettext-envsubst (0.22.3-r0)
- (39/168) Installing gettext (0.22.3-r0)
- (40/168) Installing gettext-dev (0.22.3-r0)
- (41/168) Installing linux-headers (6.5-r0)
- (42/168) Installing libffi-dev (3.4.4-r3)
- (43/168) Installing bsd-compat-headers (0.7.2-r5)
- (44/168) Installing libedit (20230828.3.1-r3)
- (45/168) Installing libedit-dev (20230828.3.1-r3)
- (46/168) Installing libpcre2-16 (10.42-r2)
- (47/168) Installing libpcre2-32 (10.42-r2)
- (48/168) Installing pcre2-dev (10.42-r2)
- (49/168) Installing libuuid (2.39.3-r0)
- (50/168) Installing libfdisk (2.39.3-r0)
- (51/168) Installing libsmartcols (2.39.3-r0)
- (52/168) Installing util-linux-dev (2.39.3-r0)
- (53/168) Installing glib-dev (2.78.6-r0)
- (54/168) Installing cairo-dev (1.18.0-r0)
- (55/168) Installing shared-mime-info (2.4-r0)
- (56/168) Installing libjpeg-turbo (3.0.1-r0)
- (57/168) Installing libsharpyuv (1.3.2-r0)
- (58/168) Installing libwebp (1.3.2-r0)
- (59/168) Installing tiff (4.6.0-r0)
- (60/168) Installing gdk-pixbuf (2.42.10-r6)
- (61/168) Installing libturbojpeg (3.0.1-r0)
- (62/168) Installing libjpeg-turbo-dev (3.0.1-r0)
- (63/168) Installing zstd (1.5.5-r8)
- (64/168) Installing zstd-dev (1.5.5-r8)
- (65/168) Installing libtiffxx (4.6.0-r0)
- (66/168) Installing libwebpdecoder (1.3.2-r0)
- (67/168) Installing libwebpdemux (1.3.2-r0)
- (68/168) Installing libwebpmux (1.3.2-r0)
- (69/168) Installing libwebp-dev (1.3.2-r0)
- (70/168) Installing tiff-dev (4.6.0-r0)
- (71/168) Installing gdk-pixbuf-dev (2.42.10-r6)
- (72/168) Installing libepoxy (1.5.10-r1)
- (73/168) Installing hwdata-pci (0.377.2-r0)
- (74/168) Installing libpciaccess (0.17-r2)
- (75/168) Installing libdrm (2.4.118-r0)
- (76/168) Installing libpciaccess-dev (0.17-r2)
- (77/168) Installing libdrm-dev (2.4.118-r0)
- (78/168) Installing libxdamage (1.1.6-r4)
- (79/168) Installing libxfixes (6.0.1-r3)
- (80/168) Installing libxfixes-dev (6.0.1-r3)
- (81/168) Installing libxdamage-dev (1.1.6-r4)
- (82/168) Installing libxshmfence (1.3.2-r5)
- (83/168) Installing libxshmfence-dev (1.3.2-r5)
- (84/168) Installing mesa (23.3.6-r0)
- (85/168) Installing wayland-libs-server (1.22.0-r4)
- (86/168) Installing mesa-gbm (23.3.6-r0)
- (87/168) Installing mesa-glapi (23.3.6-r0)
- (88/168) Installing wayland-libs-client (1.22.0-r4)
- (89/168) Installing mesa-egl (23.3.6-r0)
- (90/168) Installing libxxf86vm (1.1.5-r5)
- (91/168) Installing mesa-gl (23.3.6-r0)
- (92/168) Installing mesa-gles (23.3.6-r0)
- (93/168) Installing llvm17-libs (17.0.5-r0)
- (94/168) Installing mesa-osmesa (23.3.6-r0)
- (95/168) Installing clang17-headers (17.0.5-r0)
- (96/168) Installing libclc (17.0.5-r0)
- (97/168) Installing spirv-llvm-translator-libs (17.0.0-r0)
- (98/168) Installing spirv-tools (1.3.261.1-r0)
- (99/168) Installing clang17-libs (17.0.5-r0)
- (100/168) Installing libelf (0.190-r1)
- (101/168) Installing mesa-rusticl (23.3.6-r0)
- (102/168) Installing mesa-xatracker (23.3.6-r0)
- (103/168) Installing libxxf86vm-dev (1.1.5-r5)
- (104/168) Installing mesa-dev (23.3.6-r0)
- (105/168) Installing libepoxy-dev (1.5.10-r1)
- (106/168) Installing libxi (1.8.1-r2)
- (107/168) Installing libxi-dev (1.8.1-r2)
- (108/168) Installing libxinerama (1.1.5-r3)
- (109/168) Installing libxinerama-dev (1.1.5-r3)
- (110/168) Installing xkeyboard-config (2.40-r0)
- (111/168) Installing libxkbcommon (1.6.0-r0)
- (112/168) Installing libxkbcommon-x11 (1.6.0-r0)
- (113/168) Installing xz-dev (5.4.5-r0)
- (114/168) Installing libxml2-dev (2.11.8-r0)
- (115/168) Installing libxkbcommon-dev (1.6.0-r0)
- (116/168) Installing wayland-libs-cursor (1.22.0-r4)
- (117/168) Installing wayland-protocols (1.32-r2)
- (118/168) Installing hicolor-icon-theme (0.17-r2)
- (119/168) Installing gtk-update-icon-cache (3.24.41-r0)
- (120/168) Installing libxcomposite (0.4.6-r4)
- (121/168) Installing libxcursor (1.2.1-r3)
- (122/168) Installing libxrandr (1.5.4-r0)
- (123/168) Installing libatk-1.0 (2.50.1-r0)
- (124/168) Installing libxtst (1.2.4-r4)
- (125/168) Installing dbus-libs (1.14.10-r0)
- (126/168) Installing at-spi2-core (2.50.1-r0)
- (127/168) Installing libatk-bridge-2.0 (2.50.1-r0)
- (128/168) Installing avahi-libs (0.8-r16)
- (129/168) Installing nettle (3.9.1-r0)
- (130/168) Installing libtasn1 (4.19.0-r2)
- (131/168) Installing p11-kit (0.25.3-r0)
- (132/168) Installing gnutls (3.8.4-r0)
- (133/168) Installing cups-libs (2.4.7-r0)
- (134/168) Installing fribidi (1.0.13-r0)
- (135/168) Installing graphite2 (1.3.14-r6)
- (136/168) Installing harfbuzz (8.3.0-r0)
- (137/168) Installing libxft (2.3.8-r2)
- (138/168) Installing pango (1.51.0-r0)
- (139/168) Installing wayland-libs-egl (1.22.0-r4)
- (140/168) Installing gtk+3.0 (3.24.41-r0)
- (141/168) Installing dbus-dev (1.14.10-r0)
- (142/168) Installing libxtst-dev (1.2.4-r4)
- (143/168) Installing at-spi2-core-dev (2.50.1-r0)
- (144/168) Installing fribidi-dev (1.0.13-r0)
- (145/168) Installing pango-tools (1.51.0-r0)
- (146/168) Installing harfbuzz-cairo (8.3.0-r0)
- (147/168) Installing harfbuzz-gobject (8.3.0-r0)
- (148/168) 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.
- *
- (149/168) Installing icu-libs (74.1-r0)
- (150/168) Installing harfbuzz-icu (8.3.0-r0)
- (151/168) Installing harfbuzz-subset (8.3.0-r0)
- (152/168) Installing graphite2-dev (1.3.14-r6)
- (153/168) Installing icu (74.1-r0)
- (154/168) Installing icu-dev (74.1-r0)
- (155/168) Installing harfbuzz-dev (8.3.0-r0)
- (156/168) Installing libxft-dev (2.3.8-r2)
- (157/168) Installing pango-dev (1.51.0-r0)
- (158/168) Installing wayland-dev (1.22.0-r4)
- (159/168) Installing libxcomposite-dev (0.4.6-r4)
- (160/168) Installing libxcursor-dev (1.2.1-r3)
- (161/168) Installing libxrandr-dev (1.5.4-r0)
- (162/168) Installing gtk+3.0-dev (3.24.41-r0)
- (163/168) Installing gtksourceview (3.24.11-r3)
- (164/168) Installing gtksourceview-dev (3.24.11-r3)
- (165/168) Installing enchant2-libs (2.6.3-r0)
- (166/168) Installing gtkspell3 (3.0.10-r2)
- (167/168) Installing enchant2-dev (2.6.3-r0)
- (168/168) Installing gtkspell3-dev (3.0.10-r2)
- Executing busybox-1.36.1-r15.trigger
- Executing glib-2.78.6-r0.trigger
- Executing shared-mime-info-2.4-r0.trigger
- Executing gdk-pixbuf-2.42.10-r6.trigger
- Executing gtk-update-icon-cache-3.24.41-r0.trigger
- Executing gtk+3.0-3.24.41-r0.trigger
- OK: 797 MiB in 268 packages
2024-05-26 12:06.36 ---> saved as "731ff8e71218f13ae19223ea9b307e76cc0c947aba1c232faa1f4bc0f6b516f1"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install $DEPS"))


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[dune.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 actions will be performed:
  - install conf-pkg-config     3
  - install dune                dev*
  - install conf-gtksourceview3 0+2
  - install conf-gtk3           18
  - install conf-cairo          1
  - install csexp               1.5.2
  - install dune-configurator   3.15.3
  - install cairo2              0.6.4
===== 8 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cairo2.0.6.4  (cached)
-> retrieved csexp.1.5.2  (cached)
-> installed conf-pkg-config.3
-> installed conf-cairo.1
-> installed conf-gtk3.18
-> installed conf-gtksourceview3.0+2
-> retrieved dune.dev  (no changes)
-> retrieved dune-configurator.3.15.3  (cached)
-> installed dune.dev
[ERROR] The compilation of csexp.1.5.2 failed at "dune build -p csexp -j 31 @install".


#=== ERROR while compiling csexp.1.5.2 ========================================#
# context     2.1.5 | linux/x86_64 | ocaml-base-compiler.4.14.2 | file:///home/opam/opam-repository
# path        ~/.opam/4.14/.opam-switch/build/csexp.1.5.2
# command     ~/.opam/4.14/bin/dune build -p csexp -j 31 @install
# exit-code   1
# env-file    ~/.opam/log/csexp-1-85a9a1.env
# output-file ~/.opam/log/csexp-1-85a9a1.out
### output ###
# File "dune-project", line 1, characters 11-14:
# 1 | (lang dune 3.4)
#                ^^^
# Error: Version 3.4 of the dune language is not supported.
# Supported versions of this extension in version 3.4 of the dune language:
# - 1.0 to 1.12
# - 2.0 to 2.9


<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build csexp 1.5.2
+- 
+- The following changes have been performed (the rest was aborted)
| - install conf-cairo          1
| - install conf-gtk3           18
| - install conf-gtksourceview3 0+2
| - install conf-pkg-config     3
| - install dune                dev
+- 
# Run eval $(opam env) to update the current shell environment


The former state can be restored with:
    /usr/bin/opam switch import "/home/opam/.opam/4.14/.opam-switch/backup/state-20240526120637.export"
"/usr/bin/env" "bash" "-c" "opam install $DEPS" failed with exit status 31
2024-05-26 12:07.07: Job failed: Failed: Build failed