Build:
  1. 0
2026-06-22 14:36.07: New job: Build Dockerfile using linux-x86_64 in
                                [https://github.com/ocurrent/ocurrent-deployer.git#refs/pull/267/head (e7d7595ab888ba56fffd475ccc8959a1bbd1b097)]
2026-06-22 14:36.07: Using cache hint "https://github.com/ocurrent/ocurrent-deployer.git-Dockerfile"
2026-06-22 14:36.07: Waiting for resource in pool OCluster
2026-06-22 14:36.07: Waiting for worker…
2026-06-22 14:36.07: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
HEAD is now at d110fcf Use IP address rather than FQDN
HEAD is now at e7d7595 Update opam repo sha
#0 building with "default" instance using docker driver

#1 [internal] load build definition from Dockerfile
#1 transferring dockerfile: 2.65kB done
#1 DONE 0.2s

#2 resolve image config for docker-image://docker.io/docker/dockerfile:1
#2 DONE 0.7s

#3 docker-image://docker.io/docker/dockerfile:1@sha256:87999aa3d42bdc6bea60565083ee17e86d1f3339802f543c0d03998580f9cb89
#3 CACHED

#4 [internal] load metadata for docker.io/ocaml/opam:debian-12-ocaml-4.14
#4 ...

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

#4 [internal] load metadata for docker.io/ocaml/opam:debian-12-ocaml-4.14
#4 DONE 0.5s

#6 [internal] load .dockerignore
#6 transferring context:
#6 transferring context: 65B done
#6 DONE 0.2s

#7 [internal] setting cache mount permissions
#7 DONE 0.0s

#8 [stage-1  1/12] FROM docker.io/library/debian:12@sha256:49ba348354a28e39c70beffd6cf43bdb8d55d81ce4b746b0428717d054b8bbc4
#8 DONE 0.0s

#9 [build  1/12] FROM docker.io/ocaml/opam:debian-12-ocaml-4.14@sha256:8702df5141fc681218f56ff5915dcf52328ed2a66c3cf10e09f9323fef0b731d
#9 CACHED

#10 [internal] load build context
#10 transferring context: 238.88kB 0.0s done
#10 DONE 0.2s

#11 [build  2/12] RUN sudo ln -sf /usr/bin/opam-2.5 /usr/bin/opam && opam init --reinit -ni
#11 0.331 Configuring from /home/opam/.opamrc and then from built-in defaults.
#11 ...

#12 [stage-1  5/12] RUN echo 'deb https://download.docker.com/linux/debian bookworm stable' >> /etc/apt/sources.list
#12 CACHED

#13 [stage-1  6/12] RUN --mount=type=cache,target=/var/cache/apt,sharing=locked     --mount=type=cache,target=/var/lib/apt,sharing=locked     apt update && apt-get --no-install-recommends install -y     docker-buildx-plugin     docker-ce     docker-ce-cli     docker-compose-plugin
#13 CACHED

#14 [stage-1  8/12] WORKDIR /var/lib/ocurrent
#14 CACHED

#15 [stage-1  9/12] COPY --link create-config.sh .
#15 CACHED

#16 [stage-1 10/12] RUN ./create-config.sh
#16 CACHED

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

#18 [stage-1  7/12] RUN curl -sL https://github.com/google/go-containerregistry/releases/latest/download/go-containerregistry_Linux_x86_64.tar.gz | tar xzf - -C /usr/local/bin crane
#18 CACHED

#19 [stage-1  2/12] RUN rm -f /etc/apt/apt.conf.d/docker-clean; echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
#19 CACHED

#20 [stage-1  3/12] RUN --mount=type=cache,target=/var/cache/apt,sharing=locked     --mount=type=cache,target=/var/lib/apt,sharing=locked     apt update && apt-get --no-install-recommends install -y     awscli     ca-certificates     curl     dumb-init     git     gnupg2     graphviz     libev4     libsqlite3-dev     netbase     openssh-client     rsync     libffi-dev
#20 CACHED

#11 [build  2/12] RUN sudo ln -sf /usr/bin/opam-2.5 /usr/bin/opam && opam init --reinit -ni
#11 0.332 Checking for available remotes: rsync and local, git.
#11 0.332   - you won't be able to use mercurial repositories unless you install the hg command on your system.
#11 0.332   - you won't be able to use darcs repositories unless you install the darcs command on your system.
#11 0.332 
#11 0.336 This version of opam requires an update to the layout of /home/opam/.opam from version 2.1 to version 2.2, which can't be reverted.
#11 0.336 You may want to back it up before going further.
#11 0.336 
#11 0.336 [NOTE] The 'jobs' option was reset, its value was 1 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using:
#11 0.336            opam option jobs=1 --global
#11 0.336 Continue? [Y/n] y
#11 0.337 Format upgrade done.
#11 ...

#7 [internal] setting cache mount permissions
#7 CACHED

#21 [stage-1 11/12] RUN docker context use default
#21 CACHED

#11 [build  2/12] RUN sudo ln -sf /usr/bin/opam-2.5 /usr/bin/opam && opam init --reinit -ni
#11 9.833 
#11 9.833 <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 11.51 [default] no changes from git+file:///home/opam/opam-repository
#11 DONE 12.8s

#22 [build  3/12] RUN opam option --global 'archive-mirrors+="https://opam.ocaml.org/cache"'
#22 0.261 Added '"https://opam.ocaml.org/cache"' to field archive-mirrors in global configuration
#22 DONE 0.3s

#23 [build  4/12] RUN sudo rm -f /etc/apt/apt.conf.d/docker-clean; echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' | sudo tee /etc/apt/apt.conf.d/keep-cache
#23 0.252 Binary::apt::APT::Keep-Downloaded-Packages "true";
#23 DONE 0.3s

#24 [build  5/12] RUN --mount=type=cache,target=/var/cache/apt,sharing=locked     --mount=type=cache,target=/var/lib/apt,sharing=locked     sudo apt update && sudo apt-get --no-install-recommends install -y     capnproto     graphviz     libev-dev     libffi-dev     libgmp-dev     libsqlite3-dev     libssl-dev     m4     pkg-config
#24 0.301 
#24 0.301 WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
#24 0.301 
#24 0.338 Hit:1 http://deb.debian.org/debian bookworm InRelease
#24 0.338 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
#24 0.338 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
#24 0.598 Reading package lists...
#24 1.385 Building dependency tree...
#24 1.475 Reading state information...
#24 1.485 All packages are up to date.
#24 1.505 Reading package lists...
#24 1.521 Building dependency tree...
#24 1.608 Reading state information...
#24 1.722 The following additional packages will be installed:
#24 1.722   fontconfig libann0 libcairo2 libcapnp-0.9.2 libcdt5 libcgraph6 libdatrie1
#24 1.722   libev4 libfribidi0 libglib2.0-0 libgmpxx4ldbl libgraphite2-3 libgts-0.7-5
#24 1.722   libgvc6 libgvpr2 libharfbuzz0b libice6 liblab-gamut1 libltdl7 libpango-1.0-0
#24 1.722   libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4 libpixman-1-0 libpkgconf3
#24 1.722   libsm6 libthai-data libthai0 libxaw7 libxcb-render0 libxcb-shm0 libxmu6
#24 1.722   libxrender1 libxt6 pkgconf pkgconf-bin x11-common
#24 1.723 Suggested packages:
#24 1.723   gsfonts graphviz-doc low-memory-monitor gmp-doc libgmp10-doc libmpfr-dev
#24 1.723   sqlite3-doc libssl-doc m4-doc
#24 1.723 Recommended packages:
#24 1.723   fonts-liberation2 libglib2.0-data shared-mime-info xdg-user-dirs libgts-bin
#24 1.954 The following NEW packages will be installed:
#24 1.954   capnproto fontconfig graphviz libann0 libcairo2 libcapnp-0.9.2 libcdt5
#24 1.954   libcgraph6 libdatrie1 libev-dev libev4 libffi-dev libfribidi0 libglib2.0-0
#24 1.954   libgmp-dev libgmpxx4ldbl libgraphite2-3 libgts-0.7-5 libgvc6 libgvpr2
#24 1.954   libharfbuzz0b libice6 liblab-gamut1 libltdl7 libpango-1.0-0
#24 1.955   libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4 libpixman-1-0 libpkgconf3
#24 1.955   libsm6 libsqlite3-dev libssl-dev libthai-data libthai0 libxaw7
#24 1.955   libxcb-render0 libxcb-shm0 libxmu6 libxrender1 libxt6 m4 pkg-config pkgconf
#24 1.955   pkgconf-bin x11-common
#24 2.094 debconf: delaying package configuration, since apt-utils is not installed
#24 2.113 0 upgraded, 46 newly installed, 0 to remove and 0 not upgraded.
#24 2.113 Need to get 0 B/15.7 MB of archives.
#24 2.113 After this operation, 49.6 MB of additional disk space will be used.
#24 2.132 Selecting previously unselected package libcapnp-0.9.2:amd64.
#24 2.132 (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 18755 files and directories currently installed.)
#24 2.172 Preparing to unpack .../00-libcapnp-0.9.2_0.9.2-2_amd64.deb ...
#24 2.173 Unpacking libcapnp-0.9.2:amd64 (0.9.2-2) ...
#24 2.298 Selecting previously unselected package capnproto.
#24 2.303 Preparing to unpack .../01-capnproto_0.9.2-2_amd64.deb ...
#24 2.304 Unpacking capnproto (0.9.2-2) ...
#24 2.365 Selecting previously unselected package fontconfig.
#24 2.368 Preparing to unpack .../02-fontconfig_2.14.1-4_amd64.deb ...
#24 2.368 Unpacking fontconfig (2.14.1-4) ...
#24 2.404 Selecting previously unselected package libann0.
#24 2.407 Preparing to unpack .../03-libann0_1.1.2+doc-9+b1_amd64.deb ...
#24 2.408 Unpacking libann0 (1.1.2+doc-9+b1) ...
#24 2.429 Selecting previously unselected package libcdt5:amd64.
#24 2.431 Preparing to unpack .../04-libcdt5_2.42.2-7+deb12u1_amd64.deb ...
#24 2.432 Unpacking libcdt5:amd64 (2.42.2-7+deb12u1) ...
#24 2.458 Selecting previously unselected package libcgraph6:amd64.
#24 2.462 Preparing to unpack .../05-libcgraph6_2.42.2-7+deb12u1_amd64.deb ...
#24 2.463 Unpacking libcgraph6:amd64 (2.42.2-7+deb12u1) ...
#24 2.487 Selecting previously unselected package libglib2.0-0:amd64.
#24 2.490 Preparing to unpack .../06-libglib2.0-0_2.74.6-2+deb12u9_amd64.deb ...
#24 2.490 Unpacking libglib2.0-0:amd64 (2.74.6-2+deb12u9) ...
#24 2.621 Selecting previously unselected package libgts-0.7-5:amd64.
#24 2.624 Preparing to unpack .../07-libgts-0.7-5_0.7.6+darcs121130-5+b1_amd64.deb ...
#24 2.624 Unpacking libgts-0.7-5:amd64 (0.7.6+darcs121130-5+b1) ...
#24 2.657 Selecting previously unselected package libpixman-1-0:amd64.
#24 2.659 Preparing to unpack .../08-libpixman-1-0_0.42.2-1_amd64.deb ...
#24 2.660 Unpacking libpixman-1-0:amd64 (0.42.2-1) ...
#24 2.715 Selecting previously unselected package libxcb-render0:amd64.
#24 2.718 Preparing to unpack .../09-libxcb-render0_1.15-1_amd64.deb ...
#24 2.719 Unpacking libxcb-render0:amd64 (1.15-1) ...
#24 2.750 Selecting previously unselected package libxcb-shm0:amd64.
#24 2.752 Preparing to unpack .../10-libxcb-shm0_1.15-1_amd64.deb ...
#24 2.753 Unpacking libxcb-shm0:amd64 (1.15-1) ...
#24 2.780 Selecting previously unselected package libxrender1:amd64.
#24 2.782 Preparing to unpack .../11-libxrender1_1%3a0.9.10-1.1_amd64.deb ...
#24 2.783 Unpacking libxrender1:amd64 (1:0.9.10-1.1) ...
#24 2.802 Selecting previously unselected package libcairo2:amd64.
#24 2.803 Preparing to unpack .../12-libcairo2_1.16.0-7_amd64.deb ...
#24 2.804 Unpacking libcairo2:amd64 (1.16.0-7) ...
#24 2.861 Selecting previously unselected package libltdl7:amd64.
#24 2.863 Preparing to unpack .../13-libltdl7_2.4.7-7~deb12u1_amd64.deb ...
#24 2.864 Unpacking libltdl7:amd64 (2.4.7-7~deb12u1) ...
#24 2.889 Selecting previously unselected package libfribidi0:amd64.
#24 2.891 Preparing to unpack .../14-libfribidi0_1.0.8-2.1_amd64.deb ...
#24 2.891 Unpacking libfribidi0:amd64 (1.0.8-2.1) ...
#24 2.911 Selecting previously unselected package libgraphite2-3:amd64.
#24 2.913 Preparing to unpack .../15-libgraphite2-3_1.3.14-1_amd64.deb ...
#24 2.913 Unpacking libgraphite2-3:amd64 (1.3.14-1) ...
#24 2.936 Selecting previously unselected package libharfbuzz0b:amd64.
#24 2.938 Preparing to unpack .../16-libharfbuzz0b_6.0.0+dfsg-3_amd64.deb ...
#24 2.938 Unpacking libharfbuzz0b:amd64 (6.0.0+dfsg-3) ...
#24 3.020 Selecting previously unselected package libthai-data.
#24 3.024 Preparing to unpack .../17-libthai-data_0.1.29-1_all.deb ...
#24 3.025 Unpacking libthai-data (0.1.29-1) ...
#24 3.062 Selecting previously unselected package libdatrie1:amd64.
#24 3.064 Preparing to unpack .../18-libdatrie1_0.2.13-2+b1_amd64.deb ...
#24 3.064 Unpacking libdatrie1:amd64 (0.2.13-2+b1) ...
#24 3.086 Selecting previously unselected package libthai0:amd64.
#24 3.090 Preparing to unpack .../19-libthai0_0.1.29-1_amd64.deb ...
#24 3.090 Unpacking libthai0:amd64 (0.1.29-1) ...
#24 3.111 Selecting previously unselected package libpango-1.0-0:amd64.
#24 3.113 Preparing to unpack .../20-libpango-1.0-0_1.50.12+ds-1_amd64.deb ...
#24 3.114 Unpacking libpango-1.0-0:amd64 (1.50.12+ds-1) ...
#24 3.148 Selecting previously unselected package libpangoft2-1.0-0:amd64.
#24 3.150 Preparing to unpack .../21-libpangoft2-1.0-0_1.50.12+ds-1_amd64.deb ...
#24 3.151 Unpacking libpangoft2-1.0-0:amd64 (1.50.12+ds-1) ...
#24 3.170 Selecting previously unselected package libpangocairo-1.0-0:amd64.
#24 3.173 Preparing to unpack .../22-libpangocairo-1.0-0_1.50.12+ds-1_amd64.deb ...
#24 3.173 Unpacking libpangocairo-1.0-0:amd64 (1.50.12+ds-1) ...
#24 3.193 Selecting previously unselected package libpathplan4:amd64.
#24 3.194 Preparing to unpack .../23-libpathplan4_2.42.2-7+deb12u1_amd64.deb ...
#24 3.195 Unpacking libpathplan4:amd64 (2.42.2-7+deb12u1) ...
#24 3.212 Selecting previously unselected package libgvc6.
#24 3.214 Preparing to unpack .../24-libgvc6_2.42.2-7+deb12u1_amd64.deb ...
#24 3.214 Unpacking libgvc6 (2.42.2-7+deb12u1) ...
#24 3.325 Selecting previously unselected package libgvpr2:amd64.
#24 3.328 Preparing to unpack .../25-libgvpr2_2.42.2-7+deb12u1_amd64.deb ...
#24 3.328 Unpacking libgvpr2:amd64 (2.42.2-7+deb12u1) ...
#24 3.364 Selecting previously unselected package liblab-gamut1:amd64.
#24 3.367 Preparing to unpack .../26-liblab-gamut1_2.42.2-7+deb12u1_amd64.deb ...
#24 3.368 Unpacking liblab-gamut1:amd64 (2.42.2-7+deb12u1) ...
#24 3.449 Selecting previously unselected package x11-common.
#24 3.451 Preparing to unpack .../27-x11-common_1%3a7.7+23_all.deb ...
#24 3.452 Unpacking x11-common (1:7.7+23) ...
#24 3.489 Selecting previously unselected package libice6:amd64.
#24 3.492 Preparing to unpack .../28-libice6_2%3a1.0.10-1_amd64.deb ...
#24 3.492 Unpacking libice6:amd64 (2:1.0.10-1) ...
#24 3.515 Selecting previously unselected package libsm6:amd64.
#24 3.518 Preparing to unpack .../29-libsm6_2%3a1.2.3-1_amd64.deb ...
#24 3.519 Unpacking libsm6:amd64 (2:1.2.3-1) ...
#24 3.542 Selecting previously unselected package libxt6:amd64.
#24 3.545 Preparing to unpack .../30-libxt6_1%3a1.2.1-1.1_amd64.deb ...
#24 3.545 Unpacking libxt6:amd64 (1:1.2.1-1.1) ...
#24 3.576 Selecting previously unselected package libxmu6:amd64.
#24 3.579 Preparing to unpack .../31-libxmu6_2%3a1.1.3-3_amd64.deb ...
#24 3.580 Unpacking libxmu6:amd64 (2:1.1.3-3) ...
#24 3.606 Selecting previously unselected package libxaw7:amd64.
#24 3.609 Preparing to unpack .../32-libxaw7_2%3a1.0.14-1_amd64.deb ...
#24 3.610 Unpacking libxaw7:amd64 (2:1.0.14-1) ...
#24 3.644 Selecting previously unselected package graphviz.
#24 3.646 Preparing to unpack .../33-graphviz_2.42.2-7+deb12u1_amd64.deb ...
#24 3.647 Unpacking graphviz (2.42.2-7+deb12u1) ...
#24 3.742 Selecting previously unselected package libev4:amd64.
#24 3.745 Preparing to unpack .../34-libev4_1%3a4.33-1_amd64.deb ...
#24 3.745 Unpacking libev4:amd64 (1:4.33-1) ...
#24 3.765 Selecting previously unselected package libev-dev:amd64.
#24 3.767 Preparing to unpack .../35-libev-dev_1%3a4.33-1_amd64.deb ...
#24 3.767 Unpacking libev-dev:amd64 (1:4.33-1) ...
#24 3.797 Selecting previously unselected package libffi-dev:amd64.
#24 3.802 Preparing to unpack .../36-libffi-dev_3.4.4-1_amd64.deb ...
#24 3.803 Unpacking libffi-dev:amd64 (3.4.4-1) ...
#24 3.836 Selecting previously unselected package libgmpxx4ldbl:amd64.
#24 3.840 Preparing to unpack .../37-libgmpxx4ldbl_2%3a6.2.1+dfsg1-1.1_amd64.deb ...
#24 3.841 Unpacking libgmpxx4ldbl:amd64 (2:6.2.1+dfsg1-1.1) ...
#24 3.872 Selecting previously unselected package libgmp-dev:amd64.
#24 3.876 Preparing to unpack .../38-libgmp-dev_2%3a6.2.1+dfsg1-1.1_amd64.deb ...
#24 3.877 Unpacking libgmp-dev:amd64 (2:6.2.1+dfsg1-1.1) ...
#24 3.930 Selecting previously unselected package libpkgconf3:amd64.
#24 3.933 Preparing to unpack .../39-libpkgconf3_1.8.1-1_amd64.deb ...
#24 3.933 Unpacking libpkgconf3:amd64 (1.8.1-1) ...
#24 3.953 Selecting previously unselected package libsqlite3-dev:amd64.
#24 3.955 Preparing to unpack .../40-libsqlite3-dev_3.40.1-2+deb12u2_amd64.deb ...
#24 3.956 Unpacking libsqlite3-dev:amd64 (3.40.1-2+deb12u2) ...
#24 4.075 Selecting previously unselected package libssl-dev:amd64.
#24 4.079 Preparing to unpack .../41-libssl-dev_3.0.20-1~deb12u2_amd64.deb ...
#24 4.081 Unpacking libssl-dev:amd64 (3.0.20-1~deb12u2) ...
#24 4.279 Selecting previously unselected package m4.
#24 4.283 Preparing to unpack .../42-m4_1.4.19-3_amd64.deb ...
#24 4.285 Unpacking m4 (1.4.19-3) ...
#24 4.345 Selecting previously unselected package pkgconf-bin.
#24 4.348 Preparing to unpack .../43-pkgconf-bin_1.8.1-1_amd64.deb ...
#24 4.349 Unpacking pkgconf-bin (1.8.1-1) ...
#24 4.375 Selecting previously unselected package pkgconf:amd64.
#24 4.378 Preparing to unpack .../44-pkgconf_1.8.1-1_amd64.deb ...
#24 4.381 Unpacking pkgconf:amd64 (1.8.1-1) ...
#24 4.403 Selecting previously unselected package pkg-config:amd64.
#24 4.406 Preparing to unpack .../45-pkg-config_1.8.1-1_amd64.deb ...
#24 4.408 Unpacking pkg-config:amd64 (1.8.1-1) ...
#24 4.437 Setting up libgraphite2-3:amd64 (1.3.14-1) ...
#24 4.438 Setting up libpixman-1-0:amd64 (0.42.2-1) ...
#24 4.440 Setting up fontconfig (2.14.1-4) ...
#24 4.444 Regenerating fonts cache... done.
#24 6.464 Setting up libxrender1:amd64 (1:0.9.10-1.1) ...
#24 6.466 Setting up libdatrie1:amd64 (0.2.13-2+b1) ...
#24 6.468 Setting up libxcb-render0:amd64 (1.15-1) ...
#24 6.470 Setting up libglib2.0-0:amd64 (2.74.6-2+deb12u9) ...
#24 6.480 No schema files found: doing nothing.
#24 6.485 Setting up libev4:amd64 (1:4.33-1) ...
#24 6.487 Setting up liblab-gamut1:amd64 (2.42.2-7+deb12u1) ...
#24 6.489 Setting up x11-common (1:7.7+23) ...
#24 6.586 invoke-rc.d: could not determine current runlevel
#24 6.592 invoke-rc.d: policy-rc.d denied execution of restart.
#24 6.596 Setting up m4 (1.4.19-3) ...
#24 6.598 Setting up libxcb-shm0:amd64 (1.15-1) ...
#24 6.599 Setting up libffi-dev:amd64 (3.4.4-1) ...
#24 6.600 Setting up libcairo2:amd64 (1.16.0-7) ...
#24 6.602 Setting up libgts-0.7-5:amd64 (0.7.6+darcs121130-5+b1) ...
#24 6.603 Setting up libpkgconf3:amd64 (1.8.1-1) ...
#24 6.605 Setting up libgmpxx4ldbl:amd64 (2:6.2.1+dfsg1-1.1) ...
#24 6.607 Setting up libsqlite3-dev:amd64 (3.40.1-2+deb12u2) ...
#24 6.608 Setting up libpathplan4:amd64 (2.42.2-7+deb12u1) ...
#24 6.609 Setting up libann0 (1.1.2+doc-9+b1) ...
#24 6.611 Setting up libfribidi0:amd64 (1.0.8-2.1) ...
#24 6.612 Setting up libssl-dev:amd64 (3.0.20-1~deb12u2) ...
#24 6.614 Setting up pkgconf-bin (1.8.1-1) ...
#24 6.615 Setting up libltdl7:amd64 (2.4.7-7~deb12u1) ...
#24 6.617 Setting up libcapnp-0.9.2:amd64 (0.9.2-2) ...
#24 6.618 Setting up libharfbuzz0b:amd64 (6.0.0+dfsg-3) ...
#24 6.620 Setting up libthai-data (0.1.29-1) ...
#24 6.621 Setting up libcdt5:amd64 (2.42.2-7+deb12u1) ...
#24 6.623 Setting up libcgraph6:amd64 (2.42.2-7+deb12u1) ...
#24 6.624 Setting up libev-dev:amd64 (1:4.33-1) ...
#24 6.626 Setting up libice6:amd64 (2:1.0.10-1) ...
#24 6.628 Setting up libgmp-dev:amd64 (2:6.2.1+dfsg1-1.1) ...
#24 6.629 Setting up pkgconf:amd64 (1.8.1-1) ...
#24 6.631 Setting up libthai0:amd64 (0.1.29-1) ...
#24 6.632 Setting up capnproto (0.9.2-2) ...
#24 6.633 Setting up pkg-config:amd64 (1.8.1-1) ...
#24 6.635 Setting up libgvpr2:amd64 (2.42.2-7+deb12u1) ...
#24 6.636 Setting up libsm6:amd64 (2:1.2.3-1) ...
#24 6.638 Setting up libpango-1.0-0:amd64 (1.50.12+ds-1) ...
#24 6.640 Setting up libxt6:amd64 (1:1.2.1-1.1) ...
#24 6.641 Setting up libpangoft2-1.0-0:amd64 (1.50.12+ds-1) ...
#24 6.643 Setting up libpangocairo-1.0-0:amd64 (1.50.12+ds-1) ...
#24 6.644 Setting up libxmu6:amd64 (2:1.1.3-3) ...
#24 6.646 Setting up libxaw7:amd64 (2:1.0.14-1) ...
#24 6.647 Setting up libgvc6 (2.42.2-7+deb12u1) ...
#24 6.678 Setting up graphviz (2.42.2-7+deb12u1) ...
#24 6.683 Processing triggers for libc-bin (2.36-9+deb12u14) ...
#24 DONE 7.0s

#25 [build  6/12] RUN cd ~/opam-repository && git fetch -q origin master && git reset --hard 7103cbf7d886d93402af1c852db818b4a3fba7ec && opam update
#25 4.823 Updating files:  38% (7049/18184)
Updating files:  39% (7092/18184)
Updating files:  40% (7274/18184)
Updating files:  41% (7456/18184)
Updating files:  42% (7638/18184)
Updating files:  43% (7820/18184)
Updating files:  44% (8001/18184)
Updating files:  45% (8183/18184)
Updating files:  46% (8365/18184)
Updating files:  47% (8547/18184)
Updating files:  48% (8729/18184)
Updating files:  49% (8911/18184)
Updating files:  50% (9092/18184)
Updating files:  51% (9274/18184)
Updating files:  52% (9456/18184)
Updating files:  53% (9638/18184)
Updating files:  54% (9820/18184)
Updating files:  55% (10002/18184)
Updating files:  56% (10184/18184)
Updating files:  57% (10365/18184)
Updating files:  58% (10547/18184)
Updating files:  59% (10729/18184)
Updating files:  60% (10911/18184)
Updating files:  61% (11093/18184)
Updating files:  62% (11275/18184)
Updating files:  63% (11456/18184)
Updating files:  64% (11638/18184)
Updating files:  65% (11820/18184)
Updating files:  66% (12002/18184)
Updating files:  67% (12184/18184)
Updating files:  68% (12366/18184)
Updating files:  69% (12547/18184)
Updating files:  70% (12729/18184)
Updating files:  71% (12911/18184)
Updating files:  72% (13093/18184)
Updating files:  73% (13275/18184)
Updating files:  74% (13457/18184)
Updating files:  75% (13638/18184)
Updating files:  76% (13820/18184)
Updating files:  77% (14002/18184)
Updating files:  78% (14184/18184)
Updating files:  78% (14190/18184)
Updating files:  79% (14366/18184)
Updating files:  80% (14548/18184)
Updating files:  81% (14730/18184)
Updating files:  82% (14911/18184)
Updating files:  83% (15093/18184)
Updating files:  84% (15275/18184)
Updating files:  85% (15457/18184)
Updating files:  86% (15639/18184)
Updating files:  87% (15821/18184)
Updating files:  88% (16002/18184)
Updating files:  89% (16184/18184)
Updating files:  90% (16366/18184)
Updating files:  91% (16548/18184)
Updating files:  92% (16730/18184)
Updating files:  93% (16912/18184)
Updating files:  94% (17093/18184)
Updating files:  95% (17275/18184)
Updating files:  96% (17457/18184)
Updating files:  97% (17639/18184)
Updating files:  98% (17821/18184)
Updating files:  99% (18003/18184)
Updating files: 100% (18184/18184)
Updating files: 100% (18184/18184), done.
#25 6.542 HEAD is now at 7103cbf7d8 Merge pull request #30095 from Octachron/OCaml_5.5.0_manual
#25 6.906 
#25 6.906 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
#25 12.31 [default] synchronised from git+file:///home/opam/opam-repository
#25 12.74 Now run 'opam upgrade' to apply any package updates.
#25 DONE 13.8s

#26 [build  7/12] COPY --chown=opam --link deployer.opam /src/
#26 DONE 0.1s

#27 [build  8/12] WORKDIR /src
#27 DONE 0.1s

#28 [build  9/12] RUN opam pin -yn add .
#28 1.563 [NOTE] Package deployer does not exist in opam repositories registered in the current switch.
#28 1.564 deployer is now pinned to file:///src (version dev)
#28 DONE 1.6s

#29 [build 10/12] RUN --mount=type=cache,target=/home/opam/.opam/download-cache,sharing=locked,uid=1000,gid=1000     opam install -y --deps-only .
#29 66.15 [ERROR] Sorry, resolution of the request timed out.
#29 66.15         Try to specify a more precise request, use a different solver, increase the tolerance for unoptimized solutions by setting OPAMSOLVERTOLERANCE to a bigger value (currently, it is set to 0.0) or increase the allowed time by setting OPAMSOLVERTIMEOUT to a bigger value (currently, it is set to 60.0 seconds).
#29 ERROR: process "/bin/sh -c opam install -y --deps-only ." did not complete successfully: exit code: 60
------
 > [build 10/12] RUN --mount=type=cache,target=/home/opam/.opam/download-cache,sharing=locked,uid=1000,gid=1000     opam install -y --deps-only .:
66.15 [ERROR] Sorry, resolution of the request timed out.
66.15         Try to specify a more precise request, use a different solver, increase the tolerance for unoptimized solutions by setting OPAMSOLVERTOLERANCE to a bigger value (currently, it is set to 0.0) or increase the allowed time by setting OPAMSOLVERTIMEOUT to a bigger value (currently, it is set to 60.0 seconds).
------

 1 warning found (use docker --debug to expand):
 - CopyIgnoredFile: Attempting to Add file "." that is excluded by .dockerignore (line 25)
Dockerfile:23
--------------------
  22 |     RUN opam pin -yn add .
  23 | >>> RUN --mount=type=cache,target=/home/opam/.opam/download-cache,sharing=locked,uid=1000,gid=1000 \
  24 | >>>     opam install -y --deps-only .
  25 |     ADD --chown=opam . .
--------------------
ERROR: failed to build: failed to solve: process "/bin/sh -c opam install -y --deps-only ." did not complete successfully: exit code: 60
docker-build failed with exit-code 1
2026-06-22 14:37.53: Job failed: Failed: Build failed