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

alpine-3.19-4.14_opam-2.1

Link Copied
Code Copied

Logs

2024-05-14 21:20.37: New job: test sanette/oplot https://github.com/sanette/oplot.git#refs/heads/master (b4639f010b83c88c0d1340b57775f4f481362a86) (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/sanette/oplot.git" -b "master" && cd "oplot" && git reset --hard b4639f01
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 c1bf247e3384f45e503dbb89dea9af63114b085f || git fetch origin master) && git reset -q --hard c1bf247e3384f45e503dbb89dea9af63114b085f && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 oplot.opam ./
RUN opam pin add -yn oplot.dev './'
ENV DEPS="astring.0.8.5 base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 bos.0.2.1 camlp-streams.5.0.1 camlp5.8.02.01 camlp5-buildscripts.0.03 conf-bash.1 conf-freeglut.1 conf-libffi.2.0.0 conf-libgl.1 conf-libglu.1 conf-m4.1 conf-perl.2 conf-pkg-config.3 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 conf-which.1 csexp.1.5.2 ctypes.0.22.0 ctypes-foreign.0.22.0 dune.3.15.2 dune-configurator.3.15.2 fmt.0.9.0 fpath.0.7.3 integers.0.7.0 lablgl.1.07 logs.0.7.0 not-ocamlfind.0.13 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocamlgraph.2.1.0 re.1.11.0 rresult.0.7.0 seq.base stdlib-shims.0.3.0 topkg.1.0.7 tsdl.1.0.0 tsdl-image.0.6 tsdl-ttf.0.6"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y oplot.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-14 21:20.37: Using cache hint "sanette/oplot-ocaml/opam@sha256:77e8da3284390873fa4e51e9c10a7377d6fa0524845bb813c99bf3b328fa84c3-alpine-3.19-4.14_opam-2.1-8590fadebe028fb60dac9292a2936916"
2024-05-14 21:20.37: 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 c1bf247e3384f45e503dbb89dea9af63114b085f || git fetch origin master) && git reset -q --hard c1bf247e3384f45e503dbb89dea9af63114b085f && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src oplot.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn oplot.dev './'"))
 (env DEPS "astring.0.8.5 base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 bos.0.2.1 camlp-streams.5.0.1 camlp5.8.02.01 camlp5-buildscripts.0.03 conf-bash.1 conf-freeglut.1 conf-libffi.2.0.0 conf-libgl.1 conf-libglu.1 conf-m4.1 conf-perl.2 conf-pkg-config.3 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 conf-which.1 csexp.1.5.2 ctypes.0.22.0 ctypes-foreign.0.22.0 dune.3.15.2 dune-configurator.3.15.2 fmt.0.9.0 fpath.0.7.3 integers.0.7.0 lablgl.1.07 logs.0.7.0 not-ocamlfind.0.13 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocamlgraph.2.1.0 re.1.11.0 rresult.0.7.0 seq.base stdlib-shims.0.3.0 topkg.1.0.7 tsdl.1.0.0 tsdl-image.0.6 tsdl-ttf.0.6")
 (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 oplot.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-14 21:20.37: Waiting for resource in pool OCluster
2024-05-15 16:46.17: Waiting for worker…
2024-05-15 16:51.42: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at b4639f0 update doc v0.72


(from ocaml/opam@sha256:77e8da3284390873fa4e51e9c10a7377d6fa0524845bb813c99bf3b328fa84c3)
2024-05-15 16:51.42 ---> 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-15 16:51.42 ---> 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-15 16:51.42 ---> 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-15 16:51.42 ---> using "bee4e0e1033898bf6f0d340eca67a278a610e893b9a398a8fe65db5e8282556b" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-15 16:51.42 ---> 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 c1bf247e3384f45e503dbb89dea9af63114b085f || git fetch origin master) && git reset -q --hard c1bf247e3384f45e503dbb89dea9af63114b085f && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   eb2dcab0d8..0dc68a8b92  master     -> origin/master
c1bf247e33 Merge pull request #25794 from chetmurthy/release-not-ocamlfind-0.13


<><> 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-15 16:51.42 ---> using "090b0fd15dfe9f8319c9d495282478a27866d92d2df00b3ff6065e7f274c5245" from cache


/src: (copy (src oplot.opam) (dst ./))
2024-05-15 16:51.43 ---> saved as "d57d25aa7aaf678c9a95afc2110c417d5f65d22e809aad31512eb0dd5f1c8b71"


/src: (run (network host)
           (shell "opam pin add -yn oplot.dev './'"))
[oplot.dev] synchronised (file:///src)
oplot is now pinned to file:///src (version dev)
2024-05-15 16:51.45 ---> saved as "45cc24f8797de1fdd88d4b2fc27a421ddf0a08497be1522fe6e2fb81ad5d6be1"


/src: (env DEPS "astring.0.8.5 base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 bos.0.2.1 camlp-streams.5.0.1 camlp5.8.02.01 camlp5-buildscripts.0.03 conf-bash.1 conf-freeglut.1 conf-libffi.2.0.0 conf-libgl.1 conf-libglu.1 conf-m4.1 conf-perl.2 conf-pkg-config.3 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 conf-which.1 csexp.1.5.2 ctypes.0.22.0 ctypes-foreign.0.22.0 dune.3.15.2 dune-configurator.3.15.2 fmt.0.9.0 fpath.0.7.3 integers.0.7.0 lablgl.1.07 logs.0.7.0 not-ocamlfind.0.13 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 ocamlgraph.2.1.0 re.1.11.0 rresult.0.7.0 seq.base stdlib-shims.0.3.0 topkg.1.0.7 tsdl.1.0.0 tsdl-image.0.6 tsdl-ttf.0.6")


/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 oplot.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-535-g1a547c3640e [https://dl-cdn.alpinelinux.org/alpine/v3.19/main]
- v3.19.1-536-ga26d473980f [https://dl-cdn.alpinelinux.org/alpine/v3.19/community]
- v20240329-3948-gfa3f69a9f09 [https://dl-cdn.alpinelinux.org/alpine/edge/main]
- v20240329-3988-g5eea368b5a1 [https://dl-cdn.alpinelinux.org/alpine/edge/community]
- v20240329-3986-g1e94d22a65c [https://dl-cdn.alpinelinux.org/alpine/edge/testing]
- OK: 52955 distinct packages available


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[oplot.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:
    freeglut-dev glu-dev libffi-dev m4 mesa-dev perl sdl2-dev sdl2_image-dev sdl2_ttf-dev


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/bin/sudo "apk" "add" "freeglut-dev" "glu-dev" "libffi-dev" "m4" "mesa-dev" "perl" "sdl2-dev" "sdl2_image-dev" "sdl2_ttf-dev"
- (1/120) Installing linux-headers (6.5-r0)
- (2/120) Installing hwdata-pci (0.377.2-r0)
- (3/120) Installing libpciaccess (0.17-r2)
- (4/120) Installing libdrm (2.4.118-r0)
- (5/120) Installing libpciaccess-dev (0.17-r2)
- (6/120) Installing libdrm-dev (2.4.118-r0)
- (7/120) Installing libxext (1.3.5-r3)
- (8/120) Installing libxext-dev (1.3.5-r3)
- (9/120) Installing libxdamage (1.1.6-r4)
- (10/120) Installing libxfixes (6.0.1-r3)
- (11/120) Installing libxfixes-dev (6.0.1-r3)
- (12/120) Installing libxdamage-dev (1.1.6-r4)
- (13/120) Installing libxshmfence (1.3.2-r5)
- (14/120) Installing libxshmfence-dev (1.3.2-r5)
- (15/120) Installing mesa (23.3.6-r0)
- (16/120) Installing wayland-libs-server (1.22.0-r4)
- (17/120) Installing mesa-gbm (23.3.6-r0)
- (18/120) Installing mesa-glapi (23.3.6-r0)
- (19/120) Installing wayland-libs-client (1.22.0-r4)
- (20/120) Installing mesa-egl (23.3.6-r0)
- (21/120) Installing libxxf86vm (1.1.5-r5)
- (22/120) Installing mesa-gl (23.3.6-r0)
- (23/120) Installing mesa-gles (23.3.6-r0)
- (24/120) Installing libxml2 (2.11.7-r0)
- (25/120) Installing llvm17-libs (17.0.5-r0)
- (26/120) Installing mesa-osmesa (23.3.6-r0)
- (27/120) Installing clang17-headers (17.0.5-r0)
- (28/120) Installing libclc (17.0.5-r0)
- (29/120) Installing spirv-llvm-translator-libs (17.0.0-r0)
- (30/120) Installing spirv-tools (1.3.261.1-r0)
- (31/120) Installing clang17-libs (17.0.5-r0)
- (32/120) Installing libelf (0.190-r1)
- (33/120) Installing mesa-rusticl (23.3.6-r0)
- (34/120) Installing mesa-xatracker (23.3.6-r0)
- (35/120) Installing libxxf86vm-dev (1.1.5-r5)
- (36/120) Installing mesa-dev (23.3.6-r0)
- (37/120) Installing libice (1.1.1-r5)
- (38/120) Installing libice-dev (1.1.1-r5)
- (39/120) Installing libxi (1.8.1-r2)
- (40/120) Installing libxi-dev (1.8.1-r2)
- (41/120) Installing glu (9.0.3-r3)
- (42/120) Installing glu-dev (9.0.3-r3)
- (43/120) Installing freeglut (3.4.0-r3)
- (44/120) Installing freeglut-dev (3.4.0-r3)
- (45/120) Installing libffi-dev (3.4.4-r3)
- (46/120) Installing m4 (1.4.19-r3)
- (47/120) Installing perl (5.38.2-r0)
- (48/120) Installing perl-error (0.17029-r2)
- (49/120) Installing perl-git (2.43.0-r0)
- (50/120) Installing git-perl (2.43.0-r0)
- (51/120) Installing sdl2 (2.28.5-r0)
- (52/120) Installing libpng (1.6.40-r0)
- (53/120) Installing freetype (2.13.2-r0)
- (54/120) Installing tslib (1.22-r1)
- (55/120) Installing directfb (1.7.7-r7)
- (56/120) Installing directfb-dev (1.7.7-r7)
- (57/120) Installing sdl2-dev (2.28.5-r0)
- (58/120) Installing sdl2_image (2.6.3-r0)
- (59/120) Installing sdl2_image-dev (2.6.3-r0)
- (60/120) Installing brotli (1.1.0-r1)
- (61/120) Installing brotli-dev (1.1.0-r1)
- (62/120) Installing zlib-dev (1.3.1-r0)
- (63/120) Installing libpng-dev (1.6.40-r0)
- (64/120) Installing freetype-dev (2.13.2-r0)
- (65/120) Installing libxrender (0.9.11-r4)
- (66/120) Installing fontconfig (2.14.2-r4)
- (67/120) Installing pixman (0.42.2-r2)
- (68/120) Installing cairo (1.18.0-r0)
- (69/120) Installing libintl (0.22.3-r0)
- (70/120) Installing libblkid (2.39.3-r0)
- (71/120) Installing libmount (2.39.3-r0)
- (72/120) Installing glib (2.78.6-r0)
- (73/120) Installing graphite2 (1.3.14-r6)
- (74/120) Installing harfbuzz (8.3.0-r0)
- (75/120) Installing harfbuzz-cairo (8.3.0-r0)
- (76/120) Installing harfbuzz-gobject (8.3.0-r0)
- (77/120) 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.
- *
- (78/120) Installing icu-libs (74.1-r0)
- (79/120) Installing harfbuzz-icu (8.3.0-r0)
- (80/120) Installing harfbuzz-subset (8.3.0-r0)
- (81/120) Installing cairo-tools (1.18.0-r0)
- (82/120) Installing expat (2.6.2-r0)
- (83/120) Installing expat-dev (2.6.2-r0)
- (84/120) Installing fontconfig-dev (2.14.2-r4)
- (85/120) Installing libxrender-dev (0.9.11-r4)
- (86/120) Installing pixman-dev (0.42.2-r2)
- (87/120) Installing util-macros (1.20.0-r0)
- (88/120) Installing xcb-util (0.4.1-r3)
- (89/120) Installing xcb-util-dev (0.4.1-r3)
- (90/120) Installing cairo-gobject (1.18.0-r0)
- (91/120) Installing bzip2-dev (1.0.8-r6)
- (92/120) Installing libxml2-utils (2.11.7-r0)
- (93/120) Installing docbook-xml (4.5-r8)
- Executing docbook-xml-4.5-r8.post-install
- (94/120) Installing libgpg-error (1.47-r2)
- (95/120) Installing libgcrypt (1.10.3-r0)
- (96/120) Installing libxslt (1.1.39-r0)
- (97/120) Installing docbook-xsl (1.79.2-r8)
- Executing docbook-xsl-1.79.2-r8.post-install
- (98/120) Installing gettext-asprintf (0.22.3-r0)
- (99/120) Installing gettext-libs (0.22.3-r0)
- (100/120) Installing gettext-envsubst (0.22.3-r0)
- (101/120) Installing gettext (0.22.3-r0)
- (102/120) Installing gettext-dev (0.22.3-r0)
- (103/120) Installing bsd-compat-headers (0.7.2-r5)
- (104/120) Installing libedit (20230828.3.1-r3)
- (105/120) Installing libedit-dev (20230828.3.1-r3)
- (106/120) Installing libpcre2-16 (10.42-r2)
- (107/120) Installing libpcre2-32 (10.42-r2)
- (108/120) Installing pcre2-dev (10.42-r2)
- (109/120) Installing libuuid (2.39.3-r0)
- (110/120) Installing libfdisk (2.39.3-r0)
- (111/120) Installing libsmartcols (2.39.3-r0)
- (112/120) Installing util-linux-dev (2.39.3-r0)
- (113/120) Installing glib-dev (2.78.6-r0)
- (114/120) Installing cairo-dev (1.18.0-r0)
- (115/120) Installing graphite2-dev (1.3.14-r6)
- (116/120) Installing icu (74.1-r0)
- (117/120) Installing icu-dev (74.1-r0)
- (118/120) Installing harfbuzz-dev (8.3.0-r0)
- (119/120) Installing sdl2_ttf (2.20.2-r0)
- (120/120) Installing sdl2_ttf-dev (2.20.2-r0)
- Executing busybox-1.36.1-r15.trigger
- Executing glib-2.78.6-r0.trigger
- No schema files found: doing nothing.
- OK: 830 MiB in 220 packages
2024-05-15 16:52.09 ---> saved as "0ebb41276943c5a03019e9883729393e164da3559cec27917a10cd42b82dbe02"


/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 conf-bash           1
  - install conf-m4             1
  - install ocamlfind           1.9.6
  - install seq                 base
  - install conf-perl           2
  - install conf-pkg-config     3
  - install dune                3.15.2
  - install conf-which          1
  - install topkg               1.0.7
  - install conf-sdl2-ttf       1
  - install conf-sdl2-image     1
  - install conf-sdl2           1
  - install conf-libglu         1
  - install conf-libgl          1
  - install conf-libffi         2.0.0
  - install conf-freeglut       1
  - install stdlib-shims        0.3.0
  - install re                  1.11.0
  - install csexp               1.5.2
  - install camlp-streams       5.0.1
  - install bigarray-compat     1.1.0
  - install rresult             0.7.0
  - install fmt                 0.9.0
  - install astring             0.8.5
  - install ocamlgraph          2.1.0
  - install integers            0.7.0
  - install dune-configurator   3.15.2
  - install logs                0.7.0
  - install fpath               0.7.3
  - install not-ocamlfind       0.13
  - install ctypes              0.22.0
  - install bos                 0.2.1
  - install ctypes-foreign      0.22.0
  - install camlp5-buildscripts 0.03
  - install tsdl                1.0.0
  - install camlp5              8.02.01
  - install tsdl-ttf            0.6
  - install tsdl-image          0.6
  - install lablgl              1.07
===== 40 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved bigarray-compat.1.1.0  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved bos.0.2.1  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved camlp5.8.02.01  (cached)
-> retrieved camlp5-buildscripts.0.03  (cached)
-> retrieved csexp.1.5.2  (cached)
-> installed conf-bash.1
-> installed conf-m4.1
-> installed conf-perl.2
-> installed conf-pkg-config.3
-> installed conf-which.1
-> retrieved ctypes.0.22.0  (cached)
-> retrieved ctypes-foreign.0.22.0  (cached)
-> installed conf-freeglut.1
-> installed conf-libffi.2.0.0
-> installed conf-libgl.1
-> installed conf-libglu.1
-> installed conf-sdl2.1
-> installed conf-sdl2-image.1
-> installed conf-sdl2-ttf.1
-> retrieved fmt.0.9.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved integers.0.7.0  (cached)
-> retrieved lablgl.1.07  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved not-ocamlfind.0.13  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved ocamlgraph.2.1.0  (cached)
-> retrieved re.1.11.0  (cached)
-> retrieved dune.3.15.2  (cached)
-> installed seq.base
-> retrieved dune-configurator.3.15.2  (cached)
-> retrieved rresult.0.7.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved tsdl.1.0.0  (cached)
-> retrieved tsdl-image.0.6  (cached)
-> retrieved tsdl-ttf.0.6  (cached)
-> installed ocamlfind.1.9.6
-> installed ocamlbuild.0.14.3
-> installed topkg.1.0.7
-> installed rresult.0.7.0
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed logs.0.7.0
-> installed fpath.0.7.3
-> installed bos.0.2.1
-> installed dune.3.15.2
-> installed stdlib-shims.0.3.0
-> installed csexp.1.5.2
-> installed bigarray-compat.1.1.0
-> installed camlp-streams.5.0.1
-> installed integers.0.7.0
-> installed re.1.11.0
-> installed dune-configurator.3.15.2
-> installed ocamlgraph.2.1.0
-> installed not-ocamlfind.0.13
-> installed camlp5-buildscripts.0.03
-> installed ctypes.0.22.0
-> installed ctypes-foreign.0.22.0
-> installed tsdl.1.0.0
-> installed tsdl-image.0.6
-> installed tsdl-ttf.0.6
-> installed camlp5.8.02.01
-> installed lablgl.1.07
Done.
# Run eval $(opam env) to update the current shell environment
2024-05-15 16:54.01 ---> saved as "d841bd1328919beb61af55deda9dec7dc064b2aa1dfe72c2f7ec8d44b299560e"


/src: (copy (src .) (dst /src))
2024-05-15 16:54.01 ---> saved as "65931031c6b406c95b8c80004da171ce4bb95ca012afdc42936948050f45e2f5"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/test && ./test.exe)
WARNING: fig2ps not found. You will not be able to export to ps or pdf.
Output file: /tmp/build_7059ea_dune/oplot068b69.fig
/bin/sh: xdpyinfo: not found
/bin/sh: xrandr: not found
/bin/sh: xrandr: not found
2024-05-15 16:54.04 ---> saved as "5d48b28d3cc83a5d084fcc9887f3ce07a0356ce6d38776fb471a6c147e056871"
Job succeeded
2024-05-15 16:54.04: Job succeeded