Organisationsocaml-gospelcameleerdee290 ()alpine-3.19-5.1_opam-2.1

alpine-3.19-5.1_opam-2.1

Link Copied
Code Copied

Logs

2024-04-23 18:03.49: New job: test ocaml-gospel/cameleer https://github.com/ocaml-gospel/cameleer.git#refs/heads/master (dee290857643f861e5fe53cb327dbffe772c3f41) (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/ocaml-gospel/cameleer.git" -b "master" && cd "cameleer" && git reset --hard dee29085
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 d23065ecbedf2bd414d0d6d35233e9637dd9a832 || git fetch origin master) && git reset -q --hard d23065ecbedf2bd414d0d6d35233e9637dd9a832 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 cameleer.opam ./
RUN opam pin add -yn cameleer.dev './'
ENV DEPS="base.v0.16.3 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base cairo2.0.6.4 camlp-streams.5.0.1 cmdliner.1.2.0 conf-bash.1 conf-cairo.1 conf-gtk3.18 conf-gtksourceview3.0+2 conf-pkg-config.3 cppo.1.6.9 csexp.1.5.2 dune.3.15.0 dune-configurator.3.15.0 fmt.0.9.0 gospel.dev lablgtk3.3.1.4 lablgtk3-sourceview3.3.1.4 menhir.20231231 menhirCST.20231231 menhirLib.20231231 menhirSdk.20231231 num.1.5 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-compiler-libs.v0.12.4 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 parsexp.v0.16.0 ppx_derivers.1.2.1 ppx_deriving.5.2.1 ppx_sexp_conv.v0.16.0 ppxlib.0.32.0 result.1.5 sexplib.v0.16.0 sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.0.7 why3.1.7.2 why3-ide.1.7.2"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y cameleer.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-23 18:03.49: Using cache hint "ocaml-gospel/cameleer-ocaml/opam@sha256:4b4ab6fd8d855ed9925ce6a8f4382d5944e17169eca34ac441cf96781412e037-alpine-3.19-5.1_opam-2.1-3d580dec46df43b10c017f02551b4f35"
2024-04-23 18:03.49: 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 d23065ecbedf2bd414d0d6d35233e9637dd9a832 || git fetch origin master) && git reset -q --hard d23065ecbedf2bd414d0d6d35233e9637dd9a832 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src cameleer.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn cameleer.dev './'"))
 (env DEPS "base.v0.16.3 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base cairo2.0.6.4 camlp-streams.5.0.1 cmdliner.1.2.0 conf-bash.1 conf-cairo.1 conf-gtk3.18 conf-gtksourceview3.0+2 conf-pkg-config.3 cppo.1.6.9 csexp.1.5.2 dune.3.15.0 dune-configurator.3.15.0 fmt.0.9.0 gospel.dev lablgtk3.3.1.4 lablgtk3-sourceview3.3.1.4 menhir.20231231 menhirCST.20231231 menhirLib.20231231 menhirSdk.20231231 num.1.5 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-compiler-libs.v0.12.4 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 parsexp.v0.16.0 ppx_derivers.1.2.1 ppx_deriving.5.2.1 ppx_sexp_conv.v0.16.0 ppxlib.0.32.0 result.1.5 sexplib.v0.16.0 sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.0.7 why3.1.7.2 why3-ide.1.7.2")
 (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 cameleer.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-23 18:03.49: Waiting for resource in pool OCluster
2024-04-23 18:03.49: Waiting for worker…
2024-04-23 18:04.17: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at dee2908 Session updates and cosmetic changes in several examples.


(from ocaml/opam@sha256:4b4ab6fd8d855ed9925ce6a8f4382d5944e17169eca34ac441cf96781412e037)
2024-04-23 18:04.17 ---> 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-23 18:04.17 ---> 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-23 18:04.17 ---> 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-23 18:04.17 ---> using "f76e27f2a906c2f4b89da771fe7fc64e9a5df6c5689748141a559d4d1e46d0c3" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-04-23 18:04.17 ---> 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 d23065ecbedf2bd414d0d6d35233e9637dd9a832 || git fetch origin master) && git reset -q --hard d23065ecbedf2bd414d0d6d35233e9637dd9a832 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   c516155a4b..4399f486aa  master     -> origin/master
d23065ecbe Why3 1.7.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-23 18:05.22 ---> saved as "90a62244a40c26fa487ba3f11956eec597e9690b822dc84d7fbc6c84cbd5b2cd"


/src: (copy (src cameleer.opam) (dst ./))
2024-04-23 18:05.22 ---> saved as "b4952a869319409f60f6255f1d0b2d7314718bcb639c72c8026922b9ede2acd0"


/src: (run (network host)
           (shell "opam pin add -yn cameleer.dev './'"))
Package cameleer does not exist, create as a NEW package? [Y/n] y
[cameleer.dev] synchronised (file:///src)
The following additional pinnings are required by cameleer.dev:
  - gospel.dev at git+https://github.com/ocaml-gospel/gospel.git#2e928ead075e9b281544adad063c992f97cfaa02
Pin and install them? [Y/n] y
[gospel.dev] synchronised (no changes)
gospel is now pinned to git+https://github.com/ocaml-gospel/gospel.git#2e928ead075e9b281544adad063c992f97cfaa02 (version dev)
cameleer is now pinned to file:///src (version dev)
2024-04-23 18:05.26 ---> saved as "3276d5b93be176600c31fecda163a5b9cb72f33f63045a96b5cd663c5dde94b1"


/src: (env DEPS "base.v0.16.3 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base cairo2.0.6.4 camlp-streams.5.0.1 cmdliner.1.2.0 conf-bash.1 conf-cairo.1 conf-gtk3.18 conf-gtksourceview3.0+2 conf-pkg-config.3 cppo.1.6.9 csexp.1.5.2 dune.3.15.0 dune-configurator.3.15.0 fmt.0.9.0 gospel.dev lablgtk3.3.1.4 lablgtk3-sourceview3.3.1.4 menhir.20231231 menhirCST.20231231 menhirLib.20231231 menhirSdk.20231231 num.1.5 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-compiler-libs.v0.12.4 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 parsexp.v0.16.0 ppx_derivers.1.2.1 ppx_deriving.5.2.1 ppx_sexp_conv.v0.16.0 ppxlib.0.32.0 result.1.5 sexplib.v0.16.0 sexplib0.v0.16.0 stdlib-shims.0.3.0 topkg.1.0.7 why3.1.7.2 why3-ide.1.7.2")


/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 cameleer.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-440-gbcf32c0243b [https://dl-cdn.alpinelinux.org/alpine/v3.19/main]
- v3.19.1-443-g7e4aa1a08e2 [https://dl-cdn.alpinelinux.org/alpine/v3.19/community]
- v20240329-2305-g0bf585114fd [https://dl-cdn.alpinelinux.org/alpine/edge/main]
- v20240329-2309-g616939dfbbf [https://dl-cdn.alpinelinux.org/alpine/edge/community]
- v20240329-2309-g616939dfbbf [https://dl-cdn.alpinelinux.org/alpine/edge/testing]
- OK: 52662 distinct packages available


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


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


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


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[gospel.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 actions will be performed:
  - install ocamlbuild           0.14.3
  - install dune                 3.15.0
  - install conf-bash            1
  - install num                  1.5
  - install cmdliner             1.2.0
  - install ocamlfind            1.9.6
  - install conf-pkg-config      3
  - install stdlib-shims         0.3.0
  - install sexplib0             v0.16.0
  - install result               1.5
  - install ppx_derivers         1.2.1
  - install ocaml-compiler-libs  v0.12.4
  - install menhirSdk            20231231
  - install menhirLib            20231231
  - install menhirCST            20231231
  - install csexp                1.5.2
  - install cppo                 1.6.9
  - install camlp-streams        5.0.1
  - install topkg                1.0.7
  - install conf-gtksourceview3  0+2
  - install conf-gtk3            18
  - install conf-cairo           1
  - install parsexp              v0.16.0
  - install ppxlib               0.32.0
  - install menhir               20231231
  - install dune-configurator    3.15.0
  - install fmt                  0.9.0
  - install sexplib              v0.16.0
  - install ppx_deriving         5.2.1
  - install cairo2               0.6.4
  - install base                 v0.16.3
  - install gospel               dev*
  - install lablgtk3             3.1.4
  - install ppx_sexp_conv        v0.16.0
  - install lablgtk3-sourceview3 3.1.4
  - install why3                 1.7.2
  - install why3-ide             1.7.2
===== 37 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved base.v0.16.3  (cached)
-> retrieved cairo2.0.6.4  (cached)
-> retrieved cmdliner.1.2.0  (cached)
-> retrieved cppo.1.6.9  (cached)
-> installed conf-bash.1
-> installed conf-pkg-config.3
-> retrieved csexp.1.5.2  (cached)
-> installed conf-cairo.1
-> installed conf-gtk3.18
-> installed conf-gtksourceview3.0+2
-> retrieved fmt.0.9.0  (cached)
-> retrieved dune.3.15.0  (cached)
-> retrieved dune-configurator.3.15.0  (cached)
-> retrieved lablgtk3.3.1.4  (cached)
-> retrieved gospel.dev  (no changes)
-> retrieved menhir.20231231  (cached)
-> retrieved lablgtk3-sourceview3.3.1.4  (cached)
-> retrieved menhirCST.20231231  (cached)
-> retrieved menhirLib.20231231  (cached)
-> retrieved menhirSdk.20231231  (cached)
-> retrieved num.1.5  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved parsexp.v0.16.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_deriving.5.2.1  (cached)
-> retrieved ppx_sexp_conv.v0.16.0  (cached)
-> retrieved result.1.5  (cached)
-> retrieved sexplib.v0.16.0  (cached)
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved ppxlib.0.32.0  (cached)
-> retrieved why3.1.7.2  (cached)
-> retrieved why3-ide.1.7.2  (cached)
-> installed cmdliner.1.2.0
-> installed num.1.5
-> installed ocamlfind.1.9.6
-> installed ocamlbuild.0.14.3
-> installed topkg.1.0.7
-> installed fmt.0.9.0
-> installed dune.3.15.0
-> installed csexp.1.5.2
-> installed camlp-streams.5.0.1
-> installed menhirCST.20231231
-> installed menhirSdk.20231231
-> installed ppx_derivers.1.2.1
-> installed result.1.5
-> installed sexplib0.v0.16.0
-> installed stdlib-shims.0.3.0
-> installed menhirLib.20231231
-> installed cppo.1.6.9
-> installed ocaml-compiler-libs.v0.12.4
-> installed dune-configurator.3.15.0
-> installed parsexp.v0.16.0
-> installed sexplib.v0.16.0
-> installed cairo2.0.6.4
-> installed base.v0.16.3
-> installed lablgtk3.3.1.4
-> installed lablgtk3-sourceview3.3.1.4
-> installed menhir.20231231
-> installed ppxlib.0.32.0
-> installed ppx_sexp_conv.v0.16.0
-> installed ppx_deriving.5.2.1
-> installed gospel.dev
-> installed why3.1.7.2
-> installed why3-ide.1.7.2
Done.
# Run eval $(opam env) to update the current shell environment
2024-04-23 18:07.14 ---> saved as "05e3bc22c12f110b775f4529bbc31fb807c072c1149c25209604fa84def111dd"


/src: (copy (src .) (dst /src))
2024-04-23 18:07.14 ---> saved as "5bcbd22c88c4d0a904952dbbbceba27d263cf089d07dc8a556175f9b62259ae0"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2024-04-23 18:07.16 ---> saved as "57334a85c41256257d078a563f41c12633cc7871c6ada2b60a72653943817a84"
Job succeeded
2024-04-23 18:07.17: Job succeeded