Build:
- 0
2026-05-22 09:47.53: New job: docker build {
"commit": "ae58ef2569c590a46d710da3c42865a0df879bd3",
"dockerfile": {
"file": "./Dockerfile"
},
"docker_context": null,
"squash": false,
"buildx": false,
"build_args": [],
"path": null
}
2026-05-22 09:47.53: Checking out commit ae58ef25. To reproduce:
git clone --recursive "https://github.com/rocq-prover/rocq-prover.org.git" -b "gares-patch-1" && cd "rocq-prover.org" && git reset --hard ae58ef25
2026-05-22 09:47.53: Exec: "cp" "-a" "--" "/var/lib/rocqprover/var/git/rocq-prover.org.git-dfe2bef793a402d8238d408b5c226c9ce6445970f63ca459f71f8a67a86c1cd0/.git"
"/tmp/git-checkout3c615c85"
2026-05-22 09:47.57: Exec: "git" "-C" "/tmp/git-checkout3c615c85" "submodule"
"deinit" "--force" "--all"
2026-05-22 09:47.57: Exec: "git" "-C" "/tmp/git-checkout3c615c85" "reset"
"--hard" "-q" "ae58ef2569c590a46d710da3c42865a0df879bd3"
2026-05-22 09:47.57: Exec: "git" "-c" "protocol.file.allow=always" "-C"
"/tmp/git-checkout3c615c85" "submodule" "update"
"--recursive" "--init" "--no-fetch"
2026-05-22 09:47.57: Exec: "docker" "build" "--pull" "-f" "/tmp/git-checkout3c615c85/./Dockerfile"
"--iidfile" "/tmp/git-checkout3c615c85/docker-iid"
"--" "/tmp/git-checkout3c615c85"
Sending build context to Docker daemon 370.4MB
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 . .
---> caa1053f41c1
Step 16/44 : RUN opam exec -- dune build @install --profile=release
---> Running in 41b644f12474
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 3346ms.
Removing intermediate container 41b644f12474
---> 07c1bb769d77
Step 17/44 : RUN git clone https://github.com/rocq-prover/opam.git rocq-opam-repository
---> Running in 32f7401b2bf1
Cloning into 'rocq-opam-repository'...
Removing intermediate container 32f7401b2bf1
---> d3cb1bc3c2f4
Step 18/44 : RUN cd rocq-opam-repository && git checkout master && git pull origin master
---> Running in c4e2cf4ec8a7
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 c4e2cf4ec8a7
---> 01e0590d89c4
Step 19/44 : ENV ROCQPROVERORG_REPO_PATH=rocq-opam-repository
---> Running in 74b8bb55b229
Removing intermediate container 74b8bb55b229
---> af1e7427e50f
Step 20/44 : ENV ROCQPROVERORG_PKG_STATE_PATH=package.state
---> Running in e313116dfc07
Removing intermediate container e313116dfc07
---> 0368f9a42284
Step 21/44 : RUN touch package.state && ./init-cache package.state
---> Running in 11907e8f04d9
PID=10
Setting up watches.
Watches established.
main.exe: [INFO] State cache file: package.state
main.exe: [INFO] Package state starting from scratch
22.05.26 09:49:51.884 Running on 0.0.0.0:8080 (http://localhost:8080)
22.05.26 09:49:51.884 Type Ctrl+C to stop
22.05.26 09:49:52.286 INFO Update server state
22.05.26 09:49:52.286 INFO Opam repository is currently at 0cd8934774894c911bc543df890f337d0b7d13f7
22.05.26 09:49:52.286 INFO Updating opam package list
22.05.26 09:49:52.286 INFO Calculating packages.. .
22.05.26 09:49:53.425 INFO Computing additional informations...
22.05.26 09:49:53.431 INFO Dependencies...
22.05.26 09:49:53.553 INFO Reverse dependencies...
22.05.26 09:49:53.695 INFO Publication dates...
22.05.26 09:49:54.929 INFO Generate package info
22.05.26 09:49:55.174 INFO Computing packages statistics...
22.05.26 09:49:55.212 INFO Loaded 575 packages
22.05.26 09:49:55.212 INFO Package state saved
package.state CLOSE_WRITE,CLOSE
Removing intermediate container 11907e8f04d9
---> 5937db24de20
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
---> 5ac1667ccebf
Step 25/44 : ENV GIT_COMMIT=${GIT_COMMIT}
---> Using cache
---> eed62b3b6ce8
Step 26/44 : LABEL rocqproverorg=${GIT_COMMIT}
---> Using cache
---> c270c49472ab
Step 27/44 : ARG GIT_BRANCH
---> Using cache
---> f75d592db4b8
Step 28/44 : RUN echo "Based on branch: $GIT_BRANCH"
---> Using cache
---> 7bb536fadd39
Step 29/44 : ENV GIT_BRANCH=${GIT_BRANCH}
---> Using cache
---> 101b79827a66
Step 30/44 : LABEL rocqproverorg_branch=${GIT_BRANCH}
---> Using cache
---> 169dabba60f6
Step 31/44 : RUN apk update && apk add --update libev gmp git
---> Using cache
---> 429a21c1d9a4
Step 32/44 : RUN chmod -R 755 /var
---> Using cache
---> 219e5d5338b7
Step 33/44 : COPY --from=build /home/opam/package.state /var/package.state
---> 402f06f0a844
Step 34/44 : COPY --from=build /home/opam/rocq-opam-repository /var/opam-repository
---> 2c539829dff1
Step 35/44 : COPY --from=build /home/opam/_build/default/src/rocqproverorg_web/bin/main.exe /bin/server
---> d4fea573da43
Step 36/44 : COPY playground/asset playground/asset
---> a196c92b715c
Step 37/44 : RUN git config --global --add safe.directory /var/opam-repository
---> Running in db57ae1e6499
Removing intermediate container db57ae1e6499
---> f89ee3510820
Step 38/44 : ENV ROCQPROVERORG_REPO_PATH=/var/opam-repository/
---> Running in 2ea546ad3076
Removing intermediate container 2ea546ad3076
---> 35a46192a077
Step 39/44 : ENV DOC_PATH=/doc
---> Running in 90aad28293d4
Removing intermediate container 90aad28293d4
---> b886d332aaa9
Step 40/44 : ENV ROCQPROVERORG_PKG_STATE_PATH=/var/package.state
---> Running in eb573d7f4ae0
Removing intermediate container eb573d7f4ae0
---> 5abf626712ab
Step 41/44 : ENV DREAM_VERBOSITY=info
---> Running in 6810f300addb
Removing intermediate container 6810f300addb
---> 7c4dc1189a24
Step 42/44 : ENV ROCQPROVERORG_HTTP_PORT=8080
---> Running in 5b208bb786ff
Removing intermediate container 5b208bb786ff
---> ffbcf3a5ea81
Step 43/44 : EXPOSE 8080
---> Running in b301a2f33fcc
Removing intermediate container b301a2f33fcc
---> a34c1050690d
Step 44/44 : ENTRYPOINT [ "/bin/server" ]
---> Running in 90a8890a1591
Removing intermediate container 90a8890a1591
---> 2cf49ffe48d7
Successfully built 2cf49ffe48d7
2026-05-22 09:50.12: Job succeeded