Build:
  1. 0
2026-03-02 19:24.04: New job: test gopcaml-mode-merlin.0.0.6 with dune.3.22.0~alpha0, using opam dev
                              from https://github.com/ocaml/opam-repository.git#refs/pull/29497/head (118a690db616b1df5c53d5fa00eb70791a80ae2c)
                              on debian-13-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/29497/head" && git reset --hard 118a690d
git fetch origin master
git merge --no-edit a7b8d1036328cf727af175b657f3d2b732b4d868
cat > ../Dockerfile <<'END-OF-DOCKERFILE'
FROM ocaml/opam:debian-13-ocaml-4.14@sha256:ae45d5e5a934874dc44b0d004f6b8a813fba3f355216f78a39ed4f25a53e478a
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 dune.3.22.0~alpha0 3.22.0~alpha0
RUN opam reinstall dune.3.22.0~alpha0; \
    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 "\"debian-13\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'dune.3.22.0~alpha0' && partial_fails="$partial_fails $pkg"; \
    done; \
    test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
    exit 1
RUN opam reinstall gopcaml-mode-merlin.0.0.6; \
    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 "\"debian-13\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'gopcaml-mode-merlin.0.0.6' && partial_fails="$partial_fails $pkg"; \
    done; \
    test "${partial_fails}" != "" && echo "opam-repo-ci detected dependencies failing: ${partial_fails}"; \
    exit 1
RUN (opam reinstall --with-test gopcaml-mode-merlin.0.0.6) || true
RUN opam reinstall --with-test --verbose gopcaml-mode-merlin.0.0.6; \
    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 "\"debian-13\""; then \
    echo "A package failed and has been disabled for CI using the 'x-ci-accept-failures' field."; \
    fi; \
    test "$pkg" != 'gopcaml-mode-merlin.0.0.6' && 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-02 19:24.04: Using cache hint "ocaml/opam:debian-13-ocaml-4.14@sha256:ae45d5e5a934874dc44b0d004f6b8a813fba3f355216f78a39ed4f25a53e478a-dune.3.22.0~alpha0-gopcaml-mode-merlin.0.0.6-118a690db616b1df5c53d5fa00eb70791a80ae2c"
2026-03-02 19:24.04: Using OBuilder spec:
((from ocaml/opam:debian-13-ocaml-4.14@sha256:ae45d5e5a934874dc44b0d004f6b8a813fba3f355216f78a39ed4f25a53e478a)
 (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 dune.3.22.0~alpha0 3.22.0~alpha0"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall dune.3.22.0~alpha0;\
             \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 \"\\\"debian-13\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'dune.3.22.0~alpha0' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
 (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
      (network host)
      (shell  "opam reinstall gopcaml-mode-merlin.0.0.6;\
             \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 \"\\\"debian-13\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'gopcaml-mode-merlin.0.0.6' && partial_fails=\"$partial_fails $pkg\";\
             \n        done;\
             \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
             \n        exit 1"))
 (run (network host)
      (shell "(opam reinstall --with-test gopcaml-mode-merlin.0.0.6) || true"))
 (run (shell  "opam reinstall --with-test --verbose gopcaml-mode-merlin.0.0.6;\
             \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 \"\\\"debian-13\\\"\"; then\
             \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
             \n          fi;\
             \n          test \"$pkg\" != 'gopcaml-mode-merlin.0.0.6' && 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-02 19:24.04: Waiting for resource in pool OCluster
2026-03-03 05:15.41: Waiting for worker…
2026-03-03 05:18.59: Got resource from pool OCluster
Building on toxis.caelum.ci.dev
All commits already cached
Updating files:  89% (16431/18363)
Updating files:  90% (16527/18363)
Updating files:  91% (16711/18363)
Updating files:  92% (16894/18363)
Updating files:  93% (17078/18363)
Updating files:  94% (17262/18363)
Updating files:  95% (17445/18363)
Updating files:  96% (17629/18363)
Updating files:  97% (17813/18363)
Updating files:  98% (17996/18363)
Updating files:  99% (18180/18363)
Updating files: 100% (18363/18363)
Updating files: 100% (18363/18363), done.
HEAD is now at a7b8d10363 Merge pull request #29489 from anuragsoni/opam-publish-kqueue.0.7.0
Updating a7b8d10363..118a690db6
Fast-forward
 .../chrome-trace/chrome-trace.3.22.0~alpha0/opam   | 39 +++++++++++
 .../dune-action-plugin.3.22.0~alpha0/opam          | 52 +++++++++++++++
 .../dune-action-trace.3.22.0~alpha0/opam           | 40 ++++++++++++
 .../dune-build-info.3.22.0~alpha0/opam             | 45 +++++++++++++
 .../dune-configurator.3.22.0~alpha0/opam           | 49 ++++++++++++++
 packages/dune-glob/dune-glob.3.22.0~alpha0/opam    | 42 ++++++++++++
 .../dune-private-libs.3.22.0~alpha0/opam           | 50 +++++++++++++++
 .../dune-rpc-lwt/dune-rpc-lwt.3.22.0~alpha0/opam   | 41 ++++++++++++
 packages/dune-rpc/dune-rpc.3.22.0~alpha0/opam      | 44 +++++++++++++
 packages/dune-site/dune-site.3.22.0~alpha0/opam    | 37 +++++++++++
 packages/dune/dune.3.22.0~alpha0/opam              | 75 ++++++++++++++++++++++
 packages/dyn/dyn.3.22.0~alpha0/opam                | 40 ++++++++++++
 packages/fs-io/fs-io.3.22.0~alpha0/opam            | 39 +++++++++++
 packages/ocamlc-loc/ocamlc-loc.3.22.0~alpha0/opam  | 43 +++++++++++++
 packages/ordering/ordering.3.22.0~alpha0/opam      | 38 +++++++++++
 packages/stdune/stdune.3.22.0~alpha0/opam          | 46 +++++++++++++
 .../top-closure/top-closure.3.22.0~alpha0/opam     | 38 +++++++++++
 packages/xdg/xdg.3.22.0~alpha0/opam                | 39 +++++++++++
 18 files changed, 797 insertions(+)
 create mode 100644 packages/chrome-trace/chrome-trace.3.22.0~alpha0/opam
 create mode 100644 packages/dune-action-plugin/dune-action-plugin.3.22.0~alpha0/opam
 create mode 100644 packages/dune-action-trace/dune-action-trace.3.22.0~alpha0/opam
 create mode 100644 packages/dune-build-info/dune-build-info.3.22.0~alpha0/opam
 create mode 100644 packages/dune-configurator/dune-configurator.3.22.0~alpha0/opam
 create mode 100644 packages/dune-glob/dune-glob.3.22.0~alpha0/opam
 create mode 100644 packages/dune-private-libs/dune-private-libs.3.22.0~alpha0/opam
 create mode 100644 packages/dune-rpc-lwt/dune-rpc-lwt.3.22.0~alpha0/opam
 create mode 100644 packages/dune-rpc/dune-rpc.3.22.0~alpha0/opam
 create mode 100644 packages/dune-site/dune-site.3.22.0~alpha0/opam
 create mode 100644 packages/dune/dune.3.22.0~alpha0/opam
 create mode 100644 packages/dyn/dyn.3.22.0~alpha0/opam
 create mode 100644 packages/fs-io/fs-io.3.22.0~alpha0/opam
 create mode 100644 packages/ocamlc-loc/ocamlc-loc.3.22.0~alpha0/opam
 create mode 100644 packages/ordering/ordering.3.22.0~alpha0/opam
 create mode 100644 packages/stdune/stdune.3.22.0~alpha0/opam
 create mode 100644 packages/top-closure/top-closure.3.22.0~alpha0/opam
 create mode 100644 packages/xdg/xdg.3.22.0~alpha0/opam

(from ocaml/opam:debian-13-ocaml-4.14@sha256:ae45d5e5a934874dc44b0d004f6b8a813fba3f355216f78a39ed4f25a53e478a)
2026-03-03 05:19.09 ---> using "40de8e47c13dd397f7466181b47c70cd31f6d05f624f7f51643a7089a29a5322" 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-03-03 05:19.09 ---> using "11e955cadb21ab08a7e8407d7e49d7e8b8232723aa9e80323bab6a7d993e9a38" from cache

/home/opam: (run (network host)
                 (shell "opam init --reinit --config .opamrc-sandbox -ni"))
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.

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.

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

<><> Updating repositories ><><><><><><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised
2026-03-03 05:19.09 ---> using "b84411f14b612833c97eea3b0fb49d7afb0294cf8c4774caaff1f8b0f1bd5849" 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=x86_64 os=linux os-distribution=debian os-version=13
# solver               builtin-0install
# install-criteria     -changed,-count[avoid-version,solution]
# upgrade-criteria     -count[avoid-version,solution]
# jobs                 71
# repositories         1 (version-controlled)
# pinned               1 (version)
# current-switch       4.14
# invariant            ["ocaml-base-compiler" {= "4.14.2"}]
# compiler-packages    ocaml-base-compiler.4.14.2, ocaml-options-vanilla.1
# ocaml:native         true
# ocaml:native-tools   true
# ocaml:native-dynlink true
# ocaml:stubsdir       /home/opam/.opam/4.14/lib/ocaml/stublibs:/home/opam/.opam/4.14/lib/ocaml
# ocaml:preinstalled   false
# ocaml:compiler       4.14.2
2026-03-03 05:19.09 ---> using "bc1392749f7c1b1568053e91f3061e53f54f3bf6892fcf3fa14761d0f2fabccc" 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-03-03 05:19.09 ---> using "0f88aad717079fee185cb5f7b0853d5dede0158dafac18dc05292641ad1318aa" from cache

/home/opam: (copy (src .) (dst opam-repository/))
2026-03-03 05:19.10 ---> using "cf2f29575da4e00ad2c0e3200eaf5375ace45ec778f515d81ffd2e5eb96c41f1" from cache

/home/opam: (run (shell "opam repository set-url --strict default opam-repository/"))
[default] Initialised
2026-03-03 05:19.10 ---> using "c517023779902244dbe5c8fbf440d1dd4569daf367c1e2ee7dd7eb370c41d91c" from cache

/home/opam: (run (network host)
                 (shell "opam update --depexts || true"))
+ /usr/bin/sudo "apt-get" "update"
- Hit:1 http://deb.debian.org/debian trixie InRelease
- Get:2 http://deb.debian.org/debian trixie-updates InRelease [47.3 kB]
- Get:3 http://deb.debian.org/debian-security trixie-security InRelease [43.4 kB]
- Get:4 http://deb.debian.org/debian-security trixie-security/main amd64 Packages [113 kB]
- Fetched 203 kB in 0s (1668 kB/s)
- Reading package lists...
- 
2026-03-03 05:19.10 ---> using "a2e6599fe15f34bfd0a71de19dbfccfacdc1f910f7a37fea793bb8ff67d4ba47" from cache

/home/opam: (run (shell "opam pin add -k version -yn dune.3.22.0~alpha0 3.22.0~alpha0"))
dune is now pinned to version 3.22.0~alpha0
2026-03-03 05:19.10 ---> using "9ecf7f496eb9b328aa3c8f7333a40a30e123b33b9d8b5606b7ac6bfc2b62fac7" from cache

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

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved dune.3.22.0~alpha0  (cached)
-> installed dune.3.22.0~alpha0
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-03 05:19.10 ---> using "1d093925996c7908c33a8109d0c1a7be5172d79d6a00aabc511d552ee2499f33" from cache

/home/opam: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
                 (network host)
                 (shell  "opam reinstall gopcaml-mode-merlin.0.0.6;\
                        \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 \"\\\"debian-13\\\"\"; then\
                        \n            echo \"A package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\";\
                        \n          fi;\
                        \n          test \"$pkg\" != 'gopcaml-mode-merlin.0.0.6' && partial_fails=\"$partial_fails $pkg\";\
                        \n        done;\
                        \n        test \"${partial_fails}\" != \"\" && echo \"opam-repo-ci detected dependencies failing: ${partial_fails}\";\
                        \n        exit 1"))
gopcaml-mode-merlin.0.0.6 is not installed. Install it? [Y/n] y
The following actions will be performed:
=== install 85 packages
  - install async                       v0.15.0       [required by ecaml]
  - install async_kernel                v0.15.0       [required by ecaml]
  - install async_rpc_kernel            v0.15.0       [required by async]
  - install async_unix                  v0.15.0       [required by ecaml]
  - install base                        v0.15.1       [required by core]
  - install base_bigstring              v0.15.0       [required by core]
  - install base_quickcheck             v0.15.0       [required by core]
  - install bin_prot                    v0.15.0       [required by core]
  - install cmdliner                    2.1.0         [required by ocp-indent]
  - install conf-emacs                  1             [required by tuareg]
  - install core                        v0.15.1       [required by gopcaml-mode-merlin]
  - install core_kernel                 v0.15.0       [required by ecaml]
  - install core_unix                   v0.15.2       [required by ecaml]
  - install cppo                        1.8.0         [required by ppx_deriving]
  - install csexp                       1.5.2         [required by dune-configurator, merlin-lib]
  - install dot-merlin-reader           4.19-414      [required by merlin]
  - install dune-configurator           3.22.0~alpha0 [required by base]
  - install ecaml                       v0.15.0       [required by gopcaml-mode-merlin]
  - install expect_test_helpers_core    v0.15.0       [required by ecaml]
  - install fieldslib                   v0.15.0       [required by core]
  - install gopcaml-mode-merlin         0.0.6
  - install int_repr                    v0.15.0       [required by base_bigstring]
  - install jane-street-headers         v0.15.0       [required by core]
  - install jst-config                  v0.15.1       [required by core]
  - install merlin                      4.19-414      [required by gopcaml-mode-merlin]
  - install merlin-lib                  4.19-414      [required by gopcaml-mode-merlin]
  - install num                         1.6           [required by sexplib]
  - install ocaml-compiler-libs         v0.12.4       [required by ppxlib]
  - install ocaml_intrinsics            v0.15.2       [required by core_unix]
  - install ocamlbuild                  0.16.1        [required by uutf]
  - install ocamlfind                   1.9.8         [required by ocp-indent, ppx_deriving]
  - install ocp-indent                  1.9.0         [required by gopcaml-mode-merlin]
  - install parsexp                     v0.15.0       [required by sexplib]
  - install ppx_assert                  v0.15.0       [required by core]
  - install ppx_base                    v0.15.0       [required by core]
  - install ppx_bench                   v0.15.1       [required by ppx_jane]
  - install ppx_bin_prot                v0.15.0       [required by ppx_jane]
  - install ppx_cold                    v0.15.0       [required by ppx_base]
  - install ppx_compare                 v0.15.0       [required by ppx_base, bin_prot]
  - install ppx_custom_printf           v0.15.0       [required by ppx_jane]
  - install ppx_derivers                1.2.1         [required by ppx_deriving]
  - install ppx_deriving                6.0.3         [required by gopcaml-mode-merlin]
  - install ppx_disable_unused_warnings v0.15.0       [required by ppx_jane]
  - install ppx_enumerate               v0.15.0       [required by ppx_base]
  - install ppx_expect                  v0.15.1       [required by ppx_jane]
  - install ppx_fields_conv             v0.15.0       [required by ppx_jane]
  - install ppx_fixed_literal           v0.15.0       [required by ppx_jane]
  - install ppx_hash                    v0.15.0       [required by core]
  - install ppx_here                    v0.15.0       [required by ppx_jane]
  - install ppx_ignore_instrumentation  v0.15.0       [required by ppx_jane]
  - install ppx_inline_test             v0.15.1       [required by core]
  - install ppx_jane                    v0.15.0       [required by core, ecaml]
  - install ppx_let                     v0.15.0       [required by ppx_jane]
  - install ppx_log                     v0.15.0       [required by async]
  - install ppx_module_timer            v0.15.0       [required by ppx_jane]
  - install ppx_optcomp                 v0.15.0       [required by ppx_jane]
  - install ppx_optional                v0.15.0       [required by ppx_jane]
  - install ppx_pipebang                v0.15.0       [required by ppx_jane]
  - install ppx_sexp_conv               v0.15.1       [required by core]
  - install ppx_sexp_message            v0.15.0       [required by core]
  - install ppx_sexp_value              v0.15.0       [required by ppx_jane]
  - install ppx_stable                  v0.15.0       [required by ppx_jane]
  - install ppx_string                  v0.15.0       [required by ppx_jane]
  - install ppx_typerep_conv            v0.15.0       [required by ppx_jane]
  - install ppx_variants_conv           v0.15.0       [required by ppx_jane]
  - install ppxlib                      0.35.0        [required by ppx_deriving]
  - install protocol_version_header     v0.15.0       [required by async_rpc_kernel]
  - install re                          1.14.0        [required by ppx_expect, expect_test_helpers_core]
  - install sexp_pretty                 v0.15.1       [required by expect_test_helpers_core]
  - install sexplib                     v0.15.1       [required by core]
  - install sexplib0                    v0.15.1       [required by base]
  - install spawn                       v0.17.0       [required by core_unix]
  - install splittable_random           v0.15.0       [required by core]
  - install stdio                       v0.15.0       [required by core]
  - install stdlib-shims                0.3.0         [required by ppxlib]
  - install textutils                   v0.15.0       [required by async]
  - install textutils_kernel            v0.15.0       [required by textutils]
  - install time_now                    v0.15.0       [required by core]
  - install timezone                    v0.15.0       [required by core_unix]
  - install topkg                       1.1.1         [required by uutf]
  - install tuareg                      3.0.1         [required by gopcaml-mode-merlin]
  - install typerep                     v0.15.0       [required by core]
  - install uutf                        1.0.4         [required by textutils]
  - install variantslib                 v0.15.0       [required by core]
  - install yojson                      3.0.0         [required by merlin]

The following system packages will first need to be installed:
    emacs-nox

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

opam believes some required external dependencies are missing. opam can:
> 1. Run apt-get to install them (may need root/sudo access)
  2. Display the recommended apt-get 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 "apt-get" "install" "-qq" "-yy" "emacs-nox"
- Preconfiguring packages ...
- Selecting previously unselected package libsystemd-shared:amd64.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 20623 files and directories currently installed.)
- Preparing to unpack .../libsystemd-shared_257.9-1~deb13u1_amd64.deb ...
- Unpacking libsystemd-shared:amd64 (257.9-1~deb13u1) ...
- Setting up libsystemd-shared:amd64 (257.9-1~deb13u1) ...
- Selecting previously unselected package systemd.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
- (Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 20631 files and directories currently installed.)
- Preparing to unpack .../systemd_257.9-1~deb13u1_amd64.deb ...
- Unpacking systemd (257.9-1~deb13u1) ...
- Selecting previously unselected package cron-daemon-common.
- Preparing to unpack .../cron-daemon-common_3.0pl1-197_all.deb ...
- Unpacking cron-daemon-common (3.0pl1-197) ...
- Selecting previously unselected package sensible-utils.
- Preparing to unpack .../sensible-utils_0.0.25_all.deb ...
- Unpacking sensible-utils (0.0.25) ...
- Setting up systemd (257.9-1~deb13u1) ...
- Created symlink '/etc/systemd/system/getty.target.wants/getty@tty1.service' → '/usr/lib/systemd/system/getty@.service'.

- Created symlink '/etc/systemd/system/multi-user.target.wants/remote-fs.target' → '/usr/lib/systemd/system/remote-fs.target'.

- Created symlink '/etc/systemd/system/sysinit.target.wants/systemd-pstore.service' → '/usr/lib/systemd/system/systemd-pstore.service'.

- Initializing machine ID from random generator.

- Creating group 'systemd-journal' with GID 999.

- Creating group 'systemd-network' with GID 998.

- Creating user 'systemd-network' (systemd Network Management) with UID 998 and GID 998.

- /usr/lib/tmpfiles.d/legacy.conf:14: Duplicate line for path "/run/lock", ignoring.

- Setting up cron-daemon-common (3.0pl1-197) ...
- Creating group 'crontab' with GID 997.

- Selecting previously unselected package cron.
- (Reading database ... 
(Reading database ... 5%
(Reading database ... 10%
(Reading database ... 15%
(Reading database ... 20%
(Reading database ... 25%
(Reading database ... 30%
(Reading database ... 35%
(Reading database ... 40%
(Reading database ... 45%
(Reading database ... 50%
(Reading database ... 55%
(Reading database ... 60%
(Reading database ... 65%
(Reading database ... 70%
(Reading database ... 75%
(Reading database ... 80%
(Reading database ... 85%
(Reading database ... 90%
(Reading database ... 95%
(Reading database ... 100%
(Reading database ... 21613 files and directories currently installed.)
- Preparing to unpack .../00-cron_3.0pl1-197_amd64.deb ...
- Unpacking cron (3.0pl1-197) ...
- Selecting previously unselected package libdbus-1-3:amd64.
- Preparing to unpack .../01-libdbus-1-3_1.16.2-2_amd64.deb ...
- Unpacking libdbus-1-3:amd64 (1.16.2-2) ...
- Selecting previously unselected package dbus-bin.
- Preparing to unpack .../02-dbus-bin_1.16.2-2_amd64.deb ...
- Unpacking dbus-bin (1.16.2-2) ...
- Selecting previously unselected package dbus-session-bus-common.
- Preparing to unpack .../03-dbus-session-bus-common_1.16.2-2_all.deb ...
- Unpacking dbus-session-bus-common (1.16.2-2) ...
- Selecting previously unselected package dbus-daemon.
- Preparing to unpack .../04-dbus-daemon_1.16.2-2_amd64.deb ...
- Unpacking dbus-daemon (1.16.2-2) ...
- Selecting previously unselected package dbus-system-bus-common.
- Preparing to unpack .../05-dbus-system-bus-common_1.16.2-2_all.deb ...
- Unpacking dbus-system-bus-common (1.16.2-2) ...
- Selecting previously unselected package dbus.
- Preparing to unpack .../06-dbus_1.16.2-2_amd64.deb ...
- Unpacking dbus (1.16.2-2) ...
- Selecting previously unselected package readline-common.
- Preparing to unpack .../07-readline-common_8.2-6_all.deb ...
- Unpacking readline-common (8.2-6) ...
- Selecting previously unselected package media-types.
- Preparing to unpack .../08-media-types_13.0.0_all.deb ...
- Unpacking media-types (13.0.0) ...
- Selecting previously unselected package systemd-timesyncd.
- Preparing to unpack .../09-systemd-timesyncd_257.9-1~deb13u1_amd64.deb ...
- Unpacking systemd-timesyncd (257.9-1~deb13u1) ...
- Selecting previously unselected package alsa-topology-conf.
- Preparing to unpack .../10-alsa-topology-conf_1.2.5.1-3_all.deb ...
- Unpacking alsa-topology-conf (1.2.5.1-3) ...
- Selecting previously unselected package libasound2-data.
- Preparing to unpack .../11-libasound2-data_1.2.14-1_all.deb ...
- Unpacking libasound2-data (1.2.14-1) ...
- Selecting previously unselected package libasound2t64:amd64.
- Preparing to unpack .../12-libasound2t64_1.2.14-1_amd64.deb ...
- Unpacking libasound2t64:amd64 (1.2.14-1) ...
- Selecting previously unselected package alsa-ucm-conf.
- Preparing to unpack .../13-alsa-ucm-conf_1.2.14-1_all.deb ...
- Unpacking alsa-ucm-conf (1.2.14-1) ...
- Selecting previously unselected package libdevmapper1.02.1:amd64.
- Preparing to unpack .../14-libdevmapper1.02.1_2%3a1.02.205-2_amd64.deb ...
- Unpacking libdevmapper1.02.1:amd64 (2:1.02.205-2) ...
- Selecting previously unselected package dmsetup.
- Preparing to unpack .../15-dmsetup_2%3a1.02.205-2_amd64.deb ...
- Unpacking dmsetup (2:1.02.205-2) ...
- Selecting previously unselected package emacs-el.
- Preparing to unpack .../16-emacs-el_1%3a30.1+1-6_all.deb ...
- Unpacking emacs-el (1:30.1+1-6) ...
- Selecting previously unselected package emacsen-common.
- Preparing to unpack .../17-emacsen-common_3.0.8_all.deb ...
- Unpacking emacsen-common (3.0.8) ...
- Selecting previously unselected package install-info.
- Preparing to unpack .../18-install-info_7.1.1-1+b1_amd64.deb ...
- Unpacking install-info (7.1.1-1+b1) ...
- Selecting previously unselected package emacs-common.
- Preparing to unpack .../19-emacs-common_1%3a30.1+1-6_all.deb ...
- Unpacking emacs-common (1:30.1+1-6) ...
- Selecting previously unselected package emacs-bin-common.
- Preparing to unpack .../20-emacs-bin-common_1%3a30.1+1-6_amd64.deb ...
- Unpacking emacs-bin-common (1:30.1+1-6) ...
- Selecting previously unselected package libgccjit0:amd64.
- Preparing to unpack .../21-libgccjit0_14.2.0-19_amd64.deb ...
- Unpacking libgccjit0:amd64 (14.2.0-19) ...
- Selecting previously unselected package liblcms2-2:amd64.
- Preparing to unpack .../22-liblcms2-2_2.16-2_amd64.deb ...
- Unpacking liblcms2-2:amd64 (2.16-2) ...
- Selecting previously unselected package libtree-sitter0.22:amd64.
- Preparing to unpack .../23-libtree-sitter0.22_0.22.6-6+b1_amd64.deb ...
- Unpacking libtree-sitter0.22:amd64 (0.22.6-6+b1) ...
- Selecting previously unselected package libxml2:amd64.
- Preparing to unpack .../24-libxml2_2.12.7+dfsg+really2.9.14-2.1+deb13u2_amd64.deb ...
- Unpacking libxml2:amd64 (2.12.7+dfsg+really2.9.14-2.1+deb13u2) ...
- Selecting previously unselected package emacs-nox.
- Preparing to unpack .../25-emacs-nox_1%3a30.1+1-6_amd64.deb ...
- Unpacking emacs-nox (1:30.1+1-6) ...
- Selecting previously unselected package exim4-config.
- Preparing to unpack .../26-exim4-config_4.98.2-1_all.deb ...
- Unpacking exim4-config (4.98.2-1) ...
- Selecting previously unselected package exim4-base.
- Preparing to unpack .../27-exim4-base_4.98.2-1_amd64.deb ...
- Unpacking exim4-base (4.98.2-1) ...
- Selecting previously unselected package libevent-2.1-7t64:amd64.
- Preparing to unpack .../28-libevent-2.1-7t64_2.1.12-stable-10+b1_amd64.deb ...
- Unpacking libevent-2.1-7t64:amd64 (2.1.12-stable-10+b1) ...
- Selecting previously unselected package libunbound8:amd64.
- Preparing to unpack .../29-libunbound8_1.22.0-2+deb13u1_amd64.deb ...
- Unpacking libunbound8:amd64 (1.22.0-2+deb13u1) ...
- Selecting previously unselected package libgnutls-dane0t64:amd64.
- Preparing to unpack .../30-libgnutls-dane0t64_3.8.9-3+deb13u2_amd64.deb ...
- Unpacking libgnutls-dane0t64:amd64 (3.8.9-3+deb13u2) ...
- Selecting previously unselected package libidn12:amd64.
- Preparing to unpack .../31-libidn12_1.43-1_amd64.deb ...
- Unpacking libidn12:amd64 (1.43-1) ...
- Selecting previously unselected package libtirpc-common.
- Preparing to unpack .../32-libtirpc-common_1.3.6+ds-1_all.deb ...
- Unpacking libtirpc-common (1.3.6+ds-1) ...
- Selecting previously unselected package libtirpc3t64:amd64.
- Preparing to unpack .../33-libtirpc3t64_1.3.6+ds-1_amd64.deb ...
- Adding 'diversion of /lib/x86_64-linux-gnu/libtirpc.so.3 to /lib/x86_64-linux-gnu/libtirpc.so.3.usr-is-merged by libtirpc3t64'
- Adding 'diversion of /lib/x86_64-linux-gnu/libtirpc.so.3.0.0 to /lib/x86_64-linux-gnu/libtirpc.so.3.0.0.usr-is-merged by libtirpc3t64'
- Unpacking libtirpc3t64:amd64 (1.3.6+ds-1) ...
- Selecting previously unselected package libnsl2:amd64.
- Preparing to unpack .../34-libnsl2_1.3.0-3+b3_amd64.deb ...
- Unpacking libnsl2:amd64 (1.3.0-3+b3) ...
- Selecting previously unselected package exim4-daemon-light.
- Preparing to unpack .../35-exim4-daemon-light_4.98.2-1_amd64.deb ...
- Unpacking exim4-daemon-light (4.98.2-1) ...
- Selecting previously unselected package gsasl-common.
- Preparing to unpack .../36-gsasl-common_2.2.2-1.1_all.deb ...
- Unpacking gsasl-common (2.2.2-1.1) ...
- Selecting previously unselected package libgc1:amd64.
- Preparing to unpack .../37-libgc1_1%3a8.2.8-1_amd64.deb ...
- Unpacking libgc1:amd64 (1:8.2.8-1) ...
- Selecting previously unselected package libreadline8t64:amd64.
- Preparing to unpack .../38-libreadline8t64_8.2-6_amd64.deb ...
- Adding 'diversion of /lib/x86_64-linux-gnu/libhistory.so.8 to /lib/x86_64-linux-gnu/libhistory.so.8.usr-is-merged by libreadline8t64'
- Adding 'diversion of /lib/x86_64-linux-gnu/libhistory.so.8.2 to /lib/x86_64-linux-gnu/libhistory.so.8.2.usr-is-merged by libreadline8t64'
- Adding 'diversion of /lib/x86_64-linux-gnu/libreadline.so.8 to /lib/x86_64-linux-gnu/libreadline.so.8.usr-is-merged by libreadline8t64'
- Adding 'diversion of /lib/x86_64-linux-gnu/libreadline.so.8.2 to /lib/x86_64-linux-gnu/libreadline.so.8.2.usr-is-merged by libreadline8t64'
- Unpacking libreadline8t64:amd64 (8.2-6) ...
- Selecting previously unselected package guile-3.0-libs:amd64.
- Preparing to unpack .../39-guile-3.0-libs_3.0.10+really3.0.10-4_amd64.deb ...
- Unpacking guile-3.0-libs:amd64 (3.0.10+really3.0.10-4) ...
- Selecting previously unselected package libjson-c5:amd64.
- Preparing to unpack .../40-libjson-c5_0.18+ds-1_amd64.deb ...
- Unpacking libjson-c5:amd64 (0.18+ds-1) ...
- Selecting previously unselected package libcryptsetup12:amd64.
- Preparing to unpack .../41-libcryptsetup12_2%3a2.7.5-2_amd64.deb ...
- Unpacking libcryptsetup12:amd64 (2:2.7.5-2) ...
- Selecting previously unselected package libfribidi0:amd64.
- Preparing to unpack .../42-libfribidi0_1.0.16-1_amd64.deb ...
- Unpacking libfribidi0:amd64 (1.0.16-1) ...
- Selecting previously unselected package libgssglue1:amd64.
- Preparing to unpack .../43-libgssglue1_0.9-1.1_amd64.deb ...
- Unpacking libgssglue1:amd64 (0.9-1.1) ...
- Selecting previously unselected package libntlm0:amd64.
- Preparing to unpack .../44-libntlm0_1.8-4_amd64.deb ...
- Unpacking libntlm0:amd64 (1.8-4) ...
- Selecting previously unselected package libgsasl18:amd64.
- Preparing to unpack .../45-libgsasl18_2.2.2-1.1_amd64.deb ...
- Unpacking libgsasl18:amd64 (2.2.2-1.1) ...
- Selecting previously unselected package libkmod2:amd64.
- Preparing to unpack .../46-libkmod2_34.2-2_amd64.deb ...
- Unpacking libkmod2:amd64 (34.2-2) ...
- Selecting previously unselected package libltdl7:amd64.
- Preparing to unpack .../47-libltdl7_2.5.4-4_amd64.deb ...
- Unpacking libltdl7:amd64 (2.5.4-4) ...
- Selecting previously unselected package mailutils-common.
- Preparing to unpack .../48-mailutils-common_1%3a3.19-1_all.deb ...
- Unpacking mailutils-common (1:3.19-1) ...
- Selecting previously unselected package mysql-common.
- Preparing to unpack .../49-mysql-common_5.8+1.1.1_all.deb ...
- Unpacking mysql-common (5.8+1.1.1) ...
- Selecting previously unselected package mariadb-common.
- Preparing to unpack .../50-mariadb-common_1%3a11.8.3-0+deb13u1_all.deb ...
- Unpacking mariadb-common (1:11.8.3-0+deb13u1) ...
- Selecting previously unselected package libmariadb3:amd64.
- Preparing to unpack .../51-libmariadb3_1%3a11.8.3-0+deb13u1_amd64.deb ...
- Unpacking libmariadb3:amd64 (1:11.8.3-0+deb13u1) ...
- Selecting previously unselected package libpq5:amd64.
- Preparing to unpack .../52-libpq5_17.8-0+deb13u1_amd64.deb ...
- Unpacking libpq5:amd64 (17.8-0+deb13u1) ...
- Selecting previously unselected package libpython3.13-minimal:amd64.
- Preparing to unpack .../53-libpython3.13-minimal_3.13.5-2_amd64.deb ...
- Unpacking libpython3.13-minimal:amd64 (3.13.5-2) ...
- Selecting previously unselected package libpython3.13-stdlib:amd64.
- Preparing to unpack .../54-libpython3.13-stdlib_3.13.5-2_amd64.deb ...
- Unpacking libpython3.13-stdlib:amd64 (3.13.5-2) ...
- Selecting previously unselected package libpython3.13:amd64.
- Preparing to unpack .../55-libpython3.13_3.13.5-2_amd64.deb ...
- Unpacking libpython3.13:amd64 (3.13.5-2) ...
- Selecting previously unselected package libmailutils9t64:amd64.
- Preparing to unpack .../56-libmailutils9t64_1%3a3.19-1_amd64.deb ...
- Unpacking libmailutils9t64:amd64 (1:3.19-1) ...
- Selecting previously unselected package libncurses6:amd64.
- Preparing to unpack .../57-libncurses6_6.5+20250216-2_amd64.deb ...
- Unpacking libncurses6:amd64 (6.5+20250216-2) ...
- Selecting previously unselected package mailutils.
- Preparing to unpack .../58-mailutils_1%3a3.19-1_amd64.deb ...
- Unpacking mailutils (1:3.19-1) ...
- Selecting previously unselected package systemd-cryptsetup.
- Preparing to unpack .../59-systemd-cryptsetup_257.9-1~deb13u1_amd64.deb ...
- Unpacking systemd-cryptsetup (257.9-1~deb13u1) ...
- Setting up media-types (13.0.0) ...
- Setting up liblcms2-2:amd64 (2.16-2) ...
- Setting up mysql-common (5.8+1.1.1) ...
- update-alternatives: using /etc/mysql/my.cnf.fallback to provide /etc/mysql/my.cnf (my.cnf) in auto mode
- Setting up libtirpc-common (1.3.6+ds-1) ...
- Setting up libpq5:amd64 (17.8-0+deb13u1) ...
- Setting up libevent-2.1-7t64:amd64 (2.1.12-stable-10+b1) ...
- Setting up mariadb-common (1:11.8.3-0+deb13u1) ...
- update-alternatives: using /etc/mysql/mariadb.cnf to provide /etc/mysql/my.cnf (my.cnf) in auto mode
- Setting up libpython3.13-minimal:amd64 (3.13.5-2) ...
- Setting up libasound2-data (1.2.14-1) ...
- Setting up libtree-sitter0.22:amd64 (0.22.6-6+b1) ...
- Setting up libunbound8:amd64 (1.22.0-2+deb13u1) ...
- Setting up libasound2t64:amd64 (1.2.14-1) ...
- Setting up emacsen-common (3.0.8) ...
- Setting up libgnutls-dane0t64:amd64 (3.8.9-3+deb13u2) ...
- Setting up libntlm0:amd64 (1.8-4) ...
- Setting up libncurses6:amd64 (6.5+20250216-2) ...
- Setting up libdbus-1-3:amd64 (1.16.2-2) ...
- Setting up libfribidi0:amd64 (1.0.16-1) ...
- Setting up systemd-timesyncd (257.9-1~deb13u1) ...
- Creating group 'systemd-timesync' with GID 996.

- Creating user 'systemd-timesync' (systemd Time Synchronization) with UID 996 and GID 996.

- Created symlink '/etc/systemd/system/dbus-org.freedesktop.timesync1.service' → '/usr/lib/systemd/system/systemd-timesyncd.service'.

- Created symlink '/etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service' → '/usr/lib/systemd/system/systemd-timesyncd.service'.

- Setting up libidn12:amd64 (1.43-1) ...
- Setting up mailutils-common (1:3.19-1) ...
- Setting up libgssglue1:amd64 (0.9-1.1) ...
- Setting up libmariadb3:amd64 (1:11.8.3-0+deb13u1) ...
- Setting up libgc1:amd64 (1:8.2.8-1) ...
- Setting up libltdl7:amd64 (2.5.4-4) ...
- Setting up libgsasl18:amd64 (2.2.2-1.1) ...
- Setting up alsa-topology-conf (1.2.5.1-3) ...
- Setting up sensible-utils (0.0.25) ...
- Setting up exim4-config (4.98.2-1) ...
- Adding system-user for exim (v4)
- Setting up dbus-session-bus-common (1.16.2-2) ...
- Setting up gsasl-common (2.2.2-1.1) ...
- Setting up install-info (7.1.1-1+b1) ...
- Setting up dbus-system-bus-common (1.16.2-2) ...
- Creating group 'messagebus' with GID 995.

- Creating user 'messagebus' (System Message Bus) with UID 995 and GID 995.

- Setting up libgccjit0:amd64 (14.2.0-19) ...
- Setting up libjson-c5:amd64 (0.18+ds-1) ...
- Setting up readline-common (8.2-6) ...
- Setting up libxml2:amd64 (2.12.7+dfsg+really2.9.14-2.1+deb13u2) ...
- Setting up dbus-bin (1.16.2-2) ...
- Setting up libkmod2:amd64 (34.2-2) ...
- Setting up libtirpc3t64:amd64 (1.3.6+ds-1) ...
- Setting up alsa-ucm-conf (1.2.14-1) ...
- Setting up cron (3.0pl1-197) ...
- invoke-rc.d: could not determine current runlevel
- invoke-rc.d: policy-rc.d denied execution of start.
- Created symlink '/etc/systemd/system/multi-user.target.wants/cron.service' → '/usr/lib/systemd/system/cron.service'.

- Setting up dbus-daemon (1.16.2-2) ...
- Setting up dbus (1.16.2-2) ...
- invoke-rc.d: could not determine current runlevel
- invoke-rc.d: policy-rc.d denied execution of start.
- Setting up libreadline8t64:amd64 (8.2-6) ...
- Setting up libnsl2:amd64 (1.3.0-3+b3) ...
- Setting up libpython3.13-stdlib:amd64 (3.13.5-2) ...
- Setting up libpython3.13:amd64 (3.13.5-2) ...
- Setting up exim4-base (4.98.2-1) ...
- exim: DB upgrade, deleting hints-db
- Created symlink '/etc/systemd/system/timers.target.wants/exim4-base.timer' → '/usr/lib/systemd/system/exim4-base.timer'.

- Setting up guile-3.0-libs:amd64 (3.0.10+really3.0.10-4) ...
- Setting up exim4-daemon-light (4.98.2-1) ...
- invoke-rc.d: could not determine current runlevel
- invoke-rc.d: policy-rc.d denied execution of start.
- Created symlink '/etc/systemd/system/multi-user.target.wants/exim4.service' → '/usr/lib/systemd/system/exim4.service'.

- Setting up libmailutils9t64:amd64 (1:3.19-1) ...
- Setting up mailutils (1:3.19-1) ...
- update-alternatives: using /usr/bin/frm.mailutils to provide /usr/bin/frm (frm) in auto mode
- update-alternatives: using /usr/bin/from.mailutils to provide /usr/bin/from (from) in auto mode
- update-alternatives: using /usr/bin/messages.mailutils to provide /usr/bin/messages (messages) in auto mode
- update-alternatives: using /usr/bin/movemail.mailutils to provide /usr/bin/movemail (movemail) in auto mode
- update-alternatives: using /usr/bin/readmsg.mailutils to provide /usr/bin/readmsg (readmsg) in auto mode
- update-alternatives: using /usr/bin/dotlock.mailutils to provide /usr/bin/dotlock (dotlock) in auto mode
- update-alternatives: using /usr/bin/mail.mailutils to provide /usr/bin/mailx (mailx) in auto mode
- Setting up emacs-el (1:30.1+1-6) ...
- Setting up dmsetup (2:1.02.205-2) ...
- Setting up emacs-common (1:30.1+1-6) ...
- Setting up libdevmapper1.02.1:amd64 (2:1.02.205-2) ...
- Setting up emacs-bin-common (1:30.1+1-6) ...
- update-alternatives: using /usr/bin/ctags.emacs to provide /usr/bin/ctags (ctags) in auto mode
- update-alternatives: using /usr/bin/ebrowse.emacs to provide /usr/bin/ebrowse (ebrowse) in auto mode
- update-alternatives: using /usr/bin/etags.emacs to provide /usr/bin/etags (etags) in auto mode
- Setting up libcryptsetup12:amd64 (2:2.7.5-2) ...
- Setting up emacs-nox (1:30.1+1-6) ...
- update-alternatives: using /usr/bin/emacs-nox to provide /usr/bin/emacs (emacs) in auto mode
- update-alternatives: using /usr/bin/emacsclient.emacs to provide /usr/bin/emacsclient (emacsclient) in auto mode
- Install emacsen-common for emacs
- emacsen-common: Handling install of emacsen flavor emacs
- Setting up systemd-cryptsetup (257.9-1~deb13u1) ...
- Processing triggers for procps (2:4.0.4-9) ...
- grep: /proc/1/environ: Permission denied
- procps: Applying updated sysctl configuration
- sysctl: permission denied on key "kernel.core_pattern"
- sysctl: permission denied on key "kernel.unprivileged_userns_clone"
- sysctl: permission denied on key "kernel.sysrq"
- sysctl: permission denied on key "kernel.core_uses_pid"
- sysctl: permission denied on key "net.ipv4.conf.default.rp_filter"
- sysctl: permission denied on key "net.ipv4.conf.docker0.rp_filter"
- sysctl: permission denied on key "net.ipv4.conf.eno1.rp_filter"
- sysctl: permission denied on key "net.ipv4.conf.eno2.rp_filter"
- sysctl: permission denied on key "net.ipv4.conf.eno3.rp_filter"
- sysctl: permission denied on key "net.ipv4.conf.eno4.rp_filter"
- sysctl: permission denied on key "net.ipv4.conf.enp130s0f0.rp_filter"
- sysctl: permission denied on key "net.ipv4.conf.enp130s0f1.rp_filter"
- sysctl: permission denied on key "net.ipv4.conf.lo.rp_filter"
- sysctl: permission denied on key "net.ipv4.conf.default.accept_source_route"
- sysctl: permission denied on key "net.ipv4.conf.docker0.accept_source_route"
- sysctl: permission denied on key "net.ipv4.conf.eno1.accept_source_route"
- sysctl: permission denied on key "net.ipv4.conf.eno2.accept_source_route"
- sysctl: permission denied on key "net.ipv4.conf.eno3.accept_source_route"
- sysctl: permission denied on key "net.ipv4.conf.eno4.accept_source_route"
- sysctl: permission denied on key "net.ipv4.conf.enp130s0f0.accept_source_route"
- sysctl: permission denied on key "net.ipv4.conf.enp130s0f1.accept_source_route"
- sysctl: permission denied on key "net.ipv4.conf.lo.accept_source_route"
- sysctl: permission denied on key "net.ipv4.conf.default.promote_secondaries"
- sysctl: permission denied on key "net.ipv4.conf.docker0.promote_secondaries"
- sysctl: permission denied on key "net.ipv4.conf.eno1.promote_secondaries"
- sysctl: permission denied on key "net.ipv4.conf.eno2.promote_secondaries"
- sysctl: permission denied on key "net.ipv4.conf.eno3.promote_secondaries"
- sysctl: permission denied on key "net.ipv4.conf.eno4.promote_secondaries"
- sysctl: permission denied on key "net.ipv4.conf.enp130s0f0.promote_secondaries"
- sysctl: permission denied on key "net.ipv4.conf.enp130s0f1.promote_secondaries"
- sysctl: permission denied on key "net.ipv4.conf.lo.promote_secondaries"
- sysctl: permission denied on key "net.ipv4.ping_group_range", ignoring
- sysctl: permission denied on key "net.core.default_qdisc", ignoring
- sysctl: permission denied on key "fs.protected_hardlinks"
- sysctl: permission denied on key "fs.protected_symlinks"
- sysctl: permission denied on key "fs.protected_regular"
- sysctl: permission denied on key "fs.protected_fifos"
- sysctl: permission denied on key "vm.max_map_count"
- sysctl: permission denied on key "kernel.pid_max"
- Processing triggers for libc-bin (2.41-12+deb13u1) ...

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved async.v0.15.0  (cached)
-> retrieved async_kernel.v0.15.0  (cached)
-> retrieved async_rpc_kernel.v0.15.0  (cached)
-> retrieved async_unix.v0.15.0  (cached)
-> retrieved base.v0.15.1  (cached)
-> retrieved base_bigstring.v0.15.0  (cached)
-> retrieved base_quickcheck.v0.15.0  (cached)
-> retrieved bin_prot.v0.15.0  (cached)
-> retrieved cmdliner.2.1.0  (cached)
-> retrieved core.v0.15.1  (cached)
-> installed conf-emacs.1
-> retrieved core_kernel.v0.15.0  (cached)
-> retrieved core_unix.v0.15.2  (cached)
-> retrieved cppo.1.8.0  (cached)
-> retrieved csexp.1.5.2  (cached)
-> installed csexp.1.5.2
-> retrieved dot-merlin-reader.4.19-414, merlin.4.19-414, merlin-lib.4.19-414  (cached)
-> installed cppo.1.8.0
-> retrieved dune-configurator.3.22.0~alpha0  (cached)
-> retrieved ecaml.v0.15.0  (cached)
-> retrieved expect_test_helpers_core.v0.15.0  (cached)
-> retrieved fieldslib.v0.15.0  (cached)
-> retrieved gopcaml-mode-merlin.0.0.6  (cached)
-> retrieved int_repr.v0.15.0  (cached)
-> retrieved jane-street-headers.v0.15.0  (cached)
-> retrieved jst-config.v0.15.1  (cached)
-> retrieved num.1.6  (cached)
-> retrieved ocaml-compiler-libs.v0.12.4  (cached)
-> retrieved ocaml_intrinsics.v0.15.2  (cached)
-> installed cmdliner.2.1.0
-> retrieved ocamlbuild.0.16.1  (cached)
-> installed jane-street-headers.v0.15.0
-> retrieved ocamlfind.1.9.8  (cached)
-> retrieved ocp-indent.1.9.0  (cached)
-> retrieved parsexp.v0.15.0  (cached)
-> retrieved ppx_assert.v0.15.0  (cached)
-> retrieved ppx_base.v0.15.0  (cached)
-> retrieved ppx_bench.v0.15.1  (cached)
-> retrieved ppx_bin_prot.v0.15.0  (cached)
-> retrieved ppx_cold.v0.15.0  (cached)
-> retrieved ppx_compare.v0.15.0  (cached)
-> retrieved ppx_custom_printf.v0.15.0  (cached)
-> retrieved ppx_derivers.1.2.1  (cached)
-> retrieved ppx_deriving.6.0.3  (cached)
-> retrieved ppx_disable_unused_warnings.v0.15.0  (cached)
-> retrieved ppx_enumerate.v0.15.0  (cached)
-> retrieved ppx_expect.v0.15.1  (cached)
-> retrieved ppx_fields_conv.v0.15.0  (cached)
-> retrieved ppx_fixed_literal.v0.15.0  (cached)
-> retrieved ppx_hash.v0.15.0  (cached)
-> retrieved ppx_here.v0.15.0  (cached)
-> retrieved ppx_ignore_instrumentation.v0.15.0  (cached)
-> retrieved ppx_inline_test.v0.15.1  (cached)
-> retrieved ppx_jane.v0.15.0  (cached)
-> retrieved ppx_let.v0.15.0  (cached)
-> installed ppx_derivers.1.2.1
-> retrieved ppx_log.v0.15.0  (cached)
-> retrieved ppx_module_timer.v0.15.0  (cached)
-> retrieved ppx_optcomp.v0.15.0  (cached)
-> retrieved ppx_optional.v0.15.0  (cached)
-> retrieved ppx_pipebang.v0.15.0  (cached)
-> retrieved ppx_sexp_conv.v0.15.1  (cached)
-> retrieved ppx_sexp_message.v0.15.0  (cached)
-> installed dune-configurator.3.22.0~alpha0
-> retrieved ppx_sexp_value.v0.15.0  (cached)
-> retrieved ppx_stable.v0.15.0  (cached)
-> retrieved ppx_string.v0.15.0  (cached)
-> retrieved ppx_typerep_conv.v0.15.0  (cached)
-> retrieved ppx_variants_conv.v0.15.0  (cached)
-> retrieved ppxlib.0.35.0  (cached)
-> retrieved protocol_version_header.v0.15.0  (cached)
-> retrieved re.1.14.0  (cached)
-> retrieved sexp_pretty.v0.15.1  (cached)
-> retrieved sexplib.v0.15.1  (cached)
-> retrieved sexplib0.v0.15.1  (cached)
-> retrieved spawn.v0.17.0  (cached)
-> retrieved splittable_random.v0.15.0  (cached)
-> retrieved stdio.v0.15.0  (cached)
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved textutils.v0.15.0  (cached)
-> installed ocaml-compiler-libs.v0.12.4
-> retrieved textutils_kernel.v0.15.0  (cached)
-> retrieved time_now.v0.15.0  (cached)
-> retrieved timezone.v0.15.0  (cached)
-> retrieved topkg.1.1.1  (cached)
-> retrieved tuareg.3.0.1  (cached)
-> retrieved typerep.v0.15.0  (cached)
-> retrieved uutf.1.0.4  (cached)
-> retrieved variantslib.v0.15.0  (cached)
-> retrieved yojson.3.0.0  (cached)
-> installed stdlib-shims.0.3.0
-> installed spawn.v0.17.0
-> installed sexplib0.v0.15.1
-> installed ocaml_intrinsics.v0.15.2
-> installed num.1.6
-> installed re.1.14.0
-> installed yojson.3.0.0
-> installed ocamlfind.1.9.8
-> installed ocp-indent.1.9.0
-> installed ocamlbuild.0.16.1
-> installed base.v0.15.1
-> installed fieldslib.v0.15.0
-> installed variantslib.v0.15.0
-> installed stdio.v0.15.0
-> installed typerep.v0.15.0
-> installed parsexp.v0.15.0
-> installed sexplib.v0.15.1
-> installed merlin-lib.4.19-414
-> installed topkg.1.1.1
-> installed dot-merlin-reader.4.19-414
-> installed uutf.1.0.4
-> installed merlin.4.19-414
-> installed tuareg.3.0.1
-> installed ppxlib.0.35.0
-> installed ppx_optcomp.v0.15.0
-> installed ppx_disable_unused_warnings.v0.15.0
-> installed ppx_cold.v0.15.0
-> installed ppx_enumerate.v0.15.0
-> installed ppx_typerep_conv.v0.15.0
-> installed ppx_fields_conv.v0.15.0
-> installed ppx_variants_conv.v0.15.0
-> installed ppx_here.v0.15.0
-> installed ppx_pipebang.v0.15.0
-> installed ppx_stable.v0.15.0
-> installed ppx_compare.v0.15.0
-> installed ppx_optional.v0.15.0
-> installed ppx_fixed_literal.v0.15.0
-> installed ppx_sexp_conv.v0.15.1
-> installed ppx_deriving.6.0.3
-> installed ppx_ignore_instrumentation.v0.15.0
-> installed ppx_let.v0.15.0
-> installed ppx_hash.v0.15.0
-> installed ppx_sexp_message.v0.15.0
-> installed ppx_assert.v0.15.0
-> installed ppx_sexp_value.v0.15.0
-> installed ppx_custom_printf.v0.15.0
-> installed ppx_base.v0.15.0
-> installed ppx_log.v0.15.0
-> installed jst-config.v0.15.1
-> installed sexp_pretty.v0.15.1
-> installed bin_prot.v0.15.0
-> installed ppx_string.v0.15.0
-> installed time_now.v0.15.0
-> installed ppx_bin_prot.v0.15.0
-> installed ppx_module_timer.v0.15.0
-> installed ppx_inline_test.v0.15.1
-> installed ppx_bench.v0.15.1
-> installed ppx_expect.v0.15.1
-> installed splittable_random.v0.15.0
-> installed base_quickcheck.v0.15.0
-> installed ppx_jane.v0.15.0
-> installed int_repr.v0.15.0
-> installed base_bigstring.v0.15.0
-> installed core.v0.15.1
-> installed protocol_version_header.v0.15.0
-> installed textutils_kernel.v0.15.0
-> installed expect_test_helpers_core.v0.15.0
-> installed timezone.v0.15.0
-> installed core_kernel.v0.15.0
-> installed async_kernel.v0.15.0
-> installed async_rpc_kernel.v0.15.0
-> installed core_unix.v0.15.2
-> installed textutils.v0.15.0
-> installed async_unix.v0.15.0
-> installed async.v0.15.0
-> installed ecaml.v0.15.0
-> installed gopcaml-mode-merlin.0.0.6
Done.

<><> tuareg.3.0.1 installed successfully ><><><><><><><><><><><><><><><><><><><>
=> If you have not yet done so, please add the following line to ~/.emacs.d/init.el or ~/.emacs:
       (load "/home/opam/.opam/4.14/share/emacs/site-lisp/tuareg-site-file")
=> You should consider installing "merlin" (completion, displaying types,...)
   or "caml-mode" (displaying types).  See https://github.com/ocaml/tuareg
   for customization tips.

<><> 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/4.14/share/emacs/site-lisp")
     (require 'ocp-indent)

   * for Vim, add this line to ~/.vimrc:
     set rtp^="/home/opam/.opam/4.14/share/ocp-indent/vim"

<><> merlin.4.19-414 installed successfully <><><><><><><><><><><><><><><><><><>
=> merlin installed.

   Quick setup for VIM
   -------------------
   Append this to your .vimrc to add merlin to vim's runtime-path:
     let g:opamshare = substitute(system('opam var share'),'\n$','','''')
     execute "set rtp+=" . g:opamshare . "/merlin/vim"

   Also run the following line in vim to index the documentation:
     :execute "helptags " . g:opamshare . "/merlin/vim/doc"

   Quick setup for EMACS
   -------------------
   Add opam emacs directory to your load-path by appending this to your .emacs:
     (let ((opam-share (ignore-errors (car (process-lines "opam" "var" "share")))))
      (when (and opam-share (file-directory-p opam-share))
       ;; Register Merlin
       (add-to-list 'load-path (expand-file-name "emacs/site-lisp" opam-share))
       (autoload 'merlin-mode "merlin" nil t nil)
       ;; Automatically start it in OCaml buffers
       (add-hook 'tuareg-mode-hook 'merlin-mode t)
       (add-hook 'caml-mode-hook 'merlin-mode t)
       ;; Use opam switch to lookup ocamlmerlin binary
       (setq merlin-command 'opam)
       ;; To easily change opam switches within a given Emacs session, you can
       ;; install the minor mode https://github.com/ProofGeneral/opam-switch-mode
       ;; and use one of its "OPSW" menus.
       ))
   Take a look at https://github.com/ocaml/merlin for more information

   Quick setup with opam-user-setup
   --------------------------------

   Opam-user-setup support Merlin.

     $ opam user-setup install

   should take care of basic setup.
   See https://github.com/OCamlPro/opam-user-setup
# To update the current shell environment, run: eval $(opam env)
2026-03-03 05:24.52 ---> saved as "c35fc80b3c1f38e57d9021da47990472f329bd49a4d920362a0400f52431b1ce"

/home/opam: (run (network host)
                 (shell "(opam reinstall --with-test gopcaml-mode-merlin.0.0.6) || true"))
The following actions will be performed:
=== recompile 1 package
  - recompile gopcaml-mode-merlin 0.0.6

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> retrieved gopcaml-mode-merlin.0.0.6  (https://opam.ocaml.org/cache)
-> removed   gopcaml-mode-merlin.0.0.6
-> installed gopcaml-mode-merlin.0.0.6
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-03 05:25.05 ---> saved as "446dbdb421741610287898ef08ac6da6ca6ba5cf7f90c5b68f2855f2d11a2fb1"

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

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/4: [gopcaml-mode-merlin.0.0.6: extract]
-> retrieved gopcaml-mode-merlin.0.0.6  (cached)
Processing  2/4: [gopcaml-mode-merlin: dune build]
+ /home/opam/.opam/opam-init/hooks/sandbox.sh "build" "dune" "build" "-p" "gopcaml-mode-merlin" "-j" "71" "@install" "@runtest" (CWD=/home/opam/.opam/4.14/.opam-switch/build/gopcaml-mode-merlin.0.0.6)
- (cd _build/default && /home/opam/.opam/4.14/bin/ocamlopt.opt -w -33 -g -I .gopcaml.eobjs/byte -I .gopcaml.eobjs/native -I /home/opam/.opam/4.14/lib/async -I /home/opam/.opam/4.14/lib/async/async_command -I /home/opam/.opam/4.14/lib/async/async_quickcheck -I /home/opam/.opam/4.14/lib/async/async_rpc -I /home/opam/.opam/4.14/lib/async_kernel -I /home/opam/.opam/4.14/lib/async_kernel/config -I /home/opam/.opam/4.14/lib/async_kernel/persistent_connection_kernel -I /home/opam/.opam/4.14/lib/async_kernel/read_write_pair -I /home/opam/.opam/4.14/lib/async_rpc_kernel -I /home/opam/.opam/4.14/lib/async_unix -I /home/opam/.opam/4.14/lib/async_unix/thread_pool -I /home/opam/.opam/4.14/lib/async_unix/thread_safe_ivar -I /home/opam/.opam/4.14/lib/base -I /home/opam/.opam/4.14/lib/base/base_internalhash_types -I /home/opam/.opam/4.14/lib/base/caml -I /home/opam/.opam/4.14/lib/base/md5 -I /home/opam/.opam/4.14/lib/base/shadow_stdlib -I /home/opam/.opam/4.14/lib/base_bigstring -I /home/opam/.opam/4.14/lib/base_quickcheck -I /home/opam/.opam/4.14/lib/base_quickcheck/ppx_quickcheck/runtime -I /home/opam/.opam/4.14/lib/bin_prot -I /home/opam/.opam/4.14/lib/bin_prot/shape -I /home/opam/.opam/4.14/lib/core -I /home/opam/.opam/4.14/lib/core/base_for_tests -I /home/opam/.opam/4.14/lib/core/validate -I /home/opam/.opam/4.14/lib/core_kernel/bounded_int_table -I /home/opam/.opam/4.14/lib/core_kernel/caml_threads -I /home/opam/.opam/4.14/lib/core_kernel/caml_unix -I /home/opam/.opam/4.14/lib/core_kernel/composition_infix -I /home/opam/.opam/4.14/lib/core_kernel/enum -I /home/opam/.opam/4.14/lib/core_kernel/flags -I /home/opam/.opam/4.14/lib/core_kernel/iobuf -I /home/opam/.opam/4.14/lib/core_kernel/moption -I /home/opam/.opam/4.14/lib/core_kernel/pairing_heap -I /home/opam/.opam/4.14/lib/core_kernel/sexp_hidden_in_test -I /home/opam/.opam/4.14/lib/core_kernel/thread_pool_cpu_affinity -I /home/opam/.opam/4.14/lib/core_kernel/thread_safe_queue -I /home/opam/.opam/4.14/lib/core_kernel/timing_wheel -I /home/opam/.opam/4.14/lib/core_kernel/tuple_pool -I /home/opam/.opam/4.14/lib/core_kernel/univ -I /home/opam/.opam/4.14/lib/core_kernel/uopt -I /home/opam/.opam/4.14/lib/core_kernel/uuid -I /home/opam/.opam/4.14/lib/core_unix -I /home/opam/.opam/4.14/lib/core_unix/bigstring_unix -I /home/opam/.opam/4.14/lib/core_unix/core_thread -I /home/opam/.opam/4.14/lib/core_unix/error_checking_mutex -I /home/opam/.opam/4.14/lib/core_unix/filename_unix -I /home/opam/.opam/4.14/lib/core_unix/iobuf_unix -I /home/opam/.opam/4.14/lib/core_unix/linux_ext -I /home/opam/.opam/4.14/lib/core_unix/nano_mutex -I /home/opam/.opam/4.14/lib/core_unix/ocaml_c_utils -I /home/opam/.opam/4.14/lib/core_unix/signal_unix -I /home/opam/.opam/4.14/lib/core_unix/squeue -I /home/opam/.opam/4.14/lib/core_unix/sys_unix -I /home/opam/.opam/4.14/lib/core_unix/time_ns_unix -I /home/opam/.opam/4.14/lib/core_unix/time_stamp_counter -I /home/opam/.opam/4.14/lib/core_unix/time_unix -I /home/opam/.opam/4.14/lib/core_unix/uuid -I /home/opam/.opam/4.14/lib/csexp -I /home/opam/.opam/4.14/lib/ecaml -I /home/opam/.opam/4.14/lib/ecaml/bench -I /home/opam/.opam/4.14/lib/ecaml/ecaml_value -I /home/opam/.opam/4.14/lib/ecaml/nested_profile -I /home/opam/.opam/4.14/lib/expect_test_helpers_core -I /home/opam/.opam/4.14/lib/expect_test_helpers_core/expect_test_helpers_base -I /home/opam/.opam/4.14/lib/fieldslib -I /home/opam/.opam/4.14/lib/int_repr -I /home/opam/.opam/4.14/lib/jane-street-headers -I /home/opam/.opam/4.14/lib/merlin-lib/config -I /home/opam/.opam/4.14/lib/merlin-lib/dot_protocol -I /home/opam/.opam/4.14/lib/merlin-lib/extend -I /home/opam/.opam/4.14/lib/merlin-lib/kernel -I /home/opam/.opam/4.14/lib/merlin-lib/ocaml_merlin_specific -I /home/opam/.opam/4.14/lib/merlin-lib/ocaml_parsing -I /home/opam/.opam/4.14/lib/merlin-lib/ocaml_preprocess -I /home/opam/.opam/4.14/lib/merlin-lib/ocaml_typing -I /home/opam/.opam/4.14/lib/merlin-lib/ocaml_utils -I /home/opam/.opam/4.14/lib/merlin-lib/os_ipc -I /home/opam/.opam/4.14/lib/merlin-lib/utils -I /home/opam/.opam/4.14/lib/ocaml/threads -I /home/opam/.opam/4.14/lib/ocaml_intrinsics -I /home/opam/.opam/4.14/lib/parsexp -I /home/opam/.opam/4.14/lib/ppx_assert/runtime-lib -I /home/opam/.opam/4.14/lib/ppx_bench/runtime-lib -I /home/opam/.opam/4.14/lib/ppx_compare/runtime-lib -I /home/opam/.opam/4.14/lib/ppx_deriving/runtime -I /home/opam/.opam/4.14/lib/ppx_enumerate/runtime-lib -I /home/opam/.opam/4.14/lib/ppx_expect/collector -I /home/opam/.opam/4.14/lib/ppx_expect/common -I /home/opam/.opam/4.14/lib/ppx_expect/config -I /home/opam/.opam/4.14/lib/ppx_expect/config_types -I /home/opam/.opam/4.14/lib/ppx_hash/runtime-lib -I /home/opam/.opam/4.14/lib/ppx_here/runtime-lib -I /home/opam/.opam/4.14/lib/ppx_inline_test/config -I /home/opam/.opam/4.14/lib/ppx_inline_test/runtime-lib -I /home/opam/.opam/4.14/lib/ppx_log/types -I /home/opam/.opam/4.14/lib/ppx_module_timer/runtime -I /home/opam/.opam/4.14/lib/ppx_sexp_conv/runtime-lib -I /home/opam/.opam/4.14/lib/protocol_version_header -I /home/opam/.opam/4.14/lib/re -I /home/opam/.opam/4.14/lib/sexp_pretty -I /home/opam/.opam/4.14/lib/sexplib -I /home/opam/.opam/4.14/lib/sexplib/unix -I /home/opam/.opam/4.14/lib/sexplib0 -I /home/opam/.opam/4.14/lib/spawn -I /home/opam/.opam/4.14/lib/splittable_random -I /home/opam/.opam/4.14/lib/stdio -I /home/opam/.opam/4.14/lib/time_now -I /home/opam/.opam/4.14/lib/timezone -I /home/opam/.opam/4.14/lib/typerep -I /home/opam/.opam/4.14/lib/variantslib -I parser/.generic_parser.objs/byte -I parser/.generic_parser.objs/native -intf-suffix .ml -no-alias-deps -o .gopcaml.eobjs/native/logging.cmx -c -impl logging.pp.ml)
- File "logging.ml", line 7, characters 16-37:
- 7 |   module Enum : Ecaml.Value.Type.Enum with type t = t = struct
-                     ^^^^^^^^^^^^^^^^^^^^^
- Alert deprecated: Ecaml.Value.Type.Enum
- [since 2021-07] Use [Enum.S].
-> compiled  gopcaml-mode-merlin.0.0.6
-> removed   gopcaml-mode-merlin.0.0.6
-> installed gopcaml-mode-merlin.0.0.6
Done.
# To update the current shell environment, run: eval $(opam env)
2026-03-03 05:25.19 ---> saved as "e03f7762622a7ce4f418b84a2b760d000cb17171742330769e839a9299a7d6a8"
Job succeeded
2026-03-03 05:25.36: Job succeeded