Build:
  1. 0
2026-03-13 23:16.18: New job: build olint.0.1.0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29543/head (cb33a77d4f2878a8aae2fc1936a955edae0c0910)
                              on centos-9-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/29543/head" && git reset --hard cb33a77d
git fetch origin master
git merge --no-edit 97a3f8f424d511f334d76acde6d01d0fe9d608b6
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:centos-9-ocaml-5.4@sha256:d33cd8f3809725736692b00c3a83e85feb195d6a56e0dd75247e09e431a4a856
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 olint.0.1.0 0.1.0
RUN opam reinstall olint.0.1.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 "\"centos-9\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'olint.0.1.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 .

2026-03-13 23:16.18: Using cache hint "ocaml/opam:centos-9-ocaml-5.4@sha256:d33cd8f3809725736692b00c3a83e85feb195d6a56e0dd75247e09e431a4a856-olint.0.1.0-cb33a77d4f2878a8aae2fc1936a955edae0c0910"
2026-03-13 23:16.18: Using OBuilder spec:
((from ocaml/opam:centos-9-ocaml-5.4@sha256:d33cd8f3809725736692b00c3a83e85feb195d6a56e0dd75247e09e431a4a856)
 (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 olint.0.1.0 0.1.0"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall olint.0.1.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 \"\\\"centos-9\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'olint.0.1.0' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2026-03-13 23:16.18: Waiting for resource in pool OCluster
2026-03-13 23:16.19: Waiting for worker…
2026-03-13 23:16.21: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
HEAD is now at 97a3f8f424 Merge pull request #29072 from hannesm/change-policy-11
Updating 97a3f8f424..cb33a77d4f
Fast-forward
 packages/olint/olint.0.1.0/opam | 37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)
 create mode 100644 packages/olint/olint.0.1.0/opam

(from ocaml/opam:centos-9-ocaml-5.4@sha256:d33cd8f3809725736692b00c3a83e85feb195d6a56e0dd75247e09e431a4a856)
Unable to find image 'ocaml/opam:centos-9-ocaml-5.4@sha256:d33cd8f3809725736692b00c3a83e85feb195d6a56e0dd75247e09e431a4a856' locally
docker.io/ocaml/opam@sha256:d33cd8f3809725736692b00c3a83e85feb195d6a56e0dd75247e09e431a4a856: Pulling from ocaml/opam
45c6a4d4c886: Already exists
b17581aa4795: Already exists
4c1de3308e3e: Already exists
48316ebaa55a: Pulling fs layer
7ec69a714829: Pulling fs layer
b03bd2510449: Pulling fs layer
304a5c461745: Pulling fs layer
60df06c700dd: Pulling fs layer
89e00e57b3fa: Pulling fs layer
7a919f7b5f28: Pulling fs layer
4dd342eaf261: Pulling fs layer
fe0e6064d681: Pulling fs layer
4ecda19bc519: Pulling fs layer
d7de0d705545: Pulling fs layer
dd5867dc1c0f: Pulling fs layer
e95819b6c530: Pulling fs layer
0d197bd9c89e: Pulling fs layer
5c85d30bb240: Pulling fs layer
89e00e57b3fa: Waiting
4ecda19bc519: Waiting
7a919f7b5f28: Waiting
4dd342eaf261: Waiting
fe0e6064d681: Waiting
d7de0d705545: Waiting
dd5867dc1c0f: Waiting
b03bd2510449: Waiting
e95819b6c530: Waiting
7ec69a714829: Waiting
0d197bd9c89e: Waiting
304a5c461745: Waiting
60df06c700dd: Waiting
5c85d30bb240: Waiting
64d1254de61e: Pulling fs layer
de006d6a444d: Pulling fs layer
64d1254de61e: Waiting
9704bbfa1415: Pulling fs layer
d53544e2413c: Pulling fs layer
de006d6a444d: Waiting
9704bbfa1415: Waiting
4f4fb700ef54: Pulling fs layer
d53544e2413c: Waiting
4d545aa3b363: Pulling fs layer
09943d8af875: Pulling fs layer
4f4fb700ef54: Waiting
4d545aa3b363: Waiting
f4bef9be8486: Pulling fs layer
09943d8af875: Waiting
792f3c5f41a4: Pulling fs layer
f4bef9be8486: Waiting
6985496d8889: Pulling fs layer
5301efc77bf0: Pulling fs layer
792f3c5f41a4: Waiting
2ffd769334f5: Pulling fs layer
6985496d8889: Waiting
08c3be5e76fe: Pulling fs layer
5301efc77bf0: Waiting
2ffd769334f5: Waiting
284a634e255d: Pulling fs layer
38c8ab2c6bee: Pulling fs layer
2c29741f6e40: Pulling fs layer
60cce0d35550: Pulling fs layer
75db624f3f65: Pulling fs layer
284a634e255d: Waiting
38c8ab2c6bee: Waiting
08c3be5e76fe: Waiting
2c29741f6e40: Waiting
60cce0d35550: Waiting
21fdff44f7df: Pulling fs layer
75db624f3f65: Waiting
9fd1a090a391: Pulling fs layer
6572f3b9bb36: Pulling fs layer
21fdff44f7df: Waiting
1f1e09f0a1c4: Pulling fs layer
9fd1a090a391: Waiting
6572f3b9bb36: Waiting
7c1cf8ce65af: Pulling fs layer
1f1e09f0a1c4: Waiting
9befe636c1db: Pulling fs layer
7c1cf8ce65af: Waiting
25027c3d5c10: Pulling fs layer
99740a30b581: Pulling fs layer
9befe636c1db: Waiting
1659eb123329: Pulling fs layer
99740a30b581: Waiting
5fd91256cf90: Pulling fs layer
25027c3d5c10: Waiting
5fd91256cf90: Waiting
1659eb123329: Waiting
48316ebaa55a: Download complete
7ec69a714829: Verifying Checksum
7ec69a714829: Download complete
b03bd2510449: Verifying Checksum
b03bd2510449: Download complete
304a5c461745: Download complete
60df06c700dd: Verifying Checksum
60df06c700dd: Download complete
89e00e57b3fa: Verifying Checksum
89e00e57b3fa: Download complete
7a919f7b5f28: Verifying Checksum
7a919f7b5f28: Download complete
4dd342eaf261: Verifying Checksum
4dd342eaf261: Download complete
fe0e6064d681: Verifying Checksum
fe0e6064d681: Download complete
4ecda19bc519: Verifying Checksum
4ecda19bc519: Download complete
d7de0d705545: Verifying Checksum
d7de0d705545: Download complete
dd5867dc1c0f: Verifying Checksum
dd5867dc1c0f: Download complete
e95819b6c530: Download complete
0d197bd9c89e: Download complete
5c85d30bb240: Download complete
64d1254de61e: Verifying Checksum
64d1254de61e: Download complete
de006d6a444d: Download complete
9704bbfa1415: Verifying Checksum
9704bbfa1415: Download complete
d53544e2413c: Download complete
4f4fb700ef54: Verifying Checksum
4d545aa3b363: Download complete
09943d8af875: Verifying Checksum
09943d8af875: Download complete
f4bef9be8486: Download complete
792f3c5f41a4: Download complete
6985496d8889: Verifying Checksum
6985496d8889: Download complete
2ffd769334f5: Download complete
5301efc77bf0: Download complete
08c3be5e76fe: Download complete
284a634e255d: Download complete
38c8ab2c6bee: Download complete
2c29741f6e40: Download complete
60cce0d35550: Download complete
21fdff44f7df: Verifying Checksum
21fdff44f7df: Download complete
75db624f3f65: Verifying Checksum
75db624f3f65: Download complete
6572f3b9bb36: Download complete
1f1e09f0a1c4: Verifying Checksum
1f1e09f0a1c4: Download complete
7c1cf8ce65af: Verifying Checksum
7c1cf8ce65af: Download complete
48316ebaa55a: Pull complete
9fd1a090a391: Verifying Checksum
9fd1a090a391: Download complete
7ec69a714829: Pull complete
b03bd2510449: Pull complete
304a5c461745: Pull complete
60df06c700dd: Pull complete
89e00e57b3fa: Pull complete
7a919f7b5f28: Pull complete
4dd342eaf261: Pull complete
fe0e6064d681: Pull complete
4ecda19bc519: Pull complete
d7de0d705545: Pull complete
dd5867dc1c0f: Pull complete
e95819b6c530: Pull complete
0d197bd9c89e: Pull complete
5c85d30bb240: Pull complete
64d1254de61e: Pull complete
de006d6a444d: Pull complete
9704bbfa1415: Pull complete
d53544e2413c: Pull complete
4f4fb700ef54: Pull complete
4d545aa3b363: Pull complete
09943d8af875: Pull complete
f4bef9be8486: Pull complete
792f3c5f41a4: Pull complete
6985496d8889: Pull complete
5301efc77bf0: Pull complete
2ffd769334f5: Pull complete
08c3be5e76fe: Pull complete
284a634e255d: Pull complete
38c8ab2c6bee: Pull complete
2c29741f6e40: Pull complete
60cce0d35550: Pull complete
9befe636c1db: Verifying Checksum
9befe636c1db: Download complete
99740a30b581: Verifying Checksum
99740a30b581: Download complete
1659eb123329: Download complete
5fd91256cf90: Verifying Checksum
5fd91256cf90: Download complete
25027c3d5c10: Verifying Checksum
25027c3d5c10: Download complete
75db624f3f65: Pull complete
21fdff44f7df: Pull complete
9fd1a090a391: Pull complete
6572f3b9bb36: Pull complete
1f1e09f0a1c4: Pull complete
7c1cf8ce65af: Pull complete
9befe636c1db: Pull complete
25027c3d5c10: Pull complete
99740a30b581: Pull complete
1659eb123329: Pull complete
5fd91256cf90: Pull complete
Digest: sha256:d33cd8f3809725736692b00c3a83e85feb195d6a56e0dd75247e09e431a4a856
Status: Downloaded newer image for ocaml/opam@sha256:d33cd8f3809725736692b00c3a83e85feb195d6a56e0dd75247e09e431a4a856
2026-03-13 23:21.28 ---> saved as "4762cf358287d530eb90170aa25b01b6f28f72eee32421a7ce7e5f0f9c30f619"

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-03-13 23:21.28 ---> saved as "aa5050d7b817bcc3bd129dac3c24e616babb35fc2d5ed49896862795fda4639c"

/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 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.

Continue? [Y/n] y
[NOTE] The 'jobs' option was reset, its value was 71 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=71 --global
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-03-13 23:22.01 ---> saved as "5d07f6d2cd3eca72910758ad77a939b508a535065bf976976031d8b04664a824"

/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=centos os-version=9
# 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-03-13 23:22.02 ---> saved as "a21939b4dac471cbccbc2c1eac301cefbfc2f73cb8ac9d26ca3b1d968e9f7609"

/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-03-13 23:22.40 ---> saved as "02cf26fa4df0c938a5060afb2f4b0425431ca46b919698a71dc53fcd09dfeb9f"

/home/opam: (copy (src .) (dst opam-repository/))
2026-03-13 23:23.38 ---> saved as "a2f50a37055ce4ceeb4fe7845bd5767a900131a96dc45b74836f0b88f88bbbbc"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-03-13 23:23.58 ---> saved as "59dc2d183205f169ce3642c969ebdeb5a63dea5a2c655db8dca4e7cb2f3825cd"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "yum" "makecache"
- CentOS Stream 9 - BaseOS                         89 kB/s |  15 kB     00:00    
- CentOS Stream 9 - BaseOS                         12 MB/s | 8.9 MB     00:00    
- CentOS Stream 9 - AppStream                     123 kB/s |  16 kB     00:00    
- CentOS Stream 9 - AppStream                      15 MB/s |  27 MB     00:01    
- CentOS Stream 9 - CRB                           111 kB/s |  15 kB     00:00    
- CentOS Stream 9 - CRB                           8.6 MB/s | 8.0 MB     00:00    
- CentOS Stream 9 - Extras packages               121 kB/s |  17 kB     00:00    
- CentOS Stream 9 - Extras packages               123 kB/s |  20 kB     00:00    
- Metadata cache created.
2026-03-13 23:24.14 ---> saved as "f8032110648b35d79ad61e80b4274dc0fce0ccc7b4a8f6116beb0df08909573a"

/home/opam: (run (shell "opam pin add -k version -yn olint.0.1.0 0.1.0"))
olint is now pinned to version 0.1.0
2026-03-13 23:24.14 ---> saved as "47c593ea0ce9c4c9846fd2d0fef80207fc042231a2621ac4c5dd18d0a8914bfe"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall olint.0.1.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 \"\\\"centos-9\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'olint.0.1.0' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
olint.0.1.0 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 3 packages
  - install cmdliner 2.1.0          [required by olint]
  - install dune     3.21.1         [required by olint]
  - install olint    0.1.0 (pinned)

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved cmdliner.2.1.0  (cached)
-> retrieved dune.3.21.1  (cached)
-> retrieved olint.0.1.0  (cached)
-> installed cmdliner.2.1.0
-> installed dune.3.21.1
-> installed olint.0.1.0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-13 23:24.42 ---> saved as "b372cbafb5d7a672d84e46747af2aef7fb02477a4f5e6d3997015e7b46b2ca9c"
Job succeeded
2026-03-13 23:24.49: Job succeeded