Build:
- 0
2026-03-09 22:11.52: New job: build malfunction.0.7.1, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29529/head (4035af2de09889c401bbd4a265b86d97ad9474cf)
on debian-unstable-ocaml-4.14/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/29529/head" && git reset --hard 4035af2d
git fetch origin master
git merge --no-edit 3c70647a78a7fd22066fca4f17f7ca4514500663
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-unstable-ocaml-4.14@sha256:7a253bd846347f5e2de6d4e021bd5f830742181435988b0028372fbfe13b09a0
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-unstable\""; 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-unstable-ocaml-4.14@sha256:7a253bd846347f5e2de6d4e021bd5f830742181435988b0028372fbfe13b09a0-malfunction.0.7.1-4035af2de09889c401bbd4a265b86d97ad9474cf"
2026-03-09 22:11.52: Using OBuilder spec:
((from ocaml/opam:debian-unstable-ocaml-4.14@sha256:7a253bd846347f5e2de6d4e021bd5f830742181435988b0028372fbfe13b09a0)
(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-unstable\\\"\"; 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:11.53: Got resource from pool OCluster
Building on bremusa.ocamllabs.io
All commits already cached
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-unstable-ocaml-4.14@sha256:7a253bd846347f5e2de6d4e021bd5f830742181435988b0028372fbfe13b09a0)
Unable to find image 'ocaml/opam:debian-unstable-ocaml-4.14@sha256:7a253bd846347f5e2de6d4e021bd5f830742181435988b0028372fbfe13b09a0' locally
docker.io/ocaml/opam@sha256:7a253bd846347f5e2de6d4e021bd5f830742181435988b0028372fbfe13b09a0: Pulling from ocaml/opam
5d328c471922: Already exists
f00abbd15497: Already exists
8db7d6e222cd: Already exists
745b4a42ed1b: Already exists
2896b51452b5: Already exists
1fea5b82256f: Already exists
8294f307901e: Already exists
ecc43dfe3c80: Already exists
5c981433deda: Already exists
75b392cef5ec: Already exists
c589b24d24cb: Already exists
e9218c22180c: Already exists
53efd95c2b7f: Already exists
c9f0b85dce1f: Already exists
d85ea5b43c76: Already exists
fe1b4d5e2ab3: Already exists
01719f26465e: Already exists
01719f26465e: Already exists
40ea78c8a01b: Already exists
d899eeed5549: Already exists
95eb2fcff96a: Already exists
a1bef402d6bf: Already exists
4f4fb700ef54: Already exists
2b7876916db8: Already exists
17b1c517d9f9: Already exists
1f3c24128938: Already exists
ff08eef5d167: Already exists
9f93c317ad84: Already exists
de43567988be: Already exists
960f2cb3fd15: Already exists
21cc70e6624a: Already exists
cb5a64eedb74: Already exists
14423c9cef00: Already exists
05a3fcd55689: Already exists
bf669b533a13: Already exists
22f6d2e54943: Already exists
68132bd2a62e: Already exists
b52e05e7534a: Already exists
c94f561cd98b: Already exists
866482d57749: Already exists
4433288cc778: Already exists
37376139ebed: Pulling fs layer
9ce593a94e00: Pulling fs layer
54dade1db686: Pulling fs layer
ea8f27e898cf: Pulling fs layer
54dade1db686: Waiting
ea8f27e898cf: Waiting
9ce593a94e00: Download complete
ea8f27e898cf: Download complete
54dade1db686: Verifying Checksum
54dade1db686: Download complete
37376139ebed: Verifying Checksum
37376139ebed: Download complete
37376139ebed: Pull complete
9ce593a94e00: Pull complete
54dade1db686: Pull complete
ea8f27e898cf: Pull complete
Digest: sha256:7a253bd846347f5e2de6d4e021bd5f830742181435988b0028372fbfe13b09a0
Status: Downloaded newer image for ocaml/opam@sha256:7a253bd846347f5e2de6d4e021bd5f830742181435988b0028372fbfe13b09a0
2026-03-09 22:12.35 ---> using "29355325fccad4b9333dc3e1b3a4637236bc08942e611742c9664d44f16c706f" 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:12.35 ---> using "dedcf10d7ac3f41b838c5213d4e5ce9ec21fb3fa53774f27aa87e105f165eb68" 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
[NOTE] The 'jobs' option was reset, its value was 255 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=255 --global
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-03-09 22:12.35 ---> using "143a75904dd6293d3a81ade7ef529aa7ebfbee4c872767098b66a415daf5a11b" 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=x86_64 os=linux os-distribution=debian os-version=unknown
# solver builtin-0install
# install-criteria -changed,-count[avoid-version,solution]
# upgrade-criteria -count[avoid-version,solution]
# jobs 71
# 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:12.35 ---> using "3f09cf1d4a46e379ed16d968e0f906df1c5b953ebf1e11d020f351ff26269831" 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:12.35 ---> using "6561caafa5eeca8e52a49491bbd2458d84b5c79b2fc5e64a525657862343f93a" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-03-09 22:12.43 ---> saved as "538bb2f27200c234b7f93a5585cfeb7278055ddefefd4a20fd51297ed9af0d2b"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-03-09 22:13.04 ---> saved as "3a5643fb53145ce19688ee542612e1f3b91c6d2987c98a6fcd9f36e112487629"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian unstable InRelease [187 kB]
- Get:2 http://deb.debian.org/debian unstable/main amd64 Packages.diff/Index [63.6 kB]
- Err:2 http://deb.debian.org/debian unstable/main amd64 Packages.diff/Index
- Couldn't find the start of the patch series
- Get:2 http://deb.debian.org/debian unstable/main amd64 Packages.diff/Index [63.6 kB]
- Ign:2 http://deb.debian.org/debian unstable/main amd64 Packages.diff/Index
- Get:3 http://deb.debian.org/debian unstable/main amd64 Packages [10.3 MB]
- Fetched 10.6 MB in 2s (6202 kB/s)
- Reading package lists...
-
2026-03-09 22:13.07 ---> saved as "bc02e12738c8609d8aedba977e1145de104906a638083fe57cd7b5878fed9821"
/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:13.07 ---> saved as "58745ad88b4068eb0b773acb8170ebd9b6f421201a52332f1c7735d734454ac7"
/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-unstable\\\"\"; 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:amd64.
- (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 ... 20865 files and directories currently installed.)
- Preparing to unpack .../0-libgmpxx4ldbl_2%3a6.3.0+dfsg-5+b1_amd64.deb ...
- Unpacking libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-5+b1) ...
- Selecting previously unselected package libgmp-dev:amd64.
- Preparing to unpack .../1-libgmp-dev_2%3a6.3.0+dfsg-5+b1_amd64.deb ...
- Unpacking libgmp-dev:amd64 (2:6.3.0+dfsg-5+b1) ...
- Selecting previously unselected package libpkgconf7:amd64.
- Preparing to unpack .../2-libpkgconf7_2.5.1-4_amd64.deb ...
- Unpacking libpkgconf7:amd64 (2.5.1-4) ...
- Selecting previously unselected package pkgconf-bin.
- Preparing to unpack .../3-pkgconf-bin_2.5.1-4_amd64.deb ...
- Unpacking pkgconf-bin (2.5.1-4) ...
- Selecting previously unselected package pkgconf:amd64.
- Preparing to unpack .../4-pkgconf_2.5.1-4_amd64.deb ...
- Unpacking pkgconf:amd64 (2.5.1-4) ...
- Selecting previously unselected package pkg-config:amd64.
- Preparing to unpack .../5-pkg-config_2.5.1-4_amd64.deb ...
- Unpacking pkg-config:amd64 (2.5.1-4) ...
- Setting up libpkgconf7:amd64 (2.5.1-4) ...
- Setting up libgmpxx4ldbl:amd64 (2:6.3.0+dfsg-5+b1) ...
- Setting up pkgconf-bin (2.5.1-4) ...
- Setting up libgmp-dev:amd64 (2:6.3.0+dfsg-5+b1) ...
- Setting up pkgconf:amd64 (2.5.1-4) ...
- Setting up pkg-config:amd64 (2.5.1-4) ...
- Processing triggers for libc-bin (2.42-11+b1) ...
<><> 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 (cached)
-> 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:21.39 ---> saved as "1ec60945d0323410ed28958900d4dc565734721f1d4d686424cb443c0a048cc7"
Job succeeded
2026-03-09 22:21.45: Job succeeded