2025-09-18 17:11.08: 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:b9828be178417e3bc607ef229c00d658316b130c027775f6069f6a7c473de176 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:b9828be178417e3bc607ef229c00d658316b130c027775f6069f6a7c473de176 # 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 6d1113800df93eee5a4005571b06d99b81a6739c || git fetch origin master) && git reset -q --hard 6d1113800df93eee5a4005571b06d99b81a6739c && 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.2 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-09-18 17:11.08: Using cache hint "talex5/ocurrent-ocaml/opam:debian-13-ocaml-4.08@sha256:b9828be178417e3bc607ef229c00d658316b130c027775f6069f6a7c473de176-debian-13-4.08_opam-2.4-f4bb45a14e60ebce394597d6567352b6" 2025-09-18 17:11.08: Using OBuilder spec: ((from ocaml/opam:debian-13-ocaml-4.08@sha256:b9828be178417e3bc607ef229c00d658316b130c027775f6069f6a7c473de176) (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 6d1113800df93eee5a4005571b06d99b81a6739c || git fetch origin master) && git reset -q --hard 6d1113800df93eee5a4005571b06d99b81a6739c && 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.2 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-09-18 17:11.08: Waiting for resource in pool OCluster 2025-09-18 17:11.08: Waiting for worker… 2025-09-18 17:17.20: Got resource from pool OCluster Building on odawa.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:b9828be178417e3bc607ef229c00d658316b130c027775f6069f6a7c473de176) 2025-09-18 17:17.21 ---> using "4f143e25e7620fadf6d4819085e998cd063e4132d1bf4b7e768f2c9645e2385a" 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-09-18 17:17.21 ---> using "43ec064e3f42ede32eadcb6103eb90c2aa5fe5ca842cc91b1d25af5d96ab1a36" 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-09-18 17:17.21 ---> using "841a29021c0cb0b2431db67bb7df9c0d40fdf29cb4a1a3947637664c354118ba" from cache /src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version")) Linux 6.8.0-60-generic The OCaml toplevel, version 4.08.1 2.4.1 2025-09-18 17:17.21 ---> using "d14cf0dfdde2f370395de335172c0ece77c3abd5f3f345be62462de079ddf56e" from cache /src: (workdir /src) /src: (run (shell "sudo chown opam /src")) 2025-09-18 17:17.21 ---> using "d62d4feecdbb5f1ec79c3897ea00eed3e99d38491f7c23375a96056b1bdbd6db" from cache /src: (run (cache (opam-archives (target /home/opam/.opam/download-cache))) (network host) (shell "cd ~/opam-repository && (git cat-file -e 6d1113800df93eee5a4005571b06d99b81a6739c || git fetch origin master) && git reset -q --hard 6d1113800df93eee5a4005571b06d99b81a6739c && git log --no-decorate -n1 --oneline && opam update -u")) From https://github.com/ocaml/opam-repository * branch master -> FETCH_HEAD bcac5d1731..a8e705e921 master -> origin/master 6d1113800d Merge pull request #28482 from raphael-proust/incompatibilities-lwt6alpha01 <><> 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.3.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-09-18 17:17.38 ---> saved as "966dcdb977f654a399a2eca3d1d77201f6ec680d4ea65881c932baba4e4cc504" /src: (copy (src current_web.opam current_slack.opam current_github.opam current_git.opam current_docker.opam current.opam) (dst ./)) 2025-09-18 17:17.38 ---> saved as "5424def565cb73da4040f5d66ce3992cfeff37e71ad82af7cc4b9c4c02cd7132" /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-09-18 17:17.46 ---> saved as "e6d3db71a5516253d31a2e5c961b8e8dea4c839abbdb2a214f7cd312427c3322" /src: (run (network host) (shell "echo '(lang dune 3.0)' > './dune-project'")) 2025-09-18 17:17.46 ---> saved as "615e20331565601fd222da9cc76d8aaada15c31cc5261614648c5cd44c1f1dd1" /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.2 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 [40.4 kB] - Fetched 131 kB in 0s (1496 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-09-18 17:17.49: Job failed: Failed: Build failed