Organisationstalex5lablgtkc8c2c3 (lablgtk3)debian-11-4.14_opam-2.1

debian-11-4.14_opam-2.1

Link Copied
Code Copied

Logs

2024-05-10 15:38.28: New job: test talex5/lablgtk https://github.com/talex5/lablgtk.git#refs/heads/lablgtk3 (c8c2c3af5ec78ff49b2ad75eeea310883c4e5d56) (linux-x86_64:debian-11-4.14_opam-2.1)
Base: ocaml/opam@sha256:a3663eaf011db1744c3edd7bd69e99bb1b170155a221c46c7ffead846e14223c
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:a3663eaf011db1744c3edd7bd69e99bb1b170155a221c46c7ffead846e14223c
# debian-11-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 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.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.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 15:38.28: Using cache hint "talex5/lablgtk-ocaml/opam@sha256:a3663eaf011db1744c3edd7bd69e99bb1b170155a221c46c7ffead846e14223c-debian-11-4.14_opam-2.1-a53927e2ca6cf68e7c0dd0fb24676a8e"
2024-05-10 15:38.28: Using OBuilder spec:
((from ocaml/opam@sha256:a3663eaf011db1744c3edd7bd69e99bb1b170155a221c46c7ffead846e14223c)
 (comment debian-11-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 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.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.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 15:38.28: Waiting for resource in pool OCluster
2024-05-11 02:10.36: Waiting for worker…
2024-05-11 02:12.27: Got resource from pool OCluster
Building on x86-bm-c12.sw.ocaml.org
All commits already cached
HEAD is now at c8c2c3af Test dune fix


(from ocaml/opam@sha256:a3663eaf011db1744c3edd7bd69e99bb1b170155a221c46c7ffead846e14223c)
Unable to find image 'ocaml/opam@sha256:a3663eaf011db1744c3edd7bd69e99bb1b170155a221c46c7ffead846e14223c' locally
docker.io/ocaml/opam@sha256:a3663eaf011db1744c3edd7bd69e99bb1b170155a221c46c7ffead846e14223c: Pulling from ocaml/opam
Digest: sha256:a3663eaf011db1744c3edd7bd69e99bb1b170155a221c46c7ffead846e14223c
Status: Downloaded newer image for ocaml/opam@sha256:a3663eaf011db1744c3edd7bd69e99bb1b170155a221c46c7ffead846e14223c
2024-05-11 02:12.27 ---> using "0a68a7ef48d04995f866560cc82f65b9ea786951ab10b045040903504cc4621a" from cache


/: (comment debian-11-4.14_opam-2.1)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.1 /usr/bin/opam"))
2024-05-11 02:12.27 ---> using "03eada02df4b11050d660e20cd1b4f1e7eaa7a67da4435b4fc6e5f64876da9db" from cache


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


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


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


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-05-11 02:12.27 ---> using "3bbd3c16f84325ae9af9bb0680bb071b9a0d11c99cb1032ba4c1af0ac26884b9" from cache


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


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-11 02:12.27 ---> using "4a66a257e8f8eaa8eef3922652ecae936eb1fcd5b983a944f4e89f53ae12cce6" 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
   d4fc3679e9..2ae169d7d0  master     -> origin/master
307e33d08f @dra27 and @Octachron maintain the 4.08+ packages


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


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


/src: (copy (src lablgtk3.opam lablgtk3-sourceview3.opam lablgtk3-gtkspell3.opam)
            (dst ./))
2024-05-11 02:12.27 ---> saved as "599352ab411d3b3524f26fb6177dcee99031cee51dc63f66c944c9b795a4b4e9"


/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 02:12.37 ---> saved as "5eee49c6866336dbadc5d85a71fbb61f5257fae7abac7a1677d27eb9adadf648"


/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.14.2 ocaml-base-compiler.4.14.2 ocaml-config.2 ocaml-options-vanilla.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 bullseye InRelease
- Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
- Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
- Get:4 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [272 kB]
- Fetched 365 kB in 0s (999 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-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:
    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 02:13.26 ---> saved as "d5843ed72527cad244ca531b0f65c41c0c0817fa6e312d3f8cd823af5551681e"


/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-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 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 39 @install".


#=== ERROR while compiling csexp.1.5.2 ========================================#
# 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/csexp.1.5.2
# command     ~/.opam/4.14/bin/dune build -p csexp -j 39 @install
# exit-code   1
# env-file    ~/.opam/log/csexp-1-732645.env
# output-file ~/.opam/log/csexp-1-732645.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.14/.opam-switch/backup/state-20240511021327.export"
"/usr/bin/env" "bash" "-c" "opam install $DEPS" failed with exit status 31
2024-05-11 02:14.10: Job failed: Failed: Build failed