Organisationstalex5ocurrent9c115b (master)(lower-bound)

(lower-bound)

Logs

Show full logs
2025-12-15 14:45.52: New job: test talex5/ocurrent https://github.com/talex5/ocurrent.git#refs/heads/master (9c115b457b37d4b4343554c80b30f3d7a6b2cd88) (linux-x86_64:(lower-bound))
Base: ocaml/opam:debian-13-ocaml-4.08@sha256:6fadef23b5069dc945f3a454c49421fd09e8c17aa57d3f9ad27d3879fce6aa44
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/talex5/ocurrent.git" -b "master" && cd "ocurrent" && git reset --hard 9c115b45
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.08@sha256:6fadef23b5069dc945f3a454c49421fd09e8c17aa57d3f9ad27d3879fce6aa44
# debian-13-4.08_opam-2.4
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.4 /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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 current_web.opam current_slack.opam current_github.opam current_git.opam current_docker.opam current.opam ./
RUN opam pin add -yn current_web.dev './' && \
    opam pin add -yn current_slack.dev './' && \
    opam pin add -yn current_github.dev './' && \
    opam pin add -yn current_git.dev './' && \
    opam pin add -yn current_docker.dev './' && \
    opam pin add -yn current.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="alcotest.1.9.0 alcotest-lwt.1.9.0 asetmap.0.8.1 asn1-combinators.0.2.0-1 astring.0.8.3 base.v0.13.0 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.1.0 bigarray-compat.1.0.0 biniou.1.2.0 bos.0.1.4 camlp4.4.08+1 cf.0.4 cf-lwt.0.4 cmdliner.1.3.0 cohttp.4.0.0 cohttp-lwt.4.0.0 cohttp-lwt-unix.4.0.0 conduit.1.3.0 conduit-lwt.1.3.0 conduit-lwt-unix.1.3.0 conf-gmp.5 conf-libffi.2.0.0 conf-libpcre.1 conf-m4.1 conf-perl.1 conf-pkg-config.1.0 conf-sqlite3.1 conf-which.1 cppo.1.6.1 cpuid.0.1.2 cstruct.5.1.1 cstruct-lwt.3.7.0 cstruct-sexp.5.1.1 ctypes.0.8.0 ctypes-foreign.0.4.0 dockerfile.6.4.0 domain-name.0.3.0 dune.3.5.0 dune-configurator.2.5.1 dune-private-libs.2.5.1 duration.0.2.1 easy-format.1.0.1 fmt.0.8.8 fpath.0.7.1 fsevents.0.3.0 fsevents-lwt.0.3.0 gmap.0.3.0 inotify.2.1 ipaddr.2.8.0 irmin-watcher.0.5.0 jbuilder.1.0+beta20.1 jsonm.1.0.2 logs.0.7.0 lwt.5.0.0 magic-mime.1.0.0 mirage-no-solo5.1 mirage-no-xen.1 mmap.1.1.0 nocrypto.0.5.4-1 num.1.5 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-compiler-libs.v0.11.0 ocaml-config.1 ocaml-migrate-parsetree.1.3.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.0 ocamlfind.1.8.0 ocamlnet.4.1.6 ocb-stubblr.0.1.0 ocplib-endian.1.0 parsexp.v0.13.0 pcre.7.1.3 ppx_cstruct.5.1.1 ppx_derivers.1.0 ppx_deriving.4.5-1 ppx_deriving_yojson.3.5.1 ppx_sexp_conv.v0.13.0 ppx_tools.5.2+4.08.0 ppx_tools_versioned.5.2.2 ppxfind.1.1 ppxlib.0.9.0 prometheus.0.6 prometheus-app.0.6 ptime.0.8.5 re.1.9.0 result.1.5 rresult.0.6.0 seq.0.3 sexplib.v0.13.0 sexplib0.v0.13.0 sqlite3.3.0.0 stdio.v0.13.0 stdlib-shims.0.1.0 stringext.1.4.0 tls.0.10.4 topkg.1.0.8 tyxml.2.2.0 uri.3.0.0 uri-sexp.3.0.0 uutf.1.0.3 x509.0.7.1 yojson.1.6.0 zarith.1.7-1"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.4 --depext-only -y current_web.dev current_slack.dev current_github.dev current_git.dev current_docker.dev current.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

2025-12-15 14:45.52: Using cache hint "talex5/ocurrent-ocaml/opam:debian-13-ocaml-4.08@sha256:6fadef23b5069dc945f3a454c49421fd09e8c17aa57d3f9ad27d3879fce6aa44-debian-13-4.08_opam-2.4-04d5c43a0435a4ab1f2e63235c56a29f"
2025-12-15 14:45.52: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.08@sha256:6fadef23b5069dc945f3a454c49421fd09e8c17aa57d3f9ad27d3879fce6aa44)
 (comment debian-13-4.08_opam-2.4)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/bin/opam-2.4 /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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src current_web.opam current_slack.opam current_github.opam current_git.opam current_docker.opam current.opam)
       (dst ./))
 (run (network host)
      (shell  "opam pin add -yn current_web.dev './' && \
             \nopam pin add -yn current_slack.dev './' && \
             \nopam pin add -yn current_github.dev './' && \
             \nopam pin add -yn current_git.dev './' && \
             \nopam pin add -yn current_docker.dev './' && \
             \nopam pin add -yn current.dev './'"))
 (run (network host)
      (shell "echo '(lang dune 3.0)' > './dune-project'"))
 (env DEPS "alcotest.1.9.0 alcotest-lwt.1.9.0 asetmap.0.8.1 asn1-combinators.0.2.0-1 astring.0.8.3 base.v0.13.0 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.1.0 bigarray-compat.1.0.0 biniou.1.2.0 bos.0.1.4 camlp4.4.08+1 cf.0.4 cf-lwt.0.4 cmdliner.1.3.0 cohttp.4.0.0 cohttp-lwt.4.0.0 cohttp-lwt-unix.4.0.0 conduit.1.3.0 conduit-lwt.1.3.0 conduit-lwt-unix.1.3.0 conf-gmp.5 conf-libffi.2.0.0 conf-libpcre.1 conf-m4.1 conf-perl.1 conf-pkg-config.1.0 conf-sqlite3.1 conf-which.1 cppo.1.6.1 cpuid.0.1.2 cstruct.5.1.1 cstruct-lwt.3.7.0 cstruct-sexp.5.1.1 ctypes.0.8.0 ctypes-foreign.0.4.0 dockerfile.6.4.0 domain-name.0.3.0 dune.3.5.0 dune-configurator.2.5.1 dune-private-libs.2.5.1 duration.0.2.1 easy-format.1.0.1 fmt.0.8.8 fpath.0.7.1 fsevents.0.3.0 fsevents-lwt.0.3.0 gmap.0.3.0 inotify.2.1 ipaddr.2.8.0 irmin-watcher.0.5.0 jbuilder.1.0+beta20.1 jsonm.1.0.2 logs.0.7.0 lwt.5.0.0 magic-mime.1.0.0 mirage-no-solo5.1 mirage-no-xen.1 mmap.1.1.0 nocrypto.0.5.4-1 num.1.5 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-compiler-libs.v0.11.0 ocaml-config.1 ocaml-migrate-parsetree.1.3.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.0 ocamlfind.1.8.0 ocamlnet.4.1.6 ocb-stubblr.0.1.0 ocplib-endian.1.0 parsexp.v0.13.0 pcre.7.1.3 ppx_cstruct.5.1.1 ppx_derivers.1.0 ppx_deriving.4.5-1 ppx_deriving_yojson.3.5.1 ppx_sexp_conv.v0.13.0 ppx_tools.5.2+4.08.0 ppx_tools_versioned.5.2.2 ppxfind.1.1 ppxlib.0.9.0 prometheus.0.6 prometheus-app.0.6 ptime.0.8.5 re.1.9.0 result.1.5 rresult.0.6.0 seq.0.3 sexplib.v0.13.0 sexplib0.v0.13.0 sqlite3.3.0.0 stdio.v0.13.0 stdlib-shims.0.1.0 stringext.1.4.0 tls.0.10.4 topkg.1.0.8 tyxml.2.2.0 uri.3.0.0 uri-sexp.3.0.0 uutf.1.0.3 x509.0.7.1 yojson.1.6.0 zarith.1.7-1")
 (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.4 --depext-only -y current_web.dev current_slack.dev current_github.dev current_git.dev current_docker.dev current.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"))
)

2025-12-15 14:45.52: Waiting for resource in pool OCluster
2025-12-16 02:12.31: Waiting for worker…
2025-12-16 02:17.39: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at 9c115b4 Add Github.commit type

(from ocaml/opam:debian-13-ocaml-4.08@sha256:6fadef23b5069dc945f3a454c49421fd09e8c17aa57d3f9ad27d3879fce6aa44)
2025-12-16 02:17.39 ---> using "c557567380599a9d74e9cba757661af503505628fe0a86c2e1639761275a17b1" from cache

/: (comment debian-13-4.08_opam-2.4)

/: (user (uid 1000) (gid 1000))

/: (env CLICOLOR_FORCE 1)

/: (env OPAMCOLOR always)

/: (workdir /src)

/src: (run (shell "sudo ln -f /usr/bin/opam-2.4 /usr/bin/opam"))
2025-12-16 02:17.39 ---> using "91149c8a129307ec9a0196fcf6190b7ca73215979f949f4d42e3f5a6ea56817a" 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
[NOTE] The 'jobs' option was reset, its value was 71 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=71 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-12-16 02:17.39 ---> using "ce80cf90a6ce7dde54cf47fdd34a3a6e9cfbca5b0b29c88f27bba20c0be781ea" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-87-generic
The OCaml toplevel, version 4.08.1
2.4.1
2025-12-16 02:17.39 ---> using "e246785a959985c65dd7e106af317de205ab1174ecc14d1c7bbe4c2c5e5f2adc" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2025-12-16 02:17.39 ---> using "b324d0e46102d5726aaa3c2bea22591ead22cefb354605703eef32218012e53f" from cache

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u"))
From https://github.com/ocaml/opam-repository
 * branch                  master     -> FETCH_HEAD
   ee48e882f0..c65fcb1165  master     -> origin/master
c65fcb1165 Merge pull request #29080 from dra27/ocaml-config-urls

<><> 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.4.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)
2025-12-16 02:17.39 ---> using "9a0de3da74ffb6bb3368175eace75fa8ad8659e87b4134c692d8edb713b28d12" from cache

/src: (copy (src current_web.opam current_slack.opam current_github.opam current_git.opam current_docker.opam current.opam)
            (dst ./))
2025-12-16 02:17.39 ---> using "8c0143459f11c5411e5bbb4a17641d03eaba10fe3ea86e07246747de471fabad" from cache

/src: (run (network host)
           (shell  "opam pin add -yn current_web.dev './' && \
                  \nopam pin add -yn current_slack.dev './' && \
                  \nopam pin add -yn current_github.dev './' && \
                  \nopam pin add -yn current_git.dev './' && \
                  \nopam pin add -yn current_docker.dev './' && \
                  \nopam pin add -yn current.dev './'"))
[current_web.dev] synchronised (file:///src)
[WARNING] Failed checks on current_web package definition from source at file:///src:
  warning 68: Missing field 'license'
current_web is now pinned to file:///src (version dev)
[current_slack.dev] synchronised (file:///src)
[WARNING] Failed checks on current_slack package definition from source at file:///src:
  warning 68: Missing field 'license'
current_slack is now pinned to file:///src (version dev)
[current_github.dev] synchronised (file:///src)
[WARNING] Failed checks on current_github package definition from source at file:///src:
  warning 68: Missing field 'license'
current_github is now pinned to file:///src (version dev)
[current_git.dev] synchronised (file:///src)
[WARNING] Failed checks on current_git package definition from source at file:///src:
  warning 68: Missing field 'license'
current_git is now pinned to file:///src (version dev)
[current_docker.dev] synchronised (file:///src)
[WARNING] Failed checks on current_docker package definition from source at file:///src:
  warning 68: Missing field 'license'
current_docker is now pinned to file:///src (version dev)
[current.dev] synchronised (file:///src)
[WARNING] Failed checks on current package definition from source at file:///src:
  warning 68: Missing field 'license'
current is now pinned to file:///src (version dev)
2025-12-16 02:17.39 ---> using "b978facf362e08016cef9a0bbaa64eb952a97523f43cf66acb60cb90b8054e45" from cache

/src: (run (network host)
           (shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-12-16 02:17.39 ---> using "b80f591af7b9130cfe0b84eaad99b7dfece215f70d67c9452e8a45974583f74e" from cache

/src: (env DEPS "alcotest.1.9.0 alcotest-lwt.1.9.0 asetmap.0.8.1 asn1-combinators.0.2.0-1 astring.0.8.3 base.v0.13.0 base-bigarray.base base-bytes.base base-threads.base base-unix.base base64.3.1.0 bigarray-compat.1.0.0 biniou.1.2.0 bos.0.1.4 camlp4.4.08+1 cf.0.4 cf-lwt.0.4 cmdliner.1.3.0 cohttp.4.0.0 cohttp-lwt.4.0.0 cohttp-lwt-unix.4.0.0 conduit.1.3.0 conduit-lwt.1.3.0 conduit-lwt-unix.1.3.0 conf-gmp.5 conf-libffi.2.0.0 conf-libpcre.1 conf-m4.1 conf-perl.1 conf-pkg-config.1.0 conf-sqlite3.1 conf-which.1 cppo.1.6.1 cpuid.0.1.2 cstruct.5.1.1 cstruct-lwt.3.7.0 cstruct-sexp.5.1.1 ctypes.0.8.0 ctypes-foreign.0.4.0 dockerfile.6.4.0 domain-name.0.3.0 dune.3.5.0 dune-configurator.2.5.1 dune-private-libs.2.5.1 duration.0.2.1 easy-format.1.0.1 fmt.0.8.8 fpath.0.7.1 fsevents.0.3.0 fsevents-lwt.0.3.0 gmap.0.3.0 inotify.2.1 ipaddr.2.8.0 irmin-watcher.0.5.0 jbuilder.1.0+beta20.1 jsonm.1.0.2 logs.0.7.0 lwt.5.0.0 magic-mime.1.0.0 mirage-no-solo5.1 mirage-no-xen.1 mmap.1.1.0 nocrypto.0.5.4-1 num.1.5 ocaml.4.08.1 ocaml-base-compiler.4.08.1 ocaml-compiler-libs.v0.11.0 ocaml-config.1 ocaml-migrate-parsetree.1.3.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.14.0 ocamlfind.1.8.0 ocamlnet.4.1.6 ocb-stubblr.0.1.0 ocplib-endian.1.0 parsexp.v0.13.0 pcre.7.1.3 ppx_cstruct.5.1.1 ppx_derivers.1.0 ppx_deriving.4.5-1 ppx_deriving_yojson.3.5.1 ppx_sexp_conv.v0.13.0 ppx_tools.5.2+4.08.0 ppx_tools_versioned.5.2.2 ppxfind.1.1 ppxlib.0.9.0 prometheus.0.6 prometheus-app.0.6 ptime.0.8.5 re.1.9.0 result.1.5 rresult.0.6.0 seq.0.3 sexplib.v0.13.0 sexplib0.v0.13.0 sqlite3.3.0.0 stdio.v0.13.0 stdlib-shims.0.1.0 stringext.1.4.0 tls.0.10.4 topkg.1.0.8 tyxml.2.2.0 uri.3.0.0 uri-sexp.3.0.0 uutf.1.0.3 x509.0.7.1 yojson.1.6.0 zarith.1.7-1")

/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.4 --depext-only -y current_web.dev current_slack.dev current_github.dev current_git.dev current_docker.dev current.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian trixie InRelease
- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [84.8 kB]
- Fetched 176 kB in 10s (17.3 kB/s)
- Reading package lists...

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[current.dev] synchronised (file:///src)
[current_docker.dev] synchronised (file:///src)
[current_git.dev] synchronised (file:///src)
[current_github.dev] synchronised (file:///src)
[current_slack.dev] synchronised (file:///src)
[current_web.dev] synchronised (file:///src)

[NOTE] Package ocaml-config is already installed (current version is 1).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.08.1).
[NOTE] Package ocaml is already installed (current version is 4.08.1).
[NOTE] Package base-unix is already installed (current version is base).
[NOTE] Package base-threads is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
[ERROR] Package conf-libpcre.1 depends on the unavailable system package 'libpcre3-dev'. You can use `--no-depexts' to attempt installation anyway.
"/usr/bin/env" "bash" "-c" "opam update --depexts && opam install --cli=2.4 --depext-only -y current_web.dev current_slack.dev current_github.dev current_git.dev current_docker.dev current.dev $DEPS" failed with exit status 5
2025-12-16 02:17.52: Job failed: Failed: Build failed