Organisationsocaml-opamopam2webc725af (live)(lower-bound)

(lower-bound)

Logs

Show full logs
2024-09-01 14:13.45: New job: test ocaml-opam/opam2web https://github.com/ocaml-opam/opam2web.git#refs/heads/master (c725af3b896c22911ffd5774a5f7c71a36ec928a) (linux-x86_64:(lower-bound))
Base: ocaml/opam:debian-12-ocaml-4.08@sha256:a60973c97afac839997bb54c4ecba4df5c7f5d791a13b7c8a2c2ffeb5bb93876
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/ocaml-opam/opam2web.git" -b "master" && cd "opam2web" && git reset --hard c725af3b
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.08@sha256:a60973c97afac839997bb54c4ecba4df5c7f5d791a13b7c8a2c2ffeb5bb93876
# debian-12-4.08_opam-2.2
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.2 /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 4795e0895b44aa27b6ee67583148aee756966a60 || git fetch origin master) && git reset -q --hard 4795e0895b44aa27b6ee67583148aee756966a60 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 opam2web.opam ./
RUN opam pin add -yn opam2web.dev './'
ENV DEPS="astring.0.8.2 base.v0.12.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.2.0.0 biniou.1.2.0 camlp4.4.08+1 cmdliner.1.0.4 cohttp.1.1.0 cohttp-lwt.1.1.1 cohttp-lwt-unix.1.1.1 conduit.1.0.0 conduit-lwt.1.0.0 conduit-lwt-unix.1.0.3 conf-c++.1.0 conf-m4.1 conf-which.1 cow.2.3.0 cppo.1.6.1 cstruct.3.0.0 cudf.0.7 dose3.5.0.1 dune.2.0.1 dune-configurator.2.0.1 dune-private-libs.2.0.1 easy-format.1.0.1 extlib.1.7.0 ezjsonm.0.5.0 fieldslib.v0.12.0 fmt.0.8.2 hex.1.2.0 ipaddr.2.8.0 jbuilder.1.0+beta20.1 js_of_ocaml.3.4.0 js_of_ocaml-compiler.3.4.0 js_of_ocaml-ppx.3.4.0 jsonm.1.0.1 logs.0.6.3 lwt.4.2.0 magic-mime.1.0.0 mccs.1.1+10 mmap.1.0.2 num.1.0 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-compiler-libs.v0.11.0 ocaml-config.1 ocaml-migrate-parsetree.1.3.1 ocamlbuild.0.14.0 ocamlfind.1.8.0 ocamlgraph.1.8.8 ocplib-endian.1.0 omd.1.3.1 opam-client.2.0.0 opam-core.2.0.0 opam-file-format.2.1.0 opam-format.2.0.0 opam-lib.1.3.1 opam-repository.2.0.0 opam-solver.2.0.0 opam-state.2.0.0 opamfu.0.1.4 parsexp.v0.12.0 ppx_derivers.1.0 ppx_fields_conv.v0.12.0 ppx_sexp_conv.v0.12.0 ppx_tools_versioned.5.2.2 ppx_type_conv.v0.11.0 ppxlib.0.7.0 re.1.7.2 result.1.0 seq.0.2.2 sexplib.v0.12.0 sexplib0.v0.12.0 stdio.v0.12.0 stringext.1.4.0 topkg.0.9.0 uchar.0.0.2 uri.1.9.5 uutf.1.0.1 xmlm.1.3.0 yojson.1.6.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.2 --depext-only -y opam2web.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-09-01 14:13.45: Using cache hint "ocaml-opam/opam2web-ocaml/opam:debian-12-ocaml-4.08@sha256:a60973c97afac839997bb54c4ecba4df5c7f5d791a13b7c8a2c2ffeb5bb93876-debian-12-4.08_opam-2.2-bd9a85af3c8e33f48739e5ef24b861a2"
2024-09-01 14:13.45: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.08@sha256:a60973c97afac839997bb54c4ecba4df5c7f5d791a13b7c8a2c2ffeb5bb93876)
 (comment debian-12-4.08_opam-2.2)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/bin/opam-2.2 /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 4795e0895b44aa27b6ee67583148aee756966a60 || git fetch origin master) && git reset -q --hard 4795e0895b44aa27b6ee67583148aee756966a60 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src opam2web.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn opam2web.dev './'"))
 (env DEPS "astring.0.8.2 base.v0.12.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.2.0.0 biniou.1.2.0 camlp4.4.08+1 cmdliner.1.0.4 cohttp.1.1.0 cohttp-lwt.1.1.1 cohttp-lwt-unix.1.1.1 conduit.1.0.0 conduit-lwt.1.0.0 conduit-lwt-unix.1.0.3 conf-c++.1.0 conf-m4.1 conf-which.1 cow.2.3.0 cppo.1.6.1 cstruct.3.0.0 cudf.0.7 dose3.5.0.1 dune.2.0.1 dune-configurator.2.0.1 dune-private-libs.2.0.1 easy-format.1.0.1 extlib.1.7.0 ezjsonm.0.5.0 fieldslib.v0.12.0 fmt.0.8.2 hex.1.2.0 ipaddr.2.8.0 jbuilder.1.0+beta20.1 js_of_ocaml.3.4.0 js_of_ocaml-compiler.3.4.0 js_of_ocaml-ppx.3.4.0 jsonm.1.0.1 logs.0.6.3 lwt.4.2.0 magic-mime.1.0.0 mccs.1.1+10 mmap.1.0.2 num.1.0 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-compiler-libs.v0.11.0 ocaml-config.1 ocaml-migrate-parsetree.1.3.1 ocamlbuild.0.14.0 ocamlfind.1.8.0 ocamlgraph.1.8.8 ocplib-endian.1.0 omd.1.3.1 opam-client.2.0.0 opam-core.2.0.0 opam-file-format.2.1.0 opam-format.2.0.0 opam-lib.1.3.1 opam-repository.2.0.0 opam-solver.2.0.0 opam-state.2.0.0 opamfu.0.1.4 parsexp.v0.12.0 ppx_derivers.1.0 ppx_fields_conv.v0.12.0 ppx_sexp_conv.v0.12.0 ppx_tools_versioned.5.2.2 ppx_type_conv.v0.11.0 ppxlib.0.7.0 re.1.7.2 result.1.0 seq.0.2.2 sexplib.v0.12.0 sexplib0.v0.12.0 stdio.v0.12.0 stringext.1.4.0 topkg.0.9.0 uchar.0.0.2 uri.1.9.5 uutf.1.0.1 xmlm.1.3.0 yojson.1.6.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.2 --depext-only -y opam2web.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-09-01 14:13.45: Waiting for resource in pool OCluster
2024-09-01 17:00.07: Waiting for worker…
2024-09-01 17:02.10: Got resource from pool OCluster
Building on x86-bm-c6.sw.ocaml.org
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint: 
hint: 	git config --global init.defaultBranch <name>
hint: 
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint: 
hint: 	git branch -m <name>
Initialized empty Git repository in /var/cache/obuilder/ocluster/git/opam2web.git-cd673547ca91bccd1374dc1d41d5c03f390b58c9/.git/
HEAD is now at c725af3 Merge pull request #240 from ocaml-opam/rjbou-update-key
error: could not lock config file .git/modules/content/doc/config: No such file or directory
warning: Could not unset core.worktree setting in submodule 'content/doc'
Cleared directory 'content/doc'
Submodule 'content/doc' (https://github.com/ocaml/opam.wiki.git) registered for path 'content/doc'
Cloning into '/var/cache/obuilder/ocluster/git/opam2web.git-cd673547ca91bccd1374dc1d41d5c03f390b58c9/content/doc'...
Submodule path 'content/doc': checked out '13a77b2bc576763bfa469ca3ef6f139402b7357b'

(from ocaml/opam:debian-12-ocaml-4.08@sha256:a60973c97afac839997bb54c4ecba4df5c7f5d791a13b7c8a2c2ffeb5bb93876)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.08@sha256:a60973c97afac839997bb54c4ecba4df5c7f5d791a13b7c8a2c2ffeb5bb93876' locally
docker.io/ocaml/opam@sha256:a60973c97afac839997bb54c4ecba4df5c7f5d791a13b7c8a2c2ffeb5bb93876: Pulling from ocaml/opam
5a6e6bb5e7f4: Pulling fs layer
5a6e6bb5e7f4: Verifying Checksum
5a6e6bb5e7f4: Download complete
5a6e6bb5e7f4: Pull complete
Digest: sha256:a60973c97afac839997bb54c4ecba4df5c7f5d791a13b7c8a2c2ffeb5bb93876
Status: Downloaded newer image for ocaml/opam@sha256:a60973c97afac839997bb54c4ecba4df5c7f5d791a13b7c8a2c2ffeb5bb93876
2024-09-01 17:02.12 ---> using "795ea015d299f5fe2e67a6928f72c9fae6e91f93f53f3942c8f19a23ae6518ba" from cache

/: (comment debian-12-4.08_opam-2.2)

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

/: (env CLICOLOR_FORCE 1)

/: (env OPAMCOLOR always)

/: (workdir /src)

/src: (run (shell "sudo ln -f /usr/bin/opam-2.2 /usr/bin/opam"))
2024-09-01 17:02.12 ---> using "15a66a3094f92e52bb9c321cf34763612eebaaa98d33382208479d296782ad5c" 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 development version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.

Continue? [y/n] y
[NOTE] The 'jobs' option was reset, its value was 39 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
           opam option jobs=39 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-09-01 17:02.12 ---> using "39dee6d797da9a8095e9b2c1e1fe64a6a5eaae521820c3189bde12b9ed26352d" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-119-generic
The OCaml toplevel, version 4.08.1
2.2.1
2024-09-01 17:02.12 ---> using "bdf8629048e37471ad993f55ecc5029ab620bc7e8d483e8a5d16c96402998106" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2024-09-01 17:02.12 ---> using "aec4b3fab9b8803476667d7b7cea889920959b7451543eb53bf5e26d22eeeb4d" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e 4795e0895b44aa27b6ee67583148aee756966a60 || git fetch origin master) && git reset -q --hard 4795e0895b44aa27b6ee67583148aee756966a60 && git log --no-decorate -n1 --oneline && opam update -u"))
4795e0895b Merge pull request #26339 from mtelvers/macos-m4

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

The following actions will be performed:
=== downgrade 1 package
  - downgrade opam-depext 1.2.3 to 1.2.1-1 [no longer available]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved opam-depext.1.2.1-1  (cached)
-> removed   opam-depext.1.2.3
-> 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-09-01 17:02.12 ---> using "ad9e80a70eb234f4b74221a418b2ecbc55824b631544d940dd5870938fba65f1" from cache

/src: (copy (src opam2web.opam) (dst ./))
2024-09-01 17:02.12 ---> saved as "52cf263a6ef6303da52df3d9746cc039dbbf61024f059b0e9eb10358def172fe"

/src: (run (network host)
           (shell "opam pin add -yn opam2web.dev './'"))
[opam2web.dev] synchronised (file:///src)
[WARNING] Failed checks on opam2web package definition from source at file:///src:
  warning 68: Missing field 'license'
opam2web is now pinned to file:///src (version dev)
2024-09-01 17:02.14 ---> saved as "a0e1209f34f1bc48ffa47a8cfa2f6f4a564d31827937fc235385ca3dd993e04c"

/src: (env DEPS "astring.0.8.2 base.v0.12.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.2.0.0 biniou.1.2.0 camlp4.4.08+1 cmdliner.1.0.4 cohttp.1.1.0 cohttp-lwt.1.1.1 cohttp-lwt-unix.1.1.1 conduit.1.0.0 conduit-lwt.1.0.0 conduit-lwt-unix.1.0.3 conf-c++.1.0 conf-m4.1 conf-which.1 cow.2.3.0 cppo.1.6.1 cstruct.3.0.0 cudf.0.7 dose3.5.0.1 dune.2.0.1 dune-configurator.2.0.1 dune-private-libs.2.0.1 easy-format.1.0.1 extlib.1.7.0 ezjsonm.0.5.0 fieldslib.v0.12.0 fmt.0.8.2 hex.1.2.0 ipaddr.2.8.0 jbuilder.1.0+beta20.1 js_of_ocaml.3.4.0 js_of_ocaml-compiler.3.4.0 js_of_ocaml-ppx.3.4.0 jsonm.1.0.1 logs.0.6.3 lwt.4.2.0 magic-mime.1.0.0 mccs.1.1+10 mmap.1.0.2 num.1.0 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-compiler-libs.v0.11.0 ocaml-config.1 ocaml-migrate-parsetree.1.3.1 ocamlbuild.0.14.0 ocamlfind.1.8.0 ocamlgraph.1.8.8 ocplib-endian.1.0 omd.1.3.1 opam-client.2.0.0 opam-core.2.0.0 opam-file-format.2.1.0 opam-format.2.0.0 opam-lib.1.3.1 opam-repository.2.0.0 opam-solver.2.0.0 opam-state.2.0.0 opamfu.0.1.4 parsexp.v0.12.0 ppx_derivers.1.0 ppx_fields_conv.v0.12.0 ppx_sexp_conv.v0.12.0 ppx_tools_versioned.5.2.2 ppx_type_conv.v0.11.0 ppxlib.0.7.0 re.1.7.2 result.1.0 seq.0.2.2 sexplib.v0.12.0 sexplib0.v0.12.0 stdio.v0.12.0 stringext.1.4.0 topkg.0.9.0 uchar.0.0.2 uri.1.9.5 uutf.1.0.1 xmlm.1.3.0 yojson.1.6.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.2 --depext-only -y opam2web.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
- 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 bookworm/main amd64 Packages [8787 kB]
- Get:5 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [179 kB]
- Fetched 9221 kB in 2s (6084 kB/s)
- Reading package lists...
- 

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[opam2web.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:
    m4

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>

+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "m4"
- debconf: delaying package configuration, since apt-utils is not installed
- Selecting previously unselected package m4.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18734 files and directories currently installed.)
- Preparing to unpack .../archives/m4_1.4.19-3_amd64.deb ...
- Unpacking m4 (1.4.19-3) ...
- Setting up m4 (1.4.19-3) ...
2024-09-01 17:02.47 ---> saved as "b9387e1d04e3e40e5381ec93269384ea26aa2edfe21aa70d9a84817c5379eccd"

/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 78 packages
  - install astring                 0.8.2
  - install base                    v0.12.2
  - install base-bytes              base
  - install base64                  2.0.0
  - install biniou                  1.2.0
  - install camlp4                  4.08+1
  - install cmdliner                1.0.4
  - install cohttp                  1.1.0
  - install cohttp-lwt              1.1.1
  - install cohttp-lwt-unix         1.1.1
  - install conduit                 1.0.0
  - install conduit-lwt             1.0.0
  - install conduit-lwt-unix        1.0.3
  - install conf-c++                1.0
  - install conf-m4                 1
  - install conf-which              1
  - install cow                     2.3.0
  - install cppo                    1.6.1
  - install cstruct                 3.0.0
  - install cudf                    0.7
  - install dose3                   5.0.1
  - install dune                    2.0.1
  - install dune-configurator       2.0.1
  - install dune-private-libs       2.0.1
  - install easy-format             1.0.1
  - install extlib                  1.7.0
  - install ezjsonm                 0.5.0
  - install fieldslib               v0.12.0
  - install fmt                     0.8.2
  - install hex                     1.2.0
  - install ipaddr                  2.8.0
  - install jbuilder                1.0+beta20.1
  - install js_of_ocaml             3.4.0
  - install js_of_ocaml-compiler    3.4.0
  - install js_of_ocaml-ppx         3.4.0
  - install jsonm                   1.0.1
  - install logs                    0.6.3
  - install lwt                     4.2.0
  - install magic-mime              1.0.0
  - install mccs                    1.1+10
  - install mmap                    1.0.2
  - install num                     1.0
  - install ocaml-compiler-libs     v0.11.0
  - install ocaml-migrate-parsetree 1.3.1 (deprecated)
  - install ocamlbuild              0.14.0
  - install ocamlfind               1.8.0
  - install ocamlgraph              1.8.8
  - install ocplib-endian           1.0
  - install omd                     1.3.1
  - install opam-client             2.0.0
  - install opam-core               2.0.0
  - install opam-file-format        2.1.0
  - install opam-format             2.0.0
  - install opam-lib                1.3.1
  - install opam-repository         2.0.0
  - install opam-solver             2.0.0
  - install opam-state              2.0.0
  - install opamfu                  0.1.4
  - install parsexp                 v0.12.0
  - install ppx_derivers            1.0
  - install ppx_fields_conv         v0.12.0
  - install ppx_sexp_conv           v0.12.0
  - install ppx_tools_versioned     5.2.2
  - install ppx_type_conv           v0.11.0
  - install ppxlib                  0.7.0
  - install re                      1.7.2
  - install result                  1.0
  - install seq                     0.2.2
  - install sexplib                 v0.12.0
  - install sexplib0                v0.12.0
  - install stdio                   v0.12.0
  - install stringext               1.4.0
  - install topkg                   0.9.0
  - install uchar                   0.0.2
  - install uri                     1.9.5
  - install uutf                    1.0.1
  - install xmlm                    1.3.0
  - install yojson                  1.6.0

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.2  (cached)
-> retrieved biniou.1.2.0  (cached)
-> retrieved base.v0.12.2  (cached)
-> retrieved cmdliner.1.0.4  (cached)
-> retrieved base64.2.0.0  (https://github.com/mirage/ocaml-base64/archive/v2.0.0.tar.gz)
-> retrieved camlp4.4.08+1  (https://github.com/ocaml/camlp4/archive/4.08+1.tar.gz)
-> retrieved cohttp.1.1.0  (https://github.com/mirage/ocaml-cohttp/releases/download/v1.1.0/cohttp-1.1.0.tbz)
-> retrieved conduit-lwt-unix.1.0.3  (cached)
-> installed conf-c++.1.0
-> installed conf-m4.1
-> installed conf-which.1
-> retrieved cohttp-lwt.1.1.1, cohttp-lwt-unix.1.1.1  (https://github.com/mirage/ocaml-cohttp/archive/v1.1.1.tar.gz)
-> retrieved cppo.1.6.1  (cached)
-> retrieved cstruct.3.0.0  (cached)
-> retrieved cudf.0.7  (cached)
-> retrieved dose3.5.0.1  (cached)
-> retrieved cow.2.3.0  (https://github.com/mirage/ocaml-cow/releases/download/2.3.0/cow-2.3.0.tbz)
-> retrieved conduit.1.0.0, conduit-lwt.1.0.0  (https://github.com/mirage/ocaml-conduit/releases/download/v1.0.0/conduit-1.0.0.tbz)
-> retrieved easy-format.1.0.1  (cached)
-> retrieved ezjsonm.0.5.0  (cached)
-> retrieved fieldslib.v0.12.0  (cached)
-> retrieved fmt.0.8.2  (http://erratique.ch/software/fmt/releases/fmt-0.8.2.tbz)
-> retrieved extlib.1.7.0  (https://github.com/ygrek/ocaml-extlib/archive/1.7.0.tar.gz)
-> retrieved ipaddr.2.8.0  (cached)
-> retrieved jbuilder.1.0+beta20.1  (cached)
-> retrieved dune.2.0.1, dune-configurator.2.0.1, dune-private-libs.2.0.1  (https://github.com/ocaml/dune/releases/download/2.0.1/dune-2.0.1.tbz)
-> retrieved hex.1.2.0  (https://github.com/mirage/ocaml-hex/releases/download/v1.2.0/hex-1.2.0.tbz)
-> retrieved jsonm.1.0.1  (cached)
-> retrieved logs.0.6.3  (cached)
-> retrieved lwt.4.2.0  (cached)
-> retrieved js_of_ocaml.3.4.0, js_of_ocaml-compiler.3.4.0, js_of_ocaml-ppx.3.4.0  (https://github.com/ocsigen/js_of_ocaml/archive/3.4.0.tar.gz)
-> retrieved magic-mime.1.0.0  (cached)
-> installed cmdliner.1.0.4
-> retrieved mmap.1.0.2  (cached)
-> retrieved num.1.0  (cached)
-> retrieved ocaml-compiler-libs.v0.11.0  (cached)
-> retrieved ocamlbuild.0.14.0  (cached)
-> retrieved ocaml-migrate-parsetree.1.3.1  (cached)
-> retrieved ocamlfind.1.8.0  (cached)
-> retrieved mccs.1.1+10  (https://github.com/AltGr/ocaml-mccs/archive/1.1+10.tar.gz)
-> retrieved ocplib-endian.1.0  (cached)
-> retrieved omd.1.3.1  (cached)
-> retrieved opam-client.2.0.0, opam-core.2.0.0, opam-format.2.0.0, opam-repository.2.0.0, opam-solver.2.0.0, opam-state.2.0.0  (cached)
-> retrieved opam-file-format.2.1.0  (cached)
-> retrieved ocamlgraph.1.8.8  (https://github.com/backtracking/ocamlgraph/releases/download/v1.8.8/ocamlgraph-1.8.8.tar.gz)
-> retrieved parsexp.v0.12.0  (cached)
-> retrieved ppx_derivers.1.0  (cached)
-> retrieved ppx_fields_conv.v0.12.0  (cached)
-> retrieved ppx_sexp_conv.v0.12.0  (cached)
-> retrieved opam-lib.1.3.1  (https://github.com/ocaml/opam/archive/1.3.1.tar.gz)
-> retrieved ppx_tools_versioned.5.2.2  (https://github.com/ocaml-ppx/ppx_tools_versioned/archive/5.2.2.tar.gz)
-> retrieved opamfu.0.1.4  (https://github.com/ocamllabs/opamfu/archive/0.1.4.tar.gz)
-> retrieved ppx_type_conv.v0.11.0  (https://ocaml.janestreet.com/ocaml-core/v0.11/files/ppx_type_conv-v0.11.0.tar.gz)
-> retrieved ppxlib.0.7.0  (cached)
-> retrieved re.1.7.2  (cached)
-> retrieved result.1.0  (cached)
-> retrieved seq.0.2.2  (cached)
-> retrieved sexplib.v0.12.0  (cached)
-> retrieved sexplib0.v0.12.0  (cached)
-> retrieved stdio.v0.12.0  (cached)
-> retrieved stringext.1.4.0  (cached)
-> retrieved uchar.0.0.2  (cached)
-> retrieved uutf.1.0.1  (cached)
-> retrieved topkg.0.9.0  (cached)
-> retrieved yojson.1.6.0  (cached)
-> retrieved uri.1.9.5  (cached)
-> retrieved xmlm.1.3.0  (http://erratique.ch/software/xmlm/releases/xmlm-1.3.0.tbz)
-> 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 num.1.0
-> installed uchar.0.0.2
-> installed jbuilder.1.0+beta20.1
-> installed ppx_derivers.1.0
-> installed biniou.1.2.0
-> installed ocaml-compiler-libs.v0.11.0
-> installed cppo.1.6.1
-> installed re.1.7.2
-> installed dune.2.0.1
-> installed magic-mime.1.0.0
-> installed base64.2.0.0
-> installed dune-private-libs.2.0.1
-> installed extlib.1.7.0
-> installed mmap.1.0.2
-> installed ocamlgraph.1.8.8
-> installed ocplib-endian.1.0
-> installed dune-configurator.2.0.1
-> installed ocaml-migrate-parsetree.1.3.1
-> installed omd.1.3.1
-> installed opam-file-format.2.1.0
-> installed ppx_tools_versioned.5.2.2
-> installed seq.0.2.2
-> installed sexplib0.v0.12.0
-> installed stringext.1.4.0
-> installed opam-core.2.0.0
-> installed topkg.0.9.0
-> installed yojson.1.6.0
-> installed uutf.1.0.1
-> installed xmlm.1.3.0
-> installed fmt.0.8.2
-> installed astring.0.8.2
-> installed lwt.4.2.0
-> installed jsonm.1.0.1
-> installed base.v0.12.2
-> installed fieldslib.v0.12.0
-> installed stdio.v0.12.0
-> installed opam-format.2.0.0
-> installed parsexp.v0.12.0
-> installed js_of_ocaml-compiler.3.4.0
-> installed sexplib.v0.12.0
-> installed cstruct.3.0.0
-> installed hex.1.2.0
-> installed ezjsonm.0.5.0
-> installed opam-repository.2.0.0
-> installed opam-state.2.0.0
-> installed js_of_ocaml.3.4.0
-> installed ppxlib.0.7.0
-> installed ppx_type_conv.v0.11.0
-> installed logs.0.6.3
-> installed ppx_fields_conv.v0.12.0
-> installed js_of_ocaml-ppx.3.4.0
-> installed ppx_sexp_conv.v0.12.0
-> installed ipaddr.2.8.0
-> installed uri.1.9.5
-> installed cow.2.3.0
-> installed conduit.1.0.0
-> installed cohttp.1.1.0
-> installed conduit-lwt.1.0.0
-> installed cohttp-lwt.1.1.1
-> installed conduit-lwt-unix.1.0.3
-> installed cohttp-lwt-unix.1.1.1
-> installed camlp4.4.08+1
-> installed cudf.0.7
[ERROR] The compilation of mccs.1.1+10 failed at "dune build -p mccs -j 31".
-> installed dose3.5.0.1
-> installed opam-lib.1.3.1
-> installed opamfu.0.1.4

#=== ERROR while compiling mccs.1.1+10 ========================================#
# context     2.2.1 | linux/x86_64 | ocaml-base-compiler.4.08.1 | file:///home/opam/opam-repository
# path        ~/.opam/4.08/.opam-switch/build/mccs.1.1+10
# command     ~/.opam/4.08/bin/dune build -p mccs -j 31
# exit-code   1
# env-file    ~/.opam/log/mccs-1-c8fcac.env
# output-file ~/.opam/log/mccs-1-c8fcac.out
### output ###
# 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.
#       ocamlc src/glpk/wclique1.o
# src/glpk/misc/wclique1.c: In function '_glp_wclique1':
# src/glpk/misc/wclique1.c:121:7: warning: 'memset' specified bound between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=]
# src/glpk/misc/wclique1.c:123:7: warning: 'memset' specified bound between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=]
#          gcc src/mccs_stubs.o (exit 1)
# (cd _build/default/src && /usr/bin/gcc -I /home/opam/.opam/4.08/lib/ocaml -I /home/opam/.opam/4.08/lib/bytes -I /home/opam/.opam/4.08/lib/cudf -I /home/opam/.opam/4.08/lib/extlib -I glpk -O2 -fno-strict-aliasing -fwrapv -fcommon -fPIC -I . -DUSEGLPK -g -o mccs_stubs.o -c mccs_stubs.cpp)
# In file included from /usr/include/c++/12/map:60,
#                  from mccs_stubs.cpp:14:
# /usr/include/c++/12/bits/stl_tree.h: In instantiation of 'static const _Key& std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_S_key(_Const_Link_type) [with _Key = CUDFVersionedPackage*; _Val = CUDFVersionedPackage*; _KeyOfValue = std::_Identity<CUDFVersionedPackage*>; _Compare = CUDFPackage_comparator; _Alloc = std::allocator<CUDFVersionedPackage*>; _Const_Link_type = const std::_Rb_tree_node<CUDFVersionedPackage*>*]':
# /usr/include/c++/12/bits/stl_tree.h:2117:47:   required from 'std::pair<std::_Rb_tree_node_base*, std::_Rb_tree_node_base*> std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_get_insert_unique_pos(const key_type&) [with _Key = CUDFVersionedPackage*; _Val = CUDFVersionedPackage*; _KeyOfValue = std::_Identity<CUDFVersionedPackage*>; _Compare = CUDFPackage_comparator; _Alloc = std::allocator<CUDFVersionedPackage*>; key_type = CUDFVersionedPackage*]'
# /usr/include/c++/12/bits/stl_tree.h:2170:4:   required from 'std::pair<std::_Rb_tree_iterator<_Val>, bool> std::_Rb_tree<_Key, _Val, _KeyOfValue, _Compare, _Alloc>::_M_insert_unique(_Arg&&) [with _Arg = CUDFVersionedPackage* const&; _Key = CUDFVersionedPackage*; _Val = CUDFVersionedPackage*; _KeyOfValue = std::_Identity<CUDFVersionedPackage*>; _Compare = CUDFPackage_comparator; _Alloc = std::allocator<CUDFVersionedPackage*>]'
# /usr/include/c++/12/bits/stl_set.h:512:25:   required from 'std::pair<typename std::_Rb_tree<_Key, _Key, std::_Identity<_Tp>, _Compare, typename __gnu_cxx::__alloc_traits<_Allocator>::rebind<_Key>::other>::const_iterator, bool> std::set<_Key, _Compare, _Alloc>::insert(const value_type&) [with _Key = CUDFVersionedPackage*; _Compare = CUDFPackage_comparator; _Alloc = std::allocator<CUDFVersionedPackage*>; typename std::_Rb_tree<_Key, _Key, std::_Identity<_Tp>, _Compare, typename __gnu_cxx::__alloc_traits<_Allocator>::rebind<_Key>::other>::const_iterator = std::_Rb_tree<CUDFVersionedPackage*, CUDFVersionedPackage*, std::_Identity<CUDFVersionedPackage*>, CUDFPackage_comparator, std::allocator<CUDFVersionedPackage*> >::const_iterator; typename __gnu_cxx::__alloc_traits<_Allocator>::rebind<_Key>::other = std::allocator<CUDFVersionedPackage*>; typename __gnu_cxx::__alloc_traits<_Allocator>::rebind<_Key> = __gnu_cxx::__alloc_traits<std::allocator<CUDFVersionedPackage*>, CUDFVersionedPackage*>::rebind<CUDFVersionedPackage*>; typename _Allocator::value_type = CUDFVersionedPackage*; value_type = CUDFVersionedPackage*]'
# mccs_stubs.cpp:316:39:   required from here
# /usr/include/c++/12/bits/stl_tree.h:770:15: error: static assertion failed: comparison object must be invocable as const
#   770 |               is_invocable_v<const _Compare&, const _Key&, const _Key&>,
#       |               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# /usr/include/c++/12/bits/stl_tree.h:770:15: note: 'std::is_invocable_v<const CUDFPackage_comparator&, CUDFVersionedPackage* const&, CUDFVersionedPackage* const&>' evaluates to false



<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build mccs 1.1+10
+- 
+- The following changes have been performed (the rest was aborted)
| - install astring                 0.8.2
| - install base                    v0.12.2
| - install base-bytes              base
| - install base64                  2.0.0
| - install biniou                  1.2.0
| - install camlp4                  4.08+1
| - install cmdliner                1.0.4
| - install cohttp                  1.1.0
| - install cohttp-lwt              1.1.1
| - install cohttp-lwt-unix         1.1.1
| - install conduit                 1.0.0
| - install conduit-lwt             1.0.0
| - install conduit-lwt-unix        1.0.3
| - install conf-c++                1.0
| - install conf-m4                 1
| - install conf-which              1
| - install cow                     2.3.0
| - install cppo                    1.6.1
| - install cstruct                 3.0.0
| - install cudf                    0.7
| - install dose3                   5.0.1
| - install dune                    2.0.1
| - install dune-configurator       2.0.1
| - install dune-private-libs       2.0.1
| - install easy-format             1.0.1
| - install extlib                  1.7.0
| - install ezjsonm                 0.5.0
| - install fieldslib               v0.12.0
| - install fmt                     0.8.2
| - install hex                     1.2.0
| - install ipaddr                  2.8.0
| - install jbuilder                1.0+beta20.1
| - install js_of_ocaml             3.4.0
| - install js_of_ocaml-compiler    3.4.0
| - install js_of_ocaml-ppx         3.4.0
| - install jsonm                   1.0.1
| - install logs                    0.6.3
| - install lwt                     4.2.0
| - install magic-mime              1.0.0
| - install mmap                    1.0.2
| - install num                     1.0
| - install ocaml-compiler-libs     v0.11.0
| - install ocaml-migrate-parsetree 1.3.1
| - install ocamlbuild              0.14.0
| - install ocamlfind               1.8.0
| - install ocamlgraph              1.8.8
| - install ocplib-endian           1.0
| - install omd                     1.3.1
| - install opam-core               2.0.0
| - install opam-file-format        2.1.0
| - install opam-format             2.0.0
| - install opam-lib                1.3.1
| - install opam-repository         2.0.0
| - install opam-state              2.0.0
| - install opamfu                  0.1.4
| - install parsexp                 v0.12.0
| - install ppx_derivers            1.0
| - install ppx_fields_conv         v0.12.0
| - install ppx_sexp_conv           v0.12.0
| - install ppx_tools_versioned     5.2.2
| - install ppx_type_conv           v0.11.0
| - install ppxlib                  0.7.0
| - install re                      1.7.2
| - install result                  1.0
| - install seq                     0.2.2
| - install sexplib                 v0.12.0
| - install sexplib0                v0.12.0
| - install stdio                   v0.12.0
| - install stringext               1.4.0
| - install topkg                   0.9.0
| - install uchar                   0.0.2
| - install uri                     1.9.5
| - install uutf                    1.0.1
| - install xmlm                    1.3.0
| - install yojson                  1.6.0
+- 

<><> ocaml-migrate-parsetree.1.3.1 installed successfully <><><><><><><><><><><>
=> Note: This package is deprecated.
# 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.08/.opam-switch/backup/state-20240901170248.export"
"/usr/bin/env" "bash" "-c" "opam install $DEPS" failed with exit status 31
2024-09-01 17:08.17: Job failed: Failed: Build failed