Organisationsocaml-gospelgospel789896 ()(lower-bound)

(lower-bound)

Logs

Show full logs
2025-05-18 15:40.23: New job: test ocaml-gospel/gospel https://github.com/ocaml-gospel/gospel.git#refs/pull/449/head (789896f58c7b06173414c80bfed584b2fd56a0ae) (linux-x86_64:(lower-bound))
Base: ocaml/opam:debian-12-ocaml-4.14@sha256:ec682473bce2c2c47749ae1025968d0b585bdde0fcd2b8e7871a79f983cc1050
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/ocaml-gospel/gospel.git" && cd "gospel" && git fetch origin "refs/pull/449/head" && git reset --hard 789896f5
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.14@sha256:ec682473bce2c2c47749ae1025968d0b585bdde0fcd2b8e7871a79f983cc1050
# debian-12-4.14_opam-2.3
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo ln -f /usr/bin/opam-2.3 /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 cb8df6db0195538a02cc2b2eb20e468f22c475a7 || git fetch origin master) && git reset -q --hard cb8df6db0195538a02cc2b2eb20e468f22c475a7 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 gospel.opam ./
RUN opam pin add -yn gospel.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.1.1.0 cppo.1.6.1 dune.3.0.2 dune-build-info.1.11.0 fmt.0.8.7 fpath.0.7.3 inferno.20220603 jbuilder.1.0+beta20.1 logs.0.6.3 menhir.20181006 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.0 ocaml-config.2 ocaml-migrate-parsetree.2.3.0 ocaml-options-vanilla.1 ocamlbuild.0.14.0 ocamlfind.1.9.1 odoc.2.0.2 odoc-parser.0.9.0 pp_loc.2.1.0 pprint.20171003 ppx_blob.0.9.0 ppx_derivers.1.0 ppx_deriving.5.2.1 ppxlib.0.26.0 re.1.7.2 result.1.5 seq.0.3 sexplib0.v0.12.0 stdlib-shims.0.1.0 topkg.1.0.3 tyxml.4.3.0 uchar.0.0.2 unionFind.20220109 uutf.1.0.1"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.3 --depext-only -y gospel.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-05-18 15:40.23: Using cache hint "ocaml-gospel/gospel-ocaml/opam:debian-12-ocaml-4.14@sha256:ec682473bce2c2c47749ae1025968d0b585bdde0fcd2b8e7871a79f983cc1050-debian-12-4.14_opam-2.3-a48909550a7e57dcf8ccb8aab4594a3b"
2025-05-18 15:40.23: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.14@sha256:ec682473bce2c2c47749ae1025968d0b585bdde0fcd2b8e7871a79f983cc1050)
 (comment debian-12-4.14_opam-2.3)
 (user (uid 1000) (gid 1000))
 (env CLICOLOR_FORCE 1)
 (env OPAMCOLOR always)
 (workdir /src)
 (run (shell "sudo ln -f /usr/bin/opam-2.3 /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 cb8df6db0195538a02cc2b2eb20e468f22c475a7 || git fetch origin master) && git reset -q --hard cb8df6db0195538a02cc2b2eb20e468f22c475a7 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src gospel.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn gospel.dev './'"))
 (run (network host)
      (shell "echo '(lang dune 3.0)' > './dune-project'"))
 (env DEPS "astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.1.1.0 cppo.1.6.1 dune.3.0.2 dune-build-info.1.11.0 fmt.0.8.7 fpath.0.7.3 inferno.20220603 jbuilder.1.0+beta20.1 logs.0.6.3 menhir.20181006 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.0 ocaml-config.2 ocaml-migrate-parsetree.2.3.0 ocaml-options-vanilla.1 ocamlbuild.0.14.0 ocamlfind.1.9.1 odoc.2.0.2 odoc-parser.0.9.0 pp_loc.2.1.0 pprint.20171003 ppx_blob.0.9.0 ppx_derivers.1.0 ppx_deriving.5.2.1 ppxlib.0.26.0 re.1.7.2 result.1.5 seq.0.3 sexplib0.v0.12.0 stdlib-shims.0.1.0 topkg.1.0.3 tyxml.4.3.0 uchar.0.0.2 unionFind.20220109 uutf.1.0.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.3 --depext-only -y gospel.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-05-18 15:40.23: Waiting for resource in pool OCluster
2025-05-18 15:40.23: Waiting for worker…
2025-05-18 15:43.32: Got resource from pool OCluster
Building on clete.caelum.ci.dev
All commits already cached
HEAD is now at 789896f5 Let bindings can destruct tuples

(from ocaml/opam:debian-12-ocaml-4.14@sha256:ec682473bce2c2c47749ae1025968d0b585bdde0fcd2b8e7871a79f983cc1050)
2025-05-18 15:43.50 ---> saved as "c803204894feb69882c6f8a93debc38d237226aa0742423bb8ecaf2af7ff192b"

/: (comment debian-12-4.14_opam-2.3)

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

/: (env CLICOLOR_FORCE 1)

/: (env OPAMCOLOR always)

/: (workdir /src)

/src: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-05-18 15:43.51 ---> saved as "4ff3c336616289fa20e5dfd6790dd7399c75b87ca439b0b8287e7c2c9ada0e84"

/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 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 39 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=39 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2025-05-18 15:44.41 ---> saved as "712d137870e686c9f06b0441c728a5085f7c2ba772208bb9d8e5196c3da8156d"

/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-134-generic
The OCaml toplevel, version 4.14.2
2.3.0
2025-05-18 15:44.41 ---> saved as "45a7982bb27e008037a4269312ae3ad4fcc152153054714c81971b87be08a820"

/src: (workdir /src)

/src: (run (shell "sudo chown opam /src"))
2025-05-18 15:44.41 ---> saved as "983b5db943d464825c87ad23d6af1307b85f3c14d92f50296488d868d9360330"

/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
           (network host)
           (shell "cd ~/opam-repository && (git cat-file -e cb8df6db0195538a02cc2b2eb20e468f22c475a7 || git fetch origin master) && git reset -q --hard cb8df6db0195538a02cc2b2eb20e468f22c475a7 && git log --no-decorate -n1 --oneline && opam update -u"))
cb8df6db01 Merge pull request #27631 from dbuenzli/incompatible-cmdliner2

<><> 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, 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-05-18 15:45.27 ---> saved as "17bef78539e4f054194296dfb4a1cea62c3df0222ce172345a3151b9e10f222e"

/src: (copy (src gospel.opam) (dst ./))
2025-05-18 15:45.28 ---> saved as "ddf21ac1cc200c9768faaf9bd9f09d082a3fe41cc4b38d3062eca995cd55d254"

/src: (run (network host)
           (shell "opam pin add -yn gospel.dev './'"))
[gospel.dev] synchronised (file:///src)
gospel is now pinned to file:///src (version dev)
2025-05-18 15:45.31 ---> saved as "8035cf7419232141e98636f6c2c95a50f9dd80d803bdf2ffc38ac195b57c93ce"

/src: (run (network host)
           (shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-05-18 15:45.32 ---> saved as "0d2c4773e99a1bd88a2b7d713e1824f0c3d8d8261d5c53aa928e6fe022b9e42f"

/src: (env DEPS "astring.0.8.5 base-bigarray.base base-bytes.base base-threads.base base-unix.base cmdliner.1.1.0 cppo.1.6.1 dune.3.0.2 dune-build-info.1.11.0 fmt.0.8.7 fpath.0.7.3 inferno.20220603 jbuilder.1.0+beta20.1 logs.0.6.3 menhir.20181006 ocaml.4.14.2 ocaml-base-compiler.4.14.2 ocaml-compiler-libs.v0.12.0 ocaml-config.2 ocaml-migrate-parsetree.2.3.0 ocaml-options-vanilla.1 ocamlbuild.0.14.0 ocamlfind.1.9.1 odoc.2.0.2 odoc-parser.0.9.0 pp_loc.2.1.0 pprint.20171003 ppx_blob.0.9.0 ppx_derivers.1.0 ppx_deriving.5.2.1 ppxlib.0.26.0 re.1.7.2 result.1.5 seq.0.3 sexplib0.v0.12.0 stdlib-shims.0.1.0 topkg.1.0.3 tyxml.4.3.0 uchar.0.0.2 unionFind.20220109 uutf.1.0.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.3 --depext-only -y gospel.dev $DEPS"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian bookworm InRelease [151 kB]
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian bookworm/main amd64 Packages [8793 kB]
- Get:5 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [259 kB]
- Fetched 9306 kB in 3s (3520 kB/s)
- Reading package lists...
- 

<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[gospel.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).
2025-05-18 15:46.02 ---> saved as "3afe81549fd07417f4e8c94666218bd5612a92836bf16ae263cd4b7d3d77fa0b"

/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 34 packages
  - install astring                 0.8.5
  - install base-bytes              base
  - install cmdliner                1.1.0
  - install cppo                    1.6.1
  - install dune                    3.0.2
  - install dune-build-info         1.11.0
  - install fmt                     0.8.7
  - install fpath                   0.7.3
  - install inferno                 20220603
  - install jbuilder                1.0+beta20.1 (deprecated)
  - install logs                    0.6.3
  - install menhir                  20181006
  - install ocaml-compiler-libs     v0.12.0
  - install ocaml-migrate-parsetree 2.3.0 (deprecated)
  - install ocamlbuild              0.14.0
  - install ocamlfind               1.9.1
  - install odoc                    2.0.2
  - install odoc-parser             0.9.0
  - install pp_loc                  2.1.0
  - install pprint                  20171003
  - install ppx_blob                0.9.0
  - install ppx_derivers            1.0
  - install ppx_deriving            5.2.1
  - install ppxlib                  0.26.0
  - install re                      1.7.2
  - install result                  1.5
  - install seq                     0.3
  - install sexplib0                v0.12.0
  - install stdlib-shims            0.1.0
  - install topkg                   1.0.3
  - install tyxml                   4.3.0
  - install uchar                   0.0.2
  - install unionFind               20220109
  - install uutf                    1.0.1

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cppo.1.6.1  (cached)
-> retrieved astring.0.8.5  (cached)
-> retrieved cmdliner.1.1.0  (cached)
-> retrieved fmt.0.8.7  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved inferno.20220603  (cached)
-> retrieved jbuilder.1.0+beta20.1  (cached)
-> retrieved dune-build-info.1.11.0  (cached)
-> retrieved dune.3.0.2  (cached)
-> retrieved logs.0.6.3  (cached)
-> retrieved menhir.20181006  (cached)
-> retrieved ocaml-compiler-libs.v0.12.0  (cached)
-> retrieved ocamlbuild.0.14.0  (cached)
-> retrieved ocaml-migrate-parsetree.2.3.0  (cached)
-> retrieved ocamlfind.1.9.1  (cached)
-> retrieved odoc-parser.0.9.0  (cached)
-> retrieved pp_loc.2.1.0  (cached)
-> retrieved pprint.20171003  (cached)
-> retrieved ppx_blob.0.9.0  (cached)
-> retrieved ppx_derivers.1.0  (cached)
-> retrieved odoc.2.0.2  (cached)
-> retrieved ppx_deriving.5.2.1  (cached)
-> retrieved ppxlib.0.26.0  (cached)
-> retrieved re.1.7.2  (cached)
-> retrieved result.1.5  (cached)
-> retrieved seq.0.3  (cached)
-> retrieved sexplib0.v0.12.0  (cached)
-> retrieved stdlib-shims.0.1.0  (cached)
-> retrieved uchar.0.0.2  (cached)
-> retrieved unionFind.20220109  (cached)
-> retrieved topkg.1.0.3  (cached)
-> retrieved tyxml.4.3.0  (cached)
-> retrieved uutf.1.0.1  (cached)
-> installed cmdliner.1.1.0
2025-05-18 15:46.34: Cancelling: Auto-cancelling job because it is no longer needed
Job cancelled