(for PR #29256)

2026-01-23 16:16.55: New job: build shibboleth.0.0.4, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29256/head (3652117e3393ac5602dfd8abde5eca1a433a6bcc)
                              on ubuntu-24.04-ocaml-5.4/riscv64

To reproduce locally:

cd $(mktemp -d)
git clone --recursive "https://github.com/ocaml/opam-repository.git" && cd "opam-repository" && git fetch origin "refs/pull/29256/head" && git reset --hard 3652117e
git fetch origin master
git merge --no-edit 5fc0b37a0e64821265c4791ca77b377e15250019
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:d162f5bab9b92be895e174d1b119d59ff46cc7db2cb00b4e92b44fe4216e5ab1
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 shibboleth.0.0.4 0.0.4
RUN opam reinstall shibboleth.0.0.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" != 'shibboleth.0.0.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 .

2026-01-23 16:16.55: Using cache hint "ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:d162f5bab9b92be895e174d1b119d59ff46cc7db2cb00b4e92b44fe4216e5ab1-shibboleth.0.0.4-3652117e3393ac5602dfd8abde5eca1a433a6bcc"
2026-01-23 16:16.55: Using OBuilder spec:
((from ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:d162f5bab9b92be895e174d1b119d59ff46cc7db2cb00b4e92b44fe4216e5ab1)
 (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 shibboleth.0.0.4 0.0.4"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall shibboleth.0.0.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\" != 'shibboleth.0.0.4' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
)

2026-01-23 16:16.55: Waiting for resource in pool OCluster
2026-01-23 16:16.55: Waiting for worker…
2026-01-23 17:23.21: Got resource from pool OCluster
Building on riscv-bm-02.sw.ci.dev
All commits already cached
Updating files:  13% (2672/19266)
Updating files:  14% (2698/19266)
Updating files:  15% (2890/19266)
Updating files:  16% (3083/19266)
Updating files:  17% (3276/19266)
Updating files:  18% (3468/19266)
Updating files:  19% (3661/19266)
Updating files:  20% (3854/19266)
Updating files:  21% (4046/19266)
Updating files:  22% (4239/19266)
Updating files:  23% (4432/19266)
Updating files:  24% (4624/19266)
Updating files:  25% (4817/19266)
Updating files:  26% (5010/19266)
Updating files:  26% (5182/19266)
Updating files:  27% (5202/19266)
Updating files:  28% (5395/19266)
Updating files:  29% (5588/19266)
Updating files:  30% (5780/19266)
Updating files:  31% (5973/19266)
Updating files:  32% (6166/19266)
Updating files:  33% (6358/19266)
Updating files:  34% (6551/19266)
Updating files:  35% (6744/19266)
Updating files:  36% (6936/19266)
Updating files:  37% (7129/19266)
Updating files:  38% (7322/19266)
Updating files:  38% (7406/19266)
Updating files:  39% (7514/19266)
Updating files:  40% (7707/19266)
Updating files:  41% (7900/19266)
Updating files:  42% (8092/19266)
Updating files:  43% (8285/19266)
Updating files:  44% (8478/19266)
Updating files:  45% (8670/19266)
Updating files:  46% (8863/19266)
Updating files:  47% (9056/19266)
Updating files:  48% (9248/19266)
Updating files:  49% (9441/19266)
Updating files:  49% (9568/19266)
Updating files:  50% (9633/19266)
Updating files:  51% (9826/19266)
Updating files:  52% (10019/19266)
Updating files:  53% (10211/19266)
Updating files:  54% (10404/19266)
Updating files:  55% (10597/19266)
Updating files:  56% (10789/19266)
Updating files:  57% (10982/19266)
Updating files:  58% (11175/19266)
Updating files:  59% (11367/19266)
Updating files:  60% (11560/19266)
Updating files:  61% (11753/19266)
Updating files:  61% (11820/19266)
Updating files:  62% (11945/19266)
Updating files:  63% (12138/19266)
Updating files:  64% (12331/19266)
Updating files:  65% (12523/19266)
Updating files:  66% (12716/19266)
Updating files:  67% (12909/19266)
Updating files:  68% (13101/19266)
Updating files:  69% (13294/19266)
Updating files:  70% (13487/19266)
Updating files:  71% (13679/19266)
Updating files:  72% (13872/19266)
Updating files:  73% (14065/19266)
Updating files:  73% (14222/19266)
Updating files:  74% (14257/19266)
Updating files:  75% (14450/19266)
Updating files:  76% (14643/19266)
Updating files:  77% (14835/19266)
Updating files:  78% (15028/19266)
Updating files:  79% (15221/19266)
Updating files:  80% (15413/19266)
Updating files:  81% (15606/19266)
Updating files:  82% (15799/19266)
Updating files:  83% (15991/19266)
Updating files:  84% (16184/19266)
Updating files:  85% (16377/19266)
Updating files:  85% (16480/19266)
Updating files:  86% (16569/19266)
Updating files:  87% (16762/19266)
Updating files:  88% (16955/19266)
Updating files:  89% (17147/19266)
Updating files:  90% (17340/19266)
Updating files:  91% (17533/19266)
Updating files:  92% (17725/19266)
Updating files:  93% (17918/19266)
Updating files:  94% (18111/19266)
Updating files:  95% (18303/19266)
Updating files:  96% (18496/19266)
Updating files:  96% (18668/19266)
Updating files:  97% (18689/19266)
Updating files:  98% (18881/19266)
Updating files:  99% (19074/19266)
Updating files: 100% (19266/19266)
Updating files: 100% (19266/19266), done.
HEAD is now at 5fc0b37a0e Merge pull request #29262 from fantazio/opam-publish-dead_code_analyzer.1.1.0
Merge made by the 'ort' strategy.
 packages/shibboleth/shibboleth.0.0.4/opam | 51 +++++++++++++++++++++++++++++++
 1 file changed, 51 insertions(+)
 create mode 100644 packages/shibboleth/shibboleth.0.0.4/opam

(from ocaml/opam:ubuntu-24.04-ocaml-5.4@sha256:d162f5bab9b92be895e174d1b119d59ff46cc7db2cb00b4e92b44fe4216e5ab1)
2026-01-23 17:23.32 ---> using "e6d25a681a2839b9759c5ab76e7fc37d65a3a1681d1dd6a25eff6d306e5b002f" from cache

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

/: (workdir /home/opam)

/home/opam: (run (shell "sudo ln -f /usr/bin/opam-dev /usr/bin/opam"))
2026-01-23 17:23.32 ---> using "f94728a3897568e3a7759826588216c63a3b89bd0663181aa99bddde4facc7c9" 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 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 ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-01-23 17:23.32 ---> using "e6cfbe27a3c7e265ded57a9000a356597d5dfbdd03f7660dee29c304960f0626" from cache

/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=riscv64 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                 3
# 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-01-23 17:23.32 ---> using "c8ba0107694140cd095b41f9f249c2013cd515bee398d7be9528c65cc18ba180" from cache

/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-01-23 17:23.32 ---> using "54067164ef27cf4f5ad1fc92e3c4c83398f26196cbb8b27c986ef7868389bd7d" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-01-23 17:23.59 ---> saved as "f884389c97fc597c15becb9b90716be45afa384eee68c667fa52e320be8ff190"

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-01-23 17:25.37 ---> saved as "55d0fa46162c07992f741def64b52c341290f56e7410009fcb17295cbe445020"

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://ports.ubuntu.com/ubuntu-ports noble InRelease
- Get:2 http://ports.ubuntu.com/ubuntu-ports noble-updates InRelease [126 kB]
- Get:3 http://ports.ubuntu.com/ubuntu-ports noble-backports InRelease [126 kB]
- Get:4 http://ports.ubuntu.com/ubuntu-ports noble-security InRelease [126 kB]
- Get:5 http://ports.ubuntu.com/ubuntu-ports noble-updates/multiverse riscv64 Packages [4801 B]
- Get:6 http://ports.ubuntu.com/ubuntu-ports noble-updates/restricted riscv64 Packages [10.9 kB]
- Get:7 http://ports.ubuntu.com/ubuntu-ports noble-updates/universe riscv64 Packages [1479 kB]
- Get:8 http://ports.ubuntu.com/ubuntu-ports noble-updates/main riscv64 Packages [910 kB]
- Get:9 http://ports.ubuntu.com/ubuntu-ports noble-security/universe riscv64 Packages [931 kB]
- Get:10 http://ports.ubuntu.com/ubuntu-ports noble-security/main riscv64 Packages [587 kB]
- Get:11 http://ports.ubuntu.com/ubuntu-ports noble-security/multiverse riscv64 Packages [3443 B]
- Fetched 4305 kB in 60s (72.1 kB/s)
- Reading package lists...
- 
2026-01-23 17:26.42 ---> saved as "e8e071d8bc7baffa38fa6182f6c0e0bb81ba380923e44c732272c95b2acab1a6"

/home/opam: (run (shell "opam pin add -k version -yn shibboleth.0.0.4 0.0.4"))
shibboleth is now pinned to version 0.0.4
2026-01-23 17:26.45 ---> saved as "bbb0e3799d28353d2817ab873388ef4dd02edf250e6f4e0c8cb1717f81002669"

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall shibboleth.0.0.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\" != 'shibboleth.0.0.4' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
shibboleth.0.0.4 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 40 packages
  - install astring                 0.8.5          [required by ocamlformat-lib]
  - install base                    v0.17.3        [required by ocamlformat-lib]
  - install camlp-streams           5.0.1          [required by ocamlformat-lib]
  - install cmdliner                2.1.0          [required by shibboleth]
  - install cppo                    1.8.0          [required by ppx_deriving]
  - install csexp                   1.5.2          [required by ocamlformat]
  - install dune                    3.21.0         [required by shibboleth]
  - install dune-build-info         3.21.0         [required by ocamlformat-lib]
  - install dune-configurator       3.21.0         [required by base]
  - install either                  1.0.0          [required by ocamlformat-lib]
  - install ez_file                 0.3.0          [required by shibboleth]
  - install fix                     20250919       [required by ocamlformat-lib]
  - install fmt                     0.11.0         [required by shibboleth]
  - install fpath                   0.7.3          [required by ocamlformat-lib]
  - install menhir                  20250912       [required by shibboleth]
  - install menhirCST               20250912       [required by menhir]
  - install menhirLib               20250912       [required by menhir]
  - install menhirSdk               20250912       [required by menhir]
  - install ocaml-compiler-libs     v0.17.0        [required by ppxlib]
  - install ocaml-version           4.0.3          [required by ocamlformat-lib]
  - install ocaml_intrinsics_kernel v0.17.1        [required by base]
  - install ocamlbuild              0.16.1         [required by fmt]
  - install ocamlfind               1.9.8          [required by fmt, ppx_deriving]
  - install ocamlformat             0.28.1         [required by shibboleth]
  - install ocamlformat-lib         0.28.1         [required by ocamlformat]
  - install ocp-indent              1.9.0          [required by ocamlformat-lib]
  - install ocplib_stuff            0.4.0          [required by ez_file]
  - install ppx_derivers            1.2.1          [required by ppx_deriving]
  - install ppx_deriving            6.1.1          [required by shibboleth]
  - install ppx_import              1.12.0         [required by shibboleth]
  - install ppxlib                  0.37.0         [required by shibboleth]
  - install re                      1.14.0         [required by shibboleth]
  - install sexplib0                v0.17.0        [required by ppxlib]
  - install shibboleth              0.0.4 (pinned)
  - install stdio                   v0.17.0        [required by ocamlformat-lib]
  - install stdlib-shims            0.3.0          [required by ppxlib]
  - install topkg                   1.1.1          [required by fmt]
  - install uucp                    17.0.0         [required by uuseg]
  - install uuseg                   17.0.0         [required by ocamlformat-lib]
  - install uutf                    1.0.4          [required by ocamlformat-lib]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved astring.0.8.5  (cached)
-> retrieved base.v0.17.3  (cached)
-> retrieved camlp-streams.5.0.1  (cached)
-> retrieved cmdliner.2.1.0  (cached)
-> retrieved cppo.1.8.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> retrieved dune.3.21.0, dune-build-info.3.21.0, dune-configurator.3.21.0  (cached)
-> retrieved either.1.0.0  (cached)
-> installed cmdliner.2.1.0
-> retrieved ez_file.0.3.0  (https://opam.ocaml.org/cache)
-> retrieved fix.20250919  (cached)
-> retrieved fmt.0.11.0  (cached)
-> retrieved fpath.0.7.3  (cached)
-> retrieved menhir.20250912, menhirCST.20250912, menhirLib.20250912, menhirSdk.20250912  (cached)
-> retrieved ocaml-compiler-libs.v0.17.0  (cached)
-> retrieved ocaml-version.4.0.3  (cached)
-> retrieved ocaml_intrinsics_kernel.v0.17.1  (cached)
-> retrieved ocamlbuild.0.16.1  (cached)
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocamlformat.0.28.1, ocamlformat-lib.0.28.1  (cached)
-> retrieved ocp-indent.1.9.0  (cached)
-> retrieved ocplib_stuff.0.4.0  (https://opam.ocaml.org/cache)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_deriving.6.1.1  (cached)
-> retrieved ppx_import.1.12.0  (cached)
-> retrieved ppxlib.0.37.0  (cached)
-> retrieved re.1.14.0  (cached)
-> retrieved sexplib0.v0.17.0  (cached)
-> retrieved shibboleth.0.0.4  (https://github.com/wizard7377/sml-ocaml-converter/archive/refs/tags/v0.0.1.tar.gz)
-> retrieved stdio.v0.17.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved uucp.17.0.0  (cached)
-> retrieved uuseg.17.0.0  (cached)
-> retrieved uutf.1.0.4  (cached)
-> installed ocamlfind.1.9.8
-> installed ocamlbuild.0.16.1
-> installed topkg.1.1.1
-> installed fmt.0.11.0
-> installed astring.0.8.5
-> installed uutf.1.0.4
-> installed fpath.0.7.3
-> installed uucp.17.0.0
-> installed dune.3.21.0
-> installed camlp-streams.5.0.1
-> installed uuseg.17.0.0
-> installed cppo.1.8.0
-> installed csexp.1.5.2
-> installed either.1.0.0
-> installed fix.20250919
-> installed dune-build-info.3.21.0
-> installed menhirCST.20250912
-> installed menhirSdk.20250912
-> installed menhirLib.20250912
-> installed ocaml-version.4.0.3
-> installed dune-configurator.3.21.0
-> installed ocaml_intrinsics_kernel.v0.17.1
-> installed ocaml-compiler-libs.v0.17.0
-> installed ocplib_stuff.0.4.0
-> installed ppx_derivers.1.2.1
-> installed ocp-indent.1.9.0
-> installed sexplib0.v0.17.0
-> installed stdlib-shims.0.3.0
-> installed re.1.14.0
-> installed base.v0.17.3
-> installed ez_file.0.3.0
-> installed stdio.v0.17.0
-> installed menhir.20250912
-> installed ppxlib.0.37.0
-> installed ppx_import.1.12.0
-> installed ocamlformat-lib.0.28.1
-> installed ppx_deriving.6.1.1
-> installed ocamlformat.0.28.1
[ERROR] The compilation of shibboleth.0.0.4 failed at "dune build -p shibboleth -j 3 @install".

#=== ERROR while compiling shibboleth.0.0.4 ===================================#
# context              2.5.0 | linux/riscv64 | ocaml-base-compiler.5.4.0 | pinned(https://github.com/wizard7377/sml-ocaml-converter/archive/refs/tags/v0.0.1.tar.gz)
# path                 ~/.opam/5.4/.opam-switch/build/shibboleth.0.0.4
# command              ~/.opam/opam-init/hooks/sandbox.sh build dune build -p shibboleth -j 3 @install
# exit-code            1
# env-file             ~/.opam/log/shibboleth-7-63e0f0.env
# output-file          ~/.opam/log/shibboleth-7-63e0f0.out
### output ###
# (cd _build/.sandbox/305af4e842a3d770253446225bc7207f/default && /home/opam/.opam/5.4/bin/menhir --table --dump lib/source/frontend/parser.mly --base lib/source/frontend/parser --infer-write-query lib/source/frontend/parser__mock.ml.mock)
# File "lib/source/frontend/parser.mly", line 797, characters 0-12:
# Warning: symbol corespec_seq is unreachable from any of the start symbol(s).
# File "lib/source/frontend/parser.mly", line 545, characters 0-13:
# Warning: symbol kwcoredec_seq is unreachable from any of the start symbol(s).
# File "lib/source/frontend/parser.mly", line 539, characters 0-9:
# Warning: symbol kwdec_seq is unreachable from any of the start symbol(s).
# File "lib/source/frontend/parser.mly", line 791, characters 0-8:
# Warning: symbol spec_seq is unreachable from any of the start symbol(s).
# (cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w -40 -g -bin-annot -bin-annot-occurrences -I lib/source/context/.context.objs/byte -I /home/opam/.opam/5.4/lib/ez_file -I /home/opam/.opam/5.4/lib/ocaml/unix -I /home/opam/.opam/5.4/lib/ocplib_stuff -I /home/opam/.opam/5.4/lib/ppx_deriving -I /home/opam/.opam/5.4/lib/ppx_deriving/runtime -I /home/opam/.opam/5.4/lib/re -I lib/common/.common.objs/byte -I lib/source/ast/.ast.objs/byte -cmi-file lib/source/context/.context.objs/byte/context__Get_context.cmi -no-alias-deps -open Context__ -o lib/source/context/.context.objs/byte/context__Get_context.cmo -c -impl lib/source/context/get_context.pp.ml)
# File "lib/source/context/get_context.ml", line 33, characters 8-14:
# 33 |       | Some _ -> Some 1
#              ^^^^^^
# Warning 11 [redundant-case]: this match case is unused.
# 
# File "lib/source/context/get_context.ml", line 39, characters 8-12:
# 39 |     let rest = match rest_opt with
#              ^^^^
# Warning 26 [unused-var]: unused variable rest.
# (cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w -40 -g -bin-annot -bin-annot-occurrences -I lib/source/backend/.backend.objs/byte -I /home/opam/.opam/5.4/lib/ez_file -I /home/opam/.opam/5.4/lib/ocaml-compiler-libs/common -I /home/opam/.opam/5.4/lib/ocaml-compiler-libs/shadow -I /home/opam/.opam/5.4/lib/ocaml/compiler-libs -I /home/opam/.opam/5.4/lib/ocaml/unix -I /home/opam/.opam/5.4/lib/ocplib_stuff -I /home/opam/.opam/5.4/lib/ppx_derivers -I /home/opam/.opam/5.4/lib/ppx_deriving -I /home/opam/.opam/5.4/lib/ppx_deriving/runtime -I /home/opam/.opam/5.4/lib/ppxlib -I /home/opam/.opam/5.4/lib/ppxlib/ast -I /home/opam/.opam/5.4/lib/ppxlib/astlib -I /home/opam/.opam/5.4/lib/ppxlib/print_diff -I /home/opam/.opam/5.4/lib/ppxlib/stdppx -I /home/opam/.opam/5.4/lib/ppxlib/traverse_builtins -I /home/opam/.opam/5.4/lib/re -I /home/opam/.opam/5.4/lib/sexplib0 -I /home/opam/.opam/5.4/lib/stdlib-shims -I lib/common/.common.objs/byte -I lib/helpers/.helpers.objs/byte -I lib/source/ast/.ast.objs/byte -I lib/source/context/.context.objs/byte -cmi-file lib/source/backend/.backend.objs/byte/backend__Process_names.cmi -no-alias-deps -open Backend__ -o lib/source/backend/.backend.objs/byte/backend__Process_names.cmo -c -impl lib/source/backend/process_names.pp.ml)
# File "lib/source/backend/process_names.ml", line 41, characters 19-41:
# 41 |     assert (not @@ String.starts_with "(" @@ List.nth name 0);
#                         ^^^^^^^^^^^^^^^^^^^^^^
# Warning 6 [labels-omitted]: label prefix was omitted in the application of
#   this function.
# 
# File "lib/source/backend/process_names.ml", line 42, characters 19-39:
# 42 |     assert (not @@ String.ends_with ")" @@ List.nth name (List.length name - 1));
#                         ^^^^^^^^^^^^^^^^^^^^
# Warning 6 [labels-omitted]: label suffix was omitted in the application of
#   this function.
# 
# File "lib/source/backend/process_names.ml", line 39, characters 24-27:
# 39 |   method process_name ?(ctx : context = Empty) ~(name : string list) =
#                              ^^^
# Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
# 
# File "lib/source/backend/process_names.ml", line 1:
# Error: The implementation lib/source/backend/process_names.pp.ml
#        does not match the interface lib/source/backend/process_names.pp.mli: 
#        Class declarations do not match:
#          class process_names :
#            Common.config ref ->
#            Context.t ref ->
#            object
#              val config : Common.config ref
#              val store : Context.t ref
#              method private build_longident :
#                string list -> Ppxlib.Longident.t
#              method private is_operator : string -> bool
#              method process_name :
#                ?ctx:context -> name:string list -> Ppxlib.Longident.t
#            end
#        does not match
#          class process_names :
#            Common.config ref ->
#            Context.t ref ->
#            object
#              method process_name :
#                ?ctx:context -> name:string list -> Longident.t
#            end
#        The method process_name has type
#          ?ctx:context -> name:string list -> Ppxlib.Longident.t
#        but is expected to have type
#          ?ctx:context -> name:string list -> Longident.t
#        Type Ppxlib.Longident.t = Astlib.Longident.t is not equal to type
#          Longident.t
# (cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w -40 -g -bin-annot -bin-annot-occurrences -I lib/source/backend/.backend.objs/byte -I /home/opam/.opam/5.4/lib/ez_file -I /home/opam/.opam/5.4/lib/ocaml-compiler-libs/common -I /home/opam/.opam/5.4/lib/ocaml-compiler-libs/shadow -I /home/opam/.opam/5.4/lib/ocaml/compiler-libs -I /home/opam/.opam/5.4/lib/ocaml/unix -I /home/opam/.opam/5.4/lib/ocplib_stuff -I /home/opam/.opam/5.4/lib/ppx_derivers -I /home/opam/.opam/5.4/lib/ppx_deriving -I /home/opam/.opam/5.4/lib/ppx_deriving/runtime -I /home/opam/.opam/5.4/lib/ppxlib -I /home/opam/.opam/5.4/lib/ppxlib/ast -I /home/opam/.opam/5.4/lib/ppxlib/astlib -I /home/opam/.opam/5.4/lib/ppxlib/print_diff -I /home/opam/.opam/5.4/lib/ppxlib/stdppx -I /home/opam/.opam/5.4/lib/ppxlib/traverse_builtins -I /home/opam/.opam/5.4/lib/re -I /home/opam/.opam/5.4/lib/sexplib0 -I /home/opam/.opam/5.4/lib/stdlib-shims -I lib/common/.common.objs/byte -I lib/helpers/.helpers.objs/byte -I lib/source/ast/.ast.objs/byte -I lib/source/context/.context.objs/byte -cmi-file lib/source/backend/.backend.objs/byte/backend.cmi -no-alias-deps -open Backend__ -o lib/source/backend/.backend.objs/byte/backend.cmo -c -impl lib/source/backend/backend.pp.ml)
# File "lib/source/backend/backend.ml", line 32, characters 4-44:
# 32 |     namer#process_name ~ctx ~name:name_parts
#          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
# Error: This expression has type Longident.t
#        but an expression was expected of type
#          Ppxlib.Longident.t = Astlib.Longident.t
# (cd _build/.sandbox/1c5d3bcc2d2be2fc426c8e52614c086d/default && /home/opam/.opam/5.4/bin/menhir --table --dump --explain lib/source/frontend/parser.mly --base lib/source/frontend/parser --infer-read-reply lib/source/frontend/parser__mock.mli.inferred)
# File "lib/source/frontend/parser.mly", line 116, characters 0-6:
# Warning: the precedence level assigned to AND is never useful.
# File "lib/source/frontend/parser.mly", line 126, characters 0-6:
# Warning: the precedence level assigned to ARROW is never useful.
# File "lib/source/frontend/parser.mly", line 129, characters 0-5:
# Warning: the precedence level assigned to COLON_GT is never useful.
# File "lib/source/frontend/parser.mly", line 127, characters 0-9:
# Warning: the precedence level assigned to EQUAL is never useful.
# Warning: 19 states have shift/reduce conflicts.
# Warning: 2 states have reduce/reduce conflicts.
# Warning: 98 shift/reduce conflicts were arbitrarily resolved.
# Warning: 3 reduce/reduce conflicts were arbitrarily resolved.
# File "lib/source/frontend/parser.mly", line 960, characters 2-12:
# Warning: production program_list -> program is never reduced.
# Warning: in total, 1 production is never reduced.
# (cd _build/default && /home/opam/.opam/5.4/bin/ocamlopt.opt -w -40 -g -I lib/source/context/.context.objs/byte -I lib/source/context/.context.objs/native -I /home/opam/.opam/5.4/lib/ez_file -I /home/opam/.opam/5.4/lib/ocaml/unix -I /home/opam/.opam/5.4/lib/ocplib_stuff -I /home/opam/.opam/5.4/lib/ppx_deriving -I /home/opam/.opam/5.4/lib/ppx_deriving/runtime -I /home/opam/.opam/5.4/lib/re -I lib/common/.common.objs/byte -I lib/common/.common.objs/native -I lib/source/ast/.ast.objs/byte -I lib/source/ast/.ast.objs/native -cmi-file lib/source/context/.context.objs/byte/context__Get_context.cmi -no-alias-deps -open Context__ -o lib/source/context/.context.objs/native/context__Get_context.cmx -c -impl lib/source/context/get_context.pp.ml)
# File "lib/source/context/get_context.ml", line 33, characters 8-14:
# 33 |       | Some _ -> Some 1
#              ^^^^^^
# Warning 11 [redundant-case]: this match case is unused.
# 
# File "lib/source/context/get_context.ml", line 39, characters 8-12:
# 39 |     let rest = match rest_opt with
#              ^^^^
# Warning 26 [unused-var]: unused variable rest.
# (cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w -40 -g -bin-annot -bin-annot-occurrences -I lib/process/.process.objs/byte -I /home/opam/.opam/5.4/lib/ez_file -I /home/opam/.opam/5.4/lib/menhirLib -I /home/opam/.opam/5.4/lib/ocaml-compiler-libs/common -I /home/opam/.opam/5.4/lib/ocaml-compiler-libs/shadow -I /home/opam/.opam/5.4/lib/ocaml/compiler-libs -I /home/opam/.opam/5.4/lib/ocaml/unix -I /home/opam/.opam/5.4/lib/ocplib_stuff -I /home/opam/.opam/5.4/lib/ppx_derivers -I /home/opam/.opam/5.4/lib/ppx_deriving -I /home/opam/.opam/5.4/lib/ppx_deriving/runtime -I /home/opam/.opam/5.4/lib/ppxlib -I /home/opam/.opam/5.4/lib/ppxlib/ast -I /home/opam/.opam/5.4/lib/ppxlib/astlib -I /home/opam/.opam/5.4/lib/ppxlib/print_diff -I /home/opam/.opam/5.4/lib/ppxlib/stdppx -I /home/opam/.opam/5.4/lib/ppxlib/traverse_builtins -I /home/opam/.opam/5.4/lib/re -I /home/opam/.opam/5.4/lib/sexplib0 -I /home/opam/.opam/5.4/lib/stdlib-shims -I lib/common/.common.objs/byte -I lib/helpers/.helpers.objs/byte -I lib/source/ast/.ast.objs/byte -I lib/source/backend/.backend.objs/byte -I lib/source/context/.context.objs/byte -I lib/source/frontend/.frontend.objs/byte -cmi-file lib/process/.process.objs/byte/process__Process_file.cmi -no-alias-deps -open Process__ -o lib/process/.process.objs/byte/process__Process_file.cmo -c -impl lib/process/process_file.ml)
# File "lib/process/process_file.ml", line 35, characters 50-60:
# 35 |       List.iter (Astlib.Pprintast.top_phrase fmt) ocaml_code ;
#                                                        ^^^^^^^^^^
# Error: The value ocaml_code has type
#          ocaml_code = Parsetree.toplevel_phrase list
#        but an expression was expected of type
#          Astlib__.Ast_502.Parsetree.toplevel_phrase list
#        Type Parsetree.toplevel_phrase is not compatible with type
#          Astlib__.Ast_502.Parsetree.toplevel_phrase =
#            Astlib.Ast_502.Parsetree.toplevel_phrase
# (cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w -40 -g -ppx '.ppx/089e7551ad08415df9c73ab565953db1/ppx.exe --as-ppx --cookie '\''library-name="cli"'\''' -bin-annot -bin-annot-occurrences -I lib/cli/.cli.objs/byte -I /home/opam/.opam/5.4/lib/cmdliner -I /home/opam/.opam/5.4/lib/ez_file -I /home/opam/.opam/5.4/lib/menhirLib -I /home/opam/.opam/5.4/lib/ocaml-compiler-libs/common -I /home/opam/.opam/5.4/lib/ocaml-compiler-libs/shadow -I /home/opam/.opam/5.4/lib/ocaml/compiler-libs -I /home/opam/.opam/5.4/lib/ocaml/unix -I /home/opam/.opam/5.4/lib/ocplib_stuff -I /home/opam/.opam/5.4/lib/ppx_derivers -I /home/opam/.opam/5.4/lib/ppx_deriving -I /home/opam/.opam/5.4/lib/ppx_deriving/runtime -I /home/opam/.opam/5.4/lib/ppx_import -I /home/opam/.opam/5.4/lib/ppxlib -I /home/opam/.opam/5.4/lib/ppxlib/ast -I /home/opam/.opam/5.4/lib/ppxlib/astlib -I /home/opam/.opam/5.4/lib/ppxlib/print_diff -I /home/opam/.opam/5.4/lib/ppxlib/stdppx -I /home/opam/.opam/5.4/lib/ppxlib/traverse_builtins -I /home/opam/.opam/5.4/lib/re -I /home/opam/.opam/5.4/lib/sexplib0 -I /home/opam/.opam/5.4/lib/stdlib-shims -I lib/.shibboleth.objs/byte -I lib/common/.common.objs/byte -I lib/helpers/.helpers.objs/byte -I lib/process/.process.objs/byte -I lib/source/ast/.ast.objs/byte -I lib/source/backend/.backend.objs/byte -I lib/source/context/.context.objs/byte -I lib/source/frontend/.frontend.objs/byte -cmi-file lib/cli/.cli.objs/byte/cli__Cmd_common_options.cmi -no-alias-deps -open Cli__ -o lib/cli/.cli.objs/byte/cli__Cmd_common_options.cmo -c -impl lib/cli/cmd_common_options.ml)
# File "lib/cli/cmd_common_options.ml", line 24, characters 6-23:
# 24 |   let process_names_doc : Arg.info = Arg.info ["process-names"] ~doc:"Conversion options for names" in
#            ^^^^^^^^^^^^^^^^^
# Warning 26 [unused-var]: unused variable process_names_doc.
# (cd _build/default && /home/opam/.opam/5.4/bin/ocamlc.opt -w -40 -g -ppx '.ppx/089e7551ad08415df9c73ab565953db1/ppx.exe --as-ppx --cookie '\''library-name="cli"'\''' -bin-annot -bin-annot-occurrences -I lib/cli/.cli.objs/byte -I /home/opam/.opam/5.4/lib/cmdliner -I /home/opam/.opam/5.4/lib/ez_file -I /home/opam/.opam/5.4/lib/menhirLib -I /home/opam/.opam/5.4/lib/ocaml-compiler-libs/common -I /home/opam/.opam/5.4/lib/ocaml-compiler-libs/shadow -I /home/opam/.opam/5.4/lib/ocaml/compiler-libs -I /home/opam/.opam/5.4/lib/ocaml/unix -I /home/opam/.opam/5.4/lib/ocplib_stuff -I /home/opam/.opam/5.4/lib/ppx_derivers -I /home/opam/.opam/5.4/lib/ppx_deriving -I /home/opam/.opam/5.4/lib/ppx_deriving/runtime -I /home/opam/.opam/5.4/lib/ppx_import -I /home/opam/.opam/5.4/lib/ppxlib -I /home/opam/.opam/5.4/lib/ppxlib/ast -I /home/opam/.opam/5.4/lib/ppxlib/astlib -I /home/opam/.opam/5.4/lib/ppxlib/print_diff -I /home/opam/.opam/5.4/lib/ppxlib/stdppx -I /home/opam/.opam/5.4/lib/ppxlib/traverse_builtins -I /home/opam/.opam/5.4/lib/re -I /home/opam/.opam/5.4/lib/sexplib0 -I /home/opam/.opam/5.4/lib/stdlib-shims -I lib/.shibboleth.objs/byte -I lib/common/.common.objs/byte -I lib/helpers/.helpers.objs/byte -I lib/process/.process.objs/byte -I lib/source/ast/.ast.objs/byte -I lib/source/backend/.backend.objs/byte -I lib/source/context/.context.objs/byte -I lib/source/frontend/.frontend.objs/byte -cmi-file lib/cli/.cli.objs/byte/cli__Cmd_convert_file.cmi -no-alias-deps -open Cli__ -o lib/cli/.cli.objs/byte/cli__Cmd_convert_file.cmo -c -impl lib/cli/cmd_convert_file.ml)
# File "lib/cli/cmd_convert_file.ml", line 6, characters 46-57:
# 6 | let convert_file ~(input_files:string list) ?(output_file:string option) ~(common_options:common_options) : int =  
#                                                   ^^^^^^^^^^^
# Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
# (cd _build/default && /home/opam/.opam/5.4/bin/ocamlopt.opt -w -40 -g -I lib/source/backend/.backend.objs/byte -I lib/source/backend/.backend.objs/native -I /home/opam/.opam/5.4/lib/ez_file -I /home/opam/.opam/5.4/lib/ocaml-compiler-libs/common -I /home/opam/.opam/5.4/lib/ocaml-compiler-libs/shadow -I /home/opam/.opam/5.4/lib/ocaml/compiler-libs -I /home/opam/.opam/5.4/lib/ocaml/unix -I /home/opam/.opam/5.4/lib/ocplib_stuff -I /home/opam/.opam/5.4/lib/ppx_derivers -I /home/opam/.opam/5.4/lib/ppx_deriving -I /home/opam/.opam/5.4/lib/ppx_deriving/runtime -I /home/opam/.opam/5.4/lib/ppxlib -I /home/opam/.opam/5.4/lib/ppxlib/ast -I /home/opam/.opam/5.4/lib/ppxlib/astlib -I /home/opam/.opam/5.4/lib/ppxlib/print_diff -I /home/opam/.opam/5.4/lib/ppxlib/stdppx -I /home/opam/.opam/5.4/lib/ppxlib/traverse_builtins -I /home/opam/.opam/5.4/lib/re -I /home/opam/.opam/5.4/lib/sexplib0 -I /home/opam/.opam/5.4/lib/stdlib-shims -I lib/common/.common.objs/byte -I lib/common/.common.objs/native -I lib/helpers/.helpers.objs/byte -I lib/helpers/.helpers.objs/native -I lib/source/ast/.ast.objs/byte -I lib/source/ast/.ast.objs/native -I lib/source/context/.context.objs/byte -I lib/source/context/.context.objs/native -cmi-file lib/source/backend/.backend.objs/byte/backend__Process_names.cmi -no-alias-deps -open Backend__ -o lib/source/backend/.backend.objs/native/backend__Process_names.cmx -c -impl lib/source/backend/process_names.pp.ml)
# File "lib/source/backend/process_names.ml", line 41, characters 19-41:
# 41 |     assert (not @@ String.starts_with "(" @@ List.nth name 0);
#                         ^^^^^^^^^^^^^^^^^^^^^^
# Warning 6 [labels-omitted]: label prefix was omitted in the application of
#   this function.
# 
# File "lib/source/backend/process_names.ml", line 42, characters 19-39:
# 42 |     assert (not @@ String.ends_with ")" @@ List.nth name (List.length name - 1));
#                         ^^^^^^^^^^^^^^^^^^^^
# Warning 6 [labels-omitted]: label suffix was omitted in the application of
#   this function.
# 
# File "lib/source/backend/process_names.ml", line 39, characters 24-27:
# 39 |   method process_name ?(ctx : context = Empty) ~(name : string list) =
#                              ^^^
# Warning 16 [unerasable-optional-argument]: this optional argument cannot be erased.
# 
# File "lib/source/backend/process_names.ml", line 1:
# Error: The implementation lib/source/backend/process_names.pp.ml
#        does not match the interface lib/source/backend/process_names.pp.mli: 
#        Class declarations do not match:
#          class process_names :
#            Common.config ref ->
#            Context.t ref ->
#            object
#              val config : Common.config ref
#              val store : Context.t ref
#              method private build_longident :
#                string list -> Ppxlib.Longident.t
#              method private is_operator : string -> bool
#              method process_name :
#                ?ctx:context -> name:string list -> Ppxlib.Longident.t
#            end
#        does not match
#          class process_names :
#            Common.config ref ->
#            Context.t ref ->
#            object
#              method process_name :
#                ?ctx:context -> name:string list -> Longident.t
#            end
#        The method process_name has type
#          ?ctx:context -> name:string list -> Ppxlib.Longident.t
#        but is expected to have type
#          ?ctx:context -> name:string list -> Longident.t
#        Type Ppxlib.Longident.t = Astlib.Longident.t is not equal to type
#          Longident.t



<><> Error report <><><><><><><><><><><><><><><><><><><><><><><><><><><><><><><>
+- The following actions failed
| - build shibboleth 0.0.4
+- 
+- The following changes have been performed
| - install astring                 0.8.5
| - install base                    v0.17.3
| - install camlp-streams           5.0.1
| - install cmdliner                2.1.0
| - install cppo                    1.8.0
| - install csexp                   1.5.2
| - install dune                    3.21.0
| - install dune-build-info         3.21.0
| - install dune-configurator       3.21.0
| - install either                  1.0.0
| - install ez_file                 0.3.0
| - install fix                     20250919
| - install fmt                     0.11.0
| - install fpath                   0.7.3
| - install menhir                  20250912
| - install menhirCST               20250912
| - install menhirLib               20250912
| - install menhirSdk               20250912
| - install ocaml-compiler-libs     v0.17.0
| - install ocaml-version           4.0.3
| - install ocaml_intrinsics_kernel v0.17.1
| - install ocamlbuild              0.16.1
| - install ocamlfind               1.9.8
| - install ocamlformat             0.28.1
| - install ocamlformat-lib         0.28.1
| - install ocp-indent              1.9.0
| - install ocplib_stuff            0.4.0
| - install ppx_derivers            1.2.1
| - install ppx_deriving            6.1.1
| - install ppx_import              1.12.0
| - install ppxlib                  0.37.0
| - install re                      1.14.0
| - install sexplib0                v0.17.0
| - install stdio                   v0.17.0
| - install stdlib-shims            0.3.0
| - install topkg                   1.1.1
| - install uucp                    17.0.0
| - install uuseg                   17.0.0
| - install uutf                    1.0.4
+- 

<><> ocp-indent.1.9.0 installed successfully ><><><><><><><><><><><><><><><><><>
=> This package requires additional configuration for use in editors. Install package 'user-setup', or manually:

   * for Emacs, add these lines to ~/.emacs:
     (add-to-list 'load-path "/home/opam/.opam/5.4/share/emacs/site-lisp")
     (require 'ocp-indent)

   * for Vim, add this line to ~/.vimrc:
     set rtp^="/home/opam/.opam/5.4/share/ocp-indent/vim"
# To update the current shell environment, run: eval $(opam env)

The former state can be restored with:
    /usr/bin/opam switch import "/home/opam/.opam/5.4/.opam-switch/backup/state-20260123172647.export"
[WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1.
[WARNING] OPAMCONFIRMLEVEL was ignored because CLI 2.0 was requested and it was introduced in 2.1.
"/usr/bin/env" "bash" "-c" "opam reinstall shibboleth.0.0.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" != 'shibboleth.0.0.4' && partial_fails="$partial_fails $pkg";
        done;
        test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}";
        exit 1" failed with exit status 1
2026-01-23 17:41.33: Job failed: Failed: Build failed
2026-01-23 17:41.33: Log analysis:
2026-01-23 17:41.33: >>> 
[ERROR] The compilation of shibboleth.0.0.4 failed at "dune build -p shibboleth -j 3 @install".
 (score = 20)
2026-01-23 17:41.33: >>> 
# Error: The implementation lib/source/backend/process_names.pp.ml
 (score = 48)
2026-01-23 17:41.33: >>> 
# Error: This expression has type Longident.t
 (score = 48)
2026-01-23 17:41.33: >>> 
# Error: The value ocaml_code has type
 (score = 48)
2026-01-23 17:41.33: >>> 
# Error: The implementation lib/source/backend/process_names.pp.ml
 (score = 48)
2026-01-23 17:41.33: The implementation lib/source/backend/process_names.pp.ml