Organisationsmbarbindunolint32ec1c ()debian-13-4.14_ppc64_opam-2.5

debian-13-4.14_ppc64_opam-2.5

Link Copied
Code Copied

Logs

2026-05-15 15:52.56: New job: test mbarbin/dunolint https://github.com/mbarbin/dunolint.git#refs/heads/main (32ec1c8492a8527a7fddb613608650ddabc03750) (linux-ppc64:debian-13-4.14_ppc64_opam-2.5)
Base: ocaml/opam:debian-13-ocaml-4.14@sha256:1c5fa53554103e92d2d0ad3e4c51e8588b7ed36c75e8b70c155c2dfba33a7d05
Opam project build


To reproduce locally:


git clone --recursive "https://github.com/mbarbin/dunolint.git" -b "main" && cd "dunolint" && git reset --hard 32ec1c84
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.14@sha256:1c5fa53554103e92d2d0ad3e4c51e8588b7ed36c75e8b70c155c2dfba33a7d05
# debian-13-4.14_ppc64_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 cd ~/opam-repository && (git cat-file -e a70af20c7161f9d2e1ede477647f5f9e06d6e78f || git fetch origin master) && git reset -q --hard a70af20c7161f9d2e1ede477647f5f9e06d6e78f && 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 dunolint.opam dunolint-tests.opam dunolint-lib.opam dunolint-lib-base.opam dunolint-lib-base-tests.opam dunolint-dev.opam ./
RUN opam pin add -yn dunolint.dev './' && \
opam pin add -yn dunolint-tests.dev './' && \
opam pin add -yn dunolint-lib.dev './' && \
opam pin add -yn dunolint-lib-base.dev './' && \
opam pin add -yn dunolint-lib-base-tests.dev './' && \
opam pin add -yn dunolint-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.0 dune-configurator.3.23.0 dyn.3.23.0 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 ordering.3.23.0 pp.2.0.0 re.1.14.0 sexplib0.v0.16.0"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --depext-only -y dunolint-lib.dev dunolint-lib-base.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build --only-packages=dunolint-lib,dunolint-lib-base @install @check @runtest && rm -rf _build


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


2026-05-15 15:52.56: Using cache hint "mbarbin/dunolint-ocaml/opam:debian-13-ocaml-4.14@sha256:1c5fa53554103e92d2d0ad3e4c51e8588b7ed36c75e8b70c155c2dfba33a7d05-debian-13-4.14_ppc64_opam-2.5-604209afb375b77dae53c5b20ef9997a"
2026-05-15 15:52.56: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14@sha256:1c5fa53554103e92d2d0ad3e4c51e8588b7ed36c75e8b70c155c2dfba33a7d05)
(comment debian-13-4.14_ppc64_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 (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e a70af20c7161f9d2e1ede477647f5f9e06d6e78f || git fetch origin master) && git reset -q --hard a70af20c7161f9d2e1ede477647f5f9e06d6e78f && 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 dunolint.opam dunolint-tests.opam dunolint-lib.opam dunolint-lib-base.opam dunolint-lib-base-tests.opam dunolint-dev.opam)
(dst ./))
(run (network host)
(shell  "opam pin add -yn dunolint.dev './' && \
\nopam pin add -yn dunolint-tests.dev './' && \
\nopam pin add -yn dunolint-lib.dev './' && \
\nopam pin add -yn dunolint-lib-base.dev './' && \
\nopam pin add -yn dunolint-lib-base-tests.dev './' && \
\nopam pin add -yn dunolint-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.0 dune-configurator.3.23.0 dyn.3.23.0 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 ordering.3.23.0 pp.2.0.0 re.1.14.0 sexplib0.v0.16.0")
(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 dunolint-lib.dev dunolint-lib-base.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=dunolint-lib,dunolint-lib-base @install @check @runtest && rm -rf _build"))
)


2026-05-15 15:52.56: Waiting for resource in pool OCluster
2026-05-15 15:52.56: Waiting for worker…
2026-05-15 15:52.56: Got resource from pool OCluster
Building on orithia.caelum.ci.dev
HEAD is now at a13e9d1 Remove rm step in CI causing dune IO errors
HEAD is now at 32ec1c8 Run the tests first and instrumented after that


(from ocaml/opam:debian-13-ocaml-4.14@sha256:1c5fa53554103e92d2d0ad3e4c51e8588b7ed36c75e8b70c155c2dfba33a7d05)
2026-05-15 15:52.56 ---> using "d25ed41c84b2c456b86dd82a5af2d19eff84e5d6bd6590fa9ec2b49ff776fa7e" from cache


/: (comment debian-13-4.14_ppc64_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-05-15 15:52.56 ---> using "47ce79c626b2731d3438270276ae0b39a86b94e468536e0b7323ce13d38d607c" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "cd ~/opam-repository && (git cat-file -e a70af20c7161f9d2e1ede477647f5f9e06d6e78f || git fetch origin master) && git reset -q --hard a70af20c7161f9d2e1ede477647f5f9e06d6e78f && git log --no-decorate -n1 --oneline"))
a70af20c71 Merge pull request #29844 from shonfeder/release-dune-3.23.0
2026-05-15 15:52.56 ---> using "961a85b5ea635d284dba450b8dc33704ce5e98052b5517751ae0e11aa8232a3b" 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.


Continue? [Y/n] y
[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
Format upgrade done.


<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from git+file:///home/opam/opam-repository
2026-05-15 15:52.56 ---> using "ea1c71e74397889248cfd90d8983dd7f9a53d4897f6536f0632e19503b415655" 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-05-15 15:52.56 ---> using "4c6a9e59152e697e27f31783b52ed630252a48f52f81dade58d675c70e8748f3" from cache


/src: (workdir /src)


/src: (run (shell "sudo chown opam /src"))
2026-05-15 15:52.56 ---> using "209fe17bea8a6e7e908f6506c776fef97ab5c9b308af971e5b9f6e0ab39b5587" from cache


/src: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam update -u"))


<><> Updating package repositories ><><><><><><><><><><><><><><><><><><><><><><>
[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-05-15 15:52.56 ---> using "2fda6f0dfaf79c6c3cf4521ff530615b2566184af58bdd4ffd06c190716227a3" from cache


/src: (copy (src dunolint.opam dunolint-tests.opam dunolint-lib.opam dunolint-lib-base.opam dunolint-lib-base-tests.opam dunolint-dev.opam)
(dst ./))
2026-05-15 15:52.56 ---> using "d1d5eccf77119bac5d89f777449f55c4949430d38eae2055fe7c1c6a4014451e" from cache


/src: (run (network host)
(shell  "opam pin add -yn dunolint.dev './' && \
\nopam pin add -yn dunolint-tests.dev './' && \
\nopam pin add -yn dunolint-lib.dev './' && \
\nopam pin add -yn dunolint-lib-base.dev './' && \
\nopam pin add -yn dunolint-lib-base-tests.dev './' && \
\nopam pin add -yn dunolint-dev.dev './'"))
[dunolint.dev] synchronised (file:///src)
dunolint is now pinned to file:///src (version dev)
[NOTE] Package dunolint-tests does not exist in opam repositories registered in the current switch.
[dunolint-tests.dev] synchronised (file:///src)
dunolint-tests is now pinned to file:///src (version dev)
[dunolint-lib.dev] synchronised (file:///src)
dunolint-lib is now pinned to file:///src (version dev)
[dunolint-lib-base.dev] synchronised (file:///src)
dunolint-lib-base is now pinned to file:///src (version dev)
[NOTE] Package dunolint-lib-base-tests does not exist in opam repositories registered in the current switch.
[dunolint-lib-base-tests.dev] synchronised (file:///src)
dunolint-lib-base-tests is now pinned to file:///src (version dev)
[NOTE] Package dunolint-dev does not exist in opam repositories registered in the current switch.
[dunolint-dev.dev] synchronised (file:///src)
dunolint-dev is now pinned to file:///src (version dev)
2026-05-15 15:52.56 ---> using "2c399d60e111471085b46e8c8fcde91afc2a218fb8ea4a9c40eca1079978837a" from cache


/src: (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
2026-05-15 15:52.56 ---> using "f518c488d71ec19496aacca43fd1f432556e092b5da72ccd9f9281580419a2da" from cache


/src: (env DEPS "base.v0.16.5 base-bigarray.base base-threads.base base-unix.base csexp.1.5.2 dune.3.23.0 dune-configurator.3.23.0 dyn.3.23.0 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 ordering.3.23.0 pp.2.0.0 re.1.14.0 sexplib0.v0.16.0")


/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 dunolint-lib.dev dunolint-lib-base.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 ppc64el Packages [154 kB]
- Fetched 245 kB in 0s (1593 kB/s)
- Reading package lists...


<><> Synchronising pinned packages ><><><><><><><><><><><><><><><><><><><><><><>
[dunolint-lib.dev] synchronised (file:///src)
[dunolint-lib-base.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 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.3).
[NOTE] Package ocaml is already installed (current version is 4.14.3).
[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-bigarray is already installed (current version is base).
# To update the current shell environment, run: eval $(opam env)
2026-05-15 15:52.56 ---> using "d786c3062be7019ed29deca2dbabee8f2b53b8ce3ef999caa8d8d8bd44a82042" from cache


/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 2).
[NOTE] Package ocaml-base-compiler is already installed (current version is 4.14.3).
[NOTE] Package ocaml is already installed (current version is 4.14.3).
[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-bigarray is already installed (current version is base).
The following actions will be performed:
=== install 9 packages
- install base              v0.16.5
- install csexp             1.5.2
- install dune              3.23.0
- install dune-configurator 3.23.0
- install dyn               3.23.0
- install ordering          3.23.0
- install pp                2.0.0
- install re                1.14.0
- install sexplib0          v0.16.0


<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved base.v0.16.5  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved pp.2.0.0  (cached)
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved re.1.14.0  (cached)
-> retrieved dune.3.23.0, dune-configurator.3.23.0, dyn.3.23.0, ordering.3.23.0  (cached)
-> installed dune.3.23.0
-> installed csexp.1.5.2
-> installed ordering.3.23.0
-> installed pp.2.0.0
-> installed re.1.14.0
-> installed sexplib0.v0.16.0
-> installed dune-configurator.3.23.0
-> installed dyn.3.23.0
-> installed base.v0.16.5
Done.
# To update the current shell environment, run: eval $(opam env)
2026-05-15 15:52.56 ---> using "64e5ae27635f6a7c71c7cbec8e08f67e80699cc9977e0542b14e097b5c1858f1" from cache


/src: (copy (src .) (dst /src))
2026-05-15 15:53.02 ---> saved as "61f78cff15ffc2d15b2427b754bf41658593118aeb212b8b3edd4d3ec8d8db72"


/src: (run (shell "opam exec -- dune build --only-packages=dunolint-lib,dunolint-lib-base @install @check @runtest && rm -rf _build"))
2026-05-15 15:53.04 ---> saved as "a2dd1dc89beee8330c6ee2947ddc33c05059ea2dcfaa81572c471ea7b9c7d1d5"
Job succeeded
2026-05-15 15:53.04: Job succeeded