Organisations0install0install225587 (master)alpine-3.19-4.14_opam-2.1

alpine-3.19-4.14_opam-2.1

Link Copied
Code Copied

Logs

2024-05-10 15:38.04: New job: test 0install/0install https://github.com/0install/0install.git#refs/heads/master (225587eef889a3082e0cc53fa64500f56cca0028) (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/0install/0install.git" -b "master" && cd "0install" && git reset --hard 225587ee
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 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 0install.opam 0install-solver.opam 0install-gtk.opam ./
RUN opam pin add -yn 0install.dev './' && \
    opam pin add -yn 0install-solver.dev './' && \
    opam pin add -yn 0install-gtk.dev './'
ENV DEPS="base-bigarray.base base-bytes.base base-threads.base base-unix.base cairo2.0.6.4 camlp-streams.5.0.1 conf-cairo.1 conf-glib-2.1 conf-gtk3.18 conf-libcurl.2 conf-pkg-config.3 cppo.1.6.9 csexp.1.5.2 dune.3.15.2 dune-configurator.3.15.2 lablgtk3.3.1.4 lwt.5.7.0 lwt_glib.1.1.1 lwt_log.1.1.2 lwt_ppx.2.1.0 lwt_react.1.2.0 menhir.20231231 menhirCST.20231231 menhirLib.20231231 menhirSdk.20231231 obus.1.2.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 ocplib-endian.1.2 ocurl.0.9.2 ounit2.2.2.7 ppx_derivers.1.2.1 ppxlib.0.32.1 react.1.2.2 seq.base sexplib0.v0.17.0 sha.1.15.4 stdlib-shims.0.3.0 topkg.1.0.7 xmlm.1.4.0 yojson.2.1.2"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y 0install.dev 0install-solver.dev 0install-gtk.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-10 15:38.04: Using cache hint "0install/0install-ocaml/opam@sha256:77e8da3284390873fa4e51e9c10a7377d6fa0524845bb813c99bf3b328fa84c3-alpine-3.19-4.14_opam-2.1-8e0a17d6c4ab60001e3aebb299f83581"
2024-05-10 15:38.04: 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 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src 0install.opam 0install-solver.opam 0install-gtk.opam) (dst ./))
 (run (network host)
      (shell  "opam pin add -yn 0install.dev './' && \
             \nopam pin add -yn 0install-solver.dev './' && \
             \nopam pin add -yn 0install-gtk.dev './'"))
 (env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base cairo2.0.6.4 camlp-streams.5.0.1 conf-cairo.1 conf-glib-2.1 conf-gtk3.18 conf-libcurl.2 conf-pkg-config.3 cppo.1.6.9 csexp.1.5.2 dune.3.15.2 dune-configurator.3.15.2 lablgtk3.3.1.4 lwt.5.7.0 lwt_glib.1.1.1 lwt_log.1.1.2 lwt_ppx.2.1.0 lwt_react.1.2.0 menhir.20231231 menhirCST.20231231 menhirLib.20231231 menhirSdk.20231231 obus.1.2.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 ocplib-endian.1.2 ocurl.0.9.2 ounit2.2.2.7 ppx_derivers.1.2.1 ppxlib.0.32.1 react.1.2.2 seq.base sexplib0.v0.17.0 sha.1.15.4 stdlib-shims.0.3.0 topkg.1.0.7 xmlm.1.4.0 yojson.2.1.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 0install.dev 0install-solver.dev 0install-gtk.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-10 15:38.04: Waiting for resource in pool OCluster
2024-05-11 01:57.04: Waiting for worker…
2024-05-11 02:00.40: Got resource from pool OCluster
Building on x86-bm-c6.sw.ocaml.org
All commits already cached
HEAD is now at 225587ee Remove bug reporter


(from ocaml/opam@sha256:77e8da3284390873fa4e51e9c10a7377d6fa0524845bb813c99bf3b328fa84c3)
Unable to find image 'ocaml/opam@sha256:77e8da3284390873fa4e51e9c10a7377d6fa0524845bb813c99bf3b328fa84c3' locally
docker.io/ocaml/opam@sha256:77e8da3284390873fa4e51e9c10a7377d6fa0524845bb813c99bf3b328fa84c3: Pulling from ocaml/opam
0e727ba8c875: Pulling fs layer
0e727ba8c875: Verifying Checksum
0e727ba8c875: Download complete
0e727ba8c875: Pull complete
Digest: sha256:77e8da3284390873fa4e51e9c10a7377d6fa0524845bb813c99bf3b328fa84c3
Status: Downloaded newer image for ocaml/opam@sha256:77e8da3284390873fa4e51e9c10a7377d6fa0524845bb813c99bf3b328fa84c3
2024-05-11 02:00.40 ---> 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-11 02:00.40 ---> 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-11 02:00.40 ---> using "6d164d95a6b69d2b9d31ca00281838ec96e98a5fd446fabffd6641ab6cb1fa2f" from cache


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


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-11 02:00.40 ---> 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 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   eb2dcab0d8..2ae169d7d0  master     -> origin/master
307e33d08f @dra27 and @Octachron maintain the 4.08+ packages


<><> 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-05-11 02:00.40 ---> using "ccc19d2d147acf8fb7bb77aff6198e6f0313c44e5a52d00a1a40965f92c0d832" from cache


/src: (copy (src 0install.opam 0install-solver.opam 0install-gtk.opam)
            (dst ./))
2024-05-11 02:00.40 ---> saved as "90e73c6bd19b9013ad73f594bdd84b9442b760d68ff099280a5079a46ea2aae3"


/src: (run (network host)
           (shell  "opam pin add -yn 0install.dev './' && \
                  \nopam pin add -yn 0install-solver.dev './' && \
                  \nopam pin add -yn 0install-gtk.dev './'"))
[0install.dev] synchronised (file:///src)
0install is now pinned to file:///src (version dev)
[0install-solver.dev] synchronised (file:///src)
0install-solver is now pinned to file:///src (version dev)
[0install-gtk.dev] synchronised (file:///src)
0install-gtk is now pinned to file:///src (version dev)
2024-05-11 02:00.49 ---> saved as "b5bb3d89a2d44b15f516af541d7037e54973413a9f51f092df8f4e2b75cedba2"


/src: (env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base cairo2.0.6.4 camlp-streams.5.0.1 conf-cairo.1 conf-glib-2.1 conf-gtk3.18 conf-libcurl.2 conf-pkg-config.3 cppo.1.6.9 csexp.1.5.2 dune.3.15.2 dune-configurator.3.15.2 lablgtk3.3.1.4 lwt.5.7.0 lwt_glib.1.1.1 lwt_log.1.1.2 lwt_ppx.2.1.0 lwt_react.1.2.0 menhir.20231231 menhirCST.20231231 menhirLib.20231231 menhirSdk.20231231 obus.1.2.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 ocplib-endian.1.2 ocurl.0.9.2 ounit2.2.2.7 ppx_derivers.1.2.1 ppxlib.0.32.1 react.1.2.2 seq.base sexplib0.v0.17.0 sha.1.15.4 stdlib-shims.0.3.0 topkg.1.0.7 xmlm.1.4.0 yojson.2.1.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 0install.dev 0install-solver.dev 0install-gtk.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-505-g609311f0caf [https://dl-cdn.alpinelinux.org/alpine/v3.19/main]
- v3.19.1-508-g5a26039406b [https://dl-cdn.alpinelinux.org/alpine/v3.19/community]
- v20240329-3649-g07c78aaef25 [https://dl-cdn.alpinelinux.org/alpine/edge/main]
- v20240329-3665-g6343c0c3b5e [https://dl-cdn.alpinelinux.org/alpine/edge/community]
- v20240329-3661-g7f81121d821 [https://dl-cdn.alpinelinux.org/alpine/edge/testing]
- OK: 52912 distinct packages available


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[0install.dev] synchronised (no changes)
[0install-gtk.dev] synchronised (no changes)
[0install-solver.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 curl-dev glib-dev gnupg gtk+3.0-dev unzip


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


/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 ocamlbuild          0.14.3
  - install ocamlfind           1.9.6
  - install seq                 base
  - install conf-pkg-config     3
  - install dune                3.15.2
  - install conf-libcurl        2
  - install topkg               1.0.7
  - install base-bytes          base
  - install conf-gtk3           18
  - install conf-glib-2         1
  - install conf-cairo          1
  - install stdlib-shims        0.3.0
  - install sexplib0            v0.17.0
  - 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 xmlm                1.4.0
  - install react               1.2.2
  - install sha                 1.15.4
  - install ounit2              2.2.7
  - install ppxlib              0.32.1
  - install menhir              20231231
  - install dune-configurator   3.15.2
  - install yojson              2.1.2
  - install ocplib-endian       1.2
  - install cairo2              0.6.4
  - install lwt                 5.7.0
  - install lablgtk3            3.1.4
  - install lwt_react           1.2.0
  - install lwt_ppx             2.1.0
  - install lwt_log             1.1.2
  - install lwt_glib            1.1.1
  - install ocurl               0.9.2
  - install obus                1.2.5
===== 39 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cairo2.0.6.4  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved cppo.1.6.9  (cached)
-> installed conf-libcurl.2
-> installed conf-pkg-config.3
-> retrieved csexp.1.5.2  (cached)
-> installed conf-cairo.1
-> installed conf-glib-2.1
-> installed conf-gtk3.18
-> retrieved lablgtk3.3.1.4  (cached)
-> retrieved lwt.5.7.0  (cached)
-> retrieved lwt_glib.1.1.1  (cached)
-> retrieved lwt_log.1.1.2  (cached)
-> retrieved lwt_ppx.2.1.0  (cached)
-> retrieved lwt_react.1.2.0  (cached)
-> retrieved dune.3.15.2  (cached)
-> retrieved dune-configurator.3.15.2  (cached)
-> retrieved menhir.20231231  (cached)
-> retrieved menhirCST.20231231  (cached)
-> retrieved menhirLib.20231231  (cached)
-> retrieved menhirSdk.20231231  (cached)
-> retrieved obus.1.2.5  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved ocurl.0.9.2  (cached)
-> retrieved ounit2.2.2.7  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> installed seq.base
-> retrieved react.1.2.2  (cached)
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved sha.1.15.4  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved xmlm.1.4.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved yojson.2.1.2  (cached)
-> retrieved ppxlib.0.32.1  (cached)
-> installed ocamlfind.1.9.6
-> installed base-bytes.base
-> installed ocamlbuild.0.14.3
-> installed topkg.1.0.7
-> installed react.1.2.2
-> installed xmlm.1.4.0
-> installed dune.3.15.2
-> installed csexp.1.5.2
-> installed camlp-streams.5.0.1
-> installed menhirCST.20231231
-> installed ppx_derivers.1.2.1
-> installed stdlib-shims.0.3.0
-> installed menhirSdk.20231231
-> installed sexplib0.v0.17.0
-> installed menhirLib.20231231
-> installed ocaml-compiler-libs.v0.12.4
-> installed cppo.1.6.9
-> installed sha.1.15.4
-> installed ocplib-endian.1.2
-> installed ounit2.2.2.7
-> installed dune-configurator.3.15.2
-> installed yojson.2.1.2
-> installed cairo2.0.6.4
-> installed lwt.5.7.0
-> installed lwt_log.1.1.2
-> installed lwt_react.1.2.0
-> installed lwt_glib.1.1.1
-> installed lablgtk3.3.1.4
-> installed ppxlib.0.32.1
-> installed menhir.20231231
-> installed lwt_ppx.2.1.0
-> installed obus.1.2.5
-> installed ocurl.0.9.2
Done.
# Run eval $(opam env) to update the current shell environment
2024-05-11 02:04.04 ---> saved as "3710b592c155574ee2043e438eaec8d4cb3e70c139f7113f837e12e9130f7f20"


/src: (copy (src .) (dst /src))
2024-05-11 02:04.04 ---> saved as "b067093942be1b6ba4513c1d2bdedd036496d3e5db2e785f397df8a1384d1d85"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/src/solver/tests && ./test.exe)
....
Ran: 4 tests in: 0.11 seconds.
OK
(cd _build/default/src/test_gtk && ./test.exe)
.
Ran: 1 tests in: 0.08 seconds.
OK


(cd _build/default/src/tests && ./test.exe)
.................................................................................................S.......................................................................................................................................................S.......S..............S.......................
Ran: 296 tests in: 2.92 seconds.
OK: Cases: 296 Skip: 4


2024-05-11 02:04.15 ---> saved as "b49713284eea09277b29a71141131643f5ade6c2f5c90e615b5ee736759da896"
Job succeeded
2024-05-11 02:04.16: Job succeeded