Organisationsocaml-opamopam2webb02323 (live)(lower-bound)

(lower-bound)

Link Copied
Code Copied

Logs

2026-04-28 18:45.47: New job: test ocaml-opam/opam2web https://github.com/ocaml-opam/opam2web.git#refs/heads/master (b023239a1e24d34f36d4aa02baf64757a0c7cc01) (linux-x86_64:(lower-bound))
Base: ocaml/opam:debian-13-ocaml-4.14@sha256:ec5999d94ff5da2754b2d163583ef868ccaefbaaabbe66412fde8712ae6f5126
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ocaml-opam/opam2web.git" -b "master" && cd "opam2web" && git reset --hard b023239a
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.14@sha256:ec5999d94ff5da2754b2d163583ef868ccaefbaaabbe66412fde8712ae6f5126
# debian-13-4.14_opam-2.5
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.5 /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 31462e7d24da1419f9eb9099a0b60ea507d91ef6 || git fetch origin master) && git reset -q --hard 31462e7d24da1419f9eb9099a0b60ea507d91ef6 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 opam2web.opam ./
RUN opam pin add -yn opam2web.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="0install-solver.2.17 angstrom.0.14.0 astring.0.8.5 base.v0.15.0 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.1.0 bigstringaf.0.1.0 camlbz2.0.7.0 camlp4.4.14+1 camlzip.1.11 cmdliner.1.3.0 cohttp.4.0.0 cohttp-lwt.4.0.0 cohttp-lwt-unix.4.0.0 conduit.2.1.0 conduit-lwt.2.1.0 conduit-lwt-unix.2.2.2 conf-aclocal.1.0.0 conf-autoconf.0.1 conf-c++.1.0 conf-libbz2.1 conf-pkg-config.1.0 conf-which.1 conf-zlib.1 cow.2.3.0 cppo.1.6.1 cstruct.3.3.0 cudf.0.7 domain-name.0.3.0 dose3.6.1 dune.3.17.2 dune-configurator.2.5.1 dune-private-libs.2.5.1 extlib.1.7.8 ezjsonm.0.5.0 fmt.0.8.5 gen.0.2.2 hex.1.2.0 ipaddr.5.6.0 ipaddr-sexp.5.6.0 jbuilder.1.0+beta20.1 js_of_ocaml.6.0.1 js_of_ocaml-compiler.6.0.1 js_of_ocaml-ppx.6.0.1 jsonm.1.0.2 logs.0.7.0 lwt.5.4.0 macaddr.5.6.0 magic-mime.1.0.0 mccs.1.1+17 menhir.20200123 menhirLib.20200123 menhirSdk.20200123 mmap.1.1.0 num.1.5 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-compiler-libs.v0.11.0 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.0 ocamlfind.1.9.1 ocamlgraph.2.0.0 ocplib-endian.1.0 omd.1.3.1 opam-0install-cudf.0.4 opam-client.2.2.0 opam-core.2.2.0 opam-file-format.2.1.4 opam-format.2.2.0 opam-repository.2.2.0 opam-solver.2.2.0 opam-state.2.2.0 parmap.1.0-rc11 parsexp.v0.15.0 ppx_derivers.1.0 ppx_sexp_conv.v0.15.1 ppxlib.0.26.0 re.1.10.3 result.1.5 sedlex.3.3 seq.0.3 sexplib.v0.15.0 sexplib0.v0.15.0 sha.1.13 spdx_licenses.1.0.0 stdlib-shims.0.1.0 stringext.1.4.0 swhid_core.0.1 topkg.1.0.8 uchar.0.0.2 uri.4.0.0 uri-sexp.4.0.0 uutf.1.0.3 xmlm.1.4.0 yojson.2.1.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --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


2026-04-28 18:45.47: Using cache hint "ocaml-opam/opam2web-ocaml/opam:debian-13-ocaml-4.14@sha256:ec5999d94ff5da2754b2d163583ef868ccaefbaaabbe66412fde8712ae6f5126-debian-13-4.14_opam-2.5-1144e71b9aa9a55ccb2ee5b8986f1d75"
2026-04-28 18:45.47: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14@sha256:ec5999d94ff5da2754b2d163583ef868ccaefbaaabbe66412fde8712ae6f5126)
(comment debian-13-4.14_opam-2.5)
(user (uid 1000) (gid 1000))
(env CLICOLOR_FORCE 1)
(env OPAMCOLOR always)
(workdir /src)
(run (shell "sudo ln -f /usr/bin/opam-2.5 /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 31462e7d24da1419f9eb9099a0b60ea507d91ef6 || git fetch origin master) && git reset -q --hard 31462e7d24da1419f9eb9099a0b60ea507d91ef6 && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src opam2web.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn opam2web.dev './'"))
(run (shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "0install-solver.2.17 angstrom.0.14.0 astring.0.8.5 base.v0.15.0 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.1.0 bigstringaf.0.1.0 camlbz2.0.7.0 camlp4.4.14+1 camlzip.1.11 cmdliner.1.3.0 cohttp.4.0.0 cohttp-lwt.4.0.0 cohttp-lwt-unix.4.0.0 conduit.2.1.0 conduit-lwt.2.1.0 conduit-lwt-unix.2.2.2 conf-aclocal.1.0.0 conf-autoconf.0.1 conf-c++.1.0 conf-libbz2.1 conf-pkg-config.1.0 conf-which.1 conf-zlib.1 cow.2.3.0 cppo.1.6.1 cstruct.3.3.0 cudf.0.7 domain-name.0.3.0 dose3.6.1 dune.3.17.2 dune-configurator.2.5.1 dune-private-libs.2.5.1 extlib.1.7.8 ezjsonm.0.5.0 fmt.0.8.5 gen.0.2.2 hex.1.2.0 ipaddr.5.6.0 ipaddr-sexp.5.6.0 jbuilder.1.0+beta20.1 js_of_ocaml.6.0.1 js_of_ocaml-compiler.6.0.1 js_of_ocaml-ppx.6.0.1 jsonm.1.0.2 logs.0.7.0 lwt.5.4.0 macaddr.5.6.0 magic-mime.1.0.0 mccs.1.1+17 menhir.20200123 menhirLib.20200123 menhirSdk.20200123 mmap.1.1.0 num.1.5 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-compiler-libs.v0.11.0 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.0 ocamlfind.1.9.1 ocamlgraph.2.0.0 ocplib-endian.1.0 omd.1.3.1 opam-0install-cudf.0.4 opam-client.2.2.0 opam-core.2.2.0 opam-file-format.2.1.4 opam-format.2.2.0 opam-repository.2.2.0 opam-solver.2.2.0 opam-state.2.2.0 parmap.1.0-rc11 parsexp.v0.15.0 ppx_derivers.1.0 ppx_sexp_conv.v0.15.1 ppxlib.0.26.0 re.1.10.3 result.1.5 sedlex.3.3 seq.0.3 sexplib.v0.15.0 sexplib0.v0.15.0 sha.1.13 spdx_licenses.1.0.0 stdlib-shims.0.1.0 stringext.1.4.0 swhid_core.0.1 topkg.1.0.8 uchar.0.0.2 uri.4.0.0 uri-sexp.4.0.0 uutf.1.0.3 xmlm.1.4.0 yojson.2.1.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.5 --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"))
)


2026-04-28 18:45.47: Waiting for resource in pool OCluster
2026-04-28 19:45.01: Waiting for worker…
2026-04-28 19:48.29: Got resource from pool OCluster
Building on odawa.caelum.ci.dev
All commits already cached
Submodule path 'content/doc': checked out '13a77b2bc576763bfa469ca3ef6f139402b7357b'
HEAD is now at b023239 Merge pull request #254 from rjbou/key
Synchronizing submodule url for 'content/doc'
Cleared directory 'content/doc'
Submodule 'content/doc' (https://github.com/ocaml/opam.wiki.git) unregistered for path 'content/doc'
Submodule 'content/doc' (https://github.com/ocaml/opam.wiki.git) registered for path 'content/doc'
Submodule path 'content/doc': checked out '13a77b2bc576763bfa469ca3ef6f139402b7357b'


(from ocaml/opam:debian-13-ocaml-4.14@sha256:ec5999d94ff5da2754b2d163583ef868ccaefbaaabbe66412fde8712ae6f5126)
2026-04-28 19:48.29 ---> using "d0e330c08fa445d83f06df86dbe749aac73c20b9c3be340824d01a143f189b82" from cache


/: (comment debian-13-4.14_opam-2.5)


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


/: (env CLICOLOR_FORCE 1)


/: (env OPAMCOLOR always)


/: (workdir /src)


/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))
2026-04-28 19:48.29 ---> using "f59e5580f17ca54c6c0f0e8726a93a153599c5e1ef8bf3f75a71ea998e4d5bd4" 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.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 71 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=71 --global
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-04-28 19:48.29 ---> using "e5f050c685be6325713c9c81ec0604f69b60a3eb2e3c52aa4f8819fabb9fa2cd" from cache


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-107-generic
The OCaml toplevel, version 4.14.3
2.5.0
2026-04-28 19:48.29 ---> using "71c131cebc84b80d37c64736b2b671e51b17c599ce05b0c60675c940259a4b2d" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-04-28 19:48.29 ---> using "a5f96b2cefe3b06adfa1cbb2cf3eb286dd052053da8bf6c0b210857fc5d42690" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e 31462e7d24da1419f9eb9099a0b60ea507d91ef6 || git fetch origin master) && git reset -q --hard 31462e7d24da1419f9eb9099a0b60ea507d91ef6 && git log --no-decorate -n1 --oneline && opam update -u"))
31462e7d24 Merge pull request #29451 from dra27/relocatable-package


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+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 at these versions (e.g. "opam upgrade ocaml.5.5.0"), which will ask permission to downgrade or uninstall the conflicting packages.
Nothing to do.
# To update the current shell environment, run: eval $(opam env)
2026-04-28 19:48.29 ---> using "32cf803ca9b991a29065f5b0dcd66bea9f6051de4eb0f39a4fa6603c28a42dc3" from cache


/src: (copy (src opam2web.opam) (dst ./))
2026-04-28 19:48.29 ---> using "ae28783d5a0d642712b13835b7dd048884db50529d7b5143e6eaa0bf6a34365a" from cache


/src: (run (network host)
(shell "opam pin add -yn opam2web.dev './'"))
[NOTE] Package opam2web does not exist in opam repositories registered in the current switch.
[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)
2026-04-28 19:48.29 ---> using "b5f47eb94012dbf4e95101161846c5dac0adab0457edb62725e4702a0e2a3133" from cache


/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-04-28 19:48.29 ---> using "35e01d100db343d884b5c80ac9adb1f2742a5251c105a192cabdd1dd80de54b0" from cache


/src: (env DEPS "0install-solver.2.17 angstrom.0.14.0 astring.0.8.5 base.v0.15.0 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.1.0 bigstringaf.0.1.0 camlbz2.0.7.0 camlp4.4.14+1 camlzip.1.11 cmdliner.1.3.0 cohttp.4.0.0 cohttp-lwt.4.0.0 cohttp-lwt-unix.4.0.0 conduit.2.1.0 conduit-lwt.2.1.0 conduit-lwt-unix.2.2.2 conf-aclocal.1.0.0 conf-autoconf.0.1 conf-c++.1.0 conf-libbz2.1 conf-pkg-config.1.0 conf-which.1 conf-zlib.1 cow.2.3.0 cppo.1.6.1 cstruct.3.3.0 cudf.0.7 domain-name.0.3.0 dose3.6.1 dune.3.17.2 dune-configurator.2.5.1 dune-private-libs.2.5.1 extlib.1.7.8 ezjsonm.0.5.0 fmt.0.8.5 gen.0.2.2 hex.1.2.0 ipaddr.5.6.0 ipaddr-sexp.5.6.0 jbuilder.1.0+beta20.1 js_of_ocaml.6.0.1 js_of_ocaml-compiler.6.0.1 js_of_ocaml-ppx.6.0.1 jsonm.1.0.2 logs.0.7.0 lwt.5.4.0 macaddr.5.6.0 magic-mime.1.0.0 mccs.1.1+17 menhir.20200123 menhirLib.20200123 menhirSdk.20200123 mmap.1.1.0 num.1.5 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-compiler-libs.v0.11.0 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.0 ocamlfind.1.9.1 ocamlgraph.2.0.0 ocplib-endian.1.0 omd.1.3.1 opam-0install-cudf.0.4 opam-client.2.2.0 opam-core.2.2.0 opam-file-format.2.1.4 opam-format.2.2.0 opam-repository.2.2.0 opam-solver.2.2.0 opam-state.2.2.0 parmap.1.0-rc11 parsexp.v0.15.0 ppx_derivers.1.0 ppx_sexp_conv.v0.15.1 ppxlib.0.26.0 re.1.10.3 result.1.5 sedlex.3.3 seq.0.3 sexplib.v0.15.0 sexplib0.v0.15.0 sha.1.13 spdx_licenses.1.0.0 stdlib-shims.0.1.0 stringext.1.4.0 swhid_core.0.1 topkg.1.0.8 uchar.0.0.2 uri.4.0.0 uri-sexp.4.0.0 uutf.1.0.3 xmlm.1.4.0 yojson.2.1.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.5 --depext-only -y opam2web.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian trixie InRelease
- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [129 kB]
- Fetched 219 kB in 0s (2401 kB/s)
- Reading package lists...


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[opam2web.dev] synchronised (file:///src)


[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.3).
[NOTE] Package ocaml is already installed (current version is 4.14.3).
[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:
autoconf automake libbz2-dev pkg-config zlib1g-dev


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


+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "autoconf" "automake" "libbz2-dev" "pkg-config" "zlib1g-dev"
- 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 ... 20623 files and directories currently installed.)
- Preparing to unpack .../00-m4_1.4.19-8_amd64.deb ...
- Unpacking m4 (1.4.19-8) ...
- Selecting previously unselected package autoconf.
- Preparing to unpack .../01-autoconf_2.72-3.1_all.deb ...
- Unpacking autoconf (2.72-3.1) ...
- Selecting previously unselected package autotools-dev.
- Preparing to unpack .../02-autotools-dev_20240727.1_all.deb ...
- Unpacking autotools-dev (20240727.1) ...
- Selecting previously unselected package automake.
- Preparing to unpack .../03-automake_1%3a1.17-4_all.deb ...
- Unpacking automake (1:1.17-4) ...
- Selecting previously unselected package bzip2-doc.
- Preparing to unpack .../04-bzip2-doc_1.0.8-6_all.deb ...
- Unpacking bzip2-doc (1.0.8-6) ...
- Selecting previously unselected package libbz2-dev:amd64.
- Preparing to unpack .../05-libbz2-dev_1.0.8-6_amd64.deb ...
- Unpacking libbz2-dev:amd64 (1.0.8-6) ...
- Selecting previously unselected package libpkgconf3:amd64.
- Preparing to unpack .../06-libpkgconf3_1.8.1-4_amd64.deb ...
- Unpacking libpkgconf3:amd64 (1.8.1-4) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../07-pkgconf-bin_1.8.1-4_amd64.deb ...
- Unpacking pkgconf-bin (1.8.1-4) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../08-pkgconf_1.8.1-4_amd64.deb ...
- Unpacking pkgconf:amd64 (1.8.1-4) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../09-pkg-config_1.8.1-4_amd64.deb ...
- Unpacking pkg-config:amd64 (1.8.1-4) ...
- Selecting previously unselected package zlib1g-dev:amd64.
- Preparing to unpack .../10-zlib1g-dev_1%3a1.3.dfsg+really1.3.1-1+b1_amd64.deb ...
- Unpacking zlib1g-dev:amd64 (1:1.3.dfsg+really1.3.1-1+b1) ...
- Setting up bzip2-doc (1.0.8-6) ...
- Setting up m4 (1.4.19-8) ...
- Setting up autotools-dev (20240727.1) ...
- Setting up libpkgconf3:amd64 (1.8.1-4) ...
- Setting up pkgconf-bin (1.8.1-4) ...
- Setting up autoconf (2.72-3.1) ...
- Setting up zlib1g-dev:amd64 (1:1.3.dfsg+really1.3.1-1+b1) ...
- Setting up libbz2-dev:amd64 (1.0.8-6) ...
- Setting up automake (1:1.17-4) ...
- update-alternatives: using /usr/bin/automake-1.17 to provide /usr/bin/automake (automake) in auto mode
- Setting up pkgconf:amd64 (1.8.1-4) ...
- Setting up pkg-config:amd64 (1.8.1-4) ...
- Processing triggers for libc-bin (2.41-12+deb13u2) ...
# To update the current shell environment, run: eval $(opam env)
2026-04-28 19:48.38 ---> saved as "e23691d6854b727b13c419f8f529e57d31b3927529c9a74f45cfbd74aac564b6"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam install $DEPS"))
[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.3).
[NOTE] Package ocaml is already installed (current version is 4.14.3).
[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 92 packages
- install 0install-solver      2.17
- install angstrom             0.14.0
- install astring              0.8.5
- install base                 v0.15.0
- install base-bytes           base
- install base64               3.1.0
- install bigstringaf          0.1.0
- install camlbz2              0.7.0
- install camlp4               4.14+1
- install camlzip              1.11
- install cmdliner             1.3.0
- install cohttp               4.0.0
- install cohttp-lwt           4.0.0
- install cohttp-lwt-unix      4.0.0
- install conduit              2.1.0
- install conduit-lwt          2.1.0
- install conduit-lwt-unix     2.2.2
- install conf-aclocal         1.0.0
- install conf-autoconf        0.1
- install conf-c++             1.0
- install conf-libbz2          1
- install conf-pkg-config      1.0
- install conf-which           1
- install conf-zlib            1
- install cow                  2.3.0
- install cppo                 1.6.1
- install cstruct              3.3.0
- install cudf                 0.7
- install domain-name          0.3.0
- install dose3                6.1
- install dune                 3.17.2
- install dune-configurator    2.5.1
- install dune-private-libs    2.5.1
- install extlib               1.7.8
- install ezjsonm              0.5.0
- install fmt                  0.8.5
- install gen                  0.2.2
- install hex                  1.2.0
- install ipaddr               5.6.0
- install ipaddr-sexp          5.6.0
- install jbuilder             1.0+beta20.1 (deprecated)
- install js_of_ocaml          6.0.1
- install js_of_ocaml-compiler 6.0.1
- install js_of_ocaml-ppx      6.0.1
- install jsonm                1.0.2
- install logs                 0.7.0
- install lwt                  5.4.0
- install macaddr              5.6.0
- install magic-mime           1.0.0
- install mccs                 1.1+17
- install menhir               20200123
- install menhirLib            20200123
- install menhirSdk            20200123
- install mmap                 1.1.0
- install num                  1.5
- install ocaml-compiler-libs  v0.11.0
- install ocamlbuild           0.14.0
- install ocamlfind            1.9.1
- install ocamlgraph           2.0.0
- install ocplib-endian        1.0
- install omd                  1.3.1
- install opam-0install-cudf   0.4
- install opam-client          2.2.0
- install opam-core            2.2.0
- install opam-file-format     2.1.4
- install opam-format          2.2.0
- install opam-repository      2.2.0
- install opam-solver          2.2.0
- install opam-state           2.2.0
- install parmap               1.0-rc11
- install parsexp              v0.15.0
- install ppx_derivers         1.0
- install ppx_sexp_conv        v0.15.1
- install ppxlib               0.26.0
- install re                   1.10.3
- install result               1.5
- install sedlex               3.3
- install seq                  0.3
- install sexplib              v0.15.0
- install sexplib0             v0.15.0
- install sha                  1.13
- install spdx_licenses        1.0.0
- install stdlib-shims         0.1.0
- install stringext            1.4.0
- install swhid_core           0.1
- install topkg                1.0.8
- install uchar                0.0.2
- install uri                  4.0.0
- install uri-sexp             4.0.0
- install uutf                 1.0.3
- install xmlm                 1.4.0
- install yojson               2.1.0


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved 0install-solver.2.17  (cached)
-> retrieved angstrom.0.14.0  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved base.v0.15.0  (cached)
-> retrieved base64.3.1.0  (cached)
-> retrieved bigstringaf.0.1.0  (cached)
-> retrieved camlbz2.0.7.0  (cached)
-> retrieved camlzip.1.11  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved camlp4.4.14+1  (cached)
-> retrieved cohttp.4.0.0, cohttp-lwt.4.0.0, cohttp-lwt-unix.4.0.0  (cached)
-> retrieved conduit.2.1.0, conduit-lwt.2.1.0  (cached)
-> retrieved conduit-lwt-unix.2.2.2  (cached)
-> retrieved cow.2.3.0  (cached)
-> installed conf-c++.1.0
-> installed conf-pkg-config.1.0
-> installed conf-which.1
-> retrieved cppo.1.6.1  (cached)
-> retrieved cstruct.3.3.0  (cached)
-> installed conf-zlib.1
-> installed conf-aclocal.1.0.0
-> installed conf-autoconf.0.1
-> retrieved domain-name.0.3.0  (cached)
-> retrieved dose3.6.1  (cached)
-> installed conf-libbz2.1
-> retrieved cudf.0.7  (https://opam.ocaml.org/cache)
-> retrieved extlib.1.7.8  (cached)
-> retrieved ezjsonm.0.5.0  (cached)
-> retrieved fmt.0.8.5  (cached)
-> retrieved gen.0.2.2  (cached)
-> retrieved hex.1.2.0  (cached)
-> retrieved ipaddr.5.6.0, ipaddr-sexp.5.6.0, macaddr.5.6.0  (cached)
-> retrieved jbuilder.1.0+beta20.1  (cached)
-> retrieved dune-configurator.2.5.1, dune-private-libs.2.5.1  (cached)
-> retrieved dune.3.17.2  (cached)
-> retrieved js_of_ocaml.6.0.1, js_of_ocaml-compiler.6.0.1, js_of_ocaml-ppx.6.0.1  (cached)
-> retrieved jsonm.1.0.2  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved magic-mime.1.0.0  (cached)
-> installed cmdliner.1.3.0
-> retrieved lwt.5.4.0  (cached)
-> retrieved mccs.1.1+17  (cached)
-> retrieved menhir.20200123, menhirLib.20200123, menhirSdk.20200123  (cached)
-> retrieved mmap.1.1.0  (cached)
-> retrieved num.1.5  (cached)
-> retrieved ocaml-compiler-libs.v0.11.0  (cached)
-> retrieved ocamlbuild.0.14.0  (cached)
-> retrieved ocamlfind.1.9.1  (cached)
-> retrieved ocamlgraph.2.0.0  (cached)
-> retrieved ocplib-endian.1.0  (cached)
-> retrieved omd.1.3.1  (cached)
-> retrieved opam-0install-cudf.0.4  (cached)
-> retrieved opam-file-format.2.1.4  (cached)
-> retrieved parmap.1.0-rc11  (cached)
-> retrieved parsexp.v0.15.0  (cached)
-> retrieved opam-client.2.2.0, opam-core.2.2.0, opam-format.2.2.0, opam-repository.2.2.0, opam-solver.2.2.0, opam-state.2.2.0  (cached)
-> retrieved ppx_derivers.1.0  (cached)
-> retrieved ppx_sexp_conv.v0.15.1  (cached)
-> retrieved result.1.5  (cached)
-> retrieved re.1.10.3  (cached)
-> retrieved sedlex.3.3  (cached)
-> retrieved seq.0.3  (cached)
-> retrieved ppxlib.0.26.0  (cached)
-> retrieved sexplib.v0.15.0  (cached)
-> retrieved sexplib0.v0.15.0  (cached)
-> retrieved sha.1.13  (cached)
-> retrieved stdlib-shims.0.1.0  (cached)
-> retrieved spdx_licenses.1.0.0  (cached)
-> retrieved stringext.1.4.0  (cached)
-> retrieved swhid_core.0.1  (cached)
-> retrieved uchar.0.0.2  (cached)
-> retrieved topkg.1.0.8  (cached)
-> retrieved uutf.1.0.3  (cached)
-> retrieved xmlm.1.4.0  (cached)
-> retrieved uri.4.0.0, uri-sexp.4.0.0  (cached)
-> retrieved yojson.2.1.0  (cached)
-> installed num.1.5
-> installed ocamlfind.1.9.1
-> installed base-bytes.base
-> installed camlzip.1.11
-> installed camlbz2.0.7.0
-> installed ocamlbuild.0.14.0
-> installed uchar.0.0.2
-> installed jbuilder.1.0+beta20.1
-> installed ppx_derivers.1.0
-> installed bigstringaf.0.1.0
-> installed cppo.1.6.1
-> installed ocaml-compiler-libs.v0.11.0
-> installed parmap.1.0-rc11
-> installed stringext.1.4.0
-> installed extlib.1.7.8
-> installed gen.0.2.2
-> installed dune.3.17.2
-> installed magic-mime.1.0.0
-> installed 0install-solver.2.17
-> installed base64.3.1.0
-> installed macaddr.5.6.0
-> installed menhirLib.20200123
-> installed menhirSdk.20200123
-> installed mmap.1.1.0
-> installed ocplib-endian.1.0
-> installed dune-private-libs.2.5.1
-> installed omd.1.3.1
-> installed dune-configurator.2.5.1
-> installed opam-file-format.2.1.4
-> installed result.1.5
-> installed seq.0.3
-> installed sexplib0.v0.15.0
-> installed sha.1.13
-> installed spdx_licenses.1.0.0
-> installed stdlib-shims.0.1.0
-> installed swhid_core.0.1
-> installed topkg.1.0.8
-> installed angstrom.0.14.0
-> installed re.1.10.3
-> installed uutf.1.0.3
-> installed fmt.0.8.5
-> installed yojson.2.1.0
-> installed xmlm.1.4.0
-> installed menhir.20200123
-> installed astring.0.8.5
-> installed uri.4.0.0
-> installed ocamlgraph.2.0.0
-> installed domain-name.0.3.0
-> installed jsonm.1.0.2
-> installed ipaddr.5.6.0
-> installed lwt.5.4.0
-> installed base.v0.15.0
-> installed parsexp.v0.15.0
-> installed opam-core.2.2.0
-> installed sexplib.v0.15.0
-> installed cstruct.3.3.0
-> installed hex.1.2.0
-> installed ezjsonm.0.5.0
-> installed cow.2.3.0
-> installed ppxlib.0.26.0
-> installed opam-format.2.2.0
-> installed ppx_sexp_conv.v0.15.1
-> installed sedlex.3.3
-> installed ipaddr-sexp.5.6.0
-> installed uri-sexp.4.0.0
-> installed cohttp.4.0.0
-> installed opam-repository.2.2.0
[ERROR] The compilation of js_of_ocaml-compiler.6.0.1 failed at "dune build -p js_of_ocaml-compiler -j 255 @install".
-> installed opam-state.2.2.0
-> installed camlp4.4.14+1
-> installed cudf.0.7
-> installed opam-0install-cudf.0.4
-> installed dose3.6.1
-> installed mccs.1.1+17
-> installed opam-solver.2.2.0
-> installed opam-client.2.2.0


#=== ERROR while compiling js_of_ocaml-compiler.6.0.1 =========================#
# context     2.5.0 | linux/x86_64 | ocaml-base-compiler.4.14.3 | git+file:///home/opam/opam-repository
# path        ~/.opam/4.14/.opam-switch/build/js_of_ocaml-compiler.6.0.1
# command     ~/.opam/4.14/bin/dune build -p js_of_ocaml-compiler -j 255 @install
# exit-code   1
# env-file    ~/.opam/log/js_of_ocaml-compiler-1-975979.env
# output-file ~/.opam/log/js_of_ocaml-compiler-1-975979.out
### output ###
# (cd tools/version && /home/opam/.opam/4.14/bin/ocaml -I +compiler-libs /home/opam/.opam/4.14/.opam-switch/build/js_of_ocaml-compiler.6.0.1/_build/.dune/default/tools/version/dune.ml)
# fatal: not a git repository (or any of the parent directories): .git
# (cd _build/default && /home/opam/.opam/4.14/bin/ocamlc.opt -w -40 -w -7-37 -safe-string -g -bin-annot -I compiler/lib/.js_of_ocaml_compiler.objs/byte -I /home/opam/.opam/4.14/lib/gen -I /home/opam/.opam/4.14/lib/menhirLib -I /home/opam/.opam/4.14/lib/ocaml/compiler-libs -I /home/opam/.opam/4.14/lib/sedlex -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/yojson -intf-suffix .ml -no-alias-deps -open Js_of_ocaml_compiler -o compiler/lib/.js_of_ocaml_compiler.objs/byte/js_of_ocaml_compiler__Parse_bytecode.cmo -c -impl compiler/lib/parse_bytecode.pp.ml)
# File "compiler/lib/parse_bytecode.ml", line 254, characters 14-20:
# 254 |           env.ce_rec
#                     ^^^^^^
# Error: This expression has type Instruct.compilation_env
#        There is no field ce_rec within type Instruct.compilation_env
# (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -40 -w -7-37 -safe-string -g -I compiler/lib/.js_of_ocaml_compiler.objs/byte -I compiler/lib/.js_of_ocaml_compiler.objs/native -I /home/opam/.opam/4.14/lib/gen -I /home/opam/.opam/4.14/lib/menhirLib -I /home/opam/.opam/4.14/lib/ocaml/compiler-libs -I /home/opam/.opam/4.14/lib/sedlex -I /home/opam/.opam/4.14/lib/seq -I /home/opam/.opam/4.14/lib/yojson -intf-suffix .ml -no-alias-deps -open Js_of_ocaml_compiler -o compiler/lib/.js_of_ocaml_compiler.objs/native/js_of_ocaml_compiler__Parse_bytecode.cmx -c -impl compiler/lib/parse_bytecode.pp.ml)
# File "compiler/lib/parse_bytecode.ml", line 254, characters 14-20:
# 254 |           env.ce_rec
#                     ^^^^^^
# Error: This expression has type Instruct.compilation_env
#        There is no field ce_rec within type Instruct.compilation_env


<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build js_of_ocaml-compiler 6.0.1
+- 
+- The following changes have been performed (the rest was aborted)
| - install 0install-solver     2.17
| - install angstrom            0.14.0
| - install astring             0.8.5
| - install base                v0.15.0
| - install base-bytes          base
| - install base64              3.1.0
| - install bigstringaf         0.1.0
| - install camlbz2             0.7.0
| - install camlp4              4.14+1
| - install camlzip             1.11
| - install cmdliner            1.3.0
| - install cohttp              4.0.0
| - install conf-aclocal        1.0.0
| - install conf-autoconf       0.1
| - install conf-c++            1.0
| - install conf-libbz2         1
| - install conf-pkg-config     1.0
| - install conf-which          1
| - install conf-zlib           1
| - install cow                 2.3.0
| - install cppo                1.6.1
| - install cstruct             3.3.0
| - install cudf                0.7
| - install domain-name         0.3.0
| - install dose3               6.1
| - install dune                3.17.2
| - install dune-configurator   2.5.1
| - install dune-private-libs   2.5.1
| - install extlib              1.7.8
| - install ezjsonm             0.5.0
| - install fmt                 0.8.5
| - install gen                 0.2.2
| - install hex                 1.2.0
| - install ipaddr              5.6.0
| - install ipaddr-sexp         5.6.0
| - install jbuilder            1.0+beta20.1
| - install jsonm               1.0.2
| - install lwt                 5.4.0
| - install macaddr             5.6.0
| - install magic-mime          1.0.0
| - install mccs                1.1+17
| - install menhir              20200123
| - install menhirLib           20200123
| - install menhirSdk           20200123
| - install mmap                1.1.0
| - install num                 1.5
| - install ocaml-compiler-libs v0.11.0
| - install ocamlbuild          0.14.0
| - install ocamlfind           1.9.1
| - install ocamlgraph          2.0.0
| - install ocplib-endian       1.0
| - install omd                 1.3.1
| - install opam-0install-cudf  0.4
| - install opam-client         2.2.0
| - install opam-core           2.2.0
| - install opam-file-format    2.1.4
| - install opam-format         2.2.0
| - install opam-repository     2.2.0
| - install opam-solver         2.2.0
| - install opam-state          2.2.0
| - install parmap              1.0-rc11
| - install parsexp             v0.15.0
| - install ppx_derivers        1.0
| - install ppx_sexp_conv       v0.15.1
| - install ppxlib              0.26.0
| - install re                  1.10.3
| - install result              1.5
| - install sedlex              3.3
| - install seq                 0.3
| - install sexplib             v0.15.0
| - install sexplib0            v0.15.0
| - install sha                 1.13
| - install spdx_licenses       1.0.0
| - install stdlib-shims        0.1.0
| - install stringext           1.4.0
| - install swhid_core          0.1
| - install topkg               1.0.8
| - install uchar               0.0.2
| - install uri                 4.0.0
| - install uri-sexp            4.0.0
| - install uutf                1.0.3
| - install xmlm                1.4.0
| - install yojson              2.1.0
+- 


<><> jbuilder.1.0+beta20.1 installed successfully <><><><><><><><><><><><><><><>
=> Note: This package is deprecated.
# To update the current shell environment, run: eval $(opam env)


The former state can be restored with:
/usr/bin/opam switch import "/home/opam/.opam/4.14/.opam-switch/backup/state-20260428194839.export"
"/usr/bin/env" "bash" "-c" "opam install $DEPS" failed with exit status 31
2026-04-28 19:50.28: Job failed: Failed: Build failed