(not at the head of any monitored branch or PR)
2024-04-26 19:59.06: New job: build conf-protoc-dev.1.0.0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/25739/head (8e3c3734cf35524be7019b0fdd0141067cb37f80)
                              on fedora-38-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/25739/head" && git reset --hard 8e3c3734
git fetch origin master
git merge --no-edit fe363a90136800f6fbd6e618f7cdb0ccfa213296
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:fedora-38-ocaml-4.14@sha256:a35a024042310aedc0241df4629f12ee8b46f452dd9507864ba04df23ca33d11
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 conf-protoc-dev.1.0.0 1.0.0
RUN opam reinstall conf-protoc-dev.1.0.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 "\"fedora-38\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'conf-protoc-dev.1.0.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-26 19:59.06: Using cache hint "ocaml/opam:fedora-38-ocaml-4.14@sha256:a35a024042310aedc0241df4629f12ee8b46f452dd9507864ba04df23ca33d11-conf-protoc-dev.1.0.0-8e3c3734cf35524be7019b0fdd0141067cb37f80"
2024-04-26 19:59.06: Using OBuilder spec:
((from ocaml/opam:fedora-38-ocaml-4.14@sha256:a35a024042310aedc0241df4629f12ee8b46f452dd9507864ba04df23ca33d11)
 (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 conf-protoc-dev.1.0.0 1.0.0"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall conf-protoc-dev.1.0.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 \"\\\"fedora-38\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'conf-protoc-dev.1.0.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-26 19:59.06: Waiting for resource in pool OCluster
2024-04-26 19:59.08: Waiting for worker…
2024-04-26 19:59.10: Got resource from pool OCluster
Building on doris.caelum.ci.dev
All commits already cached
Updating files:  85% (28685/33567)
Updating files:  86% (28868/33567)
Updating files:  87% (29204/33567)
Updating files:  88% (29539/33567)
Updating files:  89% (29875/33567)
Updating files:  90% (30211/33567)
Updating files:  91% (30546/33567)
Updating files:  92% (30882/33567)
Updating files:  93% (31218/33567)
Updating files:  94% (31553/33567)
Updating files:  95% (31889/33567)
Updating files:  96% (32225/33567)
Updating files:  97% (32560/33567)
Updating files:  98% (32896/33567)
Updating files:  99% (33232/33567)
Updating files: 100% (33567/33567)
Updating files: 100% (33567/33567), done.
HEAD is now at fe363a9013 Merge pull request #25751 from ocaml/mseri-patch-5
Merge made by the 'ort' strategy.
 .../conf-protoc-dev/conf-protoc-dev.1.0.0/opam     | 37 +++++++++++++
 .../ocaml-protoc-plugin.6.1.0/opam                 | 63 ++++++++++++++++++++++
 2 files changed, 100 insertions(+)
 create mode 100644 packages/conf-protoc-dev/conf-protoc-dev.1.0.0/opam
 create mode 100644 packages/ocaml-protoc-plugin/ocaml-protoc-plugin.6.1.0/opam

(from ocaml/opam:fedora-38-ocaml-4.14@sha256:a35a024042310aedc0241df4629f12ee8b46f452dd9507864ba04df23ca33d11)
2024-04-26 20:02.06 ---> using "22d56bd7702f86c2f3c40c3c5ae3904e1db912c9fb81cfed5f15d1e89d9a46ee" 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-26 20:02.06 ---> using "0b741fe753e7675df5750d458757e3a7055ee7155851bdbeba0babe60908c5cf" 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-26 20:02.06 ---> using "2793826957c9126fa259f1f201036c69e648b4199af101838cf9f698bba48be3" 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-26 20:02.06 ---> using "633516b50333a47cf082e06cd87007311c3aa894ba1dd96f77aa65e2d8aba8c5" 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-26 20:02.06 ---> using "28c4f29c227496765118b49c8aea366521b7dd614f8847446367d88086eaf187" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2024-04-26 20:02.56 ---> saved as "f61c40d2db60bb704e0abcc8d65f9d82d85feeda6e79456dcae82269dec8b594"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2024-04-26 20:03.40 ---> saved as "e7522d8546c4bf896f70375476363c7ec132fc423ea790fdabf01c8cf94d440f"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "yum" "makecache"
- Fedora 38 - x86_64                              196 kB/s |  27 kB     00:00    
- Fedora 38 openh264 (From Cisco) - x86_64         10 kB/s | 989  B     00:00    
- Fedora Modular 38 - x86_64                      193 kB/s |  26 kB     00:00    
- Fedora 38 - x86_64 - Updates                    155 kB/s |  19 kB     00:00    
- Fedora 38 - x86_64 - Updates                    5.7 MB/s | 6.2 MB     00:01    
- Fedora Modular 38 - x86_64 - Updates             90 kB/s |  24 kB     00:00    
- Metadata cache created.
2024-04-26 20:03.56 ---> saved as "784f3d37686cb2e588df3f9a39ea92b434db28ba8e90a741ed83c1bdade4cf37"

/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 conf-protoc-dev.1.0.0 1.0.0"))
conf-protoc-dev is now pinned to version 1.0.0
2024-04-26 20:03.56 ---> saved as "de546540f4b63cc704fb476e77352f457a1514d9585b9c2ae8195d2b2d51feae"

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

The following system packages will first need to be installed:
    protobuf-devel

<><> Handling external dependencies <><><><><><><><><><><><><><><><><><><><><><>

opam believes some required external dependencies are missing. opam can:
> 1. Run yum to install them (may need root/sudo access)
  2. Display the recommended yum command and wait while you run it manually (e.g. in another terminal)
  3. Continue anyway, and, upon success, permanently register that this external dependency is present, but not detectable
  4. Abort the installation

[1/2/3/4] 1

+ /usr/bin/sudo "yum" "install" "-y" "protobuf-devel"
- Last metadata expiration check: 0:00:13 ago on Fri Apr 26 20:03:52 2024.
- Dependencies resolved.
- ================================================================================
-  Package                 Architecture Version                Repository    Size
- ================================================================================
- Installing:
-  protobuf-devel          x86_64       3.19.6-2.fc38          fedora       391 k
- Installing dependencies:
-  protobuf                x86_64       3.19.6-2.fc38          fedora       1.0 M
-  protobuf-compiler       x86_64       3.19.6-2.fc38          fedora       763 k
-  zlib-devel              x86_64       1.2.13-3.fc38          fedora        45 k
- 
- Transaction Summary
- ================================================================================
- Install  4 Packages
- 
- Total download size: 2.2 M
- Installed size: 8.6 M
- Downloading Packages:
- (1/4): protobuf-compiler-3.19.6-2.fc38.x86_64.r 6.3 MB/s | 763 kB     00:00    
- (2/4): protobuf-devel-3.19.6-2.fc38.x86_64.rpm  3.2 MB/s | 391 kB     00:00    
- (3/4): zlib-devel-1.2.13-3.fc38.x86_64.rpm      4.8 MB/s |  45 kB     00:00    
- (4/4): protobuf-3.19.6-2.fc38.x86_64.rpm        6.5 MB/s | 1.0 MB     00:00    
- --------------------------------------------------------------------------------
- Total                                           7.6 MB/s | 2.2 MB     00:00     
- Running transaction check
- Transaction check succeeded.
- Running transaction test
- Transaction test succeeded.
- Running transaction
-   Preparing        :                                                        1/1 
-   Installing       : protobuf-3.19.6-2.fc38.x86_64                          1/4 
-   Installing       : protobuf-compiler-3.19.6-2.fc38.x86_64                 2/4 
-   Installing       : zlib-devel-1.2.13-3.fc38.x86_64                        3/4 
-   Installing       : protobuf-devel-3.19.6-2.fc38.x86_64                    4/4 
-   Running scriptlet: protobuf-devel-3.19.6-2.fc38.x86_64                    4/4 
-   Verifying        : protobuf-3.19.6-2.fc38.x86_64                          1/4 
-   Verifying        : protobuf-compiler-3.19.6-2.fc38.x86_64                 2/4 
-   Verifying        : protobuf-devel-3.19.6-2.fc38.x86_64                    3/4 
-   Verifying        : zlib-devel-1.2.13-3.fc38.x86_64                        4/4 
- 
- Installed:
-   protobuf-3.19.6-2.fc38.x86_64         protobuf-compiler-3.19.6-2.fc38.x86_64  
-   protobuf-devel-3.19.6-2.fc38.x86_64   zlib-devel-1.2.13-3.fc38.x86_64         
- 
- Complete!
+ /usr/bin/rpm "-q" "--whatprovides" "protobuf-devel"
- protobuf-devel-3.19.6-2.fc38.x86_64

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed conf-pkg-config.3
-> installed conf-protoc-dev.1.0.0
Done.
# Run eval $(opam env) to update the current shell environment
2024-04-26 20:04.06 ---> saved as "a15da82f52e289a0757791ef2fa573773b867353b08e8fba9f983bf5725ab450"
Job succeeded
2024-04-26 20:04.12: Job succeeded