2026-07-02 13:21.46: New job: test mbarbin/print-table https://github.com/mbarbin/print-table.git#refs/heads/main (df0e3d608fc95243047eb4759dbc64a5cd0f1aca) (linux-x86_64:(lint-fmt))Base: ocaml/opam:alpine-3.23-ocaml-4.14@sha256:f0c6a83a8777549f4cf64c61f549d0d833de6874ebabeaa99738be121c063aa5ocamlformat version: version 0.29.0 (from opam)To reproduce locally:git clone --recursive "https://github.com/mbarbin/print-table.git" -b "main" && cd "print-table" && git reset --hard df0e3d60cat > Dockerfile <<'END-OF-DOCKERFILE'FROM ocaml/opam:alpine-3.23-ocaml-4.14@sha256:f0c6a83a8777549f4cf64c61f549d0d833de6874ebabeaa99738be121c063aa5USER 1000:1000RUN cd ~/opam-repository && (git cat-file -e 8cd35acddd18fa903782ac90de78467ca3e3b506 || git fetch origin master) && git reset -q --hard 8cd35acddd18fa903782ac90de78467ca3e3b506 && git log --no-decorate -n1 --oneline && opam update -uRUN opam depext -i duneWORKDIR /srcRUN opam depext -i ocamlformat=0.29.0COPY --chown=1000:1000 . /src/RUN opam exec -- dune build @fmt --ignore-promoted-rules || (echo "dune build @fmt failed"; exit 2)END-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-07-02 13:21.46: Using cache hint "mbarbin/print-table-ocaml/opam:alpine-3.23-ocaml-4.14@sha256:f0c6a83a8777549f4cf64c61f549d0d833de6874ebabeaa99738be121c063aa5-alpine-3.23-4.14_opam-2.5-ocamlformat-8cd35acddd18fa903782ac90de78467ca3e3b506"2026-07-02 13:21.46: Using OBuilder spec:((from ocaml/opam:alpine-3.23-ocaml-4.14@sha256:f0c6a83a8777549f4cf64c61f549d0d833de6874ebabeaa99738be121c063aa5)(user (uid 1000) (gid 1000))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 8cd35acddd18fa903782ac90de78467ca3e3b506 || git fetch origin master) && git reset -q --hard 8cd35acddd18fa903782ac90de78467ca3e3b506 && git log --no-decorate -n1 --oneline && opam update -u"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam depext -i dune"))(workdir /src)(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam depext -i ocamlformat=0.29.0"))(copy (src .) (dst /src/))(run (shell "opam exec -- dune build @fmt --ignore-promoted-rules || (echo \"dune build @fmt failed\"; exit 2)")))2026-07-02 13:21.46: Waiting for resource in pool OCluster2026-07-02 15:35.06: Waiting for worker…2026-07-02 15:37.29: Got resource from pool OClusterBuilding on odawa.caelum.ci.devAll commits already cachedHEAD is now at df0e3d6 Run the tests first and instrumented after that(from ocaml/opam:alpine-3.23-ocaml-4.14@sha256:f0c6a83a8777549f4cf64c61f549d0d833de6874ebabeaa99738be121c063aa5)2026-07-02 15:37.30 ---> using "ddf0296bafa76e4bf8b182ecf29a43054f6570c547c6951ee9b2a46d81333d6d" from cache/: (user (uid 1000) (gid 1000))/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e 8cd35acddd18fa903782ac90de78467ca3e3b506 || git fetch origin master) && git reset -q --hard 8cd35acddd18fa903782ac90de78467ca3e3b506 && git log --no-decorate -n1 --oneline && opam update -u"))From https://github.com/ocaml/opam-repository* branch master -> FETCH_HEADb85f65c75d..cf4807d523 master -> origin/master8cd35acddd Merge pull request #30092 from shonfeder/release-dune-3.24.0<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[ocaml-patches-overlay] no changes from git+https://github.com/ocurrent/opam-repository#patches[default] synchronised from git+file:///home/opam/opam-repositoryEverything as up-to-date as possible (run with --verbose to show unavailable upgrades).The following packages are not being upgraded because the new versions conflict with other installed packages:- ocaml.5.6.0- ocaml-config.3However, you may "opam upgrade" these packages explicitly, which will ask permission to downgrade or uninstall the conflicting packages.Nothing to do.# Run eval $(opam env) to update the current shell environment2026-07-02 15:37.30 ---> using "8793966359920b411a1770ae4b20578aa1be677e6ad59fd989b7019c02335426" from cache/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam depext -i dune"))Since version 2.1, opam now handles external dependencies alongside OCaml ones, and the `depext` plugin interface is provided for backwards compatibility only. Consider using your usual `opam install` command to install both OCaml and system dependencies, or `opam install <pkg> --depext-only` if you want to only install external dependencies.# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=alpine, os-family=alpine# No extra OS packages requirements found.The following actions will be performed:- install dune 3.24.0<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved dune.3.24.0 (cached)-> installed dune.3.24.0Done.# Run eval $(opam env) to update the current shell environment2026-07-02 15:37.30 ---> using "3d47acb8ffd3ade85b39af869b27b0143e7aa380d2e0561653ef5001d70439a3" from cache/: (workdir /src)/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam depext -i ocamlformat=0.29.0"))Since version 2.1, opam now handles external dependencies alongside OCaml ones, and the `depext` plugin interface is provided for backwards compatibility only. Consider using your usual `opam install` command to install both OCaml and system dependencies, or `opam install <pkg> --depext-only` if you want to only install external dependencies.# Detecting depexts using vars: arch=x86_64, os=linux, os-distribution=alpine, os-family=alpine# No extra OS packages requirements found.The following actions will be performed:- install ocamlbuild 0.16.1 [required by fpath, astring, uuseg]- install either 1.0.0 [required by ocamlformat-lib]- install menhirLib 20260209 [required by ocamlformat-lib]- install ocaml-version 4.1.3 [required by ocamlformat-lib]- install csexp 1.5.2 [required by ocamlformat]- install menhirSdk 20260209 [required by ocamlformat-lib]- install menhirGLR 20260209 [required by menhir]- install cmdliner 2.1.1 [required by ocamlformat]- install camlp-streams 5.0.1 [required by ocamlformat-lib]- install fix 20250919 [required by ocamlformat-lib]- install ocamlfind 1.9.8 [required by ocp-indent, astring, fpath, uuseg]- install sexplib0 v0.16.0 [required by base]- install re 1.14.0 [required by ocamlformat]- install dune-build-info 3.24.0 [required by ocamlformat-lib]- install menhirCST 20260209 [required by menhir]- install dune-configurator 3.24.0 [required by base]- install topkg 1.1.1 [required by fpath, astring, uuseg]- install ocp-indent 1.9.0 [required by ocamlformat-lib]- install menhir 20260209 [required by ocamlformat-lib]- install base v0.16.5 [required by ocamlformat-lib]- install uutf 1.0.4 [required by ocamlformat-lib]- install uucp 17.0.0 [required by uuseg]- install astring 0.8.5 [required by ocamlformat-lib]- install stdio v0.16.0 [required by ocamlformat-lib]- install uuseg 17.0.0 [required by ocamlformat-lib]- install fpath 0.7.3 [required by ocamlformat-lib]- install ocamlformat-lib 0.29.0 [required by ocamlformat]- install ocamlformat 0.29.0===== 28 to install =====<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>-> retrieved astring.0.8.5 (cached)-> retrieved camlp-streams.5.0.1 (cached)-> retrieved base.v0.16.5 (cached)-> retrieved cmdliner.2.1.1 (cached)-> retrieved csexp.1.5.2 (cached)-> installed camlp-streams.5.0.1-> retrieved either.1.0.0 (cached)-> retrieved fix.20250919 (cached)-> retrieved fpath.0.7.3 (cached)-> retrieved menhir.20260209 (cached)-> installed csexp.1.5.2-> installed either.1.0.0-> retrieved menhirCST.20260209 (cached)-> retrieved dune-build-info.3.24.0 (cached)-> retrieved dune-configurator.3.24.0 (cached)-> installed fix.20250919-> retrieved menhirGLR.20260209 (cached)-> retrieved menhirLib.20260209 (cached)-> retrieved menhirSdk.20260209 (cached)-> retrieved ocaml-version.4.1.3 (cached)-> retrieved ocamlbuild.0.16.1 (cached)-> retrieved ocamlfind.1.9.8 (cached)-> installed cmdliner.2.1.1-> installed dune-build-info.3.24.0-> installed dune-configurator.3.24.0-> installed menhirCST.20260209-> installed menhirGLR.20260209-> installed menhirLib.20260209-> retrieved ocamlformat.0.29.0 (cached)-> installed menhirSdk.20260209-> installed ocaml-version.4.1.3-> retrieved ocamlformat-lib.0.29.0 (cached)-> retrieved ocp-indent.1.9.0 (cached)-> retrieved re.1.14.0 (cached)-> retrieved sexplib0.v0.16.0 (cached)-> retrieved stdio.v0.16.0 (cached)-> retrieved topkg.1.1.1 (cached)-> retrieved uuseg.17.0.0 (cached)-> retrieved uutf.1.0.4 (cached)-> retrieved uucp.17.0.0 (cached)-> installed sexplib0.v0.16.0-> installed re.1.14.0-> installed ocamlfind.1.9.8-> installed ocp-indent.1.9.0-> installed ocamlbuild.0.16.1-> installed base.v0.16.5-> installed menhir.20260209-> installed stdio.v0.16.0-> installed topkg.1.1.1-> installed uutf.1.0.4-> installed astring.0.8.5-> installed fpath.0.7.3-> installed uucp.17.0.0-> installed uuseg.17.0.0-> installed ocamlformat-lib.0.29.0-> installed ocamlformat.0.29.0Done.<><> ocp-indent.1.9.0 installed successfully ><><><><><><><><><><><><><><><><><>=> This package requires additional configuration for use in editors. Install package 'user-setup', or manually:* for Emacs, add these lines to ~/.emacs:(add-to-list 'load-path "/home/opam/.opam/4.14/share/emacs/site-lisp")(require 'ocp-indent)* for Vim, add this line to ~/.vimrc:set rtp^="/home/opam/.opam/4.14/share/ocp-indent/vim"# Run eval $(opam env) to update the current shell environment2026-07-02 15:37.30 ---> using "ce430479d8a9351a239a300895448da9435605bcfd929a2fe70d9d74ac64fdbc" from cache/src: (copy (src .) (dst /src/))2026-07-02 15:37.30 ---> saved as "08b3bbac4f1b856319bb0da0147b1f8e22cbaa350d3654f077ca4b6c5f4fae5e"/src: (run (shell "opam exec -- dune build @fmt --ignore-promoted-rules || (echo \"dune build @fmt failed\"; exit 2)"))2026-07-02 15:37.30 ---> saved as "8405869e317f53b195bc47046d3be310b30d6e8a2c0f0727c3c2f046d78a6bdf"Job succeeded2026-07-02 15:37.30: Job succeeded