Build:
  1. 1
  2. 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-16.0-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-16.0-ocaml-5.4@sha256:97e7a1ca8c30c96fcb067e6bb79bdefb5f6cdefbbf3e3ce1a15eb67e5b8bdada
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-16.0\""; 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-16.0-ocaml-5.4@sha256:97e7a1ca8c30c96fcb067e6bb79bdefb5f6cdefbbf3e3ce1a15eb67e5b8bdada-wasm_of_ocaml-compiler.6.3.2-d7f2c479cc0b0634a614ca6f6cf1b12a963920d4"
2026-02-15 10:03.44: Using OBuilder spec:
((from ocaml/opam:opensuse-16.0-ocaml-5.4@sha256:97e7a1ca8c30c96fcb067e6bb79bdefb5f6cdefbbf3e3ce1a15eb67e5b8bdada)
 (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-16.0\\\"\"; 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.46: Waiting for worker…
2026-02-15 10:06.12: Got resource from pool OCluster
Building on odawa.caelum.ci.dev
All commits already cached
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-16.0-ocaml-5.4@sha256:97e7a1ca8c30c96fcb067e6bb79bdefb5f6cdefbbf3e3ce1a15eb67e5b8bdada)
2026-02-15 10:06.25 ---> using "5ce4e68edb6a93309dbd24eead90b7fc65b0611c570fb482310bd1fadd40c0a3" 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-02-15 10:06.25 ---> using "a639b8caa76e7c00032560760216c8a2f96b8e79ab81179f8fb268cf64221757" 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.

Continue? [Y/n] y
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.

Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-02-15 10:06.25 ---> using "78f182e087af6d62d5b3cebcbdaf29f8b582b7062527d1cff870d8fe750905bb" 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-leap os-version=16.0
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 255
# 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:06.25 ---> using "4261a62981174e059202271cbc8223ba64defcd50b5835d0a3dee1b043572740" 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-02-15 10:06.25 ---> using "e604a54c64163561badd50d2c285518af64fdcc692ec22e6509d7c83dd65a2e6" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-02-15 10:06.31 ---> saved as "187a35fe9f8483a2ec4dd3a3f1025784182fe9a212f6a688ec10abf5a918dbe5"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-02-15 10:06.48 ---> saved as "513cff1df74b4613eb1815e8ea972059cfa48ac024dc7a55a00369781852a5ec"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "zypper" "--non-interactive" "refresh"
- Repository 'repo-openh264 (16.0)' is up to date.
- Retrieving repository 'repo-oss (16.0)' metadata [..
- Looking for gpg keys in repository repo-oss (16.0).
-   gpgkey=http://cdn.opensuse.org/distribution/leap/16.0/repo/oss/x86_64/repodata/repomd.xml.key
- ...
- .....
- ..........
- .........done]
- Building repository 'repo-oss (16.0)' cache [..
- ..done]
- All repositories have been refreshed.
2026-02-15 10:06.58 ---> saved as "f587ca0a3e53f8532ac2884f663c0d272359b34d70a7b24b87f6e5044262e9fa"

/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:06.59 ---> saved as "4d81a3e967ce3eed5fcbe520555b3a9e7e148638d714435868b8e8fa88da1aa7"

/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-16.0\\\"\"; 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"
- Refreshing service 'openSUSE'.
- 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-16.0\""; 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:07.08: Job failed: Failed: Build failed
2026-02-15 10:07.08: Log analysis:
2026-02-15 10:07.08: >>> 
[ERROR] System package install failed with exit code 104 at command:
 (score = 20)
2026-02-15 10:07.08: >>> 
[ERROR] These packages are still missing: binaryen
 (score = 20)
2026-02-15 10:07.08: System package install failed with exit code 104 at command: