Organisationssanettebogue-cairo6135ed (main)opensuse-15.5-4.14_opam-2.1

opensuse-15.5-4.14_opam-2.1

Link Copied
Code Copied

Logs

2024-05-10 15:51.45: New job: test sanette/bogue-cairo https://github.com/sanette/bogue-cairo.git#refs/heads/main (6135ed8853d81f84436179006a113cab1846b647) (linux-x86_64:opensuse-15.5-4.14_opam-2.1)
Base: ocaml/opam@sha256:2a83ef9b2716f12f3f839a6bc5d7269cb744e6086c4c5f07474c2334274f891c
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/sanette/bogue-cairo.git" -b "main" && cd "bogue-cairo" && git reset --hard 6135ed88
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:2a83ef9b2716f12f3f839a6bc5d7269cb744e6086c4c5f07474c2334274f891c
# opensuse-15.5-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 bogue-cairo.opam ./
RUN opam pin add -yn bogue-cairo.dev './'
ENV DEPS="base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 bogue.20240225 cairo2.0.6.4 conf-cairo.1 conf-libffi.2.0.0 conf-pkg-config.3 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.20.2 ctypes-foreign.0.18.0 dune.3.15.2 dune-configurator.3.15.2 integers.0.7.0 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 stdlib-shims.0.3.0 topkg.1.0.7 tsdl.0.9.8 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.15.2"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y bogue-cairo.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:51.45: Using cache hint "sanette/bogue-cairo-ocaml/opam@sha256:2a83ef9b2716f12f3f839a6bc5d7269cb744e6086c4c5f07474c2334274f891c-opensuse-15.5-4.14_opam-2.1-ff38cd6cee67fe2bfac771fcdc9883b8"
2024-05-10 15:51.45: Using OBuilder spec:
((from ocaml/opam@sha256:2a83ef9b2716f12f3f839a6bc5d7269cb744e6086c4c5f07474c2334274f891c)
 (comment opensuse-15.5-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 bogue-cairo.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn bogue-cairo.dev './'"))
 (env DEPS "base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 bogue.20240225 cairo2.0.6.4 conf-cairo.1 conf-libffi.2.0.0 conf-pkg-config.3 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.20.2 ctypes-foreign.0.18.0 dune.3.15.2 dune-configurator.3.15.2 integers.0.7.0 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 stdlib-shims.0.3.0 topkg.1.0.7 tsdl.0.9.8 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.15.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 bogue-cairo.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:51.45: Waiting for resource in pool OCluster
2024-05-11 03:18.33: Waiting for worker…
2024-05-11 03:20.34: Got resource from pool OCluster
Building on x86-bm-c10.sw.ocaml.org
All commits already cached
HEAD is now at 6135ed8 version 0.1.0


(from ocaml/opam@sha256:2a83ef9b2716f12f3f839a6bc5d7269cb744e6086c4c5f07474c2334274f891c)
Unable to find image 'ocaml/opam@sha256:2a83ef9b2716f12f3f839a6bc5d7269cb744e6086c4c5f07474c2334274f891c' locally
docker.io/ocaml/opam@sha256:2a83ef9b2716f12f3f839a6bc5d7269cb744e6086c4c5f07474c2334274f891c: Pulling from ocaml/opam
91311f23cac5: Pulling fs layer
91311f23cac5: Verifying Checksum
91311f23cac5: Download complete
91311f23cac5: Pull complete
Digest: sha256:2a83ef9b2716f12f3f839a6bc5d7269cb744e6086c4c5f07474c2334274f891c
Status: Downloaded newer image for ocaml/opam@sha256:2a83ef9b2716f12f3f839a6bc5d7269cb744e6086c4c5f07474c2334274f891c
2024-05-11 03:22.01 ---> saved as "b720e8803fb0f01eecb4a5643bdc82847ad62f86aa311c0105d4ce05c5833770"


/: (comment opensuse-15.5-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 03:22.01 ---> saved as "6e4b0fd97d86aca4afcef4903f7f92f15c9cda304623aad11bfcb4a8a022b789"


/src: (run (shell "opam init --reinit -ni"))
Configuring from /home/opam/.opamrc and then from built-in defaults.
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.


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.


Continue? [Y/n] y
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-05-11 03:23.38 ---> saved as "e643ed503279954854d0a4bc62530f496692c418d4f2a2b8b2b9ba4acdd8d387"


/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 03:23.38 ---> saved as "7b58bbf1bbc881bb8fbfa1e041e2dad006f5a32c042a4ccb6085011c18d51bc4"


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-11 03:23.39 ---> saved as "d5560a6282bc66fc4e2e223b4260fd865f73278846a47d2f57217197cde9b797"


/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 03:25.21 ---> saved as "bc106b0b1c41c10e04f9a58ff4863e8f50d759c3502990fbb48328ec68a1f152"


/src: (copy (src bogue-cairo.opam) (dst ./))
2024-05-11 03:25.21 ---> saved as "a5f8ea7314442bd021d45664e5e8334683b1c25dd58243be972a55855b046365"


/src: (run (network host)
           (shell "opam pin add -yn bogue-cairo.dev './'"))
Package bogue-cairo does not exist, create as a NEW package? [Y/n] y
[bogue-cairo.dev] synchronised (file:///src)
bogue-cairo is now pinned to file:///src (version dev)
2024-05-11 03:25.30 ---> saved as "a929efc4e6c6ba4c083b329ace82c0211059934f9398810d41152717304ef2c5"


/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base bigarray-compat.1.1.0 bogue.20240225 cairo2.0.6.4 conf-cairo.1 conf-libffi.2.0.0 conf-pkg-config.3 conf-sdl2.1 conf-sdl2-image.1 conf-sdl2-ttf.1 csexp.1.5.2 ctypes.0.20.2 ctypes-foreign.0.18.0 dune.3.15.2 dune-configurator.3.15.2 integers.0.7.0 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 stdlib-shims.0.3.0 topkg.1.0.7 tsdl.0.9.8 tsdl-image.0.6 tsdl-ttf.0.6 xdg.3.15.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 bogue-cairo.dev $DEPS"))
+ /usr/bin/sudo "zypper" "--non-interactive" "refresh"
- Retrieving repository 'Update repository of openSUSE Backports' metadata [..
- ...
- .......done]
- Building repository 'Update repository of openSUSE Backports' cache [..
- ..done]
- Repository 'Non-OSS Repository' is up to date.
- Repository 'Main Repository' is up to date.
- Retrieving repository 'Update repository with updates from SUSE Linux Enterprise 15' metadata [.....
- ....
- ......
- ........
- .......
- .done]
- Building repository 'Update repository with updates from SUSE Linux Enterprise 15' cache [..
- ..done]
- Repository 'Main Update Repository' is up to date.
- Repository 'Update Repository (Non-Oss)' is up to date.
- All repositories have been refreshed.


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[bogue-cairo.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-devel libffi-devel libSDL2-devel libSDL2_image-devel libSDL2_ttf-devel


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/bin/sudo "zypper" "--non-interactive" "install" "cairo-devel" "libffi-devel" "libSDL2-devel" "libSDL2_image-devel" "libSDL2_ttf-devel"
- Loading repository data...
- Reading installed packages...
- Resolving package dependencies...
- 
- The following 84 NEW packages are going to be installed:
-   Mesa Mesa-KHR-devel Mesa-dri Mesa-gallium Mesa-libEGL-devel Mesa-libEGL1 Mesa-libGL-devel Mesa-libGL1 Mesa-libGLESv1_CM-devel Mesa-libGLESv2-devel Mesa-libglapi0 cairo-devel fontconfig fontconfig-devel freetype2-devel gio-branding-openSUSE glib2-devel glib2-tools glu-devel libGLU1 libLLVM15 libSDL2-2_0-0 libSDL2-devel libSDL2_image-2_0-0 libSDL2_image-devel libSDL2_ttf-2_0-0 libSDL2_ttf-devel libXext-devel libXext6 libXfixes3 libXrender-devel libXrender1 libXxf86vm1 libasound2 libblkid-devel libbrotli-devel libbrotlienc1 libbz2-devel libcairo-gobject2 libcairo-script-interpreter2 libcairo2 libdrm2 libdrm_amdgpu1 libdrm_intel1 libdrm_nouveau2 libdrm_radeon1 libedit0 libexpat-devel libffi-devel libfontconfig1 libfreetype6 libgbm1 libgio-2_0-0 libglvnd libglvnd-devel libgmodule-2_0-0 libgobject-2_0-0 libgthread-2_0-0 libjbig2 libjpeg8 libmount-devel libpciaccess0 libpcre16-0 libpcrecpp0 libpcreposix0 libpixman-1-0 libpixman-1-0-devel libpng16-16 libpng16-compat-devel libpng16-devel libpython3_6m1_0 libselinux-devel libsepol-devel libtiff5 libuuid-devel libwayland-client0 libwayland-server0 libwebp7 libxshmfence1 pcre-devel python3-base renderproto-devel shared-mime-info xextproto-devel
- 
- 84 new packages to install.
- Overall download size: 56.2 MiB. Already cached: 0 B. After the operation, additional 251.8 MiB will be used.
- 
- Backend:  classic_rpmtrans
- Continue? [y/n/v/...? shows all options] (y): y
- Retrieving: Mesa-KHR-devel-22.3.5-150500.75.2.x86_64 (Main Repository) (1/84), 162.9 KiB    
- Retrieving: Mesa-KHR-devel-22.3.5-150500.75.2.x86_64.rpm [..done]
- Retrieving: Mesa-libglapi0-22.3.5-150500.75.2.x86_64 (Main Repository) (2/84), 180.6 KiB    
- Retrieving: Mesa-libglapi0-22.3.5-150500.75.2.x86_64.rpm [.done]
- Retrieving: libXext6-1.3.3-1.30.x86_64 (Main Repository) (3/84),  33.2 KiB    
- Retrieving: libXext6-1.3.3-1.30.x86_64.rpm [.done]
- Retrieving: libXfixes3-6.0.0-150400.1.4.x86_64 (Main Repository) (4/84),  16.1 KiB    
- Retrieving: libXfixes3-6.0.0-150400.1.4.x86_64.rpm [.done]
- Retrieving: libXrender1-0.9.10-1.30.x86_64 (Main Repository) (5/84),  24.1 KiB    
- Retrieving: libXrender1-0.9.10-1.30.x86_64.rpm [.
- .done (96.4 KiB/s)]
- Retrieving: libasound2-1.2.8-150500.1.1.x86_64 (Main Repository) (6/84), 443.4 KiB    
- Retrieving: libasound2-1.2.8-150500.1.1.x86_64.rpm [.done]
- Retrieving: libbrotlienc1-1.0.7-3.3.1.x86_64 (Main Repository) (7/84), 205.7 KiB    
- Retrieving: libbrotlienc1-1.0.7-3.3.1.x86_64.rpm [..done (4.5 MiB/s)]
- Retrieving: libbz2-devel-1.0.8-150400.1.122.x86_64 (Main Repository) (8/84),  18.7 KiB    
- Retrieving: libbz2-devel-1.0.8-150400.1.122.x86_64.rpm [.done]
- Retrieving: libdrm2-2.4.114-150500.3.2.x86_64 (Main Repository) (9/84),  71.1 KiB    
- Retrieving: libdrm2-2.4.114-150500.3.2.x86_64.rpm [.done]
- Retrieving: libedit0-3.1.snap20150325-2.12.x86_64 (Main Repository) (10/84),  94.3 KiB    
- Retrieving: libedit0-3.1.snap20150325-2.12.x86_64.rpm [.done]
- Retrieving: libffi-devel-3.2.1.git259-10.8.x86_64 (Main Repository) (11/84),  26.7 KiB    
- Retrieving: libffi-devel-3.2.1.git259-10.8.x86_64.rpm [.done]
- Retrieving: libgmodule-2_0-0-2.70.5-150400.3.8.1.x86_64 (Main Repository) (12/84), 109.8 KiB    
- Retrieving: libgmodule-2_0-0-2.70.5-150400.3.8.1.x86_64.rpm [.done]
- Retrieving: libgobject-2_0-0-2.70.5-150400.3.8.1.x86_64 (Main Repository) (13/84), 232.3 KiB    
- Retrieving: libgobject-2_0-0-2.70.5-150400.3.8.1.x86_64.rpm [.
- done]
- Retrieving: libgthread-2_0-0-2.70.5-150400.3.8.1.x86_64 (Main Repository) (14/84), 106.5 KiB    
- Retrieving: libgthread-2_0-0-2.70.5-150400.3.8.1.x86_64.rpm [.done]
- Retrieving: libjpeg8-8.2.2-150400.15.9.x86_64 (Main Repository) (15/84), 170.4 KiB    
- Retrieving: libjpeg8-8.2.2-150400.15.9.x86_64.rpm [.done]
- Retrieving: libpciaccess0-0.14-1.16.x86_64 (Main Repository) (16/84),  25.5 KiB    
- Retrieving: libpciaccess0-0.14-1.16.x86_64.rpm [.done]
- Retrieving: libpcre16-0-8.45-150000.20.13.1.x86_64 (Main Repository) (17/84), 213.9 KiB    
- Retrieving: libpcre16-0-8.45-150000.20.13.1.x86_64.rpm [.done]
- Retrieving: libpcrecpp0-8.45-150000.20.13.1.x86_64 (Main Repository) (18/84),  28.6 KiB    
- Retrieving: libpcrecpp0-8.45-150000.20.13.1.x86_64.rpm [.done]
- Retrieving: libpcreposix0-8.45-150000.20.13.1.x86_64 (Main Repository) (19/84),  19.7 KiB    
- Retrieving: libpcreposix0-8.45-150000.20.13.1.x86_64.rpm [.done]
- Retrieving: libpixman-1-0-0.40.0-150400.3.3.1.x86_64 (Main Repository) (20/84), 239.7 KiB    
- Retrieving: libpixman-1-0-0.40.0-150400.3.3.1.x86_64.rpm [..done (1.1 MiB/s)]
- Retrieving: libpng16-16-1.6.34-3.9.1.x86_64 (Main Repository) (21/84), 134.2 KiB    
- Retrieving: libpng16-16-1.6.34-3.9.1.x86_64.rpm [.
- done]
- Retrieving: libsepol-devel-3.1-150400.1.70.x86_64 (Main Repository) (22/84),  44.6 KiB    
- Retrieving: libsepol-devel-3.1-150400.1.70.x86_64.rpm [.done]
- Retrieving: libwayland-client0-1.21.0-150500.1.1.x86_64 (Main Repository) (23/84),  38.6 KiB    
- Retrieving: libwayland-client0-1.21.0-150500.1.1.x86_64.rpm [..done (2.6 MiB/s)]
- Retrieving: libwayland-server0-1.21.0-150500.1.1.x86_64 (Main Repository) (24/84),  44.4 KiB    
- Retrieving: libwayland-server0-1.21.0-150500.1.1.x86_64.rpm [.done]
- Retrieving: libxshmfence1-1.2-1.23.x86_64 (Main Repository) (25/84),  11.2 KiB    
- Retrieving: libxshmfence1-1.2-1.23.x86_64.rpm [.done]
- Retrieving: renderproto-devel-0.11.1-1.22.x86_64 (Main Repository) (26/84),  22.9 KiB    
- Retrieving: renderproto-devel-0.11.1-1.22.x86_64.rpm [..done]
- Retrieving: shared-mime-info-2.2-150500.1.1.x86_64 (Main Repository) (27/84), 323.2 KiB    
- Retrieving: shared-mime-info-2.2-150500.1.1.x86_64.rpm [..done (3.8 MiB/s)]
- Retrieving: xextproto-devel-7.3.0-1.22.x86_64 (Main Repository) (28/84), 114.5 KiB    
- Retrieving: xextproto-devel-7.3.0-1.22.x86_64.rpm [..done (764.3 KiB/s)]
- Retrieving: libXxf86vm1-1.1.4-1.23.x86_64 (Main Repository) (29/84),  15.3 KiB    
- Retrieving: libXxf86vm1-1.1.4-1.23.x86_64.rpm [.
- done]
- Retrieving: libbrotli-devel-1.0.7-3.3.1.x86_64 (Main Repository) (30/84),  32.7 KiB    
- Retrieving: libbrotli-devel-1.0.7-3.3.1.x86_64.rpm [.done]
- Retrieving: libdrm_radeon1-2.4.114-150500.3.2.x86_64 (Main Repository) (31/84),  58.5 KiB    
- Retrieving: libdrm_radeon1-2.4.114-150500.3.2.x86_64.rpm [.done]
- Retrieving: libdrm_nouveau2-2.4.114-150500.3.2.x86_64 (Main Repository) (32/84),  54.1 KiB    
- Retrieving: libdrm_nouveau2-2.4.114-150500.3.2.x86_64.rpm [.done]
- Retrieving: libdrm_amdgpu1-2.4.114-150500.3.2.x86_64 (Main Repository) (33/84),  58.1 KiB    
- Retrieving: libdrm_amdgpu1-2.4.114-150500.3.2.x86_64.rpm [..done (93.7 KiB/s)]
- Retrieving: libdrm_intel1-2.4.114-150500.3.2.x86_64 (Main Repository) (34/84),  96.2 KiB    
- Retrieving: libdrm_intel1-2.4.114-150500.3.2.x86_64.rpm [.done]
- Retrieving: pcre-devel-8.45-150000.20.13.1.x86_64 (Main Repository) (35/84), 230.1 KiB    
- Retrieving: pcre-devel-8.45-150000.20.13.1.x86_64.rpm [.done]
- Retrieving: libpixman-1-0-devel-0.40.0-150400.3.3.1.x86_64 (Main Repository) (36/84),  19.1 KiB    
- Retrieving: libpixman-1-0-devel-0.40.0-150400.3.3.1.x86_64.rpm [.done]
- Retrieving: libpng16-devel-1.6.34-3.9.1.x86_64 (Main Repository) (37/84), 194.8 KiB    
- Retrieving: libpng16-devel-1.6.34-3.9.1.x86_64.rpm [.done]
- Retrieving: libpng16-compat-devel-1.6.34-3.9.1.x86_64 (Main Repository) (38/84), 105.7 KiB    
- Retrieving: libpng16-compat-devel-1.6.34-3.9.1.x86_64.rpm [.
- done]
- Retrieving: libgbm1-22.3.5-150500.75.2.x86_64 (Main Repository) (39/84), 183.0 KiB    
- Retrieving: libgbm1-22.3.5-150500.75.2.x86_64.rpm [.done]
- Retrieving: libXrender-devel-0.9.10-1.30.x86_64 (Main Repository) (40/84),  17.1 KiB    
- Retrieving: libXrender-devel-0.9.10-1.30.x86_64.rpm [.done]
- Retrieving: gio-branding-openSUSE-42.1-lp155.6.6.noarch (Main Repository) (41/84),  18.3 KiB    
- Retrieving: gio-branding-openSUSE-42.1-lp155.6.6.noarch.rpm [.done]
- Retrieving: libgio-2_0-0-2.70.5-150400.3.8.1.x86_64 (Main Repository) (42/84), 687.8 KiB    
- Retrieving: libgio-2_0-0-2.70.5-150400.3.8.1.x86_64.rpm [..done (18.6 MiB/s)]
- Retrieving: glib2-tools-2.70.5-150400.3.8.1.x86_64 (Main Repository) (43/84), 201.1 KiB    
- Retrieving: glib2-tools-2.70.5-150400.3.8.1.x86_64.rpm [.done]
- Retrieving: libXext-devel-1.3.3-1.30.x86_64 (Main Repository) (44/84),  96.9 KiB    
- Retrieving: libXext-devel-1.3.3-1.30.x86_64.rpm [.done]
- Retrieving: libselinux-devel-3.1-150400.1.69.x86_64 (Main Repository) (45/84), 112.5 KiB    
- Retrieving: libselinux-devel-3.1-150400.1.69.x86_64.rpm [.done]
- Retrieving: libblkid-devel-2.37.4-150500.9.6.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (46/84),  60.5 KiB    
- Retrieving: libblkid-devel-2.37.4-150500.9.6.1.x86_64.rpm [.
- .done]
- Retrieving: libexpat-devel-2.4.4-150400.3.17.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (47/84),  48.9 KiB    
- Retrieving: libexpat-devel-2.4.4-150400.3.17.1.x86_64.rpm [.done]
- Retrieving: libjbig2-2.1-150000.3.5.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (48/84),  33.0 KiB    
- Retrieving: libjbig2-2.1-150000.3.5.1.x86_64.rpm [.done]
- Retrieving: libuuid-devel-2.37.4-150500.9.6.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (49/84),  68.2 KiB    
- Retrieving: libuuid-devel-2.37.4-150500.9.6.1.x86_64.rpm [.done]
- Retrieving: libwebp7-1.0.3-150200.3.10.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (50/84), 198.9 KiB    
- Retrieving: libwebp7-1.0.3-150200.3.10.1.x86_64.rpm [..done (5.9 MiB/s)]
- Retrieving: python3-base-3.6.15-150300.10.60.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (51/84),   7.5 MiB    
- Retrieving: python3-base-3.6.15-150300.10.60.1.x86_64.rpm [....
- done (18.5 MiB/s)]
- Retrieving: libpython3_6m1_0-3.6.15-150300.10.60.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (52/84), 871.6 KiB    
- Retrieving: libpython3_6m1_0-3.6.15-150300.10.60.1.x86_64.rpm [..done (6.0 MiB/s)]
- Retrieving: libSDL2-2_0-0-2.0.8-150200.11.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (53/84), 392.2 KiB    
- Retrieving: libSDL2-2_0-0-2.0.8-150200.11.11.1.x86_64.rpm [..done (404.7 KiB/s)]
- Retrieving: libLLVM15-15.0.7-150500.4.6.2.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (54/84),  21.9 MiB    
- Retrieving: libLLVM15-15.0.7-150500.4.6.2.x86_64.rpm [.....done (60.9 MiB/s)]
- Retrieving: libfreetype6-2.10.4-150000.4.15.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (55/84), 447.3 KiB    
- Retrieving: libfreetype6-2.10.4-150000.4.15.1.x86_64.rpm [.
- .done (14.2 MiB/s)]
- Retrieving: libmount-devel-2.37.4-150500.9.6.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (56/84),  62.2 KiB    
- Retrieving: libmount-devel-2.37.4-150500.9.6.1.x86_64.rpm [.done]
- Retrieving: libtiff5-4.0.9-150000.45.41.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (57/84), 217.5 KiB    
- Retrieving: libtiff5-4.0.9-150000.45.41.1.x86_64.rpm [..done (11.6 MiB/s)]
- Retrieving: freetype2-devel-2.10.4-150000.4.15.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (58/84), 942.1 KiB    
- Retrieving: freetype2-devel-2.10.4-150000.4.15.1.x86_64.rpm [..done (13.5 MiB/s)]
- Retrieving: Mesa-22.3.5-150500.75.2.x86_64 (Main Repository) (59/84), 164.4 KiB    
- Retrieving: Mesa-22.3.5-150500.75.2.x86_64.rpm [..done (1.6 MiB/s)]
- Retrieving: Mesa-dri-22.3.5-150500.75.2.x86_64 (Main Repository) (60/84),   7.0 MiB    
- Retrieving: Mesa-dri-22.3.5-150500.75.2.x86_64.rpm [...done (34.3 MiB/s)]
- Retrieving: libglvnd-1.5.0-150500.1.2.x86_64 (Main Repository) (61/84), 219.1 KiB    
- Retrieving: libglvnd-1.5.0-150500.1.2.x86_64.rpm [.
- done]
- Retrieving: Mesa-libEGL1-22.3.5-150500.75.2.x86_64 (Main Repository) (62/84), 259.4 KiB    
- Retrieving: Mesa-libEGL1-22.3.5-150500.75.2.x86_64.rpm [..done (12.5 MiB/s)]
- Retrieving: libfontconfig1-2.13.1-150400.1.4.x86_64 (Main Repository) (63/84), 118.6 KiB    
- Retrieving: libfontconfig1-2.13.1-150400.1.4.x86_64.rpm [..done (1.3 MiB/s)]
- Retrieving: fontconfig-2.13.1-150400.1.4.x86_64 (Main Repository) (64/84),  72.7 KiB    
- Retrieving: fontconfig-2.13.1-150400.1.4.x86_64.rpm [.done]
- Retrieving: libSDL2_ttf-2_0-0-2.0.15-bp155.2.16.x86_64 (Main Repository) (65/84),  22.1 KiB    
- Retrieving: libSDL2_ttf-2_0-0-2.0.15-bp155.2.16.x86_64.rpm [.done]
- Retrieving: glib2-devel-2.70.5-150400.3.8.1.x86_64 (Main Repository) (66/84), 521.6 KiB    
- Retrieving: glib2-devel-2.70.5-150400.3.8.1.x86_64.rpm [..done (20.3 MiB/s)]
- Retrieving: libSDL2_image-2_0-0-2.0.5-1.60.x86_64 (Main Repository) (67/84),  68.7 KiB    
- Retrieving: libSDL2_image-2_0-0-2.0.5-1.60.x86_64.rpm [.done]
- Retrieving: Mesa-libGL1-22.3.5-150500.75.2.x86_64 (Main Repository) (68/84), 290.3 KiB    
- Retrieving: Mesa-libGL1-22.3.5-150500.75.2.x86_64.rpm [.done]
- Retrieving: fontconfig-devel-2.13.1-150400.1.4.x86_64 (Main Repository) (69/84),  21.1 KiB    
- Retrieving: fontconfig-devel-2.13.1-150400.1.4.x86_64.rpm [.
- done]
- Retrieving: libglvnd-devel-1.5.0-150500.1.2.x86_64 (Main Repository) (70/84),  32.0 KiB    
- Retrieving: libglvnd-devel-1.5.0-150500.1.2.x86_64.rpm [.done]
- Retrieving: libcairo2-1.16.0-150400.9.6.x86_64 (Main Repository) (71/84), 534.3 KiB    
- Retrieving: libcairo2-1.16.0-150400.9.6.x86_64.rpm [..done (14.5 MiB/s)]
- Retrieving: libGLU1-9.0.0-8.45.x86_64 (Main Repository) (72/84), 169.6 KiB    
- Retrieving: libGLU1-9.0.0-8.45.x86_64.rpm [.done]
- Retrieving: Mesa-gallium-22.3.5-150500.75.2.x86_64 (Main Repository) (73/84),   7.0 MiB    
- Retrieving: Mesa-gallium-22.3.5-150500.75.2.x86_64.rpm [....done (24.1 MiB/s)]
- Retrieving: Mesa-libGL-devel-22.3.5-150500.75.2.x86_64 (Main Repository) (74/84), 603.0 KiB    
- Retrieving: Mesa-libGL-devel-22.3.5-150500.75.2.x86_64.rpm [..done (2.7 MiB/s)]
- Retrieving: Mesa-libEGL-devel-22.3.5-150500.75.2.x86_64 (Main Repository) (75/84), 178.7 KiB    
- Retrieving: Mesa-libEGL-devel-22.3.5-150500.75.2.x86_64.rpm [.
- .done]
- Retrieving: libcairo-script-interpreter2-1.16.0-150400.9.6.x86_64 (Main Repository) (76/84),  74.2 KiB    
- Retrieving: libcairo-script-interpreter2-1.16.0-150400.9.6.x86_64.rpm [..done (2.6 MiB/s)]
- Retrieving: libcairo-gobject2-1.16.0-150400.9.6.x86_64 (Main Repository) (77/84),  37.8 KiB    
- Retrieving: libcairo-gobject2-1.16.0-150400.9.6.x86_64.rpm [..done]
- Retrieving: glu-devel-9.0.0-8.45.x86_64 (Main Repository) (78/84),  13.7 KiB    
- Retrieving: glu-devel-9.0.0-8.45.x86_64.rpm [.done]
- Retrieving: Mesa-libGLESv2-devel-22.3.5-150500.75.2.x86_64 (Main Repository) (79/84), 193.6 KiB    
- Retrieving: Mesa-libGLESv2-devel-22.3.5-150500.75.2.x86_64.rpm [..done (3.5 MiB/s)]
- Retrieving: Mesa-libGLESv1_CM-devel-22.3.5-150500.75.2.x86_64 (Main Repository) (80/84), 173.5 KiB    
- Retrieving: Mesa-libGLESv1_CM-devel-22.3.5-150500.75.2.x86_64.rpm [.done]
- Retrieving: cairo-devel-1.16.0-150400.9.6.x86_64 (Main Repository) (81/84), 355.0 KiB    
- Retrieving: cairo-devel-1.16.0-150400.9.6.x86_64.rpm [.done]
- Retrieving: libSDL2-devel-2.0.8-150200.11.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (82/84), 243.7 KiB    
- Retrieving: libSDL2-devel-2.0.8-150200.11.11.1.x86_64.rpm [.
- .done (1.6 MiB/s)]
- Retrieving: libSDL2_ttf-devel-2.0.15-bp155.2.16.x86_64 (Main Repository) (83/84),  14.4 KiB    
- Retrieving: libSDL2_ttf-devel-2.0.15-bp155.2.16.x86_64.rpm [.done]
- Retrieving: libSDL2_image-devel-2.0.5-1.60.x86_64 (Main Repository) (84/84),  16.2 KiB    
- Retrieving: libSDL2_image-devel-2.0.5-1.60.x86_64.rpm [.done]
- 
- Checking for file conflicts: [.....done]
- ( 1/84) Installing: Mesa-KHR-devel-22.3.5-150500.75.2.x86_64 [..done]
- ( 2/84) Installing: Mesa-libglapi0-22.3.5-150500.75.2.x86_64 [.
- .done]
- ( 3/84) Installing: libXext6-1.3.3-1.30.x86_64 [..done]
- ( 4/84) Installing: libXfixes3-6.0.0-150400.1.4.x86_64 [..done]
- ( 5/84) Installing: libXrender1-0.9.10-1.30.x86_64 [..done]
- ( 6/84) Installing: libasound2-1.2.8-150500.1.1.x86_64 [..done]
- ( 7/84) Installing: libbrotlienc1-1.0.7-3.3.1.x86_64 [..done]
- ( 8/84) Installing: libbz2-devel-1.0.8-150400.1.122.x86_64 [..done]
- ( 9/84) Installing: libdrm2-2.4.114-150500.3.2.x86_64 [..done]
- (10/84) Installing: libedit0-3.1.snap20150325-2.12.x86_64 [..done]
- (11/84) Installing: libffi-devel-3.2.1.git259-10.8.x86_64 [..done]
- (12/84) Installing: libgmodule-2_0-0-2.70.5-150400.3.8.1.x86_64 [..done]
- (13/84) Installing: libgobject-2_0-0-2.70.5-150400.3.8.1.x86_64 [.
- .done]
- (14/84) Installing: libgthread-2_0-0-2.70.5-150400.3.8.1.x86_64 [..done]
- (15/84) Installing: libjpeg8-8.2.2-150400.15.9.x86_64 [..done]
- (16/84) Installing: libpciaccess0-0.14-1.16.x86_64 [..done]
- (17/84) Installing: libpcre16-0-8.45-150000.20.13.1.x86_64 [..done]
- (18/84) Installing: libpcrecpp0-8.45-150000.20.13.1.x86_64 [..done]
- (19/84) Installing: libpcreposix0-8.45-150000.20.13.1.x86_64 [..done]
- (20/84) Installing: libpixman-1-0-0.40.0-150400.3.3.1.x86_64 [..done]
- (21/84) Installing: libpng16-16-1.6.34-3.9.1.x86_64 [..done]
- (22/84) Installing: libsepol-devel-3.1-150400.1.70.x86_64 [..done]
- (23/84) Installing: libwayland-client0-1.21.0-150500.1.1.x86_64 [.
- .done]
- (24/84) Installing: libwayland-server0-1.21.0-150500.1.1.x86_64 [..done]
- (25/84) Installing: libxshmfence1-1.2-1.23.x86_64 [..done]
- (26/84) Installing: renderproto-devel-0.11.1-1.22.x86_64 [..done]
- (27/84) Installing: shared-mime-info-2.2-150500.1.1.x86_64 [..
- done]
- (28/84) Installing: xextproto-devel-7.3.0-1.22.x86_64 [..done]
- (29/84) Installing: libXxf86vm1-1.1.4-1.23.x86_64 [..done]
- (30/84) Installing: libbrotli-devel-1.0.7-3.3.1.x86_64 [..done]
- (31/84) Installing: libdrm_radeon1-2.4.114-150500.3.2.x86_64 [..done]
- (32/84) Installing: libdrm_nouveau2-2.4.114-150500.3.2.x86_64 [..done]
- (33/84) Installing: libdrm_amdgpu1-2.4.114-150500.3.2.x86_64 [..done]
- (34/84) Installing: libdrm_intel1-2.4.114-150500.3.2.x86_64 [..done]
- (35/84) Installing: pcre-devel-8.45-150000.20.13.1.x86_64 [.
- .done]
- (36/84) Installing: libpixman-1-0-devel-0.40.0-150400.3.3.1.x86_64 [..done]
- (37/84) Installing: libpng16-devel-1.6.34-3.9.1.x86_64 [..done]
- (38/84) Installing: libpng16-compat-devel-1.6.34-3.9.1.x86_64 [..done]
- (39/84) Installing: libgbm1-22.3.5-150500.75.2.x86_64 [..done]
- (40/84) Installing: libXrender-devel-0.9.10-1.30.x86_64 [..done]
- (41/84) Installing: gio-branding-openSUSE-42.1-lp155.6.6.noarch [..done]
- (42/84) Installing: libgio-2_0-0-2.70.5-150400.3.8.1.x86_64 [..done]
- (43/84) Installing: glib2-tools-2.70.5-150400.3.8.1.x86_64 [..
- No schema files found: doing nothing.
- done]
- (44/84) Installing: libXext-devel-1.3.3-1.30.x86_64 [..done]
- (45/84) Installing: libselinux-devel-3.1-150400.1.69.x86_64 [.
- .done]
- (46/84) Installing: libblkid-devel-2.37.4-150500.9.6.1.x86_64 [..done]
- (47/84) Installing: libexpat-devel-2.4.4-150400.3.17.1.x86_64 [..done]
- (48/84) Installing: libjbig2-2.1-150000.3.5.1.x86_64 [..done]
- (49/84) Installing: libuuid-devel-2.37.4-150500.9.6.1.x86_64 [..done]
- (50/84) Installing: libwebp7-1.0.3-150200.3.10.1.x86_64 [..done]
- (51/84) Installing: python3-base-3.6.15-150300.10.60.1.x86_64 [.....
- ......done]
- (52/84) Installing: libpython3_6m1_0-3.6.15-150300.10.60.1.x86_64 [...done]
- (53/84) Installing: libSDL2-2_0-0-2.0.8-150200.11.11.1.x86_64 [..
- done]
- (54/84) Installing: libLLVM15-15.0.7-150500.4.6.2.x86_64 [.........
- ..........
- ..........
- .......done]
- (55/84) Installing: libfreetype6-2.10.4-150000.4.15.1.x86_64 [..done]
- (56/84) Installing: libmount-devel-2.37.4-150500.9.6.1.x86_64 [..done]
- (57/84) Installing: libtiff5-4.0.9-150000.45.41.1.x86_64 [.
- .done]
- (58/84) Installing: freetype2-devel-2.10.4-150000.4.15.1.x86_64 [...done]
- (59/84) Installing: Mesa-22.3.5-150500.75.2.x86_64 [..done]
- (60/84) Installing: Mesa-dri-22.3.5-150500.75.2.x86_64 [......
- ...done]
- (61/84) Installing: libglvnd-1.5.0-150500.1.2.x86_64 [..done]
- (62/84) Installing: Mesa-libEGL1-22.3.5-150500.75.2.x86_64 [..done]
- (63/84) Installing: libfontconfig1-2.13.1-150400.1.4.x86_64 [..done]
- (64/84) Installing: fontconfig-2.13.1-150400.1.4.x86_64 [..done]
- (65/84) Installing: libSDL2_ttf-2_0-0-2.0.15-bp155.2.16.x86_64 [..done]
- (66/84) Installing: glib2-devel-2.70.5-150400.3.8.1.x86_64 [..
- 
- No schema files found: doing nothing.
- done]
- (67/84) Installing: libSDL2_image-2_0-0-2.0.5-1.60.x86_64 [..done]
- (68/84) Installing: Mesa-libGL1-22.3.5-150500.75.2.x86_64 [..done]
- (69/84) Installing: fontconfig-devel-2.13.1-150400.1.4.x86_64 [..done]
- (70/84) Installing: libglvnd-devel-1.5.0-150500.1.2.x86_64 [..done]
- (71/84) Installing: libcairo2-1.16.0-150400.9.6.x86_64 [..done]
- (72/84) Installing: libGLU1-9.0.0-8.45.x86_64 [..done]
- (73/84) Installing: Mesa-gallium-22.3.5-150500.75.2.x86_64 [....
- ........done]
- (74/84) Installing: Mesa-libGL-devel-22.3.5-150500.75.2.x86_64 [..done]
- (75/84) Installing: Mesa-libEGL-devel-22.3.5-150500.75.2.x86_64 [.
- .done]
- (76/84) Installing: libcairo-script-interpreter2-1.16.0-150400.9.6.x86_64 [..done]
- (77/84) Installing: libcairo-gobject2-1.16.0-150400.9.6.x86_64 [..done]
- (78/84) Installing: glu-devel-9.0.0-8.45.x86_64 [..done]
- (79/84) Installing: Mesa-libGLESv2-devel-22.3.5-150500.75.2.x86_64 [..done]
- (80/84) Installing: Mesa-libGLESv1_CM-devel-22.3.5-150500.75.2.x86_64 [..done]
- (81/84) Installing: cairo-devel-1.16.0-150400.9.6.x86_64 [..done]
- (82/84) Installing: libSDL2-devel-2.0.8-150200.11.11.1.x86_64 [..done]
- (83/84) Installing: libSDL2_ttf-devel-2.0.15-bp155.2.16.x86_64 [..done]
- (84/84) Installing: libSDL2_image-devel-2.0.5-1.60.x86_64 [..done]
2024-05-11 03:27.17 ---> saved as "314e1346fa05fc061ec38c653926c99f6b26bf2b9138b2b85b368a5e011f0dc6"


/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-pkg-config   3
  - install ocamlfind         1.9.6
  - install dune              3.15.2
  - install conf-sdl2-ttf     1
  - install conf-sdl2-image   1
  - install conf-sdl2         1
  - install conf-libffi       2.0.0
  - install conf-cairo        1
  - install topkg             1.0.7
  - install xdg               3.15.2
  - install stdlib-shims      0.3.0
  - install csexp             1.5.2
  - install bigarray-compat   1.1.0
  - install ctypes-foreign    0.18.0
  - install integers          0.7.0
  - install dune-configurator 3.15.2
  - install ctypes            0.20.2
  - install cairo2            0.6.4
  - install tsdl              0.9.8
  - install tsdl-ttf          0.6
  - install tsdl-image        0.6
  - install bogue             20240225
===== 23 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved bigarray-compat.1.1.0  (cached)
-> retrieved bogue.20240225  (cached)
-> retrieved cairo2.0.6.4  (cached)
-> retrieved csexp.1.5.2  (cached)
-> installed conf-pkg-config.3
-> retrieved ctypes.0.20.2  (cached)
-> installed conf-cairo.1
-> installed conf-libffi.2.0.0
-> installed ctypes-foreign.0.18.0
-> installed conf-sdl2.1
-> installed conf-sdl2-image.1
-> installed conf-sdl2-ttf.1
-> retrieved integers.0.7.0  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved tsdl.0.9.8  (cached)
-> retrieved tsdl-image.0.6  (cached)
-> retrieved tsdl-ttf.0.6  (cached)
-> retrieved dune-configurator.3.15.2  (cached)
-> retrieved dune.3.15.2  (cached)
-> retrieved xdg.3.15.2  (cached)
-> installed ocamlfind.1.9.6
-> installed ocamlbuild.0.14.3
-> installed topkg.1.0.7
-> installed dune.3.15.2
-> installed bigarray-compat.1.1.0
-> installed csexp.1.5.2
-> installed stdlib-shims.0.3.0
-> installed integers.0.7.0
-> installed xdg.3.15.2
-> installed dune-configurator.3.15.2
-> installed cairo2.0.6.4
-> installed ctypes.0.20.2
[ERROR] The compilation of tsdl.0.9.8 failed at "ocaml pkg/pkg.ml build --pinned false".


#=== ERROR while compiling tsdl.0.9.8 =========================================#
# context     2.1.5 | linux/x86_64 | ocaml-base-compiler.4.14.2 | file:///home/opam/opam-repository
# path        ~/.opam/4.14/.opam-switch/build/tsdl.0.9.8
# command     ~/.opam/4.14/bin/ocaml pkg/pkg.ml build --pinned false
# exit-code   1
# env-file    ~/.opam/log/tsdl-1-5d03da.env
# output-file ~/.opam/log/tsdl-1-5d03da.out
### output ###
# ocamlfind ocamlopt unix.cmxa -I /home/opam/.opam/4.14/lib/ocamlbuild /home/opam/.opam/4.14/lib/ocamlbuild/ocamlbuildlib.cmxa -linkpkg myocamlbuild.ml /home/opam/.opam/4.14/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
# ocamlfind ocamldep -modules support/consts.ml > support/consts.ml.depends
# ocamlfind ocamlc -c -g -bin-annot -safe-string -thread -I support -I src -I test -o support/consts.cmo support/consts.ml
# ocamlfind ocamlc -g -thread -ccopt -DHAS_SDL2 -ccopt -D_REENTRANT -ccopt -I/usr/include/SDL2 -c support/consts_stub.c
# + ocamlfind ocamlc -g -thread -ccopt -DHAS_SDL2 -ccopt -D_REENTRANT -ccopt -I/usr/include/SDL2 -c support/consts_stub.c
# In file included from /usr/include/SDL2/SDL.h:36:0,
#                  from support/consts_stub.c:11:
# /usr/include/SDL2/SDL_audio.h:186:13: warning: "callback" is deprecated: use "caml_callback" instead
#      SDL_AudioCallback callback; /**< Callback that feeds the audio device (NULL to use SDL_QueueAudio()). */
#              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# In file included from /usr/include/SDL2/SDL_events.h:33:0,
#                  from /usr/include/SDL2/SDL.h:41,
#                  from support/consts_stub.c:11:
# /usr/include/SDL2/SDL_video.h:1054:13: warning: "callback" is deprecated: use "caml_callback" instead
#                                                   SDL_HitTest callback,
#              ^                                    ~~~~~~~~~~~~~~~~~~~~~ 
# In file included from /usr/include/SDL2/SDL.h:45:0,
#                  from support/consts_stub.c:11:
# /usr/include/SDL2/SDL_hints.h:1056:13: warning: "callback" is deprecated: use "caml_callback" instead
#                                                   SDL_HintCallback callback,
#              ^                                    ~~~~~~~~~~~~~~~~~~~~~~
# /usr/include/SDL2/SDL_hints.h:1067:13: warning: "callback" is deprecated: use "caml_callback" instead
#                                                   SDL_HintCallback callback,
#              ^                                    ~~~~~~~~~~~~~~~~~~~~~~
# In file included from /usr/include/SDL2/SDL.h:48:0,
#                  from support/consts_stub.c:11:
# /usr/include/SDL2/SDL_log.h:194:13: warning: "callback" is deprecated: use "caml_callback" instead
#  extern DECLSPEC void SDLCALL SDL_LogGetOutputFunction(SDL_LogOutputFunction *callback, void **userdata);
#              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# /usr/include/SDL2/SDL_log.h:200:13: warning: "callback" is deprecated: use "caml_callback" instead
#  extern DECLSPEC void SDLCALL SDL_LogSetOutputFunction(SDL_LogOutputFunction callback, void *userdata);
#              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# In file included from /usr/include/SDL2/SDL.h:57:0,
#                  from support/consts_stub.c:11:
# /usr/include/SDL2/SDL_timer.h:94:13: warning: "callback" is deprecated: use "caml_callback" instead
#                                                   SDL_TimerCallback callback,
#              ^                                    ~~~~~~~~~~~~~~~~~~~~~~
# support/consts_stub.c: In function 'consts':
# support/consts_stub.c:889:10: error: 'SDL_DISPLAYEVENT' undeclared (first use in this function); did you mean 'SDL_PEEKEVENT'?
#    int_v (SDL_DISPLAYEVENT);
#           ^
# support/consts_stub.c:35:41: note: in definition of macro 'int_v'
#  #define int_v(e) int_v(fd, "" # e, (int)e)
#                                          ^
# support/consts_stub.c:889:10: note: each undeclared identifier is reported only once for each function it appears in
#    int_v (SDL_DISPLAYEVENT);
#           ^
# support/consts_stub.c:35:41: note: in definition of macro 'int_v'
#  #define int_v(e) int_v(fd, "" # e, (int)e)
#                                          ^
# support/consts_stub.c:929:10: error: 'SDL_SENSORUPDATE' undeclared (first use in this function); did you mean 'SDL_CLIPBOARDUPDATE'?
#    int_v (SDL_SENSORUPDATE);
#           ^
# support/consts_stub.c:35:41: note: in definition of macro 'int_v'
#  #define int_v(e) int_v(fd, "" # e, (int)e)
#                                          ^
# In file included from support/consts_stub.c:10:0:
# support/consts_stub.c: In function 'output_consts':
# /home/opam/.opam/4.14/lib/ocaml/caml/mlvalues.h:290:23: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
#  #define String_val(x) ((const char *) Bp_val(x))
#                        ^
# support/consts_stub.c:1031:16: note: in expansion of macro 'String_val'
#    char *outf = String_val (fname);
#                 ^~~~~~~~~~
# Command exited with code 2.
# pkg.ml: [ERROR] cmd ['ocamlbuild' '-use-ocamlfind' '-classic-display' '-j' '4' '-tag' 'debug'
#      '-build-dir' '_build' 'opam' 'pkg/META' 'CHANGES.md' 'LICENSE.md'
#      'README.md' 'src/tsdl.a' 'src/tsdl.cmxs' 'src/tsdl.cmxa' 'src/tsdl.cma'
#      'src/tsdl.cmx' 'src/tsdl.cmi' 'src/tsdl.mli' 'src/tsdl_consts.cmx'
#      'src/tsdl_top.a' 'src/tsdl_top.cmxs' 'src/tsdl_top.cmxa'
#      'src/tsdl_top.cma' 'src/tsdl_top.cmx' 'src/tsdl_top_init.ml'
#      'src/dlltsdl.so' 'src/libtsdl.a' 'doc/index.mld' 'README.md'
#      'CHANGES.md' 'test/min.ml' 'test/minc.c']: exited with 10


<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build tsdl 0.9.8
+- 
+- The following changes have been performed (the rest was aborted)
| - install bigarray-compat   1.1.0
| - install cairo2            0.6.4
| - install conf-cairo        1
| - install conf-libffi       2.0.0
| - install conf-pkg-config   3
| - install conf-sdl2         1
| - install conf-sdl2-image   1
| - install conf-sdl2-ttf     1
| - install csexp             1.5.2
| - install ctypes            0.20.2
| - install ctypes-foreign    0.18.0
| - install dune              3.15.2
| - install dune-configurator 3.15.2
| - install integers          0.7.0
| - install ocamlbuild        0.14.3
| - install ocamlfind         1.9.6
| - install stdlib-shims      0.3.0
| - install topkg             1.0.7
| - install xdg               3.15.2
+- 
# Run eval $(opam env) to update the current shell environment


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