(not at the head of any monitored branch or PR)
2024-04-24 11:31.53: New job: test config.0.0.3, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/25724/head (6c5d38b48c7e9040824ca19f88edd68a8d94f689)
                              on oraclelinux-8-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/25724/head" && git reset --hard 6c5d38b4
git fetch origin master
git merge --no-edit 543cd221e481d9942aeb9832179a38bdd41639d4
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:oraclelinux-8-ocaml-5.1@sha256:9bc14d1f2f2cd435720a1a201568d67b726677e677f355770ae0e61499ceab75
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 config.0.0.3 0.0.3
RUN opam reinstall config.0.0.3; \
    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 "\"oraclelinux-8\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'config.0.0.3' && 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 config.0.0.3) || true
RUN opam reinstall --with-test --verbose config.0.0.3; \
    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 "\"oraclelinux-8\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'config.0.0.3' && 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-24 11:31.53: Using cache hint "ocaml/opam:oraclelinux-8-ocaml-5.1@sha256:9bc14d1f2f2cd435720a1a201568d67b726677e677f355770ae0e61499ceab75-config.0.0.3-6c5d38b48c7e9040824ca19f88edd68a8d94f689"
2024-04-24 11:31.53: Using OBuilder spec:
((from ocaml/opam:oraclelinux-8-ocaml-5.1@sha256:9bc14d1f2f2cd435720a1a201568d67b726677e677f355770ae0e61499ceab75)
 (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 config.0.0.3 0.0.3"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall config.0.0.3;\
             \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 \"\\\"oraclelinux-8\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'config.0.0.3' && 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 config.0.0.3) || true"))
 (run (shell  "opam reinstall --with-test --verbose config.0.0.3;\
             \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 \"\\\"oraclelinux-8\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'config.0.0.3' && 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-24 11:31.53: Waiting for resource in pool OCluster
2024-04-24 11:43.30: Waiting for worker…
2024-04-24 11:50.02: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
Updating files:  88% (29641/33543)
Updating files:  89% (29854/33543)
Updating files:  90% (30189/33543)
Updating files:  91% (30525/33543)
Updating files:  92% (30860/33543)
Updating files:  93% (31195/33543)
Updating files:  94% (31531/33543)
Updating files:  95% (31866/33543)
Updating files:  96% (32202/33543)
Updating files:  97% (32537/33543)
Updating files:  98% (32873/33543)
Updating files:  99% (33208/33543)
Updating files: 100% (33543/33543)
Updating files: 100% (33543/33543), done.
HEAD is now at 543cd221e4 Merge pull request #25715 from hannesm/ocaml-solo5-synopsis
Updating 543cd221e4..6c5d38b48c
Fast-forward
 packages/config/config.0.0.3/opam | 43 +++++++++++++++++++++++++++++++++++++++
 1 file changed, 43 insertions(+)
 create mode 100644 packages/config/config.0.0.3/opam

(from ocaml/opam:oraclelinux-8-ocaml-5.1@sha256:9bc14d1f2f2cd435720a1a201568d67b726677e677f355770ae0e61499ceab75)
2024-04-24 11:50.04 ---> using "2b6b34ee9d675bf2dcb96451624292a2dac685d4df72e9249770982e37f787f0" 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-24 11:50.04 ---> using "0cfdd44b6aa5d8fdbc1c8e418380d818a21dc9d600ae48f564ad58f897340cf9" 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-24 11:50.04 ---> using "53a318b95e09666215eefb0e3da96c77623c5ea3f2291e22a325aa10e173fd7c" 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-24 11:50.04 ---> using "19af39e62ef33c02322f95a37d8c1c57960746f083252c156dc8d4495089c888" 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-24 11:50.04 ---> using "c397c753202b55e0594469b69130b9f48dafa33eea337b10491dea2c2fd10d0f" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2024-04-24 11:50.06 ---> using "a069a322f44fe0f84ac047466c8bb6dd62dcabfcc2cd00a7a16b432c6a7f9d6d" from cache

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2024-04-24 11:50.41 ---> saved as "f7b733835b57574e18d0100940063f8a8ea90a287a8e9cea675cd22e6982b1ac"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "yum" "makecache"
- Oracle Linux 8 BaseOS Latest (x86_64)            28 kB/s | 3.6 kB     00:00    
- Oracle Linux 8 BaseOS Latest (x86_64)            62 MB/s |  73 MB     00:01    
- Oracle Linux 8 Application Stream (x86_64)      130 kB/s | 3.9 kB     00:00    
- Oracle Linux 8 Application Stream (x86_64)       54 MB/s |  56 MB     00:01    
- Last metadata expiration check: 0:00:13 ago on Wed Apr 24 11:50:55 2024.
- Metadata cache created.
2024-04-24 11:51.13 ---> saved as "e0934130a9ebf0b305404eab13ebb2c5417fb993f4cc09967cbe4d834bc54d6c"

/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 config.0.0.3 0.0.3"))
config is now pinned to version 0.0.3
2024-04-24 11:51.14 ---> saved as "bbe730fe512df9d91cad5e86345b97a4a3b6fb8455dbf7030eb626c7c90efc75"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall config.0.0.3;\
                        \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 \"\\\"oraclelinux-8\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'config.0.0.3' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
config.0.0.3 is not installed. Install it? [y/n] y
The following actions will be performed:
=== install 14 packages
  - install colors              0.0.1          [required by spices]
  - install config              0.0.3 (pinned)
  - install dune                3.15.0         [required by config]
  - install ocaml-compiler-libs v0.12.4        [required by ppxlib]
  - install ocamlbuild          0.14.3         [required by uutf]
  - install ocamlfind           1.9.6          [required by uutf]
  - install ppx_derivers        1.2.1          [required by ppxlib]
  - install ppxlib              0.32.0         [required by config]
  - install sexplib0            v0.16.0        [required by ppxlib]
  - install spices              0.0.2          [required by config]
  - install stdlib-shims        0.3.0          [required by ppxlib]
  - install topkg               1.0.7          [required by uutf]
  - install tty                 0.0.2          [required by spices]
  - install uutf                1.0.3          [required by tty]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved colors.0.0.1  (cached)
-> retrieved config.0.0.3  (cached)
-> retrieved dune.3.15.0  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocamlbuild.0.14.3  (cached)
-> retrieved ocamlfind.1.9.6  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppxlib.0.32.0  (cached)
-> retrieved sexplib0.v0.16.0  (cached)
-> retrieved spices.0.0.2  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.0.7  (cached)
-> retrieved tty.0.0.2  (cached)
-> retrieved uutf.1.0.3  (cached)
-> installed ocamlfind.1.9.6
-> installed ocamlbuild.0.14.3
-> installed topkg.1.0.7
-> installed uutf.1.0.3
-> installed dune.3.15.0
-> installed ppx_derivers.1.2.1
-> installed stdlib-shims.0.3.0
-> installed colors.0.0.1
-> installed tty.0.0.2
-> installed sexplib0.v0.16.0
-> installed spices.0.0.2
-> installed ocaml-compiler-libs.v0.12.4
-> installed ppxlib.0.32.0
-> installed config.0.0.3
Done.
# Run eval $(opam env) to update the current shell environment
2024-04-24 11:52.01 ---> saved as "9e3ad58842b3ac314e02e00ff8c2221b57bb2d07cfb9b43bd774a81963774760"

/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 config.0.0.3) || true"))
The following actions will be performed:
=== recompile 1 package
  - recompile config 0.0.3 (pinned)

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> removed   config.0.0.3
-> installed config.0.0.3
Done.
# Run eval $(opam env) to update the current shell environment
2024-04-24 11:52.22 ---> saved as "e1735f9f0276534d64e7879b5afc697e3d761a4b32c05bfb1ddcffec504127fa"

/home/opam: (run (shell  "opam reinstall --with-test --verbose config.0.0.3;\
                        \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 \"\\\"oraclelinux-8\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'config.0.0.3' && 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 config 0.0.3 (pinned)

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  2/4: [config: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "config" "-j" "255" "@install" "@runtest" (CWD=/home/opam/.opam/5.1/.opam-switch/build/config.0.0.3)
- (cd _build/default/config && ./cfg_lang_test.exe)
- parser test "test" OK
- parser test "not(test)" OK
- parser test "(target = \"macos\")" OK
- parser test "not((target = \"macos\"))" OK
- parser test "all(target = \"macos\")" OK
- parser test "all((target = \"macos\"), (what = \"nope\"))" OK
- parser test "any((target = \"macos\"), (what = \"nope\"))" OK
- parser test "not(all((target = \"macos\"), (what = \"nope\")))" OK
- parser test "\n\nany( (target_os = \"macos\"),\n      (target_os = \"ios\"),\n      (target_os = \"watchos\"),\n      (target_os = \"tvos\"),\n      not(all((target_os = \"freebsd\"), (target_os = \"netbsd\"))),\n      (target_os = \"linux\") )\n\n\n      " OK
- eval test "test" OK
- eval test "test" OK
- eval test "not(test)" OK
- eval test "not(test)" OK
- eval test "(name = \"rush\")" OK
- eval test "(album = 2112)" OK
- eval test "any((album = 2113), (name =\"rush\"))" OK
- eval test "all((album = 2113), (name =\"rush\"))" OK
- eval test "not(all((album = 2113), (name =\"rush\")))" OK
- eval test "\nany(  (target_os = \"macos\"),\n      (target_os = \"ios\"),\n      (target_os = \"watchos\"),\n      (target_os = \"tvos\"),\n      not(all((target_os = \"freebsd\"), (target_arch = \"js\"))),\n      (target_os = \"linux\") )\n      " OK
- x86_64 linux gnu
-> compiled  config.0.0.3
-> removed   config.0.0.3
-> installed config.0.0.3
Done.
# Run eval $(opam env) to update the current shell environment
2024-04-24 11:52.42 ---> saved as "ae8cd1c7fd553fa8259ac93967703a8ba1ae55d381d1c66eae0a00d5ee002589"
Job succeeded
2024-04-24 11:52.52: Job succeeded