Organisationsocurrentocaml-version2d326e ()fedora-43-4.14_opam-2.5

fedora-43-4.14_opam-2.5

Logs

Show full logs
2026-04-20 20:30.01: New job: test ocurrent/ocaml-version https://github.com/ocurrent/ocaml-version.git#refs/heads/master (2d326ebe1f18aa0010d4662bf80c7abe1ced41d6) (linux-x86_64:fedora-43-4.14_opam-2.5)
Base: ocaml/opam:fedora-43-ocaml-4.14@sha256:f528d5f7ab638a3083ac221bc2e03d2e1e98a9fbf9a44997a87629aea78a4935
Opam project build

To reproduce locally:

git clone --recursive "https://github.com/ocurrent/ocaml-version.git" -b "master" && cd "ocaml-version" && git reset --hard 2d326ebe
cat > Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-43-ocaml-4.14@sha256:f528d5f7ab638a3083ac221bc2e03d2e1e98a9fbf9a44997a87629aea78a4935
# 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 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 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && git log --no-decorate -n1 --oneline && opam update -u
COPY --chown=1000:1000 ocaml-version.opam ./
RUN opam pin add -yn ocaml-version.dev './'
RUN echo '(lang dune 3.0)' > './dune-project'
ENV DEPS="alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base cmdliner.2.1.0 dune.3.22.2 fmt.0.11.0 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.14.0 stdlib-shims.0.3.0 topkg.1.1.1 uutf.1.0.4"
ENV CI="true"
ENV OCAMLCI="true"
RUN opam update --depexts && opam install --cli=2.5 --depext-only -y ocaml-version.dev $DEPS
RUN opam install $DEPS
COPY --chown=1000:1000 . /src
RUN opam exec -- dune build @install @check @runtest && rm -rf _build

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

2026-04-20 20:30.01: Using cache hint "ocurrent/ocaml-version-ocaml/opam:fedora-43-ocaml-4.14@sha256:f528d5f7ab638a3083ac221bc2e03d2e1e98a9fbf9a44997a87629aea78a4935-fedora-43-4.14_opam-2.5-5141ad589a28469554668b92ba63a27e"
2026-04-20 20:30.01: Using OBuilder spec:
((from ocaml/opam:fedora-43-ocaml-4.14@sha256:f528d5f7ab638a3083ac221bc2e03d2e1e98a9fbf9a44997a87629aea78a4935)
 (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 (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 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 || git fetch origin master) && git reset -q --hard 5f7bb1a6e69f1ea15d8b2b08eeaa70a162c6fd41 && git log --no-decorate -n1 --oneline && opam update -u"))
 (copy (src ocaml-version.opam) (dst ./))
 (run (network host)
      (shell "opam pin add -yn ocaml-version.dev './'"))
 (run (shell "echo '(lang dune 3.0)' > './dune-project'"))
 (env DEPS "alcotest.1.9.1 astring.0.8.5 base-bigarray.base base-threads.base base-unix.base cmdliner.2.1.0 dune.3.22.2 fmt.0.11.0 ocaml.4.14.3 ocaml-base-compiler.4.14.3 ocaml-config.2 ocaml-options-vanilla.1 ocaml-syntax-shims.1.0.0 ocamlbuild.0.16.1 ocamlfind.1.9.8 re.1.14.0 stdlib-shims.0.3.0 topkg.1.1.1 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 ocaml-version.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 @install @check @runtest && rm -rf _build"))
)

2026-04-20 20:30.01: Waiting for resource in pool OCluster
2026-04-20 20:30.01: Waiting for worker…
2026-04-20 20:30.01: Got resource from pool OCluster
Building on eumache.caelum.ci.dev
All commits already cached
HEAD is now at 2d326eb Merge pull request #88 from kit-ty-kate/ocaml-5.5

(from ocaml/opam:fedora-43-ocaml-4.14@sha256:f528d5f7ab638a3083ac221bc2e03d2e1e98a9fbf9a44997a87629aea78a4935)
Unable to find image 'ocaml/opam:fedora-43-ocaml-4.14@sha256:f528d5f7ab638a3083ac221bc2e03d2e1e98a9fbf9a44997a87629aea78a4935' locally
docker.io/ocaml/opam@sha256:f528d5f7ab638a3083ac221bc2e03d2e1e98a9fbf9a44997a87629aea78a4935: Pulling from ocaml/opam
5bc90b3315da: Already exists
80d71788ea9e: Already exists
ad80df798a1c: Already exists
cd85517f6ae1: Already exists
a927948f92fa: Already exists
4433c52b5ab1: Already exists
8aa93bc8ca93: Already exists
7d31cd7e9a9b: Already exists
959a5be6bfab: Already exists
6569047248d7: Already exists
a01a3ff02f3d: Already exists
8b1106fd8e03: Pulling fs layer
61c97bcc90cd: Pulling fs layer
b9124a8b6c28: Pulling fs layer
d2c94cd49c4c: Pulling fs layer
0e63679d7dbc: Pulling fs layer
8b1106fd8e03: Waiting
b9124a8b6c28: Waiting
61c97bcc90cd: Waiting
6819a31cdb14: Pulling fs layer
d2c94cd49c4c: Waiting
1d67c4c09922: Pulling fs layer
0e63679d7dbc: Waiting
6819a31cdb14: Waiting
3f456f1cc39a: Pulling fs layer
6afff2ae07da: Pulling fs layer
3f456f1cc39a: Waiting
4f4fb700ef54: Pulling fs layer
6afff2ae07da: Waiting
90c294795090: Pulling fs layer
d7c6287626d1: Pulling fs layer
90c294795090: Waiting
0e6719fd9f6d: Pulling fs layer
53830a3a67c9: Pulling fs layer
b407be133f08: Pulling fs layer
d7c6287626d1: Waiting
951a5932e150: Pulling fs layer
dcc0f382cd80: Pulling fs layer
0e6719fd9f6d: Waiting
d3cdec43bf88: Pulling fs layer
53830a3a67c9: Waiting
d69ff9f37121: Pulling fs layer
951a5932e150: Waiting
cfcfca2848c7: Pulling fs layer
dcc0f382cd80: Waiting
d69ff9f37121: Waiting
08269f8e9f88: Pulling fs layer
d3cdec43bf88: Waiting
b407be133f08: Waiting
3e59769da2fa: Pulling fs layer
08269f8e9f88: Waiting
a1004eb1842a: Pulling fs layer
3e59769da2fa: Waiting
3a6ed7e0720e: Pulling fs layer
a1004eb1842a: Waiting
5503bfbdb082: Pulling fs layer
4685c134845d: Pulling fs layer
5503bfbdb082: Waiting
67f122543075: Pulling fs layer
3a6ed7e0720e: Waiting
d60a75d560f5: Pulling fs layer
67f122543075: Waiting
d18a54147636: Pulling fs layer
933e64a11ba6: Pulling fs layer
d60a75d560f5: Waiting
f36483d78a79: Pulling fs layer
d18a54147636: Waiting
933e64a11ba6: Waiting
35267044a36f: Pulling fs layer
75b654a3d9d2: Pulling fs layer
f36483d78a79: Waiting
75b654a3d9d2: Waiting
35267044a36f: Waiting
2026-04-20 20:30.15: Cancelling: Auto-cancelling job because it is no longer needed
8b1106fd8e03: Verifying Checksum
8b1106fd8e03: Download complete
61c97bcc90cd: Verifying Checksum
61c97bcc90cd: Download complete
b9124a8b6c28: Verifying Checksum
b9124a8b6c28: Download complete
8b1106fd8e03: Pull complete
d2c94cd49c4c: Verifying Checksum
d2c94cd49c4c: Download complete
0e63679d7dbc: Verifying Checksum
0e63679d7dbc: Download complete
6819a31cdb14: Verifying Checksum
6819a31cdb14: Download complete
1d67c4c09922: Download complete
61c97bcc90cd: Pull complete
b9124a8b6c28: Pull complete
d2c94cd49c4c: Pull complete
0e63679d7dbc: Pull complete
3f456f1cc39a: Verifying Checksum
3f456f1cc39a: Download complete
6819a31cdb14: Pull complete
1d67c4c09922: Pull complete
3f456f1cc39a: Pull complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
90c294795090: Download complete
6afff2ae07da: Download complete
6afff2ae07da: Pull complete
4f4fb700ef54: Pull complete
90c294795090: Pull complete
d7c6287626d1: Download complete
d7c6287626d1: Pull complete
0e6719fd9f6d: Download complete
0e6719fd9f6d: Pull complete
53830a3a67c9: Verifying Checksum
53830a3a67c9: Download complete
53830a3a67c9: Pull complete
b407be133f08: Verifying Checksum
b407be133f08: Download complete
b407be133f08: Pull complete
dcc0f382cd80: Verifying Checksum
dcc0f382cd80: Download complete
d3cdec43bf88: Verifying Checksum
d3cdec43bf88: Download complete
951a5932e150: Download complete
951a5932e150: Pull complete
dcc0f382cd80: Pull complete
d3cdec43bf88: Pull complete
d69ff9f37121: Download complete
d69ff9f37121: Pull complete
cfcfca2848c7: Verifying Checksum
cfcfca2848c7: Pull complete
08269f8e9f88: Verifying Checksum
08269f8e9f88: Download complete
08269f8e9f88: Pull complete
3e59769da2fa: Verifying Checksum
3e59769da2fa: Download complete
3e59769da2fa: Pull complete
3a6ed7e0720e: Verifying Checksum
3a6ed7e0720e: Download complete
4685c134845d: Download complete
67f122543075: Download complete
d60a75d560f5: Download complete
5503bfbdb082: Verifying Checksum
5503bfbdb082: Download complete
933e64a11ba6: Verifying Checksum
933e64a11ba6: Download complete
f36483d78a79: Download complete
35267044a36f: Download complete
75b654a3d9d2: Download complete
d18a54147636: Verifying Checksum
d18a54147636: Download complete
a1004eb1842a: Verifying Checksum
a1004eb1842a: Download complete
a1004eb1842a: Pull complete
3a6ed7e0720e: Pull complete
5503bfbdb082: Pull complete
4685c134845d: Pull complete
67f122543075: Pull complete
d60a75d560f5: Pull complete
d18a54147636: Pull complete
933e64a11ba6: Pull complete
f36483d78a79: Pull complete
35267044a36f: Pull complete
75b654a3d9d2: Pull complete
Digest: sha256:f528d5f7ab638a3083ac221bc2e03d2e1e98a9fbf9a44997a87629aea78a4935
Status: Downloaded newer image for ocaml/opam@sha256:f528d5f7ab638a3083ac221bc2e03d2e1e98a9fbf9a44997a87629aea78a4935
2026-04-20 20:33.08 ---> saved as "427db3f6677dae2b06058d8dcb2f7770b96873f6845d54b43f9e27571c659618"

/: (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"))
Job cancelled