2026-05-04 16:48.14: New job: test ygrek/ocurl https://github.com/ygrek/ocurl.git#refs/heads/static (49b2688fd4d45d6314854aae1424ea10da599710) (linux-x86_64:ubuntu-22.04-4.14_opam-2.5) Base: ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:9978d28b1510425f9fa78e53f7123219de900b660f115242255dec9bdd416d1a Opam project build To reproduce locally: git clone --recursive "https://github.com/ygrek/ocurl.git" -b "static" && cd "ocurl" && git reset --hard 49b2688f cat > Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:9978d28b1510425f9fa78e53f7123219de900b660f115242255dec9bdd416d1a # ubuntu-22.04-4.14_opam-2.5 USER 1000:1000 ENV CLICOLOR_FORCE="1" ENV OPAMCOLOR="always" WORKDIR /src RUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam RUN opam init --reinit -ni RUN uname -rs && opam exec -- ocaml -version && opam --version WORKDIR /src RUN sudo chown opam /src RUN cd ~/opam-repository && (git cat-file -e dd592986d47d277a9eee2bf37e1c4aa3a0c3efbd || git fetch origin master) && git reset -q --hard dd592986d47d277a9eee2bf37e1c4aa3a0c3efbd && git log --no-decorate -n1 --oneline && opam update -u COPY --chown=1000:1000 curl_lwt.opam curl.opam ./ RUN opam pin add -yn curl_lwt.dev './' && \ opam pin add -yn curl.dev './' RUN echo '(lang dune 3.0)' > './dune-project' ENV DEPS="base-bigarray.base base-bytes.base base-threads.base base-unix.base conf-libcurl.2 cppo.1.8.0 csexp.1.5.2 dune.3.22.2 dune-configurator.3.22.2 lwt.6.1.2 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8 ocplib-endian.1.2" ENV CI="true" ENV OCAMLCI="true" RUN opam update --depexts && opam install --cli=2.5 --depext-only -y curl_lwt.dev curl.dev $DEPS RUN opam install $DEPS COPY --chown=1000:1000 . /src RUN opam exec -- dune build @install @check @runtest && rm -rf _build END-OF-DOCKERFILE docker build . END-REPRO-BLOCK 2026-05-04 16:48.14: Using cache hint "ygrek/ocurl-ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:9978d28b1510425f9fa78e53f7123219de900b660f115242255dec9bdd416d1a-ubuntu-22.04-4.14_opam-2.5-b16737b51da75d0489cef3c40418c95f" 2026-05-04 16:48.14: Using OBuilder spec: ((from ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:9978d28b1510425f9fa78e53f7123219de900b660f115242255dec9bdd416d1a) (comment ubuntu-22.04-4.14_opam-2.5) (user (uid 1000) (gid 1000)) (env CLICOLOR_FORCE 1) (env OPAMCOLOR always) (workdir /src) (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam")) (run (shell "opam init --reinit -ni")) (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) (workdir /src) (run (shell "sudo chown opam /src")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e dd592986d47d277a9eee2bf37e1c4aa3a0c3efbd || git fetch origin master) && git reset -q --hard dd592986d47d277a9eee2bf37e1c4aa3a0c3efbd && git log --no-decorate -n1 --oneline && opam update -u")) (copy (src curl_lwt.opam curl.opam) (dst ./)) (run (network host) (shell "opam pin add -yn curl_lwt.dev './' && \ \nopam pin add -yn curl.dev './'")) (run (shell "echo '(lang dune 3.0)' > './dune-project'")) (env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base conf-libcurl.2 cppo.1.8.0 csexp.1.5.2 dune.3.22.2 dune-configurator.3.22.2 lwt.6.1.2 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8 ocplib-endian.1.2") (env CI true) (env OCAMLCI true) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam update --depexts && opam install --cli=2.5 --depext-only -y curl_lwt.dev curl.dev $DEPS")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam install $DEPS")) (copy (src .) (dst /src)) (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build")) ) 2026-05-04 16:48.14: Waiting for resource in pool OCluster 2026-05-04 16:48.14: Waiting for worker… 2026-05-04 16:48.38: Got resource from pool OCluster Building on clete.caelum.ci.dev All commits already cached HEAD is now at 49b2688 static link (from ocaml/opam:ubuntu-22.04-ocaml-4.14@sha256:9978d28b1510425f9fa78e53f7123219de900b660f115242255dec9bdd416d1a) 2026-05-04 16:49.24 ---> using "8f2b5d0a59cc03e6e84b710b80d10f3206c6bcf1d163b115e624435fb4299fd5" from cache /: (comment ubuntu-22.04-4.14_opam-2.5) /: (user (uid 1000) (gid 1000)) /: (env CLICOLOR_FORCE 1) /: (env OPAMCOLOR always) /: (workdir /src) /src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam")) 2026-05-04 16:49.24 ---> using "87fdcf2f2a15f69e2326fdefca603bf7e5009918339b39978c52d9140c3c5cd9" from cache /src: (run (shell "opam init --reinit -ni")) Configuring from /home/opam/.opamrc and then from built-in defaults. Checking for available remotes: rsync and local, git. - you won't be able to use mercurial repositories unless you install the hg command on your system. - you won't be able to use darcs repositories unless you install the darcs command on your system. This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted. You may want to back it up before going further. Continue? [Y/n] y Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2026-05-04 16:49.24 ---> using "0780bb7df08dce901f0f1d0c7e2ed44e749fe768d09bfe42aa793c4b41ebc505" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-110-generic The OCaml toplevel, version 4.14.3 2.5.1 2026-05-04 16:49.24 ---> using "292a08f2d8ffaadcbe2e8aef0b4b29bd4676ba1d6895ab82a8f9fed1b58fe31a" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2026-05-04 16:49.24 ---> using "a03adddbad1c03d5ec72934682e5f46d67d262e0e097e2afa79c5c78dfcdb45a" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e dd592986d47d277a9eee2bf37e1c4aa3a0c3efbd || git fetch origin master) && git reset -q --hard dd592986d47d277a9eee2bf37e1c4aa3a0c3efbd && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD 045748b2d8..ade76687fb master -> origin/master dd592986d4 Merge pull request #29752 from raphael-proust/opam-publish-lwt.6.1.2 <><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><> [default] synchronised from git+file:///home/opam/opam-repository Everything as up-to-date as possible (run with --verbose to show unavailable upgrades). However, you may "opam upgrade" these packages explicitly at these versions (e.g. "opam upgrade ocaml.5.5.0"), which will ask permission to downgrade or uninstall the conflicting packages. Nothing to do. # To update the current shell environment, run: eval $(opam env) 2026-05-04 16:50.25 ---> saved as "51f0ba218721dd8228c73d5d9e880b31d6b18252c1b97dc1ad051fe0ce4b5b83" /src: (copy (src curl_lwt.opam curl.opam) (dst ./)) 2026-05-04 16:51.18 ---> saved as "0af3b6aae9dd2dedb7b06175fd691d1d07a5158081cc4b8fd28f5e1c671b7d08" /src: (run (network host) (shell "opam pin add -yn curl_lwt.dev './' && \ \nopam pin add -yn curl.dev './'")) [curl_lwt.dev] synchronised (file:///src) curl_lwt is now pinned to file:///src (version dev) [curl.dev] synchronised (file:///src) curl is now pinned to file:///src (version dev) 2026-05-04 16:52.33 ---> saved as "512fbd94ab8a73dde097a76e17e93848506c7e4e645b23c66acc81f68b4b626f" /src: (run (shell "echo '(lang dune 3.0)' > './dune-project'")) 2026-05-04 16:53.31 ---> saved as "74ecd417d80f7eaca6e936d0b3b5c1497d4c4f9e3978e57aca325d82670f528f" /src: (env DEPS "base-bigarray.base base-bytes.base base-threads.base base-unix.base conf-libcurl.2 cppo.1.8.0 csexp.1.5.2 dune.3.22.2 dune-configurator.3.22.2 lwt.6.1.2 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 ocamlfind.1.9.8 ocplib-endian.1.2") /src: (env CI true) /src: (env OCAMLCI true) /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam update --depexts && opam install --cli=2.5 --depext-only -y curl_lwt.dev curl.dev $DEPS")) + /usr/bin/sudo "apt-get" "update" - Hit:1 http://archive.ubuntu.com/ubuntu jammy InRelease - Get:2 http://archive.ubuntu.com/ubuntu jammy-updates InRelease [128 kB] - Get:3 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] - Get:4 http://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] - Ign:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages - Ign:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages - Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [7245 kB] - Get:8 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1293 kB] - Get:9 http://archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [86.0 kB] - Get:10 http://archive.ubuntu.com/ubuntu jammy-backports/main amd64 Packages [82.8 kB] - Get:11 http://archive.ubuntu.com/ubuntu jammy-backports/universe amd64 Packages [35.6 kB] - Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [4245 kB] - Err:5 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages - File has unexpected size (4244710 != 4245052). Mirror sync in progress? [IP: 91.189.91.81 80] - Hashes of expected file: - - Filesize:4245052 [weak] - - SHA256:6908eee0bbaa974d38cea7f00d33cd0fe608bb8da190dbc3858a9020beec2373 - - SHA1:67fa076ac30ea1611951caac1b8442614d8797c2 [weak] - - MD5Sum:e0d8044f926dd348409ba0739d9eb340 [weak] - Release file created at: Mon, 04 May 2026 13:51:20 +0000 - Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1601 kB] - Ign:8 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages - Get:12 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [3908 kB] - Ign:13 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages - Get:8 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1293 kB] - Get:13 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [6978 kB] - Fetched 20.3 MB in 4min 4s (83.2 kB/s) - Reading package lists... - - E: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/jammy-updates/main/binary-amd64/Packages.gz File has unexpected size (4244710 != 4245052). Mirror sync in progress? [IP: 91.189.91.81 80] - Hashes of expected file: - - Filesize:4245052 [weak] - - SHA256:6908eee0bbaa974d38cea7f00d33cd0fe608bb8da190dbc3858a9020beec2373 - - SHA1:67fa076ac30ea1611951caac1b8442614d8797c2 [weak] - - MD5Sum:e0d8044f926dd348409ba0739d9eb340 [weak] - Release file created at: Mon, 04 May 2026 13:51:20 +0000 - E: Some index files failed to download. They have been ignored, or old ones used instead. Fatal error: System package update failed with exit code 100 at command: sudo apt-get update "/usr/bin/env" "bash" "-c" "opam update --depexts && opam install --cli=2.5 --depext-only -y curl_lwt.dev curl.dev $DEPS" failed with exit status 99 2026-05-04 16:59.27: Job failed: Failed: Build failed