(not at the head of any monitored branch or PR)
2024-04-20 07:59.39: New job: test js_of_ocaml.5.8.0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/25705/head (2fc350a918fbc9a8a54c318ce6882c7f58276aa8)
                              on debian-testing-ocaml-5.1/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-testing-ocaml-5.1@sha256:8a5af6f269a7468de1552357a0fb550774e5faecb73f7c9dc70fed14da704e78
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.5.8.0 5.8.0
RUN opam reinstall js_of_ocaml.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-testing\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'js_of_ocaml.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 --with-test js_of_ocaml.5.8.0) || true
RUN opam reinstall --with-test --verbose js_of_ocaml.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-testing\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'js_of_ocaml.5.8.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 .

2024-04-20 07:59.39: Using cache hint "ocaml/opam:debian-testing-ocaml-5.1@sha256:8a5af6f269a7468de1552357a0fb550774e5faecb73f7c9dc70fed14da704e78-js_of_ocaml.5.8.0-2fc350a918fbc9a8a54c318ce6882c7f58276aa8"
2024-04-20 07:59.39: Using OBuilder spec:
((from ocaml/opam:debian-testing-ocaml-5.1@sha256:8a5af6f269a7468de1552357a0fb550774e5faecb73f7c9dc70fed14da704e78)
 (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.5.8.0 5.8.0"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall js_of_ocaml.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-testing\\\"\"; 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.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 (network host)
      (shell "(opam reinstall --with-test js_of_ocaml.5.8.0) || true"))
 (run (shell  "opam reinstall --with-test --verbose js_of_ocaml.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-testing\\\"\"; 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.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"))
)

2024-04-20 07:59.39: Waiting for resource in pool OCluster
2024-04-20 07:59.48: Waiting for worker…
2024-04-20 08:05.00: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
Updating files:  75% (25244/33533)
Updating files:  76% (25486/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-testing-ocaml-5.1@sha256:8a5af6f269a7468de1552357a0fb550774e5faecb73f7c9dc70fed14da704e78)
2024-04-20 08:05.30 ---> using "12afc56964244f3d414eae9d27a5c9d4e0a49db66976f104f5b6b91072859e40" 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:05.30 ---> using "8884f126a9176ebc5b8028be040eab54d3e45434e2c9a8dedd648075aff9f3af" 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 39 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=39 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] synchronised from file:///home/opam/opam-repository
2024-04-20 08:05.30 ---> using "202501b51592f580691cda67aba2b98b960d756bd491c0e4b15571c963ee51f9" from cache

/home/opam: (run (shell "uname -rs && opam exec -- ocaml -version && opam --version"))
Linux 5.15.0-101-generic
The OCaml toplevel, version 5.1.1
2.2.0~beta3~dev
2024-04-20 08:05.30 ---> using "4c9ae7f5446b193c7e477af9684726acc388e64b1b579230e40848c95e2e8f7d" 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:05.30 ---> using "107e749cf074703005d2fc53c44b56d611e496ab73585ab405c25f8d9c92fe83" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2024-04-20 08:05.58 ---> saved as "ef88640c7fc3111fcaa6d224f57309d41f30e32d42feef54a136abefb3e6798a"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2024-04-20 08:06.44 ---> saved as "0965121a4c5a1176379f657f87b980fff4d51acfbafc4a1aa15fe5f73d2c2efa"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Get:1 http://deb.debian.org/debian testing InRelease [158 kB]
- Get:2 http://deb.debian.org/debian testing-updates InRelease [45.1 kB]
- Get:3 http://deb.debian.org/debian-security testing-security InRelease [43.5 kB]
- Get:4 http://deb.debian.org/debian testing/main amd64 Packages.diff/Index [27.9 kB]
- Get:5 http://deb.debian.org/debian testing/main amd64 Packages 2024-04-11-2009.49.pdiff [529 B]
- Get:6 http://deb.debian.org/debian testing/main amd64 Packages 2024-04-12-0204.36.pdiff [11.2 kB]
- Get:7 http://deb.debian.org/debian testing/main amd64 Packages 2024-04-12-0807.23.pdiff [216 B]
- Get:8 http://deb.debian.org/debian testing/main amd64 Packages 2024-04-12-1407.26.pdiff [1247 B]
- Get:9 http://deb.debian.org/debian testing/main amd64 Packages 2024-04-12-2015.03.pdiff [426 B]
- Get:10 http://deb.debian.org/debian testing/main amd64 Packages 2024-04-13-0205.51.pdiff [13.0 kB]
- Get:11 http://deb.debian.org/debian testing/main amd64 Packages 2024-04-13-0806.53.pdiff [490 B]
- Get:12 http://deb.debian.org/debian testing/main amd64 Packages 2024-04-13-1404.47.pdiff [988 B]
- Get:13 http://deb.debian.org/debian testing/main amd64 Packages 2024-04-13-2043.08.pdiff [1533 B]
- Get:14 http://deb.debian.org/debian testing/main amd64 Packages 2024-04-14-0208.22.pdiff [9009 B]
- Get:15 http://deb.debian.org/debian testing/main amd64 Packages 2024-04-14-0804.55.pdiff [9054 B]
- Get:16 http://deb.debian.org/debian testing/main amd64 Packages 2024-04-14-1407.11.pdiff [65 B]
- Get:17 http://deb.debian.org/debian testing/main amd64 Packages 2024-04-14-2012.36.pdiff [1107 B]
- Get:18 http://deb.debian.org/debian testing/main amd64 Packages 2024-04-15-0204.36.pdiff [8590 B]
- Get:19 http://deb.debian.org/debian testing/main amd64 Packages 2024-04-15-0805.21.pdiff [5714 B]
- Get:20 http://deb.debian.org/debian testing/main amd64 Packages 2024-04-15-1403.38.pdiff [106 B]
- Get:21 http://deb.debian.org/debian testing/main amd64 Packages 2024-04-15-2018.42.pdiff [517 B]
- Get:22 http://deb.debian.org/debian testing/main amd64 Packages 2024-04-16-0204.37.pdiff [7689 B]
- Get:23 http://deb.debian.org/debian testing/main amd64 Packages 2024-04-16-1405.22.pdiff [179 B]
- Get:24 http://deb.debian.org/debian testing/main amd64 Packages 2024-04-17-0216.32.pdiff [8676 B]
- Get:25 http://deb.debian.org/debian testing/main amd64 Packages 2024-04-17-1406.02.pdiff [1447 B]
- Get:26 http://deb.debian.org/debian testing/main amd64 Packages 2024-04-17-2021.21.pdiff [33 B]
- Get:27 http://deb.debian.org/debian testing/main amd64 Packages 2024-04-18-0217.45.pdiff [9757 B]
- Get:28 http://deb.debian.org/debian testing/main amd64 Packages 2024-04-18-1404.28.pdiff [165 B]
- Get:29 http://deb.debian.org/debian testing/main amd64 Packages 2024-04-19-0205.06.pdiff [22.6 kB]
- Get:30 http://deb.debian.org/debian testing/main amd64 Packages 2024-04-19-0805.38.pdiff [317 B]
- Get:31 http://deb.debian.org/debian testing/main amd64 Packages 2024-04-19-1406.35.pdiff [11.8 kB]
- Get:32 http://deb.debian.org/debian testing/main amd64 Packages 2024-04-20-0206.21.pdiff [15.9 kB]
- Get:32 http://deb.debian.org/debian testing/main amd64 Packages 2024-04-20-0206.21.pdiff [15.9 kB]
- Fetched 417 kB in 1s (488 kB/s)
- Reading package lists...
- 
2024-04-20 08:06.45 ---> saved as "e02808ca5168ed3c33e93af03c2a7aa4d8a9143fbafaf795094bd0236393087e"

/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.5.8.0 5.8.0"))
js_of_ocaml is now pinned to version 5.8.0
2024-04-20 08:06.46 ---> saved as "828de8e8570d2d233ed664d7d2b5af2a793b17280a74d56bad71db5700ab4038"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall js_of_ocaml.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-testing\\\"\"; 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.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.5.8.0 is not installed. Install it? [y/n] y
The following actions will be performed:
=== install 18 packages
  - install cmdliner             1.2.0          [required by js_of_ocaml-compiler]
  - install cppo                 1.6.9          [required by yojson]
  - install dune                 3.15.0         [required by js_of_ocaml]
  - install gen                  1.1            [required by sedlex]
  - install js_of_ocaml          5.8.0 (pinned)
  - install js_of_ocaml-compiler 5.8.0          [required by js_of_ocaml]
  - 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 ppx_derivers         1.2.1          [required by ppxlib]
  - install ppxlib               0.32.0         [required by js_of_ocaml]
  - 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 dune.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  (cached)
-> retrieved menhir.20231231, menhirCST.20231231, menhirLib.20231231, menhirSdk.20231231  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (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 dune.3.15.0
-> installed menhirCST.20231231
-> installed ppx_derivers.1.2.1
-> installed stdlib-shims.0.3.0
-> installed menhirSdk.20231231
-> installed menhirLib.20231231
-> installed gen.1.1
-> installed sexplib0.v0.16.0
-> installed cppo.1.6.9
-> installed ocaml-compiler-libs.v0.12.4
-> installed yojson.2.1.2
-> installed menhir.20231231
-> installed ppxlib.0.32.0
-> installed sedlex.3.2
-> installed js_of_ocaml-compiler.5.8.0
-> installed js_of_ocaml.5.8.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-04-20 08:07.53 ---> saved as "f88f96dc3b5ddd160e050f9139f74a95afbea4cdb0180325844cdf5e6088fff6"

/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 js_of_ocaml.5.8.0) || true"))
The following actions will be performed:
=== recompile 1 package
  - recompile js_of_ocaml         5.8.0 (pinned)
=== install 22 packages
  - install   base                v0.16.3        [required by ppx_expect]
  - install   conf-bash           1              [required by base]
  - install   csexp               1.5.2          [required by dune-configurator]
  - install   dune-configurator   3.15.0         [required by base]
  - install   jane-street-headers v0.16.0        [required by time_now]
  - install   jst-config          v0.16.0        [required by time_now]
  - install   num                 1.5            [required by js_of_ocaml]
  - install   ppx_assert          v0.16.0        [required by jst-config]
  - install   ppx_base            v0.16.0        [required by time_now]
  - install   ppx_cold            v0.16.0        [required by ppx_base]
  - install   ppx_compare         v0.16.0        [required by ppx_base]
  - install   ppx_enumerate       v0.16.0        [required by ppx_base]
  - install   ppx_expect          v0.16.0        [required by js_of_ocaml]
  - install   ppx_globalize       v0.16.0        [required by ppx_base]
  - install   ppx_hash            v0.16.0        [required by ppx_base]
  - install   ppx_here            v0.16.0        [required by ppx_expect]
  - install   ppx_inline_test     v0.16.1        [required by ppx_expect]
  - install   ppx_optcomp         v0.16.0        [required by time_now]
  - install   ppx_sexp_conv       v0.16.0        [required by ppx_base]
  - install   re                  1.11.0         [required by js_of_ocaml]
  - install   stdio               v0.16.0        [required by ppx_expect]
  - install   time_now            v0.16.0        [required by ppx_inline_test]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved base.v0.16.3  (https://github.com/janestreet/base/archive/refs/tags/v0.16.3.tar.gz)
-> installed conf-bash.1
-> retrieved csexp.1.5.2  (https://github.com/ocaml-dune/csexp/releases/download/1.5.2/csexp-1.5.2.tbz)
-> installed csexp.1.5.2
-> retrieved dune-configurator.3.15.0  (https://github.com/ocaml/dune/releases/download/3.15.0/dune-3.15.0.tbz)
-> retrieved jane-street-headers.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/jane-street-headers-v0.16.0.tar.gz)
-> installed jane-street-headers.v0.16.0
-> retrieved jst-config.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/jst-config-v0.16.0.tar.gz)
-> retrieved num.1.5  (https://github.com/ocaml/num/archive/v1.5.tar.gz)
-> retrieved ppx_assert.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_assert-v0.16.0.tar.gz)
-> retrieved ppx_base.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_base-v0.16.0.tar.gz)
-> installed dune-configurator.3.15.0
-> retrieved ppx_cold.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_cold-v0.16.0.tar.gz)
-> retrieved ppx_compare.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_compare-v0.16.0.tar.gz)
-> retrieved ppx_enumerate.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_enumerate-v0.16.0.tar.gz)
-> installed num.1.5
-> retrieved ppx_expect.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_expect-v0.16.0.tar.gz)
-> retrieved ppx_globalize.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_globalize-v0.16.0.tar.gz)
-> retrieved ppx_hash.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_hash-v0.16.0.tar.gz)
-> retrieved ppx_here.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_here-v0.16.0.tar.gz)
-> retrieved ppx_inline_test.v0.16.1  (https://github.com/janestreet/ppx_inline_test/archive/refs/tags/v0.16.1.tar.gz)
-> retrieved ppx_optcomp.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_optcomp-v0.16.0.tar.gz)
-> retrieved ppx_sexp_conv.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/ppx_sexp_conv-v0.16.0.tar.gz)
-> retrieved re.1.11.0  (https://github.com/ocaml/ocaml-re/releases/download/1.11.0/re-1.11.0.tbz)
-> retrieved stdio.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/stdio-v0.16.0.tar.gz)
-> installed base.v0.16.3
-> retrieved time_now.v0.16.0  (https://ocaml.janestreet.com/ocaml-core/v0.16/files/time_now-v0.16.0.tar.gz)
-> removed   js_of_ocaml.5.8.0
-> installed re.1.11.0
-> installed stdio.v0.16.0
-> installed ppx_globalize.v0.16.0
-> installed ppx_cold.v0.16.0
-> installed ppx_here.v0.16.0
-> installed ppx_enumerate.v0.16.0
-> installed ppx_optcomp.v0.16.0
-> installed ppx_compare.v0.16.0
-> installed ppx_sexp_conv.v0.16.0
-> installed ppx_hash.v0.16.0
-> installed ppx_assert.v0.16.0
-> installed ppx_base.v0.16.0
-> installed jst-config.v0.16.0
-> installed time_now.v0.16.0
-> installed ppx_inline_test.v0.16.1
-> installed ppx_expect.v0.16.0
-> installed js_of_ocaml.5.8.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-04-20 08:08.40 ---> saved as "76e132d3cef186ad46b12e9bf61228e62a62b602f4f663a736bae846f4c428af"

/home/opam: (run (shell  "opam reinstall --with-test --verbose js_of_ocaml.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-testing\\\"\"; 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.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"))
The following actions will be performed:
=== recompile 1 package
  - recompile js_of_ocaml 5.8.0 (pinned)

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  2/4: [js_of_ocaml: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "js_of_ocaml" "-j" "255" "@install" (CWD=/home/opam/.opam/5.1/.opam-switch/build/js_of_ocaml.5.8.0)
- (cd tools/version && /home/opam/.opam/5.1/bin/ocaml -I +compiler-libs /home/opam/.opam/5.1/.opam-switch/build/js_of_ocaml.5.8.0/_build/.dune/default/tools/version/dune.ml)
- fatal: not a git repository (or any parent up to mount point /)
- Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
-> compiled  js_of_ocaml.5.8.0
-> removed   js_of_ocaml.5.8.0
-> installed js_of_ocaml.5.8.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-04-20 08:09.03 ---> saved as "7c86ebc90a32295b5a9e6bbaf01c9631dfa141f0e0922097b027200603b02967"
Job succeeded
2024-04-20 08:09.10: Job succeeded