Build:
  1. 0
2026-06-27 15:01.24: New job: Build Dockerfile using linux-x86_64 in
                                [https://github.com/ocaml-opam/opam2web.git#refs/pull/247/head (4b93f80debf83ce3bd825495738af474a2ed7e9d)]
2026-06-27 15:01.24: Using cache hint "https://github.com/ocaml-opam/opam2web.git-Dockerfile"
2026-06-27 15:01.24: Waiting for resource in pool OCluster
2026-06-27 15:01.24: Waiting for worker…
2026-06-27 15:01.27: 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 4b93f80 Avoid duplicated archive-mirrors: field in the repo file
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: 3.29kB done
#1 DONE 0.0s

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

#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.0s

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

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

#7 [opam-archive 1/1] FROM docker.io/ocaml/opam:archive@sha256:4e155cb7b53112a692768818ef5c3c7ecff3310daa71b47cbeb70235b6e229e9
#7 CACHED

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

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

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

#11 [build-opam-doc  3/15] RUN sudo mkdir -p /usr/local/bin     && echo -e '#!/bin/sh -e\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
#11 CACHED

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

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

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

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

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

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

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

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

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

#21 [build-opam-doc  7/15] RUN git clone https://github.com/ocaml/opam /home/opam/opam     && git -C /home/opam/opam checkout 4248e30787a7735af997e5c862e16cf10e0c0104
#21 0.364 Cloning into '/home/opam/opam'...
#21 7.687 Note: switching to '4248e30787a7735af997e5c862e16cf10e0c0104'.
#21 7.687 
#21 7.687 You are in 'detached HEAD' state. You can look around, make experimental
#21 7.687 changes and commit them, and you can discard any commits you make in this
#21 7.687 state without impacting any branches by switching back to a branch.
#21 7.687 
#21 7.687 If you want to create a new branch to retain commits you create, you may
#21 7.687 do so (now or later) by using -c with the switch command. Example:
#21 7.687 
#21 7.687   git switch -c <new-branch-name>
#21 7.687 
#21 7.687 Or undo this operation with:
#21 7.687 
#21 7.687   git switch -
#21 7.687 
#21 7.687 Turn off this advice by setting config variable advice.detachedHead to false
#21 7.687 
#21 7.687 HEAD is now at 4248e3078 Merge pull request #6979 from kit-ty-kate/fix-gha-cygwin
#21 DONE 9.4s

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

#22 [build-opam-doc  8/15] WORKDIR /home/opam/opam
#22 DONE 0.2s

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

#23 [build-opam-doc  9/15] RUN opam exec -- ./configure --with-vendored-deps --without-mccs && opam exec -- make lib-ext && opam exec -- make
#23 0.444 checking for ocamlc... ocamlc
#23 0.452 OCaml version is 4.14.2
#23 0.461 OCaml library path is /home/opam/.opam/4.14/lib/ocaml
#23 0.461 checking for ocamlopt... ocamlopt
#23 0.470 checking for ocamlc.opt... ocamlc.opt
#23 0.478 checking for ocamlopt.opt... ocamlopt.opt
#23 0.489 checking for ocaml... ocaml
#23 0.489 checking for ocamldep... ocamldep
#23 0.489 checking for ocamldep.opt... ocamldep.opt
#23 0.496 checking for ocamlmktop... ocamlmktop
#23 0.497 checking for ocamlmklib... ocamlmklib
#23 0.498 checking for ocamldoc... ocamldoc
#23 0.498 checking for ocamldoc.opt... ocamldoc.opt
#23 0.509 checking for ocamlbuild... ocamlbuild
#23 0.509 checking OCaml Sys.os_type... Unix
#23 0.538 checking for gawk... no
#23 0.538 checking for mawk... no
#23 0.538 checking for nawk... no
#23 0.538 checking for awk... awk
#23 0.547 checking for compiler type... cc
#23 0.857 checking for compiler architecture... amd64
#23 1.171 checking for compiler system... linux
#23 1.480 checking for compiler target... x86_64-pc-linux-musl
#23 1.805 checking for gcc... gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -D_FILE_OFFSET_BITS=64
#23 1.856 checking whether the C compiler works... yes
#23 1.903 checking for C compiler default output file name... a.out
#23 1.906 checking for suffix of executables... 
#23 1.954 checking whether we are cross compiling... no
#23 2.001 checking for suffix of object files... o
#23 2.039 checking whether the compiler supports GNU C... yes
#23 2.072 checking whether gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -D_FILE_OFFSET_BITS=64 accepts -g... yes
#23 2.110 checking for gcc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC  -D_FILE_OFFSET_BITS=64 option to enable C11 features... none needed
#23 2.195 checking for ocamlobjinfo... ocamlobjinfo
#23 2.195 checking for ocamlfind... ocamlfind
#23 2.212 checking for curl... curl
#23 2.213 checking for dune... dune
#23 2.213 checking for patch... patch
#23 2.214 checking for bunzip2... bunzip2
#23 2.225 checking for linking method... shared
#23 2.225 
#23 2.225 checking for OCaml findlib package unix... found
#23 2.227 checking for OCaml findlib package re 1.10.0 or later... found 1.12.0
#23 2.239 checking for OCaml findlib package base64 3.1.0 or later... no
#23 2.242 checking for OCaml findlib package ocamlgraph 1.8.8 or later... no
#23 2.244 checking for OCaml findlib package cudf 0.7 or later... no
#23 2.247 checking for OCaml findlib package dose3.common 6.1 or later... no
#23 2.250 checking for OCaml findlib package dose3.algo 6.1 or later... no
#23 2.252 checking for OCaml findlib package opam-file-format 2.1.4 or later... no
#23 2.255 checking for OCaml findlib package spdx_licenses 1.4.0 or later... no
#23 2.257 checking for OCaml findlib package opam-0install-cudf 0.5.0 or later... no
#23 2.261 checking for OCaml findlib package jsonm 1.0.2 or later... no
#23 2.263 checking for OCaml findlib package uutf 1.0.3 or later... found 1.0.3
#23 2.275 checking for OCaml findlib package sha 1.13 or later... no
#23 2.278 checking for OCaml findlib package swhid_core 0.1 or later... no
#23 2.280 checking for OCaml findlib package patch 3.0.0 or later... no
#23 2.282 checking for OCaml findlib package tar 3.3.0 or later... no
#23 2.284 checking for OCaml findlib package checkseum 0.5.2 or later... no
#23 2.286 checking for OCaml findlib package decompress 1.5.1 or later... no
#23 2.288 checking for OCaml findlib package mccs 1.1+17 or later... no
#23 2.292 
#23 2.314 configure: creating ./config.status
#23 2.441 config.status: creating Makefile.config
#23 2.457 config.status: creating src/ocaml-flags-configure.sexp
#23 2.476 config.status: creating src/core/c-flags.sexp
#23 2.500 
#23 2.502 Opam will be built WITHOUT its default built-in solver
#23 2.502 
#23 2.502 Executables will be installed in /usr/local/bin
#23 2.502 Manual pages will be installed in /usr/local/share/man
#23 2.502 
#23 2.502 Downloading vendored source dependencies...
#23 2.514  * Downloading cppo...
#23 2.897  * Downloading base64...
#23 3.189  * Downloading extlib...
#23 3.458  * Downloading re...
#23 3.875  * Downloading ocamlgraph...
#23 4.140  * Downloading cudf...
#23 4.261  * Downloading dose3...
#23 4.414  * Downloading opam-file-format...
#23 4.657  * Downloading stdlib-shims...
#23 5.012  * Downloading spdx_licenses...
#23 5.277  * Downloading opam-0install-cudf...
#23 5.549  * Downloading 0install-solver...
#23 5.841  * Downloading uutf...
#23 6.011  * Downloading jsonm...
#23 6.175  * Downloading sha...
#23 6.420  * Downloading swhid_core...
#23 6.832  * Downloading menhir...
#23 7.280  * Downloading patch...
#23 7.538  * Downloading checkseum...
#23 7.794  * Downloading optint...
#23 8.065  * Downloading decompress...
#23 8.394  * Downloading tar...
#23 8.725  * Downloading dune-local...
#23 9.037 done
#23 9.037 Extracting vendored source dependencies in src_ext/... done
#23 10.86 make -j -C src_ext lib-ext
#23 10.86 make[1]: Entering directory '/home/opam/opam/src_ext'
#23 10.86 NOTE: make lib-ext is no longer required
#23 10.86 make[1]: Leaving directory '/home/opam/opam/src_ext'
#23 10.93 dune build --profile=release --root .  --promote-install-files -- opam-installer.install opam.install
#23 11.02 File "src_ext/dune-local/dune-project", line 1, characters 11-15:
#23 11.02 1 | (lang dune 3.20)
#23 11.02                ^^^^
#23 11.02 Error: Version 3.20 of the dune language is not supported.
#23 11.02 Supported versions of this extension in version 3.20 of the dune language:
#23 11.02 - 1.0 to 1.12
#23 11.02 - 2.0 to 2.9
#23 11.02 - 3.0 to 3.17
#23 11.06 make: *** [Makefile:147: build-opam] Error 1
#23 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

#20 [build-opam2web  7/14] RUN opam repo set-url default git+https://github.com/ocaml/opam-repository.git#10b9bc82426ac6d613a21b70509373ed5b785d42
#20 CANCELED
------
 > [build-opam-doc  9/15] RUN opam exec -- ./configure --with-vendored-deps --without-mccs && opam exec -- make lib-ext && opam exec -- make:
10.93 dune build --profile=release --root .  --promote-install-files -- opam-installer.install opam.install
11.02 File "src_ext/dune-local/dune-project", line 1, characters 11-15:
11.02 1 | (lang dune 3.20)
11.02                ^^^^
11.02 Error: Version 3.20 of the dune language is not supported.
11.02 Supported versions of this extension in version 3.20 of the dune language:
11.02 - 1.0 to 1.12
11.02 - 2.0 to 2.9
11.02 - 3.0 to 3.17
11.06 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-06-27 15:02.01: Job failed: Failed: Build failed