Build:
- 0
2026-03-09 22:11.52: New job: test malfunction.0.7.1, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29529/head (4035af2de09889c401bbd4a265b86d97ad9474cf)
on debian-13-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/29529/head" && git reset --hard 4035af2d
git fetch origin master
git merge --no-edit 3c70647a78a7fd22066fca4f17f7ca4514500663
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.14@sha256:4e930160256707a3389a69a4e3617a925e07d1f19337318ff8714bfb1f773a15
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 malfunction.0.7.1 0.7.1
RUN opam reinstall malfunction.0.7.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" != 'malfunction.0.7.1' && partial_fails="$partial_fails $pkg"; \
done; \
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
exit 1
RUN (opam reinstall --with-test malfunction.0.7.1) || true
RUN opam reinstall --with-test --verbose malfunction.0.7.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" != 'malfunction.0.7.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-03-09 22:11.52: Using cache hint "ocaml/opam:debian-13-ocaml-4.14@sha256:4e930160256707a3389a69a4e3617a925e07d1f19337318ff8714bfb1f773a15-malfunction.0.7.1-4035af2de09889c401bbd4a265b86d97ad9474cf"
2026-03-09 22:11.52: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14@sha256:4e930160256707a3389a69a4e3617a925e07d1f19337318ff8714bfb1f773a15)
(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 malfunction.0.7.1 0.7.1"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall malfunction.0.7.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\" != 'malfunction.0.7.1' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
(run (network host)
(shell "(opam reinstall --with-test malfunction.0.7.1) || true"))
(run (shell "opam reinstall --with-test --verbose malfunction.0.7.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\" != 'malfunction.0.7.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-03-09 22:11.52: Waiting for resource in pool OCluster
2026-03-09 22:11.52: Waiting for worker…
2026-03-09 22:13.54: Got resource from pool OCluster
Building on s390x-worker-01.marist.ci.dev
All commits already cached
Updating files: 82% (15234/18406)
Updating files: 83% (15277/18406)
Updating files: 84% (15462/18406)
Updating files: 85% (15646/18406)
Updating files: 86% (15830/18406)
Updating files: 87% (16014/18406)
Updating files: 88% (16198/18406)
Updating files: 89% (16382/18406)
Updating files: 90% (16566/18406)
Updating files: 91% (16750/18406)
Updating files: 92% (16934/18406)
Updating files: 93% (17118/18406)
Updating files: 94% (17302/18406)
Updating files: 95% (17486/18406)
Updating files: 96% (17670/18406)
Updating files: 97% (17854/18406)
Updating files: 98% (18038/18406)
Updating files: 99% (18222/18406)
Updating files: 100% (18406/18406)
Updating files: 100% (18406/18406), done.
HEAD is now at 3c70647a78 Merge pull request #29507 from NathanReb/release-ppxlib-0-38-0-5-5-preview
Updating 3c70647a78..4035af2de0
Fast-forward
packages/malfunction/malfunction.0.7.1/opam | 33 +++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
create mode 100644 packages/malfunction/malfunction.0.7.1/opam
(from ocaml/opam:debian-13-ocaml-4.14@sha256:4e930160256707a3389a69a4e3617a925e07d1f19337318ff8714bfb1f773a15)
Unable to find image 'ocaml/opam:debian-13-ocaml-4.14@sha256:4e930160256707a3389a69a4e3617a925e07d1f19337318ff8714bfb1f773a15' locally
docker.io/ocaml/opam@sha256:4e930160256707a3389a69a4e3617a925e07d1f19337318ff8714bfb1f773a15: Pulling from ocaml/opam
Digest: sha256:4e930160256707a3389a69a4e3617a925e07d1f19337318ff8714bfb1f773a15
Status: Downloaded newer image for ocaml/opam@sha256:4e930160256707a3389a69a4e3617a925e07d1f19337318ff8714bfb1f773a15
2026-03-09 22:14.00 ---> using "dce83a6a9d70e9c4d98eabad8cb63094f5613724a805e8ac88cffaeb6bdbc4e8" 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-03-09 22:14.00 ---> using "6585589186ed973988d738f7b83a43c39b7ae26afbcae5501c7c50224e535369" 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.0 to version 2.2, which can't be reverted.
You may want to back it up before going further.
Continue? [Y/n] y
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-03-09 22:14.00 ---> using "923df9d93e40d4e4b11aa3229862bbf2afd8dd80643ceeec8d3591a9096fd800" 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 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
2026-03-09 22:14.00 ---> using "c69f7c1c4a57e1876986573cdfce9f8ee03f268bc2199449b080c26fa4fe9112" 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-03-09 22:14.00 ---> using "b6d9af430b78dda56d305ed8f71164b1872752e724ba6baf0311ffe041628a85" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-03-09 22:14.50 ---> saved as "9519ca083206a6d5a508f7fafde774d3a0a02de156b7a1ab893e0c4fcc7d8f59"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-03-09 22:15.48 ---> saved as "2935b8e2e690e3ed3d9abe82b2f064f8aa69867ae10091d4ef23ef2fd53330c6"
/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 [99.7 kB]
- Fetched 190 kB in 0s (536 kB/s)
- Reading package lists...
-
2026-03-09 22:15.52 ---> saved as "0204e4d2336e90e56e8cdb6842e14732462d0dc862b51a3ee4569cd89bf7d317"
/home/opam: (run (shell "opam pin add -k version -yn malfunction.0.7.1 0.7.1"))
malfunction is now pinned to version 0.7.1
2026-03-09 22:15.54 ---> saved as "aa2aeb7e74441102df7f9029cbe74d0216b56f34ab335dc43b95028cba9ad1ff"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall malfunction.0.7.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\" != 'malfunction.0.7.1' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
malfunction.0.7.1 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 7 packages
- install conf-gmp 5 [required by zarith]
- install conf-pkg-config 4 [required by zarith]
- install cppo 1.8.0 [required by malfunction]
- install dune 3.21.1 [required by malfunction]
- install malfunction 0.7.1 (pinned)
- install ocamlfind 1.9.8 [required by malfunction]
- install zarith 1.14 [required by malfunction]
The following system packages will first need to be installed:
libgmp-dev pkg-config
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
opam believes some required external dependencies are missing. opam can:
> 1. Run apt-get to install them (may need root/sudo access)
2. Display the recommended apt-get command and wait while you run it manually (e.g. in another terminal)
3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
4. Abort the installation
[1/2/3/4] 1
+ /usr/bin/sudo "apt-get" "install" "-qq" "-yy" "libgmp-dev" "pkg-config"
- Selecting previously unselected package libgmpxx4ldbl:s390x.
- (Reading database ...
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 20382 files and directories currently installed.)
- Preparing to unpack .../0-libgmpxx4ldbl_2%3a6.3.0+dfsg-3_s390x.deb ...
- Unpacking libgmpxx4ldbl:s390x (2:6.3.0+dfsg-3) ...
- Selecting previously unselected package libgmp-dev:s390x.
- Preparing to unpack .../1-libgmp-dev_2%3a6.3.0+dfsg-3_s390x.deb ...
- Unpacking libgmp-dev:s390x (2:6.3.0+dfsg-3) ...
- Selecting previously unselected package libpkgconf3:s390x.
- Preparing to unpack .../2-libpkgconf3_1.8.1-4_s390x.deb ...
- Unpacking libpkgconf3:s390x (1.8.1-4) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../3-pkgconf-bin_1.8.1-4_s390x.deb ...
- Unpacking pkgconf-bin (1.8.1-4) ...
- Selecting previously unselected package pkgconf:s390x.
- Preparing to unpack .../4-pkgconf_1.8.1-4_s390x.deb ...
- Unpacking pkgconf:s390x (1.8.1-4) ...
- Selecting previously unselected package pkg-config:s390x.
- Preparing to unpack .../5-pkg-config_1.8.1-4_s390x.deb ...
- Unpacking pkg-config:s390x (1.8.1-4) ...
- Setting up libpkgconf3:s390x (1.8.1-4) ...
- Setting up libgmpxx4ldbl:s390x (2:6.3.0+dfsg-3) ...
- Setting up pkgconf-bin (1.8.1-4) ...
- Setting up libgmp-dev:s390x (2:6.3.0+dfsg-3) ...
- Setting up pkgconf:s390x (1.8.1-4) ...
- Setting up pkg-config:s390x (1.8.1-4) ...
- Processing triggers for libc-bin (2.41-12+deb13u1) ...
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved conf-gmp.5 (cached)
-> retrieved cppo.1.8.0 (cached)
-> installed conf-gmp.5
-> installed conf-pkg-config.4
-> retrieved dune.3.21.1 (cached)
-> retrieved malfunction.0.7.1 (https://github.com/stedolan/malfunction/archive/refs/tags/v0.7.1.tar.gz)
-> retrieved ocamlfind.1.9.8 (cached)
-> retrieved zarith.1.14 (cached)
-> installed ocamlfind.1.9.8
-> installed zarith.1.14
-> installed dune.3.21.1
-> installed cppo.1.8.0
-> installed malfunction.0.7.1
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-09 22:17.07 ---> saved as "a3d808a118329d21ba2b4ec8127b9db2bde2e6ceee4f2cd438e32625e27fffbc"
/home/opam: (run (network host)
(shell "(opam reinstall --with-test malfunction.0.7.1) || true"))
The following actions will be performed:
=== recompile 1 package
- recompile malfunction 0.7.1 (pinned)
=== install 7 packages
- install dune-build-info 3.21.1 [required by omd]
- install ocamlbuild 0.16.1 [required by uucp]
- install omd 2.0.0~alpha4 [required by malfunction]
- install topkg 1.1.1 [required by uucp]
- install uucp 17.0.0 [required by omd]
- install uunf 17.0.0 [required by omd]
- install uutf 1.0.4 [required by omd]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune-build-info.3.21.1 (https://opam.ocaml.org/cache)
-> retrieved malfunction.0.7.1 (https://github.com/stedolan/malfunction/archive/refs/tags/v0.7.1.tar.gz)
-> retrieved ocamlbuild.0.16.1 (https://opam.ocaml.org/cache)
-> retrieved omd.2.0.0~alpha4 (https://opam.ocaml.org/cache)
-> retrieved topkg.1.1.1 (https://opam.ocaml.org/cache)
-> retrieved uucp.17.0.0 (https://opam.ocaml.org/cache)
-> retrieved uunf.17.0.0 (https://opam.ocaml.org/cache)
-> installed dune-build-info.3.21.1
-> retrieved uutf.1.0.4 (https://opam.ocaml.org/cache)
-> removed malfunction.0.7.1
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed uutf.1.0.4
-> installed uunf.17.0.0
-> installed uucp.17.0.0
-> installed omd.2.0.0~alpha4
-> installed malfunction.0.7.1
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-09 22:18.39 ---> saved as "738cbd3c795638250eaf91bffcc4e7055c861373ca8d30e042cff0ffecce827e"
/home/opam: (run (shell "opam reinstall --with-test --verbose malfunction.0.7.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\" != 'malfunction.0.7.1' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
The following actions will be performed:
=== recompile 1 package
- recompile malfunction 0.7.1 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing 1/4: [malfunction.0.7.1: extract]
-> retrieved malfunction.0.7.1 (cached)
Processing 2/4: [malfunction: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "malfunction" "-j" "3" (CWD=/home/opam/.opam/4.14/.opam-switch/build/malfunction.0.7.1)
Processing 2/4: [malfunction: dune runtest]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "runtest" "-p" "malfunction" "-j" "3" (CWD=/home/opam/.opam/4.14/.opam-switch/build/malfunction.0.7.1)
- (cd _build/default/examples && ./primrec.exe)
- interpreted: 1.52 secs
- compiled: 0.20 secs
- (cd _build/default/test && ./test.exe ../docs/spec.md ../test)
- ../docs/spec.md:
../docs/spec.md: [13/13] tests passed
- ../test/basic.test:
../test/basic.test: [6/6] tests passed
- ../test/conversions.test:
../test/conversions.test: [6/6] tests passed
- ../test/evalorder.test:
../test/evalorder.test: [3/3] tests passed
- ../test/factorial.test:
../test/factorial.test: [1/1] tests passed
- ../test/float.test:
../test/float.test: [8/8] tests passed
- ../test/lazy.test:
../test/lazy.test: [5/5] tests passed
- ../test/prim.test:
../test/prim.test: [1/1] tests passed
- ../test/shifts.test:
../test/shifts.test: [18/18] tests passed
- ../test/vector.test:
../test/vector.test: [3/3] tests passed
- All tests passed
-> compiled malfunction.0.7.1
-> removed malfunction.0.7.1
-> installed malfunction.0.7.1
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-09 22:19.04 ---> saved as "8ee1e6cd32ff333eac2176cb9566bd28c355f2e22f6dc3ecaa504be96ced5e85"
Job succeeded
2026-03-09 22:19.35: Job succeeded