Organisationsocaml-semverocaml-api-watchafd927 (main)(lower-bound)

(lower-bound)

Link Copied
Code Copied

Logs

2025-10-15 10:17.56: New job: test ocaml-semver/ocaml-api-watch https://github.com/ocaml-semver/ocaml-api-watch.git#refs/heads/main (afd927c60240b053b639be86c123cc307e8dc3a6) (linux-x86_64:(lower-bound))
Base: ocaml/opam:debian-13-ocaml-5.2@sha256:8254647027c145c5f001ad68be8cb1463fa6c4faa58194592be349515c871b3d
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/ocaml-semver/ocaml-api-watch.git" -b "main" && cd "ocaml-api-watch" && git reset --hard afd927c6
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.2@sha256:8254647027c145c5f001ad68be8cb1463fa6c4faa58194592be349515c871b3d
# debian-13-5.2_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 c04a95aabb4c4a0fb28e12fbb897870da143b8bb || git fetch origin master) && git reset -q --hard c04a95aabb4c4a0fb28e12fbb897870da143b8bb && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 api-watch.opam ./
RUN opam pin add -yn api-watch.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="base.v0.15.1 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base cmdliner.1.3.0 containers.3.7 cppo.1.6.7 csexp.1.3.1 dune.3.5.0 dune-configurator.2.9.3 either.1.0.0 fmt.0.9.0 jane-street-headers.v0.15.0 jst-config.v0.15.0 logs.0.7.0 ocaml.5.2.1 ocaml-base-compiler.5.2.1 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 ppx_assert.v0.15.0 ppx_base.v0.15.0 ppx_cold.v0.15.0 ppx_compare.v0.15.0 ppx_derivers.1.2.1 ppx_deriving.5.2 ppx_enumerate.v0.15.0 ppx_expect.v0.15.1 ppx_hash.v0.15.0 ppx_here.v0.15.0 ppx_inline_test.v0.15.1 ppx_optcomp.v0.15.0 ppx_sexp_conv.v0.15.1 ppxlib.0.33.0 re.1.9.0 result.1.5 seq.0.3 sexplib0.v0.15.1 stdio.v0.15.0 stdlib-shims.0.1.0 time_now.v0.15.0 topkg.1.0.8"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.4 --depext-only -y api-watch.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-10-15 10:17.56: Using cache hint "ocaml-semver/ocaml-api-watch-ocaml/opam:debian-13-ocaml-5.2@sha256:8254647027c145c5f001ad68be8cb1463fa6c4faa58194592be349515c871b3d-debian-13-5.2_opam-2.4-cedd92995ec4c78ece2d569164deecf3"
2025-10-15 10:17.56: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.2@sha256:8254647027c145c5f001ad68be8cb1463fa6c4faa58194592be349515c871b3d)
(comment debian-13-5.2_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 c04a95aabb4c4a0fb28e12fbb897870da143b8bb || git fetch origin master) && git reset -q --hard c04a95aabb4c4a0fb28e12fbb897870da143b8bb && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src api-watch.opam) (dst ./))
(run (network host)
(shell "opam pin add -yn api-watch.dev './'"))
(run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "base.v0.15.1 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base cmdliner.1.3.0 containers.3.7 cppo.1.6.7 csexp.1.3.1 dune.3.5.0 dune-configurator.2.9.3 either.1.0.0 fmt.0.9.0 jane-street-headers.v0.15.0 jst-config.v0.15.0 logs.0.7.0 ocaml.5.2.1 ocaml-base-compiler.5.2.1 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 ppx_assert.v0.15.0 ppx_base.v0.15.0 ppx_cold.v0.15.0 ppx_compare.v0.15.0 ppx_derivers.1.2.1 ppx_deriving.5.2 ppx_enumerate.v0.15.0 ppx_expect.v0.15.1 ppx_hash.v0.15.0 ppx_here.v0.15.0 ppx_inline_test.v0.15.1 ppx_optcomp.v0.15.0 ppx_sexp_conv.v0.15.1 ppxlib.0.33.0 re.1.9.0 result.1.5 seq.0.3 sexplib0.v0.15.1 stdio.v0.15.0 stdlib-shims.0.1.0 time_now.v0.15.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.4 --depext-only -y api-watch.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-10-15 10:17.56: Waiting for resource in pool OCluster
2025-10-15 11:05.58: Waiting for worker…
2025-10-15 11:09.05: Got resource from pool OCluster
Building on odawa.caelum.ci.dev
All commits already cached
HEAD is now at afd927c Add support for extension constructors (#146)


(from ocaml/opam:debian-13-ocaml-5.2@sha256:8254647027c145c5f001ad68be8cb1463fa6c4faa58194592be349515c871b3d)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.2@sha256:8254647027c145c5f001ad68be8cb1463fa6c4faa58194592be349515c871b3d' locally
docker.io/ocaml/opam@sha256:8254647027c145c5f001ad68be8cb1463fa6c4faa58194592be349515c871b3d: Pulling from ocaml/opam
cae3b572364a: Already exists
820d433882fc: Already exists
8f6112f72fa5: Already exists
f06108004adb: Already exists
f34ea90e6bf7: Already exists
b44a65709156: Already exists
4c25908bbac9: Already exists
f76df728146d: Already exists
1fee769dfcf3: Already exists
9089a7f69af3: Already exists
6f758b47b2a0: Already exists
16b225bbb395: Already exists
abbf3ec39b68: Already exists
1a61521655a9: Already exists
6a8565a9e443: Already exists
c059a4cbd7b9: Already exists
3a00fdc9e291: Already exists
a0b62589bd38: Already exists
6e8d713bf843: Already exists
bca1fd5341ba: Already exists
34b9849c2772: Already exists
4f4fb700ef54: Already exists
d8d3d0744e38: Already exists
788c7ce0e0e5: Already exists
a297eab0ca3b: Already exists
2e79af39acdb: Already exists
8858e600236c: Already exists
9efe23d1fe7d: Already exists
47d185934312: Already exists
64a949a6caff: Already exists
c9d6a7c18bb1: Already exists
e4fde4815f0c: Already exists
d1f759c16950: Already exists
f3dd45bf195f: Already exists
3985a6049101: Already exists
aae849592418: Already exists
6173459dc6b2: Already exists
7f16ef63bee0: Already exists
fe355de6a899: Already exists
b0bc5a15bc9d: Already exists
cbbfb6fb652b: Pulling fs layer
3a1db35610e2: Pulling fs layer
3937b1176c8b: Pulling fs layer
241d2b3dd1b6: Pulling fs layer
5bb186d106ca: Pulling fs layer
1c06ca2d5760: Pulling fs layer
af03d24ec752: Pulling fs layer
241d2b3dd1b6: Waiting
5bb186d106ca: Waiting
1c06ca2d5760: Waiting
af03d24ec752: Waiting
3a1db35610e2: Download complete
cbbfb6fb652b: Download complete
cbbfb6fb652b: Pull complete
3a1db35610e2: Pull complete
3937b1176c8b: Verifying Checksum
3937b1176c8b: Download complete
3937b1176c8b: Pull complete
5bb186d106ca: Download complete
1c06ca2d5760: Verifying Checksum
1c06ca2d5760: Download complete
af03d24ec752: Verifying Checksum
af03d24ec752: Download complete
241d2b3dd1b6: Verifying Checksum
241d2b3dd1b6: Download complete
241d2b3dd1b6: Pull complete
5bb186d106ca: Pull complete
1c06ca2d5760: Pull complete
af03d24ec752: Pull complete
Digest: sha256:8254647027c145c5f001ad68be8cb1463fa6c4faa58194592be349515c871b3d
Status: Downloaded newer image for ocaml/opam@sha256:8254647027c145c5f001ad68be8cb1463fa6c4faa58194592be349515c871b3d
2025-10-15 11:09.12 ---> saved as "bf76267d990a76b55e032e393494781192467af72d54082c2262dbcd757da75c"


/: (comment debian-13-5.2_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-10-15 11:09.12 ---> saved as "47faf2b644d408d429505fc3dec961bd98ba126c64c353b0d147a4b55be8d190"


/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-10-15 11:09.30 ---> saved as "718c9657b9e67ec4265c85052dc3b662b859c5f18ec6a51bc25d4e2233f1820d"


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-84-generic
The OCaml toplevel, version 5.2.1
2.4.1
2025-10-15 11:09.30 ---> saved as "144a97081da465b9c5dbac8a7a52a751b0e0f38c3be6f9fd57dba2113d7ecf8e"


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2025-10-15 11:09.31 ---> saved as "3a836c924a946171a147eea65e493ec36ba8a131c23988a46badb614c42eb3c4"


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


<><> 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-10-15 11:09.46 ---> saved as "483a85d17643094ec09b2fede9c923b47c09e5736b99822666272b2ada2c7e09"


/src: (copy (src api-watch.opam) (dst ./))
2025-10-15 11:09.46 ---> saved as "1f3cab525dd0ea2e52264ca82609a74cf19b2ebabe7c922efdd6e5547b18526b"


/src: (run (network host)
(shell "opam pin add -yn api-watch.dev './'"))
[api-watch.dev] synchronised (file:///src)
api-watch is now pinned to file:///src (version dev)
2025-10-15 11:09.47 ---> saved as "4baf814271179c6d4995721c24898c7c0dfb81636dc68f736316a31d4a4f0cbf"


/src: (run (network host)
(shell "echo '(lang dune 3.0)' > './dune-project'"))
2025-10-15 11:09.47 ---> saved as "fd844c3d76ca218c168d3f16300c710bb428491f529623f40c70f43d146c8f57"


/src: (env DEPS "base.v0.15.1 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base cmdliner.1.3.0 containers.3.7 cppo.1.6.7 csexp.1.3.1 dune.3.5.0 dune-configurator.2.9.3 either.1.0.0 fmt.0.9.0 jane-street-headers.v0.15.0 jst-config.v0.15.0 logs.0.7.0 ocaml.5.2.1 ocaml-base-compiler.5.2.1 ocaml-compiler-libs.v0.17.0 ocaml-config.3 ocaml-options-vanilla.1 ocamlbuild.0.14.3 ocamlfind.1.9.6 ppx_assert.v0.15.0 ppx_base.v0.15.0 ppx_cold.v0.15.0 ppx_compare.v0.15.0 ppx_derivers.1.2.1 ppx_deriving.5.2 ppx_enumerate.v0.15.0 ppx_expect.v0.15.1 ppx_hash.v0.15.0 ppx_here.v0.15.0 ppx_inline_test.v0.15.1 ppx_optcomp.v0.15.0 ppx_sexp_conv.v0.15.1 ppxlib.0.33.0 re.1.9.0 result.1.5 seq.0.3 sexplib0.v0.15.1 stdio.v0.15.0 stdlib-shims.0.1.0 time_now.v0.15.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.4 --depext-only -y api-watch.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 [53.8 kB]
- Fetched 145 kB in 0s (1639 kB/s)
- Reading package lists...


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[api-watch.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 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.2.1).
[NOTE] Package ocaml is already installed (current version is 5.2.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-nnp is already installed (current version is base).
[NOTE] Package base-domains is already installed (current version is base).
[NOTE] Package base-bigarray is already installed (current version is base).
2025-10-15 11:09.54 ---> saved as "6e1e3af5febd3640a18529510dcbcd63e31526c2cab4423161b767106bd4d55d"


/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 3).
[NOTE] Package ocaml-base-compiler is already installed (current version is 5.2.1).
[NOTE] Package ocaml is already installed (current version is 5.2.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-nnp is already installed (current version is base).
[NOTE] Package base-domains 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 37 packages
- install base                v0.15.1
- install cmdliner            1.3.0
- install containers          3.7
- install cppo                1.6.7
- install csexp               1.3.1
- install dune                3.5.0
- install dune-configurator   2.9.3
- install either              1.0.0
- install fmt                 0.9.0
- install jane-street-headers v0.15.0
- install jst-config          v0.15.0
- install logs                0.7.0
- install ocaml-compiler-libs v0.17.0
- install ocamlbuild          0.14.3
- install ocamlfind           1.9.6
- install ppx_assert          v0.15.0
- install ppx_base            v0.15.0
- install ppx_cold            v0.15.0
- install ppx_compare         v0.15.0
- install ppx_derivers        1.2.1
- install ppx_deriving        5.2
- install ppx_enumerate       v0.15.0
- install ppx_expect          v0.15.1
- install ppx_hash            v0.15.0
- install ppx_here            v0.15.0
- install ppx_inline_test     v0.15.1
- install ppx_optcomp         v0.15.0
- install ppx_sexp_conv       v0.15.1
- install ppxlib              0.33.0
- install re                  1.9.0
- install result              1.5
- install seq                 0.3
- install sexplib0            v0.15.1
- install stdio               v0.15.0
- install stdlib-shims        0.1.0
- install time_now            v0.15.0
- install topkg               1.0.8


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved base.v0.15.1  (cached)
-> retrieved cmdliner.1.3.0  (cached)
-> retrieved containers.3.7  (cached)
-> retrieved cppo.1.6.7  (cached)
-> retrieved csexp.1.3.1  (cached)
-> retrieved either.1.0.0  (cached)
-> retrieved fmt.0.9.0  (cached)
-> retrieved jane-street-headers.v0.15.0  (cached)
-> retrieved jst-config.v0.15.0  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved ocaml-compiler-libs.v0.17.0  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved ppx_assert.v0.15.0  (cached)
-> retrieved ppx_base.v0.15.0  (cached)
-> retrieved ppx_cold.v0.15.0  (cached)
-> retrieved ppx_compare.v0.15.0  (cached)
-> retrieved dune-configurator.2.9.3  (cached)
-> retrieved dune.3.5.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_deriving.5.2  (cached)
-> retrieved ppx_enumerate.v0.15.0  (cached)
-> retrieved ppx_expect.v0.15.1  (cached)
-> retrieved ppx_hash.v0.15.0  (cached)
-> retrieved ppx_here.v0.15.0  (cached)
-> retrieved ppx_inline_test.v0.15.1  (cached)
-> retrieved ppx_optcomp.v0.15.0  (cached)
-> retrieved ppx_sexp_conv.v0.15.1  (cached)
-> installed cmdliner.1.3.0
-> retrieved re.1.9.0  (cached)
-> retrieved ppxlib.0.33.0  (cached)
-> retrieved result.1.5  (cached)
-> retrieved seq.0.3  (cached)
-> retrieved sexplib0.v0.15.1  (cached)
-> retrieved stdio.v0.15.0  (cached)
-> retrieved stdlib-shims.0.1.0  (cached)
-> retrieved time_now.v0.15.0  (cached)
-> retrieved topkg.1.0.8  (cached)
-> installed ocamlbuild.0.14.3
-> installed ocamlfind.1.9.6
-> installed topkg.1.0.8
-> installed fmt.0.9.0
-> installed logs.0.7.0
-> installed dune.3.5.0
-> installed jane-street-headers.v0.15.0
-> installed ppx_derivers.1.2.1
-> installed seq.0.3
-> installed stdlib-shims.0.1.0
-> installed either.1.0.0
-> installed result.1.5
-> installed sexplib0.v0.15.1
-> installed csexp.1.3.1
-> installed cppo.1.6.7
-> installed re.1.9.0
-> installed ocaml-compiler-libs.v0.17.0
-> installed dune-configurator.2.9.3
-> installed containers.3.7
-> installed base.v0.15.1
-> installed stdio.v0.15.0
-> installed ppxlib.0.33.0
-> installed ppx_optcomp.v0.15.0
-> installed ppx_cold.v0.15.0
-> installed ppx_here.v0.15.0
-> installed ppx_enumerate.v0.15.0
-> installed ppx_compare.v0.15.0
-> installed ppx_sexp_conv.v0.15.1
-> installed ppx_deriving.5.2
-> installed ppx_hash.v0.15.0
-> installed ppx_assert.v0.15.0
-> installed ppx_base.v0.15.0
-> installed jst-config.v0.15.0
-> installed time_now.v0.15.0
-> installed ppx_inline_test.v0.15.1
-> installed ppx_expect.v0.15.1
Done.
# To update the current shell environment, run: eval $(opam env)
2025-10-15 11:10.44 ---> saved as "d93045a76efdd9d28ff9aba5a066c1ffe0563bb03b59481348ae7bd968c9e8ef"


/src: (copy (src .) (dst /src))
2025-10-15 11:10.45 ---> saved as "0340d7adb56e4db712d09b21f256ebd89a237340dbb24f752168a7bf74b8c27b"


/src: (run (shell "opam exec -- dune build @install @check @runtest && rm -rf _build"))
2025-10-15 11:10.49 ---> saved as "e9f65e352e02fb0dc5f19bc66c512a0625fb4e70832e31dea44600769dcc361d"
Job succeeded
2025-10-15 11:10.49: Job succeeded