Build:
  1. 0
2023-09-26 14:25.56: New job: Build Dockerfile using linux-x86_64 in
                                [https://github.com/ocurrent/ocurrent-deployer.git#refs/heads/live-ci3 (c9af4d3c3a7c33fb1fb05289d3996b3ae8dcdca3)]
2023-09-26 14:25.56: Using cache hint "https://github.com/ocurrent/ocurrent-deployer.git-Dockerfile"
2023-09-26 14:25.56: Waiting for resource in pool OCluster
2023-09-26 14:25.56: Waiting for worker…
2023-09-26 14:25.58: Got resource from pool OCluster
Building on cree.caelum.ci.dev
Submodule path 'ocluster': checked out 'c8d092f0d0c01253a9199b94465f00f1dcbbe94d'
Submodule path 'ocurrent': checked out '5de1681df91a2be7f80c9c28877c69e12c16cc89'
HEAD is now at 198d35f Merge pull request #204 from mtelvers/ohc
Synchronizing submodule url for 'ocluster'
Synchronizing submodule url for 'ocurrent'
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'
HEAD is now at c9af4d3 Scan check.ci.ocaml.org
warning: Could not unset core.worktree setting in submodule 'ocluster'
Cleared directory 'ocluster'
warning: Could not unset core.worktree setting in submodule 'ocurrent'
Cleared directory 'ocurrent'
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 path 'ocluster': checked out 'c8d092f0d0c01253a9199b94465f00f1dcbbe94d'
Submodule path 'ocluster/obuilder': checked out '7015f4f00ac5183c70b27d044e8582b6c33105bd'
Submodule path 'ocurrent': checked out '5de1681df91a2be7f80c9c28877c69e12c16cc89'
#0 building with "default" instance using docker driver

#1 [internal] load .dockerignore
#1 transferring context: 65B done
#1 DONE 0.0s

#2 [internal] load build definition from Dockerfile
#2 transferring dockerfile: 2.39kB done
#2 DONE 0.0s

#3 [internal] load metadata for docker.io/ocaml/opam:debian-12-ocaml-4.14@sha256:45b04e2a4c933c57549382045dfac12cb7e872cace0456f92f4b022066e48111
#3 DONE 0.8s

#4 [internal] load metadata for docker.io/library/debian:12
#4 DONE 0.8s

#5 [stage-1  1/11] FROM docker.io/library/debian:12@sha256:eaace54a93d7b69c7c52bb8ddf9b3fcba0c106a497bc1fdbb89a6299cf945c63
#5 DONE 0.0s

#6 [build  1/12] FROM docker.io/ocaml/opam:debian-12-ocaml-4.14@sha256:45b04e2a4c933c57549382045dfac12cb7e872cace0456f92f4b022066e48111
#6 DONE 0.0s

#7 [internal] load build context
#7 transferring context: 1.34MB 0.1s done
#7 DONE 0.1s

#8 [stage-1  3/11] RUN curl -fsSL https://download.docker.com/linux/debian/gpg | apt-key add -
#8 CACHED

#9 [stage-1  6/11] RUN curl -L https://raw.githubusercontent.com/docker/compose-cli/main/scripts/install/install_linux.sh | sh
#9 CACHED

#10 [stage-1  4/11] RUN echo 'deb [arch=amd64] https://download.docker.com/linux/debian bookworm stable' >> /etc/apt/sources.list
#10 CACHED

#11 [stage-1  2/11] RUN apt-get update && apt-get install libffi-dev libev4 openssh-client curl gnupg2 dumb-init git graphviz libsqlite3-dev ca-certificates netbase rsync awscli -y --no-install-recommends
#11 CACHED

#12 [stage-1  5/11] RUN apt-get update && apt-get install docker-ce docker-ce-cli docker-buildx-plugin docker-compose-plugin -y --no-install-recommends
#12 CACHED

#13 [stage-1  7/11] WORKDIR /var/lib/ocurrent
#13 CACHED

#14 [build  5/12] COPY --chown=opam         ocluster/*.opam         /src/ocluster/
#14 CACHED

#15 [build  8/12] COPY --chown=opam deployer.opam /src/
#15 CACHED

#16 [build  9/12] RUN opam pin -yn add .
#16 CACHED

#17 [build  4/12] COPY --chown=opam 	ocurrent/current_docker.opam 	ocurrent/current_github.opam 	ocurrent/current_git.opam 	ocurrent/current.opam 	ocurrent/current_rpc.opam 	ocurrent/current_slack.opam 	ocurrent/current_ssh.opam 	ocurrent/current_web.opam 	/src/ocurrent/
#17 CACHED

#18 [build  7/12] RUN opam pin add -yn current_docker.dev "./ocurrent" &&     opam pin add -yn current_github.dev "./ocurrent" &&     opam pin add -yn current_git.dev "./ocurrent" &&     opam pin add -yn current.dev "./ocurrent" &&     opam pin add -yn current_rpc.dev "./ocurrent" &&     opam pin add -yn current_slack.dev "./ocurrent" &&     opam pin add -yn current_ssh.dev "./ocurrent" &&     opam pin add -yn current_web.dev "./ocurrent" &&     opam pin add -yn ocluster-api.dev "./ocluster"
#18 CACHED

#19 [build  2/12] RUN sudo apt-get update && sudo apt-get install libffi-dev libev-dev m4 pkg-config libsqlite3-dev libgmp-dev libssl-dev capnproto graphviz -y --no-install-recommends
#19 CACHED

#20 [build  6/12] WORKDIR /src
#20 CACHED

#21 [build  3/12] RUN cd ~/opam-repository && git fetch -q origin master && git reset --hard 99c704701437f5a9674b58cc5fbbb593653d0a3a && opam update
#21 CACHED

#22 [build 10/12] RUN opam install -y --deps-only .
#22 CACHED

#23 [stage-1  8/11] COPY create-config.sh create-config.sh
#23 DONE 0.1s

#24 [build 11/12] ADD --chown=opam . .
#24 DONE 0.1s

#25 [stage-1  9/11] RUN ./create-config.sh
#25 1.230 Successfully created context "ci3.ocamllabs.io"
#25 1.230 ci3.ocamllabs.io
#25 1.345 ci4.ocamllabs.io
#25 1.345 Successfully created context "ci4.ocamllabs.io"
#25 1.453 ci.mirage.io
#25 1.453 Successfully created context "ci.mirage.io"
#25 1.573 Successfully created context "ci.ocamllabs.io"
#25 1.573 ci.ocamllabs.io
#25 1.690 deploy.ci.ocaml.org
#25 1.690 Successfully created context "deploy.ci.ocaml.org"
#25 1.790 dev1.ocamllabs.io
#25 1.790 Successfully created context "dev1.ocamllabs.io"
#25 1.888 Successfully created context "docs.ci.ocaml.org"
#25 1.888 docs.ci.ocaml.org
#25 1.995 staging.docs.ci.ocaml.org
#25 1.995 Successfully created context "staging.docs.ci.ocaml.org"
#25 2.090 Successfully created context "opam-4.ocaml.org"
#25 2.090 opam-4.ocaml.org
#25 2.234 Successfully created context "opam-5.ocaml.org"
#25 2.234 opam-5.ocaml.org
#25 2.327 v2.ocaml.org
#25 2.327 Successfully created context "v2.ocaml.org"
#25 2.443 v3b.ocaml.org
#25 2.443 Successfully created context "v3b.ocaml.org"
#25 2.547 v3c.ocaml.org
#25 2.547 Successfully created context "v3c.ocaml.org"
#25 2.653 Successfully created context "watch.ocaml.org"
#25 2.653 watch.ocaml.org
#25 2.766 opam-repo-ci.sw.ocaml.org
#25 2.766 Successfully created context "opam-repo-ci.sw.ocaml.org"
#25 2.863 check.ci.ocaml.org
#25 2.863 Successfully created context "check.ci.ocaml.org"
#25 2.948 Docker Compose's integration for ECS and ACI will be retired in November 2023. Learn more: https://docs.docker.com/go/compose-ecs-eol/
#25 2.949 Successfully created ecs context "awsecs"
#25 3.035 # ci3.ocamllabs.io:22 SSH-2.0-OpenSSH_7.9p1 Debian-10+deb10u2
#25 3.196 # ci4.ocamllabs.io:22 SSH-2.0-OpenSSH_8.9p1 Ubuntu-3ubuntu0.3
#25 3.458 # ci.mirage.io:22 SSH-2.0-OpenSSH_8.2p1 Ubuntu-4ubuntu0.9
#25 3.632 # ci.ocamllabs.io:22 SSH-2.0-OpenSSH_8.9p1 Ubuntu-3ubuntu0.3
#25 4.010 # deploy.ci.ocaml.org:22 SSH-2.0-OpenSSH_8.9p1 Ubuntu-3ubuntu0.4
#25 4.290 # check.ci.ocaml.org:22 SSH-2.0-OpenSSH_8.2p1 Ubuntu-4ubuntu0.9
#25 4.422 # dev1.ocamllabs.io:22 SSH-2.0-OpenSSH_8.9p1 Ubuntu-3ubuntu0.3
#25 4.600 # docs.ci.ocaml.org:22 SSH-2.0-OpenSSH_8.9p1 Ubuntu-3ubuntu0.4
#25 9.778 # opam-4.ocaml.org:22 SSH-2.0-OpenSSH_8.9p1 Ubuntu-3ubuntu0.4
#25 10.03 # opam-5.ocaml.org:22 SSH-2.0-OpenSSH_8.9p1 Ubuntu-3ubuntu0.4
#25 ...

#26 [build 12/12] RUN opam config exec -- dune build ./_build/install/default/bin/ocurrent-deployer
#26 3.662 kj/filesystem-disk-unix.c++:1703: warning: PWD environment variable doesn't match current directory; pwd = /src
#26 3.662 schema.capnp --> schema.mli schema.ml
#26 DONE 10.2s

#25 [stage-1  9/11] RUN ./create-config.sh
#25 10.35 # v2.ocaml.org:22 SSH-2.0-OpenSSH_8.2p1 Ubuntu-4ubuntu0.9
#25 10.51 # v3b.ocaml.org:22 SSH-2.0-OpenSSH_8.9p1 Ubuntu-3ubuntu0.4
#25 10.73 # v3c.ocaml.org:22 SSH-2.0-OpenSSH_8.9p1 Ubuntu-3ubuntu0.4
#25 10.96 # watch.ocaml.org:22 SSH-2.0-OpenSSH_8.2p1 Ubuntu-4ubuntu0.9
#25 11.08 # opam-repo-ci.sw.ocaml.org:22 SSH-2.0-OpenSSH_8.9p1 Ubuntu-3ubuntu0.3
#25 11.30 # 147.75.84.37:22 SSH-2.0-OpenSSH_8.4p1 Debian-5+deb11u1
#25 DONE 11.4s

#27 [stage-1 10/11] RUN docker context use default
#27 0.690 Current context is now "default"
#27 0.690 default
#27 DONE 0.7s

#28 [stage-1 11/11] COPY --from=build /src/_build/install/default/bin/ocurrent-deployer /usr/local/bin/
#28 DONE 0.2s

#29 exporting to image
#29 exporting layers
#29 exporting layers 0.4s done
#29 writing image sha256:f5ca4b0bc4c395747da154bfe23e8286ecf89c026de8b5019e36aa52ca68212e done
#29 DONE 0.4s
Job succeeded
2023-09-26 14:26.14: Job succeeded