- github
- ocaml
- opam-repository
- c23a6c
- distributions,opensuse-tumbleweed-ocaml-5.4,irky.0.1
(not at the head of any monitored branch or PR)
2026-05-24 01:17.54: New job: build irky.0.1, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29925/head (c23a6c28a605325486907f0572f9216e3f789898)
on opensuse-tumbleweed-ocaml-5.4/amd64
To reproduce locally:
cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/29925/head" && git reset --hard c23a6c28
git fetch origin master
git merge --no-edit 493123878a032e3f829b102f34e8690b3b2a4fd4
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:opensuse-tumbleweed-ocaml-5.4@sha256:16550c302279f971eef6e5f4d51548d104f3a812e715edfd6155c0d5a8aa7b06
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-dev /usr/bin/opam
RUN opam init --reinit -ni
RUN opam option solver=builtin-0install && opam config report
ENV OPAMDOWNLOADJOBS="1"
ENV OPAMERRLOGLEN="0"
ENV OPAMPRECISETRACKING="1"
ENV CI="true"
ENV OPAM_REPO_CI="true"
RUN rm -rf opam-repository/
COPY --chown=1000:1000 . opam-repository/
RUN opam repository set-url --strict default opam-repository/
RUN opam update --depexts || true
RUN opam pin add -k version -yn irky.0.1 0.1
RUN opam reinstall irky.0.1; \
res=$?; \
test "$res" != 31 && exit "$res"; \
export OPAMCLI=2.0; \
build_dir=$(opam var prefix)/.opam-switch/build; \
failed=$(ls "$build_dir"); \
partial_fails=""; \
for pkg in $failed; do \
if opam show -f x-ci-accept-failures: "$pkg" | grep -qF "\"opensuse-tumbleweed\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'irky.0.1' && partial_fails="$partial_fails $pkg"; \
done; \
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
exit 1
END-OF-DOCKERFILE
docker build -f ../Dockerfile .
2026-05-24 01:17.54: Using cache hint "ocaml/opam:opensuse-tumbleweed-ocaml-5.4@sha256:16550c302279f971eef6e5f4d51548d104f3a812e715edfd6155c0d5a8aa7b06-irky.0.1-c23a6c28a605325486907f0572f9216e3f789898"
2026-05-24 01:17.54: Using OBuilder spec:
((from ocaml/opam:opensuse-tumbleweed-ocaml-5.4@sha256:16550c302279f971eef6e5f4d51548d104f3a812e715edfd6155c0d5a8aa7b06)
(user (uid 1000) (gid 1000))
(workdir /home/opam)
(run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
(run (network host)
(shell "opam init --reinit --config .opamrc-sandbox -ni"))
(run (shell "opam option solver=builtin-0install && opam config report"))
(env OPAMDOWNLOADJOBS 1)
(env OPAMERRLOGLEN 0)
(env OPAMPRECISETRACKING 1)
(env CI true)
(env OPAM_REPO_CI true)
(run (shell "rm -rf opam-repository/"))
(copy (src .) (dst opam-repository/))
(run (shell "opam repository set-url --strict default opam-repository/"))
(run (network host)
(shell "opam update --depexts || true"))
(run (shell "opam pin add -k version -yn irky.0.1 0.1"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall irky.0.1;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"opensuse-tumbleweed\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'irky.0.1' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2026-05-24 01:17.54: Waiting for resource in pool OCluster
2026-05-24 01:17.56: Waiting for worker…
2026-05-24 01:17.56: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at 493123878a Merge pull request #29931 from chetmurthy/release-pa_ppx-package-suite-at-8.05.01
Updating 493123878a..c23a6c28a6
Fast-forward
packages/irky-eio/irky-eio.0.1/opam | 41 +++++++++++++++++++++++++++++++++++++
packages/irky/irky.0.1/opam | 40 ++++++++++++++++++++++++++++++++++++
2 files changed, 81 insertions(+)
create mode 100644 packages/irky-eio/irky-eio.0.1/opam
create mode 100644 packages/irky/irky.0.1/opam
(from ocaml/opam:opensuse-tumbleweed-ocaml-5.4@sha256:16550c302279f971eef6e5f4d51548d104f3a812e715edfd6155c0d5a8aa7b06)
Unable to find image 'ocaml/opam:opensuse-tumbleweed-ocaml-5.4@sha256:16550c302279f971eef6e5f4d51548d104f3a812e715edfd6155c0d5a8aa7b06' locally
docker.io/ocaml/opam@sha256:16550c302279f971eef6e5f4d51548d104f3a812e715edfd6155c0d5a8aa7b06: Pulling from ocaml/opam
80f4b5e912b4: Pulling fs layer
90e39e2dd238: Pulling fs layer
d4755cea6edc: Pulling fs layer
14bab15599c9: Pulling fs layer
3f3b27e1311a: Pulling fs layer
63a7210a8e9a: Pulling fs layer
b9b5c74db85c: Pulling fs layer
14bab15599c9: Waiting
4c43b6069f58: Pulling fs layer
fdb340175999: Pulling fs layer
232eadddf6bd: Pulling fs layer
028a3bcb82e5: Pulling fs layer
8a6cc537066c: Pulling fs layer
899a8fe7ea25: Pulling fs layer
2ef05379d095: Pulling fs layer
08a2faa35231: Pulling fs layer
63a7210a8e9a: Waiting
a9d256d1b45c: Pulling fs layer
b9b5c74db85c: Waiting
07e1b357312d: Pulling fs layer
4c43b6069f58: Waiting
fdb340175999: Waiting
ceec878bc18c: Pulling fs layer
4f4fb700ef54: Pulling fs layer
3f3b27e1311a: Waiting
f02b98bb9292: Pulling fs layer
0195fc953a86: Pulling fs layer
232eadddf6bd: Waiting
1e479a764dcc: Pulling fs layer
7f7cbec44b9f: Pulling fs layer
028a3bcb82e5: Waiting
8a6cc537066c: Waiting
352e58df96b6: Pulling fs layer
2ef05379d095: Waiting
ea72dc832ce1: Pulling fs layer
4f4fb700ef54: Waiting
899a8fe7ea25: Waiting
08a2faa35231: Waiting
0195fc953a86: Waiting
f02b98bb9292: Waiting
00ae5eb9101d: Pulling fs layer
7f7cbec44b9f: Waiting
1e479a764dcc: Waiting
07e1b357312d: Waiting
af0308cbf9db: Pulling fs layer
ea72dc832ce1: Waiting
352e58df96b6: Waiting
a9d256d1b45c: Waiting
ceec878bc18c: Waiting
abde3918d8b7: Pulling fs layer
af0308cbf9db: Waiting
6a5363426b7c: Pulling fs layer
abde3918d8b7: Waiting
1081d45cb470: Pulling fs layer
ca9fe9004276: Pulling fs layer
1081d45cb470: Waiting
ca9fe9004276: Waiting
2d6837565ac5: Pulling fs layer
6a5363426b7c: Waiting
321da90cae51: Pulling fs layer
d5eafea8f8d0: Pulling fs layer
2d6837565ac5: Waiting
9d60f75c8f2d: Pulling fs layer
7b45c5aebc55: Pulling fs layer
d2d2e6538bb6: Pulling fs layer
321da90cae51: Waiting
d5eafea8f8d0: Waiting
9d60f75c8f2d: Waiting
da358a731432: Pulling fs layer
1e7f463c1df5: Pulling fs layer
7b45c5aebc55: Waiting
d2d2e6538bb6: Waiting
da358a731432: Waiting
fbb9465b53d1: Pulling fs layer
6bbf72f160fd: Pulling fs layer
1e7f463c1df5: Waiting
fbb9465b53d1: Waiting
e7e799469a22: Pulling fs layer
6bbf72f160fd: Waiting
0b6c1ee0cca7: Pulling fs layer
e7e799469a22: Waiting
1380ce7bb186: Pulling fs layer
0b6c1ee0cca7: Waiting
1380ce7bb186: Waiting
90e39e2dd238: Download complete
d4755cea6edc: Verifying Checksum
d4755cea6edc: Download complete
3f3b27e1311a: Verifying Checksum
3f3b27e1311a: Download complete
63a7210a8e9a: Verifying Checksum
63a7210a8e9a: Download complete
80f4b5e912b4: Verifying Checksum
80f4b5e912b4: Download complete
4c43b6069f58: Verifying Checksum
4c43b6069f58: Download complete
80f4b5e912b4: Pull complete
90e39e2dd238: Pull complete
fdb340175999: Verifying Checksum
fdb340175999: Download complete
d4755cea6edc: Pull complete
232eadddf6bd: Verifying Checksum
232eadddf6bd: Download complete
028a3bcb82e5: Verifying Checksum
028a3bcb82e5: Download complete
b9b5c74db85c: Verifying Checksum
b9b5c74db85c: Download complete
8a6cc537066c: Verifying Checksum
8a6cc537066c: Download complete
14bab15599c9: Verifying Checksum
14bab15599c9: Download complete
899a8fe7ea25: Verifying Checksum
899a8fe7ea25: Download complete
08a2faa35231: Verifying Checksum
08a2faa35231: Download complete
2ef05379d095: Verifying Checksum
2ef05379d095: Download complete
a9d256d1b45c: Verifying Checksum
a9d256d1b45c: Download complete
07e1b357312d: Verifying Checksum
07e1b357312d: Download complete
ceec878bc18c: Verifying Checksum
ceec878bc18c: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
0195fc953a86: Verifying Checksum
0195fc953a86: Download complete
1e479a764dcc: Verifying Checksum
1e479a764dcc: Download complete
f02b98bb9292: Download complete
7f7cbec44b9f: Download complete
352e58df96b6: Verifying Checksum
352e58df96b6: Download complete
ea72dc832ce1: Verifying Checksum
ea72dc832ce1: Download complete
af0308cbf9db: Verifying Checksum
af0308cbf9db: Download complete
abde3918d8b7: Verifying Checksum
abde3918d8b7: Download complete
00ae5eb9101d: Download complete
1081d45cb470: Verifying Checksum
1081d45cb470: Download complete
ca9fe9004276: Verifying Checksum
ca9fe9004276: Download complete
6a5363426b7c: Verifying Checksum
6a5363426b7c: Download complete
321da90cae51: Verifying Checksum
321da90cae51: Download complete
9d60f75c8f2d: Verifying Checksum
9d60f75c8f2d: Download complete
7b45c5aebc55: Download complete
d2d2e6538bb6: Verifying Checksum
d2d2e6538bb6: Download complete
da358a731432: Verifying Checksum
da358a731432: Download complete
14bab15599c9: Pull complete
3f3b27e1311a: Pull complete
63a7210a8e9a: Pull complete
b9b5c74db85c: Pull complete
4c43b6069f58: Pull complete
fdb340175999: Pull complete
232eadddf6bd: Pull complete
028a3bcb82e5: Pull complete
8a6cc537066c: Pull complete
899a8fe7ea25: Pull complete
2ef05379d095: Pull complete
08a2faa35231: Pull complete
a9d256d1b45c: Pull complete
07e1b357312d: Pull complete
ceec878bc18c: Pull complete
4f4fb700ef54: Pull complete
f02b98bb9292: Pull complete
0195fc953a86: Pull complete
1e479a764dcc: Pull complete
7f7cbec44b9f: Pull complete
352e58df96b6: Pull complete
ea72dc832ce1: Pull complete
00ae5eb9101d: Pull complete
af0308cbf9db: Pull complete
abde3918d8b7: Pull complete
6a5363426b7c: Pull complete
1081d45cb470: Pull complete
ca9fe9004276: Pull complete
1e7f463c1df5: Verifying Checksum
1e7f463c1df5: Download complete
fbb9465b53d1: Verifying Checksum
fbb9465b53d1: Download complete
2d6837565ac5: Verifying Checksum
2d6837565ac5: Download complete
e7e799469a22: Download complete
0b6c1ee0cca7: Verifying Checksum
0b6c1ee0cca7: Download complete
1380ce7bb186: Verifying Checksum
1380ce7bb186: Download complete
2d6837565ac5: Pull complete
321da90cae51: Pull complete
6bbf72f160fd: Verifying Checksum
6bbf72f160fd: Download complete
d5eafea8f8d0: Verifying Checksum
d5eafea8f8d0: Download complete
d5eafea8f8d0: Pull complete
9d60f75c8f2d: Pull complete
7b45c5aebc55: Pull complete
d2d2e6538bb6: Pull complete
da358a731432: Pull complete
1e7f463c1df5: Pull complete
fbb9465b53d1: Pull complete
6bbf72f160fd: Pull complete
e7e799469a22: Pull complete
0b6c1ee0cca7: Pull complete
1380ce7bb186: Pull complete
Digest: sha256:16550c302279f971eef6e5f4d51548d104f3a812e715edfd6155c0d5a8aa7b06
Status: Downloaded newer image for ocaml/opam@sha256:16550c302279f971eef6e5f4d51548d104f3a812e715edfd6155c0d5a8aa7b06
2026-05-24 01:18.10 ---> using "cbd6ad453380e3c10608891a4ede930a81cf30cce2ec27a670abfab74371cd85" from cache
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-05-24 01:18.10 ---> using "bdbbf1c59a87f862b366dec2047a710dfd2a3a45299bcaec420ebe1eec0614f0" from cache
/home/opam: (run (network host)
(shell "opam init --reinit --config .opamrc-sandbox -ni"))
Configuring from /home/opam/.opamrc-sandbox, then /home/opam/.opamrc, and finally 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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] no changes from git+file:///home/opam/opam-repository
2026-05-24 01:18.10 ---> using "0f91af5ee1523708c04126301067e82c04ff64292b677bd4fcbfae54dd258450" from cache
/home/opam: (run (shell "opam option solver=builtin-0install && opam config report"))
Set to 'builtin-0install' the field solver in global configuration
# opam config report
# opam-version 2.5.1
# self-upgrade no
# system arch=x86_64 os=linux os-distribution=opensuse-tumbleweed os-version=20260515
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 255
# repositories 1 (version-controlled)
# pinned 1 (version)
# current-switch 5.4
# invariant ["ocaml-base-compiler" {= "5.4.1"}]
# compiler-packages ocaml-base-compiler.5.4.1, ocaml-compiler.5.4.1, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /home/opam/.opam/5.4/lib/ocaml/stublibs:/home/opam/.opam/5.4/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 5.4.1
2026-05-24 01:18.10 ---> using "5048724cf7d66f625854bcf4a5f4c70797b8821918241e9c55a9a07389200a47" from cache
/home/opam: (env OPAMDOWNLOADJOBS 1)
/home/opam: (env OPAMERRLOGLEN 0)
/home/opam: (env OPAMPRECISETRACKING 1)
/home/opam: (env CI true)
/home/opam: (env OPAM_REPO_CI true)
/home/opam: (run (shell "rm -rf opam-repository/"))
2026-05-24 01:18.10 ---> using "a2fafd2d73ada4df5757e723a292ce2cbbe33588b8de303317b9006742678b6f" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-05-24 01:18.22 ---> saved as "0b9490b005c6ecf71ce99e10a7731497c440fd636b37ddc0d4af14a3d83c76c4"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-05-24 01:18.33 ---> saved as "f3e925791c11dfe51dde11f50943496dba97638f0c3eb52dbefa7e9b1c151c43"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "zypper" "--non-interactive" "refresh"
- Repository 'openSUSE-Tumbleweed-Update' is up to date.
- Retrieving repository 'openSUSE-Tumbleweed-Non-Oss' metadata [...
- .
- Looking for gpg keys in repository openSUSE-Tumbleweed-Non-Oss.
- gpgkey=http://download.opensuse.org/tumbleweed/repo/non-oss/repodata/repomd.xml.key
- ..
- .....done]
- Building repository 'openSUSE-Tumbleweed-Non-Oss' cache [....done]
- Retrieving repository 'openSUSE-Tumbleweed-Oss' metadata [...
- Looking for gpg keys in repository openSUSE-Tumbleweed-Oss.
- gpgkey=http://download.opensuse.org/tumbleweed/repo/oss/repodata/repomd.xml.key
- .
- ......
- .........
- ...
- ......
- ........
- .....
- ........
- ......
- .......
- ......
- ..........
- .........
- ........
- .........
- ..........
- ..........
- .........
- .........
- ........
- ........
- .......
- ....
- ........
- .........
- .......
- .......
- .........
- ........
- .........
- ......
- ........
- .......
- .........
- .........
- ..........
- .........
- .........
- .........
- .........
- .......
- ......
- ........
- ......
- .........
- ........
- .........
- ..........
- .........
- ........
- ........
- ......
- ........
- ......
- ........
- ........
- .........
- ......
- ........
- ....
- ....
- .....
- ........
- .......
- .......
- ........
- .........
- .........
- .........
- ..........
- .........
- ..........
- ..........
- .........
- .........
- .........
- ....done]
- Building repository 'openSUSE-Tumbleweed-Oss' cache [..
- ..done]
- All repositories have been refreshed.
2026-05-24 01:20.05 ---> saved as "b4e934326704d2c0f91548ef82f9141e554578e4e9d6fb46451b60e7e709ec6f"
/home/opam: (run (shell "opam pin add -k version -yn irky.0.1 0.1"))
irky is now pinned to version 0.1
2026-05-24 01:20.06 ---> saved as "68b8be45fc55da309dfa1d94420e277957c972d6c4d6ff5e778acb0936c7ac46"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall irky.0.1;\
\n res=$?;\
\n test \"$res\" != 31 && exit \"$res\";\
\n export OPAMCLI=2.0;\
\n build_dir=$(opam var prefix)/.opam-switch/build;\
\n failed=$(ls \"$build_dir\");\
\n partial_fails=\"\";\
\n for pkg in $failed; do\
\n if opam show -f x-ci-accept-failures: \"$pkg\" | grep -qF \"\\\"opensuse-tumbleweed\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'irky.0.1' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
irky.0.1 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 8 packages
- install base64 3.5.2 [required by irky]
- install dune 3.23.1 [required by irky]
- install iostream 0.3 [required by irky]
- install irky 0.1 (pinned)
- install logs 0.10.0 [required by irky]
- install ocamlbuild 0.16.1 [required by logs]
- install ocamlfind 1.9.8 [required by logs]
- install topkg 1.1.1 [required by logs]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved base64.3.5.2 (cached)
-> retrieved dune.3.23.1 (cached)
-> retrieved iostream.0.3 (cached)
-> retrieved irky.0.1 (cached)
-> retrieved logs.0.10.0 (cached)
-> retrieved ocamlbuild.0.16.1 (cached)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved topkg.1.1.1 (cached)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed logs.0.10.0
-> installed dune.3.23.1
-> installed base64.3.5.2
-> installed iostream.0.3
-> installed irky.0.1
Done.
# To update the current shell environment, run: eval $(opam env)
2026-05-24 01:20.37 ---> saved as "81eb478ac6be229d0d22092137e1efad731a7879a276e7746a7a9f37075ce36e"
Job succeeded
2026-05-24 01:31.17: Job succeeded