2026-06-02 14:02.22: New job: test mbarbin/print-table https://github.com/mbarbin/print-table.git#refs/heads/main (df0e3d608fc95243047eb4759dbc64a5cd0f1aca) (linux-x86_64:fedora-43-4.14_opam-2.5)Base: ocaml/opam:fedora-43-ocaml-4.14@sha256:10715a7e3278f209348348543cab1a659c6749bf81a48b2f1fe41ec6a0340ac6Opam project buildTo 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:fedora-43-ocaml-4.14@sha256:10715a7e3278f209348348543cab1a659c6749bf81a48b2f1fe41ec6a0340ac6# fedora-43-4.14_opam-2.5USER 1000:1000ENV CLICOLOR_FORCE="1"ENV OPAMCOLOR="always"WORKDIR /srcRUN sudo dnf install -y findutilsRUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opamRUN cd ~/opam-repository && (git cat-file -e c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && git log --no-decorate -n1 --onelineRUN opam init --reinit -niRUN uname -rs && opam exec -- ocaml -version && opam --versionWORKDIR /srcRUN sudo chown opam /srcRUN opam update -uCOPY --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.16.5 base-bigarray.base base-threads.base base-unix.base csexp.1.5.2 dune.3.23.1 dune-configurator.3.23.1 jane-street-headers.v0.16.0 jst-config.v0.16.0 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ppx_assert.v0.16.0 ppx_base.v0.16.0 ppx_cold.v0.16.0 ppx_compare.v0.16.0 ppx_derivers.1.2.1 ppx_enumerate.v0.16.0 ppx_expect.v0.16.2 ppx_globalize.v0.16.0 ppx_hash.v0.16.0 ppx_here.v0.16.0 ppx_inline_test.v0.16.1 ppx_optcomp.v0.16.0 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 printbox.0.12 printbox-md.0.12 printbox-text.0.12 re.1.14.0 sexplib0.v0.16.0 stdio.v0.16.0 stdlib-shims.0.3.0 time_now.v0.16.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 $DEPSRUN opam install $DEPSCOPY --chown=1000:1000 . /srcRUN opam exec -- dune build --only-packages=print-table,print-table-tests @install @check @runtest && rm -rf _buildEND-OF-DOCKERFILEdocker build .END-REPRO-BLOCK2026-06-02 14:02.22: Using cache hint "mbarbin/print-table-ocaml/opam:fedora-43-ocaml-4.14@sha256:10715a7e3278f209348348543cab1a659c6749bf81a48b2f1fe41ec6a0340ac6-fedora-43-4.14_opam-2.5-28c8edacaca701853f58913fcd110780"2026-06-02 14:02.22: Using OBuilder spec:((from ocaml/opam:fedora-43-ocaml-4.14@sha256:10715a7e3278f209348348543cab1a659c6749bf81a48b2f1fe41ec6a0340ac6)(comment fedora-43-4.14_opam-2.5)(user (uid 1000) (gid 1000))(env CLICOLOR_FORCE 1)(env OPAMCOLOR always)(workdir /src)(run (network host)(shell "sudo dnf install -y findutils"))(run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))(run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && git log --no-decorate -n1 --oneline"))(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 "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.16.5 base-bigarray.base base-threads.base base-unix.base csexp.1.5.2 dune.3.23.1 dune-configurator.3.23.1 jane-street-headers.v0.16.0 jst-config.v0.16.0 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-compiler-libs.v0.12.4 ocaml-config.2 ocaml-options-vanilla.1 ocamlbuild.0.16.1 ocamlfind.1.9.8 ppx_assert.v0.16.0 ppx_base.v0.16.0 ppx_cold.v0.16.0 ppx_compare.v0.16.0 ppx_derivers.1.2.1 ppx_enumerate.v0.16.0 ppx_expect.v0.16.2 ppx_globalize.v0.16.0 ppx_hash.v0.16.0 ppx_here.v0.16.0 ppx_inline_test.v0.16.1 ppx_optcomp.v0.16.0 ppx_sexp_conv.v0.16.0 ppxlib.0.35.0 printbox.0.12 printbox-md.0.12 printbox-text.0.12 re.1.14.0 sexplib0.v0.16.0 stdio.v0.16.0 stdlib-shims.0.3.0 time_now.v0.16.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-06-02 14:02.22: Connecting to build cluster…2026-06-02 14:02.22: Waiting for resource in pool OCluster2026-06-02 14:08.25: Waiting for worker…2026-06-02 14:13.36: Got resource from pool OClusterBuilding on eumache.caelum.ci.devAll commits already cachedHEAD is now at df0e3d6 Run the tests first and instrumented after that(from ocaml/opam:fedora-43-ocaml-4.14@sha256:10715a7e3278f209348348543cab1a659c6749bf81a48b2f1fe41ec6a0340ac6)Unable to find image 'ocaml/opam:fedora-43-ocaml-4.14@sha256:10715a7e3278f209348348543cab1a659c6749bf81a48b2f1fe41ec6a0340ac6' locallydocker.io/ocaml/opam@sha256:10715a7e3278f209348348543cab1a659c6749bf81a48b2f1fe41ec6a0340ac6: Pulling from ocaml/opam1fd43c80f797: Already exists86f641bed7cf: Already existscc34a09cdcc4: Already exists47bba4af6cc8: Already exists531d0119982c: Already exists6fa16750b700: Already existsff20a06231f1: Already existsf322df446d6b: Already exists405072d36bdd: Already existsa044fbf81d64: Already exists7aa0c45a06e7: Already exists19bf9c672922: Already existsba7cc57104ca: Already existse747e9ba4ad0: Already existsa51191b964b5: Already existseb3f96fbef2d: Already existsdcb5bfc96fb1: Already existsc6e9334c27d9: Already exists3e2552a6acd4: Already existse90a9d0334f0: Already exists4f4fb700ef54: Already exists08e693a44334: Already existse300cbdc3c3a: Already exists9cea457898f0: Already exists6f82656ba15e: Already exists8f43e8b28a74: Already exists6df25cab4e43: Already exists02f4c0aa1e50: Already exists04326f1af263: Already existsa33503cc6e74: Already existsa9d74e06cd17: Already exists76858174296d: Already existsa56641b71d16: Already existsde8d3985be35: Pulling fs layer8b58e6c6ade6: Pulling fs layer965f248974a6: Pulling fs layer471dd2bf6cca: Pulling fs layer8df3d489f783: Pulling fs layer96e99a74f462: Pulling fs layer592dc5eea68a: Pulling fs layer965f248974a6: Download complete8b58e6c6ade6: Download complete8df3d489f783: Download complete471dd2bf6cca: Download complete8722be977174: Pulling fs layer96e99a74f462: Download completeea7d47e02986: Pulling fs layerd2000a640af2: Pulling fs layercf297778eae0: Pulling fs layerea7d47e02986: Waitingd2000a640af2: Waitingcf297778eae0: Waiting592dc5eea68a: Verifying Checksum592dc5eea68a: Download completeea7d47e02986: Verifying Checksumea7d47e02986: Download completed2000a640af2: Verifying Checksumd2000a640af2: Download completecf297778eae0: Download complete8722be977174: Verifying Checksum8722be977174: Download completede8d3985be35: Pull complete8b58e6c6ade6: Pull complete965f248974a6: Pull complete471dd2bf6cca: Pull complete8df3d489f783: Pull complete96e99a74f462: Pull complete592dc5eea68a: Pull complete8722be977174: Pull completeea7d47e02986: Pull completed2000a640af2: Pull completecf297778eae0: Pull completeDigest: sha256:10715a7e3278f209348348543cab1a659c6749bf81a48b2f1fe41ec6a0340ac6Status: Downloaded newer image for ocaml/opam@sha256:10715a7e3278f209348348543cab1a659c6749bf81a48b2f1fe41ec6a0340ac62026-06-02 14:13.38 ---> using "27efe61ad8670797189612d526e109213fbe636d223b118a70d5a742bb13318d" from cache/: (comment fedora-43-4.14_opam-2.5)/: (user (uid 1000) (gid 1000))/: (env CLICOLOR_FORCE 1)/: (env OPAMCOLOR always)/: (workdir /src)/src: (run (network host)(shell "sudo dnf install -y findutils"))Updating and loading repositories:Fedora 43 - x86_64 - Updates 100% | 4.2 KiB/s | 5.7 KiB | 00m01sRepositories loaded.Package "findutils-1:4.10.0-6.fc43.x86_64" is already installed.Nothing to do.2026-06-02 14:13.38 ---> using "a687779efd5ec6cf35a5e5736ae7f109acf9c835cd56d98a5500b8f204fde32b" from cache/src: (run (shell "sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam"))2026-06-02 14:13.38 ---> using "e15daeaa54a34aadc230e96fe84da6542c1950625ec1eea5e292954263c99dbd" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "cd ~/opam-repository && (git cat-file -e c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && git log --no-decorate -n1 --oneline"))c180e16309 Merge pull request #29907 from dra27/host-arch-fixes2026-06-02 14:13.38 ---> using "af8049b21eba23aaab400c6e05c2173b6a3df86b9bde5ccf1adead9a8eeb5d79" 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.1 to version 2.2, which can't be reverted.You may want to back it up before going further.[NOTE] The 'jobs' option was reset, its value was 1 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=1 --globalContinue? [Y/n] yFormat upgrade done.<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>[ERROR] Could not update repository "ocaml-patches-overlay": "/usr/sbin/git fetch -q" exited with code 128 "fatal: unable to access 'https://github.com/ocurrent/opam-repository/': Could not resolve host: github.com"[default] synchronised from git+file:///home/opam/opam-repository2026-06-02 14:13.38 ---> using "f877f84890e1a951cd8e20c89039126ac81c627eb2072cdc94907a7c908a9205" from cache/src: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))Linux 6.8.0-111-genericThe OCaml toplevel, version 4.14.32.5.12026-06-02 14:13.38 ---> using "c3b2cc000ddad3af6803cd736bbba978037d9e44b3eaf5cce2902c08e69fadaf" from cache/src: (workdir /src)/src: (run (shell "sudo chown opam /src"))2026-06-02 14:13.38 ---> using "394205353633ef623b27f4b1a31bd56d6a3fa14bf63b46231bd3d9dc556c8589" from cache/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))(network host)(shell "opam update -u"))<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>[ocaml-patches-overlay] no changes from git+https://github.com/ocurrent/opam-repository#patches[default] no changes 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.5.0- ocaml-config.3However, 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-06-02 14:13.38 ---> using "8454571502652d9f335cca2b7d6a1f577a9290afa5569c4ea24754f0944aa26c" from cache/src: (copy (src print-table.opam print-table-tests.opam print-table-dev.opam)(dst ./))Failure("\"rm\" \"-rf\" \"/var/cache/obuilder/merged/f2a3e679418ecaae7e54b2dcd0e6ad88eee0877cac15aaf21ffa373ec31400a1\" \"/var/cache/obuilder/work/f2a3e679418ecaae7e54b2dcd0e6ad88eee0877cac15aaf21ffa373ec31400a1\" failed with exit status 1")2026-06-02 14:13.39: Job failed: Failed: Build failed