Build:
  1. 36
  2. 35
  3. 34
  4. 33
  5. 32
  6. 31
  7. 30
  8. 29
  9. 28
  10. 27
2026-08-11 10:04.13: New job: docker build {
                                             "commit": "6eb65a533d309080de03c3a5d06bc9f2bd35d6a8",
                                             "dockerfile": {
                                               "file": "Dockerfile"
                                             },
                                             "docker_context": null,
                                             "squash": false,
                                             "buildx": true,
                                             "build_args": [],
                                             "path": null
                                           }
2026-08-11 10:04.13: Waiting for resource in pool docker-build-pool
2026-08-11 10:14.40: Got resource from pool docker-build-pool
2026-08-11 10:14.40: Checking out commit 6eb65a53. To reproduce:
                       git clone --recursive "https://github.com/tarides/deployer.git" -b "master" && cd "deployer" && git reset --hard 6eb65a53
2026-08-11 10:14.40: Exec: "cp" "-a" "--" "/var/lib/ocurrent/var/git/deployer.git-0e6fb07d8adc7bc70f913609b7667c91d998739fc4aeb320731e359bdaedcbba/.git" 
                           "/tmp/git-checkout3a25e71e"
2026-08-11 10:14.40: Exec: "git" "-C" "/tmp/git-checkout3a25e71e" "submodule" 
                           "deinit" "--force" "--all"
2026-08-11 10:14.40: Exec: "git" "-C" "/tmp/git-checkout3a25e71e" "reset" 
                           "--hard" "-q" "6eb65a533d309080de03c3a5d06bc9f2bd35d6a8"
2026-08-11 10:14.40: Exec: "git" "-c" "protocol.file.allow=always" "-C" 
                           "/tmp/git-checkout3a25e71e" "submodule" "update" 
                           "--recursive" "--init" "--no-fetch"
2026-08-11 10:14.41: Exec: "docker" "buildx" "build" "--pull" "-f" "/tmp/git-checkout3a25e71e/Dockerfile" 
                           "--iidfile" "/tmp/git-checkout3a25e71e/docker-iid" 
                           "--" "/tmp/git-checkout3a25e71e"
#0 building with "default" instance using docker driver

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

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

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

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

#4 [internal] load .dockerignore
#4 transferring context: 114B done
#4 DONE 0.0s

#5 [internal] load build context
#5 DONE 0.0s

#6 [stage-1 1/5] FROM docker.io/library/debian:12@sha256:813017f3d62be4b5891a7acca6a01bdcd4b8513daa81b1ab99d3a50385b26931
#6 resolve docker.io/library/debian:12@sha256:813017f3d62be4b5891a7acca6a01bdcd4b8513daa81b1ab99d3a50385b26931
#6 ...

#5 [internal] load build context
#5 transferring context: 12.11kB done
#5 DONE 0.1s

#6 [stage-1 1/5] FROM docker.io/library/debian:12@sha256:813017f3d62be4b5891a7acca6a01bdcd4b8513daa81b1ab99d3a50385b26931
#6 resolve docker.io/library/debian:12@sha256:813017f3d62be4b5891a7acca6a01bdcd4b8513daa81b1ab99d3a50385b26931 0.1s done
#6 sha256:813017f3d62be4b5891a7acca6a01bdcd4b8513daa81b1ab99d3a50385b26931 5.63kB / 5.63kB done
#6 sha256:88a7d30d49e1d13f0aac17b0e5fb9e291717e3a7c4a512fe56636db576383b8a 1.02kB / 1.02kB done
#6 sha256:a97c45fa72171d55c288623cfb1b66e14c9ef5bb3c7c179bc7dd75ad6f1cb73c 453B / 453B done
#6 sha256:3af9207d37990175f61d5ce9faa0c7373ffcd2d6da1b6ba0a9ca9d61f8f47cc9 0B / 48.50MB 0.1s
#6 sha256:3af9207d37990175f61d5ce9faa0c7373ffcd2d6da1b6ba0a9ca9d61f8f47cc9 39.85MB / 48.50MB 0.3s
#6 sha256:3af9207d37990175f61d5ce9faa0c7373ffcd2d6da1b6ba0a9ca9d61f8f47cc9 48.50MB / 48.50MB 0.3s done
#6 ...

#7 [stage-1 3/5] ADD --chmod=755 https://github.com/docker/buildx/releases/download/v0.19.3/buildx-v0.19.3.linux-amd64 /usr/local/lib/docker/cli-plugins/docker-buildx
#7 DONE 0.5s

#6 [stage-1 1/5] FROM docker.io/library/debian:12@sha256:813017f3d62be4b5891a7acca6a01bdcd4b8513daa81b1ab99d3a50385b26931
#6 extracting sha256:3af9207d37990175f61d5ce9faa0c7373ffcd2d6da1b6ba0a9ca9d61f8f47cc9 0.1s
#6 extracting sha256:3af9207d37990175f61d5ce9faa0c7373ffcd2d6da1b6ba0a9ca9d61f8f47cc9 2.2s done
#6 DONE 3.5s

#8 [stage-1 2/5] RUN apt-get update && apt-get install libsqlite3-dev libev-dev ca-certificates git netbase graphviz -y --no-install-recommends
#8 0.243 Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
#8 0.257 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
#8 0.257 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [34.8 kB]
#8 0.348 Get:4 http://deb.debian.org/debian bookworm/main amd64 Packages [8790 kB]
#8 0.420 Get:5 http://deb.debian.org/debian bookworm-updates/main amd64 Packages [6924 B]
#8 0.497 Get:6 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [325 kB]
#8 1.299 Fetched 9364 kB in 1s (8836 kB/s)
#8 1.299 Reading package lists...
#8 1.966 Reading package lists...
#8 2.619 Building dependency tree...
#8 2.767 Reading state information...
#8 2.924 The following additional packages will be installed:
#8 2.925   fontconfig fontconfig-config fonts-dejavu-core git-man libabsl20220623
#8 2.925   libann0 libaom3 libavif15 libbrotli1 libbsd0 libc-dev-bin libc6-dev
#8 2.925   libcairo2 libcdt5 libcgraph6 libcrypt-dev libcurl3-gnutls libdatrie1
#8 2.925   libdav1d6 libde265-0 libdeflate0 liberror-perl libev4 libexpat1
#8 2.925   libfontconfig1 libfreetype6 libfribidi0 libgav1-1 libgd3 libgdbm-compat4
#8 2.925   libgdbm6 libglib2.0-0 libgraphite2-3 libgssapi-krb5-2 libgts-0.7-5 libgvc6
#8 2.925   libgvpr2 libharfbuzz0b libheif1 libice6 libjbig0 libjpeg62-turbo
#8 2.925   libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblab-gamut1
#8 2.925   libldap-2.5-0 liblerc4 libltdl7 libnghttp2-14 libnsl-dev libnsl2 libnuma1
#8 2.925   libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4
#8 2.925   libperl5.36 libpixman-1-0 libpng16-16 libpsl5 librav1e0 librtmp1 libsasl2-2
#8 2.925   libsasl2-modules-db libsm6 libsqlite3-0 libssh2-1 libssl3 libsvtav1enc1
#8 2.925   libthai-data libthai0 libtiff6 libtirpc-common libtirpc-dev libtirpc3
#8 2.925   libwebp7 libx11-6 libx11-data libx265-199 libxau6 libxaw7 libxcb-render0
#8 2.925   libxcb-shm0 libxcb1 libxdmcp6 libxext6 libxmu6 libxpm4 libxrender1 libxt6
#8 2.925   libyuv0 linux-libc-dev openssl perl perl-modules-5.36 rpcsvc-proto
#8 2.925   x11-common
#8 2.927 Suggested packages:
#8 2.927   gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-email git-gui
#8 2.927   gitk gitweb git-cvs git-mediawiki git-svn gsfonts graphviz-doc glibc-doc
#8 2.927   manpages-dev libgd-tools gdbm-l10n low-memory-monitor krb5-doc krb5-user
#8 2.927   sensible-utils sqlite3-doc perl-doc libterm-readline-gnu-perl
#8 2.927   | libterm-readline-perl-perl make libtap-harness-archive-perl
#8 2.927 Recommended packages:
#8 2.927   patch less ssh-client fonts-liberation2 manpages manpages-dev libc-devtools
#8 2.927   libglib2.0-data shared-mime-info xdg-user-dirs libgts-bin krb5-locales
#8 2.927   libldap-common publicsuffix libsasl2-modules
#8 3.561 The following NEW packages will be installed:
#8 3.564   ca-certificates fontconfig fontconfig-config fonts-dejavu-core git git-man
#8 3.564   graphviz libabsl20220623 libann0 libaom3 libavif15 libbrotli1 libbsd0
#8 3.564   libc-dev-bin libc6-dev libcairo2 libcdt5 libcgraph6 libcrypt-dev
#8 3.564   libcurl3-gnutls libdatrie1 libdav1d6 libde265-0 libdeflate0 liberror-perl
#8 3.564   libev-dev libev4 libexpat1 libfontconfig1 libfreetype6 libfribidi0 libgav1-1
#8 3.564   libgd3 libgdbm-compat4 libgdbm6 libglib2.0-0 libgraphite2-3 libgssapi-krb5-2
#8 3.564   libgts-0.7-5 libgvc6 libgvpr2 libharfbuzz0b libheif1 libice6 libjbig0
#8 3.564   libjpeg62-turbo libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0
#8 3.564   liblab-gamut1 libldap-2.5-0 liblerc4 libltdl7 libnghttp2-14 libnsl-dev
#8 3.564   libnsl2 libnuma1 libpango-1.0-0 libpangocairo-1.0-0 libpangoft2-1.0-0
#8 3.564   libpathplan4 libperl5.36 libpixman-1-0 libpng16-16 libpsl5 librav1e0
#8 3.564   librtmp1 libsasl2-2 libsasl2-modules-db libsm6 libsqlite3-0 libsqlite3-dev
#8 3.564   libssh2-1 libssl3 libsvtav1enc1 libthai-data libthai0 libtiff6
#8 3.564   libtirpc-common libtirpc-dev libtirpc3 libwebp7 libx11-6 libx11-data
#8 3.564   libx265-199 libxau6 libxaw7 libxcb-render0 libxcb-shm0 libxcb1 libxdmcp6
#8 3.564   libxext6 libxmu6 libxpm4 libxrender1 libxt6 libyuv0 linux-libc-dev netbase
#8 3.564   openssl perl perl-modules-5.36 rpcsvc-proto x11-common
#8 3.600 0 upgraded, 105 newly installed, 0 to remove and 0 not upgraded.
#8 3.600 Need to get 51.2 MB of archives.
#8 3.600 After this operation, 213 MB of additional disk space will be used.
#8 3.600 Get:1 http://deb.debian.org/debian bookworm/main amd64 perl-modules-5.36 all 5.36.0-7+deb12u3 [2815 kB]
#8 3.617 Get:2 http://deb.debian.org/debian bookworm/main amd64 libgdbm6 amd64 1.23-3 [72.2 kB]
#8 3.618 Get:3 http://deb.debian.org/debian bookworm/main amd64 libgdbm-compat4 amd64 1.23-3 [48.2 kB]
#8 3.619 Get:4 http://deb.debian.org/debian bookworm/main amd64 libperl5.36 amd64 5.36.0-7+deb12u3 [4196 kB]
#8 3.639 Get:5 http://deb.debian.org/debian bookworm/main amd64 perl amd64 5.36.0-7+deb12u3 [239 kB]
#8 3.640 Get:6 http://deb.debian.org/debian bookworm/main amd64 netbase all 6.4 [12.8 kB]
#8 3.640 Get:7 http://deb.debian.org/debian bookworm/main amd64 libssl3 amd64 3.0.20-1~deb12u2 [2036 kB]
#8 3.650 Get:8 http://deb.debian.org/debian bookworm/main amd64 openssl amd64 3.0.20-1~deb12u2 [1439 kB]
#8 3.657 Get:9 http://deb.debian.org/debian-security bookworm-security/main amd64 ca-certificates all 20250419~deb12u1 [162 kB]
#8 3.658 Get:10 http://deb.debian.org/debian bookworm/main amd64 libexpat1 amd64 2.5.0-1+deb12u2 [99.9 kB]
#8 3.659 Get:11 http://deb.debian.org/debian bookworm/main amd64 libbrotli1 amd64 1.0.9-2+b6 [275 kB]
#8 3.660 Get:12 http://deb.debian.org/debian bookworm/main amd64 libpng16-16 amd64 1.6.39-2+deb12u5 [277 kB]
#8 3.661 Get:13 http://deb.debian.org/debian bookworm/main amd64 libfreetype6 amd64 2.12.1+dfsg-5+deb12u4 [398 kB]
#8 3.664 Get:14 http://deb.debian.org/debian bookworm/main amd64 fonts-dejavu-core all 2.37-6 [1068 kB]
#8 3.672 Get:15 http://deb.debian.org/debian bookworm/main amd64 fontconfig-config amd64 2.14.1-4 [315 kB]
#8 3.672 Get:16 http://deb.debian.org/debian bookworm/main amd64 libfontconfig1 amd64 2.14.1-4 [386 kB]
#8 3.674 Get:17 http://deb.debian.org/debian bookworm/main amd64 fontconfig amd64 2.14.1-4 [449 kB]
#8 3.676 Get:18 http://deb.debian.org/debian bookworm/main amd64 libkrb5support0 amd64 1.20.1-2+deb12u5 [33.2 kB]
#8 3.677 Get:19 http://deb.debian.org/debian bookworm/main amd64 libk5crypto3 amd64 1.20.1-2+deb12u5 [79.7 kB]
#8 3.678 Get:20 http://deb.debian.org/debian bookworm/main amd64 libkeyutils1 amd64 1.6.3-2 [8808 B]
#8 3.678 Get:21 http://deb.debian.org/debian bookworm/main amd64 libkrb5-3 amd64 1.20.1-2+deb12u5 [332 kB]
#8 3.680 Get:22 http://deb.debian.org/debian bookworm/main amd64 libgssapi-krb5-2 amd64 1.20.1-2+deb12u5 [135 kB]
#8 3.681 Get:23 http://deb.debian.org/debian bookworm/main amd64 libsasl2-modules-db amd64 2.1.28+dfsg-10 [20.3 kB]
#8 3.681 Get:24 http://deb.debian.org/debian bookworm/main amd64 libsasl2-2 amd64 2.1.28+dfsg-10 [59.7 kB]
#8 3.681 Get:25 http://deb.debian.org/debian bookworm/main amd64 libldap-2.5-0 amd64 2.5.13+dfsg-5 [183 kB]
#8 3.683 Get:26 http://deb.debian.org/debian bookworm/main amd64 libnghttp2-14 amd64 1.52.0-1+deb12u3 [72.4 kB]
#8 3.683 Get:27 http://deb.debian.org/debian bookworm/main amd64 libpsl5 amd64 0.21.2-1 [58.7 kB]
#8 3.684 Get:28 http://deb.debian.org/debian bookworm/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB]
#8 3.685 Get:29 http://deb.debian.org/debian bookworm/main amd64 libssh2-1 amd64 1.10.0-3+b1 [179 kB]
#8 3.686 Get:30 http://deb.debian.org/debian bookworm/main amd64 libcurl3-gnutls amd64 7.88.1-10+deb12u15 [386 kB]
#8 3.688 Get:31 http://deb.debian.org/debian bookworm/main amd64 liberror-perl all 0.17029-2 [29.0 kB]
#8 3.690 Get:32 http://deb.debian.org/debian bookworm/main amd64 git-man all 1:2.39.5-0+deb12u3 [2053 kB]
#8 3.698 Get:33 http://deb.debian.org/debian bookworm/main amd64 git amd64 1:2.39.5-0+deb12u3 [7264 kB]
#8 3.731 Get:34 http://deb.debian.org/debian bookworm/main amd64 libann0 amd64 1.1.2+doc-9+b1 [25.1 kB]
#8 3.732 Get:35 http://deb.debian.org/debian bookworm/main amd64 libcdt5 amd64 2.42.2-7+deb12u1 [39.6 kB]
#8 3.733 Get:36 http://deb.debian.org/debian bookworm/main amd64 libcgraph6 amd64 2.42.2-7+deb12u1 [63.0 kB]
#8 3.733 Get:37 http://deb.debian.org/debian bookworm/main amd64 libaom3 amd64 3.6.0-1+deb12u2 [1850 kB]
#8 3.743 Get:38 http://deb.debian.org/debian bookworm/main amd64 libdav1d6 amd64 1.0.0-2+deb12u1 [513 kB]
#8 3.745 Get:39 http://deb.debian.org/debian bookworm/main amd64 libabsl20220623 amd64 20220623.1-1+deb12u2 [391 kB]
#8 3.748 Get:40 http://deb.debian.org/debian bookworm/main amd64 libgav1-1 amd64 0.18.0-1+b1 [332 kB]
#8 3.749 Get:41 http://deb.debian.org/debian bookworm/main amd64 librav1e0 amd64 0.5.1-6 [763 kB]
#8 3.754 Get:42 http://deb.debian.org/debian bookworm/main amd64 libsvtav1enc1 amd64 1.4.1+dfsg-1 [2121 kB]
#8 3.763 Get:43 http://deb.debian.org/debian bookworm/main amd64 libjpeg62-turbo amd64 1:2.1.5-2 [166 kB]
#8 3.764 Get:44 http://deb.debian.org/debian bookworm/main amd64 libyuv0 amd64 0.0~git20230123.b2528b0-1 [168 kB]
#8 3.765 Get:45 http://deb.debian.org/debian bookworm/main amd64 libavif15 amd64 0.11.1-1+deb12u1 [94.4 kB]
#8 3.766 Get:46 http://deb.debian.org/debian bookworm/main amd64 libde265-0 amd64 1.0.11-1+deb12u2 [185 kB]
#8 3.767 Get:47 http://deb.debian.org/debian bookworm/main amd64 libnuma1 amd64 2.0.16-1 [21.0 kB]
#8 3.767 Get:48 http://deb.debian.org/debian bookworm/main amd64 libx265-199 amd64 3.5-2+b1 [1150 kB]
#8 3.774 Get:49 http://deb.debian.org/debian bookworm/main amd64 libheif1 amd64 1.15.1-1+deb12u1 [215 kB]
#8 3.774 Get:50 http://deb.debian.org/debian bookworm/main amd64 libdeflate0 amd64 1.14-1 [61.4 kB]
#8 3.775 Get:51 http://deb.debian.org/debian bookworm/main amd64 libjbig0 amd64 2.1-6.1 [31.7 kB]
#8 3.775 Get:52 http://deb.debian.org/debian bookworm/main amd64 liblerc4 amd64 4.0.0+ds-2 [170 kB]
#8 3.776 Get:53 http://deb.debian.org/debian bookworm/main amd64 libwebp7 amd64 1.2.4-0.2+deb12u1 [286 kB]
#8 3.778 Get:54 http://deb.debian.org/debian bookworm/main amd64 libtiff6 amd64 4.5.0-6+deb12u4 [316 kB]
#8 3.780 Get:55 http://deb.debian.org/debian bookworm/main amd64 libxau6 amd64 1:1.0.9-1 [19.7 kB]
#8 3.780 Get:56 http://deb.debian.org/debian bookworm/main amd64 libbsd0 amd64 0.11.7-2 [117 kB]
#8 3.781 Get:57 http://deb.debian.org/debian bookworm/main amd64 libxdmcp6 amd64 1:1.1.2-3 [26.3 kB]
#8 3.782 Get:58 http://deb.debian.org/debian bookworm/main amd64 libxcb1 amd64 1.15-1 [144 kB]
#8 3.783 Get:59 http://deb.debian.org/debian bookworm/main amd64 libx11-data all 2:1.8.4-2+deb12u2 [292 kB]
#8 3.784 Get:60 http://deb.debian.org/debian bookworm/main amd64 libx11-6 amd64 2:1.8.4-2+deb12u2 [760 kB]
#8 3.788 Get:61 http://deb.debian.org/debian bookworm/main amd64 libxpm4 amd64 1:3.5.12-1.1+deb12u1 [48.6 kB]
#8 3.789 Get:62 http://deb.debian.org/debian bookworm/main amd64 libgd3 amd64 2.3.3-9 [124 kB]
#8 3.790 Get:63 http://deb.debian.org/debian bookworm/main amd64 libglib2.0-0 amd64 2.74.6-2+deb12u9 [1403 kB]
#8 3.797 Get:64 http://deb.debian.org/debian bookworm/main amd64 libgts-0.7-5 amd64 0.7.6+darcs121130-5+b1 [160 kB]
#8 3.798 Get:65 http://deb.debian.org/debian bookworm/main amd64 libpixman-1-0 amd64 0.42.2-1 [546 kB]
#8 3.800 Get:66 http://deb.debian.org/debian bookworm/main amd64 libxcb-render0 amd64 1.15-1 [115 kB]
#8 3.801 Get:67 http://deb.debian.org/debian bookworm/main amd64 libxcb-shm0 amd64 1.15-1 [105 kB]
#8 3.802 Get:68 http://deb.debian.org/debian bookworm/main amd64 libxext6 amd64 2:1.3.4-1+b1 [52.9 kB]
#8 3.803 Get:69 http://deb.debian.org/debian bookworm/main amd64 libxrender1 amd64 1:0.9.10-1.1 [33.2 kB]
#8 3.804 Get:70 http://deb.debian.org/debian bookworm/main amd64 libcairo2 amd64 1.16.0-7 [575 kB]
#8 3.806 Get:71 http://deb.debian.org/debian bookworm/main amd64 libltdl7 amd64 2.4.7-7~deb12u1 [393 kB]
#8 3.809 Get:72 http://deb.debian.org/debian bookworm/main amd64 libfribidi0 amd64 1.0.8-2.1 [65.0 kB]
#8 3.809 Get:73 http://deb.debian.org/debian bookworm/main amd64 libgraphite2-3 amd64 1.3.14-1+deb12u1 [74.6 kB]
#8 3.810 Get:74 http://deb.debian.org/debian bookworm/main amd64 libharfbuzz0b amd64 6.0.0+dfsg-3 [1945 kB]
#8 3.819 Get:75 http://deb.debian.org/debian bookworm/main amd64 libthai-data all 0.1.29-1 [176 kB]
#8 3.820 Get:76 http://deb.debian.org/debian bookworm/main amd64 libdatrie1 amd64 0.2.13-2+b1 [43.3 kB]
#8 3.821 Get:77 http://deb.debian.org/debian bookworm/main amd64 libthai0 amd64 0.1.29-1 [57.5 kB]
#8 3.821 Get:78 http://deb.debian.org/debian bookworm/main amd64 libpango-1.0-0 amd64 1.50.12+ds-1 [212 kB]
#8 3.823 Get:79 http://deb.debian.org/debian bookworm/main amd64 libpangoft2-1.0-0 amd64 1.50.12+ds-1 [47.4 kB]
#8 3.823 Get:80 http://deb.debian.org/debian bookworm/main amd64 libpangocairo-1.0-0 amd64 1.50.12+ds-1 [34.2 kB]
#8 3.823 Get:81 http://deb.debian.org/debian bookworm/main amd64 libpathplan4 amd64 2.42.2-7+deb12u1 [41.9 kB]
#8 3.824 Get:82 http://deb.debian.org/debian bookworm/main amd64 libgvc6 amd64 2.42.2-7+deb12u1 [679 kB]
#8 3.827 Get:83 http://deb.debian.org/debian bookworm/main amd64 libgvpr2 amd64 2.42.2-7+deb12u1 [189 kB]
#8 3.828 Get:84 http://deb.debian.org/debian bookworm/main amd64 liblab-gamut1 amd64 2.42.2-7+deb12u1 [197 kB]
#8 3.829 Get:85 http://deb.debian.org/debian bookworm/main amd64 x11-common all 1:7.7+23 [252 kB]
#8 3.831 Get:86 http://deb.debian.org/debian bookworm/main amd64 libice6 amd64 2:1.0.10-1 [58.5 kB]
#8 3.831 Get:87 http://deb.debian.org/debian bookworm/main amd64 libsm6 amd64 2:1.2.3-1 [35.1 kB]
#8 3.832 Get:88 http://deb.debian.org/debian bookworm/main amd64 libxt6 amd64 1:1.2.1-1.1 [186 kB]
#8 3.834 Get:89 http://deb.debian.org/debian bookworm/main amd64 libxmu6 amd64 2:1.1.3-3 [60.1 kB]
#8 3.834 Get:90 http://deb.debian.org/debian bookworm/main amd64 libxaw7 amd64 2:1.0.14-1 [201 kB]
#8 3.836 Get:91 http://deb.debian.org/debian bookworm/main amd64 graphviz amd64 2.42.2-7+deb12u1 [611 kB]
#8 3.839 Get:92 http://deb.debian.org/debian bookworm/main amd64 libc-dev-bin amd64 2.36-9+deb12u14 [48.1 kB]
#8 3.839 Get:93 http://deb.debian.org/debian-security bookworm-security/main amd64 linux-libc-dev amd64 6.1.180-1 [2332 kB]
#8 3.846 Get:94 http://deb.debian.org/debian bookworm/main amd64 libcrypt-dev amd64 1:4.4.33-2 [118 kB]
#8 3.847 Get:95 http://deb.debian.org/debian bookworm/main amd64 libtirpc-common all 1.3.3+ds-1 [14.0 kB]
#8 3.847 Get:96 http://deb.debian.org/debian bookworm/main amd64 libtirpc3 amd64 1.3.3+ds-1 [85.2 kB]
#8 3.847 Get:97 http://deb.debian.org/debian bookworm/main amd64 libnsl2 amd64 1.3.0-2 [39.5 kB]
#8 3.851 Get:98 http://deb.debian.org/debian bookworm/main amd64 libtirpc-dev amd64 1.3.3+ds-1 [191 kB]
#8 3.851 Get:99 http://deb.debian.org/debian bookworm/main amd64 libnsl-dev amd64 1.3.0-2 [66.4 kB]
#8 3.851 Get:100 http://deb.debian.org/debian bookworm/main amd64 rpcsvc-proto amd64 1.4.3-1 [63.3 kB]
#8 3.851 Get:101 http://deb.debian.org/debian bookworm/main amd64 libc6-dev amd64 2.36-9+deb12u14 [1904 kB]
#8 3.859 Get:102 http://deb.debian.org/debian bookworm/main amd64 libev4 amd64 1:4.33-1 [43.2 kB]
#8 3.859 Get:103 http://deb.debian.org/debian bookworm/main amd64 libev-dev amd64 1:4.33-1 [137 kB]
#8 3.863 Get:104 http://deb.debian.org/debian bookworm/main amd64 libsqlite3-0 amd64 3.40.1-2+deb12u2 [839 kB]
#8 3.868 Get:105 http://deb.debian.org/debian bookworm/main amd64 libsqlite3-dev amd64 3.40.1-2+deb12u2 [1025 kB]
#8 4.058 debconf: delaying package configuration, since apt-utils is not installed
#8 4.089 Fetched 51.2 MB in 0s (173 MB/s)
#8 4.117 Selecting previously unselected package perl-modules-5.36.
#8 4.117 (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 ... 6096 files and directories currently installed.)
#8 4.127 Preparing to unpack .../000-perl-modules-5.36_5.36.0-7+deb12u3_all.deb ...
#8 4.133 Unpacking perl-modules-5.36 (5.36.0-7+deb12u3) ...
#8 4.593 Selecting previously unselected package libgdbm6:amd64.
#8 4.596 Preparing to unpack .../001-libgdbm6_1.23-3_amd64.deb ...
#8 4.607 Unpacking libgdbm6:amd64 (1.23-3) ...
#8 4.667 Selecting previously unselected package libgdbm-compat4:amd64.
#8 4.670 Preparing to unpack .../002-libgdbm-compat4_1.23-3_amd64.deb ...
#8 4.678 Unpacking libgdbm-compat4:amd64 (1.23-3) ...
#8 4.755 Selecting previously unselected package libperl5.36:amd64.
#8 4.759 Preparing to unpack .../003-libperl5.36_5.36.0-7+deb12u3_amd64.deb ...
#8 4.765 Unpacking libperl5.36:amd64 (5.36.0-7+deb12u3) ...
#8 5.231 Selecting previously unselected package perl.
#8 5.234 Preparing to unpack .../004-perl_5.36.0-7+deb12u3_amd64.deb ...
#8 5.247 Unpacking perl (5.36.0-7+deb12u3) ...
#8 5.383 Selecting previously unselected package netbase.
#8 5.385 Preparing to unpack .../005-netbase_6.4_all.deb ...
#8 5.396 Unpacking netbase (6.4) ...
#8 5.482 Selecting previously unselected package libssl3:amd64.
#8 5.486 Preparing to unpack .../006-libssl3_3.0.20-1~deb12u2_amd64.deb ...
#8 5.496 Unpacking libssl3:amd64 (3.0.20-1~deb12u2) ...
#8 5.881 Selecting previously unselected package openssl.
#8 5.884 Preparing to unpack .../007-openssl_3.0.20-1~deb12u2_amd64.deb ...
#8 5.893 Unpacking openssl (3.0.20-1~deb12u2) ...
#8 6.197 Selecting previously unselected package ca-certificates.
#8 6.200 Preparing to unpack .../008-ca-certificates_20250419~deb12u1_all.deb ...
#8 6.209 Unpacking ca-certificates (20250419~deb12u1) ...
#8 6.377 Selecting previously unselected package libexpat1:amd64.
#8 6.382 Preparing to unpack .../009-libexpat1_2.5.0-1+deb12u2_amd64.deb ...
#8 6.396 Unpacking libexpat1:amd64 (2.5.0-1+deb12u2) ...
#8 6.479 Selecting previously unselected package libbrotli1:amd64.
#8 6.482 Preparing to unpack .../010-libbrotli1_1.0.9-2+b6_amd64.deb ...
#8 6.492 Unpacking libbrotli1:amd64 (1.0.9-2+b6) ...
#8 ...

#9 [build  1/10] FROM docker.io/ocaml/opam:debian-12-ocaml-4.14@sha256:b629a74607ab2249731bb30fac29c44ca2ee011324c662f4b3cca3b77d66316d
#9 resolve docker.io/ocaml/opam:debian-12-ocaml-4.14@sha256:b629a74607ab2249731bb30fac29c44ca2ee011324c662f4b3cca3b77d66316d 0.1s done
#9 sha256:a818069544ae41ed0617fbb30af81847dadcc1dafb98fe0ca5f173dfaa2048c3 212B / 212B 0.2s done
#9 sha256:38f413143789c0ab678504596aecf95d981be8a0c7514635e8c4caf58e23a2ca 156B / 156B 0.1s done
#9 sha256:641382d86fe6511b50033150e465a6b6fe77ec376be73fe061a42bfd34cf6b71 9.49kB / 9.49kB done
#9 sha256:b629a74607ab2249731bb30fac29c44ca2ee011324c662f4b3cca3b77d66316d 1.25kB / 1.25kB done
#9 sha256:d8fa4bac9d56957608c8c54de4cf3a43e9cddea60213e3f0efa88eda692053e3 11.78kB / 11.78kB done
#9 extracting sha256:38f413143789c0ab678504596aecf95d981be8a0c7514635e8c4caf58e23a2ca done
#9 extracting sha256:a818069544ae41ed0617fbb30af81847dadcc1dafb98fe0ca5f173dfaa2048c3 done
#9 sha256:f7d3125f67d51eeeb3580985a4d14bc2cc52f7f87e0b4b218abbbd6a3e6eafe1 15.27MB / 15.27MB 0.4s done
#9 sha256:8650122f36e8205a9949fb95dc2a60a07d3d70e745b210b013f478577c72b6c5 367B / 367B 0.4s done
#9 extracting sha256:f7d3125f67d51eeeb3580985a4d14bc2cc52f7f87e0b4b218abbbd6a3e6eafe1 0.2s done
#9 sha256:98c25370e278e848dc6f3d38ed2b19e123f05822f4ed1b9d79ea3ddcf3218c1f 183.68MB / 183.68MB 1.4s done
#9 sha256:c76477d76551d629dcdedc730629aa18e25708f1588a195550834fa3c16ed371 6.30MB / 6.30MB 0.6s done
#9 sha256:5c6527e1aaf4a8fa277b9dcb3c64054c44025753d568260dabcadacdb22f0d7d 6.30MB / 6.30MB 0.6s done
#9 sha256:bbd0343f8e8e70579bdc7662c3857fc5d21566517e7a937d92836aeb60bb56b2 6.93MB / 6.93MB 0.8s done
#9 sha256:0dd34eef25d53865f3317195382a8664d4b100ae893bee0bf093f401c2f10335 6.91MB / 6.91MB 0.8s done
#9 extracting sha256:8650122f36e8205a9949fb95dc2a60a07d3d70e745b210b013f478577c72b6c5 done
#9 sha256:3be39e776ac6679257e1862f3501165c44d09f0f420b60d9e1c5bde292e1472a 7.05MB / 7.05MB 1.0s done
#9 sha256:40026c43838eaae025b3229c595da56d55b422b3efb9ab8629d01c751a7080e6 7.01MB / 7.01MB 0.9s done
#9 sha256:bd0e216e9dd5420d18517bee717246c7073f5f9fe7fefe89a62d5f9bb49c805e 7.39MB / 7.39MB 1.2s done
#9 sha256:6a404ca3640d704e8caac9d92a5f3a66fa10c49156e973534abd4ad88f536689 443.12kB / 443.12kB 1.1s done
#9 sha256:12ba847fa820c556484adf2f9382433050b42024fbf07ecb361f7d5ec3a110f0 194B / 194B 1.3s done
#9 sha256:4f32506323c795d3e804eade26947c807c34ec4d8ffa387388e57fee2e38416c 192B / 192B 1.4s done
#9 sha256:caa8b30ba33474c5391960908d53b67f1e8aaaa3c9228d8e93ce6e3cbdca5aa2 191B / 191B 1.5s done
#9 sha256:9f031efdc14d00668d5966313212cc5af5bc3c67fecdf52f0df6bba99ca021e9 93B / 93B 1.6s done
#9 sha256:6678e8c6ba57b4963ab5458fd242fac1ceb770345a3a0153fcf8183903499983 3.35kB / 3.35kB 1.6s done
#9 sha256:e7ecaff702160f21ecf17d06fedc83e0f28b8e59a94949d06b359f1bde34c0ab 301B / 301B 1.7s done
#9 extracting sha256:98c25370e278e848dc6f3d38ed2b19e123f05822f4ed1b9d79ea3ddcf3218c1f 5.7s done
#9 sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 32B / 32B 1.7s done
#9 sha256:9970d3950e40de7cfdbe8ae5beecc56605c023595f6d1568d7ae7cc48c017b21 2.19kB / 2.19kB 1.7s done
#9 sha256:f874d5c817c927bd1593f9388d824ddf2c330d8198fdbc23c8d570e15b687a96 158B / 158B 1.8s done
#9 sha256:20ff0288b2291dad909f9add7fb1e7db40801534d4d81ee00da5ba9c8ee17c73 154B / 154B 1.8s done
#9 sha256:6dba3dd8302eb4ed9d758aac401d4514f489084045fc7853d32c5a42be4e9f46 225B / 225B 1.9s done
#9 sha256:b5bcb90b07aa78559f6daaa45e0e7c57f7fa3e3802409d052ecad585d67f5754 236B / 236B 2.0s done
#9 sha256:ee7678767164f4b936d217a9322bb45a42c5ba0d526770915362091ee8fa9290 227B / 227B 1.9s done
#9 sha256:fa6b929532272f1c21b7867729397e3d9c1ad58c441b512534ae5778828362c7 248B / 248B 2.0s done
#9 sha256:b19974143badabb18c7c4c6d5e7bf3900ba8bdbdfadf081a417f6814d66e0f43 295B / 295B 2.0s done
#9 sha256:a574dc752dcb3279c68ed1995935fafbb3c571b90eddddab1c04e648e24bbd2f 292B / 292B 2.1s done
#9 sha256:74d6ad5deafd8764da5cd243c2176fac5b72eb4fac111782bf142bb0adb5405c 236B / 236B 2.1s done
#9 sha256:c097101adbdee74e2436bd9245518d2da6a365afb3566e74571ce810d32a1c56 223B / 223B 2.1s done
#9 sha256:2b821df63ff4e607532d61d4e7bfa78f32eb5902fc9bb5c411cbde1660b3b24a 225.79MB / 225.79MB 3.4s
#9 sha256:7449b2c16d0b36be3c218b62c87f75fd011b997619d35ca9647c2b6193925465 213B / 213B 2.2s done
#9 sha256:6cde04bdb4d534efa14b3629147b694a1c353997f7500ac9f97db704cc3fcb24 226B / 226B 2.2s done
#9 sha256:8690298dbc4c6c9228227b2eeb5269a467ba898c0ec38b467a49ed5cf6e990b9 233B / 233B 2.3s done
#9 sha256:c7507d33adfc8fb42501a8f232e8f62249240622f82c6829471fbce690c81ae2 190.62MB / 190.62MB 3.4s done
#9 sha256:6edad907636cd6fe4039614ffcac416f569cb621db33944d246f8d224a849d38 670B / 670B 2.5s done
#9 sha256:15c19436bb5452cac5f6e74a68cc4534e07c32759ac463fba3bb1abbbfec41e1 93B / 93B 2.6s done
#9 sha256:98b04bfbdd5e6be4512f84a72fe701f2fc800e461864da2c6052401c5215e651 1.69kB / 1.69kB 2.7s done
#9 sha256:b72391c548c5a90cf93cee6a644bca36888c9f6fab26b67bdaf44aa4869ab06d 76.55MB / 199.67MB 9.9s
#9 sha256:8cfe86ef711d373ed10c7cae59d890f850d7d98738f6d3bba6bad4d1e217a447 267.40kB / 267.40kB 4.1s done
#9 sha256:d85242bdca385218c4fb477ecc1b6b568e896ef4c87f50ff0cb845d18fdeaafa 4.87kB / 4.87kB 3.8s done
#9 sha256:ba7b91fe82115a3b25dfa2d6cd27d078d02df65d3e3d2729908926cf628bd7a9 423B / 423B 4.2s done
#9 extracting sha256:c76477d76551d629dcdedc730629aa18e25708f1588a195550834fa3c16ed371 0.1s done
#9 extracting sha256:5c6527e1aaf4a8fa277b9dcb3c64054c44025753d568260dabcadacdb22f0d7d 0.1s done
#9 extracting sha256:0dd34eef25d53865f3317195382a8664d4b100ae893bee0bf093f401c2f10335 0.1s done
#9 extracting sha256:bbd0343f8e8e70579bdc7662c3857fc5d21566517e7a937d92836aeb60bb56b2 0.1s done
#9 extracting sha256:40026c43838eaae025b3229c595da56d55b422b3efb9ab8629d01c751a7080e6 0.1s done
#9 extracting sha256:3be39e776ac6679257e1862f3501165c44d09f0f420b60d9e1c5bde292e1472a 0.1s done
#9 extracting sha256:bd0e216e9dd5420d18517bee717246c7073f5f9fe7fefe89a62d5f9bb49c805e 0.1s done
#9 extracting sha256:6a404ca3640d704e8caac9d92a5f3a66fa10c49156e973534abd4ad88f536689 0.0s done
#9 extracting sha256:12ba847fa820c556484adf2f9382433050b42024fbf07ecb361f7d5ec3a110f0 done
#9 extracting sha256:4f32506323c795d3e804eade26947c807c34ec4d8ffa387388e57fee2e38416c done
#9 extracting sha256:caa8b30ba33474c5391960908d53b67f1e8aaaa3c9228d8e93ce6e3cbdca5aa2 done
#9 extracting sha256:9f031efdc14d00668d5966313212cc5af5bc3c67fecdf52f0df6bba99ca021e9 done
#9 extracting sha256:6678e8c6ba57b4963ab5458fd242fac1ceb770345a3a0153fcf8183903499983 done
#9 extracting sha256:e7ecaff702160f21ecf17d06fedc83e0f28b8e59a94949d06b359f1bde34c0ab done
#9 extracting sha256:9970d3950e40de7cfdbe8ae5beecc56605c023595f6d1568d7ae7cc48c017b21 done
#9 extracting sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 done
#9 extracting sha256:20ff0288b2291dad909f9add7fb1e7db40801534d4d81ee00da5ba9c8ee17c73 done
#9 extracting sha256:f874d5c817c927bd1593f9388d824ddf2c330d8198fdbc23c8d570e15b687a96 done
#9 extracting sha256:ee7678767164f4b936d217a9322bb45a42c5ba0d526770915362091ee8fa9290 done
#9 extracting sha256:6dba3dd8302eb4ed9d758aac401d4514f489084045fc7853d32c5a42be4e9f46 done
#9 extracting sha256:b5bcb90b07aa78559f6daaa45e0e7c57f7fa3e3802409d052ecad585d67f5754 done
#9 extracting sha256:b19974143badabb18c7c4c6d5e7bf3900ba8bdbdfadf081a417f6814d66e0f43 done
#9 extracting sha256:fa6b929532272f1c21b7867729397e3d9c1ad58c441b512534ae5778828362c7 done
#9 extracting sha256:c097101adbdee74e2436bd9245518d2da6a365afb3566e74571ce810d32a1c56 done
#9 extracting sha256:74d6ad5deafd8764da5cd243c2176fac5b72eb4fac111782bf142bb0adb5405c done
#9 extracting sha256:a574dc752dcb3279c68ed1995935fafbb3c571b90eddddab1c04e648e24bbd2f done
#9 extracting sha256:7449b2c16d0b36be3c218b62c87f75fd011b997619d35ca9647c2b6193925465 done
#9 extracting sha256:6cde04bdb4d534efa14b3629147b694a1c353997f7500ac9f97db704cc3fcb24
#9 extracting sha256:6cde04bdb4d534efa14b3629147b694a1c353997f7500ac9f97db704cc3fcb24 done
#9 extracting sha256:2b821df63ff4e607532d61d4e7bfa78f32eb5902fc9bb5c411cbde1660b3b24a
#9 ...

#8 [stage-1 2/5] RUN apt-get update && apt-get install libsqlite3-dev libev-dev ca-certificates git netbase graphviz -y --no-install-recommends
#8 6.575 Selecting previously unselected package libpng16-16:amd64.
#8 6.579 Preparing to unpack .../011-libpng16-16_1.6.39-2+deb12u5_amd64.deb ...
#8 6.585 Unpacking libpng16-16:amd64 (1.6.39-2+deb12u5) ...
#8 6.660 Selecting previously unselected package libfreetype6:amd64.
#8 6.661 Preparing to unpack .../012-libfreetype6_2.12.1+dfsg-5+deb12u4_amd64.deb ...
#8 6.668 Unpacking libfreetype6:amd64 (2.12.1+dfsg-5+deb12u4) ...
#8 6.756 Selecting previously unselected package fonts-dejavu-core.
#8 6.760 Preparing to unpack .../013-fonts-dejavu-core_2.37-6_all.deb ...
#8 6.767 Unpacking fonts-dejavu-core (2.37-6) ...
#8 6.952 Selecting previously unselected package fontconfig-config.
#8 6.956 Preparing to unpack .../014-fontconfig-config_2.14.1-4_amd64.deb ...
#8 7.100 Unpacking fontconfig-config (2.14.1-4) ...
#8 7.233 Selecting previously unselected package libfontconfig1:amd64.
#8 7.236 Preparing to unpack .../015-libfontconfig1_2.14.1-4_amd64.deb ...
#8 7.246 Unpacking libfontconfig1:amd64 (2.14.1-4) ...
#8 7.599 Selecting previously unselected package fontconfig.
#8 7.602 Preparing to unpack .../016-fontconfig_2.14.1-4_amd64.deb ...
#8 7.610 Unpacking fontconfig (2.14.1-4) ...
#8 7.846 Selecting previously unselected package libkrb5support0:amd64.
#8 7.849 Preparing to unpack .../017-libkrb5support0_1.20.1-2+deb12u5_amd64.deb ...
#8 7.863 Unpacking libkrb5support0:amd64 (1.20.1-2+deb12u5) ...
#8 8.193 Selecting previously unselected package libk5crypto3:amd64.
#8 8.195 Preparing to unpack .../018-libk5crypto3_1.20.1-2+deb12u5_amd64.deb ...
#8 8.282 Unpacking libk5crypto3:amd64 (1.20.1-2+deb12u5) ...
#8 8.444 Selecting previously unselected package libkeyutils1:amd64.
#8 8.447 Preparing to unpack .../019-libkeyutils1_1.6.3-2_amd64.deb ...
#8 8.470 Unpacking libkeyutils1:amd64 (1.6.3-2) ...
#8 8.804 Selecting previously unselected package libkrb5-3:amd64.
#8 8.808 Preparing to unpack .../020-libkrb5-3_1.20.1-2+deb12u5_amd64.deb ...
#8 9.131 Unpacking libkrb5-3:amd64 (1.20.1-2+deb12u5) ...
#8 9.550 Selecting previously unselected package libgssapi-krb5-2:amd64.
#8 9.553 Preparing to unpack .../021-libgssapi-krb5-2_1.20.1-2+deb12u5_amd64.deb ...
#8 9.564 Unpacking libgssapi-krb5-2:amd64 (1.20.1-2+deb12u5) ...
#8 9.634 Selecting previously unselected package libsasl2-modules-db:amd64.
#8 9.637 Preparing to unpack .../022-libsasl2-modules-db_2.1.28+dfsg-10_amd64.deb ...
#8 9.645 Unpacking libsasl2-modules-db:amd64 (2.1.28+dfsg-10) ...
#8 9.717 Selecting previously unselected package libsasl2-2:amd64.
#8 9.719 Preparing to unpack .../023-libsasl2-2_2.1.28+dfsg-10_amd64.deb ...
#8 9.726 Unpacking libsasl2-2:amd64 (2.1.28+dfsg-10) ...
#8 9.797 Selecting previously unselected package libldap-2.5-0:amd64.
#8 9.800 Preparing to unpack .../024-libldap-2.5-0_2.5.13+dfsg-5_amd64.deb ...
#8 9.811 Unpacking libldap-2.5-0:amd64 (2.5.13+dfsg-5) ...
#8 10.00 Selecting previously unselected package libnghttp2-14:amd64.
#8 10.01 Preparing to unpack .../025-libnghttp2-14_1.52.0-1+deb12u3_amd64.deb ...
#8 10.01 Unpacking libnghttp2-14:amd64 (1.52.0-1+deb12u3) ...
#8 10.10 Selecting previously unselected package libpsl5:amd64.
#8 10.11 Preparing to unpack .../026-libpsl5_0.21.2-1_amd64.deb ...
#8 10.12 Unpacking libpsl5:amd64 (0.21.2-1) ...
#8 10.20 Selecting previously unselected package librtmp1:amd64.
#8 10.20 Preparing to unpack .../027-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ...
#8 10.21 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
#8 10.28 Selecting previously unselected package libssh2-1:amd64.
#8 10.28 Preparing to unpack .../028-libssh2-1_1.10.0-3+b1_amd64.deb ...
#8 10.29 Unpacking libssh2-1:amd64 (1.10.0-3+b1) ...
#8 10.36 Selecting previously unselected package libcurl3-gnutls:amd64.
#8 10.37 Preparing to unpack .../029-libcurl3-gnutls_7.88.1-10+deb12u15_amd64.deb ...
#8 10.37 Unpacking libcurl3-gnutls:amd64 (7.88.1-10+deb12u15) ...
#8 10.46 Selecting previously unselected package liberror-perl.
#8 10.46 Preparing to unpack .../030-liberror-perl_0.17029-2_all.deb ...
#8 10.47 Unpacking liberror-perl (0.17029-2) ...
#8 10.52 Selecting previously unselected package git-man.
#8 10.52 Preparing to unpack .../031-git-man_1%3a2.39.5-0+deb12u3_all.deb ...
#8 10.53 Unpacking git-man (1:2.39.5-0+deb12u3) ...
#8 10.69 Selecting previously unselected package git.
#8 10.69 Preparing to unpack .../032-git_1%3a2.39.5-0+deb12u3_amd64.deb ...
#8 10.71 Unpacking git (1:2.39.5-0+deb12u3) ...
#8 11.37 Selecting previously unselected package libann0.
#8 11.37 Preparing to unpack .../033-libann0_1.1.2+doc-9+b1_amd64.deb ...
#8 11.38 Unpacking libann0 (1.1.2+doc-9+b1) ...
#8 11.44 Selecting previously unselected package libcdt5:amd64.
#8 11.45 Preparing to unpack .../034-libcdt5_2.42.2-7+deb12u1_amd64.deb ...
#8 11.46 Unpacking libcdt5:amd64 (2.42.2-7+deb12u1) ...
#8 11.53 Selecting previously unselected package libcgraph6:amd64.
#8 11.53 Preparing to unpack .../035-libcgraph6_2.42.2-7+deb12u1_amd64.deb ...
#8 11.54 Unpacking libcgraph6:amd64 (2.42.2-7+deb12u1) ...
#8 11.61 Selecting previously unselected package libaom3:amd64.
#8 11.61 Preparing to unpack .../036-libaom3_3.6.0-1+deb12u2_amd64.deb ...
#8 11.62 Unpacking libaom3:amd64 (3.6.0-1+deb12u2) ...
#8 11.82 Selecting previously unselected package libdav1d6:amd64.
#8 11.83 Preparing to unpack .../037-libdav1d6_1.0.0-2+deb12u1_amd64.deb ...
#8 11.83 Unpacking libdav1d6:amd64 (1.0.0-2+deb12u1) ...
#8 11.98 Selecting previously unselected package libabsl20220623:amd64.
#8 11.98 Preparing to unpack .../038-libabsl20220623_20220623.1-1+deb12u2_amd64.deb ...
#8 12.01 Unpacking libabsl20220623:amd64 (20220623.1-1+deb12u2) ...
#8 12.14 Selecting previously unselected package libgav1-1:amd64.
#8 12.15 Preparing to unpack .../039-libgav1-1_0.18.0-1+b1_amd64.deb ...
#8 12.15 Unpacking libgav1-1:amd64 (0.18.0-1+b1) ...
#8 12.26 Selecting previously unselected package librav1e0:amd64.
#8 12.26 Preparing to unpack .../040-librav1e0_0.5.1-6_amd64.deb ...
#8 12.27 Unpacking librav1e0:amd64 (0.5.1-6) ...
#8 12.41 Selecting previously unselected package libsvtav1enc1:amd64.
#8 12.41 Preparing to unpack .../041-libsvtav1enc1_1.4.1+dfsg-1_amd64.deb ...
#8 12.43 Unpacking libsvtav1enc1:amd64 (1.4.1+dfsg-1) ...
#8 12.66 Selecting previously unselected package libjpeg62-turbo:amd64.
#8 12.66 Preparing to unpack .../042-libjpeg62-turbo_1%3a2.1.5-2_amd64.deb ...
#8 12.67 Unpacking libjpeg62-turbo:amd64 (1:2.1.5-2) ...
#8 12.75 Selecting previously unselected package libyuv0:amd64.
#8 12.75 Preparing to unpack .../043-libyuv0_0.0~git20230123.b2528b0-1_amd64.deb ...
#8 12.76 Unpacking libyuv0:amd64 (0.0~git20230123.b2528b0-1) ...
#8 12.84 Selecting previously unselected package libavif15:amd64.
#8 12.85 Preparing to unpack .../044-libavif15_0.11.1-1+deb12u1_amd64.deb ...
#8 12.85 Unpacking libavif15:amd64 (0.11.1-1+deb12u1) ...
#8 12.93 Selecting previously unselected package libde265-0:amd64.
#8 12.93 Preparing to unpack .../045-libde265-0_1.0.11-1+deb12u2_amd64.deb ...
#8 12.94 Unpacking libde265-0:amd64 (1.0.11-1+deb12u2) ...
#8 13.03 Selecting previously unselected package libnuma1:amd64.
#8 13.03 Preparing to unpack .../046-libnuma1_2.0.16-1_amd64.deb ...
#8 13.04 Unpacking libnuma1:amd64 (2.0.16-1) ...
#8 13.11 Selecting previously unselected package libx265-199:amd64.
#8 13.11 Preparing to unpack .../047-libx265-199_3.5-2+b1_amd64.deb ...
#8 13.12 Unpacking libx265-199:amd64 (3.5-2+b1) ...
#8 13.40 Selecting previously unselected package libheif1:amd64.
#8 13.40 Preparing to unpack .../048-libheif1_1.15.1-1+deb12u1_amd64.deb ...
#8 13.41 Unpacking libheif1:amd64 (1.15.1-1+deb12u1) ...
#8 13.50 Selecting previously unselected package libdeflate0:amd64.
#8 13.50 Preparing to unpack .../049-libdeflate0_1.14-1_amd64.deb ...
#8 13.51 Unpacking libdeflate0:amd64 (1.14-1) ...
#8 13.58 Selecting previously unselected package libjbig0:amd64.
#8 13.58 Preparing to unpack .../050-libjbig0_2.1-6.1_amd64.deb ...
#8 13.59 Unpacking libjbig0:amd64 (2.1-6.1) ...
#8 13.66 Selecting previously unselected package liblerc4:amd64.
#8 13.67 Preparing to unpack .../051-liblerc4_4.0.0+ds-2_amd64.deb ...
#8 13.68 Unpacking liblerc4:amd64 (4.0.0+ds-2) ...
#8 13.77 Selecting previously unselected package libwebp7:amd64.
#8 13.77 Preparing to unpack .../052-libwebp7_1.2.4-0.2+deb12u1_amd64.deb ...
#8 13.78 Unpacking libwebp7:amd64 (1.2.4-0.2+deb12u1) ...
#8 13.87 Selecting previously unselected package libtiff6:amd64.
#8 13.87 Preparing to unpack .../053-libtiff6_4.5.0-6+deb12u4_amd64.deb ...
#8 13.88 Unpacking libtiff6:amd64 (4.5.0-6+deb12u4) ...
#8 13.98 Selecting previously unselected package libxau6:amd64.
#8 13.98 Preparing to unpack .../054-libxau6_1%3a1.0.9-1_amd64.deb ...
#8 13.99 Unpacking libxau6:amd64 (1:1.0.9-1) ...
#8 14.07 Selecting previously unselected package libbsd0:amd64.
#8 14.07 Preparing to unpack .../055-libbsd0_0.11.7-2_amd64.deb ...
#8 14.08 Unpacking libbsd0:amd64 (0.11.7-2) ...
#8 14.18 Selecting previously unselected package libxdmcp6:amd64.
#8 14.19 Preparing to unpack .../056-libxdmcp6_1%3a1.1.2-3_amd64.deb ...
#8 14.19 Unpacking libxdmcp6:amd64 (1:1.1.2-3) ...
#8 14.27 Selecting previously unselected package libxcb1:amd64.
#8 14.27 Preparing to unpack .../057-libxcb1_1.15-1_amd64.deb ...
#8 14.28 Unpacking libxcb1:amd64 (1.15-1) ...
#8 14.34 Selecting previously unselected package libx11-data.
#8 14.34 Preparing to unpack .../058-libx11-data_2%3a1.8.4-2+deb12u2_all.deb ...
#8 14.35 Unpacking libx11-data (2:1.8.4-2+deb12u2) ...
#8 14.50 Selecting previously unselected package libx11-6:amd64.
#8 14.51 Preparing to unpack .../059-libx11-6_2%3a1.8.4-2+deb12u2_amd64.deb ...
#8 14.52 Unpacking libx11-6:amd64 (2:1.8.4-2+deb12u2) ...
#8 14.65 Selecting previously unselected package libxpm4:amd64.
#8 14.66 Preparing to unpack .../060-libxpm4_1%3a3.5.12-1.1+deb12u1_amd64.deb ...
#8 14.68 Unpacking libxpm4:amd64 (1:3.5.12-1.1+deb12u1) ...
#8 14.75 Selecting previously unselected package libgd3:amd64.
#8 14.75 Preparing to unpack .../061-libgd3_2.3.3-9_amd64.deb ...
#8 14.76 Unpacking libgd3:amd64 (2.3.3-9) ...
#8 14.86 Selecting previously unselected package libglib2.0-0:amd64.
#8 14.86 Preparing to unpack .../062-libglib2.0-0_2.74.6-2+deb12u9_amd64.deb ...
#8 14.87 Unpacking libglib2.0-0:amd64 (2.74.6-2+deb12u9) ...
#8 15.09 Selecting previously unselected package libgts-0.7-5:amd64.
#8 15.09 Preparing to unpack .../063-libgts-0.7-5_0.7.6+darcs121130-5+b1_amd64.deb ...
#8 15.10 Unpacking libgts-0.7-5:amd64 (0.7.6+darcs121130-5+b1) ...
#8 15.28 Selecting previously unselected package libpixman-1-0:amd64.
#8 15.28 Preparing to unpack .../064-libpixman-1-0_0.42.2-1_amd64.deb ...
#8 15.29 Unpacking libpixman-1-0:amd64 (0.42.2-1) ...
#8 15.42 Selecting previously unselected package libxcb-render0:amd64.
#8 15.42 Preparing to unpack .../065-libxcb-render0_1.15-1_amd64.deb ...
#8 15.43 Unpacking libxcb-render0:amd64 (1.15-1) ...
#8 15.53 Selecting previously unselected package libxcb-shm0:amd64.
#8 15.53 Preparing to unpack .../066-libxcb-shm0_1.15-1_amd64.deb ...
#8 15.54 Unpacking libxcb-shm0:amd64 (1.15-1) ...
#8 15.63 Selecting previously unselected package libxext6:amd64.
#8 15.63 Preparing to unpack .../067-libxext6_2%3a1.3.4-1+b1_amd64.deb ...
#8 15.64 Unpacking libxext6:amd64 (2:1.3.4-1+b1) ...
#8 15.72 Selecting previously unselected package libxrender1:amd64.
#8 15.72 Preparing to unpack .../068-libxrender1_1%3a0.9.10-1.1_amd64.deb ...
#8 15.73 Unpacking libxrender1:amd64 (1:0.9.10-1.1) ...
#8 15.81 Selecting previously unselected package libcairo2:amd64.
#8 15.81 Preparing to unpack .../069-libcairo2_1.16.0-7_amd64.deb ...
#8 15.82 Unpacking libcairo2:amd64 (1.16.0-7) ...
#8 15.95 Selecting previously unselected package libltdl7:amd64.
#8 15.95 Preparing to unpack .../070-libltdl7_2.4.7-7~deb12u1_amd64.deb ...
#8 15.96 Unpacking libltdl7:amd64 (2.4.7-7~deb12u1) ...
#8 16.04 Selecting previously unselected package libfribidi0:amd64.
#8 16.05 Preparing to unpack .../071-libfribidi0_1.0.8-2.1_amd64.deb ...
#8 16.05 Unpacking libfribidi0:amd64 (1.0.8-2.1) ...
#8 16.13 Selecting previously unselected package libgraphite2-3:amd64.
#8 16.13 Preparing to unpack .../072-libgraphite2-3_1.3.14-1+deb12u1_amd64.deb ...
#8 16.14 Unpacking libgraphite2-3:amd64 (1.3.14-1+deb12u1) ...
#8 16.22 Selecting previously unselected package libharfbuzz0b:amd64.
#8 16.22 Preparing to unpack .../073-libharfbuzz0b_6.0.0+dfsg-3_amd64.deb ...
#8 16.23 Unpacking libharfbuzz0b:amd64 (6.0.0+dfsg-3) ...
#8 16.35 Selecting previously unselected package libthai-data.
#8 16.35 Preparing to unpack .../074-libthai-data_0.1.29-1_all.deb ...
#8 16.36 Unpacking libthai-data (0.1.29-1) ...
#8 16.44 Selecting previously unselected package libdatrie1:amd64.
#8 16.44 Preparing to unpack .../075-libdatrie1_0.2.13-2+b1_amd64.deb ...
#8 16.45 Unpacking libdatrie1:amd64 (0.2.13-2+b1) ...
#8 16.54 Selecting previously unselected package libthai0:amd64.
#8 16.54 Preparing to unpack .../076-libthai0_0.1.29-1_amd64.deb ...
#8 16.55 Unpacking libthai0:amd64 (0.1.29-1) ...
#8 16.63 Selecting previously unselected package libpango-1.0-0:amd64.
#8 16.64 Preparing to unpack .../077-libpango-1.0-0_1.50.12+ds-1_amd64.deb ...
#8 16.64 Unpacking libpango-1.0-0:amd64 (1.50.12+ds-1) ...
#8 ...

#9 [build  1/10] FROM docker.io/ocaml/opam:debian-12-ocaml-4.14@sha256:b629a74607ab2249731bb30fac29c44ca2ee011324c662f4b3cca3b77d66316d
#9 sha256:b72391c548c5a90cf93cee6a644bca36888c9f6fab26b67bdaf44aa4869ab06d 93.32MB / 199.67MB 20.2s
#9 extracting sha256:2b821df63ff4e607532d61d4e7bfa78f32eb5902fc9bb5c411cbde1660b3b24a 6.6s
#9 ...

#8 [stage-1 2/5] RUN apt-get update && apt-get install libsqlite3-dev libev-dev ca-certificates git netbase graphviz -y --no-install-recommends
#8 16.78 Selecting previously unselected package libpangoft2-1.0-0:amd64.
#8 16.79 Preparing to unpack .../078-libpangoft2-1.0-0_1.50.12+ds-1_amd64.deb ...
#8 16.80 Unpacking libpangoft2-1.0-0:amd64 (1.50.12+ds-1) ...
#8 16.89 Selecting previously unselected package libpangocairo-1.0-0:amd64.
#8 16.89 Preparing to unpack .../079-libpangocairo-1.0-0_1.50.12+ds-1_amd64.deb ...
#8 16.89 Unpacking libpangocairo-1.0-0:amd64 (1.50.12+ds-1) ...
#8 16.97 Selecting previously unselected package libpathplan4:amd64.
#8 16.97 Preparing to unpack .../080-libpathplan4_2.42.2-7+deb12u1_amd64.deb ...
#8 16.99 Unpacking libpathplan4:amd64 (2.42.2-7+deb12u1) ...
#8 17.07 Selecting previously unselected package libgvc6.
#8 17.07 Preparing to unpack .../081-libgvc6_2.42.2-7+deb12u1_amd64.deb ...
#8 17.08 Unpacking libgvc6 (2.42.2-7+deb12u1) ...
#8 17.23 Selecting previously unselected package libgvpr2:amd64.
#8 17.23 Preparing to unpack .../082-libgvpr2_2.42.2-7+deb12u1_amd64.deb ...
#8 17.24 Unpacking libgvpr2:amd64 (2.42.2-7+deb12u1) ...
#8 17.33 Selecting previously unselected package liblab-gamut1:amd64.
#8 17.33 Preparing to unpack .../083-liblab-gamut1_2.42.2-7+deb12u1_amd64.deb ...
#8 17.38 Unpacking liblab-gamut1:amd64 (2.42.2-7+deb12u1) ...
#8 17.55 Selecting previously unselected package x11-common.
#8 17.55 Preparing to unpack .../084-x11-common_1%3a7.7+23_all.deb ...
#8 17.57 Unpacking x11-common (1:7.7+23) ...
#8 17.67 Selecting previously unselected package libice6:amd64.
#8 17.67 Preparing to unpack .../085-libice6_2%3a1.0.10-1_amd64.deb ...
#8 17.68 Unpacking libice6:amd64 (2:1.0.10-1) ...
#8 17.77 Selecting previously unselected package libsm6:amd64.
#8 17.77 Preparing to unpack .../086-libsm6_2%3a1.2.3-1_amd64.deb ...
#8 17.79 Unpacking libsm6:amd64 (2:1.2.3-1) ...
#8 17.86 Selecting previously unselected package libxt6:amd64.
#8 17.86 Preparing to unpack .../087-libxt6_1%3a1.2.1-1.1_amd64.deb ...
#8 17.87 Unpacking libxt6:amd64 (1:1.2.1-1.1) ...
#8 17.98 Selecting previously unselected package libxmu6:amd64.
#8 17.98 Preparing to unpack .../088-libxmu6_2%3a1.1.3-3_amd64.deb ...
#8 17.99 Unpacking libxmu6:amd64 (2:1.1.3-3) ...
#8 18.06 Selecting previously unselected package libxaw7:amd64.
#8 18.06 Preparing to unpack .../089-libxaw7_2%3a1.0.14-1_amd64.deb ...
#8 18.08 Unpacking libxaw7:amd64 (2:1.0.14-1) ...
#8 18.19 Selecting previously unselected package graphviz.
#8 18.20 Preparing to unpack .../090-graphviz_2.42.2-7+deb12u1_amd64.deb ...
#8 18.21 Unpacking graphviz (2.42.2-7+deb12u1) ...
#8 18.36 Selecting previously unselected package libc-dev-bin.
#8 18.36 Preparing to unpack .../091-libc-dev-bin_2.36-9+deb12u14_amd64.deb ...
#8 18.37 Unpacking libc-dev-bin (2.36-9+deb12u14) ...
#8 18.44 Selecting previously unselected package linux-libc-dev:amd64.
#8 18.44 Preparing to unpack .../092-linux-libc-dev_6.1.180-1_amd64.deb ...
#8 18.45 Unpacking linux-libc-dev:amd64 (6.1.180-1) ...
#8 18.92 Selecting previously unselected package libcrypt-dev:amd64.
#8 18.93 Preparing to unpack .../093-libcrypt-dev_1%3a4.4.33-2_amd64.deb ...
#8 18.94 Unpacking libcrypt-dev:amd64 (1:4.4.33-2) ...
#8 19.03 Selecting previously unselected package libtirpc-common.
#8 19.03 Preparing to unpack .../094-libtirpc-common_1.3.3+ds-1_all.deb ...
#8 19.03 Unpacking libtirpc-common (1.3.3+ds-1) ...
#8 19.09 Selecting previously unselected package libtirpc3:amd64.
#8 19.10 Preparing to unpack .../095-libtirpc3_1.3.3+ds-1_amd64.deb ...
#8 19.10 Unpacking libtirpc3:amd64 (1.3.3+ds-1) ...
#8 19.18 Selecting previously unselected package libnsl2:amd64.
#8 19.18 Preparing to unpack .../096-libnsl2_1.3.0-2_amd64.deb ...
#8 19.19 Unpacking libnsl2:amd64 (1.3.0-2) ...
#8 19.27 Selecting previously unselected package libtirpc-dev:amd64.
#8 19.28 Preparing to unpack .../097-libtirpc-dev_1.3.3+ds-1_amd64.deb ...
#8 19.29 Unpacking libtirpc-dev:amd64 (1.3.3+ds-1) ...
#8 19.41 Selecting previously unselected package libnsl-dev:amd64.
#8 19.41 Preparing to unpack .../098-libnsl-dev_1.3.0-2_amd64.deb ...
#8 19.42 Unpacking libnsl-dev:amd64 (1.3.0-2) ...
#8 19.49 Selecting previously unselected package rpcsvc-proto.
#8 19.50 Preparing to unpack .../099-rpcsvc-proto_1.4.3-1_amd64.deb ...
#8 19.51 Unpacking rpcsvc-proto (1.4.3-1) ...
#8 19.65 Selecting previously unselected package libc6-dev:amd64.
#8 19.65 Preparing to unpack .../100-libc6-dev_2.36-9+deb12u14_amd64.deb ...
#8 19.71 Unpacking libc6-dev:amd64 (2.36-9+deb12u14) ...
#8 20.03 Selecting previously unselected package libev4:amd64.
#8 20.04 Preparing to unpack .../101-libev4_1%3a4.33-1_amd64.deb ...
#8 20.05 Unpacking libev4:amd64 (1:4.33-1) ...
#8 20.11 Selecting previously unselected package libev-dev:amd64.
#8 20.11 Preparing to unpack .../102-libev-dev_1%3a4.33-1_amd64.deb ...
#8 20.13 Unpacking libev-dev:amd64 (1:4.33-1) ...
#8 20.21 Selecting previously unselected package libsqlite3-0:amd64.
#8 20.21 Preparing to unpack .../103-libsqlite3-0_3.40.1-2+deb12u2_amd64.deb ...
#8 20.23 Unpacking libsqlite3-0:amd64 (3.40.1-2+deb12u2) ...
#8 20.39 Selecting previously unselected package libsqlite3-dev:amd64.
#8 20.39 Preparing to unpack .../104-libsqlite3-dev_3.40.1-2+deb12u2_amd64.deb ...
#8 20.40 Unpacking libsqlite3-dev:amd64 (3.40.1-2+deb12u2) ...
#8 20.67 Setting up libexpat1:amd64 (2.5.0-1+deb12u2) ...
#8 20.70 Setting up libgraphite2-3:amd64 (1.3.14-1+deb12u1) ...
#8 20.73 Setting up libpixman-1-0:amd64 (0.42.2-1) ...
#8 20.75 Setting up libaom3:amd64 (3.6.0-1+deb12u2) ...
#8 20.78 Setting up libabsl20220623:amd64 (20220623.1-1+deb12u2) ...
#8 20.80 Setting up libxau6:amd64 (1:1.0.9-1) ...
#8 20.83 Setting up libkeyutils1:amd64 (1.6.3-2) ...
#8 20.85 Setting up libpsl5:amd64 (0.21.2-1) ...
#8 20.90 Setting up liblerc4:amd64 (4.0.0+ds-2) ...
#8 20.93 Setting up libdatrie1:amd64 (0.2.13-2+b1) ...
#8 20.95 Setting up libglib2.0-0:amd64 (2.74.6-2+deb12u9) ...
#8 20.97 No schema files found: doing nothing.
#8 21.00 Setting up libtirpc-common (1.3.3+ds-1) ...
#8 21.04 Setting up libev4:amd64 (1:4.33-1) ...
#8 21.07 Setting up libbrotli1:amd64 (1.0.9-2+b6) ...
#8 21.10 Setting up libsqlite3-0:amd64 (3.40.1-2+deb12u2) ...
#8 21.15 Setting up liblab-gamut1:amd64 (2.42.2-7+deb12u1) ...
#8 21.18 Setting up libssl3:amd64 (3.0.20-1~deb12u2) ...
#8 21.21 Setting up x11-common (1:7.7+23) ...
#8 21.43 debconf: unable to initialize frontend: Dialog
#8 21.43 debconf: (TERM is not set, so the dialog frontend is not usable.)
#8 21.43 debconf: falling back to frontend: Readline
#8 21.44 debconf: unable to initialize frontend: Readline
#8 21.44 debconf: (This frontend requires a controlling tty.)
#8 21.44 debconf: falling back to frontend: Teletype
#8 21.46 invoke-rc.d: could not determine current runlevel
#8 21.47 invoke-rc.d: policy-rc.d denied execution of restart.
#8 21.56 Setting up libnghttp2-14:amd64 (1.52.0-1+deb12u3) ...
#8 21.59 Setting up libdeflate0:amd64 (1.14-1) ...
#8 21.61 Setting up linux-libc-dev:amd64 (6.1.180-1) ...
#8 21.63 Setting up libsvtav1enc1:amd64 (1.4.1+dfsg-1) ...
#8 21.65 Setting up libjbig0:amd64 (2.1-6.1) ...
#8 21.67 Setting up librav1e0:amd64 (0.5.1-6) ...
#8 21.70 Setting up libkrb5support0:amd64 (1.20.1-2+deb12u5) ...
#8 21.72 Setting up libsasl2-modules-db:amd64 (2.1.28+dfsg-10) ...
#8 21.75 Setting up libgts-0.7-5:amd64 (0.7.6+darcs121130-5+b1) ...
#8 21.78 Setting up perl-modules-5.36 (5.36.0-7+deb12u3) ...
#8 21.81 Setting up rpcsvc-proto (1.4.3-1) ...
#8 21.83 Setting up libjpeg62-turbo:amd64 (1:2.1.5-2) ...
#8 21.86 Setting up libx11-data (2:1.8.4-2+deb12u2) ...
#8 21.88 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ...
#8 21.91 Setting up libpathplan4:amd64 (2.42.2-7+deb12u1) ...
#8 21.94 Setting up libann0 (1.1.2+doc-9+b1) ...
#8 21.96 Setting up libfribidi0:amd64 (1.0.8-2.1) ...
#8 21.99 Setting up libpng16-16:amd64 (1.6.39-2+deb12u5) ...
#8 22.01 Setting up fonts-dejavu-core (2.37-6) ...
#8 22.15 Setting up libgav1-1:amd64 (0.18.0-1+b1) ...
#8 22.18 Setting up libk5crypto3:amd64 (1.20.1-2+deb12u5) ...
#8 22.20 Setting up libdav1d6:amd64 (1.0.0-2+deb12u1) ...
#8 22.22 Setting up libltdl7:amd64 (2.4.7-7~deb12u1) ...
#8 22.26 Setting up libsasl2-2:amd64 (2.1.28+dfsg-10) ...
#8 22.28 Setting up libwebp7:amd64 (1.2.4-0.2+deb12u1) ...
#8 22.30 Setting up libnuma1:amd64 (2.0.16-1) ...
#8 22.32 Setting up libcrypt-dev:amd64 (1:4.4.33-2) ...
#8 22.35 Setting up libtiff6:amd64 (4.5.0-6+deb12u4) ...
#8 22.38 Setting up git-man (1:2.39.5-0+deb12u3) ...
#8 22.40 Setting up libthai-data (0.1.29-1) ...
#8 22.44 Setting up libssh2-1:amd64 (1.10.0-3+b1) ...
#8 22.47 Setting up netbase (6.4) ...
#8 22.58 Setting up libcdt5:amd64 (2.42.2-7+deb12u1) ...
#8 22.60 Setting up libkrb5-3:amd64 (1.20.1-2+deb12u5) ...
#8 22.63 Setting up libcgraph6:amd64 (2.42.2-7+deb12u1) ...
#8 22.66 Setting up libev-dev:amd64 (1:4.33-1) ...
#8 22.68 Setting up libde265-0:amd64 (1.0.11-1+deb12u2) ...
#8 22.70 Setting up libc-dev-bin (2.36-9+deb12u14) ...
#8 22.73 Setting up openssl (3.0.20-1~deb12u2) ...
#8 22.76 Setting up libbsd0:amd64 (0.11.7-2) ...
#8 22.78 Setting up libyuv0:amd64 (0.0~git20230123.b2528b0-1) ...
#8 22.80 Setting up libgdbm6:amd64 (1.23-3) ...
#8 22.83 Setting up libice6:amd64 (2:1.0.10-1) ...
#8 22.85 Setting up libxdmcp6:amd64 (1:1.1.2-3) ...
#8 22.88 Setting up libxcb1:amd64 (1.15-1) ...
#8 22.91 Setting up libavif15:amd64 (0.11.1-1+deb12u1) ...
#8 22.94 Setting up libxcb-render0:amd64 (1.15-1) ...
#8 22.96 Setting up fontconfig-config (2.14.1-4) ...
#8 23.08 debconf: unable to initialize frontend: Dialog
#8 23.08 debconf: (TERM is not set, so the dialog frontend is not usable.)
#8 23.08 debconf: falling back to frontend: Readline
#8 23.09 debconf: unable to initialize frontend: Readline
#8 23.09 debconf: (This frontend requires a controlling tty.)
#8 23.09 debconf: falling back to frontend: Teletype
#8 23.36 Setting up libxcb-shm0:amd64 (1.15-1) ...
#8 23.38 Setting up libldap-2.5-0:amd64 (2.5.13+dfsg-5) ...
#8 23.42 Setting up libthai0:amd64 (0.1.29-1) ...
#8 23.45 Setting up ca-certificates (20250419~deb12u1) ...
#8 23.56 debconf: unable to initialize frontend: Dialog
#8 23.56 debconf: (TERM is not set, so the dialog frontend is not usable.)
#8 23.56 debconf: falling back to frontend: Readline
#8 23.57 debconf: unable to initialize frontend: Readline
#8 23.57 debconf: (This frontend requires a controlling tty.)
#8 23.57 debconf: falling back to frontend: Teletype
#8 24.17 Updating certificates in /etc/ssl/certs...
#8 25.44 150 added, 0 removed; done.
#8 25.67 Setting up libfreetype6:amd64 (2.12.1+dfsg-5+deb12u4) ...
#8 25.70 Setting up libgssapi-krb5-2:amd64 (1.20.1-2+deb12u5) ...
#8 25.76 Setting up libgdbm-compat4:amd64 (1.23-3) ...
#8 25.79 Setting up libx265-199:amd64 (3.5-2+b1) ...
#8 25.81 Setting up libgvpr2:amd64 (2.42.2-7+deb12u1) ...
#8 25.84 Setting up libx11-6:amd64 (2:1.8.4-2+deb12u2) ...
#8 25.86 Setting up libharfbuzz0b:amd64 (6.0.0+dfsg-3) ...
#8 25.90 Setting up libfontconfig1:amd64 (2.14.1-4) ...
#8 25.92 Setting up libsm6:amd64 (2:1.2.3-1) ...
#8 25.95 Setting up libperl5.36:amd64 (5.36.0-7+deb12u3) ...
#8 25.99 Setting up libtirpc3:amd64 (1.3.3+ds-1) ...
#8 26.01 Setting up fontconfig (2.14.1-4) ...
#8 26.03 Regenerating fonts cache... 
#8 ...

#9 [build  1/10] FROM docker.io/ocaml/opam:debian-12-ocaml-4.14@sha256:b629a74607ab2249731bb30fac29c44ca2ee011324c662f4b3cca3b77d66316d
#9 sha256:b72391c548c5a90cf93cee6a644bca36888c9f6fab26b67bdaf44aa4869ab06d 108.00MB / 199.67MB 30.4s
#9 extracting sha256:2b821df63ff4e607532d61d4e7bfa78f32eb5902fc9bb5c411cbde1660b3b24a 20.4s
#9 ...

#8 [stage-1 2/5] RUN apt-get update && apt-get install libsqlite3-dev libev-dev ca-certificates git netbase graphviz -y --no-install-recommends
#8 26.03 Regenerating fonts cache... done.
#8 28.46 Setting up libxpm4:amd64 (1:3.5.12-1.1+deb12u1) ...
#8 28.48 Setting up libxrender1:amd64 (1:0.9.10-1.1) ...
#8 28.51 Setting up libpango-1.0-0:amd64 (1.50.12+ds-1) ...
#8 28.53 Setting up libheif1:amd64 (1.15.1-1+deb12u1) ...
#8 28.56 Setting up libxext6:amd64 (2:1.3.4-1+b1) ...
#8 28.58 Setting up libcurl3-gnutls:amd64 (7.88.1-10+deb12u15) ...
#8 28.60 Setting up libcairo2:amd64 (1.16.0-7) ...
#8 28.63 Setting up perl (5.36.0-7+deb12u3) ...
#8 28.67 Setting up libtirpc-dev:amd64 (1.3.3+ds-1) ...
#8 28.69 Setting up libgd3:amd64 (2.3.3-9) ...
#8 28.71 Setting up libxt6:amd64 (1:1.2.1-1.1) ...
#8 28.73 Setting up libnsl2:amd64 (1.3.0-2) ...
#8 28.84 Setting up libpangoft2-1.0-0:amd64 (1.50.12+ds-1) ...
#8 28.86 Setting up libpangocairo-1.0-0:amd64 (1.50.12+ds-1) ...
#8 28.88 Setting up libxmu6:amd64 (2:1.1.3-3) ...
#8 28.90 Setting up libxaw7:amd64 (2:1.0.14-1) ...
#8 28.92 Setting up liberror-perl (0.17029-2) ...
#8 28.96 Setting up libgvc6 (2.42.2-7+deb12u1) ...
#8 29.02 Setting up git (1:2.39.5-0+deb12u3) ...
#8 29.06 Setting up libnsl-dev:amd64 (1.3.0-2) ...
#8 29.09 Setting up libc6-dev:amd64 (2.36-9+deb12u14) ...
#8 29.11 Setting up graphviz (2.42.2-7+deb12u1) ...
#8 29.13 Setting up libsqlite3-dev:amd64 (3.40.1-2+deb12u2) ...
#8 29.15 Processing triggers for libc-bin (2.36-9+deb12u14) ...
#8 29.20 Processing triggers for ca-certificates (20250419~deb12u1) ...
#8 29.21 Updating certificates in /etc/ssl/certs...
#8 29.90 0 added, 0 removed; done.
#8 29.90 Running hooks in /etc/ca-certificates/update.d...
#8 29.90 done.
#8 DONE 31.4s

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

#10 [stage-1 3/5] ADD --chmod=755 https://github.com/docker/buildx/releases/download/v0.19.3/buildx-v0.19.3.linux-amd64 /usr/local/lib/docker/cli-plugins/docker-buildx
#10 DONE 0.3s

#9 [build  1/10] FROM docker.io/ocaml/opam:debian-12-ocaml-4.14@sha256:b629a74607ab2249731bb30fac29c44ca2ee011324c662f4b3cca3b77d66316d
#9 sha256:b72391c548c5a90cf93cee6a644bca36888c9f6fab26b67bdaf44aa4869ab06d 114.29MB / 199.67MB 35.5s
#9 extracting sha256:2b821df63ff4e607532d61d4e7bfa78f32eb5902fc9bb5c411cbde1660b3b24a 25.7s
#9 sha256:b72391c548c5a90cf93cee6a644bca36888c9f6fab26b67bdaf44aa4869ab06d 119.54MB / 199.67MB 40.6s
#9 extracting sha256:2b821df63ff4e607532d61d4e7bfa78f32eb5902fc9bb5c411cbde1660b3b24a 33.3s
#9 sha256:b72391c548c5a90cf93cee6a644bca36888c9f6fab26b67bdaf44aa4869ab06d 125.83MB / 199.67MB 45.6s
#9 extracting sha256:2b821df63ff4e607532d61d4e7bfa78f32eb5902fc9bb5c411cbde1660b3b24a 38.6s
#9 extracting sha256:2b821df63ff4e607532d61d4e7bfa78f32eb5902fc9bb5c411cbde1660b3b24a 40.1s done
#9 sha256:b72391c548c5a90cf93cee6a644bca36888c9f6fab26b67bdaf44aa4869ab06d 132.12MB / 199.67MB 50.6s
#9 extracting sha256:8690298dbc4c6c9228227b2eeb5269a467ba898c0ec38b467a49ed5cf6e990b9
#9 extracting sha256:8690298dbc4c6c9228227b2eeb5269a467ba898c0ec38b467a49ed5cf6e990b9 done
#9 extracting sha256:c7507d33adfc8fb42501a8f232e8f62249240622f82c6829471fbce690c81ae2
#9 extracting sha256:c7507d33adfc8fb42501a8f232e8f62249240622f82c6829471fbce690c81ae2 0.7s done
#9 extracting sha256:6edad907636cd6fe4039614ffcac416f569cb621db33944d246f8d224a849d38 done
#9 extracting sha256:15c19436bb5452cac5f6e74a68cc4534e07c32759ac463fba3bb1abbbfec41e1
#9 extracting sha256:15c19436bb5452cac5f6e74a68cc4534e07c32759ac463fba3bb1abbbfec41e1 done
#9 extracting sha256:98b04bfbdd5e6be4512f84a72fe701f2fc800e461864da2c6052401c5215e651 done
#9 sha256:b72391c548c5a90cf93cee6a644bca36888c9f6fab26b67bdaf44aa4869ab06d 138.41MB / 199.67MB 55.7s
#9 sha256:b72391c548c5a90cf93cee6a644bca36888c9f6fab26b67bdaf44aa4869ab06d 144.70MB / 199.67MB 60.7s
#9 sha256:b72391c548c5a90cf93cee6a644bca36888c9f6fab26b67bdaf44aa4869ab06d 149.95MB / 199.67MB 65.8s
#9 sha256:b72391c548c5a90cf93cee6a644bca36888c9f6fab26b67bdaf44aa4869ab06d 155.19MB / 199.67MB 70.8s
#9 sha256:b72391c548c5a90cf93cee6a644bca36888c9f6fab26b67bdaf44aa4869ab06d 161.48MB / 199.67MB 75.9s
#9 sha256:b72391c548c5a90cf93cee6a644bca36888c9f6fab26b67bdaf44aa4869ab06d 167.77MB / 199.67MB 81.0s
#9 sha256:b72391c548c5a90cf93cee6a644bca36888c9f6fab26b67bdaf44aa4869ab06d 170.92MB / 199.67MB 86.0s
#9 sha256:b72391c548c5a90cf93cee6a644bca36888c9f6fab26b67bdaf44aa4869ab06d 174.06MB / 199.67MB 91.0s
#9 sha256:b72391c548c5a90cf93cee6a644bca36888c9f6fab26b67bdaf44aa4869ab06d 176.16MB / 199.67MB 96.1s
#9 sha256:b72391c548c5a90cf93cee6a644bca36888c9f6fab26b67bdaf44aa4869ab06d 178.26MB / 199.67MB 101.2s
#9 sha256:b72391c548c5a90cf93cee6a644bca36888c9f6fab26b67bdaf44aa4869ab06d 185.60MB / 199.67MB 106.4s
#9 sha256:b72391c548c5a90cf93cee6a644bca36888c9f6fab26b67bdaf44aa4869ab06d 196.08MB / 199.67MB 108.4s
#9 sha256:b72391c548c5a90cf93cee6a644bca36888c9f6fab26b67bdaf44aa4869ab06d 199.67MB / 199.67MB 108.9s done
#9 extracting sha256:b72391c548c5a90cf93cee6a644bca36888c9f6fab26b67bdaf44aa4869ab06d
#9 extracting sha256:b72391c548c5a90cf93cee6a644bca36888c9f6fab26b67bdaf44aa4869ab06d 3.5s done
#9 extracting sha256:d85242bdca385218c4fb477ecc1b6b568e896ef4c87f50ff0cb845d18fdeaafa
#9 extracting sha256:d85242bdca385218c4fb477ecc1b6b568e896ef4c87f50ff0cb845d18fdeaafa done
#9 extracting sha256:8cfe86ef711d373ed10c7cae59d890f850d7d98738f6d3bba6bad4d1e217a447 0.0s done
#9 extracting sha256:ba7b91fe82115a3b25dfa2d6cd27d078d02df65d3e3d2729908926cf628bd7a9 done
#9 DONE 114.2s

#11 [build  2/10] RUN sudo ln -sf /usr/bin/opam-2.3 /usr/bin/opam && opam init --reinit -ni
#11 0.252 Configuring from /home/opam/.opamrc and then from built-in defaults.
#11 0.252 Checking for available remotes: rsync and local, git.
#11 0.252   - you won't be able to use mercurial repositories unless you install the hg command on your system.
#11 0.252   - you won't be able to use darcs repositories unless you install the darcs command on your system.
#11 0.252 
#11 0.258 This development 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.258 You may want to back it up before going further.
#11 0.258 
#11 0.258 [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.258            opam option jobs=1 --global
#11 0.258 Continue? [y/n] y
#11 0.259 Format upgrade done.
#11 8.988 
#11 8.988 <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
#11 10.93 [default] no changes from git+file:///home/opam/opam-repository
#11 DONE 13.8s

#12 [build  3/10] RUN sudo apt-get update && sudo apt-get install pkg-config libgmp-dev graphviz libev-dev libffi-dev libsqlite3-dev -y --no-install-recommends
#12 0.314 Hit:1 http://deb.debian.org/debian bookworm InRelease
#12 0.314 Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
#12 0.315 Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [34.8 kB]
#12 0.510 Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [325 kB]
#12 0.552 Fetched 416 kB in 0s (1622 kB/s)
#12 0.552 Reading package lists...
#12 0.971 Reading package lists...
#12 1.380 Building dependency tree...
#12 1.480 Reading state information...
#12 1.583 The following additional packages will be installed:
#12 1.583   fontconfig libann0 libcairo2 libcdt5 libcgraph6 libdatrie1 libev4
#12 1.583   libfribidi0 libglib2.0-0 libgmpxx4ldbl libgraphite2-3 libgts-0.7-5 libgvc6
#12 1.583   libgvpr2 libharfbuzz0b libice6 liblab-gamut1 libltdl7 libpango-1.0-0
#12 1.583   libpangocairo-1.0-0 libpangoft2-1.0-0 libpathplan4 libpixman-1-0 libpkgconf3
#12 1.584   libsm6 libthai-data libthai0 libxaw7 libxcb-render0 libxcb-shm0 libxmu6
#12 1.584   libxrender1 libxt6 pkgconf pkgconf-bin x11-common
#12 1.585 Suggested packages:
#12 1.585   gsfonts graphviz-doc low-memory-monitor gmp-doc libgmp10-doc libmpfr-dev
#12 1.585   sqlite3-doc
#12 1.585 Recommended packages:
#12 1.585   fonts-liberation2 libglib2.0-data shared-mime-info xdg-user-dirs libgts-bin
#12 1.782 The following NEW packages will be installed:
#12 1.783   fontconfig graphviz libann0 libcairo2 libcdt5 libcgraph6 libdatrie1
#12 1.783   libev-dev libev4 libffi-dev libfribidi0 libglib2.0-0 libgmp-dev
#12 1.783   libgmpxx4ldbl libgraphite2-3 libgts-0.7-5 libgvc6 libgvpr2 libharfbuzz0b
#12 1.783   libice6 liblab-gamut1 libltdl7 libpango-1.0-0 libpangocairo-1.0-0
#12 1.783   libpangoft2-1.0-0 libpathplan4 libpixman-1-0 libpkgconf3 libsm6
#12 1.783   libsqlite3-dev libthai-data libthai0 libxaw7 libxcb-render0 libxcb-shm0
#12 1.783   libxmu6 libxrender1 libxt6 pkg-config pkgconf pkgconf-bin x11-common
#12 1.806 0 upgraded, 42 newly installed, 0 to remove and 2 not upgraded.
#12 1.806 Need to get 11.4 MB of archives.
#12 1.806 After this operation, 29.8 MB of additional disk space will be used.
#12 1.806 Get:1 http://deb.debian.org/debian bookworm/main amd64 fontconfig amd64 2.14.1-4 [449 kB]
#12 1.813 Get:2 http://deb.debian.org/debian bookworm/main amd64 libann0 amd64 1.1.2+doc-9+b1 [25.1 kB]
#12 1.813 Get:3 http://deb.debian.org/debian bookworm/main amd64 libcdt5 amd64 2.42.2-7+deb12u1 [39.6 kB]
#12 1.814 Get:4 http://deb.debian.org/debian bookworm/main amd64 libcgraph6 amd64 2.42.2-7+deb12u1 [63.0 kB]
#12 1.819 Get:5 http://deb.debian.org/debian bookworm/main amd64 libglib2.0-0 amd64 2.74.6-2+deb12u9 [1403 kB]
#12 1.825 Get:6 http://deb.debian.org/debian bookworm/main amd64 libgts-0.7-5 amd64 0.7.6+darcs121130-5+b1 [160 kB]
#12 1.826 Get:7 http://deb.debian.org/debian bookworm/main amd64 libpixman-1-0 amd64 0.42.2-1 [546 kB]
#12 1.829 Get:8 http://deb.debian.org/debian bookworm/main amd64 libxcb-render0 amd64 1.15-1 [115 kB]
#12 1.830 Get:9 http://deb.debian.org/debian bookworm/main amd64 libxcb-shm0 amd64 1.15-1 [105 kB]
#12 1.831 Get:10 http://deb.debian.org/debian bookworm/main amd64 libxrender1 amd64 1:0.9.10-1.1 [33.2 kB]
#12 1.831 Get:11 http://deb.debian.org/debian bookworm/main amd64 libcairo2 amd64 1.16.0-7 [575 kB]
#12 1.834 Get:12 http://deb.debian.org/debian bookworm/main amd64 libltdl7 amd64 2.4.7-7~deb12u1 [393 kB]
#12 1.836 Get:13 http://deb.debian.org/debian bookworm/main amd64 libfribidi0 amd64 1.0.8-2.1 [65.0 kB]
#12 1.836 Get:14 http://deb.debian.org/debian bookworm/main amd64 libgraphite2-3 amd64 1.3.14-1+deb12u1 [74.6 kB]
#12 1.837 Get:15 http://deb.debian.org/debian bookworm/main amd64 libharfbuzz0b amd64 6.0.0+dfsg-3 [1945 kB]
#12 1.845 Get:16 http://deb.debian.org/debian bookworm/main amd64 libthai-data all 0.1.29-1 [176 kB]
#12 1.846 Get:17 http://deb.debian.org/debian bookworm/main amd64 libdatrie1 amd64 0.2.13-2+b1 [43.3 kB]
#12 1.846 Get:18 http://deb.debian.org/debian bookworm/main amd64 libthai0 amd64 0.1.29-1 [57.5 kB]
#12 1.847 Get:19 http://deb.debian.org/debian bookworm/main amd64 libpango-1.0-0 amd64 1.50.12+ds-1 [212 kB]
#12 1.848 Get:20 http://deb.debian.org/debian bookworm/main amd64 libpangoft2-1.0-0 amd64 1.50.12+ds-1 [47.4 kB]
#12 1.849 Get:21 http://deb.debian.org/debian bookworm/main amd64 libpangocairo-1.0-0 amd64 1.50.12+ds-1 [34.2 kB]
#12 1.849 Get:22 http://deb.debian.org/debian bookworm/main amd64 libpathplan4 amd64 2.42.2-7+deb12u1 [41.9 kB]
#12 1.850 Get:23 http://deb.debian.org/debian bookworm/main amd64 libgvc6 amd64 2.42.2-7+deb12u1 [679 kB]
#12 1.853 Get:24 http://deb.debian.org/debian bookworm/main amd64 libgvpr2 amd64 2.42.2-7+deb12u1 [189 kB]
#12 1.854 Get:25 http://deb.debian.org/debian bookworm/main amd64 liblab-gamut1 amd64 2.42.2-7+deb12u1 [197 kB]
#12 1.855 Get:26 http://deb.debian.org/debian bookworm/main amd64 x11-common all 1:7.7+23 [252 kB]
#12 1.856 Get:27 http://deb.debian.org/debian bookworm/main amd64 libice6 amd64 2:1.0.10-1 [58.5 kB]
#12 1.857 Get:28 http://deb.debian.org/debian bookworm/main amd64 libsm6 amd64 2:1.2.3-1 [35.1 kB]
#12 1.858 Get:29 http://deb.debian.org/debian bookworm/main amd64 libxt6 amd64 1:1.2.1-1.1 [186 kB]
#12 1.859 Get:30 http://deb.debian.org/debian bookworm/main amd64 libxmu6 amd64 2:1.1.3-3 [60.1 kB]
#12 1.859 Get:31 http://deb.debian.org/debian bookworm/main amd64 libxaw7 amd64 2:1.0.14-1 [201 kB]
#12 1.860 Get:32 http://deb.debian.org/debian bookworm/main amd64 graphviz amd64 2.42.2-7+deb12u1 [611 kB]
#12 1.863 Get:33 http://deb.debian.org/debian bookworm/main amd64 libev4 amd64 1:4.33-1 [43.2 kB]
#12 1.863 Get:34 http://deb.debian.org/debian bookworm/main amd64 libev-dev amd64 1:4.33-1 [137 kB]
#12 1.864 Get:35 http://deb.debian.org/debian bookworm/main amd64 libffi-dev amd64 3.4.4-1 [59.4 kB]
#12 1.871 Get:36 http://deb.debian.org/debian bookworm/main amd64 libgmpxx4ldbl amd64 2:6.2.1+dfsg1-1.1 [338 kB]
#12 1.873 Get:37 http://deb.debian.org/debian bookworm/main amd64 libgmp-dev amd64 2:6.2.1+dfsg1-1.1 [641 kB]
#12 1.876 Get:38 http://deb.debian.org/debian bookworm/main amd64 libpkgconf3 amd64 1.8.1-1 [36.1 kB]
#12 1.877 Get:39 http://deb.debian.org/debian bookworm/main amd64 libsqlite3-dev amd64 3.40.1-2+deb12u2 [1025 kB]
#12 1.881 Get:40 http://deb.debian.org/debian bookworm/main amd64 pkgconf-bin amd64 1.8.1-1 [29.5 kB]
#12 1.881 Get:41 http://deb.debian.org/debian bookworm/main amd64 pkgconf amd64 1.8.1-1 [25.9 kB]
#12 1.882 Get:42 http://deb.debian.org/debian bookworm/main amd64 pkg-config amd64 1.8.1-1 [13.7 kB]
#12 2.076 debconf: delaying package configuration, since apt-utils is not installed
#12 2.107 Fetched 11.4 MB in 0s (125 MB/s)
#12 2.147 Selecting previously unselected package fontconfig.
#12 2.147 (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.)
#12 2.203 Preparing to unpack .../00-fontconfig_2.14.1-4_amd64.deb ...
#12 2.209 Unpacking fontconfig (2.14.1-4) ...
#12 2.269 Selecting previously unselected package libann0.
#12 2.271 Preparing to unpack .../01-libann0_1.1.2+doc-9+b1_amd64.deb ...
#12 2.282 Unpacking libann0 (1.1.2+doc-9+b1) ...
#12 2.325 Selecting previously unselected package libcdt5:amd64.
#12 2.328 Preparing to unpack .../02-libcdt5_2.42.2-7+deb12u1_amd64.deb ...
#12 2.333 Unpacking libcdt5:amd64 (2.42.2-7+deb12u1) ...
#12 2.373 Selecting previously unselected package libcgraph6:amd64.
#12 2.376 Preparing to unpack .../03-libcgraph6_2.42.2-7+deb12u1_amd64.deb ...
#12 2.381 Unpacking libcgraph6:amd64 (2.42.2-7+deb12u1) ...
#12 2.435 Selecting previously unselected package libglib2.0-0:amd64.
#12 2.437 Preparing to unpack .../04-libglib2.0-0_2.74.6-2+deb12u9_amd64.deb ...
#12 2.442 Unpacking libglib2.0-0:amd64 (2.74.6-2+deb12u9) ...
#12 2.561 Selecting previously unselected package libgts-0.7-5:amd64.
#12 2.563 Preparing to unpack .../05-libgts-0.7-5_0.7.6+darcs121130-5+b1_amd64.deb ...
#12 2.568 Unpacking libgts-0.7-5:amd64 (0.7.6+darcs121130-5+b1) ...
#12 2.621 Selecting previously unselected package libpixman-1-0:amd64.
#12 2.624 Preparing to unpack .../06-libpixman-1-0_0.42.2-1_amd64.deb ...
#12 2.629 Unpacking libpixman-1-0:amd64 (0.42.2-1) ...
#12 2.691 Selecting previously unselected package libxcb-render0:amd64.
#12 2.694 Preparing to unpack .../07-libxcb-render0_1.15-1_amd64.deb ...
#12 2.699 Unpacking libxcb-render0:amd64 (1.15-1) ...
#12 2.748 Selecting previously unselected package libxcb-shm0:amd64.
#12 2.750 Preparing to unpack .../08-libxcb-shm0_1.15-1_amd64.deb ...
#12 2.756 Unpacking libxcb-shm0:amd64 (1.15-1) ...
#12 2.810 Selecting previously unselected package libxrender1:amd64.
#12 2.813 Preparing to unpack .../09-libxrender1_1%3a0.9.10-1.1_amd64.deb ...
#12 2.819 Unpacking libxrender1:amd64 (1:0.9.10-1.1) ...
#12 2.874 Selecting previously unselected package libcairo2:amd64.
#12 2.876 Preparing to unpack .../10-libcairo2_1.16.0-7_amd64.deb ...
#12 2.883 Unpacking libcairo2:amd64 (1.16.0-7) ...
#12 2.958 Selecting previously unselected package libltdl7:amd64.
#12 2.960 Preparing to unpack .../11-libltdl7_2.4.7-7~deb12u1_amd64.deb ...
#12 2.966 Unpacking libltdl7:amd64 (2.4.7-7~deb12u1) ...
#12 3.020 Selecting previously unselected package libfribidi0:amd64.
#12 3.022 Preparing to unpack .../12-libfribidi0_1.0.8-2.1_amd64.deb ...
#12 3.028 Unpacking libfribidi0:amd64 (1.0.8-2.1) ...
#12 3.081 Selecting previously unselected package libgraphite2-3:amd64.
#12 3.083 Preparing to unpack .../13-libgraphite2-3_1.3.14-1+deb12u1_amd64.deb ...
#12 3.090 Unpacking libgraphite2-3:amd64 (1.3.14-1+deb12u1) ...
#12 3.144 Selecting previously unselected package libharfbuzz0b:amd64.
#12 3.146 Preparing to unpack .../14-libharfbuzz0b_6.0.0+dfsg-3_amd64.deb ...
#12 3.152 Unpacking libharfbuzz0b:amd64 (6.0.0+dfsg-3) ...
#12 3.226 Selecting previously unselected package libthai-data.
#12 3.228 Preparing to unpack .../15-libthai-data_0.1.29-1_all.deb ...
#12 3.234 Unpacking libthai-data (0.1.29-1) ...
#12 3.293 Selecting previously unselected package libdatrie1:amd64.
#12 3.296 Preparing to unpack .../16-libdatrie1_0.2.13-2+b1_amd64.deb ...
#12 3.302 Unpacking libdatrie1:amd64 (0.2.13-2+b1) ...
#12 3.352 Selecting previously unselected package libthai0:amd64.
#12 3.355 Preparing to unpack .../17-libthai0_0.1.29-1_amd64.deb ...
#12 3.361 Unpacking libthai0:amd64 (0.1.29-1) ...
#12 3.423 Selecting previously unselected package libpango-1.0-0:amd64.
#12 3.425 Preparing to unpack .../18-libpango-1.0-0_1.50.12+ds-1_amd64.deb ...
#12 3.434 Unpacking libpango-1.0-0:amd64 (1.50.12+ds-1) ...
#12 3.498 Selecting previously unselected package libpangoft2-1.0-0:amd64.
#12 3.500 Preparing to unpack .../19-libpangoft2-1.0-0_1.50.12+ds-1_amd64.deb ...
#12 3.506 Unpacking libpangoft2-1.0-0:amd64 (1.50.12+ds-1) ...
#12 3.555 Selecting previously unselected package libpangocairo-1.0-0:amd64.
#12 3.557 Preparing to unpack .../20-libpangocairo-1.0-0_1.50.12+ds-1_amd64.deb ...
#12 3.563 Unpacking libpangocairo-1.0-0:amd64 (1.50.12+ds-1) ...
#12 3.607 Selecting previously unselected package libpathplan4:amd64.
#12 3.610 Preparing to unpack .../21-libpathplan4_2.42.2-7+deb12u1_amd64.deb ...
#12 3.615 Unpacking libpathplan4:amd64 (2.42.2-7+deb12u1) ...
#12 3.667 Selecting previously unselected package libgvc6.
#12 3.669 Preparing to unpack .../22-libgvc6_2.42.2-7+deb12u1_amd64.deb ...
#12 3.675 Unpacking libgvc6 (2.42.2-7+deb12u1) ...
#12 3.759 Selecting previously unselected package libgvpr2:amd64.
#12 3.762 Preparing to unpack .../23-libgvpr2_2.42.2-7+deb12u1_amd64.deb ...
#12 3.767 Unpacking libgvpr2:amd64 (2.42.2-7+deb12u1) ...
#12 3.822 Selecting previously unselected package liblab-gamut1:amd64.
#12 3.824 Preparing to unpack .../24-liblab-gamut1_2.42.2-7+deb12u1_amd64.deb ...
#12 3.833 Unpacking liblab-gamut1:amd64 (2.42.2-7+deb12u1) ...
#12 3.957 Selecting previously unselected package x11-common.
#12 3.959 Preparing to unpack .../25-x11-common_1%3a7.7+23_all.deb ...
#12 3.965 Unpacking x11-common (1:7.7+23) ...
#12 4.017 Selecting previously unselected package libice6:amd64.
#12 4.020 Preparing to unpack .../26-libice6_2%3a1.0.10-1_amd64.deb ...
#12 4.025 Unpacking libice6:amd64 (2:1.0.10-1) ...
#12 4.070 Selecting previously unselected package libsm6:amd64.
#12 4.072 Preparing to unpack .../27-libsm6_2%3a1.2.3-1_amd64.deb ...
#12 4.078 Unpacking libsm6:amd64 (2:1.2.3-1) ...
#12 4.136 Selecting previously unselected package libxt6:amd64.
#12 4.139 Preparing to unpack .../28-libxt6_1%3a1.2.1-1.1_amd64.deb ...
#12 4.146 Unpacking libxt6:amd64 (1:1.2.1-1.1) ...
#12 4.214 Selecting previously unselected package libxmu6:amd64.
#12 4.217 Preparing to unpack .../29-libxmu6_2%3a1.1.3-3_amd64.deb ...
#12 4.223 Unpacking libxmu6:amd64 (2:1.1.3-3) ...
#12 4.279 Selecting previously unselected package libxaw7:amd64.
#12 4.281 Preparing to unpack .../30-libxaw7_2%3a1.0.14-1_amd64.deb ...
#12 4.288 Unpacking libxaw7:amd64 (2:1.0.14-1) ...
#12 4.351 Selecting previously unselected package graphviz.
#12 4.354 Preparing to unpack .../31-graphviz_2.42.2-7+deb12u1_amd64.deb ...
#12 4.360 Unpacking graphviz (2.42.2-7+deb12u1) ...
#12 4.475 Selecting previously unselected package libev4:amd64.
#12 4.477 Preparing to unpack .../32-libev4_1%3a4.33-1_amd64.deb ...
#12 4.484 Unpacking libev4:amd64 (1:4.33-1) ...
#12 4.539 Selecting previously unselected package libev-dev:amd64.
#12 4.542 Preparing to unpack .../33-libev-dev_1%3a4.33-1_amd64.deb ...
#12 4.548 Unpacking libev-dev:amd64 (1:4.33-1) ...
#12 4.597 Selecting previously unselected package libffi-dev:amd64.
#12 4.600 Preparing to unpack .../34-libffi-dev_3.4.4-1_amd64.deb ...
#12 4.608 Unpacking libffi-dev:amd64 (3.4.4-1) ...
#12 4.672 Selecting previously unselected package libgmpxx4ldbl:amd64.
#12 4.674 Preparing to unpack .../35-libgmpxx4ldbl_2%3a6.2.1+dfsg1-1.1_amd64.deb ...
#12 4.686 Unpacking libgmpxx4ldbl:amd64 (2:6.2.1+dfsg1-1.1) ...
#12 4.734 Selecting previously unselected package libgmp-dev:amd64.
#12 4.737 Preparing to unpack .../36-libgmp-dev_2%3a6.2.1+dfsg1-1.1_amd64.deb ...
#12 4.743 Unpacking libgmp-dev:amd64 (2:6.2.1+dfsg1-1.1) ...
#12 4.837 Selecting previously unselected package libpkgconf3:amd64.
#12 4.840 Preparing to unpack .../37-libpkgconf3_1.8.1-1_amd64.deb ...
#12 4.848 Unpacking libpkgconf3:amd64 (1.8.1-1) ...
#12 4.895 Selecting previously unselected package libsqlite3-dev:amd64.
#12 4.897 Preparing to unpack .../38-libsqlite3-dev_3.40.1-2+deb12u2_amd64.deb ...
#12 4.903 Unpacking libsqlite3-dev:amd64 (3.40.1-2+deb12u2) ...
#12 4.992 Selecting previously unselected package pkgconf-bin.
#12 4.994 Preparing to unpack .../39-pkgconf-bin_1.8.1-1_amd64.deb ...
#12 5.018 Unpacking pkgconf-bin (1.8.1-1) ...
#12 5.068 Selecting previously unselected package pkgconf:amd64.
#12 5.071 Preparing to unpack .../40-pkgconf_1.8.1-1_amd64.deb ...
#12 5.078 Unpacking pkgconf:amd64 (1.8.1-1) ...
#12 5.129 Selecting previously unselected package pkg-config:amd64.
#12 5.131 Preparing to unpack .../41-pkg-config_1.8.1-1_amd64.deb ...
#12 5.142 Unpacking pkg-config:amd64 (1.8.1-1) ...
#12 5.207 Setting up libgraphite2-3:amd64 (1.3.14-1+deb12u1) ...
#12 5.227 Setting up libpixman-1-0:amd64 (0.42.2-1) ...
#12 5.247 Setting up fontconfig (2.14.1-4) ...
#12 5.264 Regenerating fonts cache... done.
#12 7.285 Setting up libxrender1:amd64 (1:0.9.10-1.1) ...
#12 7.304 Setting up libdatrie1:amd64 (0.2.13-2+b1) ...
#12 7.323 Setting up libxcb-render0:amd64 (1.15-1) ...
#12 7.343 Setting up libglib2.0-0:amd64 (2.74.6-2+deb12u9) ...
#12 7.369 No schema files found: doing nothing.
#12 7.378 Setting up libev4:amd64 (1:4.33-1) ...
#12 7.396 Setting up liblab-gamut1:amd64 (2.42.2-7+deb12u1) ...
#12 7.415 Setting up x11-common (1:7.7+23) ...
#12 7.591 invoke-rc.d: could not determine current runlevel
#12 7.595 invoke-rc.d: policy-rc.d denied execution of restart.
#12 7.605 Setting up libxcb-shm0:amd64 (1.15-1) ...
#12 7.624 Setting up libffi-dev:amd64 (3.4.4-1) ...
#12 7.645 Setting up libcairo2:amd64 (1.16.0-7) ...
#12 7.668 Setting up libgts-0.7-5:amd64 (0.7.6+darcs121130-5+b1) ...
#12 7.706 Setting up libpkgconf3:amd64 (1.8.1-1) ...
#12 7.727 Setting up libgmpxx4ldbl:amd64 (2:6.2.1+dfsg1-1.1) ...
#12 7.749 Setting up libsqlite3-dev:amd64 (3.40.1-2+deb12u2) ...
#12 7.766 Setting up libpathplan4:amd64 (2.42.2-7+deb12u1) ...
#12 7.785 Setting up libann0 (1.1.2+doc-9+b1) ...
#12 7.802 Setting up libfribidi0:amd64 (1.0.8-2.1) ...
#12 7.821 Setting up pkgconf-bin (1.8.1-1) ...
#12 7.839 Setting up libltdl7:amd64 (2.4.7-7~deb12u1) ...
#12 7.857 Setting up libharfbuzz0b:amd64 (6.0.0+dfsg-3) ...
#12 7.874 Setting up libthai-data (0.1.29-1) ...
#12 7.892 Setting up libcdt5:amd64 (2.42.2-7+deb12u1) ...
#12 7.914 Setting up libcgraph6:amd64 (2.42.2-7+deb12u1) ...
#12 7.934 Setting up libev-dev:amd64 (1:4.33-1) ...
#12 7.957 Setting up libice6:amd64 (2:1.0.10-1) ...
#12 7.977 Setting up libgmp-dev:amd64 (2:6.2.1+dfsg1-1.1) ...
#12 8.001 Setting up pkgconf:amd64 (1.8.1-1) ...
#12 8.021 Setting up libthai0:amd64 (0.1.29-1) ...
#12 8.040 Setting up pkg-config:amd64 (1.8.1-1) ...
#12 8.067 Setting up libgvpr2:amd64 (2.42.2-7+deb12u1) ...
#12 8.087 Setting up libsm6:amd64 (2:1.2.3-1) ...
#12 8.105 Setting up libpango-1.0-0:amd64 (1.50.12+ds-1) ...
#12 8.124 Setting up libxt6:amd64 (1:1.2.1-1.1) ...
#12 8.143 Setting up libpangoft2-1.0-0:amd64 (1.50.12+ds-1) ...
#12 8.164 Setting up libpangocairo-1.0-0:amd64 (1.50.12+ds-1) ...
#12 8.183 Setting up libxmu6:amd64 (2:1.1.3-3) ...
#12 8.202 Setting up libxaw7:amd64 (2:1.0.14-1) ...
#12 8.223 Setting up libgvc6 (2.42.2-7+deb12u1) ...
#12 8.286 Setting up graphviz (2.42.2-7+deb12u1) ...
#12 8.307 Processing triggers for libc-bin (2.36-9+deb12u14) ...
#12 DONE 8.5s

#13 [build  4/10] RUN cd opam-repository && git pull origin f089d8564db935c703bea70a4b3d8335ffa1bef3
#13 4.287 From https://github.com/ocaml/opam-repository
#13 4.287  * branch                  f089d8564db935c703bea70a4b3d8335ffa1bef3 -> FETCH_HEAD
#13 5.138 Already up to date.
#13 DONE 8.4s

#14 [build  5/10] RUN opam update
#14 1.372 
#14 1.372 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
#14 10.80 [default] no changes from git+file:///home/opam/opam-repository
#14 DONE 13.3s

#15 [build  6/10] WORKDIR /home/opam
#15 DONE 0.4s

#16 [build  7/10] ADD deployer.opam deployer.opam
#16 DONE 0.1s

#17 [build  8/10] RUN opam install . --deps-only
#17 0.512 [WARNING] Failed checks on deployer package definition from source at file:///home/opam:
#17 0.512            warning 62: License doesn't adhere to the SPDX standard, see https://spdx.org/licenses/ : "LICENSE"
#17 1.084 The following additional pinnings are required by deployer.dev:
#17 1.084   - current.dev at git+https://github.com/mtelvers/ocurrent.git#patch
#17 1.084   - current_web.dev at git+https://github.com/mtelvers/ocurrent.git#patch
#17 1.084   - current_git.dev at git+https://github.com/mtelvers/ocurrent.git#patch
#17 1.084   - current_github.dev at git+https://github.com/mtelvers/ocurrent.git#patch
#17 1.084   - current_docker.dev at git+https://github.com/mtelvers/ocurrent.git#patch
#17 1.084   - current_slack.dev at git+https://github.com/mtelvers/ocurrent.git#patch
#17 1.084 Pin and install them? [y/n] y
#17 3.579 [ERROR] Could not synchronize /home/opam/.opam/4.14/.opam-switch/sources/current_web from "git+https://github.com/mtelvers/ocurrent.git#patch":
#17 3.579         Branch patch not found
#17 4.312 [ERROR] Could not synchronize /home/opam/.opam/4.14/.opam-switch/sources/current_git from "git+https://github.com/mtelvers/ocurrent.git#patch":
#17 4.312         Branch patch not found
#17 4.344 [ERROR] Could not synchronize /home/opam/.opam/4.14/.opam-switch/sources/current from "git+https://github.com/mtelvers/ocurrent.git#patch":
#17 4.344         Branch patch not found
#17 6.012 [ERROR] Could not synchronize /home/opam/.opam/4.14/.opam-switch/sources/current_github from "git+https://github.com/mtelvers/ocurrent.git#patch":
#17 6.012         Branch patch not found
#17 6.264 [ERROR] Could not synchronize /home/opam/.opam/4.14/.opam-switch/sources/current_slack from "git+https://github.com/mtelvers/ocurrent.git#patch":
#17 6.264         Branch patch not found
#17 7.587 [ERROR] Could not synchronize /home/opam/.opam/4.14/.opam-switch/sources/current_docker from "git+https://github.com/mtelvers/ocurrent.git#patch":
#17 7.587         Branch patch not found
#17 7.587 Could not retrieve some package sources, they will not be pinned nor installed:
#17 7.587   - current:git+https://github.com/mtelvers/ocurrent.git#patch
#17 7.587   - current_web:git+https://github.com/mtelvers/ocurrent.git#patch
#17 7.587   - current_git:git+https://github.com/mtelvers/ocurrent.git#patch
#17 7.587   - current_github:git+https://github.com/mtelvers/ocurrent.git#patch
#17 7.587   - current_docker:git+https://github.com/mtelvers/ocurrent.git#patch
#17 7.587   - current_slack:git+https://github.com/mtelvers/ocurrent.git#patch
#17 7.587 
#17 7.587 Continue anyway? [y/n] y
#17 41.63 The following actions will be performed:
#17 41.63 === install 134 packages
#17 41.63   - install angstrom              0.16.1             [required by multipart_form-lwt]
#17 41.63   - install ansi                  0.7.0              [required by current_web]
#17 41.63   - install asetmap               0.8.1              [required by prometheus]
#17 41.63   - install asn1-combinators      0.2.6              [required by x509]
#17 41.63   - install astring               0.8.5              [required by current_docker, current, current_github]
#17 41.63   - install atd                   4.2.0              [required by atdgen]
#17 41.63   - install atdgen                4.2.0              [required by github-data]
#17 41.63   - install atdgen-runtime        4.2.0              [required by github-data]
#17 41.63   - install base                  v0.16.5            [required by ppx_sexp_conv]
#17 41.63   - install base-bytes            base               [required by csv]
#17 41.63   - install base64                3.5.2              [required by current_github]
#17 41.63   - install bigstringaf           0.10.0             [required by multipart_form-lwt]
#17 41.63   - install biniou                1.2.2              [required by atdgen]
#17 41.63   - install bos                   0.3.0              [required by current, current_docker]
#17 41.63   - install bstr                  0.0.4              [required by prettym]
#17 41.63   - install ca-certs              0.2.3              [required by conduit-lwt-unix]
#17 41.63   - install camlp-streams         5.0.1              [required by biniou]
#17 41.63   - install cf                    0.5.0              [required by cf-lwt]
#17 41.63   - install cf-lwt                0.5.0              [required by irmin-watcher]
#17 41.63   - install cmdliner              1.3.0              [required by current, current_github]
#17 41.63   - install cohttp                6.0.0              [required by cohttp-lwt-unix, github-unix]
#17 41.63   - install cohttp-lwt            6.0.0              [required by cohttp-lwt-unix]
#17 41.63   - install cohttp-lwt-unix       6.0.0              [required by current_github, current_slack]
#17 41.63   - install conduit               6.2.3              [required by conduit-lwt]
#17 41.63   - install conduit-lwt           6.2.3              [required by cohttp-lwt-unix]
#17 41.63   - install conduit-lwt-unix      6.2.3              [required by cohttp-lwt-unix, current_web]
#17 41.63   - install conf-git              1.1                [required by current_git]
#17 41.63   - install conf-gmp              5                  [required by zarith, conf-gmp-powm-sec]
#17 41.63   - install conf-gmp-powm-sec     4                  [required by mirage-crypto-pk]
#17 41.63   - install conf-graphviz         0.1                [required by current_web]
#17 41.63   - install conf-libev            4-13               [required by current]
#17 41.63   - install conf-libffi           2.0.0              [required by ctypes-foreign]
#17 41.63   - install conf-pkg-config       5                  [required by conf-sqlite3]
#17 41.63   - install conf-sqlite3          1                  [required by sqlite3]
#17 41.63   - install cppo                  1.8.0              [required by ppx_deriving]
#17 41.63   - install crunch                4.1.0              [required by current_web]
#17 41.63   - install csexp                 1.5.2              [required by dune-configurator]
#17 41.63   - install cstruct               6.2.0              [required by current_github]
#17 41.63   - install csv                   2.4                [required by current_web]
#17 41.63   - install ctypes                0.24.0             [required by cf, fsevents]
#17 41.63   - install ctypes-foreign        0.24.0             [required by cf]
#17 41.63   - install current               0.7.5              [required by deployer]
#17 41.63   - install current_docker        0.7.5              [required by deployer]
#17 41.63   - install current_git           0.7.5              [required by deployer]
#17 41.63   - install current_github        0.7.5              [required by deployer]
#17 41.63   - install current_incr          0.6.1              [required by current]
#17 41.63   - install current_slack         0.7.5              [required by deployer]
#17 41.63   - install current_web           0.7.5              [required by deployer]
#17 41.63   - install domain-name           0.5.0              [required by x509, ipaddr, tls]
#17 41.63   - install dune                  3.24.1             [required by deployer]
#17 41.63   - install dune-compiledb        0.6.0              [required by sqlite3]
#17 41.63   - install dune-configurator     3.24.1             [required by sqlite3]
#17 41.63   - install duration              0.3.1              [required by current_docker, current, current_github]
#17 41.63   - install easy-format           1.3.4              [required by atd]
#17 41.63   - install eqaf                  0.9                [required by mirage-crypto]
#17 41.63   - install ezjsonm               1.3.0              [required by dune-compiledb]
#17 41.63   - install fmt                   0.11.0             [required by current_github, current, current_docker, current_slack]
#17 41.63   - install fpath                 0.7.3              [required by current, current_docker]
#17 41.63   - install fsevents              0.3.0              [required by fsevents-lwt]
#17 41.63   - install fsevents-lwt          0.3.0              [required by irmin-watcher]
#17 41.63   - install github                4.5.1              [required by github-unix]
#17 41.63   - install github-data           4.5.1              [required by github]
#17 41.63   - install github-unix           4.5.1              [required by current_github]
#17 41.63   - install gmap                  0.3.0              [required by x509]
#17 41.63   - install hex                   1.5.0              [required by current_github]
#17 41.63   - install hkdf                  1.0.4 (deprecated) [required by tls]
#17 41.63   - install http                  6.0.0              [required by cohttp-lwt-unix]
#17 41.63   - install inotify               2.6                [required by irmin-watcher]
#17 41.63   - install integers              0.8.0              [required by ctypes]
#17 41.63   - install ipaddr                5.6.2              [required by conduit-lwt-unix]
#17 41.63   - install ipaddr-sexp           5.6.2              [required by conduit-lwt-unix]
#17 41.63   - install irmin-watcher         0.5.0              [required by current_git]
#17 41.63   - install jsonm                 1.0.2              [required by ezjsonm]
#17 41.63   - install ke                    0.6                [required by multipart_form-lwt]
#17 41.63   - install logs                  0.10.0             [required by current_github, current, current_docker, current_slack]
#17 41.63   - install lwt                   6.1.2              [required by current_github, current, current_docker, current_slack]
#17 41.63   - install lwt-dllist            1.1.0              [required by current]
#17 41.63   - install macaddr               5.6.2              [required by ipaddr]
#17 41.63   - install magic-mime            1.3.1              [required by cohttp-lwt-unix]
#17 41.63   - install menhir                20260209           [required by atd]
#17 41.63   - install menhirCST             20260209           [required by menhir]
#17 41.63   - install menhirGLR             20260209           [required by menhir]
#17 41.63   - install menhirLib             20260209           [required by menhir]
#17 41.63   - install menhirSdk             20260209           [required by menhir]
#17 41.63   - install mirage-crypto         0.11.3             [required by current_github]
#17 41.63   - install mirage-crypto-ec      0.11.3             [required by x509, tls]
#17 41.63   - install mirage-crypto-pk      0.11.3             [required by current_github]
#17 41.63   - install mirage-crypto-rng     0.11.3             [required by current_web]
#17 41.63   - install mirage-crypto-rng-lwt 0.11.3             [required by current_web]
#17 41.63   - install mtime                 2.1.0              [required by mirage-crypto-rng-lwt]
#17 41.63   - install multipart_form        0.8.0              [required by multipart_form-lwt]
#17 41.63   - install multipart_form-lwt    0.8.0              [required by current_web]
#17 41.63   - install num                   1.6                [required by sexplib]
#17 41.63   - install ocaml-compiler-libs   v0.12.4            [required by ppxlib]
#17 41.63   - install ocaml-syntax-shims    1.0.0              [required by angstrom]
#17 41.63   - install ocamlbuild            0.16.1             [required by astring, bos]
#17 41.63   - install ocamlfind             1.9.8              [required by bos, astring, ppx_deriving]
#17 41.63   - install ocplib-endian         1.2                [required by lwt]
#17 41.63   - install parsexp               v0.16.0            [required by sexplib]
#17 41.63   - install pbkdf                 1.2.0              [required by x509]
#17 41.63   - install pecu                  0.7                [required by multipart_form]
#17 41.63   - install ppx_derivers          1.2.1              [required by ppx_deriving]
#17 41.63   - install ppx_deriving          6.0.3              [required by current, current_docker]
#17 41.63   - install ppx_deriving_yojson   3.9.1              [required by current_docker, current_github]
#17 41.63   - install ppx_sexp_conv         v0.16.0            [required by cohttp-lwt-unix, current_web]
#17 41.63   - install ppxlib                0.35.0             [required by ppx_deriving]
#17 41.63   - install prettym               0.0.5              [required by multipart_form]
#17 41.63   - install prometheus            1.3                [required by deployer]
#17 41.63   - install prometheus-app        1.3                [required by deployer]
#17 41.63   - install ptime                 1.2.0              [required by current_github]
#17 41.63   - install re                    1.14.0             [required by current]
#17 41.63   - install result                1.5                [required by current_docker, current, current_github]
#17 41.63   - install routes                2.0.0              [required by current_web]
#17 41.64   - install rresult               0.7.0              [required by current_github]
#17 41.64   - install seq                   base               [required by tyxml]
#17 41.64   - install session               0.5.0              [required by current_web]
#17 41.64   - install session-cohttp        0.5.0              [required by session-cohttp-lwt]
#17 41.64   - install session-cohttp-lwt    0.5.0              [required by current_web]
#17 41.64   - install sexplib               v0.16.0            [required by current_web]
#17 41.64   - install sexplib0              v0.16.0            [required by cohttp, ppxlib, dune-compiledb, cohttp-lwt]
#17 41.64   - install sqlite3               5.4.1              [required by current]
#17 41.64   - install stdlib-shims          0.3.0              [required by ppxlib]
#17 41.64   - install stringext             1.6.0              [required by github-unix]
#17 41.64   - install tls                   0.17.5             [required by tls-lwt]
#17 41.64   - install tls-lwt               0.17.5             [required by current_github, current_slack]
#17 41.64   - install topkg                 1.1.1              [required by astring, bos]
#17 41.64   - install tyxml                 4.6.0              [required by current_github]
#17 41.64   - install unstrctrd             0.4                [required by multipart_form]
#17 41.64   - install uri                   4.4.0              [required by current_github, current_slack]
#17 41.64   - install uri-sexp              4.4.0              [required by cohttp]
#17 41.64   - install uutf                  1.0.4              [required by tyxml, ezjsonm, multipart_form]
#17 41.64   - install x509                  0.16.5             [required by current_github]
#17 41.64   - install yojson                3.0.0              [required by current_github, current_docker, current_slack]
#17 41.64   - install zarith                1.14               [required by asn1-combinators, mirage-crypto-pk]
#17 42.10 
#17 42.10 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#17 42.23 -> retrieved asetmap.0.8.1  (https://opam.ocaml.org/cache)
#17 42.29 -> retrieved ansi.0.7.0  (https://opam.ocaml.org/cache)
#17 42.33 -> retrieved asn1-combinators.0.2.6  (https://opam.ocaml.org/cache)
#17 42.36 -> retrieved angstrom.0.16.1  (https://opam.ocaml.org/cache)
#17 42.39 -> retrieved astring.0.8.5  (https://opam.ocaml.org/cache)
#17 42.54 -> retrieved base64.3.5.2  (https://opam.ocaml.org/cache)
#17 42.78 -> retrieved base.v0.16.5  (https://opam.ocaml.org/cache)
#17 42.81 -> retrieved bigstringaf.0.10.0  (https://opam.ocaml.org/cache)
#17 42.90 -> retrieved biniou.1.2.2  (https://opam.ocaml.org/cache)
#17 42.93 -> retrieved bos.0.3.0  (https://opam.ocaml.org/cache)
#17 43.02 -> retrieved ca-certs.0.2.3  (https://opam.ocaml.org/cache)
#17 43.63 -> retrieved atd.4.2.0, atdgen.4.2.0, atdgen-runtime.4.2.0  (https://opam.ocaml.org/cache)
#17 43.64 -> retrieved camlp-streams.5.0.1  (https://opam.ocaml.org/cache)
#17 43.65 -> retrieved bstr.0.0.4  (https://opam.ocaml.org/cache)
#17 43.75 -> retrieved cf.0.5.0, cf-lwt.0.5.0  (https://opam.ocaml.org/cache)
#17 43.85 -> retrieved cmdliner.1.3.0  (https://opam.ocaml.org/cache)
#17 47.55 -> retrieved cohttp.6.0.0, cohttp-lwt.6.0.0, cohttp-lwt-unix.6.0.0, http.6.0.0  (https://opam.ocaml.org/cache)
#17 47.55 -> retrieved conf-gmp.5  (https://opam.ocaml.org/cache)
#17 47.56 -> installed conf-git.1.1
#17 47.63 -> retrieved conduit.6.2.3, conduit-lwt.6.2.3, conduit-lwt-unix.6.2.3  (https://opam.ocaml.org/cache)
#17 47.63 -> installed conf-gmp.5
#17 47.63 -> installed conf-graphviz.0.1
#17 47.70 -> retrieved conf-gmp-powm-sec.4  (https://opam.ocaml.org/cache)
#17 47.71 -> installed conf-gmp-powm-sec.4
#17 47.81 -> retrieved conf-libev.4-13  (2 extra sources)
#17 47.81 -> retrieved conf-libev.4-13  (2 extra sources)
#17 47.82 -> retrieved conf-pkg-config.5  (2 extra sources)
#17 47.82 -> retrieved conf-pkg-config.5  (2 extra sources)
#17 47.85 -> retrieved cppo.1.8.0  (https://opam.ocaml.org/cache)
#17 47.85 -> installed conf-pkg-config.5
#17 47.87 -> installed conf-libffi.2.0.0
#17 47.88 -> installed conf-sqlite3.1
#17 47.96 -> retrieved csexp.1.5.2  (https://opam.ocaml.org/cache)
#17 48.04 -> retrieved crunch.4.1.0  (https://opam.ocaml.org/cache)
#17 48.11 -> installed conf-libev.4-13
#17 48.16 -> retrieved csv.2.4  (https://opam.ocaml.org/cache)
#17 48.22 -> retrieved cstruct.6.2.0  (https://opam.ocaml.org/cache)
#17 48.50 -> retrieved ctypes.0.24.0, ctypes-foreign.0.24.0  (https://opam.ocaml.org/cache)
#17 48.52 -> retrieved current_incr.0.6.1  (https://opam.ocaml.org/cache)
#17 48.91 -> retrieved current.0.7.5, current_docker.0.7.5, current_git.0.7.5, current_github.0.7.5, current_slack.0.7.5, current_web.0.7.5  (https://opam.ocaml.org/cache)
#17 48.94 -> retrieved domain-name.0.5.0  (https://opam.ocaml.org/cache)
#17 49.02 -> retrieved dune-compiledb.0.6.0  (https://opam.ocaml.org/cache)
#17 49.09 -> retrieved duration.0.3.1  (https://opam.ocaml.org/cache)
#17 49.19 -> retrieved easy-format.1.3.4  (https://opam.ocaml.org/cache)
#17 49.24 -> retrieved eqaf.0.9  (https://opam.ocaml.org/cache)
#17 49.31 -> retrieved ezjsonm.1.3.0  (https://opam.ocaml.org/cache)
#17 49.42 -> retrieved fmt.0.11.0  (https://opam.ocaml.org/cache)
#17 49.50 -> retrieved fpath.0.7.3  (https://opam.ocaml.org/cache)
#17 49.53 -> retrieved fsevents.0.3.0, fsevents-lwt.0.3.0  (https://opam.ocaml.org/cache)
#17 55.45 -> retrieved dune.3.24.1, dune-configurator.3.24.1  (https://opam.ocaml.org/cache)
#17 56.87 -> retrieved gmap.0.3.0  (https://opam.ocaml.org/cache)
#17 56.97 -> retrieved github.4.5.1, github-data.4.5.1, github-unix.4.5.1  (https://opam.ocaml.org/cache)
#17 57.00 -> installed cmdliner.1.3.0
#17 57.00 -> retrieved hex.1.5.0  (https://opam.ocaml.org/cache)
#17 57.07 -> retrieved inotify.2.6  (https://opam.ocaml.org/cache)
#17 57.07 -> retrieved hkdf.1.0.4  (https://opam.ocaml.org/cache)
#17 57.17 -> retrieved integers.0.8.0  (https://opam.ocaml.org/cache)
#17 57.21 -> retrieved irmin-watcher.0.5.0  (https://opam.ocaml.org/cache)
#17 57.26 -> retrieved ipaddr.5.6.2, ipaddr-sexp.5.6.2, macaddr.5.6.2  (https://opam.ocaml.org/cache)
#17 57.32 -> retrieved ke.0.6  (https://opam.ocaml.org/cache)
#17 57.34 -> retrieved jsonm.1.0.2  (https://opam.ocaml.org/cache)
#17 57.35 -> retrieved logs.0.10.0  (https://opam.ocaml.org/cache)
#17 57.45 -> retrieved magic-mime.1.3.1  (https://opam.ocaml.org/cache)
#17 57.47 -> retrieved lwt-dllist.1.1.0  (https://opam.ocaml.org/cache)
#17 57.55 -> retrieved lwt.6.1.2  (https://opam.ocaml.org/cache)
#17 57.63 -> retrieved mtime.2.1.0  (https://opam.ocaml.org/cache)
#17 57.81 -> retrieved multipart_form.0.8.0, multipart_form-lwt.0.8.0  (https://opam.ocaml.org/cache)
#17 58.77 -> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209  (https://opam.ocaml.org/cache)
#17 59.05 -> retrieved mirage-crypto.0.11.3, mirage-crypto-ec.0.11.3, mirage-crypto-pk.0.11.3, mirage-crypto-rng.0.11.3, mirage-crypto-rng-lwt.0.11.3  (https://opam.ocaml.org/cache)
#17 59.07 -> retrieved ocaml-compiler-libs.v0.12.4  (https://opam.ocaml.org/cache)
#17 59.09 -> retrieved num.1.6  (https://opam.ocaml.org/cache)
#17 59.17 -> retrieved ocaml-syntax-shims.1.0.0  (https://opam.ocaml.org/cache)
#17 59.30 -> retrieved ocplib-endian.1.2  (https://opam.ocaml.org/cache)
#17 59.42 -> retrieved ocamlfind.1.9.8  (https://opam.ocaml.org/cache)
#17 59.53 -> retrieved ocamlbuild.0.16.1  (https://opam.ocaml.org/cache)
#17 59.62 -> retrieved parsexp.v0.16.0  (https://opam.ocaml.org/cache)
#17 59.63 -> retrieved pbkdf.1.2.0  (https://opam.ocaml.org/cache)
#17 59.70 -> retrieved pecu.0.7  (https://opam.ocaml.org/cache)
#17 59.75 -> retrieved ppx_derivers.1.2.1  (https://opam.ocaml.org/cache)
#17 59.89 -> retrieved ppx_deriving.6.0.3  (https://opam.ocaml.org/cache)
#17 59.91 -> retrieved ppx_deriving_yojson.3.9.1  (https://opam.ocaml.org/cache)
#17 59.94 -> retrieved ppx_sexp_conv.v0.16.0  (https://opam.ocaml.org/cache)
#17 60.06 -> retrieved prettym.0.0.5  (https://opam.ocaml.org/cache)
#17 60.10 -> retrieved prometheus.1.3, prometheus-app.1.3  (https://opam.ocaml.org/cache)
#17 60.23 -> retrieved ptime.1.2.0  (https://opam.ocaml.org/cache)
#17 60.33 -> retrieved re.1.14.0  (https://opam.ocaml.org/cache)
#17 60.57 -> retrieved ppxlib.0.35.0  (https://opam.ocaml.org/cache)
#17 60.58 -> retrieved result.1.5  (https://opam.ocaml.org/cache)
#17 60.59 -> retrieved routes.2.0.0  (https://opam.ocaml.org/cache)
#17 60.72 -> retrieved rresult.0.7.0  (https://opam.ocaml.org/cache)
#17 60.87 -> retrieved session.0.5.0, session-cohttp.0.5.0, session-cohttp-lwt.0.5.0  (https://opam.ocaml.org/cache)
#17 60.88 -> retrieved seq.base  (2 extra sources)
#17 60.88 -> retrieved seq.base  (2 extra sources)
#17 61.02 -> retrieved sexplib.v0.16.0  (https://opam.ocaml.org/cache)
#17 61.04 -> retrieved sexplib0.v0.16.0  (https://opam.ocaml.org/cache)
#17 61.06 -> retrieved sqlite3.5.4.1  (https://opam.ocaml.org/cache)
#17 61.23 -> installed num.1.6
#17 61.26 -> retrieved stdlib-shims.0.3.0  (https://opam.ocaml.org/cache)
#17 61.28 -> retrieved stringext.1.6.0  (https://opam.ocaml.org/cache)
#17 61.52 -> retrieved tls.0.17.5, tls-lwt.0.17.5  (https://opam.ocaml.org/cache)
#17 61.65 -> retrieved topkg.1.1.1  (https://opam.ocaml.org/cache)
#17 61.69 -> retrieved tyxml.4.6.0  (https://opam.ocaml.org/cache)
#17 61.80 -> retrieved unstrctrd.0.4  (https://opam.ocaml.org/cache)
#17 61.92 -> retrieved uutf.1.0.4  (https://opam.ocaml.org/cache)
#17 62.07 -> retrieved x509.0.16.5  (https://opam.ocaml.org/cache)
#17 62.28 -> retrieved yojson.3.0.0  (https://opam.ocaml.org/cache)
#17 62.31 -> retrieved uri.4.4.0, uri-sexp.4.4.0  (https://opam.ocaml.org/cache)
#17 62.40 -> retrieved zarith.1.14  (https://opam.ocaml.org/cache)
#17 63.66 -> installed ocamlfind.1.9.8
#17 63.67 -> installed base-bytes.base
#17 63.67 -> installed seq.base
#17 67.35 -> installed zarith.1.14
#17 68.71 -> installed ocamlbuild.0.16.1
#17 74.00 -> installed topkg.1.1.1
#17 74.56 -> installed asetmap.0.8.1
#17 75.92 -> installed astring.0.8.5
#17 76.15 -> installed fmt.0.11.0
#17 77.20 -> installed fpath.0.7.3
#17 77.49 -> installed mtime.2.1.0
#17 78.17 -> installed rresult.0.7.0
#17 79.04 -> installed ptime.1.2.0
#17 79.43 -> installed uutf.1.0.4
#17 80.73 -> installed jsonm.1.0.2
#17 101.4 -> installed dune.3.24.1
#17 101.8 -> installed base64.3.5.2
#17 101.8 -> installed camlp-streams.5.0.1
#17 101.9 -> installed bstr.0.0.4
#17 102.1 -> installed csexp.1.5.2
#17 102.5 -> installed crunch.4.1.0
#17 102.7 -> installed cstruct.6.2.0
#17 103.1 -> installed cppo.1.8.0
#17 103.1 -> installed current_incr.0.6.1
#17 104.8 -> installed csv.2.4
#17 104.8 -> installed asn1-combinators.0.2.6
#17 104.8 -> installed domain-name.0.5.0
#17 105.0 -> installed duration.0.3.1
#17 105.1 -> installed easy-format.1.3.4
#17 105.3 -> installed gmap.0.3.0
#17 105.7 -> installed eqaf.0.9
#17 106.0 -> installed hex.1.5.0
#17 106.3 -> installed biniou.1.2.2
#17 106.5 -> installed http.6.0.0
#17 106.6 -> installed dune-configurator.3.24.1
#17 106.7 -> installed lwt-dllist.1.1.0
#17 106.8 -> installed ke.0.6
#17 107.0 -> installed macaddr.5.6.2
#17 107.3 -> installed menhirCST.20260209
#17 107.6 -> installed bigstringaf.0.10.0
#17 108.1 -> installed ipaddr.5.6.2
#17 108.3 -> installed magic-mime.1.3.1
#17 108.7 -> installed menhirGLR.20260209
#17 109.0 -> installed menhirSdk.20260209
#17 109.3 -> installed menhirLib.20260209
#17 111.0 -> installed ocaml-syntax-shims.1.0.0
#17 111.2 -> installed ocaml-compiler-libs.v0.12.4
#17 112.2 -> installed angstrom.0.16.1
#17 113.2 -> installed ocplib-endian.1.2
#17 113.7 -> installed pecu.0.7
#17 115.3 -> installed mirage-crypto.0.11.3
#17 115.6 -> installed ppx_derivers.1.2.1
#17 115.9 -> installed hkdf.1.0.4
#17 116.2 -> installed pbkdf.1.2.0
#17 117.3 -> installed prettym.0.0.5
#17 121.4 -> installed re.1.14.0
#17 121.5 -> installed result.1.5
#17 122.0 -> installed routes.2.0.0
#17 123.2 -> installed sexplib0.v0.16.0
#17 123.7 -> installed stdlib-shims.0.3.0
#17 125.3 -> installed lwt.6.1.2
#17 125.4 -> installed ezjsonm.1.3.0
#17 126.0 -> installed inotify.2.6
#17 126.8 -> installed integers.0.8.0
#17 128.6 -> installed logs.0.10.0
#17 130.8 -> installed menhir.20260209
#17 134.3 -> installed bos.0.3.0
#17 135.2 -> installed mirage-crypto-rng.0.11.3
#17 137.6 -> installed ctypes.0.24.0
#17 138.5 -> installed base.v0.16.5
#17 138.7 -> installed parsexp.v0.16.0
#17 140.0 -> installed mirage-crypto-pk.0.11.3
#17 140.4 -> installed mirage-crypto-rng-lwt.0.11.3
#17 141.1 -> installed ctypes-foreign.0.24.0
#17 141.7 -> installed prometheus.1.3
#17 141.8 -> installed cf.0.5.0
#17 142.4 -> installed session.0.5.0
#17 142.5 -> installed cf-lwt.0.5.0
#17 142.7 -> installed fsevents.0.3.0
#17 145.1 -> installed sexplib.v0.16.0
#17 145.2 -> installed fsevents-lwt.0.3.0
#17 146.4 -> installed dune-compiledb.0.6.0
#17 147.4 -> installed irmin-watcher.0.5.0
#17 149.4 -> installed sqlite3.5.4.1
#17 149.8 -> installed stringext.1.6.0
#17 152.5 -> installed mirage-crypto-ec.0.11.3
#17 153.3 -> installed unstrctrd.0.4
#17 155.2 -> installed tyxml.4.6.0
#17 155.4 -> installed uri.4.4.0
#17 155.9 -> installed ansi.0.7.0
#17 156.7 -> installed multipart_form.0.8.0
#17 158.6 -> installed x509.0.16.5
#17 158.9 -> installed multipart_form-lwt.0.8.0
#17 159.2 -> installed yojson.3.0.0
#17 159.6 -> installed ca-certs.0.2.3
#17 163.5 -> installed tls.0.17.5
#17 164.3 -> installed atdgen-runtime.4.2.0
#17 164.5 -> installed atd.4.2.0
#17 164.7 -> installed tls-lwt.0.17.5
#17 166.3 -> installed atdgen.4.2.0
#17 168.0 -> installed ppxlib.0.35.0
#17 174.1 -> installed ppx_sexp_conv.v0.16.0
#17 174.3 -> installed github-data.4.5.1
#17 174.7 -> installed ppx_deriving.6.0.3
#17 175.4 -> installed uri-sexp.4.4.0
#17 175.6 -> installed ipaddr-sexp.5.6.2
#17 177.7 -> installed ppx_deriving_yojson.3.9.1
#17 178.6 -> installed current.0.7.5
#17 179.1 -> installed cohttp.6.0.0
#17 179.6 -> installed conduit.6.2.3
#17 179.8 -> installed session-cohttp.0.5.0
#17 180.5 -> installed current_git.0.7.5
#17 181.3 -> installed cohttp-lwt.6.0.0
#17 181.4 -> installed conduit-lwt.6.2.3
#17 181.7 -> installed session-cohttp-lwt.0.5.0
#17 182.6 -> installed github.4.5.1
#17 183.0 -> installed current_docker.0.7.5
#17 183.5 -> installed conduit-lwt-unix.6.2.3
#17 184.9 -> installed cohttp-lwt-unix.6.0.0
#17 185.5 -> installed current_slack.0.7.5
#17 185.5 -> installed prometheus-app.1.3
#17 189.6 -> installed current_web.0.7.5
#17 190.4 -> installed github-unix.4.5.1
#17 192.3 -> installed current_github.0.7.5
#17 195.8 Done.
#17 195.8 
#17 195.8 <><> hkdf.1.0.4 installed successfully ><><><><><><><><><><><><><><><><><><><><>
#17 195.8 => Note: This package is deprecated.
#17 195.8 # To update the current shell environment, run: eval $(opam env)
#17 DONE 198.3s

#18 [build  9/10] COPY --chown=opam:opam . .
#18 DONE 0.3s

#19 [build 10/10] RUN opam exec -- dune build @install --profile=release
#19 DONE 6.6s

#20 [stage-1 4/5] COPY --from=build /home/opam/_build/install/default/bin/deployer /bin/deployer
#20 DONE 0.2s

#21 [stage-1 5/5] WORKDIR /var/lib/ocurrent
#21 DONE 0.1s

#22 exporting to image
#22 exporting layers
#22 exporting layers 1.0s done
#22 writing image sha256:671aaf0e4cacd008745bca7ad5ee8b09799b826826efc7c9db07c0dc058b472b done
#22 DONE 1.0s
2026-08-11 10:20.48: Job succeeded