Organisationsocurrentobuilder131b85 ()(lower-bound)

(lower-bound)

Logs

Show full logs
2026-02-15 23:18.40: New job: test ocurrent/obuilder https://github.com/ocurrent/obuilder.git#refs/pull/203/head (131b85645c3a6ff6219f4770a096093a7d01885b) (linux-x86_64:(lower-bound))
Base: ocaml/opam:debian-13-ocaml-4.14@sha256:04864ce35c9a53a8f91e1b6ddfe19ff405f2881ec1201cdca698239b3b811633
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/ocurrent/obuilder.git" && cd "obuilder" && git fetch origin "refs/pull/203/head" && git reset --hard 131b8564
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.14@sha256:04864ce35c9a53a8f91e1b6ddfe19ff405f2881ec1201cdca698239b3b811633
# debian-13-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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 obuilder.opam obuilder-spec.opam ./
RUN opam pin add -yn obuilder.dev './' && \
    opam pin add -yn obuilder-spec.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="astring.0.8.5 base.v0.14.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base cppo.1.6.1 dune.3.17.2 dune-configurator.2.5.1 dune-private-libs.2.5.1 fmt.0.9.0 jbuilder.1.0+beta20.1 num.1.5 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.11.0 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.0 ocamlfind.1.9.1 parsexp.v0.14.1 ppx_derivers.1.0 ppx_deriving.5.2 ppx_sexp_conv.v0.14.3 ppxlib.0.24.0 result.1.5 sexplib.v0.14.0 sexplib0.v0.14.0 stdlib-shims.0.1.0 topkg.1.0.8"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --depext-only -y obuilder-spec.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build --only-packages=obuilder-spec @install @check @runtest && rm -rf _build

END-OF-DOCKERFILE
docker build .
END-REPRO-BLOCK

2026-02-15 23:18.40: Using cache hint "ocurrent/obuilder-ocaml/opam:debian-13-ocaml-4.14@sha256:04864ce35c9a53a8f91e1b6ddfe19ff405f2881ec1201cdca698239b3b811633-debian-13-4.14_opam-2.5-7bfcddb2b0107f3a0d05cafe682085e3"
2026-02-15 23:18.40: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14@sha256:04864ce35c9a53a8f91e1b6ddfe19ff405f2881ec1201cdca698239b3b811633)
 (comment debian-13-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 c65fcb116531ae66ad3316b265e233443ef25044 || git fetch origin master) && git reset -q --hard c65fcb116531ae66ad3316b265e233443ef25044 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src obuilder.opam obuilder-spec.opam) (dst ./))
 (run (network host)
      (shell  "opam pin add -yn obuilder.dev './' && \
             \nopam pin add -yn obuilder-spec.dev './'"))
 (run (network host)
      (shell "echo '(lang dune 3.0)' > './dune-project'"))
 (env DEPS "astring.0.8.5 base.v0.14.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base cppo.1.6.1 dune.3.17.2 dune-configurator.2.5.1 dune-private-libs.2.5.1 fmt.0.9.0 jbuilder.1.0+beta20.1 num.1.5 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.11.0 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.0 ocamlfind.1.9.1 parsexp.v0.14.1 ppx_derivers.1.0 ppx_deriving.5.2 ppx_sexp_conv.v0.14.3 ppxlib.0.24.0 result.1.5 sexplib.v0.14.0 sexplib0.v0.14.0 stdlib-shims.0.1.0 topkg.1.0.8")
 (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 obuilder-spec.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 --only-packages=obuilder-spec @install @check @runtest && rm -rf _build"))
)

2026-02-15 23:18.40: Waiting for resource in pool OCluster
2026-02-15 23:18.40: Waiting for worker…
2026-02-15 23:18.40: Got resource from pool OCluster
Building on clete
All commits already cached
HEAD is now at 131b856 Rewrite to use latest EIO

(from ocaml/opam:debian-13-ocaml-4.14@sha256:04864ce35c9a53a8f91e1b6ddfe19ff405f2881ec1201cdca698239b3b811633)
2026-02-15 23:18.41 ---> using "d6079ab6cce1b58b34ac9b5ed11aa86b7980ab728c75f5a6ba9271e98dc1ac1c" from cache

/: (comment debian-13-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-02-15 23:18.41 ---> using "79daebcbc5520475ef698774e191c2a976dee11cab06586599f03b4faa88b4c1" 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-02-15 23:18.41 ---> using "6734ef203e8f94c3ede62661c6e533fbb1535b4bc07d5d9fe6b8569888ce349b" from cache

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-90-generic
The OCaml toplevel, version 4.14.2
2.5.0
2026-02-15 23:18.41 ---> using "b7ba28dbe9695a097e10b97905022268a49d0b8258c7f907e34f92cb165b8c35" from cache

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2026-02-15 23:18.41 ---> using "ddbc61ab1d56844dc9a98d35bc99291d379fecdaddc6324eb024a9b4c538c925" 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"))
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)
2026-02-15 23:18.54 ---> saved as "7f34e4e8689439cdfd18dae3b98a4e8c485daf6bffca720f7db6e88cd6e6af9c"

/src: (copy (src obuilder.opam obuilder-spec.opam) (dst ./))
2026-02-15 23:18.54 ---> saved as "cd9d9cac9eaad09dff3b35d5bfc2bea863e344892d4c28262e2b36312f177c95"

/src: (run (network host)
           (shell  "opam pin add -yn obuilder.dev './' && \
                  \nopam pin add -yn obuilder-spec.dev './'"))
[obuilder.dev] synchronised (file:///src)
obuilder is now pinned to file:///src (version dev)
[obuilder-spec.dev] synchronised (file:///src)
obuilder-spec is now pinned to file:///src (version dev)
2026-02-15 23:18.58 ---> saved as "14c86edd6f5089ca10f3f9298351284b59a9ff13fe6bccb8739672dda3ea1322"

/src: (run (network host)
           (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-02-15 23:18.58 ---> saved as "bd7515505123ed74afa3a16bc3462b9f54c03cd0a5ad3d12fca3ef9ac02d888c"

/src: (env DEPS "astring.0.8.5 base.v0.14.2 base-bigarray.base base-bytes.base base-threads.base base-unix.base cppo.1.6.1 dune.3.17.2 dune-configurator.2.5.1 dune-private-libs.2.5.1 fmt.0.9.0 jbuilder.1.0+beta20.1 num.1.5 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.11.0 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.14.0 ocamlfind.1.9.1 parsexp.v0.14.1 ppx_derivers.1.0 ppx_deriving.5.2 ppx_sexp_conv.v0.14.3 ppxlib.0.24.0 result.1.5 sexplib.v0.14.0 sexplib0.v0.14.0 stdlib-shims.0.1.0 topkg.1.0.8")

/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 obuilder-spec.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 [108 kB]
- Fetched 198 kB in 0s (2069 kB/s)
- Reading package lists...

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[obuilder-spec.dev] synchronised (file:///src)

[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[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).
# To update the current shell environment, run: eval $(opam env)
2026-02-15 23:19.08 ---> saved as "13b121f3d10e566643eefdf19af20c684330e0eeba58f719f4d75a0731a8e0b0"

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "opam install $DEPS"))
[NOTE] Package ocaml-options-vanilla is already installed (current version is 1).
[NOTE] Package ocaml-config is already installed (current version is 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.2).
[NOTE] Package ocaml is already installed (current version is 4.14.2).
[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).
The following actions will be performed:
=== install 23 packages
  - install astring             0.8.5
  - install base                v0.14.2
  - install base-bytes          base
  - install cppo                1.6.1
  - install dune                3.17.2
  - install dune-configurator   2.5.1
  - install dune-private-libs   2.5.1
  - install fmt                 0.9.0
  - install jbuilder            1.0+beta20.1 (deprecated)
  - install num                 1.5
  - install ocaml-compiler-libs v0.11.0
  - install ocamlbuild          0.14.0
  - install ocamlfind           1.9.1
  - install parsexp             v0.14.1
  - install ppx_derivers        1.0
  - install ppx_deriving        5.2
  - install ppx_sexp_conv       v0.14.3
  - install ppxlib              0.24.0
  - install result              1.5
  - install sexplib             v0.14.0
  - install sexplib0            v0.14.0
  - install stdlib-shims        0.1.0
  - install topkg               1.0.8

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (cached)
-> retrieved base.v0.14.2  (cached)
-> retrieved cppo.1.6.1  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved jbuilder.1.0+beta20.1  (cached)
-> retrieved dune-configurator.2.5.1, dune-private-libs.2.5.1  (cached)
-> retrieved dune.3.17.2  (cached)
-> retrieved num.1.5  (cached)
-> retrieved ocaml-compiler-libs.v0.11.0  (cached)
-> retrieved ocamlbuild.0.14.0  (cached)
-> retrieved ocamlfind.1.9.1  (cached)
-> retrieved parsexp.v0.14.1  (cached)
-> retrieved ppx_derivers.1.0  (cached)
-> retrieved ppx_deriving.5.2  (cached)
-> retrieved ppx_sexp_conv.v0.14.3  (cached)
-> retrieved result.1.5  (cached)
-> retrieved sexplib.v0.14.0  (cached)
-> retrieved sexplib0.v0.14.0  (cached)
-> retrieved stdlib-shims.0.1.0  (cached)
-> retrieved topkg.1.0.8  (cached)
-> retrieved ppxlib.0.24.0  (cached)
-> installed num.1.5
-> installed ocamlfind.1.9.1
-> installed base-bytes.base
-> installed ocamlbuild.0.14.0
-> installed jbuilder.1.0+beta20.1
-> installed ppx_derivers.1.0
-> installed topkg.1.0.8
-> installed cppo.1.6.1
-> installed ocaml-compiler-libs.v0.11.0
-> installed fmt.0.9.0
-> installed astring.0.8.5
-> installed dune.3.17.2
-> installed stdlib-shims.0.1.0
-> installed result.1.5
-> installed sexplib0.v0.14.0
-> installed dune-private-libs.2.5.1
-> installed dune-configurator.2.5.1
-> installed base.v0.14.2
-> installed ppxlib.0.24.0
-> installed parsexp.v0.14.1
-> installed sexplib.v0.14.0
-> installed ppx_sexp_conv.v0.14.3
-> installed ppx_deriving.5.2
Done.

<><> jbuilder.1.0+beta20.1 installed successfully <><><><><><><><><><><><><><><>
=> Note: This package is deprecated.
# To update the current shell environment, run: eval $(opam env)
2026-02-15 23:20.02 ---> saved as "0dc3abe1cf8222cfdc33f56ef554dd690b413fb86bbb322adb259afb07441bcd"

/src: (copy (src .) (dst /src))
2026-02-15 23:20.02 ---> saved as "7ac9c294e35a6ae957a82f9a17f1ccc93db9c4dc2c45a055905b3e4ff5a970d8"

/src: (run (shell "opam exec -- dune build --only-packages=obuilder-spec @install @check @runtest && rm -rf _build"))
2026-02-15 23:20.04 ---> saved as "20170e69e1858566df853906e7d3f84001c9599adca78be322a27ded86524281"
Job succeeded
2026-02-15 23:20.04: Job succeeded