Organisationsmbarbinprint-tabledf0e3d (main)fedora-43-4.14_opam-2.5

fedora-43-4.14_opam-2.5

Logs

Show full logs
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:10715a7e3278f209348348543cab1a659c6749bf81a48b2f1fe41ec6a0340ac6
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/mbarbin/print-table.git" -b "main" && cd "print-table" && git reset --hard df0e3d60
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-43-ocaml-4.14@sha256:10715a7e3278f209348348543cab1a659c6749bf81a48b2f1fe41ec6a0340ac6
# fedora-43-4.14_opam-2.5
USER 1000:1000
ENV CLICOLOR_FORCE="1"
ENV OPAMCOLOR="always"
WORKDIR /src
RUN sudo dnf install -y findutils
RUN sudo ln -f /usr/bin/opam-2.5 /usr/bin/opam
RUN cd ~/opam-repository && (git cat-file -e c180e1630960e0dbb8e30c22b3de89113eb5cc93 || git fetch origin master) && git reset -q --hard c180e1630960e0dbb8e30c22b3de89113eb5cc93 && git log --no-decorate -n1 --oneline
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
WORKDIR /src
RUN sudo chown opam /src
RUN 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.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 $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-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 OCluster
2026-06-02 14:08.25: Waiting for worker…
2026-06-02 14:13.36: Got resource from pool OCluster
Building on eumache.caelum.ci.dev
All commits already cached
HEAD 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' locally
docker.io/ocaml/opam@sha256:10715a7e3278f209348348543cab1a659c6749bf81a48b2f1fe41ec6a0340ac6: Pulling from ocaml/opam
1fd43c80f797: Already exists
86f641bed7cf: Already exists
cc34a09cdcc4: Already exists
47bba4af6cc8: Already exists
531d0119982c: Already exists
6fa16750b700: Already exists
ff20a06231f1: Already exists
f322df446d6b: Already exists
405072d36bdd: Already exists
a044fbf81d64: Already exists
7aa0c45a06e7: Already exists
19bf9c672922: Already exists
ba7cc57104ca: Already exists
e747e9ba4ad0: Already exists
a51191b964b5: Already exists
eb3f96fbef2d: Already exists
dcb5bfc96fb1: Already exists
c6e9334c27d9: Already exists
3e2552a6acd4: Already exists
e90a9d0334f0: Already exists
4f4fb700ef54: Already exists
08e693a44334: Already exists
e300cbdc3c3a: Already exists
9cea457898f0: Already exists
6f82656ba15e: Already exists
8f43e8b28a74: Already exists
6df25cab4e43: Already exists
02f4c0aa1e50: Already exists
04326f1af263: Already exists
a33503cc6e74: Already exists
a9d74e06cd17: Already exists
76858174296d: Already exists
a56641b71d16: Already exists
de8d3985be35: Pulling fs layer
8b58e6c6ade6: Pulling fs layer
965f248974a6: Pulling fs layer
471dd2bf6cca: Pulling fs layer
8df3d489f783: Pulling fs layer
96e99a74f462: Pulling fs layer
592dc5eea68a: Pulling fs layer
965f248974a6: Download complete
8b58e6c6ade6: Download complete
8df3d489f783: Download complete
471dd2bf6cca: Download complete
8722be977174: Pulling fs layer
96e99a74f462: Download complete
ea7d47e02986: Pulling fs layer
d2000a640af2: Pulling fs layer
cf297778eae0: Pulling fs layer
ea7d47e02986: Waiting
d2000a640af2: Waiting
cf297778eae0: Waiting
592dc5eea68a: Verifying Checksum
592dc5eea68a: Download complete
ea7d47e02986: Verifying Checksum
ea7d47e02986: Download complete
d2000a640af2: Verifying Checksum
d2000a640af2: Download complete
cf297778eae0: Download complete
8722be977174: Verifying Checksum
8722be977174: Download complete
de8d3985be35: Pull complete
8b58e6c6ade6: Pull complete
965f248974a6: Pull complete
471dd2bf6cca: Pull complete
8df3d489f783: Pull complete
96e99a74f462: Pull complete
592dc5eea68a: Pull complete
8722be977174: Pull complete
ea7d47e02986: Pull complete
d2000a640af2: Pull complete
cf297778eae0: Pull complete
Digest: sha256:10715a7e3278f209348348543cab1a659c6749bf81a48b2f1fe41ec6a0340ac6
Status: Downloaded newer image for ocaml/opam@sha256:10715a7e3278f209348348543cab1a659c6749bf81a48b2f1fe41ec6a0340ac6
2026-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 |  00m01s
Repositories 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-fixes
2026-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 --global
Continue? [Y/n] y
Format 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-repository
2026-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-generic
The OCaml toplevel, version 4.14.3
2.5.1
2026-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-repository

Everything 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.3
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-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