Organisations0install0install225587 (master)debian-12-4.14+flambda_opam-2.1

debian-12-4.14+flambda_opam-2.1

Link Copied
Code Copied

Logs

2024-06-17 19:38.53: New job: test 0install/0install https://github.com/0install/0install.git#refs/heads/master (225587eef889a3082e0cc53fa64500f56cca0028) (linux-x86_64:debian-12-4.14+flambda_opam-2.1)
Base: ocaml/opam@sha256:bec9c8ebbadebe1fd4c0564f815c7458a35960811a6312be095cbe2766cf4e21
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/0install/0install.git" -b "master" && cd "0install" && git reset --hard 225587ee
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam@sha256:bec9c8ebbadebe1fd4c0564f815c7458a35960811a6312be095cbe2766cf4e21
# debian-12-4.14+flambda_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 b56d9b7b2da4b8e486a408f0dd1066b4c9e5962b || git fetch origin master) && git reset -q --hard b56d9b7b2da4b8e486a408f0dd1066b4c9e5962b && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 0install.opam 0install-solver.opam 0install-gtk.opam ./
RUN opam pin add -yn 0install.dev './' && \
    opam pin add -yn 0install-solver.dev './' && \
    opam pin add -yn 0install-gtk.dev './'
ENV DEPS="base-bigarray.base base-bytes.base base-threads.base base-unix.base cairo2.0.6.4 camlp-streams.5.0.1 conf-cairo.1 conf-glib-2.1 conf-gtk3.18 conf-libcurl.2 conf-pkg-config.3 cppo.1.6.9 csexp.1.5.2 dune.3.16.0 dune-configurator.3.16.0 host-arch-x86_64.1 host-system-other.1 lablgtk3.3.1.5 lwt.5.7.0 lwt_glib.1.1.1 lwt_log.1.1.2 lwt_ppx.2.1.0 lwt_react.1.2.0 menhir.20231231 menhirCST.20231231 menhirLib.20231231 menhirSdk.20231231 obus.1.2.5 ocaml.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-variants.4.14.2+options ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 ocurl.0.9.2 ounit2.2.2.7 ppx_derivers.1.2.1 ppxlib.0.32.1 react.1.2.2 seq.base sexplib0.v0.17.0 sha.1.15.4 stdlib-shims.0.3.0 topkg.1.0.7 xmlm.1.4.0 yojson.2.2.1"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.1 --depext-only -y 0install.dev 0install-solver.dev 0install-gtk.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-06-17 19:38.54: Using cache hint "0install/0install-ocaml/opam@sha256:bec9c8ebbadebe1fd4c0564f815c7458a35960811a6312be095cbe2766cf4e21-debian-12-4.14+flambda_opam-2.1-dbd13d1e1d5ddbc74c0da3c8328ca392"
2024-06-17 19:38.54: Using OBuilder spec:
((from ocaml/opam@sha256:bec9c8ebbadebe1fd4c0564f815c7458a35960811a6312be095cbe2766cf4e21)
 (comment debian-12-4.14+flambda_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 b56d9b7b2da4b8e486a408f0dd1066b4c9e5962b || git fetch origin master) && git reset -q --hard b56d9b7b2da4b8e486a408f0dd1066b4c9e5962b && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src 0install.opam 0install-solver.opam 0install-gtk.opam) (dst ./))
 (run (network host)
      (shell  "opam pin add -yn 0install.dev './' && \
             \nopam pin add -yn 0install-solver.dev './' && \
             \nopam pin add -yn 0install-gtk.dev './'"))
 (env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base cairo2.0.6.4 camlp-streams.5.0.1 conf-cairo.1 conf-glib-2.1 conf-gtk3.18 conf-libcurl.2 conf-pkg-config.3 cppo.1.6.9 csexp.1.5.2 dune.3.16.0 dune-configurator.3.16.0 host-arch-x86_64.1 host-system-other.1 lablgtk3.3.1.5 lwt.5.7.0 lwt_glib.1.1.1 lwt_log.1.1.2 lwt_ppx.2.1.0 lwt_react.1.2.0 menhir.20231231 menhirCST.20231231 menhirLib.20231231 menhirSdk.20231231 obus.1.2.5 ocaml.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-variants.4.14.2+options ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 ocurl.0.9.2 ounit2.2.2.7 ppx_derivers.1.2.1 ppxlib.0.32.1 react.1.2.2 seq.base sexplib0.v0.17.0 sha.1.15.4 stdlib-shims.0.3.0 topkg.1.0.7 xmlm.1.4.0 yojson.2.2.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 0install.dev 0install-solver.dev 0install-gtk.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-06-17 19:38.54: Waiting for resource in pool OCluster
2024-06-19 20:35.45: Waiting for worker…
2024-06-19 20:40.29: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at 225587ee Remove bug reporter


(from ocaml/opam@sha256:bec9c8ebbadebe1fd4c0564f815c7458a35960811a6312be095cbe2766cf4e21)
Unable to find image 'ocaml/opam@sha256:bec9c8ebbadebe1fd4c0564f815c7458a35960811a6312be095cbe2766cf4e21' locally
docker.io/ocaml/opam@sha256:bec9c8ebbadebe1fd4c0564f815c7458a35960811a6312be095cbe2766cf4e21: Pulling from ocaml/opam
5e9622e7e01b: Pulling fs layer
5e9622e7e01b: Waiting
5e9622e7e01b: Download complete
5e9622e7e01b: Pull complete
Digest: sha256:bec9c8ebbadebe1fd4c0564f815c7458a35960811a6312be095cbe2766cf4e21
Status: Downloaded newer image for ocaml/opam@sha256:bec9c8ebbadebe1fd4c0564f815c7458a35960811a6312be095cbe2766cf4e21
2024-06-19 20:58.11 ---> using "979d5c0781d4803cace183c0e5ec7b1354b42a3d5d08b1908e3e28cd84827b42" from cache


/: (comment debian-12-4.14+flambda_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-06-19 20:58.11 ---> using "acdcef7f53ce802bbd4ed4da4285fa47c93df38a520ee462f92c12a2bf8fbb9f" 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-06-19 20:58.11 ---> using "db2a60b2cc8e7797b9e7e70285cb1a245a5b41ec21df067e59cdba36418de330" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-112-generic
The OCaml toplevel, version 4.14.2
2.1.6
2024-06-19 20:58.11 ---> using "b8b103337558fd429589d4edb015e7bd26a25e3a8d3edcc2ae9cfc3dc6faef8b" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-06-19 20:58.11 ---> using "8c3842790ba07039180dc92eb985acd3549dbfe5e15cc79002ad649e06622b48" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e b56d9b7b2da4b8e486a408f0dd1066b4c9e5962b || git fetch origin master) && git reset -q --hard b56d9b7b2da4b8e486a408f0dd1066b4c9e5962b && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   c45f5bab71..59c0c54934  master     -> origin/master
b56d9b7b2d Merge pull request #26047 from garrigue/release-lablgtk3-3.1.5


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


The following actions will be performed:
  - recompile ocaml-options-only-flambda 1               [upstream or system changes]
  - install   host-arch-x86_64           1
  - recompile ocaml-variants             4.14.2+options* [upstream or system changes]
  - install   host-system-other          1
  - recompile ocaml-config               2               [upstream or system changes]
  - recompile ocaml                      4.14.2          [uses ocaml-config, ocaml-variants]
  - recompile opam-depext                1.2.1-1         [uses ocaml]
===== 2 to install | 5 to recompile =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved ocaml-config.2  (cached)
-> removed   ocaml-options-only-flambda.1
-> installed host-arch-x86_64.1
-> installed host-system-other.1
-> installed ocaml-options-only-flambda.1
-> retrieved opam-depext.1.2.1-1  (cached)
-> retrieved ocaml-variants.4.14.2+options  (cached)
-> removed   opam-depext.1.2.1-1
-> removed   ocaml.4.14.2
-> removed   ocaml-config.2
-> removed   ocaml-variants.4.14.2+options
-> installed ocaml-variants.4.14.2+options
-> installed ocaml-config.2
-> installed ocaml.4.14.2
-> installed opam-depext.1.2.1-1
Done.


<><> opam-depext.1.2.1-1 installed successfully <><><><><><><><><><><><><><><><>
=> opam-depext is unnecessary when used with opam >= 2.1. Please use opam install directly instead
# Run eval $(opam env) to update the current shell environment
2024-06-19 20:58.11 ---> using "335f4e09356998666fa5a7bf76123a089a2fdffe5723d255c5525b792a19fad5" from cache


/src: (copy (src 0install.opam 0install-solver.opam 0install-gtk.opam)
            (dst ./))
2024-06-19 20:58.11 ---> saved as "5709544beea46e16a0d916435e7fa3087377dd69c2b89bf43f01b22ad4c7f5b9"


/src: (run (network host)
           (shell  "opam pin add -yn 0install.dev './' && \
                  \nopam pin add -yn 0install-solver.dev './' && \
                  \nopam pin add -yn 0install-gtk.dev './'"))
[0install.dev] synchronised (file:///src)
0install is now pinned to file:///src (version dev)
[0install-solver.dev] synchronised (file:///src)
0install-solver is now pinned to file:///src (version dev)
[0install-gtk.dev] synchronised (file:///src)
0install-gtk is now pinned to file:///src (version dev)
2024-06-19 20:58.16 ---> saved as "c3c9cfbaa10733291b9dca0922f09e00b99910844f47c0f88bccc8ee595f7c9b"


/src: (env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base cairo2.0.6.4 camlp-streams.5.0.1 conf-cairo.1 conf-glib-2.1 conf-gtk3.18 conf-libcurl.2 conf-pkg-config.3 cppo.1.6.9 csexp.1.5.2 dune.3.16.0 dune-configurator.3.16.0 host-arch-x86_64.1 host-system-other.1 lablgtk3.3.1.5 lwt.5.7.0 lwt_glib.1.1.1 lwt_log.1.1.2 lwt_ppx.2.1.0 lwt_react.1.2.0 menhir.20231231 menhirCST.20231231 menhirLib.20231231 menhirSdk.20231231 obus.1.2.5 ocaml.4.14.2 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-variants.4.14.2+options ocamlbuild.0.14.3 ocamlfind.1.9.6 ocplib-endian.1.2 ocurl.0.9.2 ounit2.2.2.7 ppx_derivers.1.2.1 ppxlib.0.32.1 react.1.2.2 seq.base sexplib0.v0.17.0 sha.1.15.4 stdlib-shims.0.3.0 topkg.1.0.7 xmlm.1.4.0 yojson.2.2.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 0install.dev 0install-solver.dev 0install-gtk.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 [160 kB]
- Fetched 263 kB in 0s (816 kB/s)
- Reading package lists...


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[0install.dev] synchronised (no changes)
[0install-gtk.dev] synchronised (no changes)
[0install-solver.dev] synchronised (no changes)


[NOTE] Package ocaml-variants is already installed (current version is 4.14.2+options).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 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 libcurl4-gnutls-dev libexpat1-dev libglib2.0-dev libgtk-3-dev pkg-config


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


- Regenerating fonts cache... 


2024-06-19 20:58.53 ---> saved as "4d35595c821539770afe4d9cb170576f8aacd00e81e75a0157897cc673bee885"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install $DEPS"))
[NOTE] Package ocaml-variants is already installed (current version is 4.14.2+options).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[NOTE] Package host-system-other is already installed (current version is 1).
[NOTE] Package host-arch-x86_64 is already installed (current version is 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 ocamlbuild          0.14.3
  - install ocamlfind           1.9.6
  - install seq                 base
  - install conf-pkg-config     3
  - install dune                3.16.0
  - install conf-libcurl        2
  - install topkg               1.0.7
  - install base-bytes          base
  - install conf-gtk3           18
  - install conf-glib-2         1
  - install conf-cairo          1
  - install yojson              2.2.1
  - install stdlib-shims        0.3.0
  - install sexplib0            v0.17.0
  - install ppx_derivers        1.2.1
  - install ocaml-compiler-libs v0.12.4
  - install menhirSdk           20231231
  - install menhirLib           20231231
  - install menhirCST           20231231
  - install csexp               1.5.2
  - install cppo                1.6.9
  - install camlp-streams       5.0.1
  - install xmlm                1.4.0
  - install react               1.2.2
  - install sha                 1.15.4
  - install ounit2              2.2.7
  - install ppxlib              0.32.1
  - install menhir              20231231
  - install dune-configurator   3.16.0
  - install ocplib-endian       1.2
  - install cairo2              0.6.4
  - install lwt                 5.7.0
  - install lablgtk3            3.1.5
  - install lwt_react           1.2.0
  - install lwt_ppx             2.1.0
  - install lwt_log             1.1.2
  - install lwt_glib            1.1.1
  - install ocurl               0.9.2
  - install obus                1.2.5
===== 39 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cairo2.0.6.4  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved cppo.1.6.9  (cached)
-> installed conf-libcurl.2
-> installed conf-pkg-config.3
-> retrieved csexp.1.5.2  (cached)
-> installed conf-cairo.1
-> installed conf-glib-2.1
-> installed conf-gtk3.18
-> retrieved lablgtk3.3.1.5  (cached)
-> retrieved lwt.5.7.0  (cached)
-> retrieved lwt_glib.1.1.1  (cached)
-> retrieved lwt_log.1.1.2  (cached)
-> retrieved lwt_ppx.2.1.0  (cached)
-> retrieved lwt_react.1.2.0  (cached)
-> retrieved menhir.20231231  (cached)
-> retrieved dune-configurator.3.16.0  (cached)
-> retrieved dune.3.16.0  (cached)
-> retrieved menhirCST.20231231  (cached)
-> retrieved menhirLib.20231231  (cached)
-> retrieved menhirSdk.20231231  (cached)
-> retrieved obus.1.2.5  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved ocurl.0.9.2  (cached)
-> retrieved ounit2.2.2.7  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved react.1.2.2  (cached)
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved ppxlib.0.32.1  (cached)
-> retrieved sha.1.15.4  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved xmlm.1.4.0  (cached)
-> retrieved yojson.2.2.1  (cached)
-> installed ocamlfind.1.9.6
-> installed base-bytes.base
-> installed ocamlbuild.0.14.3
-> installed topkg.1.0.7
-> installed react.1.2.2
-> installed xmlm.1.4.0
-> installed dune.3.16.0
-> installed camlp-streams.5.0.1
-> installed csexp.1.5.2
-> installed menhirCST.20231231
-> installed menhirLib.20231231
-> installed menhirSdk.20231231
-> installed ppx_derivers.1.2.1
-> installed stdlib-shims.0.3.0
-> installed sexplib0.v0.17.0
-> installed cppo.1.6.9
-> installed ocaml-compiler-libs.v0.12.4
-> installed ocplib-endian.1.2
-> installed sha.1.15.4
-> installed yojson.2.2.1
-> installed dune-configurator.3.16.0
-> installed ounit2.2.2.7
-> installed cairo2.0.6.4
-> installed lwt.5.7.0
-> installed lwt_react.1.2.0
-> installed lwt_log.1.1.2
-> installed lwt_glib.1.1.1
-> installed lablgtk3.3.1.5
-> installed ppxlib.0.32.1
-> installed lwt_ppx.2.1.0
-> installed menhir.20231231
-> installed obus.1.2.5
-> installed ocurl.0.9.2
Done.
# Run eval $(opam env) to update the current shell environment
2024-06-19 21:00.50 ---> saved as "3d97bbc250c527213d46c0fa8fbf9e7b61cc5304abaec8b09d1128c3a904dce1"


/src: (copy (src .) (dst /src))
2024-06-19 21:00.51 ---> saved as "3a2c1a2def6db21f4eda67755b79ea331f5637bf35863b4b7a15b4b959d1ac15"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
(cd _build/default/src/solver/tests && ./test.exe)
....
Ran: 4 tests in: 0.10 seconds.
OK
(cd _build/default/src/test_gtk && ./test.exe)
.
Ran: 1 tests in: 0.09 seconds.
OK


(cd _build/default/src/tests && ./test.exe)
.................................................................................................S.......................................................................................................................................................S.......S......................................
Ran: 296 tests in: 2.68 seconds.
OK: Cases: 296 Skip: 3


2024-06-19 21:00.58 ---> saved as "d651424a93912466c8d0773762025df29766d7b6befe262a8a3238c90480a587"
Job succeeded
2024-06-19 21:01.02: Job succeeded