- github
- ocaml
- opam-repository
- dc256e
- distributions,opensuse-15.6-ocaml-4.14,melange-jest.0.2.0
(not at the head of any monitored branch or PR)
2025-12-07 04:55.10: New job: build melange-jest.0.2.0, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29029/head (dc256e36cd2114951fe07f4321c2b26e4bb14d33)
on opensuse-15.6-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/29029/head" && git reset --hard dc256e36
git fetch origin master
git merge --no-edit 2ab7464b16d46be89975bea0595240dd3fccf608
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:40135a52267c8946b4de75be50dac60da35d1dd231c4d983b1993e0976f2306b
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 melange-jest.0.2.0 0.2.0
RUN opam reinstall melange-jest.0.2.0; \
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-15.6\""; then \
echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
fi; \
test "$pkg" != 'melange-jest.0.2.0' && 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-12-07 04:55.10: Using cache hint "ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:40135a52267c8946b4de75be50dac60da35d1dd231c4d983b1993e0976f2306b-melange-jest.0.2.0-dc256e36cd2114951fe07f4321c2b26e4bb14d33"
2025-12-07 04:55.10: Using OBuilder spec:
((from ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:40135a52267c8946b4de75be50dac60da35d1dd231c4d983b1993e0976f2306b)
(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 melange-jest.0.2.0 0.2.0"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall melange-jest.0.2.0;\
\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-15.6\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'melange-jest.0.2.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2025-12-07 04:55.10: Waiting for resource in pool OCluster
2025-12-07 04:55.10: Waiting for worker…
2025-12-07 04:55.11: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
All commits already cached
HEAD is now at 2ab7464b16 Merge pull request #29022 from thatportugueseguy/release-passage-0.3.1
Updating 2ab7464b16..dc256e36cd
Fast-forward
packages/melange-jest/melange-jest.0.2.0/opam | 48 +++++++++++++++++++++++++++
1 file changed, 48 insertions(+)
create mode 100644 packages/melange-jest/melange-jest.0.2.0/opam
(from ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:40135a52267c8946b4de75be50dac60da35d1dd231c4d983b1993e0976f2306b)
Unable to find image 'ocaml/opam:opensuse-15.6-ocaml-4.14@sha256:40135a52267c8946b4de75be50dac60da35d1dd231c4d983b1993e0976f2306b' locally
docker.io/ocaml/opam@sha256:40135a52267c8946b4de75be50dac60da35d1dd231c4d983b1993e0976f2306b: Pulling from ocaml/opam
50d1f7d5e8d1: Already exists
9122aab01e3e: Already exists
867080d62798: Already exists
4bf3a6472000: Already exists
c94e022498fc: Already exists
2dba36048998: Already exists
80a00f655a10: Already exists
3472d0b33326: Already exists
13d3c3c55034: Already exists
2cfe8d51b8a5: Already exists
bde2b059fc42: Already exists
6cb67336ce56: Already exists
9291951eb907: Already exists
76a1c25eb881: Already exists
c0343da17126: Already exists
59ce5c0f06c6: Already exists
e08cb7e2e56b: Already exists
0a23d2551b7a: Already exists
4f4fb700ef54: Already exists
e86e0e3ad609: Already exists
24049aa3906b: Already exists
7b68d3cfa24e: Already exists
bcef05f0a3b0: Already exists
7a8598f30072: Already exists
6682193011f4: Already exists
ac4b1511ee1b: Already exists
715e40d9a01a: Already exists
6fd0dc777863: Already exists
b6a163576a16: Already exists
9411c7329873: Already exists
26b48ac36413: Already exists
008afd62606b: Already exists
acf50992b79f: Already exists
12a06fc650bb: Already exists
ad92493fc129: Already exists
70838b11626f: Already exists
f1c048f1bdde: Already exists
7f02473550b8: Pulling fs layer
f1f7cfd96241: Pulling fs layer
09285de3eff2: Pulling fs layer
7f02473550b8: Waiting
01cc7892a470: Pulling fs layer
f1f7cfd96241: Waiting
01cc7892a470: Waiting
7f02473550b8: Verifying Checksum
7f02473550b8: Download complete
f1f7cfd96241: Download complete
09285de3eff2: Download complete
01cc7892a470: Verifying Checksum
01cc7892a470: Download complete
7f02473550b8: Pull complete
f1f7cfd96241: Pull complete
09285de3eff2: Pull complete
01cc7892a470: Pull complete
Digest: sha256:40135a52267c8946b4de75be50dac60da35d1dd231c4d983b1993e0976f2306b
Status: Downloaded newer image for ocaml/opam@sha256:40135a52267c8946b4de75be50dac60da35d1dd231c4d983b1993e0976f2306b
2025-12-07 04:56.33 ---> saved as "1fde4055456efee607266ab2cd4dcdacec610c54560abf57c05d5fbdf9548d97"
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2025-12-07 04:56.33 ---> saved as "fc27513219feb3f6494db7237c9bda4a0558b3c70ac62872ad7c9b6b93a96e61"
/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
2025-12-07 04:57.02 ---> saved as "54157b82a09ab2d135e7df41c023e46d76d79ed1b9cbafcb32c9323b42cba9a6"
/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-leap os-version=15.6
# 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
2025-12-07 04:57.03 ---> saved as "327c9c80b3a9b2fdd42729b88f49a054df74538932e28b4cf5f602f9324b3e77"
/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-12-07 04:57.13 ---> saved as "9a995e657542cad68a9fc22ab572f88db20cf484db0d8c082b976d122266c8e8"
/home/opam: (copy (src .) (dst opam-repository/))
2025-12-07 04:57.23 ---> saved as "20ed509dce917ef332a85c3d161eafcd72a7b0a1e2b4f5c8893586225252fd3d"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-12-07 04:57.42 ---> saved as "aaa9839f625ceb838cfaceaa52612bab79fd8f70b515b8505c99aa73d8f502ef"
/home/opam: (run (network host)
(shell "opam update --depexts || true"))
+ /usr/bin/sudo "zypper" "--non-interactive" "refresh"
- Retrieving repository 'Update repository of openSUSE Backports' metadata [..
- Looking for gpg keys in repository Update repository of openSUSE Backports.
- gpgkey=http://download.opensuse.org/update/leap/15.6/backports/repodata/repomd.xml.key
- ...
- .....
- ....
- ............done]
- Building repository 'Update repository of openSUSE Backports' cache [..
- ..done]
- Retrieving repository 'Update repository with updates from SUSE Linux Enterprise 15' metadata [.
- .
- Looking for gpg keys in repository Update repository with updates from SUSE Linux Enterprise 15.
- gpgkey=http://download.opensuse.org/update/leap/15.6/sle/repodata/repomd.xml.key
- .......
- ....
- ...........
- ..........
- ..........
- ..........
- ..........
- ..........
- .done]
- Building repository 'Update repository with updates from SUSE Linux Enterprise 15' cache [..
- ..done]
- Repository 'Main Update Repository' is up to date.
- Repository 'Update Repository (Non-Oss)' is up to date.
- Repository 'Non-OSS Repository' is up to date.
- Repository 'Main Repository' is up to date.
- All repositories have been refreshed.
2025-12-07 04:58.17 ---> saved as "06baaa84974103f7d6e40dc36667239b9c63e8045e02196bcfd1e82a41b31c20"
/home/opam: (run (shell "opam pin add -k version -yn melange-jest.0.2.0 0.2.0"))
melange-jest is now pinned to version 0.2.0
2025-12-07 04:58.18 ---> saved as "3c36de3ff8854cb5b7c9dbd93b7b03e926460cb4d028289d7c5af636e2845484"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall melange-jest.0.2.0;\
\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-15.6\\\"\"; then\
\n echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
\n fi;\
\n test \"$pkg\" != 'melange-jest.0.2.0' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
melange-jest.0.2.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 15 packages
- install cmdliner 2.1.0 [required by melange]
- install cppo 1.8.0 [required by melange]
- install dune 3.20.2 [required by melange-jest]
- install dune-build-info 3.20.2 [required by melange]
- install melange 5.1.0-414 [required by melange-jest]
- install melange-jest 0.2.0 (pinned)
- install menhir 20250912 [required by melange]
- install menhirCST 20250912 [required by menhir]
- install menhirLib 20250912 [required by menhir]
- install menhirSdk 20250912 [required by menhir]
- install ocaml-compiler-libs v0.12.4 [required by ppxlib]
- install ppx_derivers 1.2.1 [required by ppxlib]
- install ppxlib 0.35.0 [required by melange]
- install sexplib0 v0.17.0 [required by ppxlib]
- install stdlib-shims 0.3.0 [required by ppxlib]
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cmdliner.2.1.0 (cached)
-> retrieved cppo.1.8.0 (cached)
-> retrieved dune.3.20.2, dune-build-info.3.20.2 (cached)
-> retrieved melange.5.1.0-414 (cached)
-> retrieved melange-jest.0.2.0 (cached)
-> installed cmdliner.2.1.0
-> retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912 (cached)
-> retrieved ocaml-compiler-libs.v0.12.4 (cached)
-> retrieved ppx_derivers.1.2.1 (cached)
-> retrieved ppxlib.0.35.0 (cached)
-> retrieved sexplib0.v0.17.0 (cached)
-> retrieved stdlib-shims.0.3.0 (cached)
-> installed dune.3.20.2
-> installed cppo.1.8.0
-> installed menhirCST.20250912
-> installed ppx_derivers.1.2.1
-> installed stdlib-shims.0.3.0
-> installed menhirSdk.20250912
-> installed sexplib0.v0.17.0
-> installed menhirLib.20250912
-> installed dune-build-info.3.20.2
-> installed ocaml-compiler-libs.v0.12.4
-> installed menhir.20250912
-> installed ppxlib.0.35.0
-> installed melange.5.1.0-414
-> installed melange-jest.0.2.0
Done.
# To update the current shell environment, run: eval $(opam env)
2025-12-07 04:59.29 ---> saved as "f12a05a07ba05d3a0f63bbc8c6c3436061d2d91369ec9a87f9eba83ac76085d9"
Job succeeded
2025-12-07 04:59.34: Job succeeded