Build:
- 0
2026-04-26 19:04.02: New job: Build Dockerfile using linux-x86_64 in
[https://github.com/ocaml-opam/opam2web.git#refs/pull/194/head (895b346cbaf93f9b671fc9bbd31404a0879c09fa)]
2026-04-26 19:04.02: Using cache hint "https://github.com/ocaml-opam/opam2web.git-Dockerfile"
2026-04-26 19:04.02: Waiting for resource in pool OCluster
2026-04-26 19:04.02: Waiting for worker…
2026-04-26 19:04.02: 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 895b346 Added alt text to the images at the footer
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: 2.48kB done
#1 DONE 0.1s
#2 resolve image config for docker-image://docker.io/docker/dockerfile:1
#2 DONE 0.1s
#3 docker-image://docker.io/docker/dockerfile:1@sha256:2780b5c3bab67f1f76c781860de469442999ed1a0d7992a5efdf2cffc0e3d769
#3 CACHED
#4 [internal] load metadata for docker.io/library/alpine:3.14
#4 DONE 0.1s
#5 [internal] load metadata for docker.io/ocaml/opam:alpine-3.14-ocaml-4.10
#5 DONE 0.1s
#6 [internal] load .dockerignore
#6 transferring context: 2B done
#6 DONE 0.1s
#7 [opam2web 1/6] FROM docker.io/library/alpine:3.14@sha256:0f2d5c38dd7a4f4f733e688e3a6733cb5ab1ac6e3cb4603a5dd564e5bfb80eed
#7 DONE 0.0s
#8 [opam2web 2/6] RUN apk add git curl rsync libstdc++
#8 CACHED
#9 [build-opam-doc 1/14] FROM docker.io/ocaml/opam:alpine-3.14-ocaml-4.10@sha256:cac160603d123f71e9109c5de9ad1ff8eeda4c75be369ca27c3eb745dd0f4707
#9 DONE 0.0s
#10 [build-opam-doc 3/14] 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
#10 CACHED
#11 [build-opam-doc 2/14] RUN sudo apk add cgit groff
#11 CACHED
#12 [build-opam-doc 4/14] RUN sudo mv /usr/bin/opam-2.1 /usr/bin/opam && opam update
#12 CACHED
#13 [build-opam2web 4/13] WORKDIR /home/opam/opam2web
#13 CACHED
#14 [build-opam2web 3/13] RUN git clone https://github.com/ocaml/opam2web --depth 1 /home/opam/opam2web
#14 CACHED
#15 [build-opam2web 5/13] RUN sudo mkdir -p /opt/opam2web && sudo chown opam:opam /opt/opam2web
#15 CACHED
#16 [build-opam2web 2/13] RUN sudo apk add g++
#16 CACHED
#17 [build-opam2web 6/13] RUN sudo mv /usr/bin/opam-2.1 /usr/bin/opam
#17 CACHED
#18 [internal] load build context
#18 transferring context: 2.59kB done
#18 DONE 0.1s
#19 [build-opam-doc 5/14] RUN opam install odoc
#19 7.440 The following actions will be performed:
#19 7.440 - install ocamlfind 1.9.5 [required by fmt, astring, fpath]
#19 7.440 - install cmdliner 1.1.1 [required by odoc]
#19 7.440 - install dune 3.4.1 [required by odoc]
#19 7.440 - install seq base [required by tyxml]
#19 7.440 - install ocamlbuild 0.14.2 [required by fmt, astring, fpath]
#19 7.440 - install result 1.5 [required by odoc]
#19 7.440 - install cppo 1.6.9 [required by odoc]
#19 7.440 - install camlp-streams 5.0.1 [required by odoc-parser]
#19 7.440 - install re 1.10.4 [required by tyxml]
#19 7.440 - install topkg 1.0.5 [required by fmt, astring, fpath]
#19 7.440 - install uutf 1.0.3 [required by tyxml]
#19 7.440 - install fmt 0.9.0 [required by odoc]
#19 7.440 - install astring 0.8.5 [required by odoc]
#19 7.440 - install tyxml 4.5.0 [required by odoc]
#19 7.440 - install odoc-parser 1.0.1 [required by odoc]
#19 7.441 - install fpath 0.7.3 [required by odoc]
#19 7.441 - install odoc 2.1.1
#19 7.441 ===== 17 to install =====
#19 7.441
#19 7.441 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#19 7.653 -> retrieved astring.0.8.5 (https://erratique.ch/software/astring/releases/astring-0.8.5.tbz)
#19 7.708 -> retrieved cmdliner.1.1.1 (https://erratique.ch/software/cmdliner/releases/cmdliner-1.1.1.tbz)
#19 ...
#20 [build-opam2web 7/13] RUN opam repo set-url default https://opam-dev.ocaml.org/
#20 ...
#19 [build-opam-doc 5/14] RUN opam install odoc
#19 18.47 -> retrieved camlp-streams.5.0.1 (https://github.com/ocaml/camlp-streams/archive/v5.0.1.tar.gz)
#19 18.50 -> retrieved cppo.1.6.9 (https://github.com/ocaml-community/cppo/archive/v1.6.9.tar.gz)
#19 18.67 -> retrieved fmt.0.9.0 (https://erratique.ch/software/fmt/releases/fmt-0.9.0.tbz)
#19 18.71 -> retrieved fpath.0.7.3 (https://erratique.ch/software/fpath/releases/fpath-0.7.3.tbz)
#19 18.99 -> retrieved ocamlfind.1.9.5 (http://download.camlcity.org/download/findlib-1.9.5.tar.gz)
#19 19.84 -> retrieved dune.3.4.1 (https://github.com/ocaml/dune/releases/download/3.4.1/dune-3.4.1.tbz)
#19 20.64 -> retrieved ocamlbuild.0.14.2 (https://github.com/ocaml/ocamlbuild/archive/refs/tags/0.14.2.tar.gz)
#19 20.71 -> retrieved odoc-parser.1.0.1 (https://github.com/ocaml-doc/odoc-parser/releases/download/1.0.1/odoc-parser-1.0.1.tbz)
#19 20.92 -> retrieved odoc.2.1.1 (https://github.com/ocaml/odoc/releases/download/2.1.1/odoc-2.1.1.tbz)
#19 21.11 -> installed seq.base
#19 22.24 -> retrieved re.1.10.4 (https://github.com/ocaml/ocaml-re/releases/download/1.10.4/re-1.10.4.tbz)
#19 22.25 -> retrieved result.1.5 (https://github.com/janestreet/result/releases/download/1.5/result-1.5.tbz)
#19 22.28 -> retrieved topkg.1.0.5 (https://erratique.ch/software/topkg/releases/topkg-1.0.5.tbz)
#19 22.32 -> installed cmdliner.1.1.1
#19 22.44 -> retrieved uutf.1.0.3 (https://erratique.ch/software/uutf/releases/uutf-1.0.3.tbz)
#19 22.64 -> retrieved tyxml.4.5.0 (https://github.com/ocsigen/tyxml/releases/download/4.5.0/tyxml-4.5.0.tbz)
#19 23.86 -> installed ocamlfind.1.9.5
#19 27.67 -> installed ocamlbuild.0.14.2
#19 32.24 -> installed topkg.1.0.5
#19 33.31 -> installed uutf.1.0.3
#19 33.65 -> installed fmt.0.9.0
#19 33.88 -> installed astring.0.8.5
#19 34.60 -> installed dune.3.4.1
#19 34.74 -> installed fpath.0.7.3
#19 34.93 -> installed result.1.5
#19 34.96 -> installed camlp-streams.5.0.1
#19 35.51 -> installed odoc-parser.1.0.1
#19 35.59 -> installed re.1.10.4
#19 35.76 -> installed cppo.1.6.9
#19 38.77 -> installed tyxml.4.5.0
#19 44.69 -> installed odoc.2.1.1
#19 45.29 Done.
#19 45.30 # Run eval $(opam env) to update the current shell environment
#19 DONE 52.8s
#20 [build-opam2web 7/13] RUN opam repo set-url default https://opam-dev.ocaml.org/
#20 ...
#21 [build-opam-doc 6/14] RUN git clone https://github.com/ocaml/opam --single-branch --depth 1 --branch master /home/opam/opam
#21 0.312 Cloning into '/home/opam/opam'...
#21 DONE 1.4s
#20 [build-opam2web 7/13] RUN opam repo set-url default https://opam-dev.ocaml.org/
#20 ...
#22 [build-opam-doc 7/14] WORKDIR /home/opam/opam
#22 DONE 0.0s
#23 [build-opam-doc 8/14] RUN opam exec -- ./configure --without-mccs && opam exec -- make lib-ext && opam exec -- make
#23 0.535 checking for ocamlc... ocamlc
#23 0.547 OCaml version is 4.10.2
#23 0.557 OCaml library path is /home/opam/.opam/4.10/lib/ocaml
#23 0.557 checking for ocamlopt... ocamlopt
#23 0.568 checking for ocamlc.opt... ocamlc.opt
#23 0.579 checking for ocamlopt.opt... ocamlopt.opt
#23 0.592 checking for ocaml... ocaml
#23 0.592 checking for ocamldep... ocamldep
#23 0.593 checking for ocamldep.opt... ocamldep.opt
#23 0.604 checking for ocamlmktop... ocamlmktop
#23 0.604 checking for ocamlmklib... ocamlmklib
#23 0.605 checking for ocamldoc... ocamldoc
#23 0.605 checking for ocamldoc.opt... ocamldoc.opt
#23 0.617 checking for ocamlbuild... ocamlbuild
#23 0.617 checking OCaml Sys.os_type... Unix
#23 0.655 checking for gawk... no
#23 0.655 checking for mawk... no
#23 0.656 checking for nawk... no
#23 0.656 checking for awk... awk
#23 0.668 configure: error: Your version of OCaml (4.10.2) is not supported
#23 ERROR: process "/bin/sh -c opam exec -- ./configure --without-mccs && opam exec -- make lib-ext && opam exec -- make" did not complete successfully: exit code: 1
#20 [build-opam2web 7/13] RUN opam repo set-url default https://opam-dev.ocaml.org/
#20 CANCELED
------
> [build-opam-doc 8/14] RUN opam exec -- ./configure --without-mccs && opam exec -- make lib-ext && opam exec -- make:
0.604 checking for ocamlmklib... ocamlmklib
0.605 checking for ocamldoc... ocamldoc
0.605 checking for ocamldoc.opt... ocamldoc.opt
0.617 checking for ocamlbuild... ocamlbuild
0.617 checking OCaml Sys.os_type... Unix
0.655 checking for gawk... no
0.655 checking for mawk... no
0.656 checking for nawk... no
0.656 checking for awk... awk
0.668 configure: error: Your version of OCaml (4.10.2) is not supported
------
Dockerfile:36
--------------------
34 | RUN git clone https://github.com/ocaml/opam --single-branch --depth 1 --branch master /home/opam/opam
35 | WORKDIR /home/opam/opam
36 | >>> RUN opam exec -- ./configure --without-mccs && opam exec -- make lib-ext && opam exec -- make
37 | RUN echo '(vendored_dirs src_ext)' >> dune
38 | RUN opam exec -- make -C doc html man-html DUNE=dune
--------------------
ERROR: failed to solve: process "/bin/sh -c opam exec -- ./configure --without-mccs && opam exec -- make lib-ext && opam exec -- make" did not complete successfully: exit code: 1
docker-build failed with exit-code 1
2026-04-26 19:05.01: Job failed: Failed: Build failed