Build:
  1. 0
2025-11-25 08:57.17: New job: Build Dockerfile using linux-x86_64 in
                                [https://github.com/ocaml-opam/opam2web.git#refs/heads/live (96aeb113e77400bb8f30f4d5a8811eb8acf754d7)]
2025-11-25 08:57.17: Will push staging image to ocurrentbuilder/staging:live-ocurrent-opam.ocaml.org-linux-x86_64
2025-11-25 08:57.17: Using cache hint "https://github.com/ocaml-opam/opam2web.git-Dockerfile"
2025-11-25 08:57.17: Waiting for resource in pool OCluster
2025-11-25 08:57.17: Waiting for worker…
2025-11-25 08:57.19: 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 96aeb11 Merge pull request #249 from kit-ty-kate/fix-man2html
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.32kB done
#1 DONE 0.2s

#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:alpine-3.20-ocaml-4.14
#5 ...

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

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

#7 [stage-2  1/16] FROM docker.io/ocaml/opam:archive@sha256:0e9d6d7dbe9916d7f6cfa513f3a68704fb9c9d850a997c66e621861ef68b9ed3
#7 resolve docker.io/ocaml/opam:archive@sha256:0e9d6d7dbe9916d7f6cfa513f3a68704fb9c9d850a997c66e621861ef68b9ed3 done
#7 sha256:8c636135d4c9e479d348d9cb1c2cea74b61ddc4c1e2fe18151377cc84840a2c5 1.03kB / 1.03kB done
#7 sha256:2d35ebdb57d9971fea0cac1582aa78935adf8058b2cc32db163c98822e5dfa1b 3.80MB / 3.80MB 0.9s done
#7 extracting sha256:2d35ebdb57d9971fea0cac1582aa78935adf8058b2cc32db163c98822e5dfa1b 0.3s done
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 936.38MB / 8.19GB 42.8s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 65.01MB / 17.33GB 42.8s
#7 sha256:0e9d6d7dbe9916d7f6cfa513f3a68704fb9c9d850a997c66e621861ef68b9ed3 433B / 433B done
#7 sha256:13bbba3e72f512050763829a9578711ae265f111b820a047c0fef58ffb8ae8b2 957B / 957B done
#7 ...

#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 13/15] RUN cp -r doc/html /opt/opam/doc/api
#10 CACHED

#11 [build-opam-doc 14/15] RUN cp -r doc/man-html /opt/opam/doc/man
#11 CACHED

#12 [build-opam-doc 11/15] RUN opam exec -- make -C doc html man-html DUNE=dune
#12 CACHED

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

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

#15 [build-opam-doc 12/15] RUN sudo mkdir -p /opt/opam/doc && sudo chown -R opam:opam /opt/opam
#15 CACHED

#16 [build-opam-doc 10/15] RUN echo '(vendored_dirs src_ext)' >> dune
#16 CACHED

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

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

#19 [build-opam-doc  9/15] RUN opam exec -- ./configure --with-vendored-deps --without-mccs && opam exec -- make lib-ext && opam exec -- make
#19 CACHED

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

#21 [build-opam-doc 15/15] RUN cp -r doc/pages/* /opt/opam/doc/
#21 CACHED

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

#23 [build-opam2web  3/14] COPY --chown=opam:opam . /home/opam/opam2web
#23 DONE 0.1s

#24 [build-opam2web  4/14] WORKDIR /home/opam/opam2web
#24 DONE 0.0s

#25 [build-opam2web  5/14] RUN sudo mkdir -p /opt/opam2web && sudo chown opam:opam /opt/opam2web
#25 DONE 0.4s

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

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

#7 [stage-2  1/16] FROM docker.io/ocaml/opam:archive@sha256:0e9d6d7dbe9916d7f6cfa513f3a68704fb9c9d850a997c66e621861ef68b9ed3
#7 sha256:8c636135d4c9e479d348d9cb1c2cea74b61ddc4c1e2fe18151377cc84840a2c5 1.03kB / 1.03kB done
#7 sha256:2d35ebdb57d9971fea0cac1582aa78935adf8058b2cc32db163c98822e5dfa1b 3.80MB / 3.80MB 0.4s done
#7 extracting sha256:2d35ebdb57d9971fea0cac1582aa78935adf8058b2cc32db163c98822e5dfa1b 0.2s done
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 18.87MB / 8.19GB 1.5s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 1.05MB / 17.33GB 1.5s
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 96.47MB / 8.19GB 6.5s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 57.67MB / 17.33GB 6.5s
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 185.60MB / 8.19GB 11.5s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 100.66MB / 17.33GB 11.5s
#7 ...

#28 [build-opam2web  6/14] RUN sudo mv /usr/bin/opam-2.3 /usr/bin/opam && opam update
#28 0.535 This development 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.
#28 0.535 You may want to back it up before going further.
#28 0.535 
#28 0.536 Continue? [y/n] y
#28 0.542 Format upgrade done.
#28 ...

#7 [stage-2  1/16] FROM docker.io/ocaml/opam:archive@sha256:0e9d6d7dbe9916d7f6cfa513f3a68704fb9c9d850a997c66e621861ef68b9ed3
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 269.48MB / 8.19GB 16.5s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 160.43MB / 17.33GB 16.5s
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 349.18MB / 8.19GB 21.6s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 211.81MB / 17.33GB 21.6s
#7 ...

#28 [build-opam2web  6/14] RUN sudo mv /usr/bin/opam-2.3 /usr/bin/opam && opam update
#28 11.52 
#28 11.52 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
#28 ...

#7 [stage-2  1/16] FROM docker.io/ocaml/opam:archive@sha256:0e9d6d7dbe9916d7f6cfa513f3a68704fb9c9d850a997c66e621861ef68b9ed3
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 418.38MB / 8.19GB 26.7s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 261.10MB / 17.33GB 26.7s
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 465.57MB / 8.19GB 31.7s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 311.43MB / 17.33GB 31.7s
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 520.09MB / 8.19GB 36.7s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 372.24MB / 17.33GB 36.7s
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 581.96MB / 8.19GB 41.8s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 427.82MB / 17.33GB 41.8s
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 641.73MB / 8.19GB 46.9s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 487.59MB / 17.33GB 46.9s
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 704.64MB / 8.19GB 51.9s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 538.97MB / 17.33GB 51.9s
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 788.53MB / 8.19GB 57.1s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 584.06MB / 17.33GB 57.1s
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 862.98MB / 8.19GB 62.1s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 636.49MB / 17.33GB 62.1s
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 909.12MB / 8.19GB 67.2s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 678.43MB / 17.33GB 67.2s
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 985.66MB / 8.19GB 72.3s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 715.13MB / 17.33GB 72.3s
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 1.05GB / 8.19GB 77.5s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 772.80MB / 17.33GB 77.5s
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 1.13GB / 8.19GB 82.6s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 823.13MB / 17.33GB 82.6s
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 1.20GB / 8.19GB 87.7s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 882.90MB / 17.33GB 87.7s
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 1.25GB / 8.19GB 92.7s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 956.30MB / 17.33GB 92.7s
#7 ...

#28 [build-opam2web  6/14] RUN sudo mv /usr/bin/opam-2.3 /usr/bin/opam && opam update
#28 86.38 [default] synchronised from file:///home/opam/opam-repository
#28 ...

#7 [stage-2  1/16] FROM docker.io/ocaml/opam:archive@sha256:0e9d6d7dbe9916d7f6cfa513f3a68704fb9c9d850a997c66e621861ef68b9ed3
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 1.30GB / 8.19GB 97.8s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 1.03GB / 17.33GB 97.8s
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 1.38GB / 8.19GB 102.8s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 1.10GB / 17.33GB 102.8s
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 1.45GB / 8.19GB 107.9s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 1.16GB / 17.33GB 107.9s
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 1.50GB / 8.19GB 112.9s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 1.24GB / 17.33GB 112.9s
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 1.57GB / 8.19GB 117.9s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 1.30GB / 17.33GB 117.9s
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 1.63GB / 8.19GB 123.0s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 1.37GB / 17.33GB 123.0s
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 1.69GB / 8.19GB 128.0s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 1.43GB / 17.33GB 128.0s
#7 ...

#28 [build-opam2web  6/14] RUN sudo mv /usr/bin/opam-2.3 /usr/bin/opam && opam update
#28 DONE 131.6s

#7 [stage-2  1/16] FROM docker.io/ocaml/opam:archive@sha256:0e9d6d7dbe9916d7f6cfa513f3a68704fb9c9d850a997c66e621861ef68b9ed3
#7 ...

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

#7 [stage-2  1/16] FROM docker.io/ocaml/opam:archive@sha256:0e9d6d7dbe9916d7f6cfa513f3a68704fb9c9d850a997c66e621861ef68b9ed3
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 1.82GB / 8.19GB 137.4s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 1.57GB / 17.33GB 137.4s
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 1.89GB / 8.19GB 142.5s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 1.63GB / 17.33GB 142.5s
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 1.97GB / 8.19GB 147.6s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 1.71GB / 17.33GB 147.6s
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 2.04GB / 8.19GB 152.8s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 1.77GB / 17.33GB 152.8s
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 2.12GB / 8.19GB 157.9s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 1.83GB / 17.33GB 157.9s
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 2.19GB / 8.19GB 163.1s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 1.88GB / 17.33GB 163.1s
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 2.28GB / 8.19GB 168.1s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 1.91GB / 17.33GB 168.1s
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 2.36GB / 8.19GB 173.2s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 1.96GB / 17.33GB 173.2s
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 2.44GB / 8.19GB 178.4s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 2.02GB / 17.33GB 178.4s
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 2.51GB / 8.19GB 183.5s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 2.09GB / 17.33GB 183.5s
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 2.59GB / 8.19GB 188.5s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 2.15GB / 17.33GB 188.5s
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 2.67GB / 8.19GB 193.6s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 2.20GB / 17.33GB 193.6s
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 2.74GB / 8.19GB 198.7s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 2.25GB / 17.33GB 198.7s
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 2.82GB / 8.19GB 203.9s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 2.31GB / 17.33GB 203.9s
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 2.89GB / 8.19GB 208.9s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 2.35GB / 17.33GB 208.9s
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 2.98GB / 8.19GB 214.0s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 2.38GB / 17.33GB 214.0s
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 3.08GB / 8.19GB 219.1s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 2.38GB / 17.33GB 219.1s
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 3.13GB / 8.19GB 224.3s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 2.43GB / 17.33GB 224.3s
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 3.20GB / 8.19GB 229.3s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 2.46GB / 17.33GB 229.3s
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 3.22GB / 8.19GB 234.4s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 2.52GB / 17.33GB 234.4s
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 3.28GB / 8.19GB 239.6s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 2.56GB / 17.33GB 239.6s
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 3.32GB / 8.19GB 244.7s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 2.62GB / 17.33GB 244.7s
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 3.35GB / 8.19GB 249.7s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 2.68GB / 17.33GB 249.7s
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 3.41GB / 8.19GB 254.7s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 2.72GB / 17.33GB 254.7s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 2.77GB / 17.33GB 259.7s
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 3.46GB / 8.19GB 259.9s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 2.81GB / 17.33GB 264.8s
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 3.50GB / 8.19GB 264.9s
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 3.53GB / 8.19GB 270.0s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 2.87GB / 17.33GB 270.0s
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 3.60GB / 8.19GB 275.0s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 2.90GB / 17.33GB 275.0s
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 3.66GB / 8.19GB 280.0s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 2.93GB / 17.33GB 280.0s
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 3.70GB / 8.19GB 285.2s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 2.99GB / 17.33GB 285.2s
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 3.75GB / 8.19GB 290.3s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 3.03GB / 17.33GB 290.3s
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 3.82GB / 8.19GB 295.5s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 3.06GB / 17.33GB 295.5s
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 3.90GB / 8.19GB 300.7s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 3.09GB / 17.33GB 300.7s
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 3.94GB / 8.19GB 305.7s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 3.14GB / 17.33GB 305.7s
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 3.99GB / 8.19GB 310.9s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 3.19GB / 17.33GB 310.9s
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 4.06GB / 8.19GB 316.0s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 3.22GB / 17.33GB 316.0s
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 4.13GB / 8.19GB 321.0s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 3.26GB / 17.33GB 321.0s
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 4.21GB / 8.19GB 326.1s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 3.32GB / 17.33GB 326.1s
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 4.29GB / 8.19GB 331.2s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 3.39GB / 17.33GB 331.2s
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 4.36GB / 8.19GB 336.3s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 3.45GB / 17.33GB 336.3s
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 4.41GB / 8.19GB 341.4s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 3.53GB / 17.33GB 341.4s
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 4.46GB / 8.19GB 346.5s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 3.62GB / 17.33GB 346.5s
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 4.54GB / 8.19GB 351.6s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 3.69GB / 17.33GB 351.6s
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 4.64GB / 8.19GB 356.7s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 3.73GB / 17.33GB 356.7s
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 4.69GB / 8.19GB 361.7s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 3.79GB / 17.33GB 361.7s
#7 ...

#29 [build-opam2web  7/14] RUN opam repo set-url default git+https://github.com/ocaml/opam-repository.git#3b60330dbfe8accb49c9efa1676c778c0290541e
#29 223.5 [default] Initialised
#29 ...

#7 [stage-2  1/16] FROM docker.io/ocaml/opam:archive@sha256:0e9d6d7dbe9916d7f6cfa513f3a68704fb9c9d850a997c66e621861ef68b9ed3
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 4.75GB / 8.19GB 366.7s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 3.85GB / 17.33GB 366.7s
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 4.81GB / 8.19GB 371.8s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 3.91GB / 17.33GB 371.8s
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 4.86GB / 8.19GB 376.8s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 3.98GB / 17.33GB 376.8s
#7 ...

#29 [build-opam2web  7/14] RUN opam repo set-url default git+https://github.com/ocaml/opam-repository.git#3b60330dbfe8accb49c9efa1676c778c0290541e
#29 DONE 247.1s

#7 [stage-2  1/16] FROM docker.io/ocaml/opam:archive@sha256:0e9d6d7dbe9916d7f6cfa513f3a68704fb9c9d850a997c66e621861ef68b9ed3
#7 ...

#30 [build-opam2web  8/14] RUN opam option --global 'archive-mirrors+="https://opam.ocaml.org/cache"'
#30 0.380 Added '"https://opam.ocaml.org/cache"' to field archive-mirrors in global configuration
#30 DONE 0.5s

#7 [stage-2  1/16] FROM docker.io/ocaml/opam:archive@sha256:0e9d6d7dbe9916d7f6cfa513f3a68704fb9c9d850a997c66e621861ef68b9ed3
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 4.93GB / 8.19GB 381.9s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 4.04GB / 17.33GB 381.9s
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 4.98GB / 8.19GB 387.0s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 4.10GB / 17.33GB 387.0s
#7 ...

#31 [build-opam2web  9/14] RUN opam install . --destdir /opt/opam2web
#31 0.937 [WARNING] Failed checks on opam2web package definition from source at file:///home/opam/opam2web:
#31 0.937            warning 68: Missing field 'license'
#31 2.419 Package opam2web does not exist, create as a NEW package? [y/n] y
#31 2.419 opam2web is now pinned to file:///home/opam/opam2web (version dev)
#31 8.066 The following actions will be performed:
#31 8.068 === recompile 2 packages
#31 8.068   - recompile ocaml                4.14.2       [upstream or system changes]
#31 8.068   - recompile opam-depext          1.2.3        [uses ocaml]
#31 8.068 === install 101 packages
#31 8.068   - install   0install-solver      2.18         [required by opam-0install-cudf]
#31 8.068   - install   angstrom             0.16.1       [required by uri]
#31 8.068   - install   asn1-combinators     0.3.2        [required by x509]
#31 8.068   - install   astring              0.8.5        [required by conduit]
#31 8.068   - install   base                 v0.16.4      [required by ppx_sexp_conv]
#31 8.068   - install   base-bytes           base         [required by omd]
#31 8.068   - install   base64               3.5.2        [required by opam-client]
#31 8.068   - install   bigstringaf          0.10.0       [required by angstrom]
#31 8.068   - install   bos                  0.2.1        [required by ca-certs]
#31 8.068   - install   ca-certs             1.0.1        [required by conduit-lwt-unix]
#31 8.068   - install   cmdliner             1.3.0        [required by opam2web]
#31 8.068   - install   cohttp               6.1.1        [required by cohttp-lwt-unix]
#31 8.068   - install   cohttp-lwt           6.1.1        [required by cohttp-lwt-unix]
#31 8.068   - install   cohttp-lwt-unix      6.1.1        [required by opam2web]
#31 8.068   - install   conduit              8.0.0        [required by conduit-lwt]
#31 8.068   - install   conduit-lwt          8.0.0        [required by cohttp-lwt-unix]
#31 8.068   - install   conduit-lwt-unix     8.0.0        [required by cohttp-lwt-unix]
#31 8.068   - install   conf-c++             1.0          [required by mccs]
#31 8.068   - install   conf-gmp             5            [required by conf-gmp-powm-sec, zarith]
#31 8.068   - install   conf-gmp-powm-sec    4            [required by mirage-crypto-pk]
#31 8.068   - install   conf-pkg-config      4            [required by zarith]
#31 8.068   - install   cow                  2.5.0        [required by opam2web]
#31 8.068   - install   cppo                 1.8.0        [required by lwt, extlib]
#31 8.068   - install   csexp                1.5.2        [required by dune-configurator]
#31 8.068   - install   cstruct              6.2.0        [required by hex]
#31 8.068   - install   cudf                 0.10         [required by opam-solver]
#31 8.068   - install   digestif             1.3.0        [required by ca-certs]
#31 8.068   - install   domain-name          0.5.0        [required by ipaddr]
#31 8.068   - install   dose3                7.0.0        [required by opam-solver]
#31 8.068   - install   dune                 3.20.2       [required by opam2web]
#31 8.069   - install   dune-configurator    3.20.2       [required by base, lwt, mirage-crypto]
#31 8.069   - install   duration             0.2.1        [required by mirage-crypto-rng]
#31 8.069   - install   eqaf                 0.10         [required by digestif, mirage-crypto]
#31 8.069   - install   extlib               1.8.0        [required by cudf, dose3]
#31 8.069   - install   ezjsonm              1.3.0        [required by cow]
#31 8.069   - install   fmt                  0.11.0       [required by cohttp-lwt-unix]
#31 8.069   - install   fpath                0.7.3        [required by ca-certs]
#31 8.069   - install   gen                  1.1          [required by sedlex]
#31 8.069   - install   gmap                 0.3.0        [required by x509]
#31 8.069   - install   hex                  1.5.0        [required by ezjsonm]
#31 8.069   - install   http                 6.1.1        [required by cohttp-lwt-unix]
#31 8.069   - install   ipaddr               5.6.1        [required by cohttp-lwt, conduit-lwt-unix]
#31 8.069   - install   ipaddr-sexp          5.6.1        [required by conduit-lwt-unix]
#31 8.069   - install   js_of_ocaml          6.2.0        [required by opam2web]
#31 8.069   - install   js_of_ocaml-compiler 6.2.0        [required by js_of_ocaml]
#31 8.069   - install   js_of_ocaml-ppx      6.2.0        [required by opam2web]
#31 8.069   - install   jsonm                1.0.2        [required by ezjsonm]
#31 8.069   - install   kdf                  1.0.0        [required by x509]
#31 8.069   - install   logs                 0.10.0       [required by cohttp-lwt-unix]
#31 8.069   - install   lwt                  5.9.2        [required by cohttp-lwt-unix]
#31 8.069   - install   macaddr              5.6.1        [required by ipaddr]
#31 8.069   - install   magic-mime           1.3.1        [required by cohttp-lwt-unix]
#31 8.069   - install   mccs                 1.1+19       [required by opam-solver]
#31 8.069   - install   menhir               20250912     [required by js_of_ocaml-compiler, opam-file-format]
#31 8.069   - install   menhirCST            20250912     [required by menhir]
#31 8.069   - install   menhirLib            20250912     [required by js_of_ocaml-compiler]
#31 8.069   - install   menhirSdk            20250912     [required by js_of_ocaml-compiler]
#31 8.069   - install   mirage-crypto        2.0.2        [required by ca-certs]
#31 8.069   - install   mirage-crypto-ec     2.0.2        [required by x509]
#31 8.069   - install   mirage-crypto-pk     2.0.2        [required by x509]
#31 8.069   - install   mirage-crypto-rng    2.0.2        [required by x509]
#31 8.069   - install   ocaml-compiler-libs  v0.12.4      [required by ppxlib]
#31 8.069   - install   ocaml-syntax-shims   1.0.0        [required by angstrom]
#31 8.069   - install   ocamlbuild           0.16.1       [required by xmlm]
#31 8.069   - install   ocamlfind            1.9.8        [required by xmlm]
#31 8.069   - install   ocamlgraph           2.2.0        [required by dose3]
#31 8.069   - install   ocplib-endian        1.2          [required by lwt]
#31 8.069   - install   ohex                 0.2.0        [required by ca-certs]
#31 8.069   - install   omd                  1.3.2        [required by opam2web]
#31 8.069   - install   opam-0install-cudf   0.5.0        [required by opam-solver]
#31 8.069   - install   opam-client          2.4.1        [required by opam2web]
#31 8.069   - install   opam-core            2.4.1        [required by opam2web]
#31 8.069   - install   opam-file-format     2.2.0        [required by opam-format]
#31 8.069   - install   opam-format          2.4.1        [required by opam2web]
#31 8.069   - install   opam-repository      2.4.1        [required by opam-client]
#31 8.069   - install   opam-solver          2.4.1        [required by opam-client]
#31 8.069   - install   opam-state           2.4.1        [required by opam2web]
#31 8.069   - install   opam2web             dev (pinned)
#31 8.069   - install   patch                3.1.0        [required by opam-repository]
#31 8.069   - install   ppx_derivers         1.2.1        [required by ppxlib]
#31 8.070   - install   ppx_sexp_conv        v0.16.0      [required by cohttp-lwt-unix]
#31 8.070   - install   ppxlib               0.35.0       [required by js_of_ocaml, js_of_ocaml-ppx]
#31 8.070   - install   ptime                1.2.0        [required by ca-certs]
#31 8.070   - install   re                   1.14.0       [required by opam2web]
#31 8.070   - install   rresult              0.7.0        [required by bos]
#31 8.070   - install   sedlex               3.7          [required by js_of_ocaml-compiler]
#31 8.070   - install   seq                  base         [required by gen]
#31 8.070   - install   sexplib0             v0.16.0      [required by conduit-lwt, cohttp, cohttp-lwt, ezjsonm]
#31 8.070   - install   sha                  1.15.4       [required by opam-core]
#31 8.070   - install   spdx_licenses        1.4.0        [required by opam-state]
#31 8.070   - install   stdlib-shims         0.3.0        [required by dose3]
#31 8.070   - install   stringext            1.6.0        [required by cohttp]
#31 8.070   - install   swhid_core           0.1          [required by opam-core]
#31 8.070   - install   topkg                1.1.1        [required by xmlm]
#31 8.070   - install   uri                  4.4.0        [required by opam2web]
#31 8.070   - install   uri-sexp             4.4.0        [required by cohttp]
#31 8.070   - install   uutf                 1.0.4        [required by ezjsonm]
#31 8.070   - install   x509                 1.0.6        [required by ca-certs]
#31 8.070   - install   xmlm                 1.4.0        [required by cow]
#31 8.070   - install   yojson               3.0.0        [required by opam2web]
#31 8.070   - install   zarith               1.14         [required by mirage-crypto-pk]
#31 9.018 
#31 9.018 The following system packages will first need to be installed:
#31 9.018     g++
#31 9.018 
#31 9.018 <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
#31 9.018 
#31 9.018 opam believes some required external dependencies are missing. opam can:
#31 9.018 > 1. Run apk to install them (may need root/sudo access)
#31 9.018   2. Display the recommended apk command and wait while you run it manually (e.g. in another terminal)
#31 9.018   3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
#31 9.018   4. Abort the installation
#31 9.018 
#31 9.018 [1/2/3/4] 1
#31 9.018 
#31 9.020 + /usr/bin/sudo "apk" "add" "g++"
#31 10.02 - OK: 297 MiB in 102 packages
#31 ...

#7 [stage-2  1/16] FROM docker.io/ocaml/opam:archive@sha256:0e9d6d7dbe9916d7f6cfa513f3a68704fb9c9d850a997c66e621861ef68b9ed3
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 5.06GB / 8.19GB 392.0s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 4.14GB / 17.33GB 392.0s
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 5.11GB / 8.19GB 397.0s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 4.20GB / 17.33GB 397.1s
#7 ...

#31 [build-opam2web  9/14] RUN opam install . --destdir /opt/opam2web
#31 10.21 
#31 10.21 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#31 11.38 -> retrieved angstrom.0.16.1  (https://opam.ocaml.org/cache)
#31 11.50 -> retrieved asn1-combinators.0.3.2  (https://opam.ocaml.org/cache)
#31 12.59 -> retrieved astring.0.8.5  (https://opam.ocaml.org/cache)
#31 13.22 -> retrieved base.v0.16.4  (https://opam.ocaml.org/cache)
#31 13.86 -> retrieved 0install-solver.2.18  (https://opam.ocaml.org/cache)
#31 15.15 -> retrieved base64.3.5.2  (https://opam.ocaml.org/cache)
#31 15.65 -> retrieved bigstringaf.0.10.0  (https://opam.ocaml.org/cache)
#31 15.79 -> retrieved ca-certs.1.0.1  (https://opam.ocaml.org/cache)
#31 17.50 -> retrieved cohttp.6.1.1, cohttp-lwt.6.1.1, cohttp-lwt-unix.6.1.1, http.6.1.1  (https://opam.ocaml.org/cache)
#31 17.52 -> retrieved bos.0.2.1  (https://opam.ocaml.org/cache)
#31 17.54 -> installed conf-c++.1.0
#31 19.24 -> retrieved conduit.8.0.0, conduit-lwt.8.0.0, conduit-lwt-unix.8.0.0  (https://opam.ocaml.org/cache)
#31 19.65 -> retrieved conf-gmp-powm-sec.4  (https://opam.ocaml.org/cache)
#31 19.66 -> installed conf-pkg-config.4
#31 19.81 -> retrieved conf-gmp.5  (https://opam.ocaml.org/cache)
#31 19.82 -> installed conf-gmp.5
#31 19.83 -> installed conf-gmp-powm-sec.4
#31 ...

#7 [stage-2  1/16] FROM docker.io/ocaml/opam:archive@sha256:0e9d6d7dbe9916d7f6cfa513f3a68704fb9c9d850a997c66e621861ef68b9ed3
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 5.16GB / 8.19GB 402.0s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 4.27GB / 17.33GB 402.2s
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 5.23GB / 8.19GB 407.1s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 4.32GB / 17.33GB 407.4s
#7 ...

#31 [build-opam2web  9/14] RUN opam install . --destdir /opt/opam2web
#31 20.54 -> retrieved cppo.1.8.0  (https://opam.ocaml.org/cache)
#31 20.56 -> retrieved cmdliner.1.3.0  (https://opam.ocaml.org/cache)
#31 20.90 -> retrieved csexp.1.5.2  (https://opam.ocaml.org/cache)
#31 20.93 -> retrieved cow.2.5.0  (https://opam.ocaml.org/cache)
#31 22.63 -> retrieved cudf.0.10  (https://opam.ocaml.org/cache)
#31 23.48 -> retrieved digestif.1.3.0  (https://opam.ocaml.org/cache)
#31 24.93 -> retrieved domain-name.0.5.0  (https://opam.ocaml.org/cache)
#31 25.11 -> retrieved cstruct.6.2.0  (https://opam.ocaml.org/cache)
#31 25.56 -> retrieved duration.0.2.1  (https://opam.ocaml.org/cache)
#31 25.94 -> retrieved dose3.7.0.0  (https://opam.ocaml.org/cache)
#31 26.16 -> retrieved eqaf.0.10  (https://opam.ocaml.org/cache)
#31 26.67 -> retrieved extlib.1.8.0  (https://opam.ocaml.org/cache)
#31 26.69 -> retrieved ezjsonm.1.3.0  (https://opam.ocaml.org/cache)
#31 29.86 -> retrieved fpath.0.7.3  (https://opam.ocaml.org/cache)
#31 30.52 -> retrieved gen.1.1  (https://opam.ocaml.org/cache)
#31 ...

#7 [stage-2  1/16] FROM docker.io/ocaml/opam:archive@sha256:0e9d6d7dbe9916d7f6cfa513f3a68704fb9c9d850a997c66e621861ef68b9ed3
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 5.28GB / 8.19GB 412.3s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 4.39GB / 17.33GB 412.5s
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 5.33GB / 8.19GB 417.3s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 4.45GB / 17.33GB 417.5s
#7 ...

#31 [build-opam2web  9/14] RUN opam install . --destdir /opt/opam2web
#31 30.89 -> retrieved gmap.0.3.0  (https://opam.ocaml.org/cache)
#31 35.23 -> retrieved dune.3.20.2, dune-configurator.3.20.2  (https://github.com/ocaml/dune/releases/download/3.20.2/dune-3.20.2.tbz)
#31 35.26 -> retrieved hex.1.5.0  (https://opam.ocaml.org/cache)
#31 35.27 -> retrieved fmt.0.11.0  (https://opam.ocaml.org/cache)
#31 35.85 -> retrieved jsonm.1.0.2  (https://opam.ocaml.org/cache)
#31 36.26 -> retrieved kdf.1.0.0  (https://opam.ocaml.org/cache)
#31 37.19 -> retrieved logs.0.10.0  (https://opam.ocaml.org/cache)
#31 38.49 -> retrieved lwt.5.9.2  (https://opam.ocaml.org/cache)
#31 39.00 -> retrieved magic-mime.1.3.1  (https://opam.ocaml.org/cache)
#31 40.24 -> retrieved ipaddr.5.6.1, ipaddr-sexp.5.6.1, macaddr.5.6.1  (https://github.com/mirage/ocaml-ipaddr/releases/download/v5.6.1/ipaddr-5.6.1.tbz)
#31 ...

#7 [stage-2  1/16] FROM docker.io/ocaml/opam:archive@sha256:0e9d6d7dbe9916d7f6cfa513f3a68704fb9c9d850a997c66e621861ef68b9ed3
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 5.37GB / 8.19GB 422.4s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 4.52GB / 17.33GB 422.6s
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 5.43GB / 8.19GB 427.4s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 4.59GB / 17.33GB 427.8s
#7 ...

#31 [build-opam2web  9/14] RUN opam install . --destdir /opt/opam2web
#31 41.81 -> retrieved mccs.1.1+19  (https://opam.ocaml.org/cache)
#31 48.56 -> retrieved js_of_ocaml.6.2.0, js_of_ocaml-compiler.6.2.0, js_of_ocaml-ppx.6.2.0  (https://opam.ocaml.org/cache)
#31 49.29 -> retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912  (https://opam.ocaml.org/cache)
#31 49.98 -> retrieved mirage-crypto.2.0.2, mirage-crypto-ec.2.0.2, mirage-crypto-pk.2.0.2, mirage-crypto-rng.2.0.2  (https://opam.ocaml.org/cache)
#31 50.33 -> retrieved ocaml-compiler-libs.v0.12.4  (https://opam.ocaml.org/cache)
#31 50.47 -> retrieved ocaml-syntax-shims.1.0.0  (https://opam.ocaml.org/cache)
#31 51.68 -> retrieved ocamlbuild.0.16.1  (https://opam.ocaml.org/cache)
#31 ...

#7 [stage-2  1/16] FROM docker.io/ocaml/opam:archive@sha256:0e9d6d7dbe9916d7f6cfa513f3a68704fb9c9d850a997c66e621861ef68b9ed3
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 5.50GB / 8.19GB 432.5s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 4.65GB / 17.33GB 433.0s
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 5.55GB / 8.19GB 437.6s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 4.73GB / 17.33GB 438.1s
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 5.60GB / 8.19GB 442.7s
#7 ...

#31 [build-opam2web  9/14] RUN opam install . --destdir /opt/opam2web
#31 52.73 -> retrieved ocamlfind.1.9.8  (https://opam.ocaml.org/cache)
#31 53.16 -> retrieved ohex.0.2.0  (https://opam.ocaml.org/cache)
#31 53.45 -> retrieved ocamlgraph.2.2.0  (https://opam.ocaml.org/cache)
#31 53.57 -> retrieved opam-0install-cudf.0.5.0  (https://opam.ocaml.org/cache)
#31 54.69 -> retrieved omd.1.3.2  (https://opam.ocaml.org/cache)
#31 54.72 -> retrieved opam-depext.1.2.3  (cached)
#31 54.72 -> removed   opam-depext.1.2.3
#31 54.88 -> removed   ocaml.4.14.2
#31 54.89 -> installed ocaml.4.14.2
#31 56.12 -> retrieved opam-file-format.2.2.0  (https://opam.ocaml.org/cache)
#31 56.19 -> retrieved opam2web.dev  (file:///home/opam/opam2web)
#31 56.69 -> installed opam-depext.1.2.3
#31 56.91 -> retrieved patch.3.1.0  (https://opam.ocaml.org/cache)
#31 57.83 -> retrieved opam-client.2.4.1, opam-core.2.4.1, opam-format.2.4.1, opam-repository.2.4.1, opam-solver.2.4.1, opam-state.2.4.1  (https://opam.ocaml.org/cache)
#31 58.91 -> retrieved ocplib-endian.1.2  (https://github.com/OCamlPro/ocplib-endian/archive/refs/tags/1.2.tar.gz)
#31 59.07 -> installed cmdliner.1.3.0
#31 59.33 -> retrieved ppx_sexp_conv.v0.16.0  (https://opam.ocaml.org/cache)
#31 59.35 -> retrieved ppx_derivers.1.2.1  (https://opam.ocaml.org/cache)
#31 60.38 -> retrieved ppxlib.0.35.0  (https://opam.ocaml.org/cache)
#31 60.64 -> retrieved ptime.1.2.0  (https://opam.ocaml.org/cache)
#31 60.82 -> installed ocamlfind.1.9.8
#31 60.83 -> installed base-bytes.base
#31 60.85 -> retrieved rresult.0.7.0  (https://opam.ocaml.org/cache)
#31 61.45 -> retrieved sedlex.3.7  (https://opam.ocaml.org/cache)
#31 61.67 -> installed ocamlbuild.0.16.1
#31 ...

#7 [stage-2  1/16] FROM docker.io/ocaml/opam:archive@sha256:0e9d6d7dbe9916d7f6cfa513f3a68704fb9c9d850a997c66e621861ef68b9ed3
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 4.79GB / 17.33GB 443.1s
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 5.67GB / 8.19GB 447.7s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 4.83GB / 17.33GB 448.2s
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 5.78GB / 8.19GB 452.9s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 4.83GB / 17.33GB 453.3s
#7 ...

#31 [build-opam2web  9/14] RUN opam install . --destdir /opt/opam2web
#31 63.38 -> retrieved seq.base  (2 extra sources)
#31 63.38 -> retrieved seq.base  (2 extra sources)
#31 63.38 -> installed seq.base
#31 63.71 -> retrieved re.1.14.0  (https://github.com/ocaml/ocaml-re/archive/refs/tags/1.14.0.tar.gz)
#31 64.39 -> retrieved sha.1.15.4  (https://opam.ocaml.org/cache)
#31 64.41 -> retrieved spdx_licenses.1.4.0  (https://opam.ocaml.org/cache)
#31 64.79 -> retrieved sexplib0.v0.16.0  (https://opam.ocaml.org/cache)
#31 67.57 -> retrieved stringext.1.6.0  (https://opam.ocaml.org/cache)
#31 68.51 -> retrieved topkg.1.1.1  (https://opam.ocaml.org/cache)
#31 68.83 -> retrieved stdlib-shims.0.3.0  (https://opam.ocaml.org/cache)
#31 69.78 -> retrieved swhid_core.0.1  (https://opam.ocaml.org/cache)
#31 71.34 -> retrieved uutf.1.0.4  (https://opam.ocaml.org/cache)
#31 71.44 -> retrieved uri.4.4.0, uri-sexp.4.4.0  (https://opam.ocaml.org/cache)
#31 73.03 -> retrieved x509.1.0.6  (https://opam.ocaml.org/cache)
#31 73.25 -> installed topkg.1.1.1
#31 ...

#7 [stage-2  1/16] FROM docker.io/ocaml/opam:archive@sha256:0e9d6d7dbe9916d7f6cfa513f3a68704fb9c9d850a997c66e621861ef68b9ed3
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 5.87GB / 8.19GB 458.0s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 4.83GB / 17.33GB 458.4s
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 5.93GB / 8.19GB 463.1s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 4.83GB / 17.33GB 463.4s
#7 ...

#31 [build-opam2web  9/14] RUN opam install . --destdir /opt/opam2web
#31 73.82 -> retrieved zarith.1.14  (https://opam.ocaml.org/cache)
#31 73.85 -> installed rresult.0.7.0
#31 74.33 -> installed uutf.1.0.4
#31 74.42 -> installed fmt.0.11.0
#31 74.59 -> installed ptime.1.2.0
#31 74.85 -> installed astring.0.8.5
#31 75.07 -> retrieved xmlm.1.4.0  (https://opam.ocaml.org/cache)
#31 75.42 -> installed jsonm.1.0.2
#31 75.63 -> installed fpath.0.7.3
#31 76.39 -> installed dune.3.20.2
#31 77.27 -> installed zarith.1.14
#31 77.30 -> installed 0install-solver.2.18
#31 77.32 -> installed asn1-combinators.0.3.2
#31 77.33 -> installed base64.3.5.2
#31 77.34 -> installed csexp.1.5.2
#31 78.70 -> installed cstruct.6.2.0
#31 78.71 -> installed domain-name.0.5.0
#31 78.71 -> installed duration.0.2.1
#31 78.72 -> installed eqaf.0.10
#31 78.75 -> installed gmap.0.3.0
#31 78.76 -> installed http.6.1.1
#31 78.77 -> installed macaddr.5.6.1
#31 78.78 -> installed menhirCST.20250912
#31 78.79 -> installed ohex.0.2.0
#31 78.80 -> installed xmlm.1.4.0
#31 78.82 -> installed cppo.1.8.0
#31 78.90 -> installed gen.1.1
#31 78.92 -> installed magic-mime.1.3.1
#31 78.94 -> installed menhirLib.20250912
#31 78.96 -> installed menhirSdk.20250912
#31 79.09 -> installed ocaml-compiler-libs.v0.12.4
#31 79.14 -> installed ocaml-syntax-shims.1.0.0
#31 79.36 -> installed ocamlgraph.2.2.0
#31 79.42 -> installed omd.1.3.2
#31 79.43 -> installed patch.3.1.0
#31 79.43 -> installed ppx_derivers.1.2.1
#31 79.52 -> installed re.1.14.0
#31 79.55 -> installed sexplib0.v0.16.0
#31 79.59 -> installed spdx_licenses.1.4.0
#31 79.60 -> installed stdlib-shims.0.3.0
#31 79.68 -> installed stringext.1.6.0
#31 79.69 -> installed swhid_core.0.1
#31 79.69 -> installed hex.1.5.0
#31 79.76 -> installed digestif.1.3.0
#31 79.78 -> installed ipaddr.5.6.1
#31 79.91 -> retrieved yojson.3.0.0  (https://opam.ocaml.org/cache)
#31 80.00 -> installed extlib.1.8.0
#31 80.02 -> installed ocplib-endian.1.2
#31 80.04 -> installed ezjsonm.1.3.0
#31 80.68 -> installed sha.1.15.4
#31 80.85 -> installed cudf.0.10
#31 81.18 -> installed yojson.3.0.0
#31 81.24 -> installed opam-0install-cudf.0.5.0
#31 81.38 -> installed dune-configurator.3.20.2
#31 82.13 -> installed bigstringaf.0.10.0
#31 82.64 -> installed dose3.7.0.0
#31 82.97 -> installed angstrom.0.16.1
#31 ...

#7 [stage-2  1/16] FROM docker.io/ocaml/opam:archive@sha256:0e9d6d7dbe9916d7f6cfa513f3a68704fb9c9d850a997c66e621861ef68b9ed3
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 5.98GB / 8.19GB 468.2s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 4.83GB / 17.33GB 468.6s
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 6.06GB / 8.19GB 473.3s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 4.83GB / 17.33GB 473.7s
#7 ...

#31 [build-opam2web  9/14] RUN opam install . --destdir /opt/opam2web
#31 84.22 -> installed mirage-crypto.2.0.2
#31 84.58 -> installed kdf.1.0.0
#31 84.78 -> installed lwt.5.9.2
#31 84.86 -> installed uri.4.4.0
#31 85.09 -> installed mccs.1.1+19
#31 85.31 -> installed cow.2.5.0
#31 85.96 -> installed opam-core.2.4.1
#31 87.44 -> installed base.v0.16.4
#31 92.79 -> installed ppxlib.0.35.0
#31 93.23 -> installed menhir.20250912
#31 93.93 -> installed opam-file-format.2.2.0
#31 ...

#7 [stage-2  1/16] FROM docker.io/ocaml/opam:archive@sha256:0e9d6d7dbe9916d7f6cfa513f3a68704fb9c9d850a997c66e621861ef68b9ed3
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 6.16GB / 8.19GB 478.3s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 4.83GB / 17.33GB 478.7s
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 6.24GB / 8.19GB 483.5s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 4.83GB / 17.33GB 483.8s
#7 ...

#31 [build-opam2web  9/14] RUN opam install . --destdir /opt/opam2web
#31 95.55 -> installed ppx_sexp_conv.v0.16.0
#31 95.78 -> installed sedlex.3.7
#31 97.03 -> installed ipaddr-sexp.5.6.1
#31 97.04 -> installed uri-sexp.4.4.0
#31 99.63 -> installed opam-format.2.4.1
#31 103.8 -> installed opam-repository.2.4.1
#31 104.3 -> installed opam-solver.2.4.1
#31 ...

#7 [stage-2  1/16] FROM docker.io/ocaml/opam:archive@sha256:0e9d6d7dbe9916d7f6cfa513f3a68704fb9c9d850a997c66e621861ef68b9ed3
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 6.30GB / 8.19GB 488.6s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 4.83GB / 17.33GB 488.8s
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 6.36GB / 8.19GB 493.7s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 4.83GB / 17.33GB 493.8s
#7 ...

#31 [build-opam2web  9/14] RUN opam install . --destdir /opt/opam2web
#31 107.6 -> installed js_of_ocaml-compiler.6.2.0
#31 109.3 -> installed opam-state.2.4.1
#31 110.4 -> installed logs.0.10.0
#31 111.1 -> installed mirage-crypto-rng.2.0.2
#31 111.6 -> installed mirage-crypto-pk.2.0.2
#31 112.0 -> installed conduit.8.0.0
#31 112.6 -> installed cohttp.6.1.1
#31 113.2 -> installed bos.0.2.1
#31 113.3 -> installed conduit-lwt.8.0.0
#31 114.4 -> installed cohttp-lwt.6.1.1
#31 115.9 -> installed opam-client.2.4.1
#31 116.2 -> installed mirage-crypto-ec.2.0.2
#31 117.5 -> installed x509.1.0.6
#31 117.8 -> installed ca-certs.1.0.1
#31 ...

#7 [stage-2  1/16] FROM docker.io/ocaml/opam:archive@sha256:0e9d6d7dbe9916d7f6cfa513f3a68704fb9c9d850a997c66e621861ef68b9ed3
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 6.44GB / 8.19GB 498.8s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 4.83GB / 17.33GB 498.9s
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 6.54GB / 8.19GB 503.8s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 4.83GB / 17.33GB 504.0s
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 6.63GB / 8.19GB 509.0s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 4.83GB / 17.33GB 509.1s
#7 ...

#31 [build-opam2web  9/14] RUN opam install . --destdir /opt/opam2web
#31 119.4 -> installed conduit-lwt-unix.8.0.0
#31 121.1 -> installed cohttp-lwt-unix.6.1.1
#31 126.1 -> installed js_of_ocaml.6.2.0
#31 ...

#7 [stage-2  1/16] FROM docker.io/ocaml/opam:archive@sha256:0e9d6d7dbe9916d7f6cfa513f3a68704fb9c9d850a997c66e621861ef68b9ed3
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 6.72GB / 8.19GB 514.1s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 4.83GB / 17.33GB 514.1s
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 6.83GB / 8.19GB 519.1s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 4.83GB / 17.33GB 519.1s
#7 ...

#31 [build-opam2web  9/14] RUN opam install . --destdir /opt/opam2web
#31 130.8 -> installed js_of_ocaml-ppx.6.2.0
#31 133.4 -> installed opam2web.dev
#31 137.6 Done.
#31 137.6 
#31 137.6 <><> opam-depext.1.2.3 installed successfully <><><><><><><><><><><><><><><><><>
#31 137.6 => opam-depext is unnecessary when used with opam >= 2.1. Please use opam install directly instead
#31 137.7 # To update the current shell environment, run: eval $(opam env)
#31 DONE 139.5s

#7 [stage-2  1/16] FROM docker.io/ocaml/opam:archive@sha256:0e9d6d7dbe9916d7f6cfa513f3a68704fb9c9d850a997c66e621861ef68b9ed3
#7 ...

#32 [build-opam2web 10/14] RUN cp -r content /opt/opam2web/share/opam2web/
#32 DONE 0.3s

#7 [stage-2  1/16] FROM docker.io/ocaml/opam:archive@sha256:0e9d6d7dbe9916d7f6cfa513f3a68704fb9c9d850a997c66e621861ef68b9ed3
#7 ...

#33 [build-opam2web 11/14] RUN rm -rf /opt/opam2web/share/opam2web/lib
#33 DONE 1.2s

#7 [stage-2  1/16] FROM docker.io/ocaml/opam:archive@sha256:0e9d6d7dbe9916d7f6cfa513f3a68704fb9c9d850a997c66e621861ef68b9ed3
#7 ...

#34 [build-opam2web 12/14] RUN rm -rf /opt/opam2web/share/opam2web/doc
#34 DONE 0.4s

#7 [stage-2  1/16] FROM docker.io/ocaml/opam:archive@sha256:0e9d6d7dbe9916d7f6cfa513f3a68704fb9c9d850a997c66e621861ef68b9ed3
#7 ...

#35 [build-opam2web 13/14] RUN git clone https://github.com/ocaml/opam.wiki.git --depth 1 -b old_wiki /opt/opam2web/share/opam2web/content/doc/1.1     && rm -rf /opt/opam2web/share/opam2web/content/doc/1.1/.git
#35 0.418 Cloning into '/opt/opam2web/share/opam2web/content/doc/1.1'...
#35 DONE 1.8s

#7 [stage-2  1/16] FROM docker.io/ocaml/opam:archive@sha256:0e9d6d7dbe9916d7f6cfa513f3a68704fb9c9d850a997c66e621861ef68b9ed3
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 6.94GB / 8.19GB 524.2s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 4.83GB / 17.33GB 524.2s
#7 ...

#36 [build-opam2web 14/14] RUN git clone https://github.com/ocaml/opam --depth 1 -b 1.2 /tmp/opam-1.2     && mv /tmp/opam-1.2/doc/pages /opt/opam2web/share/opam2web/content/doc/1.2     && rm -rf /tmp/opam-1.2
#36 0.399 Cloning into '/tmp/opam-1.2'...
#36 DONE 4.0s

#7 [stage-2  1/16] FROM docker.io/ocaml/opam:archive@sha256:0e9d6d7dbe9916d7f6cfa513f3a68704fb9c9d850a997c66e621861ef68b9ed3
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 7.06GB / 8.19GB 529.2s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 4.83GB / 17.33GB 529.2s
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 7.16GB / 8.19GB 534.2s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 4.83GB / 17.33GB 534.2s
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 7.24GB / 8.19GB 539.2s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 4.83GB / 17.33GB 539.2s
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 7.33GB / 8.19GB 544.4s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 4.83GB / 17.33GB 544.4s
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 7.43GB / 8.19GB 549.4s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 4.83GB / 17.33GB 549.4s
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 7.54GB / 8.19GB 554.5s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 4.83GB / 17.33GB 554.5s
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 7.64GB / 8.19GB 559.5s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 4.83GB / 17.33GB 559.5s
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 7.75GB / 8.19GB 564.5s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 4.83GB / 17.33GB 564.5s
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 7.86GB / 8.19GB 569.6s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 4.83GB / 17.33GB 569.6s
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 7.98GB / 8.19GB 574.7s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 4.83GB / 17.33GB 574.7s
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 8.08GB / 8.19GB 579.8s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 4.83GB / 17.33GB 579.8s
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 8.19GB / 8.19GB 584.9s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 4.83GB / 17.33GB 584.9s
#7 sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 8.19GB / 8.19GB 585.0s done
#7 extracting sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 0.1s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 4.86GB / 17.33GB 590.0s
#7 extracting sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 5.2s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 4.95GB / 17.33GB 595.1s
#7 extracting sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 10.3s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 5.06GB / 17.33GB 600.1s
#7 extracting sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 15.4s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 5.15GB / 17.33GB 605.1s
#7 extracting sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 20.4s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 5.26GB / 17.33GB 610.3s
#7 extracting sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 27.9s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 5.35GB / 17.33GB 615.3s
#7 extracting sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 33.0s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 5.46GB / 17.33GB 620.4s
#7 extracting sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 38.2s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 5.54GB / 17.33GB 625.5s
#7 extracting sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 43.2s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 5.63GB / 17.33GB 630.6s
#7 extracting sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 48.2s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 5.73GB / 17.33GB 635.7s
#7 extracting sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 53.3s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 5.75GB / 17.33GB 640.7s
#7 extracting sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 58.3s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 5.78GB / 17.33GB 645.8s
#7 extracting sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 63.6s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 5.85GB / 17.33GB 650.8s
#7 extracting sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 69.0s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 5.91GB / 17.33GB 655.9s
#7 extracting sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 74.3s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 5.98GB / 17.33GB 661.0s
#7 extracting sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 79.3s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 6.03GB / 17.33GB 666.1s
#7 extracting sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 84.4s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 6.07GB / 17.33GB 671.1s
#7 extracting sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 89.4s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 6.15GB / 17.33GB 676.2s
#7 extracting sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 94.5s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 6.18GB / 17.33GB 681.3s
#7 extracting sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 99.7s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 6.22GB / 17.33GB 686.3s
#7 extracting sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 104.8s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 6.30GB / 17.33GB 691.4s
#7 extracting sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 109.8s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 6.37GB / 17.33GB 696.5s
#7 extracting sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 115.0s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 6.45GB / 17.33GB 701.6s
#7 extracting sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 120.0s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 6.53GB / 17.33GB 706.6s
#7 extracting sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 125.9s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 6.60GB / 17.33GB 711.6s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 6.68GB / 17.33GB 716.7s
#7 extracting sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 132.2s
#7 extracting sha256:77d0a15cf4460ef66a0b2543e7e517374d3891cb8a8ae8f5bb23fac4173dcab4 135.0s done
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 6.77GB / 17.33GB 721.8s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 6.85GB / 17.33GB 727.0s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 6.94GB / 17.33GB 732.2s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 7.03GB / 17.33GB 737.4s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 7.13GB / 17.33GB 742.5s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 7.20GB / 17.33GB 747.6s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 7.29GB / 17.33GB 752.6s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 7.38GB / 17.33GB 757.6s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 7.46GB / 17.33GB 762.7s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 7.55GB / 17.33GB 767.8s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 7.63GB / 17.33GB 772.8s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 7.71GB / 17.33GB 777.8s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 7.78GB / 17.33GB 782.9s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 7.86GB / 17.33GB 787.9s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 7.93GB / 17.33GB 793.0s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 8.02GB / 17.33GB 798.1s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 8.09GB / 17.33GB 803.1s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 8.18GB / 17.33GB 808.3s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 8.26GB / 17.33GB 813.3s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 8.34GB / 17.33GB 818.4s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 8.41GB / 17.33GB 823.4s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 8.49GB / 17.33GB 828.4s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 8.56GB / 17.33GB 833.4s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 8.63GB / 17.33GB 838.5s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 8.71GB / 17.33GB 843.6s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 8.76GB / 17.33GB 848.6s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 8.85GB / 17.33GB 853.6s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 8.93GB / 17.33GB 858.8s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 9.00GB / 17.33GB 863.9s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 9.09GB / 17.33GB 869.0s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 9.16GB / 17.33GB 874.0s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 9.24GB / 17.33GB 879.1s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 9.31GB / 17.33GB 884.1s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 9.39GB / 17.33GB 889.1s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 9.46GB / 17.33GB 894.2s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 9.54GB / 17.33GB 899.3s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 9.62GB / 17.33GB 904.4s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 9.70GB / 17.33GB 909.4s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 9.78GB / 17.33GB 914.5s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 9.86GB / 17.33GB 919.6s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 9.93GB / 17.33GB 924.8s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 10.02GB / 17.33GB 929.9s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 10.11GB / 17.33GB 935.1s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 10.19GB / 17.33GB 940.2s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 10.28GB / 17.33GB 945.3s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 10.38GB / 17.33GB 950.3s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 10.47GB / 17.33GB 955.4s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 10.57GB / 17.33GB 960.5s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 10.69GB / 17.33GB 965.5s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 10.78GB / 17.33GB 970.6s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 10.88GB / 17.33GB 975.7s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 10.97GB / 17.33GB 980.7s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 11.09GB / 17.33GB 985.8s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 11.21GB / 17.33GB 990.9s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 11.33GB / 17.33GB 996.1s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 11.43GB / 17.33GB 1001.3s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 11.54GB / 17.33GB 1006.4s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 11.65GB / 17.33GB 1011.5s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 11.75GB / 17.33GB 1016.6s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 11.84GB / 17.33GB 1021.6s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 11.93GB / 17.33GB 1026.8s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 12.03GB / 17.33GB 1031.9s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 12.14GB / 17.33GB 1037.0s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 12.23GB / 17.33GB 1042.1s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 12.32GB / 17.33GB 1047.2s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 12.41GB / 17.33GB 1052.2s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 12.49GB / 17.33GB 1057.3s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 12.57GB / 17.33GB 1062.3s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 12.64GB / 17.33GB 1067.4s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 12.70GB / 17.33GB 1072.5s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 12.78GB / 17.33GB 1077.5s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 12.87GB / 17.33GB 1082.6s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 12.94GB / 17.33GB 1087.7s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 12.99GB / 17.33GB 1092.7s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 13.05GB / 17.33GB 1097.8s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 13.14GB / 17.33GB 1103.0s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 13.23GB / 17.33GB 1108.1s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 13.31GB / 17.33GB 1113.1s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 13.40GB / 17.33GB 1118.3s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 13.49GB / 17.33GB 1123.5s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 13.59GB / 17.33GB 1128.5s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 13.70GB / 17.33GB 1133.7s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 13.80GB / 17.33GB 1138.8s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 13.92GB / 17.33GB 1143.8s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 14.02GB / 17.33GB 1149.0s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 14.11GB / 17.33GB 1154.0s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 14.20GB / 17.33GB 1159.2s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 14.29GB / 17.33GB 1164.2s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 14.37GB / 17.33GB 1169.4s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 14.45GB / 17.33GB 1174.5s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 14.51GB / 17.33GB 1179.6s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 14.59GB / 17.33GB 1184.6s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 14.65GB / 17.33GB 1189.6s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 14.73GB / 17.33GB 1194.7s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 14.80GB / 17.33GB 1199.7s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 14.87GB / 17.33GB 1204.8s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 14.94GB / 17.33GB 1209.8s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 15.00GB / 17.33GB 1215.0s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 15.08GB / 17.33GB 1220.1s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 15.15GB / 17.33GB 1225.2s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 15.23GB / 17.33GB 1230.2s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 15.30GB / 17.33GB 1235.2s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 15.36GB / 17.33GB 1240.3s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 15.42GB / 17.33GB 1245.4s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 15.46GB / 17.33GB 1250.5s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 15.51GB / 17.33GB 1255.7s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 15.57GB / 17.33GB 1260.7s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 15.64GB / 17.33GB 1265.9s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 15.71GB / 17.33GB 1271.1s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 15.78GB / 17.33GB 1276.3s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 15.84GB / 17.33GB 1281.5s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 15.90GB / 17.33GB 1286.5s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 15.97GB / 17.33GB 1291.6s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 16.03GB / 17.33GB 1296.6s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 16.09GB / 17.33GB 1301.7s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 16.16GB / 17.33GB 1306.8s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 16.23GB / 17.33GB 1311.9s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 16.29GB / 17.33GB 1317.0s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 16.36GB / 17.33GB 1322.0s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 16.43GB / 17.33GB 1327.1s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 16.51GB / 17.33GB 1332.2s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 16.58GB / 17.33GB 1337.3s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 16.64GB / 17.33GB 1342.3s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 16.71GB / 17.33GB 1347.4s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 16.78GB / 17.33GB 1352.5s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 16.84GB / 17.33GB 1357.6s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 16.90GB / 17.33GB 1362.7s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 16.98GB / 17.33GB 1367.7s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 17.03GB / 17.33GB 1372.8s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 17.09GB / 17.33GB 1377.8s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 17.16GB / 17.33GB 1382.9s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 17.23GB / 17.33GB 1388.0s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 17.31GB / 17.33GB 1393.1s
#7 sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 17.33GB / 17.33GB 1395.9s done
#7 extracting sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184
#7 extracting sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 5.1s
#7 extracting sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 10.1s
#7 extracting sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 15.2s
#7 extracting sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 20.3s
#7 extracting sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 25.3s
#7 extracting sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 30.3s
#7 extracting sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 35.3s
#7 extracting sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 40.4s
#7 extracting sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 46.2s
#7 extracting sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 51.2s
#7 extracting sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 56.2s
#7 extracting sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 61.3s
#7 extracting sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 66.3s
#7 extracting sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 71.4s
#7 extracting sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 76.4s
#7 extracting sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 81.5s
#7 extracting sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 86.6s
#7 extracting sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 91.7s
#7 extracting sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 96.7s
#7 extracting sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 101.7s
#7 extracting sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 106.8s
#7 extracting sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 111.8s
#7 extracting sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 116.9s
#7 extracting sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 121.9s
#7 extracting sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 127.0s
#7 extracting sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 132.2s
#7 extracting sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 137.3s
#7 extracting sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 142.4s
#7 extracting sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 147.4s
#7 extracting sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 152.5s
#7 extracting sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 157.5s
#7 extracting sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 162.6s
#7 extracting sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 167.7s
#7 extracting sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 172.7s
#7 extracting sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 177.7s
#7 extracting sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 182.8s
#7 extracting sha256:7f586e47b7d2262913ae05af3e762c85ed4f4685cb8946b5dfda822b0a676184 188.9s done
#7 DONE 1631.1s

#37 [stage-2  2/16] RUN apk add --update git curl rsync libstdc++ rdfind caddy
#37 0.289 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/main/x86_64/APKINDEX.tar.gz
#37 0.439 fetch https://dl-cdn.alpinelinux.org/alpine/v3.22/community/x86_64/APKINDEX.tar.gz
#37 3.001 (1/25) Installing ca-certificates (20250911-r0)
#37 4.982 (2/25) Installing caddy (2.10.0-r3)
#37 8.100 Executing caddy-2.10.0-r3.pre-install
#37 67.43 (3/25) Installing brotli-libs (1.1.0-r2)
#37 68.94 (4/25) Installing c-ares (1.34.5-r0)
#37 69.07 (5/25) Installing libunistring (1.3-r0)
#37 72.38 (6/25) Installing libidn2 (2.3.7-r0)
#37 72.51 (7/25) Installing nghttp2-libs (1.65.0-r0)
#37 72.57 (8/25) Installing libpsl (0.21.5-r3)
#37 72.64 (9/25) Installing zstd-libs (1.5.7-r0)
#37 72.96 (10/25) Installing libcurl (8.14.1-r2)
#37 73.76 (11/25) Installing curl (8.14.1-r2)
#37 74.21 (12/25) Installing libexpat (2.7.3-r0)
#37 74.29 (13/25) Installing pcre2 (10.46-r0)
#37 76.15 (14/25) Installing git (2.49.1-r0)
#37 89.50 (15/25) Installing git-init-template (2.49.1-r0)
#37 89.58 (16/25) Installing libgcc (14.2.0-r6)
#37 90.04 (17/25) Installing libstdc++ (14.2.0-r6)
#37 95.61 (18/25) Installing gmp (6.3.0-r3)
#37 96.61 (19/25) Installing nettle (3.10.1-r0)
#37 98.32 (20/25) Installing libxxhash (0.8.3-r0)
#37 98.38 (21/25) Installing rdfind (1.7.0-r0)
#37 98.44 (22/25) Installing acl-libs (2.3.2-r1)
#37 98.48 (23/25) Installing lz4-libs (1.10.0-r0)
#37 99.41 (24/25) Installing popt (1.19-r4)
#37 99.48 (25/25) Installing rsync (3.4.1-r1)
#37 100.1 Executing busybox-1.37.0-r19.trigger
#37 100.1 Executing ca-certificates-20250911-r0.trigger
#37 100.2 OK: 73 MiB in 41 packages
#37 DONE 100.4s

#38 [stage-2  3/13] COPY --from=build-opam2web /opt/opam2web /usr/local
#38 DONE 0.2s

#39 [stage-2  4/13] COPY --from=build-opam-doc /usr/bin/opam-dev /usr/local/bin/opam
#39 DONE 0.1s

#40 [stage-2  5/13] COPY --from=build-opam-doc /opt/opam/doc /usr/local/share/opam2web/content/doc
#40 DONE 0.5s

#41 [stage-2  6/13] COPY ext/key/opam-dev-team.pgp /www/opam-dev-pubkey.pgp
#41 DONE 0.0s

#42 [stage-2  7/13] ADD bin/opam-web.sh /usr/local/bin
#42 DONE 0.0s

#43 [stage-2  8/13] RUN echo 3b60330dbfe8accb49c9efa1676c778c0290541e >> /www/opam_git_sha
#43 DONE 0.5s

#44 [stage-2  9/13] RUN echo f78fda952783c8658b81802324f9d2af4e61df81 >> /www/blog_git_sha
#44 DONE 0.7s

#45 [stage-2 10/13] RUN echo 3facf2d7a978bb5b122c335e5fa0c68d45bcf3fb >> /www/doc_git_sha
#45 DONE 0.6s

#46 [stage-2 11/13] RUN /usr/local/bin/opam-web.sh opam.ocaml.org 3b60330dbfe8accb49c9efa1676c778c0290541e f78fda952783c8658b81802324f9d2af4e61df81
#46 0.558 + '[[' 3 -eq 4 ]]
#46 0.558 + BASEURL=opam.ocaml.org
#46 0.558 + OPAM_REPO_GIT_SHA=3b60330dbfe8accb49c9efa1676c778c0290541e
#46 0.558 + BLOG_GIT_SHA=f78fda952783c8658b81802324f9d2af4e61df81
#46 0.558 + cd /www
#46 0.558 + git clone https://github.com/ocaml/opam-repository.git --single-branch --branch master opam-repository
#46 0.562 Cloning into 'opam-repository'...
#46 392.4 error: RPC failed; curl 56 Recv failure: Connection reset by peer
#46 392.4 error: 516 bytes of body are still expected
#46 392.4 fetch-pack: unexpected disconnect while reading sideband packet
#46 392.4 fatal: early EOF
#46 392.4 fatal: fetch-pack: invalid index-pack output
#46 392.4 + mv 'opam-repository/*' .
#46 392.4 mv: can't rename 'opam-repository/*': No such file or directory
#46 ERROR: process "/bin/sh -c /usr/local/bin/opam-web.sh ${DOMAIN} ${OPAM_REPO_GIT_SHA} ${BLOG_GIT_SHA}" did not complete successfully: exit code: 1
------
 > [stage-2 11/13] RUN /usr/local/bin/opam-web.sh opam.ocaml.org 3b60330dbfe8accb49c9efa1676c778c0290541e f78fda952783c8658b81802324f9d2af4e61df81:
git clone https://github.com/ocaml/opam-repository.git --single-branch --branch master opam-repository
0.562 Cloning into 'opam-repository'...
392.4 error: RPC failed; curl 56 Recv failure: Connection reset by peer
392.4 error: 516 bytes of body are still expected
392.4 fetch-pack: unexpected disconnect while reading sideband packet
392.4 fatal: early EOF
392.4 fatal: fetch-pack: invalid index-pack output
392.4 + mv 'opam-repository/*' .
392.4 mv: can't rename 'opam-repository/*': No such file or directory
------
ERROR: failed to solve: process "/bin/sh -c /usr/local/bin/opam-web.sh ${DOMAIN} ${OPAM_REPO_GIT_SHA} ${BLOG_GIT_SHA}" did not complete successfully: exit code: 1
docker-build failed with exit-code 1
2025-11-25 09:32.10: Job failed: Failed: Build failed