Build:
- 0
2026-01-17 19:11.28: New job: build ppx_make.0.3.4, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29236/head (2d1524a08c6637f3fdce4d4e4aff9423c983ca1b)
on opensuse-tumbleweed-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/29236/head" && git reset --hard 2d1524a0
git fetch origin master
git merge --no-edit 6bda456f941d6c1e0773fcb1fd57c0eb54b8a2c1
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:opensuse-tumbleweed-ocaml-4.14@sha256:e15ec28bc0b9a925042277e8663afa61af3672db43456c08e5ee5d401478cc1a
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_make.0.3.4 0.3.4
RUN opam reinstall ppx_make.0.3.4; \
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 "\"opensuse-tumbleweed\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'ppx_make.0.3.4' && 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-01-17 19:11.28: Using cache hint "ocaml/opam:opensuse-tumbleweed-ocaml-4.14@sha256:e15ec28bc0b9a925042277e8663afa61af3672db43456c08e5ee5d401478cc1a-ppx_make.0.3.4-2d1524a08c6637f3fdce4d4e4aff9423c983ca1b"
2026-01-17 19:11.28: Using OBuilder spec:
((from ocaml/opam:opensuse-tumbleweed-ocaml-4.14@sha256:e15ec28bc0b9a925042277e8663afa61af3672db43456c08e5ee5d401478cc1a)
(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_make.0.3.4 0.3.4"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall ppx_make.0.3.4;\
\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 \"\\\"opensuse-tumbleweed\\\"\"; 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_make.0.3.4' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2026-01-17 19:11.28: Waiting for resource in pool OCluster
2026-01-17 19:11.28: Waiting for worker…
2026-01-17 19:11.30: Got resource from pool OCluster
Building on eumache
All commits already cached
HEAD is now at 6bda456f94 Merge pull request #29229 from elias-utf8/opam-publish-qcaml.0.1.7
Updating 6bda456f94..2d1524a08c
Fast-forward
packages/ppx_make/ppx_make.0.3.4/opam | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(from ocaml/opam:opensuse-tumbleweed-ocaml-4.14@sha256:e15ec28bc0b9a925042277e8663afa61af3672db43456c08e5ee5d401478cc1a)
Unable to find image 'ocaml/opam:opensuse-tumbleweed-ocaml-4.14@sha256:e15ec28bc0b9a925042277e8663afa61af3672db43456c08e5ee5d401478cc1a' locally
docker.io/ocaml/opam@sha256:e15ec28bc0b9a925042277e8663afa61af3672db43456c08e5ee5d401478cc1a: Pulling from ocaml/opam
ae1fce66135b: Already exists
bc1d5a337abe: Already exists
689f7b649cbf: Already exists
09a49550b0d0: Already exists
796b8bb9310b: Already exists
7d7e473da9e5: Already exists
bac2e1cd2bcb: Already exists
110aefc3d632: Already exists
d39ba3688eeb: Already exists
f876cca96b9d: Already exists
12210eb6421b: Already exists
2f32f1324cd5: Already exists
d120f0b81e02: Already exists
a4bcd4765464: Already exists
6010aecf6ed4: Already exists
837cd08ce4a6: Already exists
7be0fee15ac1: Already exists
94e326c25a95: Already exists
07dedf18f5df: Already exists
4f4fb700ef54: Already exists
a39d0ff853ba: Already exists
0bd00fba1f4f: Already exists
a13aa3c47f1f: Already exists
cf27899b243d: Already exists
8e4f4228a7c4: Already exists
82d2f2129fb6: Already exists
a0fdbaa9572b: Already exists
b4e3cee71ab4: Already exists
15e7feb06758: Already exists
8ff94d8f78a4: Already exists
8c6d54effba3: Already exists
0ccadee84ea5: Already exists
ca61051734f1: Already exists
2cccb0042c4a: Already exists
c028ead8bab2: Already exists
9b3ad9d379df: Already exists
3ba0dfd4f920: Already exists
4af36ab4567c: Already exists
0019a13e880b: Already exists
48df80362dea: Already exists
0156e2541433: Already exists
b716118a4a64: Already exists
Digest: sha256:e15ec28bc0b9a925042277e8663afa61af3672db43456c08e5ee5d401478cc1a
Status: Downloaded newer image for ocaml/opam@sha256:e15ec28bc0b9a925042277e8663afa61af3672db43456c08e5ee5d401478cc1a
2026-01-17 19:12.24 ---> using "5b9344b3094fcf4a21d605fd942e6b75552e382d09903d2ff52608669998805a" 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-01-17 19:12.24 ---> using "fb957b736019258767684ef54906e65900307087476583b181c3c50653a6f10e" 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-01-17 19:12.24 ---> using "12ac20524a16aedb07b166a65cd6eb8dccc7382cb01645350622c9e665ddab1f" 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=opensuse-tumbleweed os-version=20260108
# 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-01-17 19:12.24 ---> using "f5f2a6b6a13189489e95bd3fee733f6796c5a193802d6b20e151cfe800a9ea05" 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-01-17 19:12.24 ---> using "49c7a779d8b8b3e624598bcd6744fc06d11bdd627c880df1bfaef8fa10ea045d" from cache
/home/opam: (copy (src .) (dst opam-repository/))
2026-01-17 19:12.32 ---> saved as "79e61568c1ef955639f6f7d92b3fe29013e47f970388168d8c143d62835b0abf"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-01-17 19:12.54 ---> saved as "6e0f503594b1935cf7d3b24398aa72b228c67a5f7df4822144395ed818cec1fb"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "zypper" "--non-interactive" "refresh"
- Repository 'openSUSE-Tumbleweed-Update' is up to date.
- Retrieving repository 'openSUSE-Tumbleweed-Non-Oss' metadata [.
- ..
- Looking for gpg keys in repository openSUSE-Tumbleweed-Non-Oss.
- gpgkey=http://download.opensuse.org/tumbleweed/repo/non-oss/repodata/repomd.xml.key
- .......done]
- Building repository 'openSUSE-Tumbleweed-Non-Oss' cache [....done]
- Retrieving repository 'openSUSE-Tumbleweed-Oss' metadata [.
- ..
- Looking for gpg keys in repository openSUSE-Tumbleweed-Oss.
- gpgkey=http://download.opensuse.org/tumbleweed/repo/oss/repodata/repomd.xml.key
- ..........
- ...........
- .........
- ..........
- ..........
- ..........
- .........
- ..........
- ..........
- .........
- ..........
- ..........
- .......done]
- Building repository 'openSUSE-Tumbleweed-Oss' cache [..
- ..done]
- All repositories have been refreshed.
2026-01-17 19:13.19 ---> saved as "0271455316c7445edf6724148556ec406d0670fe874399fcd5c7f39328c3e251"
/home/opam: (run (shell "opam pin add -k version -yn ppx_make.0.3.4 0.3.4"))
ppx_make is now pinned to version 0.3.4
2026-01-17 19:13.20 ---> saved as "93fb0053baad8c3ccc2b1770a6183eb341ceb780969829eca6368c877372ba27"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall ppx_make.0.3.4;\
\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 \"\\\"opensuse-tumbleweed\\\"\"; 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_make.0.3.4' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
ppx_make.0.3.4 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 7 packages
- install dune 3.21.0 [required by ppx_make]
- install ocaml-compiler-libs v0.12.4 [required by ppxlib]
- install ppx_derivers 1.2.1 [required by ppxlib]
- install ppx_make 0.3.4 (pinned)
- install ppxlib 0.37.0 [required by ppx_make]
- install sexplib0 v0.17.0 [required by ppxlib]
- install stdlib-shims 0.3.0 [required by ppxlib]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.21.0 (cached)
-> retrieved ocaml-compiler-libs.v0.12.4 (cached)
-> retrieved ppx_derivers.1.2.1 (cached)
-> retrieved ppx_make.0.3.4 (cached)
-> retrieved ppxlib.0.37.0 (cached)
-> retrieved sexplib0.v0.17.0 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> installed dune.3.21.0
-> 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.37.0
-> installed ppx_make.0.3.4
Done.
# To update the current shell environment, run: eval $(opam env)
2026-01-17 19:14.22 ---> saved as "35672634a28bf3af9ea6dd25cd9f0d18c67ce6ecd050f6007e34af5f9f489006"
Job succeeded
2026-01-17 19:14.33: Job succeeded