Organisationstalex5lablgtkc8c2c3 (lablgtk3)debian-12-4.09_opam-2.1

debian-12-4.09_opam-2.1

Link Copied
Code Copied

Logs

2024-05-10 16:00.06: New job: test talex5/lablgtk https://github.com/talex5/lablgtk.git#refs/heads/lablgtk3 (c8c2c3af5ec78ff49b2ad75eeea310883c4e5d56) (linux-x86_64:debian-12-4.09_opam-2.1)
Base: ocaml/opam@sha256:653c1a2209d574eb014d047a76a52429055dcbd47d3e95bcc915a0abe40bb0f9
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/talex5/lablgtk.git" -b "lablgtk3" && cd "lablgtk" && git reset --hard c8c2c3af
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:653c1a2209d574eb014d047a76a52429055dcbd47d3e95bcc915a0abe40bb0f9
# debian-12-4.09_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 lablgtk3.opam lablgtk3-sourceview3.opam lablgtk3-gtkspell3.opam ./
RUN opam pin add -yn lablgtk3.dev './' && \
    opam pin add -yn lablgtk3-sourceview3.dev './' && \
    opam pin add -yn lablgtk3-gtkspell3.dev './'
ENV DEPS="base-bigarray.base base-threads.base base-unix.base cairo2.0.6.4 conf-cairo.1 conf-gtk3.18 conf-gtksourceview3.0+2 conf-pkg-config.3 csexp.1.5.2 dune.dev dune-configurator.3.15.2 ocaml.4.09.1 ocaml-base-compiler.4.09.1 ocaml-config.1"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y lablgtk3.dev lablgtk3-sourceview3.dev lablgtk3-gtkspell3.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 16:00.06: Using cache hint "talex5/lablgtk-ocaml/opam@sha256:653c1a2209d574eb014d047a76a52429055dcbd47d3e95bcc915a0abe40bb0f9-debian-12-4.09_opam-2.1-144754c5da3232a5f3fc3fab0f9a4fda"
2024-05-10 16:00.06: Using OBuilder spec:
((from ocaml/opam@sha256:653c1a2209d574eb014d047a76a52429055dcbd47d3e95bcc915a0abe40bb0f9)
 (comment debian-12-4.09_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 lablgtk3.opam lablgtk3-sourceview3.opam lablgtk3-gtkspell3.opam)
       (dst ./))
 (run (network host)
      (shell  "opam pin add -yn lablgtk3.dev './' && \
             \nopam pin add -yn lablgtk3-sourceview3.dev './' && \
             \nopam pin add -yn lablgtk3-gtkspell3.dev './'"))
 (env DEPS "base-bigarray.base base-threads.base base-unix.base cairo2.0.6.4 conf-cairo.1 conf-gtk3.18 conf-gtksourceview3.0+2 conf-pkg-config.3 csexp.1.5.2 dune.dev dune-configurator.3.15.2 ocaml.4.09.1 ocaml-base-compiler.4.09.1 ocaml-config.1")
 (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 lablgtk3.dev lablgtk3-sourceview3.dev lablgtk3-gtkspell3.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 16:00.06: Waiting for resource in pool OCluster
2024-05-11 06:48.12: Waiting for worker…
2024-05-11 06:53.05: Got resource from pool OCluster
Building on x86-bm-c18.sw.ocaml.org
All commits already cached
HEAD is now at c8c2c3af Test dune fix


(from ocaml/opam@sha256:653c1a2209d574eb014d047a76a52429055dcbd47d3e95bcc915a0abe40bb0f9)
Unable to find image 'ocaml/opam@sha256:653c1a2209d574eb014d047a76a52429055dcbd47d3e95bcc915a0abe40bb0f9' locally
docker.io/ocaml/opam@sha256:653c1a2209d574eb014d047a76a52429055dcbd47d3e95bcc915a0abe40bb0f9: Pulling from ocaml/opam
284e39a0325f: Pulling fs layer
284e39a0325f: Verifying Checksum
284e39a0325f: Download complete
284e39a0325f: Pull complete
Digest: sha256:653c1a2209d574eb014d047a76a52429055dcbd47d3e95bcc915a0abe40bb0f9
Status: Downloaded newer image for ocaml/opam@sha256:653c1a2209d574eb014d047a76a52429055dcbd47d3e95bcc915a0abe40bb0f9
2024-05-11 06:53.05 ---> using "13498a0cf66b8f07d15362cfcccf5f8630769f57c0ea152dc1915464c5466db1" from cache


/: (comment debian-12-4.09_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 06:53.05 ---> using "ad3cb7a105df5f83b203f3cd875033ed4c36e10136cafeca4739022cb584919b" from cache


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


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


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


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-05-11 06:53.05 ---> using "cc1b286b446cf6ddc7224cde6eaa6e0d14016761338b95985b76ba8ee52d3ae7" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-101-generic
The OCaml toplevel, version 4.09.1
2.1.5
2024-05-11 06:53.05 ---> using "2f473b59adeef12889dcfba398a10a129b9dfa986f1a8b2d350ca2742b15b2c6" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-11 06:53.05 ---> using "c6a526d3c1c09077cca52c921042793d62718851a4f73db78c08240404cba7a7" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b || git fetch origin master) && git reset -q --hard 307e33d08fc4ccc1ea453ab45b0ead8ed574b97b && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   eb2dcab0d8..2ae169d7d0  master     -> origin/master
307e33d08f @dra27 and @Octachron maintain the 4.08+ packages


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


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


/src: (copy (src lablgtk3.opam lablgtk3-sourceview3.opam lablgtk3-gtkspell3.opam)
            (dst ./))
2024-05-11 06:53.05 ---> saved as "4d327f7ca68f474f5a7f560d5255b2db60ed341d3b6fa47424c0094cc095bad4"


/src: (run (network host)
           (shell  "opam pin add -yn lablgtk3.dev './' && \
                  \nopam pin add -yn lablgtk3-sourceview3.dev './' && \
                  \nopam pin add -yn lablgtk3-gtkspell3.dev './'"))
[lablgtk3.dev] synchronised (file:///src)
[WARNING] Failed checks on lablgtk3 package definition from source at file:///src:
  warning 62: License doesn't adhere to the SPDX standard, see https://spdx.org/licenses/: "LGPL with linking exception"
The following additional pinnings are required by lablgtk3.dev:
  - dune.dev at git+https://github.com/nojb/dune.git#cafcab6bec65f279f570e8a01f5f30425aedad40
Pin and install them? [Y/n] y
[dune.dev] synchronised (no changes)
dune is now pinned to git+https://github.com/nojb/dune.git#cafcab6bec65f279f570e8a01f5f30425aedad40 (version dev)
lablgtk3 is now pinned to file:///src (version dev)
[lablgtk3-sourceview3.dev] synchronised (file:///src)
[WARNING] Failed checks on lablgtk3-sourceview3 package definition from source at file:///src:
  warning 62: License doesn't adhere to the SPDX standard, see https://spdx.org/licenses/: "LGPL with linking exception"
lablgtk3-sourceview3 is now pinned to file:///src (version dev)
[lablgtk3-gtkspell3.dev] synchronised (file:///src)
[WARNING] Failed checks on lablgtk3-gtkspell3 package definition from source at file:///src:
  warning 62: License doesn't adhere to the SPDX standard, see https://spdx.org/licenses/: "LGPL with linking exception"
lablgtk3-gtkspell3 is now pinned to file:///src (version dev)
2024-05-11 06:53.19 ---> saved as "f61da3ac515d40a3b75a8da2d8fc4aad2f11d6570c8819f0fca7986f3cbddf0a"


/src: (env DEPS "base-bigarray.base base-threads.base base-unix.base cairo2.0.6.4 conf-cairo.1 conf-gtk3.18 conf-gtksourceview3.0+2 conf-pkg-config.3 csexp.1.5.2 dune.dev dune-configurator.3.15.2 ocaml.4.09.1 ocaml-base-compiler.4.09.1 ocaml-config.1")


/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 lablgtk3.dev lablgtk3-sourceview3.dev lablgtk3-gtkspell3.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian bookworm InRelease
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [155 kB]
- Fetched 258 kB in 0s (921 kB/s)
- Reading package lists...


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[lablgtk3.dev] synchronised (no changes)
[lablgtk3-gtkspell3.dev] synchronised (no changes)
[lablgtk3-sourceview3.dev] synchronised (no changes)
[dune.dev] synchronised (no changes)


[NOTE] Package ocaml-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.09.1).
[NOTE] Package ocaml is already installed (current version is 4.09.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-bigarray is already installed (current version is base).


The following system packages will first need to be installed:
    libcairo2-dev libexpat1-dev libgtk-3-dev libgtksourceview-3.0-dev libgtkspell3-3-dev pkg-config


<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libcairo2-dev" "libexpat1-dev" "libgtk-3-dev" "libgtksourceview-3.0-dev" "libgtkspell3-3-dev" "pkg-config"
- debconf: delaying package configuration, since apt-utils is not installed


- Regenerating fonts cache... 


2024-05-11 06:54.17 ---> saved as "734472ec647e72234b5c44f119b39498cf4d807a0d58d74423912682a704710e"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install $DEPS"))


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[dune.dev] synchronised (no changes)


[NOTE] Package ocaml-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.09.1).
[NOTE] Package ocaml is already installed (current version is 4.09.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-bigarray is already installed (current version is base).
The following actions will be performed:
  - install conf-pkg-config     3
  - install dune                dev*
  - install conf-gtksourceview3 0+2
  - install conf-gtk3           18
  - install conf-cairo          1
  - install csexp               1.5.2
  - install dune-configurator   3.15.2
  - install cairo2              0.6.4
===== 8 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cairo2.0.6.4  (cached)
-> retrieved csexp.1.5.2  (cached)
-> installed conf-pkg-config.3
-> installed conf-cairo.1
-> installed conf-gtk3.18
-> installed conf-gtksourceview3.0+2
-> retrieved dune.dev  (no changes)
-> retrieved dune-configurator.3.15.2  (cached)
-> installed dune.dev
[ERROR] The compilation of csexp.1.5.2 failed at "dune build -p csexp -j 31 @install".


#=== ERROR while compiling csexp.1.5.2 ========================================#
# context     2.1.5 | linux/x86_64 | ocaml-base-compiler.4.09.1 | file:///home/opam/opam-repository
# path        ~/.opam/4.09/.opam-switch/build/csexp.1.5.2
# command     ~/.opam/4.09/bin/dune build -p csexp -j 31 @install
# exit-code   1
# env-file    ~/.opam/log/csexp-1-f8a7bc.env
# output-file ~/.opam/log/csexp-1-f8a7bc.out
### output ###
# File "dune-project", line 1, characters 11-14:
# 1 | (lang dune 3.4)
#                ^^^
# Error: Version 3.4 of the dune language is not supported.
# Supported versions of this extension in version 3.4 of the dune language:
# - 1.0 to 1.12
# - 2.0 to 2.9


<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build csexp 1.5.2
+- 
+- The following changes have been performed (the rest was aborted)
| - install conf-cairo          1
| - install conf-gtk3           18
| - install conf-gtksourceview3 0+2
| - install conf-pkg-config     3
| - install dune                dev
+- 
# 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.09/.opam-switch/backup/state-20240511065418.export"
"/usr/bin/env" "bash" "-c" "opam install $DEPS" failed with exit status 31
2024-05-11 06:55.13: Job failed: Failed: Build failed