2025-09-30 13:36.57: New job: test ocaml-opam/opam2web https://github.com/ocaml-opam/opam2web.git#refs/heads/live-staging (84fb568c99e521a6a018e823f3534159b5575118) (linux-x86_64:(lower-bound))Base: ocaml/opam:debian-13-ocaml-4.13@sha256:38155c3ac45ade378a0bdc17d043ef58a1228d4cf8d076d1252504fd9e11685eOpam project buildTo reproduce locally:git clone --recursive "https://github.com/ocaml-opam/opam2web.git" -b "live-staging" && cd "opam2web" && git reset --hard 84fb568ccat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:debian-13-ocaml-4.13@sha256:38155c3ac45ade378a0bdc17d043ef58a1228d4cf8d076d1252504fd9e11685e# debian-13-4.13_opam-2.4USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo ln -f /usr/bin/opam-2.4 /usr/bin/opamRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN cd ~/opam-repository && (git cat-file -e 3c6a0f524c62627fc4bb9a8b8d9cda1d8f4d26e9 || git fetch origin master) && git reset -q --hard 3c6a0f524c62627fc4bb9a8b8d9cda1d8f4d26e9 && git log --no-decorate -n1 --oneline && opam update -uCOPY --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 astring.0.8.5 base.v0.14.1 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.1.0 biniou.1.2.0 camlbz2.0.7.0 camlp4.4.13+1 camlzip.1.11 cmdliner.1.3.0 cohttp.2.4.0 cohttp-lwt.2.1.3 cohttp-lwt-unix.2.1.3 conduit.1.3.0 conduit-lwt.1.3.0 conduit-lwt-unix.1.3.0 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 dose3.6.1 dune.2.9.3 dune-configurator.2.5.1 dune-private-libs.2.5.1 easy-format.1.0.1 extlib.1.7.8 ezjsonm.0.5.0 fieldslib.v0.14.0 fmt.0.8.5 hex.1.2.0 ipaddr.2.9.0 jbuilder.1.0+beta20.1 js_of_ocaml.3.10.0 js_of_ocaml-compiler.3.10.0 js_of_ocaml-ppx.3.10.0 jsonm.1.0.2 logs.0.7.0 lwt.5.4.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.13.1 ocaml-base-compiler.4.13.1 ocaml-compiler-libs.v0.11.0 ocaml-config.2 ocaml-migrate-parsetree.2.2.0 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.14.1 ppx_derivers.1.0 ppx_fields_conv.v0.14.2 ppx_sexp_conv.v0.14.3 ppxlib.0.22.2 re.1.10.3 result.1.5 seq.0.3 sexplib.v0.14.0 sexplib0.v0.14.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.3.0.0 uri-sexp.3.0.0 uutf.1.0.3 xmlm.1.4.0 yojson.1.6.0"ENV CI="true"ENV OCAMLCI="true"RUN opam update --depexts && opam install --cli=2.4 --depext-only -y opam2web.dev $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2025-09-30 13:36.57: Using cache hint "ocaml-opam/opam2web-ocaml/opam:debian-13-ocaml-4.13@sha256:38155c3ac45ade378a0bdc17d043ef58a1228d4cf8d076d1252504fd9e11685e-debian-13-4.13_opam-2.4-61c9e23030fc72251f06464198f649ab"2025-09-30 13:36.57: Using OBuilder spec:((from ocaml/opam:debian-13-ocaml-4.13@sha256:38155c3ac45ade378a0bdc17d043ef58a1228d4cf8d076d1252504fd9e11685e)(comment debian-13-4.13_opam-2.4)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (shell "sudo ln -f /usr/bin/opam-2.4 /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 3c6a0f524c62627fc4bb9a8b8d9cda1d8f4d26e9 || git fetch origin master) && git reset -q --hard 3c6a0f524c62627fc4bb9a8b8d9cda1d8f4d26e9 && 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 (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))(env DEPS "0install-solver.2.17 astring.0.8.5 base.v0.14.1 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.1.0 biniou.1.2.0 camlbz2.0.7.0 camlp4.4.13+1 camlzip.1.11 cmdliner.1.3.0 cohttp.2.4.0 cohttp-lwt.2.1.3 cohttp-lwt-unix.2.1.3 conduit.1.3.0 conduit-lwt.1.3.0 conduit-lwt-unix.1.3.0 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 dose3.6.1 dune.2.9.3 dune-configurator.2.5.1 dune-private-libs.2.5.1 easy-format.1.0.1 extlib.1.7.8 ezjsonm.0.5.0 fieldslib.v0.14.0 fmt.0.8.5 hex.1.2.0 ipaddr.2.9.0 jbuilder.1.0+beta20.1 js_of_ocaml.3.10.0 js_of_ocaml-compiler.3.10.0 js_of_ocaml-ppx.3.10.0 jsonm.1.0.2 logs.0.7.0 lwt.5.4.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.13.1 ocaml-base-compiler.4.13.1 ocaml-compiler-libs.v0.11.0 ocaml-config.2 ocaml-migrate-parsetree.2.2.0 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.14.1 ppx_derivers.1.0 ppx_fields_conv.v0.14.2 ppx_sexp_conv.v0.14.3 ppxlib.0.22.2 re.1.10.3 result.1.5 seq.0.3 sexplib.v0.14.0 sexplib0.v0.14.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.3.0.0 uri-sexp.3.0.0 uutf.1.0.3 xmlm.1.4.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.4 --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")))2025-09-30 13:36.57: Waiting for resource in pool OCluster2025-09-30 13:36.57: Waiting for worker…2025-09-30 13:36.57: Got resource from pool OClusterBuilding on cleteAll commits already cachedSubmodule path 'content/doc': checked out '13a77b2bc576763bfa469ca3ef6f139402b7357b'HEAD is now at 84fb568 Merge remote-tracking branch 'rjbou/opamlib-2.1' into live-stagingSynchronizing 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.13@sha256:38155c3ac45ade378a0bdc17d043ef58a1228d4cf8d076d1252504fd9e11685e)2025-09-30 13:36.59 ---> using "edc61b5613d526714c47ca7477704e6216df8c199e369c488443808988d2a3ba" from cache/: (comment debian-13-4.13_opam-2.4)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))2025-09-30 13:36.59 ---> using "db0365f9e783ff2c38923d5987189ff7c6b3ea34d00037b79605c8ce09dadc39" 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] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[default] Initialised2025-09-30 13:36.59 ---> using "d655376f1b328583c124d5aee788d10f9c4f2593bb39a3e9f1a549b759496a57" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-84-genericThe OCaml toplevel, version 4.13.12.4.12025-09-30 13:36.59 ---> using "537996ed5dc51738f1bf92750ec11a482391cf41635c886974602ec9c6fcb00f" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2025-09-30 13:36.59 ---> using "63911a6b594163eaad95d039548bda0913389ae466376dc50b9628593a7aa064" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 3c6a0f524c62627fc4bb9a8b8d9cda1d8f4d26e9 || git fetch origin master) && git reset -q --hard 3c6a0f524c62627fc4bb9a8b8d9cda1d8f4d26e9 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADbcac5d1731..dfe27d924d master -> origin/master3c6a0f524c Merge pull request #28603 from mtelvers/cmdliner-fixup<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[default] synchronised from git+file:///home/opam/opam-repositoryEverything 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.3.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)2025-09-30 13:36.59 ---> using "3aa35832473cda4ae3b0bf1320414d7fcb7c9f96d9926f2e2821a71aa4d5ea1c" from cache/src: (copy (src opam2web.opam) (dst ./))2025-09-30 13:36.59 ---> using "aaefb9bd39c35646e93f3ed901d3134eb7cc72af8f924b28f6a0a5067f731458" 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)2025-09-30 13:36.59 ---> using "d96b8c9c7109cc12a338ce7a2fa341ab1cbcce409c994b5424d3e6b2c8966e3b" from cache/src: (run (network host)(shell "echo '(lang dune 3.0)' > './dune-project'"))2025-09-30 13:36.59 ---> using "f1d9a4cb67e114d27e078dbcbe1c07304d676b704d846bf625a6f6368b92f20b" from cache/src: (env DEPS "0install-solver.2.17 astring.0.8.5 base.v0.14.1 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.1.0 biniou.1.2.0 camlbz2.0.7.0 camlp4.4.13+1 camlzip.1.11 cmdliner.1.3.0 cohttp.2.4.0 cohttp-lwt.2.1.3 cohttp-lwt-unix.2.1.3 conduit.1.3.0 conduit-lwt.1.3.0 conduit-lwt-unix.1.3.0 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 dose3.6.1 dune.2.9.3 dune-configurator.2.5.1 dune-private-libs.2.5.1 easy-format.1.0.1 extlib.1.7.8 ezjsonm.0.5.0 fieldslib.v0.14.0 fmt.0.8.5 hex.1.2.0 ipaddr.2.9.0 jbuilder.1.0+beta20.1 js_of_ocaml.3.10.0 js_of_ocaml-compiler.3.10.0 js_of_ocaml-ppx.3.10.0 jsonm.1.0.2 logs.0.7.0 lwt.5.4.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.13.1 ocaml-base-compiler.4.13.1 ocaml-compiler-libs.v0.11.0 ocaml-config.2 ocaml-migrate-parsetree.2.2.0 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.14.1 ppx_derivers.1.0 ppx_fields_conv.v0.14.2 ppx_sexp_conv.v0.14.3 ppxlib.0.22.2 re.1.10.3 result.1.5 seq.0.3 sexplib.v0.14.0 sexplib0.v0.14.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.3.0.0 uri-sexp.3.0.0 uutf.1.0.3 xmlm.1.4.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.4 --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 [47.7 kB]- Fetched 138 kB in 0s (929 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.13.1).[NOTE] Package ocaml is already installed (current version is 4.13.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: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 ... 20622 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) ...2025-09-30 13:36.59 ---> using "5100198e8b5b645572c77855d37b6ac4be3e0b5d529b744d4f51148934d836d3" from cache/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.13.1).[NOTE] Package ocaml is already installed (current version is 4.13.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 90 packages- install 0install-solver 2.17- install astring 0.8.5- install base v0.14.1- install base-bytes base- install base64 3.1.0- install biniou 1.2.0- install camlbz2 0.7.0- install camlp4 4.13+1- install camlzip 1.11- install cmdliner 1.3.0- install cohttp 2.4.0- install cohttp-lwt 2.1.3- install cohttp-lwt-unix 2.1.3- install conduit 1.3.0- install conduit-lwt 1.3.0- install conduit-lwt-unix 1.3.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 dose3 6.1- install dune 2.9.3- install dune-configurator 2.5.1- install dune-private-libs 2.5.1- install easy-format 1.0.1- install extlib 1.7.8- install ezjsonm 0.5.0- install fieldslib v0.14.0- install fmt 0.8.5- install hex 1.2.0- install ipaddr 2.9.0- install jbuilder 1.0+beta20.1 (deprecated)- install js_of_ocaml 3.10.0- install js_of_ocaml-compiler 3.10.0- install js_of_ocaml-ppx 3.10.0- install jsonm 1.0.2- install logs 0.7.0- install lwt 5.4.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 ocaml-migrate-parsetree 2.2.0 (deprecated)- 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.14.1- install ppx_derivers 1.0- install ppx_fields_conv v0.14.2- install ppx_sexp_conv v0.14.3- install ppxlib 0.22.2- install re 1.10.3- install result 1.5- install seq 0.3- install sexplib v0.14.0- install sexplib0 v0.14.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 3.0.0- install uri-sexp 3.0.0- install uutf 1.0.3- install xmlm 1.4.0- install yojson 1.6.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved 0install-solver.2.17 (cached)-> retrieved astring.0.8.5 (cached)-> retrieved base.v0.14.1 (cached)-> retrieved base64.3.1.0 (cached)-> retrieved biniou.1.2.0 (cached)-> retrieved camlbz2.0.7.0 (cached)-> retrieved camlzip.1.11 (cached)-> retrieved cmdliner.1.3.0 (cached)-> retrieved camlp4.4.13+1 (cached)-> retrieved cohttp.2.4.0 (cached)-> retrieved cohttp-lwt.2.1.3, cohttp-lwt-unix.2.1.3 (cached)-> retrieved conduit.1.3.0, conduit-lwt.1.3.0, conduit-lwt-unix.1.3.0 (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)-> retrieved cudf.0.7 (cached)-> installed conf-zlib.1-> installed conf-aclocal.1.0.0-> installed conf-autoconf.0.1-> retrieved dose3.6.1 (cached)-> installed conf-libbz2.1-> retrieved easy-format.1.0.1 (cached)-> retrieved extlib.1.7.8 (cached)-> retrieved ezjsonm.0.5.0 (cached)-> retrieved fieldslib.v0.14.0 (cached)-> retrieved fmt.0.8.5 (cached)-> retrieved hex.1.2.0 (cached)-> retrieved ipaddr.2.9.0 (cached)-> retrieved jbuilder.1.0+beta20.1 (cached)-> retrieved dune.2.9.3 (cached)-> retrieved dune-configurator.2.5.1, dune-private-libs.2.5.1 (cached)-> retrieved js_of_ocaml.3.10.0, js_of_ocaml-compiler.3.10.0, js_of_ocaml-ppx.3.10.0 (cached)-> retrieved jsonm.1.0.2 (cached)-> retrieved logs.0.7.0 (cached)-> retrieved lwt.5.4.0 (cached)-> retrieved magic-mime.1.0.0 (cached)-> retrieved mccs.1.1+17 (cached)-> installed cmdliner.1.3.0-> 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 ocaml-migrate-parsetree.2.2.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 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 parmap.1.0-rc11 (cached)-> retrieved parsexp.v0.14.1 (cached)-> retrieved ppx_derivers.1.0 (cached)-> retrieved ppx_fields_conv.v0.14.2 (cached)-> retrieved ppx_sexp_conv.v0.14.3 (cached)-> retrieved result.1.5 (cached)-> retrieved seq.0.3 (cached)-> retrieved re.1.10.3 (cached)-> retrieved sexplib.v0.14.0 (cached)-> retrieved sexplib0.v0.14.0 (cached)-> retrieved sha.1.13 (cached)-> retrieved ppxlib.0.22.2 (cached)-> retrieved spdx_licenses.1.0.0 (cached)-> retrieved stdlib-shims.0.1.0 (cached)-> retrieved stringext.1.4.0 (cached)-> retrieved swhid_core.0.1 (cached)-> retrieved uchar.0.0.2 (cached)-> retrieved uutf.1.0.3 (cached)-> retrieved topkg.1.0.8 (cached)-> retrieved xmlm.1.4.0 (cached)-> retrieved yojson.1.6.0 (cached)-> retrieved uri.3.0.0, uri-sexp.3.0.0 (cached)-> installed num.1.5-> installed ocamlfind.1.9.1-> installed base-bytes.base-> installed easy-format.1.0.1-> installed camlzip.1.11-> installed camlbz2.0.7.0-> installed ocamlbuild.0.14.0-> installed uchar.0.0.2-> installed dune.2.9.3-> installed jbuilder.1.0+beta20.1-> installed 0install-solver.2.17-> installed seq.0.3-> installed mmap.1.1.0-> installed result.1.5-> installed ppx_derivers.1.0-> installed stdlib-shims.0.1.0-> installed menhirSdk.20200123-> installed spdx_licenses.1.0.0-> installed base64.3.1.0-> installed swhid_core.0.1-> installed sexplib0.v0.14.0-> installed opam-file-format.2.1.4-> installed menhirLib.20200123-> installed biniou.1.2.0-> installed parmap.1.0-rc11-> installed cppo.1.6.1-> installed magic-mime.1.0.0-> installed ocaml-compiler-libs.v0.11.0-> installed ocaml-migrate-parsetree.2.2.0-> installed ocamlgraph.2.0.0-> installed re.1.10.3-> installed sha.1.13-> installed stringext.1.4.0-> installed dune-private-libs.2.5.1-> installed extlib.1.7.8-> installed topkg.1.0.8-> installed yojson.1.6.0-> installed ocplib-endian.1.0-> installed astring.0.8.5-> installed dune-configurator.2.5.1-> installed fmt.0.8.5-> installed menhir.20200123-> installed omd.1.3.1-> installed uri.3.0.0-> installed uutf.1.0.3-> installed xmlm.1.4.0-> installed jsonm.1.0.2-> installed lwt.5.4.0-> installed base.v0.14.1-> installed fieldslib.v0.14.0-> installed opam-core.2.2.0-> installed parsexp.v0.14.1-> installed ppxlib.0.22.2-> installed sexplib.v0.14.0-> installed cstruct.3.3.0-> installed hex.1.2.0-> installed ezjsonm.0.5.0-> installed cow.2.3.0-> installed ppx_fields_conv.v0.14.2-> installed ppx_sexp_conv.v0.14.3-> installed opam-format.2.2.0-> installed uri-sexp.3.0.0-> installed ipaddr.2.9.0-> installed cohttp.2.4.0-> installed js_of_ocaml-compiler.3.10.0-> installed opam-repository.2.2.0-> installed opam-state.2.2.0-> installed js_of_ocaml.3.10.0-> installed logs.0.7.0-> installed js_of_ocaml-ppx.3.10.0-> installed conduit.1.3.0-> installed cohttp-lwt.2.1.3-> installed conduit-lwt.1.3.0-> installed conduit-lwt-unix.1.3.0-> installed cohttp-lwt-unix.2.1.3-> installed camlp4.4.13+1-> installed cudf.0.7-> installed opam-0install-cudf.0.4-> installed mccs.1.1+17-> installed dose3.6.1-> installed opam-solver.2.2.0-> installed opam-client.2.2.0Done.<><> ocaml-migrate-parsetree.2.2.0 installed successfully <><><><><><><><><><><>=> Note: This package is deprecated.<><> jbuilder.1.0+beta20.1 installed successfully <><><><><><><><><><><><><><><>=> Note: This package is deprecated.# To update the current shell environment, run: eval $(opam env)2025-09-30 13:36.59 ---> using "3f59b92f4086801fb54481a566312210ee7640be9e5d6e6afad3836891ab9769" from cache/src: (copy (src .) (dst /src))2025-09-30 13:37.00 ---> saved as "98040c3841bbb56f2771700fc1fb5a9531cb0808cfb8785fdbae2a901a16cff0"/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))File "/home/opam/.opam/4.13/lib/cow/cow.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 thislibrary provides.File "/home/opam/.opam/4.13/lib/ezjsonm/ezjsonm.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 thislibrary provides.File "/home/opam/.opam/4.13/lib/hex/hex.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 thislibrary provides.File "/home/opam/.opam/4.13/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 thislibrary provides.File "/home/opam/.opam/4.13/lib/ocaml-compiler-libs/bytecomp/ocaml-compiler-libs.bytecomp.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 thislibrary provides.File "/home/opam/.opam/4.13/lib/ocaml-compiler-libs/common/ocaml-compiler-libs.common.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 thislibrary provides.File "/home/opam/.opam/4.13/lib/ocaml-compiler-libs/shadow/ocaml-compiler-libs.shadow.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 thislibrary provides.File "/home/opam/.opam/4.13/lib/ocaml-compiler-libs/toplevel/ocaml-compiler-libs.toplevel.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 thislibrary provides.File "/home/opam/.opam/4.13/lib/ppx_derivers/ppx_derivers.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 thislibrary provides.ocamlc src/.opam2web.objs/byte/o2wPackage.{cmo,cmt} (exit 2)(cd _build/default && /home/opam/.opam/4.13/bin/ocamlc.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -bin-annot -I src/.opam2web.objs/byte -I /home/opam/.opam/4.13/lib/0install-solver -I /home/opam/.opam/4.13/lib/base/caml -I /home/opam/.opam/4.13/lib/base64 -I /home/opam/.opam/4.13/lib/biniou -I /home/opam/.opam/4.13/lib/bytes -I /home/opam/.opam/4.13/lib/bz2 -I /home/opam/.opam/4.13/lib/cmdliner -I /home/opam/.opam/4.13/lib/cow -I /home/opam/.opam/4.13/lib/cstruct -I /home/opam/.opam/4.13/lib/cudf -I /home/opam/.opam/4.13/lib/dose3/algo -I /home/opam/.opam/4.13/lib/dose3/common -I /home/opam/.opam/4.13/lib/easy-format -I /home/opam/.opam/4.13/lib/extlib -I /home/opam/.opam/4.13/lib/ezjsonm -I /home/opam/.opam/4.13/lib/fmt -I /home/opam/.opam/4.13/lib/hex -I /home/opam/.opam/4.13/lib/jsonm -I /home/opam/.opam/4.13/lib/mccs -I /home/opam/.opam/4.13/lib/mccs/glpk/internal -I /home/opam/.opam/4.13/lib/ocamlgraph -I /home/opam/.opam/4.13/lib/omd -I /home/opam/.opam/4.13/lib/opam-0install-cudf -I /home/opam/.opam/4.13/lib/opam-client -I /home/opam/.opam/4.13/lib/opam-core -I /home/opam/.opam/4.13/lib/opam-file-format -I /home/opam/.opam/4.13/lib/opam-format -I /home/opam/.opam/4.13/lib/opam-repository -I /home/opam/.opam/4.13/lib/opam-solver -I /home/opam/.opam/4.13/lib/opam-state -I /home/opam/.opam/4.13/lib/parsexp -I /home/opam/.opam/4.13/lib/re -I /home/opam/.opam/4.13/lib/re/pcre -I /home/opam/.opam/4.13/lib/re/posix -I /home/opam/.opam/4.13/lib/result -I /home/opam/.opam/4.13/lib/seq -I /home/opam/.opam/4.13/lib/sexplib -I /home/opam/.opam/4.13/lib/sexplib0 -I /home/opam/.opam/4.13/lib/sha -I /home/opam/.opam/4.13/lib/spdx_licenses -I /home/opam/.opam/4.13/lib/stdlib-shims -I /home/opam/.opam/4.13/lib/stringext -I /home/opam/.opam/4.13/lib/swhid_core -I /home/opam/.opam/4.13/lib/uchar -I /home/opam/.opam/4.13/lib/uri -I /home/opam/.opam/4.13/lib/uutf -I /home/opam/.opam/4.13/lib/xmlm -I /home/opam/.opam/4.13/lib/yojson -I /home/opam/.opam/4.13/lib/zip -I src/apalog/.apalog.objs/byte -intf-suffix .ml -no-alias-deps -opaque -o src/.opam2web.objs/byte/o2wPackage.cmo -c -impl src/o2wPackage.ml)File "src/o2wPackage.ml", line 476, characters 31-38:476 | let rel = OpamFilename.Op.(pkg_rel // "opam") in^^^^^^^Error: This expression has type string but an expression was expected of typedirnameocamlopt src/.opam2web.objs/native/o2wPackage.{cmx,o} (exit 2)(cd _build/default && /home/opam/.opam/4.13/bin/ocamlopt.opt -w @1..3@5..28@30..39@43@46..47@49..57@61..62-40 -strict-sequence -strict-formats -short-paths -keep-locs -g -I src/.opam2web.objs/byte -I src/.opam2web.objs/native -I /home/opam/.opam/4.13/lib/0install-solver -I /home/opam/.opam/4.13/lib/base/caml -I /home/opam/.opam/4.13/lib/base64 -I /home/opam/.opam/4.13/lib/biniou -I /home/opam/.opam/4.13/lib/bytes -I /home/opam/.opam/4.13/lib/bz2 -I /home/opam/.opam/4.13/lib/cmdliner -I /home/opam/.opam/4.13/lib/cow -I /home/opam/.opam/4.13/lib/cstruct -I /home/opam/.opam/4.13/lib/cudf -I /home/opam/.opam/4.13/lib/dose3/algo -I /home/opam/.opam/4.13/lib/dose3/common -I /home/opam/.opam/4.13/lib/easy-format -I /home/opam/.opam/4.13/lib/extlib -I /home/opam/.opam/4.13/lib/ezjsonm -I /home/opam/.opam/4.13/lib/fmt -I /home/opam/.opam/4.13/lib/hex -I /home/opam/.opam/4.13/lib/jsonm -I /home/opam/.opam/4.13/lib/mccs -I /home/opam/.opam/4.13/lib/mccs/glpk/internal -I /home/opam/.opam/4.13/lib/ocamlgraph -I /home/opam/.opam/4.13/lib/omd -I /home/opam/.opam/4.13/lib/opam-0install-cudf -I /home/opam/.opam/4.13/lib/opam-client -I /home/opam/.opam/4.13/lib/opam-core -I /home/opam/.opam/4.13/lib/opam-file-format -I /home/opam/.opam/4.13/lib/opam-format -I /home/opam/.opam/4.13/lib/opam-repository -I /home/opam/.opam/4.13/lib/opam-solver -I /home/opam/.opam/4.13/lib/opam-state -I /home/opam/.opam/4.13/lib/parsexp -I /home/opam/.opam/4.13/lib/re -I /home/opam/.opam/4.13/lib/re/pcre -I /home/opam/.opam/4.13/lib/re/posix -I /home/opam/.opam/4.13/lib/result -I /home/opam/.opam/4.13/lib/seq -I /home/opam/.opam/4.13/lib/sexplib -I /home/opam/.opam/4.13/lib/sexplib0 -I /home/opam/.opam/4.13/lib/sha -I /home/opam/.opam/4.13/lib/spdx_licenses -I /home/opam/.opam/4.13/lib/stdlib-shims -I /home/opam/.opam/4.13/lib/stringext -I /home/opam/.opam/4.13/lib/swhid_core -I /home/opam/.opam/4.13/lib/uchar -I /home/opam/.opam/4.13/lib/uri -I /home/opam/.opam/4.13/lib/uutf -I /home/opam/.opam/4.13/lib/xmlm -I /home/opam/.opam/4.13/lib/yojson -I /home/opam/.opam/4.13/lib/zip -I src/apalog/.apalog.objs/byte -I src/apalog/.apalog.objs/native -intf-suffix .ml -no-alias-deps -opaque -o src/.opam2web.objs/native/o2wPackage.cmx -c -impl src/o2wPackage.ml)File "src/o2wPackage.ml", line 476, characters 31-38:476 | let rel = OpamFilename.Op.(pkg_rel // "opam") in^^^^^^^Error: This expression has type string but an expression was expected of typedirname"/usr/bin/env" "bash" "-c" "opam exec -- dune build @install @check @runtest && rm -rf _build" failed with exit status 12025-09-30 13:37.03: Job failed: Failed: Build failed