Build:
- 0
2026-07-02 08:26.27: New job: docker build {
"commit": "93cbefb988ed064017b9a1aff62507c97471fc0c",
"dockerfile": {
"file": "./Dockerfile"
},
"docker_context": null,
"squash": false,
"buildx": false,
"build_args": [],
"path": null
}
2026-07-02 08:26.27: Checking out commit 93cbefb9. To reproduce:
git clone --recursive "https://github.com/rocq-prover/rocq-prover.org.git" -b "emeritus" && cd "rocq-prover.org" && git reset --hard 93cbefb9
2026-07-02 08:26.27: Exec: "cp" "-a" "--" "/var/lib/rocqprover/var/git/rocq-prover.org.git-dfe2bef793a402d8238d408b5c226c9ce6445970f63ca459f71f8a67a86c1cd0/.git"
"/tmp/git-checkout1a9be6f5"
2026-07-02 08:26.35: Exec: "git" "-C" "/tmp/git-checkout1a9be6f5" "submodule"
"deinit" "--force" "--all"
2026-07-02 08:26.35: Exec: "git" "-C" "/tmp/git-checkout1a9be6f5" "reset"
"--hard" "-q" "93cbefb988ed064017b9a1aff62507c97471fc0c"
2026-07-02 08:26.36: Exec: "git" "-c" "protocol.file.allow=always" "-C"
"/tmp/git-checkout1a9be6f5" "submodule" "update"
"--recursive" "--init" "--no-fetch"
2026-07-02 08:26.36: Exec: "docker" "build" "--pull" "-f" "/tmp/git-checkout1a9be6f5/./Dockerfile"
"--iidfile" "/tmp/git-checkout1a9be6f5/docker-iid"
"--" "/tmp/git-checkout1a9be6f5"
Sending build context to Docker daemon 370.6MB
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 . .
---> b1b1d133a6d7
Step 16/44 : RUN opam exec -- dune build @install --profile=release
---> Running in 242b6e036c95
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 5338ms.
Removing intermediate container 242b6e036c95
---> c7fa494ea2a9
Step 17/44 : RUN git clone https://github.com/rocq-prover/opam.git rocq-opam-repository
---> Running in 8c001ae5ef7b
Cloning into 'rocq-opam-repository'...
Removing intermediate container 8c001ae5ef7b
---> 22a5bb3163fd
Step 18/44 : RUN cd rocq-opam-repository && git checkout master && git pull origin master
---> Running in 38a43cb80eb7
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 38a43cb80eb7
---> 153efbf08916
Step 19/44 : ENV ROCQPROVERORG_REPO_PATH=rocq-opam-repository
---> Running in 2bbccbf9306b
Removing intermediate container 2bbccbf9306b
---> 08d20d1982c3
Step 20/44 : ENV ROCQPROVERORG_PKG_STATE_PATH=package.state
---> Running in 59c219c84465
Removing intermediate container 59c219c84465
---> 3a6339c90201
Step 21/44 : RUN touch package.state && ./init-cache package.state
---> Running in f89bf611bc56
PID=10
Setting up watches.
Watches established.
main.exe: [INFO] State cache file: package.state
main.exe: [INFO] Package state starting from scratch
02.07.26 08:30:18.383 Running on 0.0.0.0:8080 (http://localhost:8080)
02.07.26 08:30:18.383 Type Ctrl+C to stop
02.07.26 08:30:18.851 INFO Update server state
02.07.26 08:30:18.851 INFO Opam repository is currently at dab366213a390add2caa16f541fd55f51421524a
02.07.26 08:30:18.852 INFO Updating opam package list
02.07.26 08:30:18.852 INFO Calculating packages.. .
02.07.26 08:30:19.727 INFO Computing additional informations...
02.07.26 08:30:19.733 INFO Dependencies...
02.07.26 08:30:19.845 INFO Reverse dependencies...
02.07.26 08:30:19.989 INFO Publication dates...
02.07.26 08:30:20.842 INFO Generate package info
02.07.26 08:30:20.990 INFO Computing packages statistics...
02.07.26 08:30:21.013 INFO Loaded 576 packages
02.07.26 08:30:21.013 INFO Package state saved
package.state CLOSE_WRITE,CLOSE
Removing intermediate container f89bf611bc56
---> 3a9c053d5705
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
---> d5b328667214
Step 25/44 : ENV GIT_COMMIT=${GIT_COMMIT}
---> Using cache
---> 14665b937547
Step 26/44 : LABEL rocqproverorg=${GIT_COMMIT}
---> Using cache
---> 2be259be287b
Step 27/44 : ARG GIT_BRANCH
---> Using cache
---> dacc9f625492
Step 28/44 : RUN echo "Based on branch: $GIT_BRANCH"
---> Using cache
---> a57c9b414102
Step 29/44 : ENV GIT_BRANCH=${GIT_BRANCH}
---> Using cache
---> 9a2c080f093c
Step 30/44 : LABEL rocqproverorg_branch=${GIT_BRANCH}
---> Using cache
---> 77c994be4460
Step 31/44 : RUN apk update && apk add --update libev gmp git
---> Using cache
---> 742cead3cd18
Step 32/44 : RUN chmod -R 755 /var
---> Using cache
---> 6b0e0c3ce6d0
Step 33/44 : COPY --from=build /home/opam/package.state /var/package.state
---> ec089e10aa58
Step 34/44 : COPY --from=build /home/opam/rocq-opam-repository /var/opam-repository
---> b1b432664587
Step 35/44 : COPY --from=build /home/opam/_build/default/src/rocqproverorg_web/bin/main.exe /bin/server
---> fb5ddb38e6c7
Step 36/44 : COPY playground/asset playground/asset
---> 87ffa3cf7596
Step 37/44 : RUN git config --global --add safe.directory /var/opam-repository
---> Running in cffecede4459
Removing intermediate container cffecede4459
---> a94c6b288545
Step 38/44 : ENV ROCQPROVERORG_REPO_PATH=/var/opam-repository/
---> Running in 87379b164eeb
Removing intermediate container 87379b164eeb
---> 2ca215a23102
Step 39/44 : ENV DOC_PATH=/doc
---> Running in f9925c334002
Removing intermediate container f9925c334002
---> 8dcf0c872e98
Step 40/44 : ENV ROCQPROVERORG_PKG_STATE_PATH=/var/package.state
---> Running in 7e804c13113f
Removing intermediate container 7e804c13113f
---> 51d890515f12
Step 41/44 : ENV DREAM_VERBOSITY=info
---> Running in 3313f12cbefd
Removing intermediate container 3313f12cbefd
---> 855fd0486dee
Step 42/44 : ENV ROCQPROVERORG_HTTP_PORT=8080
---> Running in 54f6ed79c227
Removing intermediate container 54f6ed79c227
---> 86fe920ec73f
Step 43/44 : EXPOSE 8080
---> Running in 97d142174616
Removing intermediate container 97d142174616
---> 491c8342f479
Step 44/44 : ENTRYPOINT [ "/bin/server" ]
---> Running in 37503139d9ef
Removing intermediate container 37503139d9ef
---> fbae5c9fd6c1
Successfully built fbae5c9fd6c1
2026-07-02 08:30.45: Job succeeded