- github
- ocaml
- opam-repository
- 8916fe
- extras,s390x-ocaml-5.4,ezlua.0.1
(not at the head of any monitored branch or PR)
2026-04-08 10:21.12: New job: build ezlua.0.1, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29655/head (8916fe0c9715b19b8d012c3554597ccc99b3106b)
on debian-13-ocaml-5.4/s390x
To reproduce locally:
cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/29655/head" && git reset --hard 8916fe0c
git fetch origin master
git merge --no-edit 6b534cc83dbfe7a87165d088a7003b5a0cd906f1
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-5.4@sha256:71abdbb2737cf7511872fc835ed2bb56ae643155123dad367d7a0ed846867fbd
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 ezlua.0.1 0.1
RUN opam reinstall ezlua.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 "\"debian-13\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'ezlua.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-04-08 10:21.12: Using cache hint "ocaml/opam:debian-13-ocaml-5.4@sha256:71abdbb2737cf7511872fc835ed2bb56ae643155123dad367d7a0ed846867fbd-ezlua.0.1-8916fe0c9715b19b8d012c3554597ccc99b3106b"
2026-04-08 10:21.12: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-5.4@sha256:71abdbb2737cf7511872fc835ed2bb56ae643155123dad367d7a0ed846867fbd)
(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 ezlua.0.1 0.1"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall ezlua.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 \"\\\"debian-13\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'ezlua.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-04-08 10:21.12: Waiting for resource in pool OCluster
2026-04-08 10:21.13: Waiting for worker…
2026-04-08 11:26.08: Got resource from pool OCluster
Building on s390x-worker-01.marist.ci.dev
All commits already cached
Updating files: 74% (13816/18641)
Updating files: 75% (13981/18641)
Updating files: 76% (14168/18641)
Updating files: 77% (14354/18641)
Updating files: 78% (14540/18641)
Updating files: 79% (14727/18641)
Updating files: 80% (14913/18641)
Updating files: 81% (15100/18641)
Updating files: 82% (15286/18641)
Updating files: 83% (15473/18641)
Updating files: 84% (15659/18641)
Updating files: 85% (15845/18641)
Updating files: 86% (16032/18641)
Updating files: 87% (16218/18641)
Updating files: 88% (16405/18641)
Updating files: 89% (16591/18641)
Updating files: 90% (16777/18641)
Updating files: 91% (16964/18641)
Updating files: 92% (17150/18641)
Updating files: 93% (17337/18641)
Updating files: 94% (17523/18641)
Updating files: 95% (17709/18641)
Updating files: 96% (17896/18641)
Updating files: 97% (18082/18641)
Updating files: 98% (18269/18641)
Updating files: 99% (18455/18641)
Updating files: 100% (18641/18641)
Updating files: 100% (18641/18641), done.
HEAD is now at 6b534cc83d Merge pull request #29654 from astrada/gdfuse082
Merge made by the 'ort' strategy.
packages/ezlua/ezlua.0.1/opam | 37 ++++++++++++++++++++++++++++++++
packages/ppx_ezlua/ppx_ezlua.0.1/opam | 40 +++++++++++++++++++++++++++++++++++
2 files changed, 77 insertions(+)
create mode 100644 packages/ezlua/ezlua.0.1/opam
create mode 100644 packages/ppx_ezlua/ppx_ezlua.0.1/opam
(from ocaml/opam:debian-13-ocaml-5.4@sha256:71abdbb2737cf7511872fc835ed2bb56ae643155123dad367d7a0ed846867fbd)
Unable to find image 'ocaml/opam:debian-13-ocaml-5.4@sha256:71abdbb2737cf7511872fc835ed2bb56ae643155123dad367d7a0ed846867fbd' locally
docker.io/ocaml/opam@sha256:71abdbb2737cf7511872fc835ed2bb56ae643155123dad367d7a0ed846867fbd: Pulling from ocaml/opam
7bc76783a615: Already exists
8dbcd3a4e722: Pulling fs layer
5e46081967ba: Pulling fs layer
51f670f45840: Pulling fs layer
cf83fa403235: Pulling fs layer
d8a61169ec08: Pulling fs layer
4ff5ef32bf41: Pulling fs layer
1a797a958d4f: Pulling fs layer
cf83fa403235: Waiting
d8a61169ec08: Waiting
9d4c05413e20: Pulling fs layer
1a797a958d4f: Waiting
4ff5ef32bf41: Waiting
6f7c8654f1cc: Pulling fs layer
9d4c05413e20: Waiting
b5f7d8056060: Pulling fs layer
662a673997a7: Pulling fs layer
b89b3502974d: Pulling fs layer
d5c7db8e1630: Pulling fs layer
662a673997a7: Waiting
6f7c8654f1cc: Waiting
b5f7d8056060: Waiting
b89b3502974d: Waiting
c90a33751c59: Pulling fs layer
d5c7db8e1630: Waiting
c20303b36b54: Pulling fs layer
899fea7ca531: Pulling fs layer
70c690f7c82a: Pulling fs layer
c90a33751c59: Waiting
c20303b36b54: Waiting
6b5e49e0fcb8: Pulling fs layer
37eb8c5d093e: Pulling fs layer
5d8ede78500e: Pulling fs layer
98811a15d333: Pulling fs layer
4f4fb700ef54: Pulling fs layer
70c690f7c82a: Waiting
37eb8c5d093e: Waiting
6b5e49e0fcb8: Waiting
5d8ede78500e: Waiting
98811a15d333: Waiting
6d05c6d66aa2: Pulling fs layer
168a75d9f40d: Pulling fs layer
4f4fb700ef54: Waiting
8ef8fdef8a57: Pulling fs layer
2a0218df673c: Pulling fs layer
3275beaca5b3: Pulling fs layer
0373400a301f: Pulling fs layer
00727e0ff1e3: Pulling fs layer
8e5ea53eab8d: Pulling fs layer
1cefdd7ce26c: Pulling fs layer
b1212d986d4e: Pulling fs layer
623d25109d6a: Pulling fs layer
9407102c9fc1: Pulling fs layer
d1f99b499dfa: Pulling fs layer
2fe4da4d5a54: Pulling fs layer
ef9ccaf5a6ba: Pulling fs layer
34128f1133e2: Pulling fs layer
058343ee62e9: Pulling fs layer
e8e4f03e71a3: Pulling fs layer
05dba415ddef: Pulling fs layer
a0196852f7dd: Pulling fs layer
6d05c6d66aa2: Waiting
168a75d9f40d: Waiting
70aabd71c182: Pulling fs layer
8ef8fdef8a57: Waiting
083c6ce42446: Pulling fs layer
2a0218df673c: Waiting
3275beaca5b3: Waiting
38ab54f5809e: Pulling fs layer
0373400a301f: Waiting
09ff637babb7: Pulling fs layer
00727e0ff1e3: Waiting
8e5ea53eab8d: Waiting
ab2a9e5f86ae: Pulling fs layer
1cefdd7ce26c: Waiting
b1212d986d4e: Waiting
34128f1133e2: Waiting
623d25109d6a: Waiting
058343ee62e9: Waiting
e8e4f03e71a3: Waiting
9407102c9fc1: Waiting
05dba415ddef: Waiting
d1f99b499dfa: Waiting
2fe4da4d5a54: Waiting
ef9ccaf5a6ba: Waiting
a0196852f7dd: Waiting
70aabd71c182: Waiting
083c6ce42446: Waiting
38ab54f5809e: Waiting
09ff637babb7: Waiting
ab2a9e5f86ae: Waiting
5e46081967ba: Verifying Checksum
5e46081967ba: Download complete
8dbcd3a4e722: Verifying Checksum
8dbcd3a4e722: Download complete
8dbcd3a4e722: Pull complete
5e46081967ba: Pull complete
cf83fa403235: Verifying Checksum
cf83fa403235: Download complete
51f670f45840: Verifying Checksum
51f670f45840: Download complete
4ff5ef32bf41: Verifying Checksum
4ff5ef32bf41: Download complete
51f670f45840: Pull complete
cf83fa403235: Pull complete
1a797a958d4f: Verifying Checksum
1a797a958d4f: Download complete
9d4c05413e20: Verifying Checksum
9d4c05413e20: Download complete
6f7c8654f1cc: Verifying Checksum
6f7c8654f1cc: Download complete
b5f7d8056060: Verifying Checksum
b5f7d8056060: Download complete
662a673997a7: Verifying Checksum
662a673997a7: Download complete
d8a61169ec08: Verifying Checksum
d8a61169ec08: Download complete
b89b3502974d: Download complete
c90a33751c59: Verifying Checksum
c90a33751c59: Download complete
c20303b36b54: Download complete
d5c7db8e1630: Verifying Checksum
d5c7db8e1630: Download complete
899fea7ca531: Download complete
70c690f7c82a: Verifying Checksum
70c690f7c82a: Download complete
37eb8c5d093e: Verifying Checksum
37eb8c5d093e: Download complete
6b5e49e0fcb8: Verifying Checksum
6b5e49e0fcb8: Download complete
5d8ede78500e: Verifying Checksum
5d8ede78500e: Download complete
4f4fb700ef54: Verifying Checksum
4f4fb700ef54: Download complete
98811a15d333: Verifying Checksum
98811a15d333: Download complete
6d05c6d66aa2: Verifying Checksum
6d05c6d66aa2: Download complete
168a75d9f40d: Verifying Checksum
168a75d9f40d: Download complete
8ef8fdef8a57: Verifying Checksum
8ef8fdef8a57: Download complete
2a0218df673c: Verifying Checksum
2a0218df673c: Download complete
3275beaca5b3: Verifying Checksum
3275beaca5b3: Download complete
0373400a301f: Verifying Checksum
0373400a301f: Download complete
8e5ea53eab8d: Verifying Checksum
8e5ea53eab8d: Download complete
00727e0ff1e3: Verifying Checksum
00727e0ff1e3: Download complete
1cefdd7ce26c: Verifying Checksum
1cefdd7ce26c: Download complete
b1212d986d4e: Verifying Checksum
b1212d986d4e: Download complete
623d25109d6a: Verifying Checksum
623d25109d6a: Download complete
9407102c9fc1: Download complete
2fe4da4d5a54: Verifying Checksum
2fe4da4d5a54: Download complete
34128f1133e2: Verifying Checksum
34128f1133e2: Download complete
058343ee62e9: Verifying Checksum
058343ee62e9: Download complete
e8e4f03e71a3: Verifying Checksum
e8e4f03e71a3: Download complete
05dba415ddef: Download complete
a0196852f7dd: Verifying Checksum
a0196852f7dd: Download complete
70aabd71c182: Verifying Checksum
70aabd71c182: Download complete
d8a61169ec08: Pull complete
4ff5ef32bf41: Pull complete
1a797a958d4f: Pull complete
9d4c05413e20: Pull complete
6f7c8654f1cc: Pull complete
b5f7d8056060: Pull complete
662a673997a7: Pull complete
b89b3502974d: Pull complete
ef9ccaf5a6ba: Verifying Checksum
ef9ccaf5a6ba: Download complete
d5c7db8e1630: Pull complete
38ab54f5809e: Verifying Checksum
38ab54f5809e: Download complete
c90a33751c59: Pull complete
d1f99b499dfa: Download complete
c20303b36b54: Pull complete
899fea7ca531: Pull complete
083c6ce42446: Verifying Checksum
083c6ce42446: Download complete
ab2a9e5f86ae: Verifying Checksum
ab2a9e5f86ae: Download complete
09ff637babb7: Verifying Checksum
09ff637babb7: Download complete
70c690f7c82a: Pull complete
6b5e49e0fcb8: Pull complete
37eb8c5d093e: Pull complete
5d8ede78500e: Pull complete
98811a15d333: Pull complete
4f4fb700ef54: Pull complete
6d05c6d66aa2: Pull complete
168a75d9f40d: Pull complete
8ef8fdef8a57: Pull complete
2a0218df673c: Pull complete
3275beaca5b3: Pull complete
0373400a301f: Pull complete
00727e0ff1e3: Pull complete
8e5ea53eab8d: Pull complete
1cefdd7ce26c: Pull complete
b1212d986d4e: Pull complete
623d25109d6a: Pull complete
9407102c9fc1: Pull complete
d1f99b499dfa: Pull complete
2fe4da4d5a54: Pull complete
ef9ccaf5a6ba: Pull complete
34128f1133e2: Pull complete
058343ee62e9: Pull complete
e8e4f03e71a3: Pull complete
05dba415ddef: Pull complete
a0196852f7dd: Pull complete
70aabd71c182: Pull complete
083c6ce42446: Pull complete
38ab54f5809e: Pull complete
09ff637babb7: Pull complete
ab2a9e5f86ae: Pull complete
Digest: sha256:71abdbb2737cf7511872fc835ed2bb56ae643155123dad367d7a0ed846867fbd
Status: Downloaded newer image for ocaml/opam@sha256:71abdbb2737cf7511872fc835ed2bb56ae643155123dad367d7a0ed846867fbd
2026-04-08 11:26.11 ---> using "c7da1d637bdea3d5702632657cc051b516a9e858045093b83141e185996d5b65" 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-04-08 11:26.11 ---> using "9fb1b858723bf20508eec14f738193fe7d63d4d77698bd9fe4789fabaf60cfe4" 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.
Continue? [Y/n] y
This version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-04-08 11:26.11 ---> using "af0ef33e55139d77af0e7859c3b265d08fa02d245294a695a4648ac8d271e4f4" 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.0
# self-upgrade no
# system arch=s390x os=linux os-distribution=debian os-version=13
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 3
# 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-04-08 11:26.11 ---> using "64e5ad8761a87f2f0628558698e5221c7b03e2a4280631492d0e06817525f0cc" 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-04-08 11:26.11 ---> using "934b7fc7b7c056e5dcea33f937d8de1e809e69becfbdba124fa213a96e5129bf" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-04-08 11:26.12 ---> using "4fabd5d042b61315fbcfd1bc79551510521a4d03f79ed81a31810ce38a624f9a" from cache
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-08 11:26.12 ---> using "6506bc57830873a97f902757f16bb65ee02486ca326e2ffe0a9e965ea24b529f" from cache
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /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 s390x Packages [112 kB]
- Fetched 203 kB in 0s (655 kB/s)
- Reading package lists...
-
2026-04-08 11:26.12 ---> using "86578525ff96bbefcb66f028d63a3f2c50460cd852378c8aba4630b571230c45" from cache
/home/opam: (run (shell "opam pin add -k version -yn ezlua.0.1 0.1"))
ezlua is now pinned to version 0.1
2026-04-08 11:26.39 ---> saved as "98ed17ef7c84c857e6339d1abafc2c6f390ab25891323192569da8eede92f9be"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall ezlua.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 \"\\\"debian-13\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'ezlua.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"))
ezlua.0.1 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 3 packages
- install dune 3.22.1 [required by ezlua]
- install ezlua 0.1 (pinned)
- install ocaml-lua 1.8 [required by ezlua]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.22.1 (cached)
-> retrieved ezlua.0.1 (cached)
-> retrieved ocaml-lua.1.8 (cached)
-> installed dune.3.22.1
-> installed ocaml-lua.1.8
-> installed ezlua.0.1
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-08 11:28.56 ---> saved as "b5299ea1c17e9ffb512f10351b8ff28eacc0e67dd6480e92e068b5f1d4730936"
Job succeeded
2026-04-08 11:29.07: Job succeeded