Organisationssanettetsdl-ttfedb9b9 (master)opensuse-15.5-5.1_opam-2.1

opensuse-15.5-5.1_opam-2.1

Link Copied
Code Copied

Logs

2024-04-30 09:18.46: New job: test sanette/tsdl-ttf https://github.com/sanette/tsdl-ttf.git#refs/heads/master (edb9b925c0ddf4dd00fb90ef67c7132b7ee351f6) (linux-x86_64:opensuse-15.5-5.1_opam-2.1)
Base: ocaml/opam@sha256:35b14d992b47f6f9c443374653f5a11a5ac4196515de4d65d2998364e3ee145b
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/sanette/tsdl-ttf.git" -b "master" && cd "tsdl-ttf" && git reset --hard edb9b925
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:35b14d992b47f6f9c443374653f5a11a5ac4196515de4d65d2998364e3ee145b
# opensuse-15.5-5.1_opam-2.1
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN cd ~/opam-repository && (git cat-file -e 042d5efee9551e35990b2e8d849a354d082857d1 || git fetch origin master) && git reset -q --hard 042d5efee9551e35990b2e8d849a354d082857d1 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 tsdl-ttf.opam ./
RUN opam pin add -yn tsdl-ttf.dev './'
ENV DEPS="base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base bigarray-compat.1.1.0 conf-libffi.2.0.0 conf-pkg-config.3 conf-sdl2.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.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 stdlib-shims.0.3.0 topkg.1.0.7 tsdl.0.9.9"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y tsdl-ttf.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build @install @check @runtest && rm -rf _build


END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK


2024-04-30 09:18.46: Using cache hint "sanette/tsdl-ttf-ocaml/opam@sha256:35b14d992b47f6f9c443374653f5a11a5ac4196515de4d65d2998364e3ee145b-opensuse-15.5-5.1_opam-2.1-3f69809e1541fa9fb9113c9a154569bf"
2024-04-30 09:18.46: Using OBuilder spec:
((from ocaml/opam@sha256:35b14d992b47f6f9c443374653f5a11a5ac4196515de4d65d2998364e3ee145b)
 (comment opensuse-15.5-5.1_opam-2.1)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
 (run (shell "opam init --reinit -ni"))
 (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
 (workdir /src)
 (run (shell "sudo chown opam /src"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "cd ~/opam-repository && (git cat-file -e 042d5efee9551e35990b2e8d849a354d082857d1 || git fetch origin master) && git reset -q --hard 042d5efee9551e35990b2e8d849a354d082857d1 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src tsdl-ttf.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn tsdl-ttf.dev './'"))
 (env DEPS "base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base bigarray-compat.1.1.0 conf-libffi.2.0.0 conf-pkg-config.3 conf-sdl2.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.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 stdlib-shims.0.3.0 topkg.1.0.7 tsdl.0.9.9")
 (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 tsdl-ttf.dev $DEPS"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell "opam install $DEPS"))
 (copy (src .) (dst /src))
 (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
)


2024-04-30 09:18.46: Waiting for resource in pool OCluster
2024-04-30 22:17.02: Waiting for worker…
2024-04-30 22:20.24: Got resource from pool OCluster
Building on x86-bm-c19.sw.ocaml.org
All commits already cached
HEAD is now at edb9b92 version 0.6


(from ocaml/opam@sha256:35b14d992b47f6f9c443374653f5a11a5ac4196515de4d65d2998364e3ee145b)
2024-04-30 22:20.24 ---> using "67e7f995c1f1de6afe3b842b6864da7bf603a20c96725b708ddf62f38defd3f7" from cache


/: (comment opensuse-15.5-5.1_opam-2.1)


/: (user (uid 1000) (gid 1000))


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2024-04-30 22:20.24 ---> using "a86b6f66018fb6b6b01b493d982df053fa08865b06dda4c20b991c2d5b676395" from cache


/src: (run (shell "opam init --reinit -ni"))
Configuring from /home/opam/.opamrc and then from built-in defaults.
Checking for available remotes: rsync and local, git.
  - you won't be able to use mercurial repositories unless you install the hg command on your system.
  - you won't be able to use darcs repositories unless you install the darcs command on your system.


This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.1, which can't be reverted.
You may want to back it up before going further.


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


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-04-30 22:20.24 ---> using "77c5c02e6d5b67713360208b87a52318d724017b7ad33f45aef57c9e1019532a" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-101-generic
The OCaml toplevel, version 5.1.1
2.1.5
2024-04-30 22:20.24 ---> using "4af627995f639c8cfa4ee61a5cb92c72674f662d350e564ae25e21431fee5d52" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-04-30 22:20.24 ---> using "859bf81ccecaf940d1867027766280d5dbb11bb06da04b97b5b2a74c90ab4e4c" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 042d5efee9551e35990b2e8d849a354d082857d1 || git fetch origin master) && git reset -q --hard 042d5efee9551e35990b2e8d849a354d082857d1 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   c516155a4b..bafea8d973  master     -> origin/master
042d5efee9 [new release] dune (15 packages) (3.15.2)


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository


Everything as up-to-date as possible (run with --verbose to show unavailable upgrades).
However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# Run eval $(opam env) to update the current shell environment
2024-04-30 22:20.24 ---> using "977e1c5c27d8a6d34dc89762099e3cabeb0dc0ff2d59f9db92e7f9531a1cdff9" from cache


/src: (copy (src tsdl-ttf.opam) (dst ./))
2024-04-30 22:20.24 ---> saved as "b0737c3d18be77a44c74b114e1e8aab785b84d3546e3b416bb10b8307153aed0"


/src: (run (network host)
           (shell "opam pin add -yn tsdl-ttf.dev './'"))
[tsdl-ttf.dev] synchronised (file:///src)
tsdl-ttf is now pinned to file:///src (version dev)
2024-04-30 22:20.34 ---> saved as "382d6e91f6e8a4c7d4fe62d36c02606981b68eb4d4696c527ce41eec99eacbfc"


/src: (env DEPS "base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base bigarray-compat.1.1.0 conf-libffi.2.0.0 conf-pkg-config.3 conf-sdl2.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.5.1.1 ocaml-base-compiler.5.1.1 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 stdlib-shims.0.3.0 topkg.1.0.7 tsdl.0.9.9")


/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 tsdl-ttf.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]
- Retrieving repository 'Main Update Repository' metadata [...
- .
- ....done]
- Building repository 'Main Update Repository' cache [....done]
- Retrieving repository 'Update Repository (Non-Oss)' metadata [...
- ....
- ..done]
- Building repository 'Update Repository (Non-Oss)' cache [....done]
- All repositories have been refreshed.


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[tsdl-ttf.dev] synchronised (no changes)


[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.1.1).
[NOTE] Package ocaml is already installed (current version is 5.1.1).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).


The following system packages will first need to be installed:
    libffi-devel libSDL2-devel libSDL2_ttf-devel


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/bin/sudo "zypper" "--non-interactive" "install" "libffi-devel" "libSDL2-devel" "libSDL2_ttf-devel"
- Loading repository data...
- Reading installed packages...
- Resolving package dependencies...
- 
- The following 38 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 glu-devel libGLU1 libLLVM15 libSDL2-2_0-0 libSDL2-devel libSDL2_ttf-2_0-0 libSDL2_ttf-devel libXext6 libXfixes3 libXxf86vm1 libasound2 libdrm2 libdrm_amdgpu1 libdrm_intel1 libdrm_nouveau2 libdrm_radeon1 libedit0 libffi-devel libfreetype6 libgbm1 libglvnd libglvnd-devel libpciaccess0 libpng16-16 libwayland-client0 libwayland-server0 libxshmfence1
- 
- 38 new packages to install.
- Overall download size: 41.0 MiB. Already cached: 0 B. After the operation, additional 194.8 MiB will be used.
- Continue? [y/n/v/...? shows all options] (y): y
- Retrieving: Mesa-KHR-devel-22.3.5-150500.75.2.x86_64 (Main Repository) (1/38), 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/38), 180.6 KiB    
- Retrieving: Mesa-libglapi0-22.3.5-150500.75.2.x86_64.rpm [.
- .done (1.9 MiB/s)]
- Retrieving: libXext6-1.3.3-1.30.x86_64 (Main Repository) (3/38),  33.2 KiB    
- Retrieving: libXext6-1.3.3-1.30.x86_64.rpm [..done (385.3 KiB/s)]
- Retrieving: libXfixes3-6.0.0-150400.1.4.x86_64 (Main Repository) (4/38),  16.1 KiB    
- Retrieving: libXfixes3-6.0.0-150400.1.4.x86_64.rpm [..done (493.5 KiB/s)]
- Retrieving: libasound2-1.2.8-150500.1.1.x86_64 (Main Repository) (5/38), 443.4 KiB    
- Retrieving: libasound2-1.2.8-150500.1.1.x86_64.rpm [..done (7.0 MiB/s)]
- Retrieving: libdrm2-2.4.114-150500.3.2.x86_64 (Main Repository) (6/38),  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) (7/38),  94.3 KiB    
- Retrieving: libedit0-3.1.snap20150325-2.12.x86_64.rpm [..done (1.8 MiB/s)]
- Retrieving: libffi-devel-3.2.1.git259-10.8.x86_64 (Main Repository) (8/38),  26.7 KiB    
- Retrieving: libffi-devel-3.2.1.git259-10.8.x86_64.rpm [..done (867.8 KiB/s)]
- Retrieving: libpciaccess0-0.14-1.16.x86_64 (Main Repository) (9/38),  25.5 KiB    
- Retrieving: libpciaccess0-0.14-1.16.x86_64.rpm [..done (601.1 KiB/s)]
- Retrieving: libpng16-16-1.6.34-3.9.1.x86_64 (Main Repository) (10/38), 134.2 KiB    
- Retrieving: libpng16-16-1.6.34-3.9.1.x86_64.rpm [..done (1.5 MiB/s)]
- Retrieving: libwayland-client0-1.21.0-150500.1.1.x86_64 (Main Repository) (11/38),  38.6 KiB    
- Retrieving: libwayland-client0-1.21.0-150500.1.1.x86_64.rpm [.done]
- Retrieving: libwayland-server0-1.21.0-150500.1.1.x86_64 (Main Repository) (12/38),  44.4 KiB    
- Retrieving: libwayland-server0-1.21.0-150500.1.1.x86_64.rpm [...done (264.5 KiB/s)]
- Retrieving: libxshmfence1-1.2-1.23.x86_64 (Main Repository) (13/38),  11.2 KiB    
- Retrieving: libxshmfence1-1.2-1.23.x86_64.rpm [.done]
- Retrieving: libXxf86vm1-1.1.4-1.23.x86_64 (Main Repository) (14/38),  15.3 KiB    
- Retrieving: libXxf86vm1-1.1.4-1.23.x86_64.rpm [..done (107.5 KiB/s)]
- Retrieving: libdrm_radeon1-2.4.114-150500.3.2.x86_64 (Main Repository) (15/38),  58.5 KiB    
- Retrieving: libdrm_radeon1-2.4.114-150500.3.2.x86_64.rpm [..done (939.8 KiB/s)]
- Retrieving: libdrm_nouveau2-2.4.114-150500.3.2.x86_64 (Main Repository) (16/38),  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) (17/38),  58.1 KiB    
- Retrieving: libdrm_amdgpu1-2.4.114-150500.3.2.x86_64.rpm [..done (1.4 MiB/s)]
- Retrieving: libdrm_intel1-2.4.114-150500.3.2.x86_64 (Main Repository) (18/38),  96.2 KiB    
- Retrieving: libdrm_intel1-2.4.114-150500.3.2.x86_64.rpm [..done (1.7 MiB/s)]
- Retrieving: libgbm1-22.3.5-150500.75.2.x86_64 (Main Repository) (19/38), 183.0 KiB    
- Retrieving: libgbm1-22.3.5-150500.75.2.x86_64.rpm [.done]
- Retrieving: libSDL2-2_0-0-2.0.8-150200.11.11.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (20/38), 392.2 KiB    
- Retrieving: libSDL2-2_0-0-2.0.8-150200.11.11.1.x86_64.rpm [..done]
- Retrieving: libLLVM15-15.0.7-150500.4.6.2.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (21/38),  21.9 MiB    
- Retrieving: libLLVM15-15.0.7-150500.4.6.2.x86_64.rpm [....
- done (98.0 MiB/s)]
- Retrieving: libfreetype6-2.10.4-150000.4.15.1.x86_64 (Update repository with updates from SUSE Linux Enterprise 15) (22/38), 447.3 KiB    
- Retrieving: libfreetype6-2.10.4-150000.4.15.1.x86_64.rpm [..done (11.7 MiB/s)]
- Retrieving: Mesa-22.3.5-150500.75.2.x86_64 (Main Repository) (23/38), 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) (24/38),   7.0 MiB    
- Retrieving: Mesa-dri-22.3.5-150500.75.2.x86_64.rpm [..done (32.2 MiB/s)]
- Retrieving: libglvnd-1.5.0-150500.1.2.x86_64 (Main Repository) (25/38), 219.1 KiB    
- Retrieving: libglvnd-1.5.0-150500.1.2.x86_64.rpm [..done (3.7 MiB/s)]
- Retrieving: Mesa-libEGL1-22.3.5-150500.75.2.x86_64 (Main Repository) (26/38), 259.4 KiB    
- Retrieving: Mesa-libEGL1-22.3.5-150500.75.2.x86_64.rpm [.
- .done (6.2 MiB/s)]
- Retrieving: libSDL2_ttf-2_0-0-2.0.15-bp155.2.16.x86_64 (Main Repository) (27/38),  22.1 KiB    
- Retrieving: libSDL2_ttf-2_0-0-2.0.15-bp155.2.16.x86_64.rpm [..done (342.5 KiB/s)]
- Retrieving: Mesa-libGL1-22.3.5-150500.75.2.x86_64 (Main Repository) (28/38), 290.3 KiB    
- Retrieving: Mesa-libGL1-22.3.5-150500.75.2.x86_64.rpm [..done (5.2 MiB/s)]
- Retrieving: libglvnd-devel-1.5.0-150500.1.2.x86_64 (Main Repository) (29/38),  32.0 KiB    
- Retrieving: libglvnd-devel-1.5.0-150500.1.2.x86_64.rpm [.done]
- Retrieving: libGLU1-9.0.0-8.45.x86_64 (Main Repository) (30/38), 169.6 KiB    
- Retrieving: libGLU1-9.0.0-8.45.x86_64.rpm [..done (3.2 MiB/s)]
- Retrieving: Mesa-gallium-22.3.5-150500.75.2.x86_64 (Main Repository) (31/38),   7.0 MiB    
- Retrieving: Mesa-gallium-22.3.5-150500.75.2.x86_64.rpm [..done (51.7 MiB/s)]
- Retrieving: Mesa-libGL-devel-22.3.5-150500.75.2.x86_64 (Main Repository) (32/38), 603.0 KiB    
- Retrieving: Mesa-libGL-devel-22.3.5-150500.75.2.x86_64.rpm [.done]
- Retrieving: Mesa-libEGL-devel-22.3.5-150500.75.2.x86_64 (Main Repository) (33/38), 178.7 KiB    
- Retrieving: Mesa-libEGL-devel-22.3.5-150500.75.2.x86_64.rpm [.
- .done (4.6 MiB/s)]
- Retrieving: glu-devel-9.0.0-8.45.x86_64 (Main Repository) (34/38),  13.7 KiB    
- Retrieving: glu-devel-9.0.0-8.45.x86_64.rpm [..done (232.6 KiB/s)]
- Retrieving: Mesa-libGLESv2-devel-22.3.5-150500.75.2.x86_64 (Main Repository) (35/38), 193.6 KiB    
- Retrieving: Mesa-libGLESv2-devel-22.3.5-150500.75.2.x86_64.rpm [..done (3.8 MiB/s)]
- Retrieving: Mesa-libGLESv1_CM-devel-22.3.5-150500.75.2.x86_64 (Main Repository) (36/38), 173.5 KiB    
- Retrieving: Mesa-libGLESv1_CM-devel-22.3.5-150500.75.2.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) (37/38), 243.7 KiB    
- Retrieving: libSDL2-devel-2.0.8-150200.11.11.1.x86_64.rpm [..done (7.0 MiB/s)]
- Retrieving: libSDL2_ttf-devel-2.0.15-bp155.2.16.x86_64 (Main Repository) (38/38),  14.4 KiB    
- Retrieving: libSDL2_ttf-devel-2.0.15-bp155.2.16.x86_64.rpm [..done (200.4 KiB/s)]
- 
- Checking for file conflicts: [...
- .done]
- ( 1/38) Installing: Mesa-KHR-devel-22.3.5-150500.75.2.x86_64 [..done]
- ( 2/38) Installing: Mesa-libglapi0-22.3.5-150500.75.2.x86_64 [..done]
- ( 3/38) Installing: libXext6-1.3.3-1.30.x86_64 [..done]
- ( 4/38) Installing: libXfixes3-6.0.0-150400.1.4.x86_64 [..done]
- ( 5/38) Installing: libasound2-1.2.8-150500.1.1.x86_64 [..done]
- ( 6/38) Installing: libdrm2-2.4.114-150500.3.2.x86_64 [..done]
- ( 7/38) Installing: libedit0-3.1.snap20150325-2.12.x86_64 [..done]
- ( 8/38) Installing: libffi-devel-3.2.1.git259-10.8.x86_64 [..done]
- ( 9/38) Installing: libpciaccess0-0.14-1.16.x86_64 [..done]
- (10/38) Installing: libpng16-16-1.6.34-3.9.1.x86_64 [.
- .done]
- (11/38) Installing: libwayland-client0-1.21.0-150500.1.1.x86_64 [..done]
- (12/38) Installing: libwayland-server0-1.21.0-150500.1.1.x86_64 [..done]
- (13/38) Installing: libxshmfence1-1.2-1.23.x86_64 [..done]
- (14/38) Installing: libXxf86vm1-1.1.4-1.23.x86_64 [..done]
- (15/38) Installing: libdrm_radeon1-2.4.114-150500.3.2.x86_64 [..done]
- (16/38) Installing: libdrm_nouveau2-2.4.114-150500.3.2.x86_64 [..done]
- (17/38) Installing: libdrm_amdgpu1-2.4.114-150500.3.2.x86_64 [..done]
- (18/38) Installing: libdrm_intel1-2.4.114-150500.3.2.x86_64 [..done]
- (19/38) Installing: libgbm1-22.3.5-150500.75.2.x86_64 [.
- .done]
- (20/38) Installing: libSDL2-2_0-0-2.0.8-150200.11.11.1.x86_64 [..done]
- (21/38) Installing: libLLVM15-15.0.7-150500.4.6.2.x86_64 [........
- ..........
- ..........
- .........done]
- (22/38) Installing: libfreetype6-2.10.4-150000.4.15.1.x86_64 [.
- .done]
- (23/38) Installing: Mesa-22.3.5-150500.75.2.x86_64 [..done]
- (24/38) Installing: Mesa-dri-22.3.5-150500.75.2.x86_64 [.........
- .done]
- (25/38) Installing: libglvnd-1.5.0-150500.1.2.x86_64 [..done]
- (26/38) Installing: Mesa-libEGL1-22.3.5-150500.75.2.x86_64 [..done]
- (27/38) Installing: libSDL2_ttf-2_0-0-2.0.15-bp155.2.16.x86_64 [..done]
- (28/38) Installing: Mesa-libGL1-22.3.5-150500.75.2.x86_64 [..done]
- (29/38) Installing: libglvnd-devel-1.5.0-150500.1.2.x86_64 [..done]
- (30/38) Installing: libGLU1-9.0.0-8.45.x86_64 [..done]
- (31/38) Installing: Mesa-gallium-22.3.5-150500.75.2.x86_64 [.
- ..........
- .done]
- (32/38) Installing: Mesa-libGL-devel-22.3.5-150500.75.2.x86_64 [..done]
- (33/38) Installing: Mesa-libEGL-devel-22.3.5-150500.75.2.x86_64 [..done]
- (34/38) Installing: glu-devel-9.0.0-8.45.x86_64 [..done]
- (35/38) Installing: Mesa-libGLESv2-devel-22.3.5-150500.75.2.x86_64 [..done]
- (36/38) Installing: Mesa-libGLESv1_CM-devel-22.3.5-150500.75.2.x86_64 [..done]
- (37/38) Installing: libSDL2-devel-2.0.8-150200.11.11.1.x86_64 [..done]
- (38/38) Installing: libSDL2_ttf-devel-2.0.15-bp155.2.16.x86_64 [..done]
2024-04-30 22:22.07 ---> saved as "96cdc6331738af47f2dae30feac4c15f742ed0d67519c993c61194aa608c270b"


/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 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.1.1).
[NOTE] Package ocaml is already installed (current version is 5.1.1).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-nnp is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
The following actions will be performed:
  - install dune              3.15.2
  - install ocamlbuild        0.14.3
  - install conf-pkg-config   3
  - install ocamlfind         1.9.6
  - install stdlib-shims      0.3.0
  - install csexp             1.5.2
  - install bigarray-compat   1.1.0
  - install conf-sdl2-ttf     1
  - install conf-sdl2         1
  - install conf-libffi       2.0.0
  - install topkg             1.0.7
  - install integers          0.7.0
  - install dune-configurator 3.15.2
  - install ctypes-foreign    0.18.0
  - install ctypes            0.20.2
  - install tsdl              0.9.9
===== 16 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved bigarray-compat.1.1.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved ctypes.0.20.2  (cached)
-> installed conf-pkg-config.3
-> retrieved integers.0.7.0  (cached)
-> installed conf-libffi.2.0.0
-> installed ctypes-foreign.0.18.0
-> installed conf-sdl2.1
-> installed conf-sdl2-ttf.1
-> 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.9  (cached)
-> retrieved dune-configurator.3.15.2  (cached)
-> retrieved dune.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 csexp.1.5.2
-> installed bigarray-compat.1.1.0
-> installed stdlib-shims.0.3.0
-> installed integers.0.7.0
-> installed dune-configurator.3.15.2
-> installed ctypes.0.20.2
[ERROR] The compilation of tsdl.0.9.9 failed at "ocaml pkg/pkg.ml build --dev-pkg false".


#=== ERROR while compiling tsdl.0.9.9 =========================================#
# context     2.1.5 | linux/x86_64 | ocaml-base-compiler.5.1.1 | file:///home/opam/opam-repository
# path        ~/.opam/5.1/.opam-switch/build/tsdl.0.9.9
# command     ~/.opam/5.1/bin/ocaml pkg/pkg.ml build --dev-pkg false
# exit-code   1
# env-file    ~/.opam/log/tsdl-1-3d580d.env
# output-file ~/.opam/log/tsdl-1-3d580d.out
### output ###
# ocamlfind ocamlopt unix.cmxa -I /home/opam/.opam/5.1/lib/ocamlbuild /home/opam/.opam/5.1/lib/ocamlbuild/ocamlbuildlib.cmxa -linkpkg myocamlbuild.ml /home/opam/.opam/5.1/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
# support/consts_stub.c: In function 'consts':
# support/consts_stub.c:81:10: error: 'SDL_HINT_MOUSE_TOUCH_EVENTS' undeclared (first use in this function); did you mean 'SDL_HINT_TOUCH_MOUSE_EVENTS'?
#    str_v (SDL_HINT_MOUSE_TOUCH_EVENTS);
#           ^
# support/consts_stub.c:38:50: note: in definition of macro 'str_v'
#  #define str_v(e) str_v(fd, "" # e, (const char *)e)
#                                                   ^
# support/consts_stub.c:81:10: note: each undeclared identifier is reported only once for each function it appears in
#    str_v (SDL_HINT_MOUSE_TOUCH_EVENTS);
#           ^
# support/consts_stub.c:38:50: note: in definition of macro 'str_v'
#  #define str_v(e) str_v(fd, "" # e, (const char *)e)
#                                                   ^
# support/consts_stub.c:890: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:930: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)
#                                          ^
# Command exited with code 2.
# + ocamlfind ocamlopt unix.cmxa -I /home/opam/.opam/5.1/lib/ocamlbuild /home/opam/.opam/5.1/lib/ocamlbuild/ocamlbuildlib.cmxa -linkpkg myocamlbuild.ml /home/opam/.opam/5.1/lib/ocamlbuild/ocamlbuild.cmx -o myocamlbuild
# File "_none_", line 1:
# Alert ocaml_deprecated_auto_include: 
# OCaml's lib directory layout changed in 5.0. The unix subdirectory has been
# automatically added to the search path, but you should add -I +unix to the
# command-line to silence this alert (e.g. by adding unix to the list of
# libraries in your dune file, or adding use_unix to your _tags file for
# ocamlbuild, or using -package unix for ocamlfind).
# 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.9
+- 
+- The following changes have been performed
| - install bigarray-compat   1.1.0
| - install conf-libffi       2.0.0
| - install conf-pkg-config   3
| - install conf-sdl2         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
+- 
# 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/5.1/.opam-switch/backup/state-20240430222208.export"
"/usr/bin/env" "bash" "-c" "opam install $DEPS" failed with exit status 31
2024-04-30 22:23.50: Job failed: Failed: Build failed