Build:
- 0
2025-08-06 08:42.07: New job: Build Dockerfile using linux-x86_64 in [https://github.com/ocaml-opam/opam2web.git#refs/heads/live (2323d7d290c9e433757adb53114f788769da846a)] 2025-08-06 08:42.07: Will push staging image to ocurrentbuilder/staging:live-ocurrent-opam.ocaml.org-linux-x86_64 2025-08-06 08:42.07: Using cache hint "https://github.com/ocaml-opam/opam2web.git-Dockerfile" 2025-08-06 08:42.07: Waiting for resource in pool OCluster 2025-08-06 08:42.07: Waiting for worker… 2025-08-06 08:50.05: Got resource from pool OCluster Building on toxis.caelum.ci.dev All commits already cached Submodule path 'content/doc': checked out '13a77b2bc576763bfa469ca3ef6f139402b7357b' HEAD is now at 2323d7d Merge pull request #246 from kit-ty-kate/opam-master 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' #1 [internal] load build definition from Dockerfile #1 sha256:fca62da3d98c4e29097dedeccc2703e29069e9313dc4260d43891a46acc57302 #1 transferring dockerfile: 3.29kB done #1 DONE 0.2s #2 [internal] load .dockerignore #2 sha256:82b103c4961ceffc08ab32d24f0a6a0df13053ee809674dee73708491460b4b0 #2 transferring context: 53B 0.0s done #2 DONE 0.2s #3 resolve image config for docker.io/docker/dockerfile:1.3 #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 #3 DONE 0.3s #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:42399d4635eddd7a9b8a24be879d2f9a930d0ed040a61324cfdf59ef1357b3b2 #4 sha256:7862c1373501a4a9cd96ccd04641bb1d96c86d034546e74fe74585e3dd12f952 #4 CACHED #6 [internal] load .dockerignore #6 sha256:14bf2a1fd465b49e2928661eb5e51703a224e4a32458e1ea7a413578a8154071 #6 DONE 0.0s #5 [internal] load build definition from Dockerfile #5 sha256:2951529499c5a86b31e0e249bae17689c4918fe58196ae7d806125a44199b16d #5 DONE 0.0s #7 [internal] load metadata for docker.io/ocaml/opam:archive #7 sha256:c1c35464b4f701507af6ca94fdcbf1d2de48d306b22fed053b296dcfcb3f1e1f #7 DONE 0.4s #8 [internal] load metadata for docker.io/ocaml/opam:alpine-3.20-ocaml-4.14 #8 sha256:a1990bcbbc5c3cb7f0d1a840b5ab17459ef8b08e66457221dccf8d346ef74f6c #8 DONE 0.3s #11 [build-opam-doc 1/15] FROM docker.io/ocaml/opam:alpine-3.20-ocaml-4.14@sha256:f92b268390a2ea23f1e5a779f5cf75454639ec00650fa9def72c458bec72ddf4 #11 sha256:f2e0ae01d0a7e818a46587cba704500395e9648ab1958bd61fcc3d181c470faa #11 DONE 0.0s #9 [stage-2 1/13] FROM docker.io/ocaml/opam:archive@sha256:3e168de7eb93500c643fcddc746dcfd9016f3fe0685223f46731956741420afd #9 sha256:706f6fbcb9cd372b4ad05ef30e369997b5eb8e6a6004cf3bd72ae6e62e5f8f4a #9 CACHED #13 [internal] load build context #13 sha256:8356aad789af5210f2f7a54061041fd948a5233f985eeb5987b1cbdc1ee8b921 #13 transferring context: 1.16MB 0.0s done #13 DONE 0.2s #37 [build-opam-doc 12/15] RUN sudo mkdir -p /opt/opam/doc && sudo chown -R opam:opam /opt/opam #37 sha256:9a62c8c328232e06de0104c46fa6bc6c57324eee2f379c4c9327e41ac4acf02e #37 CACHED #29 [build-opam-doc 4/15] RUN sudo mv /usr/bin/opam-2.3 /usr/bin/opam && opam update #29 sha256:1082d91574b8b4277a7024e5782adb532311b2c122908603713702c8b721ac4a #29 CACHED #36 [build-opam-doc 11/15] RUN opam exec -- make -C doc html man-html DUNE=dune #36 sha256:ff5d4e8e73d287568a02adfc014375cd33ba678717597fba3181f12c8c48baad #36 CACHED #28 [build-opam-doc 3/15] RUN sudo mkdir -p /usr/local/bin && echo -e '#!/bin/sh -e\n echo\n echo\n echo "<!DOCTYPE html>"\n echo "<HTML><HEAD><TITLE>$(basename $2 .1) manpage</TITLE></HEAD><BODY>"\n /usr/lib/cgit/filters/html-converters/man2html <$2\n echo "</BODY></HTML>\n' | sudo tee /usr/local/bin/man2html && sudo chmod a+x /usr/local/bin/man2html #28 sha256:ce8f2ed49cb9ed64637ceb2c8b4f30f3c2bab5ef2c43fa44a54f17a547fd57ae #28 CACHED #32 [build-opam-doc 7/15] RUN git clone https://github.com/ocaml/opam /home/opam/opam && git -C /home/opam/opam checkout 8b23678256691597fe87463936eafc1bd1f3137c #32 sha256:11fdc828955dba5c819d28b96926deaa092957db41af8b475d6eb07a6f82793a #32 CACHED #34 [build-opam-doc 9/15] RUN opam exec -- ./configure --with-vendored-deps --without-mccs && opam exec -- make lib-ext && opam exec -- make #34 sha256:5f944da5f667bd3226ea60745a5af23075902b3eacc700faed48a3892777727c #34 CACHED #35 [build-opam-doc 10/15] RUN echo '(vendored_dirs src_ext)' >> dune #35 sha256:2b1eacf1d943a7323c137cb1bddb96dde7c539cb2a53a2f2355ecce1e1a44285 #35 CACHED #38 [build-opam-doc 13/15] RUN cp -r doc/html /opt/opam/doc/api #38 sha256:81c757d28c7b1eb610ac613a2364cc66ff2b778f6b97d395bf86dc9120974df3 #38 CACHED #31 [build-opam-doc 6/15] RUN opam install odoc #31 sha256:198277d662328f7c448e48321edca0ebc2f423ff4e3ae6883c40f9deca4c89d8 #31 CACHED #30 [build-opam-doc 5/15] RUN opam option --global 'archive-mirrors+="https://opam.ocaml.org/cache"' #30 sha256:607f9112f1594166d58b6cca1e31fa4cf2950d0ff4fff5435fd0be8c7524436c #30 CACHED #39 [build-opam-doc 14/15] RUN cp -r doc/man-html /opt/opam/doc/man #39 sha256:d5479c5d1b60fe919c043965c136d280293de7352ee429f037296a17cfc5b367 #39 CACHED #33 [build-opam-doc 8/15] WORKDIR /home/opam/opam #33 sha256:9abba9069806801d873ef82e508bbc304473bed6cfe542e52294ec0db8b796fd #33 CACHED #27 [build-opam-doc 2/15] RUN sudo apk add cgit groff #27 sha256:a0d78ef3f17bcc5d430859e27dd3b4c64b3d8562a12c7e46f8fcc0b1f36e5e22 #27 CACHED #40 [build-opam-doc 15/15] RUN cp -r doc/pages/* /opt/opam/doc/ #40 sha256:7b6218f573a24647c5725e30fcd59057dfc53a2c5d991805ddf5696184377896 #40 CACHED #10 [stage-2 2/13] RUN apk add --update git curl rsync libstdc++ rdfind caddy #10 sha256:b1c6276aa03a4a917f0143a9b24f9804fc0410b882ef7800cb4fcc6440d1209d #10 CACHED #51 exporting to image #51 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 #51 exporting layers #51 exporting layers 30.2s done #51 writing image sha256:49c6f333d863ad482b0951b9311235397d4996a23f63b85b91035ef871c08f69 done #51 DONE 30.2s Pushing "sha256:49c6f333d863ad482b0951b9311235397d4996a23f63b85b91035ef871c08f69" to "ocurrentbuilder/staging:live-ocurrent-opam.ocaml.org-linux-x86_64" as user "ocurrentbuilder" Login Succeeded The push refers to repository [docker.io/ocurrentbuilder/staging] 5d4bc0f3849b: Preparing 5f70bf18a086: Preparing 33aaa8ff5a54: Preparing 0e477d735136: Preparing 55b61475cd32: Preparing 0d24854d8497: Preparing 28cbc0aaabe9: Preparing ea66eb00e34e: Preparing 338cb94b4d5d: Preparing 29b40764f2e6: Preparing f83c046c2cc9: Preparing c418adc6547f: Preparing f1edb20be53b: Preparing ea66eb00e34e: Waiting 338cb94b4d5d: Waiting c418adc6547f: Waiting f1edb20be53b: Waiting 28cbc0aaabe9: Waiting 29b40764f2e6: Waiting f83c046c2cc9: Waiting 5f70bf18a086: Layer already exists 0e477d735136: Pushed 5d4bc0f3849b: Pushed 55b61475cd32: Pushed 0d24854d8497: Pushed 28cbc0aaabe9: Pushed ea66eb00e34e: Pushed c418adc6547f: Layer already exists f1edb20be53b: Layer already exists 338cb94b4d5d: Pushed 29b40764f2e6: Pushed f83c046c2cc9: Pushed 33aaa8ff5a54: Pushed live-ocurrent-opam.ocaml.org-linux-x86_64: digest: sha256:d4efb436dfecda25350ac0a32906ee7c66e1a81cf546b3823a8212fcce0c8ae8 size: 3039 The push refers to repository [docker.io/ocurrentbuilder/staging] 5d4bc0f3849b: Preparing 5f70bf18a086: Preparing 33aaa8ff5a54: Preparing 0e477d735136: Preparing 55b61475cd32: Preparing 0d24854d8497: Preparing 28cbc0aaabe9: Preparing ea66eb00e34e: Preparing 338cb94b4d5d: Preparing 29b40764f2e6: Preparing f83c046c2cc9: Preparing c418adc6547f: Preparing f1edb20be53b: Preparing 0d24854d8497: Waiting 29b40764f2e6: Waiting f83c046c2cc9: Waiting 28cbc0aaabe9: Waiting 338cb94b4d5d: Waiting ea66eb00e34e: Waiting c418adc6547f: Waiting f1edb20be53b: Waiting 5f70bf18a086: Layer already exists 55b61475cd32: Layer already exists 5d4bc0f3849b: Layer already exists 0e477d735136: Layer already exists 33aaa8ff5a54: Layer already exists 0d24854d8497: Layer already exists ea66eb00e34e: Layer already exists 338cb94b4d5d: Layer already exists 28cbc0aaabe9: Layer already exists 29b40764f2e6: Layer already exists f83c046c2cc9: Layer already exists f1edb20be53b: Layer already exists c418adc6547f: Layer already exists live-ocurrent-opam.ocaml.org-linux-x86_64: digest: sha256:d4efb436dfecda25350ac0a32906ee7c66e1a81cf546b3823a8212fcce0c8ae8 size: 3039 Job succeeded 2025-08-06 09:08.03: Job succeeded