Organisationsmbarbinprint-tablef9abe5 (main)debian-13-5.1_opam-2.5

debian-13-5.1_opam-2.5

Link Copied
Code Copied

Logs

2026-04-13 10:20.27: New job: test mbarbin/print-table https://github.com/mbarbin/print-table.git#refs/heads/main (f9abe50e2d7900d5074f752c851f1424bc79e9b5) (linux-x86_64:debian-13-5.1_opam-2.5)
Base: ocaml/opam:debian-13-ocaml-5.1@sha256:797983c9507c9e2cb45b55653a3587cd658e2e6326de67c9fc8eb1e284652c80
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/mbarbin/print-table.git" -b "main" && cd "print-table" && git reset --hard f9abe50e
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.1@sha256:797983c9507c9e2cb45b55653a3587cd658e2e6326de67c9fc8eb1e284652c80
# debian-13-5.1_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 d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 print-table.opam print-table-tests.opam print-table-dev.opam ./
RUN opam pin add -yn print-table.dev './' && \
opam pin add -yn print-table-tests.dev './' && \
opam pin add -yn print-table-dev.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="base.v0.17.3 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base csexp.1.5.2 dune.3.22.1 dune-configurator.3.22.1 jane-street-headers.v0.17.0 jst-config.v0.17.0 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-compiler-libs.v0.12.4 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ppx_assert.v0.17.0 ppx_base.v0.17.0 ppx_cold.v0.17.0 ppx_compare.v0.17.0 ppx_derivers.1.2.1 ppx_enumerate.v0.17.0 ppx_expect.v0.17.2 ppx_globalize.v0.17.0 ppx_hash.v0.17.0 ppx_here.v0.17.0 ppx_inline_test.v0.17.0 ppx_optcomp.v0.17.0 ppx_sexp_conv.v0.17.0 ppxlib.0.35.0 ppxlib_jane.v0.17.0 printbox.0.12 printbox-md.0.12 printbox-text.0.12 sexplib0.v0.17.0 stdio.v0.17.0 stdlib-shims.0.3.0 time_now.v0.17.0 topkg.1.1.1 uucp.17.0.0 uutf.1.0.4"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --depext-only -y print-table.dev print-table-tests.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build --only-packages=print-table,print-table-tests @install @check @runtest && rm -rf _build


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


2026-04-13 10:20.27: Using cache hint "mbarbin/print-table-ocaml/opam:debian-13-ocaml-5.1@sha256:797983c9507c9e2cb45b55653a3587cd658e2e6326de67c9fc8eb1e284652c80-debian-13-5.1_opam-2.5-0f61c03da3cb0e80b8255dfc3791e2a2"
2026-04-13 10:20.27: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.1@sha256:797983c9507c9e2cb45b55653a3587cd658e2e6326de67c9fc8eb1e284652c80)
(comment debian-13-5.1_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 d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && git log --no-decorate -n1 --oneline && opam update -u"))
(copy (src print-table.opam print-table-tests.opam print-table-dev.opam)
(dst ./))
(run (network host)
(shell  "opam pin add -yn print-table.dev './' && \
\nopam pin add -yn print-table-tests.dev './' && \
\nopam pin add -yn print-table-dev.dev './'"))
(run (shell "echo '(lang dune 3.0)' > './dune-project'"))
(env DEPS "base.v0.17.3 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base csexp.1.5.2 dune.3.22.1 dune-configurator.3.22.1 jane-street-headers.v0.17.0 jst-config.v0.17.0 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-compiler-libs.v0.12.4 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ppx_assert.v0.17.0 ppx_base.v0.17.0 ppx_cold.v0.17.0 ppx_compare.v0.17.0 ppx_derivers.1.2.1 ppx_enumerate.v0.17.0 ppx_expect.v0.17.2 ppx_globalize.v0.17.0 ppx_hash.v0.17.0 ppx_here.v0.17.0 ppx_inline_test.v0.17.0 ppx_optcomp.v0.17.0 ppx_sexp_conv.v0.17.0 ppxlib.0.35.0 ppxlib_jane.v0.17.0 printbox.0.12 printbox-md.0.12 printbox-text.0.12 sexplib0.v0.17.0 stdio.v0.17.0 stdlib-shims.0.3.0 time_now.v0.17.0 topkg.1.1.1 uucp.17.0.0 uutf.1.0.4")
(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 print-table.dev print-table-tests.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=print-table,print-table-tests @install @check @runtest && rm -rf _build"))
)


2026-04-13 10:20.27: Waiting for resource in pool OCluster
2026-04-13 10:45.41: Waiting for worker…
2026-04-13 10:48.46: Got resource from pool OCluster
Building on clete.caelum.ci.dev
All commits already cached
HEAD is now at f9abe50 Upgrade deploy-pages (node 24 warning)


(from ocaml/opam:debian-13-ocaml-5.1@sha256:797983c9507c9e2cb45b55653a3587cd658e2e6326de67c9fc8eb1e284652c80)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.1@sha256:797983c9507c9e2cb45b55653a3587cd658e2e6326de67c9fc8eb1e284652c80' locally
docker.io/ocaml/opam@sha256:797983c9507c9e2cb45b55653a3587cd658e2e6326de67c9fc8eb1e284652c80: Pulling from ocaml/opam
8f6ad858d0a4: Already exists
9cb5e198c8cf: Already exists
2d346d36dcf2: Already exists
cdc35e289b8d: Already exists
aeb7244bb580: Already exists
fc1943254a0d: Already exists
84238c416f8e: Already exists
fbbfe75d3112: Already exists
221fdc5d9929: Already exists
1fec9149b52a: Already exists
9c6e52557f24: Already exists
8737f5036aae: Already exists
d69c4074de14: Already exists
7237152a5f04: Already exists
fba4b414d8a0: Already exists
40d552afb3ef: Already exists
077cc17dc8e4: Already exists
077cc17dc8e4: Already exists
169e1be36a55: Already exists
0a8a005097ab: Already exists
caba3ec4b361: Already exists
6a364dc641f8: Already exists
4f4fb700ef54: Already exists
ab8052928cdc: Already exists
f5717a28dd6a: Already exists
79233a9b9bed: Already exists
d832d53e7392: Already exists
1872dad82243: Already exists
bfd849b08ba7: Already exists
834a8024ef15: Already exists
98ccec79258b: Already exists
fb48f36a0542: Already exists
3688b13db8e7: Already exists
a5c099f5f72c: Already exists
1ff1760de5b0: Already exists
98eec6764aa5: Already exists
aa22ae69debd: Already exists
12bfb7b962a2: Already exists
ec25ce9bb816: Already exists
beadd3cf7357: Already exists
d0d0c65a426d: Already exists
515483e45ca3: Already exists
661f20af1a8e: Already exists
76308b68cccc: Already exists
ac510092256e: Pulling fs layer
c89302c3f195: Pulling fs layer
4e8fe808de1a: Pulling fs layer
fa690c43dd15: Pulling fs layer
fa690c43dd15: Waiting
c89302c3f195: Verifying Checksum
c89302c3f195: Download complete
4e8fe808de1a: Verifying Checksum
4e8fe808de1a: Download complete
fa690c43dd15: Verifying Checksum
fa690c43dd15: Download complete
ac510092256e: Verifying Checksum
ac510092256e: Download complete
ac510092256e: Pull complete
c89302c3f195: Pull complete
4e8fe808de1a: Pull complete
fa690c43dd15: Pull complete
Digest: sha256:797983c9507c9e2cb45b55653a3587cd658e2e6326de67c9fc8eb1e284652c80
Status: Downloaded newer image for ocaml/opam@sha256:797983c9507c9e2cb45b55653a3587cd658e2e6326de67c9fc8eb1e284652c80
2026-04-13 10:49.41 ---> saved as "7a8c4318ebecc195a110e805c6df6198dcb53ee500b47b3114d1212689aacb75"


/: (comment debian-13-5.1_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-04-13 10:49.41 ---> saved as "2e4f886f23455da2abfb8f5f813eee00f2f7d8c8219f3851a2ed3bd4c80c2377"


/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-04-13 10:50.23 ---> saved as "2cf0e378e0df4f2111d4d17c93056b64ad0354b357fdbc21316283fb3374d3a2"


/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 6.8.0-107-generic
The OCaml toplevel, version 5.1.1
2.5.0
2026-04-13 10:50.23 ---> saved as "b79d6d049404b668bf9ab393a9f1159158213010857518b5f1dfb08dde416486"


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-04-13 10:50.23 ---> saved as "f9737289f29feea7a97b0dbc376b6e1186c8e5355663380f48453b7a76ae3834"


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e d06cfb1853afceb1dc127f88edaac3f8110bf6cc || git fetch origin master) && git reset -q --hard d06cfb1853afceb1dc127f88edaac3f8110bf6cc && git log --no-decorate -n1 --oneline && opam update -u"))
d06cfb1853 Merge pull request #29632 from shonfeder/release-dune-3.22.1


<><> 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.5.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-04-13 10:50.46 ---> saved as "58bda927ea1e699cdf3865e064bb72877088e5befe7d1852f7a96f7439e47785"


/src: (copy (src print-table.opam print-table-tests.opam print-table-dev.opam)
(dst ./))
2026-04-13 10:50.46 ---> saved as "a69db36fb52ad26533deeb604f76dd2542c90873c222bd04e8672428bd00e479"


/src: (run (network host)
(shell  "opam pin add -yn print-table.dev './' && \
\nopam pin add -yn print-table-tests.dev './' && \
\nopam pin add -yn print-table-dev.dev './'"))
[print-table.dev] synchronised (file:///src)
print-table is now pinned to file:///src (version dev)
[NOTE] Package print-table-tests does not exist in opam repositories registered in the current switch.
[print-table-tests.dev] synchronised (file:///src)
print-table-tests is now pinned to file:///src (version dev)
[NOTE] Package print-table-dev does not exist in opam repositories registered in the current switch.
[print-table-dev.dev] synchronised (file:///src)
print-table-dev is now pinned to file:///src (version dev)
2026-04-13 10:50.54 ---> saved as "2aa2e29c9bc9b6388374dbbcc1f72b14c359491534509404c57b6e9f1d824df7"


/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-04-13 10:50.54 ---> saved as "8341c2b517f35280112bd6cb7d983e24b93065b4e6d20388901692132a2f99ac"


/src: (env DEPS "base.v0.17.3 base-bigarray.base base-domains.base base-nnp.base base-threads.base base-unix.base csexp.1.5.2 dune.3.22.1 dune-configurator.3.22.1 jane-street-headers.v0.17.0 jst-config.v0.17.0 ocaml.5.1.1 ocaml-base-compiler.5.1.1 ocaml-compiler-libs.v0.12.4 ocaml-config.3 ocaml-options-vanilla.1 ocaml_intrinsics_kernel.v0.17.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ppx_assert.v0.17.0 ppx_base.v0.17.0 ppx_cold.v0.17.0 ppx_compare.v0.17.0 ppx_derivers.1.2.1 ppx_enumerate.v0.17.0 ppx_expect.v0.17.2 ppx_globalize.v0.17.0 ppx_hash.v0.17.0 ppx_here.v0.17.0 ppx_inline_test.v0.17.0 ppx_optcomp.v0.17.0 ppx_sexp_conv.v0.17.0 ppxlib.0.35.0 ppxlib_jane.v0.17.0 printbox.0.12 printbox-md.0.12 printbox-text.0.12 sexplib0.v0.17.0 stdio.v0.17.0 stdlib-shims.0.3.0 time_now.v0.17.0 topkg.1.1.1 uucp.17.0.0 uutf.1.0.4")


/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 print-table.dev print-table-tests.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 [122 kB]
- Fetched 213 kB in 0s (1716 kB/s)
- Reading package lists...
- 


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[print-table.dev] synchronised (file:///src)
[print-table-tests.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.1.1).
[NOTE] Package ocaml is already installed (current version is 5.1.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).
# To update the current shell environment, run: eval $(opam env)
2026-04-13 10:51.12 ---> saved as "67629c969f0264e500907eeddc65965339089d6aa4849ebb8d3a31ce2e5430c8"


/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.1.1).
[NOTE] Package ocaml is already installed (current version is 5.1.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 35 packages
- install base                    v0.17.3
- install csexp                   1.5.2
- install dune                    3.22.1
- install dune-configurator       3.22.1
- install jane-street-headers     v0.17.0
- install jst-config              v0.17.0
- install ocaml-compiler-libs     v0.12.4
- install ocaml_intrinsics_kernel v0.17.1
- install ocamlbuild              0.16.1
- install ocamlfind               1.9.8
- install ppx_assert              v0.17.0
- install ppx_base                v0.17.0
- install ppx_cold                v0.17.0
- install ppx_compare             v0.17.0
- install ppx_derivers            1.2.1
- install ppx_enumerate           v0.17.0
- install ppx_expect              v0.17.2
- install ppx_globalize           v0.17.0
- install ppx_hash                v0.17.0
- install ppx_here                v0.17.0
- install ppx_inline_test         v0.17.0
- install ppx_optcomp             v0.17.0
- install ppx_sexp_conv           v0.17.0
- install ppxlib                  0.35.0
- install ppxlib_jane             v0.17.0
- install printbox                0.12
- install printbox-md             0.12
- install printbox-text           0.12
- install sexplib0                v0.17.0
- install stdio                   v0.17.0
- install stdlib-shims            0.3.0
- install time_now                v0.17.0
- install topkg                   1.1.1
- install uucp                    17.0.0
- install uutf                    1.0.4


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved base.v0.17.3  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved jane-street-headers.v0.17.0  (cached)
-> retrieved jst-config.v0.17.0  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocaml_intrinsics_kernel.v0.17.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ppx_assert.v0.17.0  (cached)
-> retrieved ppx_base.v0.17.0  (cached)
-> retrieved ppx_cold.v0.17.0  (cached)
-> retrieved dune.3.22.1, dune-configurator.3.22.1  (cached)
-> retrieved ppx_compare.v0.17.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_enumerate.v0.17.0  (cached)
-> retrieved ppx_expect.v0.17.2  (cached)
-> retrieved ppx_globalize.v0.17.0  (cached)
-> retrieved ppx_hash.v0.17.0  (cached)
-> retrieved ppx_here.v0.17.0  (cached)
-> retrieved ppx_inline_test.v0.17.0  (cached)
-> retrieved ppx_optcomp.v0.17.0  (cached)
-> retrieved ppx_sexp_conv.v0.17.0  (cached)
-> retrieved ppxlib_jane.v0.17.0  (cached)
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved stdio.v0.17.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved time_now.v0.17.0  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved ppxlib.0.35.0  (cached)
-> retrieved printbox.0.12, printbox-md.0.12, printbox-text.0.12  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved uucp.17.0.0  (cached)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed uutf.1.0.4
-> installed dune.3.22.1
-> installed jane-street-headers.v0.17.0
-> installed ppx_derivers.1.2.1
-> installed stdlib-shims.0.3.0
-> installed printbox.0.12
-> installed csexp.1.5.2
-> installed ocaml-compiler-libs.v0.12.4
-> installed ocaml_intrinsics_kernel.v0.17.1
-> installed sexplib0.v0.17.0
-> installed dune-configurator.3.22.1
-> installed base.v0.17.3
-> installed stdio.v0.17.0
-> installed uucp.17.0.0
-> installed printbox-text.0.12
-> installed printbox-md.0.12
-> installed ppxlib.0.35.0
-> installed ppx_optcomp.v0.17.0
-> installed ppxlib_jane.v0.17.0
-> installed ppx_cold.v0.17.0
-> installed ppx_here.v0.17.0
-> installed ppx_globalize.v0.17.0
-> installed ppx_enumerate.v0.17.0
-> installed ppx_compare.v0.17.0
-> installed ppx_sexp_conv.v0.17.0
-> installed ppx_hash.v0.17.0
-> installed ppx_assert.v0.17.0
-> installed ppx_base.v0.17.0
-> installed jst-config.v0.17.0
-> installed time_now.v0.17.0
-> installed ppx_inline_test.v0.17.0
-> installed ppx_expect.v0.17.2
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-13 10:54.11 ---> saved as "2ca97501aebcd5e93074fae489185e7500785498b972344573ca87865dc2495e"


/src: (copy (src .) (dst /src))
2026-04-13 10:54.11 ---> saved as "c05b16264f9c2962a83ee3928c2dda68802960d69236cc63eb1354c0837aeb99"


/src: (run (shell "opam exec -- dune build --only-packages=print-table,print-table-tests @install @check @runtest && rm -rf _build"))
2026-04-13 10:54.17 ---> saved as "28a77def0b7334632de55918fc2a6eed52f7f6cdbf365f15b34b684d01ea7b75"
Job succeeded
2026-04-13 10:54.17: Job succeeded