Build:
- 0
2025-05-31 21:29.18: New job: build cohttp-connpool-eio.0.1, using opam 2.3 from https://github.com/ocaml/opam-repository.git#refs/pull/27972/head (b74273c0b30fbcaea6b94f2c6c614a9d70bc4cf0) on ubuntu-22.04-ocaml-5.3/amd64 To reproduce locally: cd $(mktemp -d) git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/27972/head" && git reset --hard b74273c0 git fetch origin master git merge --no-edit f96c4f16cc7eb44c5c16b7fcaf148546c8a18eba cat > ../Dockerfile <<'END-OF-DOCKERFILE' FROM ocaml/opam:ubuntu-22.04-ocaml-5.3@sha256:14cb45f293425d833d8703773b197012c443ccd5bfefb1f3627430e17e1ed8ec USER 1000:1000 WORKDIR /home/opam RUN sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam RUN opam init --reinit -ni RUN opam option solver=builtin-0install && opam config report ENV OPAMDOWNLOADJOBS="1" ENV OPAMERRLOGLEN="0" ENV OPAMPRECISETRACKING="1" ENV CI="true" ENV OPAM_REPO_CI="true" RUN rm -rf opam-repository/ COPY --chown=1000:1000 . opam-repository/ RUN opam repository set-url --strict default opam-repository/ RUN opam update --depexts || true RUN opam pin add -k version -yn cohttp-connpool-eio.0.1 0.1 RUN opam reinstall cohttp-connpool-eio.0.1; \ res=$?; \ test "$res" != 31 && exit "$res"; \ export OPAMCLI=2.0; \ build_dir=$(opam var prefix)/.opam-switch/build; \ failed=$(ls "$build_dir"); \ partial_fails=""; \ for pkg in $failed; do \ if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"ubuntu-22.04\""; then \ echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \ fi; \ test "$pkg" != 'cohttp-connpool-eio.0.1' && partial_fails="$partial_fails $pkg"; \ done; \ test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \ exit 1 END-OF-DOCKERFILE docker build -f ../Dockerfile . 2025-05-31 21:29.18: Using cache hint "ocaml/opam:ubuntu-22.04-ocaml-5.3@sha256:14cb45f293425d833d8703773b197012c443ccd5bfefb1f3627430e17e1ed8ec-cohttp-connpool-eio.0.1-b74273c0b30fbcaea6b94f2c6c614a9d70bc4cf0" 2025-05-31 21:29.18: Using OBuilder spec: ((from ocaml/opam:ubuntu-22.04-ocaml-5.3@sha256:14cb45f293425d833d8703773b197012c443ccd5bfefb1f3627430e17e1ed8ec) (user (uid 1000) (gid 1000)) (workdir /home/opam) (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam")) (run (network host) (shell "opam init --reinit --config .opamrc-sandbox -ni")) (run (shell "opam option solver=builtin-0install && opam config report")) (env OPAMDOWNLOADJOBS 1) (env OPAMERRLOGLEN 0) (env OPAMPRECISETRACKING 1) (env CI true) (env OPAM_REPO_CI true) (run (shell "rm -rf opam-repository/")) (copy (src .) (dst opam-repository/)) (run (shell "opam repository set-url --strict default opam-repository/")) (run (network host) (shell "opam update --depexts || true")) (run (shell "opam pin add -k version -yn cohttp-connpool-eio.0.1 0.1")) (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall cohttp-connpool-eio.0.1;\ \n res=$?;\ \n test \"$res\" != 31 && exit \"$res\";\ \n export OPAMCLI=2.0;\ \n build_dir=$(opam var prefix)/.opam-switch/build;\ \n failed=$(ls \"$build_dir\");\ \n partial_fails=\"\";\ \n for pkg in $failed; do\ \n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"ubuntu-22.04\\\"\"; then\ \n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\ \n fi;\ \n test \"$pkg\" != 'cohttp-connpool-eio.0.1' && partial_fails=\"$partial_fails $pkg\";\ \n done;\ \n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\ \n exit 1")) ) 2025-05-31 21:29.18: Waiting for resource in pool OCluster 2025-05-31 21:29.18: Waiting for worker… 2025-05-31 21:29.18: Got resource from pool OCluster Building on x86-bm-c5.sw.ocaml.org Updating files: 95% (22169/23172) Updating files: 96% (22246/23172) Updating files: 97% (22477/23172) Updating files: 98% (22709/23172) Updating files: 99% (22941/23172) Updating files: 100% (23172/23172) Updating files: 100% (23172/23172), done. HEAD is now at 4bc9ceb969 [new release] cohttp-connpool-eio (0.1) HEAD is now at f96c4f16cc Merge pull request #27909 from let-def/release-lwd-v0.4 Updating f96c4f16cc..b74273c0b3 Fast-forward .../cohttp-connpool-eio.0.1/opam | 44 ++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 packages/cohttp-connpool-eio/cohttp-connpool-eio.0.1/opam (from ocaml/opam:ubuntu-22.04-ocaml-5.3@sha256:14cb45f293425d833d8703773b197012c443ccd5bfefb1f3627430e17e1ed8ec) 2025-05-31 21:30.02 ---> saved as "b0af4c7887bd9fe71f3239fbc7ad569216dcf1b75a4e3ab74c6b6a2c116022bf" /: (user (uid 1000) (gid 1000)) /: (workdir /home/opam) /home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam")) 2025-05-31 21:30.03 ---> saved as "b31d3855272b61598bec29b20f6174564aa9efef3fc737088907aa1f8e413719" /home/opam: (run (network host) (shell "opam init --reinit --config .opamrc-sandbox -ni")) Configuring from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally 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 development 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 [NOTE] The 'jobs' option was reset, its value was 255 and its new value will vary according to the current number of cores on your machine. You can restore the fixed value using: opam option jobs=255 --global Format upgrade done. <><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><> [default] Initialised 2025-05-31 21:30.35 ---> saved as "86aa6cb54f749ed41a71cbf0df8b07e24500372dd64ff1df2bc18f03ed84eeac" /home/opam: (run (shell "opam option solver=builtin-0install && opam config report")) Set to 'builtin-0install' the field solver in global configuration # opam config report # opam-version 2.3.0 (35acd0c5abc5e66cdbd5be16ba77aa6c33a4c724) # self-upgrade no # system arch=x86_64 os=linux os-distribution=ubuntu os-version=22.04 # solver builtin-0install # install-criteria -changed,-count[avoid-version,solution] # upgrade-criteria -count[avoid-version,solution] # jobs 31 # repositories 1 (version-controlled) # pinned 1 (version) # current-switch 5.3 # invariant ["ocaml-base-compiler" {>= "5.3.0"}] # compiler-packages ocaml-base-compiler.5.3.0, ocaml-compiler.5.3.0, ocaml-options-vanilla.1 # ocaml:native true # ocaml:native-tools true # ocaml:native-dynlink true # ocaml:stubsdir /home/opam/.opam/5.3/lib/ocaml/stublibs:/home/opam/.opam/5.3/lib/ocaml # ocaml:preinstalled false # ocaml:compiler 5.3.0 2025-05-31 21:30.36 ---> saved as "d604eeed7eb206a57acf60fbc867328c4aada8e4841862d9a6389f3559e36851" /home/opam: (env OPAMDOWNLOADJOBS 1) /home/opam: (env OPAMERRLOGLEN 0) /home/opam: (env OPAMPRECISETRACKING 1) /home/opam: (env CI true) /home/opam: (env OPAM_REPO_CI true) /home/opam: (run (shell "rm -rf opam-repository/")) 2025-05-31 21:30.46 ---> saved as "5d04500ff8f7bcf61c89f144675fc93e7d93ff2057d5b7f110536d3a5db27146" /home/opam: (copy (src .) (dst opam-repository/)) 2025-05-31 21:30.53 ---> saved as "68199c64dc9965cead7e128e9682a15fbc3c3f66db9b58d30d5a6a23ab7684bb" /home/opam: (run (shell "opam repository set-url --strict default opam-repository/")) [default] Initialised 2025-05-31 21:31.19 ---> saved as "daf1f8e94c9e41a4e3c93a1da6bc52e968e7f996cbc9f5b99f9545fbdd3a615c" /home/opam: (run (network host) (shell "opam update --depexts || true")) + /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://security.ubuntu.com/ubuntu jammy-security InRelease [129 kB] - Get:4 http://archive.ubuntu.com/ubuntu jammy-backports InRelease [127 kB] - Get:5 http://archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [1553 kB] - Get:6 http://archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [4564 kB] - Get:7 http://archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [3264 kB] - Get:8 http://security.ubuntu.com/ubuntu jammy-security/restricted amd64 Packages [4410 kB] - Get:9 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 Packages [1246 kB] - Get:10 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages [2953 kB] - Fetched 18.4 MB in 1s (13.7 MB/s) - Reading package lists... - 2025-05-31 21:31.22 ---> saved as "562a8b2fadad54d7c20191324b94b875e4053cddab2a87a52b99cd1c9fba2c06" /home/opam: (run (shell "opam pin add -k version -yn cohttp-connpool-eio.0.1 0.1")) cohttp-connpool-eio is now pinned to version 0.1 2025-05-31 21:31.22 ---> saved as "4b91ed22068b0a8e8ae78a29dabef10412235206874e31e835fad4332e6a6e2f" /home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "opam reinstall cohttp-connpool-eio.0.1;\ \n res=$?;\ \n test \"$res\" != 31 && exit \"$res\";\ \n export OPAMCLI=2.0;\ \n build_dir=$(opam var prefix)/.opam-switch/build;\ \n failed=$(ls \"$build_dir\");\ \n partial_fails=\"\";\ \n for pkg in $failed; do\ \n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"ubuntu-22.04\\\"\"; then\ \n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\ \n fi;\ \n test \"$pkg\" != 'cohttp-connpool-eio.0.1' && partial_fails=\"$partial_fails $pkg\";\ \n done;\ \n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\ \n exit 1")) cohttp-connpool-eio.0.1 is not installed. Install it? [y/n] y The following actions will be performed: === install 40 packages - install angstrom 0.16.1 [required by uri] - install base v0.17.2 [required by ppx_sexp_conv] - install base64 3.5.1 [required by cohttp] - install bigstringaf 0.10.0 [required by eio] - install cohttp 6.1.0 [required by cohttp-eio] - install cohttp-connpool-eio 0.1 (pinned) - install cohttp-eio 6.1.0 [required by cohttp-connpool-eio] - install csexp 1.5.2 [required by dune-configurator] - install cstruct 6.2.0 [required by eio] - install domain-local-await 1.0.1 [required by eio] - install dune 3.19.0 [required by cohttp-connpool-eio] - install dune-configurator 3.19.0 [required by base] - install eio 1.2 [required by cohttp-eio] - install fmt 0.10.0 [required by cohttp-eio] - install hmap 0.8.1 [required by eio] - install http 6.1.0 [required by cohttp-eio] - install logs 0.8.0 [required by cohttp-connpool-eio] - install lwt-dllist 1.1.0 [required by eio] - install mtime 2.1.0 [required by eio] - install ocaml-compiler-libs v0.17.0 [required by ppxlib] - install ocaml-syntax-shims 1.0.0 [required by angstrom] - install ocaml_intrinsics_kernel v0.17.1 [required by base] - install ocamlbuild 0.16.1 [required by ptime] - install ocamlfind 1.9.8 [required by ptime] - install optint 0.3.0 [required by eio] - install ppx_derivers 1.2.1 [required by ppxlib] - install ppx_sexp_conv v0.17.0 [required by cohttp] - install ppxlib 0.35.0 [required by ppx_sexp_conv] - install ppxlib_jane v0.17.2 [required by ppx_sexp_conv] - install psq 0.2.1 [required by eio] - install ptime 1.2.0 [required by cohttp-eio] - install re 1.12.0 [required by cohttp] - install seq base [required by re, psq] - install sexplib0 v0.17.0 [required by cohttp] - install stdlib-shims 0.3.0 [required by ppxlib] - install stringext 1.6.0 [required by cohttp] - install thread-table 1.0.0 [required by domain-local-await] - install topkg 1.0.8 [required by ptime] - install uri 4.4.0 [required by cohttp-eio] - install uri-sexp 4.4.0 [required by cohttp] <><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><> -> retrieved angstrom.0.16.1 (cached) -> retrieved base.v0.17.2 (cached) -> retrieved base64.3.5.1 (cached) -> retrieved bigstringaf.0.10.0 (cached) -> retrieved cohttp.6.1.0, cohttp-eio.6.1.0, http.6.1.0 (cached) -> retrieved cohttp-connpool-eio.0.1 (cached) -> retrieved csexp.1.5.2 (cached) -> retrieved cstruct.6.2.0 (cached) -> retrieved domain-local-await.1.0.1 (cached) -> retrieved dune.3.19.0, dune-configurator.3.19.0 (cached) -> retrieved eio.1.2 (cached) -> retrieved fmt.0.10.0 (cached) -> retrieved hmap.0.8.1 (cached) -> retrieved logs.0.8.0 (cached) -> retrieved lwt-dllist.1.1.0 (cached) -> retrieved mtime.2.1.0 (cached) -> retrieved ocaml-compiler-libs.v0.17.0 (cached) -> retrieved ocaml-syntax-shims.1.0.0 (cached) -> retrieved ocaml_intrinsics_kernel.v0.17.1 (cached) -> retrieved ocamlbuild.0.16.1 (cached) -> retrieved ocamlfind.1.9.8 (cached) -> retrieved optint.0.3.0 (cached) -> retrieved ppx_derivers.1.2.1 (cached) -> retrieved ppx_sexp_conv.v0.17.0 (cached) -> retrieved ppxlib.0.35.0 (cached) -> retrieved ppxlib_jane.v0.17.2 (cached) -> retrieved psq.0.2.1 (cached) -> retrieved ptime.1.2.0 (cached) -> retrieved re.1.12.0 (cached) -> retrieved seq.base (cached) -> installed seq.base -> retrieved sexplib0.v0.17.0 (cached) -> retrieved stdlib-shims.0.3.0 (cached) -> retrieved stringext.1.6.0 (cached) -> retrieved thread-table.1.0.0 (cached) -> retrieved topkg.1.0.8 (cached) -> retrieved uri.4.4.0, uri-sexp.4.4.0 (cached) -> installed ocamlfind.1.9.8 -> installed ocamlbuild.0.16.1 -> installed topkg.1.0.8 -> installed hmap.0.8.1 -> installed fmt.0.10.0 -> installed mtime.2.1.0 -> installed ptime.1.2.0 -> installed logs.0.8.0 -> installed dune.3.19.0 -> installed ppx_derivers.1.2.1 -> installed lwt-dllist.1.1.0 -> installed csexp.1.5.2 -> installed base64.3.5.1 -> installed cstruct.6.2.0 -> installed http.6.1.0 -> installed ocaml-compiler-libs.v0.17.0 -> installed ocaml-syntax-shims.1.0.0 -> installed ocaml_intrinsics_kernel.v0.17.1 -> installed optint.0.3.0 -> installed psq.0.2.1 -> installed re.1.12.0 -> installed sexplib0.v0.17.0 -> installed stdlib-shims.0.3.0 -> installed stringext.1.6.0 -> installed thread-table.1.0.0 -> installed domain-local-await.1.0.1 -> installed dune-configurator.3.19.0 -> installed bigstringaf.0.10.0 -> installed angstrom.0.16.1 -> installed eio.1.2 -> installed uri.4.4.0 -> installed base.v0.17.2 -> installed ppxlib.0.35.0 -> installed ppxlib_jane.v0.17.2 -> installed ppx_sexp_conv.v0.17.0 -> installed uri-sexp.4.4.0 -> installed cohttp.6.1.0 -> installed cohttp-eio.6.1.0 -> installed cohttp-connpool-eio.0.1 Done. # To update the current shell environment, run: eval $(opam env) 2025-05-31 21:32.33 ---> saved as "f1356f816583bd75cce47396107ac9e82cc6a2e4f0b93f0192e3288c63fa7da2" Job succeeded 2025-05-31 21:32.40: Job succeeded