Build:
  1. 0
2026-09-26 20:58.34: New job: Build Dockerfile using linux-x86_64 in
                                [https://github.com/ocaml-opam/opam2web.git#refs/pull/252/head (2789afbdf591efed9a722f28b3c9b04880dfa735)]
2026-09-26 20:58.34: Using cache hint "https://github.com/ocaml-opam/opam2web.git-Dockerfile"
2026-09-26 20:58.34: Waiting for resource in pool OCluster
2026-09-26 20:58.34: Waiting for worker…
2026-09-26 21:07.09: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
Submodule path 'content/doc': checked out '13a77b2bc576763bfa469ca3ef6f139402b7357b'
HEAD is now at 2789afb lowercase opam where appropriate
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'
#0 building with "default" instance using docker driver

#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile:
#1 transferring dockerfile: 3.32kB done
#1 DONE 0.3s

#2 resolve image config for docker-image://docker.io/docker/dockerfile:1.3
#2 DONE 0.1s

#3 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2
#3 CACHED

#4 [internal] load .dockerignore
#4 transferring context: 53B done
#4 DONE 0.1s

#5 [internal] load metadata for docker.io/ocaml/opam:alpine-3.20-ocaml-4.14
#5 DONE 0.2s

#6 [internal] load metadata for docker.io/ocaml/opam:archive
#6 DONE 0.3s

#7 [stage-2  1/16] FROM docker.io/ocaml/opam:archive@sha256:92f3af1477b42ed7ebcb3e10deaf191c08c9364ba6df8b70c8dd44927b029225
#7 DONE 0.0s

#8 [stage-2  2/16] RUN apk add --update git curl rsync libstdc++ rdfind caddy
#8 CACHED

#9 [build-opam-doc  1/15] FROM docker.io/ocaml/opam:alpine-3.20-ocaml-4.14@sha256:f92b268390a2ea23f1e5a779f5cf75454639ec00650fa9def72c458bec72ddf4
#9 DONE 0.0s

#10 [build-opam-doc  4/15] RUN sudo mv /usr/bin/opam-2.3 /usr/bin/opam && opam update
#10 CACHED

#11 [build-opam-doc  6/15] RUN opam install odoc
#11 CACHED

#12 [build-opam-doc  2/15] RUN sudo apk add cgit groff
#12 CACHED

#13 [build-opam-doc  3/15] RUN sudo mkdir -p /usr/local/bin     && echo -e '#!/bin/sh\n                set -euo pipefail\n                echo\n                echo\n                echo "<!DOCTYPE html>"\n                echo "<HTML><HEAD><TITLE>$(basename $2 .1) manpage</TITLE></HEAD><BODY>"\n                /usr/lib/cgit/filters/html-converters/man2html <$2\n                echo "</BODY></HTML>"\n'        | sudo tee /usr/local/bin/man2html     && sudo chmod a+x /usr/local/bin/man2html
#13 CACHED

#14 [build-opam-doc  5/15] RUN opam option --global 'archive-mirrors+="https://opam.ocaml.org/cache"'
#14 CACHED

#15 [build-opam-doc  7/15] RUN git clone https://github.com/ocaml/opam /home/opam/opam     && git -C /home/opam/opam checkout 56c61875f7062378151b999ae9327f291c4c69ed
#15 CACHED

#16 [build-opam-doc  8/15] WORKDIR /home/opam/opam
#16 CACHED

#17 [internal] load build context
#17 transferring context: 1.16MB 0.0s done
#17 DONE 0.1s

#18 [build-opam2web  2/14] RUN sudo apk add g++ gmp-dev
#18 CACHED

#19 [build-opam2web  3/14] COPY --chown=opam:opam . /home/opam/opam2web
#19 CACHED

#20 [build-opam2web  4/14] WORKDIR /home/opam/opam2web
#20 CACHED

#21 [build-opam2web  5/14] RUN sudo mkdir -p /opt/opam2web && sudo chown opam:opam /opt/opam2web
#21 CACHED

#22 [build-opam2web  6/14] RUN sudo mv /usr/bin/opam-2.3 /usr/bin/opam && opam update
#22 CACHED

#23 [build-opam2web  7/14] RUN opam repo set-url default git+https://github.com/ocaml/opam-repository.git#111df5da0558d727ddd436665be5f9403cd9fb36
#23 ...

#24 [build-opam-doc  9/15] RUN opam exec -- ./configure --with-vendored-deps --without-mccs && opam exec -- make lib-ext && opam exec -- make
#24 0.407 checking for ocamlc... ocamlc
#24 0.415 OCaml version is 4.14.2
#24 0.424 OCaml library path is /home/opam/.opam/4.14/lib/ocaml
#24 0.424 checking for ocamlopt... ocamlopt
#24 0.433 checking for ocamlc.opt... ocamlc.opt
#24 0.441 checking for ocamlopt.opt... ocamlopt.opt
#24 0.450 checking for ocaml... ocaml
#24 0.450 checking for ocamldep... ocamldep
#24 0.451 checking for ocamldep.opt... ocamldep.opt
#24 0.457 checking for ocamlmktop... ocamlmktop
#24 0.457 checking for ocamlmklib... ocamlmklib
#24 0.458 checking for ocamldoc... ocamldoc
#24 0.458 checking for ocamldoc.opt... ocamldoc.opt
#24 0.467 checking for ocamlbuild... ocamlbuild
#24 0.467 checking OCaml Sys.os_type... Unix
#24 0.493 checking for gawk... no
#24 0.493 checking for mawk... no
#24 0.493 checking for nawk... no
#24 0.494 checking for awk... awk
#24 0.502 checking for compiler type... cc
#24 0.815 checking for compiler architecture... amd64
#24 1.115 checking for compiler system... linux
#24 1.419 checking for compiler target... x86_64-pc-linux-musl
#24 1.748 checking for gcc... gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -D_FILE_OFFSET_BITS=64
#24 1.786 checking whether the C compiler works... yes
#24 1.826 checking for C compiler default output file name... a.out
#24 1.828 checking for suffix of executables... 
#24 1.876 checking whether we are cross compiling... no
#24 1.926 checking for suffix of object files... o
#24 1.966 checking whether the compiler supports GNU C... yes
#24 2.000 checking whether gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -D_FILE_OFFSET_BITS=64 accepts -g... yes
#24 2.034 checking for gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -D_FILE_OFFSET_BITS=64 option to enable C11 features... none needed
#24 2.114 checking for ocamlobjinfo... ocamlobjinfo
#24 2.115 checking for ocamlfind... ocamlfind
#24 2.123 checking for curl... curl
#24 2.124 checking for dune... dune
#24 2.124 checking for patch... patch
#24 2.124 checking for bunzip2... bunzip2
#24 2.132 checking for linking method... shared
#24 2.132 
#24 2.132 checking for OCaml findlib package unix... found
#24 2.134 checking for OCaml findlib package re 1.10.0 or later... found 1.12.0
#24 2.143 checking for OCaml findlib package base64 3.1.0 or later... no
#24 2.146 checking for OCaml findlib package ocamlgraph 1.8.8 or later... no
#24 2.148 checking for OCaml findlib package cudf 0.11~rc1 or later... no
#24 2.150 checking for OCaml findlib package dose3.common 6.1 or later... no
#24 2.152 checking for OCaml findlib package dose3.algo 6.1 or later... no
#24 2.154 checking for OCaml findlib package opam-file-format 2.1.4 or later... no
#24 2.156 checking for OCaml findlib package spdx_licenses 1.4.0 or later... no
#24 2.158 checking for OCaml findlib package opam-0install-cudf 0.5.0 or later... no
#24 2.160 checking for OCaml findlib package jsonm 1.0.2 or later... no
#24 2.162 checking for OCaml findlib package uutf 1.0.3 or later... found 1.0.3
#24 2.172 checking for OCaml findlib package sha 1.13 or later... no
#24 2.175 checking for OCaml findlib package swhid_core 0.1 or later... no
#24 2.177 checking for OCaml findlib package patch 3.0.0 or later... no
#24 2.179 checking for OCaml findlib package tar 3.3.0 or later... no
#24 2.181 checking for OCaml findlib package checkseum 0.5.2 or later... no
#24 2.183 checking for OCaml findlib package decompress 1.5.1 or later... no
#24 2.185 checking for OCaml findlib package mccs 1.1+17 or later... no
#24 2.188 
#24 2.207 configure: creating ./config.status
#24 2.317 config.status: creating Makefile.config
#24 2.332 config.status: creating src/ocaml-flags-configure.sexp
#24 2.351 config.status: creating src/core/c-flags.sexp
#24 2.373 
#24 2.375 Opam will be built WITHOUT its default built-in solver
#24 2.375 
#24 2.375 Executables will be installed in /usr/local/bin
#24 2.375 Manual pages will be installed in /usr/local/share/man
#24 2.375 
#24 2.375 Downloading vendored source dependencies...
#24 2.388  * Downloading cppo...
#24 3.242  * Downloading base64...
#24 3.575  * Downloading extlib...
#24 3.911  * Downloading re...
#24 4.321  * Downloading ocamlgraph...
#24 4.679  * Downloading cudf...
#24 5.141  * Downloading dose3...
#24 5.585  * Downloading opam-file-format...
#24 5.903  * Downloading stdlib-shims...
#24 6.158  * Downloading spdx_licenses...
#24 6.505  * Downloading opam-0install-cudf...
#24 6.840  * Downloading 0install-solver...
#24 7.206  * Downloading uutf...
#24 7.366  * Downloading jsonm...
#24 7.526  * Downloading sha...
#24 7.881  * Downloading swhid_core...
#24 8.386  * Downloading menhir...
#24 16.26  * Downloading patch...
#24 16.58  * Downloading checkseum...
#24 16.97  * Downloading optint...
#24 17.30  * Downloading decompress...
#24 17.67  * Downloading tar...
#24 18.04  * Downloading dune-local...
#24 18.38 done
#24 18.38 Extracting vendored source dependencies in src_ext/... done
#24 20.45 make -j -C src_ext lib-ext
#24 20.45 make[1]: Entering directory '/home/opam/opam/src_ext'
#24 20.45 NOTE: make lib-ext is no longer required
#24 20.45 make[1]: Leaving directory '/home/opam/opam/src_ext'
#24 20.52 dune build --profile=release --root .  --promote-install-files -- opam-installer.install opam.install
#24 20.56 File "src_ext/dune-local/dune-project", line 1, characters 11-15:
#24 20.56 1 | (lang dune 3.20)
#24 20.56                ^^^^
#24 20.56 Error: Version 3.20 of the dune language is not supported.
#24 20.56 Supported versions of this extension in version 3.20 of the dune language:
#24 20.56 - 1.0 to 1.12
#24 20.56 - 2.0 to 2.9
#24 20.56 - 3.0 to 3.17
#24 20.59 make: *** [Makefile:147: build-opam] Error 1
#24 ERROR: process "/bin/sh -c opam exec -- ./configure --with-vendored-deps --without-mccs && opam exec -- make lib-ext && opam exec -- make" did not complete successfully: exit code: 2

#23 [build-opam2web  7/14] RUN opam repo set-url default git+https://github.com/ocaml/opam-repository.git#111df5da0558d727ddd436665be5f9403cd9fb36
#23 CANCELED
------
 > [build-opam-doc  9/15] RUN opam exec -- ./configure --with-vendored-deps --without-mccs && opam exec -- make lib-ext && opam exec -- make:
20.52 dune build --profile=release --root .  --promote-install-files -- opam-installer.install opam.install
20.56 File "src_ext/dune-local/dune-project", line 1, characters 11-15:
20.56 1 | (lang dune 3.20)
20.56                ^^^^
20.56 Error: Version 3.20 of the dune language is not supported.
20.56 Supported versions of this extension in version 3.20 of the dune language:
20.56 - 1.0 to 1.12
20.56 - 2.0 to 2.9
20.56 - 3.0 to 3.17
20.59 make: *** [Makefile:147: build-opam] Error 1
------
ERROR: failed to build: failed to solve: process "/bin/sh -c opam exec -- ./configure --with-vendored-deps --without-mccs && opam exec -- make lib-ext && opam exec -- make" did not complete successfully: exit code: 2
docker-build failed with exit-code 1
2026-09-26 21:07.50: Job failed: Failed: Build failed