Build:
  1. 0
2026-02-27 10:35.18: New job: Build Dockerfile.web using linux-arm64 in
                                [https://github.com/ocurrent/ocaml-ci.git#refs/heads/live-engine (9ed18a690805114206cb372c028260874da38b6d)]
2026-02-27 10:35.18: Using cache hint "https://github.com/ocurrent/ocaml-ci.git-Dockerfile.web"
2026-02-27 10:35.18: Waiting for resource in pool OCluster
2026-02-27 10:35.18: Waiting for worker…
2026-02-27 10:36.45: Got resource from pool OCluster
Building on okypous.caelum.ci.dev
All commits already cached
Submodule path 'ocaml-dockerfile': checked out '57ed58f00ac0f458ca75db31d87f3bef9b5577f7'
Submodule path 'ocaml-version': checked out '3bb1c5d559d7a0f22954919f0ada769850bdeb0a'
Submodule path 'ocluster': checked out 'ba26623c6bca8b917c4252fa9739313fb14692ea'
Submodule path 'ocurrent': checked out '6754be6622f22e1fc19bfdbad43c16cd90a6f036'
Submodule path 'solver-service': checked out 'f14bc6fdb22c1cef45bb3d3589bd778f4d6c8196'
HEAD is now at 9ed18a6 Revert mkdir src
Synchronizing submodule url for 'ocaml-dockerfile'
Synchronizing submodule url for 'ocaml-version'
Synchronizing submodule url for 'ocluster'
Synchronizing submodule url for 'ocurrent'
Synchronizing submodule url for 'solver-service'
Cleared directory 'ocaml-dockerfile'
Submodule 'ocaml-dockerfile' (https://github.com/ocurrent/ocaml-dockerfile.git) unregistered for path 'ocaml-dockerfile'
Cleared directory 'ocaml-version'
Submodule 'ocaml-version' (https://github.com/ocurrent/ocaml-version.git) unregistered for path 'ocaml-version'
Cleared directory 'ocluster'
Submodule 'ocluster' (https://github.com/ocurrent/ocluster.git) unregistered for path 'ocluster'
Cleared directory 'ocurrent'
Submodule 'ocurrent' (https://github.com/ocurrent/ocurrent.git) unregistered for path 'ocurrent'
Cleared directory 'solver-service'
Submodule 'solver-service' (https://github.com/ocurrent/solver-service.git) unregistered for path 'solver-service'
Submodule 'ocaml-dockerfile' (https://github.com/ocurrent/ocaml-dockerfile.git) registered for path 'ocaml-dockerfile'
Submodule 'ocaml-version' (https://github.com/ocurrent/ocaml-version.git) registered for path 'ocaml-version'
Submodule 'ocluster' (https://github.com/ocurrent/ocluster.git) registered for path 'ocluster'
Submodule 'ocurrent' (https://github.com/ocurrent/ocurrent.git) registered for path 'ocurrent'
Submodule 'solver-service' (https://github.com/ocurrent/solver-service.git) registered for path 'solver-service'
Submodule path 'ocaml-dockerfile': checked out '57ed58f00ac0f458ca75db31d87f3bef9b5577f7'
Submodule path 'ocaml-version': checked out '3bb1c5d559d7a0f22954919f0ada769850bdeb0a'
Submodule path 'ocluster': checked out 'ba26623c6bca8b917c4252fa9739313fb14692ea'
Submodule path 'ocluster/obuilder': checked out 'bc6eca86e5624b32ca58fb0b5e43e7e15f188f58'
Submodule path 'ocurrent': checked out '6754be6622f22e1fc19bfdbad43c16cd90a6f036'
Submodule path 'solver-service': checked out 'f14bc6fdb22c1cef45bb3d3589bd778f4d6c8196'
#0 building with "default" instance using docker driver

#1 [internal] load build definition from Dockerfile.web
#1 DONE 0.0s

#1 [internal] load build definition from Dockerfile.web
#1 transferring dockerfile: 2.81kB done
#1 DONE 0.0s

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

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

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

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

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

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

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

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

#9 [build  1/15] FROM docker.io/ocaml/opam:debian-12-ocaml-4.14@sha256:3a20cb4ea22aa4f9b864a54e1a81bdf80fe7e37e061654ac6614d0e7c0ac2964
#9 DONE 0.0s

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

#11 [build  2/15] RUN sudo ln -sf /usr/bin/opam-2.3 /usr/bin/opam && opam init --reinit -ni
#11 CACHED

#12 [build  3/15] RUN sudo rm -f /etc/apt/apt.conf.d/docker-clean; echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' | sudo tee /etc/apt/apt.conf.d/keep-cache
#12 CACHED

#13 [internal] load build context
#13 transferring context: 11.11MB 0.2s done
#13 DONE 0.2s

#14 [build  4/15] RUN --mount=type=cache,target=/var/cache/apt,sharing=locked     --mount=type=cache,target=/var/lib/apt,sharing=locked     sudo apt update && sudo apt-get --no-install-recommends install -y     capnproto     libev-dev     libffi-dev     libgmp-dev     libsqlite3-dev     libssl-dev     m4     pkg-config
#14 0.227 
#14 0.227 WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
#14 0.227 
#14 ...

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

#14 [build  4/15] RUN --mount=type=cache,target=/var/cache/apt,sharing=locked     --mount=type=cache,target=/var/lib/apt,sharing=locked     sudo apt update && sudo apt-get --no-install-recommends install -y     capnproto     libev-dev     libffi-dev     libgmp-dev     libsqlite3-dev     libssl-dev     m4     pkg-config
#14 0.275 Hit:1 http://deb.debian.org/debian bookworm InRelease
#14 0.275 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
#14 0.275 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
#14 0.584 Reading package lists...
#14 1.245 Building dependency tree...
#14 1.403 Reading state information...
#14 1.423 3 packages can be upgraded. Run 'apt list --upgradable' to see them.
#14 1.444 Reading package lists...
#14 1.461 Building dependency tree...
#14 1.608 Reading state information...
#14 1.805 The following additional packages will be installed:
#14 1.807   libcapnp-0.9.2 libev4 libgmpxx4ldbl libpkgconf3 pkgconf pkgconf-bin
#14 1.809 Suggested packages:
#14 1.809   gmp-doc libgmp10-doc libmpfr-dev sqlite3-doc libssl-doc m4-doc
#14 1.910 The following NEW packages will be installed:
#14 1.911   capnproto libcapnp-0.9.2 libev-dev libev4 libffi-dev libgmp-dev
#14 1.911   libgmpxx4ldbl libpkgconf3 libsqlite3-dev libssl-dev m4 pkg-config pkgconf
#14 1.911   pkgconf-bin
#14 2.081 debconf: delaying package configuration, since apt-utils is not installed
#14 2.123 0 upgraded, 14 newly installed, 0 to remove and 3 not upgraded.
#14 2.123 Need to get 0 B/6209 kB of archives.
#14 2.123 After this operation, 26.3 MB of additional disk space will be used.
#14 2.143 Selecting previously unselected package libcapnp-0.9.2:arm64.
#14 2.143 (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 ... 18778 files and directories currently installed.)
#14 2.190 Preparing to unpack .../00-libcapnp-0.9.2_0.9.2-2_arm64.deb ...
#14 2.191 Unpacking libcapnp-0.9.2:arm64 (0.9.2-2) ...
#14 2.293 Selecting previously unselected package capnproto.
#14 2.295 Preparing to unpack .../01-capnproto_0.9.2-2_arm64.deb ...
#14 2.296 Unpacking capnproto (0.9.2-2) ...
#14 2.345 Selecting previously unselected package libev4:arm64.
#14 2.348 Preparing to unpack .../02-libev4_1%3a4.33-1_arm64.deb ...
#14 2.349 Unpacking libev4:arm64 (1:4.33-1) ...
#14 2.372 Selecting previously unselected package libev-dev:arm64.
#14 2.375 Preparing to unpack .../03-libev-dev_1%3a4.33-1_arm64.deb ...
#14 2.376 Unpacking libev-dev:arm64 (1:4.33-1) ...
#14 2.403 Selecting previously unselected package libffi-dev:arm64.
#14 2.407 Preparing to unpack .../04-libffi-dev_3.4.4-1_arm64.deb ...
#14 2.408 Unpacking libffi-dev:arm64 (3.4.4-1) ...
#14 2.437 Selecting previously unselected package libgmpxx4ldbl:arm64.
#14 2.440 Preparing to unpack .../05-libgmpxx4ldbl_2%3a6.2.1+dfsg1-1.1_arm64.deb ...
#14 2.441 Unpacking libgmpxx4ldbl:arm64 (2:6.2.1+dfsg1-1.1) ...
#14 2.469 Selecting previously unselected package libgmp-dev:arm64.
#14 2.473 Preparing to unpack .../06-libgmp-dev_2%3a6.2.1+dfsg1-1.1_arm64.deb ...
#14 2.473 Unpacking libgmp-dev:arm64 (2:6.2.1+dfsg1-1.1) ...
#14 2.517 Selecting previously unselected package libpkgconf3:arm64.
#14 2.521 Preparing to unpack .../07-libpkgconf3_1.8.1-1_arm64.deb ...
#14 2.521 Unpacking libpkgconf3:arm64 (1.8.1-1) ...
#14 2.550 Selecting previously unselected package libsqlite3-dev:arm64.
#14 2.554 Preparing to unpack .../08-libsqlite3-dev_3.40.1-2+deb12u2_arm64.deb ...
#14 2.554 Unpacking libsqlite3-dev:arm64 (3.40.1-2+deb12u2) ...
#14 2.632 Selecting previously unselected package libssl-dev:arm64.
#14 2.636 Preparing to unpack .../09-libssl-dev_3.0.18-1~deb12u2_arm64.deb ...
#14 2.636 Unpacking libssl-dev:arm64 (3.0.18-1~deb12u2) ...
#14 2.807 Selecting previously unselected package m4.
#14 2.810 Preparing to unpack .../10-m4_1.4.19-3_arm64.deb ...
#14 2.811 Unpacking m4 (1.4.19-3) ...
#14 2.869 Selecting previously unselected package pkgconf-bin.
#14 2.873 Preparing to unpack .../11-pkgconf-bin_1.8.1-1_arm64.deb ...
#14 2.874 Unpacking pkgconf-bin (1.8.1-1) ...
#14 2.899 Selecting previously unselected package pkgconf:arm64.
#14 2.903 Preparing to unpack .../12-pkgconf_1.8.1-1_arm64.deb ...
#14 2.906 Unpacking pkgconf:arm64 (1.8.1-1) ...
#14 2.933 Selecting previously unselected package pkg-config:arm64.
#14 2.936 Preparing to unpack .../13-pkg-config_1.8.1-1_arm64.deb ...
#14 2.939 Unpacking pkg-config:arm64 (1.8.1-1) ...
#14 2.967 Setting up libev4:arm64 (1:4.33-1) ...
#14 2.969 Setting up m4 (1.4.19-3) ...
#14 2.970 Setting up libffi-dev:arm64 (3.4.4-1) ...
#14 2.972 Setting up libpkgconf3:arm64 (1.8.1-1) ...
#14 2.973 Setting up libgmpxx4ldbl:arm64 (2:6.2.1+dfsg1-1.1) ...
#14 2.975 Setting up libsqlite3-dev:arm64 (3.40.1-2+deb12u2) ...
#14 2.976 Setting up libssl-dev:arm64 (3.0.18-1~deb12u2) ...
#14 2.978 Setting up pkgconf-bin (1.8.1-1) ...
#14 2.979 Setting up libcapnp-0.9.2:arm64 (0.9.2-2) ...
#14 2.981 Setting up libev-dev:arm64 (1:4.33-1) ...
#14 2.982 Setting up libgmp-dev:arm64 (2:6.2.1+dfsg1-1.1) ...
#14 2.983 Setting up pkgconf:arm64 (1.8.1-1) ...
#14 2.985 Setting up capnproto (0.9.2-2) ...
#14 2.986 Setting up pkg-config:arm64 (1.8.1-1) ...
#14 2.989 Processing triggers for libc-bin (2.36-9+deb12u13) ...
#14 DONE 3.3s

#15 [stage-1  3/12] RUN --mount=type=cache,target=/var/cache/apt,sharing=locked     --mount=type=cache,target=/var/lib/apt,sharing=locked     apt update && apt-get --no-install-recommends install -y     ca-certificates     curl     dumb-init     jq     libev4     libsqlite3-dev
#15 3.590 
#15 3.590 WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
#15 3.590 
#15 3.633 Hit:1 http://deb.debian.org/debian bookworm InRelease
#15 3.633 Hit:2 http://deb.debian.org/debian bookworm-updates InRelease
#15 3.633 Hit:3 http://deb.debian.org/debian-security bookworm-security InRelease
#15 3.928 Reading package lists...
#15 4.651 Building dependency tree...
#15 4.860 Reading state information...
#15 4.889 All packages are up to date.
#15 4.905 Reading package lists...
#15 4.923 Building dependency tree...
#15 5.175 Reading state information...
#15 5.600 The following additional packages will be installed:
#15 5.600   libbrotli1 libc-dev-bin libc6-dev libcrypt-dev libcurl4 libgssapi-krb5-2
#15 5.600   libjq1 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.5-0
#15 5.601   libnghttp2-14 libnsl-dev libnsl2 libonig5 libpsl5 librtmp1 libsasl2-2
#15 5.601   libsasl2-modules-db libsqlite3-0 libssh2-1 libssl3 libtirpc-common
#15 5.603   libtirpc-dev libtirpc3 linux-libc-dev openssl rpcsvc-proto
#15 5.606 Suggested packages:
#15 5.606   glibc-doc manpages-dev krb5-doc krb5-user sqlite3-doc
#15 5.606 Recommended packages:
#15 5.606   manpages manpages-dev libc-devtools krb5-locales libldap-common publicsuffix
#15 5.606   libsasl2-modules
#15 5.847 The following NEW packages will be installed:
#15 5.848   ca-certificates curl dumb-init jq libbrotli1 libc-dev-bin libc6-dev
#15 5.848   libcrypt-dev libcurl4 libev4 libgssapi-krb5-2 libjq1 libk5crypto3
#15 5.848   libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.5-0 libnghttp2-14
#15 5.848   libnsl-dev libnsl2 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db
#15 5.848   libsqlite3-0 libsqlite3-dev libssh2-1 libssl3 libtirpc-common libtirpc-dev
#15 5.849   libtirpc3 linux-libc-dev openssl rpcsvc-proto
#15 5.884 0 upgraded, 35 newly installed, 0 to remove and 0 not upgraded.
#15 5.884 Need to get 362 kB/11.9 MB of archives.
#15 5.884 After this operation, 39.9 MB of additional disk space will be used.
#15 5.884 Get:1 http://deb.debian.org/debian bookworm/main arm64 libonig5 arm64 6.9.8-1 [179 kB]
#15 5.893 Get:2 http://deb.debian.org/debian bookworm/main arm64 libjq1 arm64 1.6-2.1+deb12u1 [120 kB]
#15 5.910 Get:3 http://deb.debian.org/debian bookworm/main arm64 jq arm64 1.6-2.1+deb12u1 [63.3 kB]
#15 6.063 debconf: delaying package configuration, since apt-utils is not installed
#15 6.109 Fetched 362 kB in 0s (7349 kB/s)
#15 6.127 Selecting previously unselected package libssl3:arm64.
#15 6.127 (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 ... 6090 files and directories currently installed.)
#15 6.135 Preparing to unpack .../00-libssl3_3.0.18-1~deb12u2_arm64.deb ...
#15 6.136 Unpacking libssl3:arm64 (3.0.18-1~deb12u2) ...
#15 6.256 Selecting previously unselected package openssl.
#15 6.256 Preparing to unpack .../01-openssl_3.0.18-1~deb12u2_arm64.deb ...
#15 6.257 Unpacking openssl (3.0.18-1~deb12u2) ...
#15 6.361 Selecting previously unselected package ca-certificates.
#15 6.363 Preparing to unpack .../02-ca-certificates_20230311+deb12u1_all.deb ...
#15 6.364 Unpacking ca-certificates (20230311+deb12u1) ...
#15 6.407 Selecting previously unselected package libbrotli1:arm64.
#15 6.408 Preparing to unpack .../03-libbrotli1_1.0.9-2+b6_arm64.deb ...
#15 6.411 Unpacking libbrotli1:arm64 (1.0.9-2+b6) ...
#15 6.456 Selecting previously unselected package libkrb5support0:arm64.
#15 6.457 Preparing to unpack .../04-libkrb5support0_1.20.1-2+deb12u4_arm64.deb ...
#15 6.459 Unpacking libkrb5support0:arm64 (1.20.1-2+deb12u4) ...
#15 6.494 Selecting previously unselected package libk5crypto3:arm64.
#15 6.497 Preparing to unpack .../05-libk5crypto3_1.20.1-2+deb12u4_arm64.deb ...
#15 6.498 Unpacking libk5crypto3:arm64 (1.20.1-2+deb12u4) ...
#15 6.550 Selecting previously unselected package libkeyutils1:arm64.
#15 6.551 Preparing to unpack .../06-libkeyutils1_1.6.3-2_arm64.deb ...
#15 6.553 Unpacking libkeyutils1:arm64 (1.6.3-2) ...
#15 6.586 Selecting previously unselected package libkrb5-3:arm64.
#15 6.588 Preparing to unpack .../07-libkrb5-3_1.20.1-2+deb12u4_arm64.deb ...
#15 6.589 Unpacking libkrb5-3:arm64 (1.20.1-2+deb12u4) ...
#15 6.664 Selecting previously unselected package libgssapi-krb5-2:arm64.
#15 6.666 Preparing to unpack .../08-libgssapi-krb5-2_1.20.1-2+deb12u4_arm64.deb ...
#15 6.666 Unpacking libgssapi-krb5-2:arm64 (1.20.1-2+deb12u4) ...
#15 6.707 Selecting previously unselected package libsasl2-modules-db:arm64.
#15 6.708 Preparing to unpack .../09-libsasl2-modules-db_2.1.28+dfsg-10_arm64.deb ...
#15 6.709 Unpacking libsasl2-modules-db:arm64 (2.1.28+dfsg-10) ...
#15 6.738 Selecting previously unselected package libsasl2-2:arm64.
#15 6.739 Preparing to unpack .../10-libsasl2-2_2.1.28+dfsg-10_arm64.deb ...
#15 6.741 Unpacking libsasl2-2:arm64 (2.1.28+dfsg-10) ...
#15 6.772 Selecting previously unselected package libldap-2.5-0:arm64.
#15 6.773 Preparing to unpack .../11-libldap-2.5-0_2.5.13+dfsg-5_arm64.deb ...
#15 6.774 Unpacking libldap-2.5-0:arm64 (2.5.13+dfsg-5) ...
#15 6.806 Selecting previously unselected package libnghttp2-14:arm64.
#15 6.810 Preparing to unpack .../12-libnghttp2-14_1.52.0-1+deb12u2_arm64.deb ...
#15 6.811 Unpacking libnghttp2-14:arm64 (1.52.0-1+deb12u2) ...
#15 6.845 Selecting previously unselected package libpsl5:arm64.
#15 6.847 Preparing to unpack .../13-libpsl5_0.21.2-1_arm64.deb ...
#15 6.848 Unpacking libpsl5:arm64 (0.21.2-1) ...
#15 6.876 Selecting previously unselected package librtmp1:arm64.
#15 6.878 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_arm64.deb ...
#15 6.879 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ...
#15 6.902 Selecting previously unselected package libssh2-1:arm64.
#15 6.904 Preparing to unpack .../15-libssh2-1_1.10.0-3+b1_arm64.deb ...
#15 6.905 Unpacking libssh2-1:arm64 (1.10.0-3+b1) ...
#15 6.944 Selecting previously unselected package libcurl4:arm64.
#15 6.944 Preparing to unpack .../16-libcurl4_7.88.1-10+deb12u14_arm64.deb ...
#15 6.945 Unpacking libcurl4:arm64 (7.88.1-10+deb12u14) ...
#15 7.004 Selecting previously unselected package curl.
#15 7.006 Preparing to unpack .../17-curl_7.88.1-10+deb12u14_arm64.deb ...
#15 7.007 Unpacking curl (7.88.1-10+deb12u14) ...
#15 7.050 Selecting previously unselected package dumb-init.
#15 7.052 Preparing to unpack .../18-dumb-init_1.2.5-2_arm64.deb ...
#15 7.054 Unpacking dumb-init (1.2.5-2) ...
#15 7.077 Selecting previously unselected package libonig5:arm64.
#15 7.079 Preparing to unpack .../19-libonig5_6.9.8-1_arm64.deb ...
#15 7.079 Unpacking libonig5:arm64 (6.9.8-1) ...
#15 7.118 Selecting previously unselected package libjq1:arm64.
#15 7.120 Preparing to unpack .../20-libjq1_1.6-2.1+deb12u1_arm64.deb ...
#15 7.121 Unpacking libjq1:arm64 (1.6-2.1+deb12u1) ...
#15 7.156 Selecting previously unselected package jq.
#15 7.158 Preparing to unpack .../21-jq_1.6-2.1+deb12u1_arm64.deb ...
#15 7.159 Unpacking jq (1.6-2.1+deb12u1) ...
#15 7.188 Selecting previously unselected package libc-dev-bin.
#15 7.188 Preparing to unpack .../22-libc-dev-bin_2.36-9+deb12u13_arm64.deb ...
#15 7.189 Unpacking libc-dev-bin (2.36-9+deb12u13) ...
#15 7.212 Selecting previously unselected package linux-libc-dev:arm64.
#15 7.213 Preparing to unpack .../23-linux-libc-dev_6.1.162-1_arm64.deb ...
#15 7.216 Unpacking linux-libc-dev:arm64 (6.1.162-1) ...
#15 7.409 Selecting previously unselected package libcrypt-dev:arm64.
#15 7.412 Preparing to unpack .../24-libcrypt-dev_1%3a4.4.33-2_arm64.deb ...
#15 7.421 Unpacking libcrypt-dev:arm64 (1:4.4.33-2) ...
#15 7.458 Selecting previously unselected package libtirpc-common.
#15 7.460 Preparing to unpack .../25-libtirpc-common_1.3.3+ds-1_all.deb ...
#15 7.460 Unpacking libtirpc-common (1.3.3+ds-1) ...
#15 7.485 Selecting previously unselected package libtirpc3:arm64.
#15 7.487 Preparing to unpack .../26-libtirpc3_1.3.3+ds-1_arm64.deb ...
#15 7.488 Unpacking libtirpc3:arm64 (1.3.3+ds-1) ...
#15 7.517 Selecting previously unselected package libnsl2:arm64.
#15 7.519 Preparing to unpack .../27-libnsl2_1.3.0-2_arm64.deb ...
#15 7.521 Unpacking libnsl2:arm64 (1.3.0-2) ...
#15 7.549 Selecting previously unselected package libtirpc-dev:arm64.
#15 7.550 Preparing to unpack .../28-libtirpc-dev_1.3.3+ds-1_arm64.deb ...
#15 7.551 Unpacking libtirpc-dev:arm64 (1.3.3+ds-1) ...
#15 7.592 Selecting previously unselected package libnsl-dev:arm64.
#15 7.594 Preparing to unpack .../29-libnsl-dev_1.3.0-2_arm64.deb ...
#15 7.595 Unpacking libnsl-dev:arm64 (1.3.0-2) ...
#15 7.624 Selecting previously unselected package rpcsvc-proto.
#15 7.626 Preparing to unpack .../30-rpcsvc-proto_1.4.3-1_arm64.deb ...
#15 7.626 Unpacking rpcsvc-proto (1.4.3-1) ...
#15 7.656 Selecting previously unselected package libc6-dev:arm64.
#15 7.658 Preparing to unpack .../31-libc6-dev_2.36-9+deb12u13_arm64.deb ...
#15 7.658 Unpacking libc6-dev:arm64 (2.36-9+deb12u13) ...
#15 7.792 Selecting previously unselected package libev4:arm64.
#15 7.794 Preparing to unpack .../32-libev4_1%3a4.33-1_arm64.deb ...
#15 7.795 Unpacking libev4:arm64 (1:4.33-1) ...
#15 7.816 Selecting previously unselected package libsqlite3-0:arm64.
#15 7.818 Preparing to unpack .../33-libsqlite3-0_3.40.1-2+deb12u2_arm64.deb ...
#15 7.819 Unpacking libsqlite3-0:arm64 (3.40.1-2+deb12u2) ...
#15 7.881 Selecting previously unselected package libsqlite3-dev:arm64.
#15 7.881 Preparing to unpack .../34-libsqlite3-dev_3.40.1-2+deb12u2_arm64.deb ...
#15 7.881 Unpacking libsqlite3-dev:arm64 (3.40.1-2+deb12u2) ...
#15 7.973 Setting up dumb-init (1.2.5-2) ...
#15 7.973 Setting up libkeyutils1:arm64 (1.6.3-2) ...
#15 7.973 Setting up libpsl5:arm64 (0.21.2-1) ...
#15 7.973 Setting up libtirpc-common (1.3.3+ds-1) ...
#15 7.973 Setting up libev4:arm64 (1:4.33-1) ...
#15 7.975 Setting up libbrotli1:arm64 (1.0.9-2+b6) ...
#15 7.979 Setting up libsqlite3-0:arm64 (3.40.1-2+deb12u2) ...
#15 7.980 Setting up libssl3:arm64 (3.0.18-1~deb12u2) ...
#15 7.982 Setting up libnghttp2-14:arm64 (1.52.0-1+deb12u2) ...
#15 7.986 Setting up linux-libc-dev:arm64 (6.1.162-1) ...
#15 7.986 Setting up libkrb5support0:arm64 (1.20.1-2+deb12u4) ...
#15 7.988 Setting up libsasl2-modules-db:arm64 (2.1.28+dfsg-10) ...
#15 7.989 Setting up rpcsvc-proto (1.4.3-1) ...
#15 7.991 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ...
#15 7.992 Setting up libk5crypto3:arm64 (1.20.1-2+deb12u4) ...
#15 7.994 Setting up libsasl2-2:arm64 (2.1.28+dfsg-10) ...
#15 7.995 Setting up libcrypt-dev:arm64 (1:4.4.33-2) ...
#15 8.004 Setting up libssh2-1:arm64 (1.10.0-3+b1) ...
#15 8.006 Setting up libkrb5-3:arm64 (1.20.1-2+deb12u4) ...
#15 8.008 Setting up libc-dev-bin (2.36-9+deb12u13) ...
#15 8.009 Setting up openssl (3.0.18-1~deb12u2) ...
#15 8.013 Setting up libonig5:arm64 (6.9.8-1) ...
#15 8.015 Setting up libjq1:arm64 (1.6-2.1+deb12u1) ...
#15 8.017 Setting up libldap-2.5-0:arm64 (2.5.13+dfsg-5) ...
#15 8.018 Setting up ca-certificates (20230311+deb12u1) ...
#15 8.099 debconf: unable to initialize frontend: Dialog
#15 8.099 debconf: (TERM is not set, so the dialog frontend is not usable.)
#15 8.099 debconf: falling back to frontend: Readline
#15 8.100 debconf: unable to initialize frontend: Readline
#15 8.100 debconf: (Can't locate Term/ReadLine.pm in @INC (you may need to install the Term::ReadLine module) (@INC contains: /etc/perl /usr/local/lib/aarch64-linux-gnu/perl/5.36.0 /usr/local/share/perl/5.36.0 /usr/lib/aarch64-linux-gnu/perl5/5.36 /usr/share/perl5 /usr/lib/aarch64-linux-gnu/perl-base /usr/lib/aarch64-linux-gnu/perl/5.36 /usr/share/perl/5.36 /usr/local/lib/site_perl) at /usr/share/perl5/Debconf/FrontEnd/Readline.pm line 7.)
#15 8.100 debconf: falling back to frontend: Teletype
#15 8.893 Updating certificates in /etc/ssl/certs...
#15 9.906 142 added, 0 removed; done.
#15 9.933 Setting up libgssapi-krb5-2:arm64 (1.20.1-2+deb12u4) ...
#15 9.934 Setting up jq (1.6-2.1+deb12u1) ...
#15 9.936 Setting up libcurl4:arm64 (7.88.1-10+deb12u14) ...
#15 9.938 Setting up curl (7.88.1-10+deb12u14) ...
#15 9.940 Setting up libtirpc3:arm64 (1.3.3+ds-1) ...
#15 9.943 Setting up libtirpc-dev:arm64 (1.3.3+ds-1) ...
#15 9.944 Setting up libnsl2:arm64 (1.3.0-2) ...
#15 9.946 Setting up libnsl-dev:arm64 (1.3.0-2) ...
#15 9.948 Setting up libc6-dev:arm64 (2.36-9+deb12u13) ...
#15 9.950 Setting up libsqlite3-dev:arm64 (3.40.1-2+deb12u2) ...
#15 9.952 Processing triggers for libc-bin (2.36-9+deb12u13) ...
#15 9.967 Processing triggers for ca-certificates (20230311+deb12u1) ...
#15 9.972 Updating certificates in /etc/ssl/certs...
#15 10.79 0 added, 0 removed; done.
#15 10.79 Running hooks in /etc/ca-certificates/update.d...
#15 10.80 done.
#15 DONE 11.0s

#16 [build  5/15] RUN cd ~/opam-repository && git fetch -q origin master && git reset --hard a6b2f19780b2edfc4e5dba2566235c877dbf5acd && opam update
#16 12.99 Updating files:  11% (2308/19420)
Updating files:  12% (2331/19420)
Updating files:  13% (2525/19420)
Updating files:  14% (2719/19420)
Updating files:  15% (2913/19420)
Updating files:  16% (3108/19420)
Updating files:  17% (3302/19420)
Updating files:  18% (3496/19420)
Updating files:  19% (3690/19420)
Updating files:  20% (3884/19420)
Updating files:  21% (4079/19420)
Updating files:  22% (4273/19420)
Updating files:  23% (4467/19420)
Updating files:  24% (4661/19420)
Updating files:  25% (4855/19420)
Updating files:  25% (4973/19420)
Updating files:  26% (5050/19420)
Updating files:  27% (5244/19420)
Updating files:  28% (5438/19420)
Updating files:  29% (5632/19420)
Updating files:  30% (5826/19420)
Updating files:  31% (6021/19420)
Updating files:  32% (6215/19420)
Updating files:  33% (6409/19420)
Updating files:  34% (6603/19420)
Updating files:  35% (6797/19420)
Updating files:  36% (6992/19420)
Updating files:  37% (7186/19420)
Updating files:  38% (7380/19420)
Updating files:  39% (7574/19420)
Updating files:  39% (7749/19420)
Updating files:  40% (7768/19420)
Updating files:  41% (7963/19420)
Updating files:  42% (8157/19420)
Updating files:  43% (8351/19420)
Updating files:  44% (8545/19420)
Updating files:  45% (8739/19420)
Updating files:  46% (8934/19420)
Updating files:  47% (9128/19420)
Updating files:  48% (9322/19420)
Updating files:  49% (9516/19420)
Updating files:  50% (9710/19420)
Updating files:  51% (9905/19420)
Updating files:  52% (10099/19420)
Updating files:  52% (10270/19420)
Updating files:  53% (10293/19420)
Updating files:  54% (10487/19420)
Updating files:  55% (10681/19420)
Updating files:  56% (10876/19420)
Updating files:  57% (11070/19420)
Updating files:  58% (11264/19420)
Updating files:  59% (11458/19420)
Updating files:  60% (11652/19420)
Updating files:  61% (11847/19420)
Updating files:  62% (12041/19420)
Updating files:  63% (12235/19420)
Updating files:  64% (12429/19420)
Updating files:  65% (12623/19420)
Updating files:  66% (12818/19420)
Updating files:  66% (12939/19420)
Updating files:  67% (13012/19420)
Updating files:  68% (13206/19420)
Updating files:  69% (13400/19420)
Updating files:  70% (13594/19420)
Updating files:  71% (13789/19420)
Updating files:  72% (13983/19420)
Updating files:  73% (14177/19420)
Updating files:  74% (14371/19420)
Updating files:  75% (14565/19420)
Updating files:  76% (14760/19420)
Updating files:  77% (14954/19420)
Updating files:  78% (15148/19420)
Updating files:  78% (15200/19420)
Updating files:  79% (15342/19420)
Updating files:  80% (15536/19420)
Updating files:  81% (15731/19420)
Updating files:  82% (15925/19420)
Updating files:  83% (16119/19420)
Updating files:  84% (16313/19420)
Updating files:  85% (16507/19420)
Updating files:  86% (16702/19420)
Updating files:  87% (16896/19420)
Updating files:  88% (17090/19420)
Updating files:  89% (17284/19420)
Updating files:  90% (17478/19420)
Updating files:  91% (17673/19420)
Updating files:  92% (17867/19420)
Updating files:  93% (18061/19420)
Updating files:  93% (18150/19420)
Updating files:  94% (18255/19420)
Updating files:  95% (18449/19420)
Updating files:  96% (18644/19420)
Updating files:  97% (18838/19420)
Updating files:  98% (19032/19420)
Updating files:  99% (19226/19420)
Updating files: 100% (19420/19420)
Updating files: 100% (19420/19420), done.
#16 19.63 HEAD is now at a6b2f19780 Merge pull request #29201 from lindig/fit
#16 20.17 
#16 20.17 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
#16 24.41 [default] synchronised from git+file:///home/opam/opam-repository
#16 36.31 Now run 'opam upgrade' to apply any package updates.
#16 DONE 36.9s

#17 [build  6/15] COPY --chown=opam --link     ocurrent/current_rpc.opam     /src/ocurrent/
#17 DONE 0.1s

#18 [build  7/15] COPY --chown=opam --link     solver-service/solver-service.opam     solver-service/solver-worker.opam     solver-service/solver-service-api.opam     /src/solver-service/
#18 DONE 0.1s

#19 [build  8/15] WORKDIR /src
#19 DONE 0.0s

#20 [build  9/15] RUN echo '(lang dune 3.0)' |     tee solver-service/dune-project |     tee ocurrent/dune-project |     tee ./dune-project
#20 0.231 (lang dune 3.0)
#20 DONE 0.3s

#21 [build 10/15] RUN opam pin -yn add ./ocurrent
#21 1.671 current_rpc is now pinned to file:///src/ocurrent (version 0.7.2)
#21 DONE 1.7s

#22 [build 11/15] RUN opam pin -yn add ./solver-service
#22 0.803 This will pin the following packages: solver-service-api, solver-service, solver-worker. Continue? [y/n] y
#22 1.709 Package solver-service-api does not exist, create as a NEW package? [y/n] y
#22 1.711 solver-service-api is now pinned to file:///src/solver-service (version dev)
#22 1.712 Package solver-service does not exist, create as a NEW package? [y/n] y
#22 1.714 solver-service is now pinned to file:///src/solver-service (version dev)
#22 1.716 Package solver-worker does not exist, create as a NEW package? [y/n] y
#22 1.717 solver-worker is now pinned to file:///src/solver-service (version dev)
#22 DONE 1.7s

#23 [build 12/15] COPY --chown=opam --link ocaml-ci-api.opam ocaml-ci-web.opam ocaml-ci.opam /src/
#23 DONE 0.1s

#24 [build 13/15] RUN --mount=type=cache,target=/home/opam/.opam/download-cache,sharing=locked,uid=1000,gid=1000     opam install -y --deps-only .
#24 1.862 The following additional pinnings are required by ocaml-ci-web.dev:
#24 1.862   - tailwindcss.dev at https://github.com/tmattio/opam-tailwindcss/archive/e5bb6361a50c7cc5cad802311e609336583ca08f.tar.gz
#24 1.862 Pin and install them? [y/n] y
#24 11.16 Package tailwindcss does not exist, create as a NEW package? [y/n] y
#24 19.90 [tailwindcss.dev] synchronised (https://github.com/tmattio/opam-tailwindcss/archive/e5bb6361a50c7cc5cad802311e609336583ca08f.tar.gz)
#24 19.91 tailwindcss is now pinned to https://github.com/tmattio/opam-tailwindcss/archive/e5bb6361a50c7cc5cad802311e609336583ca08f.tar.gz (version dev)
#24 29.93 The following actions will be performed:
#24 29.93 === install 235 packages
#24 29.93   - install 0install-solver       2.18               [required by opam-0install]
#24 29.93   - install angstrom              0.16.1             [required by timedesc]
#24 29.93   - install ansi                  0.7.0              [required by ocaml-ci-web]
#24 29.94   - install arp                   3.1.1              [required by tcpip]
#24 29.94   - install asetmap               0.8.1              [required by prometheus-app]
#24 29.94   - install asn1-combinators      0.2.6              [required by capnp-rpc-net]
#24 29.94   - install astring               0.8.5              [required by ansi, current_docker, capnp-rpc-unix, etc.]
#24 29.94   - install awa                   0.3.0              [required by git-unix]
#24 29.94   - install awa-mirage            0.3.0              [required by git-unix]
#24 29.94   - install base                  v0.16.4            [required by ppx_compare, capnp, ppx_custom_printf]
#24 29.94   - install base-bytes            base               [required by extunix]
#24 29.94   - install base64                3.5.2              [required by capnp-rpc-unix]
#24 29.94   - install bigarray-compat       1.1.0              [required by dream]
#24 29.94   - install bigstringaf           0.10.0             [required by multipart_form, caqti, git-unix, etc.]
#24 29.94   - install bos                   0.2.1              [required by ocaml-ci]
#24 29.94   - install bstr                  0.0.3              [required by prettym]
#24 29.94   - install ca-certs              0.2.3              [required by conduit-lwt-unix]
#24 29.94   - install ca-certs-nss          3.101              [required by git-unix]
#24 29.94   - install camlp-streams         5.0.1              [required by tar, dream]
#24 29.94   - install capnp                 3.6.0              [required by ocaml-ci-api]
#24 29.94   - install capnp-rpc             1.2.3              [required by current_rpc]
#24 29.94   - install capnp-rpc-lwt         1.2.3              [required by ocaml-ci-api]
#24 29.94   - install capnp-rpc-net         1.2.3              [required by capnp-rpc-unix]
#24 29.94   - install capnp-rpc-unix        1.2.3              [required by ocaml-ci, ocaml-ci-web]
#24 29.94   - install caqti                 2.2.4              [required by dream]
#24 29.94   - install caqti-lwt             2.2.4              [required by dream]
#24 29.94   - install carton                0.7.2              [required by git]
#24 29.94   - install carton-git            0.7.2              [required by git]
#24 29.94   - install carton-lwt            0.7.2              [required by git]
#24 29.94   - install cf                    0.5.0              [required by cf-lwt]
#24 29.94   - install cf-lwt                0.5.0              [required by irmin-watcher]
#24 29.94   - install checkseum             0.5.2              [required by decompress, git]
#24 29.94   - install cmdliner              1.3.0              [required by crunch, omigrate, cohttp-lwt-unix, etc.]
#24 29.94   - install cohttp                5.3.1              [required by cohttp-lwt]
#24 29.94   - install cohttp-lwt            5.3.0              [required by cohttp-lwt-unix, prometheus-app]
#24 29.94   - install cohttp-lwt-unix       5.3.0              [required by ocaml-ci]
#24 29.94   - install conduit               6.2.3              [required by conduit-lwt]
#24 29.94   - install conduit-lwt           6.2.3              [required by cohttp-lwt-unix]
#24 29.94   - install conduit-lwt-unix      6.2.3              [required by cohttp-lwt-unix]
#24 29.94   - install conf-capnproto        2                  [required by capnp-rpc-net]
#24 29.94   - install conf-git              1.1                [required by current_git]
#24 29.94   - install conf-gmp              5                  [required by zarith]
#24 29.94   - install conf-gmp-powm-sec     4                  [required by mirage-crypto-pk]
#24 29.94   - install conf-libev            4-13               [required by solver-service, current, dream]
#24 29.94   - install conf-libffi           2.0.0              [required by ctypes-foreign]
#24 29.94   - install conf-libssl           4                  [required by ssl]
#24 29.94   - install conf-pkg-config       4                  [required by conf-sqlite3]
#24 29.94   - install conf-sqlite3          1                  [required by sqlite3]
#24 29.94   - install cppo                  1.8.0              [required by ppx_deriving]
#24 29.94   - install crunch                4.0.0              [required by ocaml-ci-web]
#24 29.94   - install csexp                 1.5.2              [required by dune-configurator, dune-private-libs]
#24 29.94   - install cstruct               6.2.0              [required by tar-unix, tar, dream]
#24 29.94   - install cstruct-lwt           6.2.0              [required by capnp-rpc-unix, tar-unix]
#24 29.94   - install cstruct-unix          6.2.0              [required by awa]
#24 29.94   - install ctypes                0.24.0             [required by cf, fsevents]
#24 29.94   - install ctypes-foreign        0.24.0             [required by cf]
#24 29.94   - install current               0.7.2              [required by ocaml-ci]
#24 29.94   - install current_docker        0.7.2              [required by ocaml-ci]
#24 29.94   - install current_git           0.7.2              [required by current_docker, current_ocluster]
#24 29.94   - install current_incr          0.6.1              [required by current]
#24 29.94   - install current_ocluster      0.3.0              [required by ocaml-ci]
#24 29.94   - install current_rpc           0.7.2 (pinned)     [required by ocaml-ci, ocaml-ci-api]
#24 29.94   - install decompress            1.5.3              [required by tar]
#24 29.94   - install digestif              1.3.0              [required by dream]
#24 29.94   - install dns                   7.0.3              [required by git-mirage]
#24 29.94   - install dns-client            7.0.3              [required by git-mirage]
#24 29.94   - install dns-client-lwt        7.0.3              [required by happy-eyeballs-lwt]
#24 29.94   - install dns-client-mirage     7.0.3              [required by happy-eyeballs-mirage]
#24 29.94   - install domain-name           0.5.0              [required by caqti, git-unix, caqti-lwt]
#24 29.94   - install dream                 1.0.0~alpha6       [required by ocaml-ci-web]
#24 29.94   - install dream-httpaf          1.0.0~alpha3       [required by ocaml-ci-web]
#24 29.94   - install dream-pure            1.0.0~alpha2       [required by dream]
#24 29.94   - install duff                  0.5                [required by carton]
#24 29.94   - install dune                  3.20.2             [required by ocaml-ci-api, ocaml-ci, ocaml-ci-web]
#24 29.94   - install dune-build-info       3.20.2             [required by solver-service]
#24 29.94   - install dune-configurator     3.20.2             [required by extunix, sqlite3]
#24 29.94   - install dune-private-libs     3.20.2             [required by dune-site]
#24 29.94   - install dune-site             3.20.2             [required by caqti]
#24 29.94   - install duration              0.2.1              [required by current_docker, current, current_ocluster]
#24 29.94   - install dyn                   3.20.2             [required by dune-private-libs]
#24 29.94   - install emile                 1.1                [required by git]
#24 29.94   - install encore                0.8.1              [required by git]
#24 29.94   - install eqaf                  0.9                [required by awa, mirage-crypto, digestif]
#24 29.94   - install ethernet              3.2.0              [required by tcpip]
#24 29.94   - install extunix               0.4.3              [required by capnp-rpc-unix]
#24 29.94   - install faraday               0.8.2              [required by dream-httpaf]
#24 29.94   - install faraday-lwt           0.8.2              [required by faraday-lwt-unix]
#24 29.94   - install faraday-lwt-unix      0.8.2              [required by dream-httpaf]
#24 29.94   - install fmt                   0.11.0             [required by ocaml-ci-web]
#24 29.94   - install fpath                 0.7.3              [required by current_docker, bos, current, current_rpc]
#24 29.94   - install fsevents              0.3.0              [required by fsevents-lwt]
#24 29.94   - install fsevents-lwt          0.3.0              [required by irmin-watcher]
#24 29.94   - install git                   3.15.0             [required by git-unix]
#24 29.94   - install git-mirage            3.15.0             [required by git-unix]
#24 29.94   - install git-paf               3.15.0             [required by git-mirage]
#24 29.94   - install git-unix              3.15.0             [required by solver-service]
#24 29.94   - install gmap                  0.3.0              [required by x509, dns]
#24 29.94   - install graphql               0.14.0             [required by graphql-lwt]
#24 29.94   - install graphql-lwt           0.14.0             [required by dream]
#24 29.94   - install graphql_parser        0.14.0             [required by dream]
#24 29.94   - install h2                    0.13.0             [required by paf]
#24 29.94   - install happy-eyeballs        0.6.0              [required by git-mirage, happy-eyeballs-lwt]
#24 29.94   - install happy-eyeballs-lwt    0.6.0              [required by git-unix]
#24 29.94   - install happy-eyeballs-mirage 0.6.0              [required by git-mirage]
#24 29.94   - install hex                   1.5.0              [required by pgx]
#24 29.94   - install hkdf                  1.0.4 (deprecated) [required by tls]
#24 29.94   - install hmap                  0.8.1              [required by dream-pure]
#24 29.94   - install hpack                 0.13.0             [required by h2]
#24 29.94   - install httpaf                0.7.1              [required by git-paf]
#24 29.94   - install httpun-types          0.2.0              [required by h2]
#24 29.94   - install hxd                   0.3.6              [required by git]
#24 29.94   - install inotify               2.6                [required by irmin-watcher]
#24 29.94   - install integers              0.7.0              [required by ctypes]
#24 29.94   - install ipaddr                5.6.1              [required by caqti, pgx, conduit-lwt-unix, etc.]
#24 29.94   - install ipaddr-cstruct        5.6.1              [required by tcpip]
#24 29.94   - install ipaddr-sexp           5.6.1              [required by conduit-lwt-unix]
#24 29.94   - install irmin-watcher         0.5.0              [required by current_git]
#24 29.94   - install jsonm                 1.0.2              [required by cohttp, opam-core]
#24 29.94   - install ke                    0.6                [required by multipart_form, multipart_form-lwt]
#24 29.94   - install lambdasoup            1.1.1              [required by dream]
#24 29.94   - install logs                  0.10.0             [required by ocaml-ci, ocaml-ci-web]
#24 29.94   - install lru                   0.3.1              [required by caqti]
#24 29.94   - install lwt                   5.9.2              [required by ocaml-ci-web]
#24 29.94   - install lwt-dllist            1.1.0              [required by current]
#24 29.94   - install lwt_ppx               5.9.1              [required by dream]
#24 29.94   - install lwt_ssl               1.2.0              [required by dream]
#24 29.94   - install macaddr               5.6.1              [required by ipaddr]
#24 29.94   - install macaddr-cstruct       5.6.1              [required by tcpip]
#24 29.94   - install magic-mime            1.3.1              [required by cohttp-lwt-unix, dream]
#24 29.94   - install markup                1.0.3              [required by dream]
#24 29.94   - install menhir                20250912           [required by opam-file-format, graphql_parser]
#24 29.94   - install menhirCST             20250912           [required by menhir]
#24 29.94   - install menhirLib             20250912           [required by menhir]
#24 29.94   - install menhirSdk             20250912           [required by menhir]
#24 29.94   - install metrics               0.5.0              [required by dns]
#24 29.94   - install mimic                 0.0.6              [required by git-unix]
#24 29.94   - install mimic-happy-eyeballs  0.0.6              [required by git-mirage]
#24 29.94   - install mirage-clock          4.2.0              [required by dream]
#24 29.94   - install mirage-clock-unix     4.2.0              [required by git-unix]
#24 29.94   - install mirage-crypto         0.11.3             [required by dream]
#24 29.94   - install mirage-crypto-ec      0.11.3             [required by tls, awa]
#24 29.94   - install mirage-crypto-pk      0.11.3             [required by tls-mirage, tls, awa]
#24 29.94   - install mirage-crypto-rng     0.11.3             [required by dream]
#24 29.94   - install mirage-crypto-rng-lwt 0.11.3             [required by capnp-rpc-unix, dream]
#24 29.94   - install mirage-flow           3.0.0              [required by capnp-rpc-unix]
#24 29.94   - install mirage-kv             6.1.1              [required by tls-mirage]
#24 29.94   - install mirage-net            4.0.0              [required by tcpip]
#24 29.94   - install mirage-random         3.0.0 (deprecated) [required by git-mirage]
#24 29.94   - install mirage-runtime        4.10.4             [required by mirage-unix]
#24 29.94   - install mirage-time           3.0.0              [required by git-unix]
#24 29.94   - install mirage-unix           5.0.1              [required by git-unix]
#24 29.94   - install mtime                 2.1.0              [required by caqti, mirage-crypto-rng-lwt, git-unix, caqti-lwt]
#24 29.94   - install multipart_form        0.7.0              [required by dream]
#24 29.94   - install multipart_form-lwt    0.7.0              [required by dream]
#24 29.94   - install num                   1.6                [required by sexplib]
#24 29.94   - install obuilder-spec         0.6.0              [required by ocaml-ci]
#24 29.94   - install ocaml-compiler-libs   v0.12.4            [required by ppxlib]
#24 29.94   - install ocaml-syntax-shims    1.0.0              [required by angstrom]
#24 29.94   - install ocaml-version         4.0.3              [required by ocaml-ci]
#24 29.94   - install ocamlbuild            0.16.1             [required by bos]
#24 29.94   - install ocamlfind             1.9.8              [required by bos]
#24 29.94   - install ocamlgraph            2.2.0              [required by opam-core, git]
#24 29.94   - install ocluster-api          0.3.0              [required by ocaml-ci]
#24 29.94   - install ocplib-endian         1.2                [required by lwt, capnp]
#24 29.94   - install omigrate              0.3.2              [required by ocaml-ci]
#24 29.94   - install opam-0install         0.5.1              [required by ocaml-ci]
#24 29.94   - install opam-core             2.5.0              [required by opam-format]
#24 29.94   - install opam-file-format      2.2.0              [required by opam-0install]
#24 29.94   - install opam-format           2.5.0              [required by opam-0install]
#24 29.94   - install opam-repository       2.5.0              [required by opam-state]
#24 29.94   - install opam-state            2.5.0              [required by opam-0install]
#24 29.94   - install optint                0.3.0              [required by decompress, git]
#24 29.94   - install ordering              3.20.2             [required by dyn, stdune]
#24 29.94   - install paf                   0.5.0              [required by git-paf]
#24 29.94   - install parsexp               v0.16.0            [required by sexplib]
#24 29.94   - install patch                 3.1.0              [required by opam-state]
#24 29.94   - install pbkdf                 1.2.0              [required by x509]
#24 29.94   - install pecu                  0.7                [required by multipart_form]
#24 29.94   - install pgx                   2.2                [required by omigrate]
#24 29.94   - install pgx_lwt               2.2                [required by pgx_lwt_unix]
#24 29.94   - install pgx_lwt_unix          2.2                [required by omigrate]
#24 29.94   - install pp                    2.0.0              [required by dune-private-libs]
#24 29.94   - install ppx_compare           v0.16.0            [required by pgx]
#24 29.94   - install ppx_custom_printf     v0.16.0            [required by pgx]
#24 29.94   - install ppx_derivers          1.2.1              [required by ppx_deriving]
#24 29.94   - install ppx_deriving          6.0.3              [required by ocaml-ci, ocaml-ci-api]
#24 29.94   - install ppx_deriving_yojson   3.9.1              [required by ocaml-ci-api, ocaml-ci, ocaml-ci-web]
#24 29.94   - install ppx_sexp_conv         v0.16.0            [required by cohttp-lwt-unix, obuilder-spec]
#24 29.94   - install ppxlib                0.35.0             [required by extunix, ppx_deriving]
#24 29.94   - install prettym               0.0.4              [required by multipart_form]
#24 29.94   - install prometheus            1.3                [required by current_ocluster, current, prometheus-app]
#24 29.94   - install prometheus-app        1.3                [required by ocaml-ci-web]
#24 29.94   - install psq                   0.2.1              [required by dream-httpaf]
#24 29.94   - install ptime                 1.2.0              [required by crunch, timedesc, dream]
#24 29.94   - install randomconv            0.1.3              [required by dns-client]
#24 29.94   - install re                    1.14.0             [required by current, prometheus-app]
#24 29.94   - install res                   5.0.2              [required by capnp]
#24 29.94   - install result                1.5                [required by omigrate, current_docker, current, etc.]
#24 29.94   - install rresult               0.7.0              [required by bos]
#24 29.94   - install seq                   base               [required by timedesc]
#24 29.94   - install sexplib               v0.16.0            [required by obuilder-spec]
#24 29.94   - install sexplib0              v0.16.0            [required by cohttp-lwt, pgx]
#24 29.94   - install sha                   1.15.4             [required by opam-core]
#24 29.94   - install solver-service        dev (pinned)       [required by ocaml-ci]
#24 29.94   - install solver-service-api    dev (pinned)       [required by solver-service]
#24 29.94   - install spdx_licenses         1.4.0              [required by opam-state]
#24 29.94   - install sqlite3               5.3.1              [required by current, omigrate]
#24 29.94   - install ssl                   0.7.0              [required by dream]
#24 29.94   - install stdint                0.7.2              [required by current_rpc]
#24 29.94   - install stdio                 v0.16.0            [required by capnp]
#24 29.94   - install stdlib-shims          0.3.0              [required by ppxlib]
#24 29.94   - install stdune                3.20.2             [required by dune-private-libs]
#24 29.94   - install stringext             1.6.0              [required by cohttp]
#24 29.94   - install swhid_core            0.1                [required by opam-core]
#24 29.94   - install tailwindcss           dev (pinned)       [required by ocaml-ci-web]
#24 29.94   - install tar                   2.6.0              [required by ocaml-ci]
#24 29.94   - install tar-unix              2.6.0              [required by ocaml-ci]
#24 29.94   - install tcpip                 8.0.0              [required by git-unix]
#24 29.94   - install timedesc              3.1.0              [required by ocaml-ci, ocaml-ci-web]
#24 29.94   - install timedesc-tzdb         3.1.0              [required by timedesc]
#24 29.94   - install timedesc-tzlocal      3.1.0              [required by timedesc]
#24 29.94   - install tls                   0.17.3             [required by git-unix, capnp-rpc-net, caqti]
#24 29.94   - install tls-lwt               0.17.3             [required by conduit-lwt-unix]
#24 29.94   - install tls-mirage            0.17.3             [required by capnp-rpc-net, git-unix]
#24 29.94   - install topkg                 1.1.1              [required by bos]
#24 29.94   - install tyxml                 4.6.0              [required by ocaml-ci-web]
#24 29.94   - install uchar                 0.0.2              [required by markup]
#24 29.94   - install unstrctrd             0.4                [required by multipart_form]
#24 29.94   - install uri                   4.4.0              [required by omigrate, dream]
#24 29.94   - install uri-sexp              4.4.0              [required by cohttp]
#24 29.94   - install uuidm                 0.9.10             [required by pgx]
#24 29.94   - install uutf                  1.0.4              [required by tyxml, multipart_form]
#24 29.94   - install x509                  0.16.5             [required by capnp-rpc-net, caqti]
#24 29.94   - install yojson                3.0.0              [required by ocaml-ci-web]
#24 29.94   - install zarith                1.14               [required by asn1-combinators, awa]
#24 30.64 
#24 30.64 The following system packages will first need to be installed:
#24 30.64     libcapnp-dev
#24 30.64 
#24 30.64 <><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
#24 30.64 
#24 30.64 opam believes some required external dependencies are missing. opam can:
#24 30.64 > 1. Run apt-get to install them (may need root/sudo access)
#24 30.64   2. Display the recommended apt-get command and wait while you run it manually (e.g. in another terminal)
#24 30.64   3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
#24 30.64   4. Abort the installation
#24 30.64 
#24 30.64 [1/2/3/4] 1
#24 30.64 
#24 30.64 + /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libcapnp-dev"
#24 32.55 - debconf: delaying package configuration, since apt-utils is not installed
#24 32.55 - Selecting previously unselected package libcapnp-dev:arm64.
#24 32.55 - (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 ... 19160 files and directories currently installed.)
#24 32.55 - Preparing to unpack .../libcapnp-dev_0.9.2-2_arm64.deb ...
#24 32.55 - Unpacking libcapnp-dev:arm64 (0.9.2-2) ...
#24 32.55 - Setting up libcapnp-dev:arm64 (0.9.2-2) ...
#24 32.62 
#24 32.62 <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
#24 32.66 -> retrieved ansi.0.7.0  (cached)
#24 32.67 -> retrieved angstrom.0.16.1  (cached)
#24 32.68 -> retrieved arp.3.1.1  (cached)
#24 32.69 -> retrieved asetmap.0.8.1  (cached)
#24 32.70 -> retrieved asn1-combinators.0.2.6  (cached)
#24 32.71 -> retrieved astring.0.8.5  (cached)
#24 32.75 -> retrieved awa.0.3.0, awa-mirage.0.3.0  (cached)
#24 32.93 -> retrieved 0install-solver.2.18  (cached)
#24 32.98 -> retrieved base.v0.16.4  (cached)
#24 33.06 -> retrieved base64.3.5.2  (cached)
#24 33.06 -> retrieved bigstringaf.0.10.0  (cached)
#24 33.10 -> retrieved bos.0.2.1  (cached)
#24 33.12 -> retrieved bigarray-compat.1.1.0  (https://opam.ocaml.org/cache)
#24 33.13 -> retrieved bstr.0.0.3  (cached)
#24 33.16 -> retrieved ca-certs.0.2.3  (cached)
#24 33.18 -> retrieved camlp-streams.5.0.1  (cached)
#24 33.20 -> retrieved ca-certs-nss.3.101  (cached)
#24 33.22 -> retrieved capnp.3.6.0  (cached)
#24 33.43 -> retrieved capnp-rpc.1.2.3, capnp-rpc-lwt.1.2.3, capnp-rpc-net.1.2.3, capnp-rpc-unix.1.2.3  (cached)
#24 33.46 -> retrieved carton.0.7.2, carton-git.0.7.2, carton-lwt.0.7.2  (cached)
#24 33.47 -> retrieved cf.0.5.0, cf-lwt.0.5.0  (cached)
#24 33.48 -> retrieved checkseum.0.5.2  (cached)
#24 33.57 -> retrieved caqti.2.2.4, caqti-lwt.2.2.4  (https://opam.ocaml.org/cache)
#24 33.69 -> retrieved cmdliner.1.3.0  (cached)
#24 33.74 -> retrieved conduit.6.2.3, conduit-lwt.6.2.3, conduit-lwt-unix.6.2.3  (cached)
#24 33.74 -> retrieved conf-gmp.5  (cached)
#24 33.74 -> retrieved conf-gmp-powm-sec.4  (cached)
#24 33.74 -> retrieved conf-libev.4-13  (cached)
#24 33.77 -> retrieved cohttp.5.3.1  (https://opam.ocaml.org/cache)
#24 33.79 -> installed conf-capnproto.2
#24 33.79 -> installed conf-git.1.1
#24 33.80 -> installed conf-gmp.5
#24 33.82 -> retrieved cppo.1.8.0  (cached)
#24 33.82 -> installed conf-pkg-config.4
#24 33.88 -> retrieved conf-libssl.4  (https://opam.ocaml.org/cache)
#24 33.89 -> installed conf-gmp-powm-sec.4
#24 33.92 -> retrieved crunch.4.0.0  (cached)
#24 33.92 -> installed conf-libffi.2.0.0
#24 33.93 -> installed conf-sqlite3.1
#24 33.93 -> retrieved csexp.1.5.2  (cached)
#24 33.95 -> installed conf-libssl.4
#24 34.01 -> retrieved cohttp-lwt.5.3.0, cohttp-lwt-unix.5.3.0  (https://opam.ocaml.org/cache)
#24 34.06 -> retrieved cstruct.6.2.0, cstruct-lwt.6.2.0, cstruct-unix.6.2.0  (cached)
#24 34.06 -> installed conf-libev.4-13
#24 34.30 -> retrieved ctypes.0.24.0, ctypes-foreign.0.24.0  (cached)
#24 34.32 -> retrieved current_incr.0.6.1  (cached)
#24 34.56 -> retrieved current.0.7.2, current_docker.0.7.2, current_git.0.7.2  (https://opam.ocaml.org/cache)
#24 34.57 -> retrieved current_rpc.0.7.2  (file:///src/ocurrent)
#24 34.64 -> retrieved current_ocluster.0.3.0, ocluster-api.0.3.0  (https://opam.ocaml.org/cache)
#24 34.87 -> retrieved dns.7.0.3, dns-client.7.0.3, dns-client-lwt.7.0.3, dns-client-mirage.7.0.3  (cached)
#24 34.88 -> retrieved decompress.1.5.3  (cached)
#24 34.89 -> retrieved domain-name.0.5.0  (cached)
#24 35.27 -> retrieved dream-pure.1.0.0~alpha2  (https://opam.ocaml.org/cache)
#24 35.51 -> retrieved dream.1.0.0~alpha6, dream-httpaf.1.0.0~alpha3  (https://opam.ocaml.org/cache)
#24 35.56 -> retrieved digestif.1.3.0  (cached)
#24 35.56 -> retrieved duff.0.5  (cached)
#24 35.56 -> retrieved duration.0.2.1  (cached)
#24 35.58 -> retrieved emile.1.1  (cached)
#24 35.58 -> retrieved encore.0.8.1  (cached)
#24 35.60 -> retrieved eqaf.0.9  (cached)
#24 35.61 -> retrieved ethernet.3.2.0  (cached)
#24 35.62 -> retrieved faraday.0.8.2, faraday-lwt.0.8.2, faraday-lwt-unix.0.8.2  (cached)
#24 35.64 -> retrieved extunix.0.4.3  (cached)
#24 35.64 -> retrieved fmt.0.11.0  (cached)
#24 35.65 -> retrieved fpath.0.7.3  (cached)
#24 35.67 -> retrieved fsevents.0.3.0, fsevents-lwt.0.3.0  (cached)
#24 35.68 -> retrieved gmap.0.3.0  (cached)
#24 35.97 -> retrieved git.3.15.0, git-mirage.3.15.0, git-paf.3.15.0, git-unix.3.15.0  (cached)
#24 36.03 -> retrieved graphql.0.14.0, graphql-lwt.0.14.0, graphql_parser.0.14.0  (https://opam.ocaml.org/cache)
#24 36.08 -> retrieved h2.0.13.0, hpack.0.13.0  (cached)
#24 36.20 -> retrieved happy-eyeballs.0.6.0, happy-eyeballs-lwt.0.6.0, happy-eyeballs-mirage.0.6.0  (cached)
#24 36.20 -> retrieved hex.1.5.0  (cached)
#24 36.21 -> retrieved hkdf.1.0.4  (cached)
#24 36.23 -> retrieved httpaf.0.7.1  (cached)
#24 36.28 -> retrieved httpun-types.0.2.0  (cached)
#24 36.30 -> retrieved hxd.0.3.6  (cached)
#24 36.32 -> retrieved inotify.2.6  (cached)
#24 36.33 -> retrieved integers.0.7.0  (cached)
#24 36.33 -> retrieved hmap.0.8.1  (https://opam.ocaml.org/cache)
#24 36.37 -> retrieved ipaddr.5.6.1, ipaddr-cstruct.5.6.1, ipaddr-sexp.5.6.1, macaddr.5.6.1, macaddr-cstruct.5.6.1  (cached)
#24 48.67 -> retrieved dune.3.20.2, dune-build-info.3.20.2, dune-configurator.3.20.2, dune-private-libs.3.20.2, dune-site.3.20.2, dyn.3.20.2, ordering.3.20.2, stdune.3.20.2  (cached)
#24 52.35 -> retrieved irmin-watcher.0.5.0  (cached)
#24 52.50 -> retrieved jsonm.1.0.2  (cached)
#24 52.51 -> retrieved ke.0.6  (cached)
#24 52.52 -> retrieved logs.0.10.0  (cached)
#24 52.53 -> retrieved lru.0.3.1  (cached)
#24 52.54 -> retrieved lwt-dllist.1.1.0  (cached)
#24 52.58 -> retrieved lwt.5.9.2  (cached)
#24 52.61 -> installed cmdliner.1.3.0
#24 52.73 -> retrieved lambdasoup.1.1.1  (https://opam.ocaml.org/cache)
#24 52.74 -> retrieved magic-mime.1.3.1  (cached)
#24 52.75 -> retrieved lwt_ssl.1.2.0  (https://opam.ocaml.org/cache)
#24 53.78 -> retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912  (cached)
#24 53.82 -> retrieved lwt_ppx.5.9.1  (https://opam.ocaml.org/cache)
#24 53.83 -> retrieved metrics.0.5.0  (cached)
#24 53.85 -> retrieved markup.1.0.3  (https://opam.ocaml.org/cache)
#24 53.89 -> retrieved mimic.0.0.6, mimic-happy-eyeballs.0.0.6  (cached)
#24 53.90 -> retrieved mirage-clock.4.2.0, mirage-clock-unix.4.2.0  (cached)
#24 54.02 -> retrieved mirage-flow.3.0.0  (cached)
#24 54.05 -> retrieved mirage-kv.6.1.1  (cached)
#24 54.05 -> retrieved mirage-net.4.0.0  (cached)
#24 54.06 -> retrieved mirage-random.3.0.0  (cached)
#24 54.07 -> retrieved mirage-time.3.0.0  (cached)
#24 54.08 -> retrieved mirage-unix.5.0.1  (cached)
#24 54.10 -> retrieved mtime.2.1.0  (cached)
#24 54.14 -> retrieved multipart_form.0.7.0, multipart_form-lwt.0.7.0  (cached)
#24 54.17 -> retrieved num.1.6  (cached)
#24 54.22 -> retrieved mirage-runtime.4.10.4  (cached)
#24 54.23 -> retrieved ocaml-compiler-libs.v0.12.4  (cached)
#24 54.26 -> retrieved obuilder-spec.0.6.0  (cached)
#24 54.27 -> retrieved ocaml-syntax-shims.1.0.0  (cached)
#24 54.28 -> retrieved ocaml-version.4.0.3  (cached)
#24 54.49 -> retrieved ocamlbuild.0.16.1  (cached)
#24 54.58 -> retrieved ocamlfind.1.9.8  (cached)
#24 54.61 -> retrieved ocplib-endian.1.2  (cached)
#24 54.63 -> retrieved omigrate.0.3.2  (cached)
#24 54.65 -> retrieved opam-0install.0.5.1  (cached)
#24 54.70 -> retrieved ocamlgraph.2.2.0  (cached)
#24 54.72 -> retrieved opam-file-format.2.2.0  (cached)
#24 54.73 -> retrieved optint.0.3.0  (cached)
#24 55.38 -> retrieved opam-core.2.5.0, opam-format.2.5.0, opam-repository.2.5.0, opam-state.2.5.0  (cached)
#24 55.84 -> 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  (cached)
#24 55.85 -> retrieved paf.0.5.0  (cached)
#24 55.89 -> retrieved parsexp.v0.16.0  (cached)
#24 55.91 -> retrieved patch.3.1.0  (cached)
#24 55.91 -> retrieved pbkdf.1.2.0  (cached)
#24 55.92 -> retrieved pecu.0.7  (cached)
#24 56.14 -> retrieved pgx.2.2, pgx_lwt.2.2, pgx_lwt_unix.2.2  (cached)
#24 56.15 -> retrieved ppx_compare.v0.16.0  (cached)
#24 56.15 -> retrieved ppx_custom_printf.v0.16.0  (cached)
#24 56.16 -> retrieved pp.2.0.0  (https://opam.ocaml.org/cache)
#24 56.17 -> retrieved ppx_derivers.1.2.1  (cached)
#24 56.17 -> retrieved ppx_deriving_yojson.3.9.1  (cached)
#24 56.19 -> retrieved ppx_deriving.6.0.3  (cached)
#24 56.21 -> retrieved ppx_sexp_conv.v0.16.0  (cached)
#24 56.22 -> retrieved prettym.0.0.4  (cached)
#24 56.23 -> retrieved prometheus.1.3, prometheus-app.1.3  (cached)
#24 56.24 -> retrieved psq.0.2.1  (cached)
#24 56.25 -> retrieved ptime.1.2.0  (cached)
#24 56.26 -> retrieved randomconv.0.1.3  (cached)
#24 56.29 -> retrieved re.1.14.0  (cached)
#24 56.37 -> installed num.1.6
#24 56.38 -> retrieved res.5.0.2  (cached)
#24 56.39 -> retrieved result.1.5  (cached)
#24 56.39 -> retrieved seq.base  (cached)
#24 56.40 -> installed seq.base
#24 56.41 -> retrieved rresult.0.7.0  (cached)
#24 56.50 -> retrieved sexplib.v0.16.0  (cached)
#24 56.51 -> retrieved sexplib0.v0.16.0  (cached)
#24 56.66 -> retrieved ppxlib.0.35.0  (cached)
#24 56.67 -> retrieved sha.1.15.4  (cached)
#24 56.68 -> retrieved solver-service.dev  (file:///src/solver-service)
#24 56.69 -> retrieved spdx_licenses.1.4.0  (cached)
#24 56.70 -> retrieved sqlite3.5.3.1  (cached)
#24 56.70 -> retrieved solver-service-api.dev  (file:///src/solver-service)
#24 56.72 -> retrieved stdio.v0.16.0  (cached)
#24 56.74 -> retrieved stdint.0.7.2  (cached)
#24 56.74 -> retrieved stdlib-shims.0.3.0  (cached)
#24 56.75 -> retrieved stringext.1.6.0  (cached)
#24 56.82 -> retrieved swhid_core.0.1  (cached)
#24 56.87 -> retrieved tar.2.6.0, tar-unix.2.6.0  (cached)
#24 56.89 -> retrieved ssl.0.7.0  (https://opam.ocaml.org/cache)
#24 56.96 -> retrieved tcpip.8.0.0  (cached)
#24 57.80 -> retrieved timedesc.3.1.0, timedesc-tzdb.3.1.0, timedesc-tzlocal.3.1.0  (cached)
#24 57.86 -> retrieved tls.0.17.3, tls-lwt.0.17.3, tls-mirage.0.17.3  (cached)
#24 57.88 -> retrieved topkg.1.1.1  (cached)
#24 57.97 -> retrieved tyxml.4.6.0  (cached)
#24 57.99 -> retrieved unstrctrd.0.4  (cached)
#24 58.06 -> retrieved uchar.0.0.2  (https://opam.ocaml.org/cache)
#24 58.07 -> retrieved uuidm.0.9.10  (cached)
#24 58.19 -> retrieved uri.4.4.0, uri-sexp.4.4.0  (cached)
#24 58.20 -> retrieved uutf.1.0.4  (cached)
#24 58.30 -> retrieved x509.0.16.5  (cached)
#24 58.32 -> retrieved zarith.1.14  (cached)
#24 58.37 -> retrieved yojson.3.0.0  (cached)
#24 60.09 -> installed ocamlfind.1.9.8
#24 60.10 -> installed base-bytes.base
#24 62.24 -> installed ocamlbuild.0.16.1
#24 62.63 -> installed uchar.0.0.2
#24 63.61 -> installed zarith.1.14
#24 67.16 -> retrieved tailwindcss.dev  (https://github.com/tmattio/opam-tailwindcss/archive/e5bb6361a50c7cc5cad802311e609336583ca08f.tar.gz)
#24 67.58 -> installed tailwindcss.dev
#24 67.69 -> installed topkg.1.1.1
#24 68.08 -> installed hmap.0.8.1
#24 68.18 -> installed asetmap.0.8.1
#24 68.27 -> installed rresult.0.7.0
#24 68.61 -> installed uuidm.0.9.10
#24 68.94 -> installed mtime.2.1.0
#24 68.97 -> installed uutf.1.0.4
#24 69.08 -> installed fmt.0.11.0
#24 69.16 -> installed ptime.1.2.0
#24 69.56 -> installed astring.0.8.5
#24 70.17 -> installed jsonm.1.0.2
#24 70.34 -> installed fpath.0.7.3
#24 75.97 -> installed dune.3.20.2
#24 79.94 -> installed 0install-solver.2.18
#24 79.96 -> installed base64.3.5.2
#24 79.96 -> installed bigarray-compat.1.1.0
#24 79.97 -> installed bstr.0.0.3
#24 79.98 -> installed camlp-streams.5.0.1
#24 80.00 -> installed cppo.1.8.0
#24 80.02 -> installed crunch.4.0.0
#24 80.03 -> installed csexp.1.5.2
#24 81.39 -> installed cstruct.6.2.0
#24 81.43 -> installed current_incr.0.6.1
#24 81.44 -> installed domain-name.0.5.0
#24 81.44 -> installed duff.0.5
#24 81.45 -> installed duration.0.2.1
#24 81.46 -> installed gmap.0.3.0
#24 81.47 -> installed ke.0.6
#24 81.48 -> installed lwt-dllist.1.1.0
#24 81.49 -> installed macaddr.5.6.1
#24 81.53 -> installed magic-mime.1.3.1
#24 81.66 -> installed markup.1.0.3
#24 81.71 -> installed menhirCST.20250912
#24 81.73 -> installed menhirLib.20250912
#24 81.74 -> installed menhirSdk.20250912
#24 81.82 -> installed metrics.0.5.0
#24 81.90 -> installed mirage-clock.4.2.0
#24 81.95 -> installed ocaml-compiler-libs.v0.12.4
#24 82.01 -> installed ocaml-syntax-shims.1.0.0
#24 82.02 -> installed ocaml-version.4.0.3
#24 82.17 -> installed ocamlgraph.2.2.0
#24 82.22 -> installed optint.0.3.0
#24 82.27 -> installed patch.3.1.0
#24 82.28 -> installed pecu.0.7
#24 82.30 -> installed pp.2.0.0
#24 82.34 -> installed ppx_derivers.1.2.1
#24 82.34 -> installed psq.0.2.1
#24 82.41 -> installed re.1.14.0
#24 82.45 -> installed res.5.0.2
#24 82.46 -> installed result.1.5
#24 82.53 -> installed sexplib0.v0.16.0
#24 82.61 -> installed spdx_licenses.1.4.0
#24 82.65 -> installed stdint.0.7.2
#24 82.65 -> installed stdlib-shims.0.3.0
#24 82.73 -> installed stringext.1.6.0
#24 82.76 -> installed swhid_core.0.1
#24 82.85 -> installed yojson.3.0.0
#24 82.94 -> installed ocplib-endian.1.2
#24 83.00 -> installed asn1-combinators.0.2.6
#24 83.01 -> installed cstruct-unix.6.2.0
#24 83.02 -> installed eqaf.0.9
#24 83.05 -> installed hex.1.5.0
#24 83.06 -> installed mirage-random.3.0.0
#24 83.07 -> installed randomconv.0.1.3
#24 83.09 -> installed prettym.0.0.4
#24 83.12 -> installed ipaddr.5.6.1
#24 83.15 -> installed macaddr-cstruct.5.6.1
#24 83.17 -> installed lambdasoup.1.1.1
#24 83.24 -> installed lru.0.3.1
#24 83.32 -> installed integers.0.7.0
#24 83.38 -> installed timedesc-tzdb.3.1.0
#24 83.40 -> installed timedesc-tzlocal.3.1.0
#24 83.43 -> installed ipaddr-cstruct.5.6.1
#24 83.84 -> installed sha.1.15.4
#24 84.43 -> installed digestif.1.3.0
#24 84.48 -> installed parsexp.v0.16.0
#24 84.50 -> installed dune-build-info.3.20.2
#24 84.51 -> installed ordering.3.20.2
#24 86.04 -> installed dune-configurator.3.20.2
#24 86.66 -> installed sexplib.v0.16.0
#24 87.02 -> installed bigstringaf.0.10.0
#24 87.17 -> installed mirage-clock-unix.4.2.0
#24 87.48 -> installed checkseum.0.5.2
#24 87.51 -> installed faraday.0.8.2
#24 87.93 -> installed angstrom.0.16.1
#24 88.44 -> installed tyxml.4.6.0
#24 88.48 -> installed mirage-crypto.0.11.3
#24 88.50 -> installed dyn.3.20.2
#24 90.25 -> installed sqlite3.5.3.1
#24 90.27 -> installed ssl.0.7.0
#24 90.33 -> installed decompress.1.5.3
#24 90.36 -> installed httpun-types.0.2.0
#24 90.37 -> installed emile.1.1
#24 90.39 -> installed encore.0.8.1
#24 90.41 -> installed hpack.0.13.0
#24 90.46 -> installed httpaf.0.7.1
#24 90.51 -> installed unstrctrd.0.4
#24 90.56 -> installed ansi.0.7.0
#24 90.61 -> installed hkdf.1.0.4
#24 90.64 -> installed pbkdf.1.2.0
#24 90.71 -> installed timedesc.3.1.0
#24 90.81 -> installed lwt.5.9.2
#24 91.10 -> installed opam-core.2.5.0
#24 91.19 -> installed uri.4.4.0
#24 91.20 -> installed cstruct-lwt.6.2.0
#24 91.21 -> installed faraday-lwt.0.8.2
#24 91.22 -> installed inotify.2.6
#24 91.23 -> installed lwt_ssl.1.2.0
#24 91.24 -> installed mirage-flow.3.0.0
#24 91.25 -> installed mirage-kv.6.1.1
#24 91.26 -> installed mirage-net.4.0.0
#24 91.27 -> installed mirage-time.3.0.0
#24 91.28 -> installed prometheus.1.3
#24 91.30 -> installed tar.2.6.0
#24 91.43 -> installed faraday-lwt-unix.0.8.2
#24 91.61 -> installed h2.0.13.0
#24 91.94 -> installed tar-unix.2.6.0
#24 92.18 -> installed hxd.0.3.6
#24 92.29 -> installed logs.0.10.0
#24 92.73 -> installed ethernet.3.2.0
#24 92.78 -> installed happy-eyeballs.0.6.0
#24 92.86 -> installed mimic.0.0.6
#24 92.99 -> installed mirage-runtime.4.10.4
#24 93.17 -> installed mirage-crypto-rng.0.11.3
#24 93.42 -> installed arp.3.1.1
#24 93.45 -> installed mirage-unix.5.0.1
#24 93.61 -> installed ctypes.0.24.0
#24 93.81 -> installed multipart_form.0.7.0
#24 93.84 -> installed mirage-crypto-pk.0.11.3
#24 93.85 -> installed mirage-crypto-rng-lwt.0.11.3
#24 94.02 -> installed capnp-rpc.1.2.3
#24 94.10 -> installed multipart_form-lwt.0.7.0
#24 94.60 -> installed dns.7.0.3
#24 94.99 -> installed stdune.3.20.2
#24 96.87 -> installed base.v0.16.4
#24 96.93 -> installed bos.0.2.1
#24 97.15 -> installed tcpip.8.0.0
#24 97.19 -> installed dns-client.7.0.3
#24 97.23 -> installed ctypes-foreign.0.24.0
#24 97.26 -> installed stdio.v0.16.0
#24 97.32 -> installed cf.0.5.0
#24 97.42 -> installed fsevents.0.3.0
#24 97.45 -> installed cf-lwt.0.5.0
#24 97.56 -> installed fsevents-lwt.0.3.0
#24 98.33 -> installed irmin-watcher.0.5.0
#24 98.48 -> installed carton.0.7.2
#24 98.80 -> installed mirage-crypto-ec.0.11.3
#24 98.92 -> installed carton-lwt.0.7.2
#24 99.41 -> installed carton-git.0.7.2
#24 100.0 -> installed dune-private-libs.3.20.2
#24 101.3 -> installed menhir.20250912
#24 101.4 -> installed x509.0.16.5
#24 101.7 -> installed ca-certs.0.2.3
#24 102.2 -> installed opam-file-format.2.2.0
#24 102.4 -> installed graphql_parser.0.14.0
#24 102.6 -> installed git.3.15.0
#24 102.7 -> installed ca-certs-nss.3.101
#24 103.0 -> installed dune-site.3.20.2
#24 103.1 -> installed graphql.0.14.0
#24 103.5 -> installed awa.0.3.0
#24 103.5 -> installed tls.0.17.3
#24 103.7 -> installed graphql-lwt.0.14.0
#24 103.8 -> installed awa-mirage.0.3.0
#24 103.9 -> installed tls-mirage.0.17.3
#24 104.0 -> installed tls-lwt.0.17.3
#24 104.7 -> installed ppxlib.0.35.0
#24 104.8 -> installed dns-client-mirage.7.0.3
#24 104.8 -> installed paf.0.5.0
#24 105.0 -> installed capnp.3.6.0
#24 105.1 -> installed dns-client-lwt.7.0.3
#24 105.1 -> installed happy-eyeballs-mirage.0.6.0
#24 105.3 -> installed git-paf.3.15.0
#24 105.5 -> installed caqti.2.2.4
#24 105.6 -> installed mimic-happy-eyeballs.0.0.6
#24 106.0 -> installed git-mirage.3.15.0
#24 106.2 -> installed caqti-lwt.2.2.4
#24 106.4 -> installed happy-eyeballs-lwt.0.6.0
#24 107.2 -> installed ppx_compare.v0.16.0
#24 108.0 -> installed lwt_ppx.5.9.1
#24 108.4 -> installed opam-format.2.5.0
#24 108.7 -> installed ppx_deriving.6.0.3
#24 108.8 -> installed ppx_sexp_conv.v0.16.0
#24 109.1 -> installed capnp-rpc-lwt.1.2.3
#24 109.3 -> installed git-unix.3.15.0
#24 109.4 -> installed current_rpc.0.7.2
#24 109.8 -> installed dream-pure.1.0.0~alpha2
#24 110.3 -> installed capnp-rpc-net.1.2.3
#24 110.6 -> installed ipaddr-sexp.5.6.1
#24 110.7 -> installed uri-sexp.4.4.0
#24 111.0 -> installed obuilder-spec.0.6.0
#24 111.1 -> installed ppx_deriving_yojson.3.9.1
#24 111.2 -> installed solver-service-api.dev
#24 111.8 -> installed current.0.7.2
#24 112.4 -> installed conduit.6.2.3
#24 112.7 -> installed ppx_custom_printf.v0.16.0
#24 112.8 -> installed opam-repository.2.5.0
#24 113.2 -> installed dream-httpaf.1.0.0~alpha3
#24 113.3 -> installed extunix.0.4.3
#24 113.5 -> installed cohttp.5.3.1
#24 113.7 -> installed current_git.0.7.2
#24 114.0 -> installed capnp-rpc-unix.1.2.3
#24 114.1 -> installed conduit-lwt.6.2.3
#24 115.2 -> installed pgx.2.2
#24 115.4 -> installed cohttp-lwt.5.3.0
#24 115.6 -> installed pgx_lwt.2.2
#24 115.9 -> installed current_docker.0.7.2
#24 116.0 -> installed ocluster-api.0.3.0
#24 116.2 -> installed dream.1.0.0~alpha6
#24 116.2 -> installed pgx_lwt_unix.2.2
#24 116.2 -> installed conduit-lwt-unix.6.2.3
#24 117.3 -> installed omigrate.0.3.2
#24 117.7 -> installed current_ocluster.0.3.0
#24 118.4 -> installed opam-state.2.5.0
#24 119.4 -> installed cohttp-lwt-unix.5.3.0
#24 119.6 -> installed opam-0install.0.5.1
#24 119.7 -> installed solver-service.dev
#24 119.9 -> installed prometheus-app.1.3
#24 125.1 Done.
#24 125.1 
#24 125.1 <><> mirage-random.3.0.0 installed successfully <><><><><><><><><><><><><><><><>
#24 125.1 => Note: This package is deprecated.
#24 125.1 => mirage-random is deprecated
#24 125.1 
#24 125.1 <><> hkdf.1.0.4 installed successfully ><><><><><><><><><><><><><><><><><><><><>
#24 125.1 => Note: This package is deprecated.
#24 125.1 # To update the current shell environment, run: eval $(opam env)
#24 DONE 126.1s

#25 [build 14/15] ADD --chown=opam . .
#25 DONE 0.2s

#26 [build 15/15] RUN opam config exec -- dune build ./_build/install/default/bin/ocaml-ci-web
#26 0.215 [WARNING] exec was deprecated in version 2.1 of the opam CLI. Use opam exec instead or set OPAMCLI environment variable to 2.0.
#26 1.550 schema.capnp --> schema.mli schema.ml
#26 1.550 kj/filesystem-disk-unix.c++:1703: warning: PWD environment variable doesn't match current directory; pwd = /src
#26 1.552 schema.capnp --> schema.mli schema.ml
#26 1.552 kj/filesystem-disk-unix.c++:1703: warning: PWD environment variable doesn't match current directory; pwd = /src
#26 1.552 schema.capnp --> schema.mli schema.ml
#26 1.552 kj/filesystem-disk-unix.c++:1703: warning: PWD environment variable doesn't match current directory; pwd = /src
#26 1.563 schema.capnp --> schema.mli schema.ml
#26 1.563 ocurrent.capnp --> ocurrent.mli ocurrent.ml
#26 1.563 kj/filesystem-disk-unix.c++:1703: warning: PWD environment variable doesn't match current directory; pwd = /src
#26 4.650 Browserslist: caniuse-lite is outdated. Please run:
#26 4.650   npx update-browserslist-db@latest
#26 4.650   Why you should do it regularly: https://github.com/browserslist/update-db#readme
#26 4.650 
#26 4.650 Rebuilding...
#26 4.650 
#26 4.650 Done in 1432ms.
#26 4.869 Generating static.ml
#26 4.869 Skipping generation of .mli
#26 DONE 12.5s

#27 [stage-1  4/12] COPY --from=build --link /src/_build/install/default/bin/ocaml-ci-web /usr/local/bin/
#27 DONE 0.2s

#28 [stage-1  5/12] RUN mkdir -p /profile-pictures/github
#28 DONE 0.2s

#29 [stage-1  6/12] RUN mkdir -p /profile-pictures/gitlab
#29 DONE 0.3s

#30 [stage-1  7/12] COPY --from=build --link /src/bin/add-profile-picture /usr/local/bin
#30 DONE 0.0s

#31 [stage-1  8/12] COPY --from=build --link /src/deploy-data/github-organisations.txt /github-organisations.txt
#31 DONE 0.0s

#32 [stage-1  9/12] COPY --from=build --link /src/deploy-data/gitlab-organisations.txt /gitlab-organisations.txt
#32 DONE 0.0s

#33 [stage-1 10/12] RUN xargs -n 1 /usr/local/bin/add-profile-picture --github < /github-organisations.txt
#33 0.237   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 0.237                                  Dload  Upload   Total   Spent    Left  Speed
#33 0.237 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 1.517 
  0     0    0     0    0     0      0      0 --:--:--  0:00:01 --:--:--     0
100 14228  100 14228    0     0   7253      0  0:00:01  0:00:01 --:--:-- 20892
#33 2.207 talex5 ok
#33 2.221   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 2.221                                  Dload  Upload   Total   Spent    Left  Speed
#33 2.221 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 2.437 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  4895  100  4895    0     0  21986      0 --:--:-- --:--:-- --:--:--  796k
#33 2.449 ocurrent ok
#33 2.464   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 2.464                                  Dload  Upload   Total   Spent    Left  Speed
#33 2.464 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 3.005 
100  9007  100  9007    0     0  16653      0 --:--:-- --:--:-- --:--:-- 16653
#33 3.011 ocaml ok
#33 3.024   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 3.024                                  Dload  Upload   Total   Spent    Left  Speed
#33 3.024 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 3.715 
100 10580  100 10580    0     0  15312      0 --:--:-- --:--:-- --:--:-- 15312
#33 3.723 mirage ok
#33 3.739   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 3.739                                  Dload  Upload   Total   Spent    Left  Speed
#33 3.739 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 3.971 
100 10800  100 10800    0     0  46454      0 --:--:-- --:--:-- --:--:-- 46454
#33 3.979 avsm ok
#33 3.996   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 3.996                                  Dload  Upload   Total   Spent    Left  Speed
#33 3.996 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 4.854 
100 39809  100 39809    0     0  46408      0 --:--:-- --:--:-- --:--:-- 46408
#33 4.860 samoht ok
#33 4.873   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 4.873                                  Dload  Upload   Total   Spent    Left  Speed
#33 4.873 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 5.510 
 24 22612   24  5503    0     0   8641      0  0:00:02 --:--:--  0:00:02  8641
100 22612  100 22612    0     0  33571      0 --:--:-- --:--:-- --:--:--  464k
#33 5.552 kit-ty-kate ok
#33 5.566   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 5.566                                  Dload  Upload   Total   Spent    Left  Speed
#33 5.566 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 6.473 
100  9340  100  9340    0     0  10297      0 --:--:-- --:--:-- --:--:-- 10297
#33 6.479 tarides ok
#33 6.493   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 6.493                                  Dload  Upload   Total   Spent    Left  Speed
#33 6.493 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 6.746 
100  5540  100  5540    0     0  21894      0 --:--:-- --:--:-- --:--:-- 21894
#33 6.752 aantron ok
#33 6.766   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 6.766                                  Dload  Upload   Total   Spent    Left  Speed
#33 6.766 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 7.359 
100  5902  100  5902    0     0   9949      0 --:--:-- --:--:-- --:--:--  9949
#33 7.366 ocamllabs ok
#33 7.380   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 7.380                                  Dload  Upload   Total   Spent    Left  Speed
#33 7.380 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 8.086 
100 45440  100 45440    0     0  64312      0 --:--:-- --:--:-- --:--:-- 64312
#33 8.093 realworldocaml ok
#33 8.108   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 8.108                                  Dload  Upload   Total   Spent    Left  Speed
#33 8.108 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 8.344 
100  8979  100  8979    0     0  37931      0 --:--:-- --:--:-- --:--:-- 37931
#33 8.350 NathanReb ok
#33 8.365   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 8.365                                  Dload  Upload   Total   Spent    Left  Speed
#33 8.365 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 8.629 
100 32638  100 32638    0     0   120k      0 --:--:-- --:--:-- --:--:--  120k
#33 8.634 0install ok
#33 8.649   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 8.650                                  Dload  Upload   Total   Spent    Left  Speed
#33 8.650 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 9.946 
  0     0    0     0    0     0      0      0 --:--:--  0:00:01 --:--:--     0
100  1540  100  1540    0     0    914      0  0:00:01  0:00:01 --:--:--  3969
#33 10.34 gpetiot ok
#33 10.35   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 10.35                                  Dload  Upload   Total   Spent    Left  Speed
#33 10.35 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 10.62 
100  1549  100  1549    0     0   5778      0 --:--:-- --:--:-- --:--:--  5778
#33 10.63 ocaml-ppx ok
#33 10.64   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 10.64                                  Dload  Upload   Total   Spent    Left  Speed
#33 10.64 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 10.88 
100 12959  100 12959    0     0  54407      0 --:--:-- --:--:-- --:--:-- 54407
#33 10.89 CraigFe ok
#33 10.90   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 10.90                                  Dload  Upload   Total   Spent    Left  Speed
#33 10.90 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 11.80 
100  8989  100  8989    0     0  10028      0 --:--:-- --:--:-- --:--:-- 10028
#33 11.80 pascutto ok
#33 11.81   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 11.81                                  Dload  Upload   Total   Spent    Left  Speed
#33 11.81 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 12.03 
100 13903  100 13903    0     0  63608      0 --:--:-- --:--:-- --:--:-- 63608
#33 12.04 Julow ok
#33 12.05   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 12.05                                  Dload  Upload   Total   Spent    Left  Speed
#33 12.05 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 12.28 
100  1520  100  1520    0     0   6670      0 --:--:-- --:--:-- --:--:--  6670
#33 12.29 ocaml-gospel ok
#33 12.30   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 12.30                                  Dload  Upload   Total   Spent    Left  Speed
#33 12.30 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 12.54 
100 58601  100 58601    0     0   242k      0 --:--:-- --:--:-- --:--:--  242k
#33 12.55 vbmithr ok
#33 12.56   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 12.56                                  Dload  Upload   Total   Spent    Left  Speed
#33 12.56 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 12.80 
100 77411  100 77411    0     0   320k      0 --:--:-- --:--:-- --:--:--  320k
#33 12.80 gs0510 ok
#33 12.82   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 12.82                                  Dload  Upload   Total   Spent    Left  Speed
#33 12.82 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 13.05 
100  5604  100  5604    0     0  24216      0 --:--:-- --:--:-- --:--:-- 24216
#33 13.06 MagnusS ok
#33 13.07   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 13.07                                  Dload  Upload   Total   Spent    Left  Speed
#33 13.07 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 13.30 
100  1569  100  1569    0     0   6800      0 --:--:-- --:--:-- --:--:--  6800
#33 13.31 dune-universe ok
#33 13.32   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 13.32                                  Dload  Upload   Total   Spent    Left  Speed
#33 13.32 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 13.56 
100 14408  100 14408    0     0  61365      0 --:--:-- --:--:-- --:--:-- 61365
#33 13.56 janestreet ok
#33 13.58   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 13.58                                  Dload  Upload   Total   Spent    Left  Speed
#33 13.58 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 13.81 
100 10078  100 10078    0     0  43556      0 --:--:-- --:--:-- --:--:-- 43556
#33 13.81 emillon ok
#33 13.83   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 13.83                                  Dload  Upload   Total   Spent    Left  Speed
#33 13.83 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 14.05 
100 13509  100 13509    0     0  62066      0 --:--:-- --:--:-- --:--:-- 62066
#33 14.05 capnproto ok
#33 14.07   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 14.07                                  Dload  Upload   Total   Spent    Left  Speed
#33 14.07 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 14.30 
100  6605  100  6605    0     0  28109      0 --:--:-- --:--:-- --:--:-- 28109
#33 14.31 ocaml-opam ok
#33 14.32   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 14.32                                  Dload  Upload   Total   Spent    Left  Speed
#33 14.32 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 14.54 
100 11985  100 11985    0     0  53978      0 --:--:-- --:--:-- --:--:-- 53978
#33 14.55 ocaml-dune ok
#33 14.57   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 14.57                                  Dload  Upload   Total   Spent    Left  Speed
#33 14.57 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 14.79 
100 10132  100 10132    0     0  45406      0 --:--:-- --:--:-- --:--:-- 45406
#33 14.80 favonia ok
#33 14.81   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 14.81                                  Dload  Upload   Total   Spent    Left  Speed
#33 14.81 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 15.03 
100  8982  100  8982    0     0  40718      0 --:--:-- --:--:-- --:--:-- 40718
#33 15.04 joelburget ok
#33 15.05   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 15.05                                  Dload  Upload   Total   Spent    Left  Speed
#33 15.05 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 15.28 
100 10742  100 10742    0     0  46262      0 --:--:-- --:--:-- --:--:-- 46262
#33 15.29 jeffa5 ok
#33 15.30   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 15.30                                  Dload  Upload   Total   Spent    Left  Speed
#33 15.31 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 15.53 
100  1145  100  1145    0     0   5091      0 --:--:-- --:--:-- --:--:--  5091
#33 15.54 bikallem ok
#33 15.55   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 15.55                                  Dload  Upload   Total   Spent    Left  Speed
#33 15.55 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 15.77 
100 10992  100 10992    0     0  49745      0 --:--:-- --:--:-- --:--:-- 49745
#33 15.78 jonludlam ok
#33 15.79   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 15.79                                  Dload  Upload   Total   Spent    Left  Speed
#33 15.79 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 16.01 
100 19040  100 19040    0     0  87592      0 --:--:-- --:--:-- --:--:-- 87592
#33 16.01 g2p ok
#33 16.03   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 16.03                                  Dload  Upload   Total   Spent    Left  Speed
#33 16.03 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 16.25 
100  1566  100  1566    0     0   7216      0 --:--:-- --:--:-- --:--:--  7216
#33 16.25 stedolan ok
#33 16.27   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 16.27                                  Dload  Upload   Total   Spent    Left  Speed
#33 16.27 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 16.49 
100 34666  100 34666    0     0   149k      0 --:--:-- --:--:-- --:--:--  149k
#33 16.50 ocsigen ok
#33 16.52   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 16.52                                  Dload  Upload   Total   Spent    Left  Speed
#33 16.52 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 16.74 
100  8832  100  8832    0     0  39373      0 --:--:-- --:--:-- --:--:-- 39373
#33 16.74 dinosaure ok
#33 16.76   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 16.76                                  Dload  Upload   Total   Spent    Left  Speed
#33 16.76 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 17.02 
100 97695  100 97695    0     0   361k      0 --:--:-- --:--:-- --:--:--  361k
#33 17.03 hannesm ok
#33 17.05   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 17.05                                  Dload  Upload   Total   Spent    Left  Speed
#33 17.05 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 17.27 
100  9388  100  9388    0     0  42394      0 --:--:-- --:--:-- --:--:-- 42394
#33 17.27 mirleft ok
#33 17.29   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 17.29                                  Dload  Upload   Total   Spent    Left  Speed
#33 17.29 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 17.51 
100  3856  100  3856    0     0  17538      0 --:--:-- --:--:-- --:--:-- 17538
#33 17.51 robur-coop ok
#33 17.53   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 17.53                                  Dload  Upload   Total   Spent    Left  Speed
#33 17.53 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 17.76 
100   790  100   790    0     0   3490      0 --:--:-- --:--:-- --:--:--  3490
#33 17.76 MisterDA ok
#33 17.77   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 17.77                                  Dload  Upload   Total   Spent    Left  Speed
#33 17.77 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 18.00 
100  1530  100  1530    0     0   6729      0 --:--:-- --:--:-- --:--:--  6729
#33 18.01 ocaml-multicore ok
#33 18.02   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 18.02                                  Dload  Upload   Total   Spent    Left  Speed
#33 18.02 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 18.25 
100  7587  100  7587    0     0  34030      0 --:--:-- --:--:-- --:--:-- 34030
#33 18.25 cdaringe ok
#33 18.27   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 18.27                                  Dload  Upload   Total   Spent    Left  Speed
#33 18.27 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 18.51 
100   706  100   706    0     0   2841      0 --:--:-- --:--:-- --:--:--  2841
#33 18.52 inhabitedtype ok
#33 18.53   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 18.53                                  Dload  Upload   Total   Spent    Left  Speed
#33 18.53 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 18.75 
100  9807  100  9807    0     0  45300      0 --:--:-- --:--:-- --:--:-- 45300
#33 18.76 tmcgilchrist ok
#33 18.77   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 18.77                                  Dload  Upload   Total   Spent    Left  Speed
#33 18.77 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 18.99 
100  1519  100  1519    0     0   6956      0 --:--:-- --:--:-- --:--:--  6956
#33 18.99 ocaml-doc ok
#33 19.01   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 19.01                                  Dload  Upload   Total   Spent    Left  Speed
#33 19.01 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 19.23 
100  6973  100  6973    0     0  31838      0 --:--:-- --:--:-- --:--:-- 31838
#33 19.23 grievejia ok
#33 19.25   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 19.25                                  Dload  Upload   Total   Spent    Left  Speed
#33 19.25 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 19.46 
100  5312  100  5312    0     0  25234      0 --:--:-- --:--:-- --:--:-- 25234
#33 19.46 Leonidas-from-XIV ok
#33 19.48   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 19.48                                  Dload  Upload   Total   Spent    Left  Speed
#33 19.48 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 19.71 
100  9230  100  9230    0     0  39380      0 --:--:-- --:--:-- --:--:-- 39380
#33 19.72 ocaml-community ok
#33 19.73   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 19.73                                  Dload  Upload   Total   Spent    Left  Speed
#33 19.73 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 19.96 
100  8183  100  8183    0     0  34868      0 --:--:-- --:--:-- --:--:-- 34868
#33 19.97 verbosemode ok
#33 19.98   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 19.98                                  Dload  Upload   Total   Spent    Left  Speed
#33 19.98 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 20.20 
100  2705  100  2705    0     0  12311      0 --:--:-- --:--:-- --:--:-- 12311
#33 20.21 tomjridge ok
#33 20.23   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 20.23                                  Dload  Upload   Total   Spent    Left  Speed
#33 20.23 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 20.44 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 28293  100 28293    0     0   122k      0 --:--:-- --:--:-- --:--:-- 4604k
#33 20.46 thizanne ok
#33 20.47   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 20.47                                  Dload  Upload   Total   Spent    Left  Speed
#33 20.47 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 20.69 
100  8968  100  8968    0     0  40283      0 --:--:-- --:--:-- --:--:-- 40283
#33 20.70 n-osborne ok
#33 20.71   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 20.71                                  Dload  Upload   Total   Spent    Left  Speed
#33 20.71 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 20.94 
100 61043  100 61043    0     0   266k      0 --:--:-- --:--:-- --:--:--  266k
#33 20.94 TheLortex ok
#33 20.96   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 20.96                                  Dload  Upload   Total   Spent    Left  Speed
#33 20.96 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 21.21 
100 11399  100 11399    0     0  44799      0 --:--:-- --:--:-- --:--:-- 44799
#33 21.22 patricoferris ok
#33 21.23   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 21.23                                  Dload  Upload   Total   Spent    Left  Speed
#33 21.23 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 21.46 
100  2650  100  2650    0     0  11678      0 --:--:-- --:--:-- --:--:-- 11678
#33 21.47 routineco ok
#33 21.48   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 21.48                                  Dload  Upload   Total   Spent    Left  Speed
#33 21.48 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 21.71 
100  9179  100  9179    0     0  40645      0 --:--:-- --:--:-- --:--:-- 40645
#33 21.71 moby ok
#33 21.73   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 21.73                                  Dload  Upload   Total   Spent    Left  Speed
#33 21.73 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 21.95 
100 10942  100 10942    0     0  49473      0 --:--:-- --:--:-- --:--:-- 49473
#33 21.96 djs55 ok
#33 21.98   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 21.98                                  Dload  Upload   Total   Spent    Left  Speed
#33 21.98 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 22.21 
100 66548  100 66548    0     0   281k      0 --:--:-- --:--:-- --:--:--  281k
#33 22.21 hyunha ok
#33 22.23   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 22.23                                  Dload  Upload   Total   Spent    Left  Speed
#33 22.23 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 22.47 
100  4210  100  4210    0     0  17445      0 --:--:-- --:--:-- --:--:-- 17445
#33 22.48 hyper-systems ok
#33 22.49   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 22.49                                  Dload  Upload   Total   Spent    Left  Speed
#33 22.49 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100     9  100     9    0     0     50      0 --:--:-- --:--:-- --:--:--    50
#33 22.68 coco33920 ok
#33 22.69   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 22.69                                  Dload  Upload   Total   Spent    Left  Speed
#33 22.69 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 22.91 
100  1550  100  1550    0     0   6961      0 --:--:-- --:--:-- --:--:--  6961
#33 22.92 sanette ok
#33 22.94   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 22.94                                  Dload  Upload   Total   Spent    Left  Speed
#33 22.94 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 23.16 
100  9035  100  9035    0     0  40699      0 --:--:-- --:--:-- --:--:-- 40699
#33 23.17 maiste ok
#33 23.18   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 23.18                                  Dload  Upload   Total   Spent    Left  Speed
#33 23.18 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 23.40 
100 10358  100 10358    0     0  46737      0 --:--:-- --:--:-- --:--:-- 46737
#33 23.41 yomimono ok
#33 23.42   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 23.42                                  Dload  Upload   Total   Spent    Left  Speed
#33 23.42 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 23.64 
100 13727  100 13727    0     0  64978      0 --:--:-- --:--:-- --:--:-- 64978
#33 23.64 c-cube ok
#33 23.65   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 23.65                                  Dload  Upload   Total   Spent    Left  Speed
#33 23.65 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 23.87 
100  7266  100  7266    0     0  33105      0 --:--:-- --:--:-- --:--:-- 33105
#33 23.88 novemberkilo ok
#33 23.89   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 23.89                                  Dload  Upload   Total   Spent    Left  Speed
#33 23.89 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 24.11 
100 12132  100 12132    0     0  57429      0 --:--:-- --:--:-- --:--:-- 57429
#33 24.11 joaosreis ok
#33 24.13   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 24.13                                  Dload  Upload   Total   Spent    Left  Speed
#33 24.13 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 24.35 
100  1589  100  1589    0     0   7117      0 --:--:-- --:--:-- --:--:--  7117
#33 24.35 mtelvers ok
#33 24.37   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 24.37                                  Dload  Upload   Total   Spent    Left  Speed
#33 24.37 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 24.60 
100  1285  100  1285    0     0   5595      0 --:--:-- --:--:-- --:--:--  5595
#33 24.61 ygrek ok
#33 24.62   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 24.62                                  Dload  Upload   Total   Spent    Left  Speed
#33 24.62 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 24.85 
100 14300  100 14300    0     0  62143      0 --:--:-- --:--:-- --:--:-- 62143
#33 24.85 geocaml ok
#33 24.87   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 24.87                                  Dload  Upload   Total   Spent    Left  Speed
#33 24.87 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 25.09 
100  1519  100  1519    0     0   6907      0 --:--:-- --:--:-- --:--:--  6907
#33 25.10 panglesd ok
#33 25.11   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 25.11                                  Dload  Upload   Total   Spent    Left  Speed
#33 25.11 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 25.34 
100  8794  100  8794    0     0  39014      0 --:--:-- --:--:-- --:--:-- 39014
#33 25.35 SimonJF ok
#33 25.36   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 25.36                                  Dload  Upload   Total   Spent    Left  Speed
#33 25.36 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 25.58 
100 10007  100 10007    0     0  44427      0 --:--:-- --:--:-- --:--:-- 44427
#33 25.59 haesbaert ok
#33 25.60   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 25.60                                  Dload  Upload   Total   Spent    Left  Speed
#33 25.60 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 25.83 
100  8232  100  8232    0     0  36273      0 --:--:-- --:--:-- --:--:-- 36273
#33 25.83 benmandrew ok
#33 25.85   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 25.85                                  Dload  Upload   Total   Spent    Left  Speed
#33 25.85 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 26.07 
100  4713  100  4713    0     0  21251      0 --:--:-- --:--:-- --:--:-- 21251
#33 26.08 andrenth ok
#33 26.09   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 26.09                                  Dload  Upload   Total   Spent    Left  Speed
#33 26.09 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 26.32 
100  6125  100  6125    0     0  27136      0 --:--:-- --:--:-- --:--:-- 27136
#33 26.32 backtracking ok
#33 26.34   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 26.34                                  Dload  Upload   Total   Spent    Left  Speed
#33 26.34 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 26.56 
100  1569  100  1569    0     0   7126      0 --:--:-- --:--:-- --:--:--  7126
#33 26.56 jmid ok
#33 26.58   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 26.58                                  Dload  Upload   Total   Spent    Left  Speed
#33 26.58 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 26.82 
100  5476  100  5476    0     0  22968      0 --:--:-- --:--:-- --:--:-- 22968
#33 26.82 shindere ok
#33 26.84   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 26.84                                  Dload  Upload   Total   Spent    Left  Speed
#33 26.84 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 27.07 
100 70613  100 70613    0     0   295k      0 --:--:-- --:--:-- --:--:--  295k
#33 27.08 gildor478 ok
#33 27.09   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 27.09                                  Dload  Upload   Total   Spent    Left  Speed
#33 27.09 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 27.32 
100 13672  100 13672    0     0  60331      0 --:--:-- --:--:-- --:--:-- 60331
#33 27.32 mefyl ok
#33 27.34   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 27.34                                  Dload  Upload   Total   Spent    Left  Speed
#33 27.34 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 27.56 
100  5923  100  5923    0     0  26968      0 --:--:-- --:--:-- --:--:-- 26968
#33 27.56 ElectreAAS ok
#33 27.58   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 27.58                                  Dload  Upload   Total   Spent    Left  Speed
#33 27.58 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 27.81 
100 11253  100 11253    0     0  48860      0 --:--:-- --:--:-- --:--:-- 48860
#33 27.82 well-typed-lightbulbs ok
#33 27.83   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 27.83                                  Dload  Upload   Total   Spent    Left  Speed
#33 27.83 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 28.05 
100  3235  100  3235    0     0  14852      0 --:--:-- --:--:-- --:--:-- 14852
#33 28.05 johnyob ok
#33 28.07   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 28.07                                  Dload  Upload   Total   Spent    Left  Speed
#33 28.07 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 28.31 
100  7053  100  7053    0     0  29196      0 --:--:-- --:--:-- --:--:-- 29196
#33 28.31 lasamlai ok
#33 28.33   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 28.33                                  Dload  Upload   Total   Spent    Left  Speed
#33 28.33 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 28.56 
100 14299  100 14299    0     0  61937      0 --:--:-- --:--:-- --:--:-- 61937
#33 28.57 zshipko ok
#33 28.58   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 28.58                                  Dload  Upload   Total   Spent    Left  Speed
#33 28.58 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 28.80 
100  8123  100  8123    0     0  36938      0 --:--:-- --:--:-- --:--:-- 36938
#33 28.81 andreas ok
#33 28.82   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 28.82                                  Dload  Upload   Total   Spent    Left  Speed
#33 28.82 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 29.04 
100 60456  100 60456    0     0   267k      0 --:--:-- --:--:-- --:--:--  267k
#33 29.05 bobot ok
#33 29.06   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 29.06                                  Dload  Upload   Total   Spent    Left  Speed
#33 29.06 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 29.29 
100 19681  100 19681    0     0  86820      0 --:--:-- --:--:-- --:--:-- 86820
#33 29.29 dialohq ok
#33 29.31   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 29.31                                  Dload  Upload   Total   Spent    Left  Speed
#33 29.31 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 29.53 
100  6526  100  6526    0     0  30022      0 --:--:-- --:--:-- --:--:-- 30022
#33 29.53 reynir ok
#33 29.55   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 29.55                                  Dload  Upload   Total   Spent    Left  Speed
#33 29.55 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 29.77 
100  1561  100  1561    0     0   7000      0 --:--:-- --:--:-- --:--:--  7000
#33 29.78 nilsbecker ok
#33 29.79   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 29.79                                  Dload  Upload   Total   Spent    Left  Speed
#33 29.79 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 30.00 
100  7805  100  7805    0     0  36459      0 --:--:-- --:--:-- --:--:-- 36459
#33 30.01 ngernest ok
#33 30.03   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 30.03                                  Dload  Upload   Total   Spent    Left  Speed
#33 30.03 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 30.25 
100  1538  100  1538    0     0   6937      0 --:--:-- --:--:-- --:--:--  6937
#33 30.25 progman1 ok
#33 30.27   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 30.27                                  Dload  Upload   Total   Spent    Left  Speed
#33 30.27 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 30.50 
100  8704  100  8704    0     0  38304      0 --:--:-- --:--:-- --:--:-- 38304
#33 30.50 moyodiallo ok
#33 30.51   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 30.51                                  Dload  Upload   Total   Spent    Left  Speed
#33 30.51 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 30.75 
100 41957  100 41957    0     0   173k      0 --:--:-- --:--:-- --:--:--  173k
#33 30.76 edwintorok ok
#33 30.77   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 30.77                                  Dload  Upload   Total   Spent    Left  Speed
#33 30.77 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 30.99 
100  1540  100  1540    0     0   7202      0 --:--:-- --:--:-- --:--:--  7202
#33 30.99 smuenzel ok
#33 31.01   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 31.01                                  Dload  Upload   Total   Spent    Left  Speed
#33 31.01 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 31.23 
100  9906  100  9906    0     0  44859      0 --:--:-- --:--:-- --:--:-- 44859
#33 31.24 9glenda ok
#33 31.25   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 31.25                                  Dload  Upload   Total   Spent    Left  Speed
#33 31.25 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 31.48 
100  5798  100  5798    0     0  24796      0 --:--:-- --:--:-- --:--:-- 24796
#33 31.49 Cumulus ok
#33 31.51   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 31.51                                  Dload  Upload   Total   Spent    Left  Speed
#33 31.51 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100     9  100     9    0     0     49      0 --:--:-- --:--:-- --:--:--    49
#33 31.69 gustavodiasag ok
#33 31.71   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 31.71                                  Dload  Upload   Total   Spent    Left  Speed
#33 31.71 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 31.94 
100 43477  100 43477    0     0   183k      0 --:--:-- --:--:-- --:--:--  183k
#33 31.95 art-w ok
#33 31.96   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 31.96                                  Dload  Upload   Total   Spent    Left  Speed
#33 31.96 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 32.20 
100  9409  100  9409    0     0  40436      0 --:--:-- --:--:-- --:--:-- 40436
#33 32.20 sqids ok
#33 32.22   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 32.22                                  Dload  Upload   Total   Spent    Left  Speed
#33 32.22 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 32.44 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  6298  100  6298    0     0  26939      0 --:--:-- --:--:-- --:--:-- 1230k
#33 32.46 rizo ok
#33 32.47   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 32.47                                  Dload  Upload   Total   Spent    Left  Speed
#33 32.47 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 32.70 
100  8330  100  8330    0     0  36612      0 --:--:-- --:--:-- --:--:-- 36612
#33 32.71 koonwen ok
#33 32.72   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 32.72                                  Dload  Upload   Total   Spent    Left  Speed
#33 32.72 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 32.95 
100 48867  100 48867    0     0   209k      0 --:--:-- --:--:-- --:--:--  209k
#33 32.95 lubegasimon ok
#33 32.97   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 32.97                                  Dload  Upload   Total   Spent    Left  Speed
#33 32.97 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 33.19 
100  7252  100  7252    0     0  32436      0 --:--:-- --:--:-- --:--:-- 32436
#33 33.20 punchagan ok
#33 33.21   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 33.21                                  Dload  Upload   Total   Spent    Left  Speed
#33 33.21 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 33.44 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   807  100   807    0     0   3493      0 --:--:-- --:--:-- --:--:--  131k
#33 33.45 ahrefs ok
#33 33.47   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 33.47                                  Dload  Upload   Total   Spent    Left  Speed
#33 33.47 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 33.69 
100  1571  100  1571    0     0   7009      0 --:--:-- --:--:-- --:--:--  7009
#33 33.70 ocaml-semver ok
#33 33.71   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 33.71                                  Dload  Upload   Total   Spent    Left  Speed
#33 33.71 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 33.93 
100  1553  100  1553    0     0   7125      0 --:--:-- --:--:-- --:--:--  7125
#33 33.94 raphael-proust ok
#33 33.95   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 33.95                                  Dload  Upload   Total   Spent    Left  Speed
#33 33.95 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 34.18 
100  6985  100  6985    0     0  31093      0 --:--:-- --:--:-- --:--:-- 31093
#33 34.18 tiferrei ok
#33 34.20   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 34.20                                  Dload  Upload   Total   Spent    Left  Speed
#33 34.20 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 34.43 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  3498  100  3498    0     0  14566      0 --:--:-- --:--:-- --:--:--  683k
#33 34.44 deepmarker ok
#33 34.46   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 34.46                                  Dload  Upload   Total   Spent    Left  Speed
#33 34.46 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 34.68 
100  4813  100  4813    0     0  21733      0 --:--:-- --:--:-- --:--:-- 21733
#33 34.69 FayCarsons ok
#33 34.70   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 34.70                                  Dload  Upload   Total   Spent    Left  Speed
#33 34.70 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 35.15 
100  3215  100  3215    0     0   7224      0 --:--:-- --:--:-- --:--:--  7224
#33 35.15 ptrichr ok
#33 35.17   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 35.17                                  Dload  Upload   Total   Spent    Left  Speed
#33 35.17 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 35.39 
100  6422  100  6422    0     0  29488      0 --:--:-- --:--:-- --:--:-- 29488
#33 35.39 umd-cmsc330 ok
#33 35.41   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 35.41                                  Dload  Upload   Total   Spent    Left  Speed
#33 35.41 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 35.64 
100  1538  100  1538    0     0   6469      0 --:--:-- --:--:-- --:--:--  6469
#33 35.65 mbarbin ok
#33 35.66   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 35.66                                  Dload  Upload   Total   Spent    Left  Speed
#33 35.66 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 35.88 
100  5706  100  5706    0     0  26519      0 --:--:-- --:--:-- --:--:-- 26519
#33 35.88 johnwhitington ok
#33 35.90   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 35.90                                  Dload  Upload   Total   Spent    Left  Speed
#33 35.90 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 36.12 
100  5662  100  5662    0     0  26023      0 --:--:-- --:--:-- --:--:-- 26023
#33 36.12 dra27 ok
#33 36.14   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 36.14                                  Dload  Upload   Total   Spent    Left  Speed
#33 36.14 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 36.36 
100  1516  100  1516    0     0   7028      0 --:--:-- --:--:-- --:--:--  7028
#33 36.36 solo5 ok
#33 36.38   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 36.38                                  Dload  Upload   Total   Spent    Left  Speed
#33 36.38 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 36.62 
100  4827  100  4827    0     0  20235      0 --:--:-- --:--:-- --:--:-- 20235
#33 36.62 INRIA ok
#33 36.64   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#33 36.64                                  Dload  Upload   Total   Spent    Left  Speed
#33 36.64 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#33 36.85 
100   699  100   699    0     0   3278      0 --:--:-- --:--:-- --:--:--  3278
#33 36.86 tbrk ok
#33 DONE 36.9s

#34 [stage-1 11/12] RUN xargs -n 1 /usr/local/bin/add-profile-picture --gitlab < /gitlab-organisations.txt
#34 0.274   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#34 0.274                                  Dload  Upload   Total   Spent    Left  Speed
#34 0.274 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   285  100   285    0     0   1050      0 --:--:-- --:--:-- --:--:--  1047
100   285  100   285    0     0   1049      0 --:--:-- --:--:-- --:--:--  1047
#34 0.565   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#34 0.565                                  Dload  Upload   Total   Spent    Left  Speed
#34 0.565 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  3493  100  3493    0     0  63367      0 --:--:-- --:--:-- --:--:-- 64685
#34 0.625 talex5 ok
#34 0.642   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#34 0.642                                  Dload  Upload   Total   Spent    Left  Speed
#34 0.642 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   297  100   297    0     0   1186      0 --:--:-- --:--:-- --:--:--  1188
#34 0.909   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#34 0.909                                  Dload  Upload   Total   Spent    Left  Speed
#34 0.909 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  2286  100  2286    0     0  48067      0 --:--:-- --:--:-- --:--:-- 48638
#34 0.961 tmcgilchrist ok
#34 0.977   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#34 0.977                                  Dload  Upload   Total   Spent    Left  Speed
#34 0.977 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100     2  100     2    0     0      8      0 --:--:-- --:--:-- --:--:--     8
#34 1.210 ERROR: Profile picture lookup for nomadic-labs
#34 1.226   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#34 1.226                                  Dload  Upload   Total   Spent    Left  Speed
#34 1.226 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   223  100   223    0     0    871      0 --:--:-- --:--:-- --:--:--   874
#34 1.496   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#34 1.496                                  Dload  Upload   Total   Spent    Left  Speed
#34 1.496 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100 23952  100 23952    0     0    99k      0 --:--:-- --:--:-- --:--:--   99k
#34 1.736 maiste ok
#34 1.751   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#34 1.751                                  Dload  Upload   Total   Spent    Left  Speed
#34 1.751 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   247  100   247    0     0   1181      0 --:--:-- --:--:-- --:--:--  1187
#34 1.973   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#34 1.973                                  Dload  Upload   Total   Spent    Left  Speed
#34 1.973 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  1354  100  1354    0     0   5414      0 --:--:-- --:--:-- --:--:--  5437
#34 2.228 raphael-proust ok
#34 DONE 2.2s

#35 exporting to image
#35 exporting layers
#35 exporting layers 0.6s done
#35 writing image sha256:aa6dfee64d4c34dfc6f0aa22b8481bb45a7b72b24c1fc7dc3a384919673c7bb5 done
#35 DONE 0.6s
Job succeeded
2026-02-27 10:40.30: Job succeeded