Build:
  1. 0
2026-06-15 08:58.21: New job: docker build {
                                             "commit": "982326a050bdcc227c05b4e48b06b2b3d47cebce",
                                             "dockerfile": {
                                               "file": "./Dockerfile"
                                             },
                                             "docker_context": null,
                                             "squash": false,
                                             "buildx": false,
                                             "build_args": [],
                                             "path": null
                                           }
2026-06-15 08:58.21: Waiting for resource in pool docker
2026-06-15 09:02.31: Got resource from pool docker
2026-06-15 09:02.31: Checking out commit 982326a0. To reproduce:
                       git clone --recursive "https://github.com/rocq-prover/rocq-prover.org.git" -b "governance-fixed" && cd "rocq-prover.org" && git reset --hard 982326a0
2026-06-15 09:02.31: Exec: "cp" "-a" "--" "/var/lib/rocqprover/var/git/rocq-prover.org.git-dfe2bef793a402d8238d408b5c226c9ce6445970f63ca459f71f8a67a86c1cd0/.git" 
                           "/tmp/git-checkout28a4ac60"
2026-06-15 09:02.37: Exec: "git" "-C" "/tmp/git-checkout28a4ac60" "submodule" 
                           "deinit" "--force" "--all"
2026-06-15 09:02.37: Exec: "git" "-C" "/tmp/git-checkout28a4ac60" "reset" 
                           "--hard" "-q" "982326a050bdcc227c05b4e48b06b2b3d47cebce"
2026-06-15 09:02.38: Exec: "git" "-c" "protocol.file.allow=always" "-C" 
                           "/tmp/git-checkout28a4ac60" "submodule" "update" 
                           "--recursive" "--init" "--no-fetch"
2026-06-15 09:02.38: Exec: "docker" "build" "--pull" "-f" "/tmp/git-checkout28a4ac60/./Dockerfile" 
                           "--iidfile" "/tmp/git-checkout28a4ac60/docker-iid" 
                           "--" "/tmp/git-checkout28a4ac60"
Sending build context to Docker daemon  370.5MB

Step 1/44 : FROM ocaml/opam:alpine-3.20-ocaml-5.2 AS build
alpine-3.20-ocaml-5.2: Pulling from ocaml/opam
Digest: sha256:a1150220b350c6b8f92ad642705501daa9f5330524d398bab3aab7decacefc7d
Status: Image is up to date for ocaml/opam:alpine-3.20-ocaml-5.2
 ---> 824ac13b8a7f
Step 2/44 : RUN sudo apk update && sudo apk add --update libev-dev openssl-dev gmp-dev oniguruma-dev inotify-tools curl-dev autoconf
 ---> Using cache
 ---> 380f11a5dfd9
Step 3/44 : RUN cd opam-repository && git pull origin dbc9ec7b83bac3673185542221a571372b6abb35 && opam update
 ---> Using cache
 ---> 24ff6990ce1d
Step 4/44 : WORKDIR /home/opam
 ---> Using cache
 ---> 98674a8c3ad8
Step 5/44 : ADD rocqproverorg.opam rocqproverorg.opam
 ---> Using cache
 ---> ad483389cfd7
Step 6/44 : RUN opam install . --deps-only
 ---> Using cache
 ---> c0720ec8dd5b
Step 7/44 : ARG GIT_COMMIT
 ---> Using cache
 ---> fbf47ea371e6
Step 8/44 : RUN echo "Based on commit: $GIT_COMMIT"
 ---> Using cache
 ---> 85a533d0d6f7
Step 9/44 : ENV GIT_COMMIT=${GIT_COMMIT}
 ---> Using cache
 ---> 2b2d226544c2
Step 10/44 : LABEL rocqproverorg=${GIT_COMMIT}
 ---> Using cache
 ---> 961f25b4ae1c
Step 11/44 : ARG GIT_BRANCH
 ---> Using cache
 ---> 6f025c272294
Step 12/44 : RUN echo "Based on branch: $GIT_BRANCH"
 ---> Using cache
 ---> 351d1aca627e
Step 13/44 : ENV GIT_BRANCH=${GIT_BRANCH}
 ---> Using cache
 ---> 2c137d6d32d4
Step 14/44 : LABEL rocqproverorg_branch=${GIT_BRANCH}
 ---> Using cache
 ---> f47e46fb65f8
Step 15/44 : COPY --chown=opam:opam . .
 ---> 29e14ec953fd
Step 16/44 : RUN opam exec -- dune build @install --profile=release
 ---> Running in 9c9f9bef0c11
Browserslist: caniuse-lite is outdated. Please run:
  npx update-browserslist-db@latest
  Why you should do it regularly: https://github.com/browserslist/update-db#readme

Rebuilding...

Done in 3672ms.
Removing intermediate container 9c9f9bef0c11
 ---> 5af77b7e0c2c
Step 17/44 : RUN git clone https://github.com/rocq-prover/opam.git rocq-opam-repository
 ---> Running in 563eba834ecc
Cloning into 'rocq-opam-repository'...
Updating files:  93% (3953/4228)
Updating files:  94% (3975/4228)
Updating files:  95% (4017/4228)
Updating files:  96% (4059/4228)
Updating files:  97% (4102/4228)
Updating files:  98% (4144/4228)
Updating files:  99% (4186/4228)
Updating files: 100% (4228/4228)
Updating files: 100% (4228/4228), done.
Removing intermediate container 563eba834ecc
 ---> 869bf1fa6d8c
Step 18/44 : RUN cd rocq-opam-repository && git checkout master && git pull origin master
 ---> Running in 7436ee7e7a04
Already on 'master'
Your branch is up to date with 'origin/master'.
From https://github.com/rocq-prover/opam
 * branch                master     -> FETCH_HEAD
Already up to date.
Removing intermediate container 7436ee7e7a04
 ---> 1c22b16faea0
Step 19/44 : ENV ROCQPROVERORG_REPO_PATH=rocq-opam-repository
 ---> Running in f8b95dc85d68
Removing intermediate container f8b95dc85d68
 ---> fdcc9debcf38
Step 20/44 : ENV ROCQPROVERORG_PKG_STATE_PATH=package.state
 ---> Running in 857ecc9a61ca
Removing intermediate container 857ecc9a61ca
 ---> fb555a7e6673
Step 21/44 : RUN touch package.state && ./init-cache package.state
 ---> Running in 736c6f14de2d
PID=10
Setting up watches.
Watches established.
main.exe: [INFO] State cache file: package.state
main.exe: [INFO] Package state starting from scratch
15.06.26 09:04:50.244                       Running on 0.0.0.0:8080 (http://localhost:8080)
15.06.26 09:04:50.244                       Type Ctrl+C to stop
15.06.26 09:04:50.645                  INFO Update server state
15.06.26 09:04:50.645                  INFO Opam repository is currently at 8d8bc95641d315a949d0a0cabd4e48e4e1f03b98
15.06.26 09:04:50.645                  INFO Updating opam package list
15.06.26 09:04:50.645                  INFO Calculating packages.. .
15.06.26 09:04:51.746                  INFO Computing additional informations...
15.06.26 09:04:51.751                  INFO Dependencies...
15.06.26 09:04:51.859                  INFO Reverse dependencies...
15.06.26 09:04:52.001                  INFO Publication dates...
15.06.26 09:04:53.130                  INFO Generate package info
15.06.26 09:04:53.378                  INFO Computing packages statistics...
15.06.26 09:04:53.417                  INFO Loaded 575 packages
15.06.26 09:04:53.417                  INFO Package state saved
package.state CLOSE_WRITE,CLOSE 
Removing intermediate container 736c6f14de2d
 ---> 968b3d5d2a4b
Step 22/44 : FROM alpine:3.20 AS run
3.20: Pulling from library/alpine
Digest: sha256:d9e853e87e55526f6b2917df91a2115c36dd7c696a35be12163d44e6e2a4b6bc
Status: Image is up to date for alpine:3.20
 ---> bf8527eb54c3
Step 23/44 : ARG GIT_COMMIT
 ---> Using cache
 ---> 9c679d766a3b
Step 24/44 : RUN echo "Based on commit: $GIT_COMMIT"
 ---> Using cache
 ---> 5f86cd0da493
Step 25/44 : ENV GIT_COMMIT=${GIT_COMMIT}
 ---> Using cache
 ---> 84f39b73a270
Step 26/44 : LABEL rocqproverorg=${GIT_COMMIT}
 ---> Using cache
 ---> 8d931c460ca5
Step 27/44 : ARG GIT_BRANCH
 ---> Using cache
 ---> 99e355ce024e
Step 28/44 : RUN echo "Based on branch: $GIT_BRANCH"
 ---> Using cache
 ---> 1bbf8c601427
Step 29/44 : ENV GIT_BRANCH=${GIT_BRANCH}
 ---> Using cache
 ---> 79fab2e44401
Step 30/44 : LABEL rocqproverorg_branch=${GIT_BRANCH}
 ---> Using cache
 ---> 5295d07ba34f
Step 31/44 : RUN apk update && apk add --update libev gmp git
 ---> Using cache
 ---> 03dfe81a4ef9
Step 32/44 : RUN chmod -R 755 /var
 ---> Using cache
 ---> 5b2a0b9fa5c5
Step 33/44 : COPY --from=build /home/opam/package.state /var/package.state
 ---> Using cache
 ---> e563a651a9ca
Step 34/44 : COPY --from=build /home/opam/rocq-opam-repository /var/opam-repository
 ---> 4b501360f415
Step 35/44 : COPY --from=build /home/opam/_build/default/src/rocqproverorg_web/bin/main.exe /bin/server
 ---> b9afaefac35c
Step 36/44 : COPY playground/asset playground/asset
 ---> 914ee6995be9
Step 37/44 : RUN git config --global --add safe.directory /var/opam-repository
 ---> Running in 5d3dfa267138
Removing intermediate container 5d3dfa267138
 ---> 7e9ef28987c2
Step 38/44 : ENV ROCQPROVERORG_REPO_PATH=/var/opam-repository/
 ---> Running in a8dbb1a582b2
Removing intermediate container a8dbb1a582b2
 ---> 2e69c713b48f
Step 39/44 : ENV DOC_PATH=/doc
 ---> Running in 671499fbcad2
Removing intermediate container 671499fbcad2
 ---> e218bb6a3e4d
Step 40/44 : ENV ROCQPROVERORG_PKG_STATE_PATH=/var/package.state
 ---> Running in c3c22ff0c183
Removing intermediate container c3c22ff0c183
 ---> 1760352313b2
Step 41/44 : ENV DREAM_VERBOSITY=info
 ---> Running in ebf0f346233e
Removing intermediate container ebf0f346233e
 ---> 7e0915ceabb7
Step 42/44 : ENV ROCQPROVERORG_HTTP_PORT=8080
 ---> Running in 7f294ab4515e
Removing intermediate container 7f294ab4515e
 ---> d5efa330a69f
Step 43/44 : EXPOSE 8080
 ---> Running in 6e8d02bfded3
Removing intermediate container 6e8d02bfded3
 ---> fe5d492f085b
Step 44/44 : ENTRYPOINT [ "/bin/server" ]
 ---> Running in da165d01a1fe
Removing intermediate container da165d01a1fe
 ---> 3560dc086064
Successfully built 3560dc086064
2026-06-15 09:05.13: Job succeeded