(not at the head of any monitored branch or PR)
2024-04-20 08:15.24: New job: test gitlab-jsoo.0.1.4 with js_of_ocaml-lwt.5.8.0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/25705/head (2fc350a918fbc9a8a54c318ce6882c7f58276aa8)
                              on debian-12-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/25705/head" && git reset --hard 2fc350a9
git fetch origin master
git merge --no-edit 3f468f0cfb62fbb1b8447c5369825ebe30cf60b0
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-12-ocaml-4.14@sha256:cf8d7fbd6be04384c5ea9d5daa691b0e785464d4f78abd504e650892e6f5db95
USER 1000:1000
WORKDIR /home/opam
RUN sudo ln -f /usr/bin/opam-dev /usr/bin/opam
RUN opam init --reinit -ni
RUN uname -rs && opam exec -- ocaml -version && opam --version
ENV OPAMDOWNLOADJOBS="1"
ENV OPAMERRLOGLEN="0"
ENV OPAMSOLVERTIMEOUT="500"
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
ENV OPAMCRITERIA="-removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed"
ENV OPAMFIXUPCRITERIA="-removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed"
ENV OPAMUPGRADECRITERIA="-removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed"
RUN opam pin add -k version -yn js_of_ocaml-lwt.5.8.0 5.8.0
RUN opam reinstall js_of_ocaml-lwt.5.8.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 "\"debian-12\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'js_of_ocaml-lwt.5.8.0' && partial_fails="$partial_fails $pkg"; \
    done; \
    test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
    exit 1
ENV OPAMCRITERIA="-removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed"
ENV OPAMFIXUPCRITERIA="-removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed"
ENV OPAMUPGRADECRITERIA="-removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed"
RUN opam reinstall gitlab-jsoo.0.1.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 "\"debian-12\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'gitlab-jsoo.0.1.4' && partial_fails="$partial_fails $pkg"; \
    done; \
    test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
    exit 1
ENV OPAMCRITERIA="-removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed"
ENV OPAMFIXUPCRITERIA="-removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed"
ENV OPAMUPGRADECRITERIA="-removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed"
RUN (opam reinstall --with-test gitlab-jsoo.0.1.4) || true
RUN opam reinstall --with-test --verbose gitlab-jsoo.0.1.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 "\"debian-12\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'gitlab-jsoo.0.1.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 .

2024-04-20 08:15.24: Using cache hint "ocaml/opam:debian-12-ocaml-4.14@sha256:cf8d7fbd6be04384c5ea9d5daa691b0e785464d4f78abd504e650892e6f5db95-js_of_ocaml-lwt.5.8.0-gitlab-jsoo.0.1.4-2fc350a918fbc9a8a54c318ce6882c7f58276aa8"
2024-04-20 08:15.24: Using OBuilder spec:
((from ocaml/opam:debian-12-ocaml-4.14@sha256:cf8d7fbd6be04384c5ea9d5daa691b0e785464d4f78abd504e650892e6f5db95)
 (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 "uname -rs && opam exec -- ocaml -version && opam --version"))
 (env OPAMDOWNLOADJOBS 1)
 (env OPAMERRLOGLEN 0)
 (env OPAMSOLVERTIMEOUT 500)
 (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"))
 (env OPAMCRITERIA -removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed)
 (env OPAMFIXUPCRITERIA -removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed)
 (env OPAMUPGRADECRITERIA -removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed)
 (run (shell "opam pin add -k version -yn js_of_ocaml-lwt.5.8.0 5.8.0"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall js_of_ocaml-lwt.5.8.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 \"\\\"debian-12\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'js_of_ocaml-lwt.5.8.0' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
 (env OPAMCRITERIA -removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed)
 (env OPAMFIXUPCRITERIA -removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed)
 (env OPAMUPGRADECRITERIA -removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed)
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall gitlab-jsoo.0.1.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 \"\\\"debian-12\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'gitlab-jsoo.0.1.4' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
 (env OPAMCRITERIA -removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed)
 (env OPAMFIXUPCRITERIA -removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed)
 (env OPAMUPGRADECRITERIA -removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed)
 (run (network host)
      (shell "(opam reinstall --with-test gitlab-jsoo.0.1.4) || true"))
 (run (shell  "opam reinstall --with-test --verbose gitlab-jsoo.0.1.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 \"\\\"debian-12\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'gitlab-jsoo.0.1.4' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2024-04-20 08:15.24: Waiting for resource in pool OCluster
2024-04-20 08:15.24: Waiting for worker…
2024-04-20 08:16.18: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
Updating files:  76% (25778/33533)
Updating files:  77% (25821/33533)
Updating files:  78% (26156/33533)
Updating files:  79% (26492/33533)
Updating files:  80% (26827/33533)
Updating files:  81% (27162/33533)
Updating files:  82% (27498/33533)
Updating files:  83% (27833/33533)
Updating files:  84% (28168/33533)
Updating files:  85% (28504/33533)
Updating files:  86% (28839/33533)
Updating files:  87% (29174/33533)
Updating files:  88% (29510/33533)
Updating files:  89% (29845/33533)
Updating files:  90% (30180/33533)
Updating files:  91% (30516/33533)
Updating files:  92% (30851/33533)
Updating files:  93% (31186/33533)
Updating files:  94% (31522/33533)
Updating files:  95% (31857/33533)
Updating files:  96% (32192/33533)
Updating files:  97% (32528/33533)
Updating files:  98% (32863/33533)
Updating files:  99% (33198/33533)
Updating files: 100% (33533/33533)
Updating files: 100% (33533/33533), done.
HEAD is now at 3f468f0cfb Merge pull request #25701 from palainp/release-mirage-qubes-v0.9.4
Updating 3f468f0cfb..2fc350a918
Fast-forward
 .../js_of_ocaml-compiler.5.8.0/opam                | 55 ++++++++++++++++++++++
 .../js_of_ocaml-lwt/js_of_ocaml-lwt.5.8.0/opam     | 48 +++++++++++++++++++
 .../js_of_ocaml-ppx/js_of_ocaml-ppx.5.8.0/opam     | 45 ++++++++++++++++++
 .../js_of_ocaml-ppx_deriving_json.5.8.0/opam       | 45 ++++++++++++++++++
 .../js_of_ocaml-toplevel.5.8.0/opam                | 48 +++++++++++++++++++
 .../js_of_ocaml-tyxml/js_of_ocaml-tyxml.5.8.0/opam | 49 +++++++++++++++++++
 packages/js_of_ocaml/js_of_ocaml.5.8.0/opam        | 45 ++++++++++++++++++
 7 files changed, 335 insertions(+)
 create mode 100644 packages/js_of_ocaml-compiler/js_of_ocaml-compiler.5.8.0/opam
 create mode 100644 packages/js_of_ocaml-lwt/js_of_ocaml-lwt.5.8.0/opam
 create mode 100644 packages/js_of_ocaml-ppx/js_of_ocaml-ppx.5.8.0/opam
 create mode 100644 packages/js_of_ocaml-ppx_deriving_json/js_of_ocaml-ppx_deriving_json.5.8.0/opam
 create mode 100644 packages/js_of_ocaml-toplevel/js_of_ocaml-toplevel.5.8.0/opam
 create mode 100644 packages/js_of_ocaml-tyxml/js_of_ocaml-tyxml.5.8.0/opam
 create mode 100644 packages/js_of_ocaml/js_of_ocaml.5.8.0/opam

(from ocaml/opam:debian-12-ocaml-4.14@sha256:cf8d7fbd6be04384c5ea9d5daa691b0e785464d4f78abd504e650892e6f5db95)
2024-04-20 08:17.30 ---> using "d067232bc6d554f704d96db510d98a09db454469d02feddab0e42aad928d63b1" from cache

/: (user (uid 1000) (gid 1000))

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2024-04-20 08:17.30 ---> using "7ba6a357838d0c6dffd1ab84838aef33228d8bff6c010809eaf5038f14c36c3b" 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 development version of opam requires an update to the layout of /home/opam/.opam from version 2.0 to version 2.2~alpha, 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 31 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=31 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-04-20 08:17.30 ---> using "983e95dd5ec1a58f04d02949e9a3380e2545ed1ff23babc42a673f7a3da56de8" from cache

/home/opam: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-101-generic
The OCaml toplevel, version 4.14.2
2.2.0~beta3~dev
2024-04-20 08:17.30 ---> using "ac3343965a00b30b35efd8593357dec9874e8fd8b4f43fe80af589440a734a31" from cache

/home/opam: (env OPAMDOWNLOADJOBS 1)

/home/opam: (env OPAMERRLOGLEN 0)

/home/opam: (env OPAMSOLVERTIMEOUT 500)

/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/"))
2024-04-20 08:17.30 ---> using "ef9e56a00980413d97b6bd05c1cd108fd97f547588ffc026c7f1b66f3c95fc80" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2024-04-20 08:17.32 ---> using "53139d5d79f4157e1fcb0a6c36256a70849f30f0690ad5d3ccf08aa0f742ff7d" from cache

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2024-04-20 08:17.32 ---> using "abd57e9c7b993585683c3e985e91f88e8f01570f8a3b2af471903f89979c8553" from cache

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian bookworm InRelease
- Get:2 http://deb.debian.org/debian bookworm-updates InRelease [55.4 kB]
- Get:3 http://deb.debian.org/debian-security bookworm-security InRelease [48.0 kB]
- Get:4 http://deb.debian.org/debian-security bookworm-security/main amd64 Packages [154 kB]
- Fetched 258 kB in 0s (883 kB/s)
- Reading package lists...
2024-04-20 08:17.32 ---> using "3c81aad22d6a4667ffe85a4aa9c22ab5e500cd3691ae1168b33d37f5fd431041" from cache

/home/opam: (env OPAMCRITERIA -removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed)

/home/opam: (env OPAMFIXUPCRITERIA -removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed)

/home/opam: (env OPAMUPGRADECRITERIA -removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed)

/home/opam: (run (shell "opam pin add -k version -yn js_of_ocaml-lwt.5.8.0 5.8.0"))
js_of_ocaml-lwt is now pinned to version 5.8.0
2024-04-20 08:17.32 ---> using "33d1da9797be22bd9dda029a7aa7698f09512ef30111a1d8cc9c93f64edb9054" from cache

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall js_of_ocaml-lwt.5.8.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 \"\\\"debian-12\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'js_of_ocaml-lwt.5.8.0' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
js_of_ocaml-lwt.5.8.0 is not installed. Install it? [y/n] y
The following actions will be performed:
=== install 26 packages
  - install base-bytes           base           [required by ocplib-endian]
  - install cmdliner             1.2.0          [required by js_of_ocaml-compiler]
  - install cppo                 1.6.9          [required by lwt]
  - install csexp                1.5.2          [required by dune-configurator]
  - install dune                 3.15.0         [required by js_of_ocaml-lwt]
  - install dune-configurator    3.15.0         [required by lwt]
  - install gen                  1.1            [required by sedlex]
  - install js_of_ocaml          5.8.0          [required by js_of_ocaml-lwt]
  - install js_of_ocaml-compiler 5.8.0          [required by js_of_ocaml]
  - install js_of_ocaml-lwt      5.8.0 (pinned)
  - install js_of_ocaml-ppx      5.8.0          [required by js_of_ocaml-lwt]
  - install lwt                  5.7.0          [required by js_of_ocaml-lwt]
  - install menhir               20231231       [required by js_of_ocaml-compiler]
  - install menhirCST            20231231       [required by menhir]
  - install menhirLib            20231231       [required by js_of_ocaml-compiler]
  - install menhirSdk            20231231       [required by js_of_ocaml-compiler]
  - install ocaml-compiler-libs  v0.12.4        [required by ppxlib]
  - install ocamlfind            1.9.6          [required by js_of_ocaml-compiler]
  - install ocplib-endian        1.2            [required by lwt]
  - install ppx_derivers         1.2.1          [required by ppxlib]
  - install ppxlib               0.32.0         [required by js_of_ocaml, js_of_ocaml-ppx]
  - install sedlex               3.2            [required by js_of_ocaml-compiler]
  - install seq                  base           [required by yojson]
  - install sexplib0             v0.16.0        [required by ppxlib]
  - install stdlib-shims         0.3.0          [required by ppxlib]
  - install yojson               2.1.2          [required by js_of_ocaml-compiler]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cmdliner.1.2.0  (cached)
-> retrieved cppo.1.6.9  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved dune.3.15.0, dune-configurator.3.15.0  (cached)
-> retrieved gen.1.1  (cached)
-> installed cmdliner.1.2.0
-> retrieved js_of_ocaml.5.8.0, js_of_ocaml-compiler.5.8.0, js_of_ocaml-lwt.5.8.0, js_of_ocaml-ppx.5.8.0  (cached)
-> retrieved lwt.5.7.0  (cached)
-> retrieved menhir.20231231, menhirCST.20231231, menhirLib.20231231, menhirSdk.20231231  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved ocplib-endian.1.2  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppxlib.0.32.0  (cached)
-> retrieved sedlex.3.2  (cached)
-> installed seq.base
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved yojson.2.1.2  (cached)
-> installed ocamlfind.1.9.6
-> installed base-bytes.base
-> installed dune.3.15.0
-> installed csexp.1.5.2
-> installed cppo.1.6.9
-> installed gen.1.1
-> installed menhirCST.20231231
-> installed menhirLib.20231231
-> installed menhirSdk.20231231
-> installed ocaml-compiler-libs.v0.12.4
-> installed ppx_derivers.1.2.1
-> installed sexplib0.v0.16.0
-> installed stdlib-shims.0.3.0
-> installed ocplib-endian.1.2
-> installed yojson.2.1.2
-> installed dune-configurator.3.15.0
-> installed lwt.5.7.0
-> installed ppxlib.0.32.0
-> installed menhir.20231231
-> installed sedlex.3.2
-> installed js_of_ocaml-compiler.5.8.0
-> installed js_of_ocaml.5.8.0
-> installed js_of_ocaml-ppx.5.8.0
-> installed js_of_ocaml-lwt.5.8.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-04-20 08:18.11 ---> saved as "8542234646fec40242fb044fa72761034d443a5371bf3af3007343522411eeb9"

/home/opam: (env OPAMCRITERIA -removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed)

/home/opam: (env OPAMFIXUPCRITERIA -removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed)

/home/opam: (env OPAMUPGRADECRITERIA -removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed)

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall gitlab-jsoo.0.1.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 \"\\\"debian-12\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'gitlab-jsoo.0.1.4' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
gitlab-jsoo.0.1.4 is not installed. Install it? [y/n] y
The following actions will be performed:
=== install 32 packages
  - install angstrom           0.16.0  [required by uri]
  - install atd                2.15.0  [required by atdgen]
  - install atdgen             2.15.0  [required by gitlab]
  - install atdgen-runtime     2.15.0  [required by atdgen]
  - install base               v0.16.3 [required by ppx_sexp_conv]
  - install base64             3.5.1   [required by cohttp]
  - install bigstringaf        0.9.1   [required by angstrom]
  - install biniou             1.2.2   [required by atdgen]
  - install camlp-streams      5.0.1   [required by biniou]
  - install cohttp             5.3.0   [required by gitlab-jsoo]
  - install cohttp-lwt         5.3.0   [required by cohttp-lwt-jsoo, gitlab]
  - install cohttp-lwt-jsoo    5.3.0   [required by gitlab-jsoo]
  - install conf-bash          1       [required by base]
  - install cstruct            6.2.0   [required by hex]
  - install easy-format        1.3.4   [required by atd]
  - install ezjsonm            1.3.0   [required by gitlab]
  - install fmt                0.9.0   [required by logs]
  - install gitlab             0.1.4   [required by gitlab-jsoo]
  - install gitlab-jsoo        0.1.4
  - install hex                1.5.0   [required by ezjsonm]
  - install ISO8601            0.2.6   [required by gitlab]
  - install jsonm              1.0.2   [required by cohttp]
  - install logs               0.7.0   [required by cohttp-lwt-jsoo]
  - install ocaml-syntax-shims 1.0.0   [required by angstrom]
  - install ocamlbuild         0.14.3  [required by jsonm]
  - install ppx_sexp_conv      v0.16.0 [required by cohttp]
  - install re                 1.11.0  [required by cohttp]
  - install stringext          1.6.0   [required by cohttp, gitlab]
  - install topkg              1.0.7   [required by jsonm]
  - install uri                4.4.0   [required by cohttp, gitlab]
  - install uri-sexp           4.4.0   [required by cohttp]
  - install uutf               1.0.3   [required by jsonm, ezjsonm]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved angstrom.0.16.0  (cached)
-> retrieved atd.2.15.0, atdgen.2.15.0, atdgen-runtime.2.15.0  (cached)
-> retrieved base.v0.16.3  (cached)
-> retrieved base64.3.5.1  (cached)
-> retrieved bigstringaf.0.9.1  (cached)
-> retrieved biniou.1.2.2  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved cohttp.5.3.0, cohttp-lwt.5.3.0, cohttp-lwt-jsoo.5.3.0  (cached)
-> retrieved cstruct.6.2.0  (cached)
-> retrieved easy-format.1.3.4  (cached)
-> retrieved ezjsonm.1.3.0  (cached)
-> installed conf-bash.1
-> retrieved fmt.0.9.0  (cached)
-> retrieved gitlab.0.1.4, gitlab-jsoo.0.1.4  (cached)
-> installed camlp-streams.5.0.1
-> retrieved hex.1.5.0  (cached)
-> retrieved ISO8601.0.2.6  (cached)
-> retrieved jsonm.1.0.2  (cached)
-> retrieved logs.0.7.0  (cached)
-> retrieved ocaml-syntax-shims.1.0.0  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> installed base64.3.5.1
-> installed easy-format.1.3.4
-> installed bigstringaf.0.9.1
-> retrieved ppx_sexp_conv.v0.16.0  (cached)
-> retrieved re.1.11.0  (cached)
-> retrieved stringext.1.6.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved uri.4.4.0, uri-sexp.4.4.0  (cached)
-> retrieved uutf.1.0.3  (cached)
-> installed ISO8601.0.2.6
-> installed stringext.1.6.0
-> installed biniou.1.2.2
-> installed ocaml-syntax-shims.1.0.0
-> installed re.1.11.0
-> installed atdgen-runtime.2.15.0
-> installed angstrom.0.16.0
-> installed atd.2.15.0
-> installed uri.4.4.0
-> installed atdgen.2.15.0
-> installed base.v0.16.3
-> installed ocamlbuild.0.14.3
-> installed ppx_sexp_conv.v0.16.0
-> installed uri-sexp.4.4.0
-> installed topkg.1.0.7
-> installed uutf.1.0.3
-> installed fmt.0.9.0
-> installed cstruct.6.2.0
-> installed jsonm.1.0.2
-> installed hex.1.5.0
-> installed ezjsonm.1.3.0
-> installed logs.0.7.0
-> installed cohttp.5.3.0
-> installed cohttp-lwt.5.3.0
-> installed cohttp-lwt-jsoo.5.3.0
-> installed gitlab.0.1.4
-> installed gitlab-jsoo.0.1.4
Done.
# Run eval $(opam env) to update the current shell environment
2024-04-20 08:18.51 ---> saved as "e30c29f4628dae557b6bc1b004acd603ca6075bb2c5918ead5ad7d57d280951d"

/home/opam: (env OPAMCRITERIA -removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed)

/home/opam: (env OPAMFIXUPCRITERIA -removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed)

/home/opam: (env OPAMUPGRADECRITERIA -removed,-count[avoid-version,changed],-count[version-lag,request],-count[version-lag,changed],-count[missing-depexts,changed],-changed)

/home/opam: (run (network host)
                 (shell "(opam reinstall --with-test gitlab-jsoo.0.1.4) || true"))
The following actions will be performed:
=== recompile 1 package
  - recompile gitlab-jsoo 0.1.4

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved gitlab-jsoo.0.1.4  (https://github.com/tmcgilchrist/ocaml-gitlab/releases/download/0.1.4/gitlab-0.1.4.tbz)
-> removed   gitlab-jsoo.0.1.4
-> installed gitlab-jsoo.0.1.4
Done.
# Run eval $(opam env) to update the current shell environment
2024-04-20 08:19.01 ---> saved as "623d524f19ce91a587a84b864b83b37b0b0d782bf13e86159c7b71ceac905dd9"

/home/opam: (run (shell  "opam reinstall --with-test --verbose gitlab-jsoo.0.1.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 \"\\\"debian-12\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'gitlab-jsoo.0.1.4' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
The following actions will be performed:
=== recompile 1 package
  - recompile gitlab-jsoo 0.1.4

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/4:
-> retrieved gitlab-jsoo.0.1.4  (cached)
Processing  2/4: [gitlab-jsoo: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "gitlab-jsoo" "-j" "255" "--promote-install-files=false" "@install" "@runtest" (CWD=/home/opam/.opam/4.14/.opam-switch/build/gitlab-jsoo.0.1.4)
Processing  2/4: [gitlab-jsoo: dune install]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "install" "-p" "gitlab-jsoo" "--create-install-files" "gitlab-jsoo" (CWD=/home/opam/.opam/4.14/.opam-switch/build/gitlab-jsoo.0.1.4)
-> compiled  gitlab-jsoo.0.1.4
-> removed   gitlab-jsoo.0.1.4
-> installed gitlab-jsoo.0.1.4
Done.
# Run eval $(opam env) to update the current shell environment
2024-04-20 08:19.11 ---> saved as "925118ed9a93cfc2020c89f07403167ebf810bcae2a80453ee509486179ad335"
Job succeeded
2024-04-20 08:19.19: Job succeeded