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

alpine-3.19-4.14_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-4.14_opam-2.1)
Base: ocaml/opam@sha256:bf6aa97761d12fb7cd71c54940bf20e9c92a17fe5406a845660fc8e3a7c2e21e
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: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 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-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.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 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:bf6aa97761d12fb7cd71c54940bf20e9c92a17fe5406a845660fc8e3a7c2e21e-alpine-3.19-4.14_opam-2.1-6ce62ed732525aba773386c891a806c8"
2024-04-23 18:03.49: 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 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-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.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 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.48: Got resource from pool OCluster
Building on x86-bm-c10.sw.ocaml.org
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint: 
hint: 	git config --global init.defaultBranch <name>
hint: 
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint: 
hint: 	git branch -m <name>
Initialized empty Git repository in /var/cache/obuilder/ocluster/git/cameleer.git-2a63ed4a0700e09e922698043bb1365d7b6a6aaa/.git/
HEAD is now at dee2908 Session updates and cosmetic changes in several examples.


(from ocaml/opam@sha256:bf6aa97761d12fb7cd71c54940bf20e9c92a17fe5406a845660fc8e3a7c2e21e)
2024-04-23 18:05.57 ---> saved as "1e640372eb9daeb2412d20c5fde01c5949566a71e7b6150cd62d118621a015ce"


/: (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-23 18:05.57 ---> saved as "b182ae1cda6d297a21c7bc776a7186ae509de252e149d545f617b331989e646b"


/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:07.48 ---> saved as "4866ea6bf011b30c8f3834af033bf4ab0458b5961a9b90f360a51536fd01e0a4"


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-105-generic
The OCaml toplevel, version 4.14.2
2.1.5
2024-04-23 18:07.48 ---> saved as "b0fc2e66b51ad223ac3ff94d2310cf8cd27eb1c1e0326d42e299e3e2cf109eda"


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-04-23 18:07.48 ---> saved as "37c723fd8d4647c0452a25707967717f353e286d7208d2811868c00bae4dd948"


/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
   4bb8cb8b65..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:09.35 ---> saved as "faa6741b1da7de1c57b602dbb0a946ff36284ee6481c24c827f0322b3659e621"


/src: (copy (src cameleer.opam) (dst ./))
2024-04-23 18:09.35 ---> saved as "6b35785abb859bc71841281b6a04c75c4bb75b5109abb07458b56ab5e1fc6467"


/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:09.40 ---> saved as "da0d38386192c77f7ee208567d5c2e4652d0bb233153e01ed6782e9fa0c4acc2"


/src: (env DEPS "base.v0.16.3 base-bigarray.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.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 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 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


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


/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 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 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 gospel.dev  (no changes)
-> retrieved dune.3.15.0  (cached)
-> retrieved dune-configurator.3.15.0  (cached)
-> retrieved lablgtk3.3.1.4  (cached)
-> retrieved lablgtk3-sourceview3.3.1.4  (cached)
-> retrieved menhir.20231231  (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 ppx_derivers.1.2.1
-> installed csexp.1.5.2
-> installed camlp-streams.5.0.1
-> installed menhirCST.20231231
-> installed result.1.5
-> installed menhirSdk.20231231
-> installed stdlib-shims.0.3.0
-> installed sexplib0.v0.16.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:13.14 ---> saved as "5614eb83e05767c69906089502ef8aaac306365b8a9d309b1265f24d92e729d8"


/src: (copy (src .) (dst /src))
2024-04-23 18:13.14 ---> saved as "9b744b2f71ebef33a1d7ece1bc994031bdddce27ec575d6d4fea01bf33e21915"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2024-04-23 18:13.17 ---> saved as "324c5e7073e0f57ea7c6b108ce02cd6caea90175ee158a9344d1d0083e0da69e"
Job succeeded
2024-04-23 18:13.20: Job succeeded