- github
- ocaml
- opam-repository
- 072d27
- extras,s390x-ocaml-4.14,nanoev.0.1
(not at the head of any monitored branch or PR)
2025-05-09 16:44.01: New job: build nanoev.0.1, using opam 2.3
from https://github.com/ocaml/opam-repository.git#refs/pull/27859/head (072d27be86ef0a9ffb174096c6aa591d954571c9)
on debian-12-ocaml-4.14/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/27859/head" && git reset --hard 072d27be
git fetch origin master
git merge --no-edit 0d013e603b5ebf0e9b404e10d5a6839f226e1739
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.14@sha256:e8d764439f059c0be254641f4af746346e7f337f46cbc49c8094e394f4218e9c
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-2.3 /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 nanoev.0.1 0.1
RUN opam reinstall nanoev.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-12\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'nanoev.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 .
2025-05-09 16:44.01: Using cache hint "ocaml/opam:debian-12-ocaml-4.14@sha256:e8d764439f059c0be254641f4af746346e7f337f46cbc49c8094e394f4218e9c-nanoev.0.1-072d27be86ef0a9ffb174096c6aa591d954571c9"
2025-05-09 16:44.01: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.14@sha256:e8d764439f059c0be254641f4af746346e7f337f46cbc49c8094e394f4218e9c)
(user (uid 1000) (gid 1000))
(workdir /home/opam)
(run (shell "sudo ln -f /usr/bin/opam-2.3 /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 nanoev.0.1 0.1"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall nanoev.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-12\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'nanoev.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"))
)
2025-05-09 16:44.01: Waiting for resource in pool OCluster
2025-05-09 16:44.12: Waiting for worker…
2025-05-09 17:38.36: Got resource from pool OCluster
Building on s390x-worker-01.marist.ci.dev
All commits already cached
Updating files: 65% (15049/23013)
Updating files: 66% (15189/23013)
Updating files: 67% (15419/23013)
Updating files: 68% (15649/23013)
Updating files: 69% (15879/23013)
Updating files: 70% (16110/23013)
Updating files: 71% (16340/23013)
Updating files: 72% (16570/23013)
Updating files: 73% (16800/23013)
Updating files: 74% (17030/23013)
Updating files: 75% (17260/23013)
Updating files: 76% (17490/23013)
Updating files: 77% (17721/23013)
Updating files: 78% (17951/23013)
Updating files: 79% (18181/23013)
Updating files: 80% (18411/23013)
Updating files: 81% (18641/23013)
Updating files: 82% (18871/23013)
Updating files: 83% (19101/23013)
Updating files: 84% (19331/23013)
Updating files: 85% (19562/23013)
Updating files: 86% (19792/23013)
Updating files: 87% (20022/23013)
Updating files: 88% (20252/23013)
Updating files: 89% (20482/23013)
Updating files: 90% (20712/23013)
Updating files: 91% (20942/23013)
Updating files: 92% (21172/23013)
Updating files: 93% (21403/23013)
Updating files: 94% (21633/23013)
Updating files: 95% (21863/23013)
Updating files: 96% (22093/23013)
Updating files: 97% (22323/23013)
Updating files: 98% (22553/23013)
Updating files: 99% (22783/23013)
Updating files: 100% (23013/23013)
Updating files: 100% (23013/23013), done.
HEAD is now at 0d013e603b Merge pull request #27802 from Khady/release-junit-2.3.0
Updating 0d013e603b..072d27be86
Fast-forward
packages/nanoev-picos/nanoev-picos.0.1/opam | 42 ++++++++++++++++++++
packages/nanoev-posix/nanoev-posix.0.1/opam | 45 ++++++++++++++++++++++
packages/nanoev/nanoev.0.1/opam | 41 ++++++++++++++++++++
.../nanoev_tiny_httpd/nanoev_tiny_httpd.0.1/opam | 42 ++++++++++++++++++++
4 files changed, 170 insertions(+)
create mode 100644 packages/nanoev-picos/nanoev-picos.0.1/opam
create mode 100644 packages/nanoev-posix/nanoev-posix.0.1/opam
create mode 100644 packages/nanoev/nanoev.0.1/opam
create mode 100644 packages/nanoev_tiny_httpd/nanoev_tiny_httpd.0.1/opam
(from ocaml/opam:debian-12-ocaml-4.14@sha256:e8d764439f059c0be254641f4af746346e7f337f46cbc49c8094e394f4218e9c)
Unable to find image 'ocaml/opam:debian-12-ocaml-4.14@sha256:e8d764439f059c0be254641f4af746346e7f337f46cbc49c8094e394f4218e9c' locally
docker.io/ocaml/opam@sha256:e8d764439f059c0be254641f4af746346e7f337f46cbc49c8094e394f4218e9c: Pulling from ocaml/opam
Digest: sha256:e8d764439f059c0be254641f4af746346e7f337f46cbc49c8094e394f4218e9c
Status: Downloaded newer image for ocaml/opam@sha256:e8d764439f059c0be254641f4af746346e7f337f46cbc49c8094e394f4218e9c
2025-05-09 17:38.42 ---> using "b63af76b3f2b491d46107198fd13599163479dc8e871670bf0232f4b3a285859" from cache
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-2.3 /usr/bin/opam"))
2025-05-09 17:38.42 ---> using "91716607a3f6c3548176566d7593b2df01b9153050b6f7d8d7f3c0caf1c0d5e4" 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 development 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
2025-05-09 17:38.42 ---> using "550cd7f84e35e12756326bfc881903fee4f143d859ebcc088d58f8b8f91eed91" 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.3.0 (35acd0c5abc5e66cdbd5be16ba77aa6c33a4c724)
# self-upgrade no
# system arch=s390x os=linux os-distribution=debian os-version=12
# 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 4.14
# invariant ["ocaml-base-compiler" {= "4.14.2"}]
# compiler-packages ocaml-base-compiler.4.14.2, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /home/opam/.opam/4.14/lib/ocaml/stublibs:/home/opam/.opam/4.14/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 4.14.2
2025-05-09 17:38.42 ---> using "218d76420438f27ac3a32e097a3ab71c50931ee0dea55bdb5a7b6872b089d41b" 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/"))
2025-05-09 17:38.42 ---> using "beef5dede65b5c92733412ce1d1a421b404a0b3ec458422ea2ddc39208b76c22" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2025-05-09 17:38.44 ---> using "afa15900d30e391ccdced0ad891d49acba176c15904213711a404ba1804570b5" from cache
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-05-09 17:38.44 ---> using "85f5b85d2492446c3a39ca38d94fae52982ae2f52425f48334007d33bb6379cc" 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 bookworm InRelease
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian-security bookworm-security/main s390x Packages [227 kB]
- Fetched 330 kB in 2s (195 kB/s)
- Reading package lists...
-
2025-05-09 17:38.44 ---> using "e25fe0b92b22313b9466c7debef6e64fa05b616a0201e10bd9db760548520dc2" from cache
/home/opam: (run (shell "opam pin add -k version -yn nanoev.0.1 0.1"))
nanoev is now pinned to version 0.1
2025-05-09 17:39.16 ---> saved as "dcab4f7103af4d2584d2bda9126fe02d1c4b8f92f03ea99000bb7d702f6e0a69"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall nanoev.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-12\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'nanoev.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"))
nanoev.0.1 is not installed. Install it? [y/n] y
The following actions will be performed:
=== install 2 packages
- install dune 3.18.2 [required by nanoev]
- install nanoev 0.1 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.18.2 (cached)
-> retrieved nanoev.0.1 (cached)
-> installed dune.3.18.2
-> installed nanoev.0.1
Done.
# To update the current shell environment, run: eval $(opam env)
2025-05-09 17:41.27 ---> saved as "95d82da8f9471fabcfcb84d301636c35ba30b0356a3e4e1048cba1632aa0749c"
Job succeeded
2025-05-09 17:42.30: Job succeeded