Organisations0install0install225587 (master)(lower-bound)

(lower-bound)

Link Copied
Code Copied

Logs

2024-05-12 16:40.17: New job: test 0install/0install https://github.com/0install/0install.git#refs/heads/master (225587eef889a3082e0cc53fa64500f56cca0028) (linux-x86_64:(lower-bound))
Base: ocaml/opam@sha256:fda21a992c5df0e509393861bcf1b40849d544491656742979043a148fbba8bb
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:fda21a992c5df0e509393861bcf1b40849d544491656742979043a148fbba8bb
# debian-12-4.08_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 e6b04a59c1e449202a10356096db4b91e7f54de7 || git fetch origin master) && git reset -q --hard e6b04a59c1e449202a10356096db4b91e7f54de7 && 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 biniou.1.2.0 cairo2.0.6 camlp4.4.08+1 conf-cairo.1 conf-glib-2.1 conf-gtk3.18 conf-libcurl.1 conf-m4.1 conf-pkg-config.1.0 conf-which.1 cppo.1.6.1 dune.2.5.0 dune-configurator.2.3.0 dune-private-libs.2.3.0 easy-format.1.0.1 jbuilder.1.0+beta20.1 lablgtk3.3.1.0 lwt.4.2.0 lwt_camlp4.1.0.0 lwt_glib.1.0.1 lwt_log.1.1.0 lwt_react.1.0.1 mmap.1.0.2 oasis.0.4.7 obus.1.1.8 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocamlbuild.0.14.0 ocamlfind.1.8.0 ocamlify.0.0.1 ocamlmod.0.0.8 ocurl.0.7.9 ounit2.2.2.0 react.1.0.0 result.1.0 seq.0.2.2 sha.1.10 stdlib-shims.0.1.0 topkg.0.9.0 type_conv.113.00.02 xmlm.1.3.0 yojson.1.7.0"
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-05-12 16:40.17: Using cache hint "0install/0install-ocaml/opam@sha256:fda21a992c5df0e509393861bcf1b40849d544491656742979043a148fbba8bb-debian-12-4.08_opam-2.1-b4d5402b50a10169e6a5d0bf3d25b866"
2024-05-12 16:40.17: Using OBuilder spec:
((from ocaml/opam@sha256:fda21a992c5df0e509393861bcf1b40849d544491656742979043a148fbba8bb)
 (comment debian-12-4.08_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 e6b04a59c1e449202a10356096db4b91e7f54de7 || git fetch origin master) && git reset -q --hard e6b04a59c1e449202a10356096db4b91e7f54de7 && 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 biniou.1.2.0 cairo2.0.6 camlp4.4.08+1 conf-cairo.1 conf-glib-2.1 conf-gtk3.18 conf-libcurl.1 conf-m4.1 conf-pkg-config.1.0 conf-which.1 cppo.1.6.1 dune.2.5.0 dune-configurator.2.3.0 dune-private-libs.2.3.0 easy-format.1.0.1 jbuilder.1.0+beta20.1 lablgtk3.3.1.0 lwt.4.2.0 lwt_camlp4.1.0.0 lwt_glib.1.0.1 lwt_log.1.1.0 lwt_react.1.0.1 mmap.1.0.2 oasis.0.4.7 obus.1.1.8 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocamlbuild.0.14.0 ocamlfind.1.8.0 ocamlify.0.0.1 ocamlmod.0.0.8 ocurl.0.7.9 ounit2.2.2.0 react.1.0.0 result.1.0 seq.0.2.2 sha.1.10 stdlib-shims.0.1.0 topkg.0.9.0 type_conv.113.00.02 xmlm.1.3.0 yojson.1.7.0")
 (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-05-12 16:40.17: Waiting for resource in pool OCluster
2024-05-12 16:40.17: Waiting for worker…
2024-05-12 16:41.49: 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:fda21a992c5df0e509393861bcf1b40849d544491656742979043a148fbba8bb)
2024-05-12 16:42.04 ---> saved as "e0805034d9e735da2cb99f3eb2cde6a7473dabe8bd1020b5bf9a6e9f3a9991fe"


/: (comment debian-12-4.08_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-12 16:42.04 ---> saved as "646bc87e0f57317c5ebf610ed55d499e1a9858c6afbb70f9b3c1442beb0c0bc7"


/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-12 16:42.53 ---> saved as "3efe606a65f6fe7269ee6813ddd2fa2c2714f24a04a227ae5fb5c7db864c4c57"


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-106-generic
The OCaml toplevel, version 4.08.1
2.1.5
2024-05-12 16:42.53 ---> saved as "6225fba4323f2de754e24da77b187b22e091a3b5bdd8f66c82092a9cc9863ec9"


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2024-05-12 16:42.53 ---> saved as "35c4353ebc362a36ebb5c4ac3584cadf9893526dc08b896ef76d9b395ed9c850"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e e6b04a59c1e449202a10356096db4b91e7f54de7 || git fetch origin master) && git reset -q --hard e6b04a59c1e449202a10356096db4b91e7f54de7 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   eb2dcab0d8..4eb8860c29  master     -> origin/master
e6b04a59c1 type_conv is not compatible with OCaml 5.0 (uses String.lowercase)


<><> 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-12 16:43.44 ---> saved as "d8e68adc8a3aa0699b6a4d907381150a177b10aebef44bff5b48bc5d8cb071f0"


/src: (copy (src 0install.opam 0install-solver.opam 0install-gtk.opam)
            (dst ./))
2024-05-12 16:43.44 ---> saved as "f8854c6476d67a6051556255a755e7a0dc54c7122b710d09b279713a285c51e1"


/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-05-12 16:43.48 ---> saved as "fcb751534d542c37454d94e7ff31942d28b9311f9b2506553a398fad278c9591"


/src: (env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base biniou.1.2.0 cairo2.0.6 camlp4.4.08+1 conf-cairo.1 conf-glib-2.1 conf-gtk3.18 conf-libcurl.1 conf-m4.1 conf-pkg-config.1.0 conf-which.1 cppo.1.6.1 dune.2.5.0 dune-configurator.2.3.0 dune-private-libs.2.3.0 easy-format.1.0.1 jbuilder.1.0+beta20.1 lablgtk3.3.1.0 lwt.4.2.0 lwt_camlp4.1.0.0 lwt_glib.1.0.1 lwt_log.1.1.0 lwt_react.1.0.1 mmap.1.0.2 oasis.0.4.7 obus.1.1.8 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-config.1 ocamlbuild.0.14.0 ocamlfind.1.8.0 ocamlify.0.0.1 ocamlmod.0.0.8 ocurl.0.7.9 ounit2.2.2.0 react.1.0.0 result.1.0 seq.0.2.2 sha.1.10 stdlib-shims.0.1.0 topkg.0.9.0 type_conv.113.00.02 xmlm.1.3.0 yojson.1.7.0")


/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 [156 kB]
- Fetched 259 kB in 0s (861 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-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.08.1).
[NOTE] Package ocaml is already installed (current version is 4.08.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 m4 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" "m4" "pkg-config"
- debconf: delaying package configuration, since apt-utils is not installed


- Regenerating fonts cache... 


2024-05-12 16:44.24 ---> saved as "a0a6a159620913c4f076db460534ea18f3145cc1a3ccda3df041534be287957e"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install $DEPS"))
[NOTE] Package ocaml-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.08.1).
[NOTE] Package ocaml is already installed (current version is 4.08.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-m4           1
  - install jbuilder          1.0+beta20.1
  - install result            1.0
  - install ocamlbuild        0.14.0
  - install dune              2.5.0
  - install conf-pkg-config   1.0
  - install conf-which        1
  - install ocamlfind         1.8.0
  - install camlp4            4.08+1
  - install stdlib-shims      0.1.0
  - install seq               0.2.2
  - install mmap              1.0.2
  - install dune-private-libs 2.3.0
  - install conf-libcurl      1
  - install conf-gtk3         18
  - install conf-glib-2       1
  - install conf-cairo        1
  - install topkg             0.9.0
  - install sha               1.10
  - install react             1.0.0
  - install ocamlmod          0.0.8
  - install ocamlify          0.0.1
  - install easy-format       1.0.1
  - install base-bytes        base
  - install type_conv         113.00.02
  - install dune-configurator 2.3.0
  - install xmlm              1.3.0
  - install oasis             0.4.7
  - install biniou            1.2.0
  - install ounit2            2.2.0
  - install cppo              1.6.1
  - install cairo2            0.6
  - install yojson            1.7.0
  - install lwt               4.2.0
  - install lablgtk3          3.1.0
  - install ocurl             0.7.9
  - install lwt_react         1.0.1
  - install lwt_log           1.1.0
  - install lwt_glib          1.0.1
  - install lwt_camlp4        1.0.0
  - install obus              1.1.8
===== 41 to install =====


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved biniou.1.2.0  (cached)
-> retrieved cairo2.0.6  (cached)
-> retrieved camlp4.4.08+1  (cached)
-> retrieved cppo.1.6.1  (cached)
-> installed conf-m4.1
-> installed conf-pkg-config.1.0
-> installed conf-which.1
-> installed conf-cairo.1
-> installed conf-glib-2.1
-> installed conf-gtk3.18
-> installed conf-libcurl.1
-> retrieved dune.2.5.0  (cached)
-> retrieved dune-configurator.2.3.0  (cached)
-> retrieved dune-private-libs.2.3.0  (cached)
-> retrieved easy-format.1.0.1  (cached)
-> retrieved jbuilder.1.0+beta20.1  (cached)
-> retrieved lwt.4.2.0  (cached)
-> retrieved lwt_camlp4.1.0.0  (cached)
-> retrieved lwt_glib.1.0.1  (cached)
-> retrieved lwt_log.1.1.0  (cached)
-> retrieved lablgtk3.3.1.0  (cached)
-> retrieved lwt_react.1.0.1  (cached)
-> retrieved mmap.1.0.2  (cached)
-> retrieved obus.1.1.8  (cached)
-> retrieved oasis.0.4.7  (cached)
-> retrieved ocamlbuild.0.14.0  (cached)
-> retrieved ocamlfind.1.8.0  (cached)
-> retrieved ocamlify.0.0.1  (cached)
-> retrieved ocamlmod.0.0.8  (cached)
-> retrieved ocurl.0.7.9  (cached)
-> retrieved ounit2.2.2.0  (cached)
-> retrieved react.1.0.0  (cached)
-> retrieved result.1.0  (cached)
-> retrieved seq.0.2.2  (cached)
-> retrieved sha.1.10  (cached)
-> retrieved stdlib-shims.0.1.0  (cached)
-> retrieved type_conv.113.00.02  (cached)
-> retrieved xmlm.1.3.0  (cached)
-> retrieved topkg.0.9.0  (cached)
-> retrieved yojson.1.7.0  (cached)
-> installed result.1.0
-> installed ocamlfind.1.8.0
-> installed base-bytes.base
-> installed easy-format.1.0.1
-> installed ocamlbuild.0.14.0
-> installed react.1.0.0
-> installed sha.1.10
-> installed jbuilder.1.0+beta20.1
-> installed ocamlify.0.0.1
-> installed biniou.1.2.0
-> installed cppo.1.6.1
-> installed dune.2.5.0
-> installed ocamlmod.0.0.8
-> installed mmap.1.0.2
-> installed seq.0.2.2
-> installed stdlib-shims.0.1.0
-> installed topkg.0.9.0
-> installed yojson.1.7.0
-> installed ounit2.2.2.0
-> installed xmlm.1.3.0
-> installed dune-private-libs.2.3.0
-> installed dune-configurator.2.3.0
-> installed lwt.4.2.0
-> installed lwt_log.1.1.0
-> installed cairo2.0.6
-> installed lwt_react.1.0.1
-> installed lablgtk3.3.1.0
-> installed lwt_glib.1.0.1
-> installed ocurl.0.7.9
-> installed oasis.0.4.7
-> installed camlp4.4.08+1
-> installed lwt_camlp4.1.0.0
-> installed type_conv.113.00.02
-> installed obus.1.1.8
Done.
# Run eval $(opam env) to update the current shell environment
2024-05-12 16:47.00 ---> saved as "2db008bd0c4b43ab5a52d3cb1bcf9e5b6a937f6d726b2752484817dc61504d57"


/src: (copy (src .) (dst /src))
2024-05-12 16:47.01 ---> saved as "579a9539f4bcc69b91434d05a830dfea707c4d7471935bd7b4f66b51a73d354a"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
File "/home/opam/.opam/4.08/lib/biniou/biniou.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.08/lib/lwt_log/lwt_log.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
File "/home/opam/.opam/4.08/lib/lwt_log/core/lwt_log.core.dune", line 1, characters 0-0:
Warning: .dune files are ignored since 2.0. Reinstall the library with dune
>= 2.0 to get rid of this warning and enable support for the subsystem this
library provides.
        test alias src/solver/tests/runtest
....
Ran: 4 tests in: 0.10 seconds.
OK
        test alias src/test_gtk/runtest
.
Ran: 1 tests in: 0.07 seconds.
OK


        test alias src/tests/runtest
.................................................................................................S.......................................................................................................................................................S.......S......................................
Ran: 296 tests in: 2.19 seconds.
OK: Cases: 296 Skip: 3


2024-05-12 16:47.07 ---> saved as "1662016d1c5358e6096725ea562235eedd1f12dae14aaaf7edddf1dd96ffe3ba"
Job succeeded
2024-05-12 16:47.07: Job succeeded