Build:
  1. 0
2026-04-13 14:31.42: New job: Build Dockerfile using linux-x86_64 in
                                [https://github.com/ocaml-opam/opam2web.git#refs/pull/194/head (895b346cbaf93f9b671fc9bbd31404a0879c09fa)]
2026-04-13 14:31.42: Using cache hint "https://github.com/ocaml-opam/opam2web.git-Dockerfile"
2026-04-13 14:31.42: Waiting for resource in pool OCluster
2026-04-13 14:31.42: Waiting for worker…
2026-04-13 14:31.45: Got resource from pool OCluster
Building on bremusa.ocamllabs.io
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
Synchronising 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: 2.48kB done
#1 DONE 0.3s

#2 resolve image config for docker-image://docker.io/docker/dockerfile:1
#2 DONE 0.5s

#3 docker-image://docker.io/docker/dockerfile:1@sha256:2780b5c3bab67f1f76c781860de469442999ed1a0d7992a5efdf2cffc0e3d769
#3 CACHED

#4 [internal] load metadata for docker.io/ocaml/opam:alpine-3.14-ocaml-4.10
#4 ...

#5 [internal] load metadata for docker.io/library/alpine:3.14
#5 DONE 0.4s

#4 [internal] load metadata for docker.io/ocaml/opam:alpine-3.14-ocaml-4.10
#4 DONE 0.7s

#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 [build-opam-doc  1/14] FROM docker.io/ocaml/opam:alpine-3.14-ocaml-4.10@sha256:cac160603d123f71e9109c5de9ad1ff8eeda4c75be369ca27c3eb745dd0f4707
#8 DONE 0.0s

#9 [opam2web 2/6] RUN apk add git curl rsync libstdc++
#9 CACHED

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

#11 [build-opam-doc  5/14] RUN opam install odoc
#11 CACHED

#12 [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
#12 CACHED

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

#14 [build-opam-doc  6/14] RUN git clone https://github.com/ocaml/opam --single-branch --depth 1 --branch master /home/opam/opam
#14 CACHED

#15 [build-opam-doc  7/14] WORKDIR /home/opam/opam
#15 CACHED

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

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

#18 [build-opam2web  3/13] RUN git clone https://github.com/ocaml/opam2web --depth 1 /home/opam/opam2web
#18 CACHED

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

#20 [build-opam2web  6/13] RUN sudo mv /usr/bin/opam-2.1 /usr/bin/opam
#20 CACHED

#21 [internal] load build context
#21 transferring context: 2.59kB done
#21 DONE 0.1s

#22 [build-opam2web  7/13] RUN opam repo set-url default https://opam-dev.ocaml.org/
#22 ...

#23 [build-opam-doc  8/14] RUN opam exec -- ./configure --without-mccs && opam exec -- make lib-ext && opam exec -- make
#23 1.210 checking for ocamlc... ocamlc
#23 1.231 OCaml version is 4.10.2
#23 1.243 OCaml library path is /home/opam/.opam/4.10/lib/ocaml
#23 1.243 checking for ocamlopt... ocamlopt
#23 1.308 checking for ocamlc.opt... ocamlc.opt
#23 1.317 checking for ocamlopt.opt... ocamlopt.opt
#23 1.342 checking for ocaml... ocaml
#23 1.342 checking for ocamldep... ocamldep
#23 1.342 checking for ocamldep.opt... ocamldep.opt
#23 1.375 checking for ocamlmktop... ocamlmktop
#23 1.375 checking for ocamlmklib... ocamlmklib
#23 1.375 checking for ocamldoc... ocamldoc
#23 1.375 checking for ocamldoc.opt... ocamldoc.opt
#23 1.412 checking for ocamlbuild... ocamlbuild
#23 1.414 checking OCaml Sys.os_type... Unix
#23 1.474 checking for gawk... no
#23 1.474 checking for mawk... no
#23 1.475 checking for nawk... no
#23 1.476 checking for awk... awk
#23 1.496 checking for compiler type... cc
#23 2.300 checking for compiler architecture... amd64
#23 2.868 checking for compiler system... linux
#23 3.401 checking for compiler target... x86_64-pc-linux-musl
#23 3.995 checking for gcc... gcc -O2 -fno-strict-aliasing -fwrapv -D_FILE_OFFSET_BITS=64
#23 4.083 checking whether the C compiler works... yes
#23 4.240 checking for C compiler default output file name... a.out
#23 4.243 checking for suffix of executables... 
#23 4.340 checking whether we are cross compiling... no
#23 4.443 checking for suffix of object files... o
#23 4.528 checking whether the compiler supports GNU C... yes
#23 4.629 checking whether gcc -O2 -fno-strict-aliasing -fwrapv -D_FILE_OFFSET_BITS=64 accepts -g... yes
#23 4.704 checking for gcc -O2 -fno-strict-aliasing -fwrapv -D_FILE_OFFSET_BITS=64 option to enable C11 features... none needed
#23 4.906 checking for ocamlobjinfo... ocamlobjinfo
#23 4.906 checking for ocamlfind... ocamlfind
#23 4.968 checking for curl... curl
#23 4.968 checking for dune... dune
#23 4.968 checking for patch... patch
#23 4.968 checking for bunzip2... bunzip2
#23 4.976 checking for linking method... shared
#23 4.977 
#23 4.977 checking for OCaml findlib package unix... found
#23 4.984 checking for OCaml findlib package re 1.9.0 or later... found 1.10.4
#23 5.014 checking for OCaml findlib package base64 3.1.0 or later... no
#23 5.018 checking for OCaml findlib package ocamlgraph... not found
#23 5.022 checking for OCaml findlib package cudf 0.7 or later... no
#23 5.026 checking for OCaml findlib package dose3.common 6.1 or later... no
#23 5.033 checking for OCaml findlib package dose3.algo 6.1 or later... no
#23 5.037 checking for OCaml findlib package opam-file-format 2.1.4 or later... no
#23 5.041 checking for OCaml findlib package spdx_licenses... not found
#23 5.049 checking for OCaml findlib package opam-0install-cudf 0.5.0 or later... no
#23 5.053 checking for OCaml findlib package jsonm... not found
#23 5.062 checking for OCaml findlib package uutf... found
#23 5.066 checking for OCaml findlib package sha... not found
#23 5.080 checking for OCaml findlib package swhid_core... not found
#23 5.080 checking for OCaml findlib package patch... not found
#23 5.083 checking for OCaml findlib package mccs 1.1+17 or later... no
#23 5.086 
#23 5.087 configure: error: Dependencies missing. Use --with-vendored-deps or --disable-checks
#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

#22 [build-opam2web  7/13] RUN opam repo set-url default https://opam-dev.ocaml.org/
#22 CANCELED
------
 > [build-opam-doc  8/14] RUN opam exec -- ./configure --without-mccs && opam exec -- make lib-ext && opam exec -- make:
5.041 checking for OCaml findlib package spdx_licenses... not found
5.049 checking for OCaml findlib package opam-0install-cudf 0.5.0 or later... no
5.053 checking for OCaml findlib package jsonm... not found
5.062 checking for OCaml findlib package uutf... found
5.066 checking for OCaml findlib package sha... not found
5.080 checking for OCaml findlib package swhid_core... not found
5.080 checking for OCaml findlib package patch... not found
5.083 checking for OCaml findlib package mccs 1.1+17 or later... no
5.086 
5.087 configure: error: Dependencies missing. Use --with-vendored-deps or --disable-checks
------
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-13 14:32.05: Job failed: Failed: Build failed