Build:
  1. 0
2023-03-17 17:34.32: New job: Build Dockerfile.web using linux-x86_64 in
                                [https://github.com/ocurrent/ocaml-ci.git#refs/pull/790/head (8c93ddb5def8f868d709ea176ee1950148629cd1)]
2023-03-17 17:34.32: Using cache hint "https://github.com/ocurrent/ocaml-ci.git-Dockerfile.web"
2023-03-17 17:34.32: Waiting for resource in pool OCluster
2023-03-17 17:34.32: Waiting for worker…
2023-03-17 17:51.25: Got resource from pool OCluster
Building on c2-2.ocamllabs.io
All commits already cached
Submodule path 'ocaml-dockerfile': checked out '60eb31dbea462ca993fa971ae62dc00443027eac'
Submodule path 'ocaml-gitlab': checked out 'f320f7f25cd26152082380edbf6063e01427014d'
Submodule path 'ocluster': checked out '513c17095fa97f3418970180cd72de880869c292'
Submodule path 'ocurrent': checked out '53fd3263d04407df6b7a627abe85667d011c0060'
Submodule path 'solver-service': checked out 'bea632588e4cff9b38fa66d6182cc9b0380e789d'
HEAD is now at 8c93ddb Tests for platforms
Synchronizing submodule url for 'ocaml-dockerfile'
Synchronizing submodule url for 'ocaml-gitlab'
Synchronizing submodule url for 'ocluster'
Synchronizing submodule url for 'ocurrent'
Synchronizing submodule url for 'solver-service'
Cleared directory 'ocaml-dockerfile'
Submodule 'ocaml-dockerfile' (https://github.com/ocurrent/ocaml-dockerfile.git) unregistered for path 'ocaml-dockerfile'
Cleared directory 'ocaml-gitlab'
Submodule 'ocaml-gitlab' (https://github.com/tmcgilchrist/ocaml-gitlab.git) unregistered for path 'ocaml-gitlab'
Cleared directory 'ocluster'
Submodule 'ocluster' (https://github.com/ocurrent/ocluster.git) unregistered for path 'ocluster'
Cleared directory 'ocurrent'
Submodule 'ocurrent' (https://github.com/ocurrent/ocurrent.git) unregistered for path 'ocurrent'
Cleared directory 'solver-service'
Submodule 'solver-service' (https://github.com/ocurrent/solver-service.git) unregistered for path 'solver-service'
Submodule 'ocaml-dockerfile' (https://github.com/ocurrent/ocaml-dockerfile.git) registered for path 'ocaml-dockerfile'
Submodule 'ocaml-gitlab' (https://github.com/tmcgilchrist/ocaml-gitlab.git) registered for path 'ocaml-gitlab'
Submodule 'ocluster' (https://github.com/ocurrent/ocluster.git) registered for path 'ocluster'
Submodule 'ocurrent' (https://github.com/ocurrent/ocurrent.git) registered for path 'ocurrent'
Submodule 'solver-service' (https://github.com/ocurrent/solver-service.git) registered for path 'solver-service'
Submodule path 'ocaml-dockerfile': checked out '60eb31dbea462ca993fa971ae62dc00443027eac'
Submodule path 'ocaml-gitlab': checked out 'f320f7f25cd26152082380edbf6063e01427014d'
Submodule path 'ocluster': checked out '513c17095fa97f3418970180cd72de880869c292'
Submodule path 'ocluster/obuilder': checked out '6e05d0f2c34ff87d2bebdb960ba20ad1ac62d770'
Submodule path 'ocurrent': checked out '53fd3263d04407df6b7a627abe85667d011c0060'
Submodule path 'solver-service': checked out 'bea632588e4cff9b38fa66d6182cc9b0380e789d'
Sending build context to Docker daemon   12.2MB

Step 1/25 : FROM ocaml/opam:debian-11-ocaml-4.14@sha256:bc7e053abdfca481d15f49291f8151a63207d843d3065b4b5a2f6f68681cbd4b AS build
docker.io/ocaml/opam:debian-11-ocaml-4.14@sha256:bc7e053abdfca481d15f49291f8151a63207d843d3065b4b5a2f6f68681cbd4b: Pulling from ocaml/opam
Digest: sha256:bc7e053abdfca481d15f49291f8151a63207d843d3065b4b5a2f6f68681cbd4b
Status: Image is up to date for ocaml/opam:debian-11-ocaml-4.14@sha256:bc7e053abdfca481d15f49291f8151a63207d843d3065b4b5a2f6f68681cbd4b
 ---> baaf656acb54
Step 2/25 : RUN sudo apt-get update && sudo apt-get install libev-dev capnproto m4 pkg-config libgmp-dev libssl-dev libffi-dev libsqlite3-dev -y --no-install-recommends
 ---> Using cache
 ---> 12a2244cd669
Step 3/25 : RUN cd ~/opam-repository && git fetch -q origin master && git reset --hard c59aec93bab15c48f633a83cea5344ddbfbf5556 && opam update
 ---> Using cache
 ---> 517bd1cc176f
Step 4/25 : COPY --chown=opam     ocurrent/current_rpc.opam     /src/ocurrent/
 ---> Using cache
 ---> 2b2a7336e260
Step 5/25 : COPY --chown=opam     solver-service/solver-service.opam     solver-service/solver-worker.opam     solver-service/solver-service-api.opam     /src/solver-service/
 ---> Using cache
 ---> 46d90668f2dd
Step 6/25 : WORKDIR /src
 ---> Using cache
 ---> 10cd0555f466
Step 7/25 : RUN opam pin -yn add ./ocurrent
 ---> Using cache
 ---> e73cc1054015
Step 8/25 : RUN opam pin -yn add ./solver-service
 ---> Using cache
 ---> f1e86ed25c90
Step 9/25 : COPY --chown=opam ocaml-ci-api.opam ocaml-ci-web.opam ocaml-ci.opam /src/
 ---> Using cache
 ---> 6a98bb06ad1e
Step 10/25 : RUN opam install -y --deps-only .
 ---> Using cache
 ---> d0edec4eed5d
Step 11/25 : ADD --chown=opam . .
 ---> 49ae3daa965f
Step 12/25 : RUN opam config exec -- dune build ./_build/install/default/bin/ocaml-ci-web
 ---> Running in 3e7472777f47
kj/filesystem-disk-unix.c++:1681: warning: PWD environment variable doesn't match current directory; pwd = /src
schema.capnp --> schema.mli schema.ml
kj/filesystem-disk-unix.c++:1681: warning: PWD environment variable doesn't match current directory; pwd = /src
schema.capnp --> schema.mli schema.ml
ocurrent.capnp --> ocurrent.mli ocurrent.ml
kj/filesystem-disk-unix.c++:1681: warning: PWD environment variable doesn't match current directory; pwd = /src
schema.capnp --> schema.mli schema.ml
kj/filesystem-disk-unix.c++:1681: warning: PWD environment variable doesn't match current directory; pwd = /src
schema.capnp --> schema.mli schema.ml

Rebuilding...

Done in 1946ms.
Generating static.ml
Skipping generation of .mli
Removing intermediate container 3e7472777f47
 ---> 06acef2de5d7
Step 13/25 : FROM debian:11
11: Pulling from library/debian
Digest: sha256:f81bf5a8b57d6aa1824e4edb9aea6bd5ef6240bcc7d86f303f197a2eb77c430f
Status: Image is up to date for debian:11
 ---> 72b624312240
Step 14/25 : RUN apt-get update && apt-get install libev4 libsqlite3-dev curl jq dumb-init -y --no-install-recommends
 ---> Using cache
 ---> fc8ce01c6efe
Step 15/25 : WORKDIR /
 ---> Using cache
 ---> 366bff1a08e5
Step 16/25 : ENTRYPOINT ["dumb-init", "/usr/local/bin/ocaml-ci-web"]
 ---> Using cache
 ---> 7f9af2775278
Step 17/25 : RUN apt-get install ca-certificates -y  # https://github.com/mirage/ocaml-conduit/issues/388
 ---> Using cache
 ---> 782f0b5f35f4
Step 18/25 : COPY --from=build /src/_build/install/default/bin/ocaml-ci-web /usr/local/bin/
 ---> Using cache
 ---> 682528324a0a
Step 19/25 : RUN mkdir -p /profile-pictures/github
 ---> Using cache
 ---> 9cc8708bc9db
Step 20/25 : RUN mkdir -p /profile-pictures/gitlab
 ---> Using cache
 ---> 00d6da7269f7
Step 21/25 : COPY --from=build /src/bin/add-profile-picture /usr/local/bin
 ---> Using cache
 ---> 011ae0066a5f
Step 22/25 : COPY --from=build /src/deploy-data/github-organisations.txt /github-organisations.txt
 ---> Using cache
 ---> c9d14210a439
Step 23/25 : COPY --from=build /src/deploy-data/gitlab-organisations.txt /gitlab-organisations.txt
 ---> Using cache
 ---> e8fbde04cd6c
Step 24/25 : RUN xargs -n 1 /usr/local/bin/add-profile-picture --github < /github-organisations.txt
 ---> Using cache
 ---> 2a37f57acbbd
Step 25/25 : RUN xargs -n 1 /usr/local/bin/add-profile-picture --gitlab < /gitlab-organisations.txt
 ---> Using cache
 ---> c8361ffd4c16
Successfully built c8361ffd4c16
Job succeeded
2023-03-17 17:52.05: Job succeeded