Build:
- 1
- 0
2026-02-15 10:03.44: New job: build wasm_of_ocaml-compiler.6.3.2, using opam dev
from https://github.com/ocaml/opam-repository.git#refs/pull/29393/head (d7f2c479cc0b0634a614ca6f6cf1b12a963920d4)
on opensuse-15.6-ocaml-5.4/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/29393/head" && git reset --hard d7f2c479
git fetch origin master
git merge --no-edit 66fe1c299d8a0fe922268a88a05ccf4bee097900
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:1d817d0f5686f607f0e429a6c4e18d892118c89bfb7ae35896809c8eafa0237b
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 wasm_of_ocaml-compiler.6.3.2 6.3.2
RUN opam reinstall wasm_of_ocaml-compiler.6.3.2; \
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" != 'wasm_of_ocaml-compiler.6.3.2' && 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-02-15 10:03.44: Using cache hint "ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:1d817d0f5686f607f0e429a6c4e18d892118c89bfb7ae35896809c8eafa0237b-wasm_of_ocaml-compiler.6.3.2-d7f2c479cc0b0634a614ca6f6cf1b12a963920d4"
2026-02-15 10:03.44: Using OBuilder spec:
((from ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:1d817d0f5686f607f0e429a6c4e18d892118c89bfb7ae35896809c8eafa0237b)
(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 wasm_of_ocaml-compiler.6.3.2 6.3.2"))
(run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall wasm_of_ocaml-compiler.6.3.2;\
\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\" != 'wasm_of_ocaml-compiler.6.3.2' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
)
2026-02-15 10:03.44: Waiting for resource in pool OCluster
2026-02-15 10:03.47: Waiting for worker…
2026-02-15 10:06.58: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
All commits already cached
Updating files: 91% (16593/18219)
Updating files: 92% (16762/18219)
Updating files: 93% (16944/18219)
Updating files: 94% (17126/18219)
Updating files: 95% (17309/18219)
Updating files: 96% (17491/18219)
Updating files: 97% (17673/18219)
Updating files: 98% (17855/18219)
Updating files: 99% (18037/18219)
Updating files: 100% (18219/18219)
Updating files: 100% (18219/18219), done.
HEAD is now at 66fe1c299d Merge pull request #29371 from edwintorok/release-lintcstubs-arity-0.5.0
Updating 66fe1c299d..d7f2c479cc
Fast-forward
.../js_of_ocaml-compiler.6.3.2/opam | 67 ++++++++++++++++++++++
.../js_of_ocaml-lwt/js_of_ocaml-lwt.6.3.2/opam | 47 +++++++++++++++
.../js_of_ocaml-ppx/js_of_ocaml-ppx.6.3.2/opam | 45 +++++++++++++++
.../js_of_ocaml-ppx_deriving_json.6.3.2/opam | 45 +++++++++++++++
.../js_of_ocaml-toplevel.6.3.2/opam | 47 +++++++++++++++
.../js_of_ocaml-tyxml/js_of_ocaml-tyxml.6.3.2/opam | 48 ++++++++++++++++
packages/js_of_ocaml/js_of_ocaml.6.3.2/opam | 45 +++++++++++++++
.../wasm_of_ocaml-compiler.6.3.2/opam | 63 ++++++++++++++++++++
8 files changed, 407 insertions(+)
create mode 100644 packages/js_of_ocaml-compiler/js_of_ocaml-compiler.6.3.2/opam
create mode 100644 packages/js_of_ocaml-lwt/js_of_ocaml-lwt.6.3.2/opam
create mode 100644 packages/js_of_ocaml-ppx/js_of_ocaml-ppx.6.3.2/opam
create mode 100644 packages/js_of_ocaml-ppx_deriving_json/js_of_ocaml-ppx_deriving_json.6.3.2/opam
create mode 100644 packages/js_of_ocaml-toplevel/js_of_ocaml-toplevel.6.3.2/opam
create mode 100644 packages/js_of_ocaml-tyxml/js_of_ocaml-tyxml.6.3.2/opam
create mode 100644 packages/js_of_ocaml/js_of_ocaml.6.3.2/opam
create mode 100644 packages/wasm_of_ocaml-compiler/wasm_of_ocaml-compiler.6.3.2/opam
(from ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:1d817d0f5686f607f0e429a6c4e18d892118c89bfb7ae35896809c8eafa0237b)
Unable to find image 'ocaml/opam:opensuse-15.6-ocaml-5.4@sha256:1d817d0f5686f607f0e429a6c4e18d892118c89bfb7ae35896809c8eafa0237b' locally
docker.io/ocaml/opam@sha256:1d817d0f5686f607f0e429a6c4e18d892118c89bfb7ae35896809c8eafa0237b: Pulling from ocaml/opam
0a193bdadd23: Pulling fs layer
0a193bdadd23: Verifying Checksum
0a193bdadd23: Download complete
0a193bdadd23: Pull complete
Digest: sha256:1d817d0f5686f607f0e429a6c4e18d892118c89bfb7ae35896809c8eafa0237b
Status: Downloaded newer image for ocaml/opam@sha256:1d817d0f5686f607f0e429a6c4e18d892118c89bfb7ae35896809c8eafa0237b
2026-02-15 10:08.56 ---> saved as "f0cf195c180f19c1ca1d0dfc0fbbdfc437f17e2492d5d7e90eb6affa173aec14"
/: (user (uid 1000) (gid 1000))
/: (workdir /home/opam)
/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-02-15 10:08.56 ---> saved as "425406885b74a56b2e9c6df1e74697c76817d670e4173fdc82f169536479218d"
/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: 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.
[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
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.
Continue? [Y/n] y
Format upgrade done.
<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-02-15 10:09.40 ---> saved as "26e0d561aa4ce5493e11f8d3aef0a95d56284c9a99330e56c03f18664d5911db"
/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 5.4
# invariant ["ocaml-base-compiler" {>= "5.4.0"}]
# compiler-packages ocaml-base-compiler.5.4.0, ocaml-compiler.5.4.0, ocaml-options-vanilla.1
# ocaml:native true
# ocaml:native-tools true
# ocaml:native-dynlink true
# ocaml:stubsdir /home/opam/.opam/5.4/lib/ocaml/stublibs:/home/opam/.opam/5.4/lib/ocaml
# ocaml:preinstalled false
# ocaml:compiler 5.4.0
2026-02-15 10:09.41 ---> saved as "4923c8aecfd02622d57b8a5a56b8460db645ca3f0fa9dce9b4af189c8f83f9df"
/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-02-15 10:09.55 ---> saved as "ebf7d309f5ea950eb8dca7d04be6f7a4dff8996d103861d05334a7860b4ee897"
/home/opam: (copy (src .) (dst opam-repository/))
2026-02-15 10:10.07 ---> saved as "b61c09e8cced98280fe7f192b09b78006f206faa6ee915c85d79f068d6696f2a"
/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-02-15 10:10.34 ---> saved as "24e8cad70cd10909285c6d9a12500705818dc88f09d31004a17205197cf6cc6e"
/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]
- Retrieving repository 'Main Update Repository' metadata [.error]
- Repository 'Main Update Repository' is invalid.
- [repo-update|http://download.opensuse.org/update/leap/15.6/oss/] Failed to retrieve new repository metadata.
- History:
- - [|] Error trying to read from 'http://download.opensuse.org/update/leap/15.6/oss/'
- - Download (curl) error for 'http://cdn.opensuse.org/update/leap/15.6/oss/content':
- Error code: Connection failed
- Error message: Could not resolve host: cdn.opensuse.org
- Please check if the URIs defined for this repository are pointing to a valid repository.
- Skipping repository 'Main Update Repository' because of the above error.
- Retrieving repository 'Update Repository (Non-Oss)' metadata [.error]
- Repository 'Update Repository (Non-Oss)' is invalid.
- [repo-update-non-oss|http://download.opensuse.org/update/leap/15.6/non-oss/] Failed to retrieve new repository metadata.
- History:
- - [|] Error trying to read from 'http://download.opensuse.org/update/leap/15.6/non-oss/'
- - Download (curl) error for 'http://cdn.opensuse.org/update/leap/15.6/non-oss/content':
- Error code: Connection failed
- Error message: Could not resolve host: cdn.opensuse.org
- Please check if the URIs defined for this repository are pointing to a valid repository.
- Skipping repository 'Update Repository (Non-Oss)' because of the above error.
- Retrieving repository 'Non-OSS Repository' metadata [.error]
- Repository 'Non-OSS Repository' is invalid.
- [repo-non-oss|http://download.opensuse.org/distribution/leap/15.6/repo/non-oss/] Failed to retrieve new repository metadata.
- History:
- - [|] Error trying to read from 'http://download.opensuse.org/distribution/leap/15.6/repo/non-oss/'
- - Download (curl) error for 'http://cdn.opensuse.org/distribution/leap/15.6/repo/non-oss/content':
- Error code: Connection failed
- Error message: Could not resolve host: cdn.opensuse.org
- Please check if the URIs defined for this repository are pointing to a valid repository.
- Skipping repository 'Non-OSS Repository' because of the above error.
- Retrieving repository 'Main Repository' metadata [.error]
- Repository 'Main Repository' is invalid.
- [repo-oss|http://download.opensuse.org/distribution/leap/15.6/repo/oss/] Failed to retrieve new repository metadata.
- History:
- - [|] Error trying to read from 'http://download.opensuse.org/distribution/leap/15.6/repo/oss/'
- - Download (curl) error for 'http://cdn.opensuse.org/distribution/leap/15.6/repo/oss/content':
- Error code: Connection failed
- Error message: Could not resolve host: cdn.opensuse.org
- Please check if the URIs defined for this repository are pointing to a valid repository.
- Skipping repository 'Main Repository' because of the above error.
- Some of the repositories have not been refreshed because of an error.
Fatal error: System package update failed with exit code 4 at command:
sudo zypper --non-interactive refresh
2026-02-15 10:11.23 ---> saved as "e25e93b0ec6a58dfef94918387cd3a2b3ae9bd2ad2e6ac3b506cf6a1c6b21ad9"
/home/opam: (run (shell "opam pin add -k version -yn wasm_of_ocaml-compiler.6.3.2 6.3.2"))
wasm_of_ocaml-compiler is now pinned to version 6.3.2
2026-02-15 10:11.24 ---> saved as "709f23d398947e6cd74ae90cd665ef2674f1f4aaeb4da20a42baa11ace21807e"
/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
(network host)
(shell "opam reinstall wasm_of_ocaml-compiler.6.3.2;\
\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\" != 'wasm_of_ocaml-compiler.6.3.2' && partial_fails=\"$partial_fails $pkg\";\
\n done;\
\n test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
\n exit 1"))
wasm_of_ocaml-compiler.6.3.2 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 20 packages
- install cmdliner 2.1.0 [required by wasm_of_ocaml-compiler]
- install conf-binaryen 1 [required by wasm_of_ocaml-compiler]
- install dune 3.21.1 [required by wasm_of_ocaml-compiler]
- install gen 1.1 [required by sedlex]
- install js_of_ocaml 6.3.2 [required by wasm_of_ocaml-compiler]
- install js_of_ocaml-compiler 6.3.2 [required by js_of_ocaml]
- install menhir 20260209 [required by wasm_of_ocaml-compiler]
- install menhirCST 20260209 [required by menhir]
- install menhirGLR 20260209 [required by menhir]
- install menhirLib 20260209 [required by wasm_of_ocaml-compiler]
- install menhirSdk 20260209 [required by wasm_of_ocaml-compiler]
- install ocaml-compiler-libs v0.17.0 [required by js_of_ocaml-compiler]
- install ppx_derivers 1.2.1 [required by ppxlib]
- install ppxlib 0.37.0 [required by wasm_of_ocaml-compiler]
- install sedlex 3.7 [required by wasm_of_ocaml-compiler]
- install seq base [required by gen]
- install sexplib0 v0.17.0 [required by ppxlib]
- install stdlib-shims 0.3.0 [required by ppxlib]
- install wasm_of_ocaml-compiler 6.3.2 (pinned)
- install yojson 3.0.0 [required by wasm_of_ocaml-compiler]
The following system packages will first need to be installed:
binaryen
<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>
opam believes some required external dependencies are missing. opam can:
> 1. Run zypper to install them (may need root/sudo access)
2. Display the recommended zypper 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 "zypper" "--non-interactive" "install" "binaryen"
- Retrieving repository 'Main Update Repository' metadata [..
- Looking for gpg keys in repository Main Update Repository.
- gpgkey=http://download.opensuse.org/update/leap/15.6/oss/repodata/repomd.xml.key
- ..
- .....
- ....
- ............done]
- Building repository 'Main Update Repository' cache [....done]
- Retrieving repository 'Update Repository (Non-Oss)' metadata [..
- Looking for gpg keys in repository Update Repository (Non-Oss).
- gpgkey=http://download.opensuse.org/update/leap/15.6/non-oss/repodata/repomd.xml.key
- ......
- ....
- ........
- ......done]
- Building repository 'Update Repository (Non-Oss)' cache [....done]
- Loading repository data...
- Reading installed packages...
- 'binaryen' not found in package names. Trying capabilities.
- No provider of 'binaryen' found.
[ERROR] System package install failed with exit code 104 at command:
sudo zypper --non-interactive install binaryen
[ERROR] These packages are still missing: binaryen
[NOTE] You can retry with '--assume-depexts' to skip this check, or run 'opam option depext=false' to permanently disable handling of system packages.
"/usr/bin/env" "bash" "-c" "opam reinstall wasm_of_ocaml-compiler.6.3.2;
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" != 'wasm_of_ocaml-compiler.6.3.2' && partial_fails="$partial_fails $pkg";
done;
test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}";
exit 1" failed with exit status 10
2026-02-15 10:11.57: Job failed: Failed: Build failed
2026-02-15 10:11.57: Log analysis:
2026-02-15 10:11.57: >>>
[ERROR] System package install failed with exit code 104 at command:
(score = 20)
2026-02-15 10:11.57: >>>
[ERROR] These packages are still missing: binaryen
(score = 20)
2026-02-15 10:11.57: System package install failed with exit code 104 at command: