Build:
- 0
2026-06-15 08:58.22: New job: docker build {
"commit": "6d6f1a08b0b78fee1f68bbf94b178b825a2b8671",
"dockerfile": {
"file": "./Dockerfile"
},
"docker_context": null,
"squash": false,
"buildx": false,
"build_args": [],
"path": null
}
2026-06-15 08:58.22: Waiting for resource in pool docker
2026-06-15 09:05.13: Got resource from pool docker
2026-06-15 09:05.13: Checking out commit 6d6f1a08. To reproduce:
git clone --recursive "https://github.com/rocq-prover/rocq-prover.org.git" && cd "rocq-prover.org" && git fetch origin "refs/pull/263/head" && git reset --hard 6d6f1a08
2026-06-15 09:05.13: Exec: "cp" "-a" "--" "/var/lib/rocqprover/var/git/rocq-prover.org.git-dfe2bef793a402d8238d408b5c226c9ce6445970f63ca459f71f8a67a86c1cd0/.git"
"/tmp/git-checkout1c0134bb"
2026-06-15 09:05.18: Exec: "git" "-C" "/tmp/git-checkout1c0134bb" "submodule"
"deinit" "--force" "--all"
2026-06-15 09:05.18: Exec: "git" "-C" "/tmp/git-checkout1c0134bb" "reset"
"--hard" "-q" "6d6f1a08b0b78fee1f68bbf94b178b825a2b8671"
2026-06-15 09:05.19: Exec: "git" "-c" "protocol.file.allow=always" "-C"
"/tmp/git-checkout1c0134bb" "submodule" "update"
"--recursive" "--init" "--no-fetch"
2026-06-15 09:05.19: Exec: "docker" "build" "--pull" "-f" "/tmp/git-checkout1c0134bb/./Dockerfile"
"--iidfile" "/tmp/git-checkout1c0134bb/docker-iid"
"--" "/tmp/git-checkout1c0134bb"
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 . .
---> 144cefcf4e89
Step 16/44 : RUN opam exec -- dune build @install --profile=release
---> Running in c0f70d5fc4aa
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 3358ms.
Removing intermediate container c0f70d5fc4aa
---> e8db1666b6c3
Step 17/44 : RUN git clone https://github.com/rocq-prover/opam.git rocq-opam-repository
---> Running in 2688c3d86875
Cloning into 'rocq-opam-repository'...
Removing intermediate container 2688c3d86875
---> 70b62e6d358b
Step 18/44 : RUN cd rocq-opam-repository && git checkout master && git pull origin master
---> Running in 9d4b3b02dece
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 9d4b3b02dece
---> efef753f353f
Step 19/44 : ENV ROCQPROVERORG_REPO_PATH=rocq-opam-repository
---> Running in 3cca93b1bdfa
Removing intermediate container 3cca93b1bdfa
---> bda70828a626
Step 20/44 : ENV ROCQPROVERORG_PKG_STATE_PATH=package.state
---> Running in d7e3ae94df68
Removing intermediate container d7e3ae94df68
---> 15eec138f36f
Step 21/44 : RUN touch package.state && ./init-cache package.state
---> Running in 33ba15b92da3
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:07:20.486 Running on 0.0.0.0:8080 (http://localhost:8080)
15.06.26 09:07:20.487 Type Ctrl+C to stop
15.06.26 09:07:20.883 INFO Update server state
15.06.26 09:07:20.883 INFO Opam repository is currently at 8d8bc95641d315a949d0a0cabd4e48e4e1f03b98
15.06.26 09:07:20.883 INFO Updating opam package list
15.06.26 09:07:20.883 INFO Calculating packages.. .
15.06.26 09:07:22.042 INFO Computing additional informations...
15.06.26 09:07:22.048 INFO Dependencies...
15.06.26 09:07:22.160 INFO Reverse dependencies...
15.06.26 09:07:22.308 INFO Publication dates...
15.06.26 09:07:23.542 INFO Generate package info
15.06.26 09:07:23.805 INFO Computing packages statistics...
15.06.26 09:07:23.855 INFO Loaded 575 packages
15.06.26 09:07:23.855 INFO Package state saved
package.state CLOSE_WRITE,CLOSE
Removing intermediate container 33ba15b92da3
---> 7b85ff41d2ba
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
---> 805956db9854
Step 35/44 : COPY --from=build /home/opam/_build/default/src/rocqproverorg_web/bin/main.exe /bin/server
---> 09fc41bb5f19
Step 36/44 : COPY playground/asset playground/asset
---> edeadb7623b4
Step 37/44 : RUN git config --global --add safe.directory /var/opam-repository
---> Running in c7fa9518c833
Removing intermediate container c7fa9518c833
---> e4e8b7e277d2
Step 38/44 : ENV ROCQPROVERORG_REPO_PATH=/var/opam-repository/
---> Running in 6cb2da96f454
Removing intermediate container 6cb2da96f454
---> 3b2d9c517e5f
Step 39/44 : ENV DOC_PATH=/doc
---> Running in 827bd4cb86be
Removing intermediate container 827bd4cb86be
---> 7e9876fe4de1
Step 40/44 : ENV ROCQPROVERORG_PKG_STATE_PATH=/var/package.state
---> Running in 1a50005f11e3
Removing intermediate container 1a50005f11e3
---> 6275c1b7f8e6
Step 41/44 : ENV DREAM_VERBOSITY=info
---> Running in f656b83b8872
Removing intermediate container f656b83b8872
---> f609fe93708f
Step 42/44 : ENV ROCQPROVERORG_HTTP_PORT=8080
---> Running in fb501b4cca8a
Removing intermediate container fb501b4cca8a
---> 2c0b6eb4bb43
Step 43/44 : EXPOSE 8080
---> Running in 20a33786f46d
Removing intermediate container 20a33786f46d
---> 9bec5aaee89c
Step 44/44 : ENTRYPOINT [ "/bin/server" ]
---> Running in b27f0386d7a3
Removing intermediate container b27f0386d7a3
---> b3663c4b921f
Successfully built b3663c4b921f
2026-06-15 09:07.47: Job succeeded