(not at the head of any monitored branch or PR)
2025-03-30 16:51.07: New job: build sedlex.3.4, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/27686/head (a4ecc6f5582f258cb732ff37479d3b36c0c70c0d)
                              on ubuntu-24.04-ocaml-5.3/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/27686/head" && git reset --hard a4ecc6f5
git fetch origin master
git merge --no-edit a8a89f62d8abd2a9f0cbb04826bfec1ef6b563e7
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-24.04-ocaml-5.3@sha256:19f01ffa2dd48de5e9eb75482e3386692e7417436264d7dcd05fd2eeab5a29cd
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 sedlex.3.4 3.4
RUN opam reinstall sedlex.3.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 "\"ubuntu-24.04\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'sedlex.3.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 .

2025-03-30 16:51.07: Using cache hint "ocaml/opam:ubuntu-24.04-ocaml-5.3@sha256:19f01ffa2dd48de5e9eb75482e3386692e7417436264d7dcd05fd2eeab5a29cd-sedlex.3.4-a4ecc6f5582f258cb732ff37479d3b36c0c70c0d"
2025-03-30 16:51.07: Using OBuilder spec:
((from ocaml/opam:ubuntu-24.04-ocaml-5.3@sha256:19f01ffa2dd48de5e9eb75482e3386692e7417436264d7dcd05fd2eeab5a29cd)
 (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 sedlex.3.4 3.4"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall sedlex.3.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 \"\\\"ubuntu-24.04\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'sedlex.3.4' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2025-03-30 16:51.07: Waiting for resource in pool OCluster
2025-03-30 16:51.09: Waiting for worker…
2025-03-30 16:51.10: Got resource from pool OCluster
Building on asteria.caelum.ci.dev
All commits already cached
HEAD is now at a8a89f62d8 Merge pull request #27687 from codinuum/diffast-20250328
Merge made by the 'ort' strategy.
 packages/fstar/fstar.2025.02.17/opam |  2 +-
 packages/fstar/fstar.2025.03.25/opam |  2 +-
 packages/lwt_ppx/lwt_ppx.5.8.1/opam  |  2 +-
 packages/lwt_ppx/lwt_ppx.5.9.1/opam  |  2 +-
 packages/sedlex/sedlex.3.4/opam      | 48 ++++++++++++++++++++++++++++++++++++
 5 files changed, 52 insertions(+), 4 deletions(-)
 create mode 100644 packages/sedlex/sedlex.3.4/opam

(from ocaml/opam:ubuntu-24.04-ocaml-5.3@sha256:19f01ffa2dd48de5e9eb75482e3386692e7417436264d7dcd05fd2eeab5a29cd)
Unable to find image 'ocaml/opam:ubuntu-24.04-ocaml-5.3@sha256:19f01ffa2dd48de5e9eb75482e3386692e7417436264d7dcd05fd2eeab5a29cd' locally
docker.io/ocaml/opam@sha256:19f01ffa2dd48de5e9eb75482e3386692e7417436264d7dcd05fd2eeab5a29cd: Pulling from ocaml/opam
7895e39ecfb5: Pulling fs layer
7895e39ecfb5: Waiting
7895e39ecfb5: Verifying Checksum
7895e39ecfb5: Download complete
7895e39ecfb5: Pull complete
Digest: sha256:19f01ffa2dd48de5e9eb75482e3386692e7417436264d7dcd05fd2eeab5a29cd
Status: Downloaded newer image for ocaml/opam@sha256:19f01ffa2dd48de5e9eb75482e3386692e7417436264d7dcd05fd2eeab5a29cd
2025-03-30 16:54.55 ---> saved as "0d10eeaf94d7a0f8d25b11df430234fd594b72996b86b20110c14aeb9fea016a"

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2025-03-30 16:54.56 ---> saved as "c6b145024236dfd182d627295ee081424f890a05ccb658930bad929b7d039abb"

/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, which can't be reverted.
You may want to back it up before going further.

Continue? [Y/n] y
Format upgrade done.

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[opam-repository-archive] synchronised from git+https://github.com/ocaml/opam-repository-archive
[default] synchronised from file:///home/opam/opam-repository
2025-03-30 16:56.01 ---> saved as "1f3df39b21e60ebb2b9d75daa09a66c7f2f7de7dda0bc180eef3a98508cf74e6"

/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.4.0~alpha1~dev (fcce0c8d871702aabac0a216e45212ff004cfe79)
# self-upgrade         no
# system               arch=x86_64 os=linux os-distribution=ubuntu os-version=24.04
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 255
# repositories         1 (local), 1 (version-controlled)
# pinned               1 (version)
# current-switch       5.3
# invariant            ["ocaml-base-compiler" {>= "5.3.0"}]
# compiler-packages    ocaml-base-compiler.5.3.0, ocaml-compiler.5.3.0, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /home/opam/.opam/5.3/lib/ocaml/stublibs:/home/opam/.opam/5.3/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       5.3.0
2025-03-30 16:56.02 ---> saved as "da29d2db3ee59ecf28955373ec0d1bae4417a5c618c5d274123f1dc9fddc1d3f"

/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/"))
2025-03-30 16:56.12 ---> saved as "d1a33b45f6abe1dec002e0d5af44d9114bc5bfe445a7c6e4a46c1d04ec0ac2c6"

/home/opam: (copy (src .) (dst opam-repository/))
2025-03-30 16:56.32 ---> saved as "9b77fd3295469aaac144e83adf024dc1a2f337d413e851dae3b1f9630152d0b4"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2025-03-30 16:57.19 ---> saved as "1f181e1a611b9d853f5e771e9dc4fe541fb99abcd39bc9cd561bfb2131c3c50e"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://archive.ubuntu.com/ubuntu noble InRelease
- Get:2 http://archive.ubuntu.com/ubuntu noble-updates InRelease [126 kB]
- Get:3 http://archive.ubuntu.com/ubuntu noble-backports InRelease [126 kB]
- Get:4 http://archive.ubuntu.com/ubuntu noble-updates/multiverse amd64 Packages [26.4 kB]
- Get:5 http://security.ubuntu.com/ubuntu noble-security InRelease [126 kB]
- Get:6 http://archive.ubuntu.com/ubuntu noble-updates/main amd64 Packages [1219 kB]
- Get:7 http://archive.ubuntu.com/ubuntu noble-updates/universe amd64 Packages [1355 kB]
- Get:8 http://archive.ubuntu.com/ubuntu noble-updates/restricted amd64 Packages [1068 kB]
- Get:9 http://security.ubuntu.com/ubuntu noble-security/restricted amd64 Packages [1024 kB]
- Get:10 http://archive.ubuntu.com/ubuntu noble-backports/universe amd64 Packages [30.9 kB]
- Get:11 http://security.ubuntu.com/ubuntu noble-security/main amd64 Packages [894 kB]
- Get:12 http://security.ubuntu.com/ubuntu noble-security/universe amd64 Packages [1062 kB]
- Get:13 http://security.ubuntu.com/ubuntu noble-security/multiverse amd64 Packages [21.9 kB]
- Fetched 7080 kB in 1s (9876 kB/s)
- Reading package lists...
- 
2025-03-30 16:57.21 ---> saved as "0ba886862e7bc68a83a87deee549abed79eed53cdabca9fad5601776560b572e"

/home/opam: (run (shell "opam pin add -k version -yn sedlex.3.4 3.4"))
sedlex is now pinned to version 3.4
2025-03-30 16:57.22 ---> saved as "15ec07515f426b97ef297be72983707b5565dafb1545b774e0265cf266530413"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall sedlex.3.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 \"\\\"ubuntu-24.04\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'sedlex.3.4' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
sedlex.3.4 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 9 packages
  - install dune                3.17.2       [required by sedlex]
  - install gen                 1.1          [required by sedlex]
  - install ocaml-compiler-libs v0.17.0      [required by ppxlib]
  - install ppx_derivers        1.2.1        [required by ppxlib]
  - install ppxlib              0.36.0       [required by sedlex]
  - install sedlex              3.4 (pinned)
  - install seq                 base         [required by gen]
  - install sexplib0            v0.17.0      [required by ppxlib]
  - install stdlib-shims        0.3.0        [required by ppxlib]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.17.2  (cached)
-> retrieved gen.1.1  (cached)
-> retrieved ocaml-compiler-libs.v0.17.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppxlib.0.36.0  (cached)
-> retrieved sedlex.3.4  (cached)
-> retrieved seq.base  (cached)
-> installed seq.base
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> installed dune.3.17.2
-> installed ppx_derivers.1.2.1
-> installed stdlib-shims.0.3.0
-> installed sexplib0.v0.17.0
-> installed gen.1.1
-> installed ocaml-compiler-libs.v0.17.0
-> installed ppxlib.0.36.0
-> installed sedlex.3.4
Done.
# To update the current shell environment, run: eval $(opam env)
2025-03-30 16:58.14 ---> saved as "e6fc14afbc475e1b44a68b2115ce5e79569b572d5b4d744fb3740f3029190d57"
Job succeeded
2025-03-30 16:58.26: Job succeeded