Build:
- 0
2026-04-05 21:28.28: New job: test ppx_marshal.0.4.1, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29566/head (b755869b2c03dcccade6ba3b946b5300b3d0ccd5)
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/29566/head" && git reset --hard b755869b
git fetch origin master
git merge --no-edit 58be49813ccd4678f5762ae269409e93bce1ce7c
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.14@sha256:7bfb61a531647bfab027a09eb85e98dfd7433f96d02a26c4f0abc4cd11705dc4
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 ppx_marshal.0.4.1 0.4.1
RUN opam reinstall ppx_marshal.0.4.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" != 'ppx_marshal.0.4.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 ppx_marshal.0.4.1) || true
RUN opam reinstall --with-test --verbose ppx_marshal.0.4.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" != 'ppx_marshal.0.4.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-05 21:28.28: Using cache hint "ocaml/opam:debian-13-ocaml-4.14@sha256:7bfb61a531647bfab027a09eb85e98dfd7433f96d02a26c4f0abc4cd11705dc4-ppx_marshal.0.4.1-b755869b2c03dcccade6ba3b946b5300b3d0ccd5"
2026-04-05 21:28.28: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14@sha256:7bfb61a531647bfab027a09eb85e98dfd7433f96d02a26c4f0abc4cd11705dc4)
(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 ppx_marshal.0.4.1 0.4.1"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall ppx_marshal.0.4.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\" != 'ppx_marshal.0.4.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 ppx_marshal.0.4.1) || true"))
(run (shell "opam reinstall --with-test --verbose ppx_marshal.0.4.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\" != 'ppx_marshal.0.4.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-05 21:28.28: Waiting for resource in pool OCluster
2026-04-05 21:28.29: Waiting for worker…
2026-04-05 22:01.16: Got resource from pool OCluster
Building on s390x-worker-01.marist.ci.dev
All commits already cached
Updating files: 64% (12085/18634)
Updating files: 65% (12113/18634)
Updating files: 66% (12299/18634)
Updating files: 67% (12485/18634)
Updating files: 68% (12672/18634)
Updating files: 69% (12858/18634)
Updating files: 70% (13044/18634)
Updating files: 71% (13231/18634)
Updating files: 72% (13417/18634)
Updating files: 73% (13603/18634)
Updating files: 74% (13790/18634)
Updating files: 75% (13976/18634)
Updating files: 76% (14162/18634)
Updating files: 77% (14349/18634)
Updating files: 78% (14535/18634)
Updating files: 79% (14721/18634)
Updating files: 80% (14908/18634)
Updating files: 81% (15094/18634)
Updating files: 82% (15280/18634)
Updating files: 83% (15467/18634)
Updating files: 84% (15653/18634)
Updating files: 85% (15839/18634)
Updating files: 86% (16026/18634)
Updating files: 87% (16212/18634)
Updating files: 88% (16398/18634)
Updating files: 89% (16585/18634)
Updating files: 90% (16771/18634)
Updating files: 91% (16957/18634)
Updating files: 92% (17144/18634)
Updating files: 93% (17330/18634)
Updating files: 94% (17516/18634)
Updating files: 95% (17703/18634)
Updating files: 96% (17889/18634)
Updating files: 97% (18075/18634)
Updating files: 98% (18262/18634)
Updating files: 99% (18448/18634)
Updating files: 100% (18634/18634)
Updating files: 100% (18634/18634), done.
HEAD is now at 58be49813c Merge pull request #29649 from jmid/add-binsec-ocaml-bounds
Updating 58be49813c..b755869b2c
Fast-forward
packages/gendarme-csv/gendarme-csv.0.4.1/opam | 38 ++++++++++++++++++
.../gendarme-ezjsonm/gendarme-ezjsonm.0.4.1/opam | 40 +++++++++++++++++++
packages/gendarme-json/gendarme-json.0.4.1/opam | 21 ++++++++++
packages/gendarme-toml/gendarme-toml.0.4.1/opam | 38 ++++++++++++++++++
packages/gendarme-yaml/gendarme-yaml.0.4.1/opam | 38 ++++++++++++++++++
.../gendarme-yojson/gendarme-yojson.0.4.1/opam | 39 ++++++++++++++++++
packages/gendarme/gendarme.0.4.1/opam | 38 ++++++++++++++++++
packages/ppx_marshal/ppx_marshal.0.4.1/opam | 46 ++++++++++++++++++++++
.../ppx_marshal_ext/ppx_marshal_ext.0.4.1/opam | 40 +++++++++++++++++++
9 files changed, 338 insertions(+)
create mode 100644 packages/gendarme-csv/gendarme-csv.0.4.1/opam
create mode 100644 packages/gendarme-ezjsonm/gendarme-ezjsonm.0.4.1/opam
create mode 100644 packages/gendarme-json/gendarme-json.0.4.1/opam
create mode 100644 packages/gendarme-toml/gendarme-toml.0.4.1/opam
create mode 100644 packages/gendarme-yaml/gendarme-yaml.0.4.1/opam
create mode 100644 packages/gendarme-yojson/gendarme-yojson.0.4.1/opam
create mode 100644 packages/gendarme/gendarme.0.4.1/opam
create mode 100644 packages/ppx_marshal/ppx_marshal.0.4.1/opam
create mode 100644 packages/ppx_marshal_ext/ppx_marshal_ext.0.4.1/opam
(from ocaml/opam:debian-13-ocaml-4.14@sha256:7bfb61a531647bfab027a09eb85e98dfd7433f96d02a26c4f0abc4cd11705dc4)
2026-04-05 22:01.19 ---> using "76cb4b904aa9b142fe98e236497a19c967dc6906b776c66da6eb214b61655493" 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-05 22:01.19 ---> using "7886f6437dbe44b213ecb2220fc3de79f991056bd4dfeb2ca60af51ac8a630be" 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-04-05 22:01.19 ---> using "4186a6e00ec6b70f415d2b58a21a85e42c5da4759deb4ab600f2d89792101c92" 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.3"}]
# compiler-packages ocaml-base-compiler.4.14.3, 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.3
2026-04-05 22:01.19 ---> using "0afe1ef42f36f003ac9db8667e04fc68bb73b39faeab1ddc4b06cdeecba7f51a" 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-05 22:01.19 ---> using "44bd9edda4560c0ba66eb23ed9e2fee75600f360f8204ffed4b774d25754f75b" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-04-05 22:01.20 ---> using "3062e94e923690e1435b1239bc89fd0b5cd737a8de9968fdd8c476c8fcd78399" from cache
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-04-05 22:01.20 ---> using "aae59e7eb42dfc0512c0df903081e4d6ccd60456e3b7e002cf8fbed97ded4112" 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 (493 kB/s)
- Reading package lists...
-
2026-04-05 22:01.20 ---> using "61f89cb52f1a26d41d84be7c695afa559e670c7d3b39d3b5d06a727eb2a753cf" from cache
/home/opam: (run (shell "opam pin add -k version -yn ppx_marshal.0.4.1 0.4.1"))
ppx_marshal is now pinned to version 0.4.1
2026-04-05 22:01.20 ---> using "edd59e8c554a5bc3407653911abd2213d33ba142727ea8b1a6f6c0cd78ecb9f9" from cache
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall ppx_marshal.0.4.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\" != 'ppx_marshal.0.4.1' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
ppx_marshal.0.4.1 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 8 packages
- install dune 3.22.1 [required by ppx_marshal]
- install gendarme 0.4.1 [required by ppx_marshal]
- install ocaml-compiler-libs v0.12.4 [required by ppxlib]
- install ppx_derivers 1.2.1 [required by ppxlib]
- install ppx_marshal 0.4.1 (pinned)
- install ppxlib 0.38.0 [required by ppx_marshal]
- install sexplib0 v0.17.0 [required by ppxlib]
- install stdlib-shims 0.3.0 [required by ppxlib]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.22.1 (cached)
-> retrieved gendarme.0.4.1, ppx_marshal.0.4.1 (cached)
-> retrieved ocaml-compiler-libs.v0.12.4 (cached)
-> retrieved ppx_derivers.1.2.1 (cached)
-> retrieved ppxlib.0.38.0 (cached)
-> retrieved sexplib0.v0.17.0 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> installed dune.3.22.1
-> installed ppx_derivers.1.2.1
-> installed stdlib-shims.0.3.0
-> installed sexplib0.v0.17.0
-> installed ocaml-compiler-libs.v0.12.4
-> installed ppxlib.0.38.0
-> installed gendarme.0.4.1
-> installed ppx_marshal.0.4.1
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-05 22:02.45 ---> saved as "48bcd3821c81c16c59f5360ec861e271849fa3dc758e6dba3f77f6ae1b63d8b5"
/home/opam: (run (network host)
(shell "(opam reinstall --with-test ppx_marshal.0.4.1) || true"))
The following actions will be performed:
=== recompile 1 package
- recompile ppx_marshal 0.4.1 (pinned)
=== install 39 packages
- install alcotest 1.9.1 [required by ppx_marshal]
- install astring 0.8.5 [required by alcotest]
- install base-bytes base [required by csv]
- install bos 0.2.1 [required by yaml]
- install cmdliner 2.1.0 [required by alcotest]
- install csexp 1.5.2 [required by dune-configurator]
- install cstruct 6.2.0 [required by hex]
- install csv 2.4 [required by gendarme-csv]
- install ctypes 0.24.0 [required by yaml]
- install dune-configurator 3.22.1 [required by yaml]
- install ezjsonm 1.3.0 [required by gendarme-ezjsonm]
- install fmt 0.11.0 [required by alcotest]
- install fpath 0.7.3 [required by bos]
- install gendarme-csv 0.4.1 [required by ppx_marshal]
- install gendarme-ezjsonm 0.4.1 [required by ppx_marshal]
- install gendarme-toml 0.4.1 [required by ppx_marshal]
- install gendarme-yaml 0.4.1 [required by ppx_marshal]
- install gendarme-yojson 0.4.1 [required by ppx_marshal]
- install hex 1.5.0 [required by ezjsonm]
- install ISO8601 0.2.6 [required by toml]
- install integers 0.7.0 [required by ctypes]
- install jsonm 1.0.2 [required by ezjsonm]
- install logs 0.10.0 [required by bos]
- install menhir 20260209 [required by toml]
- install menhirCST 20260209 [required by menhir]
- install menhirGLR 20260209 [required by menhir]
- install menhirLib 20260209 [required by menhir]
- install menhirSdk 20260209 [required by menhir]
- install ocaml-syntax-shims 1.0.0 [required by alcotest]
- install ocamlbuild 0.16.1 [required by fmt, astring, uutf]
- install ocamlfind 1.9.8 [required by fmt, astring, uutf]
- install ppx_marshal_ext 0.4.1 [required by gendarme-yaml, gendarme-ezjsonm, gendarme-csv, etc.]
- install re 1.14.0 [required by alcotest]
- install rresult 0.7.0 [required by bos]
- install toml 7.1.0 [required by gendarme-toml]
- install topkg 1.1.1 [required by fmt, astring, uutf]
- install uutf 1.0.4 [required by alcotest]
- install yaml 3.2.0 [required by gendarme-yaml]
- install yojson 3.0.0 [required by gendarme-yojson]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved alcotest.1.9.1 (https://opam.ocaml.org/cache)
-> retrieved astring.0.8.5 (https://opam.ocaml.org/cache)
-> retrieved bos.0.2.1 (https://opam.ocaml.org/cache)
-> retrieved cmdliner.2.1.0 (https://opam.ocaml.org/cache)
-> retrieved csexp.1.5.2 (https://opam.ocaml.org/cache)
-> retrieved cstruct.6.2.0 (https://opam.ocaml.org/cache)
-> retrieved csv.2.4 (https://opam.ocaml.org/cache)
-> retrieved ctypes.0.24.0 (https://opam.ocaml.org/cache)
-> installed csexp.1.5.2
-> retrieved dune-configurator.3.22.1 (https://opam.ocaml.org/cache)
-> retrieved ezjsonm.1.3.0 (https://opam.ocaml.org/cache)
-> installed cmdliner.2.1.0
-> installed dune-configurator.3.22.1
-> retrieved fmt.0.11.0 (https://opam.ocaml.org/cache)
-> retrieved fpath.0.7.3 (https://opam.ocaml.org/cache)
-> retrieved gendarme-csv.0.4.1, gendarme-ezjsonm.0.4.1, gendarme-toml.0.4.1, gendarme-yaml.0.4.1, gendarme-yojson.0.4.1, ppx_marshal.0.4.1, ppx_marshal_ext.0.4.1 (https://github.com/bensmrs/gendarme/archive/refs/tags/0.4.1.tar.gz)
-> retrieved hex.1.5.0 (https://opam.ocaml.org/cache)
-> retrieved ISO8601.0.2.6 (https://opam.ocaml.org/cache)
-> retrieved integers.0.7.0 (https://opam.ocaml.org/cache)
-> installed ppx_marshal_ext.0.4.1
-> installed ISO8601.0.2.6
-> retrieved jsonm.1.0.2 (https://opam.ocaml.org/cache)
-> retrieved logs.0.10.0 (https://opam.ocaml.org/cache)
-> installed integers.0.7.0
-> retrieved menhir.20260209, menhirCST.20260209, menhirGLR.20260209, menhirLib.20260209, menhirSdk.20260209 (https://opam.ocaml.org/cache)
-> retrieved ocaml-syntax-shims.1.0.0 (https://opam.ocaml.org/cache)
-> installed menhirCST.20260209
-> retrieved ocamlbuild.0.16.1 (https://opam.ocaml.org/cache)
-> installed menhirGLR.20260209
-> retrieved ocamlfind.1.9.8 (https://opam.ocaml.org/cache)
-> installed menhirLib.20260209
-> retrieved re.1.14.0 (https://opam.ocaml.org/cache)
-> installed menhirSdk.20260209
-> retrieved rresult.0.7.0 (https://opam.ocaml.org/cache)
-> retrieved toml.7.1.0 (https://opam.ocaml.org/cache)
-> installed ocaml-syntax-shims.1.0.0
-> retrieved topkg.1.1.1 (https://opam.ocaml.org/cache)
-> retrieved uutf.1.0.4 (https://opam.ocaml.org/cache)
-> retrieved yaml.3.2.0 (https://opam.ocaml.org/cache)
-> retrieved yojson.3.0.0 (https://opam.ocaml.org/cache)
-> installed ctypes.0.24.0
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed base-bytes.base
-> installed yojson.3.0.0
-> removed ppx_marshal.0.4.1
-> installed re.1.14.0
-> installed csv.2.4
-> installed gendarme-yojson.0.4.1
-> installed gendarme-csv.0.4.1
-> installed topkg.1.1.1
-> installed menhir.20260209
-> installed fmt.0.11.0
-> installed astring.0.8.5
-> installed rresult.0.7.0
-> installed toml.7.1.0
-> installed cstruct.6.2.0
-> installed fpath.0.7.3
-> installed hex.1.5.0
-> installed gendarme-toml.0.4.1
-> installed logs.0.10.0
-> installed uutf.1.0.4
-> installed jsonm.1.0.2
-> installed ezjsonm.1.3.0
-> installed alcotest.1.9.1
-> installed bos.0.2.1
-> installed gendarme-ezjsonm.0.4.1
-> installed yaml.3.2.0
-> installed gendarme-yaml.0.4.1
-> installed ppx_marshal.0.4.1
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-05 22:04.51 ---> saved as "85b0d71c8973edb5b505831907c99fbf51cc2c182b90442b39594434c020913b"
/home/opam: (run (shell "opam reinstall --with-test --verbose ppx_marshal.0.4.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\" != 'ppx_marshal.0.4.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 ppx_marshal 0.4.1 (pinned)
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing 2/4: [ppx_marshal: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "ppx_marshal" "-j" "3" "@install" "@runtest" (CWD=/home/opam/.opam/4.14/.opam-switch/build/ppx_marshal.0.4.1)
- (cd _build/default/tests && ./run_tests.exe)
- Testing `ppx_marshal'.
- This run has ID `QURD9ZH6'.
-
- [OK] simple types 0 test_simple_types_csv.
- [OK] simple types 1 test_simple_types_csv_json.
- [OK] simple types 2 test_simple_types_csv_yaml.
- [OK] simple types 3 test_simple_types_json (Ezjsonm).
- [OK] simple types 4 test_simple_types_json (Yojson).
- [OK] simple types 5 test_simple_types_toml.
- [OK] simple types 6 test_simple_types_yaml.
- [OK] records 0 test_records_csv_json.
- [OK] records 1 test_records_json (Ezjsonm).
- [OK] records 2 test_records_json (Yojson).
- [OK] records 3 test_records_toml.
- [OK] records 4 test_records_yaml.
- [OK] variants 0 test_variants_csv_json.
- [OK] variants 1 test_variants_json (Ezjsonm).
- [OK] variants 2 test_variants_json (Yojson).
- [OK] variants 3 test_variants_toml.
- [OK] variants 4 test_variants_yaml.
- [OK] proxies 0 test_proxies_csv_json.
- [OK] proxies 1 test_proxies_json (Ezjsonm).
- [OK] proxies 2 test_proxies_json (Yojson).
- [OK] proxies 3 test_proxies_toml.
- [OK] proxies 4 test_proxies_yaml.
- [OK] features 0 test_no_field_name.
- [OK] features 1 test_default_values.
- [OK] features 2 test_safe_mode.
- [OK] misc 0 test_transcode_json_yaml.
- [OK] misc 1 test_exceptions.
-
- Full test results in `~/.opam/4.14/.opam-switch/build/ppx_marshal.0.4.1/_build/default/tests/_build/_tests/ppx_marshal'.
- Test Successful in 0.004s. 27 tests run.
-> compiled ppx_marshal.0.4.1
-> removed ppx_marshal.0.4.1
-> installed ppx_marshal.0.4.1
Done.
# To update the current shell environment, run: eval $(opam env)
2026-04-05 22:05.10 ---> saved as "74dcfa378ab362531f6fe6903934aae48aed9d4f988b1a5a802c59b8272d6977"
Job succeeded
2026-04-05 22:05.18: Job succeeded