Build:
  1. 0
2024-09-10 15:00.10: New job: Build Dockerfile using linux-x86_64 in
                                [https://github.com/ocaml/ocaml.org.git#refs/heads/main (238c1ad7297c62496e952b5dd41d06794a9e0947)]
2024-09-10 15:00.10: Will push staging image to ocurrentbuilder/staging:live-ocurrent-v3.ocaml.org-server-linux-x86_64
2024-09-10 15:00.10: Using cache hint "https://github.com/ocaml/ocaml.org.git-Dockerfile"
2024-09-10 15:00.10: Waiting for resource in pool OCluster
2024-09-10 15:00.10: Waiting for worker…
2024-09-10 15:02.03: Got resource from pool OCluster
Building on x86-bm-c15.sw.ocaml.org
All commits already cached
HEAD is now at 238c1ad72 (data) Adding Reason OCaml India to list of recurring meetups (#2691)
Sending build context to Docker daemon  299.7MB

Step 1/28 : FROM ocaml/opam:alpine-3.20-ocaml-5.2 as build
alpine-3.20-ocaml-5.2: Pulling from ocaml/opam
Digest: sha256:86c796c60c268e068b50d8003cbfb2110acf8071e37cb2b23fe53f802909ad4d
Status: Image is up to date for ocaml/opam:alpine-3.20-ocaml-5.2
 ---> 3608c4e2eae9
Step 2/28 : RUN sudo apk update && sudo apk add --update libev-dev openssl-dev gmp-dev oniguruma-dev inotify-tools curl-dev autoconf
 ---> Using cache
 ---> 1602cca2e5b5
Step 3/28 : RUN cd opam-repository && git pull origin c45f5bab71d3589f41f9603daca5acad14df0ab0 && opam update
 ---> Using cache
 ---> 2c1f0b1c4367
Step 4/28 : WORKDIR /home/opam
 ---> Using cache
 ---> ef8801deb644
Step 5/28 : ADD ocamlorg.opam ocamlorg.opam
 ---> Using cache
 ---> 8fff94022725
Step 6/28 : RUN opam install . --deps-only
 ---> Using cache
 ---> 66afc01189cd
Step 7/28 : COPY --chown=opam:opam . .
 ---> 2766cf1e19e0
Step 8/28 : RUN opam exec -- dune build @install --profile=release
 ---> Running in ddefeac675c8
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 4421ms.
Removing intermediate container ddefeac675c8
 ---> 40628ab30c3a
Step 9/28 : RUN cd opam-repository && git checkout master && git pull origin master && opam update
 ---> Running in 83c43ca602c2
Already on 'master'
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
Already up to date.

<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
default (at file:///home/opam/opam-repository): 
    [INFO] opam 2.1 and 2.2 include many performance and security improvements over 2.0; please consider upgrading (https://opam.ocaml.org/doc/Install.html)


<><> Synchronising development packages <><><><><><><><><><><><><><><><><><><><>
[river.dev] no changes from git+https://github.com/aantron/river#476dc945a908a69548bddd267f143a3e5d9c8a1a
[olinkcheck.~dev] no changes from git+https://github.com/tarides/olinkcheck
[tailwindcss.dev] downloaded from https://github.com/tmattio/opam-tailwindcss/archive/3e60fc32bbcf82525999d83ad0f395e16107026b.tar.gz
Removing intermediate container 83c43ca602c2
 ---> e17c6f221ecf
Step 10/28 : ENV OCAMLORG_REPO_PATH opam-repository
 ---> Running in 9ffb6f14fc0d
Removing intermediate container 9ffb6f14fc0d
 ---> 059a785498e3
Step 11/28 : ENV OCAMLORG_PKG_STATE_PATH package.state
 ---> Running in 76282a1d64d5
Removing intermediate container 76282a1d64d5
 ---> 1c219f75ab0f
Step 12/28 : RUN touch package.state && ./init-cache package.state
 ---> Running in 071871beeb7b
PID=10
Setting up watches.
Watches established.
main.exe: [INFO] State cache file: package.state
main.exe: [INFO] Package state starting from scratch
10.09.24 15:06:01.726                       Running on 0.0.0.0:8080 (http://localhost:8080)
10.09.24 15:06:01.726                       Type Ctrl+C to stop
10.09.24 15:06:05.113                  INFO Update server state
10.09.24 15:06:05.113                  INFO Opam repository is currently at 7f8a1201e6585abc0601ef078822cf58d4fa4248
10.09.24 15:06:05.113                  INFO Updating opam package list
10.09.24 15:06:05.113                  INFO Calculating packages.. .
10.09.24 15:06:21.673                  INFO Computing additional informations...
10.09.24 15:06:21.837                  INFO Dependencies...
10.09.24 15:06:38.874                  INFO Reverse dependencies...
10.09.24 15:07:14.386                  INFO Publication dates...
10.09.24 15:08:14.589                  INFO Generate package info
10.09.24 15:09:05.471                  INFO Computing packages statistics...
10.09.24 15:09:06.310                  INFO Loaded 4860 packages
10.09.24 15:09:06.310                  INFO Package state saved
package.state CLOSE_WRITE,CLOSE 
Removing intermediate container 071871beeb7b
 ---> d3c18ce25a45
Step 13/28 : FROM alpine:3.20 as run
3.20: Pulling from library/alpine
Digest: sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d
Status: Image is up to date for alpine:3.20
 ---> 91ef0af61f39
Step 14/28 : RUN apk update && apk add --update libev gmp git
 ---> Using cache
 ---> 646393455e75
Step 15/28 : RUN chmod -R 755 /var
 ---> Using cache
 ---> 0733e0d76a82
Step 16/28 : COPY --from=build /home/opam/package.state /var/package.state
 ---> Using cache
 ---> 199391d55ccf
Step 17/28 : COPY --from=build /home/opam/opam-repository /var/opam-repository
 ---> bbaa33b154ab
Step 18/28 : COPY --from=build /home/opam/_build/default/src/ocamlorg_web/bin/main.exe /bin/server
 ---> a4ff6f1b8951
Step 19/28 : COPY playground/asset playground/asset
 ---> 7418f4192e85
Step 20/28 : RUN git clone https://github.com/ocaml-web/html-compiler-manuals /manual
 ---> Running in ed3c3583d72c
Cloning into '/manual'...
Updating files:  37% (4862/12827)
Updating files:  38% (4875/12827)
Updating files:  39% (5003/12827)
Updating files:  40% (5131/12827)
Updating files:  41% (5260/12827)
Updating files:  42% (5388/12827)
Updating files:  43% (5516/12827)
Updating files:  44% (5644/12827)
Updating files:  45% (5773/12827)
Updating files:  46% (5901/12827)
Updating files:  47% (6029/12827)
Updating files:  48% (6157/12827)
Updating files:  49% (6286/12827)
Updating files:  50% (6414/12827)
Updating files:  51% (6542/12827)
Updating files:  52% (6671/12827)
Updating files:  53% (6799/12827)
Updating files:  54% (6927/12827)
Updating files:  55% (7055/12827)
Updating files:  56% (7184/12827)
Updating files:  57% (7312/12827)
Updating files:  58% (7440/12827)
Updating files:  59% (7568/12827)
Updating files:  60% (7697/12827)
Updating files:  61% (7825/12827)
Updating files:  62% (7953/12827)
Updating files:  63% (8082/12827)
Updating files:  64% (8210/12827)
Updating files:  65% (8338/12827)
Updating files:  66% (8466/12827)
Updating files:  67% (8595/12827)
Updating files:  68% (8723/12827)
Updating files:  69% (8851/12827)
Updating files:  70% (8979/12827)
Updating files:  71% (9108/12827)
Updating files:  72% (9236/12827)
Updating files:  73% (9364/12827)
Updating files:  74% (9492/12827)
Updating files:  75% (9621/12827)
Updating files:  76% (9749/12827)
Updating files:  77% (9877/12827)
Updating files:  78% (10006/12827)
Updating files:  79% (10134/12827)
Updating files:  79% (10232/12827)
Updating files:  80% (10262/12827)
Updating files:  81% (10390/12827)
Updating files:  82% (10519/12827)
Updating files:  83% (10647/12827)
Updating files:  84% (10775/12827)
Updating files:  85% (10903/12827)
Updating files:  86% (11032/12827)
Updating files:  87% (11160/12827)
Updating files:  88% (11288/12827)
Updating files:  89% (11417/12827)
Updating files:  90% (11545/12827)
Updating files:  91% (11673/12827)
Updating files:  92% (11801/12827)
Updating files:  93% (11930/12827)
Updating files:  94% (12058/12827)
Updating files:  95% (12186/12827)
Updating files:  96% (12314/12827)
Updating files:  97% (12443/12827)
Updating files:  98% (12571/12827)
Updating files:  99% (12699/12827)
Updating files: 100% (12827/12827)
Updating files: 100% (12827/12827), done.
Removing intermediate container ed3c3583d72c
 ---> 39f557650ce6
Step 21/28 : RUN git config --global --add safe.directory /var/opam-repository
 ---> Running in 458e9abe09fe
Removing intermediate container 458e9abe09fe
 ---> 0f9eeaec0e88
Step 22/28 : ENV OCAMLORG_REPO_PATH /var/opam-repository/
 ---> Running in a3ad6f411149
Removing intermediate container a3ad6f411149
 ---> 3c1c69ad7beb
Step 23/28 : ENV OCAMLORG_MANUAL_PATH /manual
 ---> Running in 7ed1603e1184
Removing intermediate container 7ed1603e1184
 ---> 01ea57c4c2a5
Step 24/28 : ENV OCAMLORG_PKG_STATE_PATH /var/package.state
 ---> Running in c8373ea3773d
Removing intermediate container c8373ea3773d
 ---> d8e5ed0fb18e
Step 25/28 : ENV DREAM_VERBOSITY info
 ---> Running in f901b0ac12e4
Removing intermediate container f901b0ac12e4
 ---> 376c4f383bfb
Step 26/28 : ENV OCAMLORG_HTTP_PORT 8080
 ---> Running in 3160e44c2ab0
Removing intermediate container 3160e44c2ab0
 ---> c2d1a1d82951
Step 27/28 : EXPOSE 8080
 ---> Running in e51aca5f8174
Removing intermediate container e51aca5f8174
 ---> fa48cb87ff22
Step 28/28 : ENTRYPOINT /bin/server
 ---> Running in b900a907004d
Removing intermediate container b900a907004d
 ---> f1f04251027e
Successfully built f1f04251027e
Pushing "sha256:f1f04251027ee0801518b79907e6ba6f0576b977a7e8b10a00ef9d9be4734ab6" to "ocurrentbuilder/staging:live-ocurrent-v3.ocaml.org-server-linux-x86_64" as user "ocurrentbuilder"
Login Succeeded
The push refers to repository [docker.io/ocurrentbuilder/staging]
0d75e3108018: Preparing
8bb0921df150: Preparing
684fa2569987: Preparing
9b34108cbc6b: Preparing
4016247cb6b3: Preparing
e1ae9af944f8: Preparing
70c22c154c63: Preparing
e1d47a59a6bd: Preparing
63ca1fbb43ae: Preparing
e1d47a59a6bd: Waiting
63ca1fbb43ae: Waiting
0d75e3108018: Pushed
e1ae9af944f8: Layer already exists
70c22c154c63: Layer already exists
e1d47a59a6bd: Layer already exists
63ca1fbb43ae: Layer already exists
684fa2569987: Pushed
9b34108cbc6b: Pushed
8bb0921df150: Pushed
4016247cb6b3: Pushed
live-ocurrent-v3.ocaml.org-server-linux-x86_64: digest: sha256:a98a71396c2b0c8eab1d3f7c034ffe4a08a9c1b5fcc3c7211d40f428124546a3 size: 2218
The push refers to repository [docker.io/ocurrentbuilder/staging]
0d75e3108018: Preparing
8bb0921df150: Preparing
684fa2569987: Preparing
9b34108cbc6b: Preparing
4016247cb6b3: Preparing
e1ae9af944f8: Preparing
70c22c154c63: Preparing
e1d47a59a6bd: Preparing
63ca1fbb43ae: Preparing
e1ae9af944f8: Waiting
70c22c154c63: Waiting
e1d47a59a6bd: Waiting
63ca1fbb43ae: Waiting
0d75e3108018: Layer already exists
8bb0921df150: Layer already exists
9b34108cbc6b: Layer already exists
684fa2569987: Layer already exists
4016247cb6b3: Layer already exists
70c22c154c63: Layer already exists
e1ae9af944f8: Layer already exists
e1d47a59a6bd: Layer already exists
63ca1fbb43ae: Layer already exists
live-ocurrent-v3.ocaml.org-server-linux-x86_64: digest: sha256:a98a71396c2b0c8eab1d3f7c034ffe4a08a9c1b5fcc3c7211d40f428124546a3 size: 2218
Job succeeded
2024-09-10 15:12.05: Job succeeded